]> Cypherpunks repositories - gostls13.git/commit
gc: correct rounding of denormal constants
authorEoghan Sherry <ejsherry@gmail.com>
Thu, 3 Feb 2011 03:36:54 +0000 (22:36 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 3 Feb 2011 03:36:54 +0000 (22:36 -0500)
commitcf63e34b1dfe25f4a9f1d21294891bbe96d6540d
treebd79e6431e99f6a17345c3a7978456629d1e38b7
parentfb9fc886ff937a0868e77b3c7942ccd56eea5d4a
gc: correct rounding of denormal constants

Fixes #1463.

R=rsc
CC=golang-dev
https://golang.org/cl/4079060
src/cmd/gc/mparith3.c
src/pkg/strconv/ftoa_test.go
test/fixedbugs/bug321.go [new file with mode: 0644]