[llvm-bugs] [Bug 35848] New: Merge r321964 into the 6.0 branch: Correct types of pointers to doacross_num_done
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jan 7 09:05:05 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=35848
Bug ID: 35848
Summary: Merge r321964 into the 6.0 branch: Correct types of
pointers to doacross_num_done
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: ASSIGNED
Severity: release blocker
Priority: P
Component: Runtime Library
Assignee: andrey.churbanov at intel.com
Reporter: hahnjo at hahnjo.de
CC: hans at chromium.org, llvm-bugs at lists.llvm.org
This field is defined as kmp_int32, so we should use neither
pointers to kmp_int64 nor 64 bit atomic instructions.
(Found while testing on a Raspberry Pi, 32 bit ARM)
Andrey, Hans, is this ok to merge?
--
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/20180107/cce56899/attachment-0001.html>
More information about the llvm-bugs
mailing list