You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/compile: <autogenerated>:1: internal compiler error: dictionary for anyArr[go.shape.*uint8_0].Len should only use concrete types: go.shape.*uint8_0
#58332
Closed
fthvgb1 opened this issue
Feb 5, 2023
· 2 comments
building exec binary with my code github.com/fthvgb1/wp-go
go build --race -o wgo -gcflags "all=-N -l" internal/cmd/main.go
What did you expect to see?
builded runnable binray
What did you see instead?
# github.com/fthvgb1/wp-go/internal/plugins
:1: internal compiler error: dictionary for anyArr[go.shape.*uint8_0].Len should only use concrete types: go.shape.*uint8_0
Please file a bug report including a short program that triggers the error.
https://go.dev/issue/new
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
it happend only 1.18.
1.19,1.20 are normal.
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
building exec binary with my code github.com/fthvgb1/wp-go
What did you expect to see?
builded runnable binray
What did you see instead?
The text was updated successfully, but these errors were encountered: