diff options
author | Janis Johnson <janis187@us.ibm.com> | 2005-02-10 00:23:49 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2005-02-10 00:23:49 +0000 |
commit | 1bc83fd3bcc5591ce3d535520a3d451151f8a521 (patch) | |
tree | 88137656b469f7f3538e9888c1c3dba75bbf8192 | |
parent | c6a912da40b0f909bdafcf6e2afb69068a20f503 (diff) | |
download | gcc-1bc83fd3bcc5591ce3d535520a3d451151f8a521.zip gcc-1bc83fd3bcc5591ce3d535520a3d451151f8a521.tar.gz gcc-1bc83fd3bcc5591ce3d535520a3d451151f8a521.tar.bz2 |
* testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*.
From-SVN: r94786
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/ext/array_allocator/2.cc | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 432dc9a..2f67638 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2005-02-09 Janis Johnson <janis187@us.ibm.com> + + * testsuite/ext/array_allocator/2.cc: XFAIL for powerpc*-*-linux*. + 2005-02-08 Mark Mitchell <mark@codesourcery.com> * config/linker-map.gnu (GLIBCXX_3.4): Add _ZNSdC* and _ZNSdD*. diff --git a/libstdc++-v3/testsuite/ext/array_allocator/2.cc b/libstdc++-v3/testsuite/ext/array_allocator/2.cc index 74b2bc9..f580ea2 100644 --- a/libstdc++-v3/testsuite/ext/array_allocator/2.cc +++ b/libstdc++-v3/testsuite/ext/array_allocator/2.cc @@ -1,3 +1,6 @@ +// Expected execution error for PR19495. +// { dg-do run { xfail powerpc*-*-linux* } } + // Copyright (C) 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free |