[all-commits] [llvm/llvm-project] e847b3: [flang] runtime error on inappropriate OPEN(UNIT=e...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Jan 18 14:54:44 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e847b30369adffd5e90401918eb9efbd82b28607
      https://github.com/llvm/llvm-project/commit/e847b30369adffd5e90401918eb9efbd82b28607
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M flang/runtime/io-api.cpp

  Log Message:
  -----------
  [flang] runtime error on inappropriate OPEN(UNIT=extant,RECL=n)

Don't let a program set a fixed RECL= on a connected unit unless
it already had one with the same value.

Differential Revision: https://reviews.llvm.org/D117595




More information about the All-commits mailing list