* g++.old-deja/g++.other/init19.C: Require cxa_atext.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 19 Jul 2013 14:37:34 +0000 (14:37 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 19 Jul 2013 14:37:34 +0000 (10:37 -0400)
From-SVN: r201061

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

index 13e0af9..7ed2e32 100644 (file)
@@ -10,6 +10,8 @@
        * g++.dg/ext/vector23.C: Ignore vector ABI warning.
        * g++.dg/guality/guality.exp: Skip on AIX.
 
+       * g++.old-deja/g++.other/init19.C: Require cxa_atext.
+
 2013-07-19  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/57516
index 1c68684..15c160d 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do run { xfail { { ! cxa_atexit } && { ! *-*-solaris2* } } } }
+// { dg-require-effective-target cxa_atexit }
 #include <stdlib.h>
 
 #define assert(x) do { if (! (x)) abort(); } while (0)