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