diff options
author | Tom Tromey <tromey@redhat.com> | 2010-02-19 20:22:03 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-02-19 20:22:03 +0000 |
commit | 48e32051ca17ba1cc1a2d5adc90ae5a63775e138 (patch) | |
tree | ceb4f1f24d0d7bb10e106f1d9416354b0d5e5915 /gdb/testsuite/ChangeLog | |
parent | 629d6a470a1b61631c812ec417b522fb6d69d9d1 (diff) | |
download | gdb-48e32051ca17ba1cc1a2d5adc90ae5a63775e138.zip gdb-48e32051ca17ba1cc1a2d5adc90ae5a63775e138.tar.gz gdb-48e32051ca17ba1cc1a2d5adc90ae5a63775e138.tar.bz2 |
gdb
PR c++/8693, PR c++/9496:
* cp-namespace.c (cp_lookup_nested_type): Handle TYPE_CODE_UNION.
* c-exp.y (lex_one_token): Rename from yylex. Don't call
write_dollar_variable. Don't try to classify NAME tokens.
(token_and_value): New type.
(token_fifo, popping, name_obstack): New globals.
(classify_name): New function.
(classify_inner_name): Likewise.
(yylex): Likewise.
(VARIABLE): Now has type sval.
(exp : VARIABLE): Call write_dollar_variable.
(qualified_name): Use TYPENAME, not typebase. Add production for
multiple "::" instances.
(variable): Use name_not_typename.
(qualified_type): Remove.
(typebase): Update.
gdb/testsuite
PR c++/8693, PR c++/9496:
* gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
regression tests.
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 16433a7..995ac27 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-02-19 Tom Tromey <tromey@redhat.com> + + PR c++/8693, PR c++/9496: + * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added + regression tests. + 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com> Fix compatibility with m68k as. |