* gcc.dg/uninit-A.c: Remove xfail markers.

From-SVN: r54177
This commit is contained in:
Richard Henderson 2002-06-02 11:11:21 -07:00 committed by Richard Henderson
parent 167143a01e
commit 61b78ce13f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-06-02 Richard Henderson <rth@redhat.com>
* gcc.dg/uninit-A.c: Remove xfail markers.
2002-06-01 Roger Sayle <roger@eyesopen.com>
* gcc.dg/fnegate-1.c: New test case.

View File

@ -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;