We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd48158 commit 83bcb1eCopy full SHA for 83bcb1e
flang/include/flang/Parser/parse-tree.h
@@ -1682,9 +1682,9 @@ using Cosubscript = ScalarIntExpr;
1682
WRAPPER_CLASS(TeamValue, Scalar<common::Indirection<Expr>>);
1683
1684
// R926 image-selector-spec ->
1685
+// NOTIFY = notify-variable |
1686
// STAT = stat-variable | TEAM = team-value |
-// TEAM_NUMBER = scalar-int-expr |
1687
-// NOTIFY = notify-variable
+// TEAM_NUMBER = scalar-int-expr
1688
struct ImageSelectorSpec {
1689
WRAPPER_CLASS(Stat, Scalar<Integer<common::Indirection<Variable>>>);
1690
WRAPPER_CLASS(Team_Number, ScalarIntExpr);
0 commit comments