[llvm-bugs] [Bug 33420] Missing double AS qualifiers with private

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jan 12 06:16:00 PST 2018


https://bugs.llvm.org/show_bug.cgi?id=33420

Anastasia Stulova <anastasia.stulova at arm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Anastasia Stulova <anastasia.stulova at arm.com> ---
Fixed by commit r315668. The following errors are given correctly:
test.cl:4:3: error: multiple address spaces specified for type
  local private int lip1;
  ^
test.cl:5:3: error: multiple address spaces specified for type
  local private int* lip2;

-- 
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/20180112/9a8911e1/attachment.html>


More information about the llvm-bugs mailing list