Skip to content
Snippets Groups Projects
Commit 16d1b0bd authored by Paul Brook's avatar Paul Brook Committed by Paul Brook
Browse files

* g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.

From-SVN: r87712
parent 4d539f68
No related branches found
No related tags found
No related merge requests found
2004-09-18 Paul Brook <paul@codesourcery.com>
* g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
2004-09-18 Joseph S. Myers <jsm@polyomino.org.uk> 2004-09-18 Joseph S. Myers <jsm@polyomino.org.uk>
   
PR c/17424 PR c/17424
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// 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.
// { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf } } // { dg-do run { xfail mmix-knuth-mmixware xtensa-*-elf* arm*-*-elf arm*-*-eabi } }
// Bug: g++ was failing to destroy C<int>::a because it was using two // Bug: g++ was failing to destroy C<int>::a because it was using two
// different sentry variables for construction and destruction. // different sentry variables for construction and destruction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment