]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/f/ChangeLog
tree.h (INT_CST_LT, [...]): Remove unneeded casts.
[gcc.git] / gcc / f / ChangeLog
index 885051abcaca65718a9f65f95e711b20f5b1bdab..815b83f6b414c38c40495695c0e3391c057e6648 100644 (file)
@@ -1,3 +1,530 @@
+Mon Mar  6 18:05:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
+       (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
+       (ffecom_transform_equiv_): Likewise.
+
+Mon Mar  6 13:01:19 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * ansify.c (die_unless): Don't use ANSI string concatenation.
+       (die): Mark with ATTRIBUTE_NORETURN.
+
+Wed Mar  1 00:31:44 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
+
+       * com.c (current_function_decl): Move to toplev.c.
+
+Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
+       (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
+       (ffecom_tree_canonize_ref_): Likewise.
+       (type_for_mode): Handle TImode.
+       * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
+       (ffeste_io_ciclist_): Likewise.
+
+2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * com.c (ffecom_type_permanent_copy_): Delete unused function.
+        (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
+
+Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
+       (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
+       (duplicate_decls): Likewise.
+       (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
+       (finish_decl): Delete -Wlarger-than processing.
+
+Fri Feb 18 13:19:34 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
+
+       * g77spec.c (lang_specific_driver): Use GCCBUGURL.
+
+2000-02-17  Andy Vaught  <andy@maxwell.la.asu.edu>
+
+       * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
+       (ffecom_finish_symbol_transform_): Likewise.
+       (ffecom_transform_common_): Call ffestorag_set_hook.
+
+Wed Feb 16 11:09:38 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
+
+2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+       * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
+
+Tue Feb 15 11:14:17 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g77spec.c: Don't declare `version_string'.
+
+Sat Feb  5 23:27:25 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (mark_tracker_head, mark_binding_level): Protoize.
+
+       * where.c (mark_ffewhere_head): Likewise.
+
+Wed Jan 12 09:32:59 2000  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * lang-specs.h: Pass -lang-fortran to preprocessor.
+
+Thu Dec 30 13:14:31 1999  Richard Henderson  <rth@cygnus.com>
+
+       * stw.h (struct _ffestw_): Change type of uses_ to int.
+
+Thu Dec 30 11:42:05 1999  Geoff Keating  <geoffk@cygnus.com>
+
+       * com.c (ffecom_init_0): Make double_ftype_double,
+       float_ftype_float, ldouble_ftype_ldouble,
+       ffecom_tree_ptr_to_fun_type_void local.
+       (tracker_head): New static variable.
+       (mark_tracker_head): New, marker procedure for tracker_head.
+       (ffecom_save_tree_forever): New procedure.
+       (ffecom_init_zero_): Remove obstack use.
+       (ffecom_make_gfrt_): Remove obstack use.
+       (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
+       (ffecom_transform_common_): Remove obstack use, save appropriate 
+       trees.
+       (ffecom_type_namelist_): Remove obstack use, save appropriate 
+       trees.
+       (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
+       (ffecom_lookup_label): Remove obstack use, save appropriate trees.
+       (duplicate_decls): Remove obstack use.
+       (finish_function): push & pop ggc context around
+       rest_of_compilation when building nested function.
+       (mark_binding_level): New function.
+       (init_decl_processing): Mark all the GC roots.
+       (ggc_p): Set to 1.
+       (lang_mark_tree): New function.
+       (lang_mark_false_label_stack): New trivial function.
+       * com.h (ffecom_save_tree_forever): Declare as external.
+       * lex.c (ffelex_hash_): Use GC to allocate the filename string
+       even when ffelex_kludge_flag_.
+       * ste.c (ffeste_io_ialist_): Register a static root.
+       (ffeste_io_inlist_): Likewise.
+       (ffeste_io_icilist_): Likewise.
+       (ffeste_io_cllist_): Likewise.
+       (ffeste_io_cilist_): Likewise.
+       (ffeste_io_olist_): Likewise.
+       * Makefile.in (OBJS): Don't use ggc-callbacks.o.
+       (OBJDEPS): Likewise.
+       (GGC_H): New variable.
+       Update dependencies.
+       * where.c (ffewhere_head): New global.
+       (mark_ffewhere_head): New marker procedure for ffewhere_head.
+       (ffewhere_file_kill): Use GC to do memory management.
+       (ffewhere_file_new): Use GC to do memory management.
+       * ggc.j: New file.
+
+Wed Dec 29 19:29:26 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * g77.texi (C Interfacing Tools): Fix an incorrect link.
+
+1999-12-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * target.h: Handle sparc64 the same way as alpha.
+
+Sun Nov 28 21:39:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (ffecom_file_, ffecom_file, file_buf,
+       ffecom_open_include_): Constify a char*.
+       (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
+       ATTRIBUTE_UNUSED.
+       (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
+       (lang_print_error_function): ANSI-fy.
+
+       * com.h (ffecom_file): Constify a char*.
+
+       * fini.c (main): Call return, not exit.
+
+       * g77spec.c (lang_specific_driver): Use non-const *in_argv in
+       assignment.
+
+       * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
+       const-ness.
+       
+Sun Nov 28 21:15:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
+       
+       (ffecom_char_enhance_arg_, ffecom_do_entry_,
+       ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
+       ffecom_start_progunit_, ffecom_start_progunit_,
+       ffecom_start_progunit_, ffecom_sym_transform_assign_,
+       ffecom_transform_equiv_, ffecom_transform_namelist_,
+       ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
+       ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
+       Adjust accordingly.
+
+       * com.h (ffecom_get_invented_identifier): Likewise.
+
+       * sts.c (ffests_printf): New function taking ellipses.
+       (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
+       ffests_printf_2Us): Delete.
+
+       * sts.h: Likewise.
+
+       * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
+       ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
+       ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
+       ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
+       ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
+       ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
+
+       * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
+       ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
+
+Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
+                          Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
+
+Tue Oct 26 01:32:19 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (poplevel): Don't call remember_end_note.
+
+Fri Oct 15 15:18:12 1999  Greg McGary  <gkm@gnu.org>
+
+       * top.h (ffe_is_subscript_check_): Remove extern decl.
+       (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
+       * top.c (ffe_is_subscript_check_): Remove global variable.
+       (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
+       Set flag_bounds_check for "(no-)fortran-bounds-check".
+       * com.c
+       (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
+       (ffecom_char_args_x_): Ditto.
+
+Sun Oct 10 08:40:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
+       __GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.  Define
+       macro UNUSED in terms of ATTRIBUTE_UNUSED.
+
+Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
+
+       * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
+       DECL_BUILT_IN.
+       (builtin_function): No longer static.  New arg CLASS.  Arg
+       FUNCTION_CODE now of type int.  All callers changed.
+       Set the builtin's DECL_BUILT_IN_CLASS.
+
+Tue Sep 21 09:08:30 1999  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77spec.c (lang_specific_driver): Initialise return value.
+
+Thu Sep 16 18:07:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
+
+       * fini.c (main): Likewise.
+
+       * intrin.c (ffeintrin_init_0): Likewise.
+
+       * lex.c (ffelex_hash_): Likewise.
+
+       * src.c (ffesrc_init_1): Likewise.
+
+Tue Sep 14 12:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * g77spec.c (lang_specific_driver): Remove unnecessary argument in
+       call to function `fatal'.
+
+Sun Sep 12 23:29:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
+
+       * g77spec.c: Include gcc.h.
+       (g77_xargv): Constify.
+       (g77_fn): Add parameter prototypes.
+       (lookup_option, append_arg): Add static prototypes.
+       (g77_newargv): Constify.
+       (lookup_option, append_arg, lang_specific_driver): Constify a char*.
+       (lang_specific_driver): All calls to the function pointer
+       parameter now explicitly call `fatal'.
+
+Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
+
+       * com.h: Delete declarations for all tree nodes now moved to
+       global_trees.
+       * com.c: Delete their definitions.
+       (ffecom_init_0): Call build_common_tree_nodes and
+       build_common_tree_nodes_2 instead of building their nodes here.
+       Override their decisions for complex nodes.
+
+Sat Sep  4 13:46:27 1999  Mark Mitchell  <mark@codesourcery.com>
+
+       * Make-lang.in (f771): Depend on ggc-callbacks.o.
+       * Makefile.in (OBJS): Add ggc-callbacks.o.
+       (OBJDEPS): Likewise.
+
+Mon Aug 30 22:05:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (language_string): Constify.
+
+Mon Aug 30 20:29:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
+       Remove hacks for stuff which now comes from libiberty.
+
+Sun Aug 29 09:47:45 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (lang_printable_name): Constify a char*.
+
+Wed Aug 25 01:21:06 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * lang-specs.h: Pass cc1 spec to f771.
+
+Mon Aug  9 19:44:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+        * com.c (lang_print_error_function): Constify a char*.
+        (init_parse): Remove redundant prototype for `print_error_function'.
+        (lang_identify): Constify a char*.
+
+Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * g77spec.c: Update URLS and mail addresses.
+       * root.texi: Update URLS and mail addresses.
+
+1999-07-25  Richard Henderson  <rth@cygnus.com>
+
+       * com.c (ptr_type_node, va_list_type_node): New.
+       (ffecom_init_0): Init and use ptr_type_node.
+
+1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
+        
+       * root.texi: Update e-mail addresses to gcc.gnu.org.
+       * g77spec.c (lang_specific_driver): Updated URL with bug reporting 
+       instructions to gcc.gnu.org.  Removed e-mail address.
+
+Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * root.texi, g77install.texi: Switchover to GCC terminology.
+       Also, FSF-G77 had been mistakenly set at some point.
+
+Thu Jul  8 15:38:50 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Describe DATE intrinsic fix.
+
+Mon Jun 28 21:44:19 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * version.c: Denote experimental version.
+
+Mon Jun 28 10:43:11 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
+       a temp even if -fno-f2c.
+
+       * version.c: Bump version.
+
+Mon Jun 28 21:31:35 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
+       Explain that this fixes the NAMELIST-read bug.
+
+Fri Jun 25 11:06:32 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
+
+Mon Jun 21 12:40:17 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * g77.texi: Update links.
+
+Mon Jun 21 05:33:51 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * news.texi: Add missing @end ifclear.
+
+Fri Jun 18 11:43:46 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Doc TtyNam fix.
+
+Fri Jun 18 11:26:50 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: New heading for development version.
+       Doc upgrade to netlib libf2c as of today.
+
+Wed Jun 16 11:43:02 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Mention BACKSPACE fix to libg2c.
+
+Mon Jun  7 08:42:40 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * Make-lang.in: Any target using libsubdir must depend
+       on installdirs.
+
+Sat Jun  5 23:50:36 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi: Describe a few more missing features people
+       have emailed me about.
+
+Sat Jun  5 17:03:23 1999  Craig Burley  <craig@jcb-sc.com>
+
+       From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
+       * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
+
+Fri Jun  4 13:56:56 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * Make-lang.in: Use libsubdir, not prefix, to store
+       temporary lang-f77 `flag' file.
+
+Fri Jun  4 10:26:04 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
+       Mention that libg2c is multilibbed.
+
+Fri Jun  4 10:09:50 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi (Missing Features): Add `Better Warnings'
+       item.
+
+Fri May 28 16:51:41 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi: Fix thinko.
+
+Wed May 26 14:43:27 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Document Tue May 18 03:52:04 1999 patch.
+       Fix a grammo.
+
+Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi, news.texi, root.texi, version.c: Start renaming
+       EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
+       the version of g77 within GCC 2.95.
+
+Wed May 26 11:45:21 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Rename -fsubscript-check to -fbounds-check and
+       -ff2c-subscript-check to -ffortran-bounds-check:
+       * g77.texi: Rename options in docs, clarify usage.
+       * lang-options.h: Rename options, clarify doclets.
+       * news.texi: Rename options, don't bother with fortran-specific
+       option.
+       * top.c (ffe_decode_option): Rename recognized strings.
+
+Tue May 25 18:21:09 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
+       now that -fflatten-arrays exists.
+
+Tue May 25 17:48:34 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Fix 19990525-0.f:
+       * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
+       CHARACTER expression.
+       (ffecom_prepare_expr_): Ditto.
+
+Tue May 18 03:52:04 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Support use of back end's improved open-coding of complex divide:
+       * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
+       instead of run-time call to [cz]_div, if `-Os' option specified.
+       (lang_init_options): Tell back end we want support for wide range
+       of inputs to complex divide.
+
+       * Bump version.
+
+Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
+       was not given.
+
+Thu May 13 12:23:20 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Fix INTEGER*8 subscripts in array references:
+       * com.c (ffecom_subscript_check_): Convert low, high, and
+       element as necessary to make comparison work.
+       (ffecom_arrayref_): Do more of the work.
+       Properly handle subscript expr that's wider than int,
+       if pointers are wider than int.
+       (ffecom_expr_): Leave more work to ffecom_arrayref_.
+       (ffecom_init_0): Record sizes of pointers and ints for
+       convenience.
+       Use set_sizetype etc. as done by gcc front end.
+       (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
+       * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
+       expressions in run-time contexts.
+       (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
+       non-default INTEGER subscript expressions.
+       * news.texi: Announce.
+
+       Finish accepting -fflatten-arrays option:
+       * com.c (ffecom_arrayref_): Flatten references if requested.
+       * g77.texi: Describe.
+       * lang-options.h: Allow.
+       * news.texi: Announce.
+       * top.c, top.h: Recognize.
+
+       * version.c: Bump version.
+
+Wed May 12 07:30:05 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * com.c (lang_init_options): Disable back end's maintenance
+       of errno.
+       * news.texi: Document dropping of errno.
+
+1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
+
+       * lang-specs.h: Pass -$ to the preprocessor.
+
+Mon May 10 18:14:28 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi: Fix various @xref's per proper style.
+       Go ahead and use nested braces in @xref's, with care.
+       * g77install.texi: Fix @xref per proper style.
+
+Mon May 10 17:38:39 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Doc upgrade to netlib libf2c as of today.
+
+Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * f/g77spec.c (lang_specific_driver): Correct bug-report address
+       and point to the FAQ.
+
+Thu May  6 12:40:21 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi (Arbitrary Concatenation): Put this under
+       "Missing Features" instead of "Projects".
+       (Internals Documentation): Point to new "Front End" chapter.
+
+Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * bugs.texi, news.texi: Automatic arrays reportedly working
+       on HP-UX systems.
+
+Thu May  6 08:19:31 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.texi (Advantages Over f2c): Expand on this topic.
+
+Mon May  3 19:41:48 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
+
+Mon May  3 18:11:48 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Reverse order of two arguments to CTIME_subr, DTIME_subr,
+       ETIME_subr, and TTYNAM_subr:
+       * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
+       While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
+       TTYNAM_subr.
+       * intdoc.in: Document the new calling sequences.
+       * intrin.def: Reverse the arguments.
+       * news.texi: Document the fact that they changed.
+       * version.c: Bump version.
+
+Mon May  3 11:28:14 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * news.texi: Doc upgrade to netlib libf2c as of today.
+
+Sun May  2 17:04:28 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * version.c: Bump version.
+
+Sun May  2 16:53:01 1999  Craig Burley  <craig@jcb-sc.com>
+
+       Fix compile/19990502-1.f:
+       * ste.c (ffeste_R819B): Don't overwrite tree for temp
+       variable when expanding the assignment into it.
+
 Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
 
        Fix 19990325-0.f and 19990325-1.f:
@@ -210,7 +737,7 @@ Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
        * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
        null to decide whether to use it.
 
-Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@snafu.rutgers.edu>
+Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * ansify.c (die): Specify void argument.
 
This page took 0.03686 seconds and 5 git commands to generate.