File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ static TypeDeclarationStmt makeIterSpecDecl(std::list<ObjectName> &&names) {
157157
158158TYPE_PARSER(construct<OmpAlignment>(scalarIntExpr))
159159
160- TYPE_PARSER(
161- construct<OmpAlignModifier>( "ALIGN"_tok >> parenthesized(scalarIntExpr)))
160+ TYPE_PARSER(construct<OmpAlignModifier>( //
161+ "ALIGN" >> parenthesized(scalarIntExpr)))
162162
163163TYPE_PARSER(construct<OmpAllocatorComplexModifier>(
164164 "ALLOCATOR" >> parenthesized(scalarIntExpr)))
Original file line number Diff line number Diff line change 1- ! REQUIRES: openmp_runtime
21! RUN: %not_todo_cmd %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 -o - %s 2>&1 | FileCheck %s
32
43! CHECK: not yet implemented: OmpAllocateClause ALIGN modifier
54program p
6- use omp_lib
75 integer :: x
86 integer :: a
97 integer :: i
You can’t perform that action at this time.
0 commit comments