[all-commits] [llvm/llvm-project] 1a3ac5: [flang][runtime] Fix handling of output FORMAT('x'...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Jun 15 14:28:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a3ac586670df10a48b1adece9624589788cb21b
https://github.com/llvm/llvm-project/commit/1a3ac586670df10a48b1adece9624589788cb21b
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M flang/runtime/format-implementation.h
Log Message:
-----------
[flang][runtime] Fix handling of output FORMAT('x' 'y')
I'm emitting "x'y" because the space-separated apostrophes are
misinterpreted as being adjacent repeated quotation marks.
Fix to ensure no space skipping is applied when checking for
repeated quotation marks.
Differential Revision: https://reviews.llvm.org/D127792
More information about the All-commits
mailing list