Re: [PATCH 2/2] GCC release 8 support for gcc-plugins

2018-02-13 Thread Christoph Hellwig
On Sun, Feb 04, 2018 at 12:34:38PM -0500, valdis.kletni...@vt.edu wrote: > For reasons totally beyond my understanding, gcc 8 changed the > order of two structure member, which leads to an error: I'm a little late on this, but isn't the whole point of C99 initializers that field order should not m

Re: [PATCH 2/2] GCC release 8 support for gcc-plugins

2018-02-13 Thread Kees Cook
On Tue, Feb 13, 2018 at 6:56 AM, Christoph Hellwig wrote: > On Sun, Feb 04, 2018 at 12:34:38PM -0500, valdis.kletni...@vt.edu wrote: >> For reasons totally beyond my understanding, gcc 8 changed the >> order of two structure member, which leads to an error: > > I'm a little late on this, but isn't

Re: [PATCH 2/2] GCC release 8 support for gcc-plugins

2018-02-05 Thread Kees Cook
On Mon, Feb 5, 2018 at 4:34 AM, wrote: > For reasons totally beyond my understanding, gcc 8 changed the > order of two structure member, which leads to an error: > > HOSTCXX -fPIC scripts/gcc-plugins/latent_entropy_plugin.o > scripts/gcc-plugins/latent_entropy_plugin.c:269:1: error: designator

[PATCH 2/2] GCC release 8 support for gcc-plugins

2018-02-04 Thread valdis . kletnieks
For reasons totally beyond my understanding, gcc 8 changed the order of two structure member, which leads to an error: HOSTCXX -fPIC scripts/gcc-plugins/latent_entropy_plugin.o scripts/gcc-plugins/latent_entropy_plugin.c:269:1: error: designator order for field 'attribute_spec::affects_type_ide