[Openmp-commits] [PATCH] D142684: [OpenMP] Fix stack overflow for test bug54082.c

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jan 26 20:45:24 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG544f8c7f3959: [OpenMP] Fix stack overflow for test bug54082.c (authored by tianshilei1992).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142684/new/

https://reviews.llvm.org/D142684

Files:
  openmp/runtime/test/parallel/bug54082.c


Index: openmp/runtime/test/parallel/bug54082.c
===================================================================
--- openmp/runtime/test/parallel/bug54082.c
+++ openmp/runtime/test/parallel/bug54082.c
@@ -6,7 +6,7 @@
 #include <assert.h>
 #include <stdlib.h>
 
-#define N 1024
+#define N 128
 
 int main(int argc, char *argv[]) {
   int errors = 0;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142684.492637.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230127/8e671def/attachment-0001.bin>


More information about the Openmp-commits mailing list