http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48438
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-04-18 17:11:26 UTC --- (In reply to comment #0) > * FAIL: gfortran.dg/realloc_on_assign_5.f03 -O0 execution test > at all optimization levels: That's PR 47674. > * FAIL: gfortran.dg/guality/pr41558.f90 -O0 line 7 s == 'foo' > and several others, seems to be the usual guality/gdb fragility guality has now been disabled on Tru64 Unix: http://gcc.gnu.org/ml/fortran/2011-04/msg00192.html * * * Last result: http://gcc.gnu.org/ml/gcc-testresults/2011-04/msg01634.html Still failing: - bessel_6.f90 (dies with floating point exception), cf. http://gcc.gnu.org/ml/fortran/2011-03/msg00234.html and http://gcc.gnu.org/ml/fortran/2011-04/msg00010.html - nint_2.f90 (nint of nearest (0.5_8, -1) is 1 instead of 0) - pr45636.f90 (twice instead of 0 times __builtin_memset) - large_real_kind_2.F90 Fails for CTEST_POWER(0.0, 5.4), which is: abs(0.0**5.4 - 0.0**5.4)/(0.0**5.4) > eps xxxxxxxx 88888888 88888888 where "x" is complex(kind=16) ("selected_real_kind (precision (0.0_8) + 1)") and "8" is complex(8). The numeric expression gives 0.0/0.0 = NaN - and "NaN > eps" gives here FALSE - but on Tru64 seemingly SIGABRT? (Plus realloc_on_assign_5.f03, guality/pr41558.f90 - which are mentioned above - and fmt_g0_5.f08, which is fixed by with http://gcc.gnu.org/ml/fortran/2011-04/msg00191.html )