]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: don't truncate tiny float constants to 0 in error messages
authorRobert Griesemer <gri@golang.org>
Thu, 10 Dec 2015 01:22:48 +0000 (17:22 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 10 Dec 2015 16:39:46 +0000 (16:39 +0000)
commit732e2cd7461107b314ba23da10ca1e24a22885d2
treec62da3b0ea0586aa91ca9b1ecfc7050269d25234
parente05b48e22c3cc4ad334fdd9542bb9a69370cf79a
cmd/compile: don't truncate tiny float constants to 0 in error messages

Fixes #13559.

Change-Id: I6fe8b5083192e8eb6c1b3ca1919fde81a00ccb7e
Reviewed-on: https://go-review.googlesource.com/17695
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
src/cmd/compile/internal/gc/mparith3.go
test/fixedbugs/issue11326.go
test/fixedbugs/issue11590.go
test/fixedbugs/issue13471.go
test/fixedbugs/issue13559.go [new file with mode: 0644]