This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
- From: "dominiq at lps dot ens.fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 8 Aug 2011 13:17:13 +0000
- Subject: [Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50023
Summary: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess
errors)
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dominiq@lps.ens.fr
CC: spop@gcc.gnu.org
Host: powerpc-apple-darwin9
Target: powerpc-apple-darwin9
Build: powerpc-apple-darwin9
On powerpc-apple-darwin9 gcc.dg/graphite/id-pr46845.c fails with
Excess errors:
/opt/gcc/work/gcc/testsuite/gcc.dg/graphite/id-pr46845.c:7:1: warning: GCC
vector returned by reference: non-standard ABI extension with no compatibility
guarantee [enabled by default]
/opt/gcc/work/gcc/testsuite/gcc.dg/graphite/id-pr46845.c:6:1: warning: GCC
vector passed by reference: non-standard ABI extension with no compatibility
guarantee [enabled by default]
On i?86-*-* x86_64-*-* tha warning is disabled by
/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target {
i?86-*-* x86_64-*-* } } } */
Why not on powerpc?