https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70189
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=121364
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
>The suggestion is for gimplify.c to always push out to the constant pool, as
>this makes initial tree the same on all platforms, and for all the
>logic/heuristics to go into SRA (as, being later, we then have more
>information available to maybe make better decisions in the future).
Plus as we get copy prop for aggregates working more, we might be able to
remove the "copy" that was on the stack too.