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: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jan 2004 15:33:46 -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
------- Additional Comments From bangerth at dealii dot org 2004-01-13 15:33 -------
I have no clue. I mean, I would expect that if I don't declare the
destructor explicitly, then the default destructor is automatically
synthetized. On the other hand, icc7 rejects the code, saying that
there is no X::~X. Whatever, an ICE is not appropriate.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12335