diff mbox

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

Message ID 54C5F4C1.3000607@samsung.com
State New
Headers show

Commit Message

Yury Gribov Jan. 26, 2015, 8:03 a.m. UTC
> 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?

-Y

Comments

Gerald Pfeifer Feb. 2, 2015, 8:26 a.m. UTC | #1
On Monday 2015-01-26 11:03, Yury Gribov wrote:
> Second version of patch with updates from Gerald Pfeifer.
> 
> Ok to commit?

Yes, this looks good.  

Thank you,
Gerald
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>