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

[Bug target/19127] -fno-omit-frame-pointer should have no effect on ia64


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 05:48 -------
It still their bug, not ours.  Also pine is not even free or open software.

But PPC has the same issue as ia64 and nobody complained about this until now.

The main use need of -fno-omit-frame-pointer is with __builtin_frame_address which needs the frame 
pointer, otherwise it goes crazy.  (See PR 8355).

on PPC, there is no register that is almost always the frame pointer (well in GCC there is but really it 
does not have to be).  And the frame pointer keeps no extra information that is not kept with the stack 
pointer.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19127


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