The inline keyword is supported in all new C standards
authorPalmer Dabbelt <palmer@gcc.gnu.org>
Sat, 12 Oct 2019 19:05:38 +0000 (19:05 +0000)
committerPalmer Dabbelt <palmer@gcc.gnu.org>
Sat, 12 Oct 2019 19:05:38 +0000 (19:05 +0000)
commit9189d7321c6e4e4f23ed42eae4ef0c2bb1749100
treebc5872d7349e01a410cefedb9e9a9c2ea42d14d3
parentb6941da896f23c8a30c93469b237350615f52721
The inline keyword is supported in all new C standards

The documentation used to indicate that the inline keyword was only
supported by c99 and c11, whereas in fact it is supported by c99 and all
newer standards.

gcc/ChangeLog

2019-10-12  Palmer Dabbelt  <palmer@sifive.com>

        * doc/extend.texi (Alternate Keywords): Change "-std=c11" to "a
        later standard."

From-SVN: r276921
gcc/doc/extend.texi