* gcc.dg/march.c: Ignore a note for some targets.
authorJanis Johnson <janisjo@codesourcery.com>
Thu, 26 May 2011 22:22:17 +0000 (22:22 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 26 May 2011 22:22:17 +0000 (22:22 +0000)
From-SVN: r174310

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/march.c

index 949474f225da4b403101317d47c3ecd4f1645bfc..e0f1e59cd117bc3f120b02a427bb2aadccbfbcaf 100644 (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>
 
index 605068dbca075e173f6e907380736fae93d5252c..43478bc8a391f2b7e97216dc12792d6be6cbf255 100644 (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;