[flang] Semantics limits on kP scale factors
authorV Donaldson <vdonaldson@nvidia.com>
Wed, 20 Apr 2022 18:42:44 +0000 (11:42 -0700)
committerV Donaldson <vdonaldson@nvidia.com>
Wed, 20 Apr 2022 21:43:21 +0000 (14:43 -0700)
commit7d61a8419b49baed933421af70007d83633e8f30
tree7fe56328f07587cd3b88d2b010dd18842b9cdb63
parent16c93aaa4a955676fe05f876bd036719a1b14b2d
[flang] Semantics limits on kP scale factors

When known at compile time, 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.
flang/include/flang/Common/format.h
flang/test/Semantics/io08.f90