From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50365 invoked by alias); 16 Jun 2017 19:37:27 -0000 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 Received: (qmail 49432 invoked by uid 89); 16 Jun 2017 19:37:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=our X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Jun 2017 19:37:25 +0000 Received: by mail-wm0-f42.google.com with SMTP id u195so19333644wmd.1 for ; Fri, 16 Jun 2017 12:37:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=NA7sFGfc+6zQYi+3PXWZjHggdYf+na376Rni9yfuMlo=; b=lU3C2ZYRWeyJUCjLNsscswZ97lRcb8WAIH20tSi8rXzKyN6aCRwl9+tKtpiaBGmwlK hQDxVs1EY1Yl8lhUoJKesNrxXg03L+v0hUfmmDmRWk4EISvOEp7r2SJz0yfsxE2+Rmht l7jLFMIJk4GeG5XJ5kv6STHY2lKGVsVYobuX2pvbDQnMrK+Fo5nP5c01H8PTnhQR19oi pBMEQwu6Mdiq6qhVBMZtbPyhHGxmlQmJQ1nvR3KcAb4BnTi+k6Ha5Zs5AHYKSxGKWslX u4fDnsQ6uIRgdrL/08D80uJQfpRS/qR8MMxqCZ7LRSlXDfXzsdoT/oRvaGL4X+7ZrZc4 bzTA== X-Gm-Message-State: AKS2vOzrMCMKf09OVfnJWVrTJn+X5jpWxgifaSyiHpTStiHa/a9I+6bL W974N2kKuW0nr3gvluk= X-Received: by 10.28.69.67 with SMTP id s64mr8574283wma.100.1497641848685; Fri, 16 Jun 2017 12:37:28 -0700 (PDT) Received: from localhost (host86-164-103-137.range86-164.btcentralplus.com. [86.164.103.137]) by smtp.gmail.com with ESMTPSA id f199sm3110802wmd.33.2017.06.16.12.37.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Jun 2017 12:37:27 -0700 (PDT) Date: Fri, 16 Jun 2017 19:37:00 -0000 From: Andrew Burgess To: Claudiu Zissulescu Cc: gcc-patches@gcc.gnu.org, Francois.Bedard@synopsys.com Subject: Re: [PATCH 3/7] [ARC] [LRA] Fix tests asm constraints. Message-ID: <20170616193727.GF7683@embecosm.com> References: <1496324097-21221-1-git-send-email-claziss@synopsys.com> <1496324097-21221-4-git-send-email-claziss@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1496324097-21221-4-git-send-email-claziss@synopsys.com> X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.6.1 (2016-04-27) X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01232.txt.bz2 * Claudiu Zissulescu [2017-06-01 15:34:53 +0200]: > LRA doesn't like the 'X' constraint as used in our tests, remove it. > > gcc/testsuite > 2017-01-09 Claudiu Zissulescu > > * gcc.target/arc/mulsi3_highpart-1.c: Remove 'X' constraint. > * gcc.target/arc/mulsi3_highpart-2.c: Likewise. This looks fine and could be applied straight away I think. Thanks, Andrew > --- > gcc/testsuite/gcc.target/arc/mulsi3_highpart-1.c | 2 +- > gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gcc/testsuite/gcc.target/arc/mulsi3_highpart-1.c b/gcc/testsuite/gcc.target/arc/mulsi3_highpart-1.c > index 57cb95b..5fd6c36 100644 > --- a/gcc/testsuite/gcc.target/arc/mulsi3_highpart-1.c > +++ b/gcc/testsuite/gcc.target/arc/mulsi3_highpart-1.c > @@ -7,7 +7,7 @@ > static int > id (int i) > { > - asm ("": "+Xr" (i)); > + asm ("": "+r" (i)); > return i; > } > > diff --git a/gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c b/gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c > index 287d96d..6ec4bc5 100644 > --- a/gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c > +++ b/gcc/testsuite/gcc.target/arc/mulsi3_highpart-2.c > @@ -9,7 +9,7 @@ > static int > id (int i) > { > - asm ("": "+Xr" (i)); > + asm ("": "+r" (i)); > return i; > } > > -- > 1.9.1 >