================
@@ -401,3 +401,11 @@ bool issue155507(v2int16_t a, v2int16_t b) {
constexpr bool b2 = (bool)nullptr;
_Static_assert(!b2);
+
+double ghissue173847(double a) {
----------------
a-tarasyuk wrote:@shafik Thanks for pointing this out — I've created a PR to cover this case. https://github.com/llvm/llvm-project/pull/174113 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
