[Bug fortran/83064] [8 Regression] DO CONCURRENT inconsistent results
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Apr 8 18:12:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83064
--- Comment #22 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
It isn't just about compiler generated temporaries, you could e.g. have a BLOCK
construct inside of DO CONCURRENT and local variables in there, those also need
to be private, or automatic variables in functions you inline.
More information about the Gcc-bugs
mailing list