mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 14:29:55 +08:00
* gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
From-SVN: r41270
This commit is contained in:
parent
93dd6255c2
commit
76cf1895c3
@ -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.
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user