diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2013-07-19 14:37:34 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2013-07-19 10:37:34 -0400 |
commit | 7a85e2e6264ebdfac56d292d602dc9de92cc2511 (patch) | |
tree | 8251b55822819f5c8b20c4c4ea98b24e80dee141 | |
parent | 86ce925b2b539e221c25f7477a50d23ee13e0bf7 (diff) | |
download | gcc-7a85e2e6264ebdfac56d292d602dc9de92cc2511.zip gcc-7a85e2e6264ebdfac56d292d602dc9de92cc2511.tar.gz gcc-7a85e2e6264ebdfac56d292d602dc9de92cc2511.tar.bz2 |
* g++.old-deja/g++.other/init19.C: Require cxa_atext.
From-SVN: r201061
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/init19.C | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 13e0af9..7ed2e32 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.other/init19.C b/gcc/testsuite/g++.old-deja/g++.other/init19.C index 1c68684..15c160d 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/init19.C +++ b/gcc/testsuite/g++.old-deja/g++.other/init19.C @@ -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) |