From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2388 invoked by alias); 5 May 2009 11:33:20 -0000 Received: (qmail 2336 invoked by uid 48); 5 May 2009 11:33:08 -0000 Date: Tue, 05 May 2009 11:33:00 -0000 Message-ID: <20090505113308.2335.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/40011] Problems with -fwhole-file In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2009-05/txt/msg00305.txt.bz2 ------- Comment #11 from dominiq at lps dot ens dot fr 2009-05-05 11:33 ------- The summary of the attached file in comment #9 is: FAIL: gfortran.dg/bounds_check_strlen_1.f90 -O0 (test for excess errors) FAIL: gfortran.dg/bounds_temporaries_1.f90 -O (test for excess errors) FAIL: gfortran.dg/contained_3.f90 -O0 execution test FAIL: gfortran.dg/entry_17.f90 -O (test for warnings, line 27) FAIL: gfortran.dg/func_decl_4.f90 -O (test for errors, line 7) FAIL: gfortran.dg/generic_actual_arg.f90 -O (test for excess errors) FAIL: gfortran.dg/global_references_1.f90 -O (test for errors, line 39) FAIL: gfortran.dg/hollerith.f90 -O0 (test for excess errors) FAIL: gfortran.dg/hollerith_legacy.f90 -O (test for warnings, line 24) FAIL: gfortran.dg/import6.f90 -O (test for excess errors) FAIL: gfortran.dg/integer_exponentiation_2.f90 -O0 (test for excess errors) FAIL: gfortran.dg/intrinsic_actual_1.f -O (test for excess errors) FAIL: gfortran.dg/intrinsic_std_1.f90 -O scan-tree-dump original " abort ": dump file does not exist FAIL: gfortran.dg/pr20865.f90 -O (test for excess errors) FAIL: gfortran.dg/pr37243.f -O0 (test for excess errors) FAIL: gfortran.dg/sizeof.f90 -O0 (test for excess errors) FAIL: gfortran.dg/used_before_typed_4.f90 -O (test for excess errors) FAIL: gfortran.dg/g77/970625-2.f -O (test for excess errors) and with -m64 FAIL: gfortran.dg/loc_1.f90 -O1 (test for excess errors) With the patch in comment #8 of pr40006, the following failures are changed: FAIL: gfortran.dg/hollerith.f90 -O0 (test for excess errors) FAIL: gfortran.dg/hollerith_legacy.f90 -O (test for excess errors) FAIL: gfortran.dg/integer_exponentiation_2.f90 -O0 (test for excess errors) without patch === gfortran Summary for unix//-fwhole-file === # of expected passes 28733 # of unexpected failures 68 # of expected failures 16 # of unsupported tests 397 with patch === gfortran Summary === # of expected passes 28751 # of unexpected failures 66 # of expected failures 16 # of unsupported tests 397 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011