On Fri, 18 Jul 2025 14:49:41 -0700 Linus Torvalds torvalds@linux-foundation.org wrote:
On Fri, 18 Jul 2025 at 14:34, H. Peter Anvin hpa@zytor.com 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