From patchwork Mon Jun 18 13:31:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: JonY X-Patchwork-Id: 165456 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 9591EB70C0 for ; Mon, 18 Jun 2012 23:32:08 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1340631129; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=8SeEIjt BqSvLJ3Rl7W4jJ4hc/gA=; b=t1LWU4zGg7B7cxmChxUIpRw8o5LKaR7YijmYeYY FdDW4LJVCOa87Fa3HXASFYXJ+ExrMCspG3t+mgmKZQQarQxCJI99j4Hcdbw08189 ocUt6wSAGHw56BtwfXWD4gr2rQXn46aB6NFqxWOFxbqlr+7PAmZj1w6H3emcxLVl 1Q1U= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=sRqVej4DKOJZZcXtBP3RY0IeW45t+cwuXos1UMZOXNHCVtyFzZWc/CPVSbPxav 21BsNlKjNiV8ERGsgqdRi1pdqC6GqkbdA4I9aCxfsKeAmaKn6s+bddrKJCprcEc6 2R/1pRXrerBGuQMBr3hffTxpHYdpAjVsota08xZr2+xJs=; Received: (qmail 28429 invoked by alias); 18 Jun 2012 13:32:05 -0000 Received: (qmail 28421 invoked by uid 22791); 18 Jun 2012 13:32:04 -0000 X-SWARE-Spam-Status: No, hits=-7.8 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, FREEMAIL_FROM, KHOP_PGP_SIGNED, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pz0-f47.google.com (HELO mail-pz0-f47.google.com) (209.85.210.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jun 2012 13:31:51 +0000 Received: by dalh21 with SMTP id h21so6910213dal.20 for ; Mon, 18 Jun 2012 06:31:51 -0700 (PDT) Received: by 10.68.225.170 with SMTP id rl10mr51856515pbc.13.1340026310988; Mon, 18 Jun 2012 06:31:50 -0700 (PDT) Received: from [219.92.162.66] (pbz-162-66.tm.net.my. [219.92.162.66]) by mx.google.com with ESMTPS id sy3sm23907274pbc.18.2012.06.18.06.31.49 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 18 Jun 2012 06:31:50 -0700 (PDT) Message-ID: <4FDF2DBD.5090805@users.sourceforge.net> Date: Mon, 18 Jun 2012 21:31:41 +0800 From: JonY User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Gcc Patch List Subject: [Patch] Don't test for pr53425 on mingw X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Hi, I am told that this ABI test does not apply to mingw targets. OK to apply? Index: gcc/testsuite/gcc.target/i386/pr53425-1.c =================================================================== --- gcc/testsuite/gcc.target/i386/pr53425-1.c (revision 188384) +++ gcc/testsuite/gcc.target/i386/pr53425-1.c (working copy) @@ -1,6 +1,7 @@ /* PR target/53425 */ /* { dg-do compile { target { ! { ia32 } } } } */ /* { dg-options "-O2 -mno-sse" } */ +/* { dg-skip-if "" { { i?86-*-mingw* x86_64-*-mingw* } && ! ilp32 } { "*" } { "" } } */ typedef double __v2df __attribute__ ((__vector_size__ (16))); Index: gcc/testsuite/gcc.target/i386/pr53425-2.c =================================================================== --- gcc/testsuite/gcc.target/i386/pr53425-2.c (revision 188384) +++ gcc/testsuite/gcc.target/i386/pr53425-2.c (working copy) @@ -1,6 +1,7 @@ /* PR target/53425 */ /* { dg-do compile { target { ! { ia32 } } } } */ /* { dg-options "-O2 -mno-sse" } */ +/* { dg-skip-if "" { { i?86-*-mingw* x86_64-*-mingw* } && ! ilp32 } { "*" } { "" } } */ typedef float __v2sf __attribute__ ((__vector_size__ (8)));