[all-commits] [llvm/llvm-project] 178539: [flang] Correct implementation of WAIT with no ID
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jun 16 10:01:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17853928a69b6efe7c3b2db8aba631edd3aa2ed8
https://github.com/llvm/llvm-project/commit/17853928a69b6efe7c3b2db8aba631edd3aa2ed8
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M flang/runtime/io-api.cpp
M flang/runtime/unit.cpp
M flang/runtime/unit.h
Log Message:
-----------
[flang] Correct implementation of WAIT with no ID
Previous one was returning a bogus error status about a bad WAIT
statement ID number.
Differential Revision: https://reviews.llvm.org/D127979
More information about the All-commits
mailing list