OSDN Git Service

* g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
authorbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2002 16:59:00 +0000 (16:59 +0000)
committerbwilson <bwilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2002 16:59:00 +0000 (16:59 +0000)
        list of targets to skip.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54514 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4ef50fa..5d9b3fa 100644 (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
index cb8a524..3e31b40 100644 (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);