[Bug middle-end/99928] [OpenMP] reduction variable in combined target construct wrongly mapped as firstprivate

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu May 13 19:39:03 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99928

--- Comment #7 from Tobias Burnus <burnus at gcc dot gnu.org> ---
Created attachment 50810
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50810&action=edit
Fortran version of the  C testcases (see comment 7 for notes)

Fortran conversion of the C/C++ testcases of comment 7 /
r12-773-gd80aeff0bf2f455e9099def756f612bfbcd2cb0d

Currently fails to compile due to those issues:
* 'taskloop' not yet implemented
* 'loop' not yet implemented
* 'parallel master' not supported
* 'reduction(+:r00[1:2])' not supported (also not with '[...]' replaced by
'(...)')


More information about the Gcc-bugs mailing list