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 multipl

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

2017-07-06 Thread Daniel P. Berrange
an be used for both functions or variables), it was assumed that the attribute was supported in all use contexts at the same time. Future patches that add new attributes to GCC should be required to follow this new practice, by documenting the version. Signed-off-by: Daniel P. Berrange --- gcc