aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-12-24 23:54:20 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-12-24 23:54:20 +0000
commitda8cb7ec9815d22e10694322bbb170a6ec4a2d56 (patch)
treedd7a8cf8a0ce438e2dbe8ac658547f869651ee2f /gdb
parent3a1ff800f1b29fcc48d776fc4cb5d22c330c8d95 (diff)
downloadfsf-binutils-gdb-da8cb7ec9815d22e10694322bbb170a6ec4a2d56.zip
fsf-binutils-gdb-da8cb7ec9815d22e10694322bbb170a6ec4a2d56.tar.gz
fsf-binutils-gdb-da8cb7ec9815d22e10694322bbb170a6ec4a2d56.tar.bz2
gdb/testsuite/
* gdb.linespec/linespec.exp: Compile using {c++}.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.linespec/linespec.exp2
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
}