https://bugs.llvm.org/show_bug.cgi?id=42621
Bug ID: 42621
Summary: Fix addr spaces for blocks
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: OpenCL
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Add diagnostic for addr space of block pointee type:
int (^__global block4)(void) = ^{ return 0; }; // should be an error
The implementation of blocks should also be altered - prevent using addr space
QualType in BlockPointerType. See discussion on:
https://reviews.llvm.org/D64083
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs