[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
Mon Jan 6 03:24:39 PST 2025
================
@@ -157,8 +157,8 @@ static TypeDeclarationStmt makeIterSpecDecl(std::list<ObjectName> &&names) {
TYPE_PARSER(construct<OmpAlignment>(scalarIntExpr))
-TYPE_PARSER(construct<OmpAlignModifier>( //
- "ALIGN" >> parenthesized(scalarIntExpr)))
----------------
Leporacanthicus wrote:
Yeah, I kinda realized that when I saw it in the review. I'll undo that.
https://github.com/llvm/llvm-project/pull/121356
More information about the flang-commits
mailing list