* gcc.c-torture/execute/20020406-1.c: Declare malloc.

From-SVN: r52138
This commit is contained in:
Lars Brinkhoff 2002-04-10 17:47:24 +00:00 committed by Richard Henderson
parent 0be5cf851a
commit 6127eac4bd
2 changed files with 6 additions and 0 deletions

View 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

View 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)