File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -280,9 +280,6 @@ std/utilities/utility/pairs/pairs.spec/three_way_comparison.pass.cpp:0 FAIL
280
280
# DevCom-1626727: bogus "failure was caused by a conversion from void* to a pointer-to-object type" for conversion to void
281
281
std/algorithms/robust_re_difference_type.compile.pass.cpp:0 FAIL
282
282
283
- # DevCom-1628714: C1XX refuses nullptr_t == reference-to-function in a requires expression
284
- std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp:0 FAIL
285
-
286
283
# DevCom-1638496: C1XX doesn't properly reject int <=> unsigned
287
284
std/language.support/cmp/cmp.concept/three_way_comparable_with.compile.pass.cpp:0 FAIL
288
285
std/language.support/cmp/cmp.result/compare_three_way_result.compile.pass.cpp:0 FAIL
@@ -291,6 +288,9 @@ std/utilities/tuple/tuple.tuple/tuple.rel/three_way.pass.cpp:0 FAIL
291
288
# DevCom-1638563: icky static analysis false positive
292
289
std/language.support/support.coroutines/end.to.end/go.pass.cpp:0 FAIL
293
290
291
+ # DevCom-10026599: conditional expression has two different types
292
+ std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp:0 FAIL
293
+
294
294
295
295
# *** CLANG COMPILER BUGS ***
296
296
# LLVM-46207 Clang's tgmath.h interferes with the UCRT's tgmath.h
Original file line number Diff line number Diff line change @@ -280,9 +280,6 @@ utilities\utility\pairs\pairs.spec\three_way_comparison.pass.cpp
280
280
# DevCom-1626727: bogus "failure was caused by a conversion from void* to a pointer-to-object type" for conversion to void
281
281
algorithms\robust_re_difference_type.compile.pass.cpp
282
282
283
- # DevCom-1628714: C1XX refuses nullptr_t == reference-to-function in a requires expression
284
- concepts\concepts.compare\concept.equalitycomparable\equality_comparable_with.compile.pass.cpp
285
-
286
283
# DevCom-1638496: C1XX doesn't properly reject int <=> unsigned
287
284
language.support\cmp\cmp.concept\three_way_comparable_with.compile.pass.cpp
288
285
language.support\cmp\cmp.result\compare_three_way_result.compile.pass.cpp
@@ -291,6 +288,9 @@ utilities\tuple\tuple.tuple\tuple.rel\three_way.pass.cpp
291
288
# DevCom-1638563: icky static analysis false positive
292
289
language.support\support.coroutines\end.to.end\go.pass.cpp
293
290
291
+ # DevCom-10026599: conditional expression has two different types
292
+ concepts\concepts.compare\concept.equalitycomparable\equality_comparable_with.compile.pass.cpp
293
+
294
294
295
295
# *** CLANG COMPILER BUGS ***
296
296
# LLVM-46207 Clang's tgmath.h interferes with the UCRT's tgmath.h
You can’t perform that action at this time.
0 commit comments