This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: gFortran problem compiling complex character strings


> print *, 'Try one of "Skip", "Test", "Verbosity" or "Cleanup"'

> Colin, your line is too long for the fixed form implied by the .f suffix:
the last ' is at column 73 and not considered by gfortran as part of the statement.
You can break your line, used the free form (implied by .f90) or remove some
spaces at the beginning of the line.

Good eye, Dominique!

Rant on the subject...
http://www.rolandli.com/?p=34

--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]