Open
Description
2020-02-22T04:31:41-059a5ac/linux-amd64-noopt
# go run run.go -- fixedbugs/issue13169.go
exit status 1
panic: interface conversion: interface {} is nil, not *main.T
goroutine 34 [running]:
main.main.func2(0xc00008c060, 0xc00008c0c0)
/workdir/go/test/fixedbugs/issue13169.go:40 +0xc0
created by main.main
/workdir/go/test/fixedbugs/issue13169.go:38 +0xd4
exit status 2
FAIL fixedbugs/issue13169.go 1.089s
See previously #13169 (CC @aclements, @randall77, @mknyszek).
Perhaps some operation that the runtime assumes to be atomic no longer is in noopt
mode? (#36110 may be related; CC @cherrymui)