https://github.com/ElementsProject/lightning/issues/4203
Seems like gcc is turning the “*r = *a” into memcpy, and various (all?) callers have r == a. Technically disallowed, but gcc may be allowed to make this assumption?
https://github.com/ElementsProject/lightning/issues/4203
Seems like gcc is turning the “*r = *a” into memcpy, and various (all?) callers have r == a. Technically disallowed, but gcc may be allowed to make this assumption?
-Os
build… Sad that it happens here too.