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: unassig...@gcc.gnu.org ReportedBy: domi...@lps.ens.fr CC: s...@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?