From: Lars Brinkhoff Date: Wed, 10 Apr 2002 17:47:24 +0000 (+0000) Subject: * gcc.c-torture/execute/20020406-1.c: Declare malloc. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6127eac4bdeb3bdd7c03831880a64b3b4a3be34e;p=gcc.git * gcc.c-torture/execute/20020406-1.c: Declare malloc. From-SVN: r52138 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5e82ca50d4b..a7148b9263a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-10 Lars Brinkhoff + + * gcc.c-torture/execute/20020406-1.c: Declare malloc. + 2002-04-10 Nathan Sidwell PR c++/5507 diff --git a/gcc/testsuite/gcc.c-torture/execute/20020406-1.c b/gcc/testsuite/gcc.c-torture/execute/20020406-1.c index 6d4967eae55..64e2285a235 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020406-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/20020406-1.c @@ -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)