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

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

From-SVN: r193798
This commit is contained in:
Uros Bizjak 2012-11-25 23:04:02 +01:00 committed by Uros Bizjak
parent b377a31098
commit 3cfefd5fdd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-11-25 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/sw-1.c (dg-options): Add -mtune=generic.
2012-11-25 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/30146

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-O2 -fshrink-wrap -fdump-rtl-pro_and_epilogue" } */
/* { dg-options "-O2 -mtune=generic -fshrink-wrap -fdump-rtl-pro_and_epilogue" } */
/* { dg-skip-if "No shrink-wrapping preformed" { x86_64-*-mingw* } { "*" } { "" } } */
#include <string.h>