On Thu, Jun 19, 2025 at 08:36:42PM +, Joseph Myers wrote:
> On Fri, 13 Jun 2025, Marek Polacek wrote:
>
> > doesn't need any changes, I think. Another is "modified existing functions
> > to preserve the const-ness of the type placed into the function", I don't
> > what this is talking about.
On Fri, 13 Jun 2025, Marek Polacek wrote:
> doesn't need any changes, I think. Another is "modified existing functions
> to preserve the const-ness of the type placed into the function", I don't
> what this is talking about.
It's a duplicate of the entry "added qualifier preserving macros for
b
On Thu, Jun 12, 2025 at 05:39:26PM +, Joseph Myers wrote:
> On Wed, 11 Jun 2025, Marek Polacek wrote:
>
> > This patch adds the C23 Support in GCC table (compiler features only).
> >
> > While creating it, I've consulted Annex M.2, our own changes.html,
> > Joseph's "ISO C23 support in the GN