[flang-commits] [PATCH] D148833: [flang] Relax two !DIR$ IGNORE_TKR error cases with descriptor arguments

Razvan Lupusoru via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Apr 20 13:05:35 PDT 2023


razvanlupusoru added inline comments.


================
Comment at: flang/lib/Semantics/check-declarations.cpp:739
+            messages_.Say(
+                "!DIR$ IGNORE_TKR(R) is not meaningful for an assumed-rank array"_warn_en_US);
+          } else if (inExplicitInterface) {
----------------
razvanlupusoru wrote:
> The test below is not checking for this error - but for the other error.
Never mind. I missed it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148833/new/

https://reviews.llvm.org/D148833



More information about the flang-commits mailing list