EricWF added inline comments.

================
Comment at: libcxx/test/libcxx/numerics/c.math/constexpr-fns.pass.cpp:17
+// true constexpr-ness.
+
+#include <cmath>
----------------
jlebar wrote:
> EricWF wrote:
> > Does GCC offer these as contexpr? If not this needs a `// XFAIL: gcc`
> Looks like the relevant builtins in gcc are constexpr-evaluatable: 
> https://godbolt.org/g/GcwJba
Also instead of using `TEST_STD_VER` you can write `// UNSUPPORTED: c++98, 
c++03`.


https://reviews.llvm.org/D25403



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to