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]

1.1.2: egcs/gcc/f/ doc sources, ChangeLog cleanups


I plan on committing this patch to the egcs_1_1_branch branch,
after I successfully test the result of these patches.

        tq vm, (burley)


*** g77-d0/gcc/f/ChangeLog.~1~	Fri Feb 26 13:50:28 1999
--- g77-d0/gcc/f/ChangeLog	Fri Feb 26 13:50:33 1999
***************
*** 1,4 ****
--- 1,8 ----
  1999-02-26  Craig Burley  <craig@jcb-sc.com>
  
+ 	* bugs.texi: Mention bugs known fixed in egcs 1.2 as of now.
+ 
+ 1999-02-26  Craig Burley  <craig@jcb-sc.com>
+ 
  	Fix what evidently remains of these, for 4.4bsd:
  	Tue Aug 18 21:41:31 1998  Jeffrey A Law  (law@cygnus.com)
*************** Tue Jul 21 04:33:37 1998  Craig Burley  
*** 118,130 ****
  Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
  
!         * lang-options.h: Fix up doc strings.
!         Remove the unimplemented -fdcp-intrinsics-* options.
  
!         * str-1t.fin: Change mixed-case spelling of `GoTo' from
!         `Goto'.
  
  Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
  
! 	* (ffecom_finish_symbol_transform_): Revert change
  	of 1998-05-23, as it was too aggressive, in that it
  	prevented transformation of (used) functions before
--- 122,134 ----
  Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
  
! 	* lang-options.h: Fix up doc strings.
! 	Remove the unimplemented -fdcp-intrinsics-* options.
  
! 	* str-1t.fin: Change mixed-case spelling of `GoTo' from
! 	`Goto'.
  
  Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
  
! 	* com.c (ffecom_finish_symbol_transform_): Revert change
  	of 1998-05-23, as it was too aggressive, in that it
  	prevented transformation of (used) functions before
*************** Mon Jun 15 22:21:57 1998  Craig Burley  
*** 351,355 ****
  	* top.c:
  	* toplev.j: New file.
! 	
  	Conditionalize all dumping/reporting routines so they don't
  	get built for gcc/egcs:
--- 355,359 ----
  	* top.c:
  	* toplev.j: New file.
! 
  	Conditionalize all dumping/reporting routines so they don't
  	get built for gcc/egcs:
*************** Fri Feb 13 00:14:56 1998  Kaveh R. Ghazi
*** 678,690 ****
  
  	* com.c (type_for_mode): Add explicit braces to avoid ambiguous `else'.
!  
  	* expr.c (ffeexpr_type_combine): Likewise.
  	(ffeexpr_reduce_): Likewise.
  	(ffeexpr_declare_parenthesized_): Likewise.
!  
  	* src.c (ffesrc_strcmp_1ns2i): Likewise.
  	(ffesrc_strcmp_2c): Likewise.
  	(ffesrc_strncmp_2c): Likewise.
!  
  	* stb.c (ffestb_halt1_): Likewise.
  	(ffestb_R90910_): Likewise.
--- 682,694 ----
  
  	* com.c (type_for_mode): Add explicit braces to avoid ambiguous `else'.
! 
  	* expr.c (ffeexpr_type_combine): Likewise.
  	(ffeexpr_reduce_): Likewise.
  	(ffeexpr_declare_parenthesized_): Likewise.
! 
  	* src.c (ffesrc_strcmp_1ns2i): Likewise.
  	(ffesrc_strcmp_2c): Likewise.
  	(ffesrc_strncmp_2c): Likewise.
! 
  	* stb.c (ffestb_halt1_): Likewise.
  	(ffestb_R90910_): Likewise.
*************** Fri Feb 13 00:14:56 1998  Kaveh R. Ghazi
*** 692,696 ****
  
  	* stc.c (ffestc_R544_equiv_): Likewise.
!  
  	* std.c (ffestd_subr_copy_easy_): Likewise.
  	(ffestd_R1001dump_): Likewise.
--- 696,700 ----
  
  	* stc.c (ffestc_R544_equiv_): Likewise.
! 
  	* std.c (ffestd_subr_copy_easy_): Likewise.
  	(ffestd_R1001dump_): Likewise.
*************** Fri Feb 13 00:14:56 1998  Kaveh R. Ghazi
*** 701,714 ****
  	(ffestd_R1001dump_1005_5_): Likewise.
  	(ffestd_R1001dump_1010_2_): Likewise.
!  
  	* ste.c (ffeste_R840): Likewise.
!  
  	* sts.c (ffests_puttext): Likewise.
!  
  	* symbol.c (ffesymbol_check_token_): Likewise.
!  
  	* target.c (ffetarget_real1): Likewise.
  	(ffetarget_real2): Likewise.
!  
  Sun Jan 25 12:32:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  
--- 705,718 ----
  	(ffestd_R1001dump_1005_5_): Likewise.
  	(ffestd_R1001dump_1010_2_): Likewise.
! 
  	* ste.c (ffeste_R840): Likewise.
! 
  	* sts.c (ffests_puttext): Likewise.
! 
  	* symbol.c (ffesymbol_check_token_): Likewise.
! 
  	* target.c (ffetarget_real1): Likewise.
  	(ffetarget_real2): Likewise.
! 
  Sun Jan 25 12:32:15 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  
*************** Mon Sep 29 16:18:21 1997  Craig Burley  
*** 907,911 ****
  Fri Sep 19 01:12:27 1997  Craig Burley  <burley@gnu.ai.mit.edu>
  
! 	* expr.c (ffeexpr_reduced_eqop2_): 
  	(ffeexpr_reduced_relop2_): Minor fixes to diagnostic code.
  
--- 911,915 ----
  Fri Sep 19 01:12:27 1997  Craig Burley  <burley@gnu.ai.mit.edu>
  
! 	* expr.c (ffeexpr_reduced_eqop2_):
  	(ffeexpr_reduced_relop2_): Minor fixes to diagnostic code.
  
*************** Thu Sep 26 00:18:40 1996  Craig Burley  
*** 2479,2483 ****
  	* lang-options.h, top.c, top.h (-fno-debug-kludge):
  	New option.
!   
  1996-09-24  Dave Love  <d.love@dl.ac.uk>
  
--- 2483,2487 ----
  	* lang-options.h, top.c, top.h (-fno-debug-kludge):
  	New option.
! 
  1996-09-24  Dave Love  <d.love@dl.ac.uk>
  
*** g77-d0/gcc/f/bugs.texi.~1~	Tue Sep  1 05:03:28 1998
--- g77-d0/gcc/f/bugs.texi	Fri Feb 26 13:50:33 1999
***************
*** 6,10 ****
  @c in the G77 distribution, as well as in the G77 manual.
  
! @c 1998-09-01
  
  @ifclear BUGSONLY
--- 6,10 ----
  @c in the G77 distribution, as well as in the G77 manual.
  
! @c 1999-02-26
  
  @ifclear BUGSONLY
*************** configure, port, build, and install @cod
*** 26,29 ****
--- 26,45 ----
  
  @itemize @bullet
+ @item
+ @code{g77} crashes when compiling
+ I/O statements using keywords that define @code{INTEGER} values,
+ such as @samp{IOSTAT=@var{j}},
+ where @var{j} is other than default @code{INTEGER}
+ (such as @code{INTEGER*2}).
+ 
+ Fixed in @code{egcs} 1.2.
+ 
+ @item
+ @code{g77} fails to warn about a reference to a function
+ when the corresponding @emph{subsequent} function program unit
+ disagrees with the reference concerning the type of the function.
+ 
+ Fixed in @code{egcs} 1.2.
+ 
  @item
  @code{g77} sometimes crashes when compiling code
*** g77-d0/gcc/f/intdoc.in.~1~	Fri Feb 26 13:50:28 1999
--- g77-d0/gcc/f/intdoc.in	Fri Feb 26 13:50:33 1999
*************** DEFDOC (CDLOG, "Natural logarithm (archa
*** 298,302 ****
  
  DEFDOC (LOG10, "Common logarithm.", "\
! Returns the common (base 10) logarithm of @var{@1@}, which must
  be greater than zero.
  
--- 298,302 ----
  
  DEFDOC (LOG10, "Common logarithm.", "\
! Returns the common logarithm (base 10) of @var{@1@}, which must
  be greater than zero.
  


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