1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/cmd/6g
Rob Pike 4dcb13bb44 cmd/gc: fix some overflows in the compiler
Some 64-bit fields were run through 32-bit words, some counts were
not checked for overflow, and relocations must fit in 32 bits.
Tests to follow.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/9033043
2013-04-29 22:44:40 -07:00
..
cgen.c cmd/gc: fix some overflows in the compiler 2013-04-29 22:44:40 -07:00
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
galign.c build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
gg.h cmd/gc, reflect, runtime: switch to indirect func value representation 2013-02-21 17:01:13 -05:00
ggen.c cmd/gc: fix some overflows in the compiler 2013-04-29 22:44:40 -07:00
gobj.c cmd/gc: fix some overflows in the compiler 2013-04-29 22:44:40 -07:00
gsubr.c cmd/gc: fix some overflows in the compiler 2013-04-29 22:44:40 -07:00
list.c cmd/gc: emit explicit type information for local variables 2013-02-25 12:13:47 -05:00
Makefile build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
opt.h cmd/{5g,6g,8g,6c}: remove unused macro, use %E to print etype. 2012-09-24 23:44:00 +02:00
peep.c cmd/6g: fix warnings on Plan 9 2013-03-30 09:31:49 -07:00
reg.c cmd/gc: fix some overflows in the compiler 2013-04-29 22:44:40 -07:00