[flang-commits] [flang] [Flang]Fix Free-Form Token Separation: Add error for identifiers without required separator (PR #175726)
Urvi Rav via flang-commits
flang-commits at lists.llvm.org
Tue Jan 20 22:19:06 PST 2026
================
@@ -0,0 +1,31 @@
+! RUN: not %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s
+
+! CHECK: error: Unexpected syntax while parsing the statement-function statement
----------------
ravurvi20 wrote:
I'll reframe the error message.
https://github.com/llvm/llvm-project/pull/175726
More information about the flang-commits
mailing list