[Bug c++/35317] New: [4.1/4.2/4.3/4.4 regression] ICE with operator delete[] and ellipsis
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Feb 23 18:01:00 GMT 2008
The following valid code snippet triggers an ICE since GCC 3.1:
============================================
struct A
{
void operator delete[] (void*, ...);
};
============================================
bug.cc:2: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]
--
Summary: [4.1/4.2/4.3/4.4 regression] ICE with operator delete[]
and ellipsis
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Keywords: ice-on-valid-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=35317
More information about the Gcc-bugs
mailing list