aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr35442.c
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-12-12 20:39:06 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-12-12 20:39:06 +0000
commit04f182b1b03d09de8de3ac14c23a9db62dccac6e (patch)
treed96b2c7eccfb80f1236b05c564041e9e1e06f988 /gcc/testsuite/gcc.dg/pr35442.c
parent771f882e18593bf51b526dc3cc75a41aaec2313c (diff)
downloadgcc-04f182b1b03d09de8de3ac14c23a9db62dccac6e.zip
gcc-04f182b1b03d09de8de3ac14c23a9db62dccac6e.tar.gz
gcc-04f182b1b03d09de8de3ac14c23a9db62dccac6e.tar.bz2
* gcc.dg/pr35442.c: Ignore a possible warning.
From-SVN: r142720
Diffstat (limited to 'gcc/testsuite/gcc.dg/pr35442.c')
-rw-r--r--gcc/testsuite/gcc.dg/pr35442.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pr35442.c b/gcc/testsuite/gcc.dg/pr35442.c
index 4f1e3cc..2bf5ce6 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.*" } */