This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/27766] [meta] -fbounds-check related bugs
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2008 20:02:45 -0000
- Subject: [Bug fortran/27766] [meta] -fbounds-check related bugs
- References: <bug-27766-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from tkoenig at gcc dot gnu dot org 2008-04-30 20:02 -------
Failures at the moment:
FAIL: gfortran.dg/array_memset_2.f90 -O0 scan-tree-dump-times original
"memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -O1 scan-tree-dump-times original
"memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -O2 scan-tree-dump-times original
"memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -O3 -fomit-frame-pointer
scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -O3 -fomit-frame-pointer -funroll-loops
scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -O3 -fomit-frame-pointer
-funroll-all-loops -finline-functions scan-tree-dump-times original "memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -O3 -g scan-tree-dump-times original
"memset" 2
FAIL: gfortran.dg/array_memset_2.f90 -Os scan-tree-dump-times original
"memset" 2
FAIL: gfortran.dg/forall_13.f90 -O0 execution test
FAIL: gfortran.dg/forall_13.f90 -O1 execution test
FAIL: gfortran.dg/forall_13.f90 -O2 execution test
FAIL: gfortran.dg/forall_13.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/forall_13.f90 -O3 -fomit-frame-pointer -funroll-loops
execution test
FAIL: gfortran.dg/forall_13.f90 -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions execution test
FAIL: gfortran.dg/forall_13.f90 -O3 -g execution test
FAIL: gfortran.dg/forall_13.f90 -Os execution test
FAIL: gfortran.dg/ltrans-7.f90 -O scan-tree-dump-times ltrans "transformed
loop" 1
FAIL: gfortran.dg/g77/dnrm2.f -O0 execution test
FAIL: gfortran.dg/g77/dnrm2.f -O1 execution test
FAIL: gfortran.dg/g77/dnrm2.f -O2 execution test
FAIL: gfortran.dg/g77/dnrm2.f -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/g77/dnrm2.f -O3 -fomit-frame-pointer -funroll-loops
execution test
FAIL: gfortran.dg/g77/dnrm2.f -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions execution test
FAIL: gfortran.dg/g77/dnrm2.f -O3 -g execution test
FAIL: gfortran.dg/g77/dnrm2.f -Os execution test
Running /home/ig25/gcc/trunk/gcc/testsuite/gfortran.dg/gomp/gomp.exp ...
Running /home/ig25/gcc/trunk/gcc/testsuite/gfortran.dg/vect/vect.exp ...
FAIL: gfortran.dg/vect/vect-3.f90 -O scan-tree-dump-times vect "Alignment of
access forced using peeling" 1
FAIL: gfortran.dg/vect/vect-3.f90 -O scan-tree-dump-times vect "Vectorizing
an unaligned access" 1
FAIL: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times vect "vectorized 1
loops" 1
FAIL: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times vect "Alignment of
access forced using peeling" 1
FAIL: gfortran.dg/vect/vect-5.f90 -O scan-tree-dump-times vect "Vectorizing
an unaligned access" 1
FAIL: gfortran.dg/vect/pr19049.f90 -O scan-tree-dump-times vect "complicated
access pattern" 1
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766