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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:4b59dbb5d6759e43bfa23161a8d3feb9ae969e1a

commit r11-6912-g4b59dbb5d6759e43bfa23161a8d3feb9ae969e1a
Author: Richard Biener <rguent...@suse.de>
Date:   Tue Jan 26 13:32:27 2021 +0100

    middle-end/98726 - fix VECTOR_CST element access

    This fixes VECTOR_CST element access with POLY_INT elements and
    allows to produce dump files of the PR98726 testcase without
    ICEing.

    2021-01-26  Richard Biener  <rguent...@suse.de>

            PR middle-end/98726
            * tree.h (vector_cst_int_elt): Remove.
            * tree.c (vector_cst_int_elt): Use poly_wide_int for computations,
            make static.

Reply via email to