[Bug fortran/77636] OpenMP SIMD rejects an array in ALIGNED clause list

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 19 08:09:00 GMT 2016


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |INVALID

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC doesn't implement OpenMP 4.5 for Fortran yet, only C/C++ so far (WIP for
Fortran is on a branch).  And OpenMP 4.0 says on page 71, lines 14-15:
"The type of list items appearing in the aligned clause must be C_PTR or Cray
pointer, or the list item must have the POINTER or ALLOCATABLE attribute."


More information about the Gcc-bugs mailing list