This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14724] [3.3/3.4/3.5 Regression] Destructor not called on backwards goto past initialization
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Mar 2004 01:40:28 -0000
- Subject: [Bug c++/14724] [3.3/3.4/3.5 Regression] Destructor not called on backwards goto past initialization
- References: <20040324223333.14724.gson@gson.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-03-26 01:40 -------
For the logs, I can reproduce it with:
gcc version 3.3.4 20040218 (prerelease)
gcc version 3.4.0 20040216 (prerelease)
gcc version 3.2.2 (mingw special 20030208-1)
on i686-cygwin.
Andrew Pinski can reproduce it with:
gcc version 3.5.0 20040325 (experimental)
on i686-linux and powerpc-apple-darwin.
But RTH couldn't reproduce it with gcc version 3.3.3 (Debian) on alpha, or
mainline on linux. So there must be something weird going on.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14724