This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/27802] [4.1/4.2 regression] ICE with longjmp
- From: "sayle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2006 04:21:39 -0000
- Subject: [Bug middle-end/27802] [4.1/4.2 regression] ICE with longjmp
- References: <bug-27802-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from sayle at gcc dot gnu dot org 2006-06-19 04:21 -------
Subject: Bug 27802
Author: sayle
Date: Mon Jun 19 04:21:22 2006
New Revision: 114766
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114766
Log:
PR middle-end/27802
* reg-stack.c (subst_stack_regs): Handle noreturn function calls
that (would) return their results in stack registers.
* gcc.dg/pr27802-1.c: New test case.
Added:
branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr27802-1.c
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/reg-stack.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27802