aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2002-06-11 16:59:00 +0000
committerBob Wilson <bwilson@gcc.gnu.org>2002-06-11 16:59:00 +0000
commit9da754bd5e3c704f74ff1019c735e7ac30081b0e (patch)
tree252668ed4fafa59b9afd62599900cba11241d61a /gcc
parent603b4b9210971f4644b54988817818b9a8a1e859 (diff)
downloadgcc-9da754bd5e3c704f74ff1019c735e7ac30081b0e.zip
gcc-9da754bd5e3c704f74ff1019c735e7ac30081b0e.tar.gz
gcc-9da754bd5e3c704f74ff1019c735e7ac30081b0e.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/g++.old-deja/g++.pt/static11.C2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 4ef50fa..5d9b3fa 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static11.C b/gcc/testsuite/g++.old-deja/g++.pt/static11.C
index cb8a524..3e31b40 100644
--- a/gcc/testsuite/g++.old-deja/g++.pt/static11.C
+++ b/gcc/testsuite/g++.old-deja/g++.pt/static11.C
@@ -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);