From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35371 invoked by alias); 15 Oct 2015 12:22:50 -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 35336 invoked by uid 48); 15 Oct 2015 12:22:45 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/67974] New: Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s file Date: Thu, 15 Oct 2015 12:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: 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 target_milestone 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: 2015-10/txt/msg01178.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67974 Bug ID: 67974 Summary: Missing gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-da rwin.s file Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr Target Milestone: --- The file gcc/testsuite/gcc.target/x86_64/abi/avx/asm-support-darwin.s is missing, but is needed by gcc.target/x86_64/abi/avx/abi-avx.exp: the comment # FIXME: Darwin isn't tested. is no longer true with Xcode 7. See https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg00310.html and https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg00339.html The same file is probably needed for gcc.target/x86_64/abi/avx512f/abi-avx512f.exp (still no tested with Xcode 7).