* g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
authorMark Mitchell <mark@codesourcery.com>
Tue, 30 Dec 2003 00:40:31 +0000 (00:40 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 30 Dec 2003 00:40:31 +0000 (00:40 +0000)
From-SVN: r75219

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

index be64671bf901001a7eceda761c47cbc099dbabf4..879d4ee88ca48c350639a628d3cf6f4aaebf5477 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-29  Mark Mitchell  <mark@codesourcery.com>
+
+       * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
+
 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/12774
index 1b0376676740f21fffcdcaeb3fbcaa6a9796b8fe..cb5ee3a1a494575654fd363e03a218b0a2ed9bd6 100644 (file)
@@ -1,12 +1,11 @@
-// { dg-do run  }
-// Bug: g++ was failing to destroy C<int>::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<int>::a because it was using two
+// different sentry variables for construction and destruction.
 
 extern "C" void _exit (int);