The OpenMP 5.0 standard restricts nowait clause to appear only once on sections
directive.
See OpenMP 5.0
- 2.8.1
- point 3 in restrictions.
Added a test with fix.
Differential D88556
[Flang][OpenMP] Fix issue in only a single nowait clause can appear on a sections directive. sameeranjoshi on Sep 30 2020, 4:51 AM. Authored by
Details The OpenMP 5.0 standard restricts nowait clause to appear only once on sections
Added a test with fix.
Diff Detail Event Timeline
|
This should probably be done with TableGen but we can check that in another revision