From patchwork Wed Feb 17 18:51:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Krebbel X-Patchwork-Id: 584312 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 14EC41401E7 for ; Thu, 18 Feb 2016 05:52:34 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=WNrwePX7; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:in-reply-to:references; q=dns; s= default; b=Rf1CUUVgwar9kpHzDa2pYKId8tHhdXdnDExqqxdKqg8hLLDUXRfG8 ihXCNxwW3jrFTlJqZtg1m0Ozw5DvCb4TpWNYoXgeEszWm39oc/1PXOcixe3Uv0ed 5aqs+LH52nB5Hu1/+m6Ikkhd2b3572Jgi0f0EK5bGnd/ilmoGehVBE= 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:from :to:subject:date:message-id:in-reply-to:references; s=default; bh=3/2Yiv8MTVFab2TOG9i6ZXMqqrs=; b=WNrwePX71t/lkBvI/wygrNTNwp9m 7pzXZy/I0rAgLQ+9Zw35ZbyoX+EQNCa2/44mNDsFmV01I+5V9SA/cTWbyI0jiODl TFdhdEM9zed4b70geHk09qTKbKaBh1g5wdYfwSMw/Ekb1KK2SX9vNtfbv/K5YR+5 Je2NU5NU37lzvXA= Received: (qmail 125789 invoked by alias); 17 Feb 2016 18:51:42 -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 125664 invoked by uid 89); 17 Feb 2016 18:51:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: e06smtp08.uk.ibm.com Received: from e06smtp08.uk.ibm.com (HELO e06smtp08.uk.ibm.com) (195.75.94.104) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 17 Feb 2016 18:51:39 +0000 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Feb 2016 18:51:36 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp08.uk.ibm.com (192.168.101.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 17 Feb 2016 18:51:34 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id B9578219005E for ; Wed, 17 Feb 2016 18:51:19 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1HIpYfw5964214 for ; Wed, 17 Feb 2016 18:51:34 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1HIpYBe011210 for ; Wed, 17 Feb 2016 11:51:34 -0700 Received: from maggie.ibm.com (icon-9-164-149-26.megacenter.de.ibm.com [9.164.149.26]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u1HIpW7G011171 (version=TLSv1/SSLv3 cipher=AES256-SHA256 bits=256 verify=NO) for ; Wed, 17 Feb 2016 11:51:34 -0700 From: Andreas Krebbel To: gcc-patches@gcc.gnu.org Subject: [PATCH 4/9] S/390: Adjust movstr-1.c testcase to work with the z13 stpcpy implementation. Date: Wed, 17 Feb 2016 19:51:27 +0100 Message-Id: <1455735092-1607-5-git-send-email-krebbel@linux.vnet.ibm.com> In-Reply-To: <1455735092-1607-1-git-send-email-krebbel@linux.vnet.ibm.com> References: <1455735092-1607-1-git-send-email-krebbel@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16021718-0033-0000-0000-000005C689DA X-IsSubscribed: yes 2016-02-17 Andreas Krebbel * gcc.target/s390/md/movstr-1.c: Allow also the z13 strings instruction pattern name to prevent the testcase from failing with -march=z13. --- gcc/testsuite/gcc.target/s390/md/movstr-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.target/s390/md/movstr-1.c b/gcc/testsuite/gcc.target/s390/md/movstr-1.c index 7da749b..da98415 100644 --- a/gcc/testsuite/gcc.target/s390/md/movstr-1.c +++ b/gcc/testsuite/gcc.target/s390/md/movstr-1.c @@ -9,7 +9,7 @@ void test(char *dest, const char *src) __builtin_stpcpy (dest, src); } -/* { dg-final { scan-assembler-times {{[*]movstr}} 1 } } */ +/* { dg-final { scan-assembler-times {{[*]movstr}|{vec_vfenesv16qi}} 1 } } */ #define LEN 200 char buf[LEN];