Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec/bytecode: ptr type operator == wrong #654

Closed
visualfc opened this issue Jan 17, 2021 · 0 comments · Fixed by #656
Closed

exec/bytecode: ptr type operator == wrong #654

visualfc opened this issue Jan 17, 2021 · 0 comments · Fixed by #656
Labels

Comments

@visualfc
Copy link
Member

Go+ code

var e *int
e2 := 100
println("=",&e2 == e)

output wrong

0xc000090908 <nil>
@visualfc visualfc changed the title exec/bytecode: take address, ptr type operator == wrong exec/bytecode: ptr type operator == wrong Jan 17, 2021
@xushiwei xushiwei added the bug label Mar 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants