[llvm-bugs] [Bug 35181] New: Merge r315464 into the 5.0 branch: Fix PR34916: Crash on mixing taskloop|tasks directives.
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Nov 2 11:26:48 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=35181
Bug ID: 35181
Summary: Merge r315464 into the 5.0 branch: Fix PR34916: Crash
on mixing taskloop|tasks directives.
Product: OpenMP
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: release blocker
Priority: P
Component: Clang Compiler Support
Assignee: unassignedclangbugs at nondot.org
Reporter: hahnjo at hahnjo.de
CC: a.bataev at hotmail.com, llvm-bugs at lists.llvm.org,
tstellar at redhat.com
Blocks: 34492
If both taskloop and task directives are used at the same time in one
program, we may ran into the situation when the particular type for task
directive is reused for taskloop directives. Patch fixes this problem.
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=34492
[Bug 34492] [meta] 5.0.1 Release Blockers
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20171102/79eac8d4/attachment-0001.html>
More information about the llvm-bugs
mailing list