https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78444
--- Comment #15 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Iain Sandoe from comment #14)
> > I think that adding
> >
> > if (TARGET_MACHO && crtl->profile)
> > {
> > crtl->preferred_stack_boundary = 128;
> > crtl->stack_alignment_needed = 128;
> > }
> >
> > should be the fail-safe solutiom.
>
> or I could add "|| (TARGET_MACHO && crtl->profile)" to the existing list (so
> that it doesn't fire for MS).
Sure, I was just trying to be explicit.