https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87338
--- Comment #14 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-9 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:fe18e4e0845c1821ca51e0a12c284b24a2b60f3a commit r9-9477-gfe18e4e0845c1821ca51e0a12c284b24a2b60f3a Author: James Clarke <jrt...@jrtc27.com> Date: Fri Apr 30 10:11:17 2021 +0200 bootstrap/87338 - gcc 8.2 fails to bootstrap on ia64 This uses ASM_OUTPUT_DEBUG_LABEL instead of ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_LABEL. 2019-05-21 James Clarke <jrt...@jrtc27.com> PR bootstrap/87338 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL instead of ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_LABEL.