[all-commits] [llvm/llvm-project] c7f8bc: [flang][parser] Diagnose an invalid space
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jan 27 15:01:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7f8bc0ee8d391e47286adcf6998a217bcfebd32
https://github.com/llvm/llvm-project/commit/c7f8bc0ee8d391e47286adcf6998a217bcfebd32
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M flang/lib/Parser/Fortran-parsers.cpp
A flang/test/Parser/bad-space.f90
Log Message:
-----------
[flang][parser] Diagnose an invalid space
In free form, don't silently skip over an invalid space between
an underscore and a kind parameter.
Differential Revision: https://reviews.llvm.org/D142760
More information about the All-commits
mailing list