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