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

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Wed Jun 12 09:31:26 2019
New Revision: 272181

URL: https://gcc.gnu.org/viewcvs?rev=272181&root=gcc&view=rev
Log:
        PR target/90811
        * cfgexpand.c (align_local_variable): Add really_expand argument,
        don't SET_DECL_ALIGN if it is false.
        (add_stack_var): Add really_expand argument, pass it through to
        align_local_variable.
        (expand_one_stack_var_1): Pass true as really_expand to
        align_local_variable.
        (expand_one_ssa_partition): Pass true as really_expand to
        add_stack_var.
        (expand_one_var): Pass really_expand through to add_stack_var.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c

Reply via email to