re PR target/82358 (i386/stack-check-11.c fail)
authorJeff Law <law@redhat.com>
Tue, 3 Oct 2017 17:09:54 +0000 (11:09 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 3 Oct 2017 17:09:54 +0000 (11:09 -0600)
PR target/82358
* gcc.target/i386/stack-check-11.c: Use -mtune=generic.

From-SVN: r253385

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/stack-check-11.c

index e109ea5..c5aec6e 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-03  Jeff Law  <law@redhat.com>
+
+       PR target/82358
+       * gcc.target/i386/stack-check-11.c: Use -mtune=generic.
+
 2017-10-03  Martin Jambor  <mjambor@suse.cz>
 
        PR tree-optimization/82363
index fe5b2c2..90ab602 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fstack-clash-protection" } */
+/* { dg-options "-O2 -fstack-clash-protection -mtune=generic" } */
 /* { dg-require-effective-target supports_stack_clash_protection } */
 
 #include <stdint.h>