public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Update bug reporting instructions
@ 2011-04-24 20:32 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2011-04-24 20:32 UTC (permalink / raw)
  To: gcc-patches

Ask for bugs to be reproduced with a current release.  Suggest use
of -Wextra in addition to -Wall.

Installed.

Gerald

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>
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-24 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-24 20:32 [wwwdocs] Update bug reporting instructions Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).