* gcc.c-torture/execute/20020406-1.c: Declare malloc.
authorLars Brinkhoff <lars@nocrew.org>
Wed, 10 Apr 2002 17:47:24 +0000 (17:47 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 10 Apr 2002 17:47:24 +0000 (10:47 -0700)
From-SVN: r52138

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

index 5e82ca50d4b8df693642a968d815b66531aafa49..a7148b9263a36b82f1661cf8c2970789d91ede49 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
+       * gcc.c-torture/execute/20020406-1.c: Declare malloc.
+
 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/5507
index 6d4967eae55c8ec9cd2e4c6b4f6404982127ce95..64e2285a235a676a5ffc1266c9e55280ca3c74fc 100644 (file)
@@ -1,6 +1,8 @@
 // Origin: abbott@dima.unige.it
 // PR c/5120
 
+extern void * malloc (__SIZE_TYPE__);
+
 typedef unsigned int FFelem;
 
 FFelem FFmul(const FFelem x, const FFelem y)