We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8232e3 commit 07dfa0aCopy full SHA for 07dfa0a
flang/test/Lower/OpenMP/block_implicit_privatization.f90
@@ -1,7 +1,7 @@
1
-! Fixes a bug when a block variable is marked as implicit private. In such
2
-! case, we can simply ignore privatizing that symbol within the context of the
3
-! currrent OpenMP construct since the "private" allocation for the symbol will
4
-! be emitted within the nested block anyway.
+! When a block variable is marked as implicit private, we can simply ignore
+! privatizing that symbol within the context of the currrent OpenMP construct
+! since the "private" allocation for the symbol will be emitted within the nested
+! block anyway.
5
6
! RUN: %flang_fc1 -emit-hlfir -fopenmp %s -o - | FileCheck %s
7
0 commit comments