================ @@ -0,0 +1,10 @@ +// Reduced from https://github.com/llvm/llvm-project/issues/166512 +// RUN: %clang_cc1 %s -emit-obj -std=c23 -fsanitize=bool -o %t ---------------- BStott6 wrote:
If we're not testing for the assertion failure, this test might not be needed as the code generation is already checked by `complex-compound-assign-bitfield.c`. What do you think? https://github.com/llvm/llvm-project/pull/166798 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
