[all-commits] [llvm/llvm-project] f9c331: [OPENMP]Fix PR49366: crash on VLAs in task untied ...
Andrew V. Tischenko via All-commits
all-commits at lists.llvm.org
Mon Feb 21 12:30:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9c3310d32c62b28c10084a0104563aeeecc06ec
https://github.com/llvm/llvm-project/commit/f9c3310d32c62b28c10084a0104563aeeecc06ec
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2022-02-21 (Mon, 21 Feb 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/SemaType.cpp
M clang/test/OpenMP/task_messages.cpp
M clang/test/OpenMP/taskloop_loop_messages.cpp
Log Message:
-----------
[OPENMP]Fix PR49366: crash on VLAs in task untied regions.
We need to capture the local variables into a record in task untied
regions but clang does not support record with VLA data members.
Differential Revision: https://reviews.llvm.org/D99436
More information about the All-commits
mailing list