------- Comment #4 from aoliva at gcc dot gnu dot org 2005-11-14 14:19 ------- Does this target actually support weak declarations? It appears to me that it only does when the assembler supports .weak, but even then, the linker will object to undefined weak symbols, which is something this test relies on. I suppose we'd have to mark it as an XFAIL on hpux, or use some alternate dg-require to indicate we need the ability to refer to undefined weak symbols.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24827