stack-check-5.c: Skip with -fstack-protector.
authorJeff Law <law@redhat.com>
Sun, 8 Oct 2017 15:44:39 +0000 (09:44 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 8 Oct 2017 15:44:39 +0000 (09:44 -0600)
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
* gcc.dg/stack-check-6.c: Likewise.
* gcc.dg/stack-check-6a.c: Likewise.

From-SVN: r253527

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/stack-check-5.c
gcc/testsuite/gcc.dg/stack-check-6.c
gcc/testsuite/gcc.dg/stack-check-6a.c

index 4c80e4bd9ecfd0e41a8eee91f28db55bb7cd1c31..e7045e8cba8d4801614e602570891734e4deb49d 100644 (file)
@@ -1,3 +1,9 @@
+2017-10-03  Jeff Law  <law@redhat.com>
+
+       * gcc.dg/stack-check-5.c: Skip with -fstack-protector.
+       * gcc.dg/stack-check-6.c: Likewise.
+       * gcc.dg/stack-check-6a.c: Likewise.
+
 2017-10-07  Michael Collison <michael.collison@arm.com>
 
        * gcc.target/aarch64/var_shift_mask_2.c: New test.
index 3178f5d8ce54ca1d1069d72500401b905e0adc8b..850e023ea4eb8c671a9bda37208c42262e54c7c4 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { 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" } */
 /* { dg-require-effective-target supports_stack_clash_protection } */
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
 
 
 /* Otherwise the S/390 back-end might save the stack pointer in f2 ()
index ad2021c903719590f6de2774b80f76914eb94378..ab4b0e8894c34551c223c4fcf809a5d150775e17 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { 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" } */
 /* { dg-require-effective-target supports_stack_clash_protection } */
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
 
 
 extern void foo (char *);
index 6f8e71289212e2f6fdfa1567827ac760eea4efc8..468d649a4faa5302001ad281912d322ae48d94f0 100644 (file)
@@ -4,6 +4,8 @@
 /* { dg-do compile  } */
 /* { 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" } */
 /* { dg-require-effective-target supports_stack_clash_protection  } */
+/* { dg-skip-if "" { *-*-* } { "-fstack-protector" } { "" } } */
+
 
 #include "stack-check-6.c"