Commit 21b75a73 by Mark Mitchell Committed by Mark Mitchell

* g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.

From-SVN: r75219
parent 022ca2d9
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> 2003-12-29 Nathan Sidwell <nathan@codesourcery.com>
PR c++/12774 PR c++/12774
......
// { 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" // Some targets (e.g. those with "set_board_info needs_status_wrapper 1"
// in their dejagnu baseboard description) require that the status is // in their dejagnu baseboard description) require that the status is
// final when exit is entered (or main returns), and not "overruled" by a // 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. // 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); extern "C" void _exit (int);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment