We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to hack a do while loop with defer, and encountered a compiler bug:
do while
label: for { defer break label }
running odin build on the above code results in a seg fault.
odin build
odin check reports nothing
odin check
odin report:
Odin: dev-2024-07:ccf8b2764 OS: Ubuntu 22.04.4 LTS, Linux 6.5.0-44-generic CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz RAM: 7631 MiB Backend: LLVM 17.0.6
The text was updated successfully, but these errors were encountered:
683dde1
No branches or pull requests
I was trying to hack a
do while
loop with defer, and encountered a compiler bug:running
odin build
on the above code results in a seg fault.odin check
reports nothingodin report:
The text was updated successfully, but these errors were encountered: