2005-11-09 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Wed, 9 Nov 2005 15:45:55 +0000 (15:45 +0000)
committerRandolph Chung <tausq@debian.org>
Wed, 9 Nov 2005 15:45:55 +0000 (15:45 +0000)
* gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/structs2.exp

index 99692ddaf4ac117fc3953220d82702d3984a0757..7edf6940fe1c01ca160dd46d320399c483d7bf71 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-09  Randolph Chung <tausq@debian.org>
+
+       * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
+
 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
 
        * gdb.base/break.exp: Fix a comment typo.
index e7f6553c6504154145a2f97ae0b46f0fe03e58f5..7f96a220f4380ddd171877bc69d878bbc287395a 100644 (file)
@@ -70,14 +70,14 @@ gdb_test "break param_reg" \
     "Breakpoint .* at .*" \
     "structs2 breakpoint set"
 
-if [test_compiler_info gcc-*-*] {
+if [test_compiler_info gcc-3-*] {
   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-*-*] {
+if [test_compiler_info gcc-3-*] {
   setup_xfail hppa*-* gcc/15860
 }
 gdb_test "continue" \
This page took 0.033726 seconds and 4 git commands to generate.