> 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. > > Thoughts on this? > > 2019-01-10 Jakub Jelinek <ja...@redhat.com> > > PR bootstrap/88450 > * function.c (assign_stack_temp_for_type): Use alignment at most > MAX_SUPPORTED_STACK_ALIGNMENT. Adjust assert correspondingly.
Not clear to me if this shouldn't be done in get_stack_local_alignment instead but I don't really have a strong opinion here. -- Eric Botcazou