https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105551
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:a6a0f3423f3053999c0eb6e7183319c1dca6455d commit r12-8526-ga6a0f3423f3053999c0eb6e7183319c1dca6455d Author: Richard Biener <rguent...@suse.de> Date: Wed May 11 10:47:34 2022 +0200 bootstrap/105551 - restore nvptx build The following makes sure to disable var-tracking if only dwarf2-line debuginfo is present. 2022-05-11 Richard Biener <rguent...@suse.de> PR bootstrap/105551 * opts.cc (finish_options): Also disable var-tracking if !DWARF2_DEBUGGING_INFO. (cherry picked from commit e7d9fdf5e0ee4c34a880139254340b4165016289)