On Thu, Jan 10, 2019 at 03:11:18PM -0800, H.J. Lu wrote: > > Bootstrapped/regtested on x86_64-linux and i686-linux, but that doesn't mean > > much, because MAX_SUPPORTED_STACK_ALIGNMENT there is 1 << 28. Guess more > > useful would be to test it on mingw where BIGGEST_ALIGNMENT is often higher > > than MAX_SUPPORTED_STACK_ALIGNMENT. > > FWIW, MAX_SUPPORTED_STACK_ALIGNMENT is an arbitrary large value for > Linux/x86 since we track and align stack as needed.
Yes, I know. Which is why I've said that the passed bootstrap/regtest on {x86_64,i686}-linux isn't really meaningful, since the patch probably never changed anything at all, and probably not really useful on powerpc*, as MAX_SUPPORTED_STACK_ALIGNMENT is there usually 128 and BIGGEST_ALIGNMENT 128 as well. Jakub