[Bug debug/41048] bad DW_AT_data_member_location from g++

2010-07-28 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-07-28 14:32 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug debug/41048] bad DW_AT_data_member_location from g++

2010-05-28 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-05-28 13:47 --- Subject: Bug 41048 Author: jakub Date: Fri May 28 13:46:46 2010 New Revision: 159975 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159975 Log: PR debug/41048 * dwarf2out.c (double_int_type_siz

[Bug debug/41048] bad DW_AT_data_member_location from g++

2010-05-24 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-05-24 11:13 --- Created an attachment (id=20733) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20733&action=view) gcc46-pr41048.patch Untested fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41048

[Bug debug/41048] bad DW_AT_data_member_location from g++

2009-08-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-08-12 19:25 --- I think this only happens for HWI == 32bits. It works for me with a compiler for ppc64-linux-gnu but fails with i686-linux-gnu. (Oh it works for i386-darwin too which has HWI as being 64bits). One more reason to c