* gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
From-SVN: r89289
This commit is contained in:
parent
d717e50058
commit
a574786357
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue