]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages
authorShenghou Ma <minux@golang.org>
Wed, 16 Dec 2015 05:06:45 +0000 (00:06 -0500)
committerMinux Ma <minux@golang.org>
Wed, 16 Dec 2015 22:13:17 +0000 (22:13 +0000)
commita766d8e59c2c43b4c6795404d303b64b9fe69a0f
tree9d08d13a1a2f6d6b9f515021286d8de5869c9037
parente8e786c20d09a5d5e69761f1676e5065bab4a319
cmd/cgo: map C unsigned char back to _Ctype_uchar in error messages

Fixes #13635.

Change-Id: Icab4a45567f435f002a8f6c85db9538acf054a70
Reviewed-on: https://go-review.googlesource.com/17863
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/errors/issue13635.go [new file with mode: 0644]
misc/cgo/errors/test.bash
src/cmd/cgo/gcc.go