[Bug fortran/11560] Support case-preserving case-insensitive identifier

tromey at sourceware dot org sourceware-bugzilla@sourceware.org
Sat Jun 20 16:00:46 GMT 2026


https://sourceware.org/bugzilla/show_bug.cgi?id=11560

--- Comment #4 from Tom Tromey <tromey at sourceware dot org> ---
gdb still doesn't look at DW_AT_identifier_case.

It probably could, by having a flag on the symtab
and using this when comparing in lookup_name.
The idea would be that the flag would be set for all
cases except case-sensitive.

However, this seems like a fair amount of work for
something that would probably only be useful for
unknown languages.

I somewhat suspect the iFortran issue is already
fixed but I don't have that compiler.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gdb-prs mailing list