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

Wrong error triggered: integer constant required #119

Open
clementval opened this issue Dec 5, 2018 · 0 comments
Open

Wrong error triggered: integer constant required #119

clementval opened this issue Dec 5, 2018 · 0 comments

Comments

@clementval
Copy link
Collaborator

The following code is valid Fortran but F_Front trigger an error as show below.

module mod1

type type1
 integer(kind=8) :: int1
end type

contains

  subroutine sub1(t, char1)
    type(type1) :: t
    character char1*(*), char2*(t%int1)
  end subroutine

end module mod1
"dummy.f90:mod1", line 11: integer constant is required
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant