--- Comment #7 from sgk at troutmask dot apl dot washington dot edu
2010-08-11 03:48 ---
Subject: Re: [4.6 regression] ICE in ix86_expand_epilogue compiling libgcc
On Tue, Aug 10, 2010 at 05:49:40AM -, ebotcazou at gcc dot gnu dot org
wrote:
> > Does anyone know which combination
--- Comment #6 from ebotcazou at gcc dot gnu dot org 2010-08-10 05:49
---
> Does anyone know which combination of recent commits is causing this problem?
The set of RTH's patches. Configure --with-tune=i686 to work around it.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45206
--- Comment #5 from kargl at gcc dot gnu dot org 2010-08-10 02:54 ---
Does anyone know which combination of recent commits
is causing this problem? I've tried individually backing
out several of the likely offenders, but I still can't
bootstrap. So, I'm guessing that I need to back ou
--- Comment #4 from kargl at gcc dot gnu dot org 2010-08-08 15:15 ---
Change severity to blocker.
--
kargl at gcc dot gnu dot org changed:
What|Removed |Added
S
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2010-08-07 07:09
---
*** Bug 45222 has been marked as a duplicate of this bug. ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from rguenth at gcc dot gnu dot org 2010-08-06 11:06 ---
Confirmed.
struct _Unwind_Context { void *ra; };
void _Unwind_RaiseException(void)
{
struct _Unwind_Context this_context, cur_context;
long offset = uw_install_context_1 ((&this_context), (&cur_context));
void
--- Comment #1 from ebotcazou at gcc dot gnu dot org 2010-08-06 06:21
---
Created an attachment (id=21420)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21420&action=view)
Preprocessed file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45206