commit | 4238b1834482f54f67b714c85a126b306b524a8c | [log] [tgz] |
---|---|---|
author | Ken Thompson <ken@golang.org> | Sat May 23 15:34:29 2009 -0700 |
committer | Ken Thompson <ken@golang.org> | Sat May 23 15:34:29 2009 -0700 |
tree | 4d4269d930b3baf747527108a8325bb4d6459e3e | |
parent | 368b42103e98e612fb688e8e4753276d4c592ffa [diff] |
1. check for dups in complex literals structtype{a:1, a:2} maptypetype{"xx":1, "xx":2} arraytypetype{5:1, 5:2} 2. bug in registerization concerning alias of a struct and one of its elements 3. code optimization of struct.field (which exposed bug in 2) R=r OCL=29315 CL=29315