]> Cypherpunks repositories - gostls13.git/commit
gc: Nicer errors before miscompiling.
authorLuuk van Dijk <lvd@golang.org>
Tue, 10 Jan 2012 10:19:22 +0000 (11:19 +0100)
committerLuuk van Dijk <lvd@golang.org>
Tue, 10 Jan 2012 10:19:22 +0000 (11:19 +0100)
commita6c49098bcddd3af21640b512257289c47f5e724
treee7e6f81d90e6c808fbcdf977e0ac6a7f62789adf
parent4bcc9c6b5e91eca8de1329ea2151610e2f3e3ada
gc: Nicer errors before miscompiling.

This fixes issue 2444.

A big cleanup of all 31/32bit size boundaries i'll leave for another cl though.  (see also issue 1700).

R=rsc
CC=golang-dev
https://golang.org/cl/5484058
src/cmd/5g/cgen.c
src/cmd/5g/gg.h
src/cmd/6g/cgen.c
src/cmd/6g/gg.h
src/cmd/8g/cgen.c
src/cmd/8g/gg.h
src/cmd/gc/align.c
src/cmd/gc/pgen.c
test/fixedbugs/bug385_32.go [new file with mode: 0644]
test/fixedbugs/bug385_64.go [new file with mode: 0644]