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

--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Richard Biener
<[email protected]>:

https://gcc.gnu.org/g:1bdfedf8eba89fba4d689bc7a8fe896a7c752040

commit r13-10143-g1bdfedf8eba89fba4d689bc7a8fe896a7c752040
Author: Richard Biener <[email protected]>
Date:   Wed Jan 28 10:16:29 2026 +0100

    rtl-optimization/106859 - fix location dumping from var-tracking

    We currently ICE when the locations include one without a setting insn.
    Looking at cselib this seems to be a supported state so the following
    arranges for this and dumps -1 as UID.

            PR rtl-optimization/106859
            * var-tracking.cc (val_store): Dump -1 as UID if setting_insn
            is NULL.

    (cherry picked from commit 974182ec0985dfce4960d07cae5f28ae2f70874e)
  • [Bug debug/106859] [13 Regressi... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to