]> Cypherpunks repositories - gostls13.git/commit
fixed bug in mpconst float multiply by 0.
authorKen Thompson <ken@golang.org>
Sat, 20 Feb 2010 04:42:50 +0000 (20:42 -0800)
committerKen Thompson <ken@golang.org>
Sat, 20 Feb 2010 04:42:50 +0000 (20:42 -0800)
commitf59cb49a5a6959cf84c7af32c871e45d5efd0641
tree1629aa374cd463b177608663d5a75a888b0b2643
parent4f8a000e1735bac3db06d61fe9e78a649d381378
fixed bug in mpconst float multiply by 0.
more complex -- constants, variables and print.

R=rsc
CC=golang-dev
https://golang.org/cl/217061
12 files changed:
src/cmd/6g/Makefile
src/cmd/6g/cgen.c
src/cmd/6g/cplx.c [new file with mode: 0644]
src/cmd/6g/gg.h
src/cmd/6g/gsubr.c
src/cmd/gc/const.c
src/cmd/gc/mparith1.c
src/cmd/gc/mparith3.c
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
src/pkg/runtime/print.c
src/pkg/runtime/runtime.h