f18 icon indicating copy to clipboard operation
f18 copied to clipboard

Confusing error messages from the parser for bad declaration

Open psteinfeld opened this issue 5 years ago • 0 comments

The source code below produces a lot of messages that are not related to the actual source:

Program s3
  integer :: i

  i = 3
  volatile :: i
end

psteinfeld avatar Jul 25 '19 21:07 psteinfeld