OSDN Git Service

2001-10-21 Craig Prescott <prescott@phys.ufl.edu>
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
index a62f837..14fb6c1 100644 (file)
@@ -1,3 +1,621 @@
+2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>
+
+       * target.h (FFETARGET_32bit_longs): Don't define 
+       for 64-bit hppa.
+
+2001-10-17  Richard Henderson  <rth@redhat.com>
+
+       * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
+       (ffestd_R737A): Likewise.
+
+2001-10-17  Richard Henderson  <rth@redhat.com>
+
+       * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
+       BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
+       related conditional compilation directives.
+       * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
+       intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
+       stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
+
+2001-10-17  Richard Henderson  <rth@redhat.com>
+
+       * Make-lang.in (f/com.o): Depend on langhooks.h.
+       * com.c: Include it.
+       (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
+       (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
+       (lang_hooks): Use LANG_HOOKS_INITIALIZER.
+
+Sun Oct  7 12:27:54 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
+       * bld.c (ffebld_arity_op_): Likewise.
+       * bld.h (ffebld_arity_op_): Likewise.
+       * com.c (ffecom_init_0): Likewise.
+       * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
+       _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
+       cc_descriptions, cc_summaries): Likewise.
+       * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
+       _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
+       ffeintrin_imps_, ffeintrin_specs_): Likewise.
+
+2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * news.texi: Document libf2c being built as a shared library.
+       Use of array elements in bounds of adjustable arrays ditto.
+
+2001-10-03  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Make-lang.in: Remove reference to FORTRAN_INIT.
+       * g77spec.c: Add reference to FORTRAN_INIT.
+
+2001-09-29  Juergen Pfeifer  <juergen.pfeifer@gmx.net>
+
+       Make libf2c a shared library.
+
+       * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
+       * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
+
+2001-09-28  Robert Anderson  <rwa@alumni.princeton.edu>
+
+       * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
+       as bounds of adjustable arrays.
+
+Thu Sep 20 15:05:20 JST 2001  George Helffrich  <george@geo.titech.ac.jp>
+
+       * com.c (ffecom_subscript_check_): Loosen subscript checking rules
+       for character strings, to permit substring expressions like
+       string(1:0).
+       * news.texi: Document this as a new feature.
+Thu Sep 13 10:33:27 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bad.c (ffebad_finish): Const-ification and/or static-ization.
+       * intrin.c (ffeintrin_cmp_name_): Likewise.
+       * stc.c (ffestc_R904): Likewise.
+
+Wed Sep 12 12:09:04 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bld.c (ffebld_op_string_): Const-ification.
+       * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
+       * fini.c (xspaces): Likewise.
+       * global.c (ffeglobal_type_string_): Likewise.
+       * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
+       ffeinfo_kind_string_, ffeinfo_kindtype_string_,
+       ffeinfo_where_string_): Likewise.
+       * lex.c (ffelex_type_string_): Likewise.
+       * malloc.c (malloc_types_): Likewise.
+       * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
+       ffestc_R907): Likewise.
+       * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
+       Likewise.
+       * version.c (ffe_version_string): Likewise.
+       * version.h (ffe_version_string): Likewise.
+
+2001-09-11  Richard Henderson  <rth@redhat.com>
+
+       * parse.c (finput): Mark extern.
+
+2001-09-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * com.c (ffe_init_options): Default to -fmerge-all-constants
+       if optimizing.
+
+2000-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * target.h (FFETARGET_32bit_longs): Don't define
+       for 64-bit S/390.
+
+2001-07-20  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_expr_intrinsic_):
+       case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
+       case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
+       case FFEINTRIN_impISHFTC: Ditto.
+       case FFEINTRIN_impMVBITS: Ditto.
+
+2001-07-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * top.c (ffe_decode_option): Disallow lang-independent processing
+       for -ffixed-form.
+
+2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
+       {L|R}SHIFT_EXPR not working when shift > size of type.
+
+2001-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (lang_print_error_function): Argument context
+       is unused.
+
+2001-07-14  Tim Josling  <tej@melbpc.org.au>
+
+       * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
+       (ffecom_tree_canonize_ref_): Likewise.
+
+2001-07-10  James Smaby  <jsmaby@virgo.umeche.maine.edu>
+
+       * intdoc.in: Fix the definition of COMPLEX ABS.
+       Remove `the' where inappropriate.
+       * intdoc.texi: Rebuilt.
+
+2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77.texi: Use gpl.texi and funding.texi.  Remove Look and Feel
+       section.  Add Funding Free Software to invariant sections.
+       * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
+       dependencies and use doc/include in search path.
+
+2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
+
+       * Make-lang.in (f/com.o): Depend on diagnostic.h
+       * com.c: #include diagnostic.h
+       (lang_print_error_function): Take a 'diagnostic_context *'.
+
+Wed Jun 13 11:22:39 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * BUGS: Remove.
+       * NEWS: Likewise.
+
+2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77install.texi: Remove.
+       * Make-lang.in: Remove all mention of g77install.texi.
+       * g77.texi: Add documentation on how to get output always
+       flushed and how to increase the maximum unit number.
+       Remove all mention of g77install.texi.
+       * bugs.texi: Add documentation on how to change the threshold
+       for putting local arrays on the stack.
+
+2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * root.texi: Fix typo in patches e-mail address.
+
+2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
+           Jan van Male  <jan.vanmale@fenk.wau.nl>
+
+       * root.texi: Define `help' and `patches' mailing list
+       addresses.
+       * news.texi: Remove `prerelease' from 0.5.26
+       * g77.texi: Use two spaces between command options, eliminate
+       some 'overfull hboxes'.  Use help and patches mailing list
+       addresses where appropriate.
+
+2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77.texi: Move contents to just after title page.
+
+2001-06-02  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
+
+2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
+
+       * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
+       fdl.texi.
+       (f/g77.dvi): Use TEXI2DVI instead of custom tex calls.  Create the
+       dvi file in the f directory.
+
+2001-05-25  Sam TH  <sam@uchicago.edu>
+
+       * bad.h: Fix header include guards.
+       * bit.h bld.h com.h data.h equiv.h expr.h global.h
+       implic.h info.h intrin.h lab.h lex.h malloc.h name.h
+       proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
+       storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
+       symbol.h target.h top.h type.h version.h 
+       where.h: Likewise.
+
+2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77.texi: Update last-changed date.
+       * news.texi: Update copyright years, last-changed date.
+       * bugs.texi: Update copyright years, last-changed date.
+
+2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * g77.texi: Update maintenance information for
+       GNU Fortran.  Remove all mention of -fdebug-kludge.
+       * news.texi: Make more news in 0.5.26 `user visible
+       changes'. Acknowledge work by important contributors.
+       * bugs.texi: Remove all mention of -fdebug-kludge.
+
+2001-05-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
+
+2001-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * Make-lang.in: Have $(MAKEINFO) look into the parent
+       directory for includes.
+       * g77.texi: Use the GFDL.
+
+Sun May 13 12:25:06 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * Make-lang.in: Replace all uses of `touch' with $(STAMP).
+
+Wed May  2 10:20:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c: NULL_PTR -> NULL.
+
+Sun Apr 22 20:18:01 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c (ffecom_subscript_check_): Use concat in lieu of
+       xmalloc/sprintf.
+
+2001-04-21  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * news.texi: Update release information for 0.5.27.
+
+Thu Apr 19 12:49:24 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * top.c (ffe_decode_option): Do not permit language-independent
+       processing for -ffixed-line-length.
+
+Thu Apr 12 17:57:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * bad.c (inhibit_warnings): Delete redundant declaration.
+
+       * com.c (skip_redundant_dir_prefix): Likewise.
+
+       * com.h (mark_addressable): Likewise.
+
+2001-04-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * lex.c (ffelex_hash_): Avoid eating one whole line after
+       #line.
+
+Mon Apr  2 22:38:09 2001  Toon Moene <toon@moene.indiv.nluug.nl>
+
+       * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
+       of 2001-03-04.
+
+Tue Mar 27 17:40:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
+
+Mon Mar 26 18:13:30 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
+
+Mon Mar 19 15:05:39 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
+
+Wed Mar 14 09:29:27 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
+       DECL_RTL_SET_P, etc.
+       (duplicate_decls): Likewise.
+       (start_decl): Likewise.
+       
+Fri Mar  9 22:52:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * fini.c (main): Use really_call_malloc, not malloc.
+
+Thu Mar  8 13:27:47 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * com.c: Don't rely on the POSIX macro to define autoconf stuff.
+
+2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
+
+       * g77.texi: Document new options -funsafe-math-optimizations
+       and -fno-trapping-math.  Revise documentation for -ffast-math.
+
+2001-03-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * proj.h: Delete 'bool' type.  Don't include stddef.h here.
+       * com.c: Rename variables named 'true' and/or 'false'.
+       * intdoc.c: Delete 'bool' type.
+
+2001-03-01  Zack Weinberg  <zackw@stanford.edu>
+
+       * lang-specs.h: Add zero initializer for cpp_spec field to all
+       array elements.
+
+2001-02-24  Zack Weinberg  <zackw@stanford.edu>
+
+       * com.c: Don't define STDC_HEADERS, autoconf handles it.
+
+Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
+
+2001-02-19  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * version.c, root.texi: Update GCC version number to 3.1.  Update
+       G77 version number to 0.5.27.
+       * BUGS, NEWS: Regenerate.
+
+Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
+
+       * com.c (ffecom_init_0): Call fatal_error instead of fatal.
+       * com.c (init_parse): Call fatal_io_error instead of
+       pfatal_with_name.
+       (ffecom_decode_include_option_): Make errors non-fatal.
+       * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
+       (ffelex_hash_): Likewise.
+       
+Sat Jan 27 20:52:18 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Make-lang.in: Remove all dependencies on defaults.h.
+       * com.c: Don't include defaults.h.
+
+2001-01-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
+
+       * com.c: Don't explicitly include any time headers, the right ones are
+       already included by proj.h.
+
+2001-01-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
+       label to current_function_decl.
+
+Fri Jan 12 17:21:33 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77spec.c (lang_specific_driver): Update copyright year to 2001.
+
+Wed Jan 10 14:39:45 2001  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (ffecom_init_zero_):  Remove last argument in call to
+       make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
+       (ffecom_lookup_label_): Likewise.
+       (builtin_function): Likewise.
+       (start_function): Likewise.
+
+Thu Dec 21 21:19:42 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77install.texi, g77.texi: Update last-updated dates for
+       installation information and the manual as a whole.
+       * bugs.texi, news.texi: Update copyright years in the comments at
+       the top of the file.
+
+2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77install.texi: Adjust wording of an EGCS reference.
+
+Thu Dec 21 20:00:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * BUGS, NEWS: Regenerate.
+
+2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * com.c [VMS]: Remove definition of BSTRING.
+
+2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
+
+2000-12-18  Toon Moene <toon@moene.indiv.nluug.nl>
+
+       * bugs.texi: Correct copyright years.
+       * g77.texi: Likewise.
+       * news.texi: Likewise.
+
+2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77install.texi: Remove obsolete parts only used for INSTALL,
+       and DOC-G77 conditionals.  Update last-update-install date.
+
+Sat Dec  9 10:20:11 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * .cvsignore: New file; add info files.
+
+2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Make-lang.in (f77.info): Depend on info files in source
+       directory.
+       (f/g77.info): Build info files in source directory; don't build
+       them unless BUILD_INFO is "info".
+       (f77.install-info): Install info files from source directory.
+
+2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * Make-lang.in: Link f/fini with safe-ctype.o.
+       * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
+       * com.c: Use TOUPPER, not ffesrc_toupper.
+       * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
+       * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
+       * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
+       initializing code; use TOUPPER and TOLOWER instead of
+       ffesrc_toupper and ffesrc_tolower.
+       * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
+       Don't define ffesrc_toupper or ffesrc_tolower.
+
+2000-11-28  Richard Henderson  <rth@redhat.com>
+
+       * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
+
+2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * RELEASE-PREP: Remove obsolete EGCS reference.
+       * g77.texi: Adjust reference to EGCS as something current.
+       * lang-options.h (FTNOPT): Remove macro and obsolete comment.
+       Include doc strings directly in option listing instead of through
+       this macro.
+       * root.texi: Remove support for multiple different (FSF and EGCS)
+       distributions of g77.
+       * g77install.texi: Remove conditioned out instructions applying
+       only to obsolete distributions of g77 not as part of GCC.  Change
+       "superceded" to the correct spelling "superseded".
+
+Sun Nov 26 19:25:56 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * g77spec.c (lang_specific_driver): Update copyright year to 2000.
+
+Thu Nov 23 02:18:57 2000  J"orn Rennecke <amylaar@redhat.com>
+
+       * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
+
+2000-11-21  David Billinghurst  <David.Billinghurst@riotinto.com)
+
+       * Make-lang.in:  Add $(build_exeext) to f/fini target
+
+2000-11-21  Andreas Jaeger  <aj@suse.de>
+
+       * g77.texi (Floating-point Exception Handling): Use feenableexcept
+       in example.
+       (Floating-point precision): Change to match above change.
+
+Sun Nov 19 17:29:22 2000  Matthias Klose  <doko@marvin.itso-berlin.de>
+
+       * g77.texi (Floating-point precision): Adjust example
+       to work with glibc (>= 2.1).
+
+Sat Nov 18 13:54:49 2000  Matthias Klose  <doko@cs.tu-berlin.de>
+
+       * g77.texi (Floating-point Exception Handling): Adjust
+       example to work with glibc (>= 2.1).
+
+2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Make-lang.in (INTDOC_DEPS): New macro.
+       (f/intdoc.texi): Depend on $(INTDOC_DEPS).  Build f/intdoc.
+       (f/intdoc): Likewise.  Add $(build_exeext).
+
+2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
+       ggc_strdup (var).
+
+Thu Nov 16 23:14:07 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * malloc.c (malloc_init): Call xmalloc, not malloc.
+
+2000-11-10  Rodney Brown  <RodneyBrown@mynd.com>
+
+       * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
+
+2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * root.texi: Remove non-historical EGCS reference.
+       Set current g77 version to 0.5.26.
+
+2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
+
+2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
+       munging of source file name.
+       ($(srcdir)/f/intdoc.texi): Break up into several rules each of
+       which builds just one thing.  Don't mess with $(LANGUAGES).
+       (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
+
+2000-11-05  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
+       Remove non-historical references to egcs/EGCS.
+
+2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Make-lang.in: Remove f77.distdir and f/INSTALL.
+       * INSTALL, install0.texi: Remove.
+
+2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * com.c (open_include_file, ffecom_open_include_): Use strchr ()
+       and strrchr () instead of index () and rindex ().
+
+2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * Make-lang.in: Move all build rules here from Makefile.in,
+       adapt to new context.  Wrap all rules that change the current
+       directory in parentheses.  Expunge all references to $(P).
+       When one command depends on another and they're run all at
+       once, use && to separate them, not ;.  Add OUTPUT_OPTION to
+       all object-file generation rules.  Delete obsolete variables.
+
+       * Makefile.in: Delete.
+       * config-lang.in: Delete outputs= line.
+
+Sat Oct 21 18:07:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * Makefile.in, g77spec.c: Remove EGCS references in comments.
+
+Thu Oct 12 22:28:51 2000  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (ffecom_do_entry_): Don't mess with obstacks.
+       (ffecom_finish_global_): Likewise.
+       (ffecom_finish_symbol_transform_): Likewise.
+       (ffecom_gen_sfuncdef_): Likewise.
+       (ffecom_init_zero_): Likewise.
+       (ffecom_start_progunit_): Likewise.
+       (ffecom_sym_transform_): Likewise.
+       (ffecom_sym_transform_assign_): Likewise.
+       (ffecom_transform_equiv_): Likewise.
+       (ffecom_transform_namelist_): Likewise.
+       (ffecom_vardesc_): Likewise.
+       (ffecom_vardesc_array_): Likewise.
+       (ffecom_vardesc_dims_): Likewise.
+       (ffecom_end_transition): Likewise.
+       (ffecom_make_tempvar): Likewise.
+       (bison_rule_pushlevel_): Likewise.
+       (bison_rule_compstmt_): Likewise.
+       (finish_decl): Likewise.
+       (finish_function): Likewise.
+       (push_parm_decl): Likewise.
+       (start_decl): Likewise.
+       (start_function): Likewise.
+       (ggc_p): Don't define.
+       * std.c (ffestd_stmt_pass_): Likewise.
+       * ste.c (ffeste_end_block_): Likewise.
+       (ffeste_end_stmt_): Likewise.
+       (ffeste_begin_iterdo_): Likewise.
+       (ffeste_io_ialist_): Likewise.
+       (ffeste_io_cilist_): Likewise.
+       (ffeste_io_inlist_): Likewise.
+       (ffeste_io_olist_): Likewise.
+       (ffeste_R810): Likewise.
+       (ffeste_R838): Likewise.
+       (ffeste_R839): Likewise.
+       (ffeste_R842): Likewise.
+       (ffeste_R843): Likewise.
+       (ffeste_R1001): Likewise.
+
+2000-10-05  Richard Henderson  <rth@cygnus.com>
+
+       * com.c (finish_function): Don't init can_reach_end.
+
+Sun Oct  1 11:43:44 2000  Mark Mitchell  <mark@codesourcery.com>
+
+       * com.c (lang_mark_false_label_stack): Remove.
+
+2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * com.c: Include defaults.h.
+       * com.h: Don't define the *_TYPE_SIZE macros.
+       * Makefile.in: Update dependencies.
+
+2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
+
+       * ansify.c: Use #line, not # <number>.
+
+2000-08-24  Greg McGary  <greg@mcgary.org>
+
+       * intdoc.c (ARRAY_SIZE): Remove macro.
+       * proj.h (ARRAY_SIZE): Remove macro.
+       * com.c (init_decl_processing): Use ARRAY_SIZE.
+
+2000-08-22  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
+       * com.c (macro DEFGFRT): Use CONST boolean.
+       (ffecom_call_binop_): Choose between call by value
+       and call by reference.
+       (ffecom_expr_): Use direct calls to (g)libc functions for
+       POW_DD, LOG10, (float) MOD.
+       (ffecom_make_gfrt_): Add const indication to table of
+       intrinsics.
+       * com.h (macro DEFGFRT): Use CONST boolean.
+       * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
+
+2000-08-21  Nix  <nix@esperi.demon.co.uk>
+
+       * lang-specs.h: Do not process -o or run the assembler if
+       -fsyntax-only.  Use %j instead of /dev/null.
+
 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
 
        * lang-specs.h: Pass -I* options to f771.
        * news.texi: Ditto.
 
 2000-08-11  G. Helffrich  <george@gly.bris.ac.uk>
-            Toon Moene  <toon@moene.indiv.nluug.nl>
+           Toon Moene  <toon@moene.indiv.nluug.nl>
 
        * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
        so that debug info can be attached to their storage.