Re: [PATCH] avoid warning for members declared both aligned and packed (PR 84108)

2018-02-13 Thread Jeff Law
On 02/02/2018 11:58 AM, Martin Sebor wrote: > The design of the attribute exclusion framework includes > support for different exclusions applying to different > kinds of declarations (functions, types, and variables > or fields), but the support is incomplete -- the logic > to consider these 

Re: [PATCH] avoid warning for members declared both aligned and packed (PR 84108)

2018-02-13 Thread Martin Sebor
Ping: https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00125.html On 02/02/2018 11:58 AM, Martin Sebor wrote: The design of the attribute exclusion framework includes support for different exclusions applying to different kinds of declarations (functions, types, and variables or fields), but the

[PATCH] avoid warning for members declared both aligned and packed (PR 84108)

2018-02-02 Thread Martin Sebor
The design of the attribute exclusion framework includes support for different exclusions applying to different kinds of declarations (functions, types, and variables or fields), but the support is incomplete -- the logic to consider these differences is missing. This is because the differences