diff options
author | Janis Johnson <janisjo@codesourcery.com> | 2011-05-26 22:22:17 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2011-05-26 22:22:17 +0000 |
commit | 206a00ece1c2997703775b9ab98f458c7e1f34b6 (patch) | |
tree | ec0263ad26854ef3cc62fc2d6090cf335f483c43 | |
parent | 574e418a27bf8e841df886a8156b9e1e6b362fc7 (diff) | |
download | gcc-206a00ece1c2997703775b9ab98f458c7e1f34b6.zip gcc-206a00ece1c2997703775b9ab98f458c7e1f34b6.tar.gz gcc-206a00ece1c2997703775b9ab98f458c7e1f34b6.tar.bz2 |
* gcc.dg/march.c: Ignore a note for some targets.
From-SVN: r174310
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/march.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 949474f..e0f1e59 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> diff --git a/gcc/testsuite/gcc.dg/march.c b/gcc/testsuite/gcc.dg/march.c index 605068d..43478bc 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; |