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