[LLVMbugs] [Bug 17987] openclc crashes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 10 11:01:31 PDT 2014


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

Matt Arsenault <Matthew.Arsenault at amd.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |Matthew.Arsenault at amd.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from Matt Arsenault <Matthew.Arsenault at amd.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140610/cd47c8c6/attachment.html>


More information about the llvm-bugs mailing list