From a2bc79db6f90f863b11e5a69957fef56778c7293 Mon Sep 17 00:00:00 2001 From: mpolacek Date: Fri, 3 Oct 2014 20:14:48 +0000 Subject: 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215874 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/c/ChangeLog') diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index cb69773247c..519aad0cff8 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +2014-10-03 Marek Polacek + + 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. + 2014-09-25 Jakub Jelinek PR c++/63249 -- cgit v1.2.1