• Ken Thompson's avatar
    1. check for dups in complex literals · 4238b183
    Ken Thompson authored
       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
    4238b183
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc/xcode Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...