compilation cascades and new Fortran features



Hello,

I gave up with the so-called "compilation cascade" problem a few ago
years ago. The last not-too-bad solution I could read to solve that
problem was based on the comparison between the new and old module
files: if they are identical then there's no need to recompile the
files that USE the modules of the newly recompiled file:
http://tinyurl.com/btsqg
http://groups.google.com/group/comp.lang.fortran/msg/db876dd2581acd7e

Now, I am wondering if some the new features introduced in F2003 bring
new solutions for that problem ? Could you comment on that ?

Regards,

Pierre

.