This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/47268] New: Documentation: missing (Optional) keyword for parameters of get_command_argument() and get_environment_variable()
- From: "thenlich at users dot sourceforge.net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 12 Jan 2011 10:24:12 +0000
- Subject: [Bug libfortran/47268] New: Documentation: missing (Optional) keyword for parameters of get_command_argument() and get_environment_variable()
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47268
Summary: Documentation: missing (Optional) keyword for
parameters of get_command_argument() and
get_environment_variable()
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: thenlich@users.sourceforge.net
The argument VALUE of the get_command_argument() intrinsic is correctly marked
as optional in the Syntax section, but in the Arguments section the (Optional)
keyword is missing.
Style issue: For the LENGTH and STATUS arguments the keyword is written as
(Option), not (Optional).
The arguments VALUE,LENGTH,STATUS,TRIM_NAME of the get_environment_variable()
intrinsic are correctly marked as optional in the Syntax section, but in the
Arguments section the (Optional) keyword is missing.