+2010-05-25 Tom Tromey <tromey@redhat.com>
+
+ * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
+
2010-05-25 Michael Snyder <msnyder@vmware.com>
* gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
gdb_test "print a.i" " = 4" "print a.i in pieces:f3"
gdb_test "print a.j" " = 14" "print a.j in pieces:f3"
# Right now gdb says "value optimized out" here, but that is wrong.
- setup_kfail "no bug yet" *-*-*
+ setup_kfail "exp/11636" *-*-*
gdb_test "print a.i = 7" " = 7" "set a.i in pieces:f3"
gdb_test "print a.i" " = 7" "print new a.i in pieces:f3"
}