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/20095] gcc.dg/cleanup-5.c fails on ia64-hpux


------- Additional Comments From sje at cup dot hp dot com  2005-03-10 23:21 -------
I have submitted a patch to xfail this test.  I do not think we should change
the ia64-hpux platform to build the GCC unwind library.  It currently uses the
system unwind library instead and I think that is the right thing to do.  This
test fails because it uses _UA_END_OF_STACK which is a GCC extension to the
standard IA64 unwind ABI and the HP-UX system unwind does not have it.  Other
tests with this issue are already xfailed on HP-UX.

-- 


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


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