[Bug middle-end/45131] New: [4.6 regression] New test failures configured with --with-cpu=atom

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Jul 29 14:11:00 GMT 2010


On Linux/x86-64, when configured with

--with-cpu=atom --enable-clocale=gnu --with-system-zlib --enable-shared
--with-demangler-in-ld -with-plugin-ld=ld.gold --enable-gold --with-fpmath=sse 

revision 162667 gave

FAIL: gfortran.dg/inquire_size.f90  -O0  execution test
FAIL: gfortran.dg/inquire_size.f90  -O1  execution test
FAIL: gfortran.dg/inquire_size.f90  -O2  execution test
FAIL: gfortran.dg/inquire_size.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/inquire_size.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/inquire_size.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/inquire_size.f90  -O3 -g  execution test
FAIL: gfortran.dg/inquire_size.f90  -Os  execution test
FAIL: gfortran.dg/streamio_10.f90  -O0  execution test
FAIL: gfortran.dg/streamio_10.f90  -O1  execution test
FAIL: gfortran.dg/streamio_10.f90  -O2  execution test
FAIL: gfortran.dg/streamio_10.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/streamio_10.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/streamio_10.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/streamio_10.f90  -O3 -g  execution test
FAIL: gfortran.dg/streamio_10.f90  -Os  execution test
FAIL: gfortran.dg/streamio_15.f90  -O0  execution test
FAIL: gfortran.dg/streamio_15.f90  -O1  execution test
FAIL: gfortran.dg/streamio_15.f90  -O2  execution test
FAIL: gfortran.dg/streamio_15.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/streamio_15.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/streamio_15.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/streamio_15.f90  -O3 -g  execution test
FAIL: gfortran.dg/streamio_15.f90  -Os  execution test
FAIL: gfortran.dg/streamio_16.f90  -O0  execution test
FAIL: gfortran.dg/streamio_16.f90  -O1  execution test
FAIL: gfortran.dg/streamio_16.f90  -O2  execution test
FAIL: gfortran.dg/streamio_16.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/streamio_16.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/streamio_16.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/streamio_16.f90  -O3 -g  execution test
FAIL: gfortran.dg/streamio_16.f90  -Os  execution test
FAIL: gfortran.dg/streamio_8.f90  -O0  execution test
FAIL: gfortran.dg/streamio_8.f90  -O1  execution test
FAIL: gfortran.dg/streamio_8.f90  -O2  execution test
FAIL: gfortran.dg/streamio_8.f90  -O3 -fomit-frame-pointer  execution test
FAIL: gfortran.dg/streamio_8.f90  -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions  execution test
FAIL: gfortran.dg/streamio_8.f90  -O3 -fomit-frame-pointer -funroll-loops 
execution test
FAIL: gfortran.dg/streamio_8.f90  -O3 -g  execution test
FAIL: gfortran.dg/streamio_8.f90  -Os  execution test
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O0
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O1
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O2
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O2
-fbounds-check
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O2
-fomit-frame-pointer -finline-functions
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O2
-fomit-frame-pointer -finline-functions -funroll-loops
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -O3 -g
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution,  -Os
FAIL: gfortran.fortran-torture/execute/inquire_3.f90 execution, -O2
-ftree-vectorize -msse2
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O0
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O1
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O2
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O2
-fbounds-check
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O2
-fomit-frame-pointer -finline-functions
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O2
-fomit-frame-pointer -finline-functions -funroll-loops
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -O3 -g
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution,  -Os
FAIL: gfortran.fortran-torture/execute/inquire_4.f90 execution, -O2
-ftree-vectorize -msse2

Revision 162619 is OK.


-- 
           Summary: [4.6 regression] New test failures configured with --
                    with-cpu=atom
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45131



More information about the Gcc-bugs mailing list