This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12491] [3.3/3.4 Regression] [eh] Destructor fails to compile when optimizations (inlining) are enabled
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Dec 2003 14:37:10 -0000
- Subject: [Bug c++/12491] [3.3/3.4 Regression] [eh] Destructor fails to compile when optimizations (inlining) are enabled
- References: <20031002113610.12491.harizak@speech.gr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-12-05 14:37 -------
Can a C++ specialist tell if it is normal for the RTL code of Error::~Error() to
be emitted twice (see .rtl at -O0 or -O -fno-inline)? If not, I think this is
probably the source of the problem.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|optimization |c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12491