[PATCH] PR fortran/100274 - [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131

2021-04-27 Thread Harald Anlauf via Fortran
Dear Fortranners, Gerhard found a case where the mismatch of actual and formal argument lead to an ICE instead of the relevant warning. Furthermore, the special case of character argument avoided the check that the actual argument must be definable if the formal one is INTENT-OUT or -INOUT. The

[Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause

2021-04-27 Thread Tobias Burnus
OpenMP 5's iterator can be used for - depend clause - affinity clause - mapping (unsupported and not touched) (a) This patch add the iterator support to the Fortran FE and adds support for it to the depend clause. (b) It also adds a conforming stub implementation (parse & ignore in ME) for 'af

Re: [wwwdocs, patch] gcc-12/changes.html: OpenMP (depobj/mutexinoutset for depend), OpenACC (-Wopenacc-parallelism)

2021-04-27 Thread Gerald Pfeifer
On Tue, 27 Apr 2021, Tobias Burnus wrote: > Thanks for the suggestions. You're always welcome! > PS: When looking at https://gcc.gnu.org/mirrors.html, I wondered whether > 3 of 5 http mirrors links could move to https and given the trend that > FTP is phased out (on the server side and in the web

Re: [wwwdocs, patch] gcc-12/changes.html: OpenMP (depobj/mutexinoutset for depend), OpenACC (-Wopenacc-parallelism)

2021-04-27 Thread Tobias Burnus
Hi Gerald, hi all, On 26.04.21 21:04, Gerald Pfeifer wrote: On Mon, 26 Apr 2021, Tobias Burnus wrote: I think for OpenMP, the sentence will be modified several times before the release :-) Can I take this as a promise? :-) Given that Stage1 has just begun and several patches are either waiti