Commit 3d2999ba by Mark Kettenis Committed by Alexandre Oliva

* dwarf2out.c (modified_type_die): Equate qualified type to die.

From-SVN: r42227
parent 754ad41d
Thu May 17 19:42:39 2001 Mark Kettenis <kettenis@wins.uva.nl>
* dwarf2out.c (modified_type_die): Equate qualified type to die.
Thu May 17 23:19:46 CEST 2001 Jan Hubicka <jh@suse.cz>
* integrate.c (copy_rtx_and_substitute): Use simplify_gen_subreg.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment