From patchwork Fri Feb 9 09:19:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Biener X-Patchwork-Id: 871258 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-472928-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="WMS1evmm"; dkim-atps=neutral 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 3zd8f42r2Rz9sPk for ; Fri, 9 Feb 2018 20:19:40 +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:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=p0ygy/zmk3e1jdz4ygZHGjxwrImunRni6VYVe4OiRftJljJYHhZ7Q gSCiVCcCcVeL9CMav1x9sxebNia6+B86oBdz+iv6Slob7EZmlLOiDMowHQv5AerT HecisnrWaCx90TJSI1qh/JNslOGIBGVx9bznCgR+5bxIJr8itJGjmk= 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:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=cxsATbxK1wcOwwJ0/0VXaHZQjWc=; b=WMS1evmmRpqGX65FB6Zc WW6vNY/qzmlHMwf8eoLsUzwTLyWq3QTzz3eq083nDyAlYXzTL+eBv6fYQeRPjUwt Dl9QG/Kfi8klGW8YjjMTgjlJ83kMYMrnc3gXQR6qZm/7HcjHOG0mzwCbvtsbARRB 9iQ3TxMYH73scf1YZr96hss= Received: (qmail 61236 invoked by alias); 9 Feb 2018 09:19:05 -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 61117 invoked by uid 89); 9 Feb 2018 09:19:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 09 Feb 2018 09:19:03 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 371ACAC7E for ; Fri, 9 Feb 2018 09:19:01 +0000 (UTC) Date: Fri, 9 Feb 2018 10:19:01 +0100 (CET) From: Richard Biener To: gcc-patches@gcc.gnu.org Subject: [PATCH] Adjust PR84278 testcase Message-ID: User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Got quoting of parens wrong. Tested on x86_64-unknown-linux-gnu, applied. Richard. 2018-02-09 Richard Biener PR tree-optimization/84278 * gcc.target/i386/pr84278.c: Adjust regex. Index: gcc/testsuite/gcc.target/i386/pr84278.c =================================================================== --- gcc/testsuite/gcc.target/i386/pr84278.c (revision 257491) +++ gcc/testsuite/gcc.target/i386/pr84278.c (working copy) @@ -15,4 +15,4 @@ void foo(void) } } -/* { dg-final { scan-assembler-not "\(%.sp\)" } } */ +/* { dg-final { scan-assembler-not "\\\(%.sp\\\)" } } */