mirror of
https://github.com/golang/go
synced 2024-11-19 15:44:44 -07:00
08df4dcf7d
ideally cause the compiler to give an error. Right now 6g warns about large shifts but does not give an error. This CL removes the out of range shift from shift.go, so that it will work with gccgo, and adds a test case in bugs/ to be fixed at a later date. R=ken,r DELTA=23 (9 added, 14 deleted, 0 changed) OCL=16085 CL=16088 |
||
---|---|---|
.. | ||
array.go | ||
chan.go | ||
for.go | ||
interfun.go | ||
intervar.go | ||
label.go | ||
litfun.go | ||
mfunc.go | ||
ptrfun.go | ||
ptrvar.go | ||
rob1.go | ||
rob2.go | ||
robfor.go | ||
robfunc.go | ||
robif.go | ||
shift.go | ||
simparray.go | ||
simpbool.go | ||
simpconv.go | ||
simpfun.go | ||
simpprint.go | ||
simpswitch.go | ||
simpvar.go | ||
string.go | ||
strvar.go |