[flang-commits] [flang] [flang] Accept C-style comments in label fields (PR #207012)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Fri Sep 18 12:08:19 PDT 2026
================
@@ -0,0 +1,10 @@
+! Check that -E also enables preprocessing.
+! RUN: %flang_fc1 -cpp -fsyntax-only %s
+! RUN: %flang -E %s 2>&1 | FileCheck %s
+! RUN: %flang -E -nocpp %s 2>&1 | FileCheck %s --check-prefix=NOCPP
----------------
luporl wrote:
`-E` by itself doesn't enable preprocessing anymore, so this test was removed.
https://github.com/llvm/llvm-project/pull/207012
More information about the flang-commits
mailing list