* gcc.dg/noncompile/920923-1.c: Declare calloc.
authorRichard Henderson <rth@cygnus.com>
Tue, 8 Aug 2000 09:24:53 +0000 (02:24 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 8 Aug 2000 09:24:53 +0000 (02:24 -0700)
From-SVN: r35567

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/noncompile/920923-1.c

index febc005..7d0b0a1 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-08  Richard Henderson  <rth@cygnus.com>
+
+       * gcc.dg/noncompile/920923-1.c: Declare calloc.
+
 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * gcc.dg/noncompile/const-ll-1.c: New test.
index 4f03b9f..57d4065 100644 (file)
@@ -96,6 +96,8 @@ int hash_size;
      }
 }
 
+extern void *calloc(__SIZE_TYPE__, __SIZE_TYPE__);
+
 void
 init_mem()
 {