This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 25d4e99db83ba758e3c888d321b9f2f7845701a0


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  25d4e99db83ba758e3c888d321b9f2f7845701a0 (commit)
      from  08937d8023b1bd8d0b1c4d8b2f4a5951478c6ec3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=25d4e99db83ba758e3c888d321b9f2f7845701a0

commit 25d4e99db83ba758e3c888d321b9f2f7845701a0
Author: David Blaikie <dblaikie@gmail.com>
Date:   Sun Apr 13 17:37:56 2014 -0700

    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 **).

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/ChangeLog          |    7 ++
 gdb/testsuite/gdb.cp/cpexprs.cc  |  170 +++++++++++++++++++-------------------
 gdb/testsuite/gdb.cp/cpexprs.exp |   32 +++++--
 3 files changed, 113 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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