* gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Tue, 19 Oct 2004 20:57:30 +0000 (22:57 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 19 Oct 2004 20:57:30 +0000 (20:57 +0000)
From-SVN: r89289

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/smod-1.c

index 289420580b270bbf0764a753e617d2fec47bcead..e53453ea1410b34d3fa6c93798e08f7246e265a5 100644 (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
index 18c43ee5df48446feaa8e6c3c0c00ef7940eff22..268b43bd2ab2835160cd434738fe8706e98261a1 100644 (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>