* gcc.dg/uninit-A.c: Remove xfail markers.
authorRichard Henderson <rth@redhat.com>
Sun, 2 Jun 2002 18:11:21 +0000 (11:11 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 2 Jun 2002 18:11:21 +0000 (11:11 -0700)
From-SVN: r54177

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/uninit-A.c

index 5f2d0b7b9a761ea652fd68854a727312764a1df7..c67b3dfa1ddbc7b2eebd825d57ea91e66844ac55 100644 (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.
index 48df2048b39df76def062dd6e71242be24381c63..28f7fe9fcf46db5ce7cedf43ecc4874c8c87a303 100644 (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;