Commit 7a85e2e6 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r201061
parent 86ce925b
......@@ -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
......
// { 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)
......
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