Commit 61b78ce1 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r54177
parent 167143a0
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment