[Bug fortran/13154] [gfortran] ICE in fortran/trans-types.c:307
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Nov 21 22:42:00 GMT 2003
------- Additional Comments From reichelt at gcc dot gnu dot org 2003-11-21 22:42 -------
Here's a shorter testcase that triggers the same failure:
=============================
module FOO
implicit none
integer I
common /C/I
contains
subroutine BAR
end subroutine BAR
end module FOO
=============================
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-11-21 22:42:19
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13154
More information about the Gcc-bugs
mailing list