[Bug c++/27508] New: [4.0/4.1/4.2 regression] ICE on invalid destructor name
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon May 8 19:58:00 GMT 2006
The following invalid code snippet causes an ICE since GCC 4.0.3:
========================
struct A;
using ::~A;
========================
bug.cc:2: internal compiler error: tree check: expected class 'type', have
'declaration' (namespace_decl) in check_dtor_name, at cp/call.c:239
Please submit a full bug report, [etc.]
Btw, the compiler also ICEd before 3.4.0.
--
Summary: [4.0/4.1/4.2 regression] ICE on invalid destructor name
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code, monitored
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: reichelt at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27508
More information about the Gcc-bugs
mailing list