From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30429 invoked by alias); 15 Oct 2011 08:15:12 -0000 Received: (qmail 30376 invoked by uid 22791); 15 Oct 2011 08:15:03 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_00,MEDICAL_SUBJECT,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.9) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 15 Oct 2011 08:14:48 +0000 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 559B51C0F57C; Sat, 15 Oct 2011 10:14:46 +0200 (CEST) X-Auth-Info: yxRtVry65/JN8+9B/ZwYZ3mJ7SZ7IwouFj+vDyatoWE= Received: from linux.local (ppp-93-104-142-51.dynamic.mnet-online.de [93.104.142.51]) by mail.mnet-online.de (Postfix) with ESMTPA id D607B1C00476; Sat, 15 Oct 2011 10:14:46 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id 4D7DE1E5328; Sat, 15 Oct 2011 10:14:44 +0200 (CEST) From: Andreas Schwab To: Kirill Yukhin Cc: Uros Bizjak , gcc-patches List , "H.J. Lu" , vbyakovl23@gmail.com Subject: Re: [PATCH, testsuite, i386] FMA3 testcases + typo fix in MD References: X-Yow: Just imagine you're entering a state-of-the-art CAR WASH!! Date: Sat, 15 Oct 2011 10:42:00 -0000 In-Reply-To: (Kirill Yukhin's message of "Thu, 6 Oct 2011 17:03:40 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-10/txt/msg01369.txt.bz2 Kirill Yukhin writes: > --- /dev/null > +++ b/gcc/testsuite/gcc.target/i386/fma_double_1.c > @@ -0,0 +1,19 @@ > +/* { dg-do compile } */ > +/* { dg-prune-output ".*warning: 'sseregparm' attribute ignored.*" } */ That prunes too much. gcc-dg-prune brackets the regexp so that it only matches within a single line, but your use of ".*" (which also matches newlines) overrides that and will cause the *whole* output to be thrown away, including any unrelated error messages. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."