* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
authorBob Wilson <bob.wilson@acm.org>
Fri, 4 May 2007 16:26:28 +0000 (16:26 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Fri, 4 May 2007 16:26:28 +0000 (16:26 +0000)
From-SVN: r124434

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

index cfcdf36..dca1dc3 100644 (file)
@@ -1,3 +1,7 @@
+2007-05-04  Bob Wilson  <bob.wilson@acm.org>
+       
+       * g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.
+       
 2007-05-04  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
 
        PR libfortran/31210
index bf9489e..f3e1198 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 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.