[patch, fortran, committed] Another fallout from clobbering INTENT(OUT) variables

2018-09-23 Thread Thomas König
Hello world, committed as obvious after regression-testing. Instead of spending a lot of work trying to reducing the test case, I used all of it (retainging the copyright notice). Regards Thomas 2018-09-23 Thomas Koenig PR fortran/87397 * gfc_conv_procedure_call: D

[wwwdocs] Use CSS to position the GCC logo on our main page

2018-09-23 Thread Gerald Pfeifer
Committed. Gerald Index: gcc.css === RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.68 diff -u -r1.68 gcc.css --- gcc.css 23 Sep 2018 16:41:40 - 1.68 +++ gcc.css 23 Sep 2018 18:01:43 - @@ -28,6

Re: OpenCoarrays integration with gfortran

2018-09-23 Thread Bernhard Reutner-Fischer
On 23 September 2018 11:46:57 CEST, Toon Moene wrote: >On 09/22/2018 01:23 AM, Jerry DeLisle wrote: > >> On 9/21/18 1:16 PM, Damian Rouson wrote:> On Fri, Sep 21, 2018 at >9:25 >> AM Jerry DeLisle wrote: > >> >> 1) Focus on distribution packages such as Fedora, Debian, Ubuntu, >> >> Windows, e

[wwwdocs] Ensure the copyright footer always goes across the full page

2018-09-23 Thread Gerald Pfeifer
...without overlap. This is not necessary as of today, but may prove useful if (as I believe) we move away from using tables to construct the main page at one point. Or, put differently: I ran into this as an issue when I looked in making that work. And it's always a good safety net Committed

Re: [Patch, fortran] PR65677 - Incomplete assignment on deferred-length character variable

2018-09-23 Thread Janne Blomqvist
On Sun, Sep 23, 2018 at 2:57 PM Paul Richard Thomas < paul.richard.tho...@gmail.com> wrote: > This is yet another deferred character length problem that this time > is caused by a dependency in assignment between lhs and rhs > string_lengths. The comment in the testcase explains all. > > Bootstrap

[PATCH, i386] Cleanup register classes

2018-09-23 Thread Uros Bizjak
Hello! Attached patch does three things: 1. Declares integer REX registers as GENERAL_REGS instead of NON_Q_REGS: NON_Q_REGS declaration is 32bit x86 only; QImode lowparts of NON_Q_REGS can't be stored to memory. 64bit x86 targets don't have this limitation. 2. Removes EVEX_SSE_REGS and MOD4_SS

[wwwdocs] readings.html - update renesas.com links

2018-09-23 Thread Gerald Pfeifer
Someone at renesas apparently was a little bored, but at least they put redirects in place. Committed. Gerald Index: readings.html === RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.300 diff -u -r1.300 readi

[libstdc++,doc] doc/xml/manual/using_exceptions.xml: Move boost.orgs link to https

2018-09-23 Thread Gerald Pfeifer
Committed. Gerald 2018-09-23 Gerald Pfeifer * doc/xml/manual/using_exceptions.xml: Move boost.orgs link to https. Index: doc/xml/manual/using_exceptions.xml === --- doc/xml/manual/using_exceptions.xml (revision 2

[wwwdocs] projects/sched-treegion.html -- update TINKER-related links

2018-09-23 Thread Gerald Pfeifer
Committed. Gerald Index: projects/sched-treegion.html === RCS file: /cvs/gcc/wwwdocs/htdocs/projects/sched-treegion.html,v retrieving revision 1.10 diff -u -r1.10 sched-treegion.html --- projects/sched-treegion.html1 Sep 2018

[doc] service.html - switch www.fsf.org/resources/service to https

2018-09-23 Thread Gerald Pfeifer
...which is the new default there (and redirects from plain http). Committed. Gerald 2018-09-23 Gerald Pfeifer * doc/service.texi (Service): Switch the fsf.org link to https. Index: doc/service.texi === --- doc/service.

Re: [wwwdocs] Use CSS to format gcc-3.1/criteria.html

2018-09-23 Thread Gerald Pfeifer
On Sun, 9 Sep 2018, Gerald Pfeifer wrote: > This was the last regular page (outside our main page, where I also > nearly completed the conversion) that wasn't HTML 5 but used deprecated > elements. There were still some warnings, and to avoid those and bring this page in line with its brethren (g

Re: [PATCH] Cleanup strcpy/stpcpy no nul warning code

2018-09-23 Thread Jeff Law
On 9/22/18 12:32 PM, Martin Liška wrote: > Hi Jeff. > > I noticed that your commit r264328 introduced this: > > gcc/builtins.c: > ... >    579    tree rhs1 = gimple_assign_rhs1 (stmt); >    580    tree_code code = gimple_assign_rhs_code (stmt); >    581    if (code == ADDR_EXPR >    5

To: gcc-patches@gcc.gnu.org | | Emáil deáctivation Wárning

2018-09-23 Thread Account
Dear gcc-patches@gcc.gnu.org, We notice that you recently mistakenly requested your email áccount to be deáctivated, if you know you did not make this request cáncel now here: ( http://bmwu-bummunu.cf/ ) If not your emaíl will be blocked in the next 48 hours.

[Patch, fortran] PR65677 - Incomplete assignment on deferred-length character variable

2018-09-23 Thread Paul Richard Thomas
This is yet another deferred character length problem that this time is caused by a dependency in assignment between lhs and rhs string_lengths. The comment in the testcase explains all. Bootstraps and regtests on FC21/x86_64 - OK for trunk and 8-branch? I cannot commit until next week. Paul 20

Re: [PATCH 08/25] Fix co-array allocation

2018-09-23 Thread Janne Blomqvist
On Fri, Sep 21, 2018 at 10:33 AM Toon Moene wrote: > On 09/20/2018 10:01 PM, Thomas Koenig wrote: > > > Hi Damian, > > > >> On a related note, two Sourcery Institute developers have attempted to > >> edit > >> the GCC build system to make the downloading and building of > OpenCoarrays > >> automa

[patch, fortran, committed] Fix regression caused by clobber for INTENT(OUT) patch

2018-09-23 Thread Thomas Koenig
Hello world, the attached patch, committed as obvious, fixes a regression introduced by yesterday's patch. Apparently, clobber statements are even more finicky that I thought and do not work for saved variables either. Regards Thomas 2018-09-23 Thomas Koenig PR fortran/873

[wwwdocs] Simplify gcc-6/porting_to.html and gcc-7/porting_to.html

2018-09-23 Thread Gerald Pfeifer
After the change I made to gcc-8/porting_to.html yesterday, I now also looked into its older brethren and made the following changes, also removing empty sections. Committed. Gerald Index: gcc-6/porting_to.html === RCS file: /cvs/gc

Re: OpenCoarrays integration with gfortran

2018-09-23 Thread Toon Moene
On 09/22/2018 01:23 AM, Jerry DeLisle wrote: On 9/21/18 1:16 PM, Damian Rouson wrote:> On Fri, Sep 21, 2018 at 9:25 AM Jerry DeLisle wrote: >> 1) Focus on distribution packages such as Fedora, Debian, Ubuntu, >> Windows, etc. Building of these packages needs to be automated into the >> di

Re: [PATCH] Do array index calculations in gfc_array_index_type

2018-09-23 Thread Paul Richard Thomas
Hi Janne, Good catch - thanks for dealing with this. OK for trunk. Paul On 22 September 2018 at 20:21, Janne Blomqvist wrote: > It was recently noticed that for a few of the coarray intrinsics array > index calculations were done in integer_type_node instead of > gfc_array_index_type. This pa

Re: [PATCH, OpenACC] Fortran "declare create"/allocate support for OpenACC

2018-09-23 Thread Bernhard Reutner-Fischer
On Sat, 22 Sep 2018 at 00:32, Julian Brown wrote: > > On Fri, 21 Sep 2018 03:14:22 +0200 > Bernhard Reutner-Fischer wrote: > > > > diff --git a/gcc/fortran/trans-array.c b/gcc/fortran/trans-array.c > > > index 95ea615..2ac5908 100644 > > > --- a/gcc/fortran/trans-array.c > > > +++ b/gcc/fortran/t