cmd/asm: panic assembling VGATHERDPD instruction #43421
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes, it's present in
go1.16beta1
too.What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Assembling the following code:
What did you expect to see?
Assembler should produce an error.
What did you see instead?
I'm guessing this is an unsafe use of
p.GetFrom3()
:go/src/cmd/internal/obj/x86/asm6.go
Line 4231 in 4fd9455
The text was updated successfully, but these errors were encountered: