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

--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Richard Sandiford
<rsand...@gcc.gnu.org>:

https://gcc.gnu.org/g:8849e4a94550ffc9a564c105f0cefed5f42b3a7d

commit r10-9752-g8849e4a94550ffc9a564c105f0cefed5f42b3a7d
Author: Richard Biener <rguent...@suse.de>
Date:   Fri Apr 23 10:09:40 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-04-23  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.

    (cherry picked from commit 4b59dbb5d6759e43bfa23161a8d3feb9ae969e1a)
  • [Bug tree-optimization/98726] [... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to