[all-commits] [llvm/llvm-project] fbb020: [flang] Extension: allow tabs in output format str...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Oct 22 15:56:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbb020fb48be454da35c77798dc63fd3304c0b80
https://github.com/llvm/llvm-project/commit/fbb020fb48be454da35c77798dc63fd3304c0b80
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M flang/docs/Extensions.md
M flang/runtime/format-implementation.h
Log Message:
-----------
[flang] Extension: allow tabs in output format strings
A CHARACTER variable used as an output format may contain
unquoted tab characters, which are treated as if they had
been quoted. This is an extension supported by all other
Fortran compilers to which I have access.
Differential Revision: https://reviews.llvm.org/D112350
More information about the All-commits
mailing list