[Bug debug/42278] [4.4/4.5/4.6 regression] incorrect dwarf data gcc-4.4.2

2010-05-12 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-05-12 12:09 --- Subject: Bug 42278 Author: jakub Date: Wed May 12 12:08:34 2010 New Revision: 159315 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=159315 Log: PR debug/42278 * dwarf2out.c (base_type_die):

[Bug debug/42278] [4.4/4.5/4.6 regression] incorrect dwarf data gcc-4.4.2

2010-05-11 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.4, 4.5, 4.6 regression] |[4.4/4.5/4.6 regression] |incorrect dwarf data

[Bug debug/42278] [4.4/4.5/4.6 regression] incorrect dwarf data gcc-4.4.2

2010-05-11 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-05-11 14:43 --- Created an attachment (id=20632) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20632action=view) gcc46-pr42278.patch Untested patch. I'll need to see whether we don't generate too many __unknown__ names with it

[Bug debug/42278] [4.4, 4.5, 4.6 regression] incorrect dwarf data gcc-4.4.2

2010-04-28 Thread ro at gcc dot gnu dot org
--- Comment #1 from ro at gcc dot gnu dot org 2010-04-28 19:08 --- Right: this is both a regression from 3.4 and in violation of the DWARF-3 spec, p. 63, 5.1, where DW_AT_name is a required field for DW_TAG_base_type. -- ro at gcc dot gnu dot org changed: What