This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/53483] unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176
- From: "jbemmel at zonnet dot nl" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 24 May 2012 22:19:33 +0000
- Subject: [Bug c/53483] unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176
- Auto-submitted: auto-generated
- References: <bug-53483-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53483
--- Comment #1 from Jeroen van Bemmel <jbemmel at zonnet dot nl> 2012-05-24 22:19:33 UTC ---
The gcc_assert which fails is in i386.c line 10897 (latest SVN):
/* Stack align doesn't work with eh_return. */
gcc_assert (!stack_realign_drap);