https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103001
Bug ID: 103001
Summary: missing simplify of (CAF) get_team
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: aldot at gcc dot gnu.org
Target Milestone: ---
As noted here:
https://gcc.gnu.org/pipermail/fortran/2021-October/056793.html
---8<---
- delete unused gfc_simplify_get_team or wire it up in intrinsics,
get_team handling (instead of the NULL..)
Anyone who does coarrays might want to fill in the missing get_team()
simplify and add an appropriate test.
---8<---
E.g. omp team is named properly.
It would have been nice if caf would have used a _caf part for it's functions
internally throughout too.