2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / fail_always_inline.c
blob86645b850de86d6401bd6a7d750788b6f1e9f577
1 /* { dg-do compile } */
2 /* { dg-add-options bind_pic_locally } */
4 extern __attribute__ ((always_inline)) void
5 bar() { } /* { dg-warning "function might not be inlinable" } */
7 void
8 f()
10 bar();