[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
Wed Jan 21 00:06:53 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:
@eugeneepshteyn I have changed the error message.
https://github.com/llvm/llvm-project/pull/175726
More information about the flang-commits
mailing list