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
hold
$ cat h.sim begin hold(1) end; $ cim h Compiling h.sim: "h.sim", line 3: *** buffer overflow detected ***: terminated [1] 2072 IOT instruction (core dumped) cim h
My program only has three lines; one of them is hold(1). When I compile it, cim throws error "buffer overflow detected".
hold(1)
I'm by no means an expert in Simula, but I insist the compiler shouldn't crash out.
I compiled cim on my machine. Its version is cim-5.1-x86_64-pc-linux-gnu.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My program only has three lines; one of them is
hold(1)
. When I compile it, cim throws error "buffer overflow detected".I'm by no means an expert in Simula, but I insist the compiler shouldn't crash out.
I compiled cim on my machine. Its version is cim-5.1-x86_64-pc-linux-gnu.
The text was updated successfully, but these errors were encountered: