cmd/gc: fix comparison order of parameters in mpcmpfltc(a, b)
It should compare a - b to 0, not b - a to 0. Fixes #6964. R=golang-dev, r CC=golang-dev https://golang.org/cl/39020044
Showing
test/fixedbugs/issue6964.go
0 → 100644
Please
register
or
sign in
to comment