[Bug target/26223] [4.0/4.1/4.2 regression] ICE on long double with -mno-80387
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Feb 16 15:12:00 GMT 2006
------- Comment #3 from pinskia at gcc dot gnu dot org 2006-02-16 15:12 -------
I don't know if this is really valid code as long double on x86_64 uses 387 so
turning off 387 explicitly says no 387 instructions. In fact I think the
regression was caused by actually -mno-387 working correctly in turning off the
387 instructions from being emitting.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
GCC build triplet|x86-64 |
GCC host triplet|x86-64 |
Keywords|ice-on-valid-code |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26223
More information about the Gcc-bugs
mailing list