[all-commits] [llvm/llvm-project] 88d4b8: [flang] Allow user to recover from bad edit descri...
jeanPerier via All-commits
all-commits at lists.llvm.org
Thu Mar 31 01:58:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88d4b85f596450746a1f65a076732434df6df6f6
https://github.com/llvm/llvm-project/commit/88d4b85f596450746a1f65a076732434df6df6f6
Author: Jean Perier <jperier at nvidia.com>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M flang/runtime/edit-output.cpp
Log Message:
-----------
[flang] Allow user to recover from bad edit descriptor with INTEGER
Runtime was crashing when an INTEGER passed in formatted output with
a bad edit descriptor even when the user did provide IOSTAT. Flang
is already signaling an error when facing similar error with other
types. Do the same with INTEGERs.
The input case is already signaling an error in the related input error
case.
Differential Revision: https://reviews.llvm.org/D122749
More information about the All-commits
mailing list