Re: [wwwdocs] Document that gcc-8 changed the default to -std=gnu17

2025-01-15 Thread Jonathan Wakely
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. > > +

Re: [wwwdocs] Document that gcc-8 changed the default to -std=gnu17

2024-12-22 Thread Gerald Pfeifer
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

Re: [wwwdocs] Document that gcc-8 changed the default to -std=gnu17

2024-10-09 Thread Joseph Myers
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

Re: [wwwdocs] Document that gcc-8 changed the default to -std=gnu17

2024-10-09 Thread Jonathan Wakely
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

Re: [wwwdocs] Document that gcc-8 changed the default to -std=gnu17

2024-10-09 Thread Joseph Myers
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

[wwwdocs] Document that gcc-8 changed the default to -std=gnu17

2024-10-09 Thread Jonathan Wakely
OK for wwwdocs? --- htdocs/gcc-8/changes.html | 7 +++ 1 file changed, 7 insertions(+) diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index c329a509..6761fb90 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -24,6 +24,8 @@ You may also want to che