[Openmp-commits] [PATCH] D13661: [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Mon Oct 12 10:03:04 PDT 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL250066: [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c (authored by jlpeyton).
Changed prior to commit:
http://reviews.llvm.org/D13661?vs=37126&id=37130#toc
Repository:
rL LLVM
http://reviews.llvm.org/D13661
Files:
openmp/trunk/runtime/test/tasking/omp_task_final.c
Index: openmp/trunk/runtime/test/tasking/omp_task_final.c
===================================================================
--- openmp/trunk/runtime/test/tasking/omp_task_final.c
+++ openmp/trunk/runtime/test/tasking/omp_task_final.c
@@ -9,7 +9,7 @@
int tids[NUM_TASKS];
int includedtids[NUM_TASKS];
int i;
- int error;
+ int error = 0;
#pragma omp parallel
{
#pragma omp single
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13661.37130.patch
Type: text/x-patch
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151012/ada7e426/attachment.bin>
More information about the Openmp-commits
mailing list