This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12335] [3.4 regression] ICE when explicitly calling destructor
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Sep 2003 23:37:21 -0000
- Subject: [Bug c++/12335] [3.4 regression] ICE when explicitly calling destructor
- References: <20030918222113.12335.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12335
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2003-09-18 23:37:21
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-09-18 23:37 -------
>From Phil's regression hunter: Search converges between 2003-07-16-trunk (#345) and 2003-
07-17-trunk (#346).
Before that date GCC rejected it:
input.cc: In member function `void X::f()':
input.cc:3: error: no `X::~X()' member function declared in class `X'
input.cc:3: error: declaration of `X::~X()' outside of class is not definition