Re: gFortran problem compiling complex character strings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>            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 luck!

Dominique

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux