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

ian@gcc.gnu.org ian@gcc.gnu.org
Mon Aug 8 22:55:00 GMT 2016


Author: ian
Date: Mon Aug  8 22:55:29 2016
New Revision: 239261

URL: https://gcc.gnu.org/viewcvs?rev=239261&root=gcc&view=rev
Log:
    text/template: reduce maxExecDepth for gccgo further
    
    We already lowered the limit of recursive template invocations from
    100,000 to 10,000, but the tests still fail occasionally on
    x86_64-pc-linux-gnu when using GNU ld (so that split stacks are not
    fully functional).  Reduce the limit further, to 1000, enough so that
    the test passes consistently.
    
    Permitting 1000 recursive template invocations still seems capacious
    enough for real world use.
    
    Reviewed-on: https://go-review.googlesource.com/25590

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



More information about the Gcc-cvs mailing list