* gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.

From-SVN: r41270
This commit is contained in:
Kaveh R. Ghazi 2001-04-11 20:31:15 +00:00 committed by Kaveh Ghazi
parent 93dd6255c2
commit 76cf1895c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-04-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
2001-04-11 Nathan Sidwell <nathan@codesourcery.com>
* g++.old-deja/g++.other/warn6.C: New test.

View File

@ -1,7 +1,7 @@
extern void exit (int);
extern void abort (void);
extern void *alloca (int);
extern void *alloca (__SIZE_TYPE__);
char *dummy (void);
void *save_ret1[6];