This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/47463] New: ICE in gfc_add_component_ref
- From: "townsend at astro dot wisc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 25 Jan 2011 18:58:38 +0000
- Subject: [Bug fortran/47463] New: ICE in gfc_add_component_ref
- Auto-submitted: auto-generated
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 <http://gcc.gnu.org/bugs.html> 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