This patch enhances parser support for flush construct to OpenMP 5.0 by including memory-order-clause.
2.17.8 flush Construct
!$omp flush [memory-order-clause] [(list)]
where memory-order-clause is acq_rel release acquire
The patch includes code changes and testcase modifications.