]> Cypherpunks repositories - gostls13.git/commit
test: float to integer test case
authorIan Lance Taylor <iant@golang.org>
Tue, 31 Jan 2012 05:39:38 +0000 (21:39 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 31 Jan 2012 05:39:38 +0000 (21:39 -0800)
commit2d7495d287005b87047f353ac3574146ef50ac29
tree70dcb04198705538259e241b720576753c0b76ab
parent85aeeadaecbe48ecf0be44f030c06feb85e71eab
test: float to integer test case

gccgo currently fails this test:

fixedbugs/bug402.go:12:9: error: floating point constant truncated to integer
fixedbugs/bug402.go:13:8: error: floating point constant truncated to integer

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5600050
test/fixedbugs/bug402.go [new file with mode: 0644]