* gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.

This commit is contained in:
Mark Kettenis 2012-10-24 14:59:24 +00:00
parent 2445fd7b3a
commit d8d842913d
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2012-10-24 Mark Kettenis <kettenis@gnu.org>
* gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/callfuncs.exp (do_function_calls): Fix

View File

@ -245,15 +245,9 @@ proc do_function_calls {} {
gdb_test "p t_structs_fc(struct_val1)" ".*= 3 \\+ 3 \\* I" \
"call inferior func with struct - returns float _Complex"
if [is_x86_like_target] {
setup_kfail gdb/12783 "*-*-*"
}
gdb_test "p t_structs_dc(struct_val1)" ".*= 4 \\+ 4 \\* I" \
"call inferior func with struct - returns double _Complex"
if [is_x86_like_target] {
setup_kfail gdb/12783 "*-*-*"
}
gdb_test "p t_structs_ldc(struct_val1)" "= 5 \\+ 5 \\* I" \
"call inferior func with struct - returns long double _Complex"
}