* gcc.dg/sync-2.c: Use -march=i486 for i386.

From-SVN: r100530
This commit is contained in:
Richard Henderson 2005-06-02 19:35:59 -07:00 committed by Richard Henderson
parent 2b725155ec
commit 87e48010be
2 changed files with 6 additions and 0 deletions

View 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.

View 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'. */