[flang-commits] [flang] [flang] Adding lowering of TEAMs features to PRIF in MIF Dialect (PR #165573)

Dan Bonachea via flang-commits flang-commits at lists.llvm.org
Thu Oct 30 21:57:59 PDT 2025


================
@@ -0,0 +1,28 @@
+! RUN: %flang_fc1 -emit-hlfir -fcoarray %s -o - | FileCheck %s --check-prefixes=COARRAY
+! RUN: not %flang_fc1 -emit-hlfir %s 2>&1 | FileCheck %s --check-prefixes=NOCOARRAY
+
+program test_form_team
----------------
bonachea wrote:

Typo fix
```suggestion
program test_get_team
```

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


More information about the flang-commits mailing list