[Bug testsuite/69380] [6 Regression] FAIL: g++.dg/tree-ssa/pr69336.C scan-tree-dump-not optimized "cmap"

alalaw01 at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jan 21 11:17:00 GMT 2016


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...)


More information about the Gcc-bugs mailing list