irun/bin/gfortran -static test2.f90 test2.f90: In function 'MAIN__': test2.f90:6: internal compiler error: in gfc_conv_string_parameter, at fortran/trans-expr.c:1986 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
for the program: program test_bug2 implicit none real :: toto toto = 2 print toto end program test_bug2 I think that a syntax error will be better :) -- Summary: compilation error and message not usuful Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gruel at astro dot ufl dot edu CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18023