2005-11-09 Randolph Chung * gdb.base/structs2.exp: Remove a xfail due to a gcc bug that has since been fixed. Index: gdb.base/structs2.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/structs2.exp,v retrieving revision 1.3 diff -u -p -r1.3 structs2.exp --- gdb.base/structs2.exp 11 Jun 2004 23:42:49 -0000 1.3 +++ gdb.base/structs2.exp 9 Nov 2005 07:26:27 -0000 @@ -70,16 +70,10 @@ gdb_test "break param_reg" \ "Breakpoint .* at .*" \ "structs2 breakpoint set" -if [test_compiler_info gcc-*-*] { - setup_xfail hppa*-* gcc/15860 -} gdb_test "continue" \ ".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*" \ "structs2 continue1" -if [test_compiler_info gcc-*-*] { - setup_xfail hppa*-* gcc/15860 -} gdb_test "continue" \ ".*pr_char=-126.*pr_uchar=120.*pr_short=-32536.*pr_ushort=32000.*bkpt = 1.* " \ "structs2 continue2"