323607d1d08ab527b2e1d249bb092af8d492eb2c
The indexed tagged-element assign arm computed its base without the isglobal -> LEAQ name(SB) branch the scalar element arm already has, so `gs[i] = v` on a global tagged array stored to a junk frame base and was lost -- cstage rc=0 where wwstage (which has the branch) rc=42. Mirror the scalar arm's base resolution; cstage aligns up to wwstage. Local tagged arrays and scalar globals are unchanged. The global tagged-array static initializer still mis-packs its DATA in both stages -- a separate emitter path, filed as #19.
Description
No description provided
Languages
C
89.4%
Python
7.2%
Makefile
2.3%
Shell
0.8%
Assembly
0.3%