From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28222 invoked by alias); 14 Mar 2007 04:44:03 -0000 Received: (qmail 28184 invoked by uid 48); 14 Mar 2007 04:43:55 -0000 Date: Wed, 14 Mar 2007 04:44:00 -0000 Message-ID: <20070314044355.28183.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug fortran/30948] intrinsic: CHDIR In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "brooks at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-03/txt/msg01254.txt.bz2 ------- Comment #5 from brooks at gcc dot gnu dot org 2007-03-14 04:43 ------- The above commits fix the erroneous argument name in the documentation; it is now documented to be "NAME". In addition, the "STATUS" argument is now documented to only allow default integers (which can be int_4 or int_8 depending on the -fdefault-integer-kind argument). If the decision is made to call this variable "PATH" instead, the documentation will now need to be changed to match. The argument name for the function version is still "A"; this needs to be fixed. I'm removing the "documentation" keyword to reflect that the documentation is corrected, but leaving this open because of the other parts that are not yet fixed. -- brooks at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|documentation | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30948