[flang-commits] [flang] [flang] fix private pointers and default initialized variables (PR #118494)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Tue Dec 3 07:49:32 PST 2024
================
@@ -0,0 +1,27 @@
+! Test delayed privatization for derived types with default initialization.
+
+! RUN: %flang_fc1 -emit-hlfir -fopenmp -mmlir --openmp-enable-delayed-privatization \
+! RUN: -o - %s 2>&1 | FileCheck %s
+! RUN: bbc -emit-hlfir -fopenmp --openmp-enable-delayed-privatization -o - %s 2>&1 |\
----------------
eugeneepshteyn wrote:
For my education, what does `bbc` tool do?
https://github.com/llvm/llvm-project/pull/118494
More information about the flang-commits
mailing list