[all-commits] [llvm/llvm-project] c02abb: [flang][runtime] Enforce some limits on kP scale f...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 22 16:51:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c02abb68cd88a9edbc5d4dd83de6f50766fb9ae8
https://github.com/llvm/llvm-project/commit/c02abb68cd88a9edbc5d4dd83de6f50766fb9ae8
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M flang/include/flang/Runtime/iostat.h
M flang/runtime/edit-output.cpp
M flang/runtime/iostat.cpp
Log Message:
-----------
[flang][runtime] Enforce some limits on kP scale factors
Ew.d and Dw.d output edit descriptors should respect limitations from
the standard on the value of a kP scale factor with respect to the
digit count (d), at least for values of k other than zero.
Differential Revision: https://reviews.llvm.org/D124300
More information about the All-commits
mailing list