Re: [PATCH, libgo]: Double StackMin size for 64bit non-split-stack targets
On Wed, Dec 24, 2014 at 3:44 AM, Uros Bizjak wrote: > > The attached patch doubles StackMin size for 64bit non-split-stack > targets. This patch fixes regexp libgo failure (tracked as gcc PR61871 > [1]) on alpha-linux-gnu. > > --cut here-- > Index: runtime/proc.c >
[PATCH, libgo]: Double StackMin size for 64bit non-split-stack targets
Hello! The attached patch doubles StackMin size for 64bit non-split-stack targets. This patch fixes regexp libgo failure (tracked as gcc PR61871 [1]) on alpha-linux-gnu. --cut here-- Index: runtime/proc.c === --- runtime/proc.c