[all-commits] [llvm/llvm-project] 7c55dd: [flang] Accept multiple spaces after compiler dire...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jan 2 09:15:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c55dd8de64823deb71bbeff8543e31ab6264cd9
https://github.com/llvm/llvm-project/commit/7c55dd8de64823deb71bbeff8543e31ab6264cd9
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M flang/lib/Parser/prescan.cpp
M flang/test/Parser/compiler-directives.f90
Log Message:
-----------
[flang] Accept multiple spaces after compiler directive sentinel (#76541)
The prescanner allows multiple spaces within a compiler directive, but
not between the directive's sentinel (e.g., !DIR$) and the directive's
first token.
Fixes https://github.com/llvm/llvm-project/issues/76537.
More information about the All-commits
mailing list