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

interp: fix array declaration with a typed constant size #1176

Merged
merged 2 commits into from
Jul 8, 2021
Merged

Conversation

mvertes
Copy link
Member

@mvertes mvertes commented Jul 7, 2021

In parsing array type declaration, The type check of array size was
restricted to int. Broaden the test to accept any valid integer
kind.

Fixes #1175.

In parsing array type declaration, The type check of array size was
restricted to `int`. Broaden the test to accept any valid integer
kind.

Fixes #1175.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

declare array type with computed size
3 participants