]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/pr34856.c: Ignore irrelevant warning.
authorNathan Froyd <froydnj@codesourcery.com>
Thu, 8 Jan 2009 18:27:44 +0000 (18:27 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Thu, 8 Jan 2009 18:27:44 +0000 (18:27 +0000)
From-SVN: r143191

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr34856.c

index 6303deaac469b3f7390c801a9854b8de7ad355f1..2874af0e1d794a6807da69b6fc77c339725c88c2 100644 (file)
@@ -1,3 +1,7 @@
+2009-01-08  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gcc.dg/pr34856.c: Ignore irrelevant warning.
+
 2009-01-08  Mark Mitchell  <mark@codesourcery.com>
 
        * gcc.dg/sibcall-3.c: XFAIL for Thumb.
index ae42c85b0bd46d09b833bdc172929b9cb69e5026..6bfc704774f0b3982179cc1a6b275243c6a3c316 100644 (file)
@@ -1,7 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2" } */
 /* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
-/* { dg-options "-O2 -w" { target { powerpc*-*-linux* } } } */
 /* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* && powerpc_altivec_ok } } } */
 
 typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;
@@ -28,3 +27,6 @@ void f1 (unsigned ctr)
     }
   while (ctr);
 }
+
+/* Ignore a warning that is irrelevant to the purpose of this test.  */
+/* { dg-prune-output ".*GCC vector passed by reference.*" } */