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

i#5475 A64 features: Remove variable-length array #5502

Merged
merged 1 commit into from
May 25, 2022

Conversation

derekbruening
Copy link
Contributor

Changes the size of an array added in PR #5491 to be a compile-time C
constant.

Adds -Wvla to the UNIX compile flags to enforce this everywhere.
Fixes one other instances in drfrontendlib, and relaxes for a final
instance in a test.

Issue: #5475

Changes the size of an array added in PR #5491 to be a compile-time C
constant.

Adds -Wvla to the UNIX compile flags to enforce this everywhere.
Fixes one other instances in drfrontendlib, and relaxes for a final
instance in a test.

Issue: #5475
@derekbruening derekbruening merged commit f21168b into master May 25, 2022
@derekbruening derekbruening deleted the i5475-enforce-no-vla branch May 25, 2022 21:01
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 this pull request may close these issues.

2 participants