------- Comment #4 from edwintorok at gmail dot com 2008-10-18 18:07 ------- (In reply to comment #3) > Does it work with -fno-strict-aliasing? >
It doesn't. [EMAIL PROTECTED]:~$ g++ -O2 -fno-strict-aliasing x.c x.c: In function int main(): x.c:15: warning: large integer implicitly truncated to unsigned type x.c:17: warning: large integer implicitly truncated to unsigned type [EMAIL PROTECTED]:~$ ./a.out bad bits: fffffffffffffff0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37867