* testsuite/23_containers/unordered_set/allocator/ext_ptr.cc: Mark
XFAIL for C++17 until node reinsertion supports fancy pointers.
From-SVN: r244436
2017-01-13 Jonathan Wakely <jwakely@redhat.com>
+ * testsuite/23_containers/unordered_set/allocator/ext_ptr.cc: Mark
+ XFAIL for C++17 until node reinsertion supports fancy pointers.
+
PR libstdc++/78361
* testsuite/20_util/add_pointer/value.cc: Test forming function
pointers.
// with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>.
-// { dg-do run { target c++11 } }
+// { dg-do compile { target c++11 } }
#include <unordered_set>
#include <memory>
using __gnu_test::CustomPointerAlloc;
+// { dg-xfail-if "node reinsertion assumes raw pointers" { c++1z } }
+// TODO when removing this xfail change the test back to "dg-do run".
template class std::unordered_set<T, H, E, CustomPointerAlloc<T>>;
void test01()