diff options
author | Paul Brook <paul@codesourcery.com> | 2004-09-18 22:58:12 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-09-18 22:58:12 +0000 |
commit | 16d1b0bd17190fd36413ef28af6ef2ecebb31011 (patch) | |
tree | 893da803921ee2993b5772002b9a02fa555d9f19 /gcc | |
parent | 4d539f6875696be972076e00ff238acae97b4dcb (diff) | |
download | gcc-16d1b0bd17190fd36413ef28af6ef2ecebb31011.zip gcc-16d1b0bd17190fd36413ef28af6ef2ecebb31011.tar.gz gcc-16d1b0bd17190fd36413ef28af6ef2ecebb31011.tar.bz2 |
* g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
From-SVN: r87712
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/static11.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index df5cc53..a0984c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +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> PR c/17424 diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static11.C b/gcc/testsuite/g++.old-deja/g++.pt/static11.C index cb5ee3a..9fd537c 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static11.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static11.C @@ -2,7 +2,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. -// { 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 // different sentry variables for construction and destruction. |