OSDN Git Service

* g++.old-deja/g++.other/init18.C: Use
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Apr 2007 13:47:32 +0000 (13:47 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Apr 2007 13:47:32 +0000 (13:47 +0000)
dg-require-effective-target instead of an explicit xfail.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123615 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.other/init18.C

index 45181d0..780aa13 100644 (file)
@@ -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
index a68c557..db57945 100644 (file)
@@ -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);