]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/torture/pr36891.c: Ignore an irrelevant warning.
authorJanis Johnson <janis187@us.ibm.com>
Thu, 2 Oct 2008 17:53:16 +0000 (17:53 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Thu, 2 Oct 2008 17:53:16 +0000 (17:53 +0000)
From-SVN: r140836

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr36891.c

index 5e97937e1f9b09644c21f2e545eeb1bdbae875b3..ab9b741cfb2aec58e19aa004febbbdb2db17f8a8 100644 (file)
@@ -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.
 
index 4efdfc3e1d59eeecc810b2d82ef6118346180547..31f7e1731420aa42663d574d57cb812c4d340fcb 100644 (file)
@@ -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.*" } */