OSDN Git Service

PR tree-optimization/30843
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / ia64-sync-3.c
index e718c11..d093cdd 100644 (file)
@@ -1,9 +1,13 @@
-/* { dg-do run { target ia64-*-* } } */
+/* { dg-do run } */
+/* { dg-require-effective-target sync_int_long } */
 /* { dg-options } */
+/* { dg-options "-march=i486" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
+/* { dg-options "-mcpu=v9" { target sparc*-*-* } } */
 
 /* Test basic functionality of the intrinsics.  */
 
-#include <ia64intrin.h>
+extern void abort (void);
+extern void *memcpy (void *, const void *, __SIZE_TYPE__);
 
 static int AI[4];
 static int init_si[4] = { -30,-30,-50,-50 };