------- Comment #4 from jakub at gcc dot gnu dot org 2010-06-30 15:23 ------- Subject: Bug 42278
Author: jakub Date: Wed Jun 30 15:23:13 2010 New Revision: 161608 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161608 Log: Backport from mainline 2010-05-12 Jakub Jelinek <ja...@redhat.com> 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. Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/dwarf2out.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42278