Re: [PATCH][ARM][gas] Fix warnings about uninitialised uses and unused const variables

2016-04-29 Thread Kyrill Tkachov
This was supposed to go to the binutils list :( Please ignore. Kyrill On 29/04/16 15:37, Kyrill Tkachov wrote: Hi all, I recently upgraded my host compiler to GCC 6.1.0 and while trying to build a cross toolchain for arm-none-eabi I've encountered some -Werror errors in tc-arm.c This patch fi

[PATCH][ARM][gas] Fix warnings about uninitialised uses and unused const variables

2016-04-29 Thread Kyrill Tkachov
Hi all, I recently upgraded my host compiler to GCC 6.1.0 and while trying to build a cross toolchain for arm-none-eabi I've encountered some -Werror errors in tc-arm.c This patch fixes them. Some static const variables that are unused are marked with ATTRIBUTE_UNUSED. In parse_neon_el_struct_l