From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28891 invoked by alias); 30 Apr 2010 18:23:09 -0000 Received: (qmail 28792 invoked by uid 48); 30 Apr 2010 18:22:49 -0000 Date: Fri, 30 Apr 2010 18:23:00 -0000 Subject: [Bug debug/43950] New: fortran: Use DW_AT_identifier_case X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jan dot kratochvil at redhat dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-04/txt/msg03383.txt.bz2 Fortran currently lowercases all the identifiers for DWARF. In such case it should set DW_AT_identifier_case = DW_ID_down_case. GDB currently assumes DW_ID_down_case for DW_LANG_Fortran* which is incorrect, consumer should always default to DW_ID_case_sensitive according to DWARF4. Fortran should preserve source file case and set DW_AT_identifier_case = DW_ID_case_insensitive GDB currently does not support it though, it is filed as: http://sourceware.org/bugzilla/show_bug.cgi?id=11560 -- Summary: fortran: Use DW_AT_identifier_case Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jan dot kratochvil at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43950