[flang-commits] [flang] [flang] Implement CHDIR intrinsic (PR #124280)

via flang-commits flang-commits at lists.llvm.org
Fri Jan 24 08:49:16 PST 2025


================
@@ -1403,6 +1403,11 @@ static const IntrinsicInterface intrinsicSubroutine[]{
             {"stat", AnyInt, Rank::scalar, Optionality::optional,
                 common::Intent::Out}},
         {}, Rank::elemental, IntrinsicClass::atomicSubroutine},
+    {"chdir",
+        {{"dir", AnyChar, Rank::anyOrAssumedRank},
----------------
jeanPerier wrote:

Please use the  "NAME" and "STATUS" GCC documentation names as these are the names that may be printed in user error message, so they should relate to the specifications.

https://github.com/llvm/llvm-project/pull/124280


More information about the flang-commits mailing list