You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
which looks like a plain parameter.
The text was updated successfully, but these errors were encountered: