OSDN Git Service

* doc/include/gcc-common.texi (version-GCC): Increase to 3.3.
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
1 Sun Aug  4 16:45:49 2002  Joseph S. Myers  <jsm@polyomino.org.uk>
2
3         * root.texi (version-gcc): Increase to 3.3.
4
5 2002-07-30  Toon Moene  <toon@moene.indiv.nluug.nl>
6
7         * com.c (ffe_init_options): Set
8         flag_finite_math_only.
9         * invoke.texi: Document -fno-finite-math-only.
10
11 Mon Jul 29 22:05:35 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12
13         * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
14
15 2002-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
16
17         * news.texi: Document better handling of (no-)alias
18         information of dummy arguments and induction variables
19         on loop unrolling.
20
21 2002-07-01  Roger Sayle  <roger@eyesopen.com>
22
23         * f/com.c (builtin_function): Accept additional parameter.
24         (ffe_com_init_0): Pass an additional NULL_TREE argument to
25         builtin_function.
26
27 2002-06-28  Toon Moene  <toon@moene.indiv.nluug.nl>
28
29         * news.texi: Mention 2 Gbyte limit on 32-bit targets
30         for arrays explicitly in news on g77-3.1.
31
32 Thu Jun 20 21:56:34 2002  Neil Booth  <neil@daikokuya.co.uk>
33
34         * lang-specs.h: Use cc1 for traditional preprocessing.
35
36 2002-06-20  Andreas Jaeger  <aj@suse.de>
37
38         * com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_):
39         Remove #ifdefed HAHA sections.
40
41 2002-06-20  Nathanael Nerode  <neroden@twcny.rr.com>
42
43         * com.c: Remove #ifdef HOHO sections.
44
45 2002-06-17  Jason Thorpe  <thorpej@wasabisystems.com>
46
47         * bit.c: Don't include glimits.h.
48         * target.c: Likewise.
49         * where.h: Likewise.
50
51 2002-06-12  Gabriel Dos Reis  <gdr@codesourcery.com>
52
53         * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
54
55 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
56
57         * bad.c (ffebad_start_): Adjust call to count_error.
58         * Make-lang.in (f/bad.o): Depend on diagnostic.h
59         * bad.c: #include diagnostic.h
60
61 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
62
63         * Make-lang.in (f/com.o): Depend on debug.h.
64         * com.c: Include debug.h.
65         (LANG_HOOKS_MARK_TREE): Delete.
66         (struct lang_identifier): Use gengtype.
67         (union lang_tree_node): New.
68         (struct lang_decl): New dummy definition.
69         (struct lang_type): New dummy definition.
70         (ffe_mark_tree): Delete.
71
72         * com.c (struct language_function): New dummy structure.
73
74         * Make-lang.in: Add rules to generate gt-f-ste.h gtype-f.h; allow
75         for filename changes.
76         (com.o): Allow for filename changes; add gtype-f.h as dependency.
77         (ste.o): Add gt-f-ste.h as dependency.
78         * config-lang.in (gtfiles): Add com.h, ste.c.
79         * com.c: Replace uses of ggc_add_* with GTY markers.  Include
80         gtype-f.h.
81         (mark_binding_level): Delete.
82         * com.h: Replace uses of ggc_add_* with GTY markers.
83         * ste.c: Replace uses of ggc_add_* with GTY markers.  Include
84         gt-f-ste.h.
85
86         * Make-lang.in (f/gt-com.h): Build using gengtype.
87         (com.o): Depend on f/gt-com.h.
88         * com.c: Rename struct binding_level to f_binding_level.
89         (struct f_binding_level): Use gengtype.
90         (struct tree_ggc_tracker): Use gengtype.
91         (mark_tracker_head): Use gt_ggc_m_tree_ggc_tracker.
92         (make_binding_level): Use GGC.
93         (mark_binding_level): Use gt_ggc_m_f_binding_level.
94         (ffecom_init_decl_processing): Change free_binding_level
95         to a deletable root.
96         * config-lang.in (gtfiles): Define.
97         * where.c: Strings need no longer be allocated in GCable memory;
98         remove my change of 30 Dec 1999.
99
100 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
101
102         * lang-specs.h: Use cpp_debug_options.
103
104 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
105
106         * bld.c, com.c, expr.c, target.c: Include real.h.
107         * Make-lang.in: Update dependency lists.
108
109 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
110
111         * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
112
113 2002-05-09  Hassan Aurag  <aurag@cae.com>
114
115         * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
116         under -fugly-logint as arguments of .and., .or., .xor.
117
118 2002-05-07  Jan Hubicka  <jh@suse.cz>
119
120         * target.h (FFETARGET_32bit_longs): Undefine for x86-64.
121
122 2002-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
123
124         * invoke.texi: Use @gol at ends of lines inside @gccoptlist.
125         * g77.texi: Update last update date.
126
127 Thu Apr 25 07:44:44 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
128
129         * com.h (ffe_parse_file): Update.
130         * lex.c (ffe_parse_file): Update.
131
132 2002-04-20  Toon Moene  <toon@moene.indiv.nluug.nl>
133
134         * root.texi: Remove variable version-g77.
135         * g77.texi: Remove the single use of that variable.
136
137 Thu Apr 18 19:10:44 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
138
139         * com.c (incomplete_type_error): Remove.
140
141 Tue Apr 16 14:55:47 2002  Mark Mitchell  <mark@codesourcery.com>
142
143         * com.c (ffecom_expr_power_integer): Add has_scope argument to
144         call to expand_start_stmt_expr.
145
146 Mon Apr 15 10:59:14 2002  Mark Mitchell  <mark@codesourcery.com>
147
148         * g77.texi: Remove Chill reference.
149
150 2002-04-13  Toon Moene  <toon@moene.indiv.nluug.nl>
151
152         * news.texi: Deprecate frontend version number;
153         update list of fixed bugs.
154
155 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
156
157         * Make-lang.in (f/target.o): Depend on diagnostic.h.
158         * target.c: Include diagnostic.h.
159         (ffetarget_memcpy_): Call sorry if host and target endians are
160         not matching.
161
162 Thu Apr  4 23:29:48 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
163
164         * com.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
165         (truthvalue_conversion): Rename.  Update.  Make static.
166         (ffecom_truth_value): Update.
167
168 Mon Apr  1 21:39:36 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
169
170         * com.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
171         (mark_addressable): Rename.
172         (ffecom_arrayref_, ffecom_1): Update.
173
174 Mon Apr  1 09:59:53 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
175
176         * com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
177         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
178         (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
179
180 Sun Mar 31 23:50:22 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
181
182         * com.c (lang_print_error_function): Rename.
183         (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
184         (ffe_init): Don't set hook.
185
186 Fri Mar 29 21:59:15 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
187
188         * com.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
189         Redefine.
190         (type_for_mode, type_for_size): Rename.
191         (signed_or_unsigned_type, signed_type, truthvalue_conversion,
192         unsigned_type): Use new hooks.
193
194 Tue Mar 26 10:30:05 2002  Andrew Cagney  <ac131313@redhat.com>
195
196         * invoke.texi (Warning Options): Mention -Wswitch-enum.
197         Fix PR c/5044.
198
199 Tue Mar 26 07:30:51 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
200
201         * com.c (LANG_HOOKS_MARK_TREE): Redefine.
202         (lang_mark_tree): Rename ffe_mark_tree, make static.
203
204 Mon Mar 25 19:27:11 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
205
206         * com.c (maybe_build_cleanup): Remove.
207
208 2002-03-23  Toon Moene  <toon@moene.indiv.nluug.nl>
209
210         * com.c (ffecom_check_size_overflow_): Add a test
211         so that arrays too large for 32-bit byte-offset
212         addressing get caught.
213         * news.texi: Document the fixing of this problem.
214
215 Sat Mar 23 11:18:17 2002  Andrew Cagney  <ac131313@redhat.com>
216
217         * invoke.texi (Warning Options): Mention -Wswitch-default.
218
219 Thu Mar 21 18:55:41 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
220
221         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
222         insert_block, getdecls, global_bindings_p): New.
223
224 Wed Mar 20 08:03:42 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
225
226         * com.c (lang_printable_name): Rename.
227         (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
228         (ffe_init): Don't use old hook.
229
230 Sun Mar 17 18:50:15 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
231
232         * com.h (ffe_parse_file): Prototype.
233
234 Sun Mar 17 20:57:30 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
235
236         * com.c (LANG_HOOKS_PARSE_FILE): Redefine.
237         * com.h (ffe_parse_file): New.
238         * parse.c (NAME_OF_STDIN): Remove.
239         (yyparse): Rename ffe_parse_file.
240
241 Tue Mar 12 20:23:18 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
242
243         * com.c (tree_code_type, tree_code_length, tree_code_name):
244         Define.
245
246 Sun Mar 10 12:37:42 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
247
248         * target.c (ffetarget_print_hex): Const-ify.
249
250 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
251
252         * version.c:  Fix misplaced leading blanks on first line.
253
254 2002-03-03  Zack Weinberg  <zack@codesourcery.com>
255
256         * com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
257         blocks, make all #ifdef REAL_ARITHMETIC blocks unconditional.
258         Delete some further #ifdef blocks predicated on REAL_ARITHMETIC.
259
260 Thu Feb 28 07:53:46 2002  Neil Booth  <neil@daikokuya.demon.co.uk>
261
262         * com.c (copy_lang_decl): Delete.
263
264 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
265
266         * com.c, lex.c, top.c: Delete traditional-mode-related code
267         copied from the C front end but not used, or used only to
268         permit the compiler to link.
269
270 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
271
272         * news.texi: List Problem Reports fixed in 3.1.
273
274 2002-02-13  Toon Moene  <toon@moene.indiv.nluug.nl>
275
276         * data.c (ffedata_eval_offset_): Only convert index,
277         low and high bound in data statements to default integer
278         if they are constants.  Use a copy of the data structure.
279
280 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
281
282         * data.c (ffedata_eval_offset_): Convert non-default integer
283         constants to default integer kind if necessary.
284
285 2002-02-09  Toon Moene  <toon@moene.indiv.nlug.nl>
286
287         * invoke.texi: Add a short debugging session
288         as an example to the documentation of -g.
289
290 2002-02-06  Toon Moene  <toon@moene.indiv.nluug.nl>
291
292         PR fortran/4730 fortran/5473
293         * com.c (ffecom_expr_): Deal with %VAL constructs.
294         * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
295         to indicate "no larger than default kind" integers and logicals.
296         * intrin.def: Use 'N' constraints in table of intrinsics.
297         * intdoc.c: Document this constraint.
298         * intdoc.texi: Regenerated.
299
300 2002-02-04  Philipp Thomas  <pthomas@suse.de>
301
302         * implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
303
304 2002-02-04  Philipp Thomas  <pthomas@suse.de>
305
306         * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
307         Insert comments to mark messages as not being printf style
308         where appropriate.
309
310 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
311
312         * expr.c (ffeexpr_sym_impdoitem_): Allow other than
313         default INTEGER implied-do loop counts.
314
315 2002-02-01  Toon Moene  <toon@moene.indiv.nluug.nl>
316
317         * bad.def: Remove non-historical reference to version 0.6.
318         * bugs.texi: Ditto.
319         * com.c: Ditto.
320         * ffe.texi: Ditto.
321         * proj.h: Ditto.
322         * g77.texi: Ditto.
323
324 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
325
326         * g77spec.c (lang_specific_driver): Follow GNU Coding Standards
327         for --version.
328
329 2002-01-30  Richard Henderson  <rth@redhat.com>
330
331         * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
332         (ffeste_R819B): Likewise.
333
334 2002-01-30  Toon Moene  <toon@moene.indiv.nluug.nl>
335
336         * intrin.c (upcasecmp_): New function.
337         (ffeintrin_cmp_name_): Use it to correctly compare name
338         and table entry for bsearch.
339
340 2002-01-26  Toon Moene  <toon@moene.indiv.nluug.nl>
341
342         * intrin.c (ffeintrin_cmp_name_): Correct comparison
343         for intrinsics in intrinsic table (intrin.def).
344
345 2002-01-22  Zack Weinberg  <zack@codesourcery.com>
346
347         * bad.c: Include intl.h.
348         (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT,
349         LONG.  Adjust definitions to work with exgettext.
350         (ffebad_start_): Translate all error messages.
351         (ffebad_finish): Mark constant strings for translation.
352         * bad.h: Use FFEBAD_MSG.  Adjust prototype of ffebad_start_
353         and definitions of ffebad_start_msg, ffebad_start_msg_lex to
354         work with exgettext.
355         * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout.
356
357         * com.c: Include intl.h.
358         (lang_print_error_function): Always use ffeinfo_kind_message
359         to get the kind label for a non-nested construct.  Translate
360         it.  Translate constant strings.
361         * info.c (FFEINFO_KIND): Adjust definition to work with exgettext.
362         * info-k.def: Block xgettext from slurping copyright notice
363         into gcc.pot.  Adjust strings for their sole use, in com.c.
364
365         * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h.
366
367 2002-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
368
369         PR fortran/3807
370         * f/intrin.c (ffeintrin_check_):  Allow for case of intrinsic
371         control string have COL-spec an integer > 0.
372
373 2002-01-08  Joseph S. Myers  <jsm28@cam.ac.uk>
374
375         * g77spec.c (lookup_option): Handle -fversion.
376         (lang_specific_driver): Update copyright date in --version output.
377
378 Mon Jan  7 00:03:42 2002  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
379
380         * invoke.texi: Markup g77 as @command.  Remove reference to
381         http://gcc.gnu.org/thanks.html.
382
383 Wed Jan  2 18:13:11 2002  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
384
385         * com.c (clear_binding_level): Const-ify.
386         (ffecom_arglist_expr_): Likewise.
387         * info.c (ffeinfo_types_): Don't needlessly zero init.
388         * lex.c (ffelex_hash_kludge): Const-ify.
389
390 Sun Dec 23 10:45:09 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
391
392         * com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
393         ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
394
395 Sat Dec 22 16:01:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
396
397         * bld.c (ffebld_arity_op_): Declare array size explicitly.
398         * bld.h (ffebld_arity_op_): Likewise.
399
400 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
401
402         * config-lang.in (diff_excludes): Remove.
403
404 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
405
406         * g77.texi, invoke.texi: Update links to GCC manual.
407
408 Sun Dec 16 16:08:57 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
409
410         * news.texi: Fix spelling errors.
411
412 Sun Dec 16 10:36:51 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
413
414         * Make-lang.in (f/version.o): Depend on f/version.h.
415         * version.c: Include ansidecl.h and f/version.h.
416
417 Sun Dec 16 08:52:48 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
418
419         * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
420         * target.c (ffetarget_integerhex, ffetarget_typeless_hex): Use
421         hex_p/hex_value.
422
423 2001-12-14  Roger Sayle <roger@eyesopen.com>
424
425         * com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
426         * com.c (ffecom_init_0): Same, and fixed enumeration usage.
427
428 2001-12-10  Joseph S. Myers  <jsm28@cam.ac.uk>
429
430         * g77.texi: Don't condition menus on @ifinfo.
431
432 Wed Dec  5 06:49:21 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
433
434         * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.
435
436 Mon Dec  3 18:56:04 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
437
438         * com.c: Remove leading capital from diagnostic messages, as
439         per GNU coding standards.
440         * g77spec.c: Similarly.
441         * lex.c: Similarly.
442
443 2001-12-01  Zack Weinberg  <zack@codesourcery.com>
444
445         * f/fini.c: Use xmalloc.
446
447 Fri Nov 30 20:54:02 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
448
449         * Make-lang.in: Delete references to proj.[co], proj-h.[co].
450         * proj.c: Delete file.
451
452 2001-11-29  Zack Weinberg  <zack@codesourcery.com>
453
454         * Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
455         and link with $(HOST_LIBS), not safe-ctype.o.
456
457 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
458
459         * Make-lang.in (f77.generated-manpages): New target.
460         ($(srcdir)/f/g77.1): Don't check $(GENERATED_MANPAGES).  Allow
461         manpage generation to fail.
462         (f77.info): Don't depend on $(srcdir)/f/g77.1.
463         (f77.install-man): Depend on $(GENERATED_MANPAGES) rather than
464         directly on $(srcdir)/g77.1.
465
466 2001-11-24  Toon Moene  <toon@moene.indiv.nluug.nl>
467
468         PR fortran/3957
469         * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
470
471 2001-11-21  Toon Moene  <toon@moene.indiv.nluug.nl>
472
473         * g77.texi: egcs was not a `@command'.
474         * invoke.texi: Ditto.
475         * news.texi: Substitute `@command' for `@code'
476         and `@option' for `@samp' where appropriate.
477
478 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
479
480         * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.
481
482 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
483
484         * g77spec.c (lang_specific_driver) [ENABLE_SHARED_LIBGCC]: Add
485         libgcc_s.so if libf2c is used.
486         * Make-lang.in (g77spec.o): Use DRIVER_DEFINES.
487
488 2001-11-19  Toon Moene <toon@moene.indiv.nluug.nl>
489
490         * .cvsignore: Ignore g77.1
491         * g77.texi: Substitute `@command' for `@code'
492         where appropriate.
493         * invoke.texi: Ditto.
494
495 2001-11-18  Toon Moene  <toon@moene.indiv.nluug.nl>
496
497         * Make-lang.in: Remove all references to LANGUAGES
498         and the stamp files that depend on its value.
499
500 Sun Nov 18 11:13:04 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
501
502         * com.c (finish_parse): Remove.
503         (ffe_finish): Move body of finish_parse.
504
505 Thu Nov 15 10:06:38 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
506
507         * com.c (ffecom_init_decl_processing): Renamed from
508         init_decl_processing.
509         (init_parse): Move contents to ffe_init.
510         (ffe_init): Update prototype.
511
512 2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
513
514         * g77.texi: Update to use `@command', `@option.
515         * invoke.texi: Ditto
516
517 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
518
519         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
520
521 2001-11-14  Toon Moene  <toon@moene.indiv.nluug.nl>
522
523         * g77.1: Remove from CVS.
524         * Make-lang.in: Build g77.1 in $(srcdir).
525         Add --section=1 to POD2MAN command line.
526         * invoke.texi: Correct copyright years.
527         Add more sections to man page.  Add GFDL.
528
529 Fri Nov  9 23:16:45 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
530
531         * com.c (ffe_print_identifier): Rename.
532         (LANG_HOOKS_PRINT_IDENTIFIER): Override.
533         (lang_print_xnode, print_lang_decl, print_lang_statistics,
534         print_lang_type, set_yydebug): Remove.
535
536 2001-11-09  Zack Weinberg  <zack@codesourcery.com>
537
538         * g77spec.c (lang_specific_driver): Adjust behavior of -v and
539         --version for consistency with other front ends.  Remove large
540         #if 0 block.  Do not add libraries to argv if there are no
541         input files.
542         (add_version_magic): Delete all references and dependent code.
543         * lang-options.h: Delete -fnull-version.
544         * lang-specs.h: Delete f77-version spec.
545
546         * lex.c: Delete logic conditional on ffe_is_null_version() and
547         now-unused label.
548         * top.c: Delete ffe_is_null_version_ variable.
549         (ffe_decode_option): Delete -fnull-version case.
550         * top.h: Delete declaration of ffe_is_null_version_ and
551         ffe_is_null_version(), ffe_set_is_null_version() macros.
552
553 Fri Nov  9 07:14:47 2001  Neil Booth  <neil@daikokuya.demon.co.uk>
554
555         * com.c (language_string, lang_identify): Remove.
556         (struct lang_hooks): Constify.
557         (LANG_HOOKS_NAME): Override.
558         (init_parse): Update.
559
560 2001-11-08  Andreas Franck  <afranck@gmx.de>
561
562         * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle
563         program_transform_name the way suggested by autoconf.
564
565 2001-11-08  Toon Moene  <toon@moene.indiv.nluug.nl>
566
567         * Make-lang.in: Add rules for building g77.1.
568         * invoke.texi: Add man page stuff.  Move indexing
569         from g77.texi to here.
570         * g77.texi: Remove indexing specific to invoke.texi.
571         * news.texi: Document that g77.1 is now a generated
572         file.
573
574 Tue Nov  6 21:17:47 2001  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
575
576         * com.c: Include langhooks-def.h.
577         * Make-lang.in: Update.
578
579 2001-11-04  Toon Moene  <toon@moene.indiv.nluug.nl>
580
581         * g77.texi: Split off invoke.texi (preliminary to using it
582         to generate a man page).
583         * Make-lang.in: Reflect in build rules.
584
585 Fri Nov  2 10:51:34 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
586
587         * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
588         is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
589         SKIP_ALL_WHITE_SPACE): Delete.
590         (read_filename_string, read_name_map): Don't use is_space or
591         is_hor_space.
592
593 2001-10-29  Toon Moene  <toon@moene.indiv.nluug.nl>
594
595         * news.texi: Document new ability to compile programs with
596         arrays larger than 512 Mbyte on 32-bit targets.
597
598 2001-10-24  Toon Moene  <toon@moene.indiv.nluug.nl>
599
600         * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
601
602 Tue Oct 23 14:01:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
603
604         * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
605         (lang_get_alias_set): Delete.
606
607 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
608
609         * g77.texi (Sending Patches): Remove.
610
611 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
612
613         * Make-lang.in (f/intdoc): Depend on safe-ctype.o.
614
615 Sun Oct 21 17:28:17 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
616
617         * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
618         calls into fewer ones.
619         * implic.c (ffeimplic_lookup_): Likewise.
620         * intdoc.c (dumpimp): Likewise.
621         * intrin.c (ffeintrin_init_0): Likewise.
622         * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
623         Likewise.
624         * lex.h (ffelex_is_firstnamechar): Likewise.
625         * target.c (ffetarget_integerhex): Likewise.
626
627 2001-10-21  Craig Prescott  <prescott@phys.ufl.edu>
628
629         * target.h (FFETARGET_32bit_longs): Don't define
630         for 64-bit hppa.
631
632 2001-10-17  Richard Henderson  <rth@redhat.com>
633
634         * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
635         (ffestd_R737A): Likewise.
636
637 2001-10-17  Richard Henderson  <rth@redhat.com>
638
639         * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
640         BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
641         related conditional compilation directives.
642         * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
643         intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
644         stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
645
646 2001-10-17  Richard Henderson  <rth@redhat.com>
647
648         * Make-lang.in (f/com.o): Depend on langhooks.h.
649         * com.c: Include it.
650         (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
651         (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
652         (lang_hooks): Use LANG_HOOKS_INITIALIZER.
653
654 Sun Oct  7 12:27:54 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
655
656         * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
657         * bld.c (ffebld_arity_op_): Likewise.
658         * bld.h (ffebld_arity_op_): Likewise.
659         * com.c (ffecom_init_0): Likewise.
660         * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
661         _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
662         cc_descriptions, cc_summaries): Likewise.
663         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
664         _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
665         ffeintrin_imps_, ffeintrin_specs_): Likewise.
666
667 2001-10-05  Toon Moene  <toon@moene.indiv.nluug.nl>
668
669         * news.texi: Document libf2c being built as a shared library.
670         Use of array elements in bounds of adjustable arrays ditto.
671
672 2001-10-03  Toon Moene  <toon@moene.indiv.nluug.nl>
673
674         * Make-lang.in: Remove reference to FORTRAN_INIT.
675         * g77spec.c: Add reference to FORTRAN_INIT.
676
677 2001-09-29  Juergen Pfeifer  <juergen.pfeifer@gmx.net>
678
679         Make libf2c a shared library.
680
681         * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
682         * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
683
684 2001-09-28  Robert Anderson  <rwa@alumni.princeton.edu>
685
686         * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
687         as bounds of adjustable arrays.
688
689 Thu Sep 20 15:05:20 JST 2001  George Helffrich  <george@geo.titech.ac.jp>
690
691         * com.c (ffecom_subscript_check_): Loosen subscript checking rules
692         for character strings, to permit substring expressions like
693         string(1:0).
694         * news.texi: Document this as a new feature.
695
696 Thu Sep 13 10:33:27 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
697
698         * bad.c (ffebad_finish): Const-ification and/or static-ization.
699         * intrin.c (ffeintrin_cmp_name_): Likewise.
700         * stc.c (ffestc_R904): Likewise.
701
702 Wed Sep 12 12:09:04 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
703
704         * bld.c (ffebld_op_string_): Const-ification.
705         * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
706         * fini.c (xspaces): Likewise.
707         * global.c (ffeglobal_type_string_): Likewise.
708         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
709         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
710         ffeinfo_where_string_): Likewise.
711         * lex.c (ffelex_type_string_): Likewise.
712         * malloc.c (malloc_types_): Likewise.
713         * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
714         ffestc_R907): Likewise.
715         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
716         Likewise.
717         * version.c (ffe_version_string): Likewise.
718         * version.h (ffe_version_string): Likewise.
719
720 2001-09-11  Richard Henderson  <rth@redhat.com>
721
722         * parse.c (finput): Mark extern.
723
724 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
725
726         * com.c (ffe_init_options): Default to -fmerge-all-constants
727         if optimizing.
728
729 2000-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
730
731         * target.h (FFETARGET_32bit_longs): Don't define
732         for 64-bit S/390.
733
734 2001-07-20  Toon Moene  <toon@moene.indiv.nluug.nl>
735
736         * com.c (ffecom_expr_intrinsic_):
737         case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
738         case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
739         case FFEINTRIN_impISHFTC: Ditto.
740         case FFEINTRIN_impMVBITS: Ditto.
741
742 2001-07-19  Jakub Jelinek  <jakub@redhat.com>
743
744         * top.c (ffe_decode_option): Disallow lang-independent processing
745         for -ffixed-form.
746
747 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
748
749         * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
750         {L|R}SHIFT_EXPR not working when shift > size of type.
751
752 2001-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
753
754         * com.c (lang_print_error_function): Argument context
755         is unused.
756
757 2001-07-14  Tim Josling  <tej@melbpc.org.au>
758
759         * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
760         (ffecom_tree_canonize_ref_): Likewise.
761
762 2001-07-10  James Smaby  <jsmaby@virgo.umeche.maine.edu>
763
764         * intdoc.in: Fix the definition of COMPLEX ABS.
765         Remove `the' where inappropriate.
766         * intdoc.texi: Rebuilt.
767
768 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
769
770         * g77.texi: Use gpl.texi and funding.texi.  Remove Look and Feel
771         section.  Add Funding Free Software to invariant sections.
772         * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
773         dependencies and use doc/include in search path.
774
775 2001-06-28  Gabriel Dos Reis  <gdr@codesourcery.com>
776
777         * Make-lang.in (f/com.o): Depend on diagnostic.h
778         * com.c: #include diagnostic.h
779         (lang_print_error_function): Take a 'diagnostic_context *'.
780
781 Wed Jun 13 11:22:39 2001  Mark Mitchell  <mark@codesourcery.com>
782
783         * BUGS: Remove.
784         * NEWS: Likewise.
785
786 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
787
788         * g77install.texi: Remove.
789         * Make-lang.in: Remove all mention of g77install.texi.
790         * g77.texi: Add documentation on how to get output always
791         flushed and how to increase the maximum unit number.
792         Remove all mention of g77install.texi.
793         * bugs.texi: Add documentation on how to change the threshold
794         for putting local arrays on the stack.
795
796 2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
797
798         * root.texi: Fix typo in patches e-mail address.
799
800 2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
801             Jan van Male  <jan.vanmale@fenk.wau.nl>
802
803         * root.texi: Define `help' and `patches' mailing list
804         addresses.
805         * news.texi: Remove `prerelease' from 0.5.26
806         * g77.texi: Use two spaces between command options, eliminate
807         some 'overfull hboxes'.  Use help and patches mailing list
808         addresses where appropriate.
809
810 2001-06-02  Joseph S. Myers  <jsm28@cam.ac.uk>
811
812         * g77.texi: Move contents to just after title page.
813
814 2001-06-02  Toon Moene  <toon@moene.indiv.nluug.nl>
815
816         * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
817
818 2001-05-23  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
819
820         * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
821         fdl.texi.
822         (f/g77.dvi): Use TEXI2DVI instead of custom tex calls.  Create the
823         dvi file in the f directory.
824
825 2001-05-25  Sam TH  <sam@uchicago.edu>
826
827         * bad.h: Fix header include guards.
828         * bit.h bld.h com.h data.h equiv.h expr.h global.h
829         implic.h info.h intrin.h lab.h lex.h malloc.h name.h
830         proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
831         storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
832         symbol.h target.h top.h type.h version.h
833         where.h: Likewise.
834
835 2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
836
837         * g77.texi: Update last-changed date.
838         * news.texi: Update copyright years, last-changed date.
839         * bugs.texi: Update copyright years, last-changed date.
840
841 2001-05-22  Toon Moene  <toon@moene.indiv.nluug.nl>
842
843         * g77.texi: Update maintenance information for
844         GNU Fortran.  Remove all mention of -fdebug-kludge.
845         * news.texi: Make more news in 0.5.26 `user visible
846         changes'. Acknowledge work by important contributors.
847         * bugs.texi: Remove all mention of -fdebug-kludge.
848
849 2001-05-20  Joseph S. Myers  <jsm28@cam.ac.uk>
850
851         * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
852
853 2001-05-19  Toon Moene  <toon@moene.indiv.nluug.nl>
854
855         * Make-lang.in: Have $(MAKEINFO) look into the parent
856         directory for includes.
857         * g77.texi: Use the GFDL.
858
859 Sun May 13 12:25:06 2001  Mark Mitchell  <mark@codesourcery.com>
860
861         * Make-lang.in: Replace all uses of `touch' with $(STAMP).
862
863 Wed May  2 10:20:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
864
865         * com.c: NULL_PTR -> NULL.
866
867 Sun Apr 22 20:18:01 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
868
869         * com.c (ffecom_subscript_check_): Use concat in lieu of
870         xmalloc/sprintf.
871
872 2001-04-21  Toon Moene  <toon@moene.indiv.nluug.nl>
873
874         * news.texi: Update release information for 0.5.27.
875
876 Thu Apr 19 12:49:24 2001  Mark Mitchell  <mark@codesourcery.com>
877
878         * top.c (ffe_decode_option): Do not permit language-independent
879         processing for -ffixed-line-length.
880
881 Thu Apr 12 17:57:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
882
883         * bad.c (inhibit_warnings): Delete redundant declaration.
884
885         * com.c (skip_redundant_dir_prefix): Likewise.
886
887         * com.h (mark_addressable): Likewise.
888
889 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
890
891         * lex.c (ffelex_hash_): Avoid eating one whole line after
892         #line.
893
894 Mon Apr  2 22:38:09 2001  Toon Moene <toon@moene.indiv.nluug.nl>
895
896         * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
897         of 2001-03-04.
898
899 Tue Mar 27 17:40:08 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
900
901         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
902
903 Mon Mar 26 18:13:30 2001  Mark Mitchell  <mark@codesourcery.com>
904
905         * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
906
907 Mon Mar 19 15:05:39 2001  Mark Mitchell  <mark@codesourcery.com>
908
909         * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
910
911 Wed Mar 14 09:29:27 2001  Mark Mitchell  <mark@codesourcery.com>
912
913         * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
914         DECL_RTL_SET_P, etc.
915         (duplicate_decls): Likewise.
916         (start_decl): Likewise.
917
918 Fri Mar  9 22:52:55 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
919
920         * fini.c (main): Use really_call_malloc, not malloc.
921
922 Thu Mar  8 13:27:47 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
923
924         * com.c: Don't rely on the POSIX macro to define autoconf stuff.
925
926 2001-03-07  Brad Lucier  <lucier@math.purdue.edu>
927
928         * g77.texi: Document new options -funsafe-math-optimizations
929         and -fno-trapping-math.  Revise documentation for -ffast-math.
930
931 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
932
933         * proj.h: Delete 'bool' type.  Don't include stddef.h here.
934         * com.c: Rename variables named 'true' and/or 'false'.
935         * intdoc.c: Delete 'bool' type.
936
937 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
938
939         * lang-specs.h: Add zero initializer for cpp_spec field to all
940         array elements.
941
942 2001-02-24  Zack Weinberg  <zackw@stanford.edu>
943
944         * com.c: Don't define STDC_HEADERS, autoconf handles it.
945
946 Fri Feb 23 15:28:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
947
948         * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
949
950 2001-02-19  Joseph S. Myers  <jsm28@cam.ac.uk>
951
952         * version.c, root.texi: Update GCC version number to 3.1.  Update
953         G77 version number to 0.5.27.
954         * BUGS, NEWS: Regenerate.
955
956 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
957
958         * com.c (ffecom_init_0): Call fatal_error instead of fatal.
959         * com.c (init_parse): Call fatal_io_error instead of
960         pfatal_with_name.
961         (ffecom_decode_include_option_): Make errors non-fatal.
962         * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
963         (ffelex_hash_): Likewise.
964
965 Sat Jan 27 20:52:18 2001  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
966
967         * Make-lang.in: Remove all dependencies on defaults.h.
968         * com.c: Don't include defaults.h.
969
970 2001-01-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
971
972         * com.c: Don't explicitly include any time headers, the right ones are
973         already included by proj.h.
974
975 2001-01-15  Mark Mitchell  <mark@codesourcery.com>
976
977         * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
978         label to current_function_decl.
979
980 Fri Jan 12 17:21:33 2001  Joseph S. Myers  <jsm28@cam.ac.uk>
981
982         * g77spec.c (lang_specific_driver): Update copyright year to 2001.
983
984 Wed Jan 10 14:39:45 2001  Mark Mitchell  <mark@codesourcery.com>
985
986         * com.c (ffecom_init_zero_):  Remove last argument in call to
987         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
988         (ffecom_lookup_label_): Likewise.
989         (builtin_function): Likewise.
990         (start_function): Likewise.
991
992 Thu Dec 21 21:19:42 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
993
994         * g77install.texi, g77.texi: Update last-updated dates for
995         installation information and the manual as a whole.
996         * bugs.texi, news.texi: Update copyright years in the comments at
997         the top of the file.
998
999 2000-12-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1000
1001         * g77install.texi: Adjust wording of an EGCS reference.
1002
1003 Thu Dec 21 20:00:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1004
1005         * BUGS, NEWS: Regenerate.
1006
1007 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1008
1009         * com.c [VMS]: Remove definition of BSTRING.
1010
1011 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1012
1013         * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
1014
1015 2000-12-18  Toon Moene <toon@moene.indiv.nluug.nl>
1016
1017         * bugs.texi: Correct copyright years.
1018         * g77.texi: Likewise.
1019         * news.texi: Likewise.
1020
1021 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1022
1023         * g77install.texi: Remove obsolete parts only used for INSTALL,
1024         and DOC-G77 conditionals.  Update last-update-install date.
1025
1026 Sat Dec  9 10:20:11 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1027
1028         * .cvsignore: New file; add info files.
1029
1030 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1031
1032         * Make-lang.in (f77.info): Depend on info files in source
1033         directory.
1034         (f/g77.info): Build info files in source directory; don't build
1035         them unless BUILD_INFO is "info".
1036         (f77.install-info): Install info files from source directory.
1037
1038 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
1039
1040         * Make-lang.in: Link f/fini with safe-ctype.o.
1041         * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
1042         * com.c: Use TOUPPER, not ffesrc_toupper.
1043         * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
1044         * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
1045         * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
1046         initializing code; use TOUPPER and TOLOWER instead of
1047         ffesrc_toupper and ffesrc_tolower.
1048         * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
1049         Don't define ffesrc_toupper or ffesrc_tolower.
1050
1051 2000-11-28  Richard Henderson  <rth@redhat.com>
1052
1053         * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
1054
1055 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1056
1057         * RELEASE-PREP: Remove obsolete EGCS reference.
1058         * g77.texi: Adjust reference to EGCS as something current.
1059         * lang-options.h (FTNOPT): Remove macro and obsolete comment.
1060         Include doc strings directly in option listing instead of through
1061         this macro.
1062         * root.texi: Remove support for multiple different (FSF and EGCS)
1063         distributions of g77.
1064         * g77install.texi: Remove conditioned out instructions applying
1065         only to obsolete distributions of g77 not as part of GCC.  Change
1066         "superceded" to the correct spelling "superseded".
1067
1068 Sun Nov 26 19:25:56 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1069
1070         * g77spec.c (lang_specific_driver): Update copyright year to 2000.
1071
1072 Thu Nov 23 02:18:57 2000  J"orn Rennecke <amylaar@redhat.com>
1073
1074         * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
1075
1076 2000-11-21  David Billinghurst  <David.Billinghurst@riotinto.com)
1077
1078         * Make-lang.in:  Add $(build_exeext) to f/fini target
1079
1080 2000-11-21  Andreas Jaeger  <aj@suse.de>
1081
1082         * g77.texi (Floating-point Exception Handling): Use feenableexcept
1083         in example.
1084         (Floating-point precision): Change to match above change.
1085
1086 Sun Nov 19 17:29:22 2000  Matthias Klose  <doko@marvin.itso-berlin.de>
1087
1088         * g77.texi (Floating-point precision): Adjust example
1089         to work with glibc (>= 2.1).
1090
1091 Sat Nov 18 13:54:49 2000  Matthias Klose  <doko@cs.tu-berlin.de>
1092
1093         * g77.texi (Floating-point Exception Handling): Adjust
1094         example to work with glibc (>= 2.1).
1095
1096 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
1097
1098         * Make-lang.in (INTDOC_DEPS): New macro.
1099         (f/intdoc.texi): Depend on $(INTDOC_DEPS).  Build f/intdoc.
1100         (f/intdoc): Likewise.  Add $(build_exeext).
1101
1102 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
1103
1104         * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
1105         ggc_strdup (var).
1106
1107 Thu Nov 16 23:14:07 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1108
1109         * malloc.c (malloc_init): Call xmalloc, not malloc.
1110
1111 2000-11-10  Rodney Brown  <RodneyBrown@mynd.com>
1112
1113         * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
1114
1115 2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1116
1117         * root.texi: Remove non-historical EGCS reference.
1118         Set current g77 version to 0.5.26.
1119
1120 2000-11-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1121
1122         * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
1123
1124 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
1125
1126         * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
1127         munging of source file name.
1128         ($(srcdir)/f/intdoc.texi): Break up into several rules each of
1129         which builds just one thing.  Don't mess with $(LANGUAGES).
1130         (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
1131
1132 2000-11-05  Toon Moene  <toon@moene.indiv.nluug.nl>
1133
1134         * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
1135         Remove non-historical references to egcs/EGCS.
1136
1137 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1138
1139         * Make-lang.in: Remove f77.distdir and f/INSTALL.
1140         * INSTALL, install0.texi: Remove.
1141
1142 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1143
1144         * com.c (open_include_file, ffecom_open_include_): Use strchr ()
1145         and strrchr () instead of index () and rindex ().
1146
1147 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
1148
1149         * Make-lang.in: Move all build rules here from Makefile.in,
1150         adapt to new context.  Wrap all rules that change the current
1151         directory in parentheses.  Expunge all references to $(P).
1152         When one command depends on another and they're run all at
1153         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
1154         all object-file generation rules.  Delete obsolete variables.
1155
1156         * Makefile.in: Delete.
1157         * config-lang.in: Delete outputs= line.
1158
1159 Sat Oct 21 18:07:48 2000  Joseph S. Myers  <jsm28@cam.ac.uk>
1160
1161         * Makefile.in, g77spec.c: Remove EGCS references in comments.
1162
1163 Thu Oct 12 22:28:51 2000  Mark Mitchell  <mark@codesourcery.com>
1164
1165         * com.c (ffecom_do_entry_): Don't mess with obstacks.
1166         (ffecom_finish_global_): Likewise.
1167         (ffecom_finish_symbol_transform_): Likewise.
1168         (ffecom_gen_sfuncdef_): Likewise.
1169         (ffecom_init_zero_): Likewise.
1170         (ffecom_start_progunit_): Likewise.
1171         (ffecom_sym_transform_): Likewise.
1172         (ffecom_sym_transform_assign_): Likewise.
1173         (ffecom_transform_equiv_): Likewise.
1174         (ffecom_transform_namelist_): Likewise.
1175         (ffecom_vardesc_): Likewise.
1176         (ffecom_vardesc_array_): Likewise.
1177         (ffecom_vardesc_dims_): Likewise.
1178         (ffecom_end_transition): Likewise.
1179         (ffecom_make_tempvar): Likewise.
1180         (bison_rule_pushlevel_): Likewise.
1181         (bison_rule_compstmt_): Likewise.
1182         (finish_decl): Likewise.
1183         (finish_function): Likewise.
1184         (push_parm_decl): Likewise.
1185         (start_decl): Likewise.
1186         (start_function): Likewise.
1187         (ggc_p): Don't define.
1188         * std.c (ffestd_stmt_pass_): Likewise.
1189         * ste.c (ffeste_end_block_): Likewise.
1190         (ffeste_end_stmt_): Likewise.
1191         (ffeste_begin_iterdo_): Likewise.
1192         (ffeste_io_ialist_): Likewise.
1193         (ffeste_io_cilist_): Likewise.
1194         (ffeste_io_inlist_): Likewise.
1195         (ffeste_io_olist_): Likewise.
1196         (ffeste_R810): Likewise.
1197         (ffeste_R838): Likewise.
1198         (ffeste_R839): Likewise.
1199         (ffeste_R842): Likewise.
1200         (ffeste_R843): Likewise.
1201         (ffeste_R1001): Likewise.
1202
1203 2000-10-05  Richard Henderson  <rth@cygnus.com>
1204
1205         * com.c (finish_function): Don't init can_reach_end.
1206
1207 Sun Oct  1 11:43:44 2000  Mark Mitchell  <mark@codesourcery.com>
1208
1209         * com.c (lang_mark_false_label_stack): Remove.
1210
1211 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
1212
1213         * com.c: Include defaults.h.
1214         * com.h: Don't define the *_TYPE_SIZE macros.
1215         * Makefile.in: Update dependencies.
1216
1217 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
1218
1219         * ansify.c: Use #line, not # <number>.
1220
1221 2000-08-24  Greg McGary  <greg@mcgary.org>
1222
1223         * intdoc.c (ARRAY_SIZE): Remove macro.
1224         * proj.h (ARRAY_SIZE): Remove macro.
1225         * com.c (init_decl_processing): Use ARRAY_SIZE.
1226
1227 2000-08-22  Toon Moene  <toon@moene.indiv.nluug.nl>
1228
1229         * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
1230         * com.c (macro DEFGFRT): Use CONST boolean.
1231         (ffecom_call_binop_): Choose between call by value
1232         and call by reference.
1233         (ffecom_expr_): Use direct calls to (g)libc functions for
1234         POW_DD, LOG10, (float) MOD.
1235         (ffecom_make_gfrt_): Add const indication to table of
1236         intrinsics.
1237         * com.h (macro DEFGFRT): Use CONST boolean.
1238         * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
1239
1240 2000-08-21  Nix  <nix@esperi.demon.co.uk>
1241
1242         * lang-specs.h: Do not process -o or run the assembler if
1243         -fsyntax-only.  Use %j instead of /dev/null.
1244
1245 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
1246
1247         * lang-specs.h: Pass -I* options to f771.
1248
1249 2000-08-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1250
1251         * top.c (ffe_decode_option): Disable -fdebug-kludge
1252         and warn about it.
1253         * lang-options.h: Document the fact.
1254         * g77.texi: Ditto.
1255
1256 2000-08-13  Toon Moene  <toon@moene.indiv.nluug.nl>
1257
1258         * bugs.texi: Describe new ability to emit debug info
1259         for EQUIVALENCE members.
1260         * news.texi: Ditto.
1261
1262 2000-08-11  G. Helffrich  <george@gly.bris.ac.uk>
1263             Toon Moene  <toon@moene.indiv.nluug.nl>
1264
1265         * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
1266         so that debug info can be attached to their storage.
1267         Unconditionally list the storage set aside for them.
1268
1269 2000-08-07  Toon Moene  <toon@moene.indiv.nluug.nl>
1270
1271         * g77spec.c (lang_specific_driver): Clearer g77 version message.
1272
1273 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
1274
1275         * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
1276         * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
1277         (f771): Link with $(BACKEND).
1278
1279 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
1280
1281         * g77spec.c: Adjust type of second argument to
1282         lang_specific_driver, and update code as necessary.
1283
1284         * expr.c (ffeexpr_finished_): Cast signed side of ?:
1285         expression to bool.
1286
1287 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
1288
1289         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
1290
1291 Thu Jul 27 11:50:08 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1292
1293         * fini.c (main): Avoid automatic aggregate initialization.
1294
1295         * proj.h: Indent #error directive.
1296
1297 2000-07-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1298
1299         * lang-specs.h: Remove one /dev/null from tradcpp invocation.
1300
1301 Sun Jul 23 15:47:30 2000  Billinghurst, David <David.Billinghurst@riotinto.com>
1302
1303         * Make-lang.in: Put $(build_exeext) suffix on programs which run
1304         on the build machine.
1305
1306 2000-07-22  Toon Moene  <toon@moene.indiv.nluug.nl>
1307
1308         * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
1309         FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
1310
1311 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
1312
1313         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
1314
1315 2000-07-02  Toon Moene  <toon@moene.indiv.nluug.nl>
1316
1317         * version.c: Bump version number.
1318
1319 2000-06-21  Zack Weinberg  <zack@wolery.cumb.org>
1320
1321         * Make-lang.in (F77_SRCS): Remove all .j files.
1322         * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
1323         GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
1324         TOPLEV_H, TREE_H): Remove references to .j files.
1325         (TCONFIG_H, TM_H): Remove entirely.
1326         (deps-kinda): Delete rule.
1327         Correct commentary.
1328
1329         * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
1330         hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
1331         tree.j, tconfig.j, tree.j: Delete.
1332
1333         * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
1334         parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
1335         where.c, where.h: Include parent-directory headers directly.
1336         * lex.c: Don't include tree.h twice.
1337
1338 2000-05-17  H.J. Lu  (hjl@gnu.org)
1339
1340         * Make-lang.in: Use a unique stamp for each target to support
1341         parallel make.
1342
1343 Thu Jun 15 14:03:14 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1344
1345         * ste.c (gbe_block): Constify.
1346
1347 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
1348
1349         * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
1350         (ffecom_transform_equiv_, ffecom_decl_field): Likewise.
1351         (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
1352         (duplicate_decls): Set DECL_USER_ALIGN.
1353
1354 Sun Jun 11 00:03:00 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1355
1356         * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
1357
1358 2000-06-04  Philipp Thomas  <pthomas@suse.de>
1359
1360         * Makefile.in(INTLLIBS): New macro.
1361         (LIBS): Add INTLLIBS.
1362         (DEPLIBS): Likewise.
1363
1364 2000-06-02  Richard Henderson  <rth@cygnus.com>
1365
1366         * com.c (lang_get_alias_set): New.
1367
1368 2000-05-28  Toon Moene  <toon@moene.indiv.nluug.nl>
1369
1370         * bugs.texi: Note that debugging information for
1371         common block items is emitted now.
1372         * news.texi: Ditto.
1373
1374 2000-05-18  Chris Demetriou  <cgd@sibyte.com>
1375
1376         * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that
1377         these types correspond to built-in types now defined in
1378         the C front end (for libf2c).
1379
1380 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
1381
1382         * top.c (ffe_decode_option): Update -Wall unused flags by calling
1383         set_Wunused.
1384
1385 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
1386
1387         * com.c (ffecom_subscript_check_): Constify array_name
1388         parameter. Clean up string bashing.
1389         (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
1390         parameter.
1391         (ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
1392         ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
1393         local char *.
1394         (init_parse): Constify parameter and return value.
1395         * lex.c: Include dwarfout.h instead of prototyping dwarfout_*
1396         functions here.
1397         (ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
1398         (ffelex_hash_, ffelex_include_): Constify local char *.
1399         * std.c (ffestd_exec_end): Constify local char *.
1400         * where.c (ffewhere_file_new): Constify filename parameter.
1401         * where.h: Update prototypes.
1402
1403 2000-05-06  Zack Weinberg  <zack@wolery.cumb.org>
1404
1405         * com.c (ffecom_overlap_): Set source_offset to
1406         bitsize_zero_node.
1407         (ffecom_tree_canonize_ptr_): Use size_binop.  Convert to
1408         bitsizetype before multiplying by TYPE_SIZE.
1409         (ffecom_tree_canonize_ref_) [case ARRAY_REF]: Break up offset
1410         calculation.  Convert to bitsizetype before multiplying by
1411         TYPE_SIZE.
1412
1413 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
1414
1415         * lex.c: Remove references to cccp.c.
1416         * g77install.texi: Remove references to cexp.c/cexp.y.
1417
1418 2000-04-15  David Edelsohn  <edelsohn@gnu.org>
1419
1420         * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
1421         as well.
1422
1423 Wed Apr 12 15:15:26 2000  Mark Mitchell  <mark@codesourcery.com>
1424
1425         * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
1426         preprocessor constant.
1427         (FFECOM_f2cLOGICAL): Likewise.
1428         (FFECOM_f2cLONGINT): Likewise.
1429
1430 Wed Apr  5 17:46:39 2000  Mark Mitchell  <mark@codesourcery.com>
1431
1432         * Makefile.in (GGC_H): Add varray.h.
1433
1434 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
1435
1436         * lang-specs.h: Pass -fno-show-column to the preprocessor.
1437
1438 2000-03-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1439
1440         * com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.
1441         (ffecom_init_0): Likewise.
1442
1443 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1444
1445         * com.c (ffecom_tree_canonize_ptr_): Use bitsize_zero_node.
1446         (ffecom_tree_canonize_ref_): Likewise.
1447
1448 Mon Mar 20 15:49:40 2000  Jim Wilson  <wilson@cygnus.com>
1449
1450         * f/target.h (FFETARGET_32bit_longs): New.  Define for alpha, sparc64,
1451         and ia64.
1452         (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
1453         ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
1454
1455 Fri Mar 10 00:43:55 2000  Jason Merrill  <jason@casey.cygnus.com>
1456
1457         * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
1458
1459 Mon Mar  6 18:05:19 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1460
1461         * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
1462         (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
1463         (ffecom_transform_equiv_): Likewise.
1464
1465 Mon Mar  6 13:01:19 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1466
1467         * ansify.c (die_unless): Don't use ANSI string concatenation.
1468         (die): Mark with ATTRIBUTE_NORETURN.
1469
1470 Wed Mar  1 00:31:44 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1471
1472         * com.c (current_function_decl): Move to toplev.c.
1473
1474 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1475
1476         * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
1477         (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
1478         (ffecom_tree_canonize_ref_): Likewise.
1479         (type_for_mode): Handle TImode.
1480         * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
1481         (ffeste_io_ciclist_): Likewise.
1482
1483 2000-02-23  Zack Weinberg  <zack@wolery.cumb.org>
1484
1485         * com.c (ffecom_type_permanent_copy_): Delete unused function.
1486         (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
1487
1488 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1489
1490         * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
1491         (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
1492         (duplicate_decls): Likewise.
1493         (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
1494         (finish_decl): Delete -Wlarger-than processing.
1495
1496 Fri Feb 18 13:19:34 2000  Martin von Loewis  <loewis@informatik.hu-berlin.de>
1497
1498         * g77spec.c (lang_specific_driver): Use GCCBUGURL.
1499
1500 2000-02-17  Andy Vaught  <andy@maxwell.la.asu.edu>
1501
1502         * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
1503         (ffecom_finish_symbol_transform_): Likewise.
1504         (ffecom_transform_common_): Call ffestorag_set_hook.
1505
1506 Wed Feb 16 11:09:38 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1507
1508         * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
1509
1510 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
1511
1512         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
1513
1514 Tue Feb 15 11:14:17 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1515
1516         * g77spec.c: Don't declare `version_string'.
1517
1518 Sat Feb  5 23:27:25 2000  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1519
1520         * com.c (mark_tracker_head, mark_binding_level): Protoize.
1521
1522         * where.c (mark_ffewhere_head): Likewise.
1523
1524 Wed Jan 12 09:32:59 2000  Zack Weinberg  <zack@wolery.cumb.org>
1525
1526         * lang-specs.h: Pass -lang-fortran to preprocessor.
1527
1528 Thu Dec 30 13:14:31 1999  Richard Henderson  <rth@cygnus.com>
1529
1530         * stw.h (struct _ffestw_): Change type of uses_ to int.
1531
1532 Thu Dec 30 11:42:05 1999  Geoff Keating  <geoffk@cygnus.com>
1533
1534         * com.c (ffecom_init_0): Make double_ftype_double,
1535         float_ftype_float, ldouble_ftype_ldouble,
1536         ffecom_tree_ptr_to_fun_type_void local.
1537         (tracker_head): New static variable.
1538         (mark_tracker_head): New, marker procedure for tracker_head.
1539         (ffecom_save_tree_forever): New procedure.
1540         (ffecom_init_zero_): Remove obstack use.
1541         (ffecom_make_gfrt_): Remove obstack use.
1542         (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
1543         (ffecom_transform_common_): Remove obstack use, save appropriate
1544         trees.
1545         (ffecom_type_namelist_): Remove obstack use, save appropriate
1546         trees.
1547         (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
1548         (ffecom_lookup_label): Remove obstack use, save appropriate trees.
1549         (duplicate_decls): Remove obstack use.
1550         (finish_function): push & pop ggc context around
1551         rest_of_compilation when building nested function.
1552         (mark_binding_level): New function.
1553         (init_decl_processing): Mark all the GC roots.
1554         (ggc_p): Set to 1.
1555         (lang_mark_tree): New function.
1556         (lang_mark_false_label_stack): New trivial function.
1557         * com.h (ffecom_save_tree_forever): Declare as external.
1558         * lex.c (ffelex_hash_): Use GC to allocate the filename string
1559         even when ffelex_kludge_flag_.
1560         * ste.c (ffeste_io_ialist_): Register a static root.
1561         (ffeste_io_inlist_): Likewise.
1562         (ffeste_io_icilist_): Likewise.
1563         (ffeste_io_cllist_): Likewise.
1564         (ffeste_io_cilist_): Likewise.
1565         (ffeste_io_olist_): Likewise.
1566         * Makefile.in (OBJS): Don't use ggc-callbacks.o.
1567         (OBJDEPS): Likewise.
1568         (GGC_H): New variable.
1569         Update dependencies.
1570         * where.c (ffewhere_head): New global.
1571         (mark_ffewhere_head): New marker procedure for ffewhere_head.
1572         (ffewhere_file_kill): Use GC to do memory management.
1573         (ffewhere_file_new): Use GC to do memory management.
1574         * ggc.j: New file.
1575
1576 Wed Dec 29 19:29:26 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1577
1578         * g77.texi (C Interfacing Tools): Fix an incorrect link.
1579
1580 1999-12-13  Jakub Jelinek  <jakub@redhat.com>
1581
1582         * target.h: Handle sparc64 the same way as alpha.
1583
1584 Sun Nov 28 21:39:05 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1585
1586         * com.c (ffecom_file_, ffecom_file, file_buf,
1587         ffecom_open_include_): Constify a char*.
1588         (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
1589         ATTRIBUTE_UNUSED.
1590         (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
1591         (lang_print_error_function): ANSI-fy.
1592
1593         * com.h (ffecom_file): Constify a char*.
1594
1595         * fini.c (main): Call return, not exit.
1596
1597         * g77spec.c (lang_specific_driver): Use non-const *in_argv in
1598         assignment.
1599
1600         * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
1601         const-ness.
1602
1603 Sun Nov 28 21:15:29 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1604
1605         * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
1606
1607         (ffecom_char_enhance_arg_, ffecom_do_entry_,
1608         ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
1609         ffecom_start_progunit_, ffecom_start_progunit_,
1610         ffecom_start_progunit_, ffecom_sym_transform_assign_,
1611         ffecom_transform_equiv_, ffecom_transform_namelist_,
1612         ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
1613         ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
1614         Adjust accordingly.
1615
1616         * com.h (ffecom_get_invented_identifier): Likewise.
1617
1618         * sts.c (ffests_printf): New function taking ellipses.
1619         (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
1620         ffests_printf_2Us): Delete.
1621
1622         * sts.h: Likewise.
1623
1624         * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
1625         ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
1626         ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
1627         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
1628         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
1629         ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
1630
1631         * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
1632         ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
1633
1634 Wed Nov 10 12:43:21 1999  Philippe De Muyter  <phdm@macqel.be>
1635                           Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1636
1637         * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
1638
1639 Tue Oct 26 01:32:19 1999  Mark Mitchell  <mark@codesourcery.com>
1640
1641         * com.c (poplevel): Don't call remember_end_note.
1642
1643 Fri Oct 15 15:18:12 1999  Greg McGary  <gkm@gnu.org>
1644
1645         * top.h (ffe_is_subscript_check_): Remove extern decl.
1646         (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
1647         * top.c (ffe_is_subscript_check_): Remove global variable.
1648         (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
1649         Set flag_bounds_check for "(no-)fortran-bounds-check".
1650         * com.c
1651         (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
1652         (ffecom_char_args_x_): Ditto.
1653
1654 Sun Oct 10 08:40:18 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1655
1656         * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
1657         __GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.  Define
1658         macro UNUSED in terms of ATTRIBUTE_UNUSED.
1659
1660 Fri Sep 24 10:48:10 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
1661
1662         * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
1663         DECL_BUILT_IN.
1664         (builtin_function): No longer static.  New arg CLASS.  Arg
1665         FUNCTION_CODE now of type int.  All callers changed.
1666         Set the builtin's DECL_BUILT_IN_CLASS.
1667
1668 Tue Sep 21 09:08:30 1999  Toon Moene  <toon@moene.indiv.nluug.nl>
1669
1670         * g77spec.c (lang_specific_driver): Initialise return value.
1671
1672 Thu Sep 16 18:07:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1673
1674         * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
1675
1676         * fini.c (main): Likewise.
1677
1678         * intrin.c (ffeintrin_init_0): Likewise.
1679
1680         * lex.c (ffelex_hash_): Likewise.
1681
1682         * src.c (ffesrc_init_1): Likewise.
1683
1684 Tue Sep 14 12:14:28 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1685
1686         * g77spec.c (lang_specific_driver): Remove unnecessary argument in
1687         call to function `fatal'.
1688
1689 Sun Sep 12 23:29:47 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1690
1691         * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
1692
1693         * g77spec.c: Include gcc.h.
1694         (g77_xargv): Constify.
1695         (g77_fn): Add parameter prototypes.
1696         (lookup_option, append_arg): Add static prototypes.
1697         (g77_newargv): Constify.
1698         (lookup_option, append_arg, lang_specific_driver): Constify a char*.
1699         (lang_specific_driver): All calls to the function pointer
1700         parameter now explicitly call `fatal'.
1701
1702 Fri Sep 10 10:32:32 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
1703
1704         * com.h: Delete declarations for all tree nodes now moved to
1705         global_trees.
1706         * com.c: Delete their definitions.
1707         (ffecom_init_0): Call build_common_tree_nodes and
1708         build_common_tree_nodes_2 instead of building their nodes here.
1709         Override their decisions for complex nodes.
1710
1711 Sat Sep  4 13:46:27 1999  Mark Mitchell  <mark@codesourcery.com>
1712
1713         * Make-lang.in (f771): Depend on ggc-callbacks.o.
1714         * Makefile.in (OBJS): Add ggc-callbacks.o.
1715         (OBJDEPS): Likewise.
1716
1717 Mon Aug 30 22:05:53 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1718
1719         * com.c (language_string): Constify.
1720
1721 Mon Aug 30 20:29:30 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1722
1723         * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
1724         Remove hacks for stuff which now comes from libiberty.
1725
1726 Sun Aug 29 09:47:45 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1727
1728         * com.c (lang_printable_name): Constify a char*.
1729
1730 Wed Aug 25 01:21:06 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1731
1732         * lang-specs.h: Pass cc1 spec to f771.
1733
1734 Mon Aug  9 19:44:08 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1735
1736         * com.c (lang_print_error_function): Constify a char*.
1737         (init_parse): Remove redundant prototype for `print_error_function'.
1738         (lang_identify): Constify a char*.
1739
1740 Thu Aug  5 02:40:42 1999  Jeffrey A Law  (law@cygnus.com)
1741
1742         * g77spec.c: Update URLS and mail addresses.
1743         * root.texi: Update URLS and mail addresses.
1744
1745 1999-07-25  Richard Henderson  <rth@cygnus.com>
1746
1747         * com.c (ptr_type_node, va_list_type_node): New.
1748         (ffecom_init_0): Init and use ptr_type_node.
1749
1750 1999-07-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
1751
1752         * root.texi: Update e-mail addresses to gcc.gnu.org.
1753         * g77spec.c (lang_specific_driver): Updated URL with bug reporting
1754         instructions to gcc.gnu.org.  Removed e-mail address.
1755
1756 Sat Jul 17 11:28:43 1999  Craig Burley  <craig@jcb-sc.com>
1757
1758         * root.texi, g77install.texi: Switchover to GCC terminology.
1759         Also, FSF-G77 had been mistakenly set at some point.
1760
1761 Thu Jul  8 15:38:50 1999  Craig Burley  <craig@jcb-sc.com>
1762
1763         * news.texi: Describe DATE intrinsic fix.
1764
1765 Mon Jun 28 21:44:19 1999  Craig Burley  <craig@jcb-sc.com>
1766
1767         * version.c: Denote experimental version.
1768
1769 Mon Jun 28 10:43:11 1999  Craig Burley  <craig@jcb-sc.com>
1770
1771         * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
1772         a temp even if -fno-f2c.
1773
1774         * version.c: Bump version.
1775
1776 Mon Jun 28 21:31:35 1999  Craig Burley  <craig@jcb-sc.com>
1777
1778         * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
1779         Explain that this fixes the NAMELIST-read bug.
1780
1781 Fri Jun 25 11:06:32 1999  Craig Burley  <craig@jcb-sc.com>
1782
1783         * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
1784
1785 Mon Jun 21 12:40:17 1999  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1786
1787         * g77.texi: Update links.
1788
1789 Mon Jun 21 05:33:51 1999  Jeffrey A Law  (law@cygnus.com)
1790
1791         * news.texi: Add missing @end ifclear.
1792
1793 Fri Jun 18 11:43:46 1999  Craig Burley  <craig@jcb-sc.com>
1794
1795         * news.texi: Doc TtyNam fix.
1796
1797 Fri Jun 18 11:26:50 1999  Craig Burley  <craig@jcb-sc.com>
1798
1799         * news.texi: New heading for development version.
1800         Doc upgrade to netlib libf2c as of today.
1801
1802 Wed Jun 16 11:43:02 1999  Craig Burley  <craig@jcb-sc.com>
1803
1804         * news.texi: Mention BACKSPACE fix to libg2c.
1805
1806 Mon Jun  7 08:42:40 1999  Craig Burley  <craig@jcb-sc.com>
1807
1808         * Make-lang.in: Any target using libsubdir must depend
1809         on installdirs.
1810
1811 Sat Jun  5 23:50:36 1999  Craig Burley  <craig@jcb-sc.com>
1812
1813         * g77.texi: Describe a few more missing features people
1814         have emailed me about.
1815
1816 Sat Jun  5 17:03:23 1999  Craig Burley  <craig@jcb-sc.com>
1817
1818         From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
1819         * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
1820
1821 Fri Jun  4 13:56:56 1999  Craig Burley  <craig@jcb-sc.com>
1822
1823         * Make-lang.in: Use libsubdir, not prefix, to store
1824         temporary lang-f77 `flag' file.
1825
1826 Fri Jun  4 10:26:04 1999  Craig Burley  <craig@jcb-sc.com>
1827
1828         * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
1829         Mention that libg2c is multilibbed.
1830
1831 Fri Jun  4 10:09:50 1999  Craig Burley  <craig@jcb-sc.com>
1832
1833         * g77.texi (Missing Features): Add `Better Warnings'
1834         item.
1835
1836 Fri May 28 16:51:41 1999  Craig Burley  <craig@jcb-sc.com>
1837
1838         * g77.texi: Fix thinko.
1839
1840 Wed May 26 14:43:27 1999  Craig Burley  <craig@jcb-sc.com>
1841
1842         * news.texi: Document Tue May 18 03:52:04 1999 patch.
1843         Fix a grammo.
1844
1845 Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
1846
1847         * g77.texi, news.texi, root.texi, version.c: Start renaming
1848         EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
1849         the version of g77 within GCC 2.95.
1850
1851 Wed May 26 11:45:21 1999  Craig Burley  <craig@jcb-sc.com>
1852
1853         Rename -fsubscript-check to -fbounds-check and
1854         -ff2c-subscript-check to -ffortran-bounds-check:
1855         * g77.texi: Rename options in docs, clarify usage.
1856         * lang-options.h: Rename options, clarify doclets.
1857         * news.texi: Rename options, don't bother with fortran-specific
1858         option.
1859         * top.c (ffe_decode_option): Rename recognized strings.
1860
1861 Tue May 25 18:21:09 1999  Craig Burley  <craig@jcb-sc.com>
1862
1863         * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
1864         now that -fflatten-arrays exists.
1865
1866 Tue May 25 17:48:34 1999  Craig Burley  <craig@jcb-sc.com>
1867
1868         Fix 19990525-0.f:
1869         * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
1870         CHARACTER expression.
1871         (ffecom_prepare_expr_): Ditto.
1872
1873 Tue May 18 03:52:04 1999  Craig Burley  <craig@jcb-sc.com>
1874
1875         Support use of back end's improved open-coding of complex divide:
1876         * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
1877         instead of run-time call to [cz]_div, if `-Os' option specified.
1878         (lang_init_options): Tell back end we want support for wide range
1879         of inputs to complex divide.
1880
1881         * Bump version.
1882
1883 Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1884
1885         * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
1886         was not given.
1887
1888 Thu May 13 12:23:20 1999  Craig Burley  <craig@jcb-sc.com>
1889
1890         Fix INTEGER*8 subscripts in array references:
1891         * com.c (ffecom_subscript_check_): Convert low, high, and
1892         element as necessary to make comparison work.
1893         (ffecom_arrayref_): Do more of the work.
1894         Properly handle subscript expr that's wider than int,
1895         if pointers are wider than int.
1896         (ffecom_expr_): Leave more work to ffecom_arrayref_.
1897         (ffecom_init_0): Record sizes of pointers and ints for
1898         convenience.
1899         Use set_sizetype etc. as done by gcc front end.
1900         (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
1901         * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
1902         expressions in run-time contexts.
1903         (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
1904         non-default INTEGER subscript expressions.
1905         * news.texi: Announce.
1906
1907         Finish accepting -fflatten-arrays option:
1908         * com.c (ffecom_arrayref_): Flatten references if requested.
1909         * g77.texi: Describe.
1910         * lang-options.h: Allow.
1911         * news.texi: Announce.
1912         * top.c, top.h: Recognize.
1913
1914         * version.c: Bump version.
1915
1916 Wed May 12 07:30:05 1999  Craig Burley  <craig@jcb-sc.com>
1917
1918         * com.c (lang_init_options): Disable back end's maintenance
1919         of errno.
1920         * news.texi: Document dropping of errno.
1921
1922 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1923
1924         * lang-specs.h: Pass -$ to the preprocessor.
1925
1926 Mon May 10 18:14:28 1999  Craig Burley  <craig@jcb-sc.com>
1927
1928         * g77.texi: Fix various @xref's per proper style.
1929         Go ahead and use nested braces in @xref's, with care.
1930         * g77install.texi: Fix @xref per proper style.
1931
1932 Mon May 10 17:38:39 1999  Craig Burley  <craig@jcb-sc.com>
1933
1934         * news.texi: Doc upgrade to netlib libf2c as of today.
1935
1936 Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>
1937
1938         * f/g77spec.c (lang_specific_driver): Correct bug-report address
1939         and point to the FAQ.
1940
1941 Thu May  6 12:40:21 1999  Craig Burley  <craig@jcb-sc.com>
1942
1943         * g77.texi (Arbitrary Concatenation): Put this under
1944         "Missing Features" instead of "Projects".
1945         (Internals Documentation): Point to new "Front End" chapter.
1946
1947 Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>
1948
1949         * bugs.texi, news.texi: Automatic arrays reportedly working
1950         on HP-UX systems.
1951
1952 Thu May  6 08:19:31 1999  Craig Burley  <craig@jcb-sc.com>
1953
1954         * g77.texi (Advantages Over f2c): Expand on this topic.
1955
1956 Mon May  3 19:41:48 1999  Craig Burley  <craig@jcb-sc.com>
1957
1958         * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
1959
1960 Mon May  3 18:11:48 1999  Craig Burley  <craig@jcb-sc.com>
1961
1962         Reverse order of two arguments to CTIME_subr, DTIME_subr,
1963         ETIME_subr, and TTYNAM_subr:
1964         * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
1965         While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
1966         TTYNAM_subr.
1967         * intdoc.in: Document the new calling sequences.
1968         * intrin.def: Reverse the arguments.
1969         * news.texi: Document the fact that they changed.
1970         * version.c: Bump version.
1971
1972 Mon May  3 11:28:14 1999  Craig Burley  <craig@jcb-sc.com>
1973
1974         * news.texi: Doc upgrade to netlib libf2c as of today.
1975
1976 Sun May  2 17:04:28 1999  Craig Burley  <craig@jcb-sc.com>
1977
1978         * version.c: Bump version.
1979
1980 Sun May  2 16:53:01 1999  Craig Burley  <craig@jcb-sc.com>
1981
1982         Fix compile/19990502-1.f:
1983         * ste.c (ffeste_R819B): Don't overwrite tree for temp
1984         variable when expanding the assignment into it.
1985
1986 Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
1987
1988         Fix 19990325-0.f and 19990325-1.f:
1989         * com.c (ffecom_possible_partial_overlap_): New function.
1990         (ffecom_expand_let_stmt): Use it to determine whether to assign
1991         to a COMPLEX operand through a temp.
1992         * news.texi: Document fix.
1993
1994         * version.c: Bump version.
1995
1996 Sat Apr 24 12:19:53 1999  Craig Burley  <craig@jcb-sc.com>
1997
1998         * expr.c (ffeexpr_finished_): Convert DATA implied-do
1999         start/end/incr expressions to default INTEGER.
2000         Fix some broken conditionals.
2001         Clean up some code in the region.
2002         * news.c: Document the fix.
2003
2004         * version.c: Bump version.
2005
2006 Fri Apr 23 02:08:32 1999  Craig Burley  <craig@jcb-sc.com>
2007
2008         * g77.texi (Compiler Prototypes): Replace "missing" subscript-
2009         checking option with something else.
2010
2011 Fri Apr 23 01:48:28 1999  Craig Burley  <craig@jcb-sc.com>
2012
2013         Support new -fsubscript-check and -ff2c-subscript-check options:
2014         * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
2015         * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
2016         (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
2017         FFEBLD_opARRAYREF case.
2018         Compute character name, array type, and use new
2019         ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
2020         (ffecom_expr_): Use new ffecom_arrayref_ function.
2021         (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
2022         * g77.texi, news.texi: Document new options.
2023         * top.c, top.h: Support new options.
2024
2025         * news.texi: Fix up some items to not be in "User-Visible Changes".
2026
2027         * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
2028         warnings.
2029
2030         * version.c: Bump version.
2031
2032 Tue Apr 20 01:38:57 1999  Craig Burley  <craig@jcb-sc.com>
2033
2034         * bugs.texi, news.texi: Clarify -malign-double situation.
2035
2036 Tue Apr 20 01:15:25 1999  Craig Burley  <craig@jcb-sc.com>
2037
2038         * stb.c (ffestb_R5282_): Convert DATA repeat count
2039         to default INTEGER, to avoid problems downstream.
2040
2041         * version.c: Bump version.
2042
2043 Mon Apr 19 21:36:48 1999  Craig Burley  <craig@jcb-sc.com>
2044
2045         * ste.c (ffeste_R819B): Start the loop before expanding
2046         the termination expression.
2047
2048         * version.c: Bump version.
2049
2050 Sun Apr 18 21:53:58 1999  Craig Burley  <craig@jcb-sc.com>
2051
2052         * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
2053         variables have constant addresses (EQUIVALENCE only if
2054         containing aggregate is static).
2055
2056 Sat Apr 17 16:55:59 1999  Craig Burley  <craig@jcb-sc.com>
2057
2058         * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
2059         Clean up @code{} vs. @samp{}.
2060         Clean up dashes (`--') vs. @minus{} vs. `---'.
2061
2062         * ffe.texi: Add copyright header.
2063
2064         * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
2065         Remove support for -fugly option.
2066         Clarify that -fugly-logint is needed instead of -fugly
2067         to work around using .EQ./.NE. on LOGICAL operands.
2068         Explain more about why -fugly-logint is bad juju.
2069
2070         * g77.texi (Missing Features): Describe READONLY as a missing
2071         feature.  Describe AUTOMATIC better.
2072
2073         * news.texi: Mention libf2c upgrade.
2074
2075 Sat Apr 17 14:05:53 1999  Craig Burley  <craig@jcb-sc.com>
2076
2077         Make a place for front-end internals documentation:
2078         * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
2079         * ffe.texi: New file, containing docs on front-end internals.
2080         * g77.texi: New chapter for, and inclusion of, ffe.texi.
2081
2082         * g77.texi: Fix an index entry.
2083
2084 Sat Apr 17 13:53:43 1999  Craig Burley  <craig@jcb-sc.com>
2085
2086         Rewrite to use block/scope structure of GBE and to ensure
2087         variables (especially those going on stack/reg) are declared
2088         before executable code generated:
2089         * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
2090         Support new hooks.
2091         * bld.h (ffebld_item_hook, ffebld_item_set_hook,
2092         ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
2093         * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
2094         ffebld_rank, ffebld_where): New convenience macros (used
2095         by rest of this patch).
2096         * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
2097         ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
2098         handling mechanism.
2099         * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
2100         ffecom_call_gfrt): Support passing hooks for temp-var info.
2101         (ffecom_expr_power_integer_): Takes opPOWER expression, instead
2102         of its left and right operands, so it can get at the hook.
2103         (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
2104         ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
2105         ffecom_prepare_expr_w, ffecom_prepare_return_expr,
2106         ffecom_prepare_ptr_to_expr): New functions supporting expression
2107         pre-scanning.
2108         (bison_rule_compstmt_): Return the tree, as in the CFE.
2109         (delete_block): New function, from CFE.
2110         (kept_level_p): New function, from CFE, modified.
2111         (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
2112         replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
2113         and they do real work.
2114         (struct binding_level): Add prep_state member.  Initialize to 0.
2115         (ffecom_get_invented_identifier): Now takes either or both a
2116         string and an integer, using -1 to denote no integer.
2117         (ffecom_do_entry_): Disallow temp-var generation via expressions
2118         in body of function, since the exprs aren't prescanned.
2119         (ffecom_expr_rw): Now takes destination tree.
2120         (ffecom_expr_w): New function, now used in some places
2121         ffecom_expr_rw had been used.
2122         (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
2123         of source file, to avoid annoying problems editing com.c using
2124         Emacs C-mode.
2125         (ffecom_expr_power_integer_): Make a temp var for division, if
2126         necessary.
2127         Handle expanded statement expression as does CFE.
2128         (ffecom_start_progunit_): Disallow temp-var generation in body
2129         of function, since expressions are not prescanned at this level.
2130         (ffecom_sym_transform_): Transform ASSIGN variables as well,
2131         so these are all transformed up front, before code-generation
2132         begins.
2133         (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
2134         ffecom_ptr_to_const_expr): New functions to transform expressions
2135         only if the results will surely be constants.
2136         (ffecom_arg_ptr_to_expr): Precompute size, for convenience
2137         obtaining temp vars.
2138         (ffecom_expand_let_stmt): Guess at usability of destination
2139         pre-expansion, to provide better prescan preparation (fewer
2140         spurious temp vars).
2141         (ffecom_init_0): Disallow temp-var generation in global scope.
2142         (ffecom_type_expr): New function, returns just the type tree
2143         for the expression.
2144         (start_function): Disallow temp-var generation in parm scope.
2145         (incomplete_type_error): Fix introductory comment.
2146         (poplevel): Update (somewhat) from CFE.
2147         (pushlevel): Update (somewhat) from CFE.
2148         * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
2149         * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
2150         ffestd_R806): Remember and pass through the ffestw block info
2151         for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
2152         * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
2153         (ffeste_io_inlist_): Add prototype.
2154         (ffeste_f2c_*): Macros rewritten, new ones added.
2155         (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
2156         ffeste_end_stmt_): New macros/functions, depending on whether
2157         checking is enabled, to keep track of symmetry of other ste.c code.
2158         (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
2159         ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
2160         ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
2161         ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
2162         ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
2163         ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
2164         ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
2165         ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
2166         ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
2167         ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
2168         ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
2169         ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
2170         all pertinent expressions, update to new com.c interface, etc.
2171         (ffeste_io_impdo_): Relocate.
2172         (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
2173         bother calling clear_momentary, nothing was generated.
2174         (ffeste_R842, ffeste_R843): Update to new com.c interface.
2175         (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
2176         (ffeste_terminate_2): When checking enabled, make sure all blocks
2177         and statements have been ended.
2178         * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
2179         These now take ffestw block argument.
2180         (ffeste_terminate_2): When checking enabled, it's a function, not
2181         a macro.
2182         * stw.h (struct _ffestw_): New variable for IFTHEN.
2183         (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
2184         accessor macros.
2185         * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
2186
2187         * com.c: Clean up commentary per GNU coding standards.
2188
2189         * bld.h (ffebld_size, ffebld_size_known): Canonize.
2190
2191         * version.c: Bump version.
2192
2193 Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
2194
2195         * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
2196         null to decide whether to use it.
2197
2198 Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2199
2200         * ansify.c (die): Specify void argument.
2201
2202         * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
2203         argument_info_ptr, argument_info_string, argument_name_ptr,
2204         argument_name_string, elaborate_if_complex,
2205         elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
2206         Const-ify a char*.
2207         (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
2208         (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
2209         _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
2210
2211 Mon Apr  5 11:57:54 1999  Donn Terry (donn@interix.com)
2212
2213         * Make-lang.in (HOST_CFLAGS): compute dynamically.
2214
2215 Mon Apr  5 02:11:23 1999  Craig Burley  <craig@jcb-sc.com>
2216
2217         Fix bugs exposed by configuring with --enable-checking:
2218         * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
2219         ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
2220         pop_f_function_context, store_parm_decls, poplevel): Handle
2221         error_mark_node properly.
2222         * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
2223         * version.c: Bump version.
2224
2225 Sat Apr  3 23:57:56 1999  Craig Burley  <craig@jcb-sc.com>
2226
2227         * g77.texi: Fix up docs for -fset-g77-defaults, and
2228         describe how internal consistency checking now happens.
2229         (Should have been done for EGCS version 1.1.)
2230
2231 Sat Apr  3 23:29:33 1999  Craig Burley  <craig@jcb-sc.com>
2232
2233         * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
2234         Make -fno-emulate-complex the default, as COMPLEX support
2235         in the back end is now believed to be working.
2236
2237         * version.c: Bump version.
2238
2239 Fri Apr  2 13:33:16 1999  Craig Burley  <craig@jcb-sc.com>
2240
2241         * g77.texi: -malign-double now works.
2242         Give URL for alignment-testing package.
2243         * news.texi: -malign-double now works.
2244
2245 Fri Apr  2 12:49:12 1999  Craig Burley  <craig@jcb-sc.com>
2246
2247         * g77.texi (Funding GNU Fortran): Dude's got a web page.
2248         * root.texi: Ditto.
2249
2250 Tue Mar 30 12:04:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2251
2252         * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
2253         Const-ify a char*.
2254
2255         * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
2256         Likewise.
2257
2258         * stb.c (ffestb_local_u_): Likewise.
2259         (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
2260         ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
2261         ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
2262         ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
2263         ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
2264         ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
2265         ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
2266         ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
2267         ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
2268         ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
2269         ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
2270         ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
2271         ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
2272         ffestb_decl_R539): Likewise.
2273
2274         * stb.h (_ffestb_args_): Likewise.
2275
2276         * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
2277         ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
2278
2279         * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
2280         ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
2281         ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
2282         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
2283         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
2284
2285         * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
2286
2287         * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2288         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
2289
2290         * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2291         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
2292
2293         * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
2294         ffestt_tokenlist_drive): Add prototype arguments.
2295
2296         * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
2297         ffestt_tokenlist_drive): Likewise.
2298
2299         * stu.c (ffestu_dummies_transition_): Likewise.
2300         (ffestu_sym_end_transition): Const-ify a char*.
2301
2302         * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
2303         prototype arguments.
2304
2305         * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
2306
2307         * version.c (ffe_version_string): Const-ify a char*.
2308
2309         * version.h (ffe_version_string): Likewise.
2310
2311 Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2312
2313         * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
2314         ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
2315         ffebad_finish): Const-ify a char*.
2316
2317         * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
2318
2319         * bld.h (ffebld_op_string): Likewise.
2320
2321         * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
2322         ffecom_debug_kludge_, ffecom_f2c_make_type_,
2323         ffecom_get_appended_identifier_, ffecom_get_identifier_,
2324         ffecom_gfrt_args_): Likewise.
2325         (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
2326         (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
2327         ffecom_arglist_expr_, ffecom_build_f2c_string_,
2328         ffecom_debug_kludge_, ffecom_f2c_make_type_,
2329         ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
2330         ffecom_get_identifier_, ffecom_decl_field,
2331         ffecom_get_invented_identifier, lang_print_error_function,
2332         skip_redundant_dir_prefix, read_name_map, print_containing_files):
2333         Const-ify a char*.
2334         (savestring): Remove, use `xstrdup' instead.
2335
2336         * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
2337         Const-ify a char*.
2338
2339         * data.c (ffebld, ffedata_gather_): Make explicitly static.
2340
2341         * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
2342         ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
2343         ffeexpr_nil_number_, ffeexpr_nil_number_period_,
2344         ffeexpr_nil_number_real_, ffeexpr_token_real_,
2345         ffeexpr_token_number_, ffeexpr_token_number_period_,
2346         ffeexpr_token_number_real_): Const-ify a char*.
2347
2348         * fini.c (xspaces): Likewise.
2349
2350         * global.c (ffeglobal_type_string_): Likewise.
2351         (ffeglobal_drive): Protoize.
2352         (ffeglobal_proc_def_arg): Const-ify a char*.
2353
2354         * global.h (ffeglobal_drive): Protoize.
2355         (ffeglobal_proc_def_arg): Const-ify a char*.
2356
2357         * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
2358         Likewise.
2359
2360         * implic.h (ffeimplic_peek_symbol_type): Likewise.
2361
2362         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
2363         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
2364         ffeinfo_where_string_, ffeinfo_basictype_string,
2365         ffeinfo_kind_message, ffeinfo_kind_string,
2366         ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
2367
2368         * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
2369         ffeinfo_kind_string, ffeinfo_kindtype_string,
2370         ffeinfo_where_string): Likewise.
2371
2372         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
2373         _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
2374         ffeintrin_fulfill_specific, ffeintrin_init_0,
2375         ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
2376         ffeintrin_name_generic, ffeintrin_name_implementation,
2377         ffeintrin_name_specific): Likewise.
2378
2379         * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
2380         ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
2381
2382         * lex.c (ffelex_type_string_, ffelex_token_new_character,
2383         ffelex_token_new_name, ffelex_token_new_names,
2384         ffelex_token_new_number): Likewise.
2385
2386         * lex.h (ffelex_token_new_character, ffelex_token_new_name,
2387         ffelex_token_new_names, ffelex_token_new_number): Likewise.
2388
2389         * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
2390         malloc_new_zinpool_): Likewise.
2391
2392         * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
2393         malloc_pool_new): Likewise.
2394
2395         * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
2396         Protoize.
2397
2398         * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
2399         Likewise.
2400
2401         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
2402         ffesymbol_attrs_string): Const-ify a char*.
2403         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
2404         (ffesymbol_state_string): Const-ify a char*.
2405
2406         * symbol.h (ffesymbol_attrs_string): Likewise.
2407         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
2408         (ffesymbol_state_string): Const-ify a char*.
2409
2410         * target.c (ffetarget_layout): Likewise.
2411
2412         * target.h (ffetarget_layout): Likewise.
2413
2414 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
2415
2416         * Make-lang.in: Remove all references to g77.o/g77.c.
2417         Link g77 from gcc.o.
2418
2419 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
2420
2421         * Makefile.in (g77$(exeext)): Depend on intl.o.  Link in intl.o.
2422
2423 Wed Mar 17 11:39:44 1999  Craig Burley  <craig@jcb-sc.com>
2424
2425         * news.texi: Editorial fix.
2426
2427 Mon Mar 15 17:12:07 1999  Craig Burley  <craig@jcb-sc.com>
2428
2429         * bugs.texi, g77.texi, news.texi: Editorial fixes.
2430
2431 Sat Mar 13 17:51:55 1999  Craig Burley  <craig@jcb-sc.com>
2432
2433         Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
2434         * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
2435         * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
2436         by convertor, just return original expr.
2437         * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
2438         conversions that aren't yet working properly.
2439         * news.texi: Explain.
2440
2441         * version.c: Bump version.
2442
2443 Sat Mar 13 14:26:55 1999  Craig Burley  <craig@jcb-sc.com>
2444
2445         * RELEASE-PREP: New file, lists things to do for a release.
2446
2447         * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
2448         install0.texi, news.texi, news0.texi: Accommodate new doc
2449         architecture.
2450         Consolidate news items.  Don't describe old news items in
2451         various generated docs.
2452         Don't describe FSF-g77 installation stuff in various EGCS-g77
2453         generated docs.
2454         Move description of AUTOMATIC to more suitable location.
2455         * root.texi: New file for new doc architecture.
2456
2457 Thu Mar 11 17:32:55 1999  Craig Burley  <craig@jcb-sc.com>
2458
2459         * g77.texi: Add AUTOMATIC to list of unsupported extensions.
2460
2461 Sat Mar  6 02:28:35 1999  Craig Burley  <craig@jcb-sc.com>
2462
2463         Warn about non-Y2K-compliant intrinsics:
2464         * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
2465         * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
2466         Use new DEFIMPY macro to flag these as non-Y2K-compliant.
2467         * intdoc.c (DEFIMPY): Support new Y2K macro.
2468         * intrin.h (DEFIMPY): Ditto.
2469         * intrin.c (DEFIMPY): Ditto.
2470         (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
2471         Warn about invocation of non-Y2K-compliant intrinsic.
2472         * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
2473         Rename external procedure names, to keep previously-
2474         compiled (sans-new-warnings) code from linking to
2475         new library.
2476         * g77.texi: Document all this stuff.
2477         * news.texi: Spread the joy.
2478         * version.c: Bump version.
2479
2480 Fri Mar  5 13:22:44 1999  Craig Burley  <craig@jcb-sc.com>
2481
2482         * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
2483         so describe it there, instead of under 1.2.
2484
2485 Wed Mar  3 00:57:56 1999  Craig Burley  <craig@jcb-sc.com>
2486
2487         * news.texi: IDATE (VXT) fixed to return year as 0..99.
2488
2489 Wed Mar  3 00:43:49 1999  Craig Burley  <craig@jcb-sc.com>
2490
2491         * g77.texi: Add remaining changes pending from Dave Love.
2492
2493 Wed Mar  3 00:38:42 1999  Craig Burley  <craig@jcb-sc.com>
2494
2495         * bugs.texi, news.texi: Conditionalize cross-references
2496         on non-html processing, providing temporary HTML "links".
2497
2498         * g77.texi: Fix up a reference.
2499
2500 Wed Mar  3 00:12:31 1999  Craig Burley  <craig@jcb-sc.com>
2501
2502         * news.texi, bugs.texi: Delete fixed bugs, make one
2503         of them into the appropriate news item.
2504
2505 Wed Mar  3 00:05:52 1999  Craig Burley  <craig@jcb-sc.com>
2506
2507         * news.texi: Copy over 1.1.2 news.
2508
2509 1999-03-02  Craig Burley  <craig@jcb-sc.com>
2510
2511         * g77.texi (Bug Reporting): Clarify whether to use -E.
2512         Clarify other instructions.
2513
2514 1999-02-27  Craig Burley  <craig@jcb-sc.com>
2515
2516         * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
2517
2518 1999-02-26  Craig Burley  <craig@jcb-sc.com>
2519
2520         * intdoc.in (STAT_func, STAT_subr,
2521         FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
2522         Properly order array elements.  Specify N/A return values.
2523
2524 1999-02-26  Craig Burley  <craig@jcb-sc.com>
2525
2526         * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
2527         seconds, and VALUES(8), therefore, milliseconds.
2528
2529 1999-02-26  Craig Burley  <craig@jcb-sc.com>
2530
2531         * news.texi: Clarify IOSTAT= fix.
2532
2533 1999-02-25  Richard Henderson  <rth@cygnus.com>
2534
2535         * lang-specs.h: Define __FAST_MATH__ when appropriate.
2536
2537 1999-02-25  Craig Burley  <craig@jcb-sc.com>
2538
2539         * g77.texi: Clarify/index lack of run-time allocation for
2540         concatenation.
2541
2542 1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2543
2544         * f/intdoc.in: Add missing `,' after cross references.
2545
2546 1999-02-20  Craig Burley  <craig@jcb-sc.com>
2547
2548         * Make-lang.in (f77.install-common, f77.install-info,
2549         f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
2550         instead of `lang-f77' for flag file, to be sure of a
2551         writable directory, and remove the flag file after each
2552         operation to keep things clean.
2553
2554 1999-02-20  Craig Burley  <craig@jcb-sc.com>
2555
2556         * g77.texi: Properly attribute Priest document; clarify
2557         that it is in the .ps version of the Goldberg document.
2558
2559 1999-02-19  Craig Burley  <craig@jcb-sc.com>
2560
2561         * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
2562         news0.texi, news.texi: Update copyright dates.
2563         Clarify which files are source, which are derived,
2564         and remind maintainers where copyright dates are sourced.
2565         * BUGS, INSTALL, NEWS: Regenerated.
2566
2567 1999-02-19  Craig Burley  <craig@jcb-sc.com>
2568
2569         * global.c (ffeglobal_ref_progunit_): Warn about a function
2570         definition that disagrees with the type of a previous reference.
2571         Improve commentary.  Fix a couple of minor bugs.  Clean up
2572         some code.
2573         * news.texi: Spread the joy.
2574
2575 1999-02-18  Craig Burley  <craig@jcb-sc.com>
2576
2577         * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
2578         as argument for FILEINT and FILEASSOC as lhs.
2579         * news.texi: Document fix.
2580         * version.c: Bump.
2581
2582 1999-02-18  Craig Burley  <craig@jcb-sc.com>
2583
2584         * g77.texi: Clarify -fno-globals vs. -Wno-globals.
2585
2586 1999-02-18  Craig Burley  <craig@jcb-sc.com>
2587
2588         * intdoc.in (LOG10): Fix typo.
2589
2590 1999-02-17  Ulrich Drepper  <drepper@cygnus.com>
2591
2592         * intdoc.in: Fix typo.
2593
2594 1999-02-17  Craig Burley  <craig@jcb-sc.com>
2595
2596         * g77.texi, intdoc.in: Document Y2K and some other known
2597         limitations.
2598         * intrin.def (DTIME, FDATE): Fix capitalization of
2599         case-sensitive forms of these intrinsics' names.
2600
2601 1999-02-17  Dave Love  <fx@gnu.org>
2602
2603         * intdoc.in: Say `common' logarithm for log10.
2604
2605 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
2606
2607         * g77.texi: Add missing @ in email addresses.
2608
2609 1999-02-15  Craig Burley  <craig@jcb-sc.com>
2610
2611         * *.*: Delete my (old) email address in most places, change it
2612         in a few.
2613
2614 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2615
2616         * version.c: Bump.
2617
2618 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2619
2620         * version.c: Bump for 1998-10-02 change (forgot to do this
2621         before).
2622
2623 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2624
2625         * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
2626         and `.FPP' as well as `.for' and `.fpp'.
2627
2628 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2629
2630         * intdoc.in (LOG10): Fix description.
2631
2632 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2633
2634         * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
2635
2636 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2637
2638         * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
2639         up and improve indexing, and some other areas of docs.
2640
2641 1999-02-14  Craig Burley  <craig@jcb-sc.com>
2642
2643         * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
2644         32-bit systems.
2645
2646 Sat Feb  6 18:02:17 1999  Jeffrey A Law  (law@cygnus.com)
2647
2648         * g77.texi: Update email addresses.
2649
2650 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
2651
2652         * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
2653         mkstemp.o from libiberty.
2654
2655 1999-02-01  Zack Weinberg  <zack@rabi.columbia.edu>
2656
2657         * top.c: Don't define ffe_is_ident_.  Don't process
2658         -f(no-)ident here.
2659         * top.h: Remove declaration of ffe_is_ident_ and macros
2660         ffe_is_ident() and ffe_set_is_ident().
2661         * lex.c: Use flag_no_ident instead of ffe_is_ident().
2662
2663 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
2664
2665         * lang-specs.h: Map -Qn to -fno-ident.
2666
2667 Tue Jan  5 22:12:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2668
2669         * Make-lang.in (g77.o): Depend on prefix.h.
2670
2671 Fri Nov 27 13:10:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2672
2673         * fini.c: Rename variable `spaces' to `xspaces' to avoid
2674         conflicting with function `spaces' from libiberty.
2675
2676         * g77spec.c: Don't prototype libiberty functions.
2677         * malloc.c: Likewise.
2678
2679 1998-11-20  Dave Love  <d.love@dl.ac.uk>
2680
2681         * g77.texi: Assorted minor changes.
2682
2683 1998-11-19  Dave Love  <d.love@dl.ac.uk>
2684
2685         * bugs.texi: Formatting changes from Craig.
2686
2687         * intdoc.in: Terminate some @xrefs with `,'.
2688
2689 1998-11-19  Manfred Hollstein  <manfred@s-direktnet.de>
2690
2691         * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
2692
2693 Mon Nov  9 23:15:39 1998  Jeffrey A Law  (law@cygnus.com)
2694
2695         * g77.texi, news.texi: Updates from Craig.
2696
2697 Sun Nov  8 17:47:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2698
2699         * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
2700
2701 Sat Nov  7 15:58:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2702
2703         * g77spec.c: Don't include gansidecl.h.
2704         * output.j: Likewise.
2705
2706 1998-11-04  Dave Love  <d.love@dl.ac.uk>
2707
2708         * g77.texi: Small formatting/indexing fixes.
2709
2710 Mon Oct 12 20:41:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2711
2712         * bad.c (ffebad_finish): Change type of variable `c' to unsigned
2713         char, change type of variable `s' to unsigned char *.
2714
2715         * com.c (ffecom_symbol_null_): Add missing initializers.
2716
2717         * fini.c (MAXNAMELEN): Undef it before defining.
2718
2719         * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
2720         unsigned char.
2721
2722         * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
2723         to (unsigned char).
2724
2725         * lex.c (ffelex_splice_tokens): Change type of variable `p' to
2726         unsigned char *.
2727         (ffelex_token_name_from_names): Cast the argument of
2728         `ffelex_is_firstnamechar' to (unsigned char).
2729         (ffelex_token_names_from_names): Likewise.
2730         (ffelex_token_new_name): Likewise.
2731         (ffelex_token_new_names): Likewise.
2732
2733         * malloc.c (malloc_root_): Add missing initializer.
2734
2735         * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
2736         (ffestb_else) Likewise.
2737         (ffestb_else3_) Likewise.
2738         (ffestb_endxyz) Likewise.
2739         (ffestb_goto) Likewise.
2740         (ffestb_let) Likewise.
2741         (ffestb_varlist) Likewise.
2742         (ffestb_R522) Likewise.
2743         (ffestb_R528) Likewise.
2744         (ffestb_R834) Likewise.
2745         (ffestb_R835) Likewise.
2746         (ffestb_R838) Likewise.
2747         (ffestb_R1102) Likewise.
2748         (ffestb_blockdata) Likewise.
2749         (ffestb_R1212) Likewise.
2750         (ffestb_R810) Likewise.
2751         (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
2752         to (unsigned char).
2753         (ffestb_V014): Change type of variable `p' to unsigned char *.
2754         (ffestb_dummy) Likewise.
2755         (ffestb_R524) Likewise.
2756         (ffestb_R547) Likewise.
2757         (ffestb_decl_chartype) Likewise.
2758         (ffestb_decl_dbltype) Likewise.
2759         (ffestb_decl_gentype) Likewise.
2760         (ffestb_decl_entsp_2_) Likewise.
2761         (ffestb_V027) Likewise.
2762         (ffestb_decl_R539) Likewise.
2763
2764         * top.c (ffe_decode_option): Mark parameter `argc' with
2765         ATTRIBUTE_UNUSED.
2766
2767         * where.c (ffewhere_unknown_line_): Add missing initializers.
2768
2769 1998-10-02  Dave Love  <d.love@dl.ac.uk>
2770
2771         * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
2772
2773 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
2774
2775         * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
2776         HANDLE_GENERIC_PRAGMAS.
2777
2778 Mon Sep 28 04:22:00 1998  Jeffrey A Law  (law@cygnus.com)
2779
2780         * news.texi: Update from Craig.
2781
2782 1998-09-23  Dave Love  <d.love@dl.ac.uk>
2783
2784         * g77.texi: Additions about `/*', trailing comments and cpp.
2785
2786 1998-09-18  Dave Love  <d.love@dl.ac.uk>
2787
2788         * g77.texi: Various additions and some small fixes.
2789
2790 Thu Sep 10 14:55:44 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
2791
2792         * Make-lang.in (f77.install-common): Add missing "else true;".
2793
2794 1998-09-07  Dave Love  <d.love@dl.ac.uk>
2795
2796         * ChangeLog.egcs: Deleted.  Entries merged here.
2797
2798 1998-09-05  Dave Love  <d.love@dl.ac.uk>
2799
2800         * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
2801         (F771_LDFLAGS): Variable dispensed with.
2802
2803 Fri Sep  4 19:53:34 1998  Craig Burley  <burley@gnu.org>
2804
2805         * intdoc.in: Minor editorial tweaks.
2806
2807 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
2808
2809         * lang-options.h: Convert to wrap option and doc string
2810         in a new macro invocation, FTNOPT, so the nearly identical
2811         list can be used in FSF-g77.
2812
2813 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
2814
2815         * Makefile.in (fini.o): Don't define USE_HCONFIG here.
2816         * fini.c: Define USE_HCONFIG here instead, so deps-kinda
2817         picks up correct dependency.
2818
2819         * Makefile.in (proj-h.o): Fix dependencies list.
2820
2821 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
2822
2823         * lex.c (ffe_lex_hash):  Change how HANDLE_PRAGMA and
2824         HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
2825         enabled in this code.
2826         Generate warning messages if unknown pragmas are encountered.
2827         (pragma_getc): New function: retrieves characters from the
2828         input stream.  Defined when HANDLE_PRAGMA is defined.
2829         (pragma_ungetc): New function: replaces characters back into the
2830         input stream.  Defined when HANDLE_PRAGMA is defined.
2831
2832 Tue Sep  1 10:00:21 1998  Craig Burley  <burley@gnu.org>
2833
2834         * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
2835         from Craig.
2836
2837 1998-08-23  Dave Love  <d.love@dl.ac.uk>
2838
2839         * g77.texi: Increment `version-g77' and fix a few typos.
2840
2841 Tue Aug 18 21:41:31 1998  Jeffrey A Law  (law@cygnus.com)
2842
2843         * Make-lang.in: Add several "else true" clauses to deal with lame
2844         systems.
2845
2846 Tue Aug 11 08:12:14 1998  H.J. Lu  (hjl@gnu.org)
2847
2848         * Make-lang.in (g77.o): Touch lang-f77 before checking it.
2849
2850 1998-08-09  Dave Love  <d.love@dl.ac.uk>
2851
2852         * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
2853         with explicit use of tex.
2854         (f77.mostlyclean): Remove TeX index files.
2855
2856         * g77install.texi (Prerequisites): Kluge round TeX lossage with
2857         hyphen in @value in @code.
2858
2859 Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
2860
2861         * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
2862         Allow conversion from pointer to same-sized integer,
2863         to fix invoking SIGNAL as a function.
2864
2865 1998-07-26  Dave Love  <d.love@dl.ac.uk>
2866
2867         * BUGS, INSTALL, NEWS: Rebuilt.
2868
2869 Sat Jul 25 17:23:55 1998  Craig Burley  <burley@gnu.org>
2870
2871         Fix 980615-0.f:
2872         * stc.c (ffestc_R1229_start): Set info to ANY as well.
2873
2874 Tue Jul 21 04:33:37 1998  Craig Burley  <burley@gnu.org>
2875
2876         * g77spec.c (lang_specific_driver): Return unmolested
2877         command line when --help seen.
2878         Comment out code that printed g77-specific --help info.
2879
2880 Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
2881
2882         * lang-options.h: Fix up doc strings.
2883         Remove the unimplemented -fdcp-intrinsics-* options.
2884
2885         * str-1t.fin: Change mixed-case spelling of `GoTo' from
2886         `Goto'.
2887
2888 Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
2889
2890         * com.c (ffecom_finish_symbol_transform_): Revert change
2891         of 1998-05-23, as it was too aggressive, in that it
2892         prevented transformation of (used) functions before
2893         primary code generation.
2894
2895 1998-07-15  Dave Love  <d.love@dl.ac.uk>
2896
2897         * intdoc.texi: Regenerated.
2898
2899 Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
2900
2901         * Make-lang.in (f77.rebuilt): Fix to depend on
2902         build-dir-based, not source-based, g77.info.
2903
2904         * g77.texi: Merge docs with 0.5.24.
2905         * g77install.texi: Ditto.
2906
2907 Mon Jul 13 18:02:29 1998  Craig Burley  <burley@gnu.org>
2908
2909         Cleanups vis-a-vis g77-0.5.24:
2910         * g77spec.c (lang_specific_driver): Tabify source.
2911         * top.c (ffe_decode_option): Use fixed macro to set
2912         internal-checking flag.
2913         * top.h (ffe_set_is_do_internal_checks): Fix macro.
2914
2915 Mon Jul 13 17:33:44 1998  Craig Burley  <burley@gnu.org>
2916
2917         Cleanups vis-a-vis system.h cutover and g77-0.5.24:
2918         * Makefile.in (fini.o): Define USE_HCONFIG macro
2919         so source code doesn't have to.
2920         * fini.c: Don't define USE_HCONFIG here, since
2921         source code usually shouldn't care about this.
2922         * ansify.c: Include stddef.h only if we have it.
2923         * intdoc.c: Ditto.
2924         * proj.h: Ditto.
2925
2926 Mon Jul 13 17:30:29 1998  Nick Clifton  <nickc@cygnus.com>
2927
2928         * lang-options.h: Format changed to work with --help support added
2929         to gcc/toplev.c
2930
2931 Mon Jul 13 11:54:03 1998  Craig Burley  <burley@gnu.org>
2932
2933         * com.c (ffecom_push_tempvar): Replace kludge that
2934         munged back-end globals directly with proper calls
2935         to push_topmost_sequence and pop_topmost_sequence.
2936
2937 1998-07-12  Dave Love  <d.love@dl.ac.uk>
2938
2939         * version.c: Bump version.
2940
2941 Sat Jul 11 19:24:32 1998  Craig Burley  <burley@gnu.org>
2942
2943         Fix 980616-0.f:
2944         * equiv.c (ffeequiv_offset_): Don't crash on various
2945         possible ANY operands.
2946
2947 Sat Jul 11 18:24:37 1998  Craig Burley  <burley@gnu.org>
2948
2949         * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
2950         for constant is non-zero.
2951
2952         * com.c (__eprintf): Delete this function, it is obsolete.
2953
2954 1998-07-09  Dave Love  <d.love@dl.ac.uk>
2955
2956         * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
2957
2958 Thu Jul  9 00:45:59 1998  Craig Burley  <burley@gnu.org>
2959
2960         Fix debugging of CHARACTER*(*), etc., which requires
2961         emitting debug info on types like `ftnlen':
2962         * com.c (ffecom_start_progunit_): Don't bother
2963         resetting "invented" flag for identifier.
2964         (ffecom_transform_equiv_): Don't bother zeroing
2965         "ignored" flag for decl.
2966         (pushdecl): No longer set "ignored", "used", or
2967         "suppressed debug" flags for decls having "invented"
2968         identifiers.
2969
2970 1998-07-06  Mike Stump  <mrs@wrs.com>
2971
2972         * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
2973         we can move g77.c.
2974
2975 1998-07-06  Dave Love  <d.love@dl.ac.uk>
2976
2977         * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
2978         -lsocket.
2979
2980 1998-07-05  Dave Love  <d.love@dl.ac.uk>
2981
2982         * intdoc.in: Add entry for DATE_AND_TIME.
2983
2984         * intrin.def: Add implementation for DATE_AND_TIME.  Make second
2985         and third args of SYSTEM_CLOCK optional.
2986
2987         * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
2988
2989         * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
2990         not system_clock_.
2991         (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
2992
2993 Wed Jul  1 11:19:13 1998  Craig Burley  <burley@gnu.org>
2994
2995         Fix 980701-1.f (which was producing "unaligned trap"
2996         on an Alpha running GNU/Linux, as predicted):
2997         * equiv.c (ffeequiv_layout_local_): Don't bother
2998         coping with pre-padding of entire area while building
2999         it; do that instead after the building is done, and
3000         do it by modifying only the modulo field.  This covers
3001         the case of alignment stringency being increased without
3002         lowering the starting offset, unlike the previous changes,
3003         and even more elegantly than those.
3004
3005         * target.c (ffetarget_align): Make sure alignments
3006         are non-zero, just in case.
3007
3008 See ChangeLog.0 for earlier changes.
3009
3010 Local Variables:
3011 add-log-time-format: current-time-string
3012 End: