Re: [PATCH] Fix PR tree-optimization/108199

2023-01-11 Thread Richard Biener via Gcc-patches
On Wed, Jan 11, 2023 at 11:00 AM Eric Botcazou via Gcc-patches wrote: > > Hi, > > this fixes the problematic interaction between bitfields, unions, SSO and SRA. > > Tested on x86-64/Linux and SPARC/Solaris, OK for all active branches? OK. Thanks, Richard. > > 2023-01-11 Eric Botcazou >

[PATCH] Fix PR tree-optimization/108199

2023-01-11 Thread Eric Botcazou via Gcc-patches
Hi, this fixes the problematic interaction between bitfields, unions, SSO and SRA. Tested on x86-64/Linux and SPARC/Solaris, OK for all active branches? 2023-01-11 Eric Botcazou Andreas Krebbel PR tree-optimization/108199 * tree-sra.cc (sra_modify_expr): Deal w