On Mon, May 06, 2013 at 08:18:27PM -0500, Bill Schmidt wrote: > > AIL: gcc.dg/vect/vect-28.c -flto execution test > > FAIL: gcc.dg/vect/vect-28.c execution test > > FAIL: gfortran.dg/array_constructor_9.f90 -O3 -fomit-frame-pointer > > execution test > > FAIL: gfortran.dg/array_constructor_9.f90 -O3 -fomit-frame-pointer > > -funroll-all-loops -finline-functions execution test > > FAIL: gfortran.dg/array_constructor_9.f90 -O3 -fomit-frame-pointer > > -funroll-loops execution test > > FAIL: gfortran.dg/array_constructor_9.f90 -O3 -g execution test > > FAIL: gfortran.dg/char_result_3.f90 -O3 -fomit-frame-pointer execution > > test > > FAIL: gfortran.dg/char_result_3.f90 -O3 -fomit-frame-pointer > > -funroll-all-loops -finline-functions execution test > > FAIL: gfortran.dg/char_result_3.f90 -O3 -fomit-frame-pointer > > -funroll-loops execution test > > FAIL: gfortran.dg/char_result_3.f90 -O3 -g execution test > > FAIL: gfortran.dg/cray_pointers_2.f90 -O execution test > > FAIL: gfortran.dg/realloc_on_assign_2.f03 -O3 -fomit-frame-pointer > > execution test > > FAIL: gfortran.dg/realloc_on_assign_2.f03 -O3 -fomit-frame-pointer > > -funroll-all-loops -finline-functions execution test > > FAIL: gfortran.dg/realloc_on_assign_2.f03 -O3 -fomit-frame-pointer > > -funroll-loops execution test > > FAIL: gfortran.dg/realloc_on_assign_2.f03 -O3 -g execution test > > > > on i686. > > > > -- > > H.J. > > > > H.J., do you know whether the proposed patch fixes these failures? I'll > take a look at these tomorrow if not.
+FAIL: gcc.dg/vect/vect-28.c execution test +FAIL: gcc.dg/vect/vect-28.c -flto execution test caused by the r198627 change isn't fixed with this patch (on i686-linux), while pr33017.c is. Similarly, on x86_64-linux, most of the new FAILs H.J. lists above are fixed (including many libgomp FAILs), but +FAIL: gfortran.dg/cray_pointers_2.f90 -O execution test +FAIL: libgomp.fortran/threadprivate2.f90 -O3 -fomit-frame-pointer execution test +FAIL: libgomp.fortran/threadprivate2.f90 -O3 -fomit-frame-pointer -funroll-loops execution test +FAIL: libgomp.fortran/threadprivate2.f90 -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions execution test +FAIL: libgomp.fortran/threadprivate2.f90 -O3 -g execution test still remain. For these x86_64 FAILs I haven't verified they were introduced by r198627, but they didn't fail May 3rd. Jakub