On Wed, Jun 20, 2018 at 12:02 PM, Than McIntosh <th...@google.com> wrote: > > Please find below a patch to fix PR 86213. This changes the runtime > code for -fsplit-stack to move a couple of calls (getenv, etc) from > the routine called by __morestack to a function called on startup, > so as to avoid having the calls clobber SSE input regs.
Thanks. Approved and committed. Ian