aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-10-02 17:53:16 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-10-02 17:53:16 +0000
commit3057d7cfab71a7ab3828fe093b847ec0f198c986 (patch)
tree33e98e0dd533f55c2411bc586484718043afc5cc /gcc
parent4e5b36bd436bf76c63e9d740ed4a324a878b5d44 (diff)
downloadgcc-3057d7cfab71a7ab3828fe093b847ec0f198c986.zip
gcc-3057d7cfab71a7ab3828fe093b847ec0f198c986.tar.gz
gcc-3057d7cfab71a7ab3828fe093b847ec0f198c986.tar.bz2
* gcc.dg/torture/pr36891.c: Ignore an irrelevant warning.
From-SVN: r140836
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog2
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr36891.c3
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5e97937..ab9b741 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,7 @@
2008-10-02 Janis Johnson <janis187@us.ibm.com>
+ * gcc.dg/torture/pr36891.c: Ignore an irrelevant warning.
+
* gcc.target/powerpc/ppc64-abi-3.c: Initialize variables to suppress
warning.
diff --git a/gcc/testsuite/gcc.dg/torture/pr36891.c b/gcc/testsuite/gcc.dg/torture/pr36891.c
index 4efdfc3..31f7e17 100644
--- a/gcc/testsuite/gcc.dg/torture/pr36891.c
+++ b/gcc/testsuite/gcc.dg/torture/pr36891.c
@@ -16,3 +16,6 @@ void RRB( __vector float vdist, __vector float vx)
g(pullx);
}
}
+
+/* Ignore a warning that is irrelevant to the purpose of this test. */
+/* { dg-prune-output ".*GCC vector returned by reference.*" } */