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