------- 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