A trivial patch to document that the C default has been changed. 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