public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/44484]  New: [4.6 regression] revision 160260 caused sparc64 testsuite failures
@ 2010-06-09 20:26 mikpe at it dot uu dot se
  2010-06-10 10:08 ` [Bug rtl-optimization/44484] " rguenth at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mikpe at it dot uu dot se @ 2010-06-09 20:26 UTC (permalink / raw)
  To: gcc-bugs

Between gcc-4.6-20100529 and gcc-4.6-20100605 a number of new testsuite FAILs
appeared on sparc64-linux:

                === gfortran tests ===

FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution,  -O2
-fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gfortran.fortran-torture/execute/forall_7.f90 execution,  -O3 -g 

                === libgomp tests ===


FAIL: libgomp.c/nestedfn-3.c (test for excess errors)
WARNING: libgomp.c/nestedfn-3.c compilation failed to produce executable
FAIL: libgomp.c/nestedfn-4.c (test for excess errors)
WARNING: libgomp.c/nestedfn-4.c compilation failed to produce executable
FAIL: libgomp.c/task-2.c (test for excess errors)
WARNING: libgomp.c/task-2.c compilation failed to produce executable
FAIL: libgomp.fortran/omp_atomic1.f90  -O1  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -O1  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic1.f90  -O2  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -O2  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic1.f90  -O3 -fomit-frame-pointer  (test for
excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -O3 -fomit-frame-pointer  compilation
failed to produce executable
FAIL: libgomp.fortran/omp_atomic1.f90  -O3 -fomit-frame-pointer -funroll-loops 
(test for excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -O3 -fomit-frame-pointer
-funroll-loops  compilation failed to produce executable
FAIL: libgomp.fortran/omp_atomic1.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: libgomp.fortran/omp_atomic1.f90  -O3 -g  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -O3 -g  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic1.f90  -Os  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic1.f90  -Os  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic2.f90  -O1  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -O1  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic2.f90  -O2  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -O2  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic2.f90  -O3 -fomit-frame-pointer  (test for
excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -O3 -fomit-frame-pointer  compilation
failed to produce executable
FAIL: libgomp.fortran/omp_atomic2.f90  -O3 -fomit-frame-pointer -funroll-loops 
(test for excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -O3 -fomit-frame-pointer
-funroll-loops  compilation failed to produce executable
FAIL: libgomp.fortran/omp_atomic2.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions  compilation failed to produce executable
FAIL: libgomp.fortran/omp_atomic2.f90  -O3 -g  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -O3 -g  compilation failed to produce
executable
FAIL: libgomp.fortran/omp_atomic2.f90  -Os  (test for excess errors)
WARNING: libgomp.fortran/omp_atomic2.f90  -Os  compilation failed to produce
executable

I've traced this to r160260 (fix PR39871, PR40615, PR42500, PR42502). Some
intermediate revisions cause bootstrap breakage making a bisection difficult,
but reverting r160260 from gcc-4.6-20100605 eliminates the FAILs above.

Although most FAILs are for Fortran, there are also three C-only libgomp tests
that now FAIL.

Compare also

http://gcc.gnu.org/ml/gcc-testresults/2010-06/msg00316.html (r160217, libgomp)
http://gcc.gnu.org/ml/gcc-testresults/2010-05/msg02923.html (r160038, fortran
and libgomp)

with

http://gcc.gnu.org/ml/gcc-testresults/2010-06/msg00454.html (r160287, libgomp)
http://gcc.gnu.org/ml/gcc-testresults/2010-06/msg00590.html (r160330, fortran
and libgomp)

I'll check tomorrow if any of these are reproducible with a cross-compiler.


-- 
           Summary: [4.6 regression] revision 160260 caused sparc64
                    testsuite failures
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikpe at it dot uu dot se
 GCC build triplet: sparc64-unknown-linux-gnu
  GCC host triplet: sparc64-unknown-linux-gnu
GCC target triplet: sparc64-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-07-25 21:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-09 20:26 [Bug rtl-optimization/44484] New: [4.6 regression] revision 160260 caused sparc64 testsuite failures mikpe at it dot uu dot se
2010-06-10 10:08 ` [Bug rtl-optimization/44484] " rguenth at gcc dot gnu dot org
2010-06-11 21:08 ` mikpe at it dot uu dot se
2010-06-11 21:09 ` mikpe at it dot uu dot se
2010-06-11 21:10 ` mikpe at it dot uu dot se
2010-06-11 21:27 ` mikpe at it dot uu dot se
2010-06-11 21:30 ` ebotcazou at gcc dot gnu dot org
2010-06-11 21:30 ` ebotcazou at gcc dot gnu dot org
2010-06-11 21:32 ` bernds at gcc dot gnu dot org
2010-06-24 10:57 ` jakub at gcc dot gnu dot org
2010-06-24 11:06 ` ebotcazou at gcc dot gnu dot org
2010-07-22 20:02 ` bernds at gcc dot gnu dot org
2010-07-25 21:32 ` [Bug target/44484] " ebotcazou at gcc dot gnu dot org
2010-07-25 21:35 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).