[all-commits] [llvm/llvm-project] 544f8c: [OpenMP] Fix stack overflow for test bug54082.c

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Jan 26 20:45:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 544f8c7f3959f21fa7d85768c3bbb5402bf15ea6
      https://github.com/llvm/llvm-project/commit/544f8c7f3959f21fa7d85768c3bbb5402bf15ea6
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M openmp/runtime/test/parallel/bug54082.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list