This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCHv2][PING][wwwdocs] Mention -freport-bug in release notes
- From: Yury Gribov <y dot gribov at samsung dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Jakub Jelinek <jakub at redhat dot com>, Maxim Ostapenko <m dot ostapenko at partner dot samsung dot com>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Mon, 02 Feb 2015 09:51:40 +0300
- Subject: [PATCHv2][PING][wwwdocs] Mention -freport-bug in release notes
- Authentication-results: sourceware.org; auth=none
- References: <54B8D76F dot 103 at samsung dot com> <54C5F4C1 dot 3000607 at samsung dot com>
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
? 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>