Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
fail_always_inline.c
blob: 86645b850de86d6401bd6a7d750788b6f1e9f577 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-add-options bind_pic_locally } */
extern
__attribute__
((
always_inline
))
void
bar
()
{
}
/* { dg-warning "function might not be inlinable" } */
void
f
()
{
bar
();
}