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

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Bernd Edlinger <edlin...@gcc.gnu.org>:

https://gcc.gnu.org/g:23ac7a009ecfeec3eab79136abed8aac9768b458

commit r11-4668-g23ac7a009ecfeec3eab79136abed8aac9768b458
Author: Bernd Edlinger <bernd.edlin...@hotmail.de>
Date:   Sun Nov 1 07:32:20 2020 +0100

    Fix PR97205

    This makes sure that stack allocated SSA_NAMEs are
    at least MODE_ALIGNED.  Also increase the MEM_ALIGN
    for the corresponding rtl objects.

    gcc:
    2020-11-03  Bernd Edlinger  <bernd.edlin...@hotmail.de>

            PR target/97205
            * cfgexpand.c (align_local_variable): Make SSA_NAMEs
            at least MODE_ALIGNED.
            (expand_one_stack_var_at): Increase MEM_ALIGN for SSA_NAMEs.

    gcc/testsuite:
    2020-11-03  Bernd Edlinger  <bernd.edlin...@hotmail.de>

            PR target/97205
            * gcc.c-torture/compile/pr97205.c: New test.

Reply via email to