http://llvm.org/bugs/show_bug.cgi?id=17987

Matt Arsenault <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #2 from Matt Arsenault <[email protected]> ---
This now produces an error instead of crashing:

testKernel.cl:35:33: error: illegal vector component name 's'
    data[0] = inBuffer.vbytes[0].s[0];

The first line is correct, since vector components are not accessed with array
notation

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to