https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87338
--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-8 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:491d549921d4e93fb8c751c4704070fa4bd940b2 commit r8-10931-g491d549921d4e93fb8c751c4704070fa4bd940b2 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. (cherry picked from commit fe18e4e0845c1821ca51e0a12c284b24a2b60f3a)