public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
       [not found] <bug-24842-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-11 14:53 ` rguenth at gcc dot gnu.org
  2013-11-09 22:48 ` pinskia at gcc dot gnu.org
  2013-11-11  7:11 ` hp at gcc dot gnu.org
  2 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-11 14:53 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-11
     Ever Confirmed|0                           |1

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-11 14:52:40 UTC ---
Is this still an issue?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
       [not found] <bug-24842-4@http.gcc.gnu.org/bugzilla/>
  2012-01-11 14:53 ` [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test rguenth at gcc dot gnu.org
@ 2013-11-09 22:48 ` pinskia at gcc dot gnu.org
  2013-11-11  7:11 ` hp at gcc dot gnu.org
  2 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-11-09 22:48 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
No feedback in over a year so closing.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
       [not found] <bug-24842-4@http.gcc.gnu.org/bugzilla/>
  2012-01-11 14:53 ` [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test rguenth at gcc dot gnu.org
  2013-11-09 22:48 ` pinskia at gcc dot gnu.org
@ 2013-11-11  7:11 ` hp at gcc dot gnu.org
  2 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu.org @ 2013-11-11  7:11 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |NEW
         Resolution|FIXED                       |---

--- Comment #7 from Hans-Peter Nilsson <hp at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #6)
> No feedback in over a year so closing.

Sorry I forgot to follow-up.  The problem is still there as of r204654.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
  2005-11-14  2:29 [Bug target/24842] New: " hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-11-29 13:51 ` aoliva at gcc dot gnu dot org
@ 2005-11-29 14:08 ` hp at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-11-29 14:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hp at gcc dot gnu dot org  2005-11-29 14:08 -------
Yes, it may be a linker error.  This target uses the generic linker machinery
(since linking from ELF to mmo), which is not exactly the hot-path for other
targets.

I know of no particular way of telling *which* part of the test that failed,
without looking at the simulator trace of course, which I'll do when I get to
looking at this myself.  (Which anyone can do anyway before that; just install
the simulator and start printf-ing.)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
  2005-11-14  2:29 [Bug target/24842] New: " hp at gcc dot gnu dot org
  2005-11-14 15:42 ` [Bug target/24842] " aoliva at gcc dot gnu dot org
  2005-11-14 18:35 ` hp at gcc dot gnu dot org
@ 2005-11-29 13:51 ` aoliva at gcc dot gnu dot org
  2005-11-29 14:08 ` hp at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2005-11-29 13:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from aoliva at gcc dot gnu dot org  2005-11-29 13:50 -------
Sorry, I totally misread the testsuite output.

Can you tell what part of the execution test that fails?  I find it very
unlikely that this is a compiler error; it's far more likely to be a linker
failure to handle weak symbols properly, unless there's something very peculiar
about the way this target handles weak symbols.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
  2005-11-14  2:29 [Bug target/24842] New: " hp at gcc dot gnu dot org
  2005-11-14 15:42 ` [Bug target/24842] " aoliva at gcc dot gnu dot org
@ 2005-11-14 18:35 ` hp at gcc dot gnu dot org
  2005-11-29 13:51 ` aoliva at gcc dot gnu dot org
  2005-11-29 14:08 ` hp at gcc dot gnu dot org
  3 siblings, 0 replies; 7+ messages in thread
From: hp at gcc dot gnu dot org @ 2005-11-14 18:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2005-11-14 18:35 -------
In response to comment #1 regarding "excess errors", see the original
description: I don't get any, I just get a call to abort when the
test-program is executed (as you know, the "*** EXIT code 4242" is
the status-wrapper's way of telling this).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test
  2005-11-14  2:29 [Bug target/24842] New: " hp at gcc dot gnu dot org
@ 2005-11-14 15:42 ` aoliva at gcc dot gnu dot org
  2005-11-14 18:35 ` hp at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2005-11-14 15:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from aoliva at gcc dot gnu dot org  2005-11-14 15:41 -------
Yeah, weakref support in the compiler is independent of .weakref support in the
assembler.  If .weakref is not available, the compiler will emulate that by
always using the target symbol name, and deciding at the last minute whether to
issue a .weak directive for the target or not.

Will you please let me know what the excess errors are that you get, so that I
can decide whether to delve into the issue myself or not?  Thanks,


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24842


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-11  7:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-24842-4@http.gcc.gnu.org/bugzilla/>
2012-01-11 14:53 ` [Bug target/24842] testsuite failure: gcc.dg/attr-weakref-1.c execution test rguenth at gcc dot gnu.org
2013-11-09 22:48 ` pinskia at gcc dot gnu.org
2013-11-11  7:11 ` hp at gcc dot gnu.org
2005-11-14  2:29 [Bug target/24842] New: " hp at gcc dot gnu dot org
2005-11-14 15:42 ` [Bug target/24842] " aoliva at gcc dot gnu dot org
2005-11-14 18:35 ` hp at gcc dot gnu dot org
2005-11-29 13:51 ` aoliva at gcc dot gnu dot org
2005-11-29 14:08 ` hp at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).