From: Janis Johnson Date: Thu, 26 May 2011 22:22:17 +0000 (+0000) Subject: * gcc.dg/march.c: Ignore a note for some targets. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=206a00ece1c2997703775b9ab98f458c7e1f34b6;p=gcc.git * gcc.dg/march.c: Ignore a note for some targets. From-SVN: r174310 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 949474f225d..e0f1e59cd11 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-05-26 Janis Johnson + + * gcc.dg/march.c: Ignore a note for some targets. + 2011-05-26 Janis Johnson Nathan Froyd diff --git a/gcc/testsuite/gcc.dg/march.c b/gcc/testsuite/gcc.dg/march.c index 605068dbca0..43478bc8a39 100644 --- a/gcc/testsuite/gcc.dg/march.c +++ b/gcc/testsuite/gcc.dg/march.c @@ -3,4 +3,5 @@ /* { dg-options "-march=foo" } */ /* { dg-error "march" "" { target *-*-* } 0 } */ /* { dg-bogus "mtune" "" { target *-*-* } 0 } */ +/* { dg-prune-output "note: valid arguments" } */ int i;