* gcc.dg/march.c: Ignore a note for some targets.

From-SVN: r174310
This commit is contained in:
Janis Johnson 2011-05-26 22:22:17 +00:00 committed by Janis Johnson
parent 574e418a27
commit 206a00ece1
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2011-05-26 Janis Johnson <janisjo@codesourcery.com>
* gcc.dg/march.c: Ignore a note for some targets.
2011-05-26 Janis Johnson <janis187@us.ibm.com>
Nathan Froyd <froydnj@codesourcery.com>

View file

@ -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;