diff mbox

[PATCHv2,PING,wwwdocs] Mention -freport-bug in release notes

Message ID 54CF1E7C.8060101@samsung.com
State New
Headers show

Commit Message

Yury Gribov Feb. 2, 2015, 6:51 a.m. UTC
On 01/26/2015 11:03 AM, Yury Gribov wrote:
>  > On 01/16/2015 12:18 PM, Yury Gribov wrote:
>> This is a wwwdocs patch to changes.html to announce -freport-bug flag.
>>
>> Ok to commit?
>
> Hi all,
>
> Second version of patch with updates from Gerald Pfeifer.
>
> Ok to commit?

Ping.

-Y
diff mbox

Patch

? the
Index: htdocs/gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.72
diff -u -r1.72 changes.html
--- htdocs/gcc-5/changes.html	25 Jan 2015 23:47:32 -0000	1.72
+++ htdocs/gcc-5/changes.html	26 Jan 2015 08:01:01 -0000
@@ -599,5 +599,11 @@ 
     <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>
+  <h3 id="driver"></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>
+  </ul>
 </body>
 </html>