From 21b75a730aa1fe6d449a9114fca0f6c98d9b7653 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 30 Dec 2003 00:40:31 +0000 Subject: [PATCH] * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax. From-SVN: r75219 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.pt/static11.C | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index be64671bf90..879d4ee88ca 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-12-29 Mark Mitchell + + * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax. + 2003-12-29 Nathan Sidwell PR c++/12774 diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static11.C b/gcc/testsuite/g++.old-deja/g++.pt/static11.C index 1b037667674..cb5ee3a1a49 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static11.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static11.C @@ -1,12 +1,11 @@ -// { dg-do run } -// Bug: g++ was failing to destroy C::a because it was using two -// different sentry variables for construction and destruction. -// // Some targets (e.g. those with "set_board_info needs_status_wrapper 1" // 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 xtensa-*-elf* +// { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf } } + +// Bug: g++ was failing to destroy C::a because it was using two +// different sentry variables for construction and destruction. extern "C" void _exit (int); -- 2.30.2