pr49781-1.c (dg-options): Add -mtune=generic.

* gcc.target/i386/pr49781-1.c (dg-options): Add -mtune=generic.

From-SVN: r181086
This commit is contained in:
Uros Bizjak 2011-11-07 16:21:35 +01:00 committed by Uros Bizjak
parent 0948d15384
commit ed377f02a6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-07 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr49781-1.c (dg-options): Add -mtune=generic.
2011-11-07 Janne Blomqvist <jb@gcc.gnu.org>
PR libfortran/45723

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fpic" } */
/* { dg-options "-O2 -fpic -mtune=generic" } */
/* { dg-require-effective-target fpic } */
static int heap[2*(256 +1+29)+1];