OpenCL Error on latest build! Need help!

Need help!
OpenCL error!! :confused:

MACHINE

AMD A10-5750M APU, 2.5Ghz (Turbo Boost 3.5Ghz)
AMD HD 8650G (APU) + 8670M, 2GB VRAM
4GB RAM

Linux Mint “Rebecca” MATE 64-bit
AMD GPU Driver: fglrx-14.501.1003 - Using High Performance Setting on Switchable Graphic with “Hainan” works on earlier versions (“Devastator” never works)

TERMINAL OUTPUT

mbakkokom@mbakkokom-X550DP ~/Desktop/software/gooseberry-blender-2.73-80ce351-linux-glibc211-x86_64 $ export CYCLES_OPENCL_TEST=all
mbakkokom@mbakkokom-X550DP ~/Desktop/software/gooseberry-blender-2.73-80ce351-linux-glibc211-x86_64 $ ./blender
connect failed: No such file or directory
Read new prefs: /home/mbakkokom/.config/blender/2.73/config/userpref.blend
found bundled python: /home/mbakkokom/Desktop/software/gooseberry-blender-2.73-80ce351-linux-glibc211-x86_64/2.73/python
create isosurfer handlers…
isosurfer handler created successfully!
trying to save userpref at /home/mbakkokom/.config/blender/2.73/config/userpref.blend ok
Device init succes
Compiling OpenCL kernel …
OpenCL kernel build output:
“/tmp/OCL2294T5.cl”, line 6475: error: expected an expression
int exponent = int(bits >> 23) - 127;
^

“/tmp/OCL2294T5.cl”, line 6517: error: expected an expression
return int(bits >> 23) - 127;
^

“/tmp/OCL2294T5.cl”, line 6525: error: expected an expression
int m = int(x); x -= m;
^

“/tmp/OCL2294T5.cl”, line 6543: error: expected a “)”
return __uint_as_float(__float_as_uint® + (unsigned(m) << 23));
^

“/tmp/OCL2294T5.cl”, line 6543: error: expected a “)”
return __uint_as_float(__float_as_uint® + (unsigned(m) << 23));
^

“/tmp/OCL2294T5.cl”, line 6543: error: expected an expression
return __uint_as_float(__float_as_uint® + (unsigned(m) << 23));
^

“/tmp/OCL2294T5.cl”, line 6543: error: bad argument type to opencl as_*
function: expected src and dst have the same size
return __uint_as_float(__float_as_uint® + (unsigned(m) << 23));
^

“/tmp/OCL2294T5.cl”, line 48547: error: taking the address of a vector
component is not allowed
map_to_sphere(&co.x, &co.y, co.x, co.y, co.z);
^

“/tmp/OCL2294T5.cl”, line 48547: error: taking the address of a vector
component is not allowed
map_to_sphere(&co.x, &co.y, co.x, co.y, co.z);
^

“/tmp/OCL2294T5.cl”, line 48551: error: taking the address of a vector
component is not allowed
map_to_tube(&co.x, &co.y, co.x, co.y, co.z);
^

“/tmp/OCL2294T5.cl”, line 48551: error: taking the address of a vector
component is not allowed
map_to_tube(&co.x, &co.y, co.x, co.y, co.z);
^

“/tmp/OCL2294T5.cl”, line 57468: error: argument of type “uint *” is
incompatible with parameter of type “__global uint *”
path_rng_init(kg, &rng_state, sample, num_samples, &rng, 0, 0, &filter_x, &filter_y);
^

12 errors detected in the compilation of “/tmp/OCL2294T5.cl”.
Frontend phase failed compilation.

OpenCL build failed: errors in console
Error: OpenCL build failed: errors in console