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

Michael Kruse via flang-commits flang-commits at lists.llvm.org
Fri Oct 17 07:49:27 PDT 2025


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

Consider making the error message be more specific?

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


More information about the flang-commits mailing list