[flang-commits] [flang] [Flang][OpenMP] Add semantic support for Loop Sequences and OpenMP loop fuse (PR #161213)

Ferran Toda via flang-commits flang-commits at lists.llvm.org
Mon Oct 20 07:56:39 PDT 2025


================
@@ -0,0 +1,11 @@
+! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
+
+! CHECK: error: expected end of line
----------------
NouTimbaler wrote:

I cannot add a more specific error message without adding a new parser or modifying the current one. At the moment it tries to parse all the clauses until it fails and then it expects an end of a line, the reason for this message.

https://github.com/llvm/llvm-project/pull/161213


More information about the flang-commits mailing list