OSDN Git Service

PR debug/42278
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 May 2010 12:08:34 +0000 (12:08 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:05:41 +0000 (14:05 +0900)
commit06386b0203c755c5526ac4487a6f808a77a4b3aa
treec3b9a956356b8c4bb836481a275917b6e042e1ff
parentf3789481fb80610669f662caefa8331ee8909242
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