]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/f/ChangeLog
re PR bootstrap/12744 (A GCC release tarball can no longer be built without bison...
[thirdparty/gcc.git] / gcc / f / ChangeLog
1 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
2
3 * Make-lang.in (f77.srcextra): Dummy entry.
4
5 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
6
7 PR fortran/6491
8 * expr.c (ffeexpr_reduce_): When handling AND, OR, and XOR, and
9 when using -fugly-logint, if both operands are logical, convert
10 the result back to logical.
11 (ffeexpr_reduced_ugly2log_): Add bothlogical parameter. Change
12 all callers. Convert logical operands to integer.
13
14 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
15
16 * README: Remove.
17
18 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
19
20 * com.h (ffecom_gfrt_basictype): Correct return type.
21
22 2003-12-29 Roger Sayle <roger@eyesopen.com>
23
24 PR fortran/12632
25 * com.c (ffecom_subscript_check_): Take as an extra argument the
26 (possibly NULL) decl of the array. Don't create unnecessary tree
27 nodes if the array index is known to be safe at compile-time.
28 If the array index is unsafe, force the array decl into memory to
29 avoid RTL expansion problems.
30 (ffecom_array_ref_): Update calls to ffecom_subscript_check_.
31 (ffecom_char_args_x_): Likewise.
32
33 2003-12-06 Kelley Cook <kcook@gcc.gnu.org>
34
35 * Make-lang.in (G77_CROSS_NAME): Delete.
36 (g77.install_common, g77.install-man, g77.uninstall): Adjust for above.
37
38 2003-11-30 Andreas Jaeger <aj@suse.de>
39
40 * Make-lang.in (f77.rebuilt): Fix dependency on g77.info.
41
42 2003-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
43
44 PR fortran/12633
45 * expr.c (ffeexpr_reduced_ugly2log_): Revert
46 change allowing logical .and. logical to be
47 integer in expressions when -fugly-logint.
48
49 2003-11-21 Kelley Cook <kcook@gcc.gnu.org>
50
51 * .cvsignore: Delete.
52
53 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
54
55 * Make-lang.in (f77.extraclean): Delete.
56
57 2003-11-20 Joseph S. Myers <jsm@polyomino.org.uk>
58
59 * Make-lang.in (check-f77, lang_checks): Add.
60
61 2003-11-16 Jason Merrill <jason@redhat.com>
62
63 * Make-lang.in (f77.tags): Create TAGS.sub files in each directory
64 and TAGS files that include them for each front end.
65
66 2003-11-12 Andreas Jaeger <aj@suse.de>
67
68 * intdoc.in (Signal Intrinsic (subroutine)): Fix texinfo warning
69 using @code.
70 * intdoc.texi: Regenerated.
71
72 2003-11-03 Kelley Cook <kcook@gcc.gnu.org>
73
74 * Make-lang.in (dvi): Move targets to $(docobjdir).
75 (g77.dvi): Simplify rule.
76 (g77.info): Sinplify rule.
77 (g77.1): Delete.
78 (g77.pod): New intermediate rule.
79
80 2003-10-31 Jakub Jelinek <jakub@redhat.com>
81
82 * com.c (ffecom_sym_transform_): Set tree type of offset
83 to ssizetype.
84
85 2003-10-21 Kelley Cook <kcook@gcc.gnu.org>
86
87 * Make-lang.in (f/g77.1): Honor $(docobjdir).
88 ($(docobjdir)/g77.info): Replace $(srcdir)/doc with $(docdir).
89 (f/g77.dvi): Likewise.
90
91 2003-10-21 Jan Hubicka <jh@suse.cz>
92
93 * lex.c (ffelex_cfelex_): Initialize d.
94
95 Mon Oct 20 23:15:46 2003 Mark Mitchell <mark@codesourcery.com>
96
97 * Make-lang.in ($(docobjdir)/g77.info): Add dependency on
98 stmp-docobjdir.
99
100 Mon Oct 20 13:49:43 2003 Mark Mitchell <mark@codesourcery.com>
101
102 * Make-lang.in (.PHONY): Remove f77.info, f77.install-info.
103 (info): Update dependencies.
104 ($(srcdir)/f/g77.info): Replace with ...
105 ($(docobjdir)/g77.info): ... this.
106 (f77.install-info): Remove.
107 (install-info): New target.
108
109 2003-10-06 Mark Mitchell <mark@codesourcery.com>
110
111 * Make-lang.in (f77.info): Replace with ...
112 (info): ... this.
113 (f77.dvi): Replace with ...
114 (dvi): ... this.
115 (f77.generated-manpages): Replace with ...
116 (generated-manpages): ... this.
117
118 2003-09-29 Zack Weinberg <zack@codesourcery.com>
119
120 * target.c (FFETARGET_ATOF_): Delete.
121 (ffetarget_real1, ffetarget_real2): Use real_from_string directly.
122 * target.h (FFETARGET_REAL_VALUE_FROM_INT_,
123 FFETARGET_REAL_VALUE_FROM_LONGLONG_): Use mode_for_size,
124 don't refer to SFmode or DFmode directly.
125
126 2003-09-28 Richard Henderson <rth@redhat.com>
127
128 * com.c (duplicate_decls): Copy DECL_SOURCE_LOCATION, not
129 file and line separately.
130
131 2003-09-21 Richard Henderson <rth@redhat.com>
132
133 * com.c, ste.c: Revert.
134
135 2003-09-21 Richard Henderson <rth@redhat.com>
136
137 * com.c, ste.c: Update for DECL_SOURCE_LOCATION rename and
138 change to const.
139
140 2003-09-21 Toon Moene <toon@moene.indiv.nluug.nl>
141
142 * news.texi: Update with fixed PR's.
143
144 2003-09-21 George Helffrich <bugzilla@w170.uklinux.net>
145
146 * g77.texi: Remove ancient part about debugging COMMON
147 and EQUIVALENCE not correctly.
148
149 2003-09-18 Roger Sayle <roger@eyesopen.com>
150
151 * com.c (ffecom_overlap_): Remove FFS_EXPR case.
152 (ffecom_tree_canonize_ref_): Likewise.
153 (ffe_truthvalue_conversion): Likewise.
154
155 2003-09-01 Josef Zlomek <zlomekj@suse.cz>
156
157 * com.c (ffecom_overlap_): Kill BIT_ANDTC_EXPR.
158 (ffecom_tree_canonize_ref_): Kill BIT_ANDTC_EXPR.
159
160 Thu Jul 31 01:47:27 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
161
162 * com.c (ffecom_init_0): Use `dconsthalf'.
163
164 Sat Jul 19 12:03:03 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
165
166 * com.c data.c expr.c fini.c g77spec.c global.c lab.c lex.c name.c
167 sta.c stc.c std.c storag.c stt.c stw.c symbol.c target.c type.c:
168 Remove unnecessary casts.
169
170 Thu Jul 17 06:34:41 2003 Neil Booth <neil@daikokuya.co.uk>
171
172 * lang-options.h: Remove.
173 * lang.opt: Document most options.
174
175 2003-07-14 Geoffrey Keating <geoffk@apple.com>
176
177 * lang-specs.h (f77-cpp-input): Use -o to specify the CPP output file.
178
179 2003-07-10 Toon Moene <toon@moene.indiv.nluug.nl>
180
181 * ffe.texi: Correctly use @var{srcdir}.
182
183 2003-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
184
185 PR Fortran/11301
186 * com.c (ffecom_sym_transform_): finish_decl should have
187 the same last argument as start_decl.
188
189 2003-07-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
190
191 * Make-lang.in (f/g77.dvi): Use PWD_COMMAND.
192
193 2003-07-08 Zack Weinberg <zack@codesourcery.com>
194
195 * lex.c: Remove error block #ifdef MAP_CHARACTER.
196
197 Mon Jul 7 18:13:22 2003 Nathan Sidwell <nathan@codesourcery.com>
198
199 * com.c (bison_rule_pushlevel_, bison_rule_compstmt_): Adjust
200 emit_line_note calls.
201 * ste.c (ffeste_emit_line_note_): Likewise.
202
203 2003-07-06 Andreas Jaeger <aj@suse.de>
204
205 * bad.c: Convert () to (void) in function definitions.
206 * bld.c: Likewise.
207 * data.c: Likewise.
208 * equiv.c: Likewise.
209 * expr.c: Likewise.
210 * global.c: Likewise.
211 * implic.c: Likewise.
212 * info.c: Likewise.
213 * intdoc.c: Likewise.
214 * intrin.c: Likewise.
215 * lab.c: Likewise.
216 * lex.c: Likewise.
217 * malloc.c: Likewise.
218 * src.c: Likewise.
219 * st.c: Likewise.
220 * sta.c: Likewise.
221 * stb.c: Likewise.
222 * stc.c: Likewise.
223 * std.c: Likewise.
224 * ste.c: Likewise.
225 * storag.c: Likewise.
226 * stt.c: Likewise.
227 * stw.c: Likewise.
228 * symbol.c: Likewise.
229 * top.c: Likewise.
230 * where.c: Likewise.
231
232 * com.c: Convert prototypes to ISO C90.
233 * com.h: Likewise.
234 * g77spec.c: Likewise.
235
236 Sun Jul 6 20:01:29 2003 Neil Booth <neil@daikokuya.co.uk>
237
238 * top.c (ffe_handle_option): Don't handle filenames.
239
240 2003-07-05 Toon Moene <toon@moene.indiv.nluug.nl>
241
242 PR Fortran/11301
243 * com.c (ffecom_sym_transform_): Only install
244 FFEINFO_whereGLOBAL symbols in the global binding
245 level if not -fno-globals.
246
247 Wed Jul 2 21:16:02 2003 Neil Booth <neil@daikokuya.co.uk>
248
249 * top.c (ffe_init_options): Update prototype.
250 * top.h (ffe_init_options): Update prototype.
251
252 2003-06-27 Zack Weinberg <zack@codesourcery.com>
253
254 * com.c (input_file_stack_tick): Delete redundant declaration.
255
256 Thu Jun 26 07:06:29 2003 Neil Booth <neil@daikokuya.co.uk>
257
258 * top.c (ffe_handle_option): Don't check for missing arguments.
259
260 Wed Jun 25 06:52:12 2003 Neil Booth <neil@daikokuya.co.uk>
261
262 * top.c (ffe_handle_option): Add missing break;.
263
264 2003-06-24 Scott Snyder <snyder@fnal.gov>
265
266 PR fortran/11299
267 * com.c (ffe_init): Call push_srcloc() to ensure that
268 input_file_stack is initialized.
269
270 Sat Jun 21 21:29:38 2003 Neil Booth <neil@daikokuya.co.uk>
271
272 * lang.opt: Add -fpreprocessed.
273 * top.c (ffe_handle_option): Handle it.
274
275 Fri Jun 20 10:00:31 2003 Nathan Sidwell <nathan@codesourcery.com>
276
277 * com.c (finish_function): Adjust expand_function_end call.
278
279 2003-06-17 Nathanael Nerode <neroden@gcc.gnu.org>
280
281 * Make-lang.in: Replace BUILD_CC references with CC_FOR_BUILD.
282
283 Sun Jun 15 15:56:51 2003 Neil Booth <neil@daikokuya.co.uk>
284
285 * lang.opt: Declare F77.
286
287 Sat Jun 14 18:13:00 2003 Nathan Sidwell <nathan@codesourcery.com>
288
289 * com.c (stor_parm_decls): Adjust init_function_start call.
290
291 Sat Jun 14 13:25:00 2003 Neil Booth <neil@daikokuya.co.uk>
292
293 * Make-lang.in: Update to use options.c and options.h.
294 * top.c: Include options.h not f-options.h.
295 (ffe_init_options): From com.c. Request F77 options.
296 (ffe_handle_options): Abort on unrecognized switch.
297 * com.c (ffe_init_options): Move to top.c.
298 * top.h (fee_init_options): New.
299
300 2003-06-13 Richard Henderson <rth@redhat.com>
301
302 PR debug/9864
303 * com.c (ffecom_sym_transform_): Install FFEINFO_whereGLOBAL
304 symbols in the global binding level.
305
306 Sun Jun 8 15:42:09 2003 Neil Booth <neil@daikokuya.co.uk>
307
308 * Make-lang.in (F77_OBJS, f77.mostlyclean, f/com.o): Update.
309 (f/f-options.c, f/f-options.h): New.
310 * com.c: Include opts.h and f-options.h.
311 (ffecom_decode_include_option_): Remove.
312 (LANG_HOOKS_HANDLE_OPTION): New.
313 (LANG_HOOKS_DECODE_OPTION): Drop.
314 (struct file_name_list, ffecom_decode_include_option,
315 ffecom_open_include_): Constify.
316 * com.h (ffecom_decode_include_option): Update.
317 * lang.opt: New.
318 * top.c: Include f-options.h, opts.h.
319 (ffe_is_digit_string_): Constify.
320 (ffe_decode_option): Transform to ffe_handle_option.
321 * top.h (ffe_decode_option): Replace with ffe_handle_option.
322
323 2003-06-08 Andreas Jaeger <aj@suse.de>
324
325 * std.c: Remove #if 0'ed functions.
326
327 * sta.c: Remove usage of HARD_F90, FFESTR_F90 and FFESTR_VXT.
328 * stb.c: Likewise.
329 * stb.h: Likewise.
330 * stc.c: Likewise.
331 * stc.h: Likewise.
332 * std.c: Likewise.
333 * std.h: Likewise.
334 * ste.c: Likewise.
335 * ste.h: Likewise.
336
337 * str.h (FFESTR_F90): Remove macro.
338 (FFESTR_VXT): Remove macro.
339
340 * bld.c: Remove usage of FFETARGET_okCHARACTER2,
341 FFETARGET_okCHARACTER3, FFETARGET_okCHARACTER4,
342 FFETARGET_okCHARACTER5, FFETARGET_okCHARACTER6,
343 FFETARGET_okCHARACTER7, FFETARGET_okCHARACTER8,
344 FFETARGET_okCOMPLEX4, FFETARGET_okCOMPLEX5, FFETARGET_okCOMPLEX6,
345 FFETARGET_okCOMPLEX7, FFETARGET_okCOMPLEX8, FFETARGET_okINTEGER5,
346 FFETARGET_okINTEGER6, FFETARGET_okINTEGER7, FFETARGET_okINTEGER8,
347 FFETARGET_okLOGICAL5, FFETARGET_okLOGICAL6, FFETARGET_okLOGICAL7,
348 FFETARGET_okLOGICAL8, FFETARGET_okREAL4, FFETARGET_okREAL5,
349 FFETARGET_okREAL6, FFETARGET_okREAL7 and FFETARGET_okREAL8.
350 * bld.h: Likewise.
351 * expr.c: Likewise.
352 * target.h: Likewise.
353 * com.c: Likewise.
354
355 Sun Jun 8 12:28:14 2003 Neil Booth <neil@daikokuya.co.uk>
356
357 * Make-lang.in: Update.
358 * top.c: Include opts.h. Define cl_options_count and cl_options.
359
360 2003-06-07 Andreas Jaeger <aj@suse.de>
361
362 * symbol.c (ffesymbol_new_): Remove tests for macro
363 FFECOM_symbolHOOK.
364 * symbol.h: Likewise.
365
366 * storag.c (ffestorag_new): Remove tests for macro
367 FFECOM_storageHOOK.
368 * storag.h: Likewise.
369
370 * lab.c (ffelab_new): Remove tests for macro FFECOM_labelHOOK.
371 * lab.h: Likewise.
372
373 * global.c: Remove tests for macro FFECOM_globalHOOK.
374 * global.h (struct _ffeglobal_): Likewise.
375
376 * bld.h: Remove tests for macros FFECOM_constantHOOK,
377 FFECOM_nonterHOOK, FFECOM_globalHOOK, FFECOM_labelHOOK,
378 FFECOM_storageHOOK, FFECOM_symbolHOOK.
379 Remove code dependend on FFECOM_itemHOOK.
380 * bld.c: Likewise.
381
382 * com.h (FFECOM_constantHOOK): Remove define.
383 (FFECOM_nonterHOOK): Remove.
384 (FFECOM_globalHOOK): Remove.
385 (FFECOM_labelHOOK): Remove.
386 (FFECOM_storageHOOK): Remove.
387 (FFECOM_symbolHOOK): Remove.
388
389 * com.c (ffecom_get_external_identifier_): Remove usage of
390 FFETARGET_isENFORCED_MAIN_NAME.
391
392 * bld.c: Remove code dependend on FFEBLD_BLANK_, FFECOM_itemHOOK.
393 (ffebld_new_accter): Likewise.
394 (ffebld_new_arrter): Likewise.
395 (ffebld_new_conter_with_orig): Likewise.
396 (ffebld_new_item): Likewise.
397 (ffebld_new_labter): Likewise.
398 (ffebld_new_labtok): Likewise.
399 (ffebld_new_none): Likewise.
400 (ffebld_new_one): Likewise.
401 (ffebld_new_symter): Likewise.
402 (ffebld_new_two): Likewise.
403
404 Sat Jun 7 12:10:41 2003 Neil Booth <neil@daikokuya.co.uk>
405
406 * com.c (ffe_init_options): Update.
407
408 Thu Jun 5 18:33:40 CEST 2003 Jan Hubicka <jh@suse.cz>
409
410 * Make-lang.in: Add support for stageprofile and stagefeedback
411
412 2003-06-04 Andreas Jaeger <aj@suse.de>
413
414 * g77spec.c (lang_specific_driver): Remove ALT_LIBM usage.
415
416 2003-06-01 Bud Davis <bdavis9659@comcast.net>
417
418 * ste.c (ffeste_R838): Handle ERROR_MARK.
419 (ffeste_R839): Ditto.
420
421 2003-06-01 Andreas Jaeger <aj@suse.de>
422
423 * lex.c (ffelex_file_fixed): Remove usage of
424 REDUCE_CARD_SIZE_AFTER_BIGGY.
425
426 * expr.c (ffeexpr_exprstack_push_operand_): Remove code depenend
427 on WEIRD_NONFORTRAN_RULES.
428
429 * com.c (ffecom_arg_ptr_to_expr): Remove
430 PASS_HOLLERITH_BY_DESCRIPTOR dependend code.
431 (ffecom_const_expr): Remove usage of NEWCOMMON.
432 (ffecom_expand_let_stmt): Remove MOVE_EXPR.
433
434 2003-05-31 Bud Davis <bdavis9659@comcast.net>
435
436 PR fortran/10843
437 * sta.c (ffesta_second_): Parse GO TO correctly,
438 even in free source format.
439
440 2003-05-31 Andreas Jaeger <aj@suse.de>
441
442 * lex.c (ffelex_hash_): Remove HANDLE_PRAGMA and
443 HANDLE_GENERIC_PRAGMA dependend code, remove #if 0 code.
444 (pragma_getc): Removed.
445 (pragma_ungetc): Removed.
446
447 2003-05-30 Roger Sayle <roger@eyesopen.com>
448
449 * com.c (ffecom_init_0): Define built-in functions for tan and atan.
450 * com-rt.def: Use then to implement g77's tan and atan intrinsics.
451
452 2003-05-22 Bud Davis <bdavis9659@comcast.net>
453
454 * com.c (ffecom_sym_transform_): Error out on unallocatable
455 storage after type is set.
456
457 2003-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
458
459 * intdoc.in: Fix documentation of IDATE.
460 * intdoc.texi: Regenerate.
461 * news.texi: Update due to also fixing it in 3.3.1.
462
463 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
464
465 * g77.texi: Remove most of the of the preface of the
466 bugs section.
467
468 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
469
470 * g77.texi: Remove most of the bug reporting instructions and
471 merge them into bugs.html.
472
473 2003-05-13 Zack Weinberg <zack@codesourcery.com>
474
475 * com.c: Replace all calls to fatal_io_error with calls to
476 fatal_error; add ": %m" to the end of all the affected error
477 messages.
478
479 2003-05-12 Zack Weinberg <zack@codesourcery.com>
480
481 * bad.c: Don't call diagnostic_count_diagnostic.
482
483 2003-05-12 Roger Sayle <roger@eyesopen.com>
484
485 * com.c (ffecom_init_0): Define built-in functions for atan2,
486 exp, floor, fmod, log and pow.
487 (duplicate_decls): Preserve assembler name when redeclaring a
488 built-in.
489 * com-rt.def: Implement using the built-in forms of the above
490 functions rather than calling the standard C library directly.
491 Correct some of the run-time prototype "codes".
492
493 2003-05-11 Toon Moene <toon@moene.indiv.nluug.nl>
494
495 PR fortran/10726
496 * intdoc.in: Fix documentation of IDATE.
497 * intdoc.texi: Regenerate.
498 * g77.texi: Document completion of INTEGER*n support.
499 * news.texi: Update due to the above.
500
501 2003-05-08 Roger Sayle <roger@eyesopen.com>
502
503 PR fortran/8485
504 * target.h (FFETARGET_REAL_VALUE_FROM_INT_): Cast to
505 HOST_WIDE_INT instead of long.
506 (FFETARGET_REAL_VALUE_FROM_LONGLONG_): New macro.
507 (FFETARGET_LONGLONG_FROM_INTS_): New macro.
508 (ffetarget_convert_complex1_integer4): Implement.
509 (ffetarget_convert_complex2_integer4): Implement.
510 (ffetarget_convert_integer4_complex1): Implement.
511 (ffetarget_convert_integer4_complex2): Implement.
512 (ffetarget_convert_integer4_real1): Implement.
513 (ffetarget_convert_integer4_real2): Implement.
514 (ffetarget_convert_real1_integer4): Implement.
515 (ffetarget_convert_real2_integer4): Implement.
516 * com.c (ffecom_constantunion): Handle INTEGER*8.
517 (ffecom_constantunion_with_type): Likewise.
518
519 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
520
521 * com.c (ffecom_do_entry_): Use location_t and input_location
522 directly.
523 (ffecom_gen_sfuncdef_): Likewise.
524 (ffecom_start_progunit_): Likewise.
525 (ffecom_sym_transform_): Likewise.
526 (ffecom_sym_transform_assign_): Likewise.
527 * lex.c (ffelex_hash_): Likewise.
528 (ffelex_include_): Likewise.
529 * std.c (ffestd_exec_begin): Likewise.
530 (ffestd_exec_end): Likewise.
531 * ste.c (struct gbe_block): Likewise.
532 (ffeste_start_block_): Likewise.
533 (ffeste_start_stmt_): Likewise.
534
535 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
536
537 * ansify.c (die_unless): Revert lineno change here.
538
539 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
540
541 * lex.c (ffelex_file_pop_): Adjust file_stack member use.
542 (ffelex_file_push_): Likewise.
543 (ffelex_hash_): Likewise.
544
545 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
546
547 * ansify.c (die_unless): Rename lineno to input_line.
548 * com.c (ffecom_subscript_check_, ffecom_do_entry_,
549 ffecom_gen_sfuncdef_, ffecom_start_progunit_,
550 ffecom_sym_transform_, ffecom_sym_transform_assign_,
551 bison_rule_pushlevel_, bison_rule_compstmt_, finish_function,
552 store_parm_decls): Likewise.
553 * intrin.c (ffeintrin_fulfill_generic): Likewise.
554 * lex.c (ffelex_hash_, ffelex_include_, ffelex_next_line_,
555 ffelex_file_fixed, ffelex_file_free): Likewise.
556 * std.c (ffestd_exec_end): Likewise.
557 * ste.c (ffeste_emit_line_note_, ffeste_start_block_,
558 ffeste_start_stmt_): Likewise.
559 * ste.h (ffeste_filelinenum, ffeste_set_line): Likewise.
560
561 * lex.c (ffelex_file_pop_): Rename parameter from input_filename.
562 (ffelex_file_push_): Likewise.
563
564 * ste.c (struct gbe_block): Rename field from input_filename.
565 (ffeste_start_block_, ffeste_start_stmt_): Likewise.
566
567 2003-04-17 Roger Sayle <roger@eyesopen.com>
568
569 PR c/10375
570 * com.c (duplicate_decls): Preserve "const" and "noreturn"
571 function attributes.
572
573 2003-04-13 Roger Sayle <roger@eyesopen.com>
574
575 * com.c (duplicate_decls): Preserve pure and malloc attributes.
576
577 2003-04-12 Zack Weinberg <zack@codesourcery.com>
578
579 * com.c (ffecom_build_complex_constant_, ffecom_expr_)
580 (ffecom_init_zero_, ffecom_transform_namelist_, ffecom_vardesc_)
581 (ffecom_vardesc_array_, ffecom_vardesc_dims_, ffecom_2)
582 * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_)
583 (ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_):
584 Use build_constructor.
585
586 2003-04-11 Bud Davis <bdavis9659@comcast.net>
587
588 PR Fortran/9263
589 * gcc/f/data.c (ffedata_advance_): Check initial, final and
590 increment values for INTEGER typeness.
591 * gcc/f/news.texi: Document these fixes.
592
593 2003-03-27 Steven Bosscher <steven@gcc.gnu.org>
594
595 * ffe.texi: Don't mention dead file proj.c.
596
597 2003-03-26 Roger Sayle <roger@eyesopen.com>
598
599 PR fortran/9793
600 * target.h (ffetarget_divide_integer1): Perform division by -1
601 using negation to prevent possible overflow trap on the host.
602
603 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
604
605 PR fortran/10204
606 * ffe.texi: Reference the GCC web site in the URL.
607
608 2003-03-24 Toon Moene <toon@moene.indiv.nluug.nl>
609
610 PR fortran/10197
611 * news.texi: Document PR fortran/10197 fixed.
612
613 Sun Mar 23 23:43:45 2003 Mark Mitchell <mark@codesourcery.com>
614
615 PR c++/7086
616 * com.c (ffecom_sym_transform_): Adjust calls to
617 put_var_into_stack.
618 (ffe_mark_addressable): Likewise.
619
620 2003-03-22 Bud Davis <bdavis9659@comcast.net>
621
622 * com.c (ffecom_constantunion_with_type): New function.
623 * com.h (ffecom_constantunion_with_type): Declare.
624 * stc.c (ffestc_R810): Check for kind type.
625 * ste.c (ffeste_R810): Use ffecom_constantunion_with_type
626 to discern SELECT CASE variables.
627
628 2003-03-15 Roger Sayle <roger@eyesopen.com>
629
630 * stb.c (ffestb_R100110_): Allow the number before the X format
631 to be optional when not -fpedantic.
632 * std.c (ffestd_R1001dump_1010_3_): Delete unused static function.
633 (ffestd_R1001dump_): For the FFESTP_formattypeX case, call
634 ffestd_R1001dump_1010_2_ instead of ffestd_R1001dump_1010_3_.
635
636 2003-03-15 Roger Sayle <roger@eyesopen.com>
637
638 * f/ste.c (ffeste_R810): Fix whitespace.
639
640 2003-03-15 Andreas Jaeger <aj@suse.de>
641
642 * g77spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
643 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
644
645 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
646
647 * g77.texi, invoke.texi, g77spec.c, lang-specs.h: GCC, not
648 GNU CC. Especially here.
649
650 2003-03-10 Roger Sayle <roger@eyesopen.com>
651
652 * com.c (duplicate_decls): Synchronize with C's duplicate_decls.
653
654 Sat Mar 8 21:11:40 2003 Neil Booth <neil@daikokuya.co.uk>
655
656 * com.c (ffe_init): Update prototype; move code to ffe_post_options.
657 (ffe_post_options): New.
658
659 2003-03-04 Tom Tromey <tromey@redhat.com>
660
661 * Make-lang.in (f77.tags): New target.
662
663 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
664
665 * news.texi: Document fixing PR fortran/9038.
666
667 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
668
669 * g77.texi, invoke.texi: Update to GFDL 1.2.
670
671 2003-01-31 Toon Moene <toon@moene.indiv.nluug.nl>
672
673 * news.texi: Document fixing PR fortran/7681
674 and optimization/9258.
675
676 2003-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
677
678 * lang-specs.h: Revoke change to (incorrectly) prohibit
679 passing -f options to cc1 when preprocessing.
680 * news.texi: Document this.
681
682 Tue Jan 21 08:42:12 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
683
684 Make-lang.in (f/sta.o-warn): Add -Wno-error.
685
686 Thu Jan 16 10:53:16 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
687
688 * Make-lang.in (f/target.o): Depend on toplev.h.
689 * target.c: Include toplev.h.
690
691 Sat Jan 11 21:31:10 2003 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
692
693 * com.c (ffecom_convert_narrow_, ffecom_convert_widen_,
694 pushdecl_top_level, storedecls, convert, delete_block,
695 insert_block, ffe_init, ffe_mark_addressable, poplevel,
696 ffe_print_identifier, pushdecl, pushlevel, set_block,
697 ffe_signed_or_unsigned_type, ffe_signed_type,
698 ffe_truthvalue_conversion, ffe_type_for_mode, ffe_type_for_size,
699 ffe_unsigned_type, append_include_chain, open_include_file,
700 read_filename_string, read_name_map): Convert to ISO C style function
701 definitions.
702 * parse.c (ffe_parse_file): Likewise.
703 * top.c (ffe_is_digit_string_): Likewise.
704
705 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
706
707 * Make-lang.in (f77.install-common, f77.install-info,
708 f77.install-man, f77.uninstall): Prepend $(DESTDIR) to
709 destination paths in all (un)installation commands.
710
711 2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl>
712
713 * news.texi: Revise history again:
714 PR Fortran/9038 will be fixed in 3.4.
715
716 2003-01-05 Toon Moene <toon@moene.indiv.nluug.nl>
717
718 * news.texi: Update news to reflect reality:
719 PR Fortran/9038 won't be fixed until 3.4.
720
721 2003-01-04 Toon Moene <toon@moene.indiv.nluug.nl>
722
723 PR Fortran/9038
724 * lang-specs.h: Remove -f options before preprocessing.
725 * news.texi: Document fixing of PR Fortran/9038.
726
727 2003-01-03 Bud Davis <bdavis11@directvinternet.com>
728
729 * stc.c (ffestc_R810): Allow any kind integer in
730 case statements.
731 * ste.c (ffeste_R810): Give error message when
732 case selector exceeds its valid values.
733
734 2003-01-01 Andreas Jaeger <aj@suse.de>
735
736 * f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
737 gcc-common.texi.
738 ($(srcdir)/f/NEWS): Likewise.
739
740 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
741
742 * g77.texi: Use @copying.
743
744 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
745
746 * root.texi: Include gcc-common.texi.
747 * bugs.texi, news.texi: Don't include root.texi as part of full
748 manual.
749 * g77.texi: Update for use of gcc-common.texi.
750 * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Depend on
751 $(srcdir)/doc/include/gcc-common.texi.
752
753 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
754
755 * intdoc.in: Fix typos.
756
757 2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
758
759 * g77.texi: Fix typos.
760 * intdoc.texi: Likewise.
761 * news.texi: Follow spelling conventions.
762
763 Mon Dec 16 13:53:18 2002 Mark Mitchell <mark@codesourcery.com>
764
765 * root.texi: Change version number to 3.4.
766
767 2002-12-15 Zack Weinberg <zack@codesourcery.com>
768
769 * target.h: Don't define HOST_WIDE_INT.
770
771 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
772
773 * Make-lang.in, ansify.c, intdoc.c, proj.h: Replace hconfig.h with
774 bconfig.h.
775 * fini.c, proj.h: Replace USE_HCONFIG with USE_BCONFIG
776
777 2002-11-30 Zack Weinberg <zack@codesourcery.com>
778
779 * proj.h, ansify.c, g77spec.c, intdoc.c:
780 Include coretypes.h and tm.h.
781 * Make-lang.in: Update dependencies.
782
783 2002-11-20 Toon Moene <toon@moene.indiv.nluug.nl>
784
785 * invoke.texi: Explain the purpose of -fmove-all-movables,
786 -freduce-all-givs and -frerun-loop-opts better.
787
788 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
789
790 * Make-lang.in: Correct BUILD/HOST confusion.
791
792 2002-11-19 Toon Moene <toon@moene.indiv.nluug.nl>
793
794 PR fortran/8587
795 * news.texi: Show PR fortran/8587 fixed.
796
797 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
798
799 * g77spec.c (lang_specific_spec_functions): New.
800
801 2002-11-02 Toon Moene <toon@moene.indiv.nluug.nl>
802
803 * g77.texi: Correct documentation on generating C++ prototypes
804 of Fortran routines with f2c.
805 * news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.
806
807 2002-10-30 Roger Sayle <roger@eyesopen.com>
808
809 * com.c (ffecom_subscript_check_): Cast the failure branch
810 of the bounds check COND_EXPR to void, to indicate noreturn.
811 (ffe_truthvalue_conversion): Only apply truth value conversion
812 to the non-void branches of a COND_EXPR.
813
814 2002-10-26 Andris Pavenis <pavenis@latnet.lv>
815
816 * lang-specs.h: Fix ratfor specs.
817
818 2002-10-15 Richard Henderson <rth@redhat.com>
819
820 * target.h (ffetarget_print_real1, ffetarget_print_real2): Use
821 real_to_decimal directly, and with the new arguments.
822
823 2002-09-23 Zack Weinberg <zack@codesourcery.com>
824
825 * Make-lang.in (g77spec.o): Don't depend on f/version.h.
826 (f/parse.o): Depend on version.h not f/version.h.
827 (g77version.o, f/version.o): Delete all references.
828
829 * com.c (ffecom_init_0): Fix transposed array indices in bsearch test.
830 * g77spec.c: Don't include f/version.h or refer to ffe_version_string.
831 * parse.c: Use version_string, not ffe_version_string.
832 * version.c, version.h: Delete files.
833
834 2002-09-23 Kazu Hirata <kazu@cs.umass.edu>
835
836 * ChangeLog: Follow spelling conventions.
837 * ChangeLog.0: Likewise.
838 * com.c: Likewise.
839 * ffe.texi: Likewise.
840 * g77.texi: Likewise.
841 * intdoc.in: Likewise.
842 * invoke.texi: Likewise.
843 * news.texi: Likewise.
844 * intdoc.texi: Regenerate.
845
846 2002-09-16 Geoffrey Keating <geoffk@apple.com>
847
848 * com.c (union lang_tree_node): Add chain_next option.
849
850 2002-09-16 Richard Henderson <rth@redhat.com>
851
852 * target.c (ffetarget_real1): Don't pass FFETARGET_ATOF_
853 directly to ffetarget_make_real1.
854 (ffetarget_real2): Similarly.
855 * target.h (ffetarget_cvt_r1_to_rv_, ffetarget_cvt_rv_to_r2_,
856 ffetarget_cvt_r2_to_rv_): Use new real.h interface and simplify.
857
858 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
859
860 * intdoc.texi: Regenerate.
861
862 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
863
864 * ChangeLog: Follow spelling conventions.
865 * intdoc.in: Likewise.
866
867 2002-09-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
868
869 Fix PR web/7596:
870 * ffe.texi (Front End): Fix broken links.
871 * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
872 www.gnu.org for onlinedocs.
873 * news.texi (News): Ditto.
874
875 2002-09-07 Jan Hubicka <jh@suse.cz>
876
877 * com.c (ffe_type_for_mode): Handle long double.
878
879 2002-09-04 Richard Henderson <rth@redhat.com>
880
881 * target.h (ffetarget_print_real1, ffetarget_print_real2): Update
882 call to REAL_VALUE_TO_DECIMAL.
883
884 2002-08-31 Toon Moene <toon@moene.indiv.nluug.nl>
885
886 * com.c: Don't set flag_finite_math_only by default.
887 * invoke.texi: Reverse the documentation of option
888 -ffinite-math-only to reflect the new default.
889
890 2002-08-30 Hans-Peter Nilsson <hp@bitrange.com>
891
892 * target.c (ffetarget_memcpy_): Don't test nonexistent
893 HOST_BYTES_BIG_ENDIAN, HOST_BITS_BIG_ENDIAN. Check
894 HOST_WORDS_BIG_ENDIAN against both WORDS_BIG_ENDIAN and
895 BYTES_BIG_ENDIAN.
896
897 2002-08-30 Alan Modra <amodra@bigpond.net.au>
898
899 * target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
900 mmix.
901
902 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
903
904 * bugs.texi, news.texi: Update URLs for online news and bugs
905 lists.
906
907 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
908
909 * where.h (struct _ffewhere_file_): Mark GTY.
910 (ffewhere_file_kill): Remove prototype.
911 * where.c: Include ggc.h.
912 (struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
913 (ffewhere_root_ll_): Ditto. Change type from struct
914 _ffewhere_root_ll_ to struct _ffewhere_root_ll_*. All uses
915 changed.
916 (ffewhere_file_kill): Remove.
917 (ffewhere_file_new): Use GC to allocate ffewhereFile objects.
918 (ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
919 (ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
920 Include gt-f-where.h.
921 * lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
922 Include gt-f-lex.h.
923 * std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
924 * config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
925 * Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
926 s-gtype.
927 (f/lex.o): Depend on gt-f-lex.h.
928 (f/where.o): Depend on gt-f-where.h.
929
930 Tue Aug 20 16:49:40 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
931
932 * where.c (ffewhere_track): Remove impossible if-then clause.
933
934 Thu Aug 8 10:06:14 2002 Nathan Sidwell <nathan@codesourcery.com>
935
936 * f/Make-lang.in (f.mostlyclean): Remove coverage files.
937
938 2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
939
940 * g77.texi (Top): Rename Index to Keyword Index.
941
942 2002-08-05 Toon Moene <toon@moene.indiv.nluug.nl>
943
944 * invoke.texi: Improve description of
945 -fno-finite-math-only flag.
946
947 Sun Aug 4 16:45:49 2002 Joseph S. Myers <jsm@polyomino.org.uk>
948
949 * root.texi (version-gcc): Increase to 3.3.
950
951 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
952
953 * com.c (ffe_init_options): Set
954 flag_finite_math_only.
955 * invoke.texi: Document -fno-finite-math-only.
956
957 Mon Jul 29 22:05:35 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
958
959 * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
960
961 2002-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
962
963 * news.texi: Document better handling of (no-)alias
964 information of dummy arguments and induction variables
965 on loop unrolling.
966
967 2002-07-01 Roger Sayle <roger@eyesopen.com>
968
969 * f/com.c (builtin_function): Accept additional parameter.
970 (ffe_com_init_0): Pass an additional NULL_TREE argument to
971 builtin_function.
972
973 2002-06-28 Toon Moene <toon@moene.indiv.nluug.nl>
974
975 * news.texi: Mention 2 Gbyte limit on 32-bit targets
976 for arrays explicitly in news on g77-3.1.
977
978 Thu Jun 20 21:56:34 2002 Neil Booth <neil@daikokuya.co.uk>
979
980 * lang-specs.h: Use cc1 for traditional preprocessing.
981
982 2002-06-20 Andreas Jaeger <aj@suse.de>
983
984 * com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_):
985 Remove #ifdefed HAHA sections.
986
987 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
988
989 * com.c: Remove #ifdef HOHO sections.
990
991 2002-06-17 Jason Thorpe <thorpej@wasabisystems.com>
992
993 * bit.c: Don't include glimits.h.
994 * target.c: Likewise.
995 * where.h: Likewise.
996
997 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
998
999 * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
1000
1001 2002-06-04 Gabriel Dos Reis <gdr@codesourcery.com>
1002
1003 * bad.c (ffebad_start_): Adjust call to count_error.
1004 * Make-lang.in (f/bad.o): Depend on diagnostic.h
1005 * bad.c: #include diagnostic.h
1006
1007 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
1008
1009 * Make-lang.in (f/com.o): Depend on debug.h.
1010 * com.c: Include debug.h.
1011 (LANG_HOOKS_MARK_TREE): Delete.
1012 (struct lang_identifier): Use gengtype.
1013 (union lang_tree_node): New.
1014 (struct lang_decl): New dummy definition.
1015 (struct lang_type): New dummy definition.
1016 (ffe_mark_tree): Delete.
1017
1018 * com.c (struct language_function): New dummy structure.
1019
1020 * Make-lang.in: Add rules to generate gt-f-ste.h gtype-f.h; allow
1021 for filename changes.
1022 (com.o): Allow for filename changes; add gtype-f.h as dependency.
1023 (ste.o): Add gt-f-ste.h as dependency.
1024 * config-lang.in (gtfiles): Add com.h, ste.c.
1025 * com.c: Replace uses of ggc_add_* with GTY markers. Include
1026 gtype-f.h.
1027 (mark_binding_level): Delete.
1028 * com.h: Replace uses of ggc_add_* with GTY markers.
1029 * ste.c: Replace uses of ggc_add_* with GTY markers. Include
1030 gt-f-ste.h.
1031
1032 * Make-lang.in (f/gt-com.h): Build using gengtype.
1033 (com.o): Depend on f/gt-com.h.
1034 * com.c: Rename struct binding_level to f_binding_level.
1035 (struct f_binding_level): Use gengtype.
1036 (struct tree_ggc_tracker): Use gengtype.
1037 (mark_tracker_head): Use gt_ggc_m_tree_ggc_tracker.
1038 (make_binding_level): Use GGC.
1039 (mark_binding_level): Use gt_ggc_m_f_binding_level.
1040 (ffecom_init_decl_processing): Change free_binding_level
1041 to a deletable root.
1042 * config-lang.in (gtfiles): Define.
1043 * where.c: Strings need no longer be allocated in GCable memory;
1044 remove my change of 30 Dec 1999.
1045
1046 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk>
1047
1048 * lang-specs.h: Use cpp_debug_options.
1049
1050 2002-05-28 Zack Weinberg <zack@codesourcery.com>
1051
1052 * bld.c, com.c, expr.c, target.c: Include real.h.
1053 * Make-lang.in: Update dependency lists.
1054
1055 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1056
1057 * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
1058
1059 2002-05-09 Hassan Aurag <aurag@cae.com>
1060
1061 * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
1062 under -fugly-logint as arguments of .and., .or., .xor.
1063
1064 2002-05-07 Jan Hubicka <jh@suse.cz>
1065
1066 * target.h (FFETARGET_32bit_longs): Undefine for x86-64.
1067
1068 2002-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
1069
1070 * invoke.texi: Use @gol at ends of lines inside @gccoptlist.
1071 * g77.texi: Update last update date.
1072
1073 Thu Apr 25 07:44:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1074
1075 * com.h (ffe_parse_file): Update.
1076 * lex.c (ffe_parse_file): Update.
1077
1078 2002-04-20 Toon Moene <toon@moene.indiv.nluug.nl>
1079
1080 * root.texi: Remove variable version-g77.
1081 * g77.texi: Remove the single use of that variable.
1082
1083 Thu Apr 18 19:10:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1084
1085 * com.c (incomplete_type_error): Remove.
1086
1087 Tue Apr 16 14:55:47 2002 Mark Mitchell <mark@codesourcery.com>
1088
1089 * com.c (ffecom_expr_power_integer): Add has_scope argument to
1090 call to expand_start_stmt_expr.
1091
1092 Mon Apr 15 10:59:14 2002 Mark Mitchell <mark@codesourcery.com>
1093
1094 * g77.texi: Remove Chill reference.
1095
1096 2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
1097
1098 * news.texi: Deprecate frontend version number;
1099 update list of fixed bugs.
1100
1101 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
1102
1103 * Make-lang.in (f/target.o): Depend on diagnostic.h.
1104 * target.c: Include diagnostic.h.
1105 (ffetarget_memcpy_): Call sorry if host and target endians are
1106 not matching.
1107
1108 Thu Apr 4 23:29:48 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1109
1110 * com.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
1111 (truthvalue_conversion): Rename. Update. Make static.
1112 (ffecom_truth_value): Update.
1113
1114 Mon Apr 1 21:39:36 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1115
1116 * com.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
1117 (mark_addressable): Rename.
1118 (ffecom_arrayref_, ffecom_1): Update.
1119
1120 Mon Apr 1 09:59:53 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1121
1122 * com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1123 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
1124 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
1125
1126 Sun Mar 31 23:50:22 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1127
1128 * com.c (lang_print_error_function): Rename.
1129 (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
1130 (ffe_init): Don't set hook.
1131
1132 Fri Mar 29 21:59:15 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1133
1134 * com.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
1135 Redefine.
1136 (type_for_mode, type_for_size): Rename.
1137 (signed_or_unsigned_type, signed_type, truthvalue_conversion,
1138 unsigned_type): Use new hooks.
1139
1140 Tue Mar 26 10:30:05 2002 Andrew Cagney <ac131313@redhat.com>
1141
1142 * invoke.texi (Warning Options): Mention -Wswitch-enum.
1143 Fix PR c/5044.
1144
1145 Tue Mar 26 07:30:51 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1146
1147 * com.c (LANG_HOOKS_MARK_TREE): Redefine.
1148 (lang_mark_tree): Rename ffe_mark_tree, make static.
1149
1150 Mon Mar 25 19:27:11 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1151
1152 * com.c (maybe_build_cleanup): Remove.
1153
1154 2002-03-23 Toon Moene <toon@moene.indiv.nluug.nl>
1155
1156 * com.c (ffecom_check_size_overflow_): Add a test
1157 so that arrays too large for 32-bit byte-offset
1158 addressing get caught.
1159 * news.texi: Document the fixing of this problem.
1160
1161 Sat Mar 23 11:18:17 2002 Andrew Cagney <ac131313@redhat.com>
1162
1163 * invoke.texi (Warning Options): Mention -Wswitch-default.
1164
1165 Thu Mar 21 18:55:41 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1166
1167 * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
1168 insert_block, getdecls, global_bindings_p): New.
1169
1170 Wed Mar 20 08:03:42 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1171
1172 * com.c (lang_printable_name): Rename.
1173 (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
1174 (ffe_init): Don't use old hook.
1175
1176 Sun Mar 17 18:50:15 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1177
1178 * com.h (ffe_parse_file): Prototype.
1179
1180 Sun Mar 17 20:57:30 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1181
1182 * com.c (LANG_HOOKS_PARSE_FILE): Redefine.
1183 * com.h (ffe_parse_file): New.
1184 * parse.c (NAME_OF_STDIN): Remove.
1185 (yyparse): Rename ffe_parse_file.
1186
1187 Tue Mar 12 20:23:18 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1188
1189 * com.c (tree_code_type, tree_code_length, tree_code_name):
1190 Define.
1191
1192 Sun Mar 10 12:37:42 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1193
1194 * target.c (ffetarget_print_hex): Const-ify.
1195
1196 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
1197
1198 * version.c: Fix misplaced leading blanks on first line.
1199
1200 2002-03-03 Zack Weinberg <zack@codesourcery.com>
1201
1202 * com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
1203 blocks, make all #ifdef REAL_ARITHMETIC blocks unconditional.
1204 Delete some further #ifdef blocks predicated on REAL_ARITHMETIC.
1205
1206 Thu Feb 28 07:53:46 2002 Neil Booth <neil@daikokuya.demon.co.uk>
1207
1208 * com.c (copy_lang_decl): Delete.
1209
1210 2002-02-27 Zack Weinberg <zack@codesourcery.com>
1211
1212 * com.c, lex.c, top.c: Delete traditional-mode-related code
1213 copied from the C front end but not used, or used only to
1214 permit the compiler to link.
1215
1216 2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
1217
1218 * news.texi: List Problem Reports fixed in 3.1.
1219
1220 2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
1221
1222 * data.c (ffedata_eval_offset_): Only convert index,
1223 low and high bound in data statements to default integer
1224 if they are constants. Use a copy of the data structure.
1225
1226 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
1227
1228 * data.c (ffedata_eval_offset_): Convert non-default integer
1229 constants to default integer kind if necessary.
1230
1231 2002-02-09 Toon Moene <toon@moene.indiv.nlug.nl>
1232
1233 * invoke.texi: Add a short debugging session
1234 as an example to the documentation of -g.
1235
1236 2002-02-06 Toon Moene <toon@moene.indiv.nluug.nl>
1237
1238 PR fortran/4730 fortran/5473
1239 * com.c (ffecom_expr_): Deal with %VAL constructs.
1240 * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
1241 to indicate "no larger than default kind" integers and logicals.
1242 * intrin.def: Use 'N' constraints in table of intrinsics.
1243 * intdoc.c: Document this constraint.
1244 * intdoc.texi: Regenerated.
1245
1246 2002-02-04 Philipp Thomas <pthomas@suse.de>
1247
1248 * implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
1249
1250 2002-02-04 Philipp Thomas <pthomas@suse.de>
1251
1252 * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
1253 Insert comments to mark messages as not being printf style
1254 where appropriate.
1255
1256 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
1257
1258 * expr.c (ffeexpr_sym_impdoitem_): Allow other than
1259 default INTEGER implied-do loop counts.
1260
1261 2002-02-01 Toon Moene <toon@moene.indiv.nluug.nl>
1262
1263 * bad.def: Remove non-historical reference to version 0.6.
1264 * bugs.texi: Ditto.
1265 * com.c: Ditto.
1266 * ffe.texi: Ditto.
1267 * proj.h: Ditto.
1268 * g77.texi: Ditto.
1269
1270 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
1271
1272 * g77spec.c (lang_specific_driver): Follow GNU Coding Standards
1273 for --version.
1274
1275 2002-01-30 Richard Henderson <rth@redhat.com>
1276
1277 * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
1278 (ffeste_R819B): Likewise.
1279
1280 2002-01-30 Toon Moene <toon@moene.indiv.nluug.nl>
1281
1282 * intrin.c (upcasecmp_): New function.
1283 (ffeintrin_cmp_name_): Use it to correctly compare name
1284 and table entry for bsearch.
1285
1286 2002-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
1287
1288 * intrin.c (ffeintrin_cmp_name_): Correct comparison
1289 for intrinsics in intrinsic table (intrin.def).
1290
1291 2002-01-22 Zack Weinberg <zack@codesourcery.com>
1292
1293 * bad.c: Include intl.h.
1294 (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT,
1295 LONG. Adjust definitions to work with exgettext.
1296 (ffebad_start_): Translate all error messages.
1297 (ffebad_finish): Mark constant strings for translation.
1298 * bad.h: Use FFEBAD_MSG. Adjust prototype of ffebad_start_
1299 and definitions of ffebad_start_msg, ffebad_start_msg_lex to
1300 work with exgettext.
1301 * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout.
1302
1303 * com.c: Include intl.h.
1304 (lang_print_error_function): Always use ffeinfo_kind_message
1305 to get the kind label for a non-nested construct. Translate
1306 it. Translate constant strings.
1307 * info.c (FFEINFO_KIND): Adjust definition to work with exgettext.
1308 * info-k.def: Block xgettext from slurping copyright notice
1309 into gcc.pot. Adjust strings for their sole use, in com.c.
1310
1311 * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h.
1312
1313 2002-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
1314
1315 PR fortran/3807
1316 * f/intrin.c (ffeintrin_check_): Allow for case of intrinsic
1317 control string have COL-spec an integer > 0.
1318
1319 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
1320
1321 * g77spec.c (lookup_option): Handle -fversion.
1322 (lang_specific_driver): Update copyright date in --version output.
1323
1324 Mon Jan 7 00:03:42 2002 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1325
1326 * invoke.texi: Markup g77 as @command. Remove reference to
1327 http://gcc.gnu.org/thanks.html.
1328
1329 Wed Jan 2 18:13:11 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1330
1331 * com.c (clear_binding_level): Const-ify.
1332 (ffecom_arglist_expr_): Likewise.
1333 * info.c (ffeinfo_types_): Don't needlessly zero init.
1334 * lex.c (ffelex_hash_kludge): Const-ify.
1335
1336 Sun Dec 23 10:45:09 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1337
1338 * com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
1339 ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
1340
1341 Sat Dec 22 16:01:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1342
1343 * bld.c (ffebld_arity_op_): Declare array size explicitly.
1344 * bld.h (ffebld_arity_op_): Likewise.
1345
1346 2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
1347
1348 * config-lang.in (diff_excludes): Remove.
1349
1350 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1351
1352 * g77.texi, invoke.texi: Update links to GCC manual.
1353
1354 Sun Dec 16 16:08:57 2001 Joseph S. Myers <jsm28@cam.ac.uk>
1355
1356 * news.texi: Fix spelling errors.
1357
1358 Sun Dec 16 10:36:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1359
1360 * Make-lang.in (f/version.o): Depend on f/version.h.
1361 * version.c: Include ansidecl.h and f/version.h.
1362
1363 Sun Dec 16 08:52:48 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1364
1365 * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
1366 * target.c (ffetarget_integerhex, ffetarget_typeless_hex): Use
1367 hex_p/hex_value.
1368
1369 2001-12-14 Roger Sayle <roger@eyesopen.com>
1370
1371 * com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
1372 * com.c (ffecom_init_0): Same, and fixed enumeration usage.
1373
1374 2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk>
1375
1376 * g77.texi: Don't condition menus on @ifinfo.
1377
1378 Wed Dec 5 06:49:21 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1379
1380 * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.
1381
1382 Mon Dec 3 18:56:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1383
1384 * com.c: Remove leading capital from diagnostic messages, as
1385 per GNU coding standards.
1386 * g77spec.c: Similarly.
1387 * lex.c: Similarly.
1388
1389 2001-12-01 Zack Weinberg <zack@codesourcery.com>
1390
1391 * f/fini.c: Use xmalloc.
1392
1393 Fri Nov 30 20:54:02 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1394
1395 * Make-lang.in: Delete references to proj.[co], proj-h.[co].
1396 * proj.c: Delete file.
1397
1398 2001-11-29 Zack Weinberg <zack@codesourcery.com>
1399
1400 * Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
1401 and link with $(HOST_LIBS), not safe-ctype.o.
1402
1403 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
1404
1405 * Make-lang.in (f77.generated-manpages): New target.
1406 ($(srcdir)/f/g77.1): Don't check $(GENERATED_MANPAGES). Allow
1407 manpage generation to fail.
1408 (f77.info): Don't depend on $(srcdir)/f/g77.1.
1409 (f77.install-man): Depend on $(GENERATED_MANPAGES) rather than
1410 directly on $(srcdir)/g77.1.
1411
1412 2001-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
1413
1414 PR fortran/3957
1415 * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
1416
1417 2001-11-21 Toon Moene <toon@moene.indiv.nluug.nl>
1418
1419 * g77.texi: egcs was not a `@command'.
1420 * invoke.texi: Ditto.
1421 * news.texi: Substitute `@command' for `@code'
1422 and `@option' for `@samp' where appropriate.
1423
1424 2001-11-19 Loren J. Rittle <ljrittle@acm.org>
1425
1426 * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.
1427
1428 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
1429
1430 * g77spec.c (lang_specific_driver) [ENABLE_SHARED_LIBGCC]: Add
1431 libgcc_s.so if libf2c is used.
1432 * Make-lang.in (g77spec.o): Use DRIVER_DEFINES.
1433
1434 2001-11-19 Toon Moene <toon@moene.indiv.nluug.nl>
1435
1436 * .cvsignore: Ignore g77.1
1437 * g77.texi: Substitute `@command' for `@code'
1438 where appropriate.
1439 * invoke.texi: Ditto.
1440
1441 2001-11-18 Toon Moene <toon@moene.indiv.nluug.nl>
1442
1443 * Make-lang.in: Remove all references to LANGUAGES
1444 and the stamp files that depend on its value.
1445
1446 Sun Nov 18 11:13:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1447
1448 * com.c (finish_parse): Remove.
1449 (ffe_finish): Move body of finish_parse.
1450
1451 Thu Nov 15 10:06:38 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1452
1453 * com.c (ffecom_init_decl_processing): Renamed from
1454 init_decl_processing.
1455 (init_parse): Move contents to ffe_init.
1456 (ffe_init): Update prototype.
1457
1458 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>
1459
1460 * g77.texi: Update to use `@command', `@option.
1461 * invoke.texi: Ditto
1462
1463 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
1464
1465 * Make-lang.in: Change all uses of $(manext) to $(man1ext).
1466
1467 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>
1468
1469 * g77.1: Remove from CVS.
1470 * Make-lang.in: Build g77.1 in $(srcdir).
1471 Add --section=1 to POD2MAN command line.
1472 * invoke.texi: Correct copyright years.
1473 Add more sections to man page. Add GFDL.
1474
1475 Fri Nov 9 23:16:45 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1476
1477 * com.c (ffe_print_identifier): Rename.
1478 (LANG_HOOKS_PRINT_IDENTIFIER): Override.
1479 (lang_print_xnode, print_lang_decl, print_lang_statistics,
1480 print_lang_type, set_yydebug): Remove.
1481
1482 2001-11-09 Zack Weinberg <zack@codesourcery.com>
1483
1484 * g77spec.c (lang_specific_driver): Adjust behavior of -v and
1485 --version for consistency with other front ends. Remove large
1486 #if 0 block. Do not add libraries to argv if there are no
1487 input files.
1488 (add_version_magic): Delete all references and dependent code.
1489 * lang-options.h: Delete -fnull-version.
1490 * lang-specs.h: Delete f77-version spec.
1491
1492 * lex.c: Delete logic conditional on ffe_is_null_version() and
1493 now-unused label.
1494 * top.c: Delete ffe_is_null_version_ variable.
1495 (ffe_decode_option): Delete -fnull-version case.
1496 * top.h: Delete declaration of ffe_is_null_version_ and
1497 ffe_is_null_version(), ffe_set_is_null_version() macros.
1498
1499 Fri Nov 9 07:14:47 2001 Neil Booth <neil@daikokuya.demon.co.uk>
1500
1501 * com.c (language_string, lang_identify): Remove.
1502 (struct lang_hooks): Constify.
1503 (LANG_HOOKS_NAME): Override.
1504 (init_parse): Update.
1505
1506 2001-11-08 Andreas Franck <afranck@gmx.de>
1507
1508 * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle
1509 program_transform_name the way suggested by autoconf.
1510
1511 2001-11-08 Toon Moene <toon@moene.indiv.nluug.nl>
1512
1513 * Make-lang.in: Add rules for building g77.1.
1514 * invoke.texi: Add man page stuff. Move indexing
1515 from g77.texi to here.
1516 * g77.texi: Remove indexing specific to invoke.texi.
1517 * news.texi: Document that g77.1 is now a generated
1518 file.
1519
1520 Tue Nov 6 21:17:47 2001 Neil Booth <neil@cat.daikokuya.demon.co.uk>
1521
1522 * com.c: Include langhooks-def.h.
1523 * Make-lang.in: Update.
1524
1525 2001-11-04 Toon Moene <toon@moene.indiv.nluug.nl>
1526
1527 * g77.texi: Split off invoke.texi (preliminary to using it
1528 to generate a man page).
1529 * Make-lang.in: Reflect in build rules.
1530
1531 Fri Nov 2 10:51:34 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1532
1533 * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
1534 is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
1535 SKIP_ALL_WHITE_SPACE): Delete.
1536 (read_filename_string, read_name_map): Don't use is_space or
1537 is_hor_space.
1538
1539 2001-10-29 Toon Moene <toon@moene.indiv.nluug.nl>
1540
1541 * news.texi: Document new ability to compile programs with
1542 arrays larger than 512 Mbyte on 32-bit targets.
1543
1544 2001-10-24 Toon Moene <toon@moene.indiv.nluug.nl>
1545
1546 * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
1547
1548 Tue Oct 23 14:01:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1549
1550 * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
1551 (lang_get_alias_set): Delete.
1552
1553 2001-10-23 Joseph S. Myers <jsm28@cam.ac.uk>
1554
1555 * g77.texi (Sending Patches): Remove.
1556
1557 2001-10-22 Zack Weinberg <zack@codesourcery.com>
1558
1559 * Make-lang.in (f/intdoc): Depend on safe-ctype.o.
1560
1561 Sun Oct 21 17:28:17 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1562
1563 * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
1564 calls into fewer ones.
1565 * implic.c (ffeimplic_lookup_): Likewise.
1566 * intdoc.c (dumpimp): Likewise.
1567 * intrin.c (ffeintrin_init_0): Likewise.
1568 * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
1569 Likewise.
1570 * lex.h (ffelex_is_firstnamechar): Likewise.
1571 * target.c (ffetarget_integerhex): Likewise.
1572
1573 2001-10-21 Craig Prescott <prescott@phys.ufl.edu>
1574
1575 * target.h (FFETARGET_32bit_longs): Don't define
1576 for 64-bit hppa.
1577
1578 2001-10-17 Richard Henderson <rth@redhat.com>
1579
1580 * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
1581 (ffestd_R737A): Likewise.
1582
1583 2001-10-17 Richard Henderson <rth@redhat.com>
1584
1585 * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
1586 BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
1587 related conditional compilation directives.
1588 * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
1589 intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
1590 stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
1591
1592 2001-10-17 Richard Henderson <rth@redhat.com>
1593
1594 * Make-lang.in (f/com.o): Depend on langhooks.h.
1595 * com.c: Include it.
1596 (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
1597 (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
1598 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
1599
1600 Sun Oct 7 12:27:54 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1601
1602 * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
1603 * bld.c (ffebld_arity_op_): Likewise.
1604 * bld.h (ffebld_arity_op_): Likewise.
1605 * com.c (ffecom_init_0): Likewise.
1606 * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
1607 _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
1608 cc_descriptions, cc_summaries): Likewise.
1609 * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
1610 _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
1611 ffeintrin_imps_, ffeintrin_specs_): Likewise.
1612
1613 2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl>
1614
1615 * news.texi: Document libf2c being built as a shared library.
1616 Use of array elements in bounds of adjustable arrays ditto.
1617
1618 2001-10-03 Toon Moene <toon@moene.indiv.nluug.nl>
1619
1620 * Make-lang.in: Remove reference to FORTRAN_INIT.
1621 * g77spec.c: Add reference to FORTRAN_INIT.
1622
1623 2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net>
1624
1625 Make libf2c a shared library.
1626
1627 * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
1628 * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
1629
1630 2001-09-28 Robert Anderson <rwa@alumni.princeton.edu>
1631
1632 * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
1633 as bounds of adjustable arrays.
1634
1635 Thu Sep 20 15:05:20 JST 2001 George Helffrich <george@geo.titech.ac.jp>
1636
1637 * com.c (ffecom_subscript_check_): Loosen subscript checking rules
1638 for character strings, to permit substring expressions like
1639 string(1:0).
1640 * news.texi: Document this as a new feature.
1641
1642 Thu Sep 13 10:33:27 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1643
1644 * bad.c (ffebad_finish): Const-ification and/or static-ization.
1645 * intrin.c (ffeintrin_cmp_name_): Likewise.
1646 * stc.c (ffestc_R904): Likewise.
1647
1648 Wed Sep 12 12:09:04 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1649
1650 * bld.c (ffebld_op_string_): Const-ification.
1651 * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
1652 * fini.c (xspaces): Likewise.
1653 * global.c (ffeglobal_type_string_): Likewise.
1654 * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
1655 ffeinfo_kind_string_, ffeinfo_kindtype_string_,
1656 ffeinfo_where_string_): Likewise.
1657 * lex.c (ffelex_type_string_): Likewise.
1658 * malloc.c (malloc_types_): Likewise.
1659 * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
1660 ffestc_R907): Likewise.
1661 * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
1662 Likewise.
1663 * version.c (ffe_version_string): Likewise.
1664 * version.h (ffe_version_string): Likewise.
1665
1666 2001-09-11 Richard Henderson <rth@redhat.com>
1667
1668 * parse.c (finput): Mark extern.
1669
1670 2001-09-11 Jakub Jelinek <jakub@redhat.com>
1671
1672 * com.c (ffe_init_options): Default to -fmerge-all-constants
1673 if optimizing.
1674
1675 2000-08-14 Ulrich Weigand <uweigand@de.ibm.com>
1676
1677 * target.h (FFETARGET_32bit_longs): Don't define
1678 for 64-bit S/390.
1679
1680 2001-07-20 Toon Moene <toon@moene.indiv.nluug.nl>
1681
1682 * com.c (ffecom_expr_intrinsic_):
1683 case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
1684 case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
1685 case FFEINTRIN_impISHFTC: Ditto.
1686 case FFEINTRIN_impMVBITS: Ditto.
1687
1688 2001-07-19 Jakub Jelinek <jakub@redhat.com>
1689
1690 * top.c (ffe_decode_option): Disallow lang-independent processing
1691 for -ffixed-form.
1692
1693 2001-07-19 Toon Moene <toon@moene.indiv.nluug.nl>
1694
1695 * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
1696 {L|R}SHIFT_EXPR not working when shift > size of type.
1697
1698 2001-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
1699
1700 * com.c (lang_print_error_function): Argument context
1701 is unused.
1702
1703 2001-07-14 Tim Josling <tej@melbpc.org.au>
1704
1705 * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
1706 (ffecom_tree_canonize_ref_): Likewise.
1707
1708 2001-07-10 James Smaby <jsmaby@virgo.umeche.maine.edu>
1709
1710 * intdoc.in: Fix the definition of COMPLEX ABS.
1711 Remove `the' where inappropriate.
1712 * intdoc.texi: Rebuilt.
1713
1714 2001-07-04 Joseph S. Myers <jsm28@cam.ac.uk>
1715
1716 * g77.texi: Use gpl.texi and funding.texi. Remove Look and Feel
1717 section. Add Funding Free Software to invariant sections.
1718 * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
1719 dependencies and use doc/include in search path.
1720
1721 2001-06-28 Gabriel Dos Reis <gdr@codesourcery.com>
1722
1723 * Make-lang.in (f/com.o): Depend on diagnostic.h
1724 * com.c: #include diagnostic.h
1725 (lang_print_error_function): Take a 'diagnostic_context *'.
1726
1727 Wed Jun 13 11:22:39 2001 Mark Mitchell <mark@codesourcery.com>
1728
1729 * BUGS: Remove.
1730 * NEWS: Likewise.
1731
1732 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
1733
1734 * g77install.texi: Remove.
1735 * Make-lang.in: Remove all mention of g77install.texi.
1736 * g77.texi: Add documentation on how to get output always
1737 flushed and how to increase the maximum unit number.
1738 Remove all mention of g77install.texi.
1739 * bugs.texi: Add documentation on how to change the threshold
1740 for putting local arrays on the stack.
1741
1742 2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
1743
1744 * root.texi: Fix typo in patches e-mail address.
1745
1746 2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
1747 Jan van Male <jan.vanmale@fenk.wau.nl>
1748
1749 * root.texi: Define `help' and `patches' mailing list
1750 addresses.
1751 * news.texi: Remove `prerelease' from 0.5.26
1752 * g77.texi: Use two spaces between command options, eliminate
1753 some 'overfull hboxes'. Use help and patches mailing list
1754 addresses where appropriate.
1755
1756 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
1757
1758 * g77.texi: Move contents to just after title page.
1759
1760 2001-06-02 Toon Moene <toon@moene.indiv.nluug.nl>
1761
1762 * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
1763
1764 2001-05-23 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
1765
1766 * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
1767 fdl.texi.
1768 (f/g77.dvi): Use TEXI2DVI instead of custom tex calls. Create the
1769 dvi file in the f directory.
1770
1771 2001-05-25 Sam TH <sam@uchicago.edu>
1772
1773 * bad.h: Fix header include guards.
1774 * bit.h bld.h com.h data.h equiv.h expr.h global.h
1775 implic.h info.h intrin.h lab.h lex.h malloc.h name.h
1776 proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
1777 storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
1778 symbol.h target.h top.h type.h version.h
1779 where.h: Likewise.
1780
1781 2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
1782
1783 * g77.texi: Update last-changed date.
1784 * news.texi: Update copyright years, last-changed date.
1785 * bugs.texi: Update copyright years, last-changed date.
1786
1787 2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
1788
1789 * g77.texi: Update maintenance information for
1790 GNU Fortran. Remove all mention of -fdebug-kludge.
1791 * news.texi: Make more news in 0.5.26 `user visible
1792 changes'. Acknowledge work by important contributors.
1793 * bugs.texi: Remove all mention of -fdebug-kludge.
1794
1795 2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
1796
1797 * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
1798
1799 2001-05-19 Toon Moene <toon@moene.indiv.nluug.nl>
1800
1801 * Make-lang.in: Have $(MAKEINFO) look into the parent
1802 directory for includes.
1803 * g77.texi: Use the GFDL.
1804
1805 Sun May 13 12:25:06 2001 Mark Mitchell <mark@codesourcery.com>
1806
1807 * Make-lang.in: Replace all uses of `touch' with $(STAMP).
1808
1809 Wed May 2 10:20:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1810
1811 * com.c: NULL_PTR -> NULL.
1812
1813 Sun Apr 22 20:18:01 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1814
1815 * com.c (ffecom_subscript_check_): Use concat in lieu of
1816 xmalloc/sprintf.
1817
1818 2001-04-21 Toon Moene <toon@moene.indiv.nluug.nl>
1819
1820 * news.texi: Update release information for 0.5.27.
1821
1822 Thu Apr 19 12:49:24 2001 Mark Mitchell <mark@codesourcery.com>
1823
1824 * top.c (ffe_decode_option): Do not permit language-independent
1825 processing for -ffixed-line-length.
1826
1827 Thu Apr 12 17:57:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1828
1829 * bad.c (inhibit_warnings): Delete redundant declaration.
1830
1831 * com.c (skip_redundant_dir_prefix): Likewise.
1832
1833 * com.h (mark_addressable): Likewise.
1834
1835 2001-04-02 Jakub Jelinek <jakub@redhat.com>
1836
1837 * lex.c (ffelex_hash_): Avoid eating one whole line after
1838 #line.
1839
1840 Mon Apr 2 22:38:09 2001 Toon Moene <toon@moene.indiv.nluug.nl>
1841
1842 * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
1843 of 2001-03-04.
1844
1845 Tue Mar 27 17:40:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1846
1847 * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
1848
1849 Mon Mar 26 18:13:30 2001 Mark Mitchell <mark@codesourcery.com>
1850
1851 * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
1852
1853 Mon Mar 19 15:05:39 2001 Mark Mitchell <mark@codesourcery.com>
1854
1855 * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
1856
1857 Wed Mar 14 09:29:27 2001 Mark Mitchell <mark@codesourcery.com>
1858
1859 * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
1860 DECL_RTL_SET_P, etc.
1861 (duplicate_decls): Likewise.
1862 (start_decl): Likewise.
1863
1864 Fri Mar 9 22:52:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1865
1866 * fini.c (main): Use really_call_malloc, not malloc.
1867
1868 Thu Mar 8 13:27:47 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1869
1870 * com.c: Don't rely on the POSIX macro to define autoconf stuff.
1871
1872 2001-03-07 Brad Lucier <lucier@math.purdue.edu>
1873
1874 * g77.texi: Document new options -funsafe-math-optimizations
1875 and -fno-trapping-math. Revise documentation for -ffast-math.
1876
1877 2001-03-01 Zack Weinberg <zackw@stanford.edu>
1878
1879 * proj.h: Delete 'bool' type. Don't include stddef.h here.
1880 * com.c: Rename variables named 'true' and/or 'false'.
1881 * intdoc.c: Delete 'bool' type.
1882
1883 2001-03-01 Zack Weinberg <zackw@stanford.edu>
1884
1885 * lang-specs.h: Add zero initializer for cpp_spec field to all
1886 array elements.
1887
1888 2001-02-24 Zack Weinberg <zackw@stanford.edu>
1889
1890 * com.c: Don't define STDC_HEADERS, autoconf handles it.
1891
1892 Fri Feb 23 15:28:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1893
1894 * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
1895
1896 2001-02-19 Joseph S. Myers <jsm28@cam.ac.uk>
1897
1898 * version.c, root.texi: Update GCC version number to 3.1. Update
1899 G77 version number to 0.5.27.
1900 * BUGS, NEWS: Regenerate.
1901
1902 Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1903
1904 * com.c (ffecom_init_0): Call fatal_error instead of fatal.
1905 * com.c (init_parse): Call fatal_io_error instead of
1906 pfatal_with_name.
1907 (ffecom_decode_include_option_): Make errors non-fatal.
1908 * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
1909 (ffelex_hash_): Likewise.
1910
1911 Sat Jan 27 20:52:18 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1912
1913 * Make-lang.in: Remove all dependencies on defaults.h.
1914 * com.c: Don't include defaults.h.
1915
1916 2001-01-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1917
1918 * com.c: Don't explicitly include any time headers, the right ones are
1919 already included by proj.h.
1920
1921 2001-01-15 Mark Mitchell <mark@codesourcery.com>
1922
1923 * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
1924 label to current_function_decl.
1925
1926 Fri Jan 12 17:21:33 2001 Joseph S. Myers <jsm28@cam.ac.uk>
1927
1928 * g77spec.c (lang_specific_driver): Update copyright year to 2001.
1929
1930 Wed Jan 10 14:39:45 2001 Mark Mitchell <mark@codesourcery.com>
1931
1932 * com.c (ffecom_init_zero_): Remove last argument in call to
1933 make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
1934 (ffecom_lookup_label_): Likewise.
1935 (builtin_function): Likewise.
1936 (start_function): Likewise.
1937
1938 Thu Dec 21 21:19:42 2000 Joseph S. Myers <jsm28@cam.ac.uk>
1939
1940 * g77install.texi, g77.texi: Update last-updated dates for
1941 installation information and the manual as a whole.
1942 * bugs.texi, news.texi: Update copyright years in the comments at
1943 the top of the file.
1944
1945 2000-12-21 Joseph S. Myers <jsm28@cam.ac.uk>
1946
1947 * g77install.texi: Adjust wording of an EGCS reference.
1948
1949 Thu Dec 21 20:00:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
1950
1951 * BUGS, NEWS: Regenerate.
1952
1953 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
1954
1955 * com.c [VMS]: Remove definition of BSTRING.
1956
1957 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
1958
1959 * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
1960
1961 2000-12-18 Toon Moene <toon@moene.indiv.nluug.nl>
1962
1963 * bugs.texi: Correct copyright years.
1964 * g77.texi: Likewise.
1965 * news.texi: Likewise.
1966
1967 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
1968
1969 * g77install.texi: Remove obsolete parts only used for INSTALL,
1970 and DOC-G77 conditionals. Update last-update-install date.
1971
1972 Sat Dec 9 10:20:11 2000 Joseph S. Myers <jsm28@cam.ac.uk>
1973
1974 * .cvsignore: New file; add info files.
1975
1976 2000-12-08 Joseph S. Myers <jsm28@cam.ac.uk>
1977
1978 * Make-lang.in (f77.info): Depend on info files in source
1979 directory.
1980 (f/g77.info): Build info files in source directory; don't build
1981 them unless BUILD_INFO is "info".
1982 (f77.install-info): Install info files from source directory.
1983
1984 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
1985
1986 * Make-lang.in: Link f/fini with safe-ctype.o.
1987 * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
1988 * com.c: Use TOUPPER, not ffesrc_toupper.
1989 * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
1990 * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
1991 * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
1992 initializing code; use TOUPPER and TOLOWER instead of
1993 ffesrc_toupper and ffesrc_tolower.
1994 * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
1995 Don't define ffesrc_toupper or ffesrc_tolower.
1996
1997 2000-11-28 Richard Henderson <rth@redhat.com>
1998
1999 * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
2000
2001 2000-11-26 Joseph S. Myers <jsm28@cam.ac.uk>
2002
2003 * RELEASE-PREP: Remove obsolete EGCS reference.
2004 * g77.texi: Adjust reference to EGCS as something current.
2005 * lang-options.h (FTNOPT): Remove macro and obsolete comment.
2006 Include doc strings directly in option listing instead of through
2007 this macro.
2008 * root.texi: Remove support for multiple different (FSF and EGCS)
2009 distributions of g77.
2010 * g77install.texi: Remove conditioned out instructions applying
2011 only to obsolete distributions of g77 not as part of GCC. Change
2012 "superceded" to the correct spelling "superseded".
2013
2014 Sun Nov 26 19:25:56 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2015
2016 * g77spec.c (lang_specific_driver): Update copyright year to 2000.
2017
2018 Thu Nov 23 02:18:57 2000 J"orn Rennecke <amylaar@redhat.com>
2019
2020 * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
2021
2022 2000-11-21 David Billinghurst <David.Billinghurst@riotinto.com)
2023
2024 * Make-lang.in: Add $(build_exeext) to f/fini target
2025
2026 2000-11-21 Andreas Jaeger <aj@suse.de>
2027
2028 * g77.texi (Floating-point Exception Handling): Use feenableexcept
2029 in example.
2030 (Floating-point precision): Change to match above change.
2031
2032 Sun Nov 19 17:29:22 2000 Matthias Klose <doko@marvin.itso-berlin.de>
2033
2034 * g77.texi (Floating-point precision): Adjust example
2035 to work with glibc (>= 2.1).
2036
2037 Sat Nov 18 13:54:49 2000 Matthias Klose <doko@cs.tu-berlin.de>
2038
2039 * g77.texi (Floating-point Exception Handling): Adjust
2040 example to work with glibc (>= 2.1).
2041
2042 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
2043
2044 * Make-lang.in (INTDOC_DEPS): New macro.
2045 (f/intdoc.texi): Depend on $(INTDOC_DEPS). Build f/intdoc.
2046 (f/intdoc): Likewise. Add $(build_exeext).
2047
2048 2000-11-17 Zack Weinberg <zack@wolery.stanford.edu>
2049
2050 * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
2051 ggc_strdup (var).
2052
2053 Thu Nov 16 23:14:07 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2054
2055 * malloc.c (malloc_init): Call xmalloc, not malloc.
2056
2057 2000-11-10 Rodney Brown <RodneyBrown@mynd.com>
2058
2059 * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
2060
2061 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
2062
2063 * root.texi: Remove non-historical EGCS reference.
2064 Set current g77 version to 0.5.26.
2065
2066 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
2067
2068 * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
2069
2070 2000-11-10 Zack Weinberg <zack@wolery.stanford.edu>
2071
2072 * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
2073 munging of source file name.
2074 ($(srcdir)/f/intdoc.texi): Break up into several rules each of
2075 which builds just one thing. Don't mess with $(LANGUAGES).
2076 (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
2077
2078 2000-11-05 Toon Moene <toon@moene.indiv.nluug.nl>
2079
2080 * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
2081 Remove non-historical references to egcs/EGCS.
2082
2083 2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
2084
2085 * Make-lang.in: Remove f77.distdir and f/INSTALL.
2086 * INSTALL, install0.texi: Remove.
2087
2088 2000-11-02 Joseph S. Myers <jsm28@cam.ac.uk>
2089
2090 * com.c (open_include_file, ffecom_open_include_): Use strchr ()
2091 and strrchr () instead of index () and rindex ().
2092
2093 2000-10-27 Zack Weinberg <zack@wolery.stanford.edu>
2094
2095 * Make-lang.in: Move all build rules here from Makefile.in,
2096 adapt to new context. Wrap all rules that change the current
2097 directory in parentheses. Expunge all references to $(P).
2098 When one command depends on another and they're run all at
2099 once, use && to separate them, not ;. Add OUTPUT_OPTION to
2100 all object-file generation rules. Delete obsolete variables.
2101
2102 * Makefile.in: Delete.
2103 * config-lang.in: Delete outputs= line.
2104
2105 Sat Oct 21 18:07:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
2106
2107 * Makefile.in, g77spec.c: Remove EGCS references in comments.
2108
2109 Thu Oct 12 22:28:51 2000 Mark Mitchell <mark@codesourcery.com>
2110
2111 * com.c (ffecom_do_entry_): Don't mess with obstacks.
2112 (ffecom_finish_global_): Likewise.
2113 (ffecom_finish_symbol_transform_): Likewise.
2114 (ffecom_gen_sfuncdef_): Likewise.
2115 (ffecom_init_zero_): Likewise.
2116 (ffecom_start_progunit_): Likewise.
2117 (ffecom_sym_transform_): Likewise.
2118 (ffecom_sym_transform_assign_): Likewise.
2119 (ffecom_transform_equiv_): Likewise.
2120 (ffecom_transform_namelist_): Likewise.
2121 (ffecom_vardesc_): Likewise.
2122 (ffecom_vardesc_array_): Likewise.
2123 (ffecom_vardesc_dims_): Likewise.
2124 (ffecom_end_transition): Likewise.
2125 (ffecom_make_tempvar): Likewise.
2126 (bison_rule_pushlevel_): Likewise.
2127 (bison_rule_compstmt_): Likewise.
2128 (finish_decl): Likewise.
2129 (finish_function): Likewise.
2130 (push_parm_decl): Likewise.
2131 (start_decl): Likewise.
2132 (start_function): Likewise.
2133 (ggc_p): Don't define.
2134 * std.c (ffestd_stmt_pass_): Likewise.
2135 * ste.c (ffeste_end_block_): Likewise.
2136 (ffeste_end_stmt_): Likewise.
2137 (ffeste_begin_iterdo_): Likewise.
2138 (ffeste_io_ialist_): Likewise.
2139 (ffeste_io_cilist_): Likewise.
2140 (ffeste_io_inlist_): Likewise.
2141 (ffeste_io_olist_): Likewise.
2142 (ffeste_R810): Likewise.
2143 (ffeste_R838): Likewise.
2144 (ffeste_R839): Likewise.
2145 (ffeste_R842): Likewise.
2146 (ffeste_R843): Likewise.
2147 (ffeste_R1001): Likewise.
2148
2149 2000-10-05 Richard Henderson <rth@cygnus.com>
2150
2151 * com.c (finish_function): Don't init can_reach_end.
2152
2153 Sun Oct 1 11:43:44 2000 Mark Mitchell <mark@codesourcery.com>
2154
2155 * com.c (lang_mark_false_label_stack): Remove.
2156
2157 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
2158
2159 * com.c: Include defaults.h.
2160 * com.h: Don't define the *_TYPE_SIZE macros.
2161 * Makefile.in: Update dependencies.
2162
2163 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
2164
2165 * ansify.c: Use #line, not # <number>.
2166
2167 2000-08-24 Greg McGary <greg@mcgary.org>
2168
2169 * intdoc.c (ARRAY_SIZE): Remove macro.
2170 * proj.h (ARRAY_SIZE): Remove macro.
2171 * com.c (init_decl_processing): Use ARRAY_SIZE.
2172
2173 2000-08-22 Toon Moene <toon@moene.indiv.nluug.nl>
2174
2175 * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
2176 * com.c (macro DEFGFRT): Use CONST boolean.
2177 (ffecom_call_binop_): Choose between call by value
2178 and call by reference.
2179 (ffecom_expr_): Use direct calls to (g)libc functions for
2180 POW_DD, LOG10, (float) MOD.
2181 (ffecom_make_gfrt_): Add const indication to table of
2182 intrinsics.
2183 * com.h (macro DEFGFRT): Use CONST boolean.
2184 * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
2185
2186 2000-08-21 Nix <nix@esperi.demon.co.uk>
2187
2188 * lang-specs.h: Do not process -o or run the assembler if
2189 -fsyntax-only. Use %j instead of /dev/null.
2190
2191 2000-08-21 Jakub Jelinek <jakub@redhat.com>
2192
2193 * lang-specs.h: Pass -I* options to f771.
2194
2195 2000-08-19 Toon Moene <toon@moene.indiv.nluug.nl>
2196
2197 * top.c (ffe_decode_option): Disable -fdebug-kludge
2198 and warn about it.
2199 * lang-options.h: Document the fact.
2200 * g77.texi: Ditto.
2201
2202 2000-08-13 Toon Moene <toon@moene.indiv.nluug.nl>
2203
2204 * bugs.texi: Describe new ability to emit debug info
2205 for EQUIVALENCE members.
2206 * news.texi: Ditto.
2207
2208 2000-08-11 G. Helffrich <george@gly.bris.ac.uk>
2209 Toon Moene <toon@moene.indiv.nluug.nl>
2210
2211 * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
2212 so that debug info can be attached to their storage.
2213 Unconditionally list the storage set aside for them.
2214
2215 2000-08-07 Toon Moene <toon@moene.indiv.nluug.nl>
2216
2217 * g77spec.c (lang_specific_driver): Clearer g77 version message.
2218
2219 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
2220
2221 * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
2222 * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
2223 (f771): Link with $(BACKEND).
2224
2225 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
2226
2227 * g77spec.c: Adjust type of second argument to
2228 lang_specific_driver, and update code as necessary.
2229
2230 * expr.c (ffeexpr_finished_): Cast signed side of ?:
2231 expression to bool.
2232
2233 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
2234
2235 * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
2236
2237 Thu Jul 27 11:50:08 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2238
2239 * fini.c (main): Avoid automatic aggregate initialization.
2240
2241 * proj.h: Indent #error directive.
2242
2243 2000-07-26 Toon Moene <toon@moene.indiv.nluug.nl>
2244
2245 * lang-specs.h: Remove one /dev/null from tradcpp invocation.
2246
2247 Sun Jul 23 15:47:30 2000 Billinghurst, David <David.Billinghurst@riotinto.com>
2248
2249 * Make-lang.in: Put $(build_exeext) suffix on programs which run
2250 on the build machine.
2251
2252 2000-07-22 Toon Moene <toon@moene.indiv.nluug.nl>
2253
2254 * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
2255 FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
2256
2257 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
2258
2259 * lang-specs.h: Use the new named specs. Remove unnecessary braces.
2260
2261 2000-07-02 Toon Moene <toon@moene.indiv.nluug.nl>
2262
2263 * version.c: Bump version number.
2264
2265 2000-06-21 Zack Weinberg <zack@wolery.cumb.org>
2266
2267 * Make-lang.in (F77_SRCS): Remove all .j files.
2268 * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
2269 GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
2270 TOPLEV_H, TREE_H): Remove references to .j files.
2271 (TCONFIG_H, TM_H): Remove entirely.
2272 (deps-kinda): Delete rule.
2273 Correct commentary.
2274
2275 * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
2276 hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
2277 tree.j, tconfig.j, tree.j: Delete.
2278
2279 * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
2280 parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
2281 where.c, where.h: Include parent-directory headers directly.
2282 * lex.c: Don't include tree.h twice.
2283
2284 2000-05-17 H.J. Lu (hjl@gnu.org)
2285
2286 * Make-lang.in: Use a unique stamp for each target to support
2287 parallel make.
2288
2289 Thu Jun 15 14:03:14 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2290
2291 * ste.c (gbe_block): Constify.
2292
2293 2000-06-13 Jakub Jelinek <jakub@redhat.com>
2294
2295 * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
2296 (ffecom_transform_equiv_, ffecom_decl_field): Likewise.
2297 (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
2298 (duplicate_decls): Set DECL_USER_ALIGN.
2299
2300 Sun Jun 11 00:03:00 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2301
2302 * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
2303
2304 2000-06-04 Philipp Thomas <pthomas@suse.de>
2305
2306 * Makefile.in(INTLLIBS): New macro.
2307 (LIBS): Add INTLLIBS.
2308 (DEPLIBS): Likewise.
2309
2310 2000-06-02 Richard Henderson <rth@cygnus.com>
2311
2312 * com.c (lang_get_alias_set): New.
2313
2314 2000-05-28 Toon Moene <toon@moene.indiv.nluug.nl>
2315
2316 * bugs.texi: Note that debugging information for
2317 common block items is emitted now.
2318 * news.texi: Ditto.
2319
2320 2000-05-18 Chris Demetriou <cgd@sibyte.com>
2321
2322 * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that
2323 these types correspond to built-in types now defined in
2324 the C front end (for libf2c).
2325
2326 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
2327
2328 * top.c (ffe_decode_option): Update -Wall unused flags by calling
2329 set_Wunused.
2330
2331 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
2332
2333 * com.c (ffecom_subscript_check_): Constify array_name
2334 parameter. Clean up string bashing.
2335 (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
2336 parameter.
2337 (ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
2338 ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
2339 local char *.
2340 (init_parse): Constify parameter and return value.
2341 * lex.c: Include dwarfout.h instead of prototyping dwarfout_*
2342 functions here.
2343 (ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
2344 (ffelex_hash_, ffelex_include_): Constify local char *.
2345 * std.c (ffestd_exec_end): Constify local char *.
2346 * where.c (ffewhere_file_new): Constify filename parameter.
2347 * where.h: Update prototypes.
2348
2349 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
2350
2351 * com.c (ffecom_overlap_): Set source_offset to
2352 bitsize_zero_node.
2353 (ffecom_tree_canonize_ptr_): Use size_binop. Convert to
2354 bitsizetype before multiplying by TYPE_SIZE.
2355 (ffecom_tree_canonize_ref_) [case ARRAY_REF]: Break up offset
2356 calculation. Convert to bitsizetype before multiplying by
2357 TYPE_SIZE.
2358
2359 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
2360
2361 * lex.c: Remove references to cccp.c.
2362 * g77install.texi: Remove references to cexp.c/cexp.y.
2363
2364 2000-04-15 David Edelsohn <edelsohn@gnu.org>
2365
2366 * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
2367 as well.
2368
2369 Wed Apr 12 15:15:26 2000 Mark Mitchell <mark@codesourcery.com>
2370
2371 * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
2372 preprocessor constant.
2373 (FFECOM_f2cLOGICAL): Likewise.
2374 (FFECOM_f2cLONGINT): Likewise.
2375
2376 Wed Apr 5 17:46:39 2000 Mark Mitchell <mark@codesourcery.com>
2377
2378 * Makefile.in (GGC_H): Add varray.h.
2379
2380 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
2381
2382 * lang-specs.h: Pass -fno-show-column to the preprocessor.
2383
2384 2000-03-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2385
2386 * com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.
2387 (ffecom_init_0): Likewise.
2388
2389 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2390
2391 * com.c (ffecom_tree_canonize_ptr_): Use bitsize_zero_node.
2392 (ffecom_tree_canonize_ref_): Likewise.
2393
2394 Mon Mar 20 15:49:40 2000 Jim Wilson <wilson@cygnus.com>
2395
2396 * f/target.h (FFETARGET_32bit_longs): New. Define for alpha, sparc64,
2397 and ia64.
2398 (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
2399 ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
2400
2401 Fri Mar 10 00:43:55 2000 Jason Merrill <jason@casey.cygnus.com>
2402
2403 * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
2404
2405 Mon Mar 6 18:05:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2406
2407 * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
2408 (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
2409 (ffecom_transform_equiv_): Likewise.
2410
2411 Mon Mar 6 13:01:19 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2412
2413 * ansify.c (die_unless): Don't use ANSI string concatenation.
2414 (die): Mark with ATTRIBUTE_NORETURN.
2415
2416 Wed Mar 1 00:31:44 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
2417
2418 * com.c (current_function_decl): Move to toplev.c.
2419
2420 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2421
2422 * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
2423 (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
2424 (ffecom_tree_canonize_ref_): Likewise.
2425 (type_for_mode): Handle TImode.
2426 * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
2427 (ffeste_io_ciclist_): Likewise.
2428
2429 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
2430
2431 * com.c (ffecom_type_permanent_copy_): Delete unused function.
2432 (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
2433
2434 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2435
2436 * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
2437 (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
2438 (duplicate_decls): Likewise.
2439 (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
2440 (finish_decl): Delete -Wlarger-than processing.
2441
2442 Fri Feb 18 13:19:34 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
2443
2444 * g77spec.c (lang_specific_driver): Use GCCBUGURL.
2445
2446 2000-02-17 Andy Vaught <andy@maxwell.la.asu.edu>
2447
2448 * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
2449 (ffecom_finish_symbol_transform_): Likewise.
2450 (ffecom_transform_common_): Call ffestorag_set_hook.
2451
2452 Wed Feb 16 11:09:38 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2453
2454 * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
2455
2456 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
2457
2458 * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
2459
2460 Tue Feb 15 11:14:17 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2461
2462 * g77spec.c: Don't declare `version_string'.
2463
2464 Sat Feb 5 23:27:25 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2465
2466 * com.c (mark_tracker_head, mark_binding_level): Protoize.
2467
2468 * where.c (mark_ffewhere_head): Likewise.
2469
2470 Wed Jan 12 09:32:59 2000 Zack Weinberg <zack@wolery.cumb.org>
2471
2472 * lang-specs.h: Pass -lang-fortran to preprocessor.
2473
2474 Thu Dec 30 13:14:31 1999 Richard Henderson <rth@cygnus.com>
2475
2476 * stw.h (struct _ffestw_): Change type of uses_ to int.
2477
2478 Thu Dec 30 11:42:05 1999 Geoff Keating <geoffk@cygnus.com>
2479
2480 * com.c (ffecom_init_0): Make double_ftype_double,
2481 float_ftype_float, ldouble_ftype_ldouble,
2482 ffecom_tree_ptr_to_fun_type_void local.
2483 (tracker_head): New static variable.
2484 (mark_tracker_head): New, marker procedure for tracker_head.
2485 (ffecom_save_tree_forever): New procedure.
2486 (ffecom_init_zero_): Remove obstack use.
2487 (ffecom_make_gfrt_): Remove obstack use.
2488 (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
2489 (ffecom_transform_common_): Remove obstack use, save appropriate
2490 trees.
2491 (ffecom_type_namelist_): Remove obstack use, save appropriate
2492 trees.
2493 (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
2494 (ffecom_lookup_label): Remove obstack use, save appropriate trees.
2495 (duplicate_decls): Remove obstack use.
2496 (finish_function): push & pop ggc context around
2497 rest_of_compilation when building nested function.
2498 (mark_binding_level): New function.
2499 (init_decl_processing): Mark all the GC roots.
2500 (ggc_p): Set to 1.
2501 (lang_mark_tree): New function.
2502 (lang_mark_false_label_stack): New trivial function.
2503 * com.h (ffecom_save_tree_forever): Declare as external.
2504 * lex.c (ffelex_hash_): Use GC to allocate the filename string
2505 even when ffelex_kludge_flag_.
2506 * ste.c (ffeste_io_ialist_): Register a static root.
2507 (ffeste_io_inlist_): Likewise.
2508 (ffeste_io_icilist_): Likewise.
2509 (ffeste_io_cllist_): Likewise.
2510 (ffeste_io_cilist_): Likewise.
2511 (ffeste_io_olist_): Likewise.
2512 * Makefile.in (OBJS): Don't use ggc-callbacks.o.
2513 (OBJDEPS): Likewise.
2514 (GGC_H): New variable.
2515 Update dependencies.
2516 * where.c (ffewhere_head): New global.
2517 (mark_ffewhere_head): New marker procedure for ffewhere_head.
2518 (ffewhere_file_kill): Use GC to do memory management.
2519 (ffewhere_file_new): Use GC to do memory management.
2520 * ggc.j: New file.
2521
2522 Wed Dec 29 19:29:26 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2523
2524 * g77.texi (C Interfacing Tools): Fix an incorrect link.
2525
2526 1999-12-13 Jakub Jelinek <jakub@redhat.com>
2527
2528 * target.h: Handle sparc64 the same way as alpha.
2529
2530 Sun Nov 28 21:39:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2531
2532 * com.c (ffecom_file_, ffecom_file, file_buf,
2533 ffecom_open_include_): Constify a char*.
2534 (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
2535 ATTRIBUTE_UNUSED.
2536 (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
2537 (lang_print_error_function): ANSI-fy.
2538
2539 * com.h (ffecom_file): Constify a char*.
2540
2541 * fini.c (main): Call return, not exit.
2542
2543 * g77spec.c (lang_specific_driver): Use non-const *in_argv in
2544 assignment.
2545
2546 * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
2547 const-ness.
2548
2549 Sun Nov 28 21:15:29 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2550
2551 * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
2552
2553 (ffecom_char_enhance_arg_, ffecom_do_entry_,
2554 ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
2555 ffecom_start_progunit_, ffecom_start_progunit_,
2556 ffecom_start_progunit_, ffecom_sym_transform_assign_,
2557 ffecom_transform_equiv_, ffecom_transform_namelist_,
2558 ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
2559 ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
2560 Adjust accordingly.
2561
2562 * com.h (ffecom_get_invented_identifier): Likewise.
2563
2564 * sts.c (ffests_printf): New function taking ellipses.
2565 (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
2566 ffests_printf_2Us): Delete.
2567
2568 * sts.h: Likewise.
2569
2570 * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
2571 ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
2572 ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
2573 ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
2574 ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
2575 ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
2576
2577 * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
2578 ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
2579
2580 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
2581 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2582
2583 * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
2584
2585 Tue Oct 26 01:32:19 1999 Mark Mitchell <mark@codesourcery.com>
2586
2587 * com.c (poplevel): Don't call remember_end_note.
2588
2589 Fri Oct 15 15:18:12 1999 Greg McGary <gkm@gnu.org>
2590
2591 * top.h (ffe_is_subscript_check_): Remove extern decl.
2592 (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
2593 * top.c (ffe_is_subscript_check_): Remove global variable.
2594 (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
2595 Set flag_bounds_check for "(no-)fortran-bounds-check".
2596 * com.c
2597 (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
2598 (ffecom_char_args_x_): Ditto.
2599
2600 Sun Oct 10 08:40:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2601
2602 * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
2603 __GNUC__ and __GNUC_MINOR__. Don't define BUILT_WITH_270. Define
2604 macro UNUSED in terms of ATTRIBUTE_UNUSED.
2605
2606 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2607
2608 * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
2609 DECL_BUILT_IN.
2610 (builtin_function): No longer static. New arg CLASS. Arg
2611 FUNCTION_CODE now of type int. All callers changed.
2612 Set the builtin's DECL_BUILT_IN_CLASS.
2613
2614 Tue Sep 21 09:08:30 1999 Toon Moene <toon@moene.indiv.nluug.nl>
2615
2616 * g77spec.c (lang_specific_driver): Initialize return value.
2617
2618 Thu Sep 16 18:07:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2619
2620 * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
2621
2622 * fini.c (main): Likewise.
2623
2624 * intrin.c (ffeintrin_init_0): Likewise.
2625
2626 * lex.c (ffelex_hash_): Likewise.
2627
2628 * src.c (ffesrc_init_1): Likewise.
2629
2630 Tue Sep 14 12:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2631
2632 * g77spec.c (lang_specific_driver): Remove unnecessary argument in
2633 call to function `fatal'.
2634
2635 Sun Sep 12 23:29:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2636
2637 * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
2638
2639 * g77spec.c: Include gcc.h.
2640 (g77_xargv): Constify.
2641 (g77_fn): Add parameter prototypes.
2642 (lookup_option, append_arg): Add static prototypes.
2643 (g77_newargv): Constify.
2644 (lookup_option, append_arg, lang_specific_driver): Constify a char*.
2645 (lang_specific_driver): All calls to the function pointer
2646 parameter now explicitly call `fatal'.
2647
2648 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
2649
2650 * com.h: Delete declarations for all tree nodes now moved to
2651 global_trees.
2652 * com.c: Delete their definitions.
2653 (ffecom_init_0): Call build_common_tree_nodes and
2654 build_common_tree_nodes_2 instead of building their nodes here.
2655 Override their decisions for complex nodes.
2656
2657 Sat Sep 4 13:46:27 1999 Mark Mitchell <mark@codesourcery.com>
2658
2659 * Make-lang.in (f771): Depend on ggc-callbacks.o.
2660 * Makefile.in (OBJS): Add ggc-callbacks.o.
2661 (OBJDEPS): Likewise.
2662
2663 Mon Aug 30 22:05:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2664
2665 * com.c (language_string): Constify.
2666
2667 Mon Aug 30 20:29:30 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2668
2669 * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
2670 Remove hacks for stuff which now comes from libiberty.
2671
2672 Sun Aug 29 09:47:45 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2673
2674 * com.c (lang_printable_name): Constify a char*.
2675
2676 Wed Aug 25 01:21:06 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2677
2678 * lang-specs.h: Pass cc1 spec to f771.
2679
2680 Mon Aug 9 19:44:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2681
2682 * com.c (lang_print_error_function): Constify a char*.
2683 (init_parse): Remove redundant prototype for `print_error_function'.
2684 (lang_identify): Constify a char*.
2685
2686 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
2687
2688 * g77spec.c: Update URLS and mail addresses.
2689 * root.texi: Update URLS and mail addresses.
2690
2691 1999-07-25 Richard Henderson <rth@cygnus.com>
2692
2693 * com.c (ptr_type_node, va_list_type_node): New.
2694 (ffecom_init_0): Init and use ptr_type_node.
2695
2696 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
2697
2698 * root.texi: Update e-mail addresses to gcc.gnu.org.
2699 * g77spec.c (lang_specific_driver): Updated URL with bug reporting
2700 instructions to gcc.gnu.org. Removed e-mail address.
2701
2702 Sat Jul 17 11:28:43 1999 Craig Burley <craig@jcb-sc.com>
2703
2704 * root.texi, g77install.texi: Switchover to GCC terminology.
2705 Also, FSF-G77 had been mistakenly set at some point.
2706
2707 Thu Jul 8 15:38:50 1999 Craig Burley <craig@jcb-sc.com>
2708
2709 * news.texi: Describe DATE intrinsic fix.
2710
2711 Mon Jun 28 21:44:19 1999 Craig Burley <craig@jcb-sc.com>
2712
2713 * version.c: Denote experimental version.
2714
2715 Mon Jun 28 10:43:11 1999 Craig Burley <craig@jcb-sc.com>
2716
2717 * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
2718 a temp even if -fno-f2c.
2719
2720 * version.c: Bump version.
2721
2722 Mon Jun 28 21:31:35 1999 Craig Burley <craig@jcb-sc.com>
2723
2724 * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
2725 Explain that this fixes the NAMELIST-read bug.
2726
2727 Fri Jun 25 11:06:32 1999 Craig Burley <craig@jcb-sc.com>
2728
2729 * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
2730
2731 Mon Jun 21 12:40:17 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2732
2733 * g77.texi: Update links.
2734
2735 Mon Jun 21 05:33:51 1999 Jeffrey A Law (law@cygnus.com)
2736
2737 * news.texi: Add missing @end ifclear.
2738
2739 Fri Jun 18 11:43:46 1999 Craig Burley <craig@jcb-sc.com>
2740
2741 * news.texi: Doc TtyNam fix.
2742
2743 Fri Jun 18 11:26:50 1999 Craig Burley <craig@jcb-sc.com>
2744
2745 * news.texi: New heading for development version.
2746 Doc upgrade to netlib libf2c as of today.
2747
2748 Wed Jun 16 11:43:02 1999 Craig Burley <craig@jcb-sc.com>
2749
2750 * news.texi: Mention BACKSPACE fix to libg2c.
2751
2752 Mon Jun 7 08:42:40 1999 Craig Burley <craig@jcb-sc.com>
2753
2754 * Make-lang.in: Any target using libsubdir must depend
2755 on installdirs.
2756
2757 Sat Jun 5 23:50:36 1999 Craig Burley <craig@jcb-sc.com>
2758
2759 * g77.texi: Describe a few more missing features people
2760 have emailed me about.
2761
2762 Sat Jun 5 17:03:23 1999 Craig Burley <craig@jcb-sc.com>
2763
2764 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
2765 * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
2766
2767 Fri Jun 4 13:56:56 1999 Craig Burley <craig@jcb-sc.com>
2768
2769 * Make-lang.in: Use libsubdir, not prefix, to store
2770 temporary lang-f77 `flag' file.
2771
2772 Fri Jun 4 10:26:04 1999 Craig Burley <craig@jcb-sc.com>
2773
2774 * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
2775 Mention that libg2c is multilibbed.
2776
2777 Fri Jun 4 10:09:50 1999 Craig Burley <craig@jcb-sc.com>
2778
2779 * g77.texi (Missing Features): Add `Better Warnings'
2780 item.
2781
2782 Fri May 28 16:51:41 1999 Craig Burley <craig@jcb-sc.com>
2783
2784 * g77.texi: Fix thinko.
2785
2786 Wed May 26 14:43:27 1999 Craig Burley <craig@jcb-sc.com>
2787
2788 * news.texi: Document Tue May 18 03:52:04 1999 patch.
2789 Fix a grammo.
2790
2791 Wed May 26 14:25:07 1999 Craig Burley <craig@jcb-sc.com>
2792
2793 * g77.texi, news.texi, root.texi, version.c: Start renaming
2794 EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
2795 the version of g77 within GCC 2.95.
2796
2797 Wed May 26 11:45:21 1999 Craig Burley <craig@jcb-sc.com>
2798
2799 Rename -fsubscript-check to -fbounds-check and
2800 -ff2c-subscript-check to -ffortran-bounds-check:
2801 * g77.texi: Rename options in docs, clarify usage.
2802 * lang-options.h: Rename options, clarify doclets.
2803 * news.texi: Rename options, don't bother with fortran-specific
2804 option.
2805 * top.c (ffe_decode_option): Rename recognized strings.
2806
2807 Tue May 25 18:21:09 1999 Craig Burley <craig@jcb-sc.com>
2808
2809 * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
2810 now that -fflatten-arrays exists.
2811
2812 Tue May 25 17:48:34 1999 Craig Burley <craig@jcb-sc.com>
2813
2814 Fix 19990525-0.f:
2815 * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
2816 CHARACTER expression.
2817 (ffecom_prepare_expr_): Ditto.
2818
2819 Tue May 18 03:52:04 1999 Craig Burley <craig@jcb-sc.com>
2820
2821 Support use of back end's improved open-coding of complex divide:
2822 * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
2823 instead of run-time call to [cz]_div, if `-Os' option specified.
2824 (lang_init_options): Tell back end we want support for wide range
2825 of inputs to complex divide.
2826
2827 * Bump version.
2828
2829 Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
2830
2831 * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
2832 was not given.
2833
2834 Thu May 13 12:23:20 1999 Craig Burley <craig@jcb-sc.com>
2835
2836 Fix INTEGER*8 subscripts in array references:
2837 * com.c (ffecom_subscript_check_): Convert low, high, and
2838 element as necessary to make comparison work.
2839 (ffecom_arrayref_): Do more of the work.
2840 Properly handle subscript expr that's wider than int,
2841 if pointers are wider than int.
2842 (ffecom_expr_): Leave more work to ffecom_arrayref_.
2843 (ffecom_init_0): Record sizes of pointers and ints for
2844 convenience.
2845 Use set_sizetype etc. as done by gcc front end.
2846 (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
2847 * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
2848 expressions in run-time contexts.
2849 (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
2850 non-default INTEGER subscript expressions.
2851 * news.texi: Announce.
2852
2853 Finish accepting -fflatten-arrays option:
2854 * com.c (ffecom_arrayref_): Flatten references if requested.
2855 * g77.texi: Describe.
2856 * lang-options.h: Allow.
2857 * news.texi: Announce.
2858 * top.c, top.h: Recognize.
2859
2860 * version.c: Bump version.
2861
2862 Wed May 12 07:30:05 1999 Craig Burley <craig@jcb-sc.com>
2863
2864 * com.c (lang_init_options): Disable back end's maintenance
2865 of errno.
2866 * news.texi: Document dropping of errno.
2867
2868 1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2869
2870 * lang-specs.h: Pass -$ to the preprocessor.
2871
2872 Mon May 10 18:14:28 1999 Craig Burley <craig@jcb-sc.com>
2873
2874 * g77.texi: Fix various @xref's per proper style.
2875 Go ahead and use nested braces in @xref's, with care.
2876 * g77install.texi: Fix @xref per proper style.
2877
2878 Mon May 10 17:38:39 1999 Craig Burley <craig@jcb-sc.com>
2879
2880 * news.texi: Doc upgrade to netlib libf2c as of today.
2881
2882 Sun May 9 18:52:13 1999 Hans-Peter Nilsson <hp@bitrange.com>
2883
2884 * f/g77spec.c (lang_specific_driver): Correct bug-report address
2885 and point to the FAQ.
2886
2887 Thu May 6 12:40:21 1999 Craig Burley <craig@jcb-sc.com>
2888
2889 * g77.texi (Arbitrary Concatenation): Put this under
2890 "Missing Features" instead of "Projects".
2891 (Internals Documentation): Point to new "Front End" chapter.
2892
2893 Thu May 6 08:23:52 1999 Craig Burley <craig@jcb-sc.com>
2894
2895 * bugs.texi, news.texi: Automatic arrays reportedly working
2896 on HP-UX systems.
2897
2898 Thu May 6 08:19:31 1999 Craig Burley <craig@jcb-sc.com>
2899
2900 * g77.texi (Advantages Over f2c): Expand on this topic.
2901
2902 Mon May 3 19:41:48 1999 Craig Burley <craig@jcb-sc.com>
2903
2904 * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
2905
2906 Mon May 3 18:11:48 1999 Craig Burley <craig@jcb-sc.com>
2907
2908 Reverse order of two arguments to CTIME_subr, DTIME_subr,
2909 ETIME_subr, and TTYNAM_subr:
2910 * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
2911 While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
2912 TTYNAM_subr.
2913 * intdoc.in: Document the new calling sequences.
2914 * intrin.def: Reverse the arguments.
2915 * news.texi: Document the fact that they changed.
2916 * version.c: Bump version.
2917
2918 Mon May 3 11:28:14 1999 Craig Burley <craig@jcb-sc.com>
2919
2920 * news.texi: Doc upgrade to netlib libf2c as of today.
2921
2922 Sun May 2 17:04:28 1999 Craig Burley <craig@jcb-sc.com>
2923
2924 * version.c: Bump version.
2925
2926 Sun May 2 16:53:01 1999 Craig Burley <craig@jcb-sc.com>
2927
2928 Fix compile/19990502-1.f:
2929 * ste.c (ffeste_R819B): Don't overwrite tree for temp
2930 variable when expanding the assignment into it.
2931
2932 Sun Apr 25 20:55:10 1999 Craig Burley <craig@jcb-sc.com>
2933
2934 Fix 19990325-0.f and 19990325-1.f:
2935 * com.c (ffecom_possible_partial_overlap_): New function.
2936 (ffecom_expand_let_stmt): Use it to determine whether to assign
2937 to a COMPLEX operand through a temp.
2938 * news.texi: Document fix.
2939
2940 * version.c: Bump version.
2941
2942 Sat Apr 24 12:19:53 1999 Craig Burley <craig@jcb-sc.com>
2943
2944 * expr.c (ffeexpr_finished_): Convert DATA implied-do
2945 start/end/incr expressions to default INTEGER.
2946 Fix some broken conditionals.
2947 Clean up some code in the region.
2948 * news.c: Document the fix.
2949
2950 * version.c: Bump version.
2951
2952 Fri Apr 23 02:08:32 1999 Craig Burley <craig@jcb-sc.com>
2953
2954 * g77.texi (Compiler Prototypes): Replace "missing" subscript-
2955 checking option with something else.
2956
2957 Fri Apr 23 01:48:28 1999 Craig Burley <craig@jcb-sc.com>
2958
2959 Support new -fsubscript-check and -ff2c-subscript-check options:
2960 * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
2961 * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
2962 (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
2963 FFEBLD_opARRAYREF case.
2964 Compute character name, array type, and use new
2965 ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
2966 (ffecom_expr_): Use new ffecom_arrayref_ function.
2967 (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
2968 * g77.texi, news.texi: Document new options.
2969 * top.c, top.h: Support new options.
2970
2971 * news.texi: Fix up some items to not be in "User-Visible Changes".
2972
2973 * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
2974 warnings.
2975
2976 * version.c: Bump version.
2977
2978 Tue Apr 20 01:38:57 1999 Craig Burley <craig@jcb-sc.com>
2979
2980 * bugs.texi, news.texi: Clarify -malign-double situation.
2981
2982 Tue Apr 20 01:15:25 1999 Craig Burley <craig@jcb-sc.com>
2983
2984 * stb.c (ffestb_R5282_): Convert DATA repeat count
2985 to default INTEGER, to avoid problems downstream.
2986
2987 * version.c: Bump version.
2988
2989 Mon Apr 19 21:36:48 1999 Craig Burley <craig@jcb-sc.com>
2990
2991 * ste.c (ffeste_R819B): Start the loop before expanding
2992 the termination expression.
2993
2994 * version.c: Bump version.
2995
2996 Sun Apr 18 21:53:58 1999 Craig Burley <craig@jcb-sc.com>
2997
2998 * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
2999 variables have constant addresses (EQUIVALENCE only if
3000 containing aggregate is static).
3001
3002 Sat Apr 17 16:55:59 1999 Craig Burley <craig@jcb-sc.com>
3003
3004 * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
3005 Clean up @code{} vs. @samp{}.
3006 Clean up dashes (`--') vs. @minus{} vs. `---'.
3007
3008 * ffe.texi: Add copyright header.
3009
3010 * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
3011 Remove support for -fugly option.
3012 Clarify that -fugly-logint is needed instead of -fugly
3013 to work around using .EQ./.NE. on LOGICAL operands.
3014 Explain more about why -fugly-logint is bad juju.
3015
3016 * g77.texi (Missing Features): Describe READONLY as a missing
3017 feature. Describe AUTOMATIC better.
3018
3019 * news.texi: Mention libf2c upgrade.
3020
3021 Sat Apr 17 14:05:53 1999 Craig Burley <craig@jcb-sc.com>
3022
3023 Make a place for front-end internals documentation:
3024 * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
3025 * ffe.texi: New file, containing docs on front-end internals.
3026 * g77.texi: New chapter for, and inclusion of, ffe.texi.
3027
3028 * g77.texi: Fix an index entry.
3029
3030 Sat Apr 17 13:53:43 1999 Craig Burley <craig@jcb-sc.com>
3031
3032 Rewrite to use block/scope structure of GBE and to ensure
3033 variables (especially those going on stack/reg) are declared
3034 before executable code generated:
3035 * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
3036 Support new hooks.
3037 * bld.h (ffebld_item_hook, ffebld_item_set_hook,
3038 ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
3039 * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
3040 ffebld_rank, ffebld_where): New convenience macros (used
3041 by rest of this patch).
3042 * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
3043 ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
3044 handling mechanism.
3045 * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
3046 ffecom_call_gfrt): Support passing hooks for temp-var info.
3047 (ffecom_expr_power_integer_): Takes opPOWER expression, instead
3048 of its left and right operands, so it can get at the hook.
3049 (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
3050 ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
3051 ffecom_prepare_expr_w, ffecom_prepare_return_expr,
3052 ffecom_prepare_ptr_to_expr): New functions supporting expression
3053 pre-scanning.
3054 (bison_rule_compstmt_): Return the tree, as in the CFE.
3055 (delete_block): New function, from CFE.
3056 (kept_level_p): New function, from CFE, modified.
3057 (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
3058 replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
3059 and they do real work.
3060 (struct binding_level): Add prep_state member. Initialize to 0.
3061 (ffecom_get_invented_identifier): Now takes either or both a
3062 string and an integer, using -1 to denote no integer.
3063 (ffecom_do_entry_): Disallow temp-var generation via expressions
3064 in body of function, since the exprs aren't prescanned.
3065 (ffecom_expr_rw): Now takes destination tree.
3066 (ffecom_expr_w): New function, now used in some places
3067 ffecom_expr_rw had been used.
3068 (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
3069 of source file, to avoid annoying problems editing com.c using
3070 Emacs C-mode.
3071 (ffecom_expr_power_integer_): Make a temp var for division, if
3072 necessary.
3073 Handle expanded statement expression as does CFE.
3074 (ffecom_start_progunit_): Disallow temp-var generation in body
3075 of function, since expressions are not prescanned at this level.
3076 (ffecom_sym_transform_): Transform ASSIGN variables as well,
3077 so these are all transformed up front, before code-generation
3078 begins.
3079 (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
3080 ffecom_ptr_to_const_expr): New functions to transform expressions
3081 only if the results will surely be constants.
3082 (ffecom_arg_ptr_to_expr): Precompute size, for convenience
3083 obtaining temp vars.
3084 (ffecom_expand_let_stmt): Guess at usability of destination
3085 pre-expansion, to provide better prescan preparation (fewer
3086 spurious temp vars).
3087 (ffecom_init_0): Disallow temp-var generation in global scope.
3088 (ffecom_type_expr): New function, returns just the type tree
3089 for the expression.
3090 (start_function): Disallow temp-var generation in parm scope.
3091 (incomplete_type_error): Fix introductory comment.
3092 (poplevel): Update (somewhat) from CFE.
3093 (pushlevel): Update (somewhat) from CFE.
3094 * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
3095 * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
3096 ffestd_R806): Remember and pass through the ffestw block info
3097 for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
3098 * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
3099 (ffeste_io_inlist_): Add prototype.
3100 (ffeste_f2c_*): Macros rewritten, new ones added.
3101 (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
3102 ffeste_end_stmt_): New macros/functions, depending on whether
3103 checking is enabled, to keep track of symmetry of other ste.c code.
3104 (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
3105 ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
3106 ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
3107 ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
3108 ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
3109 ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
3110 ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
3111 ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
3112 ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
3113 ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
3114 ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
3115 ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
3116 all pertinent expressions, update to new com.c interface, etc.
3117 (ffeste_io_impdo_): Relocate.
3118 (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
3119 bother calling clear_momentary, nothing was generated.
3120 (ffeste_R842, ffeste_R843): Update to new com.c interface.
3121 (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
3122 (ffeste_terminate_2): When checking enabled, make sure all blocks
3123 and statements have been ended.
3124 * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
3125 These now take ffestw block argument.
3126 (ffeste_terminate_2): When checking enabled, it's a function, not
3127 a macro.
3128 * stw.h (struct _ffestw_): New variable for IFTHEN.
3129 (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
3130 accessor macros.
3131 * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
3132
3133 * com.c: Clean up commentary per GNU coding standards.
3134
3135 * bld.h (ffebld_size, ffebld_size_known): Canonize.
3136
3137 * version.c: Bump version.
3138
3139 Sun Apr 11 21:33:33 1999 Mumit Khan <khan@xraylith.wisc.edu>
3140
3141 * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
3142 null to decide whether to use it.
3143
3144 Wed Apr 7 09:47:09 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3145
3146 * ansify.c (die): Specify void argument.
3147
3148 * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
3149 argument_info_ptr, argument_info_string, argument_name_ptr,
3150 argument_name_string, elaborate_if_complex,
3151 elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
3152 Const-ify a char*.
3153 (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
3154 (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
3155 _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
3156
3157 Mon Apr 5 11:57:54 1999 Donn Terry (donn@interix.com)
3158
3159 * Make-lang.in (HOST_CFLAGS): compute dynamically.
3160
3161 Mon Apr 5 02:11:23 1999 Craig Burley <craig@jcb-sc.com>
3162
3163 Fix bugs exposed by configuring with --enable-checking:
3164 * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
3165 ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
3166 pop_f_function_context, store_parm_decls, poplevel): Handle
3167 error_mark_node properly.
3168 * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
3169 * version.c: Bump version.
3170
3171 Sat Apr 3 23:57:56 1999 Craig Burley <craig@jcb-sc.com>
3172
3173 * g77.texi: Fix up docs for -fset-g77-defaults, and
3174 describe how internal consistency checking now happens.
3175 (Should have been done for EGCS version 1.1.)
3176
3177 Sat Apr 3 23:29:33 1999 Craig Burley <craig@jcb-sc.com>
3178
3179 * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
3180 Make -fno-emulate-complex the default, as COMPLEX support
3181 in the back end is now believed to be working.
3182
3183 * version.c: Bump version.
3184
3185 Fri Apr 2 13:33:16 1999 Craig Burley <craig@jcb-sc.com>
3186
3187 * g77.texi: -malign-double now works.
3188 Give URL for alignment-testing package.
3189 * news.texi: -malign-double now works.
3190
3191 Fri Apr 2 12:49:12 1999 Craig Burley <craig@jcb-sc.com>
3192
3193 * g77.texi (Funding GNU Fortran): Dude's got a web page.
3194 * root.texi: Ditto.
3195
3196 Tue Mar 30 12:04:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3197
3198 * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
3199 Const-ify a char*.
3200
3201 * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
3202 Likewise.
3203
3204 * stb.c (ffestb_local_u_): Likewise.
3205 (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
3206 ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
3207 ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
3208 ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
3209 ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
3210 ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
3211 ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
3212 ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
3213 ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
3214 ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
3215 ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
3216 ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
3217 ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
3218 ffestb_decl_R539): Likewise.
3219
3220 * stb.h (_ffestb_args_): Likewise.
3221
3222 * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
3223 ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
3224
3225 * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
3226 ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
3227 ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
3228 ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
3229 ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
3230
3231 * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
3232
3233 * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
3234 ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
3235
3236 * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
3237 ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
3238
3239 * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
3240 ffestt_tokenlist_drive): Add prototype arguments.
3241
3242 * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
3243 ffestt_tokenlist_drive): Likewise.
3244
3245 * stu.c (ffestu_dummies_transition_): Likewise.
3246 (ffestu_sym_end_transition): Const-ify a char*.
3247
3248 * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
3249 prototype arguments.
3250
3251 * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
3252
3253 * version.c (ffe_version_string): Const-ify a char*.
3254
3255 * version.h (ffe_version_string): Likewise.
3256
3257 Sat Mar 27 13:00:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3258
3259 * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
3260 ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
3261 ffebad_finish): Const-ify a char*.
3262
3263 * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
3264
3265 * bld.h (ffebld_op_string): Likewise.
3266
3267 * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
3268 ffecom_debug_kludge_, ffecom_f2c_make_type_,
3269 ffecom_get_appended_identifier_, ffecom_get_identifier_,
3270 ffecom_gfrt_args_): Likewise.
3271 (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
3272 (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
3273 ffecom_arglist_expr_, ffecom_build_f2c_string_,
3274 ffecom_debug_kludge_, ffecom_f2c_make_type_,
3275 ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
3276 ffecom_get_identifier_, ffecom_decl_field,
3277 ffecom_get_invented_identifier, lang_print_error_function,
3278 skip_redundant_dir_prefix, read_name_map, print_containing_files):
3279 Const-ify a char*.
3280 (savestring): Remove, use `xstrdup' instead.
3281
3282 * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
3283 Const-ify a char*.
3284
3285 * data.c (ffebld, ffedata_gather_): Make explicitly static.
3286
3287 * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
3288 ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
3289 ffeexpr_nil_number_, ffeexpr_nil_number_period_,
3290 ffeexpr_nil_number_real_, ffeexpr_token_real_,
3291 ffeexpr_token_number_, ffeexpr_token_number_period_,
3292 ffeexpr_token_number_real_): Const-ify a char*.
3293
3294 * fini.c (xspaces): Likewise.
3295
3296 * global.c (ffeglobal_type_string_): Likewise.
3297 (ffeglobal_drive): Protoize.
3298 (ffeglobal_proc_def_arg): Const-ify a char*.
3299
3300 * global.h (ffeglobal_drive): Protoize.
3301 (ffeglobal_proc_def_arg): Const-ify a char*.
3302
3303 * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
3304 Likewise.
3305
3306 * implic.h (ffeimplic_peek_symbol_type): Likewise.
3307
3308 * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
3309 ffeinfo_kind_string_, ffeinfo_kindtype_string_,
3310 ffeinfo_where_string_, ffeinfo_basictype_string,
3311 ffeinfo_kind_message, ffeinfo_kind_string,
3312 ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
3313
3314 * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
3315 ffeinfo_kind_string, ffeinfo_kindtype_string,
3316 ffeinfo_where_string): Likewise.
3317
3318 * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
3319 _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
3320 ffeintrin_fulfill_specific, ffeintrin_init_0,
3321 ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
3322 ffeintrin_name_generic, ffeintrin_name_implementation,
3323 ffeintrin_name_specific): Likewise.
3324
3325 * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
3326 ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
3327
3328 * lex.c (ffelex_type_string_, ffelex_token_new_character,
3329 ffelex_token_new_name, ffelex_token_new_names,
3330 ffelex_token_new_number): Likewise.
3331
3332 * lex.h (ffelex_token_new_character, ffelex_token_new_name,
3333 ffelex_token_new_names, ffelex_token_new_number): Likewise.
3334
3335 * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
3336 malloc_new_zinpool_): Likewise.
3337
3338 * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
3339 malloc_pool_new): Likewise.
3340
3341 * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
3342 Protoize.
3343
3344 * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
3345 Likewise.
3346
3347 * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
3348 ffesymbol_attrs_string): Const-ify a char*.
3349 (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
3350 (ffesymbol_state_string): Const-ify a char*.
3351
3352 * symbol.h (ffesymbol_attrs_string): Likewise.
3353 (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
3354 (ffesymbol_state_string): Const-ify a char*.
3355
3356 * target.c (ffetarget_layout): Likewise.
3357
3358 * target.h (ffetarget_layout): Likewise.
3359
3360 1999-03-25 Zack Weinberg <zack@rabi.columbia.edu>
3361
3362 * Make-lang.in: Remove all references to g77.o/g77.c.
3363 Link g77 from gcc.o.
3364
3365 1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
3366
3367 * Makefile.in (g77$(exeext)): Depend on intl.o. Link in intl.o.
3368
3369 Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com>
3370
3371 * news.texi: Editorial fix.
3372
3373 Mon Mar 15 17:12:07 1999 Craig Burley <craig@jcb-sc.com>
3374
3375 * bugs.texi, g77.texi, news.texi: Editorial fixes.
3376
3377 Sat Mar 13 17:51:55 1999 Craig Burley <craig@jcb-sc.com>
3378
3379 Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
3380 * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
3381 * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
3382 by convertor, just return original expr.
3383 * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
3384 conversions that aren't yet working properly.
3385 * news.texi: Explain.
3386
3387 * version.c: Bump version.
3388
3389 Sat Mar 13 14:26:55 1999 Craig Burley <craig@jcb-sc.com>
3390
3391 * RELEASE-PREP: New file, lists things to do for a release.
3392
3393 * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
3394 install0.texi, news.texi, news0.texi: Accommodate new doc
3395 architecture.
3396 Consolidate news items. Don't describe old news items in
3397 various generated docs.
3398 Don't describe FSF-g77 installation stuff in various EGCS-g77
3399 generated docs.
3400 Move description of AUTOMATIC to more suitable location.
3401 * root.texi: New file for new doc architecture.
3402
3403 Thu Mar 11 17:32:55 1999 Craig Burley <craig@jcb-sc.com>
3404
3405 * g77.texi: Add AUTOMATIC to list of unsupported extensions.
3406
3407 Sat Mar 6 02:28:35 1999 Craig Burley <craig@jcb-sc.com>
3408
3409 Warn about non-Y2K-compliant intrinsics:
3410 * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
3411 * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
3412 Use new DEFIMPY macro to flag these as non-Y2K-compliant.
3413 * intdoc.c (DEFIMPY): Support new Y2K macro.
3414 * intrin.h (DEFIMPY): Ditto.
3415 * intrin.c (DEFIMPY): Ditto.
3416 (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
3417 Warn about invocation of non-Y2K-compliant intrinsic.
3418 * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
3419 Rename external procedure names, to keep previously-
3420 compiled (sans-new-warnings) code from linking to
3421 new library.
3422 * g77.texi: Document all this stuff.
3423 * news.texi: Spread the joy.
3424 * version.c: Bump version.
3425
3426 Fri Mar 5 13:22:44 1999 Craig Burley <craig@jcb-sc.com>
3427
3428 * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
3429 so describe it there, instead of under 1.2.
3430
3431 Wed Mar 3 00:57:56 1999 Craig Burley <craig@jcb-sc.com>
3432
3433 * news.texi: IDATE (VXT) fixed to return year as 0..99.
3434
3435 Wed Mar 3 00:43:49 1999 Craig Burley <craig@jcb-sc.com>
3436
3437 * g77.texi: Add remaining changes pending from Dave Love.
3438
3439 Wed Mar 3 00:38:42 1999 Craig Burley <craig@jcb-sc.com>
3440
3441 * bugs.texi, news.texi: Conditionalize cross-references
3442 on non-html processing, providing temporary HTML "links".
3443
3444 * g77.texi: Fix up a reference.
3445
3446 Wed Mar 3 00:12:31 1999 Craig Burley <craig@jcb-sc.com>
3447
3448 * news.texi, bugs.texi: Delete fixed bugs, make one
3449 of them into the appropriate news item.
3450
3451 Wed Mar 3 00:05:52 1999 Craig Burley <craig@jcb-sc.com>
3452
3453 * news.texi: Copy over 1.1.2 news.
3454
3455 1999-03-02 Craig Burley <craig@jcb-sc.com>
3456
3457 * g77.texi (Bug Reporting): Clarify whether to use -E.
3458 Clarify other instructions.
3459
3460 1999-02-27 Craig Burley <craig@jcb-sc.com>
3461
3462 * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
3463
3464 1999-02-26 Craig Burley <craig@jcb-sc.com>
3465
3466 * intdoc.in (STAT_func, STAT_subr,
3467 FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
3468 Properly order array elements. Specify N/A return values.
3469
3470 1999-02-26 Craig Burley <craig@jcb-sc.com>
3471
3472 * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
3473 seconds, and VALUES(8), therefore, milliseconds.
3474
3475 1999-02-26 Craig Burley <craig@jcb-sc.com>
3476
3477 * news.texi: Clarify IOSTAT= fix.
3478
3479 1999-02-25 Richard Henderson <rth@cygnus.com>
3480
3481 * lang-specs.h: Define __FAST_MATH__ when appropriate.
3482
3483 1999-02-25 Craig Burley <craig@jcb-sc.com>
3484
3485 * g77.texi: Clarify/index lack of run-time allocation for
3486 concatenation.
3487
3488 1999-02-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3489
3490 * f/intdoc.in: Add missing `,' after cross references.
3491
3492 1999-02-20 Craig Burley <craig@jcb-sc.com>
3493
3494 * Make-lang.in (f77.install-common, f77.install-info,
3495 f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
3496 instead of `lang-f77' for flag file, to be sure of a
3497 writable directory, and remove the flag file after each
3498 operation to keep things clean.
3499
3500 1999-02-20 Craig Burley <craig@jcb-sc.com>
3501
3502 * g77.texi: Properly attribute Priest document; clarify
3503 that it is in the .ps version of the Goldberg document.
3504
3505 1999-02-19 Craig Burley <craig@jcb-sc.com>
3506
3507 * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
3508 news0.texi, news.texi: Update copyright dates.
3509 Clarify which files are source, which are derived,
3510 and remind maintainers where copyright dates are sourced.
3511 * BUGS, INSTALL, NEWS: Regenerated.
3512
3513 1999-02-19 Craig Burley <craig@jcb-sc.com>
3514
3515 * global.c (ffeglobal_ref_progunit_): Warn about a function
3516 definition that disagrees with the type of a previous reference.
3517 Improve commentary. Fix a couple of minor bugs. Clean up
3518 some code.
3519 * news.texi: Spread the joy.
3520
3521 1999-02-18 Craig Burley <craig@jcb-sc.com>
3522
3523 * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
3524 as argument for FILEINT and FILEASSOC as lhs.
3525 * news.texi: Document fix.
3526 * version.c: Bump.
3527
3528 1999-02-18 Craig Burley <craig@jcb-sc.com>
3529
3530 * g77.texi: Clarify -fno-globals vs. -Wno-globals.
3531
3532 1999-02-18 Craig Burley <craig@jcb-sc.com>
3533
3534 * intdoc.in (LOG10): Fix typo.
3535
3536 1999-02-17 Ulrich Drepper <drepper@cygnus.com>
3537
3538 * intdoc.in: Fix typo.
3539
3540 1999-02-17 Craig Burley <craig@jcb-sc.com>
3541
3542 * g77.texi, intdoc.in: Document Y2K and some other known
3543 limitations.
3544 * intrin.def (DTIME, FDATE): Fix capitalization of
3545 case-sensitive forms of these intrinsics' names.
3546
3547 1999-02-17 Dave Love <fx@gnu.org>
3548
3549 * intdoc.in: Say `common' logarithm for log10.
3550
3551 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
3552
3553 * g77.texi: Add missing @ in email addresses.
3554
3555 1999-02-15 Craig Burley <craig@jcb-sc.com>
3556
3557 * *.*: Delete my (old) email address in most places, change it
3558 in a few.
3559
3560 1999-02-14 Craig Burley <craig@jcb-sc.com>
3561
3562 * version.c: Bump.
3563
3564 1999-02-14 Craig Burley <craig@jcb-sc.com>
3565
3566 * version.c: Bump for 1998-10-02 change (forgot to do this
3567 before).
3568
3569 1999-02-14 Craig Burley <craig@jcb-sc.com>
3570
3571 * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
3572 and `.FPP' as well as `.for' and `.fpp'.
3573
3574 1999-02-14 Craig Burley <craig@jcb-sc.com>
3575
3576 * intdoc.in (LOG10): Fix description.
3577
3578 1999-02-14 Craig Burley <craig@jcb-sc.com>
3579
3580 * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
3581
3582 1999-02-14 Craig Burley <craig@jcb-sc.com>
3583
3584 * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
3585 up and improve indexing, and some other areas of docs.
3586
3587 1999-02-14 Craig Burley <craig@jcb-sc.com>
3588
3589 * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
3590 32-bit systems.
3591
3592 Sat Feb 6 18:02:17 1999 Jeffrey A Law (law@cygnus.com)
3593
3594 * g77.texi: Update email addresses.
3595
3596 Wed Feb 3 22:50:17 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
3597
3598 * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
3599 mkstemp.o from libiberty.
3600
3601 1999-02-01 Zack Weinberg <zack@rabi.columbia.edu>
3602
3603 * top.c: Don't define ffe_is_ident_. Don't process
3604 -f(no-)ident here.
3605 * top.h: Remove declaration of ffe_is_ident_ and macros
3606 ffe_is_ident() and ffe_set_is_ident().
3607 * lex.c: Use flag_no_ident instead of ffe_is_ident().
3608
3609 Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
3610
3611 * lang-specs.h: Map -Qn to -fno-ident.
3612
3613 Tue Jan 5 22:12:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3614
3615 * Make-lang.in (g77.o): Depend on prefix.h.
3616
3617 Fri Nov 27 13:10:32 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3618
3619 * fini.c: Rename variable `spaces' to `xspaces' to avoid
3620 conflicting with function `spaces' from libiberty.
3621
3622 * g77spec.c: Don't prototype libiberty functions.
3623 * malloc.c: Likewise.
3624
3625 1998-11-20 Dave Love <d.love@dl.ac.uk>
3626
3627 * g77.texi: Assorted minor changes.
3628
3629 1998-11-19 Dave Love <d.love@dl.ac.uk>
3630
3631 * bugs.texi: Formatting changes from Craig.
3632
3633 * intdoc.in: Terminate some @xrefs with `,'.
3634
3635 1998-11-19 Manfred Hollstein <manfred@s-direktnet.de>
3636
3637 * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
3638
3639 Mon Nov 9 23:15:39 1998 Jeffrey A Law (law@cygnus.com)
3640
3641 * g77.texi, news.texi: Updates from Craig.
3642
3643 Sun Nov 8 17:47:56 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3644
3645 * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
3646
3647 Sat Nov 7 15:58:54 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3648
3649 * g77spec.c: Don't include gansidecl.h.
3650 * output.j: Likewise.
3651
3652 1998-11-04 Dave Love <d.love@dl.ac.uk>
3653
3654 * g77.texi: Small formatting/indexing fixes.
3655
3656 Mon Oct 12 20:41:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3657
3658 * bad.c (ffebad_finish): Change type of variable `c' to unsigned
3659 char, change type of variable `s' to unsigned char *.
3660
3661 * com.c (ffecom_symbol_null_): Add missing initializers.
3662
3663 * fini.c (MAXNAMELEN): Undef it before defining.
3664
3665 * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
3666 unsigned char.
3667
3668 * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
3669 to (unsigned char).
3670
3671 * lex.c (ffelex_splice_tokens): Change type of variable `p' to
3672 unsigned char *.
3673 (ffelex_token_name_from_names): Cast the argument of
3674 `ffelex_is_firstnamechar' to (unsigned char).
3675 (ffelex_token_names_from_names): Likewise.
3676 (ffelex_token_new_name): Likewise.
3677 (ffelex_token_new_names): Likewise.
3678
3679 * malloc.c (malloc_root_): Add missing initializer.
3680
3681 * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
3682 (ffestb_else) Likewise.
3683 (ffestb_else3_) Likewise.
3684 (ffestb_endxyz) Likewise.
3685 (ffestb_goto) Likewise.
3686 (ffestb_let) Likewise.
3687 (ffestb_varlist) Likewise.
3688 (ffestb_R522) Likewise.
3689 (ffestb_R528) Likewise.
3690 (ffestb_R834) Likewise.
3691 (ffestb_R835) Likewise.
3692 (ffestb_R838) Likewise.
3693 (ffestb_R1102) Likewise.
3694 (ffestb_blockdata) Likewise.
3695 (ffestb_R1212) Likewise.
3696 (ffestb_R810) Likewise.
3697 (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
3698 to (unsigned char).
3699 (ffestb_V014): Change type of variable `p' to unsigned char *.
3700 (ffestb_dummy) Likewise.
3701 (ffestb_R524) Likewise.
3702 (ffestb_R547) Likewise.
3703 (ffestb_decl_chartype) Likewise.
3704 (ffestb_decl_dbltype) Likewise.
3705 (ffestb_decl_gentype) Likewise.
3706 (ffestb_decl_entsp_2_) Likewise.
3707 (ffestb_V027) Likewise.
3708 (ffestb_decl_R539) Likewise.
3709
3710 * top.c (ffe_decode_option): Mark parameter `argc' with
3711 ATTRIBUTE_UNUSED.
3712
3713 * where.c (ffewhere_unknown_line_): Add missing initializers.
3714
3715 1998-10-02 Dave Love <d.love@dl.ac.uk>
3716
3717 * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
3718
3719 Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
3720
3721 * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
3722 HANDLE_GENERIC_PRAGMAS.
3723
3724 Mon Sep 28 04:22:00 1998 Jeffrey A Law (law@cygnus.com)
3725
3726 * news.texi: Update from Craig.
3727
3728 1998-09-23 Dave Love <d.love@dl.ac.uk>
3729
3730 * g77.texi: Additions about `/*', trailing comments and cpp.
3731
3732 1998-09-18 Dave Love <d.love@dl.ac.uk>
3733
3734 * g77.texi: Various additions and some small fixes.
3735
3736 Thu Sep 10 14:55:44 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
3737
3738 * Make-lang.in (f77.install-common): Add missing "else true;".
3739
3740 1998-09-07 Dave Love <d.love@dl.ac.uk>
3741
3742 * ChangeLog.egcs: Deleted. Entries merged here.
3743
3744 1998-09-05 Dave Love <d.love@dl.ac.uk>
3745
3746 * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
3747 (F771_LDFLAGS): Variable dispensed with.
3748
3749 Fri Sep 4 19:53:34 1998 Craig Burley <burley@gnu.org>
3750
3751 * intdoc.in: Minor editorial tweaks.
3752
3753 Fri Sep 4 18:35:52 1998 Craig Burley <burley@gnu.org>
3754
3755 * lang-options.h: Convert to wrap option and doc string
3756 in a new macro invocation, FTNOPT, so the nearly identical
3757 list can be used in FSF-g77.
3758
3759 Fri Sep 4 18:35:52 1998 Craig Burley <burley@gnu.org>
3760
3761 * Makefile.in (fini.o): Don't define USE_HCONFIG here.
3762 * fini.c: Define USE_HCONFIG here instead, so deps-kinda
3763 picks up correct dependency.
3764
3765 * Makefile.in (proj-h.o): Fix dependencies list.
3766
3767 Wed Sep 02 09:25:29 1998 Nick Clifton <nickc@cygnus.com>
3768
3769 * lex.c (ffe_lex_hash): Change how HANDLE_PRAGMA and
3770 HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
3771 enabled in this code.
3772 Generate warning messages if unknown pragmas are encountered.
3773 (pragma_getc): New function: retrieves characters from the
3774 input stream. Defined when HANDLE_PRAGMA is defined.
3775 (pragma_ungetc): New function: replaces characters back into the
3776 input stream. Defined when HANDLE_PRAGMA is defined.
3777
3778 Tue Sep 1 10:00:21 1998 Craig Burley <burley@gnu.org>
3779
3780 * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
3781 from Craig.
3782
3783 1998-08-23 Dave Love <d.love@dl.ac.uk>
3784
3785 * g77.texi: Increment `version-g77' and fix a few typos.
3786
3787 Tue Aug 18 21:41:31 1998 Jeffrey A Law (law@cygnus.com)
3788
3789 * Make-lang.in: Add several "else true" clauses to deal with lame
3790 systems.
3791
3792 Tue Aug 11 08:12:14 1998 H.J. Lu (hjl@gnu.org)
3793
3794 * Make-lang.in (g77.o): Touch lang-f77 before checking it.
3795
3796 1998-08-09 Dave Love <d.love@dl.ac.uk>
3797
3798 * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
3799 with explicit use of tex.
3800 (f77.mostlyclean): Remove TeX index files.
3801
3802 * g77install.texi (Prerequisites): Kluge round TeX lossage with
3803 hyphen in @value in @code.
3804
3805 Tue Aug 4 16:59:39 1998 Craig Burley <burley@gnu.org>
3806
3807 * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
3808 Allow conversion from pointer to same-sized integer,
3809 to fix invoking SIGNAL as a function.
3810
3811 1998-07-26 Dave Love <d.love@dl.ac.uk>
3812
3813 * BUGS, INSTALL, NEWS: Rebuilt.
3814
3815 Sat Jul 25 17:23:55 1998 Craig Burley <burley@gnu.org>
3816
3817 Fix 980615-0.f:
3818 * stc.c (ffestc_R1229_start): Set info to ANY as well.
3819
3820 Tue Jul 21 04:33:37 1998 Craig Burley <burley@gnu.org>
3821
3822 * g77spec.c (lang_specific_driver): Return unmolested
3823 command line when --help seen.
3824 Comment out code that printed g77-specific --help info.
3825
3826 Sat Jul 18 19:16:48 1998 Craig Burley <burley@gnu.org>
3827
3828 * lang-options.h: Fix up doc strings.
3829 Remove the unimplemented -fdcp-intrinsics-* options.
3830
3831 * str-1t.fin: Change mixed-case spelling of `GoTo' from
3832 `Goto'.
3833
3834 Thu Jul 16 13:26:36 1998 Craig Burley <burley@gnu.org>
3835
3836 * com.c (ffecom_finish_symbol_transform_): Revert change
3837 of 1998-05-23, as it was too aggressive, in that it
3838 prevented transformation of (used) functions before
3839 primary code generation.
3840
3841 1998-07-15 Dave Love <d.love@dl.ac.uk>
3842
3843 * intdoc.texi: Regenerated.
3844
3845 Mon Jul 13 18:45:06 1998 Craig Burley <burley@gnu.org>
3846
3847 * Make-lang.in (f77.rebuilt): Fix to depend on
3848 build-dir-based, not source-based, g77.info.
3849
3850 * g77.texi: Merge docs with 0.5.24.
3851 * g77install.texi: Ditto.
3852
3853 Mon Jul 13 18:02:29 1998 Craig Burley <burley@gnu.org>
3854
3855 Cleanups vis-a-vis g77-0.5.24:
3856 * g77spec.c (lang_specific_driver): Tabify source.
3857 * top.c (ffe_decode_option): Use fixed macro to set
3858 internal-checking flag.
3859 * top.h (ffe_set_is_do_internal_checks): Fix macro.
3860
3861 Mon Jul 13 17:33:44 1998 Craig Burley <burley@gnu.org>
3862
3863 Cleanups vis-a-vis system.h cutover and g77-0.5.24:
3864 * Makefile.in (fini.o): Define USE_HCONFIG macro
3865 so source code doesn't have to.
3866 * fini.c: Don't define USE_HCONFIG here, since
3867 source code usually shouldn't care about this.
3868 * ansify.c: Include stddef.h only if we have it.
3869 * intdoc.c: Ditto.
3870 * proj.h: Ditto.
3871
3872 Mon Jul 13 17:30:29 1998 Nick Clifton <nickc@cygnus.com>
3873
3874 * lang-options.h: Format changed to work with --help support added
3875 to gcc/toplev.c
3876
3877 Mon Jul 13 11:54:03 1998 Craig Burley <burley@gnu.org>
3878
3879 * com.c (ffecom_push_tempvar): Replace kludge that
3880 munged back-end globals directly with proper calls
3881 to push_topmost_sequence and pop_topmost_sequence.
3882
3883 1998-07-12 Dave Love <d.love@dl.ac.uk>
3884
3885 * version.c: Bump version.
3886
3887 Sat Jul 11 19:24:32 1998 Craig Burley <burley@gnu.org>
3888
3889 Fix 980616-0.f:
3890 * equiv.c (ffeequiv_offset_): Don't crash on various
3891 possible ANY operands.
3892
3893 Sat Jul 11 18:24:37 1998 Craig Burley <burley@gnu.org>
3894
3895 * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
3896 for constant is nonzero.
3897
3898 * com.c (__eprintf): Delete this function, it is obsolete.
3899
3900 1998-07-09 Dave Love <d.love@dl.ac.uk>
3901
3902 * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
3903
3904 Thu Jul 9 00:45:59 1998 Craig Burley <burley@gnu.org>
3905
3906 Fix debugging of CHARACTER*(*), etc., which requires
3907 emitting debug info on types like `ftnlen':
3908 * com.c (ffecom_start_progunit_): Don't bother
3909 resetting "invented" flag for identifier.
3910 (ffecom_transform_equiv_): Don't bother zeroing
3911 "ignored" flag for decl.
3912 (pushdecl): No longer set "ignored", "used", or
3913 "suppressed debug" flags for decls having "invented"
3914 identifiers.
3915
3916 1998-07-06 Mike Stump <mrs@wrs.com>
3917
3918 * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
3919 we can move g77.c.
3920
3921 1998-07-06 Dave Love <d.love@dl.ac.uk>
3922
3923 * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
3924 -lsocket.
3925
3926 1998-07-05 Dave Love <d.love@dl.ac.uk>
3927
3928 * intdoc.in: Add entry for DATE_AND_TIME.
3929
3930 * intrin.def: Add implementation for DATE_AND_TIME. Make second
3931 and third args of SYSTEM_CLOCK optional.
3932
3933 * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
3934
3935 * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
3936 not system_clock_.
3937 (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
3938
3939 Wed Jul 1 11:19:13 1998 Craig Burley <burley@gnu.org>
3940
3941 Fix 980701-1.f (which was producing "unaligned trap"
3942 on an Alpha running GNU/Linux, as predicted):
3943 * equiv.c (ffeequiv_layout_local_): Don't bother
3944 coping with pre-padding of entire area while building
3945 it; do that instead after the building is done, and
3946 do it by modifying only the modulo field. This covers
3947 the case of alignment stringency being increased without
3948 lowering the starting offset, unlike the previous changes,
3949 and even more elegantly than those.
3950
3951 * target.c (ffetarget_align): Make sure alignments
3952 are nonzero, just in case.
3953
3954 See ChangeLog.0 for earlier changes.
3955
3956 Local Variables:
3957 add-log-time-format: current-time-string
3958 End:
3959 2003-01-01 Andreas Jaeger <aj@suse.de>
3960
3961 * f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
3962 gcc-common.texi.
3963 ($(srcdir)/f/NEWS): Likewise.
3964
3965 2002-12-28 Joseph S. Myers <jsm@polyomino.org.uk>
3966
3967 * g77.texi: Use @copying.
3968
3969 2002-12-23 Joseph S. Myers <jsm@polyomino.org.uk>
3970
3971 * root.texi: Include gcc-common.texi.
3972 * bugs.texi, news.texi: Don't include root.texi as part of full
3973 manual.
3974 * g77.texi: Update for use of gcc-common.texi.
3975 * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Depend on
3976 $(srcdir)/doc/include/gcc-common.texi.
3977
3978 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
3979
3980 * intdoc.in: Fix typos.
3981
3982 2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
3983
3984 * g77.texi: Fix typos.
3985 * intdoc.texi: Likewise.
3986 * news.texi: Follow spelling conventions.
3987
3988 Mon Dec 16 13:53:18 2002 Mark Mitchell <mark@codesourcery.com>
3989
3990 * root.texi: Change version number to 3.4.
3991
3992 2002-12-15 Zack Weinberg <zack@codesourcery.com>
3993
3994 * target.h: Don't define HOST_WIDE_INT.
3995
3996 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3997
3998 * Make-lang.in, ansify.c, intdoc.c, proj.h: Replace hconfig.h with
3999 bconfig.h.
4000 * fini.c, proj.h: Replace USE_HCONFIG with USE_BCONFIG
4001
4002 2002-11-30 Zack Weinberg <zack@codesourcery.com>
4003
4004 * proj.h, ansify.c, g77spec.c, intdoc.c:
4005 Include coretypes.h and tm.h.
4006 * Make-lang.in: Update dependencies.
4007
4008 2002-11-20 Toon Moene <toon@moene.indiv.nluug.nl>
4009
4010 * invoke.texi: Explain the purpose of -fmove-all-movables,
4011 -freduce-all-givs and -frerun-loop-opts better.
4012
4013 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
4014
4015 * Make-lang.in: Correct BUILD/HOST confusion.
4016
4017 2002-11-19 Toon Moene <toon@moene.indiv.nluug.nl>
4018
4019 PR fortran/8587
4020 * news.texi: Show PR fortran/8587 fixed.
4021
4022 2002-11-19 Jason Thorpe <thorpej@wasabisystems.com>
4023
4024 * g77spec.c (lang_specific_spec_functions): New.
4025
4026 2002-11-02 Toon Moene <toon@moene.indiv.nluug.nl>
4027
4028 * g77.texi: Correct documentation on generating C++ prototypes
4029 of Fortran routines with f2c.
4030 * news.texi: Document fixes in GCC-3.3, 3.2 and 3.1.
4031
4032 2002-10-30 Roger Sayle <roger@eyesopen.com>
4033
4034 * com.c (ffecom_subscript_check_): Cast the failure branch
4035 of the bounds check COND_EXPR to void, to indicate noreturn.
4036 (ffe_truthvalue_conversion): Only apply truth value conversion
4037 to the non-void branches of a COND_EXPR.
4038
4039 2002-10-26 Andris Pavenis <pavenis@latnet.lv>
4040
4041 * lang-specs.h: Fix ratfor specs.
4042
4043 2002-10-15 Richard Henderson <rth@redhat.com>
4044
4045 * target.h (ffetarget_print_real1, ffetarget_print_real2): Use
4046 real_to_decimal directly, and with the new arguments.
4047
4048 2002-09-23 Zack Weinberg <zack@codesourcery.com>
4049
4050 * Make-lang.in (g77spec.o): Don't depend on f/version.h.
4051 (f/parse.o): Depend on version.h not f/version.h.
4052 (g77version.o, f/version.o): Delete all references.
4053
4054 * com.c (ffecom_init_0): Fix transposed array indices in bsearch test.
4055 * g77spec.c: Don't include f/version.h or refer to ffe_version_string.
4056 * parse.c: Use version_string, not ffe_version_string.
4057 * version.c, version.h: Delete files.
4058
4059 2002-09-23 Kazu Hirata <kazu@cs.umass.edu>
4060
4061 * ChangeLog: Follow spelling conventions.
4062 * ChangeLog.0: Likewise.
4063 * com.c: Likewise.
4064 * ffe.texi: Likewise.
4065 * g77.texi: Likewise.
4066 * intdoc.in: Likewise.
4067 * invoke.texi: Likewise.
4068 * news.texi: Likewise.
4069 * intdoc.texi: Regenerate.
4070
4071 2002-09-16 Geoffrey Keating <geoffk@apple.com>
4072
4073 * com.c (union lang_tree_node): Add chain_next option.
4074
4075 2002-09-16 Richard Henderson <rth@redhat.com>
4076
4077 * target.c (ffetarget_real1): Don't pass FFETARGET_ATOF_
4078 directly to ffetarget_make_real1.
4079 (ffetarget_real2): Similarly.
4080 * target.h (ffetarget_cvt_r1_to_rv_, ffetarget_cvt_rv_to_r2_,
4081 ffetarget_cvt_r2_to_rv_): Use new real.h interface and simplify.
4082
4083 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
4084
4085 * intdoc.texi: Regenerate.
4086
4087 2002-09-15 Kazu Hirata <kazu@cs.umass.edu>
4088
4089 * ChangeLog: Follow spelling conventions.
4090 * intdoc.in: Likewise.
4091
4092 2002-09-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4093
4094 Fix PR web/7596:
4095 * ffe.texi (Front End): Fix broken links.
4096 * bugs.texi (Known Bugs): Refer to gcc.gnu.org instead of
4097 www.gnu.org for onlinedocs.
4098 * news.texi (News): Ditto.
4099
4100 2002-09-07 Jan Hubicka <jh@suse.cz>
4101
4102 * com.c (ffe_type_for_mode): Handle long double.
4103
4104 2002-09-04 Richard Henderson <rth@redhat.com>
4105
4106 * target.h (ffetarget_print_real1, ffetarget_print_real2): Update
4107 call to REAL_VALUE_TO_DECIMAL.
4108
4109 2002-08-31 Toon Moene <toon@moene.indiv.nluug.nl>
4110
4111 * com.c: Don't set flag_finite_math_only by default.
4112 * invoke.texi: Reverse the documentation of option
4113 -ffinite-math-only to reflect the new default.
4114
4115 2002-08-30 Hans-Peter Nilsson <hp@bitrange.com>
4116
4117 * target.c (ffetarget_memcpy_): Don't test nonexistent
4118 HOST_BYTES_BIG_ENDIAN, HOST_BITS_BIG_ENDIAN. Check
4119 HOST_WORDS_BIG_ENDIAN against both WORDS_BIG_ENDIAN and
4120 BYTES_BIG_ENDIAN.
4121
4122 2002-08-30 Alan Modra <amodra@bigpond.net.au>
4123
4124 * target.h (FFETARGET_32bit_longs): Don't define for powerpc64 or
4125 mmix.
4126
4127 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
4128
4129 * bugs.texi, news.texi: Update URLs for online news and bugs
4130 lists.
4131
4132 2002-08-22 Hans-Peter Nilsson <hp@bitrange.com>
4133
4134 * where.h (struct _ffewhere_file_): Mark GTY.
4135 (ffewhere_file_kill): Remove prototype.
4136 * where.c: Include ggc.h.
4137 (struct _ffewhere_ll_, struct _ffewhere_root_ll_): Mark GTY.
4138 (ffewhere_root_ll_): Ditto. Change type from struct
4139 _ffewhere_root_ll_ to struct _ffewhere_root_ll_*. All uses
4140 changed.
4141 (ffewhere_file_kill): Remove.
4142 (ffewhere_file_new): Use GC to allocate ffewhereFile objects.
4143 (ffewhere_file_set): Use GC to allocate ffewhereLL_ objects.
4144 (ffewhere_init_1): Use GC to allocate ffewhere_root_ll_ sentinel.
4145 Include gt-f-where.h.
4146 * lex.c (ffelex_current_wf_, ffelex_include_wherefile_): Mark GTY.
4147 Include gt-f-lex.h.
4148 * std.c (ffestd_S3P4): Don't call ffewhere_file_kill.
4149 * config-lang.in (gtfiles): Add f/where.h f/where.c and f/lex.c.
4150 * Make-lang.in (gt-f-lex.h gt-f-where.h): Add to dependents of
4151 s-gtype.
4152 (f/lex.o): Depend on gt-f-lex.h.
4153 (f/where.o): Depend on gt-f-where.h.
4154
4155 Tue Aug 20 16:49:40 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4156
4157 * where.c (ffewhere_track): Remove impossible if-then clause.
4158
4159 Thu Aug 8 10:06:14 2002 Nathan Sidwell <nathan@codesourcery.com>
4160
4161 * f/Make-lang.in (f.mostlyclean): Remove coverage files.
4162
4163 2002-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4164
4165 * g77.texi (Top): Rename Index to Keyword Index.
4166
4167 2002-08-05 Toon Moene <toon@moene.indiv.nluug.nl>
4168
4169 * invoke.texi: Improve description of
4170 -fno-finite-math-only flag.
4171
4172 Sun Aug 4 16:45:49 2002 Joseph S. Myers <jsm@polyomino.org.uk>
4173
4174 * root.texi (version-gcc): Increase to 3.3.
4175
4176 2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
4177
4178 * com.c (ffe_init_options): Set
4179 flag_finite_math_only.
4180 * invoke.texi: Document -fno-finite-math-only.
4181
4182 Mon Jul 29 22:05:35 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4183
4184 * com.c (read_name_map): Use concat in lieu of xmalloc/strcpy.
4185
4186 2002-07-25 Toon Moene <toon@moene.indiv.nluug.nl>
4187
4188 * news.texi: Document better handling of (no-)alias
4189 information of dummy arguments and induction variables
4190 on loop unrolling.
4191
4192 2002-07-01 Roger Sayle <roger@eyesopen.com>
4193
4194 * f/com.c (builtin_function): Accept additional parameter.
4195 (ffe_com_init_0): Pass an additional NULL_TREE argument to
4196 builtin_function.
4197
4198 2002-06-28 Toon Moene <toon@moene.indiv.nluug.nl>
4199
4200 * news.texi: Mention 2 Gbyte limit on 32-bit targets
4201 for arrays explicitly in news on g77-3.1.
4202
4203 Thu Jun 20 21:56:34 2002 Neil Booth <neil@daikokuya.co.uk>
4204
4205 * lang-specs.h: Use cc1 for traditional preprocessing.
4206
4207 2002-06-20 Andreas Jaeger <aj@suse.de>
4208
4209 * com.c (ffecom_prepare_expr_,ffecom_expr_power_integer_):
4210 Remove #ifdefed HAHA sections.
4211
4212 2002-06-20 Nathanael Nerode <neroden@twcny.rr.com>
4213
4214 * com.c: Remove #ifdef HOHO sections.
4215
4216 2002-06-17 Jason Thorpe <thorpej@wasabisystems.com>
4217
4218 * bit.c: Don't include glimits.h.
4219 * target.c: Likewise.
4220 * where.h: Likewise.
4221
4222 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
4223
4224 * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error.
4225
4226 2002-06-04 Gabriel Dos Reis <gdr@codesourcery.com>
4227
4228 * bad.c (ffebad_start_): Adjust call to count_error.
4229 * Make-lang.in (f/bad.o): Depend on diagnostic.h
4230 * bad.c: #include diagnostic.h
4231
4232 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
4233
4234 * Make-lang.in (f/com.o): Depend on debug.h.
4235 * com.c: Include debug.h.
4236 (LANG_HOOKS_MARK_TREE): Delete.
4237 (struct lang_identifier): Use gengtype.
4238 (union lang_tree_node): New.
4239 (struct lang_decl): New dummy definition.
4240 (struct lang_type): New dummy definition.
4241 (ffe_mark_tree): Delete.
4242
4243 * com.c (struct language_function): New dummy structure.
4244
4245 * Make-lang.in: Add rules to generate gt-f-ste.h gtype-f.h; allow
4246 for filename changes.
4247 (com.o): Allow for filename changes; add gtype-f.h as dependency.
4248 (ste.o): Add gt-f-ste.h as dependency.
4249 * config-lang.in (gtfiles): Add com.h, ste.c.
4250 * com.c: Replace uses of ggc_add_* with GTY markers. Include
4251 gtype-f.h.
4252 (mark_binding_level): Delete.
4253 * com.h: Replace uses of ggc_add_* with GTY markers.
4254 * ste.c: Replace uses of ggc_add_* with GTY markers. Include
4255 gt-f-ste.h.
4256
4257 * Make-lang.in (f/gt-com.h): Build using gengtype.
4258 (com.o): Depend on f/gt-com.h.
4259 * com.c: Rename struct binding_level to f_binding_level.
4260 (struct f_binding_level): Use gengtype.
4261 (struct tree_ggc_tracker): Use gengtype.
4262 (mark_tracker_head): Use gt_ggc_m_tree_ggc_tracker.
4263 (make_binding_level): Use GGC.
4264 (mark_binding_level): Use gt_ggc_m_f_binding_level.
4265 (ffecom_init_decl_processing): Change free_binding_level
4266 to a deletable root.
4267 * config-lang.in (gtfiles): Define.
4268 * where.c: Strings need no longer be allocated in GCable memory;
4269 remove my change of 30 Dec 1999.
4270
4271 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk>
4272
4273 * lang-specs.h: Use cpp_debug_options.
4274
4275 2002-05-28 Zack Weinberg <zack@codesourcery.com>
4276
4277 * bld.c, com.c, expr.c, target.c: Include real.h.
4278 * Make-lang.in: Update dependency lists.
4279
4280 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4281
4282 * Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
4283
4284 2002-05-09 Hassan Aurag <aurag@cae.com>
4285
4286 * expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers
4287 under -fugly-logint as arguments of .and., .or., .xor.
4288
4289 2002-05-07 Jan Hubicka <jh@suse.cz>
4290
4291 * target.h (FFETARGET_32bit_longs): Undefine for x86-64.
4292
4293 2002-04-29 Joseph S. Myers <jsm28@cam.ac.uk>
4294
4295 * invoke.texi: Use @gol at ends of lines inside @gccoptlist.
4296 * g77.texi: Update last update date.
4297
4298 Thu Apr 25 07:44:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4299
4300 * com.h (ffe_parse_file): Update.
4301 * lex.c (ffe_parse_file): Update.
4302
4303 2002-04-20 Toon Moene <toon@moene.indiv.nluug.nl>
4304
4305 * root.texi: Remove variable version-g77.
4306 * g77.texi: Remove the single use of that variable.
4307
4308 Thu Apr 18 19:10:44 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4309
4310 * com.c (incomplete_type_error): Remove.
4311
4312 Tue Apr 16 14:55:47 2002 Mark Mitchell <mark@codesourcery.com>
4313
4314 * com.c (ffecom_expr_power_integer): Add has_scope argument to
4315 call to expand_start_stmt_expr.
4316
4317 Mon Apr 15 10:59:14 2002 Mark Mitchell <mark@codesourcery.com>
4318
4319 * g77.texi: Remove Chill reference.
4320
4321 2002-04-13 Toon Moene <toon@moene.indiv.nluug.nl>
4322
4323 * news.texi: Deprecate frontend version number;
4324 update list of fixed bugs.
4325
4326 2002-04-08 Hans-Peter Nilsson <hp@bitrange.com>
4327
4328 * Make-lang.in (f/target.o): Depend on diagnostic.h.
4329 * target.c: Include diagnostic.h.
4330 (ffetarget_memcpy_): Call sorry if host and target endians are
4331 not matching.
4332
4333 Thu Apr 4 23:29:48 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4334
4335 * com.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
4336 (truthvalue_conversion): Rename. Update. Make static.
4337 (ffecom_truth_value): Update.
4338
4339 Mon Apr 1 21:39:36 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4340
4341 * com.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
4342 (mark_addressable): Rename.
4343 (ffecom_arrayref_, ffecom_1): Update.
4344
4345 Mon Apr 1 09:59:53 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4346
4347 * com.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
4348 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
4349 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
4350
4351 Sun Mar 31 23:50:22 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4352
4353 * com.c (lang_print_error_function): Rename.
4354 (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
4355 (ffe_init): Don't set hook.
4356
4357 Fri Mar 29 21:59:15 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4358
4359 * com.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
4360 Redefine.
4361 (type_for_mode, type_for_size): Rename.
4362 (signed_or_unsigned_type, signed_type, truthvalue_conversion,
4363 unsigned_type): Use new hooks.
4364
4365 Tue Mar 26 10:30:05 2002 Andrew Cagney <ac131313@redhat.com>
4366
4367 * invoke.texi (Warning Options): Mention -Wswitch-enum.
4368 Fix PR c/5044.
4369
4370 Tue Mar 26 07:30:51 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4371
4372 * com.c (LANG_HOOKS_MARK_TREE): Redefine.
4373 (lang_mark_tree): Rename ffe_mark_tree, make static.
4374
4375 Mon Mar 25 19:27:11 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4376
4377 * com.c (maybe_build_cleanup): Remove.
4378
4379 2002-03-23 Toon Moene <toon@moene.indiv.nluug.nl>
4380
4381 * com.c (ffecom_check_size_overflow_): Add a test
4382 so that arrays too large for 32-bit byte-offset
4383 addressing get caught.
4384 * news.texi: Document the fixing of this problem.
4385
4386 Sat Mar 23 11:18:17 2002 Andrew Cagney <ac131313@redhat.com>
4387
4388 * invoke.texi (Warning Options): Mention -Wswitch-default.
4389
4390 Thu Mar 21 18:55:41 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4391
4392 * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
4393 insert_block, getdecls, global_bindings_p): New.
4394
4395 Wed Mar 20 08:03:42 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4396
4397 * com.c (lang_printable_name): Rename.
4398 (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
4399 (ffe_init): Don't use old hook.
4400
4401 Sun Mar 17 18:50:15 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4402
4403 * com.h (ffe_parse_file): Prototype.
4404
4405 Sun Mar 17 20:57:30 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4406
4407 * com.c (LANG_HOOKS_PARSE_FILE): Redefine.
4408 * com.h (ffe_parse_file): New.
4409 * parse.c (NAME_OF_STDIN): Remove.
4410 (yyparse): Rename ffe_parse_file.
4411
4412 Tue Mar 12 20:23:18 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4413
4414 * com.c (tree_code_type, tree_code_length, tree_code_name):
4415 Define.
4416
4417 Sun Mar 10 12:37:42 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4418
4419 * target.c (ffetarget_print_hex): Const-ify.
4420
4421 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
4422
4423 * version.c: Fix misplaced leading blanks on first line.
4424
4425 2002-03-03 Zack Weinberg <zack@codesourcery.com>
4426
4427 * com.c, target.h: Remove all #ifndef REAL_ARITHMETIC
4428 blocks, make all #ifdef REAL_ARITHMETIC blocks unconditional.
4429 Delete some further #ifdef blocks predicated on REAL_ARITHMETIC.
4430
4431 Thu Feb 28 07:53:46 2002 Neil Booth <neil@daikokuya.demon.co.uk>
4432
4433 * com.c (copy_lang_decl): Delete.
4434
4435 2002-02-27 Zack Weinberg <zack@codesourcery.com>
4436
4437 * com.c, lex.c, top.c: Delete traditional-mode-related code
4438 copied from the C front end but not used, or used only to
4439 permit the compiler to link.
4440
4441 2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
4442
4443 * news.texi: List Problem Reports fixed in 3.1.
4444
4445 2002-02-13 Toon Moene <toon@moene.indiv.nluug.nl>
4446
4447 * data.c (ffedata_eval_offset_): Only convert index,
4448 low and high bound in data statements to default integer
4449 if they are constants. Use a copy of the data structure.
4450
4451 2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
4452
4453 * data.c (ffedata_eval_offset_): Convert non-default integer
4454 constants to default integer kind if necessary.
4455
4456 2002-02-09 Toon Moene <toon@moene.indiv.nlug.nl>
4457
4458 * invoke.texi: Add a short debugging session
4459 as an example to the documentation of -g.
4460
4461 2002-02-06 Toon Moene <toon@moene.indiv.nluug.nl>
4462
4463 PR fortran/4730 fortran/5473
4464 * com.c (ffecom_expr_): Deal with %VAL constructs.
4465 * intrin.c (ffeintrin_check_): Handle 'N' constraints for intrinsics,
4466 to indicate "no larger than default kind" integers and logicals.
4467 * intrin.def: Use 'N' constraints in table of intrinsics.
4468 * intdoc.c: Document this constraint.
4469 * intdoc.texi: Regenerated.
4470
4471 2002-02-04 Philipp Thomas <pthomas@suse.de>
4472
4473 * implic.c lex.c stb.c ste.c stu.c: Update copyright dates.
4474
4475 2002-02-04 Philipp Thomas <pthomas@suse.de>
4476
4477 * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c:
4478 Insert comments to mark messages as not being printf style
4479 where appropriate.
4480
4481 2002-02-03 Toon Moene <toon@moene.indiv.nluug.nl>
4482
4483 * expr.c (ffeexpr_sym_impdoitem_): Allow other than
4484 default INTEGER implied-do loop counts.
4485
4486 2002-02-01 Toon Moene <toon@moene.indiv.nluug.nl>
4487
4488 * bad.def: Remove non-historical reference to version 0.6.
4489 * bugs.texi: Ditto.
4490 * com.c: Ditto.
4491 * ffe.texi: Ditto.
4492 * proj.h: Ditto.
4493 * g77.texi: Ditto.
4494
4495 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
4496
4497 * g77spec.c (lang_specific_driver): Follow GNU Coding Standards
4498 for --version.
4499
4500 2002-01-30 Richard Henderson <rth@redhat.com>
4501
4502 * ste.c (ffeste_begin_iterdo_): Use expand_exit_loop_top_cond.
4503 (ffeste_R819B): Likewise.
4504
4505 2002-01-30 Toon Moene <toon@moene.indiv.nluug.nl>
4506
4507 * intrin.c (upcasecmp_): New function.
4508 (ffeintrin_cmp_name_): Use it to correctly compare name
4509 and table entry for bsearch.
4510
4511 2002-01-26 Toon Moene <toon@moene.indiv.nluug.nl>
4512
4513 * intrin.c (ffeintrin_cmp_name_): Correct comparison
4514 for intrinsics in intrinsic table (intrin.def).
4515
4516 2002-01-22 Zack Weinberg <zack@codesourcery.com>
4517
4518 * bad.c: Include intl.h.
4519 (FFEBAD_MSGS1, FFEBAD_MSGS2): Replace by FFEBAD_MSG, SHORT,
4520 LONG. Adjust definitions to work with exgettext.
4521 (ffebad_start_): Translate all error messages.
4522 (ffebad_finish): Mark constant strings for translation.
4523 * bad.h: Use FFEBAD_MSG. Adjust prototype of ffebad_start_
4524 and definitions of ffebad_start_msg, ffebad_start_msg_lex to
4525 work with exgettext.
4526 * bad.def: Use FFEBAD_MSG, SHORT, LONG throughout.
4527
4528 * com.c: Include intl.h.
4529 (lang_print_error_function): Always use ffeinfo_kind_message
4530 to get the kind label for a non-nested construct. Translate
4531 it. Translate constant strings.
4532 * info.c (FFEINFO_KIND): Adjust definition to work with exgettext.
4533 * info-k.def: Block xgettext from slurping copyright notice
4534 into gcc.pot. Adjust strings for their sole use, in com.c.
4535
4536 * Make-lang.in (f/bad.o, f/com.o): Depend on intl.h.
4537
4538 2002-01-14 David Billinghurst <David.Billinghurst@riotinto.com>
4539
4540 PR fortran/3807
4541 * f/intrin.c (ffeintrin_check_): Allow for case of intrinsic
4542 control string have COL-spec an integer > 0.
4543
4544 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
4545
4546 * g77spec.c (lookup_option): Handle -fversion.
4547 (lang_specific_driver): Update copyright date in --version output.
4548
4549 Mon Jan 7 00:03:42 2002 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4550
4551 * invoke.texi: Markup g77 as @command. Remove reference to
4552 http://gcc.gnu.org/thanks.html.
4553
4554 Wed Jan 2 18:13:11 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4555
4556 * com.c (clear_binding_level): Const-ify.
4557 (ffecom_arglist_expr_): Likewise.
4558 * info.c (ffeinfo_types_): Don't needlessly zero init.
4559 * lex.c (ffelex_hash_kludge): Const-ify.
4560
4561 Sun Dec 23 10:45:09 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4562
4563 * com.c (ffecom_gfrt_volatile_, ffecom_gfrt_complex_,
4564 ffecom_gfrt_const_, ffecom_gfrt_type_): Const-ify.
4565
4566 Sat Dec 22 16:01:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4567
4568 * bld.c (ffebld_arity_op_): Declare array size explicitly.
4569 * bld.h (ffebld_arity_op_): Likewise.
4570
4571 2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk>
4572
4573 * config-lang.in (diff_excludes): Remove.
4574
4575 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
4576
4577 * g77.texi, invoke.texi: Update links to GCC manual.
4578
4579 Sun Dec 16 16:08:57 2001 Joseph S. Myers <jsm28@cam.ac.uk>
4580
4581 * news.texi: Fix spelling errors.
4582
4583 Sun Dec 16 10:36:51 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4584
4585 * Make-lang.in (f/version.o): Depend on f/version.h.
4586 * version.c: Include ansidecl.h and f/version.h.
4587
4588 Sun Dec 16 08:52:48 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4589
4590 * lex.c (ffelex_backslash_, ffelex_cfebackslash_): Use hex_value.
4591 * target.c (ffetarget_integerhex, ffetarget_typeless_hex): Use
4592 hex_p/hex_value.
4593
4594 2001-12-14 Roger Sayle <roger@eyesopen.com>
4595
4596 * com-rt.def: Use __builtin_sqrt instead of __builtin_fsqrt.
4597 * com.c (ffecom_init_0): Same, and fixed enumeration usage.
4598
4599 2001-12-10 Joseph S. Myers <jsm28@cam.ac.uk>
4600
4601 * g77.texi: Don't condition menus on @ifinfo.
4602
4603 Wed Dec 5 06:49:21 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4604
4605 * com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.
4606
4607 Mon Dec 3 18:56:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
4608
4609 * com.c: Remove leading capital from diagnostic messages, as
4610 per GNU coding standards.
4611 * g77spec.c: Similarly.
4612 * lex.c: Similarly.
4613
4614 2001-12-01 Zack Weinberg <zack@codesourcery.com>
4615
4616 * f/fini.c: Use xmalloc.
4617
4618 Fri Nov 30 20:54:02 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4619
4620 * Make-lang.in: Delete references to proj.[co], proj-h.[co].
4621 * proj.c: Delete file.
4622
4623 2001-11-29 Zack Weinberg <zack@codesourcery.com>
4624
4625 * Make-lang.in (f/fini, f/intdoc): Depend on $(HOST_LIBDEPS)
4626 and link with $(HOST_LIBS), not safe-ctype.o.
4627
4628 2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
4629
4630 * Make-lang.in (f77.generated-manpages): New target.
4631 ($(srcdir)/f/g77.1): Don't check $(GENERATED_MANPAGES). Allow
4632 manpage generation to fail.
4633 (f77.info): Don't depend on $(srcdir)/f/g77.1.
4634 (f77.install-man): Depend on $(GENERATED_MANPAGES) rather than
4635 directly on $(srcdir)/g77.1.
4636
4637 2001-11-24 Toon Moene <toon@moene.indiv.nluug.nl>
4638
4639 PR fortran/3957
4640 * lang-specs.h: Correct !pipe conditional in tradcpp0 invocation.
4641
4642 2001-11-21 Toon Moene <toon@moene.indiv.nluug.nl>
4643
4644 * g77.texi: egcs was not a `@command'.
4645 * invoke.texi: Ditto.
4646 * news.texi: Substitute `@command' for `@code'
4647 and `@option' for `@samp' where appropriate.
4648
4649 2001-11-19 Loren J. Rittle <ljrittle@acm.org>
4650
4651 * Make-lang.in: Complete ``Build g77.1 in $(srcdir)''.
4652
4653 2001-11-19 Geoffrey Keating <geoffk@redhat.com>
4654
4655 * g77spec.c (lang_specific_driver) [ENABLE_SHARED_LIBGCC]: Add
4656 libgcc_s.so if libf2c is used.
4657 * Make-lang.in (g77spec.o): Use DRIVER_DEFINES.
4658
4659 2001-11-19 Toon Moene <toon@moene.indiv.nluug.nl>
4660
4661 * .cvsignore: Ignore g77.1
4662 * g77.texi: Substitute `@command' for `@code'
4663 where appropriate.
4664 * invoke.texi: Ditto.
4665
4666 2001-11-18 Toon Moene <toon@moene.indiv.nluug.nl>
4667
4668 * Make-lang.in: Remove all references to LANGUAGES
4669 and the stamp files that depend on its value.
4670
4671 Sun Nov 18 11:13:04 2001 Neil Booth <neil@daikokuya.demon.co.uk>
4672
4673 * com.c (finish_parse): Remove.
4674 (ffe_finish): Move body of finish_parse.
4675
4676 Thu Nov 15 10:06:38 2001 Neil Booth <neil@daikokuya.demon.co.uk>
4677
4678 * com.c (ffecom_init_decl_processing): Renamed from
4679 init_decl_processing.
4680 (init_parse): Move contents to ffe_init.
4681 (ffe_init): Update prototype.
4682
4683 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>
4684
4685 * g77.texi: Update to use `@command', `@option.
4686 * invoke.texi: Ditto
4687
4688 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
4689
4690 * Make-lang.in: Change all uses of $(manext) to $(man1ext).
4691
4692 2001-11-14 Toon Moene <toon@moene.indiv.nluug.nl>
4693
4694 * g77.1: Remove from CVS.
4695 * Make-lang.in: Build g77.1 in $(srcdir).
4696 Add --section=1 to POD2MAN command line.
4697 * invoke.texi: Correct copyright years.
4698 Add more sections to man page. Add GFDL.
4699
4700 Fri Nov 9 23:16:45 2001 Neil Booth <neil@daikokuya.demon.co.uk>
4701
4702 * com.c (ffe_print_identifier): Rename.
4703 (LANG_HOOKS_PRINT_IDENTIFIER): Override.
4704 (lang_print_xnode, print_lang_decl, print_lang_statistics,
4705 print_lang_type, set_yydebug): Remove.
4706
4707 2001-11-09 Zack Weinberg <zack@codesourcery.com>
4708
4709 * g77spec.c (lang_specific_driver): Adjust behavior of -v and
4710 --version for consistency with other front ends. Remove large
4711 #if 0 block. Do not add libraries to argv if there are no
4712 input files.
4713 (add_version_magic): Delete all references and dependent code.
4714 * lang-options.h: Delete -fnull-version.
4715 * lang-specs.h: Delete f77-version spec.
4716
4717 * lex.c: Delete logic conditional on ffe_is_null_version() and
4718 now-unused label.
4719 * top.c: Delete ffe_is_null_version_ variable.
4720 (ffe_decode_option): Delete -fnull-version case.
4721 * top.h: Delete declaration of ffe_is_null_version_ and
4722 ffe_is_null_version(), ffe_set_is_null_version() macros.
4723
4724 Fri Nov 9 07:14:47 2001 Neil Booth <neil@daikokuya.demon.co.uk>
4725
4726 * com.c (language_string, lang_identify): Remove.
4727 (struct lang_hooks): Constify.
4728 (LANG_HOOKS_NAME): Override.
4729 (init_parse): Update.
4730
4731 2001-11-08 Andreas Franck <afranck@gmx.de>
4732
4733 * Make-lang.in (G77_INSTALL_NAME, G77_CROSS_NAME): Handle
4734 program_transform_name the way suggested by autoconf.
4735
4736 2001-11-08 Toon Moene <toon@moene.indiv.nluug.nl>
4737
4738 * Make-lang.in: Add rules for building g77.1.
4739 * invoke.texi: Add man page stuff. Move indexing
4740 from g77.texi to here.
4741 * g77.texi: Remove indexing specific to invoke.texi.
4742 * news.texi: Document that g77.1 is now a generated
4743 file.
4744
4745 Tue Nov 6 21:17:47 2001 Neil Booth <neil@cat.daikokuya.demon.co.uk>
4746
4747 * com.c: Include langhooks-def.h.
4748 * Make-lang.in: Update.
4749
4750 2001-11-04 Toon Moene <toon@moene.indiv.nluug.nl>
4751
4752 * g77.texi: Split off invoke.texi (preliminary to using it
4753 to generate a man page).
4754 * Make-lang.in: Reflect in build rules.
4755
4756 Fri Nov 2 10:51:34 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4757
4758 * com.c (ffecom_initialize_char_syntax_, U_CHAR, is_idchar,
4759 is_idstart, is_hor_space, is_space, SKIP_WHITE_SPACE,
4760 SKIP_ALL_WHITE_SPACE): Delete.
4761 (read_filename_string, read_name_map): Don't use is_space or
4762 is_hor_space.
4763
4764 2001-10-29 Toon Moene <toon@moene.indiv.nluug.nl>
4765
4766 * news.texi: Document new ability to compile programs with
4767 arrays larger than 512 Mbyte on 32-bit targets.
4768
4769 2001-10-24 Toon Moene <toon@moene.indiv.nluug.nl>
4770
4771 * com.c (ffecom_check_size_overflow_): Only check for TREE_OVERFLOW.
4772
4773 Tue Oct 23 14:01:27 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4774
4775 * com.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
4776 (lang_get_alias_set): Delete.
4777
4778 2001-10-23 Joseph S. Myers <jsm28@cam.ac.uk>
4779
4780 * g77.texi (Sending Patches): Remove.
4781
4782 2001-10-22 Zack Weinberg <zack@codesourcery.com>
4783
4784 * Make-lang.in (f/intdoc): Depend on safe-ctype.o.
4785
4786 Sun Oct 21 17:28:17 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4787
4788 * bad.c (ffebad_finish): Use safe-ctype macros and/or fold extra
4789 calls into fewer ones.
4790 * implic.c (ffeimplic_lookup_): Likewise.
4791 * intdoc.c (dumpimp): Likewise.
4792 * intrin.c (ffeintrin_init_0): Likewise.
4793 * lex.c (ffelex_backslash_, ffelex_cfebackslash_, ffelex_hash_):
4794 Likewise.
4795 * lex.h (ffelex_is_firstnamechar): Likewise.
4796 * target.c (ffetarget_integerhex): Likewise.
4797
4798 2001-10-21 Craig Prescott <prescott@phys.ufl.edu>
4799
4800 * target.h (FFETARGET_32bit_longs): Don't define
4801 for 64-bit hppa.
4802
4803 2001-10-17 Richard Henderson <rth@redhat.com>
4804
4805 * std.c (ffestd_labeldef_format): Fix variable/stmt ordering.
4806 (ffestd_R737A): Likewise.
4807
4808 2001-10-17 Richard Henderson <rth@redhat.com>
4809
4810 * com.h: Remove FFECOM_targetCURRENT, FFECOM_ONEPASS, BUILT_FOR_270,
4811 BUILT_FOR_280, FFECOM_GCC_INCLUDE, all derivitive defines, and all
4812 related conditional compilation directives.
4813 * bad.c, bld.c, bld.h, com.c, equiv.c, equiv.h, global.h, intdoc.c,
4814 intrin.c, intrin.h, lex.c, parse.c, sta.c, std.c, ste.c, ste.h, stt.c,
4815 stt.h, stw.h, symbol.c, symbol.h, target.h, top.c: Likewise.
4816
4817 2001-10-17 Richard Henderson <rth@redhat.com>
4818
4819 * Make-lang.in (f/com.o): Depend on langhooks.h.
4820 * com.c: Include it.
4821 (LANG_HOOKS_INIT, LANG_HOOKS_FINISH): New.
4822 (LANG_HOOKS_INIT_OPTIONS, LANG_HOOKS_DECODE_OPTION): New.
4823 (lang_hooks): Use LANG_HOOKS_INITIALIZER.
4824
4825 Sun Oct 7 12:27:54 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4826
4827 * bad.c (_ffebad_message_, ffebad_messages_): Const-ify.
4828 * bld.c (ffebld_arity_op_): Likewise.
4829 * bld.h (ffebld_arity_op_): Likewise.
4830 * com.c (ffecom_init_0): Likewise.
4831 * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
4832 _ffeintrin_imp_, names, gens, imps, specs, cc_pair,
4833 cc_descriptions, cc_summaries): Likewise.
4834 * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
4835 _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_,
4836 ffeintrin_imps_, ffeintrin_specs_): Likewise.
4837
4838 2001-10-05 Toon Moene <toon@moene.indiv.nluug.nl>
4839
4840 * news.texi: Document libf2c being built as a shared library.
4841 Use of array elements in bounds of adjustable arrays ditto.
4842
4843 2001-10-03 Toon Moene <toon@moene.indiv.nluug.nl>
4844
4845 * Make-lang.in: Remove reference to FORTRAN_INIT.
4846 * g77spec.c: Add reference to FORTRAN_INIT.
4847
4848 2001-09-29 Juergen Pfeifer <juergen.pfeifer@gmx.net>
4849
4850 Make libf2c a shared library.
4851
4852 * Make-lang.in: Pass define of frtbegin.o to compilation of g77spec.c.
4853 * g77spec.c (lang_specific_driver): Treat linking in of frtbegin.o.
4854
4855 2001-09-28 Robert Anderson <rwa@alumni.princeton.edu>
4856
4857 * expr.c (ffeexpr_sym_rhs_dimlist_): Allow array elements
4858 as bounds of adjustable arrays.
4859
4860 Thu Sep 20 15:05:20 JST 2001 George Helffrich <george@geo.titech.ac.jp>
4861
4862 * com.c (ffecom_subscript_check_): Loosen subscript checking rules
4863 for character strings, to permit substring expressions like
4864 string(1:0).
4865 * news.texi: Document this as a new feature.
4866
4867 Thu Sep 13 10:33:27 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4868
4869 * bad.c (ffebad_finish): Const-ification and/or static-ization.
4870 * intrin.c (ffeintrin_cmp_name_): Likewise.
4871 * stc.c (ffestc_R904): Likewise.
4872
4873 Wed Sep 12 12:09:04 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4874
4875 * bld.c (ffebld_op_string_): Const-ification.
4876 * com.c (ffecom_gfrt_name_, ffecom_gfrt_argstring_): Likewise.
4877 * fini.c (xspaces): Likewise.
4878 * global.c (ffeglobal_type_string_): Likewise.
4879 * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
4880 ffeinfo_kind_string_, ffeinfo_kindtype_string_,
4881 ffeinfo_where_string_): Likewise.
4882 * lex.c (ffelex_type_string_): Likewise.
4883 * malloc.c (malloc_types_): Likewise.
4884 * stc.c (ffestc_subr_binsrch_, ffestc_R904, ffestc_R904,
4885 ffestc_R907): Likewise.
4886 * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_):
4887 Likewise.
4888 * version.c (ffe_version_string): Likewise.
4889 * version.h (ffe_version_string): Likewise.
4890
4891 2001-09-11 Richard Henderson <rth@redhat.com>
4892
4893 * parse.c (finput): Mark extern.
4894
4895 2001-09-11 Jakub Jelinek <jakub@redhat.com>
4896
4897 * com.c (ffe_init_options): Default to -fmerge-all-constants
4898 if optimizing.
4899
4900 2000-08-14 Ulrich Weigand <uweigand@de.ibm.com>
4901
4902 * target.h (FFETARGET_32bit_longs): Don't define
4903 for 64-bit S/390.
4904
4905 2001-07-20 Toon Moene <toon@moene.indiv.nluug.nl>
4906
4907 * com.c (ffecom_expr_intrinsic_):
4908 case FFEINTRIN_impIBITS: Remove TREE_SHIFT_FULLWIDTH define.
4909 case FFEINTRIN_impISHFT: Ditto. Change LT_EXPR to NE_EXPR.
4910 case FFEINTRIN_impISHFTC: Ditto.
4911 case FFEINTRIN_impMVBITS: Ditto.
4912
4913 2001-07-19 Jakub Jelinek <jakub@redhat.com>
4914
4915 * top.c (ffe_decode_option): Disallow lang-independent processing
4916 for -ffixed-form.
4917
4918 2001-07-19 Toon Moene <toon@moene.indiv.nluug.nl>
4919
4920 * f/com.c (ffecom_expr_intrinsic_): Deal (correctly) with
4921 {L|R}SHIFT_EXPR not working when shift > size of type.
4922
4923 2001-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
4924
4925 * com.c (lang_print_error_function): Argument context
4926 is unused.
4927
4928 2001-07-14 Tim Josling <tej@melbpc.org.au>
4929
4930 * com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
4931 (ffecom_tree_canonize_ref_): Likewise.
4932
4933 2001-07-10 James Smaby <jsmaby@virgo.umeche.maine.edu>
4934
4935 * intdoc.in: Fix the definition of COMPLEX ABS.
4936 Remove `the' where inappropriate.
4937 * intdoc.texi: Rebuilt.
4938
4939 2001-07-04 Joseph S. Myers <jsm28@cam.ac.uk>
4940
4941 * g77.texi: Use gpl.texi and funding.texi. Remove Look and Feel
4942 section. Add Funding Free Software to invariant sections.
4943 * Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Update
4944 dependencies and use doc/include in search path.
4945
4946 2001-06-28 Gabriel Dos Reis <gdr@codesourcery.com>
4947
4948 * Make-lang.in (f/com.o): Depend on diagnostic.h
4949 * com.c: #include diagnostic.h
4950 (lang_print_error_function): Take a 'diagnostic_context *'.
4951
4952 Wed Jun 13 11:22:39 2001 Mark Mitchell <mark@codesourcery.com>
4953
4954 * BUGS: Remove.
4955 * NEWS: Likewise.
4956
4957 2001-06-10 Toon Moene <toon@moene.indiv.nluug.nl>
4958
4959 * g77install.texi: Remove.
4960 * Make-lang.in: Remove all mention of g77install.texi.
4961 * g77.texi: Add documentation on how to get output always
4962 flushed and how to increase the maximum unit number.
4963 Remove all mention of g77install.texi.
4964 * bugs.texi: Add documentation on how to change the threshold
4965 for putting local arrays on the stack.
4966
4967 2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
4968
4969 * root.texi: Fix typo in patches e-mail address.
4970
4971 2001-06-03 Toon Moene <toon@moene.indiv.nluug.nl>
4972 Jan van Male <jan.vanmale@fenk.wau.nl>
4973
4974 * root.texi: Define `help' and `patches' mailing list
4975 addresses.
4976 * news.texi: Remove `prerelease' from 0.5.26
4977 * g77.texi: Use two spaces between command options, eliminate
4978 some 'overfull hboxes'. Use help and patches mailing list
4979 addresses where appropriate.
4980
4981 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
4982
4983 * g77.texi: Move contents to just after title page.
4984
4985 2001-06-02 Toon Moene <toon@moene.indiv.nluug.nl>
4986
4987 * com.c (ffecom_init_0): Make CHARACTER*1 unsigned.
4988
4989 2001-05-23 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4990
4991 * Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on
4992 fdl.texi.
4993 (f/g77.dvi): Use TEXI2DVI instead of custom tex calls. Create the
4994 dvi file in the f directory.
4995
4996 2001-05-25 Sam TH <sam@uchicago.edu>
4997
4998 * bad.h: Fix header include guards.
4999 * bit.h bld.h com.h data.h equiv.h expr.h global.h
5000 implic.h info.h intrin.h lab.h lex.h malloc.h name.h
5001 proj.h src.h st.h sta.h stb.h stc.h std.h ste.h
5002 storag.h stp.h str.h sts.h stt.h stu.h stv.h stw.h
5003 symbol.h target.h top.h type.h version.h
5004 where.h: Likewise.
5005
5006 2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
5007
5008 * g77.texi: Update last-changed date.
5009 * news.texi: Update copyright years, last-changed date.
5010 * bugs.texi: Update copyright years, last-changed date.
5011
5012 2001-05-22 Toon Moene <toon@moene.indiv.nluug.nl>
5013
5014 * g77.texi: Update maintenance information for
5015 GNU Fortran. Remove all mention of -fdebug-kludge.
5016 * news.texi: Make more news in 0.5.26 `user visible
5017 changes'. Acknowledge work by important contributors.
5018 * bugs.texi: Remove all mention of -fdebug-kludge.
5019
5020 2001-05-20 Joseph S. Myers <jsm28@cam.ac.uk>
5021
5022 * Make-lang.in (f/g77.dvi): Include $(srcdir) in TEXINPUTS.
5023
5024 2001-05-19 Toon Moene <toon@moene.indiv.nluug.nl>
5025
5026 * Make-lang.in: Have $(MAKEINFO) look into the parent
5027 directory for includes.
5028 * g77.texi: Use the GFDL.
5029
5030 Sun May 13 12:25:06 2001 Mark Mitchell <mark@codesourcery.com>
5031
5032 * Make-lang.in: Replace all uses of `touch' with $(STAMP).
5033
5034 Wed May 2 10:20:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5035
5036 * com.c: NULL_PTR -> NULL.
5037
5038 Sun Apr 22 20:18:01 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5039
5040 * com.c (ffecom_subscript_check_): Use concat in lieu of
5041 xmalloc/sprintf.
5042
5043 2001-04-21 Toon Moene <toon@moene.indiv.nluug.nl>
5044
5045 * news.texi: Update release information for 0.5.27.
5046
5047 Thu Apr 19 12:49:24 2001 Mark Mitchell <mark@codesourcery.com>
5048
5049 * top.c (ffe_decode_option): Do not permit language-independent
5050 processing for -ffixed-line-length.
5051
5052 Thu Apr 12 17:57:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5053
5054 * bad.c (inhibit_warnings): Delete redundant declaration.
5055
5056 * com.c (skip_redundant_dir_prefix): Likewise.
5057
5058 * com.h (mark_addressable): Likewise.
5059
5060 2001-04-02 Jakub Jelinek <jakub@redhat.com>
5061
5062 * lex.c (ffelex_hash_): Avoid eating one whole line after
5063 #line.
5064
5065 Mon Apr 2 22:38:09 2001 Toon Moene <toon@moene.indiv.nluug.nl>
5066
5067 * com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch
5068 of 2001-03-04.
5069
5070 Tue Mar 27 17:40:08 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5071
5072 * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
5073
5074 Mon Mar 26 18:13:30 2001 Mark Mitchell <mark@codesourcery.com>
5075
5076 * com.c (duplicate_decls): Don't copy DECL_FRAME_SIZE.
5077
5078 Mon Mar 19 15:05:39 2001 Mark Mitchell <mark@codesourcery.com>
5079
5080 * com.c (builtin_function): Use SET_DECL_ASSEMBLER_NAME.
5081
5082 Wed Mar 14 09:29:27 2001 Mark Mitchell <mark@codesourcery.com>
5083
5084 * com.c (ffecom_member_phase_2): Use COPY_DECL_RTL,
5085 DECL_RTL_SET_P, etc.
5086 (duplicate_decls): Likewise.
5087 (start_decl): Likewise.
5088
5089 Fri Mar 9 22:52:55 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5090
5091 * fini.c (main): Use really_call_malloc, not malloc.
5092
5093 Thu Mar 8 13:27:47 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5094
5095 * com.c: Don't rely on the POSIX macro to define autoconf stuff.
5096
5097 2001-03-07 Brad Lucier <lucier@math.purdue.edu>
5098
5099 * g77.texi: Document new options -funsafe-math-optimizations
5100 and -fno-trapping-math. Revise documentation for -ffast-math.
5101
5102 2001-03-01 Zack Weinberg <zackw@stanford.edu>
5103
5104 * proj.h: Delete 'bool' type. Don't include stddef.h here.
5105 * com.c: Rename variables named 'true' and/or 'false'.
5106 * intdoc.c: Delete 'bool' type.
5107
5108 2001-03-01 Zack Weinberg <zackw@stanford.edu>
5109
5110 * lang-specs.h: Add zero initializer for cpp_spec field to all
5111 array elements.
5112
5113 2001-02-24 Zack Weinberg <zackw@stanford.edu>
5114
5115 * com.c: Don't define STDC_HEADERS, autoconf handles it.
5116
5117 Fri Feb 23 15:28:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5118
5119 * com.c (set_block): Set NAMES and BLOCKS from BLOCK.
5120
5121 2001-02-19 Joseph S. Myers <jsm28@cam.ac.uk>
5122
5123 * version.c, root.texi: Update GCC version number to 3.1. Update
5124 G77 version number to 0.5.27.
5125 * BUGS, NEWS: Regenerate.
5126
5127 Sun Feb 4 15:52:44 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5128
5129 * com.c (ffecom_init_0): Call fatal_error instead of fatal.
5130 * com.c (init_parse): Call fatal_io_error instead of
5131 pfatal_with_name.
5132 (ffecom_decode_include_option_): Make errors non-fatal.
5133 * lex.c (ffelex_cfelex_, ffelex_get_directive_line_): Likewise.
5134 (ffelex_hash_): Likewise.
5135
5136 Sat Jan 27 20:52:18 2001 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5137
5138 * Make-lang.in: Remove all dependencies on defaults.h.
5139 * com.c: Don't include defaults.h.
5140
5141 2001-01-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5142
5143 * com.c: Don't explicitly include any time headers, the right ones are
5144 already included by proj.h.
5145
5146 2001-01-15 Mark Mitchell <mark@codesourcery.com>
5147
5148 * com.c (ffecom_lookup_label): Set DECL_CONTEXT for FORMAT
5149 label to current_function_decl.
5150
5151 Fri Jan 12 17:21:33 2001 Joseph S. Myers <jsm28@cam.ac.uk>
5152
5153 * g77spec.c (lang_specific_driver): Update copyright year to 2001.
5154
5155 Wed Jan 10 14:39:45 2001 Mark Mitchell <mark@codesourcery.com>
5156
5157 * com.c (ffecom_init_zero_): Remove last argument in call to
5158 make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
5159 (ffecom_lookup_label_): Likewise.
5160 (builtin_function): Likewise.
5161 (start_function): Likewise.
5162
5163 Thu Dec 21 21:19:42 2000 Joseph S. Myers <jsm28@cam.ac.uk>
5164
5165 * g77install.texi, g77.texi: Update last-updated dates for
5166 installation information and the manual as a whole.
5167 * bugs.texi, news.texi: Update copyright years in the comments at
5168 the top of the file.
5169
5170 2000-12-21 Joseph S. Myers <jsm28@cam.ac.uk>
5171
5172 * g77install.texi: Adjust wording of an EGCS reference.
5173
5174 Thu Dec 21 20:00:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
5175
5176 * BUGS, NEWS: Regenerate.
5177
5178 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5179
5180 * com.c [VMS]: Remove definition of BSTRING.
5181
5182 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5183
5184 * g77.texi: Update GPL copy not to refer to years 19@var{yy}.
5185
5186 2000-12-18 Toon Moene <toon@moene.indiv.nluug.nl>
5187
5188 * bugs.texi: Correct copyright years.
5189 * g77.texi: Likewise.
5190 * news.texi: Likewise.
5191
5192 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5193
5194 * g77install.texi: Remove obsolete parts only used for INSTALL,
5195 and DOC-G77 conditionals. Update last-update-install date.
5196
5197 Sat Dec 9 10:20:11 2000 Joseph S. Myers <jsm28@cam.ac.uk>
5198
5199 * .cvsignore: New file; add info files.
5200
5201 2000-12-08 Joseph S. Myers <jsm28@cam.ac.uk>
5202
5203 * Make-lang.in (f77.info): Depend on info files in source
5204 directory.
5205 (f/g77.info): Build info files in source directory; don't build
5206 them unless BUILD_INFO is "info".
5207 (f77.install-info): Install info files from source directory.
5208
5209 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
5210
5211 * Make-lang.in: Link f/fini with safe-ctype.o.
5212 * bad.c: Don't test ISUPPER(c) || ISLOWER(c) before calling TOUPPER(c).
5213 * com.c: Use TOUPPER, not ffesrc_toupper.
5214 * fini.c: Don't test ISALPHA(c) before calling TOUPPER(c)/TOLOWER(c).
5215 * intrin.c: Don't test IN_CTYPE_DOMAIN(c).
5216 * src.c: Delete ffesrc_toupper_ and ffesrc_tolower_ and their
5217 initializing code; use TOUPPER and TOLOWER instead of
5218 ffesrc_toupper and ffesrc_tolower.
5219 * src.h: Don't declare ffesrc_toupper_ or ffesrc_tolower_.
5220 Don't define ffesrc_toupper or ffesrc_tolower.
5221
5222 2000-11-28 Richard Henderson <rth@redhat.com>
5223
5224 * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl.
5225
5226 2000-11-26 Joseph S. Myers <jsm28@cam.ac.uk>
5227
5228 * RELEASE-PREP: Remove obsolete EGCS reference.
5229 * g77.texi: Adjust reference to EGCS as something current.
5230 * lang-options.h (FTNOPT): Remove macro and obsolete comment.
5231 Include doc strings directly in option listing instead of through
5232 this macro.
5233 * root.texi: Remove support for multiple different (FSF and EGCS)
5234 distributions of g77.
5235 * g77install.texi: Remove conditioned out instructions applying
5236 only to obsolete distributions of g77 not as part of GCC. Change
5237 "superceded" to the correct spelling "superseded".
5238
5239 Sun Nov 26 19:25:56 2000 Joseph S. Myers <jsm28@cam.ac.uk>
5240
5241 * g77spec.c (lang_specific_driver): Update copyright year to 2000.
5242
5243 Thu Nov 23 02:18:57 2000 J"orn Rennecke <amylaar@redhat.com>
5244
5245 * Make-lang.in (g77spec.o): Depend on $(CONFIG_H).
5246
5247 2000-11-21 David Billinghurst <David.Billinghurst@riotinto.com)
5248
5249 * Make-lang.in: Add $(build_exeext) to f/fini target
5250
5251 2000-11-21 Andreas Jaeger <aj@suse.de>
5252
5253 * g77.texi (Floating-point Exception Handling): Use feenableexcept
5254 in example.
5255 (Floating-point precision): Change to match above change.
5256
5257 Sun Nov 19 17:29:22 2000 Matthias Klose <doko@marvin.itso-berlin.de>
5258
5259 * g77.texi (Floating-point precision): Adjust example
5260 to work with glibc (>= 2.1).
5261
5262 Sat Nov 18 13:54:49 2000 Matthias Klose <doko@cs.tu-berlin.de>
5263
5264 * g77.texi (Floating-point Exception Handling): Adjust
5265 example to work with glibc (>= 2.1).
5266
5267 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
5268
5269 * Make-lang.in (INTDOC_DEPS): New macro.
5270 (f/intdoc.texi): Depend on $(INTDOC_DEPS). Build f/intdoc.
5271 (f/intdoc): Likewise. Add $(build_exeext).
5272
5273 2000-11-17 Zack Weinberg <zack@wolery.stanford.edu>
5274
5275 * lex.c (ffelex_hash_): Change ggc_alloc_string (var, -1) to
5276 ggc_strdup (var).
5277
5278 Thu Nov 16 23:14:07 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5279
5280 * malloc.c (malloc_init): Call xmalloc, not malloc.
5281
5282 2000-11-10 Rodney Brown <RodneyBrown@mynd.com>
5283
5284 * Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
5285
5286 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
5287
5288 * root.texi: Remove non-historical EGCS reference.
5289 Set current g77 version to 0.5.26.
5290
5291 2000-11-10 Toon Moene <toon@moene.indiv.nluug.nl>
5292
5293 * com.c (ffecom_stabilize_aggregate_) case RTL_EXPR: Abort.
5294
5295 2000-11-10 Zack Weinberg <zack@wolery.stanford.edu>
5296
5297 * Make-lang.in (f/fini.o, f/proj-h.o): Remove pointless sed
5298 munging of source file name.
5299 ($(srcdir)/f/intdoc.texi): Break up into several rules each of
5300 which builds just one thing. Don't mess with $(LANGUAGES).
5301 (f/ansify.o, f/intdoc.o): Remove unnecessary rules.
5302
5303 2000-11-05 Toon Moene <toon@moene.indiv.nluug.nl>
5304
5305 * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
5306 Remove non-historical references to egcs/EGCS.
5307
5308 2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
5309
5310 * Make-lang.in: Remove f77.distdir and f/INSTALL.
5311 * INSTALL, install0.texi: Remove.
5312
5313 2000-11-02 Joseph S. Myers <jsm28@cam.ac.uk>
5314
5315 * com.c (open_include_file, ffecom_open_include_): Use strchr ()
5316 and strrchr () instead of index () and rindex ().
5317
5318 2000-10-27 Zack Weinberg <zack@wolery.stanford.edu>
5319
5320 * Make-lang.in: Move all build rules here from Makefile.in,
5321 adapt to new context. Wrap all rules that change the current
5322 directory in parentheses. Expunge all references to $(P).
5323 When one command depends on another and they're run all at
5324 once, use && to separate them, not ;. Add OUTPUT_OPTION to
5325 all object-file generation rules. Delete obsolete variables.
5326
5327 * Makefile.in: Delete.
5328 * config-lang.in: Delete outputs= line.
5329
5330 Sat Oct 21 18:07:48 2000 Joseph S. Myers <jsm28@cam.ac.uk>
5331
5332 * Makefile.in, g77spec.c: Remove EGCS references in comments.
5333
5334 Thu Oct 12 22:28:51 2000 Mark Mitchell <mark@codesourcery.com>
5335
5336 * com.c (ffecom_do_entry_): Don't mess with obstacks.
5337 (ffecom_finish_global_): Likewise.
5338 (ffecom_finish_symbol_transform_): Likewise.
5339 (ffecom_gen_sfuncdef_): Likewise.
5340 (ffecom_init_zero_): Likewise.
5341 (ffecom_start_progunit_): Likewise.
5342 (ffecom_sym_transform_): Likewise.
5343 (ffecom_sym_transform_assign_): Likewise.
5344 (ffecom_transform_equiv_): Likewise.
5345 (ffecom_transform_namelist_): Likewise.
5346 (ffecom_vardesc_): Likewise.
5347 (ffecom_vardesc_array_): Likewise.
5348 (ffecom_vardesc_dims_): Likewise.
5349 (ffecom_end_transition): Likewise.
5350 (ffecom_make_tempvar): Likewise.
5351 (bison_rule_pushlevel_): Likewise.
5352 (bison_rule_compstmt_): Likewise.
5353 (finish_decl): Likewise.
5354 (finish_function): Likewise.
5355 (push_parm_decl): Likewise.
5356 (start_decl): Likewise.
5357 (start_function): Likewise.
5358 (ggc_p): Don't define.
5359 * std.c (ffestd_stmt_pass_): Likewise.
5360 * ste.c (ffeste_end_block_): Likewise.
5361 (ffeste_end_stmt_): Likewise.
5362 (ffeste_begin_iterdo_): Likewise.
5363 (ffeste_io_ialist_): Likewise.
5364 (ffeste_io_cilist_): Likewise.
5365 (ffeste_io_inlist_): Likewise.
5366 (ffeste_io_olist_): Likewise.
5367 (ffeste_R810): Likewise.
5368 (ffeste_R838): Likewise.
5369 (ffeste_R839): Likewise.
5370 (ffeste_R842): Likewise.
5371 (ffeste_R843): Likewise.
5372 (ffeste_R1001): Likewise.
5373
5374 2000-10-05 Richard Henderson <rth@cygnus.com>
5375
5376 * com.c (finish_function): Don't init can_reach_end.
5377
5378 Sun Oct 1 11:43:44 2000 Mark Mitchell <mark@codesourcery.com>
5379
5380 * com.c (lang_mark_false_label_stack): Remove.
5381
5382 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
5383
5384 * com.c: Include defaults.h.
5385 * com.h: Don't define the *_TYPE_SIZE macros.
5386 * Makefile.in: Update dependencies.
5387
5388 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
5389
5390 * ansify.c: Use #line, not # <number>.
5391
5392 2000-08-24 Greg McGary <greg@mcgary.org>
5393
5394 * intdoc.c (ARRAY_SIZE): Remove macro.
5395 * proj.h (ARRAY_SIZE): Remove macro.
5396 * com.c (init_decl_processing): Use ARRAY_SIZE.
5397
5398 2000-08-22 Toon Moene <toon@moene.indiv.nluug.nl>
5399
5400 * com-rt.def: Adapt macro DEFGFRT to accept CONST boolean.
5401 * com.c (macro DEFGFRT): Use CONST boolean.
5402 (ffecom_call_binop_): Choose between call by value
5403 and call by reference.
5404 (ffecom_expr_): Use direct calls to (g)libc functions for
5405 POW_DD, LOG10, (float) MOD.
5406 (ffecom_make_gfrt_): Add const indication to table of
5407 intrinsics.
5408 * com.h (macro DEFGFRT): Use CONST boolean.
5409 * intrin.def: Adjust DEFIMP definition of LOG10, (float) MOD.
5410
5411 2000-08-21 Nix <nix@esperi.demon.co.uk>
5412
5413 * lang-specs.h: Do not process -o or run the assembler if
5414 -fsyntax-only. Use %j instead of /dev/null.
5415
5416 2000-08-21 Jakub Jelinek <jakub@redhat.com>
5417
5418 * lang-specs.h: Pass -I* options to f771.
5419
5420 2000-08-19 Toon Moene <toon@moene.indiv.nluug.nl>
5421
5422 * top.c (ffe_decode_option): Disable -fdebug-kludge
5423 and warn about it.
5424 * lang-options.h: Document the fact.
5425 * g77.texi: Ditto.
5426
5427 2000-08-13 Toon Moene <toon@moene.indiv.nluug.nl>
5428
5429 * bugs.texi: Describe new ability to emit debug info
5430 for EQUIVALENCE members.
5431 * news.texi: Ditto.
5432
5433 2000-08-11 G. Helffrich <george@gly.bris.ac.uk>
5434 Toon Moene <toon@moene.indiv.nluug.nl>
5435
5436 * com.c (ffecom_transform_equiv_): Make EQUIVALENCEs addressable
5437 so that debug info can be attached to their storage.
5438 Unconditionally list the storage set aside for them.
5439
5440 2000-08-07 Toon Moene <toon@moene.indiv.nluug.nl>
5441
5442 * g77spec.c (lang_specific_driver): Clearer g77 version message.
5443
5444 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
5445
5446 * Make-lang.in (f771): Depend on $(BACKEND), not stamp-objlist.
5447 * Makefile.in: Add BACKEND; delete OBJS, OBJDEPS.
5448 (f771): Link with $(BACKEND).
5449
5450 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5451
5452 * g77spec.c: Adjust type of second argument to
5453 lang_specific_driver, and update code as necessary.
5454
5455 * expr.c (ffeexpr_finished_): Cast signed side of ?:
5456 expression to bool.
5457
5458 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
5459
5460 * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
5461
5462 Thu Jul 27 11:50:08 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5463
5464 * fini.c (main): Avoid automatic aggregate initialization.
5465
5466 * proj.h: Indent #error directive.
5467
5468 2000-07-26 Toon Moene <toon@moene.indiv.nluug.nl>
5469
5470 * lang-specs.h: Remove one /dev/null from tradcpp invocation.
5471
5472 Sun Jul 23 15:47:30 2000 Billinghurst, David <David.Billinghurst@riotinto.com>
5473
5474 * Make-lang.in: Put $(build_exeext) suffix on programs which run
5475 on the build machine.
5476
5477 2000-07-22 Toon Moene <toon@moene.indiv.nluug.nl>
5478
5479 * com.c (ffecom_expr_intrinsic_): case FFEINTRIN_impFGETC_subr,
5480 FFEINTRIN_impFPUTC_subr: Check for arg3 being NULL.
5481
5482 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
5483
5484 * lang-specs.h: Use the new named specs. Remove unnecessary braces.
5485
5486 2000-07-02 Toon Moene <toon@moene.indiv.nluug.nl>
5487
5488 * version.c: Bump version number.
5489
5490 2000-06-21 Zack Weinberg <zack@wolery.cumb.org>
5491
5492 * Make-lang.in (F77_SRCS): Remove all .j files.
5493 * Makefile.in (ASSERT_H, CONFIG_H, CONVERT_H, FLAGS_H, GGC_H,
5494 GLIMITS_H, HCONFIG_H, INPUT_H, OUTPUT_H, RTL_H, SYSTEM_H,
5495 TOPLEV_H, TREE_H): Remove references to .j files.
5496 (TCONFIG_H, TM_H): Remove entirely.
5497 (deps-kinda): Delete rule.
5498 Correct commentary.
5499
5500 * assert.j, config.j, convert.j. flags.j, ggc.j, glimits.j,
5501 hconfig.j, input.j, output.j, rtl.j, system.j, toplev.j,
5502 tree.j, tconfig.j, tree.j: Delete.
5503
5504 * ansify.c, bad.c, bit.c, com.c, com.h, intdoc.c, lex.c,
5505 parse.c, proj.c, proj.h, ste.c, target.c, target.h, top.c,
5506 where.c, where.h: Include parent-directory headers directly.
5507 * lex.c: Don't include tree.h twice.
5508
5509 2000-05-17 H.J. Lu (hjl@gnu.org)
5510
5511 * Make-lang.in: Use a unique stamp for each target to support
5512 parallel make.
5513
5514 Thu Jun 15 14:03:14 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5515
5516 * ste.c (gbe_block): Constify.
5517
5518 2000-06-13 Jakub Jelinek <jakub@redhat.com>
5519
5520 * com.c (ffecom_transform_common_): Set DECL_USER_ALIGN.
5521 (ffecom_transform_equiv_, ffecom_decl_field): Likewise.
5522 (ffecom_init_0): Set DECL_USER_ALIGN resp. TYPE_USER_ALIGN.
5523 (duplicate_decls): Set DECL_USER_ALIGN.
5524
5525 Sun Jun 11 00:03:00 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5526
5527 * com.c (lang_get_alias_set): Mark parameter with ATTRIBUTE_UNUSED.
5528
5529 2000-06-04 Philipp Thomas <pthomas@suse.de>
5530
5531 * Makefile.in(INTLLIBS): New macro.
5532 (LIBS): Add INTLLIBS.
5533 (DEPLIBS): Likewise.
5534
5535 2000-06-02 Richard Henderson <rth@cygnus.com>
5536
5537 * com.c (lang_get_alias_set): New.
5538
5539 2000-05-28 Toon Moene <toon@moene.indiv.nluug.nl>
5540
5541 * bugs.texi: Note that debugging information for
5542 common block items is emitted now.
5543 * news.texi: Ditto.
5544
5545 2000-05-18 Chris Demetriou <cgd@sibyte.com>
5546
5547 * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that
5548 these types correspond to built-in types now defined in
5549 the C front end (for libf2c).
5550
5551 Wed May 17 17:27:44 2000 Andrew Cagney <cagney@b1.cygnus.com>
5552
5553 * top.c (ffe_decode_option): Update -Wall unused flags by calling
5554 set_Wunused.
5555
5556 2000-05-09 Zack Weinberg <zack@wolery.cumb.org>
5557
5558 * com.c (ffecom_subscript_check_): Constify array_name
5559 parameter. Clean up string bashing.
5560 (ffecom_arrayref_, ffecom_char_args_x_): Constify array_name
5561 parameter.
5562 (ffecom_do_entry_, ffecom_gen_sfuncdef_, ffecom_start_progunit_,
5563 ffecom_sym_transform_, ffecom_sym_transform_assign_): Constify
5564 local char *.
5565 (init_parse): Constify parameter and return value.
5566 * lex.c: Include dwarfout.h instead of prototyping dwarfout_*
5567 functions here.
5568 (ffelex_file_pop_, ffelex_file_push_): Constify filename parameter.
5569 (ffelex_hash_, ffelex_include_): Constify local char *.
5570 * std.c (ffestd_exec_end): Constify local char *.
5571 * where.c (ffewhere_file_new): Constify filename parameter.
5572 * where.h: Update prototypes.
5573
5574 2000-05-06 Zack Weinberg <zack@wolery.cumb.org>
5575
5576 * com.c (ffecom_overlap_): Set source_offset to
5577 bitsize_zero_node.
5578 (ffecom_tree_canonize_ptr_): Use size_binop. Convert to
5579 bitsizetype before multiplying by TYPE_SIZE.
5580 (ffecom_tree_canonize_ref_) [case ARRAY_REF]: Break up offset
5581 calculation. Convert to bitsizetype before multiplying by
5582 TYPE_SIZE.
5583
5584 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
5585
5586 * lex.c: Remove references to cccp.c.
5587 * g77install.texi: Remove references to cexp.c/cexp.y.
5588
5589 2000-04-15 David Edelsohn <edelsohn@gnu.org>
5590
5591 * target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
5592 as well.
5593
5594 Wed Apr 12 15:15:26 2000 Mark Mitchell <mark@codesourcery.com>
5595
5596 * com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a
5597 preprocessor constant.
5598 (FFECOM_f2cLOGICAL): Likewise.
5599 (FFECOM_f2cLONGINT): Likewise.
5600
5601 Wed Apr 5 17:46:39 2000 Mark Mitchell <mark@codesourcery.com>
5602
5603 * Makefile.in (GGC_H): Add varray.h.
5604
5605 2000-04-03 Zack Weinberg <zack@wolery.cumb.org>
5606
5607 * lang-specs.h: Pass -fno-show-column to the preprocessor.
5608
5609 2000-03-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5610
5611 * com.c (ffecom_decl_field): Use DECL_ALIGN for a FIELD_DECL.
5612 (ffecom_init_0): Likewise.
5613
5614 Sat Mar 25 09:12:10 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5615
5616 * com.c (ffecom_tree_canonize_ptr_): Use bitsize_zero_node.
5617 (ffecom_tree_canonize_ref_): Likewise.
5618
5619 Mon Mar 20 15:49:40 2000 Jim Wilson <wilson@cygnus.com>
5620
5621 * f/target.h (FFETARGET_32bit_longs): New. Define for alpha, sparc64,
5622 and ia64.
5623 (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
5624 ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
5625
5626 Fri Mar 10 00:43:55 2000 Jason Merrill <jason@casey.cygnus.com>
5627
5628 * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES.
5629
5630 Mon Mar 6 18:05:19 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5631
5632 * com.c (ffecom_f2c_set_lio_code_): Use compare_tree_int.
5633 (ffecom_sym_transform_, ffecom_transform_common_): Likewise.
5634 (ffecom_transform_equiv_): Likewise.
5635
5636 Mon Mar 6 13:01:19 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5637
5638 * ansify.c (die_unless): Don't use ANSI string concatenation.
5639 (die): Mark with ATTRIBUTE_NORETURN.
5640
5641 Wed Mar 1 00:31:44 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
5642
5643 * com.c (current_function_decl): Move to toplev.c.
5644
5645 Sun Feb 27 16:40:33 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5646
5647 * com.c (ffecom_arrayref_): Convert args to size_binop to proper type.
5648 (ffecom_tree_canonize_ptr_): Don't use size_binop for non-sizes.
5649 (ffecom_tree_canonize_ref_): Likewise.
5650 (type_for_mode): Handle TImode.
5651 * ste.c (ffeste_io_dofio_, ffeste_io_douio_): Use TYPE_SIZE_UNIT.
5652 (ffeste_io_ciclist_): Likewise.
5653
5654 2000-02-23 Zack Weinberg <zack@wolery.cumb.org>
5655
5656 * com.c (ffecom_type_permanent_copy_): Delete unused function.
5657 (finish_decl): Don't change TREE_PERMANENT (DECL_INITIAL (decl)).
5658
5659 Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5660
5661 * com.c (ffecom_sym_transform): Use DECL_SIZE_UNIT.
5662 (ffecom_transform_common_, ffecom_transform_equiv_): Likewise.
5663 (duplicate_decls): Likewise.
5664 (ffecom_tree_canonize_ptr_): Delete extra arg to bitsize_int.
5665 (finish_decl): Delete -Wlarger-than processing.
5666
5667 Fri Feb 18 13:19:34 2000 Martin von Loewis <loewis@informatik.hu-berlin.de>
5668
5669 * g77spec.c (lang_specific_driver): Use GCCBUGURL.
5670
5671 2000-02-17 Andy Vaught <andy@maxwell.la.asu.edu>
5672
5673 * com.c (ffecom_member_phase2_): Re-enable COMMON debug code.
5674 (ffecom_finish_symbol_transform_): Likewise.
5675 (ffecom_transform_common_): Call ffestorag_set_hook.
5676
5677 Wed Feb 16 11:09:38 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5678
5679 * Make-lang.in (g77spec.o): Depend on $(GCC_H), not gcc.h.
5680
5681 2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
5682
5683 * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
5684
5685 Tue Feb 15 11:14:17 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5686
5687 * g77spec.c: Don't declare `version_string'.
5688
5689 Sat Feb 5 23:27:25 2000 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5690
5691 * com.c (mark_tracker_head, mark_binding_level): Protoize.
5692
5693 * where.c (mark_ffewhere_head): Likewise.
5694
5695 Wed Jan 12 09:32:59 2000 Zack Weinberg <zack@wolery.cumb.org>
5696
5697 * lang-specs.h: Pass -lang-fortran to preprocessor.
5698
5699 Thu Dec 30 13:14:31 1999 Richard Henderson <rth@cygnus.com>
5700
5701 * stw.h (struct _ffestw_): Change type of uses_ to int.
5702
5703 Thu Dec 30 11:42:05 1999 Geoff Keating <geoffk@cygnus.com>
5704
5705 * com.c (ffecom_init_0): Make double_ftype_double,
5706 float_ftype_float, ldouble_ftype_ldouble,
5707 ffecom_tree_ptr_to_fun_type_void local.
5708 (tracker_head): New static variable.
5709 (mark_tracker_head): New, marker procedure for tracker_head.
5710 (ffecom_save_tree_forever): New procedure.
5711 (ffecom_init_zero_): Remove obstack use.
5712 (ffecom_make_gfrt_): Remove obstack use.
5713 (ffecom_sym_transform_): Remove obstack use, save appropriate trees.
5714 (ffecom_transform_common_): Remove obstack use, save appropriate
5715 trees.
5716 (ffecom_type_namelist_): Remove obstack use, save appropriate
5717 trees.
5718 (ffecom_type_vardesc_): Remove obstack use, save appropriate trees.
5719 (ffecom_lookup_label): Remove obstack use, save appropriate trees.
5720 (duplicate_decls): Remove obstack use.
5721 (finish_function): push & pop ggc context around
5722 rest_of_compilation when building nested function.
5723 (mark_binding_level): New function.
5724 (init_decl_processing): Mark all the GC roots.
5725 (ggc_p): Set to 1.
5726 (lang_mark_tree): New function.
5727 (lang_mark_false_label_stack): New trivial function.
5728 * com.h (ffecom_save_tree_forever): Declare as external.
5729 * lex.c (ffelex_hash_): Use GC to allocate the filename string
5730 even when ffelex_kludge_flag_.
5731 * ste.c (ffeste_io_ialist_): Register a static root.
5732 (ffeste_io_inlist_): Likewise.
5733 (ffeste_io_icilist_): Likewise.
5734 (ffeste_io_cllist_): Likewise.
5735 (ffeste_io_cilist_): Likewise.
5736 (ffeste_io_olist_): Likewise.
5737 * Makefile.in (OBJS): Don't use ggc-callbacks.o.
5738 (OBJDEPS): Likewise.
5739 (GGC_H): New variable.
5740 Update dependencies.
5741 * where.c (ffewhere_head): New global.
5742 (mark_ffewhere_head): New marker procedure for ffewhere_head.
5743 (ffewhere_file_kill): Use GC to do memory management.
5744 (ffewhere_file_new): Use GC to do memory management.
5745 * ggc.j: New file.
5746
5747 Wed Dec 29 19:29:26 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5748
5749 * g77.texi (C Interfacing Tools): Fix an incorrect link.
5750
5751 1999-12-13 Jakub Jelinek <jakub@redhat.com>
5752
5753 * target.h: Handle sparc64 the same way as alpha.
5754
5755 Sun Nov 28 21:39:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5756
5757 * com.c (ffecom_file_, ffecom_file, file_buf,
5758 ffecom_open_include_): Constify a char*.
5759 (ffecom_possible_partial_overlap_): Mark parameter `expr2' with
5760 ATTRIBUTE_UNUSED.
5761 (ffecom_init_0): Use a fully prototyped cast in call to bsearch.
5762 (lang_print_error_function): ANSI-fy.
5763
5764 * com.h (ffecom_file): Constify a char*.
5765
5766 * fini.c (main): Call return, not exit.
5767
5768 * g77spec.c (lang_specific_driver): Use non-const *in_argv in
5769 assignment.
5770
5771 * intrin.c (ffeintrin_cmp_name_): Don't needlessly cast away
5772 const-ness.
5773
5774 Sun Nov 28 21:15:29 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5775
5776 * com.c (ffecom_get_invented_identifier): Rewrite to take an ellipses.
5777
5778 (ffecom_char_enhance_arg_, ffecom_do_entry_,
5779 ffecom_f2c_make_type_, ffecom_gen_sfuncdef_,
5780 ffecom_start_progunit_, ffecom_start_progunit_,
5781 ffecom_start_progunit_, ffecom_sym_transform_assign_,
5782 ffecom_transform_equiv_, ffecom_transform_namelist_,
5783 ffecom_vardesc_, ffecom_vardesc_array_, ffecom_vardesc_dims_,
5784 ffecom_end_transition, ffecom_lookup_label, ffecom_temp_label):
5785 Adjust accordingly.
5786
5787 * com.h (ffecom_get_invented_identifier): Likewise.
5788
5789 * sts.c (ffests_printf): New function taking ellipses.
5790 (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
5791 ffests_printf_2Us): Delete.
5792
5793 * sts.h: Likewise.
5794
5795 * std.c (ffestd_R1001dump_, ffestd_R1001dump_1005_1_,
5796 ffestd_R1001dump_1005_2_, ffestd_R1001dump_1005_3_,
5797 ffestd_R1001dump_1005_4_, ffestd_R1001dump_1005_5_,
5798 ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
5799 ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_,
5800 ffestd_R1001rtexpr_): Call `ffests_printf', not `ffests_printf_*'.
5801
5802 * ste.c (ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
5803 ffeste_io_icilist_, ffeste_io_inlist_, ffeste_io_olist_): Likewise.
5804
5805 Wed Nov 10 12:43:21 1999 Philippe De Muyter <phdm@macqel.be>
5806 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5807
5808 * proj.h: Test `GCC_VERSION', not `HAVE_GCC_VERSION'.
5809
5810 Tue Oct 26 01:32:19 1999 Mark Mitchell <mark@codesourcery.com>
5811
5812 * com.c (poplevel): Don't call remember_end_note.
5813
5814 Fri Oct 15 15:18:12 1999 Greg McGary <gkm@gnu.org>
5815
5816 * top.h (ffe_is_subscript_check_): Remove extern decl.
5817 (ffe_is_subscript_check, ffe_set_is_subscript_check): Remove macros.
5818 * top.c (ffe_is_subscript_check_): Remove global variable.
5819 (ffe_decode_option): Remove "(no-)bounds-check" flag handling.
5820 Set flag_bounds_check for "(no-)fortran-bounds-check".
5821 * com.c
5822 (ffecom_arrayref_): s/ffe_is_subscript_check ()/flag_bounds_check/
5823 (ffecom_char_args_x_): Ditto.
5824
5825 Sun Oct 10 08:40:18 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5826
5827 * proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
5828 __GNUC__ and __GNUC_MINOR__. Don't define BUILT_WITH_270. Define
5829 macro UNUSED in terms of ATTRIBUTE_UNUSED.
5830
5831 Fri Sep 24 10:48:10 1999 Bernd Schmidt <bernds@cygnus.co.uk>
5832
5833 * com.c (duplicate_decls): Use DECL_BUILT_IN_CLASS rather than
5834 DECL_BUILT_IN.
5835 (builtin_function): No longer static. New arg CLASS. Arg
5836 FUNCTION_CODE now of type int. All callers changed.
5837 Set the builtin's DECL_BUILT_IN_CLASS.
5838
5839 Tue Sep 21 09:08:30 1999 Toon Moene <toon@moene.indiv.nluug.nl>
5840
5841 * g77spec.c (lang_specific_driver): Initialize return value.
5842
5843 Thu Sep 16 18:07:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5844
5845 * bad.c (ffebad_finish): Use uppercase ctype macro from system.h.
5846
5847 * fini.c (main): Likewise.
5848
5849 * intrin.c (ffeintrin_init_0): Likewise.
5850
5851 * lex.c (ffelex_hash_): Likewise.
5852
5853 * src.c (ffesrc_init_1): Likewise.
5854
5855 Tue Sep 14 12:14:28 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5856
5857 * g77spec.c (lang_specific_driver): Remove unnecessary argument in
5858 call to function `fatal'.
5859
5860 Sun Sep 12 23:29:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5861
5862 * Make-lang.in (g77spec.o): Depend on system.h and gcc.h.
5863
5864 * g77spec.c: Include gcc.h.
5865 (g77_xargv): Constify.
5866 (g77_fn): Add parameter prototypes.
5867 (lookup_option, append_arg): Add static prototypes.
5868 (g77_newargv): Constify.
5869 (lookup_option, append_arg, lang_specific_driver): Constify a char*.
5870 (lang_specific_driver): All calls to the function pointer
5871 parameter now explicitly call `fatal'.
5872
5873 Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
5874
5875 * com.h: Delete declarations for all tree nodes now moved to
5876 global_trees.
5877 * com.c: Delete their definitions.
5878 (ffecom_init_0): Call build_common_tree_nodes and
5879 build_common_tree_nodes_2 instead of building their nodes here.
5880 Override their decisions for complex nodes.
5881
5882 Sat Sep 4 13:46:27 1999 Mark Mitchell <mark@codesourcery.com>
5883
5884 * Make-lang.in (f771): Depend on ggc-callbacks.o.
5885 * Makefile.in (OBJS): Add ggc-callbacks.o.
5886 (OBJDEPS): Likewise.
5887
5888 Mon Aug 30 22:05:53 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5889
5890 * com.c (language_string): Constify.
5891
5892 Mon Aug 30 20:29:30 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5893
5894 * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
5895 Remove hacks for stuff which now comes from libiberty.
5896
5897 Sun Aug 29 09:47:45 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5898
5899 * com.c (lang_printable_name): Constify a char*.
5900
5901 Wed Aug 25 01:21:06 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5902
5903 * lang-specs.h: Pass cc1 spec to f771.
5904
5905 Mon Aug 9 19:44:08 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5906
5907 * com.c (lang_print_error_function): Constify a char*.
5908 (init_parse): Remove redundant prototype for `print_error_function'.
5909 (lang_identify): Constify a char*.
5910
5911 Thu Aug 5 02:40:42 1999 Jeffrey A Law (law@cygnus.com)
5912
5913 * g77spec.c: Update URLS and mail addresses.
5914 * root.texi: Update URLS and mail addresses.
5915
5916 1999-07-25 Richard Henderson <rth@cygnus.com>
5917
5918 * com.c (ptr_type_node, va_list_type_node): New.
5919 (ffecom_init_0): Init and use ptr_type_node.
5920
5921 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
5922
5923 * root.texi: Update e-mail addresses to gcc.gnu.org.
5924 * g77spec.c (lang_specific_driver): Updated URL with bug reporting
5925 instructions to gcc.gnu.org. Removed e-mail address.
5926
5927 Sat Jul 17 11:28:43 1999 Craig Burley <craig@jcb-sc.com>
5928
5929 * root.texi, g77install.texi: Switchover to GCC terminology.
5930 Also, FSF-G77 had been mistakenly set at some point.
5931
5932 Thu Jul 8 15:38:50 1999 Craig Burley <craig@jcb-sc.com>
5933
5934 * news.texi: Describe DATE intrinsic fix.
5935
5936 Mon Jun 28 21:44:19 1999 Craig Burley <craig@jcb-sc.com>
5937
5938 * version.c: Denote experimental version.
5939
5940 Mon Jun 28 10:43:11 1999 Craig Burley <craig@jcb-sc.com>
5941
5942 * com.c (ffecom_prepare_expr_): A COMPLEX intrinsic needs
5943 a temp even if -fno-f2c.
5944
5945 * version.c: Bump version.
5946
5947 Mon Jun 28 21:31:35 1999 Craig Burley <craig@jcb-sc.com>
5948
5949 * bugs.texi, news.texi: Doc upgrade to netlib libf2c as of today.
5950 Explain that this fixes the NAMELIST-read bug.
5951
5952 Fri Jun 25 11:06:32 1999 Craig Burley <craig@jcb-sc.com>
5953
5954 * bugs.texi: Describe K(5)=10*3 NAMELIST-read bug.
5955
5956 Mon Jun 21 12:40:17 1999 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5957
5958 * g77.texi: Update links.
5959
5960 Mon Jun 21 05:33:51 1999 Jeffrey A Law (law@cygnus.com)
5961
5962 * news.texi: Add missing @end ifclear.
5963
5964 Fri Jun 18 11:43:46 1999 Craig Burley <craig@jcb-sc.com>
5965
5966 * news.texi: Doc TtyNam fix.
5967
5968 Fri Jun 18 11:26:50 1999 Craig Burley <craig@jcb-sc.com>
5969
5970 * news.texi: New heading for development version.
5971 Doc upgrade to netlib libf2c as of today.
5972
5973 Wed Jun 16 11:43:02 1999 Craig Burley <craig@jcb-sc.com>
5974
5975 * news.texi: Mention BACKSPACE fix to libg2c.
5976
5977 Mon Jun 7 08:42:40 1999 Craig Burley <craig@jcb-sc.com>
5978
5979 * Make-lang.in: Any target using libsubdir must depend
5980 on installdirs.
5981
5982 Sat Jun 5 23:50:36 1999 Craig Burley <craig@jcb-sc.com>
5983
5984 * g77.texi: Describe a few more missing features people
5985 have emailed me about.
5986
5987 Sat Jun 5 17:03:23 1999 Craig Burley <craig@jcb-sc.com>
5988
5989 From Dave Love to egcs-patches on 20 May 1999 17:38:38 +0100:
5990 * g77.texi: Clean up fossil text vis-a-vis Intel CPUs.
5991
5992 Fri Jun 4 13:56:56 1999 Craig Burley <craig@jcb-sc.com>
5993
5994 * Make-lang.in: Use libsubdir, not prefix, to store
5995 temporary lang-f77 `flag' file.
5996
5997 Fri Jun 4 10:26:04 1999 Craig Burley <craig@jcb-sc.com>
5998
5999 * news.texi (News): Mention GCC 2.95 in favor of EGCS 1.2.
6000 Mention that libg2c is multilibbed.
6001
6002 Fri Jun 4 10:09:50 1999 Craig Burley <craig@jcb-sc.com>
6003
6004 * g77.texi (Missing Features): Add `Better Warnings'
6005 item.
6006
6007 Fri May 28 16:51:41 1999 Craig Burley <craig@jcb-sc.com>
6008
6009 * g77.texi: Fix thinko.
6010
6011 Wed May 26 14:43:27 1999 Craig Burley <craig@jcb-sc.com>
6012
6013 * news.texi: Document Tue May 18 03:52:04 1999 patch.
6014 Fix a grammo.
6015
6016 Wed May 26 14:25:07 1999 Craig Burley <craig@jcb-sc.com>
6017
6018 * g77.texi, news.texi, root.texi, version.c: Start renaming
6019 EGCS 1.2 to GCC 2.95, and start using 0.5.25 to designate
6020 the version of g77 within GCC 2.95.
6021
6022 Wed May 26 11:45:21 1999 Craig Burley <craig@jcb-sc.com>
6023
6024 Rename -fsubscript-check to -fbounds-check and
6025 -ff2c-subscript-check to -ffortran-bounds-check:
6026 * g77.texi: Rename options in docs, clarify usage.
6027 * lang-options.h: Rename options, clarify doclets.
6028 * news.texi: Rename options, don't bother with fortran-specific
6029 option.
6030 * top.c (ffe_decode_option): Rename recognized strings.
6031
6032 Tue May 25 18:21:09 1999 Craig Burley <craig@jcb-sc.com>
6033
6034 * com.c (FFECOM_FASTER_ARRAY_REFS): Delete this vestige,
6035 now that -fflatten-arrays exists.
6036
6037 Tue May 25 17:48:34 1999 Craig Burley <craig@jcb-sc.com>
6038
6039 Fix 19990525-0.f:
6040 * com.c (ffecom_arg_ptr_to_expr): Strip off parens around
6041 CHARACTER expression.
6042 (ffecom_prepare_expr_): Ditto.
6043
6044 Tue May 18 03:52:04 1999 Craig Burley <craig@jcb-sc.com>
6045
6046 Support use of back end's improved open-coding of complex divide:
6047 * com.c (ffecom_tree_divide_): Use RDIV_EXPR for complex divide,
6048 instead of run-time call to [cz]_div, if `-Os' option specified.
6049 (lang_init_options): Tell back end we want support for wide range
6050 of inputs to complex divide.
6051
6052 * Bump version.
6053
6054 Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
6055
6056 * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
6057 was not given.
6058
6059 Thu May 13 12:23:20 1999 Craig Burley <craig@jcb-sc.com>
6060
6061 Fix INTEGER*8 subscripts in array references:
6062 * com.c (ffecom_subscript_check_): Convert low, high, and
6063 element as necessary to make comparison work.
6064 (ffecom_arrayref_): Do more of the work.
6065 Properly handle subscript expr that's wider than int,
6066 if pointers are wider than int.
6067 (ffecom_expr_): Leave more work to ffecom_arrayref_.
6068 (ffecom_init_0): Record sizes of pointers and ints for
6069 convenience.
6070 Use set_sizetype etc. as done by gcc front end.
6071 (ffecom_ptr_to_expr): Leave more work to ffecom_arrayref_.
6072 * expr.c (ffeexpr_finished_): Don't convert INTEGER subscript
6073 expressions in run-time contexts.
6074 (ffeexpr_token_elements_, ffeexpr_token_substring_1_): Cope with
6075 non-default INTEGER subscript expressions.
6076 * news.texi: Announce.
6077
6078 Finish accepting -fflatten-arrays option:
6079 * com.c (ffecom_arrayref_): Flatten references if requested.
6080 * g77.texi: Describe.
6081 * lang-options.h: Allow.
6082 * news.texi: Announce.
6083 * top.c, top.h: Recognize.
6084
6085 * version.c: Bump version.
6086
6087 Wed May 12 07:30:05 1999 Craig Burley <craig@jcb-sc.com>
6088
6089 * com.c (lang_init_options): Disable back end's maintenance
6090 of errno.
6091 * news.texi: Document dropping of errno.
6092
6093 1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
6094
6095 * lang-specs.h: Pass -$ to the preprocessor.
6096
6097 Mon May 10 18:14:28 1999 Craig Burley <craig@jcb-sc.com>
6098
6099 * g77.texi: Fix various @xref's per proper style.
6100 Go ahead and use nested braces in @xref's, with care.
6101 * g77install.texi: Fix @xref per proper style.
6102
6103 Mon May 10 17:38:39 1999 Craig Burley <craig@jcb-sc.com>
6104
6105 * news.texi: Doc upgrade to netlib libf2c as of today.
6106
6107 Sun May 9 18:52:13 1999 Hans-Peter Nilsson <hp@bitrange.com>
6108
6109 * f/g77spec.c (lang_specific_driver): Correct bug-report address
6110 and point to the FAQ.
6111
6112 Thu May 6 12:40:21 1999 Craig Burley <craig@jcb-sc.com>
6113
6114 * g77.texi (Arbitrary Concatenation): Put this under
6115 "Missing Features" instead of "Projects".
6116 (Internals Documentation): Point to new "Front End" chapter.
6117
6118 Thu May 6 08:23:52 1999 Craig Burley <craig@jcb-sc.com>
6119
6120 * bugs.texi, news.texi: Automatic arrays reportedly working
6121 on HP-UX systems.
6122
6123 Thu May 6 08:19:31 1999 Craig Burley <craig@jcb-sc.com>
6124
6125 * g77.texi (Advantages Over f2c): Expand on this topic.
6126
6127 Mon May 3 19:41:48 1999 Craig Burley <craig@jcb-sc.com>
6128
6129 * com.c (ffecom_expr_intrinsic_): Fix test of CTIME_subr.
6130
6131 Mon May 3 18:11:48 1999 Craig Burley <craig@jcb-sc.com>
6132
6133 Reverse order of two arguments to CTIME_subr, DTIME_subr,
6134 ETIME_subr, and TTYNAM_subr:
6135 * com.c (ffecom_expr_intrinsic_): Reverse the arguments.
6136 While at it, set TREE_SIDE_EFFECTS for CTIME_subr and
6137 TTYNAM_subr.
6138 * intdoc.in: Document the new calling sequences.
6139 * intrin.def: Reverse the arguments.
6140 * news.texi: Document the fact that they changed.
6141 * version.c: Bump version.
6142
6143 Mon May 3 11:28:14 1999 Craig Burley <craig@jcb-sc.com>
6144
6145 * news.texi: Doc upgrade to netlib libf2c as of today.
6146
6147 Sun May 2 17:04:28 1999 Craig Burley <craig@jcb-sc.com>
6148
6149 * version.c: Bump version.
6150
6151 Sun May 2 16:53:01 1999 Craig Burley <craig@jcb-sc.com>
6152
6153 Fix compile/19990502-1.f:
6154 * ste.c (ffeste_R819B): Don't overwrite tree for temp
6155 variable when expanding the assignment into it.
6156
6157 Sun Apr 25 20:55:10 1999 Craig Burley <craig@jcb-sc.com>
6158
6159 Fix 19990325-0.f and 19990325-1.f:
6160 * com.c (ffecom_possible_partial_overlap_): New function.
6161 (ffecom_expand_let_stmt): Use it to determine whether to assign
6162 to a COMPLEX operand through a temp.
6163 * news.texi: Document fix.
6164
6165 * version.c: Bump version.
6166
6167 Sat Apr 24 12:19:53 1999 Craig Burley <craig@jcb-sc.com>
6168
6169 * expr.c (ffeexpr_finished_): Convert DATA implied-do
6170 start/end/incr expressions to default INTEGER.
6171 Fix some broken conditionals.
6172 Clean up some code in the region.
6173 * news.c: Document the fix.
6174
6175 * version.c: Bump version.
6176
6177 Fri Apr 23 02:08:32 1999 Craig Burley <craig@jcb-sc.com>
6178
6179 * g77.texi (Compiler Prototypes): Replace "missing" subscript-
6180 checking option with something else.
6181
6182 Fri Apr 23 01:48:28 1999 Craig Burley <craig@jcb-sc.com>
6183
6184 Support new -fsubscript-check and -ff2c-subscript-check options:
6185 * com-rt.def (FFECOM_gfrtRANGE): Describe s_rnge, in libf2c/libF77.
6186 * com.c (ffecom_subscript_check_, ffecom_arrayref_): New functions.
6187 (ffecom_char_args_x_): Use new ffecom_arrayref_ function for
6188 FFEBLD_opARRAYREF case.
6189 Compute character name, array type, and use new
6190 ffecom_subscript_check_ function for FFEBLD_opSUBSTRING case.
6191 (ffecom_expr_): Use new ffecom_arrayref_ function.
6192 (ffecom_ptr_to_expr): Use new ffecom_arrayref_ function.
6193 * g77.texi, news.texi: Document new options.
6194 * top.c, top.h: Support new options.
6195
6196 * news.texi: Fix up some items to not be in "User-Visible Changes".
6197
6198 * ste.c (ffeste_R819B): Fix type for loop variable, to avoid
6199 warnings.
6200
6201 * version.c: Bump version.
6202
6203 Tue Apr 20 01:38:57 1999 Craig Burley <craig@jcb-sc.com>
6204
6205 * bugs.texi, news.texi: Clarify -malign-double situation.
6206
6207 Tue Apr 20 01:15:25 1999 Craig Burley <craig@jcb-sc.com>
6208
6209 * stb.c (ffestb_R5282_): Convert DATA repeat count
6210 to default INTEGER, to avoid problems downstream.
6211
6212 * version.c: Bump version.
6213
6214 Mon Apr 19 21:36:48 1999 Craig Burley <craig@jcb-sc.com>
6215
6216 * ste.c (ffeste_R819B): Start the loop before expanding
6217 the termination expression.
6218
6219 * version.c: Bump version.
6220
6221 Sun Apr 18 21:53:58 1999 Craig Burley <craig@jcb-sc.com>
6222
6223 * com.c (ffecom_sym_transform_): COMMON and EQUIVALENCE
6224 variables have constant addresses (EQUIVALENCE only if
6225 containing aggregate is static).
6226
6227 Sat Apr 17 16:55:59 1999 Craig Burley <craig@jcb-sc.com>
6228
6229 * bugs.texi, ffe.texi, g77.texi, g77install.texi, news.texi:
6230 Clean up @code{} vs. @samp{}.
6231 Clean up dashes (`--') vs. @minus{} vs. `---'.
6232
6233 * ffe.texi: Add copyright header.
6234
6235 * g77.texi, lang-options.h, news.texi, top.c (ffe_decode_option):
6236 Remove support for -fugly option.
6237 Clarify that -fugly-logint is needed instead of -fugly
6238 to work around using .EQ./.NE. on LOGICAL operands.
6239 Explain more about why -fugly-logint is bad juju.
6240
6241 * g77.texi (Missing Features): Describe READONLY as a missing
6242 feature. Describe AUTOMATIC better.
6243
6244 * news.texi: Mention libf2c upgrade.
6245
6246 Sat Apr 17 14:05:53 1999 Craig Burley <craig@jcb-sc.com>
6247
6248 Make a place for front-end internals documentation:
6249 * Make-lang.in (f/g77.info, f/g77.dvi): Depend on f/ffe.texi.
6250 * ffe.texi: New file, containing docs on front-end internals.
6251 * g77.texi: New chapter for, and inclusion of, ffe.texi.
6252
6253 * g77.texi: Fix an index entry.
6254
6255 Sat Apr 17 13:53:43 1999 Craig Burley <craig@jcb-sc.com>
6256
6257 Rewrite to use block/scope structure of GBE and to ensure
6258 variables (especially those going on stack/reg) are declared
6259 before executable code generated:
6260 * bld.c (ffebld_new_item, ffebld_new_one, ffebld_new_two):
6261 Support new hooks.
6262 * bld.h (ffebld_item_hook, ffebld_item_set_hook,
6263 ffebld_nonter_hook, ffebld_nonter_set_hook): Ditto.
6264 * bld.h (ffebld_basictype, ffebld_kind, ffebld_kindtype,
6265 ffebld_rank, ffebld_where): New convenience macros (used
6266 by rest of this patch).
6267 * com.c, com.h (ffecom_push_calltemps, ffecom_pop_calltemps,
6268 ffecom_push_tempvar, ffecom_pop_tempvar): Remove temp-var-
6269 handling mechanism.
6270 * com.c (ffecom_call_, ffecom_call_binop_, ffecom_tree_divide_,
6271 ffecom_call_gfrt): Support passing hooks for temp-var info.
6272 (ffecom_expr_power_integer_): Takes opPOWER expression, instead
6273 of its left and right operands, so it can get at the hook.
6274 (ffecom_prepare_let_char_, ffecom_prepare_arg_ptr_to_expr,
6275 ffecom_prepare_end, ffecom_prepare_expr_, ffecom_prepare_expr_rw,
6276 ffecom_prepare_expr_w, ffecom_prepare_return_expr,
6277 ffecom_prepare_ptr_to_expr): New functions supporting expression
6278 pre-scanning.
6279 (bison_rule_compstmt_): Return the tree, as in the CFE.
6280 (delete_block): New function, from CFE.
6281 (kept_level_p): New function, from CFE, modified.
6282 (ffecom_start_compstmt, ffecom_end_compstmt): New functions,
6283 replacing ffecom_start_compstmt_ and ffecom_end_compstmt_ macros,
6284 and they do real work.
6285 (struct binding_level): Add prep_state member. Initialize to 0.
6286 (ffecom_get_invented_identifier): Now takes either or both a
6287 string and an integer, using -1 to denote no integer.
6288 (ffecom_do_entry_): Disallow temp-var generation via expressions
6289 in body of function, since the exprs aren't prescanned.
6290 (ffecom_expr_rw): Now takes destination tree.
6291 (ffecom_expr_w): New function, now used in some places
6292 ffecom_expr_rw had been used.
6293 (ffecom_expr_intrinsic_): Move huge f2c-related comment to bottom
6294 of source file, to avoid annoying problems editing com.c using
6295 Emacs C-mode.
6296 (ffecom_expr_power_integer_): Make a temp var for division, if
6297 necessary.
6298 Handle expanded statement expression as does CFE.
6299 (ffecom_start_progunit_): Disallow temp-var generation in body
6300 of function, since expressions are not prescanned at this level.
6301 (ffecom_sym_transform_): Transform ASSIGN variables as well,
6302 so these are all transformed up front, before code-generation
6303 begins.
6304 (ffecom_arg_ptr_to_const_expr, ffecom_const_expr,
6305 ffecom_ptr_to_const_expr): New functions to transform expressions
6306 only if the results will surely be constants.
6307 (ffecom_arg_ptr_to_expr): Precompute size, for convenience
6308 obtaining temp vars.
6309 (ffecom_expand_let_stmt): Guess at usability of destination
6310 pre-expansion, to provide better prescan preparation (fewer
6311 spurious temp vars).
6312 (ffecom_init_0): Disallow temp-var generation in global scope.
6313 (ffecom_type_expr): New function, returns just the type tree
6314 for the expression.
6315 (start_function): Disallow temp-var generation in parm scope.
6316 (incomplete_type_error): Fix introductory comment.
6317 (poplevel): Update (somewhat) from CFE.
6318 (pushlevel): Update (somewhat) from CFE.
6319 * stc.c (ffestc_R838): Mark ASSIGNed variable as so.
6320 * std.c (ffestd_stmt_pass_, ffestd_R803, ffestd_R804, ffestd_R805,
6321 ffestd_R806): Remember and pass through the ffestw block info
6322 for these (IFTHEN, ELSEIF, ELSE, and ENDIF) statements.
6323 * ste.c (ffeste_end_iterdo_): Now takes ffestw block argument.
6324 (ffeste_io_inlist_): Add prototype.
6325 (ffeste_f2c_*): Macros rewritten, new ones added.
6326 (ffeste_start_block_, ffeste_end_block_, ffeste_start_stmt_,
6327 ffeste_end_stmt_): New macros/functions, depending on whether
6328 checking is enabled, to keep track of symmetry of other ste.c code.
6329 (ffeste_begin_iterdo_, ffeste_end_iterdo_, ffeste_io_impdo_,
6330 ffeste_io_dofio_, ffeste_io_dolio_, ffeste_io_douio_,
6331 ffeste_io_ialist_, ffeste_io_cilist_, ffeste_io_cllist_,
6332 ffeste_icilist_, ffeste_io_inlist_, ffeste_io_olist_,
6333 ffeste_subr_beru_, ffeste_do, ffeste_end_R807, ffeste_R737A,
6334 ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806, ffeste_R807,
6335 ffeste_R809, ffeste_R810, ffeste_R811, ffeste_R819A, ffeste_R819B,
6336 ffeste_R837, ffeste_R838, ffeste_R839, ffeste_R840, ffeste_R904,
6337 ffeste_R907, ffeste_R909_start, ffeste_R909_item, ffeste_R909_finish,
6338 ffeste_R910_start, ffeste_R910_item, ffeste_R910_finish,
6339 ffeste_R911_start, ffeste_R911_item, ffeste_R911_finish,
6340 ffeste_R923A, ffeste_R1212, ffeste_R1227): Prescan/prepare
6341 all pertinent expressions, update to new com.c interface, etc.
6342 (ffeste_io_impdo_): Relocate.
6343 (ffeste_R834, ffeste_R835, ffeste_R836, ffeste_R1226): Don't
6344 bother calling clear_momentary, nothing was generated.
6345 (ffeste_R842, ffeste_R843): Update to new com.c interface.
6346 (ffeste_R1226): Don't try to stuff error_mark_node's DECL_INITIAL.
6347 (ffeste_terminate_2): When checking enabled, make sure all blocks
6348 and statements have been ended.
6349 * ste.h (ffeste_R803, ffeste_R804, ffeste_R805, ffeste_R806):
6350 These now take ffestw block argument.
6351 (ffeste_terminate_2): When checking enabled, it's a function, not
6352 a macro.
6353 * stw.h (struct _ffestw_): New variable for IFTHEN.
6354 (ffestw_ifthen_fake_else, ffestw_set_ifthen_fake_else): New
6355 accessor macros.
6356 * symbol.c, symbol.h: Support new ASSIGN'ed-to info.
6357
6358 * com.c: Clean up commentary per GNU coding standards.
6359
6360 * bld.h (ffebld_size, ffebld_size_known): Canonize.
6361
6362 * version.c: Bump version.
6363
6364 Sun Apr 11 21:33:33 1999 Mumit Khan <khan@xraylith.wisc.edu>
6365
6366 * g77spec.c (lang_specific_driver): Check whether MATH_LIBRARY is
6367 null to decide whether to use it.
6368
6369 Wed Apr 7 09:47:09 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6370
6371 * ansify.c (die): Specify void argument.
6372
6373 * intdoc.c (family_name, dumpgen, dumpspec, dumpimp,
6374 argument_info_ptr, argument_info_string, argument_name_ptr,
6375 argument_name_string, elaborate_if_complex,
6376 elaborate_if_maybe_complex, elaborate_if_real, print_type_string):
6377 Const-ify a char*.
6378 (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
6379 (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
6380 _ffeintrin_imp_, cc_pair, descriptions, summaries): Const-ify a char*.
6381
6382 Mon Apr 5 11:57:54 1999 Donn Terry (donn@interix.com)
6383
6384 * Make-lang.in (HOST_CFLAGS): compute dynamically.
6385
6386 Mon Apr 5 02:11:23 1999 Craig Burley <craig@jcb-sc.com>
6387
6388 Fix bugs exposed by configuring with --enable-checking:
6389 * com.c (ffecom_do_entry_, ffecom_expr_, ffecom_arg_ptr_to_expr,
6390 ffecom_list_expr, ffecom_list_ptr_to_expr, finish_function,
6391 pop_f_function_context, store_parm_decls, poplevel): Handle
6392 error_mark_node properly.
6393 * ste.c (ffeste_begin_iterdo_, ffeste_end_iterdo_): Ditto.
6394 * version.c: Bump version.
6395
6396 Sat Apr 3 23:57:56 1999 Craig Burley <craig@jcb-sc.com>
6397
6398 * g77.texi: Fix up docs for -fset-g77-defaults, and
6399 describe how internal consistency checking now happens.
6400 (Should have been done for EGCS version 1.1.)
6401
6402 Sat Apr 3 23:29:33 1999 Craig Burley <craig@jcb-sc.com>
6403
6404 * bugs.texi, g77.texi, lang-options.h, news.texi, top.c:
6405 Make -fno-emulate-complex the default, as COMPLEX support
6406 in the back end is now believed to be working.
6407
6408 * version.c: Bump version.
6409
6410 Fri Apr 2 13:33:16 1999 Craig Burley <craig@jcb-sc.com>
6411
6412 * g77.texi: -malign-double now works.
6413 Give URL for alignment-testing package.
6414 * news.texi: -malign-double now works.
6415
6416 Fri Apr 2 12:49:12 1999 Craig Burley <craig@jcb-sc.com>
6417
6418 * g77.texi (Funding GNU Fortran): Dude's got a web page.
6419 * root.texi: Ditto.
6420
6421 Tue Mar 30 12:04:11 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6422
6423 * sta.c (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
6424 Const-ify a char*.
6425
6426 * sta.h (ffesta_ffebad_1sp, ffesta_ffebad_1st, ffesta_ffebad_2st):
6427 Likewise.
6428
6429 * stb.c (ffestb_local_u_): Likewise.
6430 (ffestb_do, ffestb_dowhile, ffestb_else, ffestb_elsexyz,
6431 ffestb_else3_, ffestb_endxyz, ffestb_goto, ffestb_let,
6432 ffestb_type, ffestb_type1_, ffestb_varlist, ffestb_R423B,
6433 ffestb_R522, ffestb_R528, ffestb_R542, ffestb_R834, ffestb_R835,
6434 ffestb_R838, ffestb_R841, ffestb_R1102, ffestb_blockdata,
6435 ffestb_R1212, ffestb_R1228, ffestb_V009, ffestb_module,
6436 ffestb_R809, ffestb_R810, ffestb_R10014_, ffestb_R10015_,
6437 ffestb_R10018_, ffestb_R1107, ffestb_R1202, ffestb_R12026_,
6438 ffestb_S3P4, ffestb_V012, ffestb_V014, ffestb_V025, ffestb_V0255_,
6439 ffestb_V020, ffestb_dimlist, ffestb_dummy, ffestb_R524,
6440 ffestb_R547, ffestb_decl_chartype, ffestb_decl_dbltype,
6441 ffestb_decl_gentype, ffestb_decl_recursive, ffestb_decl_entsp_2_,
6442 ffestb_decl_func_, ffestb_V003, ffestb_V016, ffestb_V027,
6443 ffestb_decl_R539): Likewise.
6444
6445 * stb.h (_ffestb_args_): Likewise.
6446
6447 * stc.c (ffestc_subr_binsrch_, ffestc_subr_is_present_,
6448 ffestc_subr_speccmp_, ffestc_R904, ffestc_R907): Likewise.
6449
6450 * std.c (ffestd_R1001dump_1005_1_, ffestd_R1001dump_1005_2_,
6451 ffestd_R1001dump_1005_3_, ffestd_R1001dump_1005_4_,
6452 ffestd_R1001dump_1005_5_, ffestd_R1001dump_1010_1_,
6453 ffestd_R1001dump_1010_2_, ffestd_R1001dump_1010_3_,
6454 ffestd_R1001dump_1010_4_, ffestd_R1001dump_1010_5_): Likewise.
6455
6456 * ste.c (ffeste_begin_iterdo_, ffeste_subr_file_): Likewise.
6457
6458 * sts.c (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
6459 ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
6460
6461 * sts.h (ffests_printf_1D, ffests_printf_1U, ffests_printf_1s,
6462 ffests_printf_2Us, ffests_puts, ffests_puttext): Likewise.
6463
6464 * stt.c (ffestt_exprlist_drive, ffestt_implist_drive,
6465 ffestt_tokenlist_drive): Add prototype arguments.
6466
6467 * stt.h (ffestt_exprlist_drive, ffestt_implist_drive,
6468 ffestt_tokenlist_drive): Likewise.
6469
6470 * stu.c (ffestu_dummies_transition_): Likewise.
6471 (ffestu_sym_end_transition): Const-ify a char*.
6472
6473 * stw.c (ffestw_display_state, ffestw_new, ffestw_pop): Add
6474 prototype arguments.
6475
6476 * stw.h (ffestw_display_state, ffestw_new, ffestw_pop): Likewise.
6477
6478 * version.c (ffe_version_string): Const-ify a char*.
6479
6480 * version.h (ffe_version_string): Likewise.
6481
6482 Sat Mar 27 13:00:43 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6483
6484 * bad.c (_ffebad_message_, ffebad_string_, ffebad_message_,
6485 ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
6486 ffebad_finish): Const-ify a char*.
6487
6488 * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.
6489
6490 * bld.h (ffebld_op_string): Likewise.
6491
6492 * com.c (ffecom_arglist_expr_, ffecom_build_f2c_string_,
6493 ffecom_debug_kludge_, ffecom_f2c_make_type_,
6494 ffecom_get_appended_identifier_, ffecom_get_identifier_,
6495 ffecom_gfrt_args_): Likewise.
6496 (ffecom_convert_narrow_, ffecom_convert_widen_): Add prototype.
6497 (builtin_function, ffecom_gfrt_name_, ffecom_gfrt_argstring_,
6498 ffecom_arglist_expr_, ffecom_build_f2c_string_,
6499 ffecom_debug_kludge_, ffecom_f2c_make_type_,
6500 ffecom_get_appended_identifier_, ffecom_get_external_identifier_,
6501 ffecom_get_identifier_, ffecom_decl_field,
6502 ffecom_get_invented_identifier, lang_print_error_function,
6503 skip_redundant_dir_prefix, read_name_map, print_containing_files):
6504 Const-ify a char*.
6505 (savestring): Remove, use `xstrdup' instead.
6506
6507 * com.h (ffecom_decl_field, ffecom_get_invented_identifier):
6508 Const-ify a char*.
6509
6510 * data.c (ffebld, ffedata_gather_): Make explicitly static.
6511
6512 * expr.c (ffeexpr_isdigits_, ffeexpr_percent_,
6513 ffeexpr_reduced_concatenate_, ffeexpr_nil_real_,
6514 ffeexpr_nil_number_, ffeexpr_nil_number_period_,
6515 ffeexpr_nil_number_real_, ffeexpr_token_real_,
6516 ffeexpr_token_number_, ffeexpr_token_number_period_,
6517 ffeexpr_token_number_real_): Const-ify a char*.
6518
6519 * fini.c (xspaces): Likewise.
6520
6521 * global.c (ffeglobal_type_string_): Likewise.
6522 (ffeglobal_drive): Protoize.
6523 (ffeglobal_proc_def_arg): Const-ify a char*.
6524
6525 * global.h (ffeglobal_drive): Protoize.
6526 (ffeglobal_proc_def_arg): Const-ify a char*.
6527
6528 * implic.c (ffeimplic_none, ffeimplic_peek_symbol_type):
6529 Likewise.
6530
6531 * implic.h (ffeimplic_peek_symbol_type): Likewise.
6532
6533 * info.c (ffeinfo_basictype_string_, ffeinfo_kind_message_,
6534 ffeinfo_kind_string_, ffeinfo_kindtype_string_,
6535 ffeinfo_where_string_, ffeinfo_basictype_string,
6536 ffeinfo_kind_message, ffeinfo_kind_string,
6537 ffeinfo_kindtype_string, ffeinfo_where_string): Likewise.
6538
6539 * info.h (ffeinfo_basictype_string, ffeinfo_kind_message,
6540 ffeinfo_kind_string, ffeinfo_kindtype_string,
6541 ffeinfo_where_string): Likewise.
6542
6543 * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_,
6544 _ffeintrin_imp_, ffeintrin_check_, ffeintrin_cmp_name_,
6545 ffeintrin_fulfill_specific, ffeintrin_init_0,
6546 ffeintrin_is_actualarg, ffeintrin_is_intrinsic,
6547 ffeintrin_name_generic, ffeintrin_name_implementation,
6548 ffeintrin_name_specific): Likewise.
6549
6550 * intrin.h (ffeintrin_is_intrinsic, ffeintrin_name_generic,
6551 ffeintrin_name_implementation, ffeintrin_name_specific): Likewise.
6552
6553 * lex.c (ffelex_type_string_, ffelex_token_new_character,
6554 ffelex_token_new_name, ffelex_token_new_names,
6555 ffelex_token_new_number): Likewise.
6556
6557 * lex.h (ffelex_token_new_character, ffelex_token_new_name,
6558 ffelex_token_new_names, ffelex_token_new_number): Likewise.
6559
6560 * malloc.c (malloc_types_, malloc_pool_new, malloc_new_inpool_,
6561 malloc_new_zinpool_): Likewise.
6562
6563 * malloc.h (malloc_new_inpool_, malloc_new_zinpool_,
6564 malloc_pool_new): Likewise.
6565
6566 * name.c (ffename_space_drive_global, ffename_space_drive_symbol):
6567 Protoize.
6568
6569 * name.h (ffename_space_drive_global, ffename_space_drive_symbol):
6570 Likewise.
6571
6572 * symbol.c (ffesymbol_state_name_, ffesymbol_attr_name_,
6573 ffesymbol_attrs_string): Const-ify a char*.
6574 (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
6575 (ffesymbol_state_string): Const-ify a char*.
6576
6577 * symbol.h (ffesymbol_attrs_string): Likewise.
6578 (ffesymbol_drive, ffesymbol_drive_sfnames): Protoize.
6579 (ffesymbol_state_string): Const-ify a char*.
6580
6581 * target.c (ffetarget_layout): Likewise.
6582
6583 * target.h (ffetarget_layout): Likewise.
6584
6585 1999-03-25 Zack Weinberg <zack@rabi.columbia.edu>
6586
6587 * Make-lang.in: Remove all references to g77.o/g77.c.
6588 Link g77 from gcc.o.
6589
6590 1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
6591
6592 * Makefile.in (g77$(exeext)): Depend on intl.o. Link in intl.o.
6593
6594 Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com>
6595
6596 * news.texi: Editorial fix.
6597
6598 Mon Mar 15 17:12:07 1999 Craig Burley <craig@jcb-sc.com>
6599
6600 * bugs.texi, g77.texi, news.texi: Editorial fixes.
6601
6602 Sat Mar 13 17:51:55 1999 Craig Burley <craig@jcb-sc.com>
6603
6604 Fix 19990313-0.f, 19990313-1.f, 19990313-2.f, 19990313-3.f:
6605 * bad.def (FFEBAD_NOCANDO): New error code for internal use only.
6606 * expr.c (ffeexpr_collapse_convert): If FFEBAD_NOCANDO returned
6607 by convertor, just return original expr.
6608 * target.h: Return FFEBAD_NOCANDO for (usually) 64-bit
6609 conversions that aren't yet working properly.
6610 * news.texi: Explain.
6611
6612 * version.c: Bump version.
6613
6614 Sat Mar 13 14:26:55 1999 Craig Burley <craig@jcb-sc.com>
6615
6616 * RELEASE-PREP: New file, lists things to do for a release.
6617
6618 * Make-lang.in, bugs.texi, bugs0.texi, g77.texi, g77install.texi,
6619 install0.texi, news.texi, news0.texi: Accommodate new doc
6620 architecture.
6621 Consolidate news items. Don't describe old news items in
6622 various generated docs.
6623 Don't describe FSF-g77 installation stuff in various EGCS-g77
6624 generated docs.
6625 Move description of AUTOMATIC to more suitable location.
6626 * root.texi: New file for new doc architecture.
6627
6628 Thu Mar 11 17:32:55 1999 Craig Burley <craig@jcb-sc.com>
6629
6630 * g77.texi: Add AUTOMATIC to list of unsupported extensions.
6631
6632 Sat Mar 6 02:28:35 1999 Craig Burley <craig@jcb-sc.com>
6633
6634 Warn about non-Y2K-compliant intrinsics:
6635 * bad.def (FFEBAD_INTRINSIC_Y2KBAD): New diagnostic.
6636 * intrin.def (FFEINTRIN_impDATE, FFEINTRIN_impIDATE_vxt):
6637 Use new DEFIMPY macro to flag these as non-Y2K-compliant.
6638 * intdoc.c (DEFIMPY): Support new Y2K macro.
6639 * intrin.h (DEFIMPY): Ditto.
6640 * intrin.c (DEFIMPY): Ditto.
6641 (ffeintrin_fulfill_generic, ffeintrin_fulfill_specific):
6642 Warn about invocation of non-Y2K-compliant intrinsic.
6643 * com-rt.def (FFECOM_gfrtDATE, FFECOM_gfrtVXTIDATE):
6644 Rename external procedure names, to keep previously-
6645 compiled (sans-new-warnings) code from linking to
6646 new library.
6647 * g77.texi: Document all this stuff.
6648 * news.texi: Spread the joy.
6649 * version.c: Bump version.
6650
6651 Fri Mar 5 13:22:44 1999 Craig Burley <craig@jcb-sc.com>
6652
6653 * news.texi: Relocate IDATE (VXT) fix: we put it in 1.1.2
6654 so describe it there, instead of under 1.2.
6655
6656 Wed Mar 3 00:57:56 1999 Craig Burley <craig@jcb-sc.com>
6657
6658 * news.texi: IDATE (VXT) fixed to return year as 0..99.
6659
6660 Wed Mar 3 00:43:49 1999 Craig Burley <craig@jcb-sc.com>
6661
6662 * g77.texi: Add remaining changes pending from Dave Love.
6663
6664 Wed Mar 3 00:38:42 1999 Craig Burley <craig@jcb-sc.com>
6665
6666 * bugs.texi, news.texi: Conditionalize cross-references
6667 on non-html processing, providing temporary HTML "links".
6668
6669 * g77.texi: Fix up a reference.
6670
6671 Wed Mar 3 00:12:31 1999 Craig Burley <craig@jcb-sc.com>
6672
6673 * news.texi, bugs.texi: Delete fixed bugs, make one
6674 of them into the appropriate news item.
6675
6676 Wed Mar 3 00:05:52 1999 Craig Burley <craig@jcb-sc.com>
6677
6678 * news.texi: Copy over 1.1.2 news.
6679
6680 1999-03-02 Craig Burley <craig@jcb-sc.com>
6681
6682 * g77.texi (Bug Reporting): Clarify whether to use -E.
6683 Clarify other instructions.
6684
6685 1999-02-27 Craig Burley <craig@jcb-sc.com>
6686
6687 * lang-specs.h: Fix specs to pass `-ax' as well as `-a' option.
6688
6689 1999-02-26 Craig Burley <craig@jcb-sc.com>
6690
6691 * intdoc.in (STAT_func, STAT_subr,
6692 FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr):
6693 Properly order array elements. Specify N/A return values.
6694
6695 1999-02-26 Craig Burley <craig@jcb-sc.com>
6696
6697 * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds
6698 seconds, and VALUES(8), therefore, milliseconds.
6699
6700 1999-02-26 Craig Burley <craig@jcb-sc.com>
6701
6702 * news.texi: Clarify IOSTAT= fix.
6703
6704 1999-02-25 Richard Henderson <rth@cygnus.com>
6705
6706 * lang-specs.h: Define __FAST_MATH__ when appropriate.
6707
6708 1999-02-25 Craig Burley <craig@jcb-sc.com>
6709
6710 * g77.texi: Clarify/index lack of run-time allocation for
6711 concatenation.
6712
6713 1999-02-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6714
6715 * f/intdoc.in: Add missing `,' after cross references.
6716
6717 1999-02-20 Craig Burley <craig@jcb-sc.com>
6718
6719 * Make-lang.in (f77.install-common, f77.install-info,
6720 f77.install-man, f77.uninstall): Use `$(prefix)/lang-f77'
6721 instead of `lang-f77' for flag file, to be sure of a
6722 writable directory, and remove the flag file after each
6723 operation to keep things clean.
6724
6725 1999-02-20 Craig Burley <craig@jcb-sc.com>
6726
6727 * g77.texi: Properly attribute Priest document; clarify
6728 that it is in the .ps version of the Goldberg document.
6729
6730 1999-02-19 Craig Burley <craig@jcb-sc.com>
6731
6732 * bugs0.texi, bugs.texi, install0.texi, g77install.texi,
6733 news0.texi, news.texi: Update copyright dates.
6734 Clarify which files are source, which are derived,
6735 and remind maintainers where copyright dates are sourced.
6736 * BUGS, INSTALL, NEWS: Regenerated.
6737
6738 1999-02-19 Craig Burley <craig@jcb-sc.com>
6739
6740 * global.c (ffeglobal_ref_progunit_): Warn about a function
6741 definition that disagrees with the type of a previous reference.
6742 Improve commentary. Fix a couple of minor bugs. Clean up
6743 some code.
6744 * news.texi: Spread the joy.
6745
6746 1999-02-18 Craig Burley <craig@jcb-sc.com>
6747
6748 * expr.c (ffeexpr_finished_): Disallow non-default INTEGER
6749 as argument for FILEINT and FILEASSOC as lhs.
6750 * news.texi: Document fix.
6751 * version.c: Bump.
6752
6753 1999-02-18 Craig Burley <craig@jcb-sc.com>
6754
6755 * g77.texi: Clarify -fno-globals vs. -Wno-globals.
6756
6757 1999-02-18 Craig Burley <craig@jcb-sc.com>
6758
6759 * intdoc.in (LOG10): Fix typo.
6760
6761 1999-02-17 Ulrich Drepper <drepper@cygnus.com>
6762
6763 * intdoc.in: Fix typo.
6764
6765 1999-02-17 Craig Burley <craig@jcb-sc.com>
6766
6767 * g77.texi, intdoc.in: Document Y2K and some other known
6768 limitations.
6769 * intrin.def (DTIME, FDATE): Fix capitalization of
6770 case-sensitive forms of these intrinsics' names.
6771
6772 1999-02-17 Dave Love <fx@gnu.org>
6773
6774 * intdoc.in: Say `common' logarithm for log10.
6775
6776 1999-02-16 Ulrich Drepper <drepper@cygnus.com>
6777
6778 * g77.texi: Add missing @ in email addresses.
6779
6780 1999-02-15 Craig Burley <craig@jcb-sc.com>
6781
6782 * *.*: Delete my (old) email address in most places, change it
6783 in a few.
6784
6785 1999-02-14 Craig Burley <craig@jcb-sc.com>
6786
6787 * version.c: Bump.
6788
6789 1999-02-14 Craig Burley <craig@jcb-sc.com>
6790
6791 * version.c: Bump for 1998-10-02 change (forgot to do this
6792 before).
6793
6794 1999-02-14 Craig Burley <craig@jcb-sc.com>
6795
6796 * lang-specs.h, g77.1, g77.texi, news.texi: Recognize `.FOR'
6797 and `.FPP' as well as `.for' and `.fpp'.
6798
6799 1999-02-14 Craig Burley <craig@jcb-sc.com>
6800
6801 * intdoc.in (LOG10): Fix description.
6802
6803 1999-02-14 Craig Burley <craig@jcb-sc.com>
6804
6805 * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
6806
6807 1999-02-14 Craig Burley <craig@jcb-sc.com>
6808
6809 * g77.texi, g77install.texi, bugs.texi, g77install.texi: Clean
6810 up and improve indexing, and some other areas of docs.
6811
6812 1999-02-14 Craig Burley <craig@jcb-sc.com>
6813
6814 * intdoc.in (MCLOCK8, TIME8): Warn about lower range on
6815 32-bit systems.
6816
6817 Sat Feb 6 18:02:17 1999 Jeffrey A Law (law@cygnus.com)
6818
6819 * g77.texi: Update email addresses.
6820
6821 Wed Feb 3 22:50:17 1999 Marc Espie <Marc.Espie@liafa.jussieu.fr>
6822
6823 * Make-lang.in (g77$(exeext)): Get choose-temp.o, pexecute.o and
6824 mkstemp.o from libiberty.
6825
6826 1999-02-01 Zack Weinberg <zack@rabi.columbia.edu>
6827
6828 * top.c: Don't define ffe_is_ident_. Don't process
6829 -f(no-)ident here.
6830 * top.h: Remove declaration of ffe_is_ident_ and macros
6831 ffe_is_ident() and ffe_set_is_ident().
6832 * lex.c: Use flag_no_ident instead of ffe_is_ident().
6833
6834 Sun Jan 31 20:34:29 1999 Zack Weinberg <zack@rabi.columbia.edu>
6835
6836 * lang-specs.h: Map -Qn to -fno-ident.
6837
6838 Tue Jan 5 22:12:41 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6839
6840 * Make-lang.in (g77.o): Depend on prefix.h.
6841
6842 Fri Nov 27 13:10:32 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6843
6844 * fini.c: Rename variable `spaces' to `xspaces' to avoid
6845 conflicting with function `spaces' from libiberty.
6846
6847 * g77spec.c: Don't prototype libiberty functions.
6848 * malloc.c: Likewise.
6849
6850 1998-11-20 Dave Love <d.love@dl.ac.uk>
6851
6852 * g77.texi: Assorted minor changes.
6853
6854 1998-11-19 Dave Love <d.love@dl.ac.uk>
6855
6856 * bugs.texi: Formatting changes from Craig.
6857
6858 * intdoc.in: Terminate some @xrefs with `,'.
6859
6860 1998-11-19 Manfred Hollstein <manfred@s-direktnet.de>
6861
6862 * Make-lang.in (mandir): Replace all uses of $(mandir) by $(man1dir).
6863
6864 Mon Nov 9 23:15:39 1998 Jeffrey A Law (law@cygnus.com)
6865
6866 * g77.texi, news.texi: Updates from Craig.
6867
6868 Sun Nov 8 17:47:56 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6869
6870 * Makefile.in (INCLUDES): Add "-I$(srcdir)/../../include".
6871
6872 Sat Nov 7 15:58:54 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6873
6874 * g77spec.c: Don't include gansidecl.h.
6875 * output.j: Likewise.
6876
6877 1998-11-04 Dave Love <d.love@dl.ac.uk>
6878
6879 * g77.texi: Small formatting/indexing fixes.
6880
6881 Mon Oct 12 20:41:59 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6882
6883 * bad.c (ffebad_finish): Change type of variable `c' to unsigned
6884 char, change type of variable `s' to unsigned char *.
6885
6886 * com.c (ffecom_symbol_null_): Add missing initializers.
6887
6888 * fini.c (MAXNAMELEN): Undef it before defining.
6889
6890 * implic.c (ffeimplic_lookup_): Change type of parameter `c' to
6891 unsigned char.
6892
6893 * intrin.c (ffeintrin_init_0): Cast the argument of ctype macros
6894 to (unsigned char).
6895
6896 * lex.c (ffelex_splice_tokens): Change type of variable `p' to
6897 unsigned char *.
6898 (ffelex_token_name_from_names): Cast the argument of
6899 `ffelex_is_firstnamechar' to (unsigned char).
6900 (ffelex_token_names_from_names): Likewise.
6901 (ffelex_token_new_name): Likewise.
6902 (ffelex_token_new_names): Likewise.
6903
6904 * malloc.c (malloc_root_): Add missing initializer.
6905
6906 * stb.c (ffestb_do): Change type of variable `p' to unsigned char *.
6907 (ffestb_else) Likewise.
6908 (ffestb_else3_) Likewise.
6909 (ffestb_endxyz) Likewise.
6910 (ffestb_goto) Likewise.
6911 (ffestb_let) Likewise.
6912 (ffestb_varlist) Likewise.
6913 (ffestb_R522) Likewise.
6914 (ffestb_R528) Likewise.
6915 (ffestb_R834) Likewise.
6916 (ffestb_R835) Likewise.
6917 (ffestb_R838) Likewise.
6918 (ffestb_R1102) Likewise.
6919 (ffestb_blockdata) Likewise.
6920 (ffestb_R1212) Likewise.
6921 (ffestb_R810) Likewise.
6922 (ffestb_R10014_): Cast the argument of `ffelex_is_firstnamechar'
6923 to (unsigned char).
6924 (ffestb_V014): Change type of variable `p' to unsigned char *.
6925 (ffestb_dummy) Likewise.
6926 (ffestb_R524) Likewise.
6927 (ffestb_R547) Likewise.
6928 (ffestb_decl_chartype) Likewise.
6929 (ffestb_decl_dbltype) Likewise.
6930 (ffestb_decl_gentype) Likewise.
6931 (ffestb_decl_entsp_2_) Likewise.
6932 (ffestb_V027) Likewise.
6933 (ffestb_decl_R539) Likewise.
6934
6935 * top.c (ffe_decode_option): Mark parameter `argc' with
6936 ATTRIBUTE_UNUSED.
6937
6938 * where.c (ffewhere_unknown_line_): Add missing initializers.
6939
6940 1998-10-02 Dave Love <d.love@dl.ac.uk>
6941
6942 * com.c (ffecom_expr_intrinsic_): Fix return type for RAND.
6943
6944 Thu Oct 1 10:43:45 1998 Nick Clifton <nickc@cygnus.com>
6945
6946 * lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
6947 HANDLE_GENERIC_PRAGMAS.
6948
6949 Mon Sep 28 04:22:00 1998 Jeffrey A Law (law@cygnus.com)
6950
6951 * news.texi: Update from Craig.
6952
6953 1998-09-23 Dave Love <d.love@dl.ac.uk>
6954
6955 * g77.texi: Additions about `/*', trailing comments and cpp.
6956
6957 1998-09-18 Dave Love <d.love@dl.ac.uk>
6958
6959 * g77.texi: Various additions and some small fixes.
6960
6961 Thu Sep 10 14:55:44 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl>
6962
6963 * Make-lang.in (f77.install-common): Add missing "else true;".
6964
6965 1998-09-07 Dave Love <d.love@dl.ac.uk>
6966
6967 * ChangeLog.egcs: Deleted. Entries merged here.
6968
6969 1998-09-05 Dave Love <d.love@dl.ac.uk>
6970
6971 * Makefile.in (LDFLAGS): Set from BOOT_LDFLAGS.
6972 (F771_LDFLAGS): Variable dispensed with.
6973
6974 Fri Sep 4 19:53:34 1998 Craig Burley <burley@gnu.org>
6975
6976 * intdoc.in: Minor editorial tweaks.
6977
6978 Fri Sep 4 18:35:52 1998 Craig Burley <burley@gnu.org>
6979
6980 * lang-options.h: Convert to wrap option and doc string
6981 in a new macro invocation, FTNOPT, so the nearly identical
6982 list can be used in FSF-g77.
6983
6984 Fri Sep 4 18:35:52 1998 Craig Burley <burley@gnu.org>
6985
6986 * Makefile.in (fini.o): Don't define USE_HCONFIG here.
6987 * fini.c: Define USE_HCONFIG here instead, so deps-kinda
6988 picks up correct dependency.
6989
6990 * Makefile.in (proj-h.o): Fix dependencies list.
6991
6992 Wed Sep 02 09:25:29 1998 Nick Clifton <nickc@cygnus.com>
6993
6994 * lex.c (ffe_lex_hash): Change how HANDLE_PRAGMA and
6995 HANDLE_SYSV_PRAGMA would be called if they pragma parsing was
6996 enabled in this code.
6997 Generate warning messages if unknown pragmas are encountered.
6998 (pragma_getc): New function: retrieves characters from the
6999 input stream. Defined when HANDLE_PRAGMA is defined.
7000 (pragma_ungetc): New function: replaces characters back into the
7001 input stream. Defined when HANDLE_PRAGMA is defined.
7002
7003 Tue Sep 1 10:00:21 1998 Craig Burley <burley@gnu.org>
7004
7005 * bugs.texi, g77.1, g77.texi, intdoc.in, news.texi: Doc updates
7006 from Craig.
7007
7008 1998-08-23 Dave Love <d.love@dl.ac.uk>
7009
7010 * g77.texi: Increment `version-g77' and fix a few typos.
7011
7012 Tue Aug 18 21:41:31 1998 Jeffrey A Law (law@cygnus.com)
7013
7014 * Make-lang.in: Add several "else true" clauses to deal with lame
7015 systems.
7016
7017 Tue Aug 11 08:12:14 1998 H.J. Lu (hjl@gnu.org)
7018
7019 * Make-lang.in (g77.o): Touch lang-f77 before checking it.
7020
7021 1998-08-09 Dave Love <d.love@dl.ac.uk>
7022
7023 * Make-lang.in (f/g77.dvi): Replace non-working use of texi2dvi
7024 with explicit use of tex.
7025 (f77.mostlyclean): Remove TeX index files.
7026
7027 * g77install.texi (Prerequisites): Kluge round TeX lossage with
7028 hyphen in @value in @code.
7029
7030 Tue Aug 4 16:59:39 1998 Craig Burley <burley@gnu.org>
7031
7032 * com.c (ffecom_convert_narrow_, ffecom_convert_widen_):
7033 Allow conversion from pointer to same-sized integer,
7034 to fix invoking SIGNAL as a function.
7035
7036 1998-07-26 Dave Love <d.love@dl.ac.uk>
7037
7038 * BUGS, INSTALL, NEWS: Rebuilt.
7039
7040 Sat Jul 25 17:23:55 1998 Craig Burley <burley@gnu.org>
7041
7042 Fix 980615-0.f:
7043 * stc.c (ffestc_R1229_start): Set info to ANY as well.
7044
7045 Tue Jul 21 04:33:37 1998 Craig Burley <burley@gnu.org>
7046
7047 * g77spec.c (lang_specific_driver): Return unmolested
7048 command line when --help seen.
7049 Comment out code that printed g77-specific --help info.
7050
7051 Sat Jul 18 19:16:48 1998 Craig Burley <burley@gnu.org>
7052
7053 * lang-options.h: Fix up doc strings.
7054 Remove the unimplemented -fdcp-intrinsics-* options.
7055
7056 * str-1t.fin: Change mixed-case spelling of `GoTo' from
7057 `Goto'.
7058
7059 Thu Jul 16 13:26:36 1998 Craig Burley <burley@gnu.org>
7060
7061 * com.c (ffecom_finish_symbol_transform_): Revert change
7062 of 1998-05-23, as it was too aggressive, in that it
7063 prevented transformation of (used) functions before
7064 primary code generation.
7065
7066 1998-07-15 Dave Love <d.love@dl.ac.uk>
7067
7068 * intdoc.texi: Regenerated.
7069
7070 Mon Jul 13 18:45:06 1998 Craig Burley <burley@gnu.org>
7071
7072 * Make-lang.in (f77.rebuilt): Fix to depend on
7073 build-dir-based, not source-based, g77.info.
7074
7075 * g77.texi: Merge docs with 0.5.24.
7076 * g77install.texi: Ditto.
7077
7078 Mon Jul 13 18:02:29 1998 Craig Burley <burley@gnu.org>
7079
7080 Cleanups vis-a-vis g77-0.5.24:
7081 * g77spec.c (lang_specific_driver): Tabify source.
7082 * top.c (ffe_decode_option): Use fixed macro to set
7083 internal-checking flag.
7084 * top.h (ffe_set_is_do_internal_checks): Fix macro.
7085
7086 Mon Jul 13 17:33:44 1998 Craig Burley <burley@gnu.org>
7087
7088 Cleanups vis-a-vis system.h cutover and g77-0.5.24:
7089 * Makefile.in (fini.o): Define USE_HCONFIG macro
7090 so source code doesn't have to.
7091 * fini.c: Don't define USE_HCONFIG here, since
7092 source code usually shouldn't care about this.
7093 * ansify.c: Include stddef.h only if we have it.
7094 * intdoc.c: Ditto.
7095 * proj.h: Ditto.
7096
7097 Mon Jul 13 17:30:29 1998 Nick Clifton <nickc@cygnus.com>
7098
7099 * lang-options.h: Format changed to work with --help support added
7100 to gcc/toplev.c
7101
7102 Mon Jul 13 11:54:03 1998 Craig Burley <burley@gnu.org>
7103
7104 * com.c (ffecom_push_tempvar): Replace kludge that
7105 munged back-end globals directly with proper calls
7106 to push_topmost_sequence and pop_topmost_sequence.
7107
7108 1998-07-12 Dave Love <d.love@dl.ac.uk>
7109
7110 * version.c: Bump version.
7111
7112 Sat Jul 11 19:24:32 1998 Craig Burley <burley@gnu.org>
7113
7114 Fix 980616-0.f:
7115 * equiv.c (ffeequiv_offset_): Don't crash on various
7116 possible ANY operands.
7117
7118 Sat Jul 11 18:24:37 1998 Craig Burley <burley@gnu.org>
7119
7120 * com.c (ffecom_expr_) [FFEBLD_opCONTER]: Die if padding
7121 for constant is nonzero.
7122
7123 * com.c (__eprintf): Delete this function, it is obsolete.
7124
7125 1998-07-09 Dave Love <d.love@dl.ac.uk>
7126
7127 * intdoc.in (HOSTNM_func, HOSTNM_subr): Update last change.
7128
7129 Thu Jul 9 00:45:59 1998 Craig Burley <burley@gnu.org>
7130
7131 Fix debugging of CHARACTER*(*), etc., which requires
7132 emitting debug info on types like `ftnlen':
7133 * com.c (ffecom_start_progunit_): Don't bother
7134 resetting "invented" flag for identifier.
7135 (ffecom_transform_equiv_): Don't bother zeroing
7136 "ignored" flag for decl.
7137 (pushdecl): No longer set "ignored", "used", or
7138 "suppressed debug" flags for decls having "invented"
7139 identifiers.
7140
7141 1998-07-06 Mike Stump <mrs@wrs.com>
7142
7143 * Make-lang.in (f77.stage?): Use mv -f instead of just mv so that
7144 we can move g77.c.
7145
7146 1998-07-06 Dave Love <d.love@dl.ac.uk>
7147
7148 * intdoc.in (HOSTNM_func, HOSTNM_subr): Note possible need for
7149 -lsocket.
7150
7151 1998-07-05 Dave Love <d.love@dl.ac.uk>
7152
7153 * intdoc.in: Add entry for DATE_AND_TIME.
7154
7155 * intrin.def: Add implementation for DATE_AND_TIME. Make second
7156 and third args of SYSTEM_CLOCK optional.
7157
7158 * com.c (ffecom_expr_intrinsic_): New case for DATE_AND_TIME.
7159
7160 * com-rt.def (FFECOM_gfrtSYSTEM_CLOCK): Call G77_system_clock_0,
7161 not system_clock_.
7162 (FFECOM_gfrtDATE_AND_TIME): New DEFGFRT.
7163
7164 Wed Jul 1 11:19:13 1998 Craig Burley <burley@gnu.org>
7165
7166 Fix 980701-1.f (which was producing "unaligned trap"
7167 on an Alpha running GNU/Linux, as predicted):
7168 * equiv.c (ffeequiv_layout_local_): Don't bother
7169 coping with pre-padding of entire area while building
7170 it; do that instead after the building is done, and
7171 do it by modifying only the modulo field. This covers
7172 the case of alignment stringency being increased without
7173 lowering the starting offset, unlike the previous changes,
7174 and even more elegantly than those.
7175
7176 * target.c (ffetarget_align): Make sure alignments
7177 are nonzero, just in case.
7178
7179 See ChangeLog.0 for earlier changes.
7180
7181 Local Variables:
7182 add-log-time-format: current-time-string
7183 End: