* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git] / gcc / testsuite / gcc.dg / winline-2.c
blob584c68fddf6b136c27b826cf034f5f923bca1f47
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2" } */
4 inline int q(void); /* { dg-warning "body not available" "" } */
5 inline int t(void)
7 return q(); /* { dg-warning "called from here" "" } */