summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-12 20:39:06 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-12 20:39:06 +0000
commita587a07d50456fb10cf1aa4a576ecbc85bca818e (patch)
treed96b2c7eccfb80f1236b05c564041e9e1e06f988
parent590f8b68be58b7480fc9bebb4581cf6ee9f342b9 (diff)
downloadppe42-gcc-a587a07d50456fb10cf1aa4a576ecbc85bca818e.tar.gz
ppe42-gcc-a587a07d50456fb10cf1aa4a576ecbc85bca818e.zip
* gcc.dg/pr35442.c: Ignore a possible warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142720 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/pr35442.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 895c3561a27..56b5936f642 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/pr35442.c b/gcc/testsuite/gcc.dg/pr35442.c
index 4f1e3cc537f..2bf5ce67880 100644
--- a/gcc/testsuite/gcc.dg/pr35442.c
+++ b/gcc/testsuite/gcc.dg/pr35442.c
@@ -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.*" } */
OpenPOWER on IntegriCloud