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. 3433cfa51f6397231ffe2b2c69298eff89179769


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  3433cfa51f6397231ffe2b2c69298eff89179769 (commit)
      from  68fcca92b735bb46e38331485ac2e933e5876b83 (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=3433cfa51f6397231ffe2b2c69298eff89179769

commit 3433cfa51f6397231ffe2b2c69298eff89179769
Author: Siva Chandra <sivachandra@chromium.org>
Date:   Thu Oct 16 07:14:13 2014 -0700

    Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference.
    
    gdb/ChangeLog:
    
    	* gnu-v3-abi.c (gnuv3_pass_by_reference): Call TYPE_TARGET_TYPE
    	on the arg type of a constructor only if it is of reference type.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.cp/non-trivial-retval.cc: Add a test case.
    	* gdb.cp/non-trivial-retval.exp: Add a test.

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

Summary of changes:
 gdb/ChangeLog                               |    5 ++++
 gdb/gnu-v3-abi.c                            |   12 +++++----
 gdb/testsuite/ChangeLog                     |    5 ++++
 gdb/testsuite/gdb.cp/non-trivial-retval.cc  |   33 +++++++++++++++++++++++++++
 gdb/testsuite/gdb.cp/non-trivial-retval.exp |    1 +
 5 files changed, 51 insertions(+), 5 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]