From 3d2999ba098e1a539dbab56331d1ed80773848a3 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 18 May 2001 00:43:07 +0200 Subject: [PATCH] * dwarf2out.c (modified_type_die): Equate qualified type to die. From-SVN: r42227 --- gcc/ChangeLog | 4 ++++ gcc/dwarf2out.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bd75c2f1b4..45ff600c8f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu May 17 19:42:39 2001 Mark Kettenis + + * dwarf2out.c (modified_type_die): Equate qualified type to die. + Thu May 17 23:19:46 CEST 2001 Jan Hubicka * integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 570c87a9dd9..6b825cf01a1 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -6982,6 +6982,10 @@ modified_type_die (type, is_const_type, is_volatile_type, context_die) if (mod_type_die == NULL) abort (); } + + /* We want to equate the qualified type to the die below. */ + if (qualified_type) + type = qualified_type; } equate_type_number_to_die (type, mod_type_die); -- 2.30.2