This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite] (committed) fix gcc.dg/torture/pr36891.c


This test gets a warning on some powerpc64-linux systems.  Ignore it.
Tested on powerpc64-linux, checked in on trunk.

2008-10-02  Janis Johnson  <janis187@us.ibm.com>

	* gcc.dg/torture/pr36891.c: Ignore an irrelevant warning.

Index: gcc/testsuite/gcc.dg/torture/pr36891.c
===================================================================
--- gcc/testsuite/gcc.dg/torture/pr36891.c	(revision 140816)
+++ gcc/testsuite/gcc.dg/torture/pr36891.c	(working copy)
@@ -16,3 +16,6 @@ void RRB( __vector float vdist, __vector
    g(pullx);
   }
 }
+
+/* Ignore a warning that is irrelevant to the purpose of this test.  */
+/* { dg-prune-output ".*GCC vector returned by reference.*" } */



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]