[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2009-01-15 Thread sje at cup dot hp dot com
--- Comment #13 from sje at cup dot hp dot com 2009-01-15 23:23 --- It looks like the test was changed to fix this failure. Marking as fixed. -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-12-30 Thread danglin at gcc dot gnu dot org
--- Comment #11 from danglin at gcc dot gnu dot org 2005-12-31 02:12 --- Subject: Bug 24827 Author: danglin Date: Sat Dec 31 02:12:34 2005 New Revision: 109197 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109197 Log: PR middle-end/24827 *

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-12-30 Thread danglin at gcc dot gnu dot org
--- Comment #12 from danglin at gcc dot gnu dot org 2005-12-31 02:18 --- Subject: Bug 24827 Author: danglin Date: Sat Dec 31 02:18:49 2005 New Revision: 109198 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=109198 Log: PR middle-end/24827 *

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-12-10 Thread danglin at gcc dot gnu dot org
--- Comment #8 from danglin at gcc dot gnu dot org 2005-12-10 21:48 --- Created an attachment (id=10447) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10447action=view) .s output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24827

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-12-10 Thread danglin at gcc dot gnu dot org
--- Comment #9 from danglin at gcc dot gnu dot org 2005-12-10 21:48 --- Created an attachment (id=10448) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10448action=view) .s file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24827

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-12-10 Thread danglin at gcc dot gnu dot org
--- Comment #10 from danglin at gcc dot gnu dot org 2005-12-10 22:22 --- GCC is generating incorrect assembler code for the target of weak references. For example, this is the declaration for wf1: extern ftype wf1; I.e., it is declared as a function. However, there is no .IMPORT

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-29 Thread danglin at gcc dot gnu dot org
--- Comment #7 from danglin at gcc dot gnu dot org 2005-11-29 23:55 --- The same errors occur on hppa2.0w-hp-hpux11.11 except that ld also dumps core: collect2: ld terminated with signal 10 [Bus error], core dumped /usr/bin/ld: Unsatisfied symbols: wf1 (first referenced in

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-19 02:36 --- Subject: Re: FAIL: gcc.dg/attr-weakref-1.c 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

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-14 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-14 19:40 --- Subject: Re: FAIL: gcc.dg/attr-weakref-1.c 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

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-14 Thread aoliva at gcc dot gnu dot org
--- Comment #3 from aoliva at gcc dot gnu dot org 2005-11-14 13:58 --- Mine -- aoliva at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-14 Thread aoliva at gcc dot gnu dot org
--- 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

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-12 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2005-11-13 03:46 --- Also fails on hppa2.0w-hp-hpux11.11. So, probably fails on all hppa*-*-hpux* targets. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24827

[Bug middle-end/24827] FAIL: gcc.dg/attr-weakref-1.c

2005-11-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-11-13 04:10 --- This blocks PR 24829. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added