From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23465 invoked by alias); 25 Jan 2011 18:58:44 -0000 Received: (qmail 23454 invoked by uid 22791); 25 Jan 2011 18:58:44 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Jan 2011 18:58:39 +0000 From: "townsend at astro dot wisc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/47463] New: ICE in gfc_add_component_ref X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: townsend at astro dot wisc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 25 Jan 2011 19:33:00 -0000 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: 2011-01/txt/msg02705.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463 Summary: ICE in gfc_add_component_ref Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: fortran AssignedTo: unassigned@gcc.gnu.org ReportedBy: townsend@astro.wisc.edu Created attachment 23124 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23124 Tar file containing source code and Makefile Compiling the attached code (Makefile included) results in the following internal compiler error: gfortran-mp-4.6 -std=f2003 -c hydro_flow.f90 f951: internal compiler error: in gfc_add_component_ref, at fortran/class.c:79 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make: *** [hydro_flow.mod] Error 1 The code is a stripped-down version of a new F2003 hydrodynamics code; it's v. important that I get it up and running as soon as possible. Thanks, Rich