[BUG][GCC] *Serious* optimization bug: Any gcc specialists out there?

Michael Lucas-Smith ich at driftwood.darktech.org
Sat Aug 5 04:32:01 UTC 2000


gcc -O test.cpp -lm
./a.out
sin(arg1): 1.000000e+20

gcc test.cpp -lm
./a.out
sin(1.000000e+20): -7.469219e-01

gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000220 (Debian GNU/Linux)

my my.. isn't this a right mess.....

Michael.





More information about the Squeak-dev mailing list