* g++.old-deja/g++.pt/static11.C: Remove xtensa-*-elf* xfail.

From-SVN: r124434
This commit is contained in:
Bob Wilson 2007-05-04 16:26:28 +00:00 committed by Bob Wilson
parent b60cb710ba
commit 2420cc4d11
2 changed files with 5 additions and 1 deletions

View 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

View 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.