[all-commits] [llvm/llvm-project] 5e5215: [flang] IO condition specfier control flow

vdonaldson via All-commits all-commits at lists.llvm.org
Fri Mar 31 16:40:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e521580e60a6bf5bf62c19b2028f9f390c5e4a6
      https://github.com/llvm/llvm-project/commit/5e521580e60a6bf5bf62c19b2028f9f390c5e4a6
  Author: V Donaldson <vdonaldson at nvidia.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp
    M flang/test/Lower/io-statement-2.f90

  Log Message:
  -----------
  [flang] IO condition specfier control flow

Execution of a statement such as

read(internal,*,err=666,iostat=stat) k

that terminates with an END or EOR condition must not take the ERR branch.




More information about the All-commits mailing list