1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:44:43 -07:00
go/src
Dave Cheney 9c504696f4 cmd/gc: fix undefined behaviour warnings in mparith3.c
Update #8527

Fixes two warnings:

src/cmd/gc/mparith3.c:255:10: runtime error: shift exponent 52 is too large for 32-bit type 'int'
src/cmd/gc/mparith3.c:254:14: runtime error: shift exponent 52 is too large for 32-bit type 'int'

LGTM=rsc
R=r, dvyukov, rsc
CC=golang-codereviews
https://golang.org/cl/134940044
2014-08-27 15:23:38 +10:00
..
cmd cmd/gc: fix undefined behaviour warnings in mparith3.c 2014-08-27 15:23:38 +10:00
lib9 lib9: format %#04x, 0 as 0x0000 not 000000. 2014-07-23 10:17:47 -04:00
libbio
liblink liblink: introduce way to avoid pc-relative addressing 2014-08-25 18:45:29 -04:00
pkg time: use go generate rather than Makefile (windows only) 2014-08-26 14:45:53 -07:00
all.bash
all.bat
all.rc
androidtest.bash
clean.bash
clean.bat
clean.rc
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash run.bash: run misc/cgo/testgodefs/test.bash 2014-08-12 07:13:52 -07:00
run.bat
run.rc
sudo.bash