[Bug fortran/92920] [OpenMP] Implicit mapping of character scalars (nonalloc/nonptr) – shall be firstprivate not tofrom

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Dec 13 11:55:00 GMT 2019


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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> ---
INVALID.

Missed a fineprint in the spec (OpenMP 4.5 + 5.0: "1.2.6 Data Terminology"):

"scalar variable
  For C/C++: A scalar variable, as defined by the base language.
  For Fortran: A scalar variable with intrinsic type, as defined by the
               base language, excluding character type."

Hence, the current version is fine.


More information about the Gcc-bugs mailing list