--- 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
---
--- 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=gcc&view=rev&rev=109198
Log:
PR middle-end/24827
* gcc.dg/attr-weakref-1
--- 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=gcc&view=rev&rev=109197
Log:
PR middle-end/24827
* gcc.dg/attr-weakref-1
--- 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 em
--- 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=10448&action=view)
.s file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24827
--- 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=10447&action=view)
.s output
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24827
--- 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 /var/tmp//
--- 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
> o
--- 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
> o
--- 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
--- 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 at
--- 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
OtherBugsDepen
--- 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
13 matches
Mail list logo