From 2cc6777c6b43afcf88803740795e65a3db6441d0 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 15 Jul 1998 07:19:13 +0000 Subject: [PATCH] Changes from Craig. From-SVN: r21179 --- gcc/f/ChangeLog | 78 ++++++++++++++++++++++++++++++++++++++------ gcc/f/ChangeLog.egcs | 76 ++---------------------------------------- 2 files changed, 71 insertions(+), 83 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 9ae5fb6f1a2..eeeb95ce1f1 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -69,6 +69,11 @@ Thu Jul 9 00:45:59 1998 Craig Burley "suppressed debug" flags for decls having "invented" identifiers. +1998-07-06 Mike Stump + + * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that + we can move g77.c. + 1998-07-06 Dave Love * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for @@ -155,6 +160,10 @@ Fri Jun 26 11:54:19 1998 Craig Burley * g77spec.c (lang_specific_driver): Put `-lg2c' in front of any `-lm' that is seen. +Mon Jun 22 23:12:05 1998 H.J. Lu (hjl@gnu.org) + + * Make-lang.in (G77STAGESTUFF): Add g77.c. + Mon Jun 15 23:39:24 1998 Craig Burley * Make-lang.in (f/g77.info): Use -f when removing @@ -164,11 +173,7 @@ Mon Jun 15 23:39:24 1998 Craig Burley * Make-lang.in ($(srcdir)/f/intdoc.texi): Compile using $(INCLUDES) macro to get the new hconfig.h - and system.h headers. [Instead of change below.] - -1998-16-19 Manfred Hollstein - - * Makefile.in ($(srcdir)/f/intdoc.texi): Add $(INCLUDES). + and system.h headers. Mon Jun 15 22:21:57 1998 Craig Burley @@ -373,6 +378,10 @@ Sat May 23 06:32:52 1998 Craig Burley external functions. But warn if they're unused and -Wunused. * bad.def (FFEBAD_SFUNC_UNUSED): New diagnostic. +Wed May 20 12:12:55 1998 Craig Burley + + * Version 0.5.23 released. + Tue May 19 14:52:41 1998 Craig Burley * bad.def (FFEBAD_OPEN_UNSUPPORTED, FFEBAD_INQUIRE_UNSUPPORTED, @@ -424,6 +433,11 @@ Wed May 13 13:05:34 1998 Craig Burley and g77version.o. (f77.distclean): Delete removal of g77.c. +Thu Apr 30 18:59:43 1998 Jim Wilson + + * Make-lang.in (g77.info, g77.dvi, BUGS, INSTALL, NEWS): Put -o + option before input file. + Tue Apr 28 09:23:10 1998 Craig Burley Fix 980427-0.f: @@ -476,11 +490,6 @@ Mon Mar 16 21:20:35 1998 Craig Burley reset symbol info after calling ffesymbol_error, to avoid crash. -Thu Mar 12 13:50:21 1998 Craig Burley - - * lang-options.h: Sort all -f*-intrinsics-* options, - for consistency with other g77 versions. - Mon Mar 16 15:38:50 1998 Craig Burley * Version 0.5.22 released. @@ -499,6 +508,11 @@ Sun Mar 15 05:48:49 1998 Craig Burley * intrin.def: Fix spelling of mixed-case form of `CPU_Time' (was `Cpu_Time'). +Thu Mar 12 13:50:21 1998 Craig Burley + + * lang-options.h: Sort all -f*-intrinsics-* options, + for consistency with other g77 versions. + 1998-03-09 Dave Love * Make-lang.in: Set CONFIG_SITE to a non-existent file since @@ -524,6 +538,50 @@ Fri Feb 20 12:45:53 1998 Craig Burley * Makefile.in (f/fini): Don't use -W -Wall with HOST_CC. +Fri Feb 13 00:14:56 1998 Kaveh R. Ghazi + + * 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. + (ffestb_R9109_): Likewise. + + * stc.c (ffestc_R544_equiv_): Likewise. + + * std.c (ffestd_subr_copy_easy_): Likewise. + (ffestd_R1001dump_): Likewise. + (ffestd_R1001dump_1005_1_): Likewise. + (ffestd_R1001dump_1005_2_): Likewise. + (ffestd_R1001dump_1005_3_): Likewise. + (ffestd_R1001dump_1005_4_): Likewise. + (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 + + * Make-lang.in (f77.stage1): Depend on stage1-start so parallel + make works better. + * (f77.stage2): Likewise for stage2-start. + * (f77.stage3): Likewise for stage3-start. + * (f77.stage4): Likewise for stage4-start. + Sun Jan 11 02:14:47 1998 Craig Burley Support FORMAT(I<1+2>) (constant variable-FORMAT diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs index ab217bfe352..7f6c9141985 100644 --- a/gcc/f/ChangeLog.egcs +++ b/gcc/f/ChangeLog.egcs @@ -1,20 +1,11 @@ -1998-07-06 Mike Stump - - * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that - we can move g77.c. - Sat Jun 27 12:18:33 1998 Jeffrey A Law (law@cygnus.com) - * Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o + * Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o. Wed Jun 24 01:01:23 1998 Jeffrey A Law (law@cygnus.com) * g77spec.c (lang_specific_driver): Revert last change. -Mon Jun 22 23:12:05 1998 H.J. Lu (hjl@gnu.org) - - * Make-lang.in (G77STAGESTUFF): Add g77.c. - Fri Jun 19 07:54:40 1998 H.J. Lu (hjl@gnu.org) * g77spec.c (lang_specific_driver): Check n_infiles before @@ -37,11 +28,6 @@ Fri May 15 01:44:22 1998 Mumit Khan * Make-lang.in (f77.mostlyclean): Add missing exeext. -Thu Apr 30 18:59:43 1998 Jim Wilson - - * Make-lang.in (g77.info, g77.dvi, BUGS, INSTALL, NEWS): Put -o - option before input file. - Sat Apr 18 15:26:57 1998 Jim Wilson * g77spec.c (lang_specific_driver): New argument in_added_libraries. @@ -67,7 +53,7 @@ Sat Apr 4 17:45:01 1998 Richard Henderson 1998-03-28 Dave Love - * Make-lang.in (f771$(exeext)): Fix typpo. + * Make-lang.in (f771$(exeext)): Fix typo. 1998-03-24 Martin von Loewis @@ -91,59 +77,11 @@ Tue Mar 3 10:52:35 1998 Manfred Hollstein * g77.texi: Use @url for citing URLs. -Fri Feb 13 00:14:56 1998 Kaveh R. Ghazi - - * 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. - (ffestb_R9109_): Likewise. - - * stc.c (ffestc_R544_equiv_): Likewise. - - * std.c (ffestd_subr_copy_easy_): Likewise. - (ffestd_R1001dump_): Likewise. - (ffestd_R1001dump_1005_1_): Likewise. - (ffestd_R1001dump_1005_2_): Likewise. - (ffestd_R1001dump_1005_3_): Likewise. - (ffestd_R1001dump_1005_4_): Likewise. - (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. - Wed Feb 11 01:44:48 1998 Richard Henderson (rth@cygnus.com) * com.c (ffecom_ptr_to_expr) [FFEBLD_opARRAYREF]: Do upper - lower in the native type, so as to properly handle negative indices. -Fri Jan 9 19:09:07 1998 Craig Burley - - Fix -fpedantic combined with `F()' invocation, - also -fugly-comma combined with `IARGC()' invocation: - * bad.def (FFEBAD_NULL_ARGUMENT_W): New diagnostic. - * expr.c (ffeexpr_finished_): Don't reject null expressions - in the argument-expression context -- let outer context - handle that. - (ffeexpr_token_arguments_): Warn about null expressions - here if -fpedantic (as appropriate). - Obey -fugly-comma for only external-procedure invocations. - Tue Feb 3 20:13:05 1998 Richard Henderson * config-lang.in: Remove references to runtime/. @@ -159,18 +97,10 @@ Sun Feb 1 12:43:49 1998 J"orn Rennecke Sun Feb 1 02:26:58 1998 Richard Henderson - * runtime directory -- moved into "libfc2" in the toplevel + * runtime directory -- moved into "libf2c" in the toplevel directory. * Make-lang.in: Remove all runtime related stuff. -Sun Jan 25 12:32:15 1998 Kaveh R. Ghazi - - * Make-lang.in (f77.stage1): Depend on stage1-start so parallel - make works better. - * (f77.stage2): Likewise for stage2-start. - * (f77.stage3): Likewise for stage3-start. - * (f77.stage4): Likewise for stage4-start. - Sat Jan 17 21:28:08 1998 Pieter Nagel * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and