This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix debuginfo for variable length non-desc fortran arrays


Jakub Jelinek wrote:
> 2008-08-21  Jakub Jelinek  <jakub@redhat.com>
>
>	* trans-decl.c (gfc_build_qualified_array): Build non-flat
>	array type for debug info purposes.
>	* dwarf2out.c (add_bound_info): If lookup_decl_die failed, try
>	loc_descriptor_from_tree_1.

The Fortran bits looks OK. The debugging information shown in gdb and
idb is improved, though both debuggers have issues of their own.

Thanks

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]