* g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
authorPaul Brook <paul@codesourcery.com>
Sat, 18 Sep 2004 22:58:12 +0000 (22:58 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Sat, 18 Sep 2004 22:58:12 +0000 (22:58 +0000)
From-SVN: r87712

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/static11.C

index df5cc5314b351c9b640690f6d34c699d65f8f3ba..a0984c4c387a0f8ea9d7243746c4f5fb2f8fc258 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-18  Paul Brook  <paul@codesourcery.com>
+
+       * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
+
 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        PR c/17424
index cb5ee3a1a494575654fd363e03a218b0a2ed9bd6..9fd537c2cc2fa3cee5d5537bd2a53cbdf83597d8 100644 (file)
@@ -2,7 +2,7 @@
 // in their dejagnu baseboard description) require that the status is
 // final when exit is entered (or main returns), and not "overruled" by a
 // destructor calling _exit.  It's not really worth it to handle that.
-// { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf } }
+// { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf arm*-*-eabi } }
 
 // Bug: g++ was failing to destroy C<int>::a because it was using two
 // different sentry variables for construction and destruction.