* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / gcc / testsuite / gcc.dg / winline-7.c
blob634016d2ecf6feed28eb72fe261db5ee77a9df1d
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2" } */
4 void big (void);
5 inline void *q (void)
6 { /* { dg-warning "(function not inlinable|alloca)" } */
7 return alloca (10);
9 inline void *t (void)
11 return q (); /* { dg-warning "called from here" } */