[flang-commits] [flang] [Flang] Implement RENAME intrinsic (code-gen + runtime entry point) (PR #98359)
    Michael Klemm via flang-commits 
    flang-commits at lists.llvm.org
       
    Thu Jul 11 09:42:53 PDT 2024
    
    
  
================
@@ -2610,7 +2620,7 @@ bool IntrinsicProcTable::Implementation::IsDualIntrinsic(
     const std::string &name) const {
   // Collection for some intrinsics with function and subroutine form,
   // in order to pass the semantic check.
-  static const std::string dualIntrinsic[]{{"etime"}, {"getcwd"}};
+  static const std::string dualIntrinsic[]{{"etime"}, {"getcwd"}, {"rename"}};
----------------
mjklemm wrote:
Done.
https://github.com/llvm/llvm-project/pull/98359
    
    
More information about the flang-commits
mailing list