All source code was compiled with a gfortran compiler (gcc-4.4.3)
with the -std=f95 switch to check that the source code strictly 
conforms to the Fortran 95 standard:

$ gfortran -c -std=f95 1-BACOLI/bacoli95.f95
$ gfortran -c -std=f95 1-BACOLI/bacoli.f
$ gfortran -c -std=f95 1-BACOLI/bacoli-aux.f
$ gfortran -c -std=f95 1-BACOLI/d1mach_i1mach.f95

$ gfortran -c -std=f95 2-Driver95/driver95-curve.f95
$ gfortran -c -std=f95 2-Driver95/driver95-simple.f95
$ gfortran -c -std=f95 2-Driver95/driver95-trimesh.f95

$ gfortran -c -std=f95 3-Problems/burg1.f
$ gfortran -c -std=f95 3-Problems/burg2.f
$ gfortran -c -std=f95 3-Problems/cahn_allen.f
$ gfortran -c -std=f95 3-Problems/rcdsys.f
$ gfortran -c -std=f95 3-Problems/sincmads.f
$ gfortran -c -std=f95 3-Problems/steady.f

All source code passes this check without issue.

This software has also been tested on a several platforms, e.g.,
(i) a desktop system, running linux, and using a gfortran compiler
(ii) a linux server using a gfortran compiler, and (iii) a desktop 
system, running Windows, and using a Salford Fortran 95 compiler.





