From a6ee80b05f768a61c6a6dfffaa52dc2ed1cd6c6b Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Tue, 6 Oct 2020 23:14:50 -0700 Subject: [PATCH] Update broken_constant_eval.pass.cpp This can fix #41 However, I don't know if there is a way to more specifically target a minor gcc version. --- .../utilities/utilities.general/broken_constant_eval.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.upstream-tests/test/std/utilities/utilities.general/broken_constant_eval.pass.cpp b/.upstream-tests/test/std/utilities/utilities.general/broken_constant_eval.pass.cpp index 2d9fbd71dd..d88f12524c 100644 --- a/.upstream-tests/test/std/utilities/utilities.general/broken_constant_eval.pass.cpp +++ b/.upstream-tests/test/std/utilities/utilities.general/broken_constant_eval.pass.cpp @@ -11,7 +11,7 @@ // UNSUPPORTED: windows, icc, pgi // XFAIL: clang-9 && c++11 // XFAIL: clang-10 && c++11 -// XFAIL: gcc-9 && c++11 +// gcc 10.0 is expected to pass, but later versions do not. // XFAIL: gcc-10 && c++11