Re: [Bug middle-end/44530] New: wrong code due to branch optimization

2010-06-13 Thread Andrew Pinski
Sent from my iPhone On Jun 13, 2010, at 2:34 PM, "Daniel dot Davies at xerox dot com" > wrote: When compiled with -03, the attached file prints out an error message due to incorrectly comparing "xCount + 32 < 0x8000". When compiled with the default optimization, it prints out the co

[Bug middle-end/44530] New: wrong code due to branch optimization

2010-06-13 Thread Daniel dot Davies at xerox dot com
When compiled with -03, the attached file prints out an error message due to incorrectly comparing "xCount + 32 < 0x8000". When compiled with the default optimization, it prints out the correct message. $ gcc -v -save-temps -std=gnu99 -fno-strict-aliasing -funroll-loops -march=core2 -mfpmath=