[Openmp-commits] [PATCH] D13661: [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c

Alexey Bataev via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 12 09:25:59 PDT 2015


ABataev created this revision.
ABataev added reviewers: Hahnfeld, jlpeyton.
ABataev added a subscriber: openmp-commits.

http://reviews.llvm.org/D13661

Files:
  runtime/test/tasking/omp_task_final.c

Index: runtime/test/tasking/omp_task_final.c
===================================================================
--- runtime/test/tasking/omp_task_final.c
+++ 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.37126.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151012/a139d59b/attachment.bin>


More information about the Openmp-commits mailing list