This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32289] New: mips version of gfortran produces internal compiler error
- From: "michael dot a dot richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jun 2007 16:52:39 -0000
- Subject: [Bug fortran/32289] New: mips version of gfortran produces internal compiler error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When I compile the following function using the mips version of gfortran I get
the message:
q.f90: In function 'set_numeric_values':
q.f90:3: internal compiler error: in gfc_conv_variable, at
fortran/trans-expr.c:381
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
FUNCTION i()
CONTAINS
SUBROUTINE set_numeric_values
i = 0
END SUBROUTINE set_numeric_values
END FUNCTION i
--
Summary: mips version of gfortran produces internal compiler
error
Product: gcc
Version: 4.1.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michael dot a dot richmond at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32289