From: Steve Ellcey Date: Wed, 6 Apr 2011 16:15:28 +0000 (+0000) Subject: mtune.c: Prune note from output. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4e927875b0d31633b35aca17252ffdbc56706ef0;p=gcc.git mtune.c: Prune note from output. 2011-04-06 Steve Ellcey * gcc.dg/mtune.c: Prune note from output. From-SVN: r172056 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index caacb0cef26..2e6ba0c748f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-04-06 Steve Ellcey + + * gcc.dg/mtune.c: Prune note from output. + 2011-04-06 Jakub Jelinek PR debug/48466 diff --git a/gcc/testsuite/gcc.dg/mtune.c b/gcc/testsuite/gcc.dg/mtune.c index 992cb09ff01..88c5db8dda7 100644 --- a/gcc/testsuite/gcc.dg/mtune.c +++ b/gcc/testsuite/gcc.dg/mtune.c @@ -4,4 +4,5 @@ /* { dg-error "mtune" "" { target *-*-* } 0 } */ /* { dg-bogus "march" "" { target *-*-* } 0 } */ /* { dg-bogus "mcpu" "" { target *-*-* } 0 } */ +/* { dg-prune-output "note: valid arguments.*" } */ int i;