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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuc...@gcc.gnu.org>:

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

commit r11-3015-gf8eabd47ac5335ebab0d83ff61fb680a46888be8
Author: Iain Buclaw <ibuc...@gdcproject.org>
Date:   Fri Sep 4 22:54:22 2020 +0200

    d: Fix ICE in create_tmp_var, at gimple-expr.c:482

    Array concatenate expressions were creating more SAVE_EXPRs than what
    was necessary.  The internal error itself was the result of a forced
    temporary being made on a TREE_ADDRESSABLE type.

    gcc/d/ChangeLog:

            PR d/96924
            * expr.cc (ExprVisitor::visit (CatAssignExp *)): Don't force
            temporaries needlessly.

    gcc/testsuite/ChangeLog:

            PR d/96924
            * gdc.dg/simd13927b.d: Removed.
            * gdc.dg/pr96924.d: New test.

Reply via email to