Commit 1639161
[OpenMP] Fix stack overflow for test bug54082.c
When `N` is 1024, `int result[N][N]` is obviously large stack that Windows cannot support...
Fix #60326.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D142684
(cherry picked from commit 544f8c7)1 parent 069b294 commit 1639161
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments