OSDN Git Service

2011-04-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr35442.c
index 4f1e3cc..206853b 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.*|.*ABI for * passing parameters with.*)" } */