OSDN Git Service

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