Fix type recursion with EOpIndexIndirect dereferences
* This primarily affects arrays-of-arrays but it can also affect arrays-of- structs if there are no further dereferences.
This commit is contained in:
parent
5432f0dd8f
commit
141bc5a54f
5 changed files with 49 additions and 6 deletions
|
|
@ -213,6 +213,7 @@ void main()
|
|||
f += deepB[i].d2.d1[i].va[1].x;
|
||||
deep3 d = deepC[1];
|
||||
deep3 da[2] = deepD;
|
||||
deep1 db = deepA[i].d2.d1[i];
|
||||
} else
|
||||
f = ufDead3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue