[Bug fortran/115577] [OpenMP] COMMON names rejected in MAP clauses

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jul 29 09:59:14 GMT 2024


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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> ---
>From the other issue, now fixed:

(B) Issues found when writing a testcase:

* COMMON blocks: Using map(a,b,c) instead of map(/mycommon/) fails with:
     error: undefined symbol: mycommon_
  TESTCASE: attachment 58478


ISSUE (A) is (→ comment 0):

   10 |    !$omp target enter data map(/mycommon/)
      |                                1
Error: Syntax error in OpenMP variable list at (1)


More information about the Gcc-bugs mailing list