diff mbox

[wwwdocs] Update bug reporting instructions

Message ID alpine.LNX.2.00.1104241149560.5419@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer April 24, 2011, 1:58 p.m. UTC
Ask for bugs to be reproduced with a current release.  Suggest use
of -Wextra in addition to -Wall.

Installed.

Gerald
diff mbox

Patch

Index: bugs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v
retrieving revision 1.106
diff -u -r1.106 index.html
--- bugs/index.html	18 Oct 2010 09:42:35 -0000	1.106
+++ bugs/index.html	24 Apr 2011 09:49:35 -0000
@@ -49,12 +49,10 @@ 
 
 <p>Before you report a bug, please check the 
 <a href="#known">list of well-known bugs</a> and, <strong>if possible,
-try a current development snapshot</strong>.
-If you want to report a bug with versions of GCC before 3.4 we strongly
-recommend upgrading to the current release first.</p>
+try a current release</strong> or development snapshot.</p>
 
 <p>Before reporting that GCC compiles your code incorrectly, please
-compile it with <code>gcc -Wall</code> and see whether this shows
+compile it with <code>gcc -Wall -Wextra</code> and see whether this shows
 anything wrong with your code that could be the cause instead of a bug
 in GCC.</p>