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
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
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
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