• 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
..
Makefile Loading commit data...
cgen.c Loading commit data...
galign.c Loading commit data...
gg.h Loading commit data...
ggen.c Loading commit data...
gobj.c Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
opt.h Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...