Re: [doc PATCH] document when GCC ignores attribute aligned

2018-12-04 Thread Martin Sebor
On 12/4/18 12:20 AM, Sandra Loosemore wrote: On 12/3/18 8:23 PM, Martin Sebor wrote: Last week we agreed to clarify that attribute aligned on a function can decrease its alignment if it hasn't been previously declared with one.  Attached is this change. Besides the above, I also mention that th

Re: [doc PATCH] document when GCC ignores attribute aligned

2018-12-03 Thread Sandra Loosemore
On 12/3/18 8:23 PM, Martin Sebor wrote: Last week we agreed to clarify that attribute aligned on a function can decrease its alignment if it hasn't been previously declared with one.  Attached is this change. Besides the above, I also mention that the attribute specifies the alignment of the fir

[doc PATCH] document when GCC ignores attribute aligned

2018-12-03 Thread Martin Sebor
Last week we agreed to clarify that attribute aligned on a function can decrease its alignment if it hasn't been previously declared with one. Attached is this change. Besides the above, I also mention that the attribute specifies the alignment of the first instruction of the function (in case t