[Bug fortran/83064] [8 Regression] DO CONCURRENT inconsistent results
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 8 15:11:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83064
--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #15)
> Do I understand correctly that creating all compiler-generated
> temporary variables inside a block in DO CONCURRENT would solve the
> problem?
>
> If so, it might be doable.
If those temporaries aren't needed across iterations and different iterations
shouldn't share the same temporary, then sure, put the temporaries into a BLOCK
inside of the DO CONCURRENT.
More information about the Gcc-bugs
mailing list