[EMAIL PROTECTED] cpu2006-465c]$ cat foo.f90 module bar public foo_ interface foo_ module procedure foo end interface contains subroutine foo(keyword) character(*) :: keyword call xxx((/keyword/)) end subroutine end [EMAIL PROTECTED] cpu2006-465c]$ /export/build/gnu/gcc-fortran/build-x86_64-linux/gcc/gfortran -B/export/build/gnu/gcc-fortran/build-x86_64-linux/gcc/ -S foo.f90 foo.f90: In function foo: foo.f90:4: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
-- Summary: FORTRAN compiler won't compile the valid code Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hjl at lucon dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26057