This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/55939] [4.6/4.7/4.8 regression] gcc miscompiles gmp-5.0.5 on m68k-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55939

--- Comment #18 from Mikael Pettersson <mikpe at it dot uu.se> 2013-01-30 08:53:31 UTC ---
gmp-5.0.5 builds and tests Ok on m68k-linux when configured with -ffloat-store
in CFLAGS.  There is one "fcmp;fblt" and three "fcmp;fbne" sequences in the
previously failing test case (just the .o file, so excluding libgmp.a).  There
are 24 fcmps in libgmp.a, but they are all followed by relational conditional
jumps, none is followed by an equality/inequality conditional jump.

Should I close this as a duplicate of PR323?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]