This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2004 14:20:42 -0000
- Subject: [Bug fortran/17741] ICE in gfc_free_namespace, at fortran/symbol.c:2208
- References: <20040929215130.17741.schnetter@aei.mpg.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-30 14:20 -------
Confirmed. Here's an even shorter testcase:
============================
subroutine FOO
interface
integer function BAR()
end subroutine
============================
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-invalid-code
Last reconfirmed|0000-00-00 00:00:00 |2004-09-30 14:20:39
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17741