Re: [Dwarf-discuss] defaulting to C23 in GCC

2024-11-20 Thread Mark Wielaard via Dwarf-discuss
Hi Jakub, On Wed, 2024-11-20 at 16:24 +0100, Jakub Jelinek via Dwarf-discuss wrote: > On Wed, Nov 20, 2024 at 03:09:02PM +0100, Alexandra Petlanova Hajkova via > Dwarf-discuss wrote: > > GCC15 (to be released in April/May2025) will default to C23 instead of the > > C17. > > There is a new way to

Re: [Dwarf-discuss] defaulting to C23 in GCC

2024-11-20 Thread Jakub Jelinek via Dwarf-discuss
On Wed, Nov 20, 2024 at 03:09:02PM +0100, Alexandra Petlanova Hajkova via Dwarf-discuss wrote: > GCC15 (to be released in April/May2025) will default to C23 instead of the > C17. > There is a new way to describe the language standard version used proposed > for DWARF6 but there is nothing like th

[Dwarf-discuss] defaulting to C23 in GCC

2024-11-20 Thread Alexandra Petlanova Hajkova via Dwarf-discuss
Dear DWARF committee, GCC15 (to be released in April/May2025) will default to C23 instead of the C17. There is a new way to describe the language standard version used proposed for DWARF6 but there is nothing like that for DWARF5 (or earlier). DWARF_LANG_C23 needs to be added to DWARF5. Best Re