diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.linespec/linespec.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5b5aee3..c32c048 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb.linespec/linespec.exp: Compile using {c++}. + +2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com> + * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt. (print destructor of template typedef): Extend it for gcc/51668 XFAIL. (verify GCC PR debug/51668): New test. diff --git a/gdb/testsuite/gdb.linespec/linespec.exp b/gdb/testsuite/gdb.linespec/linespec.exp index 440233a..8533032 100644 --- a/gdb/testsuite/gdb.linespec/linespec.exp +++ b/gdb/testsuite/gdb.linespec/linespec.exp @@ -30,7 +30,7 @@ if {[skip_cplus_tests]} { if {[prepare_for_testing ${testfile}.exp $exefile \ [list lspec.cc $baseone $basetwo] \ - {debug nowarnings}]} { + {debug nowarnings c++}]} { return -1 } |