]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2out.c (modified_type_die): Don't add DW_AT_name to DW_TAG_{const,volatile}_type...
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Oct 2009 19:52:20 +0000 (21:52 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Oct 2009 19:52:20 +0000 (21:52 +0200)
commit4a24ddb979d2c087f4c354199dab8bb826d59a45
treed290fe5bc37e0b44a202704116d6a9f20eb170b6
parent7555009aa9f076bf73814094beb5bdbd6982db54
dwarf2out.c (modified_type_die): Don't add DW_AT_name to DW_TAG_{const,volatile}_type if...

* dwarf2out.c (modified_type_die): Don't add DW_AT_name to
DW_TAG_{const,volatile}_type if its DW_AT_type already has the
same name and isn't the main variant.

From-SVN: r152468
gcc/ChangeLog
gcc/dwarf2out.c