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