Re: [wwwdocs] Update changes.html for LTO and IPA

2017-03-04 Thread Gerald Pfeifer
On Tue, 28 Feb 2017, Jan Hubicka wrote: >> And one question: "declaration linking" is used in the description >> of Link-time optimization improvements, alas that string does not >> appear anywhere in either the source tree or documentation? > It is my own name indeed. lto-symtab.c does merge decl

Re: [wwwdocs] Update changes.html for LTO and IPA

2017-02-28 Thread Jan Hubicka
> On Wed, 20 Jan 2016, Jan Hubicka wrote: > > this is updated patch. I tried to explain better the situation WRT > > incremental linking. > > Thank you, Jan. I had a couple of editorial changes on top of > this, which I finally managed to commit. (See the patch below.) > > And one question: "d

Re: [wwwdocs] Update changes.html for LTO and IPA

2017-02-27 Thread Gerald Pfeifer
On Wed, 20 Jan 2016, Jan Hubicka wrote: > this is updated patch. I tried to explain better the situation WRT > incremental linking. Thank you, Jan. I had a couple of editorial changes on top of this, which I finally managed to commit. (See the patch below.) And one question: "declaration linki

Re: [wwwdocs] Update changes.html for LTO and IPA

2016-02-03 Thread Jonathan Wakely
On 19/01/16 16:45 +0100, Jan Hubicka wrote: Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.46 diff -u -r1.46 changes.html --- changes.html22 Dec 2015 19:23:31 - 1

Re: [wwwdocs] Update changes.html for LTO and IPA

2016-01-20 Thread Jan Hubicka
> >+ is not performed. GCC 7 will support incremental IL linking. > > "IL" again what does this mean to users? Thanks for corrections, I will apply them and post updated patch. Here I wanted to explain that gcc -r should now give a correct code (while with earlier GCC releases it will

Re: [wwwdocs] Update changes.html for LTO and IPA

2016-01-19 Thread Sandra Loosemore
On 01/19/2016 08:45 AM, Jan Hubicka wrote: Hi, this patch mentiones few user visible changes I can think of. I will add some quality data on firefox once stage3 closes. It seems that the optimization section of changes.html deserve some work :) Honza Index: changes.html ==

[wwwdocs] Update changes.html for LTO and IPA

2016-01-19 Thread Jan Hubicka
Hi, this patch mentiones few user visible changes I can think of. I will add some quality data on firefox once stage3 closes. It seems that the optimization section of changes.html deserve some work :) Honza Index: changes.html ===

[wwwdocs] Update changes.html

2015-05-25 Thread Marek Polacek
I've committed the following update to reflect the recent addition. Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.7 diff -u -r1.7 changes.html --- changes.html14 May 2015

Re: [wwwdocs] Update changes.html

2015-05-11 Thread Gerald Pfeifer
On Mon, 11 May 2015, Marek Polacek wrote: > Is the following any better? Thanks, Yes, this looks fine. (I admit that "flexible array member-like arrays" confused me a bit, but that's probably me not fully getting standards language. ;-) Gerald

Re: [wwwdocs] Update changes.html

2015-05-11 Thread Marek Polacek
On Mon, May 11, 2015 at 06:04:48PM +0200, Gerald Pfeifer wrote: > Hi Marek, > > On Mon, 11 May 2015, Marek Polacek wrote: > > Ok to commit? > > as maintainer I am happy for you to commit documentation/web changes > without approval, though I am also happy to review. I was hoping you could glance

Re: [wwwdocs] Update changes.html

2015-05-11 Thread Gerald Pfeifer
Hi Marek, On Mon, 11 May 2015, Marek Polacek wrote: > Ok to commit? as maintainer I am happy for you to commit documentation/web changes without approval, though I am also happy to review. > +General Optimizer Improvements > + > +UndefinedBehaviorSanitizer gained a new sanitization option:

[wwwdocs] Update changes.html

2015-05-11 Thread Marek Polacek
Ok to commit? Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.3 diff -u -r1.3 changes.html --- changes.html6 May 2015 09:55:29 - 1.3 +++ changes.html11 May

Re: [wwwdocs] Update changes.html with libstdc++ changes

2015-04-20 Thread Gerald Pfeifer
On Wed, 8 Apr 2015, Jonathan Wakely wrote: >> The only drawback of this, and some similar cases, is that we now >> risk referring to older versions on a release branch. > Yes, I realised that problem when making the change and linking to the > versions that were current at the time. One option woul

Re: [wwwdocs] Update changes.html with Intel MPX and Pointer Bounds Checker

2015-04-09 Thread Ilya Enkovich
On 09 Apr 12:32, Gerald Pfeifer wrote: > On Thu, 9 Apr 2015, Ilya Enkovich wrote: > > This adds Pointer Bounds Checker and MPX support to GCC 5 changes. > > Is it OK? > > Nice, thank you! > > Can you just replace "runtime checks" by "run-time checks" and > "IA-32/x86-64 GNU/Linux target" by "x86

Re: [wwwdocs] Update changes.html with Intel MPX and Pointer Bounds Checker

2015-04-09 Thread Gerald Pfeifer
On Thu, 9 Apr 2015, Ilya Enkovich wrote: > This adds Pointer Bounds Checker and MPX support to GCC 5 changes. > Is it OK? Nice, thank you! Can you just replace "runtime checks" by "run-time checks" and "IA-32/x86-64 GNU/Linux target" by "x86/x86-64 GNU/Linux targets" (x86, as we had agreed upon

[wwwdocs] Update changes.html with Intel MPX and Pointer Bounds Checker

2015-04-09 Thread Ilya Enkovich
Hi, This adds Pointer Bounds Checker and MPX support to GCC 5 changes. Is it OK? Thanks, Ilya -- --- changes.html2015-04-09 12:18:47.67230 +0300 +++ changes.html2015-04-09 12:58:23.677983000 +0300 @@ -158,20 +158,29 @@ -fsanitize=alignment: enable alignment checking, d

Re: [wwwdocs] Update changes.html with libstdc++ changes

2015-04-08 Thread Jonathan Wakely
On 08/04/15 13:06 +0200, Gerald Pfeifer wrote: On Sat, 6 Dec 2014, Jonathan Wakely wrote: I'm also noting one old change in the GCC 4.5 page, and removing/changing some links to the C++0x status table. The list of features supported on trunk is fairly irrelevant to someone looking at the 4.4 rel

Re: [wwwdocs] Update changes.html with libstdc++ changes

2015-04-08 Thread Gerald Pfeifer
On Sat, 6 Dec 2014, Jonathan Wakely wrote: > I'm also noting one old change in the GCC 4.5 page, and > removing/changing some links to the C++0x status table. The list of > features supported on trunk is fairly irrelevant to someone looking at > the 4.4 release notes, so I've linked to the docs for

Re: [wwwdocs] Update changes.html with libstdc++ changes

2015-04-07 Thread Gerald Pfeifer
On Sat, 6 Dec 2014, Jonathan Wakely wrote: This adds recent libstdc++ updates to gcc-5/changes.html Nice! Just a most minor change to end a list with a full stop instead of a semi-colon. Applied. Gerald Index: changes.html ==

[wwwdocs] Update changes.html with libstdc++ changes

2014-12-06 Thread Jonathan Wakely
This adds recent libstdc++ updates to gcc-5/changes.html I'm also noting one old change in the GCC 4.5 page, and removing/changing some links to the C++0x status table. The list of features supported on trunk is fairly irrelevant to someone looking at the 4.4 release notes, so I've linked to the

Re: [PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options

2014-11-12 Thread Gerald Pfeifer
On Wednesday 2014-11-12 16:31, Kyrill Tkachov wrote: This patch adds the Cortex-A53 erratum workaround options item to the changes page (and adds the AArch64 section of that page in the process) Ok? Looks perfect to me. Thanks, Gerald

Re: [PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options

2014-11-12 Thread Jeff Law
On 11/12/14 09:31, Kyrill Tkachov wrote: Hi all, This patch adds the Cortex-A53 erratum workaround options item to the changes page (and adds the AArch64 section of that page in the process) Ok? OK jeff

[PATCH][wwwdocs] Update changes.html with Cortex-A53 erratum workaround options

2014-11-12 Thread Kyrill Tkachov
Hi all, This patch adds the Cortex-A53 erratum workaround options item to the changes page (and adds the AArch64 section of that page in the process) Ok? Thanks, KyrillIndex: htdocs/gcc-5/changes.html === RCS file: /cvs/gcc/wwwdoc

Re: [wwwdocs] Update changes.html

2014-10-15 Thread Marek Polacek
On Wed, Oct 15, 2014 at 12:51:41PM +0200, Jakub Jelinek wrote: > And porting_to.html. I plan to prepare "porting to" this week. Marek

Re: [wwwdocs] Update changes.html

2014-10-15 Thread Marek Polacek
On Wed, Oct 15, 2014 at 12:50:55PM +0200, Richard Biener wrote: > On Wed, Oct 15, 2014 at 12:21 PM, Marek Polacek wrote: > > A trivial patch to document that the C default has been changed. > > This should be also mentioned at the toplevel "Caveats" section. Ok, I'll commit the following as well

Re: [wwwdocs] Update changes.html

2014-10-15 Thread Jakub Jelinek
On Wed, Oct 15, 2014 at 12:50:55PM +0200, Richard Biener wrote: > On Wed, Oct 15, 2014 at 12:21 PM, Marek Polacek wrote: > > A trivial patch to document that the C default has been changed. > > This should be also mentioned at the toplevel "Caveats" section. And porting_to.html. Jakub

Re: [wwwdocs] Update changes.html

2014-10-15 Thread Richard Biener
On Wed, Oct 15, 2014 at 12:21 PM, Marek Polacek wrote: > A trivial patch to document that the C default has been changed. This should be also mentioned at the toplevel "Caveats" section. Richard. > Applying. > > Index: changes.html > =

[wwwdocs] Update changes.html

2014-10-15 Thread Marek Polacek
A trivial patch to document that the C default has been changed. Applying. Index: changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v retrieving revision 1.16 diff -u -r1.16 changes.html --- changes.html10