diff mbox

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

Message ID alpine.LNX.2.00.1303020222260.2051@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer March 2, 2013, 1:23 a.m. UTC
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
diff mbox

Patch

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>