[PATCH] Emit DW_AT_identifier_case DW_ID_down_case for Fortran compilation units (PR debug/43950)

Steve Kargl sgk@troutmask.apl.washington.edu
Tue May 4 23:44:00 GMT 2010


On Fri, Apr 30, 2010 at 09:25:01PM +0200, Jakub Jelinek wrote:
> 
> The fortran FE lowercases all identifiers (and the language is case
> insensitive), so we shouldn't use the default DW_AT_identifier_case
> DW_ID_case_sensitive for Fortran.
> 
> Tested on x86_64-linux.
> 
> Ok for trunk?
> 
> 2010-04-30  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR debug/43950
> 	* dwarf2out.c (gen_compile_unit_die): Add DW_AT_identifier_case
> 	DW_ID_down_case for Fortran compilation units.
> 

As a Fortran user and maintainer I think the patch is fine.
I, however, may not have the proper authorization to approve
the patch.

-- 
Steve



More information about the Gcc-patches mailing list