]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: there are no -0 floating-point constants
authorRobert Griesemer <gri@golang.org>
Tue, 20 Oct 2015 21:45:36 +0000 (14:45 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 20 Oct 2015 22:11:11 +0000 (22:11 +0000)
commit76285213b8a453ed0825d98e9a6bb3e044d20022
treed90d455bcb6811eb25c4eef257c867207d789290
parentff85f86877e3639f9a78b5dca27021c33b8cf85c
cmd/compile/internal/gc: there are no -0 floating-point constants

Fixes #12577.

Change-Id: Id469cd92f5f9436b0ef948ee1a252ed1842bc7aa
Reviewed-on: https://go-review.googlesource.com/16133
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/mparith3.go
test/fixedbugs/issue12577.go [new file with mode: 0644]