This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/12301] [3.3/3.4 regression] corruption in exception path, exception in returned expression
- 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: 17 Sep 2003 16:59:09 -0000
- Subject: [Bug optimization/12301] [3.3/3.4 regression] corruption in exception path, exception in returned expression
- References: <20030916135753.12301.gcc@cohi.at>
- 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=12301
ebotcazou at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|corruption in exception |[3.3/3.4 regression]
|path, exception in returned |corruption in exception
|expression (g++ 3.3, 3.3.1 |path, exception in returned
|and 3.3.2 snapshot) |expression
Target Milestone|--- |3.3.2
Version|3.3.2 |3.3.1
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-09-17 16:59 -------
I can confirm the crash on GCC 3.2.2, 3.2.3, 3.3 and 3.3.2pre with Christian's
testcase, but GCC 2.95.3 doesn't crash so we have a regression.