1 2004-03-21 Joseph S. Myers <jsm@polyomino.org.uk>
3 * g77.texi: Update link to "G++ and GCC".
5 2004-03-21 Gerald Pfeifer <gerald@pfeifer.com>
7 * g77.texi (Aligned Data): Remove obsolete paragraph including a
9 (Floating-point Errors): Remove links to http://www.validgh.com/
11 (Language): Fix link to Fortran books.
12 (Projects): Remove obsolete paragraph including a broken link to
13 ftp://alpha.gnu.org/gnu/g77/projects/.
14 (Trouble): Remove obsolete paragraph including a broken link to
15 ftp://alpha.gnu.org/g77.plan.
17 * invoke.texi (Overall Options): Remove broken reference to
18 rat7.uue (which was of dubious copyright status anyways).
20 * root.texi (www-burley): Fix URL.
22 2004-02-29 Roger Sayle <roger@eyesopen.com>
24 * parse.c (ffe_parse_file): Handle the case that main_input_filename
27 2004-02-24 Michael Matz <matz@suse.de>
29 * Make-lang.in (sta.o-warn): Delete.
30 * sta.c (ffesta_save_): Don't break aliasing rules.
32 2004-02-20 Kazu Hirata <kazu@cs.umass.edu>
34 * Make-lang.in (g77spec.o): Depend on intl.h.
35 * g77spec.c: Include intl.h.
36 (lang_specific_driver): Allow translation of the copyright
37 symbol but not the rest of the copyright message. Allow
38 translation of the message about warranty.
40 2004-02-19 Matt Kraai <kraai@alumni.cmu.edu>
42 * Make-lang.in (f/stamp-1t, f/stamp-2t, f/stamp-fo)
43 (f/stamp-io, f/stamp-nq, f/stamp-op, f/stamp-ot): Use the top
46 2004-02-15 Roger Sayle <roger@eyesopen.com>
48 * lex.c (ffelex_get_directive_line): Provide a more descriptive
49 comment. Remove reference to non-existant get_directive_line.
51 2004-02-15 Roger Sayle <roger@eyesopen.com>
54 * lex.c (ffelex_cfelex_): Avoid calling xrealloc on a local stack
57 2004-02-03 Kazu Hirata <kazu@cs.umass.edu>
59 * com.c (ffecom_member_phase2_): Use gen_rtx_MEM instead of
62 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
64 * Make-lang.in (doc/g77.dvi): Use $(abs_docdir).
66 2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
68 * Make-lang.in (f/str-*.h, f/str-*.j): Use stamp files and
69 move-if-change to avoid changing these files unnecessarily.
71 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
73 * Make-lang.in: Replace $(docdir) with doc.
74 (TEXI_G77_FILES): Define.
75 (f77.rebuilt): Delete.
76 (f77.srcextra): Add dependencies on f/BUGS and f/NEWS.
77 (f77.srcman, f77.srcinfo, f77.man, f77.info): New rules.
78 (doc/g77.info, doc/g77.dvi): Depend on TEXI_G77_FILES. Always build in
79 doc directory. Use $(MAKEINFOFLAGS).
80 (info, dvi, generated_manpages): Update to look in doc directory.
81 (f/BUGS, f/NEWS): Generate in build directory.
82 (f77.mostlyclean): Delete BUGS and NEWS from build directory.
83 (f77.maintainer-clean): Adjust to delete from source directory.
84 (f77.install-man): Revamp rule.
86 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
88 * Make-lang.in (G77_INSTALL_NAME): Define via a immediate $(shell)
89 instead of deferred backquote.
91 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
93 * Make-lang.in (f77.srcextra): Dummy entry.
95 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
98 * expr.c (ffeexpr_reduce_): When handling AND, OR, and XOR, and
99 when using -fugly-logint, if both operands are logical, convert
100 the result back to logical.
101 (ffeexpr_reduced_ugly2log_): Add bothlogical parameter. Change
102 all callers. Convert logical operands to integer.
104 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
108 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
110 * com.h (ffecom_gfrt_basictype): Correct return type.
112 2003-12-29 Roger Sayle <roger@eyesopen.com>
115 * com.c (ffecom_subscript_check_): Take as an extra argument the
116 (possibly NULL) decl of the array. Don't create unnecessary tree
117 nodes if the array index is known to be safe at compile-time.
118 If the array index is unsafe, force the array decl into memory to
119 avoid RTL expansion problems.
120 (ffecom_array_ref_): Update calls to ffecom_subscript_check_.
121 (ffecom_char_args_x_): Likewise.
123 2003-12-06 Kelley Cook <kcook@gcc.gnu.org>
125 * Make-lang.in (G77_CROSS_NAME): Delete.
126 (g77.install_common, g77.install-man, g77.uninstall): Adjust for above.
128 2003-11-30 Andreas Jaeger <aj@suse.de>
130 * Make-lang.in (f77.rebuilt): Fix dependency on g77.info.
132 2003-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
135 * expr.c (ffeexpr_reduced_ugly2log_): Revert
136 change allowing logical .and. logical to be
137 integer in expressions when -fugly-logint.
139 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
141 * .cvsignore: Delete.
143 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
145 * Make-lang.in (f77.extraclean): Delete.
147 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
149 * Make-lang.in (check-f77, lang_checks): Add.
151 2003-11-16 Jason Merrill <jason@redhat.com>
153 * Make-lang.in (f77.tags): Create TAGS.sub files in each directory
154 and TAGS files that include them for each front end.
156 2003-11-12 Andreas Jaeger <aj@suse.de>
158 * intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning
160 * intdoc.texi: Regenerated.
162 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
164 * Make-lang.in (dvi): Move targets to $(docobjdir).
165 (g77.dvi): Simplify rule.
166 (g77.info): Sinplify rule.
168 (g77.pod): New intermediate rule.
170 2003-10-31 Jakub Jelinek <jakub@redhat.com>
172 * com.c (ffecom_sym_transform_): Set tree type of offset
175 2003-10-21 Kelley Cook <kcook@gcc.gnu.org>
177 * Make-lang.in (f/g77.1): Honor $(docobjdir).
178 ($(docobjdir)/g77.info): Replace $(srcdir)/doc with $(docdir).
179 (f/g77.dvi): Likewise.
181 2003-10-21 Jan Hubicka <jh@suse.cz>
183 * lex.c (ffelex_cfelex_): Initialize d.
185 Mon Oct 20 23:15:46 2003 Mark Mitchell <mark@codesourcery.com>
187 * Make-lang.in ($(docobjdir)/g77.info): Add dependency on
190 Mon Oct 20 13:49:43 2003 Mark Mitchell <mark@codesourcery.com>
192 * Make-lang.in (.PHONY): Remove f77.info, f77.install-info.
193 (info): Update dependencies.
194 ($(srcdir)/f/g77.info): Replace with ...
195 ($(docobjdir)/g77.info): ... this.
196 (f77.install-info): Remove.
197 (install-info): New target.
199 2003-10-06 Mark Mitchell <mark@codesourcery.com>
201 * Make-lang.in (f77.info): Replace with ...
203 (f77.dvi): Replace with ...
205 (f77.generated-manpages): Replace with ...
206 (generated-manpages): ... this.
208 2003-09-29 Zack Weinberg <zack@codesourcery.com>
210 * target.c (FFETARGET_ATOF_): Delete.
211 (ffetarget_real1, ffetarget_real2): Use real_from_string directly.
212 * target.h (FFETARGET_REAL_VALUE_FROM_INT_,
213 FFETARGET_REAL_VALUE_FROM_LONGLONG_): Use mode_for_size,
214 don't refer to SFmode or DFmode directly.
216 2003-09-28 Richard Henderson <rth@redhat.com>
218 * com.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
219 file and line separately.
221 2003-09-21 Richard Henderson <rth@redhat.com>
223 * com.c, ste.c: Revert.
225 2003-09-21 Richard Henderson <rth@redhat.com>
227 * com.c, ste.c: Update for DECL_SOURCE_LOCATION rename and
230 2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>
232 * news.texi: Update with fixed PR's.
234 2003-09-21 George Helffrich <bugzilla@w170.uklinux.net>
236 * g77.texi: Remove ancient part about debugging COMMON
237 and EQUIVALENCE not correctly.
239 2003-09-18 Roger Sayle <roger@eyesopen.com>
241 * com.c (ffecom_overlap_): Remove FFS_EXPR case.
242 (ffecom_tree_canonize_ref_): Likewise.
243 (ffe_truthvalue_conversion): Likewise.
245 2003-09-01 Josef Zlomek <zlomekj@suse.cz>
247 * com.c (ffecom_overlap_): Kill BIT_ANDTC_EXPR.
248 (ffecom_tree_canonize_ref_): Kill BIT_ANDTC_EXPR.
250 Thu Jul 31 01:47:27 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
252 * com.c (ffecom_init_0): Use `dconsthalf'.
254 Sat Jul 19 12:03:03 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
256 * com.c data.c expr.c fini.c g77spec.c global.c lab.c lex.c name.c
257 sta.c stc.c std.c storag.c stt.c stw.c symbol.c target.c type.c:
258 Remove unnecessary casts.
260 Thu Jul 17 06:34:41 2003 Neil Booth <neil@daikokuya.co.uk>
262 * lang-options.h: Remove.
263 * lang.opt: Document most options.
265 2003-07-14 Geoffrey Keating <geoffk@apple.com>
267 * lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file.
269 2003-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
271 * ffe.texi: Correctly use @var{srcdir}.
273 2003-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
276 * com.c (ffecom_sym_transform_): finish_decl should have
277 the same last argument as start_decl.
279 2003-07-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
281 * Make-lang.in (f/g77.dvi): Use PWD_COMMAND.
283 2003-07-08 Zack Weinberg <zack@codesourcery.com>
285 * lex.c: Remove error block #ifdef MAP_CHARACTER.
287 Mon Jul 7 18:13:22 2003 Nathan Sidwell <nathan@codesourcery.com>
289 * com.c (bison_rule_pushlevel_, bison_rule_compstmt_): Adjust
290 emit_line_note calls.
291 * ste.c (ffeste_emit_line_note_): Likewise.
293 2003-07-06 Andreas Jaeger <aj@suse.de>
295 * bad.c: Convert () to (void) in function definitions.
300 * global.c: Likewise.
301 * implic.c: Likewise.
303 * intdoc.c: Likewise.
304 * intrin.c: Likewise.
307 * malloc.c: Likewise.
315 * storag.c: Likewise.
318 * symbol.c: Likewise.
322 * com.c: Convert prototypes to ISO C90.
324 * g77spec.c: Likewise.
326 Sun Jul 6 20:01:29 2003 Neil Booth <neil@daikokuya.co.uk>
328 * top.c (ffe_handle_option): Don't handle filenames.
330 2003-07-05 Toon Moene <toon@moene.indiv.nluug.nl>
333 * com.c (ffecom_sym_transform_): Only install
334 FFEINFO_whereGLOBAL symbols in the global binding
335 level if not -fno-globals.
337 Wed Jul 2 21:16:02 2003 Neil Booth <neil@daikokuya.co.uk>
339 * top.c (ffe_init_options): Update prototype.
340 * top.h (ffe_init_options): Update prototype.
342 2003-06-27 Zack Weinberg <zack@codesourcery.com>
344 * com.c (input_file_stack_tick): Delete redundant declaration.
346 Thu Jun 26 07:06:29 2003 Neil Booth <neil@daikokuya.co.uk>
348 * top.c (ffe_handle_option): Don't check for missing arguments.
350 Wed Jun 25 06:52:12 2003 Neil Booth <neil@daikokuya.co.uk>
352 * top.c (ffe_handle_option): Add missing break;.
354 2003-06-24 Scott Snyder <snyder@fnal.gov>
357 * com.c (ffe_init): Call push_srcloc() to ensure that
358 input_file_stack is initialized.
360 Sat Jun 21 21:29:38 2003 Neil Booth <neil@daikokuya.co.uk>
362 * lang.opt: Add -fpreprocessed.
363 * top.c (ffe_handle_option): Handle it.
365 Fri Jun 20 10:00:31 2003 Nathan Sidwell <nathan@codesourcery.com>
367 * com.c (finish_function): Adjust expand_function_end call.
369 2003-06-17 Nathanael Nerode <neroden@gcc.gnu.org>
371 * Make-lang.in: Replace BUILD_CC references with CC_FOR_BUILD.
373 Sun Jun 15 15:56:51 2003 Neil Booth <neil@daikokuya.co.uk>
375 * lang.opt: Declare F77.
377 Sat Jun 14 18:13:00 2003 Nathan Sidwell <nathan@codesourcery.com>
379 * com.c (stor_parm_decls): Adjust init_function_start call.
381 Sat Jun 14 13:25:00 2003 Neil Booth <neil@daikokuya.co.uk>
383 * Make-lang.in: Update to use options.c and options.h.
384 * top.c: Include options.h not f-options.h.
385 (ffe_init_options): From com.c. Request F77 options.
386 (ffe_handle_options): Abort on unrecognized switch.
387 * com.c (ffe_init_options): Move to top.c.
388 * top.h (fee_init_options): New.
390 2003-06-13 Richard Henderson <rth@redhat.com>
393 * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL
394 symbols in the global binding level.
396 Sun Jun 8 15:42:09 2003 Neil Booth <neil@daikokuya.co.uk>
398 * Make-lang.in (F77_OBJS, f77.mostlyclean, f/com.o): Update.
399 (f/f-options.c, f/f-options.h): New.
400 * com.c: Include opts.h and f-options.h.
401 (ffecom_decode_include_option_): Remove.
402 (LANG_HOOKS_HANDLE_OPTION): New.
403 (LANG_HOOKS_DECODE_OPTION): Drop.
404 (struct file_name_list, ffecom_decode_include_option,
405 ffecom_open_include_): Constify.
406 * com.h (ffecom_decode_include_option): Update.
408 * top.c: Include f-options.h, opts.h.
409 (ffe_is_digit_string_): Constify.
410 (ffe_decode_option): Transform to ffe_handle_option.
411 * top.h (ffe_decode_option): Replace with ffe_handle_option.
413 2003-06-08 Andreas Jaeger <aj@suse.de>
415 * std.c: Remove #if 0'ed functions.
417 * sta.c: Remove usage of HARD_F90, FFESTR_F90 and FFESTR_VXT.
427 * str.h (FFESTR_F90): Remove macro.
428 (FFESTR_VXT): Remove macro.
430 * bld.c: Remove usage of FFETARGET_okCHARACTER2,
431 FFETARGET_okCHARACTER3, FFETARGET_okCHARACTER4,
432 FFETARGET_okCHARACTER5, FFETARGET_okCHARACTER6,
433 FFETARGET_okCHARACTER7, FFETARGET_okCHARACTER8,
434 FFETARGET_okCOMPLEX4, FFETARGET_okCOMPLEX5, FFETARGET_okCOMPLEX6,
435 FFETARGET_okCOMPLEX7, FFETARGET_okCOMPLEX8, FFETARGET_okINTEGER5,
436 FFETARGET_okINTEGER6, FFETARGET_okINTEGER7, FFETARGET_okINTEGER8,
437 FFETARGET_okLOGICAL5, FFETARGET_okLOGICAL6, FFETARGET_okLOGICAL7,
438 FFETARGET_okLOGICAL8, FFETARGET_okREAL4, FFETARGET_okREAL5,
439 FFETARGET_okREAL6, FFETARGET_okREAL7 and FFETARGET_okREAL8.
442 * target.h: Likewise.
445 Sun Jun 8 12:28:14 2003 Neil Booth <neil@daikokuya.co.uk>
447 * Make-lang.in: Update.
448 * top.c: Include opts.h. Define cl_options_count and cl_options.
450 2003-06-07 Andreas Jaeger <aj@suse.de>
452 * symbol.c (ffesymbol_new_): Remove tests for macro
454 * symbol.h: Likewise.
456 * storag.c (ffestorag_new): Remove tests for macro
458 * storag.h: Likewise.
460 * lab.c (ffelab_new): Remove tests for macro FFECOM_labelHOOK.
463 * global.c: Remove tests for macro FFECOM_globalHOOK.
464 * global.h (struct _ffeglobal_): Likewise.
466 * bld.h: Remove tests for macros FFECOM_constantHOOK,
467 FFECOM_nonterHOOK, FFECOM_globalHOOK, FFECOM_labelHOOK,
468 FFECOM_storageHOOK, FFECOM_symbolHOOK.
469 Remove code dependend on FFECOM_itemHOOK.
472 * com.h (FFECOM_constantHOOK): Remove define.
473 (FFECOM_nonterHOOK): Remove.
474 (FFECOM_globalHOOK): Remove.
475 (FFECOM_labelHOOK): Remove.
476 (FFECOM_storageHOOK): Remove.
477 (FFECOM_symbolHOOK): Remove.
479 * com.c (ffecom_get_external_identifier_): Remove usage of
480 FFETARGET_isENFORCED_MAIN_NAME.
482 * bld.c: Remove code dependend on FFEBLD_BLANK_, FFECOM_itemHOOK.
483 (ffebld_new_accter): Likewise.
484 (ffebld_new_arrter): Likewise.
485 (ffebld_new_conter_with_orig): Likewise.
486 (ffebld_new_item): Likewise.
487 (ffebld_new_labter): Likewise.
488 (ffebld_new_labtok): Likewise.
489 (ffebld_new_none): Likewise.
490 (ffebld_new_one): Likewise.
491 (ffebld_new_symter): Likewise.
492 (ffebld_new_two): Likewise.
494 Sat Jun 7 12:10:41 2003 Neil Booth <neil@daikokuya.co.uk>
496 * com.c (ffe_init_options): Update.
498 Thu Jun 5 18:33:40 CEST 2003 Jan Hubicka <jh@suse.cz>
500 * Make-lang.in: Add support for stageprofile and stagefeedback
502 2003-06-04 Andreas Jaeger <aj@suse.de>
504 * g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.
506 2003-06-01 Bud Davis <bdavis9659@comcast.net>
508 * ste.c (ffeste_R838): Handle ERROR_MARK.
509 (ffeste_R839): Ditto.
511 2003-06-01 Andreas Jaeger <aj@suse.de>
513 * lex.c (ffelex_file_fixed): Remove usage of
514 REDUCE_CARD_SIZE_AFTER_BIGGY.
516 * expr.c (ffeexpr_exprstack_push_operand_): Remove code depenend
517 on WEIRD_NONFORTRAN_RULES.
519 * com.c (ffecom_arg_ptr_to_expr): Remove
520 PASS_HOLLERITH_BY_DESCRIPTOR dependend code.
521 (ffecom_const_expr): Remove usage of NEWCOMMON.
522 (ffecom_expand_let_stmt): Remove MOVE_EXPR.
524 2003-05-31 Bud Davis <bdavis9659@comcast.net>
527 * sta.c (ffesta_second_): Parse GO TO correctly,
528 even in free source format.
530 2003-05-31 Andreas Jaeger <aj@suse.de>
532 * lex.c (ffelex_hash_): Remove HANDLE_PRAGMA and
533 HANDLE_GENERIC_PRAGMA dependend code, remove #if 0 code.
534 (pragma_getc): Removed.
535 (pragma_ungetc): Removed.
537 2003-05-30 Roger Sayle <roger@eyesopen.com>
539 * com.c (ffecom_init_0): Define built-in functions for tan and atan.
540 * com-rt.def: Use then to implement g77's tan and atan intrinsics.
542 2003-05-22 Bud Davis <bdavis9659@comcast.net>
544 * com.c (ffecom_sym_transform_): Error out on unallocatable
545 storage after type is set.
547 2003-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
549 * intdoc.in: Fix documentation of IDATE.
550 * intdoc.texi: Regenerate.
551 * news.texi: Update due to also fixing it in 3.3.1.
553 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
555 * g77.texi: Remove most of the of the preface of the
558 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
560 * g77.texi: Remove most of the bug reporting instructions and
561 merge them into bugs.html.
563 2003-05-13 Zack Weinberg <zack@codesourcery.com>
565 * com.c: Replace all calls to fatal_io_error with calls to
566 fatal_error; add ": %m" to the end of all the affected error
569 2003-05-12 Zack Weinberg <zack@codesourcery.com>
571 * bad.c: Don't call diagnostic_count_diagnostic.
573 2003-05-12 Roger Sayle <roger@eyesopen.com>
575 * com.c (ffecom_init_0): Define built-in functions for atan2,
576 exp, floor, fmod, log and pow.
577 (duplicate_decls): Preserve assembler name when redeclaring a
579 * com-rt.def: Implement using the built-in forms of the above
580 functions rather than calling the standard C library directly.
581 Correct some of the run-time prototype "codes".
583 2003-05-11 Toon Moene <toon@moene.indiv.nluug.nl>
586 * intdoc.in: Fix documentation of IDATE.
587 * intdoc.texi: Regenerate.
588 * g77.texi: Document completion of INTEGER*n support.
589 * news.texi: Update due to the above.
591 2003-05-08 Roger Sayle <roger@eyesopen.com>
594 * target.h (FFETARGET_REAL_VALUE_FROM_INT_): Cast to
595 HOST_WIDE_INT instead of long.
596 (FFETARGET_REAL_VALUE_FROM_LONGLONG_): New macro.
597 (FFETARGET_LONGLONG_FROM_INTS_): New macro.
598 (ffetarget_convert_complex1_integer4): Implement.
599 (ffetarget_convert_complex2_integer4): Implement.
600 (ffetarget_convert_integer4_complex1): Implement.
601 (ffetarget_convert_integer4_complex2): Implement.
602 (ffetarget_convert_integer4_real1): Implement.
603 (ffetarget_convert_integer4_real2): Implement.
604 (ffetarget_convert_real1_integer4): Implement.
605 (ffetarget_convert_real2_integer4): Implement.
606 * com.c (ffecom_constantunion): Handle INTEGER*8.
607 (ffecom_constantunion_with_type): Likewise.
609 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
611 * com.c (ffecom_do_entry_): Use location_t and input_location
613 (ffecom_gen_sfuncdef_): Likewise.
614 (ffecom_start_progunit_): Likewise.
615 (ffecom_sym_transform_): Likewise.
616 (ffecom_sym_transform_assign_): Likewise.
617 * lex.c (ffelex_hash_): Likewise.
618 (ffelex_include_): Likewise.
619 * std.c (ffestd_exec_begin): Likewise.
620 (ffestd_exec_end): Likewise.
621 * ste.c (struct gbe_block): Likewise.
622 (ffeste_start_block_): Likewise.
623 (ffeste_start_stmt_): Likewise.
625 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
627 * ansify.c (die_unless): Revert lineno change here.
629 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
631 * lex.c (ffelex_file_pop_): Adjust file_stack member use.
632 (ffelex_file_push_): Likewise.
633 (ffelex_hash_): Likewise.
635 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
637 * ansify.c (die_unless): Rename lineno to input_line.
638 * com.c (ffecom_subscript_check_, ffecom_do_entry_,
639 ffecom_gen_sfuncdef_, ffecom_start_progunit_,
640 ffecom_sym_transform_, ffecom_sym_transform_assign_,
641 bison_rule_pushlevel_, bison_rule_compstmt_, finish_function,
642 store_parm_decls): Likewise.
643 * intrin.c (ffeintrin_fulfill_generic): Likewise.
644 * lex.c (ffelex_hash_, ffelex_include_, ffelex_next_line_,
645 ffelex_file_fixed, ffelex_file_free): Likewise.
646 * std.c (ffestd_exec_end): Likewise.
647 * ste.c (ffeste_emit_line_note_, ffeste_start_block_,
648 ffeste_start_stmt_): Likewise.
649 * ste.h (ffeste_filelinenum, ffeste_set_line): Likewise.
651 * lex.c (ffelex_file_pop_): Rename parameter from input_filename.
652 (ffelex_file_push_): Likewise.
654 * ste.c (struct gbe_block): Rename field from input_filename.
655 (ffeste_start_block_, ffeste_start_stmt_): Likewise.
657 2003-04-17 Roger Sayle <roger@eyesopen.com>
660 * com.c (duplicate_decls): Preserve "const" and "noreturn"
663 2003-04-13 Roger Sayle <roger@eyesopen.com>
665 * com.c (duplicate_decls): Preserve pure and malloc attributes.
667 2003-04-12 Zack Weinberg <zack@codesourcery.com>
669 * com.c (ffecom_build_complex_constant_, ffecom_expr_)
670 (ffecom_init_zero_, ffecom_transform_namelist_, ffecom_vardesc_)
671 (ffecom_vardesc_array_, ffecom_vardesc_dims_, ffecom_2)
672 * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_)
673 (ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_):
674 Use build_constructor.
676 2003-04-11 Bud Davis <bdavis9659@comcast.net>
679 * gcc/f/data.c (ffedata_advance_): Check initial, final and
680 increment values for INTEGER typeness.
681 * gcc/f/news.texi: Document these fixes.
683 2003-03-27 Steven Bosscher <steven@gcc.gnu.org>
685 * ffe.texi: Don't mention dead file proj.c.
687 2003-03-26 Roger Sayle <roger@eyesopen.com>
690 * target.h (ffetarget_divide_integer1): Perform division by -1
691 using negation to prevent possible overflow trap on the host.
693 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
696 * ffe.texi: Reference the GCC web site in the URL.
698 2003-03-24 Toon Moene <toon@moene.indiv.nluug.nl>
701 * news.texi: Document PR fortran/10197 fixed.
703 Sun Mar 23 23:43:45 2003 Mark Mitchell <mark@codesourcery.com>
706 * com.c (ffecom_sym_transform_): Adjust calls to
708 (ffe_mark_addressable): Likewise.
710 2003-03-22 Bud Davis <bdavis9659@comcast.net>
712 * com.c (ffecom_constantunion_with_type): New function.
713 * com.h (ffecom_constantunion_with_type): Declare.
714 * stc.c (ffestc_R810): Check for kind type.
715 * ste.c (ffeste_R810): Use ffecom_constantunion_with_type
716 to discern SELECT CASE variables.
718 2003-03-15 Roger Sayle <roger@eyesopen.com>
720 * stb.c (ffestb_R100110_): Allow the number before the X format
721 to be optional when not -fpedantic.
722 * std.c (ffestd_R1001dump_1010_3_): Delete unused static function.
723 (ffestd_R1001dump_): For the FFESTP_formattypeX case, call
724 ffestd_R1001dump_1010_2_ instead of ffestd_R1001dump_1010_3_.
726 2003-03-15 Roger Sayle <roger@eyesopen.com>
728 * f/ste.c (ffeste_R810): Fix whitespace.
730 2003-03-15 Andreas Jaeger <aj@suse.de>
732 * g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
733 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
735 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
737 * g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not
738 GNU CC. Especially here.
740 2003-03-10 Roger Sayle <roger@eyesopen.com>
742 * com.c (duplicate_decls): Synchronize with C's duplicate_decls.
744 Sat Mar 8 21:11:40 2003 Neil Booth <neil@daikokuya.co.uk>
746 * com.c (ffe_init): Update prototype; move code to ffe_post_options.
747 (ffe_post_options): New.
749 2003-03-04 Tom Tromey <tromey@redhat.com>
751 * Make-lang.in (f77.tags): New target.
753 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
755 * news.texi: Document fixing PR fortran/9038.
757 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
759 * g77.texi, invoke.texi: Update to GFDL 1.2.
761 2003-01-31 Toon Moene <toon@moene.indiv.nluug.nl>
763 * news.texi: Document fixing PR fortran/7681
764 and optimization/9258.
766 2003-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
768 * lang-specs.h: Revoke change to (incorrectly) prohibit
769 passing -f options to cc1 when preprocessing.
770 * news.texi: Document this.
772 Tue Jan 21 08:42:12 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
774 Make-lang.in (f/sta.o-warn): Add -Wno-error.
776 Thu Jan 16 10:53:16 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
778 * Make-lang.in (f/target.o): Depend on toplev.h.
779 * target.c: Include toplev.h.
781 Sat Jan 11 21:31:10 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
783 * com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
784 pushdecl_top_level, storedecls, convert, delete_block,
785 insert_block, ffe_init, ffe_mark_addressable, poplevel,
786 ffe_print_identifier, pushdecl, pushlevel, set_block,
787 ffe_signed_or_unsigned_type, ffe_signed_type,
788 ffe_truthvalue_conversion, ffe_type_for_mode, ffe_type_for_size,
789 ffe_unsigned_type, append_include_chain, open_include_file,
790 read_filename_string, read_name_map): Convert to ISO C style function
792 * parse.c (ffe_parse_file): Likewise.
793 * top.c (ffe_is_digit_string_): Likewise.
795 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
797 * Make-lang.in (f77.install-common, f77.install-info,
798 f77.install-man, f77.uninstall): Prepend $(DESTDIR) to
799 destination paths in all (un)installation commands.
801 2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl>
803 * news.texi: Revise history again:
804 PR Fortran/9038 will be fixed in 3.4.
806 2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl>
808 * news.texi: Update news to reflect reality:
809 PR Fortran/9038 won't be fixed until 3.4.
811 2003-01-04 Toon Moene <toon@moene.indiv.nluug.nl>
814 * lang-specs.h: Remove -f options before preprocessing.
815 * news.texi: Document fixing of PR Fortran/9038.
817 2003-01-03 Bud Davis <bdavis11@directvinternet.com>
819 * stc.c (ffestc_R810): Allow any kind integer in
821 * ste.c (ffeste_R810): Give error message when
822 case selector exceeds its valid values.
824 2003-01-01 Andreas Jaeger <aj@suse.de>
826 * f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
828 ($(srcdir)/f/NEWS): Likewise.
830 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
832 * g77.texi: Use @copying.
834 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
836 * root.texi: Include gcc-common.texi.
837 * bugs.texi, news.texi: Don't include root.texi as part of full
839 * g77.texi: Update for use of gcc-common.texi.
840 * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Depend on
841 $(srcdir)/doc/include/gcc-common.texi.
843 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
845 * intdoc.in: Fix typos.
847 2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
849 * g77.texi: Fix typos.
850 * intdoc.texi: Likewise.
851 * news.texi: Follow spelling conventions.
853 Mon Dec 16 13:53:18 2002 Mark Mitchell <mark@codesourcery.com>
855 * root.texi: Change version number to 3.4.
857 2002-12-15 Zack Weinberg <zack@codesourcery.com>
859 * target.h: Don't define HOST_WIDE_INT.
861 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
863 * Make-lang.in, ansify.c, intdoc.c, proj.h: Replace hconfig.h with
865 * fini.c, proj.h: Replace USE_HCONFIG with USE_BCONFIG
867 2002-11-30 Zack Weinberg <zack@codesourcery.com>
869 * proj.h, ansify.c, g77spec.c, intdoc.c:
870 Include coretypes.h and tm.h.
871 * Make-lang.in: Update dependencies.
873 2002-11-20 Toon Moene <toon@moene.indiv.nluug.nl>
875 * invoke.texi: Explain the purpose of -fmove-all-movables,
876 -freduce-all-givs and -frerun-loop-opts better.
878 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
880 * Make-lang.in: Correct BUILD/HOST confusion.
882 2002-11-19 Toon Moene <toon@moene.indiv.nluug.nl>
885 * news.texi: Show PR fortran/8587 fixed.
887 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
889 * g77spec.c (lang_specific_spec_functions): New.
891 2002-11-02 Toon Moene <toon@moene.indiv.nluug.nl>
893 * g77.texi: Correct documentation on generating C++ prototypes
894 of Fortran routines with f2c.
895 * news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.
897 2002-10-30 Roger Sayle <roger@eyesopen.com>
899 * com.c (ffecom_subscript_check_): Cast the failure branch
900 of the bounds check COND_EXPR to void, to indicate noreturn.
901 (ffe_truthvalue_conversion): Only apply truth value conversion
902 to the non-void branches of a COND_EXPR.
904 2002-10-26 Andris Pavenis <pavenis@latnet.lv>
906 * lang-specs.h: Fix ratfor specs.
908 2002-10-15 Richard Henderson <rth@redhat.com>
910 * target.h (ffetarget_print_real1, ffetarget_print_real2): Use
911 real_to_decimal directly, and with the new arguments.
913 2002-09-23 Zack Weinberg <zack@codesourcery.com>
915 * Make-lang.in (g77spec.o): Don't depend on f/version.h.
916 (f/parse.o): Depend on version.h not f/version.h.
917 (g77version.o, f/version.o): Delete all references.
919 * com.c (ffecom_init_0): Fix transposed array indices in bsearch test.
920 * g77spec.c: Don't include f/version.h or refer to ffe_version_string.
921 * parse.c: Use version_string, not ffe_version_string.
922 * version.c, version.h: Delete files.
924 2002-09-23 Kazu Hirata <kazu@cs.umass.edu>
926 * ChangeLog: Follow spelling conventions.
927 * ChangeLog.0: Likewise.
929 * ffe.texi: Likewise.
930 * g77.texi: Likewise.
931 * intdoc.in: Likewise.
932 * invoke.texi: Likewise.
933 * news.texi: Likewise.
934 * intdoc.texi: Regenerate.
936 2002-09-16 Geoffrey Keating <geoffk@apple.com>
938 * com.c (union lang_tree_node): Add chain_next option.
940 2002-09-16 Richard Henderson <rth@redhat.com>
942 * target.c (ffetarget_real1): Don't pass FFETARGET_ATOF_
943 directly to ffetarget_make_real1.
944 (ffetarget_real2): Similarly.
945 * target.h (ffetarget_cvt_r1_to_rv_, ffetarget_cvt_rv_to_r2_,
946 ffetarget_cvt_r2_to_rv_): Use new real.h interface and simplify.
948 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
950 * intdoc.texi: Regenerate.
952 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
954 * ChangeLog: Follow spelling conventions.
955 * intdoc.in: Likewise.
957 2002-09-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
960 * ffe.texi (Front End): Fix broken links.
961 * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
962 www.gnu.org for onlinedocs.
963 * news.texi (News): Ditto.
965 2002-09-07 Jan Hubicka <jh@suse.cz>
967 * com.c (ffe_type_for_mode): Handle long double.
969 2002-09-04 Richard Henderson <rth@redhat.com>
971 * target.h (ffetarget_print_real1, ffetarget_print_real2): Update
972 call to REAL_VALUE_TO_DECIMAL.
974 2002-08-31 Toon Moene <toon@moene.indiv.nluug.nl>
976 * com.c: Don't set flag_finite_math_only by default.
977 * invoke.texi: Reverse the documentation of option
978 -ffinite-math-only to reflect the new default.
980 2002-08-30 Hans-Peter Nilsson <hp@bitrange.com>
982 * target.c (ffetarget_memcpy_): Don't test nonexistent
983 HOST_BYTES_BIG_ENDIAN, HOST_BITS_BIG_ENDIAN. Check
984 HOST_WORDS_BIG_ENDIAN against both WORDS_BIG_ENDIAN and
987 2002-08-30 Alan Modra <amodra@bigpond.net.au>
989 * target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
992 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
994 * bugs.texi, news.texi: Update URLs for online news and bugs
997 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
999 * where.h (struct _ffewhere_file_): Mark GTY.
1000 (ffewhere_file_kill): Remove prototype.
1001 * where.c: Include ggc.h.
1002 (struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
1003 (ffewhere_root_ll_): Ditto. Change type from struct
1004 _ffewhere_root_ll_ to struct _ffewhere_root_ll_*. All uses
1006 (ffewhere_file_kill): Remove.
1007 (ffewhere_file_new): Use GC to allocate ffewhereFile objects.
1008 (ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
1009 (ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
1010 Include gt-f-where.h.
1011 * lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
1013 * std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
1014 * config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
1015 * Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
1017 (f/lex.o): Depend on gt-f-lex.h.
1018 (f/where.o): Depend on gt-f-where.h.
1020 Tue Aug 20 16:49:40 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1022 * where.c (ffewhere_track): Remove impossible if-then clause.
1024 Thu Aug 8 10:06:14 2002 Nathan Sidwell <nathan@codesourcery.com>
1026 * f/Make-lang.in (f.mostlyclean): Remove coverage files.
1028 2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1030 * g77.texi (Top): Rename Index to Keyword Index.
1032 2002-08-05 Toon Moene <toon@moene.indiv.nluug.nl>
1034 * invoke.texi: Improve description of
1035 -fno-finite-math-only flag.
1037 Sun Aug 4 16:45:49 2002 Joseph S. Myers <jsm@polyomino.org.uk>
1039 * root.texi (version-gcc): Increase to 3.3.
1041 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
1043 * com.c (ffe_init_options): Set
1044 flag_finite_math_only.
1045 * invoke.texi: Document -fno-finite-math-only.
1047 Mon Jul 29 22:05:35 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1049 * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
1051 2002-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
1053 * news.texi: Document better handling of (no-)alias
1054 information of dummy arguments and induction variables
1057 2002-07-01 Roger Sayle <roger@eyesopen.com>
1059 * f/com.c (builtin_function): Accept additional parameter.
1060 (ffe_com_init_0): Pass an additional NULL_TREE argument to
1063 2002-06-28 Toon Moene <toon@moene.indiv.nluug.nl>
1065 * news.texi: Mention 2 Gbyte limit on 32-bit targets
1066 for arrays explicitly in news on g77-3.1.
1068 Thu Jun 20 21:56:34 2002 Neil Booth <neil@daikokuya.co.uk>
1070 * lang-specs.h: Use cc1 for traditional preprocessing.
1072 2002-06-20 Andreas Jaeger <aj@suse.de>
1074 * com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_):
1075 Remove #ifdefed HAHA sections.
1077 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
1079 * com.c: Remove #ifdef HOHO sections.
1081 2002-06-17 Jason Thorpe <thorpej@wasabisystems.com>
1083 * bit.c: Don't include glimits.h.
1084 * target.c: Likewise.
1085 * where.h: Likewise.
1087 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
1089 * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
1091 2002-06-04 Gabriel Dos Reis <gdr@codesourcery.com>
1093 * bad.c (ffebad_start_): Adjust call to count_error.
1094 * Make-lang.in (f/bad.o): Depend on diagnostic.h
1095 * bad.c: #include diagnostic.h
1097 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
1099 * Make-lang.in (f/com.o): Depend on debug.h.
1100 * com.c: Include debug.h.
1101 (LANG_HOOKS_MARK_TREE): Delete.
1102 (struct lang_identifier): Use gengtype.
1103 (union lang_tree_node): New.
1104 (struct lang_decl): New dummy definition.
1105 (struct lang_type): New dummy definition.
1106 (ffe_mark_tree): Delete.
1108 * com.c (struct language_function): New dummy structure.
1110 * Make-lang.in: Add rules to generate gt-f-ste.h gtype-f.h; allow
1111 for filename changes.
1112 (com.o): Allow for filename changes; add gtype-f.h as dependency.
1113 (ste.o): Add gt-f-ste.h as dependency.
1114 * config-lang.in (gtfiles): Add com.h, ste.c.
1115 * com.c: Replace uses of ggc_add_* with GTY markers. Include
1117 (mark_binding_level): Delete.
1118 * com.h: Replace uses of ggc_add_* with GTY markers.
1119 * ste.c: Replace uses of ggc_add_* with GTY markers. Include
1122 * Make-lang.in (f/gt-com.h): Build using gengtype.
1123 (com.o): Depend on f/gt-com.h.
1124 * com.c: Rename struct binding_level to f_binding_level.
1125 (struct f_binding_level): Use gengtype.
1126 (struct tree_ggc_tracker): Use gengtype.
1127 (mark_tracker_head): Use gt_ggc_m_tree_ggc_tracker.
1128 (make_binding_level): Use GGC.
1129 (mark_binding_level): Use gt_ggc_m_f_binding_level.
1130 (ffecom_init_decl_processing): Change free_binding_level
1131 to a deletable root.
1132 * config-lang.in (gtfiles): Define.
1133 * where.c: Strings need no longer be allocated in GCable memory;
1134 remove my change of 30 Dec 1999.
1136 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk>
1138 * lang-specs.h: Use cpp_debug_options.
1140 2002-05-28 Zack Weinberg <zack@codesourcery.com>
1142 * bld.c, com.c, expr.c, target.c: Include real.h.
1143 * Make-lang.in: Update dependency lists.
1145 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1147 * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
1149 2002-05-09 Hassan Aurag <aurag@cae.com>
1151 * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
1152 under -fugly-logint as arguments of .and., .or., .xor.
1154 2002-05-07 Jan Hubicka <jh@suse.cz>
1156 * target.h (FFETARGET_32bit_longs): Undefine for x86-64.
1158 2002-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
1160 * invoke.texi: Use @gol at ends of lines inside @gccoptlist.
1161 * g77.texi: Update last update date.
1163 Thu Apr 25 07:44:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1165 * com.h (ffe_parse_file): Update.
1166 * lex.c (ffe_parse_file): Update.
1168 2002-04-20 Toon Moene <toon@moene.indiv.nluug.nl>
1170 * root.texi: Remove variable version-g77.
1171 * g77.texi: Remove the single use of that variable.
1173 Thu Apr 18 19:10:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1175 * com.c (incomplete_type_error): Remove.
1177 Tue Apr 16 14:55:47 2002 Mark Mitchell <mark@codesourcery.com>
1179 * com.c (ffecom_expr_power_integer): Add has_scope argument to
1180 call to expand_start_stmt_expr.
1182 Mon Apr 15 10:59:14 2002 Mark Mitchell <mark@codesourcery.com>
1184 * g77.texi: Remove Chill reference.
1186 2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
1188 * news.texi: Deprecate frontend version number;
1189 update list of fixed bugs.
1191 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
1193 * Make-lang.in (f/target.o): Depend on diagnostic.h.
1194 * target.c: Include diagnostic.h.
1195 (ffetarget_memcpy_): Call sorry if host and target endians are
1198 Thu Apr 4 23:29:48 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1200 * com.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
1201 (truthvalue_conversion): Rename. Update. Make static.
1202 (ffecom_truth_value): Update.
1204 Mon Apr 1 21:39:36 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1206 * com.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
1207 (mark_addressable): Rename.
1208 (ffecom_arrayref_, ffecom_1): Update.
1210 Mon Apr 1 09:59:53 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1212 * com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1213 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
1214 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
1216 Sun Mar 31 23:50:22 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1218 * com.c (lang_print_error_function): Rename.
1219 (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
1220 (ffe_init): Don't set hook.
1222 Fri Mar 29 21:59:15 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1224 * com.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
1226 (type_for_mode, type_for_size): Rename.
1227 (signed_or_unsigned_type, signed_type, truthvalue_conversion,
1228 unsigned_type): Use new hooks.
1230 Tue Mar 26 10:30:05 2002 Andrew Cagney <ac131313@redhat.com>
1232 * invoke.texi (Warning Options): Mention -Wswitch-enum.
1235 Tue Mar 26 07:30:51 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1237 * com.c (LANG_HOOKS_MARK_TREE): Redefine.
1238 (lang_mark_tree): Rename ffe_mark_tree, make static.
1240 Mon Mar 25 19:27:11 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1242 * com.c (maybe_build_cleanup): Remove.
1244 2002-03-23 Toon Moene <toon@moene.indiv.nluug.nl>
1246 * com.c (ffecom_check_size_overflow_): Add a test
1247 so that arrays too large for 32-bit byte-offset
1248 addressing get caught.
1249 * news.texi: Document the fixing of this problem.
1251 Sat Mar 23 11:18:17 2002 Andrew Cagney <ac131313@redhat.com>
1253 * invoke.texi (Warning Options): Mention -Wswitch-default.
1255 Thu Mar 21 18:55:41 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1257 * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
1258 insert_block, getdecls, global_bindings_p): New.
1260 Wed Mar 20 08:03:42 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1262 * com.c (lang_printable_name): Rename.
1263 (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
1264 (ffe_init): Don't use old hook.
1266 Sun Mar 17 18:50:15 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1268 * com.h (ffe_parse_file): Prototype.
1270 Sun Mar 17 20:57:30 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1272 * com.c (LANG_HOOKS_PARSE_FILE): Redefine.
1273 * com.h (ffe_parse_file): New.
1274 * parse.c (NAME_OF_STDIN): Remove.
1275 (yyparse): Rename ffe_parse_file.
1277 Tue Mar 12 20:23:18 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1279 * com.c (tree_code_type, tree_code_length, tree_code_name):
1282 Sun Mar 10 12:37:42 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1284 * target.c (ffetarget_print_hex): Const-ify.
1286 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
1288 * version.c: Fix misplaced leading blanks on first line.
1290 2002-03-03 Zack Weinberg <zack@codesourcery.com>
1292 * com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
1293 blocks, make all #ifdef REAL_ARITHMETIC blocks unconditional.
1294 Delete some further #ifdef blocks predicated on REAL_ARITHMETIC.
1296 Thu Feb 28 07:53:46 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1298 * com.c (copy_lang_decl): Delete.
1300 2002-02-27 Zack Weinberg <zack@codesourcery.com>
1302 * com.c, lex.c, top.c: Delete traditional-mode-related code
1303 copied from the C front end but not used, or used only to
1304 permit the compiler to link.
1306 2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
1308 * news.texi: List Problem Reports fixed in 3.1.
1310 2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
1312 * data.c (ffedata_eval_offset_): Only convert index,
1313 low and high bound in data statements to default integer
1314 if they are constants. Use a copy of the data structure.
1316 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
1318 * data.c (ffedata_eval_offset_): Convert non-default integer
1319 constants to default integer kind if necessary.
1321 2002-02-09 Toon Moene <toon@moene.indiv.nlug.nl>
1323 * invoke.texi: Add a short debugging session
1324 as an example to the documentation of -g.
1326 2002-02-06 Toon Moene <toon@moene.indiv.nluug.nl>
1328 PR fortran/4730 fortran/5473
1329 * com.c (ffecom_expr_): Deal with %VAL constructs.
1330 * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
1331 to indicate "no larger than default kind" integers and logicals.
1332 * intrin.def: Use 'N' constraints in table of intrinsics.
1333 * intdoc.c: Document this constraint.
1334 * intdoc.texi: Regenerated.
1336 2002-02-04 Philipp Thomas <pthomas@suse.de>
1338 * implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
1340 2002-02-04 Philipp Thomas <pthomas@suse.de>
1342 * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
1343 Insert comments to mark messages as not being printf style
1346 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
1348 * expr.c (ffeexpr_sym_impdoitem_): Allow other than
1349 default INTEGER implied-do loop counts.
1351 2002-02-01 Toon Moene <toon@moene.indiv.nluug.nl>
1353 * bad.def: Remove non-historical reference to version 0.6.
1360 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
1362 * g77spec.c (lang_specific_driver): Follow GNU Coding Standards
1365 2002-01-30 Richard Henderson <rth@redhat.com>
1367 * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
1368 (ffeste_R819B): Likewise.
1370 2002-01-30 Toon Moene <toon@moene.indiv.nluug.nl>
1372 * intrin.c (upcasecmp_): New function.
1373 (ffeintrin_cmp_name_): Use it to correctly compare name
1374 and table entry for bsearch.
1376 2002-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
1378 * intrin.c (ffeintrin_cmp_name_): Correct comparison
1379 for intrinsics in intrinsic table (intrin.def).
1381 2002-01-22 Zack Weinberg <zack@codesourcery.com>
1383 * bad.c: Include intl.h.
1384 (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT,
1385 LONG. Adjust definitions to work with exgettext.
1386 (ffebad_start_): Translate all error messages.
1387 (ffebad_finish): Mark constant strings for translation.
1388 * bad.h: Use FFEBAD_MSG. Adjust prototype of ffebad_start_
1389 and definitions of ffebad_start_msg, ffebad_start_msg_lex to
1390 work with exgettext.
1391 * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout.
1393 * com.c: Include intl.h.
1394 (lang_print_error_function): Always use ffeinfo_kind_message
1395 to get the kind label for a non-nested construct. Translate
1396 it. Translate constant strings.
1397 * info.c (FFEINFO_KIND): Adjust definition to work with exgettext.
1398 * info-k.def: Block xgettext from slurping copyright notice
1399 into gcc.pot. Adjust strings for their sole use, in com.c.
1401 * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h.
1403 2002-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
1406 * f/intrin.c (ffeintrin_check_): Allow for case of intrinsic
1407 control string have COL-spec an integer > 0.
1409 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
1411 * g77spec.c (lookup_option): Handle -fversion.
1412 (lang_specific_driver): Update copyright date in --version output.
1414 Mon Jan 7 00:03:42 2002 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1416 * invoke.texi: Markup g77 as @command. Remove reference to
1417 http://gcc.gnu.org/thanks.html.
1419 Wed Jan 2 18:13:11 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1421 * com.c (clear_binding_level): Const-ify.
1422 (ffecom_arglist_expr_): Likewise.
1423 * info.c (ffeinfo_types_): Don't needlessly zero init.
1424 * lex.c (ffelex_hash_kludge): Const-ify.
1426 Sun Dec 23 10:45:09 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1428 * com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
1429 ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
1431 Sat Dec 22 16:01:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1433 * bld.c (ffebld_arity_op_): Declare array size explicitly.
1434 * bld.h (ffebld_arity_op_): Likewise.
1436 2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
1438 * config-lang.in (diff_excludes): Remove.
1440 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1442 * g77.texi, invoke.texi: Update links to GCC manual.
1444 Sun Dec 16 16:08:57 2001 Joseph S. Myers <jsm28@cam.ac.uk>
1446 * news.texi: Fix spelling errors.
1448 Sun Dec 16 10:36:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1450 * Make-lang.in (f/version.o): Depend on f/version.h.
1451 * version.c: Include ansidecl.h and f/version.h.
1453 Sun Dec 16 08:52:48 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1455 * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
1456 * target.c (ffetarget_integerhex, ffetarget_typeless_hex): Use
1459 2001-12-14 Roger Sayle <roger@eyesopen.com>
1461 * com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
1462 * com.c (ffecom_init_0): Same, and fixed enumeration usage.
1464 2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk>
1466 * g77.texi: Don't condition menus on @ifinfo.
1468 Wed Dec 5 06:49:21 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1470 * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.
1472 Mon Dec 3 18:56:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1474 * com.c: Remove leading capital from diagnostic messages, as
1475 per GNU coding standards.
1476 * g77spec.c: Similarly.
1479 2001-12-01 Zack Weinberg <zack@codesourcery.com>
1481 * f/fini.c: Use xmalloc.
1483 Fri Nov 30 20:54:02 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1485 * Make-lang.in: Delete references to proj.[co], proj-h.[co].
1486 * proj.c: Delete file.
1488 2001-11-29 Zack Weinberg <zack@codesourcery.com>
1490 * Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
1491 and link with $(HOST_LIBS), not safe-ctype.o.
1493 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
1495 * Make-lang.in (f77.generated-manpages): New target.
1496 ($(srcdir)/f/g77.1): Don't check $(GENERATED_MANPAGES). Allow
1497 manpage generation to fail.
1498 (f77.info): Don't depend on $(srcdir)/f/g77.1.
1499 (f77.install-man): Depend on $(GENERATED_MANPAGES) rather than
1500 directly on $(srcdir)/g77.1.
1502 2001-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
1505 * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
1507 2001-11-21 Toon Moene <toon@moene.indiv.nluug.nl>
1509 * g77.texi: egcs was not a `@command'.
1510 * invoke.texi: Ditto.
1511 * news.texi: Substitute `@command' for `@code'
1512 and `@option' for `@samp' where appropriate.
1514 2001-11-19 Loren J. Rittle <ljrittle@acm.org>
1516 * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.
1518 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
1520 * g77spec.c (lang_specific_driver) [ENABLE_SHARED_LIBGCC]: Add
1521 libgcc_s.so if libf2c is used.
1522 * Make-lang.in (g77spec.o): Use DRIVER_DEFINES.
1524 2001-11-19 Toon Moene <toon@moene.indiv.nluug.nl>
1526 * .cvsignore: Ignore g77.1
1527 * g77.texi: Substitute `@command' for `@code'
1529 * invoke.texi: Ditto.
1531 2001-11-18 Toon Moene <toon@moene.indiv.nluug.nl>
1533 * Make-lang.in: Remove all references to LANGUAGES
1534 and the stamp files that depend on its value.
1536 Sun Nov 18 11:13:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1538 * com.c (finish_parse): Remove.
1539 (ffe_finish): Move body of finish_parse.
1541 Thu Nov 15 10:06:38 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1543 * com.c (ffecom_init_decl_processing): Renamed from
1544 init_decl_processing.
1545 (init_parse): Move contents to ffe_init.
1546 (ffe_init): Update prototype.
1548 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>
1550 * g77.texi: Update to use `@command', `@option.
1551 * invoke.texi: Ditto
1553 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
1555 * Make-lang.in: Change all uses of $(manext) to $(man1ext).
1557 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>
1559 * g77.1: Remove from CVS.
1560 * Make-lang.in: Build g77.1 in $(srcdir).
1561 Add --section=1 to POD2MAN command line.
1562 * invoke.texi: Correct copyright years.
1563 Add more sections to man page. Add GFDL.
1565 Fri Nov 9 23:16:45 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1567 * com.c (ffe_print_identifier): Rename.
1568 (LANG_HOOKS_PRINT_IDENTIFIER): Override.
1569 (lang_print_xnode, print_lang_decl, print_lang_statistics,
1570 print_lang_type, set_yydebug): Remove.
1572 2001-11-09 Zack Weinberg <zack@codesourcery.com>
1574 * g77spec.c (lang_specific_driver): Adjust behavior of -v and
1575 --version for consistency with other front ends. Remove large
1576 #if 0 block. Do not add libraries to argv if there are no
1578 (add_version_magic): Delete all references and dependent code.
1579 * lang-options.h: Delete -fnull-version.
1580 * lang-specs.h: Delete f77-version spec.
1582 * lex.c: Delete logic conditional on ffe_is_null_version() and
1584 * top.c: Delete ffe_is_null_version_ variable.
1585 (ffe_decode_option): Delete -fnull-version case.
1586 * top.h: Delete declaration of ffe_is_null_version_ and
1587 ffe_is_null_version(), ffe_set_is_null_version() macros.
1589 Fri Nov 9 07:14:47 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1591 * com.c (language_string, lang_identify): Remove.
1592 (struct lang_hooks): Constify.
1593 (LANG_HOOKS_NAME): Override.
1594 (init_parse): Update.
1596 2001-11-08 Andreas Franck <afranck@gmx.de>
1598 * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle
1599 program_transform_name the way suggested by autoconf.
1601 2001-11-08 Toon Moene <toon@moene.indiv.nluug.nl>
1603 * Make-lang.in: Add rules for building g77.1.
1604 * invoke.texi: Add man page stuff. Move indexing
1605 from g77.texi to here.
1606 * g77.texi: Remove indexing specific to invoke.texi.
1607 * news.texi: Document that g77.1 is now a generated
1610 Tue Nov 6 21:17:47 2001 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1612 * com.c: Include langhooks-def.h.
1613 * Make-lang.in: Update.
1615 2001-11-04 Toon Moene <toon@moene.indiv.nluug.nl>
1617 * g77.texi: Split off invoke.texi (preliminary to using it
1618 to generate a man page).
1619 * Make-lang.in: Reflect in build rules.
1621 Fri Nov 2 10:51:34 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1623 * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
1624 is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
1625 SKIP_ALL_WHITE_SPACE): Delete.
1626 (read_filename_string, read_name_map): Don't use is_space or
1629 2001-10-29 Toon Moene <toon@moene.indiv.nluug.nl>
1631 * news.texi: Document new ability to compile programs with
1632 arrays larger than 512 Mbyte on 32-bit targets.
1634 2001-10-24 Toon Moene <toon@moene.indiv.nluug.nl>
1636 * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
1638 Tue Oct 23 14:01:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1640 * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
1641 (lang_get_alias_set): Delete.
1643 2001-10-23 Joseph S. Myers <jsm28@cam.ac.uk>
1645 * g77.texi (Sending Patches): Remove.
1647 2001-10-22 Zack Weinberg <zack@codesourcery.com>
1649 * Make-lang.in (f/intdoc): Depend on safe-ctype.o.
1651 Sun Oct 21 17:28:17 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1653 * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
1654 calls into fewer ones.
1655 * implic.c (ffeimplic_lookup_): Likewise.
1656 * intdoc.c (dumpimp): Likewise.
1657 * intrin.c (ffeintrin_init_0): Likewise.
1658 * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
1660 * lex.h (ffelex_is_firstnamechar): Likewise.
1661 * target.c (ffetarget_integerhex): Likewise.
1663 2001-10-21 Craig Prescott <prescott@phys.ufl.edu>
1665 * target.h (FFETARGET_32bit_longs): Don't define
1668 2001-10-17 Richard Henderson <rth@redhat.com>
1670 * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
1671 (ffestd_R737A): Likewise.
1673 2001-10-17 Richard Henderson <rth@redhat.com>
1675 * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
1676 BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
1677 related conditional compilation directives.
1678 * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
1679 intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
1680 stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
1682 2001-10-17 Richard Henderson <rth@redhat.com>
1684 * Make-lang.in (f/com.o): Depend on langhooks.h.
1685 * com.c: Include it.
1686 (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
1687 (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
1688 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
1690 Sun Oct 7 12:27:54 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1692 * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
1693 * bld.c (ffebld_arity_op_): Likewise.
1694 * bld.h (ffebld_arity_op_): Likewise.
1695 * com.c (ffecom_init_0): Likewise.
1696 * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
1697 _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
1698 cc_descriptions, cc_summaries): Likewise.
1699 * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
1700 _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
1701 ffeintrin_imps_, ffeintrin_specs_): Likewise.
1703 2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl>
1705 * news.texi: Document libf2c being built as a shared library.
1706 Use of array elements in bounds of adjustable arrays ditto.
1708 2001-10-03 Toon Moene <toon@moene.indiv.nluug.nl>
1710 * Make-lang.in: Remove reference to FORTRAN_INIT.
1711 * g77spec.c: Add reference to FORTRAN_INIT.
1713 2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net>
1715 Make libf2c a shared library.
1717 * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
1718 * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
1720 2001-09-28 Robert Anderson <rwa@alumni.princeton.edu>
1722 * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
1723 as bounds of adjustable arrays.
1725 Thu Sep 20 15:05:20 JST 2001 George Helffrich <george@geo.titech.ac.jp>
1727 * com.c (ffecom_subscript_check_): Loosen subscript checking rules
1728 for character strings, to permit substring expressions like
1730 * news.texi: Document this as a new feature.
1732 Thu Sep 13 10:33:27 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1734 * bad.c (ffebad_finish): Const-ification and/or static-ization.
1735 * intrin.c (ffeintrin_cmp_name_): Likewise.
1736 * stc.c (ffestc_R904): Likewise.
1738 Wed Sep 12 12:09:04 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1740 * bld.c (ffebld_op_string_): Const-ification.
1741 * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
1742 * fini.c (xspaces): Likewise.
1743 * global.c (ffeglobal_type_string_): Likewise.
1744 * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
1745 ffeinfo_kind_string_, ffeinfo_kindtype_string_,
1746 ffeinfo_where_string_): Likewise.
1747 * lex.c (ffelex_type_string_): Likewise.
1748 * malloc.c (malloc_types_): Likewise.
1749 * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
1750 ffestc_R907): Likewise.
1751 * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
1753 * version.c (ffe_version_string): Likewise.
1754 * version.h (ffe_version_string): Likewise.
1756 2001-09-11 Richard Henderson <rth@redhat.com>
1758 * parse.c (finput): Mark extern.
1760 2001-09-11 Jakub Jelinek <jakub@redhat.com>
1762 * com.c (ffe_init_options): Default to -fmerge-all-constants
1765 2000-08-14 Ulrich Weigand <uweigand@de.ibm.com>
1767 * target.h (FFETARGET_32bit_longs): Don't define
1770 2001-07-20 Toon Moene <toon@moene.indiv.nluug.nl>
1772 * com.c (ffecom_expr_intrinsic_):
1773 case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
1774 case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
1775 case FFEINTRIN_impISHFTC: Ditto.
1776 case FFEINTRIN_impMVBITS: Ditto.
1778 2001-07-19 Jakub Jelinek <jakub@redhat.com>
1780 * top.c (ffe_decode_option): Disallow lang-independent processing
1783 2001-07-19 Toon Moene <toon@moene.indiv.nluug.nl>
1785 * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
1786 {L|R}SHIFT_EXPR not working when shift > size of type.
1788 2001-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
1790 * com.c (lang_print_error_function): Argument context
1793 2001-07-14 Tim Josling <tej@melbpc.org.au>
1795 * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
1796 (ffecom_tree_canonize_ref_): Likewise.
1798 2001-07-10 James Smaby <jsmaby@virgo.umeche.maine.edu>
1800 * intdoc.in: Fix the definition of COMPLEX ABS.
1801 Remove `the' where inappropriate.
1802 * intdoc.texi: Rebuilt.
1804 2001-07-04 Joseph S. Myers <jsm28@cam.ac.uk>
1806 * g77.texi: Use gpl.texi and funding.texi. Remove Look and Feel
1807 section. Add Funding Free Software to invariant sections.
1808 * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
1809 dependencies and use doc/include in search path.
1811 2001-06-28 Gabriel Dos Reis <gdr@codesourcery.com>
1813 * Make-lang.in (f/com.o): Depend on diagnostic.h
1814 * com.c: #include diagnostic.h
1815 (lang_print_error_function): Take a 'diagnostic_context *'.
1817 Wed Jun 13 11:22:39 2001 Mark Mitchell <mark@codesourcery.com>
1822 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
1824 * g77install.texi: Remove.
1825 * Make-lang.in: Remove all mention of g77install.texi.
1826 * g77.texi: Add documentation on how to get output always
1827 flushed and how to increase the maximum unit number.
1828 Remove all mention of g77install.texi.
1829 * bugs.texi: Add documentation on how to change the threshold
1830 for putting local arrays on the stack.
1832 2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
1834 * root.texi: Fix typo in patches e-mail address.
1836 2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
1837 Jan van Male <jan.vanmale@fenk.wau.nl>
1839 * root.texi: Define `help' and `patches' mailing list
1841 * news.texi: Remove `prerelease' from 0.5.26
1842 * g77.texi: Use two spaces between command options, eliminate
1843 some 'overfull hboxes'. Use help and patches mailing list
1844 addresses where appropriate.
1846 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
1848 * g77.texi: Move contents to just after title page.
1850 2001-06-02 Toon Moene <toon@moene.indiv.nluug.nl>
1852 * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
1854 2001-05-23 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1856 * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
1858 (f/g77.dvi): Use TEXI2DVI instead of custom tex calls. Create the
1859 dvi file in the f directory.
1861 2001-05-25 Sam TH <sam@uchicago.edu>
1863 * bad.h: Fix header include guards.
1864 * bit.h bld.h com.h data.h equiv.h expr.h global.h
1865 implic.h info.h intrin.h lab.h lex.h malloc.h name.h
1866 proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
1867 storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
1868 symbol.h target.h top.h type.h version.h
1871 2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
1873 * g77.texi: Update last-changed date.
1874 * news.texi: Update copyright years, last-changed date.
1875 * bugs.texi: Update copyright years, last-changed date.
1877 2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
1879 * g77.texi: Update maintenance information for
1880 GNU Fortran. Remove all mention of -fdebug-kludge.
1881 * news.texi: Make more news in 0.5.26 `user visible
1882 changes'. Acknowledge work by important contributors.
1883 * bugs.texi: Remove all mention of -fdebug-kludge.
1885 2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
1887 * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
1889 2001-05-19 Toon Moene <toon@moene.indiv.nluug.nl>
1891 * Make-lang.in: Have $(MAKEINFO) look into the parent
1892 directory for includes.
1893 * g77.texi: Use the GFDL.
1895 Sun May 13 12:25:06 2001 Mark Mitchell <mark@codesourcery.com>
1897 * Make-lang.in: Replace all uses of `touch' with $(STAMP).
1899 Wed May 2 10:20:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1901 * com.c: NULL_PTR -> NULL.
1903 Sun Apr 22 20:18:01 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1905 * com.c (ffecom_subscript_check_): Use concat in lieu of
1908 2001-04-21 Toon Moene <toon@moene.indiv.nluug.nl>
1910 * news.texi: Update release information for 0.5.27.
1912 Thu Apr 19 12:49:24 2001 Mark Mitchell <mark@codesourcery.com>
1914 * top.c (ffe_decode_option): Do not permit language-independent
1915 processing for -ffixed-line-length.
1917 Thu Apr 12 17:57:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1919 * bad.c (inhibit_warnings): Delete redundant declaration.
1921 * com.c (skip_redundant_dir_prefix): Likewise.
1923 * com.h (mark_addressable): Likewise.
1925 2001-04-02 Jakub Jelinek <jakub@redhat.com>
1927 * lex.c (ffelex_hash_): Avoid eating one whole line after
1930 Mon Apr 2 22:38:09 2001 Toon Moene <toon@moene.indiv.nluug.nl>
1932 * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
1935 Tue Mar 27 17:40:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1937 * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
1939 Mon Mar 26 18:13:30 2001 Mark Mitchell <mark@codesourcery.com>
1941 * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
1943 Mon Mar 19 15:05:39 2001 Mark Mitchell <mark@codesourcery.com>
1945 * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
1947 Wed Mar 14 09:29:27 2001 Mark Mitchell <mark@codesourcery.com>
1949 * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
1950 DECL_RTL_SET_P, etc.
1951 (duplicate_decls): Likewise.
1952 (start_decl): Likewise.
1954 Fri Mar 9 22:52:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1956 * fini.c (main): Use really_call_malloc, not malloc.
1958 Thu Mar 8 13:27:47 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1960 * com.c: Don't rely on the POSIX macro to define autoconf stuff.
1962 2001-03-07 Brad Lucier <lucier@math.purdue.edu>
1964 * g77.texi: Document new options -funsafe-math-optimizations
1965 and -fno-trapping-math. Revise documentation for -ffast-math.
1967 2001-03-01 Zack Weinberg <zackw@stanford.edu>
1969 * proj.h: Delete 'bool' type. Don't include stddef.h here.
1970 * com.c: Rename variables named 'true' and/or 'false'.
1971 * intdoc.c: Delete 'bool' type.
1973 2001-03-01 Zack Weinberg <zackw@stanford.edu>
1975 * lang-specs.h: Add zero initializer for cpp_spec field to all
1978 2001-02-24 Zack Weinberg <zackw@stanford.edu>
1980 * com.c: Don't define STDC_HEADERS, autoconf handles it.
1982 Fri Feb 23 15:28:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1984 * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
1986 2001-02-19 Joseph S. Myers <jsm28@cam.ac.uk>
1988 * version.c, root.texi: Update GCC version number to 3.1. Update
1989 G77 version number to 0.5.27.
1990 * BUGS, NEWS: Regenerate.
1992 Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1994 * com.c (ffecom_init_0): Call fatal_error instead of fatal.
1995 * com.c (init_parse): Call fatal_io_error instead of
1997 (ffecom_decode_include_option_): Make errors non-fatal.
1998 * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
1999 (ffelex_hash_): Likewise.
2001 Sat Jan 27 20:52:18 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2003 * Make-lang.in: Remove all dependencies on defaults.h.
2004 * com.c: Don't include defaults.h.
2006 2001-01-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2008 * com.c: Don't explicitly include any time headers, the right ones are
2009 already included by proj.h.
2011 2001-01-15 Mark Mitchell <mark@codesourcery.com>
2013 * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
2014 label to current_function_decl.
2016 Fri Jan 12 17:21:33 2001 Joseph S. Myers <jsm28@cam.ac.uk>
2018 * g77spec.c (lang_specific_driver): Update copyright year to 2001.
2020 Wed Jan 10 14:39:45 2001 Mark Mitchell <mark@codesourcery.com>
2022 * com.c (ffecom_init_zero_): Remove last argument in call to
2023 make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
2024 (ffecom_lookup_label_): Likewise.
2025 (builtin_function): Likewise.
2026 (start_function): Likewise.
2028 Thu Dec 21 21:19:42 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2030 * g77install.texi, g77.texi: Update last-updated dates for
2031 installation information and the manual as a whole.
2032 * bugs.texi, news.texi: Update copyright years in the comments at
2033 the top of the file.
2035 2000-12-21 Joseph S. Myers <jsm28@cam.ac.uk>
2037 * g77install.texi: Adjust wording of an EGCS reference.
2039 Thu Dec 21 20:00:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2041 * BUGS, NEWS: Regenerate.
2043 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
2045 * com.c [VMS]: Remove definition of BSTRING.
2047 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
2049 * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
2051 2000-12-18 Toon Moene <toon@moene.indiv.nluug.nl>
2053 * bugs.texi: Correct copyright years.
2054 * g77.texi: Likewise.
2055 * news.texi: Likewise.
2057 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
2059 * g77install.texi: Remove obsolete parts only used for INSTALL,
2060 and DOC-G77 conditionals. Update last-update-install date.
2062 Sat Dec 9 10:20:11 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2064 * .cvsignore: New file; add info files.
2066 2000-12-08 Joseph S. Myers <jsm28@cam.ac.uk>
2068 * Make-lang.in (f77.info): Depend on info files in source
2070 (f/g77.info): Build info files in source directory; don't build
2071 them unless BUILD_INFO is "info".
2072 (f77.install-info): Install info files from source directory.
2074 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2076 * Make-lang.in: Link f/fini with safe-ctype.o.
2077 * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
2078 * com.c: Use TOUPPER, not ffesrc_toupper.
2079 * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
2080 * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
2081 * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
2082 initializing code; use TOUPPER and TOLOWER instead of
2083 ffesrc_toupper and ffesrc_tolower.
2084 * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
2085 Don't define ffesrc_toupper or ffesrc_tolower.
2087 2000-11-28 Richard Henderson <rth@redhat.com>
2089 * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
2091 2000-11-26 Joseph S. Myers <jsm28@cam.ac.uk>
2093 * RELEASE-PREP: Remove obsolete EGCS reference.
2094 * g77.texi: Adjust reference to EGCS as something current.
2095 * lang-options.h (FTNOPT): Remove macro and obsolete comment.
2096 Include doc strings directly in option listing instead of through
2098 * root.texi: Remove support for multiple different (FSF and EGCS)
2099 distributions of g77.
2100 * g77install.texi: Remove conditioned out instructions applying
2101 only to obsolete distributions of g77 not as part of GCC. Change
2102 "superceded" to the correct spelling "superseded".
2104 Sun Nov 26 19:25:56 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2106 * g77spec.c (lang_specific_driver): Update copyright year to 2000.
2108 Thu Nov 23 02:18:57 2000 J"orn Rennecke <amylaar@redhat.com>
2110 * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
2112 2000-11-21 David Billinghurst <David.Billinghurst@riotinto.com)
2114 * Make-lang.in: Add $(build_exeext) to f/fini target
2116 2000-11-21 Andreas Jaeger <aj@suse.de>
2118 * g77.texi (Floating-point Exception Handling): Use feenableexcept
2120 (Floating-point precision): Change to match above change.
2122 Sun Nov 19 17:29:22 2000 Matthias Klose <doko@marvin.itso-berlin.de>
2124 * g77.texi (Floating-point precision): Adjust example
2125 to work with glibc (>= 2.1).
2127 Sat Nov 18 13:54:49 2000 Matthias Klose <doko@cs.tu-berlin.de>
2129 * g77.texi (Floating-point Exception Handling): Adjust
2130 example to work with glibc (>= 2.1).
2132 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
2134 * Make-lang.in (INTDOC_DEPS): New macro.
2135 (f/intdoc.texi): Depend on $(INTDOC_DEPS). Build f/intdoc.
2136 (f/intdoc): Likewise. Add $(build_exeext).
2138 2000-11-17 Zack Weinberg <zack@wolery.stanford.edu>
2140 * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
2143 Thu Nov 16 23:14:07 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2145 * malloc.c (malloc_init): Call xmalloc, not malloc.
2147 2000-11-10 Rodney Brown <RodneyBrown@mynd.com>
2149 * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
2151 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
2153 * root.texi: Remove non-historical EGCS reference.
2154 Set current g77 version to 0.5.26.
2156 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
2158 * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
2160 2000-11-10 Zack Weinberg <zack@wolery.stanford.edu>
2162 * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
2163 munging of source file name.
2164 ($(srcdir)/f/intdoc.texi): Break up into several rules each of
2165 which builds just one thing. Don't mess with $(LANGUAGES).
2166 (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
2168 2000-11-05 Toon Moene <toon@moene.indiv.nluug.nl>
2170 * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
2171 Remove non-historical references to egcs/EGCS.
2173 2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
2175 * Make-lang.in: Remove f77.distdir and f/INSTALL.
2176 * INSTALL, install0.texi: Remove.
2178 2000-11-02 Joseph S. Myers <jsm28@cam.ac.uk>
2180 * com.c (open_include_file, ffecom_open_include_): Use strchr ()
2181 and strrchr () instead of index () and rindex ().
2183 2000-10-27 Zack Weinberg <zack@wolery.stanford.edu>
2185 * Make-lang.in: Move all build rules here from Makefile.in,
2186 adapt to new context. Wrap all rules that change the current
2187 directory in parentheses. Expunge all references to $(P).
2188 When one command depends on another and they're run all at
2189 once, use && to separate them, not ;. Add OUTPUT_OPTION to
2190 all object-file generation rules. Delete obsolete variables.
2192 * Makefile.in: Delete.
2193 * config-lang.in: Delete outputs= line.
2195 Sat Oct 21 18:07:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2197 * Makefile.in, g77spec.c: Remove EGCS references in comments.
2199 Thu Oct 12 22:28:51 2000 Mark Mitchell <mark@codesourcery.com>
2201 * com.c (ffecom_do_entry_): Don't mess with obstacks.
2202 (ffecom_finish_global_): Likewise.
2203 (ffecom_finish_symbol_transform_): Likewise.
2204 (ffecom_gen_sfuncdef_): Likewise.
2205 (ffecom_init_zero_): Likewise.
2206 (ffecom_start_progunit_): Likewise.
2207 (ffecom_sym_transform_): Likewise.
2208 (ffecom_sym_transform_assign_): Likewise.
2209 (ffecom_transform_equiv_): Likewise.
2210 (ffecom_transform_namelist_): Likewise.
2211 (ffecom_vardesc_): Likewise.
2212 (ffecom_vardesc_array_): Likewise.
2213 (ffecom_vardesc_dims_): Likewise.
2214 (ffecom_end_transition): Likewise.
2215 (ffecom_make_tempvar): Likewise.
2216 (bison_rule_pushlevel_): Likewise.
2217 (bison_rule_compstmt_): Likewise.
2218 (finish_decl): Likewise.
2219 (finish_function): Likewise.
2220 (push_parm_decl): Likewise.
2221 (start_decl): Likewise.
2222 (start_function): Likewise.
2223 (ggc_p): Don't define.
2224 * std.c (ffestd_stmt_pass_): Likewise.
2225 * ste.c (ffeste_end_block_): Likewise.
2226 (ffeste_end_stmt_): Likewise.
2227 (ffeste_begin_iterdo_): Likewise.
2228 (ffeste_io_ialist_): Likewise.
2229 (ffeste_io_cilist_): Likewise.
2230 (ffeste_io_inlist_): Likewise.
2231 (ffeste_io_olist_): Likewise.
2232 (ffeste_R810): Likewise.
2233 (ffeste_R838): Likewise.
2234 (ffeste_R839): Likewise.
2235 (ffeste_R842): Likewise.
2236 (ffeste_R843): Likewise.
2237 (ffeste_R1001): Likewise.
2239 2000-10-05 Richard Henderson <rth@cygnus.com>
2241 * com.c (finish_function): Don't init can_reach_end.
2243 Sun Oct 1 11:43:44 2000 Mark Mitchell <mark@codesourcery.com>
2245 * com.c (lang_mark_false_label_stack): Remove.
2247 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
2249 * com.c: Include defaults.h.
2250 * com.h: Don't define the *_TYPE_SIZE macros.
2251 * Makefile.in: Update dependencies.
2253 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
2255 * ansify.c: Use #line, not # <number>.
2257 2000-08-24 Greg McGary <greg@mcgary.org>
2259 * intdoc.c (ARRAY_SIZE): Remove macro.
2260 * proj.h (ARRAY_SIZE): Remove macro.
2261 * com.c (init_decl_processing): Use ARRAY_SIZE.
2263 2000-08-22 Toon Moene <toon@moene.indiv.nluug.nl>
2265 * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
2266 * com.c (macro DEFGFRT): Use CONST boolean.
2267 (ffecom_call_binop_): Choose between call by value
2268 and call by reference.
2269 (ffecom_expr_): Use direct calls to (g)libc functions for
2270 POW_DD, LOG10, (float) MOD.
2271 (ffecom_make_gfrt_): Add const indication to table of
2273 * com.h (macro DEFGFRT): Use CONST boolean.
2274 * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
2276 2000-08-21 Nix <nix@esperi.demon.co.uk>
2278 * lang-specs.h: Do not process -o or run the assembler if
2279 -fsyntax-only. Use %j instead of /dev/null.
2281 2000-08-21 Jakub Jelinek <jakub@redhat.com>
2283 * lang-specs.h: Pass -I* options to f771.
2285 2000-08-19 Toon Moene <toon@moene.indiv.nluug.nl>
2287 * top.c (ffe_decode_option): Disable -fdebug-kludge
2289 * lang-options.h: Document the fact.
2292 2000-08-13 Toon Moene <toon@moene.indiv.nluug.nl>
2294 * bugs.texi: Describe new ability to emit debug info
2295 for EQUIVALENCE members.
2298 2000-08-11 G. Helffrich <george@gly.bris.ac.uk>
2299 Toon Moene <toon@moene.indiv.nluug.nl>
2301 * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
2302 so that debug info can be attached to their storage.
2303 Unconditionally list the storage set aside for them.
2305 2000-08-07 Toon Moene <toon@moene.indiv.nluug.nl>
2307 * g77spec.c (lang_specific_driver): Clearer g77 version message.
2309 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
2311 * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
2312 * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
2313 (f771): Link with $(BACKEND).
2315 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
2317 * g77spec.c: Adjust type of second argument to
2318 lang_specific_driver, and update code as necessary.
2320 * expr.c (ffeexpr_finished_): Cast signed side of ?:
2323 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
2325 * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
2327 Thu Jul 27 11:50:08 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2329 * fini.c (main): Avoid automatic aggregate initialization.
2331 * proj.h: Indent #error directive.
2333 2000-07-26 Toon Moene <toon@moene.indiv.nluug.nl>
2335 * lang-specs.h: Remove one /dev/null from tradcpp invocation.
2337 Sun Jul 23 15:47:30 2000 Billinghurst, David <David.Billinghurst@riotinto.com>
2339 * Make-lang.in: Put $(build_exeext) suffix on programs which run
2340 on the build machine.
2342 2000-07-22 Toon Moene <toon@moene.indiv.nluug.nl>
2344 * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
2345 FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
2347 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
2349 * lang-specs.h: Use the new named specs. Remove unnecessary braces.
2351 2000-07-02 Toon Moene <toon@moene.indiv.nluug.nl>
2353 * version.c: Bump version number.
2355 2000-06-21 Zack Weinberg <zack@wolery.cumb.org>
2357 * Make-lang.in (F77_SRCS): Remove all .j files.
2358 * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
2359 GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
2360 TOPLEV_H, TREE_H): Remove references to .j files.
2361 (TCONFIG_H, TM_H): Remove entirely.
2362 (deps-kinda): Delete rule.
2365 * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
2366 hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
2367 tree.j, tconfig.j, tree.j: Delete.
2369 * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
2370 parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
2371 where.c, where.h: Include parent-directory headers directly.
2372 * lex.c: Don't include tree.h twice.
2374 2000-05-17 H.J. Lu (hjl@gnu.org)
2376 * Make-lang.in: Use a unique stamp for each target to support
2379 Thu Jun 15 14:03:14 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2381 * ste.c (gbe_block): Constify.
2383 2000-06-13 Jakub Jelinek <jakub@redhat.com>
2385 * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
2386 (ffecom_transform_equiv_, ffecom_decl_field): Likewise.
2387 (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2388 (duplicate_decls): Set DECL_USER_ALIGN.
2390 Sun Jun 11 00:03:00 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2392 * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
2394 2000-06-04 Philipp Thomas <pthomas@suse.de>
2396 * Makefile.in(INTLLIBS): New macro.
2397 (LIBS): Add INTLLIBS.
2398 (DEPLIBS): Likewise.
2400 2000-06-02 Richard Henderson <rth@cygnus.com>
2402 * com.c (lang_get_alias_set): New.
2404 2000-05-28 Toon Moene <toon@moene.indiv.nluug.nl>
2406 * bugs.texi: Note that debugging information for
2407 common block items is emitted now.
2410 2000-05-18 Chris Demetriou <cgd@sibyte.com>
2412 * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that
2413 these types correspond to built-in types now defined in
2414 the C front end (for libf2c).
2416 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
2418 * top.c (ffe_decode_option): Update -Wall unused flags by calling
2421 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
2423 * com.c (ffecom_subscript_check_): Constify array_name
2424 parameter. Clean up string bashing.
2425 (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
2427 (ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
2428 ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
2430 (init_parse): Constify parameter and return value.
2431 * lex.c: Include dwarfout.h instead of prototyping dwarfout_*
2433 (ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
2434 (ffelex_hash_, ffelex_include_): Constify local char *.
2435 * std.c (ffestd_exec_end): Constify local char *.
2436 * where.c (ffewhere_file_new): Constify filename parameter.
2437 * where.h: Update prototypes.
2439 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
2441 * com.c (ffecom_overlap_): Set source_offset to
2443 (ffecom_tree_canonize_ptr_): Use size_binop. Convert to
2444 bitsizetype before multiplying by TYPE_SIZE.
2445 (ffecom_tree_canonize_ref_) [case ARRAY_REF]: Break up offset
2446 calculation. Convert to bitsizetype before multiplying by
2449 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
2451 * lex.c: Remove references to cccp.c.
2452 * g77install.texi: Remove references to cexp.c/cexp.y.
2454 2000-04-15 David Edelsohn <edelsohn@gnu.org>
2456 * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
2459 Wed Apr 12 15:15:26 2000 Mark Mitchell <mark@codesourcery.com>
2461 * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
2462 preprocessor constant.
2463 (FFECOM_f2cLOGICAL): Likewise.
2464 (FFECOM_f2cLONGINT): Likewise.
2466 Wed Apr 5 17:46:39 2000 Mark Mitchell <mark@codesourcery.com>
2468 * Makefile.in (GGC_H): Add varray.h.
2470 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
2472 * lang-specs.h: Pass -fno-show-column to the preprocessor.
2474 2000-03-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2476 * com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.
2477 (ffecom_init_0): Likewise.
2479 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2481 * com.c (ffecom_tree_canonize_ptr_): Use bitsize_zero_node.
2482 (ffecom_tree_canonize_ref_): Likewise.
2484 Mon Mar 20 15:49:40 2000 Jim Wilson <wilson@cygnus.com>
2486 * f/target.h (FFETARGET_32bit_longs): New. Define for alpha, sparc64,
2488 (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
2489 ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
2491 Fri Mar 10 00:43:55 2000 Jason Merrill <jason@casey.cygnus.com>
2493 * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
2495 Mon Mar 6 18:05:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2497 * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
2498 (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
2499 (ffecom_transform_equiv_): Likewise.
2501 Mon Mar 6 13:01:19 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2503 * ansify.c (die_unless): Don't use ANSI string concatenation.
2504 (die): Mark with ATTRIBUTE_NORETURN.
2506 Wed Mar 1 00:31:44 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
2508 * com.c (current_function_decl): Move to toplev.c.
2510 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2512 * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
2513 (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
2514 (ffecom_tree_canonize_ref_): Likewise.
2515 (type_for_mode): Handle TImode.
2516 * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
2517 (ffeste_io_ciclist_): Likewise.
2519 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
2521 * com.c (ffecom_type_permanent_copy_): Delete unused function.
2522 (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
2524 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2526 * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
2527 (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
2528 (duplicate_decls): Likewise.
2529 (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
2530 (finish_decl): Delete -Wlarger-than processing.
2532 Fri Feb 18 13:19:34 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
2534 * g77spec.c (lang_specific_driver): Use GCCBUGURL.
2536 2000-02-17 Andy Vaught <andy@maxwell.la.asu.edu>
2538 * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
2539 (ffecom_finish_symbol_transform_): Likewise.
2540 (ffecom_transform_common_): Call ffestorag_set_hook.
2542 Wed Feb 16 11:09:38 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2544 * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
2546 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
2548 * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
2550 Tue Feb 15 11:14:17 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2552 * g77spec.c: Don't declare `version_string'.
2554 Sat Feb 5 23:27:25 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2556 * com.c (mark_tracker_head, mark_binding_level): Protoize.
2558 * where.c (mark_ffewhere_head): Likewise.
2560 Wed Jan 12 09:32:59 2000 Zack Weinberg <zack@wolery.cumb.org>
2562 * lang-specs.h: Pass -lang-fortran to preprocessor.
2564 Thu Dec 30 13:14:31 1999 Richard Henderson <rth@cygnus.com>
2566 * stw.h (struct _ffestw_): Change type of uses_ to int.
2568 Thu Dec 30 11:42:05 1999 Geoff Keating <geoffk@cygnus.com>
2570 * com.c (ffecom_init_0): Make double_ftype_double,
2571 float_ftype_float, ldouble_ftype_ldouble,
2572 ffecom_tree_ptr_to_fun_type_void local.
2573 (tracker_head): New static variable.
2574 (mark_tracker_head): New, marker procedure for tracker_head.
2575 (ffecom_save_tree_forever): New procedure.
2576 (ffecom_init_zero_): Remove obstack use.
2577 (ffecom_make_gfrt_): Remove obstack use.
2578 (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
2579 (ffecom_transform_common_): Remove obstack use, save appropriate
2581 (ffecom_type_namelist_): Remove obstack use, save appropriate
2583 (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
2584 (ffecom_lookup_label): Remove obstack use, save appropriate trees.
2585 (duplicate_decls): Remove obstack use.
2586 (finish_function): push & pop ggc context around
2587 rest_of_compilation when building nested function.
2588 (mark_binding_level): New function.
2589 (init_decl_processing): Mark all the GC roots.
2591 (lang_mark_tree): New function.
2592 (lang_mark_false_label_stack): New trivial function.
2593 * com.h (ffecom_save_tree_forever): Declare as external.
2594 * lex.c (ffelex_hash_): Use GC to allocate the filename string
2595 even when ffelex_kludge_flag_.
2596 * ste.c (ffeste_io_ialist_): Register a static root.
2597 (ffeste_io_inlist_): Likewise.
2598 (ffeste_io_icilist_): Likewise.
2599 (ffeste_io_cllist_): Likewise.
2600 (ffeste_io_cilist_): Likewise.
2601 (ffeste_io_olist_): Likewise.
2602 * Makefile.in (OBJS): Don't use ggc-callbacks.o.
2603 (OBJDEPS): Likewise.
2604 (GGC_H): New variable.
2605 Update dependencies.
2606 * where.c (ffewhere_head): New global.
2607 (mark_ffewhere_head): New marker procedure for ffewhere_head.
2608 (ffewhere_file_kill): Use GC to do memory management.
2609 (ffewhere_file_new): Use GC to do memory management.
2612 Wed Dec 29 19:29:26 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2614 * g77.texi (C Interfacing Tools): Fix an incorrect link.
2616 1999-12-13 Jakub Jelinek <jakub@redhat.com>
2618 * target.h: Handle sparc64 the same way as alpha.
2620 Sun Nov 28 21:39:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2622 * com.c (ffecom_file_, ffecom_file, file_buf,
2623 ffecom_open_include_): Constify a char*.
2624 (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
2626 (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
2627 (lang_print_error_function): ANSI-fy.
2629 * com.h (ffecom_file): Constify a char*.
2631 * fini.c (main): Call return, not exit.
2633 * g77spec.c (lang_specific_driver): Use non-const *in_argv in
2636 * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
2639 Sun Nov 28 21:15:29 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2641 * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
2643 (ffecom_char_enhance_arg_, ffecom_do_entry_,
2644 ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
2645 ffecom_start_progunit_, ffecom_start_progunit_,
2646 ffecom_start_progunit_, ffecom_sym_transform_assign_,
2647 ffecom_transform_equiv_, ffecom_transform_namelist_,
2648 ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
2649 ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
2652 * com.h (ffecom_get_invented_identifier): Likewise.
2654 * sts.c (ffests_printf): New function taking ellipses.
2655 (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2656 ffests_printf_2Us): Delete.
2660 * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
2661 ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
2662 ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
2663 ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
2664 ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
2665 ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
2667 * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
2668 ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
2670 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
2671 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2673 * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
2675 Tue Oct 26 01:32:19 1999 Mark Mitchell <mark@codesourcery.com>
2677 * com.c (poplevel): Don't call remember_end_note.
2679 Fri Oct 15 15:18:12 1999 Greg McGary <gkm@gnu.org>
2681 * top.h (ffe_is_subscript_check_): Remove extern decl.
2682 (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
2683 * top.c (ffe_is_subscript_check_): Remove global variable.
2684 (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
2685 Set flag_bounds_check for "(no-)fortran-bounds-check".
2687 (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
2688 (ffecom_char_args_x_): Ditto.
2690 Sun Oct 10 08:40:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2692 * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
2693 __GNUC__ and __GNUC_MINOR__. Don't define BUILT_WITH_270. Define
2694 macro UNUSED in terms of ATTRIBUTE_UNUSED.
2696 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2698 * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
2700 (builtin_function): No longer static. New arg CLASS. Arg
2701 FUNCTION_CODE now of type int. All callers changed.
2702 Set the builtin's DECL_BUILT_IN_CLASS.
2704 Tue Sep 21 09:08:30 1999 Toon Moene <toon@moene.indiv.nluug.nl>
2706 * g77spec.c (lang_specific_driver): Initialize return value.
2708 Thu Sep 16 18:07:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2710 * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
2712 * fini.c (main): Likewise.
2714 * intrin.c (ffeintrin_init_0): Likewise.
2716 * lex.c (ffelex_hash_): Likewise.
2718 * src.c (ffesrc_init_1): Likewise.
2720 Tue Sep 14 12:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2722 * g77spec.c (lang_specific_driver): Remove unnecessary argument in
2723 call to function `fatal'.
2725 Sun Sep 12 23:29:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2727 * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
2729 * g77spec.c: Include gcc.h.
2730 (g77_xargv): Constify.
2731 (g77_fn): Add parameter prototypes.
2732 (lookup_option, append_arg): Add static prototypes.
2733 (g77_newargv): Constify.
2734 (lookup_option, append_arg, lang_specific_driver): Constify a char*.
2735 (lang_specific_driver): All calls to the function pointer
2736 parameter now explicitly call `fatal'.
2738 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2740 * com.h: Delete declarations for all tree nodes now moved to
2742 * com.c: Delete their definitions.
2743 (ffecom_init_0): Call build_common_tree_nodes and
2744 build_common_tree_nodes_2 instead of building their nodes here.
2745 Override their decisions for complex nodes.
2747 Sat Sep 4 13:46:27 1999 Mark Mitchell <mark@codesourcery.com>
2749 * Make-lang.in (f771): Depend on ggc-callbacks.o.
2750 * Makefile.in (OBJS): Add ggc-callbacks.o.
2751 (OBJDEPS): Likewise.
2753 Mon Aug 30 22:05:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2755 * com.c (language_string): Constify.
2757 Mon Aug 30 20:29:30 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2759 * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
2760 Remove hacks for stuff which now comes from libiberty.
2762 Sun Aug 29 09:47:45 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2764 * com.c (lang_printable_name): Constify a char*.
2766 Wed Aug 25 01:21:06 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2768 * lang-specs.h: Pass cc1 spec to f771.
2770 Mon Aug 9 19:44:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2772 * com.c (lang_print_error_function): Constify a char*.
2773 (init_parse): Remove redundant prototype for `print_error_function'.
2774 (lang_identify): Constify a char*.
2776 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
2778 * g77spec.c: Update URLS and mail addresses.
2779 * root.texi: Update URLS and mail addresses.
2781 1999-07-25 Richard Henderson <rth@cygnus.com>
2783 * com.c (ptr_type_node, va_list_type_node): New.
2784 (ffecom_init_0): Init and use ptr_type_node.
2786 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
2788 * root.texi: Update e-mail addresses to gcc.gnu.org.
2789 * g77spec.c (lang_specific_driver): Updated URL with bug reporting
2790 instructions to gcc.gnu.org. Removed e-mail address.
2792 Sat Jul 17 11:28:43 1999 Craig Burley <craig@jcb-sc.com>
2794 * root.texi, g77install.texi: Switchover to GCC terminology.
2795 Also, FSF-G77 had been mistakenly set at some point.
2797 Thu Jul 8 15:38:50 1999 Craig Burley <craig@jcb-sc.com>
2799 * news.texi: Describe DATE intrinsic fix.
2801 Mon Jun 28 21:44:19 1999 Craig Burley <craig@jcb-sc.com>
2803 * version.c: Denote experimental version.
2805 Mon Jun 28 10:43:11 1999 Craig Burley <craig@jcb-sc.com>
2807 * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
2808 a temp even if -fno-f2c.
2810 * version.c: Bump version.
2812 Mon Jun 28 21:31:35 1999 Craig Burley <craig@jcb-sc.com>
2814 * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
2815 Explain that this fixes the NAMELIST-read bug.
2817 Fri Jun 25 11:06:32 1999 Craig Burley <craig@jcb-sc.com>
2819 * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
2821 Mon Jun 21 12:40:17 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2823 * g77.texi: Update links.
2825 Mon Jun 21 05:33:51 1999 Jeffrey A Law (law@cygnus.com)
2827 * news.texi: Add missing @end ifclear.
2829 Fri Jun 18 11:43:46 1999 Craig Burley <craig@jcb-sc.com>
2831 * news.texi: Doc TtyNam fix.
2833 Fri Jun 18 11:26:50 1999 Craig Burley <craig@jcb-sc.com>
2835 * news.texi: New heading for development version.
2836 Doc upgrade to netlib libf2c as of today.
2838 Wed Jun 16 11:43:02 1999 Craig Burley <craig@jcb-sc.com>
2840 * news.texi: Mention BACKSPACE fix to libg2c.
2842 Mon Jun 7 08:42:40 1999 Craig Burley <craig@jcb-sc.com>
2844 * Make-lang.in: Any target using libsubdir must depend
2847 Sat Jun 5 23:50:36 1999 Craig Burley <craig@jcb-sc.com>
2849 * g77.texi: Describe a few more missing features people
2850 have emailed me about.
2852 Sat Jun 5 17:03:23 1999 Craig Burley <craig@jcb-sc.com>
2854 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
2855 * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
2857 Fri Jun 4 13:56:56 1999 Craig Burley <craig@jcb-sc.com>
2859 * Make-lang.in: Use libsubdir, not prefix, to store
2860 temporary lang-f77 `flag' file.
2862 Fri Jun 4 10:26:04 1999 Craig Burley <craig@jcb-sc.com>
2864 * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
2865 Mention that libg2c is multilibbed.
2867 Fri Jun 4 10:09:50 1999 Craig Burley <craig@jcb-sc.com>
2869 * g77.texi (Missing Features): Add `Better Warnings'
2872 Fri May 28 16:51:41 1999 Craig Burley <craig@jcb-sc.com>
2874 * g77.texi: Fix thinko.
2876 Wed May 26 14:43:27 1999 Craig Burley <craig@jcb-sc.com>
2878 * news.texi: Document Tue May 18 03:52:04 1999 patch.
2881 Wed May 26 14:25:07 1999 Craig Burley <craig@jcb-sc.com>
2883 * g77.texi, news.texi, root.texi, version.c: Start renaming
2884 EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
2885 the version of g77 within GCC 2.95.
2887 Wed May 26 11:45:21 1999 Craig Burley <craig@jcb-sc.com>
2889 Rename -fsubscript-check to -fbounds-check and
2890 -ff2c-subscript-check to -ffortran-bounds-check:
2891 * g77.texi: Rename options in docs, clarify usage.
2892 * lang-options.h: Rename options, clarify doclets.
2893 * news.texi: Rename options, don't bother with fortran-specific
2895 * top.c (ffe_decode_option): Rename recognized strings.
2897 Tue May 25 18:21:09 1999 Craig Burley <craig@jcb-sc.com>
2899 * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
2900 now that -fflatten-arrays exists.
2902 Tue May 25 17:48:34 1999 Craig Burley <craig@jcb-sc.com>
2905 * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
2906 CHARACTER expression.
2907 (ffecom_prepare_expr_): Ditto.
2909 Tue May 18 03:52:04 1999 Craig Burley <craig@jcb-sc.com>
2911 Support use of back end's improved open-coding of complex divide:
2912 * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
2913 instead of run-time call to [cz]_div, if `-Os' option specified.
2914 (lang_init_options): Tell back end we want support for wide range
2915 of inputs to complex divide.
2919 Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
2921 * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
2924 Thu May 13 12:23:20 1999 Craig Burley <craig@jcb-sc.com>
2926 Fix INTEGER*8 subscripts in array references:
2927 * com.c (ffecom_subscript_check_): Convert low, high, and
2928 element as necessary to make comparison work.
2929 (ffecom_arrayref_): Do more of the work.
2930 Properly handle subscript expr that's wider than int,
2931 if pointers are wider than int.
2932 (ffecom_expr_): Leave more work to ffecom_arrayref_.
2933 (ffecom_init_0): Record sizes of pointers and ints for
2935 Use set_sizetype etc. as done by gcc front end.
2936 (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
2937 * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
2938 expressions in run-time contexts.
2939 (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
2940 non-default INTEGER subscript expressions.
2941 * news.texi: Announce.
2943 Finish accepting -fflatten-arrays option:
2944 * com.c (ffecom_arrayref_): Flatten references if requested.
2945 * g77.texi: Describe.
2946 * lang-options.h: Allow.
2947 * news.texi: Announce.
2948 * top.c, top.h: Recognize.
2950 * version.c: Bump version.
2952 Wed May 12 07:30:05 1999 Craig Burley <craig@jcb-sc.com>
2954 * com.c (lang_init_options): Disable back end's maintenance
2956 * news.texi: Document dropping of errno.
2958 1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2960 * lang-specs.h: Pass -$ to the preprocessor.
2962 Mon May 10 18:14:28 1999 Craig Burley <craig@jcb-sc.com>
2964 * g77.texi: Fix various @xref's per proper style.
2965 Go ahead and use nested braces in @xref's, with care.
2966 * g77install.texi: Fix @xref per proper style.
2968 Mon May 10 17:38:39 1999 Craig Burley <craig@jcb-sc.com>
2970 * news.texi: Doc upgrade to netlib libf2c as of today.
2972 Sun May 9 18:52:13 1999 Hans-Peter Nilsson <hp@bitrange.com>
2974 * f/g77spec.c (lang_specific_driver): Correct bug-report address
2975 and point to the FAQ.
2977 Thu May 6 12:40:21 1999 Craig Burley <craig@jcb-sc.com>
2979 * g77.texi (Arbitrary Concatenation): Put this under
2980 "Missing Features" instead of "Projects".
2981 (Internals Documentation): Point to new "Front End" chapter.
2983 Thu May 6 08:23:52 1999 Craig Burley <craig@jcb-sc.com>
2985 * bugs.texi, news.texi: Automatic arrays reportedly working
2988 Thu May 6 08:19:31 1999 Craig Burley <craig@jcb-sc.com>
2990 * g77.texi (Advantages Over f2c): Expand on this topic.
2992 Mon May 3 19:41:48 1999 Craig Burley <craig@jcb-sc.com>
2994 * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
2996 Mon May 3 18:11:48 1999 Craig Burley <craig@jcb-sc.com>
2998 Reverse order of two arguments to CTIME_subr, DTIME_subr,
2999 ETIME_subr, and TTYNAM_subr:
3000 * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
3001 While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
3003 * intdoc.in: Document the new calling sequences.
3004 * intrin.def: Reverse the arguments.
3005 * news.texi: Document the fact that they changed.
3006 * version.c: Bump version.
3008 Mon May 3 11:28:14 1999 Craig Burley <craig@jcb-sc.com>
3010 * news.texi: Doc upgrade to netlib libf2c as of today.
3012 Sun May 2 17:04:28 1999 Craig Burley <craig@jcb-sc.com>
3014 * version.c: Bump version.
3016 Sun May 2 16:53:01 1999 Craig Burley <craig@jcb-sc.com>
3018 Fix compile/19990502-1.f:
3019 * ste.c (ffeste_R819B): Don't overwrite tree for temp
3020 variable when expanding the assignment into it.
3022 Sun Apr 25 20:55:10 1999 Craig Burley <craig@jcb-sc.com>
3024 Fix 19990325-0.f and 19990325-1.f:
3025 * com.c (ffecom_possible_partial_overlap_): New function.
3026 (ffecom_expand_let_stmt): Use it to determine whether to assign
3027 to a COMPLEX operand through a temp.
3028 * news.texi: Document fix.
3030 * version.c: Bump version.
3032 Sat Apr 24 12:19:53 1999 Craig Burley <craig@jcb-sc.com>
3034 * expr.c (ffeexpr_finished_): Convert DATA implied-do
3035 start/end/incr expressions to default INTEGER.
3036 Fix some broken conditionals.
3037 Clean up some code in the region.
3038 * news.c: Document the fix.
3040 * version.c: Bump version.
3042 Fri Apr 23 02:08:32 1999 Craig Burley <craig@jcb-sc.com>
3044 * g77.texi (Compiler Prototypes): Replace "missing" subscript-
3045 checking option with something else.
3047 Fri Apr 23 01:48:28 1999 Craig Burley <craig@jcb-sc.com>
3049 Support new -fsubscript-check and -ff2c-subscript-check options:
3050 * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
3051 * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
3052 (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
3053 FFEBLD_opARRAYREF case.
3054 Compute character name, array type, and use new
3055 ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
3056 (ffecom_expr_): Use new ffecom_arrayref_ function.
3057 (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
3058 * g77.texi, news.texi: Document new options.
3059 * top.c, top.h: Support new options.
3061 * news.texi: Fix up some items to not be in "User-Visible Changes".
3063 * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
3066 * version.c: Bump version.
3068 Tue Apr 20 01:38:57 1999 Craig Burley <craig@jcb-sc.com>
3070 * bugs.texi, news.texi: Clarify -malign-double situation.
3072 Tue Apr 20 01:15:25 1999 Craig Burley <craig@jcb-sc.com>
3074 * stb.c (ffestb_R5282_): Convert DATA repeat count
3075 to default INTEGER, to avoid problems downstream.
3077 * version.c: Bump version.
3079 Mon Apr 19 21:36:48 1999 Craig Burley <craig@jcb-sc.com>
3081 * ste.c (ffeste_R819B): Start the loop before expanding
3082 the termination expression.
3084 * version.c: Bump version.
3086 Sun Apr 18 21:53:58 1999 Craig Burley <craig@jcb-sc.com>
3088 * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
3089 variables have constant addresses (EQUIVALENCE only if
3090 containing aggregate is static).
3092 Sat Apr 17 16:55:59 1999 Craig Burley <craig@jcb-sc.com>
3094 * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
3095 Clean up @code{} vs. @samp{}.
3096 Clean up dashes (`--') vs. @minus{} vs. `---'.
3098 * ffe.texi: Add copyright header.
3100 * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
3101 Remove support for -fugly option.
3102 Clarify that -fugly-logint is needed instead of -fugly
3103 to work around using .EQ./.NE. on LOGICAL operands.
3104 Explain more about why -fugly-logint is bad juju.
3106 * g77.texi (Missing Features): Describe READONLY as a missing
3107 feature. Describe AUTOMATIC better.
3109 * news.texi: Mention libf2c upgrade.
3111 Sat Apr 17 14:05:53 1999 Craig Burley <craig@jcb-sc.com>
3113 Make a place for front-end internals documentation:
3114 * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
3115 * ffe.texi: New file, containing docs on front-end internals.
3116 * g77.texi: New chapter for, and inclusion of, ffe.texi.
3118 * g77.texi: Fix an index entry.
3120 Sat Apr 17 13:53:43 1999 Craig Burley <craig@jcb-sc.com>
3122 Rewrite to use block/scope structure of GBE and to ensure
3123 variables (especially those going on stack/reg) are declared
3124 before executable code generated:
3125 * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
3127 * bld.h (ffebld_item_hook, ffebld_item_set_hook,
3128 ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
3129 * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
3130 ffebld_rank, ffebld_where): New convenience macros (used
3131 by rest of this patch).
3132 * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
3133 ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
3135 * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
3136 ffecom_call_gfrt): Support passing hooks for temp-var info.
3137 (ffecom_expr_power_integer_): Takes opPOWER expression, instead
3138 of its left and right operands, so it can get at the hook.
3139 (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
3140 ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
3141 ffecom_prepare_expr_w, ffecom_prepare_return_expr,
3142 ffecom_prepare_ptr_to_expr): New functions supporting expression
3144 (bison_rule_compstmt_): Return the tree, as in the CFE.
3145 (delete_block): New function, from CFE.
3146 (kept_level_p): New function, from CFE, modified.
3147 (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
3148 replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
3149 and they do real work.
3150 (struct binding_level): Add prep_state member. Initialize to 0.
3151 (ffecom_get_invented_identifier): Now takes either or both a
3152 string and an integer, using -1 to denote no integer.
3153 (ffecom_do_entry_): Disallow temp-var generation via expressions
3154 in body of function, since the exprs aren't prescanned.
3155 (ffecom_expr_rw): Now takes destination tree.
3156 (ffecom_expr_w): New function, now used in some places
3157 ffecom_expr_rw had been used.
3158 (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
3159 of source file, to avoid annoying problems editing com.c using
3161 (ffecom_expr_power_integer_): Make a temp var for division, if
3163 Handle expanded statement expression as does CFE.
3164 (ffecom_start_progunit_): Disallow temp-var generation in body
3165 of function, since expressions are not prescanned at this level.
3166 (ffecom_sym_transform_): Transform ASSIGN variables as well,
3167 so these are all transformed up front, before code-generation
3169 (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
3170 ffecom_ptr_to_const_expr): New functions to transform expressions
3171 only if the results will surely be constants.
3172 (ffecom_arg_ptr_to_expr): Precompute size, for convenience
3173 obtaining temp vars.
3174 (ffecom_expand_let_stmt): Guess at usability of destination
3175 pre-expansion, to provide better prescan preparation (fewer
3176 spurious temp vars).
3177 (ffecom_init_0): Disallow temp-var generation in global scope.
3178 (ffecom_type_expr): New function, returns just the type tree
3180 (start_function): Disallow temp-var generation in parm scope.
3181 (incomplete_type_error): Fix introductory comment.
3182 (poplevel): Update (somewhat) from CFE.
3183 (pushlevel): Update (somewhat) from CFE.
3184 * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
3185 * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
3186 ffestd_R806): Remember and pass through the ffestw block info
3187 for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
3188 * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
3189 (ffeste_io_inlist_): Add prototype.
3190 (ffeste_f2c_*): Macros rewritten, new ones added.
3191 (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
3192 ffeste_end_stmt_): New macros/functions, depending on whether
3193 checking is enabled, to keep track of symmetry of other ste.c code.
3194 (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
3195 ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
3196 ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
3197 ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
3198 ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
3199 ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
3200 ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
3201 ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
3202 ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
3203 ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
3204 ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
3205 ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
3206 all pertinent expressions, update to new com.c interface, etc.
3207 (ffeste_io_impdo_): Relocate.
3208 (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
3209 bother calling clear_momentary, nothing was generated.
3210 (ffeste_R842, ffeste_R843): Update to new com.c interface.
3211 (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
3212 (ffeste_terminate_2): When checking enabled, make sure all blocks
3213 and statements have been ended.
3214 * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
3215 These now take ffestw block argument.
3216 (ffeste_terminate_2): When checking enabled, it's a function, not
3218 * stw.h (struct _ffestw_): New variable for IFTHEN.
3219 (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
3221 * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
3223 * com.c: Clean up commentary per GNU coding standards.
3225 * bld.h (ffebld_size, ffebld_size_known): Canonize.
3227 * version.c: Bump version.
3229 Sun Apr 11 21:33:33 1999 Mumit Khan <khan@xraylith.wisc.edu>
3231 * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
3232 null to decide whether to use it.
3234 Wed Apr 7 09:47:09 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3236 * ansify.c (die): Specify void argument.
3238 * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
3239 argument_info_ptr, argument_info_string, argument_name_ptr,
3240 argument_name_string, elaborate_if_complex,
3241 elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
3243 (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
3244 (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
3245 _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
3247 Mon Apr 5 11:57:54 1999 Donn Terry (donn@interix.com)
3249 * Make-lang.in (HOST_CFLAGS): compute dynamically.
3251 Mon Apr 5 02:11:23 1999 Craig Burley <craig@jcb-sc.com>
3253 Fix bugs exposed by configuring with --enable-checking:
3254 * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
3255 ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
3256 pop_f_function_context, store_parm_decls, poplevel): Handle
3257 error_mark_node properly.
3258 * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
3259 * version.c: Bump version.
3261 Sat Apr 3 23:57:56 1999 Craig Burley <craig@jcb-sc.com>
3263 * g77.texi: Fix up docs for -fset-g77-defaults, and
3264 describe how internal consistency checking now happens.
3265 (Should have been done for EGCS version 1.1.)
3267 Sat Apr 3 23:29:33 1999 Craig Burley <craig@jcb-sc.com>
3269 * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
3270 Make -fno-emulate-complex the default, as COMPLEX support
3271 in the back end is now believed to be working.
3273 * version.c: Bump version.
3275 Fri Apr 2 13:33:16 1999 Craig Burley <craig@jcb-sc.com>
3277 * g77.texi: -malign-double now works.
3278 Give URL for alignment-testing package.
3279 * news.texi: -malign-double now works.
3281 Fri Apr 2 12:49:12 1999 Craig Burley <craig@jcb-sc.com>
3283 * g77.texi (Funding GNU Fortran): Dude's got a web page.
3286 Tue Mar 30 12:04:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3288 * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
3291 * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
3294 * stb.c (ffestb_local_u_): Likewise.
3295 (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
3296 ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
3297 ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
3298 ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
3299 ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
3300 ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
3301 ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
3302 ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
3303 ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
3304 ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
3305 ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
3306 ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
3307 ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
3308 ffestb_decl_R539): Likewise.
3310 * stb.h (_ffestb_args_): Likewise.
3312 * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
3313 ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
3315 * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
3316 ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
3317 ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
3318 ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
3319 ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
3321 * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
3323 * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
3324 ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
3326 * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
3327 ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
3329 * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
3330 ffestt_tokenlist_drive): Add prototype arguments.
3332 * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
3333 ffestt_tokenlist_drive): Likewise.
3335 * stu.c (ffestu_dummies_transition_): Likewise.
3336 (ffestu_sym_end_transition): Const-ify a char*.
3338 * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
3339 prototype arguments.
3341 * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
3343 * version.c (ffe_version_string): Const-ify a char*.
3345 * version.h (ffe_version_string): Likewise.
3347 Sat Mar 27 13:00:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3349 * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
3350 ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
3351 ffebad_finish): Const-ify a char*.
3353 * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
3355 * bld.h (ffebld_op_string): Likewise.
3357 * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
3358 ffecom_debug_kludge_, ffecom_f2c_make_type_,
3359 ffecom_get_appended_identifier_, ffecom_get_identifier_,
3360 ffecom_gfrt_args_): Likewise.
3361 (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
3362 (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
3363 ffecom_arglist_expr_, ffecom_build_f2c_string_,
3364 ffecom_debug_kludge_, ffecom_f2c_make_type_,
3365 ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
3366 ffecom_get_identifier_, ffecom_decl_field,
3367 ffecom_get_invented_identifier, lang_print_error_function,
3368 skip_redundant_dir_prefix, read_name_map, print_containing_files):
3370 (savestring): Remove, use `xstrdup' instead.
3372 * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
3375 * data.c (ffebld, ffedata_gather_): Make explicitly static.
3377 * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
3378 ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
3379 ffeexpr_nil_number_, ffeexpr_nil_number_period_,
3380 ffeexpr_nil_number_real_, ffeexpr_token_real_,
3381 ffeexpr_token_number_, ffeexpr_token_number_period_,
3382 ffeexpr_token_number_real_): Const-ify a char*.
3384 * fini.c (xspaces): Likewise.
3386 * global.c (ffeglobal_type_string_): Likewise.
3387 (ffeglobal_drive): Protoize.
3388 (ffeglobal_proc_def_arg): Const-ify a char*.
3390 * global.h (ffeglobal_drive): Protoize.
3391 (ffeglobal_proc_def_arg): Const-ify a char*.
3393 * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
3396 * implic.h (ffeimplic_peek_symbol_type): Likewise.
3398 * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
3399 ffeinfo_kind_string_, ffeinfo_kindtype_string_,
3400 ffeinfo_where_string_, ffeinfo_basictype_string,
3401 ffeinfo_kind_message, ffeinfo_kind_string,
3402 ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
3404 * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
3405 ffeinfo_kind_string, ffeinfo_kindtype_string,
3406 ffeinfo_where_string): Likewise.
3408 * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
3409 _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
3410 ffeintrin_fulfill_specific, ffeintrin_init_0,
3411 ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
3412 ffeintrin_name_generic, ffeintrin_name_implementation,
3413 ffeintrin_name_specific): Likewise.
3415 * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
3416 ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
3418 * lex.c (ffelex_type_string_, ffelex_token_new_character,
3419 ffelex_token_new_name, ffelex_token_new_names,
3420 ffelex_token_new_number): Likewise.
3422 * lex.h (ffelex_token_new_character, ffelex_token_new_name,
3423 ffelex_token_new_names, ffelex_token_new_number): Likewise.
3425 * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
3426 malloc_new_zinpool_): Likewise.
3428 * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
3429 malloc_pool_new): Likewise.
3431 * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
3434 * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
3437 * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
3438 ffesymbol_attrs_string): Const-ify a char*.
3439 (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
3440 (ffesymbol_state_string): Const-ify a char*.
3442 * symbol.h (ffesymbol_attrs_string): Likewise.
3443 (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
3444 (ffesymbol_state_string): Const-ify a char*.
3446 * target.c (ffetarget_layout): Likewise.
3448 * target.h (ffetarget_layout): Likewise.
3450 1999-03-25 Zack Weinberg <zack@rabi.columbia.edu>
3452 * Make-lang.in: Remove all references to g77.o/g77.c.
3453 Link g77 from gcc.o.
3455 1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
3457 * Makefile.in (g77$(exeext)): Depend on intl.o. Link in intl.o.
3459 Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com>
3461 * news.texi: Editorial fix.
3463 Mon Mar 15 17:12:07 1999 Craig Burley <craig@jcb-sc.com>
3465 * bugs.texi, g77.texi, news.texi: Editorial fixes.
3467 Sat Mar 13 17:51:55 1999 Craig Burley <craig@jcb-sc.com>
3469 Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
3470 * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
3471 * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
3472 by convertor, just return original expr.
3473 * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
3474 conversions that aren't yet working properly.
3475 * news.texi: Explain.
3477 * version.c: Bump version.
3479 Sat Mar 13 14:26:55 1999 Craig Burley <craig@jcb-sc.com>
3481 * RELEASE-PREP: New file, lists things to do for a release.
3483 * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
3484 install0.texi, news.texi, news0.texi: Accommodate new doc
3486 Consolidate news items. Don't describe old news items in
3487 various generated docs.
3488 Don't describe FSF-g77 installation stuff in various EGCS-g77
3490 Move description of AUTOMATIC to more suitable location.
3491 * root.texi: New file for new doc architecture.
3493 Thu Mar 11 17:32:55 1999 Craig Burley <craig@jcb-sc.com>
3495 * g77.texi: Add AUTOMATIC to list of unsupported extensions.
3497 Sat Mar 6 02:28:35 1999 Craig Burley <craig@jcb-sc.com>
3499 Warn about non-Y2K-compliant intrinsics:
3500 * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
3501 * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
3502 Use new DEFIMPY macro to flag these as non-Y2K-compliant.
3503 * intdoc.c (DEFIMPY): Support new Y2K macro.
3504 * intrin.h (DEFIMPY): Ditto.
3505 * intrin.c (DEFIMPY): Ditto.
3506 (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
3507 Warn about invocation of non-Y2K-compliant intrinsic.
3508 * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
3509 Rename external procedure names, to keep previously-
3510 compiled (sans-new-warnings) code from linking to
3512 * g77.texi: Document all this stuff.
3513 * news.texi: Spread the joy.
3514 * version.c: Bump version.
3516 Fri Mar 5 13:22:44 1999 Craig Burley <craig@jcb-sc.com>
3518 * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
3519 so describe it there, instead of under 1.2.
3521 Wed Mar 3 00:57:56 1999 Craig Burley <craig@jcb-sc.com>
3523 * news.texi: IDATE (VXT) fixed to return year as 0..99.
3525 Wed Mar 3 00:43:49 1999 Craig Burley <craig@jcb-sc.com>
3527 * g77.texi: Add remaining changes pending from Dave Love.
3529 Wed Mar 3 00:38:42 1999 Craig Burley <craig@jcb-sc.com>
3531 * bugs.texi, news.texi: Conditionalize cross-references
3532 on non-html processing, providing temporary HTML "links".
3534 * g77.texi: Fix up a reference.
3536 Wed Mar 3 00:12:31 1999 Craig Burley <craig@jcb-sc.com>