gdb/testsuite/ChangeLog 2011-01-21 Ken Werner * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags argument to the gdb_compile_opencl_hostapp call. Index: gdb/testsuite/lib/opencl.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/lib/opencl.exp,v retrieving revision 1.1 diff -p -u -r1.1 opencl.exp --- gdb/testsuite/lib/opencl.exp 5 Nov 2010 14:31:30 -0000 1.1 +++ gdb/testsuite/lib/opencl.exp 21 Jan 2011 11:24:30 -0000 @@ -50,7 +50,7 @@ proc skip_opencl_tests {} { verbose "$me: compiling OpenCL test app" 2 set compile_flags {debug nowarnings quiet} - if { [gdb_compile_opencl_hostapp "${clprogram}" "${executable}" "" ] != "" } { + if { [gdb_compile_opencl_hostapp "${clprogram}" "${executable}" "${compile_flags}" ] != "" } { verbose "$me: compiling OpenCL binary failed, returning 1" 2 return [set skip_opencl_tests_saved($board) 1] }