r239141 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Thu Aug 4 16:48:00 GMT 2016


Author: ian
Date: Thu Aug  4 16:48:28 2016
New Revision: 239141

URL: https://gcc.gnu.org/viewcvs?rev=239141&root=gcc&view=rev
Log:
    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

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/text/template/exec.go



More information about the Gcc-cvs mailing list