From: Bob Wilson Date: Tue, 11 Jun 2002 16:59:00 +0000 (+0000) Subject: static11.C: Add xtensa-*-elf* to the list of targets to skip. X-Git-Tag: releases/gcc-3.3.0~4398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9da754bd5e3c704f74ff1019c735e7ac30081b0e;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4ef50fab73ec..5d9b3fa2c2ca 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-06-11 Bob Wilson + + * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the + list of targets to skip. + 2002-06-10 Bob Wilson * 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 cb8a5241a171..3e31b408e7dd 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);