Re: [PATCH] x86: Tune Skylake, Cannonlake and Icelake as Haswell

2018-07-14 Thread Gerald Pfeifer
On Fri, 13 Jul 2018, H.J. Lu wrote: > I will do the same for GCC8 backport. Can you please add a note to gcc-8/changes.html? This seems big enough to warrant a note in a part for GCC 8.2. (At gcc-7/changes.html you can see how to go about this for minor releases.) Gerald

[PATCH, committed] Fix rtl check error in pdp11

2018-07-14 Thread Paul Koning
When building with checking enabled, there were check failures in pdp11_rtx_costs. This patch fixes two errors. Committed. paul ChangeLog: 2018-07-14 Paul Koning * config/pdp11/pdp11.c (pdp11_rtx_costs): Bugfixes. Index: config/pdp11/pdp11.c ==

[PATCH] RISC-V: Fix nested function trampolines.

2018-07-14 Thread Jim Wilson
This fixes an oversight. I suspect that there was a RISC-V QEMU bug allowing stacks to be executable by default, so we didn't see the problem until we started running the gcc testsuite on hardware. This was also confused by the late ABI change to the cache flush support when upstreaming the glibc

[wwwdocs] extensions.html - remove "rogue" MELT page

2018-07-14 Thread Gerald Pfeifer
I noticed that http://gcc-melt.org now redirects to http://www.gcc-melt.org which looks like a default, and empty, Wordpress installation. I went ahead and applied the patch below. Basile, should we generally remove this reference to GCC MELT? Gerald Index: extensions.html =

[wwwdocs] gcc-4.3/changes.html - switch www.mpfr.org to https

2018-07-14 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.3/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v retrieving revision 1.133 diff -u -r1.133 changes.html --- gcc-4.3/changes.html2 Jun 2018 21:16:16 - 1.133 +++

Re: [PATCH] x86: Tune Skylake, Cannonlake and Icelake as Haswell

2018-07-14 Thread H.J. Lu
On Sat, Jul 14, 2018 at 06:09:47PM +0200, Gerald Pfeifer wrote: > On Fri, 13 Jul 2018, H.J. Lu wrote: > > I will do the same for GCC8 backport. > > Can you please add a note to gcc-8/changes.html? This seems big > enough to warrant a note in a part for GCC 8.2. > > (At gcc-7/changes.html you can

[wwwdocs] adjust www.itl.nist.gov to https in readings.html

2018-07-14 Thread Gerald Pfeifer
Applied. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.294 diff -u -r1.294 readings.html --- readings.html 2 Jun 2018 21:16:10 - 1.294 +++ readings.html

Re: [wwwdocs] extensions.html - remove "rogue" MELT page

2018-07-14 Thread Basile Starynkevitch
On 07/14/2018 10:17 PM, Gerald Pfeifer wrote: I noticed that http://gcc-melt.org now redirects to http://www.gcc-melt.org which looks like a default, and empty, Wordpress installation. I went ahead and applied the patch below. Basile, should we generally remove this reference to GCC MELT? G

Re: [wwwdocs] extensions.html - remove "rogue" MELT page

2018-07-14 Thread Basile Starynkevitch
On 07/15/2018 07:12 AM, Basile Starynkevitch wrote: On 07/14/2018 10:17 PM, Gerald Pfeifer wrote: I noticed that http://gcc-melt.org now redirects to http://www.gcc-melt.org which looks like a default, and empty, Wordpress installation. I went ahead and applied the patch below. Basile, sh

[wwwdocs] Adjust a link to microsoft.com in gcc-4.7/changes.html

2018-07-14 Thread Gerald Pfeifer
Applied. Gerald Index: gcc-4.7/changes.html === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.148 diff -u -r1.148 changes.html --- gcc-4.7/changes.html2 Jun 2018 21:16:17 - 1.148 +++

Re: [PATCH] x86: Tune Skylake, Cannonlake and Icelake as Haswell

2018-07-14 Thread Gerald Pfeifer
On Sat, 14 Jul 2018, H.J. Lu wrote: > Like this? Yes, this looks fine. Thanks! Gerald