This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 16:56:18 +0000
- Subject: [Bug middle-end/47405] gcc.dg/torture/20090618-1.c FAILs on IRIX 6.5
- Auto-submitted: auto-generated
- References: <bug-47405-4@http.gcc.gnu.org/bugzilla/>
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