On Wed, Oct 08, 2014 at 12:29:38PM +0200, Mark Wielaard wrote: > On Wed, 2014-10-08 at 12:17 +0200, Marek Polacek wrote: > > On Wed, Oct 08, 2014 at 12:13:55PM +0200, Mark Wielaard wrote: > > > This lang hook will be more useful when DWARFv5 gets out, which is > > > supposed to define language identifiers for newer C and C++ versions. > > > > It might have been discussed elsewhere, so sorry for not paying attention, > > but what about DW_LANG_C11? > > That is one of the new language versions to hopefully gets a definition > with DWARFv5. http://dwarfstd.org/ShowIssue.php?issue=140330.1
Yeah, that is 0x1d it seems, but we don't have DW_LANG_C_plus_plus_14 unfortunately. IMHO still something that must be added to DWARF5. Jakub