You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/flang/Error/errmsg-in.n
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1510,13 +1510,16 @@ A DO CONCURRENT or FORALL construct or statement may not specify an index name m
1510
1510
.MSS1061"The definition of function return type of $ does not match its declaration type"
1511
1511
.MSS1062"LOCAL_INIT variable does not have an outside variable of the same name - $"
1512
1512
A DO CONCURRENT variable with LOCAL_INIT locality must have a host variable of the same name.
1513
-
.MSS1200"OpenMP GPU - [$] is used, it is not implemented yet."
1513
+
Starting from 1100, Reserved for OpenMP GPU
1514
+
.MSS1198"OpenMP GPU - The feature is not implemented yet for the target device"
1515
+
.MSW1199"OpenMP GPU - \"$\" is ignored for the target device"
1516
+
.MSS1200"OpenMP GPU - \"$\" is used, it is not implemented yet"
1514
1517
.MSS1201"OpenMP GPU - [$] is used with [$], this usage is not implemented yet."
1515
1518
.MSS1202"OpenMP GPU - [$] is used independently than [$], this usage is not implemented yet."
1516
1519
.MSS1203"OpenMP GPU - Directive target exit data is used, map type [$] cannot be used. It should be one of 'from', 'release', or 'delete'"
1517
1520
.MSS1204"OpenMP GPU - Directive target data is used, map type [$] cannot be used. It should be one of 'to', 'from', 'tofrom', 'alloc', 'release', or 'delete'"
1518
1521
.MSS1205"OpenMP GPU - Directive target enter data is used, map type [$] cannot be used. It should be one of 'to', or 'alloc'"
1519
-
.MSW1206"OpenMP GPU - Using [map] clause is used with an array section for $ array is not supported, mapping will be done on entire array."
1522
+
.MSW1206"OpenMP GPU - Array sections in \"map\" clause is not implemented yet, the entire array will be mapped"
1520
1523
.MSS1207"ERROR STOP stop-code requires either a character or integer expression."
1521
1524
.MSS1208"QUIET requires a logical expression."
1522
1525
.MSS1209"ERROR STOP stop-code integer expression must be an integer of default kind."
0 commit comments