Commit 76cf1895 by Kaveh R. Ghazi Committed by Kaveh Ghazi

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

From-SVN: r41270
parent 93dd6255
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.
......
extern void exit (int);
extern void abort (void);
extern void *alloca (int);
extern void *alloca (__SIZE_TYPE__);
char *dummy (void);
void *save_ret1[6];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment