Re: [PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-17 Thread Martin Sebor
On 07/06/2017 07:25 AM, Daniel P. Berrange wrote: There are several hundred named attribute keys that have been introduced over many GCC releases. Applications typically need to be compilable with multiple GCC versions, so it is important for developers to know when GCC introduced support for

Re: [PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-13 Thread Eric Gallager
On 7/7/17, Jeff Law wrote: > On 07/06/2017 07:25 AM, Daniel P. Berrange wrote: >> There are several hundred named attribute keys that have been >> introduced over many GCC releases. Applications typically need >> to be compilable with multiple GCC versions, so it is important >>

Re: [PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-12 Thread Sandra Loosemore
On 07/06/2017 07:25 AM, Daniel P. Berrange wrote: There are several hundred named attribute keys that have been introduced over many GCC releases. Applications typically need to be compilable with multiple GCC versions, so it is important for developers to know when GCC introduced support for

Re: [PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-10 Thread Daniel P. Berrange
On Fri, Jul 07, 2017 at 11:01:51AM -0600, Jeff Law wrote: > On 07/06/2017 07:25 AM, Daniel P. Berrange wrote: > > There are several hundred named attribute keys that have been > > introduced over many GCC releases. Applications typically need > > to be compilable with multiple GCC versions, so it

Re: [PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-07 Thread Mike Stump
On Jul 7, 2017, at 10:01 AM, Jeff Law wrote: > > On 07/06/2017 07:25 AM, Daniel P. Berrange wrote: >> There are several hundred named attribute keys that have been >> introduced over many GCC releases. Applications typically need >> to be compilable with multiple GCC versions,

Re: [PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-07 Thread Jeff Law
On 07/06/2017 07:25 AM, Daniel P. Berrange wrote: > There are several hundred named attribute keys that have been > introduced over many GCC releases. Applications typically need > to be compilable with multiple GCC versions, so it is important > for developers to know when GCC introduced support

[PATCH] gcc/doc: list what version each attribute was introduced in

2017-07-06 Thread Daniel P. Berrange
There are several hundred named attribute keys that have been introduced over many GCC releases. Applications typically need to be compilable with multiple GCC versions, so it is important for developers to know when GCC introduced support for each attribute. This augments the texi docs that list