This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/53483] unwind.inc:140:1: internal compiler error: in ix86_expand_epilogue, at config/i386/i386.c:11176


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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]