+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.
2009-01-08 Mark Mitchell <mark@codesourcery.com>
* gcc.dg/sibcall-3.c: XFAIL for Thumb.
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
/* { 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;
/* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* && powerpc_altivec_ok } } } */
typedef unsigned __attribute__ ((__mode__ (__pointer__))) uintptr_t;
+
+/* Ignore a warning that is irrelevant to the purpose of this test. */
+/* { dg-prune-output ".*GCC vector passed by reference.*" } */