Blame SOURCES/gcc48-rh1469697-12.patch

22033d
commit 15d5202e75021f2c41b8a1cb344c04b8915e9d4e
22033d
Author: law <law@138bc75d-0d04-0410-961f-82ee72b054a4>
22033d
Date:   Sun Oct 8 15:44:39 2017 +0000
22033d
22033d
            * gcc.dg/stack-check-5.c: Skip with -fstack-protector.
22033d
            * gcc.dg/stack-check-6.c: Likewise.
22033d
            * gcc.dg/stack-check-6a.c: Likewise.
22033d
    
22033d
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253527 138bc75d-0d04-0410-961f-82ee72b054a4
22033d
22033d
diff --git a/gcc/testsuite/gcc.dg/stack-check-5.c b/gcc/testsuite/gcc.dg/stack-check-5.c
22033d
index 3178f5d8ce5..850e023ea4e 100644
22033d
--- a/gcc/testsuite/gcc.dg/stack-check-5.c
22033d
+++ b/gcc/testsuite/gcc.dg/stack-check-5.c
22033d
@@ -1,6 +1,7 @@
22033d
 /* { dg-do compile } */
22033d
 /* { 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" } */
22033d
 /* { dg-require-effective-target supports_stack_clash_protection } */
22033d
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
22033d
 
22033d
 
22033d
 /* Otherwise the S/390 back-end might save the stack pointer in f2 ()
22033d
diff --git a/gcc/testsuite/gcc.dg/stack-check-6.c b/gcc/testsuite/gcc.dg/stack-check-6.c
22033d
index ad2021c9037..ab4b0e8894c 100644
22033d
--- a/gcc/testsuite/gcc.dg/stack-check-6.c
22033d
+++ b/gcc/testsuite/gcc.dg/stack-check-6.c
22033d
@@ -1,6 +1,7 @@
22033d
 /* { dg-do compile } */
22033d
 /* { 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" } */
22033d
 /* { dg-require-effective-target supports_stack_clash_protection } */
22033d
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
22033d
 
22033d
 
22033d
 extern void foo (char *);
22033d
diff --git a/gcc/testsuite/gcc.dg/stack-check-6a.c b/gcc/testsuite/gcc.dg/stack-check-6a.c
22033d
index 6f8e7128921..468d649a4fa 100644
22033d
--- a/gcc/testsuite/gcc.dg/stack-check-6a.c
22033d
+++ b/gcc/testsuite/gcc.dg/stack-check-6a.c
22033d
@@ -4,6 +4,8 @@
22033d
 /* { dg-do compile  } */
22033d
 /* { 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" } */
22033d
 /* { dg-require-effective-target supports_stack_clash_protection  } */
22033d
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
22033d
+
22033d
 
22033d
 #include "stack-check-6.c"
22033d