diff mbox

[wwwdocs] Update changes.html

Message ID 20141015102138.GW1002@redhat.com
State New
Headers show

Commit Message

Marek Polacek Oct. 15, 2014, 10:21 a.m. UTC
A trivial patch to document that the C default has been changed.

Applying.


	Marek

Comments

Richard Biener Oct. 15, 2014, 10:50 a.m. UTC | #1
On Wed, Oct 15, 2014 at 12:21 PM, Marek Polacek <polacek@redhat.com> wrote:
> A trivial patch to document that the C default has been changed.

This should be also mentioned at the toplevel "Caveats" section.

Richard.

> Applying.
>
> Index: changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
> retrieving revision 1.16
> diff -u -r1.16 changes.html
> --- changes.html        10 Oct 2014 17:57:52 -0000      1.16
> +++ changes.html        15 Oct 2014 10:20:18 -0000
> @@ -60,6 +60,7 @@
>
>  <h3 id="c">C</h3>
>    <ul>
> +    <li>The default mode has been changed to <code>-std=gnu11</code>.</li>
>      <li>A new command-line option <code>-Wc90-c99-compat</code> has been added
>         to warn about features not present in ISO C90, but present in ISO
>         C99.</li>
>
>         Marek
Jakub Jelinek Oct. 15, 2014, 10:51 a.m. UTC | #2
On Wed, Oct 15, 2014 at 12:50:55PM +0200, Richard Biener wrote:
> On Wed, Oct 15, 2014 at 12:21 PM, Marek Polacek <polacek@redhat.com> wrote:
> > A trivial patch to document that the C default has been changed.
> 
> This should be also mentioned at the toplevel "Caveats" section.

And porting_to.html.

	Jakub
Marek Polacek Oct. 15, 2014, 11:10 a.m. UTC | #3
On Wed, Oct 15, 2014 at 12:51:41PM +0200, Jakub Jelinek wrote:
> And porting_to.html.

I plan to prepare "porting to" this week.

	Marek
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.16
diff -u -r1.16 changes.html
--- changes.html	10 Oct 2014 17:57:52 -0000	1.16
+++ changes.html	15 Oct 2014 10:20:18 -0000
@@ -60,6 +60,7 @@ 
 
 <h3 id="c">C</h3>
   <ul>
+    <li>The default mode has been changed to <code>-std=gnu11</code>.</li>
     <li>A new command-line option <code>-Wc90-c99-compat</code> has been added
 	to warn about features not present in ISO C90, but present in ISO
 	C99.</li>