On Mon, 18 Feb 2013, Richard Biener wrote:
>> Before reporting that GCC compiles your code incorrectly, compile it
>> with gcc -Wall -Wextra and see whether this shows anything
>> wrong with your code. Similarly, if compiling with
>> -fno-strict-aliasing -fwrapv makes a difference, your co
On Sun, 17 Feb 2013, Gerald Pfeifer wrote:
> On Thu, 7 Feb 2013, Richard Biener wrote:
> > As promised, a bugs.html entry.
>
> Looks good to me.
>
> Now, at the top of the page we have
>
> Before reporting that GCC compiles your code incorrectly, compile it
> with gcc -Wall -Wextra and see
On Thu, 7 Feb 2013, Richard Biener wrote:
> As promised, a bugs.html entry.
Looks good to me.
Now, at the top of the page we have
Before reporting that GCC compiles your code incorrectly, compile it
with gcc -Wall -Wextra and see whether this shows anything
wrong with your code. Similarly