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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Jan 22 09:10:25 2019
New Revision: 268138

URL: https://gcc.gnu.org/viewcvs?rev=268138&root=gcc&view=rev
Log:
        PR rtl-optimization/49429
        PR target/49454
        PR rtl-optimization/86334
        PR target/88906
        * expr.c (emit_block_move_hints): Move marking of MEM_EXPRs
        addressable from here...
        (emit_block_op_via_libcall): ... to here.

        * gcc.target/i386/pr86334.c: New test.
        * gcc.target/i386/pr88906.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr86334.c
    trunk/gcc/testsuite/gcc.target/i386/pr88906.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to