Hi all, This is a wwwdocs patch to changes.html to announce -freport-bug flag.
Ok to commit? -Y
Index: htdocs/gcc-5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.65 diff -c -r1.65 changes.html *** htdocs/gcc-5/changes.html 14 Jan 2015 11:59:44 -0000 1.65 --- htdocs/gcc-5/changes.html 16 Jan 2015 09:17:09 -0000 *************** *** 571,576 **** --- 571,579 ---- <ul> <li>The <code>gcc-ar, gcc-nm, gcc-ranlib</code> wrappers now understand a <code>-B</code> option to set the compiler to use.</li> + <li>New flag <code>-freport-bug</code> has been added. When enabled, + the flag automatically generates developer-friendly reprocase when + internal compiler error is encountered.</li> </ul> </body> </html>