Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update broken_constant_eval.pass.cpp
Browse files Browse the repository at this point in the history
This can fix #41
However, I don't know if there is a way to more specifically target a minor gcc version.
  • Loading branch information
wmaxey committed Oct 7, 2020
1 parent 0e5dda4 commit a6ee80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit a6ee80b

Please sign in to comment.