Hi Yury, On Friday 2015-01-16 12:18, Yury Gribov wrote: > This is a wwwdocs patch to changes.html to announce -freport-bug flag.
how about the following variation (which I have not committed yet)? Index: changes.html =================================================================== @@ -514,6 +514,9 @@ <h2>Other significant improvements</h2> <h3 id="gcc-ar"></h3> <ul> + <li>When the new command-line option <code>-freport-bug</code> is + used, GCC automatically generates a developer-friendly reproducer + whenever an internal compiler error is encountered.</li> <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> </ul>