On Fri, 30 Nov 2018 21:48:20 +0100
Thomas Schwinge <tho...@codesourcery.com> wrote:

> Hi!
> 
> commit 3e3de40a5ab21d72f08071a7a40120dd05608cc1
> Author: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
> Date:   Fri Nov 30 20:39:18 2018 +0000
> 
>     Clean up Fortran OpenACC wait clause handling
>     
>     "wait" can be deduced from "wait_list".
>     
>             gcc/fortran/
>             * gfortran.h (struct gfc_omp_clauses): Remove "wait".
> Adjust all users.

This appears to conflict with Chung-Lin's uncommitted patch ("Properly
handle wait clause with no arguments"):

https://gcc.gnu.org/ml/gcc-patches/2018-08/msg01973.html

I'm not sure if such waits have a "wait_list" or not -- I guess not
though? If so this patch might need to be reverted.

Thanks,

Julian

Reply via email to