OSDN Git Service

rename version numbers, etc
[pf3gnuchains/gcc-fork.git] / gcc / f / ChangeLog
1 Wed May 26 14:25:07 1999  Craig Burley  <craig@jcb-sc.com>
2
3         * g77.texi, news.texi, root.texi, version.c: Start renaming
4         EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
5         the version of g77 within GCC 2.95.
6
7 Wed May 26 11:45:21 1999  Craig Burley  <craig@jcb-sc.com>
8
9         Rename -fsubscript-check to -fbounds-check and
10         -ff2c-subscript-check to -ffortran-bounds-check:
11         * g77.texi: Rename options in docs, clarify usage.
12         * lang-options.h: Rename options, clarify doclets.
13         * news.texi: Rename options, don't bother with fortran-specific
14         option.
15         * top.c (ffe_decode_option): Rename recognized strings.
16
17 Tue May 25 18:21:09 1999  Craig Burley  <craig@jcb-sc.com>
18
19         * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
20         now that -fflatten-arrays exists.
21
22 Tue May 25 17:48:34 1999  Craig Burley  <craig@jcb-sc.com>
23
24         Fix 19990525-0.f:
25         * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
26         CHARACTER expression.
27         (ffecom_prepare_expr_): Ditto.
28
29 Tue May 18 03:52:04 1999  Craig Burley  <craig@jcb-sc.com>
30
31         Support use of back end's improved open-coding of complex divide:
32         * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
33         instead of run-time call to [cz]_div, if `-Os' option specified.
34         (lang_init_options): Tell back end we want support for wide range
35         of inputs to complex divide.
36
37         * Bump version.
38
39 Tue May 18 00:21:34 1999  Zack Weinberg  <zack@rabi.phys.columbia.edu>
40
41         * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
42         was not given.
43
44 Thu May 13 12:23:20 1999  Craig Burley  <craig@jcb-sc.com>
45
46         Fix INTEGER*8 subscripts in array references:
47         * com.c (ffecom_subscript_check_): Convert low, high, and
48         element as necessary to make comparison work.
49         (ffecom_arrayref_): Do more of the work.
50         Properly handle subscript expr that's wider than int,
51         if pointers are wider than int.
52         (ffecom_expr_): Leave more work to ffecom_arrayref_.
53         (ffecom_init_0): Record sizes of pointers and ints for
54         convenience.
55         Use set_sizetype etc. as done by gcc front end.
56         (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
57         * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
58         expressions in run-time contexts.
59         (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
60         non-default INTEGER subscript expressions.
61         * news.texi: Announce.
62
63         Finish accepting -fflatten-arrays option:
64         * com.c (ffecom_arrayref_): Flatten references if requested.
65         * g77.texi: Describe.
66         * lang-options.h: Allow.
67         * news.texi: Announce.
68         * top.c, top.h: Recognize.
69
70         * version.c: Bump version.
71
72 Wed May 12 07:30:05 1999  Craig Burley  <craig@jcb-sc.com>
73
74         * com.c (lang_init_options): Disable back end's maintenance
75         of errno.
76         * news.texi: Document dropping of errno.
77
78 1999-05-10 18:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
79
80         * lang-specs.h: Pass -$ to the preprocessor.
81
82 Mon May 10 18:14:28 1999  Craig Burley  <craig@jcb-sc.com>
83
84         * g77.texi: Fix various @xref's per proper style.
85         Go ahead and use nested braces in @xref's, with care.
86         * g77install.texi: Fix @xref per proper style.
87
88 Mon May 10 17:38:39 1999  Craig Burley  <craig@jcb-sc.com>
89
90         * news.texi: Doc upgrade to netlib libf2c as of today.
91
92 Sun May  9 18:52:13 1999  Hans-Peter Nilsson  <hp@bitrange.com>
93
94         * f/g77spec.c (lang_specific_driver): Correct bug-report address
95         and point to the FAQ.
96
97 Thu May  6 12:40:21 1999  Craig Burley  <craig@jcb-sc.com>
98
99         * g77.texi (Arbitrary Concatenation): Put this under
100         "Missing Features" instead of "Projects".
101         (Internals Documentation): Point to new "Front End" chapter.
102
103 Thu May  6 08:23:52 1999  Craig Burley  <craig@jcb-sc.com>
104
105         * bugs.texi, news.texi: Automatic arrays reportedly working
106         on HP-UX systems.
107
108 Thu May  6 08:19:31 1999  Craig Burley  <craig@jcb-sc.com>
109
110         * g77.texi (Advantages Over f2c): Expand on this topic.
111
112 Mon May  3 19:41:48 1999  Craig Burley  <craig@jcb-sc.com>
113
114         * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
115
116 Mon May  3 18:11:48 1999  Craig Burley  <craig@jcb-sc.com>
117
118         Reverse order of two arguments to CTIME_subr, DTIME_subr,
119         ETIME_subr, and TTYNAM_subr:
120         * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
121         While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
122         TTYNAM_subr.
123         * intdoc.in: Document the new calling sequences.
124         * intrin.def: Reverse the arguments.
125         * news.texi: Document the fact that they changed.
126         * version.c: Bump version.
127
128 Mon May  3 11:28:14 1999  Craig Burley  <craig@jcb-sc.com>
129
130         * news.texi: Doc upgrade to netlib libf2c as of today.
131
132 Sun May  2 17:04:28 1999  Craig Burley  <craig@jcb-sc.com>
133
134         * version.c: Bump version.
135
136 Sun May  2 16:53:01 1999  Craig Burley  <craig@jcb-sc.com>
137
138         Fix compile/19990502-1.f:
139         * ste.c (ffeste_R819B): Don't overwrite tree for temp
140         variable when expanding the assignment into it.
141
142 Sun Apr 25 20:55:10 1999  Craig Burley  <craig@jcb-sc.com>
143
144         Fix 19990325-0.f and 19990325-1.f:
145         * com.c (ffecom_possible_partial_overlap_): New function.
146         (ffecom_expand_let_stmt): Use it to determine whether to assign
147         to a COMPLEX operand through a temp.
148         * news.texi: Document fix.
149
150         * version.c: Bump version.
151
152 Sat Apr 24 12:19:53 1999  Craig Burley  <craig@jcb-sc.com>
153
154         * expr.c (ffeexpr_finished_): Convert DATA implied-do
155         start/end/incr expressions to default INTEGER.
156         Fix some broken conditionals.
157         Clean up some code in the region.
158         * news.c: Document the fix.
159
160         * version.c: Bump version.
161
162 Fri Apr 23 02:08:32 1999  Craig Burley  <craig@jcb-sc.com>
163
164         * g77.texi (Compiler Prototypes): Replace "missing" subscript-
165         checking option with something else.
166
167 Fri Apr 23 01:48:28 1999  Craig Burley  <craig@jcb-sc.com>
168
169         Support new -fsubscript-check and -ff2c-subscript-check options:
170         * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
171         * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
172         (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
173         FFEBLD_opARRAYREF case.
174         Compute character name, array type, and use new
175         ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
176         (ffecom_expr_): Use new ffecom_arrayref_ function.
177         (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
178         * g77.texi, news.texi: Document new options.
179         * top.c, top.h: Support new options.
180
181         * news.texi: Fix up some items to not be in "User-Visible Changes".
182
183         * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
184         warnings.
185
186         * version.c: Bump version.
187
188 Tue Apr 20 01:38:57 1999  Craig Burley  <craig@jcb-sc.com>
189
190         * bugs.texi, news.texi: Clarify -malign-double situation.
191
192 Tue Apr 20 01:15:25 1999  Craig Burley  <craig@jcb-sc.com>
193
194         * stb.c (ffestb_R5282_): Convert DATA repeat count
195         to default INTEGER, to avoid problems downstream.
196
197         * version.c: Bump version.
198
199 Mon Apr 19 21:36:48 1999  Craig Burley  <craig@jcb-sc.com>
200
201         * ste.c (ffeste_R819B): Start the loop before expanding
202         the termination expression.
203
204         * version.c: Bump version.
205
206 Sun Apr 18 21:53:58 1999  Craig Burley  <craig@jcb-sc.com>
207
208         * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
209         variables have constant addresses (EQUIVALENCE only if
210         containing aggregate is static).
211
212 Sat Apr 17 16:55:59 1999  Craig Burley  <craig@jcb-sc.com>
213
214         * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
215         Clean up @code{} vs. @samp{}.
216         Clean up dashes (`--') vs. @minus{} vs. `---'.
217
218         * ffe.texi: Add copyright header.
219
220         * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
221         Remove support for -fugly option.
222         Clarify that -fugly-logint is needed instead of -fugly
223         to work around using .EQ./.NE. on LOGICAL operands.
224         Explain more about why -fugly-logint is bad juju.
225
226         * g77.texi (Missing Features): Describe READONLY as a missing
227         feature.  Describe AUTOMATIC better.
228
229         * news.texi: Mention libf2c upgrade.
230
231 Sat Apr 17 14:05:53 1999  Craig Burley  <craig@jcb-sc.com>
232
233         Make a place for front-end internals documentation:
234         * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
235         * ffe.texi: New file, containing docs on front-end internals.
236         * g77.texi: New chapter for, and inclusion of, ffe.texi.
237
238         * g77.texi: Fix an index entry.
239
240 Sat Apr 17 13:53:43 1999  Craig Burley  <craig@jcb-sc.com>
241
242         Rewrite to use block/scope structure of GBE and to ensure
243         variables (especially those going on stack/reg) are declared
244         before executable code generated:
245         * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
246         Support new hooks.
247         * bld.h (ffebld_item_hook, ffebld_item_set_hook,
248         ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
249         * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
250         ffebld_rank, ffebld_where): New convenience macros (used
251         by rest of this patch).
252         * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
253         ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
254         handling mechanism.
255         * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
256         ffecom_call_gfrt): Support passing hooks for temp-var info.
257         (ffecom_expr_power_integer_): Takes opPOWER expression, instead
258         of its left and right operands, so it can get at the hook.
259         (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
260         ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
261         ffecom_prepare_expr_w, ffecom_prepare_return_expr,
262         ffecom_prepare_ptr_to_expr): New functions supporting expression
263         pre-scanning.
264         (bison_rule_compstmt_): Return the tree, as in the CFE.
265         (delete_block): New function, from CFE.
266         (kept_level_p): New function, from CFE, modified.
267         (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
268         replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
269         and they do real work.
270         (struct binding_level): Add prep_state member.  Initialize to 0.
271         (ffecom_get_invented_identifier): Now takes either or both a
272         string and an integer, using -1 to denote no integer.
273         (ffecom_do_entry_): Disallow temp-var generation via expressions
274         in body of function, since the exprs aren't prescanned.
275         (ffecom_expr_rw): Now takes destination tree.
276         (ffecom_expr_w): New function, now used in some places
277         ffecom_expr_rw had been used.
278         (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
279         of source file, to avoid annoying problems editing com.c using
280         Emacs C-mode.
281         (ffecom_expr_power_integer_): Make a temp var for division, if
282         necessary.
283         Handle expanded statement expression as does CFE.
284         (ffecom_start_progunit_): Disallow temp-var generation in body
285         of function, since expressions are not prescanned at this level.
286         (ffecom_sym_transform_): Transform ASSIGN variables as well,
287         so these are all transformed up front, before code-generation
288         begins.
289         (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
290         ffecom_ptr_to_const_expr): New functions to transform expressions
291         only if the results will surely be constants.
292         (ffecom_arg_ptr_to_expr): Precompute size, for convenience
293         obtaining temp vars.
294         (ffecom_expand_let_stmt): Guess at usability of destination
295         pre-expansion, to provide better prescan preparation (fewer
296         spurious temp vars).
297         (ffecom_init_0): Disallow temp-var generation in global scope.
298         (ffecom_type_expr): New function, returns just the type tree
299         for the expression.
300         (start_function): Disallow temp-var generation in parm scope.
301         (incomplete_type_error): Fix introductory comment.
302         (poplevel): Update (somewhat) from CFE.
303         (pushlevel): Update (somewhat) from CFE.
304         * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
305         * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
306         ffestd_R806): Remember and pass through the ffestw block info
307         for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
308         * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
309         (ffeste_io_inlist_): Add prototype.
310         (ffeste_f2c_*): Macros rewritten, new ones added.
311         (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
312         ffeste_end_stmt_): New macros/functions, depending on whether
313         checking is enabled, to keep track of symmetry of other ste.c code.
314         (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
315         ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
316         ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
317         ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
318         ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
319         ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
320         ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
321         ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
322         ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
323         ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
324         ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
325         ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
326         all pertinent expressions, update to new com.c interface, etc.
327         (ffeste_io_impdo_): Relocate.
328         (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
329         bother calling clear_momentary, nothing was generated.
330         (ffeste_R842, ffeste_R843): Update to new com.c interface.
331         (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
332         (ffeste_terminate_2): When checking enabled, make sure all blocks
333         and statements have been ended.
334         * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
335         These now take ffestw block argument.
336         (ffeste_terminate_2): When checking enabled, it's a function, not
337         a macro.
338         * stw.h (struct _ffestw_): New variable for IFTHEN.
339         (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
340         accessor macros.
341         * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
342
343         * com.c: Clean up commentary per GNU coding standards.
344
345         * bld.h (ffebld_size, ffebld_size_known): Canonize.
346
347         * version.c: Bump version.
348
349 Sun Apr 11 21:33:33 1999  Mumit Khan  <khan@xraylith.wisc.edu>
350
351         * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
352         null to decide whether to use it.
353
354 Wed Apr  7 09:47:09 1999  Kaveh R. Ghazi  <ghazi@snafu.rutgers.edu>
355
356         * ansify.c (die): Specify void argument.
357
358         * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
359         argument_info_ptr, argument_info_string, argument_name_ptr,
360         argument_name_string, elaborate_if_complex,
361         elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
362         Const-ify a char*.
363         (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
364         (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
365         _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
366
367 Mon Apr  5 11:57:54 1999  Donn Terry (donn@interix.com)
368
369         * Make-lang.in (HOST_CFLAGS): compute dynamically.
370
371 Mon Apr  5 02:11:23 1999  Craig Burley  <craig@jcb-sc.com>
372
373         Fix bugs exposed by configuring with --enable-checking:
374         * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
375         ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
376         pop_f_function_context, store_parm_decls, poplevel): Handle
377         error_mark_node properly.
378         * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
379         * version.c: Bump version.
380
381 Sat Apr  3 23:57:56 1999  Craig Burley  <craig@jcb-sc.com>
382
383         * g77.texi: Fix up docs for -fset-g77-defaults, and
384         describe how internal consistency checking now happens.
385         (Should have been done for EGCS version 1.1.)
386
387 Sat Apr  3 23:29:33 1999  Craig Burley  <craig@jcb-sc.com>
388
389         * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
390         Make -fno-emulate-complex the default, as COMPLEX support
391         in the back end is now believed to be working.
392
393         * version.c: Bump version.
394
395 Fri Apr  2 13:33:16 1999  Craig Burley  <craig@jcb-sc.com>
396
397         * g77.texi: -malign-double now works.
398         Give URL for alignment-testing package.
399         * news.texi: -malign-double now works.
400
401 Fri Apr  2 12:49:12 1999  Craig Burley  <craig@jcb-sc.com>
402
403         * g77.texi (Funding GNU Fortran): Dude's got a web page.
404         * root.texi: Ditto.
405
406 Tue Mar 30 12:04:11 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
407
408         * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
409         Const-ify a char*.
410
411         * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
412         Likewise.
413
414         * stb.c (ffestb_local_u_): Likewise.
415         (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
416         ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
417         ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
418         ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
419         ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
420         ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
421         ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
422         ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
423         ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
424         ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
425         ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
426         ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
427         ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
428         ffestb_decl_R539): Likewise.
429
430         * stb.h (_ffestb_args_): Likewise.
431
432         * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
433         ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
434
435         * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
436         ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
437         ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
438         ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
439         ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
440
441         * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
442
443         * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
444         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
445
446         * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
447         ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
448
449         * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
450         ffestt_tokenlist_drive): Add prototype arguments.
451
452         * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
453         ffestt_tokenlist_drive): Likewise.
454
455         * stu.c (ffestu_dummies_transition_): Likewise.
456         (ffestu_sym_end_transition): Const-ify a char*.
457
458         * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
459         prototype arguments.
460
461         * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
462
463         * version.c (ffe_version_string): Const-ify a char*.
464
465         * version.h (ffe_version_string): Likewise.
466
467 Sat Mar 27 13:00:43 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
468
469         * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
470         ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
471         ffebad_finish): Const-ify a char*.
472
473         * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
474
475         * bld.h (ffebld_op_string): Likewise.
476
477         * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
478         ffecom_debug_kludge_, ffecom_f2c_make_type_,
479         ffecom_get_appended_identifier_, ffecom_get_identifier_,
480         ffecom_gfrt_args_): Likewise.
481         (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
482         (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
483         ffecom_arglist_expr_, ffecom_build_f2c_string_,
484         ffecom_debug_kludge_, ffecom_f2c_make_type_,
485         ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
486         ffecom_get_identifier_, ffecom_decl_field,
487         ffecom_get_invented_identifier, lang_print_error_function,
488         skip_redundant_dir_prefix, read_name_map, print_containing_files):
489         Const-ify a char*. 
490         (savestring): Remove, use `xstrdup' instead.
491
492         * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
493         Const-ify a char*.
494
495         * data.c (ffebld, ffedata_gather_): Make explicitly static.
496
497         * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
498         ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
499         ffeexpr_nil_number_, ffeexpr_nil_number_period_,
500         ffeexpr_nil_number_real_, ffeexpr_token_real_,
501         ffeexpr_token_number_, ffeexpr_token_number_period_,
502         ffeexpr_token_number_real_): Const-ify a char*.
503
504         * fini.c (xspaces): Likewise.
505
506         * global.c (ffeglobal_type_string_): Likewise.
507         (ffeglobal_drive): Protoize.
508         (ffeglobal_proc_def_arg): Const-ify a char*.
509
510         * global.h (ffeglobal_drive): Protoize.
511         (ffeglobal_proc_def_arg): Const-ify a char*.
512
513         * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
514         Likewise.
515
516         * implic.h (ffeimplic_peek_symbol_type): Likewise.
517
518         * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
519         ffeinfo_kind_string_, ffeinfo_kindtype_string_,
520         ffeinfo_where_string_, ffeinfo_basictype_string,
521         ffeinfo_kind_message, ffeinfo_kind_string,
522         ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
523
524         * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
525         ffeinfo_kind_string, ffeinfo_kindtype_string,
526         ffeinfo_where_string): Likewise.
527
528         * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
529         _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
530         ffeintrin_fulfill_specific, ffeintrin_init_0,
531         ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
532         ffeintrin_name_generic, ffeintrin_name_implementation,
533         ffeintrin_name_specific): Likewise.
534
535         * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
536         ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
537
538         * lex.c (ffelex_type_string_, ffelex_token_new_character,
539         ffelex_token_new_name, ffelex_token_new_names,
540         ffelex_token_new_number): Likewise.
541
542         * lex.h (ffelex_token_new_character, ffelex_token_new_name,
543         ffelex_token_new_names, ffelex_token_new_number): Likewise.
544
545         * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
546         malloc_new_zinpool_): Likewise.
547
548         * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
549         malloc_pool_new): Likewise.
550
551         * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
552         Protoize.
553
554         * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
555         Likewise.
556
557         * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
558         ffesymbol_attrs_string): Const-ify a char*.
559         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
560         (ffesymbol_state_string): Const-ify a char*.
561
562         * symbol.h (ffesymbol_attrs_string): Likewise.
563         (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
564         (ffesymbol_state_string): Const-ify a char*.
565
566         * target.c (ffetarget_layout): Likewise.
567
568         * target.h (ffetarget_layout): Likewise.
569
570 1999-03-25  Zack Weinberg  <zack@rabi.columbia.edu>
571
572         * Make-lang.in: Remove all references to g77.o/g77.c.
573         Link g77 from gcc.o.
574
575 1999-03-21  Manfred Hollstein  <manfred@s-direktnet.de>
576
577         * Makefile.in (g77$(exeext)): Depend on intl.o.  Link in intl.o.
578
579 Wed Mar 17 11:39:44 1999  Craig Burley  <craig@jcb-sc.com>
580
581         * news.texi: Editorial fix.
582
583 Mon Mar 15 17:12:07 1999  Craig Burley  <craig@jcb-sc.com>
584
585         * bugs.texi, g77.texi, news.texi: Editorial fixes.
586
587 Sat Mar 13 17:51:55 1999  Craig Burley  <craig@jcb-sc.com>
588
589         Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
590         * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
591         * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
592         by convertor, just return original expr.
593         * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
594         conversions that aren't yet working properly.
595         * news.texi: Explain.
596
597         * version.c: Bump version.
598
599 Sat Mar 13 14:26:55 1999  Craig Burley  <craig@jcb-sc.com>
600
601         * RELEASE-PREP: New file, lists things to do for a release.
602
603         * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
604         install0.texi, news.texi, news0.texi: Accommodate new doc
605         architecture.
606         Consolidate news items.  Don't describe old news items in
607         various generated docs.
608         Don't describe FSF-g77 installation stuff in various EGCS-g77
609         generated docs.
610         Move description of AUTOMATIC to more suitable location.
611         * root.texi: New file for new doc architecture.
612
613 Thu Mar 11 17:32:55 1999  Craig Burley  <craig@jcb-sc.com>
614
615         * g77.texi: Add AUTOMATIC to list of unsupported extensions.
616
617 Sat Mar  6 02:28:35 1999  Craig Burley  <craig@jcb-sc.com>
618
619         Warn about non-Y2K-compliant intrinsics:
620         * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
621         * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
622         Use new DEFIMPY macro to flag these as non-Y2K-compliant.
623         * intdoc.c (DEFIMPY): Support new Y2K macro.
624         * intrin.h (DEFIMPY): Ditto.
625         * intrin.c (DEFIMPY): Ditto.
626         (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
627         Warn about invocation of non-Y2K-compliant intrinsic.
628         * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
629         Rename external procedure names, to keep previously-
630         compiled (sans-new-warnings) code from linking to
631         new library.
632         * g77.texi: Document all this stuff.
633         * news.texi: Spread the joy.
634         * version.c: Bump version.
635
636 Fri Mar  5 13:22:44 1999  Craig Burley  <craig@jcb-sc.com>
637
638         * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
639         so describe it there, instead of under 1.2.
640
641 Wed Mar  3 00:57:56 1999  Craig Burley  <craig@jcb-sc.com>
642
643         * news.texi: IDATE (VXT) fixed to return year as 0..99.
644
645 Wed Mar  3 00:43:49 1999  Craig Burley  <craig@jcb-sc.com>
646
647         * g77.texi: Add remaining changes pending from Dave Love.
648
649 Wed Mar  3 00:38:42 1999  Craig Burley  <craig@jcb-sc.com>
650
651         * bugs.texi, news.texi: Conditionalize cross-references
652         on non-html processing, providing temporary HTML "links".
653
654         * g77.texi: Fix up a reference.
655
656 Wed Mar  3 00:12:31 1999  Craig Burley  <craig@jcb-sc.com>
657
658         * news.texi, bugs.texi: Delete fixed bugs, make one
659         of them into the appropriate news item.
660
661 Wed Mar  3 00:05:52 1999  Craig Burley  <craig@jcb-sc.com>
662
663         * news.texi: Copy over 1.1.2 news.
664
665 1999-03-02  Craig Burley  <craig@jcb-sc.com>
666
667         * g77.texi (Bug Reporting): Clarify whether to use -E.
668         Clarify other instructions.
669
670 1999-02-27  Craig Burley  <craig@jcb-sc.com>
671
672         * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
673
674 1999-02-26  Craig Burley  <craig@jcb-sc.com>
675
676         * intdoc.in (STAT_func, STAT_subr,
677         FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
678         Properly order array elements.  Specify N/A return values.
679
680 1999-02-26  Craig Burley  <craig@jcb-sc.com>
681
682         * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
683         seconds, and VALUES(8), therefore, milliseconds.
684
685 1999-02-26  Craig Burley  <craig@jcb-sc.com>
686
687         * news.texi: Clarify IOSTAT= fix.
688
689 1999-02-25  Richard Henderson  <rth@cygnus.com>
690
691         * lang-specs.h: Define __FAST_MATH__ when appropriate.
692
693 1999-02-25  Craig Burley  <craig@jcb-sc.com>
694
695         * g77.texi: Clarify/index lack of run-time allocation for
696         concatenation.
697   
698 1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
699
700         * f/intdoc.in: Add missing `,' after cross references.
701
702 1999-02-20  Craig Burley  <craig@jcb-sc.com>
703
704         * Make-lang.in (f77.install-common, f77.install-info,
705         f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
706         instead of `lang-f77' for flag file, to be sure of a
707         writable directory, and remove the flag file after each
708         operation to keep things clean.
709
710 1999-02-20  Craig Burley  <craig@jcb-sc.com>
711
712         * g77.texi: Properly attribute Priest document; clarify
713         that it is in the .ps version of the Goldberg document.
714
715 1999-02-19  Craig Burley  <craig@jcb-sc.com>
716
717         * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
718         news0.texi, news.texi: Update copyright dates.
719         Clarify which files are source, which are derived,
720         and remind maintainers where copyright dates are sourced.
721         * BUGS, INSTALL, NEWS: Regenerated.
722
723 1999-02-19  Craig Burley  <craig@jcb-sc.com>
724
725         * global.c (ffeglobal_ref_progunit_): Warn about a function
726         definition that disagrees with the type of a previous reference.
727         Improve commentary.  Fix a couple of minor bugs.  Clean up
728         some code.
729         * news.texi: Spread the joy.
730
731 1999-02-18  Craig Burley  <craig@jcb-sc.com>
732
733         * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
734         as argument for FILEINT and FILEASSOC as lhs.
735         * news.texi: Document fix.
736         * version.c: Bump.
737
738 1999-02-18  Craig Burley  <craig@jcb-sc.com>
739
740         * g77.texi: Clarify -fno-globals vs. -Wno-globals.
741
742 1999-02-18  Craig Burley  <craig@jcb-sc.com>
743
744         * intdoc.in (LOG10): Fix typo.
745
746 1999-02-17  Ulrich Drepper  <drepper@cygnus.com>
747
748         * intdoc.in: Fix typo.
749
750 1999-02-17  Craig Burley  <craig@jcb-sc.com>
751
752         * g77.texi, intdoc.in: Document Y2K and some other known
753         limitations.
754         * intrin.def (DTIME, FDATE): Fix capitalization of
755         case-sensitive forms of these intrinsics' names.
756
757 1999-02-17  Dave Love  <fx@gnu.org>
758
759         * intdoc.in: Say `common' logarithm for log10.
760
761 1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
762
763         * g77.texi: Add missing @ in email addresses.
764
765 1999-02-15  Craig Burley  <craig@jcb-sc.com>
766
767         * *.*: Delete my (old) email address in most places, change it
768         in a few.
769
770 1999-02-14  Craig Burley  <craig@jcb-sc.com>
771
772         * version.c: Bump.
773
774 1999-02-14  Craig Burley  <craig@jcb-sc.com>
775
776         * version.c: Bump for 1998-10-02 change (forgot to do this
777         before).
778
779 1999-02-14  Craig Burley  <craig@jcb-sc.com>
780
781         * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
782         and `.FPP' as well as `.for' and `.fpp'.
783
784 1999-02-14  Craig Burley  <craig@jcb-sc.com>
785
786         * intdoc.in (LOG10): Fix description.
787
788 1999-02-14  Craig Burley  <craig@jcb-sc.com>
789
790         * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
791
792 1999-02-14  Craig Burley  <craig@jcb-sc.com>
793
794         * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
795         up and improve indexing, and some other areas of docs.
796
797 1999-02-14  Craig Burley  <craig@jcb-sc.com>
798
799         * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
800         32-bit systems.
801
802 Sat Feb  6 18:02:17 1999  Jeffrey A Law  (law@cygnus.com)
803
804         * g77.texi: Update email addresses.
805
806 Wed Feb  3 22:50:17 1999  Marc Espie <Marc.Espie@liafa.jussieu.fr>
807
808         * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
809         mkstemp.o from libiberty.
810
811 1999-02-01  Zack Weinberg  <zack@rabi.columbia.edu>
812
813         * top.c: Don't define ffe_is_ident_.  Don't process
814         -f(no-)ident here.
815         * top.h: Remove declaration of ffe_is_ident_ and macros
816         ffe_is_ident() and ffe_set_is_ident().
817         * lex.c: Use flag_no_ident instead of ffe_is_ident().
818
819 Sun Jan 31 20:34:29 1999  Zack Weinberg  <zack@rabi.columbia.edu>
820
821         * lang-specs.h: Map -Qn to -fno-ident.
822
823 Tue Jan  5 22:12:41 1999  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
824
825         * Make-lang.in (g77.o): Depend on prefix.h.
826
827 Fri Nov 27 13:10:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
828
829         * fini.c: Rename variable `spaces' to `xspaces' to avoid
830         conflicting with function `spaces' from libiberty.
831
832         * g77spec.c: Don't prototype libiberty functions.
833         * malloc.c: Likewise.
834
835 1998-11-20  Dave Love  <d.love@dl.ac.uk>
836
837         * g77.texi: Assorted minor changes.
838
839 1998-11-19  Dave Love  <d.love@dl.ac.uk>
840
841         * bugs.texi: Formatting changes from Craig.
842
843         * intdoc.in: Terminate some @xrefs with `,'.
844
845 1998-11-19  Manfred Hollstein  <manfred@s-direktnet.de>
846
847         * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
848
849 Mon Nov  9 23:15:39 1998  Jeffrey A Law  (law@cygnus.com)
850
851         * g77.texi, news.texi: Updates from Craig.
852
853 Sun Nov  8 17:47:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
854
855         * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
856
857 Sat Nov  7 15:58:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
858
859         * g77spec.c: Don't include gansidecl.h.
860         * output.j: Likewise.
861
862 1998-11-04  Dave Love  <d.love@dl.ac.uk>
863
864         * g77.texi: Small formatting/indexing fixes.
865
866 Mon Oct 12 20:41:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
867
868         * bad.c (ffebad_finish): Change type of variable `c' to unsigned
869         char, change type of variable `s' to unsigned char *.
870
871         * com.c (ffecom_symbol_null_): Add missing initializers.
872
873         * fini.c (MAXNAMELEN): Undef it before defining.
874
875         * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
876         unsigned char.
877
878         * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
879         to (unsigned char).
880
881         * lex.c (ffelex_splice_tokens): Change type of variable `p' to
882         unsigned char *.
883         (ffelex_token_name_from_names): Cast the argument of
884         `ffelex_is_firstnamechar' to (unsigned char).
885         (ffelex_token_names_from_names): Likewise.
886         (ffelex_token_new_name): Likewise.
887         (ffelex_token_new_names): Likewise.
888
889         * malloc.c (malloc_root_): Add missing initializer.
890
891         * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
892         (ffestb_else) Likewise.
893         (ffestb_else3_) Likewise.
894         (ffestb_endxyz) Likewise.
895         (ffestb_goto) Likewise.
896         (ffestb_let) Likewise.
897         (ffestb_varlist) Likewise.
898         (ffestb_R522) Likewise.
899         (ffestb_R528) Likewise.
900         (ffestb_R834) Likewise.
901         (ffestb_R835) Likewise.
902         (ffestb_R838) Likewise.
903         (ffestb_R1102) Likewise.
904         (ffestb_blockdata) Likewise.
905         (ffestb_R1212) Likewise.
906         (ffestb_R810) Likewise.
907         (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
908         to (unsigned char).
909         (ffestb_V014): Change type of variable `p' to unsigned char *.
910         (ffestb_dummy) Likewise.
911         (ffestb_R524) Likewise.
912         (ffestb_R547) Likewise.
913         (ffestb_decl_chartype) Likewise.
914         (ffestb_decl_dbltype) Likewise.
915         (ffestb_decl_gentype) Likewise.
916         (ffestb_decl_entsp_2_) Likewise.
917         (ffestb_V027) Likewise.
918         (ffestb_decl_R539) Likewise.
919
920         * top.c (ffe_decode_option): Mark parameter `argc' with
921         ATTRIBUTE_UNUSED.
922
923         * where.c (ffewhere_unknown_line_): Add missing initializers.
924
925 1998-10-02  Dave Love  <d.love@dl.ac.uk>
926
927         * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
928
929 Thu Oct  1 10:43:45 1998  Nick Clifton  <nickc@cygnus.com>
930
931         * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
932         HANDLE_GENERIC_PRAGMAS.
933
934 Mon Sep 28 04:22:00 1998  Jeffrey A Law  (law@cygnus.com)
935
936         * news.texi: Update from Craig.
937
938 1998-09-23  Dave Love  <d.love@dl.ac.uk>
939
940         * g77.texi: Additions about `/*', trailing comments and cpp.
941
942 1998-09-18  Dave Love  <d.love@dl.ac.uk>
943
944         * g77.texi: Various additions and some small fixes.
945
946 Thu Sep 10 14:55:44 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
947
948         * Make-lang.in (f77.install-common): Add missing "else true;".
949
950 1998-09-07  Dave Love  <d.love@dl.ac.uk>
951
952         * ChangeLog.egcs: Deleted.  Entries merged here.
953
954 1998-09-05  Dave Love  <d.love@dl.ac.uk>
955
956         * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
957         (F771_LDFLAGS): Variable dispensed with.
958
959 Fri Sep  4 19:53:34 1998  Craig Burley  <burley@gnu.org>
960
961         * intdoc.in: Minor editorial tweaks.
962
963 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
964
965         * lang-options.h: Convert to wrap option and doc string
966         in a new macro invocation, FTNOPT, so the nearly identical
967         list can be used in FSF-g77.
968
969 Fri Sep  4 18:35:52 1998  Craig Burley  <burley@gnu.org>
970
971         * Makefile.in (fini.o): Don't define USE_HCONFIG here.
972         * fini.c: Define USE_HCONFIG here instead, so deps-kinda
973         picks up correct dependency.
974
975         * Makefile.in (proj-h.o): Fix dependencies list.
976
977 Wed Sep 02 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
978
979         * lex.c (ffe_lex_hash):  Change how HANDLE_PRAGMA and
980         HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
981         enabled in this code.
982         Generate warning messages if unknown pragmas are encountered.
983         (pragma_getc): New function: retrieves characters from the
984         input stream.  Defined when HANDLE_PRAGMA is defined.
985         (pragma_ungetc): New function: replaces characters back into the
986         input stream.  Defined when HANDLE_PRAGMA is defined.
987
988 Tue Sep  1 10:00:21 1998  Craig Burley  <burley@gnu.org>
989
990         * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
991         from Craig.
992
993 1998-08-23  Dave Love  <d.love@dl.ac.uk>
994
995         * g77.texi: Increment `version-g77' and fix a few typos.
996
997 Tue Aug 18 21:41:31 1998  Jeffrey A Law  (law@cygnus.com)
998
999         * Make-lang.in: Add several "else true" clauses to deal with lame
1000         systems.
1001
1002 Tue Aug 11 08:12:14 1998  H.J. Lu  (hjl@gnu.org)
1003
1004         * Make-lang.in (g77.o): Touch lang-f77 before checking it.
1005
1006 1998-08-09  Dave Love  <d.love@dl.ac.uk>
1007
1008         * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
1009         with explicit use of tex.
1010         (f77.mostlyclean): Remove TeX index files.
1011
1012         * g77install.texi (Prerequisites): Kluge round TeX lossage with
1013         hyphen in @value in @code.
1014
1015 Tue Aug  4 16:59:39 1998  Craig Burley  <burley@gnu.org>
1016
1017         * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
1018         Allow conversion from pointer to same-sized integer,
1019         to fix invoking SIGNAL as a function.
1020
1021 1998-07-26  Dave Love  <d.love@dl.ac.uk>
1022
1023         * BUGS, INSTALL, NEWS: Rebuilt.
1024
1025 Sat Jul 25 17:23:55 1998  Craig Burley  <burley@gnu.org>
1026
1027         Fix 980615-0.f:
1028         * stc.c (ffestc_R1229_start): Set info to ANY as well.
1029
1030 Tue Jul 21 04:33:37 1998  Craig Burley  <burley@gnu.org>
1031
1032         * g77spec.c (lang_specific_driver): Return unmolested
1033         command line when --help seen.
1034         Comment out code that printed g77-specific --help info.
1035
1036 Sat Jul 18 19:16:48 1998  Craig Burley  <burley@gnu.org>
1037
1038         * lang-options.h: Fix up doc strings.
1039         Remove the unimplemented -fdcp-intrinsics-* options.
1040
1041         * str-1t.fin: Change mixed-case spelling of `GoTo' from
1042         `Goto'.
1043
1044 Thu Jul 16 13:26:36 1998  Craig Burley  <burley@gnu.org>
1045
1046         * com.c (ffecom_finish_symbol_transform_): Revert change
1047         of 1998-05-23, as it was too aggressive, in that it
1048         prevented transformation of (used) functions before
1049         primary code generation.
1050
1051 1998-07-15  Dave Love  <d.love@dl.ac.uk>
1052
1053         * intdoc.texi: Regenerated.
1054
1055 Mon Jul 13 18:45:06 1998  Craig Burley  <burley@gnu.org>
1056
1057         * Make-lang.in (f77.rebuilt): Fix to depend on
1058         build-dir-based, not source-based, g77.info.
1059
1060         * g77.texi: Merge docs with 0.5.24.
1061         * g77install.texi: Ditto.
1062
1063 Mon Jul 13 18:02:29 1998  Craig Burley  <burley@gnu.org>
1064
1065         Cleanups vis-a-vis g77-0.5.24:
1066         * g77spec.c (lang_specific_driver): Tabify source.
1067         * top.c (ffe_decode_option): Use fixed macro to set
1068         internal-checking flag.
1069         * top.h (ffe_set_is_do_internal_checks): Fix macro.
1070
1071 Mon Jul 13 17:33:44 1998  Craig Burley  <burley@gnu.org>
1072
1073         Cleanups vis-a-vis system.h cutover and g77-0.5.24:
1074         * Makefile.in (fini.o): Define USE_HCONFIG macro
1075         so source code doesn't have to.
1076         * fini.c: Don't define USE_HCONFIG here, since
1077         source code usually shouldn't care about this.
1078         * ansify.c: Include stddef.h only if we have it.
1079         * intdoc.c: Ditto.
1080         * proj.h: Ditto.
1081
1082 Mon Jul 13 17:30:29 1998  Nick Clifton  <nickc@cygnus.com>
1083
1084         * lang-options.h: Format changed to work with --help support added
1085         to gcc/toplev.c
1086
1087 Mon Jul 13 11:54:03 1998  Craig Burley  <burley@gnu.org>
1088
1089         * com.c (ffecom_push_tempvar): Replace kludge that
1090         munged back-end globals directly with proper calls
1091         to push_topmost_sequence and pop_topmost_sequence.
1092
1093 1998-07-12  Dave Love  <d.love@dl.ac.uk>
1094
1095         * version.c: Bump version.
1096
1097 Sat Jul 11 19:24:32 1998  Craig Burley  <burley@gnu.org>
1098
1099         Fix 980616-0.f:
1100         * equiv.c (ffeequiv_offset_): Don't crash on various
1101         possible ANY operands.
1102
1103 Sat Jul 11 18:24:37 1998  Craig Burley  <burley@gnu.org>
1104
1105         * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
1106         for constant is non-zero.
1107
1108         * com.c (__eprintf): Delete this function, it is obsolete.
1109
1110 1998-07-09  Dave Love  <d.love@dl.ac.uk>
1111
1112         * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
1113
1114 Thu Jul  9 00:45:59 1998  Craig Burley  <burley@gnu.org>
1115
1116         Fix debugging of CHARACTER*(*), etc., which requires
1117         emitting debug info on types like `ftnlen':
1118         * com.c (ffecom_start_progunit_): Don't bother
1119         resetting "invented" flag for identifier.
1120         (ffecom_transform_equiv_): Don't bother zeroing
1121         "ignored" flag for decl.
1122         (pushdecl): No longer set "ignored", "used", or
1123         "suppressed debug" flags for decls having "invented"
1124         identifiers.
1125
1126 1998-07-06  Mike Stump  <mrs@wrs.com>
1127
1128         * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
1129         we can move g77.c.
1130
1131 1998-07-06  Dave Love  <d.love@dl.ac.uk>
1132
1133         * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
1134         -lsocket.
1135
1136 1998-07-05  Dave Love  <d.love@dl.ac.uk>
1137
1138         * intdoc.in: Add entry for DATE_AND_TIME.
1139
1140         * intrin.def: Add implementation for DATE_AND_TIME.  Make second
1141         and third args of SYSTEM_CLOCK optional.
1142
1143         * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
1144
1145         * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
1146         not system_clock_.
1147         (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
1148
1149 Wed Jul  1 11:19:13 1998  Craig Burley  <burley@gnu.org>
1150
1151         Fix 980701-1.f (which was producing "unaligned trap"
1152         on an Alpha running GNU/Linux, as predicted):
1153         * equiv.c (ffeequiv_layout_local_): Don't bother
1154         coping with pre-padding of entire area while building
1155         it; do that instead after the building is done, and
1156         do it by modifying only the modulo field.  This covers
1157         the case of alignment stringency being increased without
1158         lowering the starting offset, unlike the previous changes,
1159         and even more elegantly than those.
1160
1161         * target.c (ffetarget_align): Make sure alignments
1162         are non-zero, just in case.
1163
1164 See ChangeLog.0 for earlier changes.
1165
1166 Local Variables:
1167 add-log-time-format: current-time-string
1168 End: