Adjust start-of-function braces to be compatible with Clang
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Apr 2014 00:37:56 +0000 (17:37 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 24 Apr 2014 20:10:41 +0000 (13:10 -0700)
commit25d4e99db83ba758e3c888d321b9f2f7845701a0
tree4fcc425e871b2f4e940f7134f3818e80657ca89c
parent08937d8023b1bd8d0b1c4d8b2f4a5951478c6ec3
Adjust start-of-function braces to be compatible with Clang

gdb/testsuite/
* gdb.cp/cpexprs.cc: Move braces to the same line as the start
of the function to work across GCC and Clang.
* gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
pointer types (const void ** const V void **).
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/cpexprs.cc
gdb/testsuite/gdb.cp/cpexprs.exp