[Bug fortran/11560] Support case-preserving case-insensitive identifier
tromey at sourceware dot org via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
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.