Re: [PATCH RFC 02/11] libasm: Fix xdefault_pattern initialization

2023-02-07 Thread Ilya Leoshkevich via Elfutils-devel
On Tue, 2023-02-07 at 20:41 +0100, Mark Wielaard wrote: > Hi Ilya, > > On Mon, Feb 06, 2023 at 11:25:04PM +0100, Ilya Leoshkevich via > Elfutils-devel wrote: > > clang complains: > > > >     asm_newscn.c:48:22: error: field 'pattern' with variable sized > > type 'struct FillPattern' not at the en

Re: [PATCH RFC 02/11] libasm: Fix xdefault_pattern initialization

2023-02-07 Thread Mark Wielaard
Hi Ilya, On Mon, Feb 06, 2023 at 11:25:04PM +0100, Ilya Leoshkevich via Elfutils-devel wrote: > clang complains: > > asm_newscn.c:48:22: error: field 'pattern' with variable sized type > 'struct FillPattern' not at the end of a struct or class is a GNU extension > [-Werror,-Wgnu-variable-s