* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
[official-gcc.git] / gcc / testsuite / gcc.dg / winline-4.c
blob5ce0a02202dbcedda3b96e16880c564f9b35e442
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O1 -fno-unit-at-a-time" } */
4 inline int q(void); /* { dg-warning "body not available" } */
5 inline int t(void)
7 return q(); /* { dg-warning "called from here" } */
9 int q(void)