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. f7e3ecae9ff55b69aab93af61a7f7ca272d03d0a


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  f7e3ecae9ff55b69aab93af61a7f7ca272d03d0a (commit)
      from  b02677b9040a23788b4e07c7cfbf75eca0aa2775 (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=f7e3ecae9ff55b69aab93af61a7f7ca272d03d0a

commit f7e3ecae9ff55b69aab93af61a7f7ca272d03d0a
Author: Keith Seitz <keiths@redhat.com>
Date:   Mon Nov 25 13:37:08 2013 -0800

    PR c++/14819:  Explicit class:: inside class scope does not work
    
    https://sourceware.org/ml/gdb-patches/2013-11/msg00102.html

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

Summary of changes:
 gdb/ChangeLog                      |   12 +++
 gdb/c-exp.y                        |   28 +++++++-
 gdb/cp-namespace.c                 |   28 ++++++++
 gdb/cp-support.h                   |    5 ++
 gdb/testsuite/ChangeLog            |    6 ++
 gdb/testsuite/gdb.cp/impl-this.cc  |  135 ++++++++++++++++++++++++++++++++++++
 gdb/testsuite/gdb.cp/impl-this.exp |  130 ++++++++++++++++++++++++++++++++++
 gdb/valops.c                       |   29 +++++++-
 8 files changed, 370 insertions(+), 3 deletions(-)
 create mode 100644 gdb/testsuite/gdb.cp/impl-this.cc
 create mode 100644 gdb/testsuite/gdb.cp/impl-this.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]