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

G. Steinmetz <gs...@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gs...@t-online.de

--- Comment #1 from G. Steinmetz <gs...@t-online.de> ---

Additional test case :

$ cat z1.f90
program p
   integer :: i, n = 2
   !$omp target map(n, n)
   i = n
   !$omp end target
end

Reply via email to