Commit a5747863 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r89289
parent d717e500
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment