On Tue, 2011-03-01 at 10:14 +1000, Richard Henderson wrote: > On 03/01/2011 09:27 AM, Steve Ellcey wrote: > > The libgcc_s on the ia64-hp-hpux* platform, at least when built using > > the system unwind library, does not have a gcc personality function and > > so far it has not needed one. > > How is that possible? Do any of the gcc.dg/cleanup-*.c tests work? > > > r~
Ah, it looks like they have been skipped. cleanup-12.c:/* { dg-skip-if "" { "ia64-*-hpux11.*" } { "*" } { "" } } */ cleanup-13.c:/* { dg-skip-if "" { "ia64-*-hpux11.*" } { "*" } { "" } } */ cleanup-5.c:/* { dg-skip-if "" { "ia64-*-hpux11.*" } { "*" } { "" } } */ Looks like I added this to cleanup-5.c back in 2005 (PR 20095). Steve Ellcey s...@cup.hp.com