On Wed, Jan 11, 2023 at 11:00 AM Eric Botcazou via Gcc-patches <gcc-patches@gcc.gnu.org> 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 <ebotca...@adacore.com> > Andreas Krebbel <kreb...@linux.ibm.com> > > PR tree-optimization/108199 > * tree-sra.cc (sra_modify_expr): Deal with reverse storage order > for bit-field references. > > > 2023-01-11 Eric Botcazou <ebotca...@adacore.com> > > * gcc.dg/sso-17.c: New test. > > -- > Eric Botcazou