[flang-commits] [flang] [llvm] [FLANG][OpenMP]Add frontend support for ASSUME and ASSUMES (PR #120770)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Feb 3 05:16:25 PST 2025


================
@@ -0,0 +1,59 @@
+! RUN: %flang_fc1  -fopenmp-version=51 -fopenmp -fdebug-unparse-no-sema %s 2>&1 | FileCheck %s
+!!! RUN: %flang_fc1  -fopenmp-version=51 -fopenmp -fdebug-dump-parse-tree-no-sema %s 2>&1 | FileCheck %s --check-prefix="PARSE-TREE"
----------------
kiranchandramohan wrote:

Nit: Is this commented? Removing the extra `!` looks OK now.

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


More information about the flang-commits mailing list