mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
a8ccdfa8ea
commit
11e3d45c7e
|
|
@ -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>
|
2017-10-03 Martin Jambor <mjambor@suse.cz>
|
||||||
|
|
||||||
PR tree-optimization/82363
|
PR tree-optimization/82363
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/* { dg-do compile } */
|
/* { 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 } */
|
/* { dg-require-effective-target supports_stack_clash_protection } */
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue