This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

doc NAMELIST fix


Committed to release branch.

        tq vm, (burley)


Tue Jun 29 10:10:25 1999  Craig Burley  <craig@jcb-sc.com>

	* bugs.texi: Undo Friday's change, as there's now a fix
	available from netlib.
	* news.texi: Document the fix.

*** g77-e/gcc/f/bugs.texi.~1~	Tue Jun 29 10:09:55 1999
--- g77-e/gcc/f/bugs.texi	Tue Jun 29 10:12:16 1999
***************
*** 10,14 ****
  @set copyrights-bugs 1995-1999
  
! @set last-update-bugs 1999-06-25
  
  @include root.texi
--- 10,14 ----
  @set copyrights-bugs 1995-1999
  
! @set last-update-bugs 1999-06-29
  
  @include root.texi
*************** The following information was last updat
*** 98,112 ****
  
  @itemize @bullet
- @item
- Input to a @code{NAMELIST} read involving a repeat count,
- such as @samp{K(5)=10*3},
- is not properly handled by @code{libf2c}.
- The first item is written to @samp{K(5)},
- but the remaining nine are written elsewhere (still within the array),
- not necessarily starting at @samp{K(6)}.
- 
- A fix is pending, certainly for @code{gcc} 3.0,
- perhaps for 2.96 if such a release is made.
- 
  @item
  @code{g77} fails to warn about
--- 98,101 ----
*** g77-e/gcc/f/news.texi.~1~	Sat Jun 26 03:15:23 1999
--- g77-e/gcc/f/news.texi	Tue Jun 29 10:12:12 1999
***************
*** 10,14 ****
  @set copyrights-news 1995-1999
  
! @set last-update-news 1999-06-16
  
  @include root.texi
--- 10,14 ----
  @set copyrights-news 1995-1999
  
! @set last-update-news 1999-06-29
  
  @include root.texi
*************** in cases where such partial overlap is d
*** 190,193 ****
--- 190,204 ----
  of the file being worked on
  during a @code{BACKSPACE} operation.
+ @end ifclear
+ 
+ @ifclear USERVISONLY
+ @item
+ @code{libg2c} (@code{libf2c}) fixes a bug whereby
+ input to a @code{NAMELIST} read involving a repeat count,
+ such as @samp{K(5)=10*3},
+ was not properly handled by @code{libf2c}.
+ The first item was written to @samp{K(5)},
+ but the remaining nine were written elsewhere (still within the array),
+ not necessarily starting at @samp{K(6)}.
  @end ifclear
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]