This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12298] Stack unwind destroys not-yet-constructed object
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2003 14:30:45 -0000
- Subject: [Bug c++/12298] Stack unwind destroys not-yet-constructed object
- References: <20030916120451.12298.raoulgough@yahoo.co.uk>
- 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=12298
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bajo at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2003-09-16 14:30 -------
For me it's the other way round (on a linux box): with 3.2 I get the abort, with 3.3 and
mainline the program terminates correctly. I guess this needs someone with a windows
box to check. Giovanni?
W.