[all-commits] [llvm/llvm-project] a957ce: [flang] Handle substring in data statement constan...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Dec 17 12:11:11 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a957cedea9657addbe8b860852cc98306aa437e7
https://github.com/llvm/llvm-project/commit/a957cedea9657addbe8b860852cc98306aa437e7
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Parser/Fortran-parsers.cpp
M flang/lib/Parser/expr-parsers.cpp
M flang/lib/Parser/type-parsers.h
A flang/test/Parser/lit-substr-data.f90
Log Message:
-----------
[flang] Handle substring in data statement constant (#120130)
The case of a constant substring wasn't handled in the parser for data
statement constants.
Fixes https://github.com/llvm/llvm-project/issues/119005.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list