https://bugs.llvm.org/show_bug.cgi?id=33420
Bug ID: 33420
Summary: Missing double AS qualifiers with private
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: OpenCL
Assignee: unassignedclangb...@nondot.org
Reporter: anastasia.stul...@arm.com
CC: llvm-bugs@lists.llvm.org
The following code contains multiple AS qualifiers which are not diagnosed:
local private int lip1;
local private int* lip2;
Note if we change private to any other (i.e. global) the following error occurs
correctly:
test.cl:2:1: error: multiple address spaces specified for type
local global int lip1;
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs