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
t.f90:1:6: error: expected '('
real :: a[1:10,1:10]
^
t.f90:1:1: in the context: statement function definition
real :: a[1:10,1:10]
^
t.f90:1:1: in the context: declaration construct
t.f90:1:1: in the context: specification part
t.f90:1:1: in the context: main program
A similar error occurs with real, codimension[1:10,1:10] :: a
The text was updated successfully, but these errors were encountered:
Test case:
Compiling this, f18 give the following errors:
A similar error occurs with
real, codimension[1:10,1:10] :: a
The text was updated successfully, but these errors were encountered: