-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix illegal instruction error when breaking within condition of labelled while loop #50877
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
This comment has been minimized.
This comment has been minimized.
e7a6a52
to
4869a23
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Okay, I misinterpreted what was correct here. Apparently breaking out of a loop in the loop's condition is valid, which seems unintuitive to me, but will require a different fix. I'll just close this PR for now as it doesn't address the problem correctly. |
Fixes #50856.