diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-25 17:28:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-03-25 17:28:03 +0000 |
commit | 24955f6344eb641157245700e0727fd81e968a33 (patch) | |
tree | 09faede4999ef9ffa573d8d041fdcf62d95a813e /gdb/ChangeLog | |
parent | fce632b6dc97eaa7e9f10f5c2c7dd8fd55931a51 (diff) | |
download | gdb-24955f6344eb641157245700e0727fd81e968a33.zip gdb-24955f6344eb641157245700e0727fd81e968a33.tar.gz gdb-24955f6344eb641157245700e0727fd81e968a33.tar.bz2 |
PR symtab/11462:
* c-exp.y (exp): Add new productions for destructors after '.' and
'->'.
(write_destructor_name): New function.
gdb/testsuite
* gdb.cp/m-static.exp: Add destructor-printing tests.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4639417..2b2a089 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2013-03-25 Tom Tromey <tromey@redhat.com> + PR symtab/11462: + * c-exp.y (exp): Add new productions for destructors after '.' and + '->'. + (write_destructor_name): New function. + +2013-03-25 Tom Tromey <tromey@redhat.com> + PR c++/9197: * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use value_struct_elt, not lookup_struct_elt_type. |