go/misc/cgo/test/testdata
Tai e13a4d9586 cmd/cgo: build unique C type cache keys from parent names
When translating C types, cache the in-progress type under its parent
names, so that anonymous structs can also be translated for multiple
typedefs, without clashing.

Standalone types are not affected by this change.

Also updated the test for issue 9026 because the C struct name
generation algorithm has changed.

Fixes #31891

Change-Id: I00cc64852a2617ce33da13f74caec886af05b9f2
Reviewed-on: https://go-review.googlesource.com/c/go/+/181857
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-10-05 00:16:04 +00:00
..
gcc68255 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue8756 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue8828 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue9026 cmd/cgo: build unique C type cache keys from parent names 2019-10-05 00:16:04 +00:00
issue9400 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue9510a misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue9510b misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue20266 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue23555a misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue23555b misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue24161arg misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue24161e0 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue24161e1 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue24161e2 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue24161res misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue26213 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue26430 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue26743 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue27054 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue27340 misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue29563 cmd/link: permit duplicate weak symbols 2019-03-29 17:46:01 +00:00
issue30527 cmd/cgo: simplify and fix handling of untyped constants 2019-03-06 21:16:20 +00:00
cgo_linux_test.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
cgo_test.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
gcc68255.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue8756.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue8828.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue9026.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue9400_linux.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue9510.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue20266.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue23555.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue24161_darwin_test.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue26430.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue26743.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue27340.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00
issue29563.go cmd/link: permit duplicate weak symbols 2019-03-29 17:46:01 +00:00
issue30527.go cmd/cgo: simplify and fix handling of untyped constants 2019-03-06 21:16:20 +00:00
test26213.go misc/cgo/test: fix tests in module mode 2019-02-24 00:35:18 +00:00