Re: [wwwdocs] gcc-8/changes.html additions

2018-04-08 Thread Gerald Pfeifer
On Sat, 7 Apr 2018, Bernd Edlinger wrote: >> I seem to have a writer's block right now, or I would have proposed >> a full alternative, but hope the above gives you an indication? > Thanks for your review! > > I committed the other parts and rewrote this one along your > suggested wording. See at

Re: [wwwdocs] gcc-8/changes.html additions

2018-04-07 Thread Bernd Edlinger
On 04/07/18 23:00, Gerald Pfeifer wrote: > On Wed, 4 Apr 2018, Bernd Edlinger wrote: >> Is it OK for wwwdocs? > > Yes, except... > > + -Wsizeof-pointer-div warns for suspicious divisions > + of two sizeof expressions that divide the pointer size by > + the element size, which is the u

Re: [wwwdocs] gcc-8/changes.html additions

2018-04-07 Thread Gerald Pfeifer
On Wed, 4 Apr 2018, Bernd Edlinger wrote: > Is it OK for wwwdocs? Yes, except... + -Wsizeof-pointer-div warns for suspicious divisions + of two sizeof expressions that divide the pointer size by + the element size, which is the usual way to compute the array size but

Re: [wwwdocs] gcc-8/changes.html

2018-04-05 Thread Martin Liška
On 04/04/2018 08:51 AM, Gerald Pfeifer wrote: > On Tue, 3 Apr 2018, Martin Liška wrote: >> I would like to document features I prepared in time frame of GCC 8. > > A few observations in addition what Martin (S.) provided (Thanks!): > > Index: htdocs/gcc-8/changes.html > ==

Re: [wwwdocs] gcc-8/changes.html additions

2018-04-04 Thread Bernd Edlinger
On 04/04/18 22:11, Martin Sebor wrote: > On 04/04/2018 12:24 PM, Bernd Edlinger wrote: >> Hi, >> >> this adds a few gcc command line options to gcc-8/changes.html which >> I added for gcc-8. > > Just a couple of suggestions: > > 1) Use to render sizeof in monospace: > > +    -Wsizeof-pointer-di

Re: [wwwdocs] gcc-8/changes.html additions

2018-04-04 Thread Martin Sebor
On 04/04/2018 12:24 PM, Bernd Edlinger wrote: Hi, this adds a few gcc command line options to gcc-8/changes.html which I added for gcc-8. Just a couple of suggestions: 1) Use to render sizeof in monospace: + -Wsizeof-pointer-div warns for suspicious divisions + of two sizeof exp

Re: [wwwdocs] gcc-8/changes.html additions

2018-04-04 Thread Gerald Pfeifer
On Wed, 4 Apr 2018, Jakub Jelinek wrote: > Following patch documents store merging improvements, > -fsanitize=builtin, -fsanitize=pointer-overflow and C++2A progress. This is the week of release notes updates, it seems? :-) > +The undefined behavior sanitizer gained two new options included

Re: [wwwdocs] gcc-8/changes.html additions

2018-04-04 Thread Martin Sebor
On 04/04/2018 01:43 AM, Jakub Jelinek wrote: Hi! Following patch documents store merging improvements, -fsanitize=builtin, -fsanitize=pointer-overflow and C++2A progress. Ok for wwwdocs? --- changes.html3 Apr 2018 06:52:04 - 1.51 +++ changes.html4 Apr 2018 07:41:06 -0

Re: [wwwdocs] gcc-8/changes.html

2018-04-03 Thread Gerald Pfeifer
On Tue, 3 Apr 2018, Martin Liška wrote: > I would like to document features I prepared in time frame of GCC 8. A few observations in addition what Martin (S.) provided (Thanks!): Index: htdocs/gcc-8/changes.html === + GCOV tool can

Re: [wwwdocs] gcc-8/changes.html

2018-04-03 Thread Martin Sebor
On 04/03/2018 05:16 AM, Martin Liška wrote: Hello. I would like to document features I prepared in time frame of GCC 8. Martin Just a few minor nits: @@ -113,6 +113,93 @@ possible for the user to have a finer-grained control over the loop unrolling optimization. + +GCOV