aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-06-02 11:11:21 -0700
committerRichard Henderson <rth@gcc.gnu.org>2002-06-02 11:11:21 -0700
commit61b78ce13ff63efb2f669ec2c872c423ef4ad245 (patch)
tree83426c7dc3976bc38f50fade68c0ad88ccc69487
parent167143a01ed0b4e588556991ae5b8793ea2dcffa (diff)
downloadgcc-61b78ce13ff63efb2f669ec2c872c423ef4ad245.zip
gcc-61b78ce13ff63efb2f669ec2c872c423ef4ad245.tar.gz
gcc-61b78ce13ff63efb2f669ec2c872c423ef4ad245.tar.bz2
* gcc.dg/uninit-A.c: Remove xfail markers.
From-SVN: r54177
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/uninit-A.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 5f2d0b7..c67b3df 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/gcc.dg/uninit-A.c b/gcc/testsuite/gcc.dg/uninit-A.c
index 48df204..28f7fe9 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;