]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/pr35442.c: Ignore a possible warning.
authorJanis Johnson <janis187@us.ibm.com>
Fri, 12 Dec 2008 20:39:06 +0000 (20:39 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Fri, 12 Dec 2008 20:39:06 +0000 (20:39 +0000)
From-SVN: r142720

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

index 895c3561a27dc205abc6286107a8f83910f23532..56b5936f64200c0a1a460bbd26a5647472d90620 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 4f1e3cc537ff48336e4a291466acdf9a2498479c..2bf5ce678803e1282391119c00510bb92c96f97c 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.*" } */