This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/30948] intrinsic: CHDIR



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]