OSDN Git Service

PR debug/42278
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 2010 12:08:34 +0000 (12:08 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 2010 12:08:34 +0000 (12:08 +0000)
commitd51857bd0e9ce62ea2d6db3c47df8962f5e8bcf4
tree7c2bbc9a530c0bc7329d73cce4d2900d40f8a5c3
parentc791077cbe4d4867d72ac995e7c4437e45a42389
PR debug/42278
* dwarf2out.c (base_type_die): Don't add name attribute here.
(modified_type_die): Instead of sizetype use
its underlying original type.  If a DW_TAG_base_type doesn't
have name added, add __unknown__.
(dwarf2out_imported_module_or_decl_1): Don't call base_type_die,
always call force_type_die instead.

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