re PR target/82358 (i386/stack-check-11.c fail)

PR target/82358
	* gcc.target/i386/stack-check-11.c: Use -mtune=generic.

From-SVN: r253385
This commit is contained in:
Jeff Law 2017-10-03 11:09:54 -06:00 committed by Jeff Law
parent a8ccdfa8ea
commit 11e3d45c7e
2 changed files with 6 additions and 1 deletions

View 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

View 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>