aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-05-04 16:26:28 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2007-05-04 16:26:28 +0000
commit2420cc4d11918fb283a06f6db8aa5609e928171b (patch)
tree54086121b5015b37da5e19fbe32fd8955a65f744 /gcc/testsuite/g++.old-deja
parentb60cb710ba05d240c6f8a7ef0df41976797c82d0 (diff)
downloadgcc-2420cc4d11918fb283a06f6db8aa5609e928171b.zip
gcc-2420cc4d11918fb283a06f6db8aa5609e928171b.tar.gz
gcc-2420cc4d11918fb283a06f6db8aa5609e928171b.tar.bz2
* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
From-SVN: r124434
Diffstat (limited to 'gcc/testsuite/g++.old-deja')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/static11.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static11.C b/gcc/testsuite/g++.old-deja/g++.pt/static11.C
index bf9489e..f3e1198 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/static11.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/static11.C
@@ -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 arm*-*-eabi m68k-*-elf } }
+// { dg-do run { xfail mmix-knuth-mmixware arm*-*-elf arm*-*-eabi m68k-*-elf } }
// Bug: g++ was failing to destroy C<int>::a because it was using two
// different sentry variables for construction and destruction.