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. 245a5f0b7429b03566eb3f57a92544218f33393c


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  245a5f0b7429b03566eb3f57a92544218f33393c (commit)
      from  32ae0d80cd430150ad9536aa160f34f504e129bc (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=245a5f0b7429b03566eb3f57a92544218f33393c

commit 245a5f0b7429b03566eb3f57a92544218f33393c
Author: Keith Seitz <keiths@redhat.com>
Date:   Fri Apr 11 14:17:17 2014 -0700

    Fix c++/16675 -- sizeof reference type should give the size of
    the referent, not the size of the actual reference variable.

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

Summary of changes:
 gdb/ChangeLog                     |    7 ++++
 gdb/c-exp.y                       |   14 ++++++--
 gdb/eval.c                        |   33 +++++++++++------
 gdb/testsuite/ChangeLog           |    6 +++
 gdb/testsuite/gdb.cp/cpsizeof.cc  |   71 +++++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.cp/cpsizeof.exp |   40 +++++++++++++++++++++
 6 files changed, 156 insertions(+), 15 deletions(-)
 create mode 100644 gdb/testsuite/gdb.cp/cpsizeof.cc
 create mode 100644 gdb/testsuite/gdb.cp/cpsizeof.exp


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]