mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-03 17:44:01 +08:00
xfail experimental/memory_resource/new_delete_resource.cc on 32-bit Solaris/x86 (PR libstdc++/77691)
PR libstdc++/77691 * testsuite/experimental/memory_resource/new_delete_resource.cc: xfail execution on 32-bit Solaris/x86. From-SVN: r263000
This commit is contained in:
parent
c00c9d0365
commit
864f020a10
@ -1,3 +1,9 @@
|
||||
2018-07-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
PR libstdc++/77691
|
||||
* testsuite/experimental/memory_resource/new_delete_resource.cc:
|
||||
xfail execution on 32-bit Solaris/x86.
|
||||
|
||||
2018-07-26 Marc Glisse <marc.glisse@inria.fr>
|
||||
|
||||
* include/bits/stl_vector.h (_Vector_impl_data::_M_copy_data): New.
|
||||
|
@ -16,6 +16,7 @@
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-do run { target c++14 } }
|
||||
// { dg-xfail-run-if "PR libstdc++/77691" { { i?86-*-solaris2.* x86_64-*-solaris2.* } && ilp32 } }
|
||||
|
||||
#include <experimental/memory_resource>
|
||||
#include <cstdlib>
|
||||
|
Loading…
Reference in New Issue
Block a user