[all-commits] [llvm/llvm-project] 8e93ac: Revert "[flang] Recognize compiler directives afte...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Feb 11 10:32:30 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e93ac7f1a0db97965c859ab8a92e828d1a8693e
https://github.com/llvm/llvm-project/commit/8e93ac7f1a0db97965c859ab8a92e828d1a8693e
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M flang/include/flang/Parser/preprocessor.h
M flang/lib/Parser/preprocessor.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
R flang/test/Preprocessing/bug178481.F90
Log Message:
-----------
Revert "[flang] Recognize compiler directives after expansion in comm… (#180982)
…ent (#180062)"
This reverts commit 0d64801bc3b99a73d20032f74df3b87e0a7ed04e.
Lines like "!MACRO ... &" in which MACRO expands to a compiler directive
are now failing because they are not being recognized as having line
continuations. Will fix and try again.
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