https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105551
Tobias Burnus <burnus at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |13.0
Summary|[nvptx] ICE in |[13 Regression] [nvptx] ICE
|final_scan_insn_1, at |in final_scan_insn_1, at
|final.cc:2629 when building |final.cc:2629 when building
|libgcc2.c since |libgcc2.c since
|r13-259-g76db543db88727789a |r13-259-g76db543db88727789a
|6c117608a23edc2eace713 |6c117608a23edc2eace713
--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Glancing at the current patch, it seems as if the
|| debug_hooks->var_location == do_nothing_debug_hooks.var_location)
check got lost.