This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/41608] New: ICE with CLASS and invalid code
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Oct 2009 16:38:48 -0000
- Subject: [Bug fortran/41608] New: ICE with CLASS and invalid code
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
class(t1), pointer :: c ! missing TYPE decl
select type (c)
type is (t1)
end select
end
f951: internal compiler error: in find_typebound_proc_uop, at
fortran/symbol.c:4657
--
Summary: ICE with CLASS and invalid code
Product: gcc
Version: 4.5.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: burnus at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41608