public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
@ 2011-01-21 17:46 ro at gcc dot gnu.org
  2011-03-17 16:58 ` [Bug middle-end/47405] " ro at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2011-01-21 17:46 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ro@gcc.gnu.org
                CC: rguenther@suse.de
              Host: mips-sgi-irix6.5
            Target: mips-sgi-irix6.5
             Build: mips-sgi-irix6.5


gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 at -O1 and up:

FAIL: gcc.dg/torture/20090618-1.c  -O1  (test for excess errors)
Excess errors:
ld32: ERROR   33 : Unresolved data symbol "mempcpy" -- 1st referenced by
/var/tmp//ccfiGZ5r.o.
    Use linker option -v to see when and which objects, archives and dsos are
loaded.  
ld32: INFO    152: Output file removed because of error.

WARNING: gcc.dg/torture/20090618-1.c  -O1  compilation failed to produce
executable


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

* [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
  2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
@ 2011-03-17 16:58 ` ro at gcc dot gnu.org
  2011-03-17 17:19 ` rguenther at suse dot de
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-17 16:58 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-17 16:56:13 UTC ---
Richard, this patch of yours fails on IRIX 5 and 6.  I suppose this is a target
bug, since it does pass on other platforms (Tru64 UNIX, Solaris 2/SPARC and
x86) that don't have mempcpy in libc either.

What to do about this?  XFAIL (or rather skip since otherwise the `failed to
produce executable' warnings remain)?

  Rainer


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

* [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
  2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
  2011-03-17 16:58 ` [Bug middle-end/47405] " ro at gcc dot gnu.org
@ 2011-03-17 17:19 ` rguenther at suse dot de
  2011-03-18 14:13 ` ro at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenther at suse dot de @ 2011-03-17 17:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from rguenther at suse dot de <rguenther at suse dot de> 2011-03-17 16:59:13 UTC ---
On Thu, 17 Mar 2011, ro at gcc dot gnu.org wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47405
> 
> --- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-17 16:56:13 UTC ---
> Richard, this patch of yours fails on IRIX 5 and 6.  I suppose this is a target
> bug, since it does pass on other platforms (Tru64 UNIX, Solaris 2/SPARC and
> x86) that don't have mempcpy in libc either.
> 
> What to do about this?  XFAIL (or rather skip since otherwise the `failed to
> produce executable' warnings remain)?

skip it.

Richard.


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

* [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
  2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
  2011-03-17 16:58 ` [Bug middle-end/47405] " ro at gcc dot gnu.org
  2011-03-17 17:19 ` rguenther at suse dot de
@ 2011-03-18 14:13 ` ro at gcc dot gnu.org
  2011-03-18 14:14 ` ro at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-18 14:13 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-18 14:10:41 UTC ---
Author: ro
Date: Fri Mar 18 14:10:35 2011
New Revision: 171140

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171140
Log:
    PR middle-end/47405
    * gcc.dg/torture/20090618-1.c: Skip on mips-sgi-irix*.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/torture/20090618-1.c


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

* [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
  2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-03-18 14:13 ` ro at gcc dot gnu.org
@ 2011-03-18 14:14 ` ro at gcc dot gnu.org
  2011-03-18 14:28 ` ro at gcc dot gnu.org
  2014-06-13 11:46 ` ro at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-18 14:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-18 14:13:37 UTC ---
Author: ro
Date: Fri Mar 18 14:13:32 2011
New Revision: 171141

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171141
Log:
    PR middle-end/47405
    * gcc.dg/torture/20090618-1.c: Skip on mips-sgi-irix*.

Modified:
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/20090618-1.c


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

* [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
  2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-03-18 14:14 ` ro at gcc dot gnu.org
@ 2011-03-18 14:28 ` ro at gcc dot gnu.org
  2014-06-13 11:46 ` ro at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2011-03-18 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2011-03-18 14:18:04 UTC ---
Author: ro
Date: Fri Mar 18 14:17:58 2011
New Revision: 171142

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171142
Log:
    PR middle-end/47405
    * gcc.dg/torture/20090618-1.c: Skip on mips-sgi-irix*.

Modified:
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_5-branch/gcc/testsuite/gcc.dg/torture/20090618-1.c


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

* [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
  2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-03-18 14:28 ` ro at gcc dot gnu.org
@ 2014-06-13 11:46 ` ro at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: ro at gcc dot gnu.org @ 2014-06-13 11:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47405

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #6 from Rainer Orth <ro at gcc dot gnu.org> ---
4.7 branch closed.


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

end of thread, other threads:[~2014-06-13 11:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21 17:46 [Bug middle-end/47405] New: gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5 ro at gcc dot gnu.org
2011-03-17 16:58 ` [Bug middle-end/47405] " ro at gcc dot gnu.org
2011-03-17 17:19 ` rguenther at suse dot de
2011-03-18 14:13 ` ro at gcc dot gnu.org
2011-03-18 14:14 ` ro at gcc dot gnu.org
2011-03-18 14:28 ` ro at gcc dot gnu.org
2014-06-13 11:46 ` ro at gcc dot gnu.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).