dwarf2.C: Don't xfail on i386-pc-solaris*.

* g++.old-deja/g++.oliva/dwarf2.C: Don't xfail on i386-pc-solaris*.
	* g++.old-deja/g++.oliva/dwarf3.C: Likewise.
	* g++.old-deja/g++.other/init19.C: Don't xfail on *-*-solaris2*.

From-SVN: r160501
This commit is contained in:
Rainer Orth 2010-06-09 17:59:09 +00:00 committed by Rainer Orth
parent 3f50f5d5a2
commit 86ad0a4df6
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-06-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* g++.old-deja/g++.oliva/dwarf2.C: Don't xfail on i386-pc-solaris*.
* g++.old-deja/g++.oliva/dwarf3.C: Likewise.
* g++.old-deja/g++.other/init19.C: Don't xfail on *-*-solaris2*.
2010-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
* testsuite/gfortran.dg/mvbits_9.f90: New test.

View File

@ -1,5 +1,4 @@
// { dg-do assemble }
// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } }
// Copyright (C) 1999 Free Software Foundation

View File

@ -1,5 +1,4 @@
// { dg-do assemble }
// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } }
// Copyright (C) 1999 Free Software Foundation

View File

@ -1,4 +1,4 @@
// { dg-do run { xfail { ! cxa_atexit } } }
// { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
#include <stdlib.h>
#define assert(x) do { if (! (x)) abort(); } while (0)