Mail Archives: djgpp-workers/1998/08/18/18:14:23
FWIW, here's the results from my Linux system (Debian 1.3.something):
gcc1_no is compiled with no optimisation, gcc1_o1 with -O1 and gcc1_o2
with -O2. The reference to _control87 was #ifdefed out.
kant:/DOS/d/martin/djgpp> gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs
gcc version 2.7.2.1
kant:/DOS/d/martin/djgpp> ./gcc1_no
SET_FLOAT_WORD: NaN, GET_FLOAT_WORD: 7fc00000
kant:/DOS/d/martin/djgpp> ./gcc1_o1
SET_FLOAT_WORD: NaN, GET_FLOAT_WORD: ffc00000
kant:/DOS/d/martin/djgpp> ./gcc1_o2
SET_FLOAT_WORD: NaN, GET_FLOAT_WORD: ffc00000
Pettersson, Symphony No. 5,
MartinS
- Raw text -