From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3517 invoked by alias); 24 Jul 2009 05:39:45 -0000 Received: (qmail 831 invoked by uid 48); 24 Jul 2009 05:39:32 -0000 Date: Fri, 24 Jul 2009 05:39:00 -0000 Message-ID: <20090724053932.829.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: "jv244 at cam dot ac dot uk" 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-07/txt/msg01946.txt.bz2 ------- Comment #34 from jv244 at cam dot ac dot uk 2009-07-24 05:39 ------- Testing paul's latest patch at http://gcc.gnu.org/ml/fortran/2009-07/msg00202.html on the latest all file CP2K (see also PR40005) http://www.pci.uzh.ch/vandevondele/tmp/CP2K_2009-05-01.f90.gz I get the following ICE for ulimit -s 512000 gfortran -c -O2 -march=native -fwhole-file CP2K_2009-05-01.f90 CP2K_2009-05-01.f90: In function ‘broadcast_input_information’: CP2K_2009-05-01.f90:53523:0: internal compiler error: tree check: expected record_type or union_type or qual_union_type, have H��H$@ in gfc_get_derived_type, at fortran/trans-types.c:2010 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. I won't be able to reduce this failure for the next 10 days or so. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011