Merge pull request #10315 from ethereum/fixToStorageCopy

[SolYul] Fix bug in array to storage copy routine.
This commit is contained in:
chriseth
2020-11-17 15:56:21 +01:00
committed by GitHub
3 changed files with 12 additions and 4 deletions
@@ -11,5 +11,7 @@ contract c {
}
}
// ====
// compileViaYul: also
// ----
// test(uint256[2][]): 32, 3, 7, 8, 9, 10, 11, 12 -> 10
@@ -15,6 +15,8 @@ contract c {
data2 = data1;
}
}
// ====
// compileViaYul: also
// ----
// test() -> 4, 5
// storage: empty