[flang-commits] [flang] [flang] Avoid recursion in runtime derived type initialization (PR #102394)
    Peter Klausler via flang-commits 
    flang-commits at lists.llvm.org
       
    Tue Aug 20 12:14:51 PDT 2024
    
    
  
klausler wrote:
I don't think that this is the right approach; it doesn't work well for some cases (like assignment), it doesn't prevent recursion in cases with callbacks to user code (defined assignment, FINAL subroutines), and if it can't remove all recursion, it doesn't solve the problem.
https://github.com/llvm/llvm-project/pull/102394
    
    
More information about the flang-commits
mailing list