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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jakub Jelinek
<ja...@gcc.gnu.org>:

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

commit r10-9223-gf3113a85f098df8165624321cc85d20219fb2ada
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Dec 22 00:01:34 2020 +0100

    gimplify: Gimplify value in gimplify_init_ctor_eval_range [PR98353]

    gimplify_init_ctor_eval_range wasn't gimplifying value, so if it wasn't
    a gimple val, verification at the end of gimplification would ICE (or with
    release checking some random pass later on would ICE or misbehave).

    2020-12-21  Jakub Jelinek  <ja...@redhat.com>

            PR c++/98353
            * gimplify.c (gimplify_init_ctor_eval_range): Gimplify value before
            storing it into cref.

            * g++.dg/opt/pr98353.C: New test.

    (cherry picked from commit a477f1445b3093d01e68cd4c096c5776ad769e11)

Reply via email to