gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 24 Dec 2011 23:54:20 +0000 (23:54 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 24 Dec 2011 23:54:20 +0000 (23:54 +0000)
* gdb.linespec/linespec.exp: Compile using {c++}.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.linespec/linespec.exp

index 5b5aee3..c32c048 100644 (file)
@@ -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.
index 440233a..8533032 100644 (file)
@@ -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
 }