OSDN Git Service

* gcc.dg/pr35442.c: Ignore a possible warning.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 2008 20:39:06 +0000 (20:39 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 2008 20:39:06 +0000 (20:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142720 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr35442.c

index 895c356..56b5936 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-12  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc.dg/pr35442.c: Ignore a possible warning.
+
 2008-12-12  Zdenek Dvorak  <ook@ucw.cz>
 
        PR tree-optimization/32044
index 4f1e3cc..2bf5ce6 100644 (file)
@@ -9,3 +9,6 @@ foo (A a)
 {
   ((B) a) ();  /* { dg-error "is not a function" } */
 }
+
+/* Ignore a warning that is irrelevant to the purpose of this test.  */
+/* { dg-prune-output ".*GCC vector passed by reference.*" } */