Re: [PATCH] c/67925 - update documentation on `inline'

2015-10-19 Thread Jeff Law
On 10/15/2015 06:25 AM, Arkadiusz Drabczyk wrote: On Wed, Oct 14, 2015 at 06:18:03PM -0600, Martin Sebor wrote: >On 10/14/2015 03:42 PM, Arkadiusz Drabczyk wrote: > >On Wed, Oct 14, 2015 at 08:36:43AM -0600, Martin Sebor wrote: > >>On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote: > >>>* gcc/

Re: [PATCH] c/67925 - update documentation on `inline'

2015-10-15 Thread Arkadiusz Drabczyk
On Wed, Oct 14, 2015 at 06:18:03PM -0600, Martin Sebor wrote: > On 10/14/2015 03:42 PM, Arkadiusz Drabczyk wrote: > >On Wed, Oct 14, 2015 at 08:36:43AM -0600, Martin Sebor wrote: > >>On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote: > >>>* gcc/doc/extend.texi: documentation says that functions decl

Re: [PATCH] c/67925 - update documentation on `inline'

2015-10-14 Thread Martin Sebor
On 10/14/2015 03:42 PM, Arkadiusz Drabczyk wrote: On Wed, Oct 14, 2015 at 08:36:43AM -0600, Martin Sebor wrote: On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote: * gcc/doc/extend.texi: documentation says that functions declared `inline' would not be integrated if they are called before they are

Re: [PATCH] c/67925 - update documentation on `inline'

2015-10-14 Thread Arkadiusz Drabczyk
On Wed, Oct 14, 2015 at 08:36:43AM -0600, Martin Sebor wrote: > On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote: > >* gcc/doc/extend.texi: documentation says that functions declared > >`inline' would not be integrated if they are called before they are > >defined or if they are recursive. Both of

Re: [PATCH] c/67925 - update documentation on `inline'

2015-10-14 Thread Martin Sebor
On 10/13/2015 04:47 PM, Arkadiusz Drabczyk wrote: * gcc/doc/extend.texi: documentation says that functions declared `inline' would not be integrated if they are called before they are defined or if they are recursive. Both of these statements is now false as shown in examples on Bugzilla. It mi

[PATCH] c/67925 - update documentation on `inline'

2015-10-13 Thread Arkadiusz Drabczyk
* gcc/doc/extend.texi: documentation says that functions declared `inline' would not be integrated if they are called before they are defined or if they are recursive. Both of these statements is now false as shown in examples on Bugzilla. --- gcc/doc/extend.texi | 9 +++-- 1 file changed, 3 i