[Bug c++/16247] New: [3.5 regression] ICE when using -Wall
reichelt at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Jun 28 15:23:00 GMT 2004
Richard, your patch
http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg00838.html
causes mainline to segfault when compiling the following code snippet with
"g++ -Wall":
=================================
struct A { ~A(); };
void foo()
{
A* p;
delete[] p;
};
=================================
Could you please have a look?
--
Summary: [3.5 regression] ICE when using -Wall
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: critical
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: reichelt at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,rth at gcc dot gnu dot
org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16247
More information about the Gcc-bugs
mailing list