This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16247] New: [3.5 regression] ICE when using -Wall
- 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: 28 Jun 2004 15:13:24 -0000
- Subject: [Bug c++/16247] New: [3.5 regression] ICE when using -Wall
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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