* gcc.dg/sync-2.c: Use -march=i486 for i386.
authorRichard Henderson <rth@redhat.com>
Fri, 3 Jun 2005 02:35:59 +0000 (19:35 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 3 Jun 2005 02:35:59 +0000 (19:35 -0700)
From-SVN: r100530

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sync-2.c

index 54647f001ef568411745fd96cee162139a7d97d7..4748fd5c53d6717e9d36edc521aa0b000a0fd887 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-02  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/sync-2.c: Use -march=i486 for i386.
+
 2005-06-02  Richard Guenther  <rguenth@gcc.gnu.org>
 
        * gcc.dg/wtypequal.c: New testcase.
index 41f8ac1c0a532e5be2f39e69fab0f95ef56bc60b..4d4ac19477b3bbe1baaa46970fb067dd3bec62aa 100644 (file)
@@ -1,5 +1,7 @@
 /* { dg-do run } */
 /* { dg-require-effective-target sync_char_short } */
+/* { dg-options "-march=i486" { target i?86-*-* } } */
+/* { dg-options "-march=i486" { target { x86_64-*-* && ilp32 } } } */
 
 /* Test functionality of the intrinsics for 'short' and 'char'.  */