This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] OpenCL datatypes test fixes


Ken Werner wrote:

> -gdb_test "whatis c2" "type = char \\\[2\\\]"
> +gdb_test "whatis c2" "type = char2|char \\\[2\\\]"

Don't we need some parentheses here (and everywere you've
introduced alternatives via |)?  Otherwise, it seems that
this would stop working with the older compilers ...

Otherwise, this looks good to me.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]