]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add debug print to identify unexpected objects
authorRobert Griesemer <gri@golang.org>
Tue, 1 Nov 2016 16:39:01 +0000 (09:39 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 1 Nov 2016 16:49:30 +0000 (16:49 +0000)
commitb82ae33b903e309140fd471eee2de4c8ac7c0b46
tree8a8ba8814de343f77918afbfde445e5ac529f47c
parent719b493312154b43e9ace5743f3d74efb155b9d7
cmd/compile: add debug print to identify unexpected objects

This should never be called but should help identify causes of
unexpected panics such as in issue #17716.

Change-Id: Id6ad0cef1088a41bfcc69110a93484a7e39c4128
Reviewed-on: https://go-review.googlesource.com/32480
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/call.go