================
@@ -12951,6 +12951,9 @@ def err_builtin_invalid_arg_type: Error<
   "%plural{0:|: }3"
   "%plural{[0,3]:type|:types}1 (was %4)">;
 
+def err_bswapg_bitint_not_16bit_aligned : Error<
----------------
AaronBallman wrote:

Ah, I forgot that `int i : 48` isn't allowed in C because the width exceeds 
that of an `int`. Going with `long long` instead behaves as though it was given 
an `int`: https://godbolt.org/z/6jfTzPdP4, so we should probably swap an `int`. 
WDYT?

https://github.com/llvm/llvm-project/pull/162433
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to