This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/20095] New: gcc.dg/cleanup-5.c fails on ia64-hpux
- From: "jsm28 at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Feb 2005 22:10:27 -0000
- Subject: [Bug target/20095] New: gcc.dg/cleanup-5.c fails on ia64-hpux
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The test gcc.dg/cleanup-5.c fails on ia64-hpux. Not a regression relative
to 3.4.x.
There are several problems:
(a) It needs to link against -lunwind.
(b) __gcc_personality_v0 is not defined because unwind-c.c isn't being
used on IA64 HP-UX.
(c) If you add $(srcdir)/unwind-c.c to LIB2ADDEH in config/ia64/t-hpux,
and link with -lgcc_eh -lunwind, then the test will link but dumps core
on execution.
--
Summary: gcc.dg/cleanup-5.c fails on ia64-hpux
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jsm28 at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ia64-*-hpux11.*
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20095