static11.C: Add xtensa-*-elf* to the list of targets to skip.

* g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
        list of targets to skip.

From-SVN: r54514
This commit is contained in:
Bob Wilson 2002-06-11 16:59:00 +00:00 committed by Bob Wilson
parent 603b4b9210
commit 9da754bd5e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-06-11 Bob Wilson <bob.wilson@acm.org>
* g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
list of targets to skip.
2002-06-10 Bob Wilson <bob.wilson@acm.org>
* gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa

View File

@ -5,7 +5,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.
// Skip if target: mmix-knuth-mmixware
// Skip if target: mmix-knuth-mmixware xtensa-*-elf*
extern "C" void _exit (int);