On Linux/x86-64, r217588 miscompiled 178.galgel from cpu2000: # gfortran -O3 -funroll-loops -ffast-math -DSPEC_CPU2000_LP64 .... ... 0203: C1 = ( -0.3411 , 0.2388 ) C1 = ( 0.2181E+13, -0.3477E+12) ^ 0206: Error in right eigenvector is 0.000 Error in right eigenvector is 156.7 ^ 0249: D(Lambda)/D(Gr) = ( 0.3254E-04, 0.6779E-04) D(Lambda)/D(Gr) = ( -0.4526E-13, -0.6501E-13) ^ 0251: Calculated estimations of errors: Error in BifGel: D(alpha)/D(Anu) = 0 ^ 0252: Error in calculation of Omega = 0.000 BifGel: weakly nonlinear analysis failed ^ 0253: Error in calculation of Amu2 = 0.000 Error return from BifGel called by Cyklap: ier= 139 ^ 'galgel.out' short
It also miscompiled 1x171.swim 1x176.gcc 1x178.galgel 1x253.perlbmk 1x301.apsi from SPEC CPU 2000 on ia32 with -m32 -O3 -funroll-loops -msse2 -mfpmath=sse -ffast-math
Sorry, I can not reproduce any reported failures. I guess it was before the patch https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01995.html The patch most probably fixed it. Could you confirm that the problem was gone (or still exists).
Fixed by r217624.