On Fri, 18 Jul 2025 14:49:41 -0700 Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > On Fri, 18 Jul 2025 at 14:34, H. Peter Anvin <hpa@xxxxxxxxx> wrote: > > > > - __auto_type __pu_ptr = (ptr); \ > > + auto __pu_ptr = (ptr); \ > > typeof(*__pu_ptr) __pu_val = (typeof(*__pu_ptr))(x); \ You need to align the \ Plausibly possible by post-processing the diffs. David