------- Comment #12 from burnus at gcc dot gnu dot org 2010-08-03 09:44 ------- This PR seems to be mostly fixed:
- x86_64-unknown-linux-gnu shows _no_ failures (-m32/-m64) http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg00217.html - ia64-unknown-linux-gnu shows _two_ failures: http://gcc.gnu.org/ml/gcc-testresults/2010-08/msg00213.html FAIL: gfortran.dg/maxlocval_3.f90 -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) FAIL: gfortran.dg/maxlocval_3.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) FAIL: gfortran.dg/typebound_proc_15.f03 -O (internal compiler error) FAIL: gfortran.dg/typebound_proc_15.f03 -O (test for excess errors) The latter is PR 44584 for which a patch has just been posted. HJ: Can you confirm that all failures are now gone (pending the PR 44584 committal), except for maxlocval_3.f90? Can you post the excess error which is shown for maxlocval_3.f90? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45151