Community
Participate
Working Groups
Build Identifier: 20100617-1415 I reduced the error producing code to the following: program test implicit none integer N,H DO 130 H = 1,10 N = N + H 130 CONTINUE end program test The error message is: Error parsing /KANEXT/test.f: Lexer Error (line 6, col 16): Hollerith literal spans multiple lines without continuation Reproducible: Always
Unfortunately, I wasn't able to get the fix for this into the 6.0 series, but this will be fixed in 7.0. Thanks for the bug report!