https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69380
alalaw01 at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Target|arm-none-eabi powerpc*-*-* |arm-none-eabi powerpc*-*-* | |aarch64*-*-* CC| |alalaw01 at gcc dot gnu.org --- Comment #2 from alalaw01 at gcc dot gnu.org --- adding "--param max-sra-scalarization-size-Ospeed=72" makes the testcase pass; or we can XFAIL on arm, AArch64, powerpc (presumably also hppa, alpha, and others). 72 is quite large; thoughts? (This suggests that when we move the logic in gimplify_init_constructor, for pushing stuff out to the constant pool, into tree-sra.c, we may also want to refine it a bit. But in the meantime...)