2010-07-30 Doug Evans <dje@google.com>
+ * lib/gdb.exp (build_executable): Forward "c++" option to
+ get_compiler_info.
+
* gdb.python/py-type.exp (test_template): Mark as xfail tests
"python print ttype.template_argument(1)" and
"python print isinstance(ttype.template_argument(1), gdb.Value)"
return -1
}
- if [get_compiler_info ${binfile}] {
+ set info_options ""
+ if { [lsearch -exact $options "c++"] >= 0 } {
+ set info_options "c++"
+ }
+ if [get_compiler_info ${binfile} ${info_options}] {
return -1
}
return 0