[Bug fortran/27766] [meta] -fbounds-check related bugs
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Nov 22 23:54:00 GMT 2008
------- Comment #5 from tkoenig at gcc dot gnu dot org 2008-11-22 23:52 -------
Current failures with bounds checking:
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/bound_2.f90 -O0 execution test
FAIL: gfortran.dg/bound_2.f90 -O1 execution test
FAIL: gfortran.dg/bound_2.f90 -O2 execution test
FAIL: gfortran.dg/bound_2.f90 -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/bound_2.f90 -O3 -fomit-frame-pointer -funroll-loops
execution test
FAIL: gfortran.dg/bound_2.f90 -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions execution test
FAIL: gfortran.dg/bound_2.f90 -O3 -g execution test
FAIL: gfortran.dg/bound_2.f90 -Os execution test
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/ldist-1.f90 -O scan-tree-dump-times ldist "distributed:
split to 4 loops" 1
FAIL: gfortran.dg/ltrans-7.f90 -O scan-tree-dump-times ltrans "transformed
loop" 1
FAIL: gfortran.dg/pr37243.f -O0 execution test
FAIL: gfortran.dg/pr37243.f -O1 execution test
FAIL: gfortran.dg/pr37243.f -O2 execution test
FAIL: gfortran.dg/pr37243.f -O3 -fomit-frame-pointer execution test
FAIL: gfortran.dg/pr37243.f -O3 -fomit-frame-pointer -funroll-loops execution
test
FAIL: gfortran.dg/pr37243.f -O3 -fomit-frame-pointer -funroll-all-loops
-finline-functions execution test
FAIL: gfortran.dg/pr37243.f -O3 -g execution test
FAIL: gfortran.dg/pr37243.f -Os execution test
FAIL: gfortran.dg/reassoc_4.f -O scan-tree-dump-times reassoc1 "[0-9] \* " 22
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/graphite/graphite.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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766
More information about the Gcc-bugs
mailing list