* gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.

From-SVN: r89289
This commit is contained in:
Eric Botcazou 2004-10-19 22:57:30 +02:00 committed by Eric Botcazou
parent d717e50058
commit a574786357
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-10-19 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
2004-10-19 Paolo Bonzini <bonzini@gnu.org>
PR c++/18047

View file

@ -3,7 +3,7 @@
/* { dg-do run } */
/* { dg-options "-std=c99" } */
/* { dg-options "-std=c99 -mtune=i486" { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-std=c99 -mtune=i486" { target i?86-*-* } } */
#include <limits.h>