On Mon, Aug 23, 2021 at 02:14:46PM +0200, Tobias Burnus wrote:
> --- a/gcc/fortran/gfortran.h
> +++ b/gcc/fortran/gfortran.h
> @@ -1490,7 +1490,7 @@ typedef struct gfc_omp_clauses
>    unsigned inbranch:1, notinbranch:1, nogroup:1;
>    unsigned sched_simd:1, sched_monotonic:1, sched_nonmonotonic:1;
>    unsigned simd:1, threads:1, depend_source:1, destroy:1, order_concurrent:1;
> -  unsigned capture:1;
> +  unsigned capture:1, grainsize_strict, num_tasks_strict;

Missing :1 twice.

Otherwise LGTM, though maybe it would be better to commit separately the
change to handle duplicated clauses and the grainsize/num_tasks strict:
modifier addition.

        Jakub

Reply via email to