http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55390
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution| |INVALID --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-11-19 11:03:02 UTC --- No, I'd say it is a user error and you should build with -msse2 -mfpmath=sse2 explicitly in the CFLAGS*. Whatever place is passing -march=i486 or -march=i586 can't guess what you added to CFLAGS, and -mfpmath=387 isn't always the right thing.