/* { dg-do compile } */
/* { dg-options "-Winline -O2" } */
-inline __attribute__ ((always_inline)) void t(void); /* { dg-error "body not available" "" } */
+inline __attribute__ ((always_inline)) void t(void); /* { dg-message "body not available" "" } */
void
q(void)
{
- t(); /* { dg-error "called from here" "" } */
+ t(); /* { dg-message "called from here" "" } */
}