[Bug debug/41558] gfortran -O code excessive DW_OP_deref's

2009-10-12 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2009-10-12 19:09 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug debug/41558] gfortran -O code excessive DW_OP_deref's

2009-10-06 Thread jan dot kratochvil at redhat dot com
--- Comment #3 from jan dot kratochvil at redhat dot com 2009-10-06 15:28 --- (In reply to comment #1) > BTW, gdb 7.0.50.20091005-cvs doesn't work with the guality.exp testcases well, > something broke in it recently. 6.8.91.20090917-1.fc12 works fine. There is an array with variable

[Bug debug/41558] gfortran -O code excessive DW_OP_deref's

2009-10-05 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2009-10-05 19:51 --- Subject: Bug 41558 Author: jakub Date: Mon Oct 5 19:50:57 2009 New Revision: 152467 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152467 Log: PR debug/41558 * dwarf2out.c (loc_by_reference):

[Bug debug/41558] gfortran -O code excessive DW_OP_deref's

2009-10-05 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2009-10-05 09:52 --- Created an attachment (id=18706) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18706&action=view) gcc45-pr41558.patch Patch I'm going to bootstrap/regtest. BTW, gdb 7.0.50.20091005-cvs doesn't work with the gua