Re: [PATCH] The inline keyword is supported in all new C standards

2019-10-12 Thread Palmer Dabbelt
On Wed, 25 Sep 2019 16:38:25 PDT (-0700), jos...@codesourcery.com wrote: On Tue, 24 Sep 2019, Palmer Dabbelt wrote: 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-

Re: [PATCH] The inline keyword is supported in all new C standards

2019-09-25 Thread Joseph Myers
On Tue, 24 Sep 2019, Palmer Dabbelt wrote: > 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-09-24 Palmer Dabbelt > > * doc/extended.texi (Alte

[PATCH] The inline keyword is supported in all new C standards

2019-09-24 Thread Palmer Dabbelt
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-09-24 Palmer Dabbelt * doc/extended.texi (Alternate Keywords): Change "-std=c11" to "a later standar