Blame SOURCES/gcc44-pr48857-test.patch

f28b6a
2011-07-20  Jakub Jelinek  <jakub@redhat.com>
f28b6a
f28b6a
	* gcc.target/powerpc/pr48857.c: Skip if -fstack-protector.
f28b6a
f28b6a
--- gcc/testsuite/gcc.target/powerpc/pr48857.c	2011-05-11 11:54:12.138421025 +0200
f28b6a
+++ gcc/testsuite/gcc.target/powerpc/pr48857.c	2011-07-20 17:19:54.230452295 +0200
f28b6a
@@ -1,5 +1,6 @@
f28b6a
 /* { dg-do compile { target { powerpc*-*-* } } } */
f28b6a
 /* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
f28b6a
+/* { dg-skip-if "" { ! powerpc*-*-darwin* } { "-fstack-protector" } { "" } } */
f28b6a
 /* { dg-require-effective-target powerpc_vsx_ok } */
f28b6a
 /* { dg-options "-O2 -mcpu=power7 -mabi=altivec" } */
f28b6a
 /* { dg-final { scan-assembler-times "lxvd2x" 1 } } */