]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: Error out on division by constant zero.
authorDaniel Morsing <daniel.morsing@gmail.com>
Wed, 30 Jan 2013 19:21:08 +0000 (20:21 +0100)
committerDaniel Morsing <daniel.morsing@gmail.com>
Wed, 30 Jan 2013 19:21:08 +0000 (20:21 +0100)
commitba05a436084376d0b17acb0fdde0a7bc78ab2fc1
tree2578df088493ace286d9e6ccc10fe1b46d238bdc
parent6563d8623ddd3eb4e92563e8e76fc8f4829e6cfc
cmd/gc: Error out on division by constant zero.

Fixes #4264.

R=cldorian, rsc
CC=golang-dev
https://golang.org/cl/6845113
src/cmd/gc/typecheck.c
test/64bit.go
test/fixedbugs/bug410.go
test/fixedbugs/issue4264.go [new file with mode: 0644]