From: Richard Henderson Date: Sun, 2 Jun 2002 18:11:21 +0000 (-0700) Subject: * gcc.dg/uninit-A.c: Remove xfail markers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61b78ce13ff63efb2f669ec2c872c423ef4ad245;p=gcc.git * gcc.dg/uninit-A.c: Remove xfail markers. From-SVN: r54177 --- 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;