On Tue, 7 Jan 2020 11:21:38 +0100
Tobias Burnus <tob...@codesourcery.com> wrote:

> Hi Julian,
> 
> please hold back the commit.
> 
> Actually, it does not seem to work if one modifies the test
> case a bit. The following code compiles – but I think it
> should not:
> 
> type one
>    integer i, j
> end type
> type two
>    type(one)  A, B
> end type
> 
> type(two) x
> !$acc enter data copyin(x%A, x%A%i)
> !$acc enter data copyin(x%A, x%A%i, x%A%i)
> end
> 
> At least the last line has x%A%i twice but it is accepted.

This bit is fixed by:

  https://gcc.gnu.org/ml/gcc-patches/2020-01/msg00512.html

OK again if that one goes in?

Thanks,

Julian

Reply via email to