[flang-commits] [flang] [Flang][OpenMP]Add tests for align and allocator in allocate clauses (PR #121356)

Mats Petersson via flang-commits flang-commits at lists.llvm.org
Fri Jan 3 10:53:20 PST 2025


Leporacanthicus wrote:

> What about a parse tree / unparse tests?

There are existing tests that covers the same clause in `lang/test/Parser/OpenMP/allocators-unparse.f90` - it isn't a parallel construct, but it shouldn't make any difference to the parser/unparse side. Despite being called `unparse`, it also covers the parse-tree too. 

https://github.com/llvm/llvm-project/pull/121356


More information about the flang-commits mailing list