* gcc.c-torture/execute/20000914-1.c: Declare malloc.
authorRichard Henderson <rth@cygnus.com>
Mon, 25 Sep 2000 04:05:37 +0000 (21:05 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 25 Sep 2000 04:05:37 +0000 (21:05 -0700)
From-SVN: r36599

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20000914-1.c

index 46ab73ba0aa45869226d9d955abc53a48740b229..db2f0847c6a439764f262029ed31705ba601ca4e 100644 (file)
@@ -1,3 +1,7 @@
+2000-09-24  Richard Henderson  <rth@cygnus.com>
+
+       * gcc.c-torture/execute/20000914-1.c: Declare malloc.
+
 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * gcc.dg/c90-printf-1.c: Add test for wide string format.
index 19212b2c76d31271ed911364ba52707f7e6e064d..1e8bb0ce73cc5d2835b35802fe17044f29d31801 100644 (file)
@@ -1,3 +1,5 @@
+extern void *malloc(__SIZE_TYPE__);
+
 enum tree_code {
 ERROR_MARK,
 IDENTIFIER_NODE,