go/test/bugs
Russ Cox 08ca30bbfa change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
2008-12-19 03:05:37 -08:00
..
bug020.go - updated test cases to latest compiler changes 2008-08-29 13:21:00 -07:00
bug041.go remove uses of *T as an implicit forward declaration of T 2008-10-07 12:59:54 -07:00
bug046.go With the cleanup of method types, this test case is now 2008-10-01 17:01:42 -07:00
bug064.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug080.go - bug in function invocation 2008-07-30 10:14:39 -07:00
bug085.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug087.go bug: cannot take len() of a constant string 2008-08-07 17:56:12 -07:00
bug098.go - map composites should be of correct map type (instead of pointer type) 2008-09-11 17:16:50 -07:00
bug105.go bug: package identifier not visible 2008-09-25 15:45:19 -07:00
bug108.go Storing an out of range constant into a variable should 2008-09-29 11:03:21 -07:00
bug115.go bugs from old gri mail 2008-10-29 19:34:47 -07:00
bug117.go Fix powser1.go to compile with the current 6g, which doesn't 2008-11-05 12:06:48 -08:00
bug121.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
bug122.go - new() accepts too many arguments 2008-11-17 16:46:56 -08:00
bug123.go The compiler should reject calling a const as though it were a 2008-11-18 06:25:21 -08:00
bug125.go Add ERROR comment for errmsg to look for. 2008-11-18 15:58:43 -08:00
bug129.go bug129 2008-12-11 18:19:07 -08:00