[all-commits] [llvm/llvm-project] 5244bb: Modify an IO format error message
vdonaldson via All-commits
all-commits at lists.llvm.org
Tue Jan 4 12:19:56 PST 2022
Branch: refs/heads/vkd1
Home: https://github.com/llvm/llvm-project
Commit: 5244bb18abbf70d2f4475fa8facb34d4d8af0d32
https://github.com/llvm/llvm-project/commit/5244bb18abbf70d2f4475fa8facb34d4d8af0d32
Author: V Donaldson <vdonaldson at nvidia.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M flang/include/flang/Common/format.h
M flang/test/Semantics/io07.f90
M flang/test/Semantics/io08.f90
Log Message:
-----------
Modify an IO format error message
F18 constraint C1308 is:
For the G edit descriptor, e shall not be specified if w is zero.
For an edit descriptor such as 'G0.2E4', change the error message from:
error: Unexpected 'e' in 'G0' edit descriptor
To:
error: A 'G0' edit descriptor must not have an 'e' value
More information about the All-commits
mailing list