WHAT'S NEW IN FORTRAN-LINT 29-Feb-08 -------------------------- GUI --- There are numerous updates; read about the new features in http://downloads.cleanscape.net/common/newgui.htm COMMAND LINE ------------ - Preprocessor support has been added to Windows, both GUI and command line. The default preprocessor is cpp (Unix/Linux) or cpp.exe (Windows). Users may also now specify their preprocessor, since many Fortran compilers now have an 'fpp'. To do so, a new Flint command line flag, '-#', is used to pass the preprocessor filename. If the preprocessor is in PATH, no directory info is required; otherwise, supply the fully qualified name. Examples: flint -p -#fpp.exe foo.f90 flint -#c:\lahey\lib\cpp.exe -p foo.f90 For Flint GUI, this function is located on the Source Config tab in the lower left frame. Note that compiler calls with parameters that accomplish preprocessing (e.g., cl /EP) are NOT supported. On Windows, some screen flicker (due to shell calls to the preprocessor) may be visible. Win98 NOTE: Owing to the lesser capability of its command line, Windows 98 may echo the following message into the Flint analysis report: "flint (info): from cpp... command line: warning: too many parameters on command line" followed by a few hex characters. - Numerous small bug fixes and F90/F95 improvements.