go/test/bugs
Robert Griesemer 4d76e8e142 - bug: empty switches don't compile
R=rsc
DELTA=32  (28 added, 3 deleted, 1 changed)
OCL=20301
CL=20340
2008-12-03 10:41:43 -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
bug104.go 6g currently accepts setting a string value to an integer 2008-09-25 15:08:52 -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
bug119.go wrong code for array access 2008-11-12 14:57:23 -08:00
bug120.go return *os.Error instead of bool from strconv.ato* 2008-11-18 17:12:07 -08:00
bug121.go - interface methods must have full function type 2008-11-17 16:37:13 -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
bug124.go The compiler should reject comparisons between ints and nil. 2008-11-17 21:44:05 -08:00
bug125.go Add ERROR comment for errmsg to look for. 2008-11-18 15:58:43 -08:00
bug126.go bug: constants should not be redeclarable 2008-12-01 17:27:57 -08:00
bug127.go 6g gives no error on "0 != nil" 2008-12-02 16:35:00 -08:00
bug128.go - bug: empty switches don't compile 2008-12-03 10:41:43 -08:00