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

From-SVN: r36599
This commit is contained in:
Richard Henderson 2000-09-24 21:05:37 -07:00 committed by Richard Henderson
parent 9e49570050
commit 5a864cbf17
2 changed files with 6 additions and 0 deletions

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

View File

@ -1,3 +1,5 @@
extern void *malloc(__SIZE_TYPE__);
enum tree_code {
ERROR_MARK,
IDENTIFIER_NODE,