[Openmp-commits] [PATCH] D41542: [OMPT] Add missing initialization in nested_lwt.c test case
Paul Osmialowski via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Dec 22 11:25:03 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL321379: [OMPT] Add missing initialization in nested_lwt.c test case (authored by pawosm01, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41542?vs=128013&id=128043#toc
Repository:
rL LLVM
https://reviews.llvm.org/D41542
Files:
openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c
Index: openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c
===================================================================
--- openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c
+++ openmp/trunk/runtime/test/ompt/parallel/nested_lwt.c
@@ -9,7 +9,7 @@
int main()
{
omp_set_nested(1);
- int condition;
+ int condition = 0;
#pragma omp parallel num_threads(4)
{
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41542.128043.patch
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20171222/65537e8d/attachment.bin>
More information about the Openmp-commits
mailing list