------- Comment #1 from dfranke at gcc dot gnu dot org 2007-02-24 18:55 ------- 4. The chdir()-function is implemented but not documented
$> cat chdir.f90 integer :: s s = chdir("/tmp") end $> gfortran-svn -Wall chdir.f90 && echo ok ok -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30948