https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126980

Drea Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=19046,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=121883,
                   |                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=121884
                 CC|                            |pinskia at gcc dot gnu.org

--- Comment #4 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #3)
> It assumes the data size (the code size) is small and calls
> gimplify_init_constructor if can_move_by_pieces returns true.
> But when constructor is used, move_by_pieces won't be used
> and the code size may not be small.

I actually was thinking about forcing that to always use LC* variables (due to 
PR 97891)

Reply via email to