]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.12] cmd/link: increase the function call limit in stkcheck
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Aug 2019 17:54:43 +0000 (10:54 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Aug 2019 21:08:07 +0000 (21:08 +0000)
commit4e15604ada268612c2c81402e172627c7f22f483
tree100b568fa3a8658b19443c6b54e85b6f943be919
parent2da8ca41a7ae6f125e0240f66ce504613562fe5b
[release-branch.go1.12] cmd/link: increase the function call limit in stkcheck

There is real (albeit generated) code that exceeds the limit.

Updates #33555
Fixes #33557

Change-Id: I668e85825d3d2a471970e869abe63f3492213cc1
Reviewed-on: https://go-review.googlesource.com/c/go/+/189697
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
(cherry picked from commit 951143cf1425189965498cc32fc8dc132bf7c777)
Reviewed-on: https://go-review.googlesource.com/c/go/+/189717
src/cmd/link/internal/ld/lib.go
test/fixedbugs/issue33555.go [new file with mode: 0644]