http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60582
Bug ID: 60582 Summary: gfortran.dg/fmt_en.f90 FAILs on Solaris 9/x86 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: dominiq at lps dot ens.fr, jvdelisle at gcc dot gnu.org Host: i386-pc-solaris2.9 Target: i386-pc-solaris2.9 Build: i386-pc-solaris2.9 As already reported in PR fortran/60128, the new gfortran.dg/fmt_en.f90 testcase FAILs on Solaris 9/x86: FAIL: gfortran.dg/fmt_en.f90 -O0 execution test FAIL: gfortran.dg/fmt_en.f90 -O1 execution test FAIL: gfortran.dg/fmt_en.f90 -O2 execution test FAIL: gfortran.dg/fmt_en.f90 -O3 -fomit-frame-pointer execution test FAIL: gfortran.dg/fmt_en.f90 -O3 -fomit-frame-pointer -funroll-loops execution test FAIL: gfortran.dg/fmt_en.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test FAIL: gfortran.dg/fmt_en.f90 -O3 -g execution test FAIL: gfortran.dg/fmt_en.f90 -Os execution test Some analysis has already been done in that PR; I won't repeat it here. One additional data point: unlike Solaris 10+, Solaris 9 lacks <fenv.h>. Rainer