Hi! Another DW_LANG_* code has been added recently...
Bootstrapped/regtested on x86_64-linux and i686-linux, committed to trunk as obvious. 2024-11-23 Jakub Jelinek <ja...@redhat.com> * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran23 enumerator. --- include/dwarf2.h.jj 2024-11-21 10:17:00.138345784 +0100 +++ include/dwarf2.h 2024-11-22 11:42:06.743114469 +0100 @@ -405,6 +405,7 @@ enum dwarf_source_language DW_LANG_P4 = 0x003c, DW_LANG_Metal = 0x003d, DW_LANG_C23 = 0x003e, + DW_LANG_Fortran23 = 0x003f, DW_LANG_Ruby = 0x0040, DW_LANG_Move = 0x0041, DW_LANG_Hylo = 0x0042, Jakub