diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5f2d0b7b9a7..c67b3dfa1dd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-06-02 Richard Henderson + + * gcc.dg/uninit-A.c: Remove xfail markers. + 2002-06-01 Roger Sayle * gcc.dg/fnegate-1.c: New test case. diff --git a/gcc/testsuite/gcc.dg/uninit-A.c b/gcc/testsuite/gcc.dg/uninit-A.c index 48df2048b39..28f7fe9fcf4 100644 --- a/gcc/testsuite/gcc.dg/uninit-A.c +++ b/gcc/testsuite/gcc.dg/uninit-A.c @@ -49,8 +49,8 @@ qualify_ambiguous_name (id) tree id; { tree qual, qual_wfl, decl; - tree name; /* { dg-bogus "name" "uninitialized variable warning" { xfail *-*-* } } */ - tree ptr_type; /* { dg-bogus "ptr_type" "uninitialized variable warning" { xfail *-*-* } } */ + tree name; /* { dg-bogus "name" "uninitialized variable warning" } */ + tree ptr_type; /* { dg-bogus "ptr_type" "uninitialized variable warning" } */ int again, new_array_found = 0; int super_found = 0, this_found = 0;