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 middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c



------- 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


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