PR debug/66668
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2016 09:40:54 +0000 (09:40 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 22 Jan 2016 09:40:54 +0000 (09:40 +0000)
commitdf48563b18e59d373152d1c5043db6253b198f3c
treef0eedfda54881bd57dd33a21c7022ee09650fd70
parent52d0cdcb0976584029a8a130f4e5f069ddeb9ccd
PR debug/66668
* dwarf2out.c (add_child_die_after): New function.
(dwarf_qual_info_t): New type.
(dwarf_qual_info): New variable.
(qualified_die_p): New function.
(modified_type_die): For -fdebug-types-section, ensure
canonical order of qualifiers.  Put qualified DIEs adjacent
to the corresponding non-qualified type DIE and search there
for existing qualified DIEs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232719 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c