flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
229 stars 48 forks source link

Clause checks for combined constructs #987

Closed DavidTruby closed 1 year ago

DavidTruby commented 4 years ago

This includes a refactor of the existing combined construct checks that were present, as well as adding the remaining combined constructs that had not been implemented yet.

DavidTruby commented 4 years ago

@ichoyjx Sorry for letting this rot for so long! I've added some more tests including the one you requested, and I've added back the restriction on reduction clauses on taskloop simd (and the relevant test).