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

2024-11-20 Thread Cary Coutant via Dwarf-discuss
Agreed. I've added this as Issue 241120.1 and assigned DW_LANG_C23 = 0x3e https://dwarfstd.org/issues/241120.1.html -cary On Wed, Nov 20, 2024 at 10:19 AM David Blaikie via Dwarf-discuss < dwarf-discuss@lists.dwarfstd.org> wrote: > +1. Best not to encourage use of things we haven't finished st

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

2024-11-20 Thread pogo 59 via Dwarf-discuss
Sorry, meant to reply-all. -- Forwarded message - From: pogo 59 Date: Wed, Nov 20, 2024 at 12:47 PM Subject: Re: [Dwarf-discuss] defaulting to C23 in GCC To: Mark Wielaard I think it's reasonable to add codes such as this at least until DWARF v6 is published. It's just a list o

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