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: Don't use lib2funcs.asm on PA


> >  Isn't this doing the wrong thing in case a function calling
> >  __builtin_eh_return returns through a regular return path (as
> >  _Unwind_RaiseException might do) ?
> 
> I will investigate.  This code appears in the rs6000 code.  I think the answer
> must be that sa is 0 in a normal return.  In the light of day, this code

Yes, see line 3180 in expand_eh_return in except.c.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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