]> gcc.gnu.org Git - gcc.git/commit
attribs.c (handle_noinline_attribute): New function.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 18 Oct 2001 18:29:02 +0000 (18:29 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Thu, 18 Oct 2001 18:29:02 +0000 (18:29 +0000)
commit9162542e3d0cd270ab972615f66d7da16662466d
treeba59c40e9652d1cafe3687880cd7a3e173e06791
parent97055d5c4e5ce6792523800bbd326313f81a48ef
attribs.c (handle_noinline_attribute): New function.

* attribs.c (handle_noinline_attribute): New function.
(handle_used_attribute): Likewise.
(c_common_attribute_table): Added noinline and used.
* doc/extend.texi (Function Attributes): Document them.
* c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
Warn when merging inline with attribute noinline.
(start_decl, start_function): Warn if inline and attribute
noinline appear in the same declaration.

From-SVN: r46334
gcc/ChangeLog
gcc/attribs.c
gcc/c-decl.c
gcc/doc/extend.texi
This page took 0.053468 seconds and 5 git commands to generate.