Re: [PATCH, libgo]: Double StackMin size for 64bit non-split-stack targets

2015-01-05 Thread Ian Lance Taylor
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

2014-12-24 Thread Uros Bizjak
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