]> Cypherpunks repositories - gostls13.git/commit
more 6g reorg; checkpoint.
authorRuss Cox <rsc@golang.org>
Mon, 3 Aug 2009 18:58:52 +0000 (11:58 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 3 Aug 2009 18:58:52 +0000 (11:58 -0700)
commit9dc22b6d6fbd62ce127dbad1bdbfbb073ad7c4af
tree0802e78710de882ee76b248ff780b4385b36c1a5
parent178089056ea9dae2c2807f0b5b475c2caf09fde3
more 6g reorg; checkpoint.
typecheck.c is now responsible for all type checking
except for assignment and function argument "..."

R=ken
OCL=32661
CL=32667
25 files changed:
src/cmd/8g/gsubr.c
src/cmd/gc/const.c
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/print.c
src/cmd/gc/sinit.c
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
test/chan/perm.go
test/const1.go
test/convert3.go
test/convlit.go
test/convlit1.go
test/fixedbugs/bug022.go
test/fixedbugs/bug062.go
test/fixedbugs/bug090.go
test/fixedbugs/bug121.go
test/fixedbugs/bug131.go
test/fixedbugs/bug146.go
test/fixedbugs/bug170.go
test/func4.go
test/golden.out
test/interface/pointer.go