------- Comment #2 from tobi at gcc dot gnu dot org 2005-11-07 12:58 -------
I'm marking this ice-on-invalid-code, as it is not valid Fortran 95 and the bug
is unrelated to the use of IMPORT, the following ICEs the same way:
module gfcbug29_import
interface
subroutine foo (x)
something :: dp
real (kind=dp) :: x
end subroutine foo
end interface
end module gfcbug29_import
--
tobi at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tobi at gcc dot gnu dot org
Keywords| |ice-on-invalid-code
Summary|gfortran: IMPORT of f2003 |ICE with invalid pseudo-
|not yet implemented, ICE |declaration statement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24549