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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Bernd Edlinger <[email protected]>:

https://gcc.gnu.org/g:c33db31d9ad96f6414460315c12b4b505fad5dd7

commit r12-163-gc33db31d9ad96f6414460315c12b4b505fad5dd7
Author: Bernd Edlinger <[email protected]>
Date:   Wed Apr 21 14:13:04 2021 +0200

    Fix target/100106 ICE in gen_movdi

    As the test case shows, the outer mode may have a higher alignment
    requirement than the inner mode here.

    2021-04-27  Bernd Edlinger  <[email protected]>

            PR target/100106
            * simplify-rtx.c (simplify_context::simplify_subreg): Check the
            memory alignment for the outer mode.

            * gcc.c-torture/compile/pr100106.c: New testcase.

Reply via email to