]> gcc.gnu.org Git - gcc.git/commitdiff
* 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 febc005df0c39769d23da292f29be12f7fd5f5cf..7d0b0a170a44eb9c7924069deb2d3b04ac2e88e4 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 4f03b9fafbfda9b6e7150ae0aa9bb31b222f1d77..57d40653b6585ad987eb650992a450a7b5c5f6da 100644 (file)
@@ -96,6 +96,8 @@ int hash_size;
      }
 }
 
+extern void *calloc(__SIZE_TYPE__, __SIZE_TYPE__);
+
 void
 init_mem()
 {
This page took 0.076585 seconds and 5 git commands to generate.