re PR c/63453 (Bogus warning for gnu_inline functions)
authorMarek Polacek <polacek@redhat.com>
Fri, 3 Oct 2014 20:14:48 +0000 (20:14 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Fri, 3 Oct 2014 20:14:48 +0000 (20:14 +0000)
commit6bc8a1261f5523c515ff7071ec6c188d99aa24ef
tree53ff74b8ed651e2ed44ce6588079d662179d003d
parent0ccaaab0e31a3dd406dffb70f6e311b46e99ae6c
re PR c/63453 (Bogus warning for gnu_inline functions)

PR c/63453
* c-decl.c (pop_scope): Don't warn about "inline function declared
but never defined" for functions marked with gnu_inline attribute.

* gcc.dg/pr63453.c: New test.

From-SVN: r215874
gcc/c/ChangeLog
gcc/c/c-decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr63453.c [new file with mode: 0644]