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 optimization/10280] [IA-64] __builtin_frame_address() broken in ia64 optimizer


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From ahs3@fc.hp.com  2003-06-06 17:13 -------
This does work properly with -O and -fno-omit-frame-pointer.  The alloc
instruction that's emitted no longer asks for 80 entries, at least; it
asks for 4, which is much better.  So, it could be a duplicate of 8335, but
there was no sample  source there for me to verify with.


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