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

cmd/compile: test to make sure that OPmodify ops clobber flags #26426

Closed
randall77 opened this issue Jul 17, 2018 · 1 comment
Closed

cmd/compile: test to make sure that OPmodify ops clobber flags #26426

randall77 opened this issue Jul 17, 2018 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@randall77
Copy link
Contributor

In CL 122556, we fixed a bug by marking ADDLmodify and friends as clobbering flags.
This issue is to add a test for that case.

@randall77 randall77 added this to the Go1.11 milestone Jul 17, 2018
@randall77 randall77 self-assigned this Jul 17, 2018
@gopherbot
Copy link

Change https://golang.org/cl/124535 mentions this issue: cmd/compile: add test for OPmodify ops clobbering flags

@FiloSottile FiloSottile added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsFix The path to resolution is known, but the work has not been done. labels Jul 19, 2018
@golang golang locked and limited conversation to collaborators Jul 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

3 participants