I am having a problem with the PRESENT statement with Fortran 95. Currently I am using Silverfrost\'s Plato and their FTN95 compiler (in \"Release Win32\" mode)
PRESENT
You can't use a non-existent variable, so an approach such as the auxiliary local variable is needed.