From patchwork Wed Oct 29 12:28:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Evgeny Stupachenko X-Patchwork-Id: 404566 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 203B5140081 for ; Wed, 29 Oct 2014 23:29:09 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; q=dns; s=default; b=JmHnGh+mHQdPQ1FCW6 /NI1bMXw9jE1g89ag1rDfLuhLz4AG0GXKN1qvgddf3d8HKEEoPam7NGjo3HYh3h2 0M/n36qhNWv6rr6gLP2mLRoNXJnWTwoSatnDvisLkBMds6yhz4A2hjKXroyvYP6G QsTT9F3ANAxEO38a0WaxBQUT4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; s=default; bh=dSfkZ5j3x2ElRl4Tx+5WZt1W sNw=; b=VsYD6oFo9nOzRRbLHh31DTfypdrxoVL7zEeG17fW/LLYK5Qztmi+693r KjG7UhW/ezUd3Avr8JUMwk8egGw7ocV5lMWVOymIb2gW6c75OdNPYM+9Fhufyd6D YEnUtSA1MA1U3nl6ziyd2z8zJ2BZLJZA174NQ0qJVmCMiENMfOU= Received: (qmail 18652 invoked by alias); 29 Oct 2014 12:29:01 -0000 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 Received: (qmail 18638 invoked by uid 89); 29 Oct 2014 12:29:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ig0-f182.google.com Received: from mail-ig0-f182.google.com (HELO mail-ig0-f182.google.com) (209.85.213.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 12:28:59 +0000 Received: by mail-ig0-f182.google.com with SMTP id hn18so2987401igb.3 for ; Wed, 29 Oct 2014 05:28:57 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.107.34.199 with SMTP id i190mr11327364ioi.4.1414585737250; Wed, 29 Oct 2014 05:28:57 -0700 (PDT) Received: by 10.107.11.220 with HTTP; Wed, 29 Oct 2014 05:28:57 -0700 (PDT) In-Reply-To: References: <5438035A.1030408@redhat.com> Date: Wed, 29 Oct 2014 15:28:57 +0300 Message-ID: Subject: Re: [PATCH 1/X, i386, PR54232] Enable EBX for x86 in 32bits PIC code From: Evgeny Stupachenko To: Rainer Orth Cc: Uros Bizjak , Jeff Law , vmakarov , GCC Patches X-IsSubscribed: yes The test passes now. So let's remove xfail. 2014-10-29 Evgeny Stupachenko gcc/testsuite * gcc.target/i386/pr23098.c: Remove xfail. On Thu, Oct 23, 2014 at 4:19 PM, Rainer Orth wrote: > Evgeny Stupachenko writes: > >> Reattached. >> >> On Mon, Oct 13, 2014 at 8:22 PM, Uros Bizjak wrote: >>> On Mon, Oct 13, 2014 at 4:53 PM, Evgeny Stupachenko >>> wrote: >>> >>>> ChangeLog for testsuite: >>>> >>>> 2014-10-13 Evgeny Stupachenko >>>> >>>> PR target/8340 >>>> PR middle-end/47602 >>>> PR rtl-optimization/55458 >>>> * gcc.target/i386/pic-1.c: Remove dg-error as test should pass now. >>>> * gcc.target/i386/pr55458.c: Likewise. >>>> * gcc.target/i386/pr47602.c: New. >>>> * gcc.target/i386/pr23098.c: Move to XFAIL. > > The unconditional XFAIL is wrong: the test now XPASSes on > i386-pc-solaris2.11 and x86_64-unknown-linux-gnu, i686-unknown-linux-gnu > for 32-bit. Please fix. > > Rainer > > -- > ----------------------------------------------------------------------------- > Rainer Orth, Center for Biotechnology, Bielefeld University diff --git a/gcc/testsuite/gcc.target/i386/pr23098.c b/gcc/testsuite/gcc.target/i386/pr23098.c index 7f118dc..7f118bb 100644 --- a/gcc/testsuite/gcc.target/i386/pr23098.c +++ b/gcc/testsuite/gcc.target/i386/pr23098.c @@ -1,7 +1,7 @@ /* PR rtl-optimization/23098 */ /* { dg-do compile } */ /* { dg-options "-O2 -fPIC" } */ -/* { dg-final { scan-assembler-not "\.LC\[0-9\]" { xfail *-*-* } } } */ +/* { dg-final { scan-assembler-not "\.LC\[0-9\]" } } */ /* { dg-require-effective-target ia32 } */ /* { dg-require-effective-target fpic } */