dwarf2out.c (modified_type_die): Don't create new types here.
authorMark Mitchell <mark@codesourcery.com>
Thu, 12 Apr 2001 01:44:21 +0000 (01:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 12 Apr 2001 01:44:21 +0000 (01:44 +0000)
commit5101b304668b06b6ef938a0acc84ba03debc816a
tree897357278c2c9107171eee2fa55d88b0af494956
parente98d0ceafcef5dc4ddaf9b8c5bd08b04a4e5fb5f
dwarf2out.c (modified_type_die): Don't create new types here.

* dwarf2out.c (modified_type_die): Don't create new types here.
* tree.h (get_qualified_type): New function.
(build_qualified_type): Adjust comment.
* tree.c (get_qualified_type): New function.
(build_qualified_type): Use it.

From-SVN: r41276
gcc/ChangeLog
gcc/dwarf2out.c
gcc/testsuite/g++.old-deja/g++.other/debug8.C [new file with mode: 0644]
gcc/tree.c
gcc/tree.h