Re: [PATCH] Fix couple of endianness issues in fold_ctor_reference

2023-06-30 Thread Richard Biener via Gcc-patches
On Fri, Jun 30, 2023 at 11:29 AM Eric Botcazou via Gcc-patches wrote: > > Hi, > > fold_ctor_reference attempts to use a recursive local processing in order to > call native_encode_expr on the leaf nodes of the constructor, before falling > back to calling native_encode_initializer if this fails.

[PATCH] Fix couple of endianness issues in fold_ctor_reference

2023-06-30 Thread Eric Botcazou via Gcc-patches
Hi, fold_ctor_reference attempts to use a recursive local processing in order to call native_encode_expr on the leaf nodes of the constructor, before falling back to calling native_encode_initializer if this fails. There are a couple of issues related to endianness present in it: 1) it does