OSDN Git Service

* g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
1 2003-06-04  Andreas Jaeger  <aj@suse.de>
2
3         * g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.
4
5 2003-06-01  Bud Davis  <bdavis9659@comcast.net>
6
7         * ste.c (ffeste_R838): Handle ERROR_MARK.
8         (ffeste_R839): Ditto.
9
10 2003-06-01  Andreas Jaeger  <aj@suse.de>
11
12         * lex.c (ffelex_file_fixed): Remove usage of
13         REDUCE_CARD_SIZE_AFTER_BIGGY.
14
15         * expr.c (ffeexpr_exprstack_push_operand_): Remove code depenend
16         on WEIRD_NONFORTRAN_RULES.
17
18         * com.c (ffecom_arg_ptr_to_expr): Remove
19         PASS_HOLLERITH_BY_DESCRIPTOR dependend code.
20         (ffecom_const_expr): Remove usage of NEWCOMMON.
21         (ffecom_expand_let_stmt): Remove MOVE_EXPR.
22
23 2003-05-31  Bud Davis  <bdavis9659@comcast.net>
24
25         PR fortran/10843
26         * sta.c (ffesta_second_): Parse GO TO correctly,
27         even in free source format.
28
29 2003-05-31  Andreas Jaeger  <aj@suse.de>
30
31         * lex.c (ffelex_hash_): Remove HANDLE_PRAGMA and
32         HANDLE_GENERIC_PRAGMA dependend code, remove #if 0 code.
33         (pragma_getc): Removed.
34         (pragma_ungetc): Removed.
35
36 2003-05-30  Roger Sayle  <roger@eyesopen.com>
37
38         * com.c (ffecom_init_0): Define built-in functions for tan and atan.
39         * com-rt.def: Use then to implement g77's tan and atan intrinsics.
40
41 2003-05-22  Bud Davis  <bdavis9659@comcast.net>
42
43         * com.c (ffecom_sym_transform_): Error out on unallocatable
44         storage after type is set.
45
46 2003-05-18  Toon Moene  <toon@moene.indiv.nluug.nl>
47
48         * intdoc.in: Fix documentation of IDATE.
49         * intdoc.texi: Regenerate.
50         * news.texi: Update due to also fixing it in 3.3.1.
51
52 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
53
54         * g77.texi: Remove most of the of the preface of the
55         bugs section.
56
57 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
58
59         * g77.texi: Remove most of the bug reporting instructions and
60         merge them into bugs.html.
61
62 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
63
64         * com.c: Replace all calls to fatal_io_error with calls to
65         fatal_error; add ": %m" to the end of all the affected error
66         messages.
67
68 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
69
70         * bad.c: Don't call diagnostic_count_diagnostic.
71
72 2003-05-12  Roger Sayle  <roger@eyesopen.com>
73
74         * com.c (ffecom_init_0): Define built-in functions for atan2,
75         exp, floor, fmod, log and pow.
76         (duplicate_decls): Preserve assembler name when redeclaring a
77         built-in.
78         * com-rt.def: Implement using the built-in forms of the above
79         functions rather than calling the standard C library directly.
80         Correct some of the run-time prototype "codes".
81
82 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
83
84         PR fortran/10726
85         * intdoc.in: Fix documentation of IDATE.
86         * intdoc.texi: Regenerate.
87         * g77.texi: Document completion of INTEGER*n support.
88         * news.texi: Update due to the above.
89
90 2003-05-08  Roger Sayle  <roger@eyesopen.com>
91
92         PR fortran/8485
93         * target.h (FFETARGET_REAL_VALUE_FROM_INT_): Cast to
94         HOST_WIDE_INT instead of long.
95         (FFETARGET_REAL_VALUE_FROM_LONGLONG_): New macro.
96         (FFETARGET_LONGLONG_FROM_INTS_): New macro.
97         (ffetarget_convert_complex1_integer4): Implement.
98         (ffetarget_convert_complex2_integer4): Implement.
99         (ffetarget_convert_integer4_complex1): Implement.
100         (ffetarget_convert_integer4_complex2): Implement.
101         (ffetarget_convert_integer4_real1): Implement.
102         (ffetarget_convert_integer4_real2): Implement.
103         (ffetarget_convert_real1_integer4): Implement.
104         (ffetarget_convert_real2_integer4): Implement.
105         * com.c (ffecom_constantunion): Handle INTEGER*8.
106         (ffecom_constantunion_with_type): Likewise.
107
108 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
109
110         * com.c (ffecom_do_entry_): Use location_t and input_location
111         directly.
112         (ffecom_gen_sfuncdef_): Likewise.
113         (ffecom_start_progunit_): Likewise.
114         (ffecom_sym_transform_): Likewise.
115         (ffecom_sym_transform_assign_): Likewise.
116         * lex.c (ffelex_hash_): Likewise.
117         (ffelex_include_): Likewise.
118         * std.c (ffestd_exec_begin): Likewise.
119         (ffestd_exec_end): Likewise.
120         * ste.c (struct gbe_block): Likewise.
121         (ffeste_start_block_): Likewise.
122         (ffeste_start_stmt_): Likewise.
123
124 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
125
126         * ansify.c (die_unless): Revert lineno change here.
127
128 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
129
130         * lex.c (ffelex_file_pop_): Adjust file_stack member use.
131         (ffelex_file_push_): Likewise.
132         (ffelex_hash_): Likewise.
133
134 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
135
136         * ansify.c (die_unless): Rename lineno to input_line.
137         * com.c (ffecom_subscript_check_, ffecom_do_entry_,
138         ffecom_gen_sfuncdef_, ffecom_start_progunit_,
139         ffecom_sym_transform_, ffecom_sym_transform_assign_,
140         bison_rule_pushlevel_, bison_rule_compstmt_, finish_function,
141         store_parm_decls): Likewise.
142         * intrin.c (ffeintrin_fulfill_generic): Likewise.
143         * lex.c (ffelex_hash_, ffelex_include_, ffelex_next_line_,
144         ffelex_file_fixed, ffelex_file_free): Likewise.
145         * std.c (ffestd_exec_end): Likewise.
146         * ste.c (ffeste_emit_line_note_, ffeste_start_block_,
147         ffeste_start_stmt_): Likewise.
148         * ste.h (ffeste_filelinenum, ffeste_set_line): Likewise.
149
150         * lex.c (ffelex_file_pop_): Rename parameter from input_filename.
151         (ffelex_file_push_): Likewise.
152
153         * ste.c (struct gbe_block): Rename field from input_filename.
154         (ffeste_start_block_, ffeste_start_stmt_): Likewise.
155
156 2003-04-17  Roger Sayle  <roger@eyesopen.com>
157
158         PR c/10375
159         * com.c (duplicate_decls): Preserve "const" and "noreturn"
160         function attributes.
161
162 2003-04-13  Roger Sayle  <roger@eyesopen.com>
163
164         * com.c (duplicate_decls): Preserve pure and malloc attributes.
165
166 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
167
168         * com.c (ffecom_build_complex_constant_, ffecom_expr_)
169         (ffecom_init_zero_, ffecom_transform_namelist_, ffecom_vardesc_)
170         (ffecom_vardesc_array_, ffecom_vardesc_dims_, ffecom_2)
171         * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_)
172         (ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_):
173         Use build_constructor.
174
175 2003-04-11  Bud Davis <bdavis9659@comcast.net>
176
177         PR Fortran/9263
178         * gcc/f/data.c (ffedata_advance_): Check initial, final and
179         increment values for INTEGER typeness.
180         * gcc/f/news.texi: Document these fixes.
181
182 2003-03-27  Steven Bosscher  <steven@gcc.gnu.org>
183
184         * ffe.texi: Don't mention dead file proj.c.
185
186 2003-03-26  Roger Sayle  <roger@eyesopen.com>
187
188         PR fortran/9793
189         * target.h (ffetarget_divide_integer1): Perform division by -1
190         using negation to prevent possible overflow trap on the host.
191
192 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
193
194         PR fortran/10204
195         * ffe.texi: Reference the GCC web site in the URL.
196
197 2003-03-24  Toon Moene  <toon@moene.indiv.nluug.nl>
198
199         PR fortran/10197
200         * news.texi: Document PR fortran/10197 fixed.
201
202 Sun Mar 23 23:43:45 2003  Mark Mitchell  <mark@codesourcery.com>
203
204         PR c++/7086
205         * com.c (ffecom_sym_transform_): Adjust calls to
206         put_var_into_stack.
207         (ffe_mark_addressable): Likewise.
208
209 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
210
211         * com.c (ffecom_constantunion_with_type): New function.
212         * com.h (ffecom_constantunion_with_type): Declare.
213         * stc.c (ffestc_R810): Check for kind type.
214         * ste.c (ffeste_R810): Use ffecom_constantunion_with_type
215         to discern SELECT CASE variables.
216
217 2003-03-15  Roger Sayle  <roger@eyesopen.com>
218
219         * stb.c (ffestb_R100110_): Allow the number before the X format
220         to be optional when not -fpedantic.
221         * std.c (ffestd_R1001dump_1010_3_): Delete unused static function.
222         (ffestd_R1001dump_): For the FFESTP_formattypeX case, call
223         ffestd_R1001dump_1010_2_ instead of ffestd_R1001dump_1010_3_.
224
225 2003-03-15  Roger Sayle  <roger@eyesopen.com>
226
227         * f/ste.c (ffeste_R810): Fix whitespace.
228
229 2003-03-15  Andreas Jaeger  <aj@suse.de>
230
231         * g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
232         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
233
234 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
235
236         * g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not
237         GNU CC.  Especially here.
238
239 2003-03-10  Roger Sayle  <roger@eyesopen.com>
240
241         * com.c (duplicate_decls): Synchronize with C's duplicate_decls.
242
243 Sat Mar  8 21:11:40 2003  Neil Booth  <neil@daikokuya.co.uk>
244
245         * com.c (ffe_init): Update prototype; move code to ffe_post_options.
246         (ffe_post_options): New.
247
248 2003-03-04  Tom Tromey  <tromey@redhat.com>
249
250         * Make-lang.in (f77.tags): New target.
251
252 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
253
254         * news.texi: Document fixing PR fortran/9038.
255
256 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
257
258         * g77.texi, invoke.texi: Update to GFDL 1.2.
259
260 2003-01-31  Toon Moene  <toon@moene.indiv.nluug.nl>
261
262         * news.texi: Document fixing PR fortran/7681
263         and optimization/9258.
264
265 2003-01-26  Toon Moene  <toon@moene.indiv.nluug.nl>
266
267         * lang-specs.h: Revoke change to (incorrectly) prohibit
268         passing -f options to cc1 when preprocessing.
269         * news.texi: Document this.
270
271 Tue Jan 21 08:42:12 2003  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
272
273         Make-lang.in (f/sta.o-warn): Add -Wno-error.
274
275 Thu Jan 16 10:53:16 2003  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
276
277         * Make-lang.in (f/target.o): Depend on toplev.h.
278         * target.c: Include toplev.h.
279
280 Sat Jan 11 21:31:10 2003  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
281
282         * com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
283         pushdecl_top_level, storedecls, convert, delete_block,
284         insert_block, ffe_init, ffe_mark_addressable, poplevel,
285         ffe_print_identifier, pushdecl, pushlevel, set_block,
286         ffe_signed_or_unsigned_type, ffe_signed_type,
287         ffe_truthvalue_conversion, ffe_type_for_mode, ffe_type_for_size,
288         ffe_unsigned_type, append_include_chain, open_include_file,
289         read_filename_string, read_name_map): Convert to ISO C style function
290         definitions.
291         * parse.c (ffe_parse_file): Likewise.
292         * top.c (ffe_is_digit_string_): Likewise.
293
294 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
295
296         * Make-lang.in (f77.install-common, f77.install-info,
297         f77.install-man, f77.uninstall): Prepend $(DESTDIR) to
298         destination paths in all (un)installation commands.
299
300 2003-01-05  Toon Moene  <toon@moene.indiv.nluug.nl>
301
302         * news.texi: Revise history again:
303         PR Fortran/9038 will be fixed in 3.4.
304
305 2003-01-05  Toon Moene  <toon@moene.indiv.nluug.nl>
306
307         * news.texi: Update news to reflect reality:
308         PR Fortran/9038 won't be fixed until 3.4.
309
310 2003-01-04  Toon Moene  <toon@moene.indiv.nluug.nl>
311
312         PR Fortran/9038
313         * lang-specs.h: Remove -f options before preprocessing.
314         * news.texi: Document fixing of PR Fortran/9038.
315
316 2003-01-03  Bud Davis <bdavis11@directvinternet.com>
317
318         * stc.c (ffestc_R810): Allow any kind integer in
319         case statements.
320         * ste.c (ffeste_R810): Give error message when
321         case selector exceeds its valid values.
322
323 2003-01-01  Andreas Jaeger  <aj@suse.de>
324
325         * f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
326         gcc-common.texi.
327         ($(srcdir)/f/NEWS): Likewise.
328
329 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
330
331         * g77.texi: Use @copying.
332
333 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
334
335         * root.texi: Include gcc-common.texi.
336         * bugs.texi, news.texi: Don't include root.texi as part of full
337         manual.
338         * g77.texi: Update for use of gcc-common.texi.
339         * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Depend on
340         $(srcdir)/doc/include/gcc-common.texi.
341
342 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
343
344         * intdoc.in: Fix typos.
345
346 2002-12-18  Kazu Hirata  <kazu@cs.umass.edu>
347
348         * g77.texi: Fix typos.
349         * intdoc.texi: Likewise.
350         * news.texi: Follow spelling conventions.
351
352 Mon Dec 16 13:53:18 2002  Mark Mitchell  <mark@codesourcery.com>
353
354         * root.texi: Change version number to 3.4.
355
356 2002-12-15  Zack Weinberg  <zack@codesourcery.com>
357
358         * target.h: Don't define HOST_WIDE_INT.
359
360 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
361
362         * Make-lang.in, ansify.c, intdoc.c, proj.h: Replace hconfig.h with
363         bconfig.h.
364         * fini.c, proj.h: Replace USE_HCONFIG with USE_BCONFIG
365
366 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
367
368         * proj.h, ansify.c, g77spec.c, intdoc.c:
369         Include coretypes.h and tm.h.
370         * Make-lang.in: Update dependencies.
371
372 2002-11-20  Toon Moene  <toon@moene.indiv.nluug.nl>
373
374         * invoke.texi: Explain the purpose of -fmove-all-movables,
375         -freduce-all-givs and -frerun-loop-opts better.
376
377 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
378
379         * Make-lang.in: Correct BUILD/HOST confusion.
380
381 2002-11-19  Toon Moene  <toon@moene.indiv.nluug.nl>
382
383         PR fortran/8587
384         * news.texi: Show PR fortran/8587 fixed.
385
386 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
387
388         * g77spec.c (lang_specific_spec_functions): New.
389
390 2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>
391
392         * g77.texi: Correct documentation on generating C++ prototypes
393         of Fortran routines with f2c.
394         * news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.
395
396 2002-10-30  Roger Sayle  <roger@eyesopen.com>
397
398         * com.c (ffecom_subscript_check_): Cast the failure branch
399         of the bounds check COND_EXPR to void, to indicate noreturn.
400         (ffe_truthvalue_conversion): Only apply truth value conversion
401         to the non-void branches of a COND_EXPR.
402
403 2002-10-26  Andris Pavenis  <pavenis@latnet.lv>
404
405         * lang-specs.h: Fix ratfor specs.
406
407 2002-10-15  Richard Henderson  <rth@redhat.com>
408
409         * target.h (ffetarget_print_real1, ffetarget_print_real2): Use
410         real_to_decimal directly, and with the new arguments.
411
412 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
413
414         * Make-lang.in (g77spec.o): Don't depend on f/version.h.
415         (f/parse.o): Depend on version.h not f/version.h.
416         (g77version.o, f/version.o): Delete all references.
417
418         * com.c (ffecom_init_0): Fix transposed array indices in bsearch test.
419         * g77spec.c: Don't include f/version.h or refer to ffe_version_string.
420         * parse.c: Use version_string, not ffe_version_string.
421         * version.c, version.h: Delete files.
422
423 2002-09-23  Kazu Hirata  <kazu@cs.umass.edu>
424
425         * ChangeLog: Follow spelling conventions.
426         * ChangeLog.0: Likewise.
427         * com.c: Likewise.
428         * ffe.texi: Likewise.
429         * g77.texi: Likewise.
430         * intdoc.in: Likewise.
431         * invoke.texi: Likewise.
432         * news.texi: Likewise.
433         * intdoc.texi: Regenerate.
434
435 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
436
437         * com.c (union lang_tree_node): Add chain_next option.
438
439 2002-09-16  Richard Henderson  <rth@redhat.com>
440
441         * target.c (ffetarget_real1): Don't pass FFETARGET_ATOF_
442         directly to ffetarget_make_real1.
443         (ffetarget_real2): Similarly.
444         * target.h (ffetarget_cvt_r1_to_rv_, ffetarget_cvt_rv_to_r2_,
445         ffetarget_cvt_r2_to_rv_): Use new real.h interface and simplify.
446
447 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
448
449         * intdoc.texi: Regenerate.
450
451 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
452
453         * ChangeLog: Follow spelling conventions.
454         * intdoc.in: Likewise.
455
456 2002-09-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
457
458         Fix PR web/7596:
459         * ffe.texi (Front End): Fix broken links.
460         * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
461         www.gnu.org for onlinedocs.
462         * news.texi (News): Ditto.
463
464 2002-09-07  Jan Hubicka  <jh@suse.cz>
465
466         * com.c (ffe_type_for_mode): Handle long double.
467
468 2002-09-04  Richard Henderson  <rth@redhat.com>
469
470         * target.h (ffetarget_print_real1, ffetarget_print_real2): Update
471         call to REAL_VALUE_TO_DECIMAL.
472
473 2002-08-31  Toon Moene  <toon@moene.indiv.nluug.nl>
474
475         * com.c: Don't set flag_finite_math_only by default.
476         * invoke.texi: Reverse the documentation of option
477         -ffinite-math-only to reflect the new default.
478
479 2002-08-30  Hans-Peter Nilsson  <hp@bitrange.com>
480
481         * target.c (ffetarget_memcpy_): Don't test nonexistent
482         HOST_BYTES_BIG_ENDIAN, HOST_BITS_BIG_ENDIAN.  Check
483         HOST_WORDS_BIG_ENDIAN against both WORDS_BIG_ENDIAN and
484         BYTES_BIG_ENDIAN.
485
486 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
487
488         * target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
489         mmix.
490
491 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
492
493         * bugs.texi, news.texi: Update URLs for online news and bugs
494         lists.
495
496 2002-08-22  Hans-Peter Nilsson  <hp@bitrange.com>
497
498         * where.h (struct _ffewhere_file_): Mark GTY.
499         (ffewhere_file_kill): Remove prototype.
500         * where.c: Include ggc.h.
501         (struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
502         (ffewhere_root_ll_): Ditto.  Change type from struct
503         _ffewhere_root_ll_ to struct _ffewhere_root_ll_*.  All uses
504         changed.
505         (ffewhere_file_kill): Remove.
506         (ffewhere_file_new): Use GC to allocate ffewhereFile objects.
507         (ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
508         (ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
509         Include gt-f-where.h.
510         * lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
511         Include gt-f-lex.h.
512         * std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
513         * config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
514         * Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
515         s-gtype.
516         (f/lex.o): Depend on gt-f-lex.h.
517         (f/where.o): Depend on gt-f-where.h.
518
519 Tue Aug 20 16:49:40 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
520
521         * where.c (ffewhere_track): Remove impossible if-then clause.
522
523 Thu Aug  8 10:06:14 2002  Nathan Sidwell  <nathan@codesourcery.com>
524
525         * f/Make-lang.in (f.mostlyclean): Remove coverage files.
526
527 2002-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
528
529         * g77.texi (Top): Rename Index to Keyword Index.
530
531 2002-08-05  Toon Moene  <toon@moene.indiv.nluug.nl>
532
533         * invoke.texi: Improve description of
534         -fno-finite-math-only flag.
535
536 Sun Aug  4 16:45:49 2002  Joseph S. Myers  <jsm@polyomino.org.uk>
537
538         * root.texi (version-gcc): Increase to 3.3.
539
540 2002-07-30  Toon Moene  <toon@moene.indiv.nluug.nl>
541
542         * com.c (ffe_init_options): Set
543         flag_finite_math_only.
544         * invoke.texi: Document -fno-finite-math-only.
545
546 Mon Jul 29 22:05:35 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
547
548         * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
549
550 2002-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
551
552         * news.texi: Document better handling of (no-)alias
553         information of dummy arguments and induction variables
554         on loop unrolling.
555
556 2002-07-01  Roger Sayle  <roger@eyesopen.com>
557
558         * f/com.c (builtin_function): Accept additional parameter.
559         (ffe_com_init_0): Pass an additional NULL_TREE argument to
560         builtin_function.
561
562 2002-06-28  Toon Moene  <toon@moene.indiv.nluug.nl>
563
564         * news.texi: Mention 2 Gbyte limit on 32-bit targets
565         for arrays explicitly in news on g77-3.1.
566
567 Thu Jun 20 21:56:34 2002  Neil Booth  <neil@daikokuya.co.uk>
568
569         * lang-specs.h: Use cc1 for traditional preprocessing.
570
571 2002-06-20  Andreas Jaeger  <aj@suse.de>
572
573         * com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_):
574         Remove #ifdefed HAHA sections.
575
576 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
577
578         * com.c: Remove #ifdef HOHO sections.
579
580 2002-06-17  Jason Thorpe  <thorpej@wasabisystems.com>
581
582         * bit.c: Don't include glimits.h.
583         * target.c: Likewise.
584         * where.h: Likewise.
585
586 2002-06-12  Gabriel Dos Reis  <gdr@codesourcery.com>
587
588         * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
589
590 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
591
592         * bad.c (ffebad_start_): Adjust call to count_error.
593         * Make-lang.in (f/bad.o): Depend on diagnostic.h
594         * bad.c: #include diagnostic.h
595
596 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
597
598         * Make-lang.in (f/com.o): Depend on debug.h.
599         * com.c: Include debug.h.
600         (LANG_HOOKS_MARK_TREE): Delete.
601         (struct lang_identifier): Use gengtype.
602         (union lang_tree_node): New.
603         (struct lang_decl): New dummy definition.
604         (struct lang_type): New dummy definition.
605         (ffe_mark_tree): Delete.
606
607         * com.c (struct language_function): New dummy structure.
608
609         * Make-lang.in: Add rules to generate gt-f-ste.h gtype-f.h; allow
610         for filename changes.
611         (com.o): Allow for filename changes; add gtype-f.h as dependency.
612         (ste.o): Add gt-f-ste.h as dependency.
613         * config-lang.in (gtfiles): Add com.h, ste.c.
614         * com.c: Replace uses of ggc_add_* with GTY markers.  Include
615         gtype-f.h.
616         (mark_binding_level): Delete.
617         * com.h: Replace uses of ggc_add_* with GTY markers.
618         * ste.c: Replace uses of ggc_add_* with GTY markers.  Include
619         gt-f-ste.h.
620
621         * Make-lang.in (f/gt-com.h): Build using gengtype.
622         (com.o): Depend on f/gt-com.h.
623         * com.c: Rename struct binding_level to f_binding_level.
624         (struct f_binding_level): Use gengtype.
625         (struct tree_ggc_tracker): Use gengtype.
626         (mark_tracker_head): Use gt_ggc_m_tree_ggc_tracker.
627         (make_binding_level): Use GGC.
628         (mark_binding_level): Use gt_ggc_m_f_binding_level.
629         (ffecom_init_decl_processing): Change free_binding_level
630         to a deletable root.
631         * config-lang.in (gtfiles): Define.
632         * where.c: Strings need no longer be allocated in GCable memory;
633         remove my change of 30 Dec 1999.
634
635 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
636
637         * lang-specs.h: Use cpp_debug_options.
638
639 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
640
641         * bld.c, com.c, expr.c, target.c: Include real.h.
642         * Make-lang.in: Update dependency lists.
643
644 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
645
646         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
647
648 2002-05-09  Hassan Aurag  <aurag@cae.com>
649
650         * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
651         under -fugly-logint as arguments of .and., .or., .xor.
652
653 2002-05-07  Jan Hubicka  <jh@suse.cz>
654
655         * target.h (FFETARGET_32bit_longs): Undefine for x86-64.
656
657 2002-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
658
659         * invoke.texi: Use @gol at ends of lines inside @gccoptlist.
660         * g77.texi: Update last update date.
661
662 Thu Apr 25 07:44:44 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
663
664         * com.h (ffe_parse_file): Update.
665         * lex.c (ffe_parse_file): Update.
666
667 2002-04-20  Toon Moene  <toon@moene.indiv.nluug.nl>
668
669         * root.texi: Remove variable version-g77.
670         * g77.texi: Remove the single use of that variable.
671
672 Thu Apr 18 19:10:44 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
673
674         * com.c (incomplete_type_error): Remove.
675
676 Tue Apr 16 14:55:47 2002  Mark Mitchell  <mark@codesourcery.com>
677
678         * com.c (ffecom_expr_power_integer): Add has_scope argument to
679         call to expand_start_stmt_expr.
680
681 Mon Apr 15 10:59:14 2002  Mark Mitchell  <mark@codesourcery.com>
682
683         * g77.texi: Remove Chill reference.
684
685 2002-04-13  Toon Moene  <toon@moene.indiv.nluug.nl>
686
687         * news.texi: Deprecate frontend version number;
688         update list of fixed bugs.
689
690 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
691
692         * Make-lang.in (f/target.o): Depend on diagnostic.h.
693         * target.c: Include diagnostic.h.
694         (ffetarget_memcpy_): Call sorry if host and target endians are
695         not matching.
696
697 Thu Apr  4 23:29:48 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
698
699         * com.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
700         (truthvalue_conversion): Rename.  Update.  Make static.
701         (ffecom_truth_value): Update.
702
703 Mon Apr  1 21:39:36 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
704
705         * com.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
706         (mark_addressable): Rename.
707         (ffecom_arrayref_, ffecom_1): Update.
708
709 Mon Apr  1 09:59:53 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
710
711         * com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
712         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
713         (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
714
715 Sun Mar 31 23:50:22 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
716
717         * com.c (lang_print_error_function): Rename.
718         (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
719         (ffe_init): Don't set hook.
720
721 Fri Mar 29 21:59:15 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
722
723         * com.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
724         Redefine.
725         (type_for_mode, type_for_size): Rename.
726         (signed_or_unsigned_type, signed_type, truthvalue_conversion,
727         unsigned_type): Use new hooks.
728
729 Tue Mar 26 10:30:05 2002  Andrew Cagney  <ac131313@redhat.com>
730
731         * invoke.texi (Warning Options): Mention -Wswitch-enum.
732         Fix PR c/5044.
733
734 Tue Mar 26 07:30:51 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
735
736         * com.c (LANG_HOOKS_MARK_TREE): Redefine.
737         (lang_mark_tree): Rename ffe_mark_tree, make static.
738
739 Mon Mar 25 19:27:11 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
740
741         * com.c (maybe_build_cleanup): Remove.
742
743 2002-03-23  Toon Moene  <toon@moene.indiv.nluug.nl>
744
745         * com.c (ffecom_check_size_overflow_): Add a test
746         so that arrays too large for 32-bit byte-offset
747         addressing get caught.
748         * news.texi: Document the fixing of this problem.
749
750 Sat Mar 23 11:18:17 2002  Andrew Cagney  <ac131313@redhat.com>
751
752         * invoke.texi (Warning Options): Mention -Wswitch-default.
753
754 Thu Mar 21 18:55:41 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
755
756         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
757         insert_block, getdecls, global_bindings_p): New.
758
759 Wed Mar 20 08:03:42 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
760
761         * com.c (lang_printable_name): Rename.
762         (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
763         (ffe_init): Don't use old hook.
764
765 Sun Mar 17 18:50:15 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
766
767         * com.h (ffe_parse_file): Prototype.
768
769 Sun Mar 17 20:57:30 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
770
771         * com.c (LANG_HOOKS_PARSE_FILE): Redefine.
772         * com.h (ffe_parse_file): New.
773         * parse.c (NAME_OF_STDIN): Remove.
774         (yyparse): Rename ffe_parse_file.
775
776 Tue Mar 12 20:23:18 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
777
778         * com.c (tree_code_type, tree_code_length, tree_code_name):
779         Define.
780
781 Sun Mar 10 12:37:42 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
782
783         * target.c (ffetarget_print_hex): Const-ify.
784
785 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
786
787         * version.c:  Fix misplaced leading blanks on first line.
788
789 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
790
791         * com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
792         blocks, make all #ifdef REAL_ARITHMETIC blocks unconditional.
793         Delete some further #ifdef blocks predicated on REAL_ARITHMETIC.
794
795 Thu Feb 28 07:53:46 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
796
797         * com.c (copy_lang_decl): Delete.
798
799 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
800
801         * com.c, lex.c, top.c: Delete traditional-mode-related code
802         copied from the C front end but not used, or used only to
803         permit the compiler to link.
804
805 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
806
807         * news.texi: List Problem Reports fixed in 3.1.
808
809 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
810
811         * data.c (ffedata_eval_offset_): Only convert index,
812         low and high bound in data statements to default integer
813         if they are constants.  Use a copy of the data structure.
814
815 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
816
817         * data.c (ffedata_eval_offset_): Convert non-default integer
818         constants to default integer kind if necessary.
819
820 2002-02-09  Toon Moene  <toon@moene.indiv.nlug.nl>
821
822         * invoke.texi: Add a short debugging session
823         as an example to the documentation of -g.
824
825 2002-02-06  Toon Moene  <toon@moene.indiv.nluug.nl>
826
827         PR fortran/4730 fortran/5473
828         * com.c (ffecom_expr_): Deal with %VAL constructs.
829         * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
830         to indicate "no larger than default kind" integers and logicals.
831         * intrin.def: Use 'N' constraints in table of intrinsics.
832         * intdoc.c: Document this constraint.
833         * intdoc.texi: Regenerated.
834
835 2002-02-04  Philipp Thomas  <pthomas@suse.de>
836
837         * implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
838
839 2002-02-04  Philipp Thomas  <pthomas@suse.de>
840
841         * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
842         Insert comments to mark messages as not being printf style
843         where appropriate.
844
845 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
846
847         * expr.c (ffeexpr_sym_impdoitem_): Allow other than
848         default INTEGER implied-do loop counts.
849
850 2002-02-01  Toon Moene  <toon@moene.indiv.nluug.nl>
851
852         * bad.def: Remove non-historical reference to version 0.6.
853         * bugs.texi: Ditto.
854         * com.c: Ditto.
855         * ffe.texi: Ditto.
856         * proj.h: Ditto.
857         * g77.texi: Ditto.
858
859 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
860
861         * g77spec.c (lang_specific_driver): Follow GNU Coding Standards
862         for --version.
863
864 2002-01-30  Richard Henderson  <rth@redhat.com>
865
866         * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
867         (ffeste_R819B): Likewise.
868
869 2002-01-30  Toon Moene  <toon@moene.indiv.nluug.nl>
870
871         * intrin.c (upcasecmp_): New function.
872         (ffeintrin_cmp_name_): Use it to correctly compare name
873         and table entry for bsearch.
874
875 2002-01-26  Toon Moene  <toon@moene.indiv.nluug.nl>
876
877         * intrin.c (ffeintrin_cmp_name_): Correct comparison
878         for intrinsics in intrinsic table (intrin.def).
879
880 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
881
882         * bad.c: Include intl.h.
883         (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT,
884         LONG.  Adjust definitions to work with exgettext.
885         (ffebad_start_): Translate all error messages.
886         (ffebad_finish): Mark constant strings for translation.
887         * bad.h: Use FFEBAD_MSG.  Adjust prototype of ffebad_start_
888         and definitions of ffebad_start_msg, ffebad_start_msg_lex to
889         work with exgettext.
890         * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout.
891
892         * com.c: Include intl.h.
893         (lang_print_error_function): Always use ffeinfo_kind_message
894         to get the kind label for a non-nested construct.  Translate
895         it.  Translate constant strings.
896         * info.c (FFEINFO_KIND): Adjust definition to work with exgettext.
897         * info-k.def: Block xgettext from slurping copyright notice
898         into gcc.pot.  Adjust strings for their sole use, in com.c.
899
900         * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h.
901
902 2002-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
903
904         PR fortran/3807
905         * f/intrin.c (ffeintrin_check_):  Allow for case of intrinsic
906         control string have COL-spec an integer > 0.
907
908 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
909
910         * g77spec.c (lookup_option): Handle -fversion.
911         (lang_specific_driver): Update copyright date in --version output.
912
913 Mon Jan  7 00:03:42 2002  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
914
915         * invoke.texi: Markup g77 as @command.  Remove reference to
916         http://gcc.gnu.org/thanks.html.
917
918 Wed Jan  2 18:13:11 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
919
920         * com.c (clear_binding_level): Const-ify.
921         (ffecom_arglist_expr_): Likewise.
922         * info.c (ffeinfo_types_): Don't needlessly zero init.
923         * lex.c (ffelex_hash_kludge): Const-ify.
924
925 Sun Dec 23 10:45:09 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
926
927         * com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
928         ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
929
930 Sat Dec 22 16:01:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
931
932         * bld.c (ffebld_arity_op_): Declare array size explicitly.
933         * bld.h (ffebld_arity_op_): Likewise.
934
935 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
936
937         * config-lang.in (diff_excludes): Remove.
938
939 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
940
941         * g77.texi, invoke.texi: Update links to GCC manual.
942
943 Sun Dec 16 16:08:57 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
944
945         * news.texi: Fix spelling errors.
946
947 Sun Dec 16 10:36:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
948
949         * Make-lang.in (f/version.o): Depend on f/version.h.
950         * version.c: Include ansidecl.h and f/version.h.
951
952 Sun Dec 16 08:52:48 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
953
954         * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
955         * target.c (ffetarget_integerhex, ffetarget_typeless_hex): Use
956         hex_p/hex_value.
957
958 2001-12-14  Roger Sayle <roger@eyesopen.com>
959
960         * com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
961         * com.c (ffecom_init_0): Same, and fixed enumeration usage.
962
963 2001-12-10  Joseph S. Myers  <jsm28@cam.ac.uk>
964
965         * g77.texi: Don't condition menus on @ifinfo.
966
967 Wed Dec  5 06:49:21 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
968
969         * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.
970
971 Mon Dec  3 18:56:04 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
972
973         * com.c: Remove leading capital from diagnostic messages, as
974         per GNU coding standards.
975         * g77spec.c: Similarly.
976         * lex.c: Similarly.
977
978 2001-12-01  Zack Weinberg  <zack@codesourcery.com>
979
980         * f/fini.c: Use xmalloc.
981
982 Fri Nov 30 20:54:02 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
983
984         * Make-lang.in: Delete references to proj.[co], proj-h.[co].
985         * proj.c: Delete file.
986
987 2001-11-29  Zack Weinberg  <zack@codesourcery.com>
988
989         * Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
990         and link with $(HOST_LIBS), not safe-ctype.o.
991
992 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
993
994         * Make-lang.in (f77.generated-manpages): New target.
995         ($(srcdir)/f/g77.1): Don't check $(GENERATED_MANPAGES).  Allow
996         manpage generation to fail.
997         (f77.info): Don't depend on $(srcdir)/f/g77.1.
998         (f77.install-man): Depend on $(GENERATED_MANPAGES) rather than
999         directly on $(srcdir)/g77.1.
1000
1001 2001-11-24  Toon Moene  <toon@moene.indiv.nluug.nl>
1002
1003         PR fortran/3957
1004         * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
1005
1006 2001-11-21  Toon Moene  <toon@moene.indiv.nluug.nl>
1007
1008         * g77.texi: egcs was not a `@command'.
1009         * invoke.texi: Ditto.
1010         * news.texi: Substitute `@command' for `@code'
1011         and `@option' for `@samp' where appropriate.
1012
1013 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
1014
1015         * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.
1016
1017 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
1018
1019         * g77spec.c (lang_specific_driver) [ENABLE_SHARED_LIBGCC]: Add
1020         libgcc_s.so if libf2c is used.
1021         * Make-lang.in (g77spec.o): Use DRIVER_DEFINES.
1022
1023 2001-11-19  Toon Moene <toon@moene.indiv.nluug.nl>
1024
1025         * .cvsignore: Ignore g77.1
1026         * g77.texi: Substitute `@command' for `@code'
1027         where appropriate.
1028         * invoke.texi: Ditto.
1029
1030 2001-11-18  Toon Moene  <toon@moene.indiv.nluug.nl>
1031
1032         * Make-lang.in: Remove all references to LANGUAGES
1033         and the stamp files that depend on its value.
1034
1035 Sun Nov 18 11:13:04 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
1036
1037         * com.c (finish_parse): Remove.
1038         (ffe_finish): Move body of finish_parse.
1039
1040 Thu Nov 15 10:06:38 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
1041
1042         * com.c (ffecom_init_decl_processing): Renamed from
1043         init_decl_processing.
1044         (init_parse): Move contents to ffe_init.
1045         (ffe_init): Update prototype.
1046
1047 2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
1048
1049         * g77.texi: Update to use `@command', `@option.
1050         * invoke.texi: Ditto
1051
1052 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
1053
1054         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
1055
1056 2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
1057
1058         * g77.1: Remove from CVS.
1059         * Make-lang.in: Build g77.1 in $(srcdir).
1060         Add --section=1 to POD2MAN command line.
1061         * invoke.texi: Correct copyright years.
1062         Add more sections to man page.  Add GFDL.
1063
1064 Fri Nov  9 23:16:45 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
1065
1066         * com.c (ffe_print_identifier): Rename.
1067         (LANG_HOOKS_PRINT_IDENTIFIER): Override.
1068         (lang_print_xnode, print_lang_decl, print_lang_statistics,
1069         print_lang_type, set_yydebug): Remove.
1070
1071 2001-11-09  Zack Weinberg  <zack@codesourcery.com>
1072
1073         * g77spec.c (lang_specific_driver): Adjust behavior of -v and
1074         --version for consistency with other front ends.  Remove large
1075         #if 0 block.  Do not add libraries to argv if there are no
1076         input files.
1077         (add_version_magic): Delete all references and dependent code.
1078         * lang-options.h: Delete -fnull-version.
1079         * lang-specs.h: Delete f77-version spec.
1080
1081         * lex.c: Delete logic conditional on ffe_is_null_version() and
1082         now-unused label.
1083         * top.c: Delete ffe_is_null_version_ variable.
1084         (ffe_decode_option): Delete -fnull-version case.
1085         * top.h: Delete declaration of ffe_is_null_version_ and
1086         ffe_is_null_version(), ffe_set_is_null_version() macros.
1087
1088 Fri Nov  9 07:14:47 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
1089
1090         * com.c (language_string, lang_identify): Remove.
1091         (struct lang_hooks): Constify.
1092         (LANG_HOOKS_NAME): Override.
1093         (init_parse): Update.
1094
1095 2001-11-08  Andreas Franck  <afranck@gmx.de>
1096
1097         * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle
1098         program_transform_name the way suggested by autoconf.
1099
1100 2001-11-08  Toon Moene  <toon@moene.indiv.nluug.nl>
1101
1102         * Make-lang.in: Add rules for building g77.1.
1103         * invoke.texi: Add man page stuff.  Move indexing
1104         from g77.texi to here.
1105         * g77.texi: Remove indexing specific to invoke.texi.
1106         * news.texi: Document that g77.1 is now a generated
1107         file.
1108
1109 Tue Nov  6 21:17:47 2001  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1110
1111         * com.c: Include langhooks-def.h.
1112         * Make-lang.in: Update.
1113
1114 2001-11-04  Toon Moene  <toon@moene.indiv.nluug.nl>
1115
1116         * g77.texi: Split off invoke.texi (preliminary to using it
1117         to generate a man page).
1118         * Make-lang.in: Reflect in build rules.
1119
1120 Fri Nov  2 10:51:34 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1121
1122         * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
1123         is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
1124         SKIP_ALL_WHITE_SPACE): Delete.
1125         (read_filename_string, read_name_map): Don't use is_space or
1126         is_hor_space.
1127
1128 2001-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
1129
1130         * news.texi: Document new ability to compile programs with
1131         arrays larger than 512 Mbyte on 32-bit targets.
1132
1133 2001-10-24  Toon Moene  <toon@moene.indiv.nluug.nl>
1134
1135         * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
1136
1137 Tue Oct 23 14:01:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1138
1139         * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
1140         (lang_get_alias_set): Delete.
1141
1142 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1143
1144         * g77.texi (Sending Patches): Remove.
1145
1146 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
1147
1148         * Make-lang.in (f/intdoc): Depend on safe-ctype.o.
1149
1150 Sun Oct 21 17:28:17 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1151
1152         * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
1153         calls into fewer ones.
1154         * implic.c (ffeimplic_lookup_): Likewise.
1155         * intdoc.c (dumpimp): Likewise.
1156         * intrin.c (ffeintrin_init_0): Likewise.
1157         * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
1158         Likewise.
1159         * lex.h (ffelex_is_firstnamechar): Likewise.
1160         * target.c (ffetarget_integerhex): Likewise.
1161
1162 2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>
1163
1164         * target.h (FFETARGET_32bit_longs): Don't define
1165         for 64-bit hppa.
1166
1167 2001-10-17  Richard Henderson  <rth@redhat.com>
1168
1169         * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
1170         (ffestd_R737A): Likewise.
1171
1172 2001-10-17  Richard Henderson  <rth@redhat.com>
1173
1174         * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
1175         BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
1176         related conditional compilation directives.
1177         * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
1178         intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
1179         stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
1180
1181 2001-10-17  Richard Henderson  <rth@redhat.com>
1182
1183         * Make-lang.in (f/com.o): Depend on langhooks.h.
1184         * com.c: Include it.
1185         (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
1186         (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
1187         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
1188
1189 Sun Oct  7 12:27:54 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1190
1191         * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
1192         * bld.c (ffebld_arity_op_): Likewise.
1193         * bld.h (ffebld_arity_op_): Likewise.
1194         * com.c (ffecom_init_0): Likewise.
1195         * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
1196         _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
1197         cc_descriptions, cc_summaries): Likewise.
1198         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
1199         _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
1200         ffeintrin_imps_, ffeintrin_specs_): Likewise.
1201
1202 2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>
1203
1204         * news.texi: Document libf2c being built as a shared library.
1205         Use of array elements in bounds of adjustable arrays ditto.
1206
1207 2001-10-03  Toon Moene  <toon@moene.indiv.nluug.nl>
1208
1209         * Make-lang.in: Remove reference to FORTRAN_INIT.
1210         * g77spec.c: Add reference to FORTRAN_INIT.
1211
1212 2001-09-29  Juergen Pfeifer  <juergen.pfeifer@gmx.net>
1213
1214         Make libf2c a shared library.
1215
1216         * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
1217         * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
1218
1219 2001-09-28  Robert Anderson  <rwa@alumni.princeton.edu>
1220
1221         * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
1222         as bounds of adjustable arrays.
1223
1224 Thu Sep 20 15:05:20 JST 2001  George Helffrich  <george@geo.titech.ac.jp>
1225
1226         * com.c (ffecom_subscript_check_): Loosen subscript checking rules
1227         for character strings, to permit substring expressions like
1228         string(1:0).
1229         * news.texi: Document this as a new feature.
1230
1231 Thu Sep 13 10:33:27 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1232
1233         * bad.c (ffebad_finish): Const-ification and/or static-ization.
1234         * intrin.c (ffeintrin_cmp_name_): Likewise.
1235         * stc.c (ffestc_R904): Likewise.
1236
1237 Wed Sep 12 12:09:04 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1238
1239         * bld.c (ffebld_op_string_): Const-ification.
1240         * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
1241         * fini.c (xspaces): Likewise.
1242         * global.c (ffeglobal_type_string_): Likewise.
1243         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
1244         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
1245         ffeinfo_where_string_): Likewise.
1246         * lex.c (ffelex_type_string_): Likewise.
1247         * malloc.c (malloc_types_): Likewise.
1248         * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
1249         ffestc_R907): Likewise.
1250         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
1251         Likewise.
1252         * version.c (ffe_version_string): Likewise.
1253         * version.h (ffe_version_string): Likewise.
1254
1255 2001-09-11  Richard Henderson  <rth@redhat.com>
1256
1257         * parse.c (finput): Mark extern.
1258
1259 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
1260
1261         * com.c (ffe_init_options): Default to -fmerge-all-constants
1262         if optimizing.
1263
1264 2000-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
1265
1266         * target.h (FFETARGET_32bit_longs): Don't define
1267         for 64-bit S/390.
1268
1269 2001-07-20  Toon Moene  <toon@moene.indiv.nluug.nl>
1270
1271         * com.c (ffecom_expr_intrinsic_):
1272         case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
1273         case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
1274         case FFEINTRIN_impISHFTC: Ditto.
1275         case FFEINTRIN_impMVBITS: Ditto.
1276
1277 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
1278
1279         * top.c (ffe_decode_option): Disallow lang-independent processing
1280         for -ffixed-form.
1281
1282 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1283
1284         * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
1285         {L|R}SHIFT_EXPR not working when shift > size of type.
1286
1287 2001-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
1288
1289         * com.c (lang_print_error_function): Argument context
1290         is unused.
1291
1292 2001-07-14  Tim Josling  <tej@melbpc.org.au>
1293
1294         * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
1295         (ffecom_tree_canonize_ref_): Likewise.
1296
1297 2001-07-10  James Smaby  <jsmaby@virgo.umeche.maine.edu>
1298
1299         * intdoc.in: Fix the definition of COMPLEX ABS.
1300         Remove `the' where inappropriate.
1301         * intdoc.texi: Rebuilt.
1302
1303 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1304
1305         * g77.texi: Use gpl.texi and funding.texi.  Remove Look and Feel
1306         section.  Add Funding Free Software to invariant sections.
1307         * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
1308         dependencies and use doc/include in search path.
1309
1310 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
1311
1312         * Make-lang.in (f/com.o): Depend on diagnostic.h
1313         * com.c: #include diagnostic.h
1314         (lang_print_error_function): Take a 'diagnostic_context *'.
1315
1316 Wed Jun 13 11:22:39 2001  Mark Mitchell  <mark@codesourcery.com>
1317
1318         * BUGS: Remove.
1319         * NEWS: Likewise.
1320
1321 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1322
1323         * g77install.texi: Remove.
1324         * Make-lang.in: Remove all mention of g77install.texi.
1325         * g77.texi: Add documentation on how to get output always
1326         flushed and how to increase the maximum unit number.
1327         Remove all mention of g77install.texi.
1328         * bugs.texi: Add documentation on how to change the threshold
1329         for putting local arrays on the stack.
1330
1331 2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
1332
1333         * root.texi: Fix typo in patches e-mail address.
1334
1335 2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
1336             Jan van Male  <jan.vanmale@fenk.wau.nl>
1337
1338         * root.texi: Define `help' and `patches' mailing list
1339         addresses.
1340         * news.texi: Remove `prerelease' from 0.5.26
1341         * g77.texi: Use two spaces between command options, eliminate
1342         some 'overfull hboxes'.  Use help and patches mailing list
1343         addresses where appropriate.
1344
1345 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1346
1347         * g77.texi: Move contents to just after title page.
1348
1349 2001-06-02  Toon Moene  <toon@moene.indiv.nluug.nl>
1350
1351         * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
1352
1353 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
1354
1355         * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
1356         fdl.texi.
1357         (f/g77.dvi): Use TEXI2DVI instead of custom tex calls.  Create the
1358         dvi file in the f directory.
1359
1360 2001-05-25  Sam TH  <sam@uchicago.edu>
1361
1362         * bad.h: Fix header include guards.
1363         * bit.h bld.h com.h data.h equiv.h expr.h global.h
1364         implic.h info.h intrin.h lab.h lex.h malloc.h name.h
1365         proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
1366         storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
1367         symbol.h target.h top.h type.h version.h
1368         where.h: Likewise.
1369
1370 2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
1371
1372         * g77.texi: Update last-changed date.
1373         * news.texi: Update copyright years, last-changed date.
1374         * bugs.texi: Update copyright years, last-changed date.
1375
1376 2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
1377
1378         * g77.texi: Update maintenance information for
1379         GNU Fortran.  Remove all mention of -fdebug-kludge.
1380         * news.texi: Make more news in 0.5.26 `user visible
1381         changes'. Acknowledge work by important contributors.
1382         * bugs.texi: Remove all mention of -fdebug-kludge.
1383
1384 2001-05-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1385
1386         * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
1387
1388 2001-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1389
1390         * Make-lang.in: Have $(MAKEINFO) look into the parent
1391         directory for includes.
1392         * g77.texi: Use the GFDL.
1393
1394 Sun May 13 12:25:06 2001  Mark Mitchell  <mark@codesourcery.com>
1395
1396         * Make-lang.in: Replace all uses of `touch' with $(STAMP).
1397
1398 Wed May  2 10:20:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1399
1400         * com.c: NULL_PTR -> NULL.
1401
1402 Sun Apr 22 20:18:01 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1403
1404         * com.c (ffecom_subscript_check_): Use concat in lieu of
1405         xmalloc/sprintf.
1406
1407 2001-04-21  Toon Moene  <toon@moene.indiv.nluug.nl>
1408
1409         * news.texi: Update release information for 0.5.27.
1410
1411 Thu Apr 19 12:49:24 2001  Mark Mitchell  <mark@codesourcery.com>
1412
1413         * top.c (ffe_decode_option): Do not permit language-independent
1414         processing for -ffixed-line-length.
1415
1416 Thu Apr 12 17:57:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1417
1418         * bad.c (inhibit_warnings): Delete redundant declaration.
1419
1420         * com.c (skip_redundant_dir_prefix): Likewise.
1421
1422         * com.h (mark_addressable): Likewise.
1423
1424 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1425
1426         * lex.c (ffelex_hash_): Avoid eating one whole line after
1427         #line.
1428
1429 Mon Apr  2 22:38:09 2001  Toon Moene <toon@moene.indiv.nluug.nl>
1430
1431         * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
1432         of 2001-03-04.
1433
1434 Tue Mar 27 17:40:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1435
1436         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
1437
1438 Mon Mar 26 18:13:30 2001  Mark Mitchell  <mark@codesourcery.com>
1439
1440         * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
1441
1442 Mon Mar 19 15:05:39 2001  Mark Mitchell  <mark@codesourcery.com>
1443
1444         * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
1445
1446 Wed Mar 14 09:29:27 2001  Mark Mitchell  <mark@codesourcery.com>
1447
1448         * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
1449         DECL_RTL_SET_P, etc.
1450         (duplicate_decls): Likewise.
1451         (start_decl): Likewise.
1452
1453 Fri Mar  9 22:52:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1454
1455         * fini.c (main): Use really_call_malloc, not malloc.
1456
1457 Thu Mar  8 13:27:47 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1458
1459         * com.c: Don't rely on the POSIX macro to define autoconf stuff.
1460
1461 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
1462
1463         * g77.texi: Document new options -funsafe-math-optimizations
1464         and -fno-trapping-math.  Revise documentation for -ffast-math.
1465
1466 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
1467
1468         * proj.h: Delete 'bool' type.  Don't include stddef.h here.
1469         * com.c: Rename variables named 'true' and/or 'false'.
1470         * intdoc.c: Delete 'bool' type.
1471
1472 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
1473
1474         * lang-specs.h: Add zero initializer for cpp_spec field to all
1475         array elements.
1476
1477 2001-02-24  Zack Weinberg  <zackw@stanford.edu>
1478
1479         * com.c: Don't define STDC_HEADERS, autoconf handles it.
1480
1481 Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1482
1483         * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
1484
1485 2001-02-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1486
1487         * version.c, root.texi: Update GCC version number to 3.1.  Update
1488         G77 version number to 0.5.27.
1489         * BUGS, NEWS: Regenerate.
1490
1491 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1492
1493         * com.c (ffecom_init_0): Call fatal_error instead of fatal.
1494         * com.c (init_parse): Call fatal_io_error instead of
1495         pfatal_with_name.
1496         (ffecom_decode_include_option_): Make errors non-fatal.
1497         * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
1498         (ffelex_hash_): Likewise.
1499
1500 Sat Jan 27 20:52:18 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1501
1502         * Make-lang.in: Remove all dependencies on defaults.h.
1503         * com.c: Don't include defaults.h.
1504
1505 2001-01-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
1506
1507         * com.c: Don't explicitly include any time headers, the right ones are
1508         already included by proj.h.
1509
1510 2001-01-15  Mark Mitchell  <mark@codesourcery.com>
1511
1512         * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
1513         label to current_function_decl.
1514
1515 Fri Jan 12 17:21:33 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
1516
1517         * g77spec.c (lang_specific_driver): Update copyright year to 2001.
1518
1519 Wed Jan 10 14:39:45 2001  Mark Mitchell  <mark@codesourcery.com>
1520
1521         * com.c (ffecom_init_zero_):  Remove last argument in call to
1522         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
1523         (ffecom_lookup_label_): Likewise.
1524         (builtin_function): Likewise.
1525         (start_function): Likewise.
1526
1527 Thu Dec 21 21:19:42 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1528
1529         * g77install.texi, g77.texi: Update last-updated dates for
1530         installation information and the manual as a whole.
1531         * bugs.texi, news.texi: Update copyright years in the comments at
1532         the top of the file.
1533
1534 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1535
1536         * g77install.texi: Adjust wording of an EGCS reference.
1537
1538 Thu Dec 21 20:00:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1539
1540         * BUGS, NEWS: Regenerate.
1541
1542 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1543
1544         * com.c [VMS]: Remove definition of BSTRING.
1545
1546 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1547
1548         * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
1549
1550 2000-12-18  Toon Moene <toon@moene.indiv.nluug.nl>
1551
1552         * bugs.texi: Correct copyright years.
1553         * g77.texi: Likewise.
1554         * news.texi: Likewise.
1555
1556 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1557
1558         * g77install.texi: Remove obsolete parts only used for INSTALL,
1559         and DOC-G77 conditionals.  Update last-update-install date.
1560
1561 Sat Dec  9 10:20:11 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1562
1563         * .cvsignore: New file; add info files.
1564
1565 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1566
1567         * Make-lang.in (f77.info): Depend on info files in source
1568         directory.
1569         (f/g77.info): Build info files in source directory; don't build
1570         them unless BUILD_INFO is "info".
1571         (f77.install-info): Install info files from source directory.
1572
1573 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1574
1575         * Make-lang.in: Link f/fini with safe-ctype.o.
1576         * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
1577         * com.c: Use TOUPPER, not ffesrc_toupper.
1578         * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
1579         * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
1580         * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
1581         initializing code; use TOUPPER and TOLOWER instead of
1582         ffesrc_toupper and ffesrc_tolower.
1583         * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
1584         Don't define ffesrc_toupper or ffesrc_tolower.
1585
1586 2000-11-28  Richard Henderson  <rth@redhat.com>
1587
1588         * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
1589
1590 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1591
1592         * RELEASE-PREP: Remove obsolete EGCS reference.
1593         * g77.texi: Adjust reference to EGCS as something current.
1594         * lang-options.h (FTNOPT): Remove macro and obsolete comment.
1595         Include doc strings directly in option listing instead of through
1596         this macro.
1597         * root.texi: Remove support for multiple different (FSF and EGCS)
1598         distributions of g77.
1599         * g77install.texi: Remove conditioned out instructions applying
1600         only to obsolete distributions of g77 not as part of GCC.  Change
1601         "superceded" to the correct spelling "superseded".
1602
1603 Sun Nov 26 19:25:56 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1604
1605         * g77spec.c (lang_specific_driver): Update copyright year to 2000.
1606
1607 Thu Nov 23 02:18:57 2000  J"orn Rennecke <amylaar@redhat.com>
1608
1609         * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
1610
1611 2000-11-21  David Billinghurst  <David.Billinghurst@riotinto.com)
1612
1613         * Make-lang.in:  Add $(build_exeext) to f/fini target
1614
1615 2000-11-21  Andreas Jaeger  <aj@suse.de>
1616
1617         * g77.texi (Floating-point Exception Handling): Use feenableexcept
1618         in example.
1619         (Floating-point precision): Change to match above change.
1620
1621 Sun Nov 19 17:29:22 2000  Matthias Klose  <doko@marvin.itso-berlin.de>
1622
1623         * g77.texi (Floating-point precision): Adjust example
1624         to work with glibc (>= 2.1).
1625
1626 Sat Nov 18 13:54:49 2000  Matthias Klose  <doko@cs.tu-berlin.de>
1627
1628         * g77.texi (Floating-point Exception Handling): Adjust
1629         example to work with glibc (>= 2.1).
1630
1631 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
1632
1633         * Make-lang.in (INTDOC_DEPS): New macro.
1634         (f/intdoc.texi): Depend on $(INTDOC_DEPS).  Build f/intdoc.
1635         (f/intdoc): Likewise.  Add $(build_exeext).
1636
1637 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
1638
1639         * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
1640         ggc_strdup (var).
1641
1642 Thu Nov 16 23:14:07 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1643
1644         * malloc.c (malloc_init): Call xmalloc, not malloc.
1645
1646 2000-11-10  Rodney Brown  <RodneyBrown@mynd.com>
1647
1648         * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
1649
1650 2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1651
1652         * root.texi: Remove non-historical EGCS reference.
1653         Set current g77 version to 0.5.26.
1654
1655 2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1656
1657         * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
1658
1659 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
1660
1661         * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
1662         munging of source file name.
1663         ($(srcdir)/f/intdoc.texi): Break up into several rules each of
1664         which builds just one thing.  Don't mess with $(LANGUAGES).
1665         (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
1666
1667 2000-11-05  Toon Moene  <toon@moene.indiv.nluug.nl>
1668
1669         * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
1670         Remove non-historical references to egcs/EGCS.
1671
1672 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1673
1674         * Make-lang.in: Remove f77.distdir and f/INSTALL.
1675         * INSTALL, install0.texi: Remove.
1676
1677 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1678
1679         * com.c (open_include_file, ffecom_open_include_): Use strchr ()
1680         and strrchr () instead of index () and rindex ().
1681
1682 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
1683
1684         * Make-lang.in: Move all build rules here from Makefile.in,
1685         adapt to new context.  Wrap all rules that change the current
1686         directory in parentheses.  Expunge all references to $(P).
1687         When one command depends on another and they're run all at
1688         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
1689         all object-file generation rules.  Delete obsolete variables.
1690
1691         * Makefile.in: Delete.
1692         * config-lang.in: Delete outputs= line.
1693
1694 Sat Oct 21 18:07:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1695
1696         * Makefile.in, g77spec.c: Remove EGCS references in comments.
1697
1698 Thu Oct 12 22:28:51 2000  Mark Mitchell  <mark@codesourcery.com>
1699
1700         * com.c (ffecom_do_entry_): Don't mess with obstacks.
1701         (ffecom_finish_global_): Likewise.
1702         (ffecom_finish_symbol_transform_): Likewise.
1703         (ffecom_gen_sfuncdef_): Likewise.
1704         (ffecom_init_zero_): Likewise.
1705         (ffecom_start_progunit_): Likewise.
1706         (ffecom_sym_transform_): Likewise.
1707         (ffecom_sym_transform_assign_): Likewise.
1708         (ffecom_transform_equiv_): Likewise.
1709         (ffecom_transform_namelist_): Likewise.
1710         (ffecom_vardesc_): Likewise.
1711         (ffecom_vardesc_array_): Likewise.
1712         (ffecom_vardesc_dims_): Likewise.
1713         (ffecom_end_transition): Likewise.
1714         (ffecom_make_tempvar): Likewise.
1715         (bison_rule_pushlevel_): Likewise.
1716         (bison_rule_compstmt_): Likewise.
1717         (finish_decl): Likewise.
1718         (finish_function): Likewise.
1719         (push_parm_decl): Likewise.
1720         (start_decl): Likewise.
1721         (start_function): Likewise.
1722         (ggc_p): Don't define.
1723         * std.c (ffestd_stmt_pass_): Likewise.
1724         * ste.c (ffeste_end_block_): Likewise.
1725         (ffeste_end_stmt_): Likewise.
1726         (ffeste_begin_iterdo_): Likewise.
1727         (ffeste_io_ialist_): Likewise.
1728         (ffeste_io_cilist_): Likewise.
1729         (ffeste_io_inlist_): Likewise.
1730         (ffeste_io_olist_): Likewise.
1731         (ffeste_R810): Likewise.
1732         (ffeste_R838): Likewise.
1733         (ffeste_R839): Likewise.
1734         (ffeste_R842): Likewise.
1735         (ffeste_R843): Likewise.
1736         (ffeste_R1001): Likewise.
1737
1738 2000-10-05  Richard Henderson  <rth@cygnus.com>
1739
1740         * com.c (finish_function): Don't init can_reach_end.
1741
1742 Sun Oct  1 11:43:44 2000  Mark Mitchell  <mark@codesourcery.com>
1743
1744         * com.c (lang_mark_false_label_stack): Remove.
1745
1746 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
1747
1748         * com.c: Include defaults.h.
1749         * com.h: Don't define the *_TYPE_SIZE macros.
1750         * Makefile.in: Update dependencies.
1751
1752 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
1753
1754         * ansify.c: Use #line, not # <number>.
1755
1756 2000-08-24  Greg McGary  <greg@mcgary.org>
1757
1758         * intdoc.c (ARRAY_SIZE): Remove macro.
1759         * proj.h (ARRAY_SIZE): Remove macro.
1760         * com.c (init_decl_processing): Use ARRAY_SIZE.
1761
1762 2000-08-22  Toon Moene  <toon@moene.indiv.nluug.nl>
1763
1764         * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
1765         * com.c (macro DEFGFRT): Use CONST boolean.
1766         (ffecom_call_binop_): Choose between call by value
1767         and call by reference.
1768         (ffecom_expr_): Use direct calls to (g)libc functions for
1769         POW_DD, LOG10, (float) MOD.
1770         (ffecom_make_gfrt_): Add const indication to table of
1771         intrinsics.
1772         * com.h (macro DEFGFRT): Use CONST boolean.
1773         * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
1774
1775 2000-08-21  Nix  <nix@esperi.demon.co.uk>
1776
1777         * lang-specs.h: Do not process -o or run the assembler if
1778         -fsyntax-only.  Use %j instead of /dev/null.
1779
1780 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
1781
1782         * lang-specs.h: Pass -I* options to f771.
1783
1784 2000-08-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1785
1786         * top.c (ffe_decode_option): Disable -fdebug-kludge
1787         and warn about it.
1788         * lang-options.h: Document the fact.
1789         * g77.texi: Ditto.
1790
1791 2000-08-13  Toon Moene  <toon@moene.indiv.nluug.nl>
1792
1793         * bugs.texi: Describe new ability to emit debug info
1794         for EQUIVALENCE members.
1795         * news.texi: Ditto.
1796
1797 2000-08-11  G. Helffrich  <george@gly.bris.ac.uk>
1798             Toon Moene  <toon@moene.indiv.nluug.nl>
1799
1800         * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
1801         so that debug info can be attached to their storage.
1802         Unconditionally list the storage set aside for them.
1803
1804 2000-08-07  Toon Moene  <toon@moene.indiv.nluug.nl>
1805
1806         * g77spec.c (lang_specific_driver): Clearer g77 version message.
1807
1808 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
1809
1810         * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
1811         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
1812         (f771): Link with $(BACKEND).
1813
1814 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
1815
1816         * g77spec.c: Adjust type of second argument to
1817         lang_specific_driver, and update code as necessary.
1818
1819         * expr.c (ffeexpr_finished_): Cast signed side of ?:
1820         expression to bool.
1821
1822 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
1823
1824         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
1825
1826 Thu Jul 27 11:50:08 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1827
1828         * fini.c (main): Avoid automatic aggregate initialization.
1829
1830         * proj.h: Indent #error directive.
1831
1832 2000-07-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1833
1834         * lang-specs.h: Remove one /dev/null from tradcpp invocation.
1835
1836 Sun Jul 23 15:47:30 2000  Billinghurst, David <David.Billinghurst@riotinto.com>
1837
1838         * Make-lang.in: Put $(build_exeext) suffix on programs which run
1839         on the build machine.
1840
1841 2000-07-22  Toon Moene  <toon@moene.indiv.nluug.nl>
1842
1843         * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
1844         FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
1845
1846 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
1847
1848         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
1849
1850 2000-07-02  Toon Moene  <toon@moene.indiv.nluug.nl>
1851
1852         * version.c: Bump version number.
1853
1854 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1855
1856         * Make-lang.in (F77_SRCS): Remove all .j files.
1857         * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
1858         GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
1859         TOPLEV_H, TREE_H): Remove references to .j files.
1860         (TCONFIG_H, TM_H): Remove entirely.
1861         (deps-kinda): Delete rule.
1862         Correct commentary.
1863
1864         * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
1865         hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
1866         tree.j, tconfig.j, tree.j: Delete.
1867
1868         * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
1869         parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
1870         where.c, where.h: Include parent-directory headers directly.
1871         * lex.c: Don't include tree.h twice.
1872
1873 2000-05-17  H.J. Lu  (hjl@gnu.org)
1874
1875         * Make-lang.in: Use a unique stamp for each target to support
1876         parallel make.
1877
1878 Thu Jun 15 14:03:14 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1879
1880         * ste.c (gbe_block): Constify.
1881
1882 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
1883
1884         * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
1885         (ffecom_transform_equiv_, ffecom_decl_field): Likewise.
1886         (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1887         (duplicate_decls): Set DECL_USER_ALIGN.
1888
1889 Sun Jun 11 00:03:00 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1890
1891         * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
1892
1893 2000-06-04  Philipp Thomas  <pthomas@suse.de>
1894
1895         * Makefile.in(INTLLIBS): New macro.
1896         (LIBS): Add INTLLIBS.
1897         (DEPLIBS): Likewise.
1898
1899 2000-06-02  Richard Henderson  <rth@cygnus.com>
1900
1901         * com.c (lang_get_alias_set): New.
1902
1903 2000-05-28  Toon Moene  <toon@moene.indiv.nluug.nl>
1904
1905         * bugs.texi: Note that debugging information for
1906         common block items is emitted now.
1907         * news.texi: Ditto.
1908
1909 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1910
1911         * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that
1912         these types correspond to built-in types now defined in
1913         the C front end (for libf2c).
1914
1915 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1916
1917         * top.c (ffe_decode_option): Update -Wall unused flags by calling
1918         set_Wunused.
1919
1920 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
1921
1922         * com.c (ffecom_subscript_check_): Constify array_name
1923         parameter. Clean up string bashing.
1924         (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
1925         parameter.
1926         (ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
1927         ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
1928         local char *.
1929         (init_parse): Constify parameter and return value.
1930         * lex.c: Include dwarfout.h instead of prototyping dwarfout_*
1931         functions here.
1932         (ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
1933         (ffelex_hash_, ffelex_include_): Constify local char *.
1934         * std.c (ffestd_exec_end): Constify local char *.
1935         * where.c (ffewhere_file_new): Constify filename parameter.
1936         * where.h: Update prototypes.
1937
1938 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
1939
1940         * com.c (ffecom_overlap_): Set source_offset to
1941         bitsize_zero_node.
1942         (ffecom_tree_canonize_ptr_): Use size_binop.  Convert to
1943         bitsizetype before multiplying by TYPE_SIZE.
1944         (ffecom_tree_canonize_ref_) [case ARRAY_REF]: Break up offset
1945         calculation.  Convert to bitsizetype before multiplying by
1946         TYPE_SIZE.
1947
1948 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1949
1950         * lex.c: Remove references to cccp.c.
1951         * g77install.texi: Remove references to cexp.c/cexp.y.
1952
1953 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1954
1955         * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
1956         as well.
1957
1958 Wed Apr 12 15:15:26 2000  Mark Mitchell  <mark@codesourcery.com>
1959
1960         * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
1961         preprocessor constant.
1962         (FFECOM_f2cLOGICAL): Likewise.
1963         (FFECOM_f2cLONGINT): Likewise.
1964
1965 Wed Apr  5 17:46:39 2000  Mark Mitchell  <mark@codesourcery.com>
1966
1967         * Makefile.in (GGC_H): Add varray.h.
1968
1969 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
1970
1971         * lang-specs.h: Pass -fno-show-column to the preprocessor.
1972
1973 2000-03-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1974
1975         * com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.
1976         (ffecom_init_0): Likewise.
1977
1978 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1979
1980         * com.c (ffecom_tree_canonize_ptr_): Use bitsize_zero_node.
1981         (ffecom_tree_canonize_ref_): Likewise.
1982
1983 Mon Mar 20 15:49:40 2000  Jim Wilson  <wilson@cygnus.com>
1984
1985         * f/target.h (FFETARGET_32bit_longs): New.  Define for alpha, sparc64,
1986         and ia64.
1987         (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
1988         ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
1989
1990 Fri Mar 10 00:43:55 2000  Jason Merrill  <jason@casey.cygnus.com>
1991
1992         * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
1993
1994 Mon Mar  6 18:05:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1995
1996         * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
1997         (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
1998         (ffecom_transform_equiv_): Likewise.
1999
2000 Mon Mar  6 13:01:19 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2001
2002         * ansify.c (die_unless): Don't use ANSI string concatenation.
2003         (die): Mark with ATTRIBUTE_NORETURN.
2004
2005 Wed Mar  1 00:31:44 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
2006
2007         * com.c (current_function_decl): Move to toplev.c.
2008
2009 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2010
2011         * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
2012         (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
2013         (ffecom_tree_canonize_ref_): Likewise.
2014         (type_for_mode): Handle TImode.
2015         * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
2016         (ffeste_io_ciclist_): Likewise.
2017
2018 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
2019
2020         * com.c (ffecom_type_permanent_copy_): Delete unused function.
2021         (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
2022
2023 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2024
2025         * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
2026         (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
2027         (duplicate_decls): Likewise.
2028         (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
2029         (finish_decl): Delete -Wlarger-than processing.
2030
2031 Fri Feb 18 13:19:34 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
2032
2033         * g77spec.c (lang_specific_driver): Use GCCBUGURL.
2034
2035 2000-02-17  Andy Vaught  <andy@maxwell.la.asu.edu>
2036
2037         * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
2038         (ffecom_finish_symbol_transform_): Likewise.
2039         (ffecom_transform_common_): Call ffestorag_set_hook.
2040
2041 Wed Feb 16 11:09:38 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2042
2043         * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
2044
2045 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
2046
2047         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
2048
2049 Tue Feb 15 11:14:17 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2050
2051         * g77spec.c: Don't declare `version_string'.
2052
2053 Sat Feb  5 23:27:25 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2054
2055         * com.c (mark_tracker_head, mark_binding_level): Protoize.
2056
2057         * where.c (mark_ffewhere_head): Likewise.
2058
2059 Wed Jan 12 09:32:59 2000  Zack Weinberg  <zack@wolery.cumb.org>
2060
2061         * lang-specs.h: Pass -lang-fortran to preprocessor.
2062
2063 Thu Dec 30 13:14:31 1999  Richard Henderson  <rth@cygnus.com>
2064
2065         * stw.h (struct _ffestw_): Change type of uses_ to int.
2066
2067 Thu Dec 30 11:42:05 1999  Geoff Keating  <geoffk@cygnus.com>
2068
2069         * com.c (ffecom_init_0): Make double_ftype_double,
2070         float_ftype_float, ldouble_ftype_ldouble,
2071         ffecom_tree_ptr_to_fun_type_void local.
2072         (tracker_head): New static variable.
2073         (mark_tracker_head): New, marker procedure for tracker_head.
2074         (ffecom_save_tree_forever): New procedure.
2075         (ffecom_init_zero_): Remove obstack use.
2076         (ffecom_make_gfrt_): Remove obstack use.
2077         (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
2078         (ffecom_transform_common_): Remove obstack use, save appropriate
2079         trees.
2080         (ffecom_type_namelist_): Remove obstack use, save appropriate
2081         trees.
2082         (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
2083         (ffecom_lookup_label): Remove obstack use, save appropriate trees.
2084         (duplicate_decls): Remove obstack use.
2085         (finish_function): push & pop ggc context around
2086         rest_of_compilation when building nested function.
2087         (mark_binding_level): New function.
2088         (init_decl_processing): Mark all the GC roots.
2089         (ggc_p): Set to 1.
2090         (lang_mark_tree): New function.
2091         (lang_mark_false_label_stack): New trivial function.
2092         * com.h (ffecom_save_tree_forever): Declare as external.
2093         * lex.c (ffelex_hash_): Use GC to allocate the filename string
2094         even when ffelex_kludge_flag_.
2095         * ste.c (ffeste_io_ialist_): Register a static root.
2096         (ffeste_io_inlist_): Likewise.
2097         (ffeste_io_icilist_): Likewise.
2098         (ffeste_io_cllist_): Likewise.
2099         (ffeste_io_cilist_): Likewise.
2100         (ffeste_io_olist_): Likewise.
2101         * Makefile.in (OBJS): Don't use ggc-callbacks.o.
2102         (OBJDEPS): Likewise.
2103         (GGC_H): New variable.
2104         Update dependencies.
2105         * where.c (ffewhere_head): New global.
2106         (mark_ffewhere_head): New marker procedure for ffewhere_head.
2107         (ffewhere_file_kill): Use GC to do memory management.
2108         (ffewhere_file_new): Use GC to do memory management.
2109         * ggc.j: New file.
2110
2111 Wed Dec 29 19:29:26 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2112
2113         * g77.texi (C Interfacing Tools): Fix an incorrect link.
2114
2115 1999-12-13  Jakub Jelinek  <jakub@redhat.com>
2116
2117         * target.h: Handle sparc64 the same way as alpha.
2118
2119 Sun Nov 28 21:39:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2120
2121         * com.c (ffecom_file_, ffecom_file, file_buf,
2122         ffecom_open_include_): Constify a char*.
2123         (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
2124         ATTRIBUTE_UNUSED.
2125         (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
2126         (lang_print_error_function): ANSI-fy.
2127
2128         * com.h (ffecom_file): Constify a char*.
2129
2130         * fini.c (main): Call return, not exit.
2131
2132         * g77spec.c (lang_specific_driver): Use non-const *in_argv in
2133         assignment.
2134
2135         * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
2136         const-ness.
2137
2138 Sun Nov 28 21:15:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2139
2140         * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
2141
2142         (ffecom_char_enhance_arg_, ffecom_do_entry_,
2143         ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
2144         ffecom_start_progunit_, ffecom_start_progunit_,
2145         ffecom_start_progunit_, ffecom_sym_transform_assign_,
2146         ffecom_transform_equiv_, ffecom_transform_namelist_,
2147         ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
2148         ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
2149         Adjust accordingly.
2150
2151         * com.h (ffecom_get_invented_identifier): Likewise.
2152
2153         * sts.c (ffests_printf): New function taking ellipses.
2154         (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2155         ffests_printf_2Us): Delete.
2156
2157         * sts.h: Likewise.
2158
2159         * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
2160         ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
2161         ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
2162         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
2163         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
2164         ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
2165
2166         * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
2167         ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
2168
2169 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
2170                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2171
2172         * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
2173
2174 Tue Oct 26 01:32:19 1999  Mark Mitchell  <mark@codesourcery.com>
2175
2176         * com.c (poplevel): Don't call remember_end_note.
2177
2178 Fri Oct 15 15:18:12 1999  Greg McGary  <gkm@gnu.org>
2179
2180         * top.h (ffe_is_subscript_check_): Remove extern decl.
2181         (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
2182         * top.c (ffe_is_subscript_check_): Remove global variable.
2183         (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
2184         Set flag_bounds_check for "(no-)fortran-bounds-check".
2185         * com.c
2186         (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
2187         (ffecom_char_args_x_): Ditto.
2188
2189 Sun Oct 10 08:40:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2190
2191         * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
2192         __GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.  Define
2193         macro UNUSED in terms of ATTRIBUTE_UNUSED.
2194
2195 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
2196
2197         * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
2198         DECL_BUILT_IN.
2199         (builtin_function): No longer static.  New arg CLASS.  Arg
2200         FUNCTION_CODE now of type int.  All callers changed.
2201         Set the builtin's DECL_BUILT_IN_CLASS.
2202
2203 Tue Sep 21 09:08:30 1999  Toon Moene  <toon@moene.indiv.nluug.nl>
2204
2205         * g77spec.c (lang_specific_driver): Initialize return value.
2206
2207 Thu Sep 16 18:07:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2208
2209         * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
2210
2211         * fini.c (main): Likewise.
2212
2213         * intrin.c (ffeintrin_init_0): Likewise.
2214
2215         * lex.c (ffelex_hash_): Likewise.
2216
2217         * src.c (ffesrc_init_1): Likewise.
2218
2219 Tue Sep 14 12:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2220
2221         * g77spec.c (lang_specific_driver): Remove unnecessary argument in
2222         call to function `fatal'.
2223
2224 Sun Sep 12 23:29:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2225
2226         * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
2227
2228         * g77spec.c: Include gcc.h.
2229         (g77_xargv): Constify.
2230         (g77_fn): Add parameter prototypes.
2231         (lookup_option, append_arg): Add static prototypes.
2232         (g77_newargv): Constify.
2233         (lookup_option, append_arg, lang_specific_driver): Constify a char*.
2234         (lang_specific_driver): All calls to the function pointer
2235         parameter now explicitly call `fatal'.
2236
2237 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
2238
2239         * com.h: Delete declarations for all tree nodes now moved to
2240         global_trees.
2241         * com.c: Delete their definitions.
2242         (ffecom_init_0): Call build_common_tree_nodes and
2243         build_common_tree_nodes_2 instead of building their nodes here.
2244         Override their decisions for complex nodes.
2245
2246 Sat Sep  4 13:46:27 1999  Mark Mitchell  <mark@codesourcery.com>
2247
2248         * Make-lang.in (f771): Depend on ggc-callbacks.o.
2249         * Makefile.in (OBJS): Add ggc-callbacks.o.
2250         (OBJDEPS): Likewise.
2251
2252 Mon Aug 30 22:05:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2253
2254         * com.c (language_string): Constify.
2255
2256 Mon Aug 30 20:29:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2257
2258         * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
2259         Remove hacks for stuff which now comes from libiberty.
2260
2261 Sun Aug 29 09:47:45 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2262
2263         * com.c (lang_printable_name): Constify a char*.
2264
2265 Wed Aug 25 01:21:06 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2266
2267         * lang-specs.h: Pass cc1 spec to f771.
2268
2269 Mon Aug  9 19:44:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2270
2271         * com.c (lang_print_error_function): Constify a char*.
2272         (init_parse): Remove redundant prototype for `print_error_function'.
2273         (lang_identify): Constify a char*.
2274
2275 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
2276
2277         * g77spec.c: Update URLS and mail addresses.
2278         * root.texi: Update URLS and mail addresses.
2279
2280 1999-07-25  Richard Henderson  <rth@cygnus.com>
2281
2282         * com.c (ptr_type_node, va_list_type_node): New.
2283         (ffecom_init_0): Init and use ptr_type_node.
2284
2285 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
2286
2287         * root.texi: Update e-mail addresses to gcc.gnu.org.
2288         * g77spec.c (lang_specific_driver): Updated URL with bug reporting
2289         instructions to gcc.gnu.org.  Removed e-mail address.
2290
2291 Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
2292
2293         * root.texi, g77install.texi: Switchover to GCC terminology.
2294         Also, FSF-G77 had been mistakenly set at some point.
2295
2296 Thu Jul  8 15:38:50 1999  Craig Burley  <craig@jcb-sc.com>
2297
2298         * news.texi: Describe DATE intrinsic fix.
2299
2300 Mon Jun 28 21:44:19 1999  Craig Burley  <craig@jcb-sc.com>
2301
2302         * version.c: Denote experimental version.
2303
2304 Mon Jun 28 10:43:11 1999  Craig Burley  <craig@jcb-sc.com>
2305
2306         * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
2307         a temp even if -fno-f2c.
2308
2309         * version.c: Bump version.
2310
2311 Mon Jun 28 21:31:35 1999  Craig Burley  <craig@jcb-sc.com>
2312
2313         * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
2314         Explain that this fixes the NAMELIST-read bug.
2315
2316 Fri Jun 25 11:06:32 1999  Craig Burley  <craig@jcb-sc.com>
2317
2318         * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
2319
2320 Mon Jun 21 12:40:17 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2321
2322         * g77.texi: Update links.
2323
2324 Mon Jun 21 05:33:51 1999  Jeffrey A Law  (law@cygnus.com)
2325
2326         * news.texi: Add missing @end ifclear.
2327
2328 Fri Jun 18 11:43:46 1999  Craig Burley  <craig@jcb-sc.com>
2329
2330         * news.texi: Doc TtyNam fix.
2331
2332 Fri Jun 18 11:26:50 1999  Craig Burley  <craig@jcb-sc.com>
2333
2334         * news.texi: New heading for development version.
2335         Doc upgrade to netlib libf2c as of today.
2336
2337 Wed Jun 16 11:43:02 1999  Craig Burley  <craig@jcb-sc.com>
2338
2339         * news.texi: Mention BACKSPACE fix to libg2c.
2340
2341 Mon Jun  7 08:42:40 1999  Craig Burley  <craig@jcb-sc.com>
2342
2343         * Make-lang.in: Any target using libsubdir must depend
2344         on installdirs.
2345
2346 Sat Jun  5 23:50:36 1999  Craig Burley  <craig@jcb-sc.com>
2347
2348         * g77.texi: Describe a few more missing features people
2349         have emailed me about.
2350
2351 Sat Jun  5 17:03:23 1999  Craig Burley  <craig@jcb-sc.com>
2352
2353         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
2354         * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
2355
2356 Fri Jun  4 13:56:56 1999  Craig Burley  <craig@jcb-sc.com>
2357
2358         * Make-lang.in: Use libsubdir, not prefix, to store
2359         temporary lang-f77 `flag' file.
2360
2361 Fri Jun  4 10:26:04 1999  Craig Burley  <craig@jcb-sc.com>
2362
2363         * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
2364         Mention that libg2c is multilibbed.
2365
2366 Fri Jun  4 10:09:50 1999  Craig Burley  <craig@jcb-sc.com>
2367
2368         * g77.texi (Missing Features): Add `Better Warnings'
2369         item.
2370
2371 Fri May 28 16:51:41 1999  Craig Burley  <craig@jcb-sc.com>
2372
2373         * g77.texi: Fix thinko.
2374
2375 Wed May 26 14:43:27 1999  Craig Burley  <craig@jcb-sc.com>
2376
2377         * news.texi: Document Tue May 18 03:52:04 1999 patch.
2378         Fix a grammo.
2379
2380 Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
2381
2382         * g77.texi, news.texi, root.texi, version.c: Start renaming
2383         EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
2384         the version of g77 within GCC 2.95.
2385
2386 Wed May 26 11:45:21 1999  Craig Burley  <craig@jcb-sc.com>
2387
2388         Rename -fsubscript-check to -fbounds-check and
2389         -ff2c-subscript-check to -ffortran-bounds-check:
2390         * g77.texi: Rename options in docs, clarify usage.
2391         * lang-options.h: Rename options, clarify doclets.
2392         * news.texi: Rename options, don't bother with fortran-specific
2393         option.
2394         * top.c (ffe_decode_option): Rename recognized strings.
2395
2396 Tue May 25 18:21:09 1999  Craig Burley  <craig@jcb-sc.com>
2397
2398         * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
2399         now that -fflatten-arrays exists.
2400
2401 Tue May 25 17:48:34 1999  Craig Burley  <craig@jcb-sc.com>
2402
2403         Fix 19990525-0.f:
2404         * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
2405         CHARACTER expression.
2406         (ffecom_prepare_expr_): Ditto.
2407
2408 Tue May 18 03:52:04 1999  Craig Burley  <craig@jcb-sc.com>
2409
2410         Support use of back end's improved open-coding of complex divide:
2411         * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
2412         instead of run-time call to [cz]_div, if `-Os' option specified.
2413         (lang_init_options): Tell back end we want support for wide range
2414         of inputs to complex divide.
2415
2416         * Bump version.
2417
2418 Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2419
2420         * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
2421         was not given.
2422
2423 Thu May 13 12:23:20 1999  Craig Burley  <craig@jcb-sc.com>
2424
2425         Fix INTEGER*8 subscripts in array references:
2426         * com.c (ffecom_subscript_check_): Convert low, high, and
2427         element as necessary to make comparison work.
2428         (ffecom_arrayref_): Do more of the work.
2429         Properly handle subscript expr that's wider than int,
2430         if pointers are wider than int.
2431         (ffecom_expr_): Leave more work to ffecom_arrayref_.
2432         (ffecom_init_0): Record sizes of pointers and ints for
2433         convenience.
2434         Use set_sizetype etc. as done by gcc front end.
2435         (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
2436         * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
2437         expressions in run-time contexts.
2438         (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
2439         non-default INTEGER subscript expressions.
2440         * news.texi: Announce.
2441
2442         Finish accepting -fflatten-arrays option:
2443         * com.c (ffecom_arrayref_): Flatten references if requested.
2444         * g77.texi: Describe.
2445         * lang-options.h: Allow.
2446         * news.texi: Announce.
2447         * top.c, top.h: Recognize.
2448
2449         * version.c: Bump version.
2450
2451 Wed May 12 07:30:05 1999  Craig Burley  <craig@jcb-sc.com>
2452
2453         * com.c (lang_init_options): Disable back end's maintenance
2454         of errno.
2455         * news.texi: Document dropping of errno.
2456
2457 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2458
2459         * lang-specs.h: Pass -$ to the preprocessor.
2460
2461 Mon May 10 18:14:28 1999  Craig Burley  <craig@jcb-sc.com>
2462
2463         * g77.texi: Fix various @xref's per proper style.
2464         Go ahead and use nested braces in @xref's, with care.
2465         * g77install.texi: Fix @xref per proper style.
2466
2467 Mon May 10 17:38:39 1999  Craig Burley  <craig@jcb-sc.com>
2468
2469         * news.texi: Doc upgrade to netlib libf2c as of today.
2470
2471 Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>
2472
2473         * f/g77spec.c (lang_specific_driver): Correct bug-report address
2474         and point to the FAQ.
2475
2476 Thu May  6 12:40:21 1999  Craig Burley  <craig@jcb-sc.com>
2477
2478         * g77.texi (Arbitrary Concatenation): Put this under
2479         "Missing Features" instead of "Projects".
2480         (Internals Documentation): Point to new "Front End" chapter.
2481
2482 Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>
2483
2484         * bugs.texi, news.texi: Automatic arrays reportedly working
2485         on HP-UX systems.
2486
2487 Thu May  6 08:19:31 1999  Craig Burley  <craig@jcb-sc.com>
2488
2489         * g77.texi (Advantages Over f2c): Expand on this topic.
2490
2491 Mon May  3 19:41:48 1999  Craig Burley  <craig@jcb-sc.com>
2492
2493         * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
2494
2495 Mon May  3 18:11:48 1999  Craig Burley  <craig@jcb-sc.com>
2496
2497         Reverse order of two arguments to CTIME_subr, DTIME_subr,
2498         ETIME_subr, and TTYNAM_subr:
2499         * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
2500         While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
2501         TTYNAM_subr.
2502         * intdoc.in: Document the new calling sequences.
2503         * intrin.def: Reverse the arguments.
2504         * news.texi: Document the fact that they changed.
2505         * version.c: Bump version.
2506
2507 Mon May  3 11:28:14 1999  Craig Burley  <craig@jcb-sc.com>
2508
2509         * news.texi: Doc upgrade to netlib libf2c as of today.
2510
2511 Sun May  2 17:04:28 1999  Craig Burley  <craig@jcb-sc.com>
2512
2513         * version.c: Bump version.
2514
2515 Sun May  2 16:53:01 1999  Craig Burley  <craig@jcb-sc.com>
2516
2517         Fix compile/19990502-1.f:
2518         * ste.c (ffeste_R819B): Don't overwrite tree for temp
2519         variable when expanding the assignment into it.
2520
2521 Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
2522
2523         Fix 19990325-0.f and 19990325-1.f:
2524         * com.c (ffecom_possible_partial_overlap_): New function.
2525         (ffecom_expand_let_stmt): Use it to determine whether to assign
2526         to a COMPLEX operand through a temp.
2527         * news.texi: Document fix.
2528
2529         * version.c: Bump version.
2530
2531 Sat Apr 24 12:19:53 1999  Craig Burley  <craig@jcb-sc.com>
2532
2533         * expr.c (ffeexpr_finished_): Convert DATA implied-do
2534         start/end/incr expressions to default INTEGER.
2535         Fix some broken conditionals.
2536         Clean up some code in the region.
2537         * news.c: Document the fix.
2538
2539         * version.c: Bump version.
2540
2541 Fri Apr 23 02:08:32 1999  Craig Burley  <craig@jcb-sc.com>
2542
2543         * g77.texi (Compiler Prototypes): Replace "missing" subscript-
2544         checking option with something else.
2545
2546 Fri Apr 23 01:48:28 1999  Craig Burley  <craig@jcb-sc.com>
2547
2548         Support new -fsubscript-check and -ff2c-subscript-check options:
2549         * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
2550         * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
2551         (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
2552         FFEBLD_opARRAYREF case.
2553         Compute character name, array type, and use new
2554         ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
2555         (ffecom_expr_): Use new ffecom_arrayref_ function.
2556         (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
2557         * g77.texi, news.texi: Document new options.
2558         * top.c, top.h: Support new options.
2559
2560         * news.texi: Fix up some items to not be in "User-Visible Changes".
2561
2562         * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
2563         warnings.
2564
2565         * version.c: Bump version.
2566
2567 Tue Apr 20 01:38:57 1999  Craig Burley  <craig@jcb-sc.com>
2568
2569         * bugs.texi, news.texi: Clarify -malign-double situation.
2570
2571 Tue Apr 20 01:15:25 1999  Craig Burley  <craig@jcb-sc.com>
2572
2573         * stb.c (ffestb_R5282_): Convert DATA repeat count
2574         to default INTEGER, to avoid problems downstream.
2575
2576         * version.c: Bump version.
2577
2578 Mon Apr 19 21:36:48 1999  Craig Burley  <craig@jcb-sc.com>
2579
2580         * ste.c (ffeste_R819B): Start the loop before expanding
2581         the termination expression.
2582
2583         * version.c: Bump version.
2584
2585 Sun Apr 18 21:53:58 1999  Craig Burley  <craig@jcb-sc.com>
2586
2587         * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
2588         variables have constant addresses (EQUIVALENCE only if
2589         containing aggregate is static).
2590
2591 Sat Apr 17 16:55:59 1999  Craig Burley  <craig@jcb-sc.com>
2592
2593         * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
2594         Clean up @code{} vs. @samp{}.
2595         Clean up dashes (`--') vs. @minus{} vs. `---'.
2596
2597         * ffe.texi: Add copyright header.
2598
2599         * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
2600         Remove support for -fugly option.
2601         Clarify that -fugly-logint is needed instead of -fugly
2602         to work around using .EQ./.NE. on LOGICAL operands.
2603         Explain more about why -fugly-logint is bad juju.
2604
2605         * g77.texi (Missing Features): Describe READONLY as a missing
2606         feature.  Describe AUTOMATIC better.
2607
2608         * news.texi: Mention libf2c upgrade.
2609
2610 Sat Apr 17 14:05:53 1999  Craig Burley  <craig@jcb-sc.com>
2611
2612         Make a place for front-end internals documentation:
2613         * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
2614         * ffe.texi: New file, containing docs on front-end internals.
2615         * g77.texi: New chapter for, and inclusion of, ffe.texi.
2616
2617         * g77.texi: Fix an index entry.
2618
2619 Sat Apr 17 13:53:43 1999  Craig Burley  <craig@jcb-sc.com>
2620
2621         Rewrite to use block/scope structure of GBE and to ensure
2622         variables (especially those going on stack/reg) are declared
2623         before executable code generated:
2624         * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
2625         Support new hooks.
2626         * bld.h (ffebld_item_hook, ffebld_item_set_hook,
2627         ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
2628         * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
2629         ffebld_rank, ffebld_where): New convenience macros (used
2630         by rest of this patch).
2631         * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
2632         ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
2633         handling mechanism.
2634         * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
2635         ffecom_call_gfrt): Support passing hooks for temp-var info.
2636         (ffecom_expr_power_integer_): Takes opPOWER expression, instead
2637         of its left and right operands, so it can get at the hook.
2638         (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
2639         ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
2640         ffecom_prepare_expr_w, ffecom_prepare_return_expr,
2641         ffecom_prepare_ptr_to_expr): New functions supporting expression
2642         pre-scanning.
2643         (bison_rule_compstmt_): Return the tree, as in the CFE.
2644         (delete_block): New function, from CFE.
2645         (kept_level_p): New function, from CFE, modified.
2646         (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
2647         replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
2648         and they do real work.
2649         (struct binding_level): Add prep_state member.  Initialize to 0.
2650         (ffecom_get_invented_identifier): Now takes either or both a
2651         string and an integer, using -1 to denote no integer.
2652         (ffecom_do_entry_): Disallow temp-var generation via expressions
2653         in body of function, since the exprs aren't prescanned.
2654         (ffecom_expr_rw): Now takes destination tree.
2655         (ffecom_expr_w): New function, now used in some places
2656         ffecom_expr_rw had been used.
2657         (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
2658         of source file, to avoid annoying problems editing com.c using
2659         Emacs C-mode.
2660         (ffecom_expr_power_integer_): Make a temp var for division, if
2661         necessary.
2662         Handle expanded statement expression as does CFE.
2663         (ffecom_start_progunit_): Disallow temp-var generation in body
2664         of function, since expressions are not prescanned at this level.
2665         (ffecom_sym_transform_): Transform ASSIGN variables as well,
2666         so these are all transformed up front, before code-generation
2667         begins.
2668         (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
2669         ffecom_ptr_to_const_expr): New functions to transform expressions
2670         only if the results will surely be constants.
2671         (ffecom_arg_ptr_to_expr): Precompute size, for convenience
2672         obtaining temp vars.
2673         (ffecom_expand_let_stmt): Guess at usability of destination
2674         pre-expansion, to provide better prescan preparation (fewer
2675         spurious temp vars).
2676         (ffecom_init_0): Disallow temp-var generation in global scope.
2677         (ffecom_type_expr): New function, returns just the type tree
2678         for the expression.
2679         (start_function): Disallow temp-var generation in parm scope.
2680         (incomplete_type_error): Fix introductory comment.
2681         (poplevel): Update (somewhat) from CFE.
2682         (pushlevel): Update (somewhat) from CFE.
2683         * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
2684         * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
2685         ffestd_R806): Remember and pass through the ffestw block info
2686         for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
2687         * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
2688         (ffeste_io_inlist_): Add prototype.
2689         (ffeste_f2c_*): Macros rewritten, new ones added.
2690         (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
2691         ffeste_end_stmt_): New macros/functions, depending on whether
2692         checking is enabled, to keep track of symmetry of other ste.c code.
2693         (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
2694         ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
2695         ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
2696         ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
2697         ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
2698         ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
2699         ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
2700         ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
2701         ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
2702         ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
2703         ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
2704         ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
2705         all pertinent expressions, update to new com.c interface, etc.
2706         (ffeste_io_impdo_): Relocate.
2707         (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
2708         bother calling clear_momentary, nothing was generated.
2709         (ffeste_R842, ffeste_R843): Update to new com.c interface.
2710         (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
2711         (ffeste_terminate_2): When checking enabled, make sure all blocks
2712         and statements have been ended.
2713         * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
2714         These now take ffestw block argument.
2715         (ffeste_terminate_2): When checking enabled, it's a function, not
2716         a macro.
2717         * stw.h (struct _ffestw_): New variable for IFTHEN.
2718         (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
2719         accessor macros.
2720         * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
2721
2722         * com.c: Clean up commentary per GNU coding standards.
2723
2724         * bld.h (ffebld_size, ffebld_size_known): Canonize.
2725
2726         * version.c: Bump version.
2727
2728 Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2729
2730         * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
2731         null to decide whether to use it.
2732
2733 Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2734
2735         * ansify.c (die): Specify void argument.
2736
2737         * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
2738         argument_info_ptr, argument_info_string, argument_name_ptr,
2739         argument_name_string, elaborate_if_complex,
2740         elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
2741         Const-ify a char*.
2742         (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
2743         (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
2744         _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
2745
2746 Mon Apr  5 11:57:54 1999  Donn Terry (donn@interix.com)
2747
2748         * Make-lang.in (HOST_CFLAGS): compute dynamically.
2749
2750 Mon Apr  5 02:11:23 1999  Craig Burley  <craig@jcb-sc.com>
2751
2752         Fix bugs exposed by configuring with --enable-checking:
2753         * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
2754         ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
2755         pop_f_function_context, store_parm_decls, poplevel): Handle
2756         error_mark_node properly.
2757         * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
2758         * version.c: Bump version.
2759
2760 Sat Apr  3 23:57:56 1999  Craig Burley  <craig@jcb-sc.com>
2761
2762         * g77.texi: Fix up docs for -fset-g77-defaults, and
2763         describe how internal consistency checking now happens.
2764         (Should have been done for EGCS version 1.1.)
2765
2766 Sat Apr  3 23:29:33 1999  Craig Burley  <craig@jcb-sc.com>
2767
2768         * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
2769         Make -fno-emulate-complex the default, as COMPLEX support
2770         in the back end is now believed to be working.
2771
2772         * version.c: Bump version.
2773
2774 Fri Apr  2 13:33:16 1999  Craig Burley  <craig@jcb-sc.com>
2775
2776         * g77.texi: -malign-double now works.
2777         Give URL for alignment-testing package.
2778         * news.texi: -malign-double now works.
2779
2780 Fri Apr  2 12:49:12 1999  Craig Burley  <craig@jcb-sc.com>
2781
2782         * g77.texi (Funding GNU Fortran): Dude's got a web page.
2783         * root.texi: Ditto.
2784
2785 Tue Mar 30 12:04:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2786
2787         * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
2788         Const-ify a char*.
2789
2790         * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
2791         Likewise.
2792
2793         * stb.c (ffestb_local_u_): Likewise.
2794         (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
2795         ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
2796         ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
2797         ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
2798         ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
2799         ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
2800         ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
2801         ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
2802         ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
2803         ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
2804         ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
2805         ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
2806         ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
2807         ffestb_decl_R539): Likewise.
2808
2809         * stb.h (_ffestb_args_): Likewise.
2810
2811         * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
2812         ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
2813
2814         * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
2815         ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
2816         ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
2817         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
2818         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
2819
2820         * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
2821
2822         * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2823         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
2824
2825         * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2826         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
2827
2828         * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
2829         ffestt_tokenlist_drive): Add prototype arguments.
2830
2831         * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
2832         ffestt_tokenlist_drive): Likewise.
2833
2834         * stu.c (ffestu_dummies_transition_): Likewise.
2835         (ffestu_sym_end_transition): Const-ify a char*.
2836
2837         * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
2838         prototype arguments.
2839
2840         * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
2841
2842         * version.c (ffe_version_string): Const-ify a char*.
2843
2844         * version.h (ffe_version_string): Likewise.
2845
2846 Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2847
2848         * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
2849         ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
2850         ffebad_finish): Const-ify a char*.
2851
2852         * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
2853
2854         * bld.h (ffebld_op_string): Likewise.
2855
2856         * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
2857         ffecom_debug_kludge_, ffecom_f2c_make_type_,
2858         ffecom_get_appended_identifier_, ffecom_get_identifier_,
2859         ffecom_gfrt_args_): Likewise.
2860         (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
2861         (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
2862         ffecom_arglist_expr_, ffecom_build_f2c_string_,
2863         ffecom_debug_kludge_, ffecom_f2c_make_type_,
2864         ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
2865         ffecom_get_identifier_, ffecom_decl_field,
2866         ffecom_get_invented_identifier, lang_print_error_function,
2867         skip_redundant_dir_prefix, read_name_map, print_containing_files):
2868         Const-ify a char*.
2869         (savestring): Remove, use `xstrdup' instead.
2870
2871         * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
2872         Const-ify a char*.
2873
2874         * data.c (ffebld, ffedata_gather_): Make explicitly static.
2875
2876         * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
2877         ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
2878         ffeexpr_nil_number_, ffeexpr_nil_number_period_,
2879         ffeexpr_nil_number_real_, ffeexpr_token_real_,
2880         ffeexpr_token_number_, ffeexpr_token_number_period_,
2881         ffeexpr_token_number_real_): Const-ify a char*.
2882
2883         * fini.c (xspaces): Likewise.
2884
2885         * global.c (ffeglobal_type_string_): Likewise.
2886         (ffeglobal_drive): Protoize.
2887         (ffeglobal_proc_def_arg): Const-ify a char*.
2888
2889         * global.h (ffeglobal_drive): Protoize.
2890         (ffeglobal_proc_def_arg): Const-ify a char*.
2891
2892         * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
2893         Likewise.
2894
2895         * implic.h (ffeimplic_peek_symbol_type): Likewise.
2896
2897         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
2898         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
2899         ffeinfo_where_string_, ffeinfo_basictype_string,
2900         ffeinfo_kind_message, ffeinfo_kind_string,
2901         ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
2902
2903         * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
2904         ffeinfo_kind_string, ffeinfo_kindtype_string,
2905         ffeinfo_where_string): Likewise.
2906
2907         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
2908         _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
2909         ffeintrin_fulfill_specific, ffeintrin_init_0,
2910         ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
2911         ffeintrin_name_generic, ffeintrin_name_implementation,
2912         ffeintrin_name_specific): Likewise.
2913
2914         * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
2915         ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
2916
2917         * lex.c (ffelex_type_string_, ffelex_token_new_character,
2918         ffelex_token_new_name, ffelex_token_new_names,
2919         ffelex_token_new_number): Likewise.
2920
2921         * lex.h (ffelex_token_new_character, ffelex_token_new_name,
2922         ffelex_token_new_names, ffelex_token_new_number): Likewise.
2923
2924         * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
2925         malloc_new_zinpool_): Likewise.
2926
2927         * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
2928         malloc_pool_new): Likewise.
2929
2930         * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
2931         Protoize.
2932
2933         * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
2934         Likewise.
2935
2936         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
2937         ffesymbol_attrs_string): Const-ify a char*.
2938         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
2939         (ffesymbol_state_string): Const-ify a char*.
2940
2941         * symbol.h (ffesymbol_attrs_string): Likewise.
2942         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
2943         (ffesymbol_state_string): Const-ify a char*.
2944
2945         * target.c (ffetarget_layout): Likewise.
2946
2947         * target.h (ffetarget_layout): Likewise.
2948
2949 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
2950
2951         * Make-lang.in: Remove all references to g77.o/g77.c.
2952         Link g77 from gcc.o.
2953
2954 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
2955
2956         * Makefile.in (g77$(exeext)): Depend on intl.o.  Link in intl.o.
2957
2958 Wed Mar 17 11:39:44 1999  Craig Burley  <craig@jcb-sc.com>
2959
2960         * news.texi: Editorial fix.
2961
2962 Mon Mar 15 17:12:07 1999  Craig Burley  <craig@jcb-sc.com>
2963
2964         * bugs.texi, g77.texi, news.texi: Editorial fixes.
2965
2966 Sat Mar 13 17:51:55 1999  Craig Burley  <craig@jcb-sc.com>
2967
2968         Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
2969         * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
2970         * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
2971         by convertor, just return original expr.
2972         * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
2973         conversions that aren't yet working properly.
2974         * news.texi: Explain.
2975
2976         * version.c: Bump version.
2977
2978 Sat Mar 13 14:26:55 1999  Craig Burley  <craig@jcb-sc.com>
2979
2980         * RELEASE-PREP: New file, lists things to do for a release.
2981
2982         * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
2983         install0.texi, news.texi, news0.texi: Accommodate new doc
2984         architecture.
2985         Consolidate news items.  Don't describe old news items in
2986         various generated docs.
2987         Don't describe FSF-g77 installation stuff in various EGCS-g77
2988         generated docs.
2989         Move description of AUTOMATIC to more suitable location.
2990         * root.texi: New file for new doc architecture.
2991
2992 Thu Mar 11 17:32:55 1999  Craig Burley  <craig@jcb-sc.com>
2993
2994         * g77.texi: Add AUTOMATIC to list of unsupported extensions.
2995
2996 Sat Mar  6 02:28:35 1999  Craig Burley  <craig@jcb-sc.com>
2997
2998         Warn about non-Y2K-compliant intrinsics:
2999         * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
3000         * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
3001         Use new DEFIMPY macro to flag these as non-Y2K-compliant.
3002         * intdoc.c (DEFIMPY): Support new Y2K macro.
3003         * intrin.h (DEFIMPY): Ditto.
3004         * intrin.c (DEFIMPY): Ditto.
3005         (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
3006         Warn about invocation of non-Y2K-compliant intrinsic.
3007         * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
3008         Rename external procedure names, to keep previously-
3009         compiled (sans-new-warnings) code from linking to
3010         new library.
3011         * g77.texi: Document all this stuff.
3012         * news.texi: Spread the joy.
3013         * version.c: Bump version.
3014
3015 Fri Mar  5 13:22:44 1999  Craig Burley  <craig@jcb-sc.com>
3016
3017         * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
3018         so describe it there, instead of under 1.2.
3019
3020 Wed Mar  3 00:57:56 1999  Craig Burley  <craig@jcb-sc.com>
3021
3022         * news.texi: IDATE (VXT) fixed to return year as 0..99.
3023
3024 Wed Mar  3 00:43:49 1999  Craig Burley  <craig@jcb-sc.com>
3025
3026         * g77.texi: Add remaining changes pending from Dave Love.
3027
3028 Wed Mar  3 00:38:42 1999  Craig Burley  <craig@jcb-sc.com>
3029
3030         * bugs.texi, news.texi: Conditionalize cross-references
3031         on non-html processing, providing temporary HTML "links".
3032
3033         * g77.texi: Fix up a reference.
3034
3035 Wed Mar  3 00:12:31 1999  Craig Burley  <craig@jcb-sc.com>
3036
3037         * news.texi, bugs.texi: Delete fixed bugs, make one
3038         of them into the appropriate news item.
3039
3040 Wed Mar  3 00:05:52 1999  Craig Burley  <craig@jcb-sc.com>
3041
3042         * news.texi: Copy over 1.1.2 news.
3043
3044 1999-03-02  Craig Burley  <craig@jcb-sc.com>
3045
3046         * g77.texi (Bug Reporting): Clarify whether to use -E.
3047         Clarify other instructions.
3048
3049 1999-02-27  Craig Burley  <craig@jcb-sc.com>
3050
3051         * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
3052
3053 1999-02-26  Craig Burley  <craig@jcb-sc.com>
3054
3055         * intdoc.in (STAT_func, STAT_subr,
3056         FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
3057         Properly order array elements.  Specify N/A return values.
3058
3059 1999-02-26  Craig Burley  <craig@jcb-sc.com>
3060
3061         * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
3062         seconds, and VALUES(8), therefore, milliseconds.
3063
3064 1999-02-26  Craig Burley  <craig@jcb-sc.com>
3065
3066         * news.texi: Clarify IOSTAT= fix.
3067
3068 1999-02-25  Richard Henderson  <rth@cygnus.com>
3069
3070         * lang-specs.h: Define __FAST_MATH__ when appropriate.
3071
3072 1999-02-25  Craig Burley  <craig@jcb-sc.com>
3073
3074         * g77.texi: Clarify/index lack of run-time allocation for
3075         concatenation.
3076
3077 1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3078
3079         * f/intdoc.in: Add missing `,' after cross references.
3080
3081 1999-02-20  Craig Burley  <craig@jcb-sc.com>
3082
3083         * Make-lang.in (f77.install-common, f77.install-info,
3084         f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
3085         instead of `lang-f77' for flag file, to be sure of a
3086         writable directory, and remove the flag file after each
3087         operation to keep things clean.
3088
3089 1999-02-20  Craig Burley  <craig@jcb-sc.com>
3090
3091         * g77.texi: Properly attribute Priest document; clarify
3092         that it is in the .ps version of the Goldberg document.
3093
3094 1999-02-19  Craig Burley  <craig@jcb-sc.com>
3095
3096         * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
3097         news0.texi, news.texi: Update copyright dates.
3098         Clarify which files are source, which are derived,
3099         and remind maintainers where copyright dates are sourced.
3100         * BUGS, INSTALL, NEWS: Regenerated.
3101
3102 1999-02-19  Craig Burley  <craig@jcb-sc.com>
3103
3104         * global.c (ffeglobal_ref_progunit_): Warn about a function
3105         definition that disagrees with the type of a previous reference.
3106         Improve commentary.  Fix a couple of minor bugs.  Clean up
3107         some code.
3108         * news.texi: Spread the joy.
3109
3110 1999-02-18  Craig Burley  <craig@jcb-sc.com>
3111
3112         * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
3113         as argument for FILEINT and FILEASSOC as lhs.
3114         * news.texi: Document fix.
3115         * version.c: Bump.
3116
3117 1999-02-18  Craig Burley  <craig@jcb-sc.com>
3118
3119         * g77.texi: Clarify -fno-globals vs. -Wno-globals.
3120
3121 1999-02-18  Craig Burley  <craig@jcb-sc.com>
3122
3123         * intdoc.in (LOG10): Fix typo.
3124
3125 1999-02-17  Ulrich Drepper  <drepper@cygnus.com>
3126
3127         * intdoc.in: Fix typo.
3128
3129 1999-02-17  Craig Burley  <craig@jcb-sc.com>
3130
3131         * g77.texi, intdoc.in: Document Y2K and some other known
3132         limitations.
3133         * intrin.def (DTIME, FDATE): Fix capitalization of
3134         case-sensitive forms of these intrinsics' names.
3135
3136 1999-02-17  Dave Love  <fx@gnu.org>
3137
3138         * intdoc.in: Say `common' logarithm for log10.
3139
3140 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
3141
3142         * g77.texi: Add missing @ in email addresses.
3143
3144 1999-02-15  Craig Burley  <craig@jcb-sc.com>
3145
3146         * *.*: Delete my (old) email address in most places, change it
3147         in a few.
3148
3149 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3150
3151         * version.c: Bump.
3152
3153 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3154
3155         * version.c: Bump for 1998-10-02 change (forgot to do this
3156         before).
3157
3158 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3159
3160         * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
3161         and `.FPP' as well as `.for' and `.fpp'.
3162
3163 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3164
3165         * intdoc.in (LOG10): Fix description.
3166
3167 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3168
3169         * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
3170
3171 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3172
3173         * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
3174         up and improve indexing, and some other areas of docs.
3175
3176 1999-02-14  Craig Burley  <craig@jcb-sc.com>
3177
3178         * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
3179         32-bit systems.
3180
3181 Sat Feb  6 18:02:17 1999  Jeffrey A Law  (law@cygnus.com)
3182
3183         * g77.texi: Update email addresses.
3184
3185 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
3186
3187         * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
3188         mkstemp.o from libiberty.
3189
3190 1999-02-01  Zack Weinberg  <zack@rabi.columbia.edu>
3191
3192         * top.c: Don't define ffe_is_ident_.  Don't process
3193         -f(no-)ident here.
3194         * top.h: Remove declaration of ffe_is_ident_ and macros
3195         ffe_is_ident() and ffe_set_is_ident().
3196         * lex.c: Use flag_no_ident instead of ffe_is_ident().
3197
3198 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
3199
3200         * lang-specs.h: Map -Qn to -fno-ident.
3201
3202 Tue Jan  5 22:12:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3203
3204         * Make-lang.in (g77.o): Depend on prefix.h.
3205
3206 Fri Nov 27 13:10:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3207
3208         * fini.c: Rename variable `spaces' to `xspaces' to avoid
3209         conflicting with function `spaces' from libiberty.
3210
3211         * g77spec.c: Don't prototype libiberty functions.
3212         * malloc.c: Likewise.
3213
3214 1998-11-20  Dave Love  <d.love@dl.ac.uk>
3215
3216         * g77.texi: Assorted minor changes.
3217
3218 1998-11-19  Dave Love  <d.love@dl.ac.uk>
3219
3220         * bugs.texi: Formatting changes from Craig.
3221
3222         * intdoc.in: Terminate some @xrefs with `,'.
3223
3224 1998-11-19  Manfred Hollstein  <manfred@s-direktnet.de>
3225
3226         * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
3227
3228 Mon Nov  9 23:15:39 1998  Jeffrey A Law  (law@cygnus.com)
3229
3230         * g77.texi, news.texi: Updates from Craig.
3231
3232 Sun Nov  8 17:47:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3233
3234         * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
3235
3236 Sat Nov  7 15:58:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3237
3238         * g77spec.c: Don't include gansidecl.h.
3239         * output.j: Likewise.
3240
3241 1998-11-04  Dave Love  <d.love@dl.ac.uk>
3242
3243         * g77.texi: Small formatting/indexing fixes.
3244
3245 Mon Oct 12 20:41:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3246
3247         * bad.c (ffebad_finish): Change type of variable `c' to unsigned
3248         char, change type of variable `s' to unsigned char *.
3249
3250         * com.c (ffecom_symbol_null_): Add missing initializers.
3251
3252         * fini.c (MAXNAMELEN): Undef it before defining.
3253
3254         * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
3255         unsigned char.
3256
3257         * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
3258         to (unsigned char).
3259
3260         * lex.c (ffelex_splice_tokens): Change type of variable `p' to
3261         unsigned char *.
3262         (ffelex_token_name_from_names): Cast the argument of
3263         `ffelex_is_firstnamechar' to (unsigned char).
3264         (ffelex_token_names_from_names): Likewise.
3265         (ffelex_token_new_name): Likewise.
3266         (ffelex_token_new_names): Likewise.
3267
3268         * malloc.c (malloc_root_): Add missing initializer.
3269
3270         * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
3271         (ffestb_else) Likewise.
3272         (ffestb_else3_) Likewise.
3273         (ffestb_endxyz) Likewise.
3274         (ffestb_goto) Likewise.
3275         (ffestb_let) Likewise.
3276         (ffestb_varlist) Likewise.
3277         (ffestb_R522) Likewise.
3278         (ffestb_R528) Likewise.
3279         (ffestb_R834) Likewise.
3280         (ffestb_R835) Likewise.
3281         (ffestb_R838) Likewise.
3282         (ffestb_R1102) Likewise.
3283         (ffestb_blockdata) Likewise.
3284         (ffestb_R1212) Likewise.
3285         (ffestb_R810) Likewise.
3286         (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
3287         to (unsigned char).
3288         (ffestb_V014): Change type of variable `p' to unsigned char *.
3289         (ffestb_dummy) Likewise.
3290         (ffestb_R524) Likewise.
3291         (ffestb_R547) Likewise.
3292         (ffestb_decl_chartype) Likewise.
3293         (ffestb_decl_dbltype) Likewise.
3294         (ffestb_decl_gentype) Likewise.
3295         (ffestb_decl_entsp_2_) Likewise.
3296         (ffestb_V027) Likewise.
3297         (ffestb_decl_R539) Likewise.
3298
3299         * top.c (ffe_decode_option): Mark parameter `argc' with
3300         ATTRIBUTE_UNUSED.
3301
3302         * where.c (ffewhere_unknown_line_): Add missing initializers.
3303
3304 1998-10-02  Dave Love  <d.love@dl.ac.uk>
3305
3306         * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
3307
3308 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
3309
3310         * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
3311         HANDLE_GENERIC_PRAGMAS.
3312
3313 Mon Sep 28 04:22:00 1998  Jeffrey A Law  (law@cygnus.com)
3314
3315         * news.texi: Update from Craig.
3316
3317 1998-09-23  Dave Love  <d.love@dl.ac.uk>
3318
3319         * g77.texi: Additions about `/*', trailing comments and cpp.
3320
3321 1998-09-18  Dave Love  <d.love@dl.ac.uk>
3322
3323         * g77.texi: Various additions and some small fixes.
3324
3325 Thu Sep 10 14:55:44 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
3326
3327         * Make-lang.in (f77.install-common): Add missing "else true;".
3328
3329 1998-09-07  Dave Love  <d.love@dl.ac.uk>
3330
3331         * ChangeLog.egcs: Deleted.  Entries merged here.
3332
3333 1998-09-05  Dave Love  <d.love@dl.ac.uk>
3334
3335         * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
3336         (F771_LDFLAGS): Variable dispensed with.
3337
3338 Fri Sep  4 19:53:34 1998  Craig Burley  <burley@gnu.org>
3339
3340         * intdoc.in: Minor editorial tweaks.
3341
3342 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
3343
3344         * lang-options.h: Convert to wrap option and doc string
3345         in a new macro invocation, FTNOPT, so the nearly identical
3346         list can be used in FSF-g77.
3347
3348 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
3349
3350         * Makefile.in (fini.o): Don't define USE_HCONFIG here.
3351         * fini.c: Define USE_HCONFIG here instead, so deps-kinda
3352         picks up correct dependency.
3353
3354         * Makefile.in (proj-h.o): Fix dependencies list.
3355
3356 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
3357
3358         * lex.c (ffe_lex_hash):  Change how HANDLE_PRAGMA and
3359         HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
3360         enabled in this code.
3361         Generate warning messages if unknown pragmas are encountered.
3362         (pragma_getc): New function: retrieves characters from the
3363         input stream.  Defined when HANDLE_PRAGMA is defined.
3364         (pragma_ungetc): New function: replaces characters back into the
3365         input stream.  Defined when HANDLE_PRAGMA is defined.
3366
3367 Tue Sep  1 10:00:21 1998  Craig Burley  <burley@gnu.org>
3368
3369         * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
3370         from Craig.
3371
3372 1998-08-23  Dave Love  <d.love@dl.ac.uk>
3373
3374         * g77.texi: Increment `version-g77' and fix a few typos.
3375
3376 Tue Aug 18 21:41:31 1998  Jeffrey A Law  (law@cygnus.com)
3377
3378         * Make-lang.in: Add several "else true" clauses to deal with lame
3379         systems.
3380
3381 Tue Aug 11 08:12:14 1998  H.J. Lu  (hjl@gnu.org)
3382
3383         * Make-lang.in (g77.o): Touch lang-f77 before checking it.
3384
3385 1998-08-09  Dave Love  <d.love@dl.ac.uk>
3386
3387         * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
3388         with explicit use of tex.
3389         (f77.mostlyclean): Remove TeX index files.
3390
3391         * g77install.texi (Prerequisites): Kluge round TeX lossage with
3392         hyphen in @value in @code.
3393
3394 Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
3395
3396         * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
3397         Allow conversion from pointer to same-sized integer,
3398         to fix invoking SIGNAL as a function.
3399
3400 1998-07-26  Dave Love  <d.love@dl.ac.uk>
3401
3402         * BUGS, INSTALL, NEWS: Rebuilt.
3403
3404 Sat Jul 25 17:23:55 1998  Craig Burley  <burley@gnu.org>
3405
3406         Fix 980615-0.f:
3407         * stc.c (ffestc_R1229_start): Set info to ANY as well.
3408
3409 Tue Jul 21 04:33:37 1998  Craig Burley  <burley@gnu.org>
3410
3411         * g77spec.c (lang_specific_driver): Return unmolested
3412         command line when --help seen.
3413         Comment out code that printed g77-specific --help info.
3414
3415 Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
3416
3417         * lang-options.h: Fix up doc strings.
3418         Remove the unimplemented -fdcp-intrinsics-* options.
3419
3420         * str-1t.fin: Change mixed-case spelling of `GoTo' from
3421         `Goto'.
3422
3423 Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
3424
3425         * com.c (ffecom_finish_symbol_transform_): Revert change
3426         of 1998-05-23, as it was too aggressive, in that it
3427         prevented transformation of (used) functions before
3428         primary code generation.
3429
3430 1998-07-15  Dave Love  <d.love@dl.ac.uk>
3431
3432         * intdoc.texi: Regenerated.
3433
3434 Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
3435
3436         * Make-lang.in (f77.rebuilt): Fix to depend on
3437         build-dir-based, not source-based, g77.info.
3438
3439         * g77.texi: Merge docs with 0.5.24.
3440         * g77install.texi: Ditto.
3441
3442 Mon Jul 13 18:02:29 1998  Craig Burley  <burley@gnu.org>
3443
3444         Cleanups vis-a-vis g77-0.5.24:
3445         * g77spec.c (lang_specific_driver): Tabify source.
3446         * top.c (ffe_decode_option): Use fixed macro to set
3447         internal-checking flag.
3448         * top.h (ffe_set_is_do_internal_checks): Fix macro.
3449
3450 Mon Jul 13 17:33:44 1998  Craig Burley  <burley@gnu.org>
3451
3452         Cleanups vis-a-vis system.h cutover and g77-0.5.24:
3453         * Makefile.in (fini.o): Define USE_HCONFIG macro
3454         so source code doesn't have to.
3455         * fini.c: Don't define USE_HCONFIG here, since
3456         source code usually shouldn't care about this.
3457         * ansify.c: Include stddef.h only if we have it.
3458         * intdoc.c: Ditto.
3459         * proj.h: Ditto.
3460
3461 Mon Jul 13 17:30:29 1998  Nick Clifton  <nickc@cygnus.com>
3462
3463         * lang-options.h: Format changed to work with --help support added
3464         to gcc/toplev.c
3465
3466 Mon Jul 13 11:54:03 1998  Craig Burley  <burley@gnu.org>
3467
3468         * com.c (ffecom_push_tempvar): Replace kludge that
3469         munged back-end globals directly with proper calls
3470         to push_topmost_sequence and pop_topmost_sequence.
3471
3472 1998-07-12  Dave Love  <d.love@dl.ac.uk>
3473
3474         * version.c: Bump version.
3475
3476 Sat Jul 11 19:24:32 1998  Craig Burley  <burley@gnu.org>
3477
3478         Fix 980616-0.f:
3479         * equiv.c (ffeequiv_offset_): Don't crash on various
3480         possible ANY operands.
3481
3482 Sat Jul 11 18:24:37 1998  Craig Burley  <burley@gnu.org>
3483
3484         * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
3485         for constant is nonzero.
3486
3487         * com.c (__eprintf): Delete this function, it is obsolete.
3488
3489 1998-07-09  Dave Love  <d.love@dl.ac.uk>
3490
3491         * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
3492
3493 Thu Jul  9 00:45:59 1998  Craig Burley  <burley@gnu.org>
3494
3495         Fix debugging of CHARACTER*(*), etc., which requires
3496         emitting debug info on types like `ftnlen':
3497         * com.c (ffecom_start_progunit_): Don't bother
3498         resetting "invented" flag for identifier.
3499         (ffecom_transform_equiv_): Don't bother zeroing
3500         "ignored" flag for decl.
3501         (pushdecl): No longer set "ignored", "used", or
3502         "suppressed debug" flags for decls having "invented"
3503         identifiers.
3504
3505 1998-07-06  Mike Stump  <mrs@wrs.com>
3506
3507         * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
3508         we can move g77.c.
3509
3510 1998-07-06  Dave Love  <d.love@dl.ac.uk>
3511
3512         * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
3513         -lsocket.
3514
3515 1998-07-05  Dave Love  <d.love@dl.ac.uk>
3516
3517         * intdoc.in: Add entry for DATE_AND_TIME.
3518
3519         * intrin.def: Add implementation for DATE_AND_TIME.  Make second
3520         and third args of SYSTEM_CLOCK optional.
3521
3522         * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
3523
3524         * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
3525         not system_clock_.
3526         (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
3527
3528 Wed Jul  1 11:19:13 1998  Craig Burley  <burley@gnu.org>
3529
3530         Fix 980701-1.f (which was producing "unaligned trap"
3531         on an Alpha running GNU/Linux, as predicted):
3532         * equiv.c (ffeequiv_layout_local_): Don't bother
3533         coping with pre-padding of entire area while building
3534         it; do that instead after the building is done, and
3535         do it by modifying only the modulo field.  This covers
3536         the case of alignment stringency being increased without
3537         lowering the starting offset, unlike the previous changes,
3538         and even more elegantly than those.
3539
3540         * target.c (ffetarget_align): Make sure alignments
3541         are nonzero, just in case.
3542
3543 See ChangeLog.0 for earlier changes.
3544
3545 Local Variables:
3546 add-log-time-format: current-time-string
3547 End:
3548 2003-01-01  Andreas Jaeger  <aj@suse.de>
3549
3550         * f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
3551         gcc-common.texi.
3552         ($(srcdir)/f/NEWS): Likewise.
3553
3554 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
3555
3556         * g77.texi: Use @copying.
3557
3558 2002-12-23  Joseph S. Myers  <jsm@polyomino.org.uk>
3559
3560         * root.texi: Include gcc-common.texi.
3561         * bugs.texi, news.texi: Don't include root.texi as part of full
3562         manual.
3563         * g77.texi: Update for use of gcc-common.texi.
3564         * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Depend on
3565         $(srcdir)/doc/include/gcc-common.texi.
3566
3567 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
3568
3569         * intdoc.in: Fix typos.
3570
3571 2002-12-18  Kazu Hirata  <kazu@cs.umass.edu>
3572
3573         * g77.texi: Fix typos.
3574         * intdoc.texi: Likewise.
3575         * news.texi: Follow spelling conventions.
3576
3577 Mon Dec 16 13:53:18 2002  Mark Mitchell  <mark@codesourcery.com>
3578
3579         * root.texi: Change version number to 3.4.
3580
3581 2002-12-15  Zack Weinberg  <zack@codesourcery.com>
3582
3583         * target.h: Don't define HOST_WIDE_INT.
3584
3585 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3586
3587         * Make-lang.in, ansify.c, intdoc.c, proj.h: Replace hconfig.h with
3588         bconfig.h.
3589         * fini.c, proj.h: Replace USE_HCONFIG with USE_BCONFIG
3590
3591 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
3592
3593         * proj.h, ansify.c, g77spec.c, intdoc.c:
3594         Include coretypes.h and tm.h.
3595         * Make-lang.in: Update dependencies.
3596
3597 2002-11-20  Toon Moene  <toon@moene.indiv.nluug.nl>
3598
3599         * invoke.texi: Explain the purpose of -fmove-all-movables,
3600         -freduce-all-givs and -frerun-loop-opts better.
3601
3602 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
3603
3604         * Make-lang.in: Correct BUILD/HOST confusion.
3605
3606 2002-11-19  Toon Moene  <toon@moene.indiv.nluug.nl>
3607
3608         PR fortran/8587
3609         * news.texi: Show PR fortran/8587 fixed.
3610
3611 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
3612
3613         * g77spec.c (lang_specific_spec_functions): New.
3614
3615 2002-11-02  Toon Moene  <toon@moene.indiv.nluug.nl>
3616
3617         * g77.texi: Correct documentation on generating C++ prototypes
3618         of Fortran routines with f2c.
3619         * news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.
3620
3621 2002-10-30  Roger Sayle  <roger@eyesopen.com>
3622
3623         * com.c (ffecom_subscript_check_): Cast the failure branch
3624         of the bounds check COND_EXPR to void, to indicate noreturn.
3625         (ffe_truthvalue_conversion): Only apply truth value conversion
3626         to the non-void branches of a COND_EXPR.
3627
3628 2002-10-26  Andris Pavenis  <pavenis@latnet.lv>
3629
3630         * lang-specs.h: Fix ratfor specs.
3631
3632 2002-10-15  Richard Henderson  <rth@redhat.com>
3633
3634         * target.h (ffetarget_print_real1, ffetarget_print_real2): Use
3635         real_to_decimal directly, and with the new arguments.
3636
3637 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
3638
3639         * Make-lang.in (g77spec.o): Don't depend on f/version.h.
3640         (f/parse.o): Depend on version.h not f/version.h.
3641         (g77version.o, f/version.o): Delete all references.
3642
3643         * com.c (ffecom_init_0): Fix transposed array indices in bsearch test.
3644         * g77spec.c: Don't include f/version.h or refer to ffe_version_string.
3645         * parse.c: Use version_string, not ffe_version_string.
3646         * version.c, version.h: Delete files.
3647
3648 2002-09-23  Kazu Hirata  <kazu@cs.umass.edu>
3649
3650         * ChangeLog: Follow spelling conventions.
3651         * ChangeLog.0: Likewise.
3652         * com.c: Likewise.
3653         * ffe.texi: Likewise.
3654         * g77.texi: Likewise.
3655         * intdoc.in: Likewise.
3656         * invoke.texi: Likewise.
3657         * news.texi: Likewise.
3658         * intdoc.texi: Regenerate.
3659
3660 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
3661
3662         * com.c (union lang_tree_node): Add chain_next option.
3663
3664 2002-09-16  Richard Henderson  <rth@redhat.com>
3665
3666         * target.c (ffetarget_real1): Don't pass FFETARGET_ATOF_
3667         directly to ffetarget_make_real1.
3668         (ffetarget_real2): Similarly.
3669         * target.h (ffetarget_cvt_r1_to_rv_, ffetarget_cvt_rv_to_r2_,
3670         ffetarget_cvt_r2_to_rv_): Use new real.h interface and simplify.
3671
3672 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3673
3674         * intdoc.texi: Regenerate.
3675
3676 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3677
3678         * ChangeLog: Follow spelling conventions.
3679         * intdoc.in: Likewise.
3680
3681 2002-09-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3682
3683         Fix PR web/7596:
3684         * ffe.texi (Front End): Fix broken links.
3685         * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
3686         www.gnu.org for onlinedocs.
3687         * news.texi (News): Ditto.
3688
3689 2002-09-07  Jan Hubicka  <jh@suse.cz>
3690
3691         * com.c (ffe_type_for_mode): Handle long double.
3692
3693 2002-09-04  Richard Henderson  <rth@redhat.com>
3694
3695         * target.h (ffetarget_print_real1, ffetarget_print_real2): Update
3696         call to REAL_VALUE_TO_DECIMAL.
3697
3698 2002-08-31  Toon Moene  <toon@moene.indiv.nluug.nl>
3699
3700         * com.c: Don't set flag_finite_math_only by default.
3701         * invoke.texi: Reverse the documentation of option
3702         -ffinite-math-only to reflect the new default.
3703
3704 2002-08-30  Hans-Peter Nilsson  <hp@bitrange.com>
3705
3706         * target.c (ffetarget_memcpy_): Don't test nonexistent
3707         HOST_BYTES_BIG_ENDIAN, HOST_BITS_BIG_ENDIAN.  Check
3708         HOST_WORDS_BIG_ENDIAN against both WORDS_BIG_ENDIAN and
3709         BYTES_BIG_ENDIAN.
3710
3711 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
3712
3713         * target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
3714         mmix.
3715
3716 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
3717
3718         * bugs.texi, news.texi: Update URLs for online news and bugs
3719         lists.
3720
3721 2002-08-22  Hans-Peter Nilsson  <hp@bitrange.com>
3722
3723         * where.h (struct _ffewhere_file_): Mark GTY.
3724         (ffewhere_file_kill): Remove prototype.
3725         * where.c: Include ggc.h.
3726         (struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
3727         (ffewhere_root_ll_): Ditto.  Change type from struct
3728         _ffewhere_root_ll_ to struct _ffewhere_root_ll_*.  All uses
3729         changed.
3730         (ffewhere_file_kill): Remove.
3731         (ffewhere_file_new): Use GC to allocate ffewhereFile objects.
3732         (ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
3733         (ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
3734         Include gt-f-where.h.
3735         * lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
3736         Include gt-f-lex.h.
3737         * std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
3738         * config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
3739         * Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
3740         s-gtype.
3741         (f/lex.o): Depend on gt-f-lex.h.
3742         (f/where.o): Depend on gt-f-where.h.
3743
3744 Tue Aug 20 16:49:40 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3745
3746         * where.c (ffewhere_track): Remove impossible if-then clause.
3747
3748 Thu Aug  8 10:06:14 2002  Nathan Sidwell  <nathan@codesourcery.com>
3749
3750         * f/Make-lang.in (f.mostlyclean): Remove coverage files.
3751
3752 2002-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3753
3754         * g77.texi (Top): Rename Index to Keyword Index.
3755
3756 2002-08-05  Toon Moene  <toon@moene.indiv.nluug.nl>
3757
3758         * invoke.texi: Improve description of
3759         -fno-finite-math-only flag.
3760
3761 Sun Aug  4 16:45:49 2002  Joseph S. Myers  <jsm@polyomino.org.uk>
3762
3763         * root.texi (version-gcc): Increase to 3.3.
3764
3765 2002-07-30  Toon Moene  <toon@moene.indiv.nluug.nl>
3766
3767         * com.c (ffe_init_options): Set
3768         flag_finite_math_only.
3769         * invoke.texi: Document -fno-finite-math-only.
3770
3771 Mon Jul 29 22:05:35 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3772
3773         * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
3774
3775 2002-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
3776
3777         * news.texi: Document better handling of (no-)alias
3778         information of dummy arguments and induction variables
3779         on loop unrolling.
3780
3781 2002-07-01  Roger Sayle  <roger@eyesopen.com>
3782
3783         * f/com.c (builtin_function): Accept additional parameter.
3784         (ffe_com_init_0): Pass an additional NULL_TREE argument to
3785         builtin_function.
3786
3787 2002-06-28  Toon Moene  <toon@moene.indiv.nluug.nl>
3788
3789         * news.texi: Mention 2 Gbyte limit on 32-bit targets
3790         for arrays explicitly in news on g77-3.1.
3791
3792 Thu Jun 20 21:56:34 2002  Neil Booth  <neil@daikokuya.co.uk>
3793
3794         * lang-specs.h: Use cc1 for traditional preprocessing.
3795
3796 2002-06-20  Andreas Jaeger  <aj@suse.de>
3797
3798         * com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_):
3799         Remove #ifdefed HAHA sections.
3800
3801 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
3802
3803         * com.c: Remove #ifdef HOHO sections.
3804
3805 2002-06-17  Jason Thorpe  <thorpej@wasabisystems.com>
3806
3807         * bit.c: Don't include glimits.h.
3808         * target.c: Likewise.
3809         * where.h: Likewise.
3810
3811 2002-06-12  Gabriel Dos Reis  <gdr@codesourcery.com>
3812
3813         * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
3814
3815 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
3816
3817         * bad.c (ffebad_start_): Adjust call to count_error.
3818         * Make-lang.in (f/bad.o): Depend on diagnostic.h
3819         * bad.c: #include diagnostic.h
3820
3821 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
3822
3823         * Make-lang.in (f/com.o): Depend on debug.h.
3824         * com.c: Include debug.h.
3825         (LANG_HOOKS_MARK_TREE): Delete.
3826         (struct lang_identifier): Use gengtype.
3827         (union lang_tree_node): New.
3828         (struct lang_decl): New dummy definition.
3829         (struct lang_type): New dummy definition.
3830         (ffe_mark_tree): Delete.
3831
3832         * com.c (struct language_function): New dummy structure.
3833
3834         * Make-lang.in: Add rules to generate gt-f-ste.h gtype-f.h; allow
3835         for filename changes.
3836         (com.o): Allow for filename changes; add gtype-f.h as dependency.
3837         (ste.o): Add gt-f-ste.h as dependency.
3838         * config-lang.in (gtfiles): Add com.h, ste.c.
3839         * com.c: Replace uses of ggc_add_* with GTY markers.  Include
3840         gtype-f.h.
3841         (mark_binding_level): Delete.
3842         * com.h: Replace uses of ggc_add_* with GTY markers.
3843         * ste.c: Replace uses of ggc_add_* with GTY markers.  Include
3844         gt-f-ste.h.
3845
3846         * Make-lang.in (f/gt-com.h): Build using gengtype.
3847         (com.o): Depend on f/gt-com.h.
3848         * com.c: Rename struct binding_level to f_binding_level.
3849         (struct f_binding_level): Use gengtype.
3850         (struct tree_ggc_tracker): Use gengtype.
3851         (mark_tracker_head): Use gt_ggc_m_tree_ggc_tracker.
3852         (make_binding_level): Use GGC.
3853         (mark_binding_level): Use gt_ggc_m_f_binding_level.
3854         (ffecom_init_decl_processing): Change free_binding_level
3855         to a deletable root.
3856         * config-lang.in (gtfiles): Define.
3857         * where.c: Strings need no longer be allocated in GCable memory;
3858         remove my change of 30 Dec 1999.
3859
3860 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
3861
3862         * lang-specs.h: Use cpp_debug_options.
3863
3864 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
3865
3866         * bld.c, com.c, expr.c, target.c: Include real.h.
3867         * Make-lang.in: Update dependency lists.
3868
3869 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3870
3871         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
3872
3873 2002-05-09  Hassan Aurag  <aurag@cae.com>
3874
3875         * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
3876         under -fugly-logint as arguments of .and., .or., .xor.
3877
3878 2002-05-07  Jan Hubicka  <jh@suse.cz>
3879
3880         * target.h (FFETARGET_32bit_longs): Undefine for x86-64.
3881
3882 2002-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3883
3884         * invoke.texi: Use @gol at ends of lines inside @gccoptlist.
3885         * g77.texi: Update last update date.
3886
3887 Thu Apr 25 07:44:44 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3888
3889         * com.h (ffe_parse_file): Update.
3890         * lex.c (ffe_parse_file): Update.
3891
3892 2002-04-20  Toon Moene  <toon@moene.indiv.nluug.nl>
3893
3894         * root.texi: Remove variable version-g77.
3895         * g77.texi: Remove the single use of that variable.
3896
3897 Thu Apr 18 19:10:44 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3898
3899         * com.c (incomplete_type_error): Remove.
3900
3901 Tue Apr 16 14:55:47 2002  Mark Mitchell  <mark@codesourcery.com>
3902
3903         * com.c (ffecom_expr_power_integer): Add has_scope argument to
3904         call to expand_start_stmt_expr.
3905
3906 Mon Apr 15 10:59:14 2002  Mark Mitchell  <mark@codesourcery.com>
3907
3908         * g77.texi: Remove Chill reference.
3909
3910 2002-04-13  Toon Moene  <toon@moene.indiv.nluug.nl>
3911
3912         * news.texi: Deprecate frontend version number;
3913         update list of fixed bugs.
3914
3915 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
3916
3917         * Make-lang.in (f/target.o): Depend on diagnostic.h.
3918         * target.c: Include diagnostic.h.
3919         (ffetarget_memcpy_): Call sorry if host and target endians are
3920         not matching.
3921
3922 Thu Apr  4 23:29:48 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3923
3924         * com.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
3925         (truthvalue_conversion): Rename.  Update.  Make static.
3926         (ffecom_truth_value): Update.
3927
3928 Mon Apr  1 21:39:36 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3929
3930         * com.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
3931         (mark_addressable): Rename.
3932         (ffecom_arrayref_, ffecom_1): Update.
3933
3934 Mon Apr  1 09:59:53 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3935
3936         * com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
3937         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
3938         (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
3939
3940 Sun Mar 31 23:50:22 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3941
3942         * com.c (lang_print_error_function): Rename.
3943         (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
3944         (ffe_init): Don't set hook.
3945
3946 Fri Mar 29 21:59:15 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3947
3948         * com.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
3949         Redefine.
3950         (type_for_mode, type_for_size): Rename.
3951         (signed_or_unsigned_type, signed_type, truthvalue_conversion,
3952         unsigned_type): Use new hooks.
3953
3954 Tue Mar 26 10:30:05 2002  Andrew Cagney  <ac131313@redhat.com>
3955
3956         * invoke.texi (Warning Options): Mention -Wswitch-enum.
3957         Fix PR c/5044.
3958
3959 Tue Mar 26 07:30:51 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3960
3961         * com.c (LANG_HOOKS_MARK_TREE): Redefine.
3962         (lang_mark_tree): Rename ffe_mark_tree, make static.
3963
3964 Mon Mar 25 19:27:11 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3965
3966         * com.c (maybe_build_cleanup): Remove.
3967
3968 2002-03-23  Toon Moene  <toon@moene.indiv.nluug.nl>
3969
3970         * com.c (ffecom_check_size_overflow_): Add a test
3971         so that arrays too large for 32-bit byte-offset
3972         addressing get caught.
3973         * news.texi: Document the fixing of this problem.
3974
3975 Sat Mar 23 11:18:17 2002  Andrew Cagney  <ac131313@redhat.com>
3976
3977         * invoke.texi (Warning Options): Mention -Wswitch-default.
3978
3979 Thu Mar 21 18:55:41 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3980
3981         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
3982         insert_block, getdecls, global_bindings_p): New.
3983
3984 Wed Mar 20 08:03:42 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3985
3986         * com.c (lang_printable_name): Rename.
3987         (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
3988         (ffe_init): Don't use old hook.
3989
3990 Sun Mar 17 18:50:15 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3991
3992         * com.h (ffe_parse_file): Prototype.
3993
3994 Sun Mar 17 20:57:30 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
3995
3996         * com.c (LANG_HOOKS_PARSE_FILE): Redefine.
3997         * com.h (ffe_parse_file): New.
3998         * parse.c (NAME_OF_STDIN): Remove.
3999         (yyparse): Rename ffe_parse_file.
4000
4001 Tue Mar 12 20:23:18 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4002
4003         * com.c (tree_code_type, tree_code_length, tree_code_name):
4004         Define.
4005
4006 Sun Mar 10 12:37:42 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4007
4008         * target.c (ffetarget_print_hex): Const-ify.
4009
4010 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
4011
4012         * version.c:  Fix misplaced leading blanks on first line.
4013
4014 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
4015
4016         * com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
4017         blocks, make all #ifdef REAL_ARITHMETIC blocks unconditional.
4018         Delete some further #ifdef blocks predicated on REAL_ARITHMETIC.
4019
4020 Thu Feb 28 07:53:46 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
4021
4022         * com.c (copy_lang_decl): Delete.
4023
4024 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
4025
4026         * com.c, lex.c, top.c: Delete traditional-mode-related code
4027         copied from the C front end but not used, or used only to
4028         permit the compiler to link.
4029
4030 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
4031
4032         * news.texi: List Problem Reports fixed in 3.1.
4033
4034 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
4035
4036         * data.c (ffedata_eval_offset_): Only convert index,
4037         low and high bound in data statements to default integer
4038         if they are constants.  Use a copy of the data structure.
4039
4040 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
4041
4042         * data.c (ffedata_eval_offset_): Convert non-default integer
4043         constants to default integer kind if necessary.
4044
4045 2002-02-09  Toon Moene  <toon@moene.indiv.nlug.nl>
4046
4047         * invoke.texi: Add a short debugging session
4048         as an example to the documentation of -g.
4049
4050 2002-02-06  Toon Moene  <toon@moene.indiv.nluug.nl>
4051
4052         PR fortran/4730 fortran/5473
4053         * com.c (ffecom_expr_): Deal with %VAL constructs.
4054         * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
4055         to indicate "no larger than default kind" integers and logicals.
4056         * intrin.def: Use 'N' constraints in table of intrinsics.
4057         * intdoc.c: Document this constraint.
4058         * intdoc.texi: Regenerated.
4059
4060 2002-02-04  Philipp Thomas  <pthomas@suse.de>
4061
4062         * implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
4063
4064 2002-02-04  Philipp Thomas  <pthomas@suse.de>
4065
4066         * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
4067         Insert comments to mark messages as not being printf style
4068         where appropriate.
4069
4070 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
4071
4072         * expr.c (ffeexpr_sym_impdoitem_): Allow other than
4073         default INTEGER implied-do loop counts.
4074
4075 2002-02-01  Toon Moene  <toon@moene.indiv.nluug.nl>
4076
4077         * bad.def: Remove non-historical reference to version 0.6.
4078         * bugs.texi: Ditto.
4079         * com.c: Ditto.
4080         * ffe.texi: Ditto.
4081         * proj.h: Ditto.
4082         * g77.texi: Ditto.
4083
4084 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4085
4086         * g77spec.c (lang_specific_driver): Follow GNU Coding Standards
4087         for --version.
4088
4089 2002-01-30  Richard Henderson  <rth@redhat.com>
4090
4091         * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
4092         (ffeste_R819B): Likewise.
4093
4094 2002-01-30  Toon Moene  <toon@moene.indiv.nluug.nl>
4095
4096         * intrin.c (upcasecmp_): New function.
4097         (ffeintrin_cmp_name_): Use it to correctly compare name
4098         and table entry for bsearch.
4099
4100 2002-01-26  Toon Moene  <toon@moene.indiv.nluug.nl>
4101
4102         * intrin.c (ffeintrin_cmp_name_): Correct comparison
4103         for intrinsics in intrinsic table (intrin.def).
4104
4105 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
4106
4107         * bad.c: Include intl.h.
4108         (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT,
4109         LONG.  Adjust definitions to work with exgettext.
4110         (ffebad_start_): Translate all error messages.
4111         (ffebad_finish): Mark constant strings for translation.
4112         * bad.h: Use FFEBAD_MSG.  Adjust prototype of ffebad_start_
4113         and definitions of ffebad_start_msg, ffebad_start_msg_lex to
4114         work with exgettext.
4115         * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout.
4116
4117         * com.c: Include intl.h.
4118         (lang_print_error_function): Always use ffeinfo_kind_message
4119         to get the kind label for a non-nested construct.  Translate
4120         it.  Translate constant strings.
4121         * info.c (FFEINFO_KIND): Adjust definition to work with exgettext.
4122         * info-k.def: Block xgettext from slurping copyright notice
4123         into gcc.pot.  Adjust strings for their sole use, in com.c.
4124
4125         * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h.
4126
4127 2002-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
4128
4129         PR fortran/3807
4130         * f/intrin.c (ffeintrin_check_):  Allow for case of intrinsic
4131         control string have COL-spec an integer > 0.
4132
4133 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4134
4135         * g77spec.c (lookup_option): Handle -fversion.
4136         (lang_specific_driver): Update copyright date in --version output.
4137
4138 Mon Jan  7 00:03:42 2002  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4139
4140         * invoke.texi: Markup g77 as @command.  Remove reference to
4141         http://gcc.gnu.org/thanks.html.
4142
4143 Wed Jan  2 18:13:11 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4144
4145         * com.c (clear_binding_level): Const-ify.
4146         (ffecom_arglist_expr_): Likewise.
4147         * info.c (ffeinfo_types_): Don't needlessly zero init.
4148         * lex.c (ffelex_hash_kludge): Const-ify.
4149
4150 Sun Dec 23 10:45:09 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4151
4152         * com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
4153         ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
4154
4155 Sat Dec 22 16:01:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4156
4157         * bld.c (ffebld_arity_op_): Declare array size explicitly.
4158         * bld.h (ffebld_arity_op_): Likewise.
4159
4160 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4161
4162         * config-lang.in (diff_excludes): Remove.
4163
4164 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4165
4166         * g77.texi, invoke.texi: Update links to GCC manual.
4167
4168 Sun Dec 16 16:08:57 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
4169
4170         * news.texi: Fix spelling errors.
4171
4172 Sun Dec 16 10:36:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4173
4174         * Make-lang.in (f/version.o): Depend on f/version.h.
4175         * version.c: Include ansidecl.h and f/version.h.
4176
4177 Sun Dec 16 08:52:48 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4178
4179         * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
4180         * target.c (ffetarget_integerhex, ffetarget_typeless_hex): Use
4181         hex_p/hex_value.
4182
4183 2001-12-14  Roger Sayle <roger@eyesopen.com>
4184
4185         * com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
4186         * com.c (ffecom_init_0): Same, and fixed enumeration usage.
4187
4188 2001-12-10  Joseph S. Myers  <jsm28@cam.ac.uk>
4189
4190         * g77.texi: Don't condition menus on @ifinfo.
4191
4192 Wed Dec  5 06:49:21 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4193
4194         * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.
4195
4196 Mon Dec  3 18:56:04 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
4197
4198         * com.c: Remove leading capital from diagnostic messages, as
4199         per GNU coding standards.
4200         * g77spec.c: Similarly.
4201         * lex.c: Similarly.
4202
4203 2001-12-01  Zack Weinberg  <zack@codesourcery.com>
4204
4205         * f/fini.c: Use xmalloc.
4206
4207 Fri Nov 30 20:54:02 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4208
4209         * Make-lang.in: Delete references to proj.[co], proj-h.[co].
4210         * proj.c: Delete file.
4211
4212 2001-11-29  Zack Weinberg  <zack@codesourcery.com>
4213
4214         * Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
4215         and link with $(HOST_LIBS), not safe-ctype.o.
4216
4217 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4218
4219         * Make-lang.in (f77.generated-manpages): New target.
4220         ($(srcdir)/f/g77.1): Don't check $(GENERATED_MANPAGES).  Allow
4221         manpage generation to fail.
4222         (f77.info): Don't depend on $(srcdir)/f/g77.1.
4223         (f77.install-man): Depend on $(GENERATED_MANPAGES) rather than
4224         directly on $(srcdir)/g77.1.
4225
4226 2001-11-24  Toon Moene  <toon@moene.indiv.nluug.nl>
4227
4228         PR fortran/3957
4229         * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
4230
4231 2001-11-21  Toon Moene  <toon@moene.indiv.nluug.nl>
4232
4233         * g77.texi: egcs was not a `@command'.
4234         * invoke.texi: Ditto.
4235         * news.texi: Substitute `@command' for `@code'
4236         and `@option' for `@samp' where appropriate.
4237
4238 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
4239
4240         * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.
4241
4242 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
4243
4244         * g77spec.c (lang_specific_driver) [ENABLE_SHARED_LIBGCC]: Add
4245         libgcc_s.so if libf2c is used.
4246         * Make-lang.in (g77spec.o): Use DRIVER_DEFINES.
4247
4248 2001-11-19  Toon Moene <toon@moene.indiv.nluug.nl>
4249
4250         * .cvsignore: Ignore g77.1
4251         * g77.texi: Substitute `@command' for `@code'
4252         where appropriate.
4253         * invoke.texi: Ditto.
4254
4255 2001-11-18  Toon Moene  <toon@moene.indiv.nluug.nl>
4256
4257         * Make-lang.in: Remove all references to LANGUAGES
4258         and the stamp files that depend on its value.
4259
4260 Sun Nov 18 11:13:04 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
4261
4262         * com.c (finish_parse): Remove.
4263         (ffe_finish): Move body of finish_parse.
4264
4265 Thu Nov 15 10:06:38 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
4266
4267         * com.c (ffecom_init_decl_processing): Renamed from
4268         init_decl_processing.
4269         (init_parse): Move contents to ffe_init.
4270         (ffe_init): Update prototype.
4271
4272 2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
4273
4274         * g77.texi: Update to use `@command', `@option.
4275         * invoke.texi: Ditto
4276
4277 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4278
4279         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
4280
4281 2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
4282
4283         * g77.1: Remove from CVS.
4284         * Make-lang.in: Build g77.1 in $(srcdir).
4285         Add --section=1 to POD2MAN command line.
4286         * invoke.texi: Correct copyright years.
4287         Add more sections to man page.  Add GFDL.
4288
4289 Fri Nov  9 23:16:45 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
4290
4291         * com.c (ffe_print_identifier): Rename.
4292         (LANG_HOOKS_PRINT_IDENTIFIER): Override.
4293         (lang_print_xnode, print_lang_decl, print_lang_statistics,
4294         print_lang_type, set_yydebug): Remove.
4295
4296 2001-11-09  Zack Weinberg  <zack@codesourcery.com>
4297
4298         * g77spec.c (lang_specific_driver): Adjust behavior of -v and
4299         --version for consistency with other front ends.  Remove large
4300         #if 0 block.  Do not add libraries to argv if there are no
4301         input files.
4302         (add_version_magic): Delete all references and dependent code.
4303         * lang-options.h: Delete -fnull-version.
4304         * lang-specs.h: Delete f77-version spec.
4305
4306         * lex.c: Delete logic conditional on ffe_is_null_version() and
4307         now-unused label.
4308         * top.c: Delete ffe_is_null_version_ variable.
4309         (ffe_decode_option): Delete -fnull-version case.
4310         * top.h: Delete declaration of ffe_is_null_version_ and
4311         ffe_is_null_version(), ffe_set_is_null_version() macros.
4312
4313 Fri Nov  9 07:14:47 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
4314
4315         * com.c (language_string, lang_identify): Remove.
4316         (struct lang_hooks): Constify.
4317         (LANG_HOOKS_NAME): Override.
4318         (init_parse): Update.
4319
4320 2001-11-08  Andreas Franck  <afranck@gmx.de>
4321
4322         * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle
4323         program_transform_name the way suggested by autoconf.
4324
4325 2001-11-08  Toon Moene  <toon@moene.indiv.nluug.nl>
4326
4327         * Make-lang.in: Add rules for building g77.1.
4328         * invoke.texi: Add man page stuff.  Move indexing
4329         from g77.texi to here.
4330         * g77.texi: Remove indexing specific to invoke.texi.
4331         * news.texi: Document that g77.1 is now a generated
4332         file.
4333
4334 Tue Nov  6 21:17:47 2001  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4335
4336         * com.c: Include langhooks-def.h.
4337         * Make-lang.in: Update.
4338
4339 2001-11-04  Toon Moene  <toon@moene.indiv.nluug.nl>
4340
4341         * g77.texi: Split off invoke.texi (preliminary to using it
4342         to generate a man page).
4343         * Make-lang.in: Reflect in build rules.
4344
4345 Fri Nov  2 10:51:34 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4346
4347         * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
4348         is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
4349         SKIP_ALL_WHITE_SPACE): Delete.
4350         (read_filename_string, read_name_map): Don't use is_space or
4351         is_hor_space.
4352
4353 2001-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
4354
4355         * news.texi: Document new ability to compile programs with
4356         arrays larger than 512 Mbyte on 32-bit targets.
4357
4358 2001-10-24  Toon Moene  <toon@moene.indiv.nluug.nl>
4359
4360         * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
4361
4362 Tue Oct 23 14:01:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4363
4364         * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
4365         (lang_get_alias_set): Delete.
4366
4367 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4368
4369         * g77.texi (Sending Patches): Remove.
4370
4371 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
4372
4373         * Make-lang.in (f/intdoc): Depend on safe-ctype.o.
4374
4375 Sun Oct 21 17:28:17 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4376
4377         * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
4378         calls into fewer ones.
4379         * implic.c (ffeimplic_lookup_): Likewise.
4380         * intdoc.c (dumpimp): Likewise.
4381         * intrin.c (ffeintrin_init_0): Likewise.
4382         * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
4383         Likewise.
4384         * lex.h (ffelex_is_firstnamechar): Likewise.
4385         * target.c (ffetarget_integerhex): Likewise.
4386
4387 2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>
4388
4389         * target.h (FFETARGET_32bit_longs): Don't define
4390         for 64-bit hppa.
4391
4392 2001-10-17  Richard Henderson  <rth@redhat.com>
4393
4394         * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
4395         (ffestd_R737A): Likewise.
4396
4397 2001-10-17  Richard Henderson  <rth@redhat.com>
4398
4399         * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
4400         BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
4401         related conditional compilation directives.
4402         * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
4403         intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
4404         stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
4405
4406 2001-10-17  Richard Henderson  <rth@redhat.com>
4407
4408         * Make-lang.in (f/com.o): Depend on langhooks.h.
4409         * com.c: Include it.
4410         (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
4411         (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
4412         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
4413
4414 Sun Oct  7 12:27:54 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4415
4416         * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
4417         * bld.c (ffebld_arity_op_): Likewise.
4418         * bld.h (ffebld_arity_op_): Likewise.
4419         * com.c (ffecom_init_0): Likewise.
4420         * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
4421         _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
4422         cc_descriptions, cc_summaries): Likewise.
4423         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
4424         _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
4425         ffeintrin_imps_, ffeintrin_specs_): Likewise.
4426
4427 2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>
4428
4429         * news.texi: Document libf2c being built as a shared library.
4430         Use of array elements in bounds of adjustable arrays ditto.
4431
4432 2001-10-03  Toon Moene  <toon@moene.indiv.nluug.nl>
4433
4434         * Make-lang.in: Remove reference to FORTRAN_INIT.
4435         * g77spec.c: Add reference to FORTRAN_INIT.
4436
4437 2001-09-29  Juergen Pfeifer  <juergen.pfeifer@gmx.net>
4438
4439         Make libf2c a shared library.
4440
4441         * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
4442         * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
4443
4444 2001-09-28  Robert Anderson  <rwa@alumni.princeton.edu>
4445
4446         * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
4447         as bounds of adjustable arrays.
4448
4449 Thu Sep 20 15:05:20 JST 2001  George Helffrich  <george@geo.titech.ac.jp>
4450
4451         * com.c (ffecom_subscript_check_): Loosen subscript checking rules
4452         for character strings, to permit substring expressions like
4453         string(1:0).
4454         * news.texi: Document this as a new feature.
4455
4456 Thu Sep 13 10:33:27 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4457
4458         * bad.c (ffebad_finish): Const-ification and/or static-ization.
4459         * intrin.c (ffeintrin_cmp_name_): Likewise.
4460         * stc.c (ffestc_R904): Likewise.
4461
4462 Wed Sep 12 12:09:04 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4463
4464         * bld.c (ffebld_op_string_): Const-ification.
4465         * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
4466         * fini.c (xspaces): Likewise.
4467         * global.c (ffeglobal_type_string_): Likewise.
4468         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
4469         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
4470         ffeinfo_where_string_): Likewise.
4471         * lex.c (ffelex_type_string_): Likewise.
4472         * malloc.c (malloc_types_): Likewise.
4473         * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
4474         ffestc_R907): Likewise.
4475         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
4476         Likewise.
4477         * version.c (ffe_version_string): Likewise.
4478         * version.h (ffe_version_string): Likewise.
4479
4480 2001-09-11  Richard Henderson  <rth@redhat.com>
4481
4482         * parse.c (finput): Mark extern.
4483
4484 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
4485
4486         * com.c (ffe_init_options): Default to -fmerge-all-constants
4487         if optimizing.
4488
4489 2000-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
4490
4491         * target.h (FFETARGET_32bit_longs): Don't define
4492         for 64-bit S/390.
4493
4494 2001-07-20  Toon Moene  <toon@moene.indiv.nluug.nl>
4495
4496         * com.c (ffecom_expr_intrinsic_):
4497         case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
4498         case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
4499         case FFEINTRIN_impISHFTC: Ditto.
4500         case FFEINTRIN_impMVBITS: Ditto.
4501
4502 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
4503
4504         * top.c (ffe_decode_option): Disallow lang-independent processing
4505         for -ffixed-form.
4506
4507 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
4508
4509         * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
4510         {L|R}SHIFT_EXPR not working when shift > size of type.
4511
4512 2001-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
4513
4514         * com.c (lang_print_error_function): Argument context
4515         is unused.
4516
4517 2001-07-14  Tim Josling  <tej@melbpc.org.au>
4518
4519         * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
4520         (ffecom_tree_canonize_ref_): Likewise.
4521
4522 2001-07-10  James Smaby  <jsmaby@virgo.umeche.maine.edu>
4523
4524         * intdoc.in: Fix the definition of COMPLEX ABS.
4525         Remove `the' where inappropriate.
4526         * intdoc.texi: Rebuilt.
4527
4528 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4529
4530         * g77.texi: Use gpl.texi and funding.texi.  Remove Look and Feel
4531         section.  Add Funding Free Software to invariant sections.
4532         * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
4533         dependencies and use doc/include in search path.
4534
4535 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
4536
4537         * Make-lang.in (f/com.o): Depend on diagnostic.h
4538         * com.c: #include diagnostic.h
4539         (lang_print_error_function): Take a 'diagnostic_context *'.
4540
4541 Wed Jun 13 11:22:39 2001  Mark Mitchell  <mark@codesourcery.com>
4542
4543         * BUGS: Remove.
4544         * NEWS: Likewise.
4545
4546 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
4547
4548         * g77install.texi: Remove.
4549         * Make-lang.in: Remove all mention of g77install.texi.
4550         * g77.texi: Add documentation on how to get output always
4551         flushed and how to increase the maximum unit number.
4552         Remove all mention of g77install.texi.
4553         * bugs.texi: Add documentation on how to change the threshold
4554         for putting local arrays on the stack.
4555
4556 2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
4557
4558         * root.texi: Fix typo in patches e-mail address.
4559
4560 2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
4561             Jan van Male  <jan.vanmale@fenk.wau.nl>
4562
4563         * root.texi: Define `help' and `patches' mailing list
4564         addresses.
4565         * news.texi: Remove `prerelease' from 0.5.26
4566         * g77.texi: Use two spaces between command options, eliminate
4567         some 'overfull hboxes'.  Use help and patches mailing list
4568         addresses where appropriate.
4569
4570 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4571
4572         * g77.texi: Move contents to just after title page.
4573
4574 2001-06-02  Toon Moene  <toon@moene.indiv.nluug.nl>
4575
4576         * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
4577
4578 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
4579
4580         * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
4581         fdl.texi.
4582         (f/g77.dvi): Use TEXI2DVI instead of custom tex calls.  Create the
4583         dvi file in the f directory.
4584
4585 2001-05-25  Sam TH  <sam@uchicago.edu>
4586
4587         * bad.h: Fix header include guards.
4588         * bit.h bld.h com.h data.h equiv.h expr.h global.h
4589         implic.h info.h intrin.h lab.h lex.h malloc.h name.h
4590         proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
4591         storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
4592         symbol.h target.h top.h type.h version.h
4593         where.h: Likewise.
4594
4595 2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
4596
4597         * g77.texi: Update last-changed date.
4598         * news.texi: Update copyright years, last-changed date.
4599         * bugs.texi: Update copyright years, last-changed date.
4600
4601 2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
4602
4603         * g77.texi: Update maintenance information for
4604         GNU Fortran.  Remove all mention of -fdebug-kludge.
4605         * news.texi: Make more news in 0.5.26 `user visible
4606         changes'. Acknowledge work by important contributors.
4607         * bugs.texi: Remove all mention of -fdebug-kludge.
4608
4609 2001-05-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4610
4611         * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
4612
4613 2001-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
4614
4615         * Make-lang.in: Have $(MAKEINFO) look into the parent
4616         directory for includes.
4617         * g77.texi: Use the GFDL.
4618
4619 Sun May 13 12:25:06 2001  Mark Mitchell  <mark@codesourcery.com>
4620
4621         * Make-lang.in: Replace all uses of `touch' with $(STAMP).
4622
4623 Wed May  2 10:20:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4624
4625         * com.c: NULL_PTR -> NULL.
4626
4627 Sun Apr 22 20:18:01 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4628
4629         * com.c (ffecom_subscript_check_): Use concat in lieu of
4630         xmalloc/sprintf.
4631
4632 2001-04-21  Toon Moene  <toon@moene.indiv.nluug.nl>
4633
4634         * news.texi: Update release information for 0.5.27.
4635
4636 Thu Apr 19 12:49:24 2001  Mark Mitchell  <mark@codesourcery.com>
4637
4638         * top.c (ffe_decode_option): Do not permit language-independent
4639         processing for -ffixed-line-length.
4640
4641 Thu Apr 12 17:57:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4642
4643         * bad.c (inhibit_warnings): Delete redundant declaration.
4644
4645         * com.c (skip_redundant_dir_prefix): Likewise.
4646
4647         * com.h (mark_addressable): Likewise.
4648
4649 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
4650
4651         * lex.c (ffelex_hash_): Avoid eating one whole line after
4652         #line.
4653
4654 Mon Apr  2 22:38:09 2001  Toon Moene <toon@moene.indiv.nluug.nl>
4655
4656         * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
4657         of 2001-03-04.
4658
4659 Tue Mar 27 17:40:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4660
4661         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
4662
4663 Mon Mar 26 18:13:30 2001  Mark Mitchell  <mark@codesourcery.com>
4664
4665         * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
4666
4667 Mon Mar 19 15:05:39 2001  Mark Mitchell  <mark@codesourcery.com>
4668
4669         * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
4670
4671 Wed Mar 14 09:29:27 2001  Mark Mitchell  <mark@codesourcery.com>
4672
4673         * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
4674         DECL_RTL_SET_P, etc.
4675         (duplicate_decls): Likewise.
4676         (start_decl): Likewise.
4677
4678 Fri Mar  9 22:52:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4679
4680         * fini.c (main): Use really_call_malloc, not malloc.
4681
4682 Thu Mar  8 13:27:47 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4683
4684         * com.c: Don't rely on the POSIX macro to define autoconf stuff.
4685
4686 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
4687
4688         * g77.texi: Document new options -funsafe-math-optimizations
4689         and -fno-trapping-math.  Revise documentation for -ffast-math.
4690
4691 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
4692
4693         * proj.h: Delete 'bool' type.  Don't include stddef.h here.
4694         * com.c: Rename variables named 'true' and/or 'false'.
4695         * intdoc.c: Delete 'bool' type.
4696
4697 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
4698
4699         * lang-specs.h: Add zero initializer for cpp_spec field to all
4700         array elements.
4701
4702 2001-02-24  Zack Weinberg  <zackw@stanford.edu>
4703
4704         * com.c: Don't define STDC_HEADERS, autoconf handles it.
4705
4706 Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4707
4708         * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
4709
4710 2001-02-19  Joseph S. Myers  <jsm28@cam.ac.uk>
4711
4712         * version.c, root.texi: Update GCC version number to 3.1.  Update
4713         G77 version number to 0.5.27.
4714         * BUGS, NEWS: Regenerate.
4715
4716 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4717
4718         * com.c (ffecom_init_0): Call fatal_error instead of fatal.
4719         * com.c (init_parse): Call fatal_io_error instead of
4720         pfatal_with_name.
4721         (ffecom_decode_include_option_): Make errors non-fatal.
4722         * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
4723         (ffelex_hash_): Likewise.
4724
4725 Sat Jan 27 20:52:18 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4726
4727         * Make-lang.in: Remove all dependencies on defaults.h.
4728         * com.c: Don't include defaults.h.
4729
4730 2001-01-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
4731
4732         * com.c: Don't explicitly include any time headers, the right ones are
4733         already included by proj.h.
4734
4735 2001-01-15  Mark Mitchell  <mark@codesourcery.com>
4736
4737         * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
4738         label to current_function_decl.
4739
4740 Fri Jan 12 17:21:33 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
4741
4742         * g77spec.c (lang_specific_driver): Update copyright year to 2001.
4743
4744 Wed Jan 10 14:39:45 2001  Mark Mitchell  <mark@codesourcery.com>
4745
4746         * com.c (ffecom_init_zero_):  Remove last argument in call to
4747         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
4748         (ffecom_lookup_label_): Likewise.
4749         (builtin_function): Likewise.
4750         (start_function): Likewise.
4751
4752 Thu Dec 21 21:19:42 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
4753
4754         * g77install.texi, g77.texi: Update last-updated dates for
4755         installation information and the manual as a whole.
4756         * bugs.texi, news.texi: Update copyright years in the comments at
4757         the top of the file.
4758
4759 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4760
4761         * g77install.texi: Adjust wording of an EGCS reference.
4762
4763 Thu Dec 21 20:00:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
4764
4765         * BUGS, NEWS: Regenerate.
4766
4767 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4768
4769         * com.c [VMS]: Remove definition of BSTRING.
4770
4771 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4772
4773         * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
4774
4775 2000-12-18  Toon Moene <toon@moene.indiv.nluug.nl>
4776
4777         * bugs.texi: Correct copyright years.
4778         * g77.texi: Likewise.
4779         * news.texi: Likewise.
4780
4781 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4782
4783         * g77install.texi: Remove obsolete parts only used for INSTALL,
4784         and DOC-G77 conditionals.  Update last-update-install date.
4785
4786 Sat Dec  9 10:20:11 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
4787
4788         * .cvsignore: New file; add info files.
4789
4790 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4791
4792         * Make-lang.in (f77.info): Depend on info files in source
4793         directory.
4794         (f/g77.info): Build info files in source directory; don't build
4795         them unless BUILD_INFO is "info".
4796         (f77.install-info): Install info files from source directory.
4797
4798 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
4799
4800         * Make-lang.in: Link f/fini with safe-ctype.o.
4801         * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
4802         * com.c: Use TOUPPER, not ffesrc_toupper.
4803         * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
4804         * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
4805         * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
4806         initializing code; use TOUPPER and TOLOWER instead of
4807         ffesrc_toupper and ffesrc_tolower.
4808         * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
4809         Don't define ffesrc_toupper or ffesrc_tolower.
4810
4811 2000-11-28  Richard Henderson  <rth@redhat.com>
4812
4813         * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
4814
4815 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
4816
4817         * RELEASE-PREP: Remove obsolete EGCS reference.
4818         * g77.texi: Adjust reference to EGCS as something current.
4819         * lang-options.h (FTNOPT): Remove macro and obsolete comment.
4820         Include doc strings directly in option listing instead of through
4821         this macro.
4822         * root.texi: Remove support for multiple different (FSF and EGCS)
4823         distributions of g77.
4824         * g77install.texi: Remove conditioned out instructions applying
4825         only to obsolete distributions of g77 not as part of GCC.  Change
4826         "superceded" to the correct spelling "superseded".
4827
4828 Sun Nov 26 19:25:56 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
4829
4830         * g77spec.c (lang_specific_driver): Update copyright year to 2000.
4831
4832 Thu Nov 23 02:18:57 2000  J"orn Rennecke <amylaar@redhat.com>
4833
4834         * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
4835
4836 2000-11-21  David Billinghurst  <David.Billinghurst@riotinto.com)
4837
4838         * Make-lang.in:  Add $(build_exeext) to f/fini target
4839
4840 2000-11-21  Andreas Jaeger  <aj@suse.de>
4841
4842         * g77.texi (Floating-point Exception Handling): Use feenableexcept
4843         in example.
4844         (Floating-point precision): Change to match above change.
4845
4846 Sun Nov 19 17:29:22 2000  Matthias Klose  <doko@marvin.itso-berlin.de>
4847
4848         * g77.texi (Floating-point precision): Adjust example
4849         to work with glibc (>= 2.1).
4850
4851 Sat Nov 18 13:54:49 2000  Matthias Klose  <doko@cs.tu-berlin.de>
4852
4853         * g77.texi (Floating-point Exception Handling): Adjust
4854         example to work with glibc (>= 2.1).
4855
4856 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
4857
4858         * Make-lang.in (INTDOC_DEPS): New macro.
4859         (f/intdoc.texi): Depend on $(INTDOC_DEPS).  Build f/intdoc.
4860         (f/intdoc): Likewise.  Add $(build_exeext).
4861
4862 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
4863
4864         * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
4865         ggc_strdup (var).
4866
4867 Thu Nov 16 23:14:07 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4868
4869         * malloc.c (malloc_init): Call xmalloc, not malloc.
4870
4871 2000-11-10  Rodney Brown  <RodneyBrown@mynd.com>
4872
4873         * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
4874
4875 2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
4876
4877         * root.texi: Remove non-historical EGCS reference.
4878         Set current g77 version to 0.5.26.
4879
4880 2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
4881
4882         * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
4883
4884 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
4885
4886         * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
4887         munging of source file name.
4888         ($(srcdir)/f/intdoc.texi): Break up into several rules each of
4889         which builds just one thing.  Don't mess with $(LANGUAGES).
4890         (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
4891
4892 2000-11-05  Toon Moene  <toon@moene.indiv.nluug.nl>
4893
4894         * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
4895         Remove non-historical references to egcs/EGCS.
4896
4897 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4898
4899         * Make-lang.in: Remove f77.distdir and f/INSTALL.
4900         * INSTALL, install0.texi: Remove.
4901
4902 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
4903
4904         * com.c (open_include_file, ffecom_open_include_): Use strchr ()
4905         and strrchr () instead of index () and rindex ().
4906
4907 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
4908
4909         * Make-lang.in: Move all build rules here from Makefile.in,
4910         adapt to new context.  Wrap all rules that change the current
4911         directory in parentheses.  Expunge all references to $(P).
4912         When one command depends on another and they're run all at
4913         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
4914         all object-file generation rules.  Delete obsolete variables.
4915
4916         * Makefile.in: Delete.
4917         * config-lang.in: Delete outputs= line.
4918
4919 Sat Oct 21 18:07:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
4920
4921         * Makefile.in, g77spec.c: Remove EGCS references in comments.
4922
4923 Thu Oct 12 22:28:51 2000  Mark Mitchell  <mark@codesourcery.com>
4924
4925         * com.c (ffecom_do_entry_): Don't mess with obstacks.
4926         (ffecom_finish_global_): Likewise.
4927         (ffecom_finish_symbol_transform_): Likewise.
4928         (ffecom_gen_sfuncdef_): Likewise.
4929         (ffecom_init_zero_): Likewise.
4930         (ffecom_start_progunit_): Likewise.
4931         (ffecom_sym_transform_): Likewise.
4932         (ffecom_sym_transform_assign_): Likewise.
4933         (ffecom_transform_equiv_): Likewise.
4934         (ffecom_transform_namelist_): Likewise.
4935         (ffecom_vardesc_): Likewise.
4936         (ffecom_vardesc_array_): Likewise.
4937         (ffecom_vardesc_dims_): Likewise.
4938         (ffecom_end_transition): Likewise.
4939         (ffecom_make_tempvar): Likewise.
4940         (bison_rule_pushlevel_): Likewise.
4941         (bison_rule_compstmt_): Likewise.
4942         (finish_decl): Likewise.
4943         (finish_function): Likewise.
4944         (push_parm_decl): Likewise.
4945         (start_decl): Likewise.
4946         (start_function): Likewise.
4947         (ggc_p): Don't define.
4948         * std.c (ffestd_stmt_pass_): Likewise.
4949         * ste.c (ffeste_end_block_): Likewise.
4950         (ffeste_end_stmt_): Likewise.
4951         (ffeste_begin_iterdo_): Likewise.
4952         (ffeste_io_ialist_): Likewise.
4953         (ffeste_io_cilist_): Likewise.
4954         (ffeste_io_inlist_): Likewise.
4955         (ffeste_io_olist_): Likewise.
4956         (ffeste_R810): Likewise.
4957         (ffeste_R838): Likewise.
4958         (ffeste_R839): Likewise.
4959         (ffeste_R842): Likewise.
4960         (ffeste_R843): Likewise.
4961         (ffeste_R1001): Likewise.
4962
4963 2000-10-05  Richard Henderson  <rth@cygnus.com>
4964
4965         * com.c (finish_function): Don't init can_reach_end.
4966
4967 Sun Oct  1 11:43:44 2000  Mark Mitchell  <mark@codesourcery.com>
4968
4969         * com.c (lang_mark_false_label_stack): Remove.
4970
4971 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4972
4973         * com.c: Include defaults.h.
4974         * com.h: Don't define the *_TYPE_SIZE macros.
4975         * Makefile.in: Update dependencies.
4976
4977 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
4978
4979         * ansify.c: Use #line, not # <number>.
4980
4981 2000-08-24  Greg McGary  <greg@mcgary.org>
4982
4983         * intdoc.c (ARRAY_SIZE): Remove macro.
4984         * proj.h (ARRAY_SIZE): Remove macro.
4985         * com.c (init_decl_processing): Use ARRAY_SIZE.
4986
4987 2000-08-22  Toon Moene  <toon@moene.indiv.nluug.nl>
4988
4989         * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
4990         * com.c (macro DEFGFRT): Use CONST boolean.
4991         (ffecom_call_binop_): Choose between call by value
4992         and call by reference.
4993         (ffecom_expr_): Use direct calls to (g)libc functions for
4994         POW_DD, LOG10, (float) MOD.
4995         (ffecom_make_gfrt_): Add const indication to table of
4996         intrinsics.
4997         * com.h (macro DEFGFRT): Use CONST boolean.
4998         * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
4999
5000 2000-08-21  Nix  <nix@esperi.demon.co.uk>
5001
5002         * lang-specs.h: Do not process -o or run the assembler if
5003         -fsyntax-only.  Use %j instead of /dev/null.
5004
5005 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
5006
5007         * lang-specs.h: Pass -I* options to f771.
5008
5009 2000-08-19  Toon Moene  <toon@moene.indiv.nluug.nl>
5010
5011         * top.c (ffe_decode_option): Disable -fdebug-kludge
5012         and warn about it.
5013         * lang-options.h: Document the fact.
5014         * g77.texi: Ditto.
5015
5016 2000-08-13  Toon Moene  <toon@moene.indiv.nluug.nl>
5017
5018         * bugs.texi: Describe new ability to emit debug info
5019         for EQUIVALENCE members.
5020         * news.texi: Ditto.
5021
5022 2000-08-11  G. Helffrich  <george@gly.bris.ac.uk>
5023             Toon Moene  <toon@moene.indiv.nluug.nl>
5024
5025         * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
5026         so that debug info can be attached to their storage.
5027         Unconditionally list the storage set aside for them.
5028
5029 2000-08-07  Toon Moene  <toon@moene.indiv.nluug.nl>
5030
5031         * g77spec.c (lang_specific_driver): Clearer g77 version message.
5032
5033 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
5034
5035         * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
5036         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
5037         (f771): Link with $(BACKEND).
5038
5039 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
5040
5041         * g77spec.c: Adjust type of second argument to
5042         lang_specific_driver, and update code as necessary.
5043
5044         * expr.c (ffeexpr_finished_): Cast signed side of ?:
5045         expression to bool.
5046
5047 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5048
5049         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
5050
5051 Thu Jul 27 11:50:08 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5052
5053         * fini.c (main): Avoid automatic aggregate initialization.
5054
5055         * proj.h: Indent #error directive.
5056
5057 2000-07-26  Toon Moene  <toon@moene.indiv.nluug.nl>
5058
5059         * lang-specs.h: Remove one /dev/null from tradcpp invocation.
5060
5061 Sun Jul 23 15:47:30 2000  Billinghurst, David <David.Billinghurst@riotinto.com>
5062
5063         * Make-lang.in: Put $(build_exeext) suffix on programs which run
5064         on the build machine.
5065
5066 2000-07-22  Toon Moene  <toon@moene.indiv.nluug.nl>
5067
5068         * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
5069         FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
5070
5071 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
5072
5073         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
5074
5075 2000-07-02  Toon Moene  <toon@moene.indiv.nluug.nl>
5076
5077         * version.c: Bump version number.
5078
5079 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
5080
5081         * Make-lang.in (F77_SRCS): Remove all .j files.
5082         * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
5083         GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
5084         TOPLEV_H, TREE_H): Remove references to .j files.
5085         (TCONFIG_H, TM_H): Remove entirely.
5086         (deps-kinda): Delete rule.
5087         Correct commentary.
5088
5089         * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
5090         hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
5091         tree.j, tconfig.j, tree.j: Delete.
5092
5093         * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
5094         parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
5095         where.c, where.h: Include parent-directory headers directly.
5096         * lex.c: Don't include tree.h twice.
5097
5098 2000-05-17  H.J. Lu  (hjl@gnu.org)
5099
5100         * Make-lang.in: Use a unique stamp for each target to support
5101         parallel make.
5102
5103 Thu Jun 15 14:03:14 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5104
5105         * ste.c (gbe_block): Constify.
5106
5107 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5108
5109         * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
5110         (ffecom_transform_equiv_, ffecom_decl_field): Likewise.
5111         (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
5112         (duplicate_decls): Set DECL_USER_ALIGN.
5113
5114 Sun Jun 11 00:03:00 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5115
5116         * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
5117
5118 2000-06-04  Philipp Thomas  <pthomas@suse.de>
5119
5120         * Makefile.in(INTLLIBS): New macro.
5121         (LIBS): Add INTLLIBS.
5122         (DEPLIBS): Likewise.
5123
5124 2000-06-02  Richard Henderson  <rth@cygnus.com>
5125
5126         * com.c (lang_get_alias_set): New.
5127
5128 2000-05-28  Toon Moene  <toon@moene.indiv.nluug.nl>
5129
5130         * bugs.texi: Note that debugging information for
5131         common block items is emitted now.
5132         * news.texi: Ditto.
5133
5134 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
5135
5136         * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that
5137         these types correspond to built-in types now defined in
5138         the C front end (for libf2c).
5139
5140 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
5141
5142         * top.c (ffe_decode_option): Update -Wall unused flags by calling
5143         set_Wunused.
5144
5145 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
5146
5147         * com.c (ffecom_subscript_check_): Constify array_name
5148         parameter. Clean up string bashing.
5149         (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
5150         parameter.
5151         (ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
5152         ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
5153         local char *.
5154         (init_parse): Constify parameter and return value.
5155         * lex.c: Include dwarfout.h instead of prototyping dwarfout_*
5156         functions here.
5157         (ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
5158         (ffelex_hash_, ffelex_include_): Constify local char *.
5159         * std.c (ffestd_exec_end): Constify local char *.
5160         * where.c (ffewhere_file_new): Constify filename parameter.
5161         * where.h: Update prototypes.
5162
5163 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
5164
5165         * com.c (ffecom_overlap_): Set source_offset to
5166         bitsize_zero_node.
5167         (ffecom_tree_canonize_ptr_): Use size_binop.  Convert to
5168         bitsizetype before multiplying by TYPE_SIZE.
5169         (ffecom_tree_canonize_ref_) [case ARRAY_REF]: Break up offset
5170         calculation.  Convert to bitsizetype before multiplying by
5171         TYPE_SIZE.
5172
5173 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
5174
5175         * lex.c: Remove references to cccp.c.
5176         * g77install.texi: Remove references to cexp.c/cexp.y.
5177
5178 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
5179
5180         * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
5181         as well.
5182
5183 Wed Apr 12 15:15:26 2000  Mark Mitchell  <mark@codesourcery.com>
5184
5185         * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
5186         preprocessor constant.
5187         (FFECOM_f2cLOGICAL): Likewise.
5188         (FFECOM_f2cLONGINT): Likewise.
5189
5190 Wed Apr  5 17:46:39 2000  Mark Mitchell  <mark@codesourcery.com>
5191
5192         * Makefile.in (GGC_H): Add varray.h.
5193
5194 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
5195
5196         * lang-specs.h: Pass -fno-show-column to the preprocessor.
5197
5198 2000-03-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5199
5200         * com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.
5201         (ffecom_init_0): Likewise.
5202
5203 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5204
5205         * com.c (ffecom_tree_canonize_ptr_): Use bitsize_zero_node.
5206         (ffecom_tree_canonize_ref_): Likewise.
5207
5208 Mon Mar 20 15:49:40 2000  Jim Wilson  <wilson@cygnus.com>
5209
5210         * f/target.h (FFETARGET_32bit_longs): New.  Define for alpha, sparc64,
5211         and ia64.
5212         (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
5213         ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
5214
5215 Fri Mar 10 00:43:55 2000  Jason Merrill  <jason@casey.cygnus.com>
5216
5217         * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
5218
5219 Mon Mar  6 18:05:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5220
5221         * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
5222         (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
5223         (ffecom_transform_equiv_): Likewise.
5224
5225 Mon Mar  6 13:01:19 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5226
5227         * ansify.c (die_unless): Don't use ANSI string concatenation.
5228         (die): Mark with ATTRIBUTE_NORETURN.
5229
5230 Wed Mar  1 00:31:44 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5231
5232         * com.c (current_function_decl): Move to toplev.c.
5233
5234 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5235
5236         * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
5237         (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
5238         (ffecom_tree_canonize_ref_): Likewise.
5239         (type_for_mode): Handle TImode.
5240         * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
5241         (ffeste_io_ciclist_): Likewise.
5242
5243 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
5244
5245         * com.c (ffecom_type_permanent_copy_): Delete unused function.
5246         (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
5247
5248 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5249
5250         * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
5251         (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
5252         (duplicate_decls): Likewise.
5253         (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
5254         (finish_decl): Delete -Wlarger-than processing.
5255
5256 Fri Feb 18 13:19:34 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5257
5258         * g77spec.c (lang_specific_driver): Use GCCBUGURL.
5259
5260 2000-02-17  Andy Vaught  <andy@maxwell.la.asu.edu>
5261
5262         * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
5263         (ffecom_finish_symbol_transform_): Likewise.
5264         (ffecom_transform_common_): Call ffestorag_set_hook.
5265
5266 Wed Feb 16 11:09:38 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5267
5268         * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
5269
5270 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
5271
5272         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
5273
5274 Tue Feb 15 11:14:17 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5275
5276         * g77spec.c: Don't declare `version_string'.
5277
5278 Sat Feb  5 23:27:25 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5279
5280         * com.c (mark_tracker_head, mark_binding_level): Protoize.
5281
5282         * where.c (mark_ffewhere_head): Likewise.
5283
5284 Wed Jan 12 09:32:59 2000  Zack Weinberg  <zack@wolery.cumb.org>
5285
5286         * lang-specs.h: Pass -lang-fortran to preprocessor.
5287
5288 Thu Dec 30 13:14:31 1999  Richard Henderson  <rth@cygnus.com>
5289
5290         * stw.h (struct _ffestw_): Change type of uses_ to int.
5291
5292 Thu Dec 30 11:42:05 1999  Geoff Keating  <geoffk@cygnus.com>
5293
5294         * com.c (ffecom_init_0): Make double_ftype_double,
5295         float_ftype_float, ldouble_ftype_ldouble,
5296         ffecom_tree_ptr_to_fun_type_void local.
5297         (tracker_head): New static variable.
5298         (mark_tracker_head): New, marker procedure for tracker_head.
5299         (ffecom_save_tree_forever): New procedure.
5300         (ffecom_init_zero_): Remove obstack use.
5301         (ffecom_make_gfrt_): Remove obstack use.
5302         (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
5303         (ffecom_transform_common_): Remove obstack use, save appropriate
5304         trees.
5305         (ffecom_type_namelist_): Remove obstack use, save appropriate
5306         trees.
5307         (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
5308         (ffecom_lookup_label): Remove obstack use, save appropriate trees.
5309         (duplicate_decls): Remove obstack use.
5310         (finish_function): push & pop ggc context around
5311         rest_of_compilation when building nested function.
5312         (mark_binding_level): New function.
5313         (init_decl_processing): Mark all the GC roots.
5314         (ggc_p): Set to 1.
5315         (lang_mark_tree): New function.
5316         (lang_mark_false_label_stack): New trivial function.
5317         * com.h (ffecom_save_tree_forever): Declare as external.
5318         * lex.c (ffelex_hash_): Use GC to allocate the filename string
5319         even when ffelex_kludge_flag_.
5320         * ste.c (ffeste_io_ialist_): Register a static root.
5321         (ffeste_io_inlist_): Likewise.
5322         (ffeste_io_icilist_): Likewise.
5323         (ffeste_io_cllist_): Likewise.
5324         (ffeste_io_cilist_): Likewise.
5325         (ffeste_io_olist_): Likewise.
5326         * Makefile.in (OBJS): Don't use ggc-callbacks.o.
5327         (OBJDEPS): Likewise.
5328         (GGC_H): New variable.
5329         Update dependencies.
5330         * where.c (ffewhere_head): New global.
5331         (mark_ffewhere_head): New marker procedure for ffewhere_head.
5332         (ffewhere_file_kill): Use GC to do memory management.
5333         (ffewhere_file_new): Use GC to do memory management.
5334         * ggc.j: New file.
5335
5336 Wed Dec 29 19:29:26 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5337
5338         * g77.texi (C Interfacing Tools): Fix an incorrect link.
5339
5340 1999-12-13  Jakub Jelinek  <jakub@redhat.com>
5341
5342         * target.h: Handle sparc64 the same way as alpha.
5343
5344 Sun Nov 28 21:39:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5345
5346         * com.c (ffecom_file_, ffecom_file, file_buf,
5347         ffecom_open_include_): Constify a char*.
5348         (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
5349         ATTRIBUTE_UNUSED.
5350         (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
5351         (lang_print_error_function): ANSI-fy.
5352
5353         * com.h (ffecom_file): Constify a char*.
5354
5355         * fini.c (main): Call return, not exit.
5356
5357         * g77spec.c (lang_specific_driver): Use non-const *in_argv in
5358         assignment.
5359
5360         * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
5361         const-ness.
5362
5363 Sun Nov 28 21:15:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5364
5365         * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
5366
5367         (ffecom_char_enhance_arg_, ffecom_do_entry_,
5368         ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
5369         ffecom_start_progunit_, ffecom_start_progunit_,
5370         ffecom_start_progunit_, ffecom_sym_transform_assign_,
5371         ffecom_transform_equiv_, ffecom_transform_namelist_,
5372         ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
5373         ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
5374         Adjust accordingly.
5375
5376         * com.h (ffecom_get_invented_identifier): Likewise.
5377
5378         * sts.c (ffests_printf): New function taking ellipses.
5379         (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
5380         ffests_printf_2Us): Delete.
5381
5382         * sts.h: Likewise.
5383
5384         * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
5385         ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
5386         ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
5387         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
5388         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
5389         ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
5390
5391         * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
5392         ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
5393
5394 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
5395                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5396
5397         * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
5398
5399 Tue Oct 26 01:32:19 1999  Mark Mitchell  <mark@codesourcery.com>
5400
5401         * com.c (poplevel): Don't call remember_end_note.
5402
5403 Fri Oct 15 15:18:12 1999  Greg McGary  <gkm@gnu.org>
5404
5405         * top.h (ffe_is_subscript_check_): Remove extern decl.
5406         (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
5407         * top.c (ffe_is_subscript_check_): Remove global variable.
5408         (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
5409         Set flag_bounds_check for "(no-)fortran-bounds-check".
5410         * com.c
5411         (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
5412         (ffecom_char_args_x_): Ditto.
5413
5414 Sun Oct 10 08:40:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5415
5416         * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
5417         __GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.  Define
5418         macro UNUSED in terms of ATTRIBUTE_UNUSED.
5419
5420 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
5421
5422         * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
5423         DECL_BUILT_IN.
5424         (builtin_function): No longer static.  New arg CLASS.  Arg
5425         FUNCTION_CODE now of type int.  All callers changed.
5426         Set the builtin's DECL_BUILT_IN_CLASS.
5427
5428 Tue Sep 21 09:08:30 1999  Toon Moene  <toon@moene.indiv.nluug.nl>
5429
5430         * g77spec.c (lang_specific_driver): Initialize return value.
5431
5432 Thu Sep 16 18:07:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5433
5434         * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
5435
5436         * fini.c (main): Likewise.
5437
5438         * intrin.c (ffeintrin_init_0): Likewise.
5439
5440         * lex.c (ffelex_hash_): Likewise.
5441
5442         * src.c (ffesrc_init_1): Likewise.
5443
5444 Tue Sep 14 12:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5445
5446         * g77spec.c (lang_specific_driver): Remove unnecessary argument in
5447         call to function `fatal'.
5448
5449 Sun Sep 12 23:29:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5450
5451         * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
5452
5453         * g77spec.c: Include gcc.h.
5454         (g77_xargv): Constify.
5455         (g77_fn): Add parameter prototypes.
5456         (lookup_option, append_arg): Add static prototypes.
5457         (g77_newargv): Constify.
5458         (lookup_option, append_arg, lang_specific_driver): Constify a char*.
5459         (lang_specific_driver): All calls to the function pointer
5460         parameter now explicitly call `fatal'.
5461
5462 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
5463
5464         * com.h: Delete declarations for all tree nodes now moved to
5465         global_trees.
5466         * com.c: Delete their definitions.
5467         (ffecom_init_0): Call build_common_tree_nodes and
5468         build_common_tree_nodes_2 instead of building their nodes here.
5469         Override their decisions for complex nodes.
5470
5471 Sat Sep  4 13:46:27 1999  Mark Mitchell  <mark@codesourcery.com>
5472
5473         * Make-lang.in (f771): Depend on ggc-callbacks.o.
5474         * Makefile.in (OBJS): Add ggc-callbacks.o.
5475         (OBJDEPS): Likewise.
5476
5477 Mon Aug 30 22:05:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5478
5479         * com.c (language_string): Constify.
5480
5481 Mon Aug 30 20:29:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5482
5483         * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
5484         Remove hacks for stuff which now comes from libiberty.
5485
5486 Sun Aug 29 09:47:45 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5487
5488         * com.c (lang_printable_name): Constify a char*.
5489
5490 Wed Aug 25 01:21:06 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5491
5492         * lang-specs.h: Pass cc1 spec to f771.
5493
5494 Mon Aug  9 19:44:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5495
5496         * com.c (lang_print_error_function): Constify a char*.
5497         (init_parse): Remove redundant prototype for `print_error_function'.
5498         (lang_identify): Constify a char*.
5499
5500 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
5501
5502         * g77spec.c: Update URLS and mail addresses.
5503         * root.texi: Update URLS and mail addresses.
5504
5505 1999-07-25  Richard Henderson  <rth@cygnus.com>
5506
5507         * com.c (ptr_type_node, va_list_type_node): New.
5508         (ffecom_init_0): Init and use ptr_type_node.
5509
5510 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
5511
5512         * root.texi: Update e-mail addresses to gcc.gnu.org.
5513         * g77spec.c (lang_specific_driver): Updated URL with bug reporting
5514         instructions to gcc.gnu.org.  Removed e-mail address.
5515
5516 Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
5517
5518         * root.texi, g77install.texi: Switchover to GCC terminology.
5519         Also, FSF-G77 had been mistakenly set at some point.
5520
5521 Thu Jul  8 15:38:50 1999  Craig Burley  <craig@jcb-sc.com>
5522
5523         * news.texi: Describe DATE intrinsic fix.
5524
5525 Mon Jun 28 21:44:19 1999  Craig Burley  <craig@jcb-sc.com>
5526
5527         * version.c: Denote experimental version.
5528
5529 Mon Jun 28 10:43:11 1999  Craig Burley  <craig@jcb-sc.com>
5530
5531         * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
5532         a temp even if -fno-f2c.
5533
5534         * version.c: Bump version.
5535
5536 Mon Jun 28 21:31:35 1999  Craig Burley  <craig@jcb-sc.com>
5537
5538         * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
5539         Explain that this fixes the NAMELIST-read bug.
5540
5541 Fri Jun 25 11:06:32 1999  Craig Burley  <craig@jcb-sc.com>
5542
5543         * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
5544
5545 Mon Jun 21 12:40:17 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5546
5547         * g77.texi: Update links.
5548
5549 Mon Jun 21 05:33:51 1999  Jeffrey A Law  (law@cygnus.com)
5550
5551         * news.texi: Add missing @end ifclear.
5552
5553 Fri Jun 18 11:43:46 1999  Craig Burley  <craig@jcb-sc.com>
5554
5555         * news.texi: Doc TtyNam fix.
5556
5557 Fri Jun 18 11:26:50 1999  Craig Burley  <craig@jcb-sc.com>
5558
5559         * news.texi: New heading for development version.
5560         Doc upgrade to netlib libf2c as of today.
5561
5562 Wed Jun 16 11:43:02 1999  Craig Burley  <craig@jcb-sc.com>
5563
5564         * news.texi: Mention BACKSPACE fix to libg2c.
5565
5566 Mon Jun  7 08:42:40 1999  Craig Burley  <craig@jcb-sc.com>
5567
5568         * Make-lang.in: Any target using libsubdir must depend
5569         on installdirs.
5570
5571 Sat Jun  5 23:50:36 1999  Craig Burley  <craig@jcb-sc.com>
5572
5573         * g77.texi: Describe a few more missing features people
5574         have emailed me about.
5575
5576 Sat Jun  5 17:03:23 1999  Craig Burley  <craig@jcb-sc.com>
5577
5578         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
5579         * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
5580
5581 Fri Jun  4 13:56:56 1999  Craig Burley  <craig@jcb-sc.com>
5582
5583         * Make-lang.in: Use libsubdir, not prefix, to store
5584         temporary lang-f77 `flag' file.
5585
5586 Fri Jun  4 10:26:04 1999  Craig Burley  <craig@jcb-sc.com>
5587
5588         * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
5589         Mention that libg2c is multilibbed.
5590
5591 Fri Jun  4 10:09:50 1999  Craig Burley  <craig@jcb-sc.com>
5592
5593         * g77.texi (Missing Features): Add `Better Warnings'
5594         item.
5595
5596 Fri May 28 16:51:41 1999  Craig Burley  <craig@jcb-sc.com>
5597
5598         * g77.texi: Fix thinko.
5599
5600 Wed May 26 14:43:27 1999  Craig Burley  <craig@jcb-sc.com>
5601
5602         * news.texi: Document Tue May 18 03:52:04 1999 patch.
5603         Fix a grammo.
5604
5605 Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
5606
5607         * g77.texi, news.texi, root.texi, version.c: Start renaming
5608         EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
5609         the version of g77 within GCC 2.95.
5610
5611 Wed May 26 11:45:21 1999  Craig Burley  <craig@jcb-sc.com>
5612
5613         Rename -fsubscript-check to -fbounds-check and
5614         -ff2c-subscript-check to -ffortran-bounds-check:
5615         * g77.texi: Rename options in docs, clarify usage.
5616         * lang-options.h: Rename options, clarify doclets.
5617         * news.texi: Rename options, don't bother with fortran-specific
5618         option.
5619         * top.c (ffe_decode_option): Rename recognized strings.
5620
5621 Tue May 25 18:21:09 1999  Craig Burley  <craig@jcb-sc.com>
5622
5623         * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
5624         now that -fflatten-arrays exists.
5625
5626 Tue May 25 17:48:34 1999  Craig Burley  <craig@jcb-sc.com>
5627
5628         Fix 19990525-0.f:
5629         * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
5630         CHARACTER expression.
5631         (ffecom_prepare_expr_): Ditto.
5632
5633 Tue May 18 03:52:04 1999  Craig Burley  <craig@jcb-sc.com>
5634
5635         Support use of back end's improved open-coding of complex divide:
5636         * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
5637         instead of run-time call to [cz]_div, if `-Os' option specified.
5638         (lang_init_options): Tell back end we want support for wide range
5639         of inputs to complex divide.
5640
5641         * Bump version.
5642
5643 Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5644
5645         * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
5646         was not given.
5647
5648 Thu May 13 12:23:20 1999  Craig Burley  <craig@jcb-sc.com>
5649
5650         Fix INTEGER*8 subscripts in array references:
5651         * com.c (ffecom_subscript_check_): Convert low, high, and
5652         element as necessary to make comparison work.
5653         (ffecom_arrayref_): Do more of the work.
5654         Properly handle subscript expr that's wider than int,
5655         if pointers are wider than int.
5656         (ffecom_expr_): Leave more work to ffecom_arrayref_.
5657         (ffecom_init_0): Record sizes of pointers and ints for
5658         convenience.
5659         Use set_sizetype etc. as done by gcc front end.
5660         (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
5661         * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
5662         expressions in run-time contexts.
5663         (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
5664         non-default INTEGER subscript expressions.
5665         * news.texi: Announce.
5666
5667         Finish accepting -fflatten-arrays option:
5668         * com.c (ffecom_arrayref_): Flatten references if requested.
5669         * g77.texi: Describe.
5670         * lang-options.h: Allow.
5671         * news.texi: Announce.
5672         * top.c, top.h: Recognize.
5673
5674         * version.c: Bump version.
5675
5676 Wed May 12 07:30:05 1999  Craig Burley  <craig@jcb-sc.com>
5677
5678         * com.c (lang_init_options): Disable back end's maintenance
5679         of errno.
5680         * news.texi: Document dropping of errno.
5681
5682 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5683
5684         * lang-specs.h: Pass -$ to the preprocessor.
5685
5686 Mon May 10 18:14:28 1999  Craig Burley  <craig@jcb-sc.com>
5687
5688         * g77.texi: Fix various @xref's per proper style.
5689         Go ahead and use nested braces in @xref's, with care.
5690         * g77install.texi: Fix @xref per proper style.
5691
5692 Mon May 10 17:38:39 1999  Craig Burley  <craig@jcb-sc.com>
5693
5694         * news.texi: Doc upgrade to netlib libf2c as of today.
5695
5696 Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>
5697
5698         * f/g77spec.c (lang_specific_driver): Correct bug-report address
5699         and point to the FAQ.
5700
5701 Thu May  6 12:40:21 1999  Craig Burley  <craig@jcb-sc.com>
5702
5703         * g77.texi (Arbitrary Concatenation): Put this under
5704         "Missing Features" instead of "Projects".
5705         (Internals Documentation): Point to new "Front End" chapter.
5706
5707 Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>
5708
5709         * bugs.texi, news.texi: Automatic arrays reportedly working
5710         on HP-UX systems.
5711
5712 Thu May  6 08:19:31 1999  Craig Burley  <craig@jcb-sc.com>
5713
5714         * g77.texi (Advantages Over f2c): Expand on this topic.
5715
5716 Mon May  3 19:41:48 1999  Craig Burley  <craig@jcb-sc.com>
5717
5718         * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
5719
5720 Mon May  3 18:11:48 1999  Craig Burley  <craig@jcb-sc.com>
5721
5722         Reverse order of two arguments to CTIME_subr, DTIME_subr,
5723         ETIME_subr, and TTYNAM_subr:
5724         * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
5725         While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
5726         TTYNAM_subr.
5727         * intdoc.in: Document the new calling sequences.
5728         * intrin.def: Reverse the arguments.
5729         * news.texi: Document the fact that they changed.
5730         * version.c: Bump version.
5731
5732 Mon May  3 11:28:14 1999  Craig Burley  <craig@jcb-sc.com>
5733
5734         * news.texi: Doc upgrade to netlib libf2c as of today.
5735
5736 Sun May  2 17:04:28 1999  Craig Burley  <craig@jcb-sc.com>
5737
5738         * version.c: Bump version.
5739
5740 Sun May  2 16:53:01 1999  Craig Burley  <craig@jcb-sc.com>
5741
5742         Fix compile/19990502-1.f:
5743         * ste.c (ffeste_R819B): Don't overwrite tree for temp
5744         variable when expanding the assignment into it.
5745
5746 Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
5747
5748         Fix 19990325-0.f and 19990325-1.f:
5749         * com.c (ffecom_possible_partial_overlap_): New function.
5750         (ffecom_expand_let_stmt): Use it to determine whether to assign
5751         to a COMPLEX operand through a temp.
5752         * news.texi: Document fix.
5753
5754         * version.c: Bump version.
5755
5756 Sat Apr 24 12:19:53 1999  Craig Burley  <craig@jcb-sc.com>
5757
5758         * expr.c (ffeexpr_finished_): Convert DATA implied-do
5759         start/end/incr expressions to default INTEGER.
5760         Fix some broken conditionals.
5761         Clean up some code in the region.
5762         * news.c: Document the fix.
5763
5764         * version.c: Bump version.
5765
5766 Fri Apr 23 02:08:32 1999  Craig Burley  <craig@jcb-sc.com>
5767
5768         * g77.texi (Compiler Prototypes): Replace "missing" subscript-
5769         checking option with something else.
5770
5771 Fri Apr 23 01:48:28 1999  Craig Burley  <craig@jcb-sc.com>
5772
5773         Support new -fsubscript-check and -ff2c-subscript-check options:
5774         * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
5775         * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
5776         (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
5777         FFEBLD_opARRAYREF case.
5778         Compute character name, array type, and use new
5779         ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
5780         (ffecom_expr_): Use new ffecom_arrayref_ function.
5781         (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
5782         * g77.texi, news.texi: Document new options.
5783         * top.c, top.h: Support new options.
5784
5785         * news.texi: Fix up some items to not be in "User-Visible Changes".
5786
5787         * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
5788         warnings.
5789
5790         * version.c: Bump version.
5791
5792 Tue Apr 20 01:38:57 1999  Craig Burley  <craig@jcb-sc.com>
5793
5794         * bugs.texi, news.texi: Clarify -malign-double situation.
5795
5796 Tue Apr 20 01:15:25 1999  Craig Burley  <craig@jcb-sc.com>
5797
5798         * stb.c (ffestb_R5282_): Convert DATA repeat count
5799         to default INTEGER, to avoid problems downstream.
5800
5801         * version.c: Bump version.
5802
5803 Mon Apr 19 21:36:48 1999  Craig Burley  <craig@jcb-sc.com>
5804
5805         * ste.c (ffeste_R819B): Start the loop before expanding
5806         the termination expression.
5807
5808         * version.c: Bump version.
5809
5810 Sun Apr 18 21:53:58 1999  Craig Burley  <craig@jcb-sc.com>
5811
5812         * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
5813         variables have constant addresses (EQUIVALENCE only if
5814         containing aggregate is static).
5815
5816 Sat Apr 17 16:55:59 1999  Craig Burley  <craig@jcb-sc.com>
5817
5818         * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
5819         Clean up @code{} vs. @samp{}.
5820         Clean up dashes (`--') vs. @minus{} vs. `---'.
5821
5822         * ffe.texi: Add copyright header.
5823
5824         * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
5825         Remove support for -fugly option.
5826         Clarify that -fugly-logint is needed instead of -fugly
5827         to work around using .EQ./.NE. on LOGICAL operands.
5828         Explain more about why -fugly-logint is bad juju.
5829
5830         * g77.texi (Missing Features): Describe READONLY as a missing
5831         feature.  Describe AUTOMATIC better.
5832
5833         * news.texi: Mention libf2c upgrade.
5834
5835 Sat Apr 17 14:05:53 1999  Craig Burley  <craig@jcb-sc.com>
5836
5837         Make a place for front-end internals documentation:
5838         * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
5839         * ffe.texi: New file, containing docs on front-end internals.
5840         * g77.texi: New chapter for, and inclusion of, ffe.texi.
5841
5842         * g77.texi: Fix an index entry.
5843
5844 Sat Apr 17 13:53:43 1999  Craig Burley  <craig@jcb-sc.com>
5845
5846         Rewrite to use block/scope structure of GBE and to ensure
5847         variables (especially those going on stack/reg) are declared
5848         before executable code generated:
5849         * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
5850         Support new hooks.
5851         * bld.h (ffebld_item_hook, ffebld_item_set_hook,
5852         ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
5853         * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
5854         ffebld_rank, ffebld_where): New convenience macros (used
5855         by rest of this patch).
5856         * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
5857         ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
5858         handling mechanism.
5859         * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
5860         ffecom_call_gfrt): Support passing hooks for temp-var info.
5861         (ffecom_expr_power_integer_): Takes opPOWER expression, instead
5862         of its left and right operands, so it can get at the hook.
5863         (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
5864         ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
5865         ffecom_prepare_expr_w, ffecom_prepare_return_expr,
5866         ffecom_prepare_ptr_to_expr): New functions supporting expression
5867         pre-scanning.
5868         (bison_rule_compstmt_): Return the tree, as in the CFE.
5869         (delete_block): New function, from CFE.
5870         (kept_level_p): New function, from CFE, modified.
5871         (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
5872         replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
5873         and they do real work.
5874         (struct binding_level): Add prep_state member.  Initialize to 0.
5875         (ffecom_get_invented_identifier): Now takes either or both a
5876         string and an integer, using -1 to denote no integer.
5877         (ffecom_do_entry_): Disallow temp-var generation via expressions
5878         in body of function, since the exprs aren't prescanned.
5879         (ffecom_expr_rw): Now takes destination tree.
5880         (ffecom_expr_w): New function, now used in some places
5881         ffecom_expr_rw had been used.
5882         (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
5883         of source file, to avoid annoying problems editing com.c using
5884         Emacs C-mode.
5885         (ffecom_expr_power_integer_): Make a temp var for division, if
5886         necessary.
5887         Handle expanded statement expression as does CFE.
5888         (ffecom_start_progunit_): Disallow temp-var generation in body
5889         of function, since expressions are not prescanned at this level.
5890         (ffecom_sym_transform_): Transform ASSIGN variables as well,
5891         so these are all transformed up front, before code-generation
5892         begins.
5893         (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
5894         ffecom_ptr_to_const_expr): New functions to transform expressions
5895         only if the results will surely be constants.
5896         (ffecom_arg_ptr_to_expr): Precompute size, for convenience
5897         obtaining temp vars.
5898         (ffecom_expand_let_stmt): Guess at usability of destination
5899         pre-expansion, to provide better prescan preparation (fewer
5900         spurious temp vars).
5901         (ffecom_init_0): Disallow temp-var generation in global scope.
5902         (ffecom_type_expr): New function, returns just the type tree
5903         for the expression.
5904         (start_function): Disallow temp-var generation in parm scope.
5905         (incomplete_type_error): Fix introductory comment.
5906         (poplevel): Update (somewhat) from CFE.
5907         (pushlevel): Update (somewhat) from CFE.
5908         * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
5909         * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
5910         ffestd_R806): Remember and pass through the ffestw block info
5911         for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
5912         * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
5913         (ffeste_io_inlist_): Add prototype.
5914         (ffeste_f2c_*): Macros rewritten, new ones added.
5915         (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
5916         ffeste_end_stmt_): New macros/functions, depending on whether
5917         checking is enabled, to keep track of symmetry of other ste.c code.
5918         (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
5919         ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
5920         ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
5921         ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
5922         ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
5923         ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
5924         ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
5925         ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
5926         ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
5927         ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
5928         ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
5929         ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
5930         all pertinent expressions, update to new com.c interface, etc.
5931         (ffeste_io_impdo_): Relocate.
5932         (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
5933         bother calling clear_momentary, nothing was generated.
5934         (ffeste_R842, ffeste_R843): Update to new com.c interface.
5935         (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
5936         (ffeste_terminate_2): When checking enabled, make sure all blocks
5937         and statements have been ended.
5938         * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
5939         These now take ffestw block argument.
5940         (ffeste_terminate_2): When checking enabled, it's a function, not
5941         a macro.
5942         * stw.h (struct _ffestw_): New variable for IFTHEN.
5943         (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
5944         accessor macros.
5945         * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
5946
5947         * com.c: Clean up commentary per GNU coding standards.
5948
5949         * bld.h (ffebld_size, ffebld_size_known): Canonize.
5950
5951         * version.c: Bump version.
5952
5953 Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
5954
5955         * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
5956         null to decide whether to use it.
5957
5958 Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5959
5960         * ansify.c (die): Specify void argument.
5961
5962         * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
5963         argument_info_ptr, argument_info_string, argument_name_ptr,
5964         argument_name_string, elaborate_if_complex,
5965         elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
5966         Const-ify a char*.
5967         (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
5968         (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
5969         _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
5970
5971 Mon Apr  5 11:57:54 1999  Donn Terry (donn@interix.com)
5972
5973         * Make-lang.in (HOST_CFLAGS): compute dynamically.
5974
5975 Mon Apr  5 02:11:23 1999  Craig Burley  <craig@jcb-sc.com>
5976
5977         Fix bugs exposed by configuring with --enable-checking:
5978         * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
5979         ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
5980         pop_f_function_context, store_parm_decls, poplevel): Handle
5981         error_mark_node properly.
5982         * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
5983         * version.c: Bump version.
5984
5985 Sat Apr  3 23:57:56 1999  Craig Burley  <craig@jcb-sc.com>
5986
5987         * g77.texi: Fix up docs for -fset-g77-defaults, and
5988         describe how internal consistency checking now happens.
5989         (Should have been done for EGCS version 1.1.)
5990
5991 Sat Apr  3 23:29:33 1999  Craig Burley  <craig@jcb-sc.com>
5992
5993         * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
5994         Make -fno-emulate-complex the default, as COMPLEX support
5995         in the back end is now believed to be working.
5996
5997         * version.c: Bump version.
5998
5999 Fri Apr  2 13:33:16 1999  Craig Burley  <craig@jcb-sc.com>
6000
6001         * g77.texi: -malign-double now works.
6002         Give URL for alignment-testing package.
6003         * news.texi: -malign-double now works.
6004
6005 Fri Apr  2 12:49:12 1999  Craig Burley  <craig@jcb-sc.com>
6006
6007         * g77.texi (Funding GNU Fortran): Dude's got a web page.
6008         * root.texi: Ditto.
6009
6010 Tue Mar 30 12:04:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6011
6012         * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
6013         Const-ify a char*.
6014
6015         * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
6016         Likewise.
6017
6018         * stb.c (ffestb_local_u_): Likewise.
6019         (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
6020         ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
6021         ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
6022         ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
6023         ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
6024         ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
6025         ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
6026         ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
6027         ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
6028         ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
6029         ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
6030         ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
6031         ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
6032         ffestb_decl_R539): Likewise.
6033
6034         * stb.h (_ffestb_args_): Likewise.
6035
6036         * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
6037         ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
6038
6039         * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
6040         ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
6041         ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
6042         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
6043         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
6044
6045         * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
6046
6047         * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
6048         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
6049
6050         * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
6051         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
6052
6053         * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
6054         ffestt_tokenlist_drive): Add prototype arguments.
6055
6056         * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
6057         ffestt_tokenlist_drive): Likewise.
6058
6059         * stu.c (ffestu_dummies_transition_): Likewise.
6060         (ffestu_sym_end_transition): Const-ify a char*.
6061
6062         * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
6063         prototype arguments.
6064
6065         * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
6066
6067         * version.c (ffe_version_string): Const-ify a char*.
6068
6069         * version.h (ffe_version_string): Likewise.
6070
6071 Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6072
6073         * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
6074         ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
6075         ffebad_finish): Const-ify a char*.
6076
6077         * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
6078
6079         * bld.h (ffebld_op_string): Likewise.
6080
6081         * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
6082         ffecom_debug_kludge_, ffecom_f2c_make_type_,
6083         ffecom_get_appended_identifier_, ffecom_get_identifier_,
6084         ffecom_gfrt_args_): Likewise.
6085         (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
6086         (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
6087         ffecom_arglist_expr_, ffecom_build_f2c_string_,
6088         ffecom_debug_kludge_, ffecom_f2c_make_type_,
6089         ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
6090         ffecom_get_identifier_, ffecom_decl_field,
6091         ffecom_get_invented_identifier, lang_print_error_function,
6092         skip_redundant_dir_prefix, read_name_map, print_containing_files):
6093         Const-ify a char*.
6094         (savestring): Remove, use `xstrdup' instead.
6095
6096         * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
6097         Const-ify a char*.
6098
6099         * data.c (ffebld, ffedata_gather_): Make explicitly static.
6100
6101         * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
6102         ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
6103         ffeexpr_nil_number_, ffeexpr_nil_number_period_,
6104         ffeexpr_nil_number_real_, ffeexpr_token_real_,
6105         ffeexpr_token_number_, ffeexpr_token_number_period_,
6106         ffeexpr_token_number_real_): Const-ify a char*.
6107
6108         * fini.c (xspaces): Likewise.
6109
6110         * global.c (ffeglobal_type_string_): Likewise.
6111         (ffeglobal_drive): Protoize.
6112         (ffeglobal_proc_def_arg): Const-ify a char*.
6113
6114         * global.h (ffeglobal_drive): Protoize.
6115         (ffeglobal_proc_def_arg): Const-ify a char*.
6116
6117         * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
6118         Likewise.
6119
6120         * implic.h (ffeimplic_peek_symbol_type): Likewise.
6121
6122         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
6123         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
6124         ffeinfo_where_string_, ffeinfo_basictype_string,
6125         ffeinfo_kind_message, ffeinfo_kind_string,
6126         ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
6127
6128         * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
6129         ffeinfo_kind_string, ffeinfo_kindtype_string,
6130         ffeinfo_where_string): Likewise.
6131
6132         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
6133         _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
6134         ffeintrin_fulfill_specific, ffeintrin_init_0,
6135         ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
6136         ffeintrin_name_generic, ffeintrin_name_implementation,
6137         ffeintrin_name_specific): Likewise.
6138
6139         * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
6140         ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
6141
6142         * lex.c (ffelex_type_string_, ffelex_token_new_character,
6143         ffelex_token_new_name, ffelex_token_new_names,
6144         ffelex_token_new_number): Likewise.
6145
6146         * lex.h (ffelex_token_new_character, ffelex_token_new_name,
6147         ffelex_token_new_names, ffelex_token_new_number): Likewise.
6148
6149         * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
6150         malloc_new_zinpool_): Likewise.
6151
6152         * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
6153         malloc_pool_new): Likewise.
6154
6155         * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
6156         Protoize.
6157
6158         * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
6159         Likewise.
6160
6161         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
6162         ffesymbol_attrs_string): Const-ify a char*.
6163         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
6164         (ffesymbol_state_string): Const-ify a char*.
6165
6166         * symbol.h (ffesymbol_attrs_string): Likewise.
6167         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
6168         (ffesymbol_state_string): Const-ify a char*.
6169
6170         * target.c (ffetarget_layout): Likewise.
6171
6172         * target.h (ffetarget_layout): Likewise.
6173
6174 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
6175
6176         * Make-lang.in: Remove all references to g77.o/g77.c.
6177         Link g77 from gcc.o.
6178
6179 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
6180
6181         * Makefile.in (g77$(exeext)): Depend on intl.o.  Link in intl.o.
6182
6183 Wed Mar 17 11:39:44 1999  Craig Burley  <craig@jcb-sc.com>
6184
6185         * news.texi: Editorial fix.
6186
6187 Mon Mar 15 17:12:07 1999  Craig Burley  <craig@jcb-sc.com>
6188
6189         * bugs.texi, g77.texi, news.texi: Editorial fixes.
6190
6191 Sat Mar 13 17:51:55 1999  Craig Burley  <craig@jcb-sc.com>
6192
6193         Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
6194         * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
6195         * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
6196         by convertor, just return original expr.
6197         * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
6198         conversions that aren't yet working properly.
6199         * news.texi: Explain.
6200
6201         * version.c: Bump version.
6202
6203 Sat Mar 13 14:26:55 1999  Craig Burley  <craig@jcb-sc.com>
6204
6205         * RELEASE-PREP: New file, lists things to do for a release.
6206
6207         * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
6208         install0.texi, news.texi, news0.texi: Accommodate new doc
6209         architecture.
6210         Consolidate news items.  Don't describe old news items in
6211         various generated docs.
6212         Don't describe FSF-g77 installation stuff in various EGCS-g77
6213         generated docs.
6214         Move description of AUTOMATIC to more suitable location.
6215         * root.texi: New file for new doc architecture.
6216
6217 Thu Mar 11 17:32:55 1999  Craig Burley  <craig@jcb-sc.com>
6218
6219         * g77.texi: Add AUTOMATIC to list of unsupported extensions.
6220
6221 Sat Mar  6 02:28:35 1999  Craig Burley  <craig@jcb-sc.com>
6222
6223         Warn about non-Y2K-compliant intrinsics:
6224         * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
6225         * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
6226         Use new DEFIMPY macro to flag these as non-Y2K-compliant.
6227         * intdoc.c (DEFIMPY): Support new Y2K macro.
6228         * intrin.h (DEFIMPY): Ditto.
6229         * intrin.c (DEFIMPY): Ditto.
6230         (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
6231         Warn about invocation of non-Y2K-compliant intrinsic.
6232         * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
6233         Rename external procedure names, to keep previously-
6234         compiled (sans-new-warnings) code from linking to
6235         new library.
6236         * g77.texi: Document all this stuff.
6237         * news.texi: Spread the joy.
6238         * version.c: Bump version.
6239
6240 Fri Mar  5 13:22:44 1999  Craig Burley  <craig@jcb-sc.com>
6241
6242         * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
6243         so describe it there, instead of under 1.2.
6244
6245 Wed Mar  3 00:57:56 1999  Craig Burley  <craig@jcb-sc.com>
6246
6247         * news.texi: IDATE (VXT) fixed to return year as 0..99.
6248
6249 Wed Mar  3 00:43:49 1999  Craig Burley  <craig@jcb-sc.com>
6250
6251         * g77.texi: Add remaining changes pending from Dave Love.
6252
6253 Wed Mar  3 00:38:42 1999  Craig Burley  <craig@jcb-sc.com>
6254
6255         * bugs.texi, news.texi: Conditionalize cross-references
6256         on non-html processing, providing temporary HTML "links".
6257
6258         * g77.texi: Fix up a reference.
6259
6260 Wed Mar  3 00:12:31 1999  Craig Burley  <craig@jcb-sc.com>
6261
6262         * news.texi, bugs.texi: Delete fixed bugs, make one
6263         of them into the appropriate news item.
6264
6265 Wed Mar  3 00:05:52 1999  Craig Burley  <craig@jcb-sc.com>
6266
6267         * news.texi: Copy over 1.1.2 news.
6268
6269 1999-03-02  Craig Burley  <craig@jcb-sc.com>
6270
6271         * g77.texi (Bug Reporting): Clarify whether to use -E.
6272         Clarify other instructions.
6273
6274 1999-02-27  Craig Burley  <craig@jcb-sc.com>
6275
6276         * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
6277
6278 1999-02-26  Craig Burley  <craig@jcb-sc.com>
6279
6280         * intdoc.in (STAT_func, STAT_subr,
6281         FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
6282         Properly order array elements.  Specify N/A return values.
6283
6284 1999-02-26  Craig Burley  <craig@jcb-sc.com>
6285
6286         * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
6287         seconds, and VALUES(8), therefore, milliseconds.
6288
6289 1999-02-26  Craig Burley  <craig@jcb-sc.com>
6290
6291         * news.texi: Clarify IOSTAT= fix.
6292
6293 1999-02-25  Richard Henderson  <rth@cygnus.com>
6294
6295         * lang-specs.h: Define __FAST_MATH__ when appropriate.
6296
6297 1999-02-25  Craig Burley  <craig@jcb-sc.com>
6298
6299         * g77.texi: Clarify/index lack of run-time allocation for
6300         concatenation.
6301
6302 1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6303
6304         * f/intdoc.in: Add missing `,' after cross references.
6305
6306 1999-02-20  Craig Burley  <craig@jcb-sc.com>
6307
6308         * Make-lang.in (f77.install-common, f77.install-info,
6309         f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
6310         instead of `lang-f77' for flag file, to be sure of a
6311         writable directory, and remove the flag file after each
6312         operation to keep things clean.
6313
6314 1999-02-20  Craig Burley  <craig@jcb-sc.com>
6315
6316         * g77.texi: Properly attribute Priest document; clarify
6317         that it is in the .ps version of the Goldberg document.
6318
6319 1999-02-19  Craig Burley  <craig@jcb-sc.com>
6320
6321         * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
6322         news0.texi, news.texi: Update copyright dates.
6323         Clarify which files are source, which are derived,
6324         and remind maintainers where copyright dates are sourced.
6325         * BUGS, INSTALL, NEWS: Regenerated.
6326
6327 1999-02-19  Craig Burley  <craig@jcb-sc.com>
6328
6329         * global.c (ffeglobal_ref_progunit_): Warn about a function
6330         definition that disagrees with the type of a previous reference.
6331         Improve commentary.  Fix a couple of minor bugs.  Clean up
6332         some code.
6333         * news.texi: Spread the joy.
6334
6335 1999-02-18  Craig Burley  <craig@jcb-sc.com>
6336
6337         * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
6338         as argument for FILEINT and FILEASSOC as lhs.
6339         * news.texi: Document fix.
6340         * version.c: Bump.
6341
6342 1999-02-18  Craig Burley  <craig@jcb-sc.com>
6343
6344         * g77.texi: Clarify -fno-globals vs. -Wno-globals.
6345
6346 1999-02-18  Craig Burley  <craig@jcb-sc.com>
6347
6348         * intdoc.in (LOG10): Fix typo.
6349
6350 1999-02-17  Ulrich Drepper  <drepper@cygnus.com>
6351
6352         * intdoc.in: Fix typo.
6353
6354 1999-02-17  Craig Burley  <craig@jcb-sc.com>
6355
6356         * g77.texi, intdoc.in: Document Y2K and some other known
6357         limitations.
6358         * intrin.def (DTIME, FDATE): Fix capitalization of
6359         case-sensitive forms of these intrinsics' names.
6360
6361 1999-02-17  Dave Love  <fx@gnu.org>
6362
6363         * intdoc.in: Say `common' logarithm for log10.
6364
6365 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
6366
6367         * g77.texi: Add missing @ in email addresses.
6368
6369 1999-02-15  Craig Burley  <craig@jcb-sc.com>
6370
6371         * *.*: Delete my (old) email address in most places, change it
6372         in a few.
6373
6374 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6375
6376         * version.c: Bump.
6377
6378 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6379
6380         * version.c: Bump for 1998-10-02 change (forgot to do this
6381         before).
6382
6383 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6384
6385         * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
6386         and `.FPP' as well as `.for' and `.fpp'.
6387
6388 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6389
6390         * intdoc.in (LOG10): Fix description.
6391
6392 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6393
6394         * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
6395
6396 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6397
6398         * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
6399         up and improve indexing, and some other areas of docs.
6400
6401 1999-02-14  Craig Burley  <craig@jcb-sc.com>
6402
6403         * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
6404         32-bit systems.
6405
6406 Sat Feb  6 18:02:17 1999  Jeffrey A Law  (law@cygnus.com)
6407
6408         * g77.texi: Update email addresses.
6409
6410 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
6411
6412         * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
6413         mkstemp.o from libiberty.
6414
6415 1999-02-01  Zack Weinberg  <zack@rabi.columbia.edu>
6416
6417         * top.c: Don't define ffe_is_ident_.  Don't process
6418         -f(no-)ident here.
6419         * top.h: Remove declaration of ffe_is_ident_ and macros
6420         ffe_is_ident() and ffe_set_is_ident().
6421         * lex.c: Use flag_no_ident instead of ffe_is_ident().
6422
6423 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
6424
6425         * lang-specs.h: Map -Qn to -fno-ident.
6426
6427 Tue Jan  5 22:12:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6428
6429         * Make-lang.in (g77.o): Depend on prefix.h.
6430
6431 Fri Nov 27 13:10:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6432
6433         * fini.c: Rename variable `spaces' to `xspaces' to avoid
6434         conflicting with function `spaces' from libiberty.
6435
6436         * g77spec.c: Don't prototype libiberty functions.
6437         * malloc.c: Likewise.
6438
6439 1998-11-20  Dave Love  <d.love@dl.ac.uk>
6440
6441         * g77.texi: Assorted minor changes.
6442
6443 1998-11-19  Dave Love  <d.love@dl.ac.uk>
6444
6445         * bugs.texi: Formatting changes from Craig.
6446
6447         * intdoc.in: Terminate some @xrefs with `,'.
6448
6449 1998-11-19  Manfred Hollstein  <manfred@s-direktnet.de>
6450
6451         * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
6452
6453 Mon Nov  9 23:15:39 1998  Jeffrey A Law  (law@cygnus.com)
6454
6455         * g77.texi, news.texi: Updates from Craig.
6456
6457 Sun Nov  8 17:47:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6458
6459         * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
6460
6461 Sat Nov  7 15:58:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6462
6463         * g77spec.c: Don't include gansidecl.h.
6464         * output.j: Likewise.
6465
6466 1998-11-04  Dave Love  <d.love@dl.ac.uk>
6467
6468         * g77.texi: Small formatting/indexing fixes.
6469
6470 Mon Oct 12 20:41:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6471
6472         * bad.c (ffebad_finish): Change type of variable `c' to unsigned
6473         char, change type of variable `s' to unsigned char *.
6474
6475         * com.c (ffecom_symbol_null_): Add missing initializers.
6476
6477         * fini.c (MAXNAMELEN): Undef it before defining.
6478
6479         * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
6480         unsigned char.
6481
6482         * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
6483         to (unsigned char).
6484
6485         * lex.c (ffelex_splice_tokens): Change type of variable `p' to
6486         unsigned char *.
6487         (ffelex_token_name_from_names): Cast the argument of
6488         `ffelex_is_firstnamechar' to (unsigned char).
6489         (ffelex_token_names_from_names): Likewise.
6490         (ffelex_token_new_name): Likewise.
6491         (ffelex_token_new_names): Likewise.
6492
6493         * malloc.c (malloc_root_): Add missing initializer.
6494
6495         * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
6496         (ffestb_else) Likewise.
6497         (ffestb_else3_) Likewise.
6498         (ffestb_endxyz) Likewise.
6499         (ffestb_goto) Likewise.
6500         (ffestb_let) Likewise.
6501         (ffestb_varlist) Likewise.
6502         (ffestb_R522) Likewise.
6503         (ffestb_R528) Likewise.
6504         (ffestb_R834) Likewise.
6505         (ffestb_R835) Likewise.
6506         (ffestb_R838) Likewise.
6507         (ffestb_R1102) Likewise.
6508         (ffestb_blockdata) Likewise.
6509         (ffestb_R1212) Likewise.
6510         (ffestb_R810) Likewise.
6511         (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
6512         to (unsigned char).
6513         (ffestb_V014): Change type of variable `p' to unsigned char *.
6514         (ffestb_dummy) Likewise.
6515         (ffestb_R524) Likewise.
6516         (ffestb_R547) Likewise.
6517         (ffestb_decl_chartype) Likewise.
6518         (ffestb_decl_dbltype) Likewise.
6519         (ffestb_decl_gentype) Likewise.
6520         (ffestb_decl_entsp_2_) Likewise.
6521         (ffestb_V027) Likewise.
6522         (ffestb_decl_R539) Likewise.
6523
6524         * top.c (ffe_decode_option): Mark parameter `argc' with
6525         ATTRIBUTE_UNUSED.
6526
6527         * where.c (ffewhere_unknown_line_): Add missing initializers.
6528
6529 1998-10-02  Dave Love  <d.love@dl.ac.uk>
6530
6531         * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
6532
6533 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
6534
6535         * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
6536         HANDLE_GENERIC_PRAGMAS.
6537
6538 Mon Sep 28 04:22:00 1998  Jeffrey A Law  (law@cygnus.com)
6539
6540         * news.texi: Update from Craig.
6541
6542 1998-09-23  Dave Love  <d.love@dl.ac.uk>
6543
6544         * g77.texi: Additions about `/*', trailing comments and cpp.
6545
6546 1998-09-18  Dave Love  <d.love@dl.ac.uk>
6547
6548         * g77.texi: Various additions and some small fixes.
6549
6550 Thu Sep 10 14:55:44 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
6551
6552         * Make-lang.in (f77.install-common): Add missing "else true;".
6553
6554 1998-09-07  Dave Love  <d.love@dl.ac.uk>
6555
6556         * ChangeLog.egcs: Deleted.  Entries merged here.
6557
6558 1998-09-05  Dave Love  <d.love@dl.ac.uk>
6559
6560         * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
6561         (F771_LDFLAGS): Variable dispensed with.
6562
6563 Fri Sep  4 19:53:34 1998  Craig Burley  <burley@gnu.org>
6564
6565         * intdoc.in: Minor editorial tweaks.
6566
6567 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
6568
6569         * lang-options.h: Convert to wrap option and doc string
6570         in a new macro invocation, FTNOPT, so the nearly identical
6571         list can be used in FSF-g77.
6572
6573 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
6574
6575         * Makefile.in (fini.o): Don't define USE_HCONFIG here.
6576         * fini.c: Define USE_HCONFIG here instead, so deps-kinda
6577         picks up correct dependency.
6578
6579         * Makefile.in (proj-h.o): Fix dependencies list.
6580
6581 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
6582
6583         * lex.c (ffe_lex_hash):  Change how HANDLE_PRAGMA and
6584         HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
6585         enabled in this code.
6586         Generate warning messages if unknown pragmas are encountered.
6587         (pragma_getc): New function: retrieves characters from the
6588         input stream.  Defined when HANDLE_PRAGMA is defined.
6589         (pragma_ungetc): New function: replaces characters back into the
6590         input stream.  Defined when HANDLE_PRAGMA is defined.
6591
6592 Tue Sep  1 10:00:21 1998  Craig Burley  <burley@gnu.org>
6593
6594         * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
6595         from Craig.
6596
6597 1998-08-23  Dave Love  <d.love@dl.ac.uk>
6598
6599         * g77.texi: Increment `version-g77' and fix a few typos.
6600
6601 Tue Aug 18 21:41:31 1998  Jeffrey A Law  (law@cygnus.com)
6602
6603         * Make-lang.in: Add several "else true" clauses to deal with lame
6604         systems.
6605
6606 Tue Aug 11 08:12:14 1998  H.J. Lu  (hjl@gnu.org)
6607
6608         * Make-lang.in (g77.o): Touch lang-f77 before checking it.
6609
6610 1998-08-09  Dave Love  <d.love@dl.ac.uk>
6611
6612         * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
6613         with explicit use of tex.
6614         (f77.mostlyclean): Remove TeX index files.
6615
6616         * g77install.texi (Prerequisites): Kluge round TeX lossage with
6617         hyphen in @value in @code.
6618
6619 Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
6620
6621         * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
6622         Allow conversion from pointer to same-sized integer,
6623         to fix invoking SIGNAL as a function.
6624
6625 1998-07-26  Dave Love  <d.love@dl.ac.uk>
6626
6627         * BUGS, INSTALL, NEWS: Rebuilt.
6628
6629 Sat Jul 25 17:23:55 1998  Craig Burley  <burley@gnu.org>
6630
6631         Fix 980615-0.f:
6632         * stc.c (ffestc_R1229_start): Set info to ANY as well.
6633
6634 Tue Jul 21 04:33:37 1998  Craig Burley  <burley@gnu.org>
6635
6636         * g77spec.c (lang_specific_driver): Return unmolested
6637         command line when --help seen.
6638         Comment out code that printed g77-specific --help info.
6639
6640 Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
6641
6642         * lang-options.h: Fix up doc strings.
6643         Remove the unimplemented -fdcp-intrinsics-* options.
6644
6645         * str-1t.fin: Change mixed-case spelling of `GoTo' from
6646         `Goto'.
6647
6648 Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
6649
6650         * com.c (ffecom_finish_symbol_transform_): Revert change
6651         of 1998-05-23, as it was too aggressive, in that it
6652         prevented transformation of (used) functions before
6653         primary code generation.
6654
6655 1998-07-15  Dave Love  <d.love@dl.ac.uk>
6656
6657         * intdoc.texi: Regenerated.
6658
6659 Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
6660
6661         * Make-lang.in (f77.rebuilt): Fix to depend on
6662         build-dir-based, not source-based, g77.info.
6663
6664         * g77.texi: Merge docs with 0.5.24.
6665         * g77install.texi: Ditto.
6666
6667 Mon Jul 13 18:02:29 1998  Craig Burley  <burley@gnu.org>
6668
6669         Cleanups vis-a-vis g77-0.5.24:
6670         * g77spec.c (lang_specific_driver): Tabify source.
6671         * top.c (ffe_decode_option): Use fixed macro to set
6672         internal-checking flag.
6673         * top.h (ffe_set_is_do_internal_checks): Fix macro.
6674
6675 Mon Jul 13 17:33:44 1998  Craig Burley  <burley@gnu.org>
6676
6677         Cleanups vis-a-vis system.h cutover and g77-0.5.24:
6678         * Makefile.in (fini.o): Define USE_HCONFIG macro
6679         so source code doesn't have to.
6680         * fini.c: Don't define USE_HCONFIG here, since
6681         source code usually shouldn't care about this.
6682         * ansify.c: Include stddef.h only if we have it.
6683         * intdoc.c: Ditto.
6684         * proj.h: Ditto.
6685
6686 Mon Jul 13 17:30:29 1998  Nick Clifton  <nickc@cygnus.com>
6687
6688         * lang-options.h: Format changed to work with --help support added
6689         to gcc/toplev.c
6690
6691 Mon Jul 13 11:54:03 1998  Craig Burley  <burley@gnu.org>
6692
6693         * com.c (ffecom_push_tempvar): Replace kludge that
6694         munged back-end globals directly with proper calls
6695         to push_topmost_sequence and pop_topmost_sequence.
6696
6697 1998-07-12  Dave Love  <d.love@dl.ac.uk>
6698
6699         * version.c: Bump version.
6700
6701 Sat Jul 11 19:24:32 1998  Craig Burley  <burley@gnu.org>
6702
6703         Fix 980616-0.f:
6704         * equiv.c (ffeequiv_offset_): Don't crash on various
6705         possible ANY operands.
6706
6707 Sat Jul 11 18:24:37 1998  Craig Burley  <burley@gnu.org>
6708
6709         * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
6710         for constant is nonzero.
6711
6712         * com.c (__eprintf): Delete this function, it is obsolete.
6713
6714 1998-07-09  Dave Love  <d.love@dl.ac.uk>
6715
6716         * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
6717
6718 Thu Jul  9 00:45:59 1998  Craig Burley  <burley@gnu.org>
6719
6720         Fix debugging of CHARACTER*(*), etc., which requires
6721         emitting debug info on types like `ftnlen':
6722         * com.c (ffecom_start_progunit_): Don't bother
6723         resetting "invented" flag for identifier.
6724         (ffecom_transform_equiv_): Don't bother zeroing
6725         "ignored" flag for decl.
6726         (pushdecl): No longer set "ignored", "used", or
6727         "suppressed debug" flags for decls having "invented"
6728         identifiers.
6729
6730 1998-07-06  Mike Stump  <mrs@wrs.com>
6731
6732         * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
6733         we can move g77.c.
6734
6735 1998-07-06  Dave Love  <d.love@dl.ac.uk>
6736
6737         * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
6738         -lsocket.
6739
6740 1998-07-05  Dave Love  <d.love@dl.ac.uk>
6741
6742         * intdoc.in: Add entry for DATE_AND_TIME.
6743
6744         * intrin.def: Add implementation for DATE_AND_TIME.  Make second
6745         and third args of SYSTEM_CLOCK optional.
6746
6747         * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
6748
6749         * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
6750         not system_clock_.
6751         (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
6752
6753 Wed Jul  1 11:19:13 1998  Craig Burley  <burley@gnu.org>
6754
6755         Fix 980701-1.f (which was producing "unaligned trap"
6756         on an Alpha running GNU/Linux, as predicted):
6757         * equiv.c (ffeequiv_layout_local_): Don't bother
6758         coping with pre-padding of entire area while building
6759         it; do that instead after the building is done, and
6760         do it by modifying only the modulo field.  This covers
6761         the case of alignment stringency being increased without
6762         lowering the starting offset, unlike the previous changes,
6763         and even more elegantly than those.
6764
6765         * target.c (ffetarget_align): Make sure alignments
6766         are nonzero, just in case.
6767
6768 See ChangeLog.0 for earlier changes.
6769
6770 Local Variables:
6771 add-log-time-format: current-time-string
6772 End: