summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authorJames Clarke <jrtc27@jrtc27.com>2019-05-21 15:42:00 +0000
committerJeff Law <law@gcc.gnu.org>2019-05-21 09:42:00 -0600
commitc9ae62c2645f1fb02b781d41a0942cf9fac496ac (patch)
tree46a71d638db4872b92ce802bf351475fadde8ef2 /gcc/dwarf2out.c
parent1c4320eb2a7a997a4388a7d51153b4d2e2e17ab3 (diff)
re PR bootstrap/87338 (gcc 8.2 fails to bootstrap on ia64)
PR bootstrap/87338 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL instead of ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_LABEL. From-SVN: r271472
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index dced32950c8..5979ac68fa8 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -27674,11 +27674,8 @@ dwarf2out_inline_entry (tree block)
if (cur_line_info_table)
ied->view = cur_line_info_table->view;
- char label[MAX_ARTIFICIAL_LABEL_BYTES];
-
- ASM_GENERATE_INTERNAL_LABEL (label, BLOCK_INLINE_ENTRY_LABEL,
- BLOCK_NUMBER (block));
- ASM_OUTPUT_LABEL (asm_out_file, label);
+ ASM_OUTPUT_DEBUG_LABEL (asm_out_file, BLOCK_INLINE_ENTRY_LABEL,
+ BLOCK_NUMBER (block));
}
/* Called from finalize_size_functions for size functions so that their body