From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6137 invoked by alias); 26 Aug 2009 10:34:54 -0000 Received: (qmail 4893 invoked by uid 48); 26 Aug 2009 10:34:40 -0000 Date: Wed, 26 Aug 2009 10:34:00 -0000 Message-ID: <20090826103440.4892.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-08/txt/msg02089.txt.bz2 ------- Comment #48 from dominiq at lps dot ens dot fr 2009-08-26 10:34 ------- > are there issues other than the ones reported in comment #44 I have opened pr41056 and pr41059 for other problems. There are ICEs for the original test in pr40440 (with external iso_varying_string.mod, but not if iso_varying_string.f95 is included) and a self contained reduced test I have posted on the mailing list and I am attaching. Also the test in comment #5 of pr40737 gives an ICE: [ibook-dhum] f90/bug% gfc -fwhole-file pr40737.f90 pr40737.f90: In function 'tf_ad_splitting_driver_plane': pr40737.f90:11:0: internal compiler error: Bus error On the positive side -fwhole-file fixes some ICE after errors as in pr37744 (with both .FALSE._C_BOOL and .FALSE.) and pr40994.f90. Finally the last time -fwhole-file was the default, -fno-whole-file, it was not working. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011