]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: for C bitfields use only valid Go integer types
authorIan Lance Taylor <iant@golang.org>
Fri, 1 Dec 2017 14:57:37 +0000 (06:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Dec 2017 23:50:23 +0000 (23:50 +0000)
commitbfa7a558bf08dfa17c3a59dd156dcb022b76a433
tree136e43951934549684da2949685359a7bab75a72
parentea0d2c14f8010f31dc7b892e6a546cfdb4d8ef21
cmd/cgo: for C bitfields use only valid Go integer types

Fixes #22958

Change-Id: Ib078a5f6e1105a2afca77c6d9a05f65ddf5d9010
Reviewed-on: https://go-review.googlesource.com/81435
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
misc/cgo/test/issue22958.go [new file with mode: 0644]
src/cmd/cgo/gcc.go