From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13495 invoked by alias); 30 Apr 2008 20:03:29 -0000 Received: (qmail 13289 invoked by uid 48); 30 Apr 2008 20:02:45 -0000 Date: Wed, 30 Apr 2008 20:03:00 -0000 Message-ID: <20080430200245.13288.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/27766] [meta] -fbounds-check related bugs In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tkoenig at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg02164.txt.bz2 ------- 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