From aa8a418bbcb6c0f5053fb8a40f7586d7388b8bf5 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Aug 2016 16:48:28 +0000 Subject: text/template: reduce maxExecDepth for gccgo When using gccgo on systems without full support for split stacks a recursive template can overrun the available stack space. Reduce the limit from 100000 to 10000 to make this less likely. It's still high enough that real uses will work. Reviewed-on: https://go-review.googlesource.com/25467 From-SVN: r239141 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 6221a24..92cb99a 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -ca5b64137f013e3104fd74ee7d07ba556a501187 +235dffb0de1e99d6f521f052067f0e936bf63baa The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1