Re: [PATCH] libgcc: Fix COPY_ARG_VAL initializer (PR 117537)

2024-11-14 Thread Richard Biener
On Wed, 13 Nov 2024, Christophe Lyon wrote: > We recently forced -Werror when building libgcc for aarch64, to make > sure we'd catch and fix the kind of problem described in the PR. > > In this case, when building for aarch64_be (so, big endian), gcc emits > this warning/error: > libgcc/config/li

[PATCH] libgcc: Fix COPY_ARG_VAL initializer (PR 117537)

2024-11-13 Thread Christophe Lyon
We recently forced -Werror when building libgcc for aarch64, to make sure we'd catch and fix the kind of problem described in the PR. In this case, when building for aarch64_be (so, big endian), gcc emits this warning/error: libgcc/config/libbid/bid_conf.h:847:25: error: missing braces around ini