]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix spurious 'const initializer is not a constant' error
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Mon, 24 Mar 2014 19:36:42 +0000 (20:36 +0100)
committerJan Ziak <0xe2.0x9a.0x9b@gmail.com>
Mon, 24 Mar 2014 19:36:42 +0000 (20:36 +0100)
commit833dae6d26c56bde5fbae27fde0cdc6efa63fefa
tree99f86d58be2649dd5a39b9b782b84a1d10c7ecb1
parent4ffc799295fbe564edf1880a5f4317330c59bcb1
cmd/gc: fix spurious 'const initializer is not a constant' error

Fixes #6403

LGTM=rsc
R=iant, rsc
CC=golang-codereviews
https://golang.org/cl/72840044
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
test/fixedbugs/issue6403.go [new file with mode: 0644]