]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't crash when calling String on a TFUNCARGS Type
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 23 Mar 2017 03:33:23 +0000 (20:33 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 23 Mar 2017 19:12:46 +0000 (19:12 +0000)
commit899532487f88a68ed6b7861fb701a1d4fab9456b
tree41a3e733e6f955c86f7f7d3d9e26d579e53b390a
parente95989c1c1251d479e92a84180dd50384afdec8b
cmd/compile: don't crash when calling String on a TFUNCARGS Type

Change-Id: If5eabd622700a6b82dc4961ae9174c9d907eedb7
Reviewed-on: https://go-review.googlesource.com/38465
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/fmt.go