[PATCH] D99436: [OPENMP]Fix PR49366: crash on VLAs in task untied regions.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 26 12:51:33 PDT 2021


ABataev created this revision.
ABataev added a reviewer: jdoerfert.
Herald added subscribers: guansong, yaxunl.
ABataev requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: clang.

We need to capture the local variables into a record in task untied
regions but clang does not support record with VLA data members.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99436

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaOpenMP.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/OpenMP/task_messages.cpp
  clang/test/OpenMP/taskloop_loop_messages.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99436.333610.patch
Type: text/x-patch
Size: 5442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210326/52029aad/attachment.bin>


More information about the cfe-commits mailing list