summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-06-08 08:03:35 +0000
committerEric Fiselier <eric@efcs.ca>2017-06-08 08:03:35 +0000
commit183d83b5b9ecf23c2de4bef9dd572b6e359e0a47 (patch)
treead04840fa6ac075dfa1f335aa7ca262217231388 /libcxx
parentfd6d3a7ef6820eae9d529b40aad7c673ecfb60af (diff)
downloadbcm5719-llvm-183d83b5b9ecf23c2de4bef9dd572b6e359e0a47.tar.gz
bcm5719-llvm-183d83b5b9ecf23c2de4bef9dd572b6e359e0a47.zip
XFAIL tuple deduction guide test on GCC
llvm-svn: 304969
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp
index dba17ce2976..7b9c061b3ae 100644
--- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp
+++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp
@@ -10,6 +10,11 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
+// GCC's implementation of class template deduction is still immature and runs
+// into issues with libc++. However GCC accepts this code when compiling
+// against libstdc++.
+// XFAIL: gcc
+
// <string>
// Test that the constructors offered by std::basic_string are formulated
OpenPOWER on IntegriCloud