OSDN Git Service

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