This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/25266] SJLJ exception handling fails in function using alloca()
- From: "steven at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 30 Jul 2012 23:16:37 +0000
- Subject: [Bug middle-end/25266] SJLJ exception handling fails in function using alloca()
- Auto-submitted: auto-generated
- References: <bug-25266-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25266
Steven Bosscher <steven at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |steven at gcc dot gnu.org
Resolution| |FIXED
--- Comment #2 from Steven Bosscher <steven at gcc dot gnu.org> 2012-07-30 23:16:37 UTC ---
Fixed by tree-ssa's EH lowering and builtin_alloca handling.