This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RF[CT]: IMA repairs 2/n: maybe_apply_renaming_pragma rawrite
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org,Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>,Andreas Tobler <toa at pop dot agri dot ch>
- Date: Sat, 29 May 2004 14:06:49 +0200
- Subject: Re: RF[CT]: IMA repairs 2/n: maybe_apply_renaming_pragma rawrite
- References: <87oeo77jms.fsf@taltos.codesourcery.com>
> I attempted to bootstrap this patch on sparc-solaris2.8 but failed; I
> got an ICE in calls.c on libgcc2.c::_trampoline, here:
>
> 3301 /* Verify that we've deallocated all the stack we used.
> */ 3302 if (! (flags & (ECF_NORETURN | ECF_LONGJMP))
> 3303 && old_stack_allocated != stack_pointer_delta
> 3304 - pending_stack_adjust)
> 3305 abort ();
>
>
> This appears to be a case of the stage 1 compiler miscompiling the
> stage 2 compiler -- given the same input, the stage 1 compiler does
> not crash.
Could you post the contents of your LAST_UPDATED file? Mine is
Mon May 24 00:42:02 CDT 2004
Mon May 24 05:42:02 UTC 2004
and everything was fine by that time.
--
Eric Botcazou