[all-commits] [llvm/llvm-project] ade9d1: [flang][runtime] Remove bad runtime assertion (#13...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Apr 4 08:43:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ade9d1f8101256398a2b664eba5aac18c6a3bfce
      https://github.com/llvm/llvm-project/commit/ade9d1f8101256398a2b664eba5aac18c6a3bfce
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-04-04 (Fri, 04 Apr 2025)

  Changed paths:
    M flang-rt/lib/runtime/descriptor-io.h

  Log Message:
  -----------
  [flang][runtime] Remove bad runtime assertion (#134176)

The RUNTIME_CHECK in question doesn't allow for the possibility that an
allocatable or pointer component could be processed by defined I/O.
Remove it in favor of a dynamic allocation check.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list