[flang-commits] [flang] [flang] fix private pointers and default initialized variables (PR #118494)
via flang-commits
flang-commits at lists.llvm.org
Wed Dec 4 07:05:46 PST 2024
================
@@ -0,0 +1,52 @@
+! Test default initialization of DO CONCURRENT LOCAL() entities.
+! RUN: bbc -emit-hlfir -I nowhere -o - %s | FileCheck %s
----------------
jeanPerier wrote:
With bbc it hides the intrinsic modules, which prevents generation of runtime type info globals for derived type, making the test faster to run and a lot easier to debug if needed.
https://github.com/llvm/llvm-project/pull/118494
More information about the flang-commits
mailing list