]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: don't cache bad pointer typedefs
authorIan Lance Taylor <iant@golang.org>
Tue, 11 Dec 2018 15:46:10 +0000 (07:46 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 11 Dec 2018 15:57:38 +0000 (15:57 +0000)
commit01e072db5d26c224dfbe7763a5b94ab23c163983
tree356055da5fe8777f72366e08ca89ba6eac63a547
parentf6a163177f858c7158ddca55671f1cd0782b9221
cmd/cgo: don't cache bad pointer typedefs

The set of bad pointer typedefs changes as we see more typedefs, so
avoid looking in the cache when we find one.

Fixes #29175

Change-Id: Idd82289bdd8628d11a983fa5ec96517e3a5bcbf1
Reviewed-on: https://go-review.googlesource.com/c/153597
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/cgo/gcc.go