]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ia64-asm-1.c: Add prototype for abort
authorSteve Ellcey <sje@cup.hp.com>
Mon, 11 Oct 2004 21:02:48 +0000 (21:02 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 11 Oct 2004 21:02:48 +0000 (21:02 +0000)
* testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
* testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
memcpy.
* testsuite/gcc.dg/ia64-sync-2.c: Ditto.
* testsuite/gcc.dg/ia64-sync-3.c: Ditto.

From-SVN: r88904

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ia64-asm-1.c
gcc/testsuite/gcc.dg/ia64-sync-1.c
gcc/testsuite/gcc.dg/ia64-sync-2.c
gcc/testsuite/gcc.dg/ia64-sync-3.c

index 27a1bace364b2cec15ae36022475b1463d6a4f91..624e57ef3012cb56d09b060415a2c096dbdf60ec 100644 (file)
@@ -1,3 +1,11 @@
+2004-10-11  Steve Ellcey  <sje@cup.hp.com>
+
+       * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
+       * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
+       memcpy. 
+       * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
+       * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
+
 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
 
        * g++.dg/eh/cleanup5.C: Add dg-options "".
index 48b24d31a7a4f25fa4b6fb2fc921348d911464d3..7222bbd214b497cc39dcf27e9c7aaf3921f433ae 100644 (file)
@@ -1,6 +1,8 @@
 /* { dg-do run { target ia64-*-* } } */
 /* { dg-options } */
 
+extern void abort (void);
+
 /* Test that "=S" properly avoids the post-increment on the memory address.  */
 
 static void foo(int *x)
index d2a9b0bb6e8b1d63d34f00e830fe7f3178c77299..c33bf3bf3381d707641bd8d9ae3825450ffea6c6 100644 (file)
@@ -6,6 +6,9 @@
 
 #include <ia64intrin.h>
 
+extern void abort (void);
+extern void *memcpy (void *, const void *, __SIZE_TYPE__);
+
 static int AI[12];
 static int init_noret_si[12] = { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0 };
 static int test_noret_si[12] = { 1, 1, 1, 0, 1, 4, 22, -12, 7, 8, 9, 7 };
index 8d745b0153583272eff5f455ae77249ef817bd09..e7dd65ff5bc1931fe0076c5578ea76ce2e4772ed 100644 (file)
@@ -5,6 +5,9 @@
 
 #include <ia64intrin.h>
 
+extern void abort (void);
+extern void *memcpy (void *, const void *, __SIZE_TYPE__);
+
 static int AI[18];
 static int init_si[18] = { 0,0,0,1,0,0,0,0,-1,0,0,0,0,0,-1,0,0,0 };
 static int test_si[18] = { 1,1,1,1,1,4,22,-12,7,8,9,7,1,-12,7,8,9,7 };
index e718c1115e2928d341ab66d6a32397df943141cd..c2772f759b6f9a635d323114e9c23a2a4683c9c1 100644 (file)
@@ -5,6 +5,9 @@
 
 #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 };
 static int test_si[4] = { -115,-115,25,25 };