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: gcc.c-torture/execute/frame-address.c


On Mon, 29 Aug 2005, Andrew Pinski wrote:

> It does not have a frame because we sibling call optimize check_fa_work
> which enables us not to have a frame pointer (or a stack pointer change)
> in check_fa_mid.  This is not hiding the symptom, this is fixing the
> testcase for assuming things wrong.

 I can't check what __builtin_frame_address(0) returns in this case for 
this target -- is it the frame address of the caller?  If so, then the 
change is legitimate indeed.  Thanks for the fix.

  Maciej


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