Commit d2081406 by Rainer Orth Committed by Rainer Orth

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: r160499
parent 55f9fe15
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> 2010-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
* testsuite/gfortran.dg/mvbits_9.f90: New test. * testsuite/gfortran.dg/mvbits_9.f90: New test.
......
// { dg-do assemble } // { dg-do assemble }
// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } }
// Copyright (C) 1999 Free Software Foundation // Copyright (C) 1999 Free Software Foundation
......
// { dg-do assemble } // { dg-do assemble }
// { dg-xfail-if "" { i386-pc-solaris* } { "*" } { "" } }
// Copyright (C) 1999 Free Software Foundation // Copyright (C) 1999 Free Software Foundation
......
// { dg-do run { xfail { ! cxa_atexit } } } // { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
#include <stdlib.h> #include <stdlib.h>
#define assert(x) do { if (! (x)) abort(); } while (0) #define assert(x) do { if (! (x)) abort(); } while (0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment