1*f0efc007SAnton Zabaznov// RUN: %clang_cc1 -cl-std=CL2.0 -triple r600-unknown-unknown -Wpedantic-core-features %s 2> %t 2*f0efc007SAnton Zabaznov// RUN: FileCheck < %t %s 3*f0efc007SAnton Zabaznov 4*f0efc007SAnton Zabaznov// CHECK: cl_khr_byte_addressable_store is a core feature in OpenCL C version 2.0 but not supported on this target 5*f0efc007SAnton Zabaznov// CHECK: cl_khr_global_int32_base_atomics is a core feature in OpenCL C version 2.0 but not supported on this target 6*f0efc007SAnton Zabaznov// CHECK: cl_khr_global_int32_extended_atomics is a core feature in OpenCL C version 2.0 but not supported on this target 7*f0efc007SAnton Zabaznov// CHECK: cl_khr_local_int32_base_atomics is a core feature in OpenCL C version 2.0 but not supported on this target 8*f0efc007SAnton Zabaznov// CHECK: cl_khr_local_int32_extended_atomics is a core feature in OpenCL C version 2.0 but not supported on this target 9*f0efc007SAnton Zabaznov// CHECK: cl_khr_3d_image_writes is a core feature in OpenCL C version 2.0 but not supported on this target 10