On Mon, 23 Dec 2024 at 01:56, Gerald Pfeifer wrote:
>
> On Wed, 9 Oct 2024, Jonathan Wakely wrote:
> > How about this?
> >
> > +C
> > +
> > +New options -std=c17, to select support for the 2018
> > +edition of the ISO C standard, and -std=gnu17, for C17
> > +with GNU extensions.
> > +
On Wed, 9 Oct 2024, Jonathan Wakely wrote:
> How about this?
>
> +C
> +
> +New options -std=c17, to select support for the 2018
> +edition of the ISO C standard, and -std=gnu17, for C17
> +with GNU extensions.
> +The default mode has been changed to -std=gnu17.
> +
Joseph acke
On Wed, 9 Oct 2024, Jonathan Wakely wrote:
> +C
> +
> +New options -std=c17, to select support for the 2018
> +edition of the ISO C standard, and -std=gnu17, for C17
> +with GNU extensions.
> +The default mode has been changed to -std=gnu17.
> +
That seems reasonable.
> Shoul
On Wed, 9 Oct 2024 at 18:07, Joseph Myers wrote:
>
> On Wed, 9 Oct 2024, Jonathan Wakely wrote:
>
> > +C
> > +
> > +The default mode has been changed to -std=gnu17.
> > +
>
> The option didn't exist before GCC 8, I think you need to say something
> about the option being added rather than j
On Wed, 9 Oct 2024, Jonathan Wakely wrote:
> +C
> +
> +The default mode has been changed to -std=gnu17.
> +
The option didn't exist before GCC 8, I think you need to say something
about the option being added rather than just referring to a new default
of an option that wasn't in previo