> No. Subroutine func and program test could be in two different > files. func is compiled and stuffed into a library. A month > later you write program test. How is gfortran going to determine > that func(1.0) is a bad thing to do? True, fair enough. Thanks.