From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9700 invoked by alias); 1 Apr 2014 18:41:33 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 9648 invoked by uid 48); 1 Apr 2014 18:41:29 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/60732] New: FAIL: g++.dg/ext/altivec-7.C -std=* scan-assembler _Z3fooDv* Date: Tue, 01 Apr 2014 18:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc cf_gcchost cf_gcctarget cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-04/txt/msg00084.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60732 Bug ID: 60732 Summary: FAIL: g++.dg/ext/altivec-7.C -std=* scan-assembler _Z3fooDv* Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr CC: brooks at gcc dot gnu.org, iains at gcc dot gnu.org, mikestump at comcast dot net Host: powerpc*-*-darwin* Target: powerpc*-*-darwin* Build: powerpc*-*-darwin* The test g++.dg/ext/altivec-7.C has started to fail on powerpc-apple-darwin9 after r203469. The failures are silenced with the following patch --- ../_gcc_clean/gcc/testsuite/g++.dg/ext/altivec-7.C 2013-10-13 00:58:24.000000000 +0200 +++ gcc/testsuite/g++.dg/ext/altivec-7.C 2014-02-20 13:57:47.000000000 +0100 @@ -2,6 +2,7 @@ /* { dg-do compile { target powerpc*-*-* } } */ /* { dg-require-effective-target powerpc_altivec_ok } */ /* { dg-options "-maltivec" } */ +/* { dg-additional-options "-fabi-version=0" { target powerpc*-*-darwin* } } */ #include Is there any reason why -fabi-version=0 is not the default on powerpc*-*-darwin*?