]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-decl.c (merge_decls): Do not handle DECL_INLINE.
authorJan Hubicka <jh@suse.cz>
Tue, 29 Jul 2008 17:10:55 +0000 (19:10 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 29 Jul 2008 17:10:55 +0000 (17:10 +0000)
commit54dfd46bffb35c49935053bd9bc2997f77e26902
treeec580272d62cb4f74dab5323db176f00f81fd545
parentce94d3547f81cc3dd105f4a3377e72cdbd2bbd2c
c-decl.c (merge_decls): Do not handle DECL_INLINE.

* c-decl.c (merge_decls): Do not handle DECL_INLINE.
(grokdeclarator): Likewise.
* langhooks.c (lhd_warn_unused_global_decl): Use
DECL_DECLARED_INLINE_P.
* print-tree.c (print_node): Remove DECL_INLINE check.

From-SVN: r138258
gcc/ChangeLog
gcc/c-decl.c
gcc/langhooks.c
gcc/print-tree.c