1
0
mirror of https://github.com/golang/go synced 2024-11-20 02:24:43 -07:00
go/src/cmd/6g
David du Colombier 3a14b42edf cmd/6g: fix warnings on Plan 9
src/cmd/6g/peep.c:471 set and not used: r
src/cmd/6g/peep.c:560 overspecified class: regconsttyp GLOBL STATIC
src/cmd/6g/peep.c:761 more arguments than format IND STRUCT Prog
src/cmd/6g/reg.c:185 set and not used: r1
src/cmd/6g/reg.c:786 format mismatch d VLONG, arg 3
src/cmd/6g/reg.c:1064 format mismatch d VLONG, arg 5

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8197044
2013-03-30 09:31:49 -07:00
..
cgen.c cmd/5g, cmd/6g: fix node dump formats 2013-02-21 12:53:25 -05: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: emit explicit type information for local variables 2013-02-25 12:13:47 -05:00
gobj.c cmd/{5,6,8}g: reduce size of Prog and Addr 2012-12-14 06:20:24 +11:00
gsubr.c cmd/gc: implement method values 2013-03-20 17:11:09 -04: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/6g: fix warnings on Plan 9 2013-03-30 09:31:49 -07:00