[clang] Fix/interp init list unnamed bitfields (PR #87799)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 7 23:14:41 PDT 2024


================
@@ -0,0 +1,114 @@
+// UNSUPPORTED: asserts
+// REQUIRES: asserts
+// ^ this attempts to say "don't actually run this test", because it's broken
----------------
tbaederr wrote:

In this case, I would fix the other bug first.

https://github.com/llvm/llvm-project/pull/87799


More information about the cfe-commits mailing list