From: Kaveh R. Ghazi Date: Wed, 14 Dec 2005 18:19:39 +0000 (+0000) Subject: redecl1.C, [...]: Remove xfail. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3165dcfa178f61532f04ed9aecfebac11547d8bd;p=gcc.git redecl1.C, [...]: Remove xfail. * 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. From-SVN: r108526 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bc6049b8ac9..dc707b3c990 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,19 @@ +2005-12-14 Kaveh R. Ghazi + + * 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 Kaveh R. Ghazi diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C b/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C index 46f82df30d7..0e01f2b4789 100644 --- a/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C +++ b/gcc/testsuite/g++.old-deja/g++.brendan/redecl1.C @@ -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); diff --git a/gcc/testsuite/g++.old-deja/g++.eh/inline1.C b/gcc/testsuite/g++.old-deja/g++.eh/inline1.C index cb2d3fff61c..e3597675747 100644 --- a/gcc/testsuite/g++.old-deja/g++.eh/inline1.C +++ b/gcc/testsuite/g++.old-deja/g++.eh/inline1.C @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.ns/crash2.C b/gcc/testsuite/g++.old-deja/g++.ns/crash2.C index 07316460b7e..72714299b38 100644 --- a/gcc/testsuite/g++.old-deja/g++.ns/crash2.C +++ b/gcc/testsuite/g++.old-deja/g++.ns/crash2.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Submitted by bjornw@fairplay.no diff --git a/gcc/testsuite/g++.old-deja/g++.ns/template7.C b/gcc/testsuite/g++.old-deja/g++.ns/template7.C index 97e3ee567d8..876096b7490 100644 --- a/gcc/testsuite/g++.old-deja/g++.ns/template7.C +++ b/gcc/testsuite/g++.old-deja/g++.ns/template7.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Based on bug report by Eric NICOLAS diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/ns3.C b/gcc/testsuite/g++.old-deja/g++.oliva/ns3.C index 0a650709fb2..4ddbb32892a 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/ns3.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/ns3.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Copyright (C) 1999 Free Software Foundation diff --git a/gcc/testsuite/g++.old-deja/g++.oliva/typeof1.C b/gcc/testsuite/g++.old-deja/g++.oliva/typeof1.C index d427c550bf0..197abe6a5ed 100644 --- a/gcc/testsuite/g++.old-deja/g++.oliva/typeof1.C +++ b/gcc/testsuite/g++.old-deja/g++.oliva/typeof1.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Copyright (C) 1999 Free Software Foundation diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash16.C b/gcc/testsuite/g++.old-deja/g++.other/crash16.C index 91184bd34dd..22583260aeb 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash16.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash16.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // { dg-options "-O2" } // Origin: scott snyder diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash34.C b/gcc/testsuite/g++.old-deja/g++.other/crash34.C index c320ccbd6e4..4e3c30a9ac4 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash34.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash34.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Origin: Jakub Jelinek diff --git a/gcc/testsuite/g++.old-deja/g++.other/lookup5.C b/gcc/testsuite/g++.old-deja/g++.other/lookup5.C index 48dd004d826..65c6402f10f 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/lookup5.C +++ b/gcc/testsuite/g++.old-deja/g++.other/lookup5.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Simplified from bug report by Paris Smaragdis diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash65.C b/gcc/testsuite/g++.old-deja/g++.pt/crash65.C index 4d5696c2d10..98fbec61299 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/crash65.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/crash65.C @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C index 962af511974..b671213ad59 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/decl2.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/decl2.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Simplified from testcase by Christophe Boyanique diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C index 03bd9123305..15f680c803a 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit76.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // Based on bug report by Simon A. Crase diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp85.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp85.C index de3f4e57448..03e3d467522 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/memtemp85.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/memtemp85.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp86.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp86.C index ea47bc2aa55..382590683da 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/memtemp86.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/memtemp86.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C index 9c1aa4cd966..99b4cd384fb 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999, 2002 Free Software Foundation diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp88.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp88.C index 3968977f223..98de9aa4de3 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/memtemp88.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/memtemp88.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // by Paul Burchard , Level Set Systems, Inc. // Copyright (C) 1999 Free Software Foundation diff --git a/gcc/testsuite/g++.old-deja/g++.pt/memtemp91.C b/gcc/testsuite/g++.old-deja/g++.pt/memtemp91.C index 802d31de94e..18b52a433b1 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/memtemp91.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/memtemp91.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // regression test - // simplified from bug report by Leon Bottou diff --git a/gcc/testsuite/g++.old-deja/g++.pt/spec14.C b/gcc/testsuite/g++.old-deja/g++.pt/spec14.C index b4920ef533c..045865f45a5 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/spec14.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/spec14.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } class X { public: diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static10.C b/gcc/testsuite/g++.old-deja/g++.pt/static10.C index 52a88ad39a9..59131219078 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static10.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static10.C @@ -1,4 +1,4 @@ -// { dg-do assemble { xfail *-*-* } } +// { dg-do assemble } // regression test - // by Paul Burchard , Level Set Systems, Inc. diff --git a/gcc/testsuite/treelang/compile/exit.tree b/gcc/testsuite/treelang/compile/exit.tree index fd12e3568f6..355e772f5da 100644 --- a/gcc/testsuite/treelang/compile/exit.tree +++ b/gcc/testsuite/treelang/compile/exit.tree @@ -1,4 +1,4 @@ -// { dg-do compile { xfail *-*-* } } +// { dg-do compile } external_reference void exit (int code); static int foo ();