This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][www] Add loop case to non-bugs in bugs.html


On Mon, 18 Feb 2013, Richard Biener wrote:
>>   <p>Before reporting that GCC compiles your code incorrectly, compile it
>>   with <code>gcc -Wall -Wextra</code> and see whether this shows anything
>>   wrong with your code.  Similarly, if compiling with
>>   <code>-fno-strict-aliasing -fwrapv</code> makes a difference, your code
>>   probably is not correct.</p>
>> 
>> Should I add  -fno-aggressive-loop-optimizations  to the list in the
>> second sentence?
> Yes please.

Done thusly.

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/index.html,v
retrieving revision 1.110
diff -u -3 -p -r1.110 index.html
--- index.html	8 Feb 2013 15:55:03 -0000	1.110
+++ index.html	2 Mar 2013 01:22:47 -0000
@@ -54,8 +54,8 @@ try a current release</strong> or develo
 <p>Before reporting that GCC compiles your code incorrectly, compile it
 with <code>gcc -Wall -Wextra</code> and see whether this shows anything
 wrong with your code.  Similarly, if compiling with
-<code>-fno-strict-aliasing -fwrapv</code> makes a difference, your code
-probably is not correct.</p>
+<code>-fno-strict-aliasing -fwrapv -fno-aggressive-loop-optimizations</code>
+makes a difference, your code probably is not correct.</p>
 
 <h2>Summarized bug reporting instructions</h2>
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]