OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2011 22:22:17 +0000 (22:22 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2011 22:22:17 +0000 (22:22 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174310 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 949474f..e0f1e59 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 605068d..43478bc 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;