re PR c/18079 (Contradicting function attributes (always_inline vs noinline))
PR c/18079 c/ * c-decl.c (diagnose_mismatched_decls): Warn for mismatched always_inline/noinline and hot/cold attributes. c-family/ * c-common.c (handle_noinline_attribute): Warn if the attribute conflicts with always_inline attribute. (handle_always_inline_attribute): Warn if the attribute conflicts with noinline attribute. testsuite/ * gcc.dg/pr18079.c: New test. * gcc.dg/pr18079-2.c: New test. From-SVN: r209796
Showing
gcc/testsuite/gcc.dg/pr18079-2.c
0 → 100644
gcc/testsuite/gcc.dg/pr18079.c
0 → 100644
Please
register
or
sign in
to comment