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

Jean-Didier PAILLEUX via flang-commits flang-commits at lists.llvm.org
Tue Nov 4 05:52:37 PST 2025


================
@@ -0,0 +1,25 @@
+! RUN: %flang_fc1 -emit-hlfir -fcoarray %s -o - | FileCheck %s --check-prefixes=COARRAY
+! RUN2: not %flang_fc1 -emit-hlfir %s -o - | FileCheck %s --check-prefixes=NOCOARRAY
+
+program test_sync_team
+  use, intrinsic :: iso_fortran_env, only: team_type
+  implicit none
+  ! NOCOARRAY: Coarrays disabled, use '-fcoarray' to enable.
----------------
JDPailleux wrote:

Sorry, that's not the message I meant to print.

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


More information about the flang-commits mailing list