]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/gc: type of str[i] is byte, not uint8
authorRuss Cox <rsc@golang.org>
Tue, 19 May 2015 18:00:27 +0000 (14:00 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 19 May 2015 19:20:25 +0000 (19:20 +0000)
commitc735064cdeb6bf4ec84a0a4b2b48a5cafc4b83dd
tree91fccbdf3eeabd788112eb02617ead3d0779dc6d
parent913db7685ec80bc9c56f357b09ced127fbf09a1e
cmd/internal/gc: type of str[i] is byte, not uint8

Fixes #8745.

Change-Id: Id0641e3c0f259812b41ed871e83c68740feb2b19
Reviewed-on: https://go-review.googlesource.com/10261
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/internal/gc/typecheck.go
test/fixedbugs/issue8745.go [new file with mode: 0644]