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

[Fortran 90] token recognition error for square brackets #4393

Open
suehshtri opened this issue Jan 23, 2025 · 0 comments
Open

[Fortran 90] token recognition error for square brackets #4393

suehshtri opened this issue Jan 23, 2025 · 0 comments

Comments

@suehshtri
Copy link

This may end up being more Intel extensions to the Fortran language since we find it when trying to parse ifwinty.f90
Somewhere around line 9194 we run into

integer, parameter :: CALG_NO_SIGN = IANY([ALG_CLASS_SIGNATURE,ALG_TYPE_ANY,ALG_SID_ANY])
line 9194:46 token recognition error at: '['
line 9194:91 token recognition error at: ']'

which looks like a plain parameter.

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

No branches or pull requests

1 participant