OSDN Git Service

* gcc.dg/lto/ipacp_0.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / always_inline2.c
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2" } */
3 inline __attribute__ ((always_inline)) void t(void); /* { dg-message "sorry\[^\n\]*body not available" "" } */
4 void
5 q(void)
6 {
7   t();                          /* { dg-message "sorry\[^\n\]*called from here" "" } */
8 }