Blame SOURCES/gcc48-rh1537828-10.patch

802f23
diff --git a/gcc/testsuite/gcc.dg/stack-check-5.c b/gcc/testsuite/gcc.dg/stack-check-5.c
802f23
index 850e023ea4e..604fa3cf6c5 100644
802f23
--- a/gcc/testsuite/gcc.dg/stack-check-5.c
802f23
+++ b/gcc/testsuite/gcc.dg/stack-check-5.c
802f23
@@ -1,7 +1,7 @@
802f23
 /* { dg-do compile } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection -fdump-rtl-pro_and_epilogue -fno-optimize-sibling-calls --param stack-clash-protection-probe-interval=12 --param stack-clash-protection-guard-size=12" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection } */
802f23
-/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
 
802f23
 
802f23
 /* Otherwise the S/390 back-end might save the stack pointer in f2 ()
802f23
diff --git a/gcc/testsuite/gcc.dg/stack-check-6.c b/gcc/testsuite/gcc.dg/stack-check-6.c
802f23
index ab4b0e8894c..fe75612b737 100644
802f23
--- a/gcc/testsuite/gcc.dg/stack-check-6.c
802f23
+++ b/gcc/testsuite/gcc.dg/stack-check-6.c
802f23
@@ -1,7 +1,7 @@
802f23
 /* { dg-do compile } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection -fdump-rtl-pro_and_epilogue -fno-optimize-sibling-calls --param stack-clash-protection-probe-interval=12 --param stack-clash-protection-guard-size=12" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection } */
802f23
-/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
 
802f23
 
802f23
 extern void foo (char *);
802f23
diff --git a/gcc/testsuite/gcc.dg/stack-check-6a.c b/gcc/testsuite/gcc.dg/stack-check-6a.c
802f23
index 468d649a4fa..8fb9c621585 100644
802f23
--- a/gcc/testsuite/gcc.dg/stack-check-6a.c
802f23
+++ b/gcc/testsuite/gcc.dg/stack-check-6a.c
802f23
@@ -4,7 +4,7 @@
802f23
 /* { dg-do compile  } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection -fdump-rtl-pro_and_epilogue -fno-optimize-sibling-calls --param stack-clash-protection-probe-interval=12 --param stack-clash-protection-guard-size=16" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection  } */
802f23
-/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
 
802f23
 
802f23
 #include "stack-check-6.c"
802f23
diff --git a/gcc/testsuite/gcc.target/i386/stack-check-11.c b/gcc/testsuite/gcc.target/i386/stack-check-11.c
802f23
index fe5b2c2b844..43a291857b6 100644
802f23
--- a/gcc/testsuite/gcc.target/i386/stack-check-11.c
802f23
+++ b/gcc/testsuite/gcc.target/i386/stack-check-11.c
802f23
@@ -1,6 +1,8 @@
802f23
 /* { dg-do compile } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
+
802f23
 
802f23
 #include <stdint.h>
802f23
 
802f23
diff --git a/gcc/testsuite/gcc.target/i386/stack-check-17.c b/gcc/testsuite/gcc.target/i386/stack-check-17.c
802f23
index dcd29305a2c..da6ea016815 100644
802f23
--- a/gcc/testsuite/gcc.target/i386/stack-check-17.c
802f23
+++ b/gcc/testsuite/gcc.target/i386/stack-check-17.c
802f23
@@ -1,6 +1,8 @@
802f23
 /* { dg-do compile } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection -mtune=generic -fomit-frame-pointer" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
+
802f23
 
802f23
 
802f23
 int x0, x1;
802f23
diff --git a/gcc/testsuite/gcc.target/i386/stack-check-18.c b/gcc/testsuite/gcc.target/i386/stack-check-18.c
802f23
index 1638f776267..1cf4bbcfafb 100644
802f23
--- a/gcc/testsuite/gcc.target/i386/stack-check-18.c
802f23
+++ b/gcc/testsuite/gcc.target/i386/stack-check-18.c
802f23
@@ -1,7 +1,7 @@
802f23
 /* { dg-do compile } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection -mtune=generic -fdump-rtl-expand" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection } */
802f23
-/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
 
802f23
 int f1 (char *);
802f23
 
802f23
diff --git a/gcc/testsuite/gcc.target/i386/stack-check-19.c b/gcc/testsuite/gcc.target/i386/stack-check-19.c
802f23
index c341801189c..49f3a20af8b 100644
802f23
--- a/gcc/testsuite/gcc.target/i386/stack-check-19.c
802f23
+++ b/gcc/testsuite/gcc.target/i386/stack-check-19.c
802f23
@@ -1,7 +1,7 @@
802f23
 /* { dg-do compile } */
802f23
 /* { dg-options "-O2 -fstack-clash-protection -mtune=generic -fdump-rtl-expand" } */
802f23
 /* { dg-require-effective-target supports_stack_clash_protection } */
802f23
-/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
802f23
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector*" } { "" } } */
802f23
 
802f23
 int f1 (char *);
802f23