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

zCobol compiles incur "actr limit exceeded" errors #578

Open
abekornelis opened this issue Sep 27, 2024 · 0 comments · May be fixed by #575
Open

zCobol compiles incur "actr limit exceeded" errors #578

abekornelis opened this issue Sep 27, 2024 · 0 comments · May be fixed by #575

Comments

@abekornelis
Copy link
Collaborator

This happens on fields defined as X(nnn) with an initial value that contains an ampersand character.
The logic is flawed: the ampersands in the literal need to be doubled up for the assembly to work okay,
but the added ampersand is coded as '&&' which still is two ampersands.
The additional ampersand caused macro WS.MAC to go into a loop.

Please fix the issue by unduplicating any literals inside the macro that contain incorrectly duplicated ampersands within a literal string.

@abekornelis abekornelis linked a pull request Oct 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant