2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-03-23 14:11:05 +08:00

init18.C: Use dg-require-effective-target instead of an explicit xfail.

* g++.old-deja/g++.other/init18.C: Use
	dg-require-effective-target instead of an explicit xfail.

From-SVN: r123615
This commit is contained in:
Mark Mitchell 2007-04-06 13:47:32 +00:00 committed by Kazu Hirata
parent b521dcbee1
commit f8192a406e
2 changed files with 8 additions and 1 deletions
gcc/testsuite
ChangeLog
g++.old-deja/g++.other

@ -1,3 +1,8 @@
2007-04-06 Mark Mitchell <mark@codesourcery.com>
* g++.old-deja/g++.other/init18.C: Use
dg-require-effective-target instead of an explicit xfail.
2007-04-05 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/signbit-1.c

@ -5,7 +5,9 @@
//
// Any platform that doesn't have proper __cxa_atexit support will also fail.
//
// { dg-do run { xfail { { mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf arm*-*-eabi m68k-*-elf } || { ! cxa_atexit } } } }
// { dg-do run }
// { dg-require-effective-target unwrapped }
// { dg-require-effective-target cxa_atexit }
#include <stdlib.h>
extern "C" void _exit (int);