diff options
author | Tom Tromey <tromey@redhat.com> | 2010-02-02 23:40:28 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-02-02 23:40:28 +0000 |
commit | 9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc (patch) | |
tree | c1cdfef1022c3f73c6eabc8d781791261efb1d86 /gdb/testsuite/ChangeLog | |
parent | f23f4c5973c3ad96ecf812036c6b0ee5a17d726f (diff) | |
download | gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.zip gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.tar.gz gdb-9c3c02fd158a5a0f8d64ec1c36078b1c9df0e6fc.tar.bz2 |
gdb
* valops.c (value_cast_structs): Try downcasting using the RTTI
type.
gdb/testsuite
* gdb.cp/virtbase.exp: Add regression tests.
* gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
(main): Instantiate RHC.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1a78e54..4e0ba4c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2010-02-02 Tom Tromey <tromey@redhat.com> + * gdb.cp/virtbase.exp: Add regression tests. + * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes. + (main): Instantiate RHC. + +2010-02-02 Tom Tromey <tromey@redhat.com> + * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for type-printing change. |