Bug 10726 - Documentation for function "IDate Intrinsic (Unix)" is wrong
Summary: Documentation for function "IDate Intrinsic (Unix)" is wrong
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 3.4.0
: P3 normal
Target Milestone: 3.3.1
Assignee: Toon Moene
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-10 02:26 UTC by halbert
Modified: 2003-09-23 22:14 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description halbert 2003-05-10 02:26:01 UTC
The description of the function "IDate Intrinsic (Unix)" says that the first element of TArray is filled with "the current local time of day".  This is incorrect.  

Actually it is filled with the day of the month (in the range 1-31).

Release:
Current (GCC 3.4) & earlier, at least through g77-0.5.2.3
Comment 1 halbert 2003-05-10 02:26:01 UTC
Fix:
Substitute: The first element of TArray is filled with the day of the month (in the range 1-31).
Comment 2 Toon Moene 2003-05-11 12:57:35 UTC
From: toon@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: fortran/10726
Date: 11 May 2003 12:57:35 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	toon@gcc.gnu.org	2003-05-11 12:57:35
 
 Modified files:
 	gcc/f          : ChangeLog news.texi g77.texi intdoc.in 
 	                 intdoc.texi 
 
 Log message:
 	2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
 	
 	PR fortran/10726
 	* intdoc.in: Fix documentation of IDATE.
 	* intdoc.texi: Regenerate.
 	* g77.texi: Document completion of INTEGER*n support.
 	* news.texi: Update due to the above.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.547&r2=1.548
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/news.texi.diff?cvsroot=gcc&r1=1.102&r2=1.103
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/g77.texi.diff?cvsroot=gcc&r1=1.101&r2=1.102
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/intdoc.in.diff?cvsroot=gcc&r1=1.25&r2=1.26
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/intdoc.texi.diff?cvsroot=gcc&r1=1.24&r2=1.25
 
Comment 3 Toon Moene 2003-05-11 13:07:52 UTC
Responsible-Changed-From-To: unassigned->toon
Responsible-Changed-Why: Fortran maintainer.
Comment 4 Toon Moene 2003-05-11 13:07:52 UTC
State-Changed-From-To: open->closed
State-Changed-Why: Fixed for 3.4 - thanks !
Comment 5 Toon Moene 2003-05-18 12:11:57 UTC
From: toon@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: fortran/10726
Date: 18 May 2003 12:11:57 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	toon@gcc.gnu.org	2003-05-18 12:11:57
 
 Modified files:
 	gcc/f          : ChangeLog intdoc.in intdoc.texi news.texi 
 
 Log message:
 	2003-05-18  Toon Moene  <toon@moene.indiv.nluug.nl>
 	
 	PR fortran/10726
 	* intdoc.in: Fix documentation of IDATE.
 	* intdoc.texi: Regenerate.
 	* news.texi: Update due to the above.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.503.2.25&r2=1.503.2.26
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/intdoc.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.24.4.1&r2=1.24.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/intdoc.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.23.4.1&r2=1.23.4.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/news.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.92.2.8&r2=1.92.2.9