From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28710 invoked by alias); 13 Jun 2012 22:11:41 -0000 Received: (qmail 28696 invoked by uid 22791); 13 Jun 2012 22:11:40 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta01.westchester.pa.mail.comcast.net (HELO qmta01.westchester.pa.mail.comcast.net) (76.96.62.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jun 2012 22:11:28 +0000 Received: from omta02.westchester.pa.mail.comcast.net ([76.96.62.19]) by qmta01.westchester.pa.mail.comcast.net with comcast id MyBD1j0030QuhwU51yBT1m; Wed, 13 Jun 2012 22:11:27 +0000 Received: from bag6-1-pt.tunnel.tserv3.fmt2.ipv6.he.net ([IPv6:2001:470:1f04:ae1::2]) by omta02.westchester.pa.mail.comcast.net with comcast id MyBS1j0020P3DwE3NyBTfx; Wed, 13 Jun 2012 22:11:27 +0000 Subject: Re: [testsuite] scandump.exp: use printable version of regexp Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <4FD9027F.90005@mentor.com> Date: Wed, 13 Jun 2012 22:13:00 -0000 Cc: "gcc-patches@gcc.gnu.org" Content-Transfer-Encoding: 7bit Message-Id: References: <4FD9027F.90005@mentor.com> To: 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: 2012-06/txt/msg00883.txt.bz2 On Jun 13, 2012, at 2:13 PM, Janis Johnson wrote: > Most scan-* procedures used in dg-final test directives use a printable > version of the regular expression in the test summary. This patch makes > scan-*-dump-tiles do that as well, which eliminates several duplicates > in test summaries for expressions that contain a newline. Ok.