mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 04:49:05 +08:00
* gcc.dg/uninit-A.c: Remove xfail markers.
From-SVN: r54177
This commit is contained in:
parent
167143a01e
commit
61b78ce13f
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user