]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.
authorShenghou Ma <minux.ma@gmail.com>
Sun, 9 Jun 2013 14:06:29 +0000 (22:06 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Sun, 9 Jun 2013 14:06:29 +0000 (22:06 +0800)
commit949228a322e4ccac49abb620a9e33fe3dfde66e6
tree91d8fe3e38c136717474c4bbb0f9eaea3a1d81ae
parente880ab112e9eb4ff6f7c6f3410b68238f8e7403f
cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.
Fixes #5603.

R=iant, dave
CC=gobot, golang-dev
https://golang.org/cl/9895043
misc/cgo/test/cgo_test.go
misc/cgo/test/issue5603.go [new file with mode: 0644]
src/cmd/cgo/doc.go
src/cmd/cgo/out.go