On Fri, 4 Apr 2025, Jason Merrill wrote: > Incidentally, does anyone know the status of the parallel WG14 proposal > (https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2218.htm)?
Signed integer types are two's complement in C23. That did not involve any changes to the rules on shifts; it was purely about representation (eliminating the possibility of one's complement and sign-magnitude integer types). -- Joseph S. Myers josmy...@redhat.com