* g++.old-deja/g++.brendan/redecl1.C,
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Dec 2005 18:19:39 +0000 (18:19 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Dec 2005 18:19:39 +0000 (18:19 +0000)
g++.old-deja/g++.eh/inline1.C, g++.old-deja/g++.ns/crash2.C,
g++.old-deja/g++.ns/template7.C, g++.old-deja/g++.oliva/ns3.C,
g++.old-deja/g++.oliva/typeof1.C,
g++.old-deja/g++.other/crash16.C,
g++.old-deja/g++.other/crash34.C,
g++.old-deja/g++.other/lookup5.C, g++.old-deja/g++.pt/crash65.C,
g++.old-deja/g++.pt/decl2.C, g++.old-deja/g++.pt/explicit76.C,
g++.old-deja/g++.pt/memtemp85.C, g++.old-deja/g++.pt/memtemp86.C,
g++.old-deja/g++.pt/memtemp87.C, g++.old-deja/g++.pt/memtemp88.C,
g++.old-deja/g++.pt/memtemp91.C, g++.old-deja/g++.pt/spec14.C,
g++.old-deja/g++.pt/static10.C, treelang/compile/exit.tree:
Remove xfail.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108526 138bc75d-0d04-0410-961f-82ee72b054a4

21 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C
gcc/testsuite/g++.old-deja/g++.eh/inline1.C
gcc/testsuite/g++.old-deja/g++.ns/crash2.C
gcc/testsuite/g++.old-deja/g++.ns/template7.C
gcc/testsuite/g++.old-deja/g++.oliva/ns3.C
gcc/testsuite/g++.old-deja/g++.oliva/typeof1.C
gcc/testsuite/g++.old-deja/g++.other/crash16.C
gcc/testsuite/g++.old-deja/g++.other/crash34.C
gcc/testsuite/g++.old-deja/g++.other/lookup5.C
gcc/testsuite/g++.old-deja/g++.pt/crash65.C
gcc/testsuite/g++.old-deja/g++.pt/decl2.C
gcc/testsuite/g++.old-deja/g++.pt/explicit76.C
gcc/testsuite/g++.old-deja/g++.pt/memtemp85.C
gcc/testsuite/g++.old-deja/g++.pt/memtemp86.C
gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C
gcc/testsuite/g++.old-deja/g++.pt/memtemp88.C
gcc/testsuite/g++.old-deja/g++.pt/memtemp91.C
gcc/testsuite/g++.old-deja/g++.pt/spec14.C
gcc/testsuite/g++.old-deja/g++.pt/static10.C
gcc/testsuite/treelang/compile/exit.tree

index bc6049b..dc707b3 100644 (file)
@@ -1,3 +1,19 @@
+2005-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g++.old-deja/g++.brendan/redecl1.C,
+       g++.old-deja/g++.eh/inline1.C, g++.old-deja/g++.ns/crash2.C,
+       g++.old-deja/g++.ns/template7.C, g++.old-deja/g++.oliva/ns3.C,
+       g++.old-deja/g++.oliva/typeof1.C,
+       g++.old-deja/g++.other/crash16.C,
+       g++.old-deja/g++.other/crash34.C,
+       g++.old-deja/g++.other/lookup5.C, g++.old-deja/g++.pt/crash65.C,
+       g++.old-deja/g++.pt/decl2.C, g++.old-deja/g++.pt/explicit76.C,
+       g++.old-deja/g++.pt/memtemp85.C, g++.old-deja/g++.pt/memtemp86.C,
+       g++.old-deja/g++.pt/memtemp87.C, g++.old-deja/g++.pt/memtemp88.C,
+       g++.old-deja/g++.pt/memtemp91.C, g++.old-deja/g++.pt/spec14.C,
+       g++.old-deja/g++.pt/static10.C, treelang/compile/exit.tree:
+       Remove xfail.
+
 2005-12-14  Kean Johnston  <jkj@sco.com>
             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
index 46f82df..0e01f2b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // GROUPS passed redeclaration
 inline int min(int x, int y) {return x < y ? x : y;}   /* 235 */// { dg-error "" } .*
 int min(int a, int b);
index cb2d3ff..e359767 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // { dg-options "-ansi -pedantic-errors -O2" }
 // Copyright (C) 1999 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 29 Nov 1999 <nathan@acm.org>
index 0731646..7271429 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // Submitted by bjornw@fairplay.no
 
index 97e3ee5..876096b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 
 // Based on bug report by Eric NICOLAS <nicolas@bnp-eng.remcomp.com>
index 0a65070..4ddbb32 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // Copyright (C) 1999 Free Software Foundation
 
index d427c55..197abe6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // Copyright (C) 1999 Free Software Foundation
 
index 91184bd..2258326 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // { dg-options "-O2" }
 // Origin: scott snyder <snyder@fnal.gov>
 
index c320ccb..4e3c30a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
 
index 48dd004..65c6402 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // Simplified from bug report by Paris Smaragdis <paris@media.mit.edu>
 
 
index 4d5696c..98fbec6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // Copyright (C) 2000, 2002 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 11 Jan 2001 <nathan@codesourcery.com>
index 962af51..b671213 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
 
index 03bd912..15f680c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // Based on bug report by Simon A. Crase <s.crase@ieee.org>
 
index de3f4e5..03e3d46 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
 // Copyright (C) 1999 Free Software Foundation
index ea47bc2..3825906 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
 // Copyright (C) 1999 Free Software Foundation
index 9c1aa4c..99b4cd3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
 // Copyright (C) 1999, 2002 Free Software Foundation
index 3968977..98de9aa 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 
 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
 // Copyright (C) 1999 Free Software Foundation
index 802d31d..18b52a4 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // regression test -
 
 // simplified from bug report by Leon Bottou <leonb@research.att.com>
index b4920ef..045865f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 class X
 {
 public:
index 52a88ad..5913121 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
 // regression test -
 
 // by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
index fd12e35..355e772 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile { xfail *-*-* } }
+// { dg-do compile }
 external_reference void exit (int code);
 
 static int foo ();