diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/winline-7.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/winline-7.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/winline-7.c b/gcc/testsuite/gcc.dg/winline-7.c index 634016d..bab82a2 100644 --- a/gcc/testsuite/gcc.dg/winline-7.c +++ b/gcc/testsuite/gcc.dg/winline-7.c @@ -1,6 +1,8 @@ /* { dg-do compile } */ /* { dg-options "-Winline -O2" } */ +extern void *alloca (__SIZE_TYPE__); + void big (void); inline void *q (void) { /* { dg-warning "(function not inlinable|alloca)" } */ |