This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30948] New: intrinsic: CHDIR
- From: "dfranke at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Feb 2007 18:48:21 -0000
- Subject: [Bug fortran/30948] New: intrinsic: CHDIR
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
subroutine = {
name = 'chdir';
arg = 'path';
arg = 'status';
call = 'CALL chdir(path = string)';
call = 'CALL chdir(path = string, status = int_1)';
call = 'CALL chdir(path = string, status = int_2)';
call = 'CALL chdir(path = string, status = int_4)';
call = 'CALL chdir(path = string, status = int_8)';
};
1. The name of the first dummy argument is "NAME" instead of "PATH" (as
documented)
2. The library does not provide overloads for int1 and int2 (i16?)
3. The documentation does not specify the type of the STATUS argument
--
Summary: intrinsic: CHDIR
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: rejects-valid, documentation
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dfranke at gcc dot gnu dot org
OtherBugsDependingO 30932
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30948