[flang][openacc] Fix unparsing of combined construct (bug 47659)
authorValentin Clement <clementval@gmail.com>
Thu, 1 Oct 2020 14:34:50 +0000 (10:34 -0400)
committerclementval <clementval@gmail.com>
Thu, 1 Oct 2020 14:35:06 +0000 (10:35 -0400)
commit91b49fc2571c3d0ac33d447629cfb7789a7fde0d
tree4c0e1ae4903bf72b0f72f3a708aebcf03187b283
parente20f4592297ba44644a8ec75b9d182a903cc0df3
[flang][openacc] Fix unparsing of combined construct (bug 47659)

This patch fixes the bug report in https://bugs.llvm.org/show_bug.cgi?id=47659

Reviewed By: sameeranjoshi

Differential Revision: https://reviews.llvm.org/D88597
flang/lib/Parser/unparse.cpp
flang/test/Parser/acc-unparse.f90 [new file with mode: 0644]