mikaelholmen wrote: If I compile clang with clang (18.1.8) the new windows-Wpadded.cpp testcase fails for me like ``` error: 'expected-warning' diagnostics seen but not expected: File /repo/clang/test/SemaCXX/windows-Wpadded.cpp Line 20: padding struct 'Derived' with 2 bits to align 'c' 1 error generated. ``` However, if I compile clang with gcc (13.3.0) and run the testcase it does not fail.
Am I the only one seeing this? https://github.com/llvm/llvm-project/pull/130182 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits