From 45c935bd0b5bde5c432b8ac2a4da1e54f6bc273a Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 25 Sep 2019 19:40:48 +0000 Subject: [libc++] Purge mentions of GCC 4 from the test suite We don't support GCC 4 and older according to the documentation, so we should pretend it doesn't exist. This is a re-application of r372787. llvm-svn: 372916 --- .../specialized.addressof/constexpr_addressof.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/std/utilities/memory') diff --git a/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp b/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp index 2aabf812a75..ae8a162ef2f 100644 --- a/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp +++ b/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++98, c++03, c++11, c++14 -// XFAIL: gcc-4, gcc-5, gcc-6 +// XFAIL: gcc-5, gcc-6 // -- cgit v1.2.3