+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, g++.old-deja/g++.oliva/stkalign.C:
+ Remove xfail.
+
2005-12-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR c++/19397
-// { 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);
-// { 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>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Submitted by bjornw@fairplay.no
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Based on bug report by Eric NICOLAS <nicolas@bnp-eng.remcomp.com>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation
-// { dg-do assemble { xfail i*86-*-* } }
+// { dg-do assemble }
// Copyright (C) 2000 Free Software Foundation
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Copyright (C) 1999 Free Software Foundation
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// { dg-options "-O2" }
// Origin: scott snyder <snyder@fnal.gov>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Origin: Jakub Jelinek <jakub@redhat.com>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Simplified from bug report by Paris Smaragdis <paris@media.mit.edu>
-// { 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>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// Based on bug report by Simon A. Crase <s.crase@ieee.org>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
// Copyright (C) 1999 Free Software Foundation
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
// Copyright (C) 1999 Free Software Foundation
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
// Copyright (C) 1999, 2002 Free Software Foundation
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.
// Copyright (C) 1999 Free Software Foundation
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// regression test -
// simplified from bug report by Leon Bottou <leonb@research.att.com>
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
class X
{
public:
-// { dg-do assemble { xfail *-*-* } }
+// { dg-do assemble }
// regression test -
// by Paul Burchard <burchard@pobox.com>, Level Set Systems, Inc.