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

            Bug ID: 33421
           Summary: Missing diagnostic for illegal type kernel arguments
           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

Some types are incorrectly accepted as kernel arguments (see restriction in
spec s6.9.k)

__kernel void foo(size_t p) {} // compiles with no error

-- 
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

Reply via email to