From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9783 invoked by alias); 7 Jul 2011 22:20:20 -0000 Received: (qmail 9770 invoked by uid 22791); 7 Jul 2011 22:20:18 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jul 2011 22:20:04 +0000 Received: by qwh5 with SMTP id 5so792941qwh.20 for ; Thu, 07 Jul 2011 15:20:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.90.154 with SMTP id i26mr1068935qcm.124.1310077203498; Thu, 07 Jul 2011 15:20:03 -0700 (PDT) Received: by 10.229.71.157 with HTTP; Thu, 7 Jul 2011 15:20:03 -0700 (PDT) In-Reply-To: <8EAB7900-F168-4326-A304-C5260ECAEBF2@comcast.net> References: <20110707172953.GA6453@intel.com> <9465533F-4342-45EC-A97D-DFC1B15F0181@comcast.net> <8EAB7900-F168-4326-A304-C5260ECAEBF2@comcast.net> Date: Thu, 07 Jul 2011 22:26:00 -0000 Message-ID: Subject: Re: PATCH: Support -mx32 in GCC tests From: "H.J. Lu" To: Mike Stump Cc: gcc-patches@gcc.gnu.org, Uros Bizjak , ro@cebitec.uni-bielefeld.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00569.txt.bz2 On Thu, Jul 7, 2011 at 2:58 PM, Mike Stump wrote: > On Jul 7, 2011, at 2:12 PM, H.J. Lu wrote: >> Here is the updated patch. =A0I will wait for Uros's comments. > > Please remove ChangeLog for lower-subreg-1.c and pr44194-1.c, as I don't = think those files are modified anymore. They are modified. --=20 H.J. --- diff --git a/gcc/testsuite/gcc.dg/lower-subreg-1.c b/gcc/testsuite/gcc.dg/lower-subreg-1.c index 4de90bd..441627f 100644 --- a/gcc/testsuite/gcc.dg/lower-subreg-1.c +++ b/gcc/testsuite/gcc.dg/lower-subreg-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target { { { ! mips64 } && { ! ia64-*-* } } && { ! spu-*-* } } } } */ +/* { dg-do compile { target { { { { ! mips64 } && { ! ia64-*-* } } && { ! spu-*-* } } && { ! { { i?86-*-* x86_64-*-* } && x32 } } } } } */ /* { dg-options "-O -fdump-rtl-subreg1" } */ /* { dg-require-effective-target ilp32 } */ diff --git a/gcc/testsuite/gcc.dg/pr44194-1.c b/gcc/testsuite/gcc.dg/pr4419= 4-1.c index 4804d83..cb65363 100644 --- a/gcc/testsuite/gcc.dg/pr44194-1.c +++ b/gcc/testsuite/gcc.dg/pr44194-1.c @@ -1,6 +1,5 @@ -/* { dg-do compile } */ +/* { dg-do compile { target { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } } } */ /* { dg-options "-O2 -fdump-rtl-dse1" } */ -/* { dg-require-effective-target lp64 } */ /* Restricting to 64-bit targets since 32-bit targets return structures in memory. */