[Bug bootstrap/105551] [13 Regression] [nvptx] ICE in final_scan_insn_1, at final.cc:2629 when building libgcc2.c since r13-259-g76db543db88727789a6c117608a23edc2eace713

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 11 08:32:12 GMT 2022


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

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #4)
> --- a/gcc/opts.cc
> +++ b/gcc/opts.cc

> +#ifndef DWARF2_DEBUGGING_INFO
> +      || 1
> +#endif

> seems to get past the failure point - can you check a full build with this?

Yes - it builds with that fix. Thanks! Side remark: I personally find 'true'
more readable than '1'.


More information about the Gcc-bugs mailing list