compiler: zero struct padding during map operations

Fixes #3358
This commit is contained in:
Damian Gryski
2023-02-25 13:40:08 -08:00
committed by GitHub
parent 7b44fcd865
commit 476621736c
4 changed files with 286 additions and 1 deletions
+1
View File
@@ -49,6 +49,7 @@ func TestCompiler(t *testing.T) {
{"goroutine.go", "cortex-m-qemu", "tasks"},
{"channel.go", "", ""},
{"gc.go", "", ""},
{"zeromap.go", "", ""},
}
if goMinor >= 20 {
tests = append(tests, testCase{"go1.20.go", "", ""})