* g++.old-deja/g++.other/init19.C: Require cxa_atext.

From-SVN: r201061
This commit is contained in:
David Edelsohn 2013-07-19 14:37:34 +00:00 committed by David Edelsohn
parent 86ce925b2b
commit 7a85e2e626
2 changed files with 3 additions and 0 deletions

View 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

View 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)