This is the mail archive of the gcc-patches@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]

Re: RF[CT]: IMA repairs 2/n: maybe_apply_renaming_pragma rawrite


> 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


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