File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ function func() result(i)
1515contains
1616 function func1 () result(i)
1717 ! $omp declare target enter(func1) indirect(.true.)
18- ! CHECK: | | | | | OmpDeclareTargetSpecifier -> OmpDeclareTargetWithClause -> OmpClauseList -> OmpClause -> Enter -> OmpObjectList -> OmpObject -> Designator -> DataRef -> Name = 'func1'
18+ ! CHECK: | | | | | OmpDeclareTargetSpecifier -> OmpDeclareTargetWithClause -> OmpClauseList -> OmpClause -> Enter -> OmpEnterClause
19+ ! CHECK-NEXT: | | | | | | OmpObjectList -> OmpObject -> Designator -> DataRef -> Name = 'func1'
1920 ! CHECK-NEXT: | | | | | OmpClause -> Indirect -> OmpIndirectClause -> Scalar -> Logical -> Expr = '.true._4'
2021 ! CHECK-NEXT: | | | | | | LiteralConstant -> LogicalLiteralConstant
2122 ! CHECK-NEXT: | | | | | | | bool = 'true'
@@ -26,7 +27,8 @@ function func1() result(i)
2627
2728 function func2 () result(i)
2829 ! $omp declare target enter(func2) indirect
29- ! CHECK: | | | | | OmpDeclareTargetSpecifier -> OmpDeclareTargetWithClause -> OmpClauseList -> OmpClause -> Enter -> OmpObjectList -> OmpObject -> Designator -> DataRef -> Name = 'func2'
30+ ! CHECK: | | | | | OmpDeclareTargetSpecifier -> OmpDeclareTargetWithClause -> OmpClauseList -> OmpClause -> Enter -> OmpEnterClause
31+ ! CHECK-NEXT: | | | | | | OmpObjectList -> OmpObject -> Designator -> DataRef -> Name = 'func2'
3032 ! CHECK-NEXT: | | | | | OmpClause -> Indirect -> OmpIndirectClause ->
3133 character (1 ) :: i
3234 i = ' b'
You can’t perform that action at this time.
0 commit comments