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