From patchwork Thu Apr 7 17:14:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rainer Orth X-Patchwork-Id: 90212 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 5F0B6B6EDF for ; Fri, 8 Apr 2011 03:14:22 +1000 (EST) Received: (qmail 13417 invoked by alias); 7 Apr 2011 17:14:20 -0000 Received: (qmail 13407 invoked by uid 22791); 7 Apr 2011 17:14:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snape.CeBiTec.Uni-Bielefeld.DE (HELO smtp-relay.CeBiTec.Uni-Bielefeld.DE) (129.70.160.84) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Apr 2011 17:14:13 +0000 Received: from localhost (localhost.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id 8E52F39B for ; Thu, 7 Apr 2011 19:14:11 +0200 (CEST) Received: from smtp-relay.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (malfoy.CeBiTec.Uni-Bielefeld.DE [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sa7QDSm0Oxjt for ; Thu, 7 Apr 2011 19:14:10 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (manam.CeBiTec.Uni-Bielefeld.DE [129.70.161.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-relay.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPS id 5410239A for ; Thu, 7 Apr 2011 19:14:10 +0200 (CEST) Received: (from ro@localhost) by manam.CeBiTec.Uni-Bielefeld.DE (8.14.4+Sun/8.14.4/Submit) id p37HE9pj024444; Thu, 7 Apr 2011 19:14:09 +0200 (MEST) From: Rainer Orth To: gcc-patches@gcc.gnu.org Subject: [testsuite] Don't XFAIL gcc.target/i386/asm-6.c on 32-bit Solaris 10+/x86 Date: Thu, 07 Apr 2011 19:14:09 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (usg-unix-v) MIME-Version: 1.0 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 gcc.target/i386/asm-6.c recently started XPASSing on Solaris 10+/x86. There's evidence in PR rtl-optimization/44174 that this isn't just an accident, so I'm removing the XFAIL to reduce the noise. Tested with the appropriate runtest invocation on i386-pc-solaris2.11, installed on mainline. Rainer 2011-04-02 Rainer Orth * gcc.target/i386/asm-6.c: Remove dg-xfail-if. diff --git a/gcc/testsuite/gcc.target/i386/asm-6.c b/gcc/testsuite/gcc.target/i386/asm-6.c --- a/gcc/testsuite/gcc.target/i386/asm-6.c +++ b/gcc/testsuite/gcc.target/i386/asm-6.c @@ -3,7 +3,6 @@ /* { dg-do compile } */ /* { dg-options "-O2 -fpic" { target fpic } } */ -/* { dg-xfail-if "" { i?86-pc-solaris2.1[0-9] && ilp32 } } */ int f0 (int, int, int, int, int); int f1 (void);