public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Kirill Yukhin <kirill.yukhin@gmail.com>
Cc: Uros Bizjak <ubizjak@gmail.com>,
	 gcc-patches List <gcc-patches@gcc.gnu.org>,
	 "H.J. Lu" <hjl.tools@gmail.com>,
	 vbyakovl23@gmail.com
Subject: Re: [PATCH, testsuite, i386] FMA3 testcases + typo fix in MD
Date: Sat, 15 Oct 2011 10:42:00 -0000	[thread overview]
Message-ID: <m2ehyek6x8.fsf@linux-m68k.org> (raw)
In-Reply-To: <CAGs3RfuHfXJss=mdDRCgfCvNFTyaLt4Mnr8bBzOzQiUn1HSfdQ@mail.gmail.com>	(Kirill Yukhin's message of "Thu, 6 Oct 2011 17:03:40 +0400")

Kirill Yukhin <kirill.yukhin@gmail.com> 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."

  reply	other threads:[~2011-10-15  8:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-05 11:16 Kirill Yukhin
2011-10-05 18:51 ` Uros Bizjak
2011-10-06  9:48   ` Kirill Yukhin
2011-10-06 10:14     ` Uros Bizjak
2011-10-06 12:58       ` Kirill Yukhin
2011-10-06 13:04         ` Uros Bizjak
2011-10-06 13:05           ` Uros Bizjak
2011-10-06 13:49             ` Kirill Yukhin
2011-10-06 20:17               ` Uros Bizjak
2011-10-09 19:56                 ` Kirill Yukhin
2011-10-10 16:20                   ` H.J. Lu
2011-10-10 16:23                     ` Kirill Yukhin
2011-10-10 21:14               ` Uros Bizjak
2011-10-10 21:18                 ` Uros Bizjak
2011-10-11 10:38                   ` Kirill Yukhin
2011-10-11 10:53                     ` Uros Bizjak
2011-10-11 10:59                       ` Kirill Yukhin
2011-10-11 16:12                     ` H.J. Lu
2011-10-12 18:12                       ` H.J. Lu
2011-10-06 13:07           ` Kirill Yukhin
2011-10-15 10:42             ` Andreas Schwab [this message]
2011-10-15 10:45               ` Uros Bizjak
2011-10-15 14:45                 ` Uros Bizjak
2011-10-17 13:17                   ` Kirill Yukhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2ehyek6x8.fsf@linux-m68k.org \
    --to=schwab@linux-m68k.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hjl.tools@gmail.com \
    --cc=kirill.yukhin@gmail.com \
    --cc=ubizjak@gmail.com \
    --cc=vbyakovl23@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).