+2018-10-11 Martin Sebor <msebor@redhat.com>
+
+ * doc/extend.texi (attribute flatten): Mention interaction with
+ noinline.
+
2018-10-11 Jan Hubicka <hubicka@ucw.cz>
PR target/87156
@cindex @code{flatten} function attribute
Generally, inlining into a function is limited. For a function marked with
this attribute, every call inside this function is inlined, if possible.
-Whether the function itself is considered for inlining depends on its size and
-the current inlining parameters.
+Functions declared with attribute @code{noinline} and similar are not
+inlined. Whether the function itself is considered for inlining depends
+on its size and the current inlining parameters.
@item format (@var{archetype}, @var{string-index}, @var{first-to-check})
@cindex @code{format} function attribute