OSDN Git Service

01ef78a5bef078c33c27aaebe67b4badeccb60a4
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
2
3         * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
4         contextualizing Objective-C class name lookup by the lexer.
5         (typespec_reserved_nonattr): Disable ObjC class name lookup after
6         seeing a TYPESPEC.
7         (protocoldef): Add support for forward @protocol declarations.
8         (yylexname): Suppress ObjC class name lookup in certain contexts;
9         re-enable after lookup is complete.
10         (_yylex): Re-enable ObjC class name lookup when certain
11         punctuation marks are seen.
12
13         * objc/objc-act.c (check_protocol_recursively): New function used
14         for finding circular dependencies in protocols.
15         (objc_declare_protocols): New function for handling forward
16         @protocol declarations.
17         (receiver_is_class_object): Detect the case when 'self' is used
18         inside of a class method.
19         (build_message_expr): Issue a warning if class method is desired
20         but instance method is found instead.
21         (conforms_to_protocol): Streamline.
22         (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
23         protocol Foo, even if 'Bar foo' does not.
24         (check_protocols): Streamline.
25         (start_protocol): Add checks for circular and duplicate protocol
26         definitions.
27         (encode_aggregate_within): For typedefs of structs, encode the
28         underlying struct.
29         * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
30         (objc_declare_protocols): New prototype.
31
32 2001-08-01  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
33
34         * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
35         * cpplex.c (handle_newline): Update prototype.  Maintain logical
36         line number.
37         (skip_escaped_newlines, skip_block_comment, parse_string):
38         Update accordingly.
39         (_cpp_lex_token): Update, and store token position within the token.
40         * cpplib.h (struct cpp_token): Add line and column entries.
41         * cppmacro.c (replace_args): Position stringified tokens correctly.
42
43 2001-08-01  Andreas Jaeger  <aj@suse.de>
44
45         * basic-block.h: Add prototype for last_loop_beg_note.
46
47 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
48
49         * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
50         RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
51         comment.
52         (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
53         while handling WITH_CLEANUP_EXPR node. Use second operand calling
54         expand_decl_cleanup.
55         * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
56         the first RTX.
57         (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
58         operand while calling simple_cst_equal.
59         * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
60         operand is the cleanup expression, the third is the RTL_EXPR.
61         * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
62
63 2001-07-31  Jeff Sturm  <jsturm@one-point.com>
64
65         * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
66
67 2001-07-31  matthew green  <mrg@eterna.com.au>
68
69         * config.gcc (i386-*-netbsdelf): New description.
70         * config/i386/netbsd-elf.h: New file.
71
72 2001-07-30  Geoffrey Keating  <geoffk@redhat.com>
73
74         * loop.c (check_dbra_loop): Use single_set to compute
75         jump_label.
76
77 2001-07-31  Daniel Berlin  <dan@cgsoftware.com>
78
79         PowerPC reorg and support for powerpc64-*-linux*.
80
81         Also fixes emitting of constants on 32 bit and 64 bit
82         platforms.
83
84         * config.gcc: powerpc64-*-linux* is a new target.
85         Things that needed aix.h now also include xcoff.h
86
87         * config/rs6000/rs6000.h: Split XCOFF specific stuff into
88         xcoff.h.
89         Move AIX specific stuff into aix.h.
90         (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
91         with more than just XCOFF now.
92         (SET_ASM_OP): Remove, now defined where needed.
93         (FUNCTION_PROLOGUE): New macro definition.
94         (FUNCTION_EPILOGUE): New macro definition.
95         (CONST_OK_FOR_LETTER_P): Change N to require that value is
96         positive, too.
97         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
98
99         * config/rs6000/xcoff.h: New file.
100
101         * config/rs6000/linux64.h: New file.
102
103         * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
104
105 2001-07-31  Alan Modra  <amodra@bigpond.net.au>
106
107         * rs6000.c (print_operand_address): Handle ELF syntax.
108         (output_toc): Simplify.  Use DOUBLE_INT_ASM_OP.
109         * rs6000.md (load_toc_aix_di): Handle ELF syntax.
110         * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
111
112 2001-07-31  David Edelsohn  <edelsohn@gnu.org>
113
114         * rs6000.c (rs6000_override_options): Only disable
115         flag_function_sections for XCOFF.
116         (exact_log2_cint_operand): New predicate.
117         (reg_or_{add,sub}_cint64_operand): New predicates.
118         (add_operand): Compare CONST_INT with fewer function calls.
119         (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
120         (print_operand, case 'p'): Ensure positive operand.
121         (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
122         * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
123         (PREDICATE_CODES): Add new predicates.
124         * rs6000.md (addsi3): Split 32-bit constants more correctly.
125         (divsi3, modsi3): Ensure positive power-of-2.
126         (adddi3): Use new predicate.  Split 32-bit constants more
127         correctly.  Re-arrange splitter to handle any constant.
128         (subdi3): Use new predicate.
129         (divdi3, moddi3): Ensure positive power-of-2.
130         (movdi): Use rs6000_emit_set_const.
131         (load_toc_v4_pic_di): Delete.
132
133 2001-07-31  Graham Stott <grahams@redhat.com>
134
135         * function.c (pad_below): Revert 2001-07-26 patch.
136
137 Tue Jul 31 15:37:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
138
139         * reg-stack (convert_regs_1): Fix best edge condition.
140
141 Tue Jul 31 15:33:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
142
143         * jump.c (duplicate_loop_exit_test): Better test for jumps
144         entering the loop; create loop pre_header.
145
146 2001-07-31 Hartmut Penner <hpenner@de.ibm.com>
147
148         * doc/install.texi: Add s390 and s390x as new targets.
149         * doc/invoke.texi: Add documantation of S/390 and zSeries
150         target options.
151         * doc/md.texi: Add documantation of S/390 and zSeries constraints.
152
153 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
154
155         * config/m68k/m68k.md: Replace all general_operand with
156         nonimmediate_operand for all destinations.
157         * config/m68k/m68k.c (not_sp_operand): Likewise.
158
159 Mon Jul 30 23:20:34 EDT 2001  John Wehle  (john@feith.com)
160
161         * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
162
163 2001-07-30  Richard Henderson  <rth@redhat.com>
164
165         * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
166         * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
167
168 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
169
170         * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
171         Add missing doc strings
172         * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
173         * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
174
175 Mon Jul 30 22:16:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
176
177         * i386.c (ix86_output_main_function_alignment_hack): New function.
178         (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
179
180         * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
181         edges by EDGE_DFS_BACK flag.
182         (dump_edge_info): Add dfs_back flag.
183         * basic-block.h (EDGE_DFS_BACK): New constant.
184         (mark_dfs_back_edges): Declare.
185         * alias.c (loop_p): Remove.
186         (mark_constant_function): Use mark_dfs_back_edges.
187
188         * reg-stack.c (block_info_def): Add predecesors counter and stack_out.
189         (reg_to_stack): Call mark_dfs_back_edges; count the predecesors.
190         (compensate_edge): Break out from ...
191         (convert_regs_1): ... here; do smart choosing of stack_out to copy.
192         (convert_regs_2): Set block_done once block is really done;
193         Do updating of the predecesors counts.
194
195         * toplev.c (rest_of_compilation): Recompute block_for_insn
196         before post-reload cfg_cleanup.
197         * function.c (thread_prologue_epilogue_insns):
198         Call set_block_for_new_insns when emitting prologue directly.
199
200 2001-07-30  Andreas Jaeger  <aj@suse.de>
201
202         * jump.c: Add prototype for mark_modified_reg.
203
204         * cse.c (set_live_p): Add unused attribute.
205
206         * gcov.c (calculate_branch_probs): Use gcov_type to avoid
207         overflow.
208         (scan_for_source_files): Use long for count to avoid overflow.
209         (output_data): Likewise.
210         (output_data): Don't use string concatatenation to silence gcc
211         -traditional.
212
213         * predict.c: Fix typos and grammar.
214
215         * gcse.c (insert_insn_end_bb): Remove unused variables.
216
217 Mon Jul 30 21:54:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
218
219         * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
220         (attempt_auto_inc): LIkewise.
221         (mark_used_reg): Likewise.
222         (try_pre_increment_1): Likewise.
223         * regclass.c (regclass): Likewise.
224         * global.c (allocno_compare): Update comment; change scaling factor.
225         * local-alloc.c (QTY_CMP_PRI): Likewise.
226         * regs.h (REG_FREQ_FROM_BB): New.
227         (REG_FREQ_MAX): Likewise.
228
229 2001-07-30  H.J. Lu <hjl@gnu.org>
230
231         * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
232         -D_GNU_SOURCE.
233
234 2001-07-30  H.J. Lu  (hjl@gnu.org)
235
236         * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
237         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
238         (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
239
240 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
241
242         * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
243         as -mthumb-interwork when -mcpu=arm7 is specified.
244
245 Mon Jul 30 17:44:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
246
247         * predict.def (noreturn, loop branch, loop exit): Mark as first
248         match heuristics.
249
250 Mon Jul 30 12:52:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
251
252         * combine.c (try_combine): Avoid barrier after noop jumps.
253
254 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
255
256         * cpphash.h (struct cpp_reader): Remove import_warning.
257         * cpplib.c (skip_rest_of_line): Don't bother turning off
258         macro expansion.
259         (parse_include): Move include handling to...
260         (do_include_common): ... here.  Move import warning from...
261         (do_import): ... here.
262         (do_pragma_poison): Don't do a callback for poison identifiers.
263         * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
264         * cppmain.c (setup_callbacks): Similarly.
265
266 Sun Jul 29 23:26:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
267
268         * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
269         handle multiple sets.
270         * except.c (sjlj_mark_call_sites): .... here.
271         * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
272
273 Sun Jul 29 21:38:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
274
275         Suggested by Richard Henderson and Richard Kenner:
276         * combine.c (recog_for_combine): Use the fake recog
277         only if instruction does not match.
278         * rtl.h (NOOP_MOVE_INSN_CODE): New.
279         * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
280
281         * combine.c (try_combine): Discover noop jump as direct jump.
282
283 2001-07-29  Daniel Berlin  <dan@cgsoftware.com>
284
285         * df.c (df_rd_global_compute): Add successors to worklist, not
286         current item.
287         (df_ru_global_compute): Ditto.
288
289 2001-07-27  Daniel Berlin  <dan@cgsoftware.com>
290
291         * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
292         increment REG_N_SETS.
293
294 2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
295
296         * sbitmap.h: New prototype for sbitmap_a_xor_b.
297
298         * sbitmap.c (sbitmap_a_xor_b): New function.
299         ifdef the basic block stuff on IN_GCC.
300
301 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
302
303         * cppexp.c (parse_defined): Always record the macro name.
304         (lex): Don't worry about identifiers, or special-case
305         CPP_NOT here.
306         (_cpp_parse_expr): Figure out at the end of the routine
307         whether we saw a valid !defined() expression.
308         * cppfiles.c (stack_include_file): Update for mi_valid.
309         (_cpp_pop_file_buffer): Similarly.
310         * cpplex.c (_cpp_lex_token): Similarly.
311         * cpphash.h (enum mi_state, enum mi_ind, mi_state,
312         mi_if_not_defined, mi_lexed): Remove.
313         (mi_valid): New.
314         * cpplib.c (do_if): Simplify.
315         (do_endif, push_conditional, _cpp_handle_directive): Update
316         for renaming of mi_state to mi_valid.
317 doc:
318         * cpp.texi: Add index entries for digraphs, and add comment
319         that C++ refers to them as alternative tokens.
320
321 Sun Jul 29 18:59:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
322
323         * basic-block.h (CLEANUP_PRE_LOOP): New.
324         * except.c (finish_eh_generation): Update call of cleanup_cfg.
325         * sibcall.c (optimize_sibling_calls): Likewise.
326         * toplev.c (rest_of_compilation): Likewise.
327         * flow.c (try_forward_edges): Take argument MODE;
328         do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
329         (try_optimize_cfg): Update call of try_forward_edges.
330
331 Sun Jul 29 18:59:56 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
332                                Jan Hubicka  <jh@suse.cz>
333
334         * (validate_replace_rtx_1): Fix simplification of MINUS.
335
336 2001-07-29  Neil Booth  <neil@daikokuya.demon.co.uk>
337
338         PR preprocessor/3669
339         * cppinit.c (init_dependency_output): Turn off dump requests
340         if sending dependencies to stdout.
341
342 2001-07-28  Richard Henderson  <rth@redhat.com>
343
344         * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
345         not optimizing.
346
347 2001-07-28  Golubev I. N.  <gin@mo.msk.ru>
348
349         * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
350
351 2001-07-28  Kazu Hirata  <kazu@hxi.com>
352
353         * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
354         is VAR_DECL first to prevent an ICE.
355
356 2001-07-28  Richard Henderson  <rth@redhat.com>
357
358         * varasm.c (immed_real_const_1): Don't elide special cases for
359         nested functions.
360         (clear_const_double_mem): Clear const_tiny_rtx too.
361
362 2001-07-28  Richard Henderson  <rth@redhat.com>
363
364         * dwarf2out.c (dw_val_class_offset): New.
365         (struct dw_ranges_struct, dw_ranges_ref): New.
366         (ranges_table, ranges_table_allocated): New.
367         (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
368         (add_AT_offset, add_ranges, output_ranges): New.
369         (print_die, output_die): Handle dw_val_class_offset.
370         (attr_checksum, size_of_die, value_format): Likewise.
371         (gen_lexical_block_die): Handle non-contiguous blocks.
372         (gen_block_die): Likewise.
373         (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
374         if needed.  Dump the ranges table.
375         * final.c (final_start_function): Remove unnecessary notes and
376         rebuild the block tree before numbering the blocks.
377         * function.c (reorder_blocks_0): Walk the existing block tree
378         to unmark all blocks.
379         (reorder_blocks_1): Create block fragments when duplicate block
380         notes are seen.
381         (reorder_fix_fragments): New.
382         (reorder_blocks): Call it.
383         * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
384
385 2001-07-28  Richard Henderson  <rth@redhat.com>
386
387         * emit-rtl.c (adjust_address): Make a copy of the memory address.
388
389 2001-07-28  Richard Henderson  <rth@redhat.com>
390
391         * flow.c (add_to_mem_set_list): New function.
392         (init_propagate_block_info): Use it.
393         (mark_set_1): Likewise.
394         (insn_dead_p): Canonicalize memory address for dead store
395         comparison.  Allow wider mode stores to kill narrower mode stores.
396         (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
397         (invalidate_mems_from_set): Don't handle MEMs.
398
399 2001-07-28  Kazu Hirata  <kazu@hxi.com>
400
401         * config/h8300/h8300.h: Fix formatting.
402
403 Sat Jul 28 23:35:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
404
405         * basic-block.h (EDGE_FREQUENCY): New macro.
406         * bb-reorder (fixup_reorder_chain): Set counts and frequencies
407         for new BB/edges.
408         * flow.c (find_sub_basic_blocks): Likewise.
409         (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
410         (redirect_edge_and_branch): Use EDGE_FREQUENCY.
411
412         * predict.c (DEF_PREDICTOR): New argument FLAGS.
413         (HITRATE): New macro.
414         (PRED_FLAG_FIRST_MATCH): New constant.
415         (predictor_info): New field flgags.
416         (combine_predictions_for_insn): Use DS theory to combine
417         probabilities; set the edge probabilities when finished.
418         (estimate_probability): Avoid duplicated matches
419         of LOOP_BRANCH heuristics for nested loops; update comment.
420         * predict.def: Add flags for each prediction, set probabilities
421         according to B&L paper.
422         * predict.h (DEF_PREDICTOR): New argument FLAGS.
423
424         * profile.c (compute_branch_probabilities):  Cleanup way the edge
425         probabilities are computed and REG_BR_PROB notes are dropped; if
426         values does not match, emit error.
427         (init_branch_prob): Do error instead of warning when profile driven
428         feedback is missing or corrupt.
429
430 2001-07-27  DJ Delorie  <dj@redhat.com>
431
432         * ifcvt.c (noce_get_alt_condition): If the condition is a compare
433         against a constant, try to adjust the compare to have the desired
434         constant in it so that min/max optimizations happen more often.
435
436 Fri Jul 27 17:53:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
437
438         * flow.c (last_loop_beg_note): New function.
439         (redirect_edge_and_branch): Use it.
440         (split_edge): Likewise.
441
442         * alias.c (loop_p): Avoid uninitialized memory access.
443
444         * flow.c (try_forward_edges): Avoid accessing freed memory.
445
446         * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
447         variable access.
448
449 2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
450
451         * doc/install.texi (Configuration): Properly link the host
452         specific instructions also when generating HTML.
453
454 Fri Jul 27 00:33:35 EDT 2001  John Wehle  (john@feith.com)
455
456         * flow.c (redirect_edge_and_branch_force): Test
457         target->global_live_at_start.
458
459 2001-07-26  Richard Henderson  <rth@redhat.com>
460
461         * simplify-rtx.c (avoid_constant_pool_reference): Export.
462         * rtl.h (avoid_constant_pool_reference): Declare it.
463         * dwarf2out.c (add_location_or_const_value_attribute): Use it.
464         (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
465
466 Thu Jul 26 22:30:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
467
468         * rtl.h (cleanup_barriers): Declare.
469         * jump.c (cleanup_barriers): New function.
470         * toplev.c (rest_of_compilation): Call cleanup_barriers
471         before loop optimizer and after bb_reorder.
472
473         * flow.c (back_edge_of_syntactic_loop_p): New.
474         (split_edge): Use it.
475
476 2001-07-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
477
478         * glimits.h (_MACH_MACHLIMITS_H_): Delete.
479
480 Thu Jul 26 22:22:21 2001  Denis Chertykov  <denisc@overta.ru>
481
482         * cse.c (cse_process_notes): Replace any registers if the address
483         remains valid.
484
485 Thu Jul 26 14:04:03 EDT 2001  John Wehle  (john@feith.com)
486
487         * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
488         (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
489         (propagate_block): Update prototype.
490         * flow.c (update_life_info): Simplify the CFG and
491         recalculate the global regs which are alive when
492         removing dead code during a global update.
493         (propagate_block): Return non-zero if an INSN is
494         deleted.
495
496 2001-07-26  Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
497
498         * Makefile.in (LIBICONV): Define.
499
500 2001-07-26  Catherine Moore  <clm@redhat.com>
501
502         * config/v850/v850.h (ENCODE_SECTION_INFO):  Change order
503         of conditional to avoid tree checking errors.
504
505 2001-07-26  Kazu Hirata  <kazu@hxi.com>
506
507         * regmove.c (regmove_optimize): Don't replace a reg with
508         another reg of a different mode.
509
510 2001-07-26  Andrew MacLeod  <amacleod@redhat.com>
511
512         * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
513         limit length of dependancy flush list.
514         * params.h (MAX_PENDING_LIST_LENGTH): Define.
515         * sched-int.h  (struct deps): Add pending_flush_length field.
516         * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
517         has 1 element in it.
518         (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
519         (sched_analyze): After a jump, if the pending memory flush list is too
520         large, flush the pending lists.
521         (init_deps): Initialize pending_flush_length to 0.
522         * doc/invoke.texi (max_pending_list_length): Document parameter.
523
524 2001-07-26  Neil Booth  <neil@daikokuya.demon.co.uk>
525
526         * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
527         * dbxout.c (dbxout_global_decl): Move outside #ifdef.
528         * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
529
530 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
531
532         * cpphash.h (struct_lexer_state): Delete was_skipping.
533         Move skipping here from struct cpp_reader.
534         * cpplex.c (parse_identifier): Update.
535         (_cpp_lex_token): Don't skip tokens in a directive.
536         * cpplib.c (struct if_stack): Update.
537         (start_directive, end_directive): Don't change skipping state.
538         (_cpp_handle_directive): Update.
539         (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
540         (do_else, do_endif): Update; only check for excess tokens if not
541         in a skipped conditional block.
542         (push_conditional): Update for new struct if_stack.
543
544 2001-07-26  Graham Stott  <grahams@redhat.com>
545
546         * function.c (locate_and_pad_parm): Also pad initial offset
547         so that the total argument size also includes the padding.
548
549 2001-07-26  Graham Stott <grahams@redhat.com>
550
551         * gensupport.c (alter_output_for_insn): Correct enable checking failure
552         change XSTR to XTMPL.
553
554         (process_one_cond_exec): Likewise
555
556 2001-07-25  Richard Henderson  <rth@redhat.com>
557
558         * varasm.c (assemble_variable): Create DECL_RTL before setting
559         TREE_ASM_WRITTEN.
560
561 Thu Jul 26 00:19:30 CEST 2001  Jan Hubicka  <jh@suse.cz>
562
563         * predict.c (estimate_probability): Avoid duplicated predictions.
564
565         * loop.c (find_and_verify_loops): Grok multiple barriers.
566
567 Wed Jul 25 18:00:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
568
569         * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
570
571         * dbxout.c: Consistently use putc instead of fputc.
572         (print_wide_int): New function; call instead of direct fprintf.
573         (dbxout_type_index): Adjust calls of CHARS to be more accurate.
574         (dbxout_type_fields, dbxout_type_method_1): Likewise.
575         (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
576         (print_int_cst_octal): Likewise.
577         (print_octal): Show we wrote characters.
578         (dbxout_type): Set have_used_extensions in more places.
579
580 2001-07-25  Catherine Moore  <clm@redhat.com>
581
582         * config/v850/v850.c (v850_va_arg):  Use addr
583         instead of valist to build incr.
584
585 Wed Jul 25 22:48:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
586
587         * flow.c (delete_dead_jumptables): New function.
588         (life_analyzis): Call it.
589         * bb-reorder.c (skip_insns_after_block): Handle contradictory
590         sequences.
591
592 2001-07-25  Richard Henderson  <rth@redhat.com>
593
594         * except.c (reachable_handlers): Handle a region being removed
595         out from under a RESX.
596
597 2001-07-25  Richard Henderson  <rth@redhat.com>
598
599         * config/alpha/alpha.c (alpha_emit_conditional_move): Always
600         swap GE/GT if it is an fp comparison.
601
602 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
603
604         * alias.c (rtx_equal_for_memref_p): Allow strings as types in
605         operands.
606
607 Wed Jul 25 08:25:01 2001  Jeffrey A Law  (law@cygnus.com)
608
609         * ssa.c (rename_insn_1): Do not wrap an assignment to a
610         paradoxical SUBREG inside a SEQUENCE.  Fix minor formatting
611         glitch.
612
613         * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
614         throw an exception.
615         (visit_expression): When attempting to simplify an expression,
616         retrieve any modes for arguments before they are simplified
617         to constants.
618
619 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
620             Janis Johnson  <janis@us.ibm.com>
621
622         * stmt.c (expand_goto): A nonlocal goto can be a call too.
623         * builtins.c (expand_builtin_longjmp): Reverse label and static chain
624         pointer parameters to match documented usage of nonlocal_goto.
625         * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
626         parameters to their correct order.
627         * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
628         parameters to their correct order.
629
630 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
631
632         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
633
634 2001-07-25  Jan Hubicka  <jh@suse.cz>
635             Richard Henderson  <rth@redhat.com>
636
637         * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
638         the sequence.
639         (make_edges): New argument update_p; populate the edge cache if set.
640         (find_basic_blocks): Update make_edges invocation.
641
642 2001-07-24  Joel Sherrill <joel@OARcorp.com>
643
644         * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
645
646 2001-07-24  Joel Sherrill <joel@OARcorp.com>
647
648         * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
649         -Acpu and -Amachine.h.
650         * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
651         Corrected header to say ELF not a.out.
652         * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
653         when given -msoft-float.
654
655 2001-07-24  Joel Sherrill <joel@OARcorp.com>
656
657         * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
658         extra multilib parts like arm-elf.
659         (i960-*-coff*, i960-*-rtems): Should not use collect2.
660         (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
661         crtfini.o as extra multilib parts.
662
663 2001-07-24  Joel Sherrill <joel@OARcorp.com>
664
665         * configure.in: Add rtems as a supported thread model.
666         * gthr-rtems.h: Add missing entry point __gthread_active_p.
667         * configure: Rebuilt.
668
669 2001-07-24  Lars Brinkhoff  <lars@nocrew.org>
670
671         * stor-layout.c (get_mode_alignment): make it work when
672         BITS_PER_UNIT is not a power of two.
673         * builtins.c (get_pointer_alignment): Likewise.
674
675 2001-07-24  Richard Henderson  <rth@redhat.com>
676
677         * simplify-rtx.c (avoid_constant_pool_reference): Coerce
678         the retrieved constant into the expected mode.
679
680 Wed Jul 25 01:41:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
681
682         * flow.c (try_simplify_condjump): Avoid duplicated edges.
683         (verify_flow_info): Check for duplicated edges; clarify
684         error reporting.
685
686         * flow.c (block_label): Update basic_block_for_insn.
687         (commit_edge_insertions): Call compute_bb_for_insn.
688
689         * flow.c (purge_dead_edges): Handle conditional jumps and conditional
690         returns too.
691
692         * flow.c (redirect_edge_and_branch,
693         try_optimize_cfg): Use redirect_edge_succ_nodup
694         (redirect_edge_succ_nodup): New.
695         * basic_block.h (redirect_edge_succ_nodup): Declare.
696
697         * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
698         after gcse.
699
700 Wed Jul 25 00:32:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
701
702         * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
703         (try_crossjump_to_edge): Update commetns.
704         (try_crossjump_bb): Likewise.
705
706 2001-07-24  Richard Henderson  <rth@redhat.com>
707
708         * combine.c (distribute_notes): Move set of need_refresh
709         for noop_move_p down to catch all cases.
710
711 Tue Jul 24 20:32:44 CEST 2001  Jan Hubicka  <jh@suse.cz>
712
713         * recog.c (split_all_insns_noflow): New.
714         * rtl.h (split_all_insns_noflow): Declare.
715         * ia64.c (ia64_reorg): Use split_all_insns_noflow.
716         * m68hc11.c (m68hc11_reorg): Likewise.
717         * sh.c (machine_dependent_reorg): Likewise.
718         * toplev.c (rest_of_compilation): Likewise for last split_all_insns
719         call.
720
721 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
722
723         * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
724         (ashlsi3_n splitter): Likewise.
725         (lshrsi3_n splitter): Likewise.
726
727         (GOTaddr2picreg): Make const SImode.
728         (sym_label2reg): Likewise.
729         (symGOT2reg): Likewise.
730         (symGOTOFF2reg) Likewise.
731
732         (casesi_worker_0): Make unspec SImode.
733
734 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
735
736         * config/sh/sh.c (barrier_align): Check that an operand really is
737         an insn before extracting its INSN_CODE.
738
739 2001-07-24  Andrew Haley  <aph@cambridge.redhat.com>
740
741         * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
742         dangling else.
743
744         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
745         for SImode to prevent overflow.
746
747 2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
748
749         * config/mips/irix6-libc-compat.c: New file.
750         * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
751         * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
752         passing workaround.
753
754 2001-07-24  lars brinkhoff  <lars@nocrew.org>
755
756         * rtl.texi (REG_POINTER): Document.
757         (Machine Modes): Document BImode, OImode, PQImode, PHImode,
758         QFmode, HFmode, TQFmode, QCmode, and HCmode.
759
760 Tue Jul 24 10:49:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
761
762         * flow.c (delete_noop_moves): Do not confuse libcall regions.
763
764 2001-07-23  Richard Henderson  <rth@redhat.com>
765
766         * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
767
768 2001-07-23  Kazu Hirata  <kazu@hxi.com>
769
770         * config/h8300/h8300-protos.h: Add a prototype for
771         general_operand_dst_push.
772         * config/h8300/h8300.c (general_operand_dst_push): New.
773         * config/h8300/h8300.h (OK_FOR_T): New.
774         (EXTRA_CONSTRAINT): Use it.
775         * config/h8300/h8300.md (movqi_push): Remove and integrate into
776         the existing movqi pattern.
777         (movhi_push): Likewise.
778
779         * reload.c: Fix comment typos.
780
781 Mon Jul 23 23:34:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
782
783         * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
784
785 2001-07-23  H.J. Lu  (hjl@gnu.org)
786
787         * doc/extend.texi: Update __builtin_return_address and
788         __builtin_frame_address.
789
790 2001-07-23  Richard Henderson  <rth@redhat.com>
791
792         * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
793         before CSE.
794         * config/i386/i386.md: New setcc+movzbl peephole2.
795
796 2001-07-23  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
797
798         * objc/Make-lang.in (objc-act.o): Depend on debug.h.
799         * objc/objc-act.c: Include debug.h.
800         (synth_module_prologue): Save and restore debug hooks too.
801
802 2001-07-23  lars brinkhoff  <lars@nocrew.org>
803
804         * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
805         and C4X_FLOAT_FORMAT.
806         (BOOL_TYPE_SIZE): Document.
807
808 Mon Jul 23 11:54:23 2001  Clinton Popetz  <cpopetz@cpopetz.com>
809
810         * unroll.c (loop_iterations): Fix miscalculation of initial
811         giv offset.
812
813 2001-07-13  Andrew Haley  <aph@redhat.com>
814
815         * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
816         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
817         * config/sh/sh.c (sh_can_redirect_branch): New function.
818         * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
819         * reorg.c (steal_delay_list_from_target): Use
820         MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
821
822 Mon Jul 23 17:20:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
823
824         * flow.c (try_simplify_condjump): Unlink insn chain on
825         fallthru edge; use can_fallthru.
826
827 Mon Jul 23 16:03:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
828
829         * basic-block.h (find_sub_basic_block): Declare.
830         * flow.c (make_edges): New arguments MIN and MAX;
831         (find_sub_basic_blocks): Revamp to use make_edges
832         and purge_dead_edges.
833         (find_basic_blocks): Update call of find_sub_basic_block.
834
835         * recog.c (split_all_insns): Always expect CFG to be consistent;
836         call find_sub_basic_blocks in case something has changed.
837         * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
838         has been built.
839
840         * basic-block.h (delete_noop_moves): Declare.
841         * combine.c (combine_instructions): Call it.
842         (recog_for_combine): Tolerate noop moves
843         (distribute_notes): Force refresh when register dies at noop move.
844         * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
845         too.
846         (life_analysis): Update delete_noop_moves call.
847         (set_noop_p): Move too ...
848         * rtlanal.c (noop_move_p): ... here.
849         * rtl.h (noop_move_p): Declare.
850
851         * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
852         * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
853         after combine.
854         * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
855         (cprop_jump): Likewise; call purge_dead_edges if substitution suceeded.
856
857 2001-07-23  Hans-Peter Nilsson  <hp@bitrange.com>
858
859         * reload.c (push_reload): Fix typo in comment.
860         (find_reloads_address): Ditto.
861         (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
862
863 2001-07-22  Richard Henderson  <rth@redhat.com>
864
865         * flow.c: Grammar check and clarify a lot of comments.
866         (try_simplify_condjump): Rename variables to be clearer.
867         (try_forward_edges): Skip complex and fallthru edges.
868         Rearrange tests to avoid duplicate checks.
869         (flow_find_cross_jump): Likewise.
870         (outgoing_edges_match): Allow match if neither branch has
871         probability data.  Loosen probability match to 5%.
872         (try_crossjump_to_edge): Hoist repeated indirection into
873         local variables.
874         (try_crossjump_bb): Don't check complex edges.  Eliminate
875         redundant crossjump tests.
876         (try_optimize_cfg): Fix use of bool.  Reorganize cheaper
877         checks before more expensive checks.
878
879 2001-07-22  Richard Henderson  <rth@redhat.com>
880
881         * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
882         INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
883         arguments.
884
885 2001-07-22  Richard Henderson  <rth@redhat.com>
886
887         * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
888         (const_sint32_operand): Likewise.
889         * m68k.md (anon mulsi pattern): Use const_int_operand not
890         const_sint32_operand.
891         (umulsi3_highpart): Zero extend a constant input.
892         (smulsi3_highpart): Don't bother checking SImode constant.
893         (const_umulsi3_highpart): Give op3 DImode.
894         (const_smulsi3_highpart): Likewise.
895
896 2001-07-22  Richard Henderson  <rth@redhat.com>
897
898         * flow.c (split_block): Make sure bb_note is included in the
899         new block when splitting before a label.
900
901 Sun Jul 22 23:28:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
902
903         * basic-block.h (redirect_edge_and_branch_force,
904         redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
905         * flow.c (redirect_edge_and_branch_force,
906         redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
907         (redirect_edge_and_branch_force): Fix copying of lifeness information.
908         (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
909         * ifcvt.c (dead_or_predictable): Take BB as an new destionation
910         instead of label; update CFG after transformation.
911         (find_if_case_1): Update call, use redirect_edge_and_branch_force
912         for finishing the transformation; handle even case where ELSE
913         does not follow THEN.
914         (find_if_case_2): Update call of dead_or_predictable; simplify
915         CFG update.
916
917         * emit-rtl.c (split_branch_probability): New global variable.
918         (try_split): Take care to set split_branch_probability and
919         create REG_BR_PROB note for new jump insns.
920         * md.texi (define_split): Document new feature.
921
922         * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
923
924 2001-07-22  Neil Booth  <neil@daikokuya.demon.co.uk>
925
926         * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
927         (asm_out_file): Remove redundant declaration.
928         (assemble_asm): Remove old #if 0 block.
929         (assemble_variable): Remove end of function; debug output is
930         now handled with global_decl.  Remove old #if 0 block.  Update.
931         Remove saved_in_section and associated no-op code.
932         * Makefile.in (varasm.o): Correct dependencies.
933
934 Sun Jul 22 17:55:11 2001  Alexandre Oliva  <aoliva@redhat.com>
935
936         * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
937         the definition in defaults.h.
938
939 Sun Jul 22 21:31:04 CEST 2001  Jan Hubicka  <jh@suse.cz>
940
941         * jump.c: Update comments.
942         (delete_barrier_successors, delete_unreferenced_labels,
943         delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
944         delete_labelref_insn, redirect_tablejump, jump_optimize_1,
945         jump_optimize, jump_optimize_minimal): Kill.
946         (rebuild_jump_labels): Move code from jump_optimize_1.
947         (purge_line_number_notes): Likewise.
948         (copy_loop_headers): Likewise.
949         * reg-stack.c: Update comment.
950         * stmt.c: Likewise.
951         * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
952         JUMP_AFTER_REGSCAN): Kill.
953         * toplev.c (rest_of_compilation): Use cleanup_cfg, call
954         purge_line_number_notes and copy_loop_headers.
955
956 2001-07-22 Neil Booth  <neil@daikokuya.demon.co.uk>
957            Richard Henderson  <rth@redhat.com>
958
959         * dbxout.c (dbxout_global_decl): New.
960         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
961         * sdbout.c (sdbout_finish): New.
962         (sdbout_debug_hooks): Use it, add comments.
963         (sdbout_global_decl): Defer initialised public vars to
964         sdbout_finish.
965         * varasm.c (assemble_variable): Don't output debug information
966         for file-scope variables.
967
968 2001-07-22  Richard Henderson  <rth@redhat.com>
969
970         * config/alpha/alpha.c (get_trap_mode_suffix): New.
971         (get_round_mode_suffix): New.
972         (print_operand): Use them for [/].  Remove support for [&'`()+].
973         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
974         * config/alpha/alpha.md (attr round_suffix): New.
975         (attr trap_suffix): New.
976         (all insns): Set them appropriately.  Use %/ instead of the
977         myriad punctuators.
978
979 2001-07-22  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
980
981         * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
982
983 2001-07-22  Richard Henderson  <rth@redhat.com>
984
985         * regrename.c (regrename_optimize): Compute nregs for each
986         potential target register.
987
988 2001-07-21 Neil Booth  <neil@daikokuya.demon.co.uk>
989            Richard Henderson  <rth@redhat.com>
990
991         * dbxout.c (dbxout_global_decl): New.
992         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
993         * sdbout.c (sdbout_finish): New.
994         (sdbout_debug_hooks): Use it, add comments.
995         (sdbout_global_decl): Defer initialised public vars to
996         sdbout_finish.
997         * varasm.c (assemble_variable): Don't output debug information
998         for file-scope variables.
999
1000 2001-07-21  H.J. Lu  (hjl@gnu.org)
1001
1002         * config/mips/mips.c (mips_cpu): Moved into ...
1003         (override_options): Here.
1004
1005         * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
1006         mips_tune.
1007         (mips_cpu): Removed.
1008
1009 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1010
1011         * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
1012         ("iorqi3"): Likewise.
1013         ("xorqi3"): Likewise.
1014         ("*addhi3"): Fix constraint to avoid reloading in a soft register.
1015         ("*subhi3_sp): Likewise.
1016         ("*subhi3"): Likewise.
1017         ("extendhisi2"): Accept D, X and Y as source operand to avoid
1018         reload problems.
1019
1020 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
1021
1022         * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
1023         * config/freebsd.h: Likewise.
1024         * config/linux.h: Likewise.
1025         * config/openbsd.h: Likewise.
1026         * config/alpha/linux-elf.h: Likewise.
1027         * config/arm/linux-elf.h: Likewise.
1028         * config/d30v/d30v.h: Likewise.
1029         * config/fr30/fr30.h: Likewise.
1030         * config/ia64/aix.h: Likewise.
1031         * config/ia64/ia64.h: Likewise.
1032         * config/mips/linux.h: Likewise.
1033         * config/pj/pj.h: Likewise.
1034         * config/rs6000/linux.h: Likewise.
1035         * config/sparc/linux.h: Likewise.
1036         * config/sparc/linux64.h: Likewise.
1037
1038 2001-07-20  Bruce Korb  <bkorb@gnu.org>
1039
1040         * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
1041         because getc() and char* may disagree on signedness.
1042
1043 2001-07-20  Richard Henderson  <rth@redhat.com>
1044
1045         * doc/rtl.texi (REG_DEAD): Update for current semantics.
1046
1047         * flow.c (try_redirect_by_replacing_jump): Correctly compute which
1048         insns to delete in the presence of cc0 in a jump insn.
1049
1050 Fri Jul 20 22:14:49 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
1051                                Jan Hubicka  <jh@suse.cz>
1052
1053         * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
1054         of doing the change by hand.
1055
1056 Fri Jul 20 21:59:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
1057
1058         * rtlanal.c (set_noop_p): Return true for noop jumps.
1059
1060         * expr.c (emit_single_push_insn): Add call to push expander.
1061         * expr.h (optab_index): Add OTI_push
1062         (push_optab): New constant.
1063         * genopinit.c (optabs): Add push_optab.
1064         * optabs.c (init_optab): Init push optab.
1065         * md.texi (push??1): Document
1066
1067 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1068
1069         * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
1070         expand to emit the pattern; put a REG_INC note for push/pop
1071         instructions.
1072         ("movdf", "movdf_internal"): Likewise.
1073         ("movsi", "movsi_internal"): Likewise.
1074         ("movsf", "movsf_internal"): Likewise.
1075         ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
1076
1077 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1078
1079         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
1080         gen_highpart.
1081
1082 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
1083
1084         * params.def: Change default max inline insns to 100.
1085
1086 2001-07-20  Diego Novillo  <dnovillo@redhat.com>
1087
1088         * combine.c (combine_simplify_rtx): Generate a new shift operation
1089         when simplifying the first operand of a (neg (ashift)) expression.
1090
1091 2001-07-20  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
1092
1093         * regclass.c (N_REG_INTS): Use only 32 bits per element.
1094
1095 2001-07-20  Kelley Cook  <kelley.cook@home.com>
1096
1097         * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
1098         information.   Move rest into ...
1099         (*-*-solaris): ... here.  Eliminate redundant information and
1100         reword necessary packages section.  Delete 4.x assembler bug info.
1101         (sparc-sun-*): Merge into ...
1102         (sparc-sun-sunos*): here.
1103
1104 2001-07-20  Catherine Moore  <clm@redhat.com>
1105
1106         * config/v850/v850.md (casesi): Generate LABEL_REF
1107         with Pmode.
1108
1109 Fri Jul 20 14:12:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
1110
1111         * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
1112         * i386.c (ix86_zero_extend_to_Pmode): Make global.
1113         * i386.md (strclrsi expander): Use it.
1114
1115 Fri Jul 20 13:24:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
1116
1117         * integrate.c (copy_insn_list): handle
1118         NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
1119         (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
1120         identically as to CODE_LABEL.
1121
1122         * fold-const (fold): Convert A/B/C to A/(B*C) and
1123         A/(B/C) to (A/B)*C
1124
1125         * except.c (connect_post_landing_pads): Delete the RESX insns.
1126
1127 2001-07-20  Aldy Hernandez  <aldyh@redhat.com>
1128
1129         * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
1130
1131         * config/mips/mips.md (nmadd/nmsub): Use macro.
1132
1133 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
1134
1135         * cppinit.c (remove_dup_dir): Make static.
1136         (remove_dup_dirs): Make static. Only warn about preempting a
1137         system directory with a non-system directory.
1138
1139 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
1140
1141         * ifcvt.c (noce_try_store_flag_constants): Correct order
1142         of parameters to trunc_int_for_mode.
1143
1144 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
1145
1146         * reorg.c (fill_simple_delay_slots): If an instruction might throw
1147         an exception that will be caught within this function, do not fill
1148         its delay slot with any subsequent instruction.
1149
1150 2001-07-19  Steve Ellcey <sje@cup.hp.com>
1151
1152         * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
1153         * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
1154         pointer extension instruction.
1155         * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
1156         * simplify-rtx.c (simplify_unary_operation) Likewise.
1157         * explow.c (convert_memory_address) Check value of
1158         POINTERS_EXTEND_UNSIGNED to avoid some conversions when
1159         less than zero.
1160         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
1161         MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
1162         * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
1163         Add Multilib Support.
1164         (POINTERS_EXTEND_UNSIGNED)  Define for ILP32 support.
1165         * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
1166         Add Multilib Support.
1167         (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
1168         support.
1169         * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
1170         * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
1171         a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
1172
1173 2001-07-19  Alexandre Oliva  <aoliva@redhat.com>
1174
1175         * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
1176         old and new operands in `<', `3' and `b'.
1177
1178 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
1179
1180         * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
1181         (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
1182         (toplev.o): Don't depend on xcoffout.h.
1183         * c-decl.c: Include debug.h
1184         (duplicate_decls): Use debug hook.
1185         * dbxout.c (dbxout_source_file, dbxout_args): Make static.
1186         (dbx_debug_hooks, xcoff_debug_hooks): Update.
1187         (dbxout_types): Remove.
1188         * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
1189         * debug.c (do_nothing_debug_hooks): Update.
1190         (debug_true_tree, debug_nothing_rtx): New.
1191         * debug.h (struct rtx_def): New.
1192         (struct gcc_debug_hooks): New hooks ignore_block,
1193         outlining_inline_function and label.
1194         (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
1195         dwarf2out_frame_finish): New.
1196         * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
1197         Make static, update prototype.
1198         (dwarf2_debug_hooks): Update.
1199         * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
1200         dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
1201         * dwarfout.c (dwarf_debug_hooks): Update.
1202         * emit-rtl.c: Include debug.h.
1203         (remove_unnecessary_notes): Use debug hook.
1204         * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
1205         (final_scan_insn): Use debug hook.
1206         * integrate.c (output_inline_function): Use debug hook.
1207         * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
1208         (sdb_debug_hooks): Update.
1209         * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
1210         * toplev.c: Don't include xcoffout.h.
1211         (note_outlining_of_inline_function, debug_ignore_block): Remove.
1212         * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
1213         Remove.
1214         * tree.h (dwarf2out_do_frame): Remove.
1215
1216 2001-07-19  Catherine Moore  <clm@cygnus.com>
1217
1218         * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
1219
1220 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
1221
1222         * reload1.c (eliminate_regs_in_insn): When updating a set
1223         to the frame pointer to the hardware frame pointer, perform
1224         the update always not just when REPLACE is set.
1225
1226         * reload1.c (choose_reload_regs): Don't inherit a reload
1227         that crosses multiple registers if registers past the first
1228         don't fit in the desired class.
1229
1230         * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
1231         when negating constants.
1232
1233 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
1234
1235         * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
1236         * doc/tree.texi: Ditto.
1237
1238 2001-07-19  Mark Kettenis  <kettenis@wins.uva.nl>
1239             Jakub Jelinek  <jakub@redhat.com>
1240
1241         * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
1242         (extract_cie_info): Handle "eh" augmentation properly,
1243         remember eh_ptr.
1244         (struct frame_state, __frame_state_for): New.
1245
1246 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1247
1248         * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
1249         HANDLE_SYSV_PRAGMA): Define.
1250         * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
1251         previous args.
1252         (copy_object): Caller changed.
1253
1254 2001-07-19  Andreas Schwab  <schwab@suse.de>
1255
1256         * configure.in (assembler dwarf2 debug_line support): Define nop
1257         insn for m68k.
1258         * configure: Regenerated.
1259
1260 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
1261
1262         * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
1263         dwarfout.h.
1264         * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
1265         to conditionally compiled block.
1266         (dbx_debug_hooks, xcoff_debug_hooks): Update.
1267         * dbxout.h (dbxout_function): Remove.
1268         * debug.c (do_nothing_debug_hooks): Update.
1269         * debug.h (struct gcc_debug_hooks): New hooks function_decl,
1270         global_decl, deferred_inline_function.
1271         * dwarf2out.c (dwarf2_debug_hooks): Update.
1272         (dwarf2out_global_decl): New.
1273         * dwarfout.c: Don't include dwarfout.h.
1274         (dwarfout_global_decl, dwarfout_function_decl,
1275         dwarfout_deferred_inline_function): New.
1276         (dwarf_debug_hooks): Update.
1277         * dwarfout.h: Remove.
1278         * final.c: Don't include dwarfout.h.
1279         * sdbout.c (sdbout_global_decl): New.
1280         (sdbout_debug_hooks): Update.
1281         * toplev.c: Don't include dwarfout.h.
1282         (check_global_declarations, rest_of_compilation): Use new debug hooks.
1283         (note_deferral_of_defined_inline_function): Remove.
1284         * toplev.h (note_deferral_of_defined_inline_function): Remove.
1285         * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
1286         * ch/lex.c: Don't include dwarfout.h.
1287         * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
1288         (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
1289         * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
1290         * cp/optimize.c: Include debug.h.
1291         (maybe_clone_body): Use debug hook.
1292         * cp/semantics.c: Include debug.h.
1293         (expand_body): Use debug hook.
1294         * po/POTFILES.in: Remove dwarfout.h.
1295
1296 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
1297
1298         * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
1299         * c-parse.in (yyerror, _yylex): Similarly.
1300         * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
1301         Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
1302         Update comments.
1303         * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
1304         * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
1305
1306 2001-07-18  Jeff Sturm  <jsturm@one-point.com>
1307
1308         * dwarf2out.c (dwarf2out_abstract_function): Don't emit
1309         in-class declaration at -g1.  Fixes c++/2814.
1310
1311 2001-07-18  Richard Henderson  <rth@redhat.com>
1312
1313         * doc/md.texi (reload_in/out): Document restrictions in predicates
1314         and constraints for these patterns.  Document empty string matching
1315         ALL_REGS.
1316
1317 2001-07-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1318
1319         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
1320
1321 Wed Jul 18 20:47:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
1322
1323         * cse.c: Undo my previous patch.
1324
1325 2001-07-18  Tom Tromey  <tromey@redhat.com>
1326
1327         For PR java/2812:
1328         * configure: Rebuilt.
1329         * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
1330         instead.
1331         * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
1332
1333 Wed Jul 18 18:46:30 CEST 2001  Richard Henderson <rth@cygnus.com>
1334                                Jan Hubicka  <jh@suse.cz>
1335
1336         * flow.c (redirect_edge_and_branch): Bail out on complex edges.
1337         (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
1338         * jump.c (mark_jump_label): Do not forward branches.
1339
1340 Wed Jul 18 18:35:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
1341
1342         * cse.c (delete_trivially_dead_insns): Delete the libcall block
1343         when return value is unused.
1344
1345 Wed Jul 18 18:28:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
1346
1347         * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
1348
1349 Wed Jul 18 12:05:29 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1350
1351         * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
1352         on error.  We can't blindly return the result of
1353         pthread_mutex_trylock because it returns a positive number on
1354         error, while we must return -1 on error.
1355         (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
1356         fixes.
1357         Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
1358
1359 2001-07-18  Andreas Jaeger  <aj@suse.de>
1360
1361         * integrate.c (output_inline_function): Correct type of debug_hooks.
1362
1363 2001-07-18  Toon Moene  <toon@moene.indiv.nluug.nl>
1364
1365         * combine.c (combine_simplify_rtx): DIV can be treated
1366         associatively for floats if unsafe math optimisations are enabled.
1367
1368 2001-07-17  Richard Henderson  <rth@redhat.com>
1369
1370         * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
1371
1372 2001-07-17  Richard Henderson  <rth@redhat.com>
1373
1374         * calls.c (prepare_call_address): New parameter SIBCALLP.  If true,
1375         don't force the function address into a register.
1376         (expand_call, emit_library_call_value_1): Update callers.
1377         * builtins.c (expand_builtin_apply): Likewise.
1378         * expr.h (prepare_call_address): Update decl.
1379
1380 2001-07-17  Chandrakala Chavva  <cchavva@redhat.com>
1381
1382         * config.gcc: For *-*-chorusos triplet, get chorus.h file from
1383         config directory.
1384         * config/i386/chorus.h: Move up.
1385         * config/sparc/chorus.h: Likewise.
1386         * config/rs6000/chorus.h: Likewise.
1387         * config/chorus.h: Moved here.
1388
1389 2001-07-17  Andreas Schwab  <schwab@suse.de>
1390
1391        * configure.in  (assembler eh_frame optimization): Handle big
1392        endian.
1393        * configure: Regenerated.
1394
1395 Tue Jul 17 23:43:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
1396
1397         * expr.c (epxand_expr): Convert divisions into multiplications by
1398         reciprocals if -ffast-math.
1399
1400 2001-07-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1401
1402         * dbxout.c (dbxout_really_begin_function): Rename to
1403         dbxout_begin_function.
1404         (dbx_debug_hooks, xcoff_debug_hooks): Update.
1405         (dbxout_begin_function): Remove.
1406         (dbxout_function): Update.
1407         (dbxout_source_line): Update prototype.
1408         * dbxout.h (dbxout_begin_function): Remove.
1409         * debug.c (do_nothing_debug_hooks): Update.
1410         (debug_nothing_tree): Update.
1411         (debug_nothing_charstar_rtx): Remove.
1412         * debug.h (union tree_node): Declare.
1413         (struct rtx_def): Remove.
1414         (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
1415         begin_function.  Change source_line prototype.
1416         (debug_nothing_tree): New.
1417         (debug_nothing_charstar_rtx): Delete.
1418         (dwarf2out_begin_prologue): Moved from ...
1419         * tree.h: ... here.
1420         * dwarf2out.c (dwarf2_debug_hooks): Update.
1421         (dwarf2out_begin_prologue): Update prototype.  If genuine dwarf2
1422         debug info, call dwarf2out_source_line.
1423         (dwarf2out_souce_line): Update prototype.
1424         * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
1425         Change prototype, make static.
1426         (dwarfout_source_line): Update prototype.
1427         (dwarf_debug_hooks): Update.
1428         * dwarfout.h (dwarfout_begin_function): Remove.
1429         * final.c (final_start_function, final_scan_insn): Use appropriate
1430         debug hooks, update to use notice_source_line.
1431         (output_source_line): Rename notice_source_line.  Don't call the
1432         source_line debug hook.
1433         * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
1434         make static, update prototype.
1435         (sdbout_mark_begin_function): Rename sdbout_begin_function, update
1436         prototype.
1437         (sdbout_end_prologue): New.
1438         (sdbout_source_line): Update prototype.
1439         (sdbout_debug_hooks): Update.
1440         (sdbout_symbol): Remove unused var.
1441         * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
1442         Delete.
1443         * varasm.c: Include debug.h.
1444         (assemble_start_function): Use begin_function debug_hook.
1445         * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
1446         update with prototype.
1447         (xcoffout_source_line): Update prototype.
1448         * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
1449         update prototype.
1450         (xcoffout_source_line): Update prototype.
1451
1452 2001-07-17  Richard Henderson  <rth@redhat.com>
1453
1454         * c-typeck.c (build_binary_op): Do not shorten unsigned
1455         right shift after sign extension.
1456
1457 Tue Jul 17 16:56:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
1458
1459         * combine.c (combine_simplify_rtx): Attempt to simplify
1460         a*(b/c) as (a*b)/c for floats in unsafe_math mode.
1461
1462         * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
1463         (simplify_binary_operation, simplify_unary_operation,
1464          simplify_relational_operation): Use it.
1465
1466         * combine.c (combine_simplify_rtx): Don't do associative law
1467         on divisions; allow associative law on floats.
1468
1469 2001-07-17  H.J. Lu <hjl@gnu.org>
1470             Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1471
1472         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
1473         ASM_OUTPUT_WEAK_ALIAS are defined.
1474         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
1475         * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
1476         Moved ...
1477         * config/mips/iris5.h: ... here.
1478         (HANDLE_SYSV_PRAGMA): Defined as 1.
1479         * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
1480         * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
1481         symbol.
1482
1483 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1484
1485         * c-parse.in (all_prefix_attributes): New variable.
1486         (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
1487         (maybe_resetattrs): New production.
1488         (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
1489         maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
1490         notype_initdcl, nested_function, notype_nested_function,
1491         component_decl, components, components_notype,
1492         component_declarator, component_notype_declarator,
1493         absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
1494         ivars, mydecl, myparm): Update.  Avoid prefix attributes just
1495         after a comma being applied to more than one declarator.
1496         * doc/extend.texi (Attribute Syntax): Update.  Remove
1497         documentation of bugs that are no longer present.
1498
1499 2001-07-13  Eric Christopher  <echristo@redhat.com>
1500
1501         * config/mips/mips.h: Change TUNE_MIPS* options to use
1502         mips_tune.
1503         (EXTRA_SPECS): Add cc1_cpu_spec.
1504         * config/mips/mips.md (muldf3): Fix typo.
1505
1506 2001-07-16  Richard Henderson  <rth@redhat.com>
1507
1508         * config/m68k/m68k.c: Include expr.h and reload.h.
1509         (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
1510         [general int]: Use HOST_WIDE_INT_PRINT_DEC.
1511
1512 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
1513             Richard Henderson  <rth@redhat.com>
1514
1515         * cse.c (set_live_p): Take INSN argument for cc0; update callers.
1516         (insn_live_p): Fix fall off end of function.
1517         (dead_libcall_p): Remove COUNTS argument; update callers.
1518         (delete_trivially_dead_insns): Remove unused variables.
1519
1520 2001-07-17  Andreas Jaeger  <aj@suse.de>
1521
1522         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
1523         x86-64 pic support.
1524
1525         * lcm.c (optimize_mode_switching): Avoid warning for unused
1526         variable if !NORMAL_MODE.
1527
1528         * flow.c (try_crossjump_to_edge): Remove unused variable.
1529
1530 2001-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1531
1532         * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
1533         atexit declaration in stdlib.h.
1534
1535 2001-07-16  Richard Begg  <Richard.Begg@colesmyer.com.au>
1536
1537         * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
1538
1539 Mon Jul 16 22:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
1540
1541         * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
1542         * except.c (finish_eh_generation): Update call of cleanup_cfg;
1543         do rebuild_jump_labels instead of jump_optimize
1544         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
1545         * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
1546         * flow.c (try_optimize_cfg): Remove unneeded code_labels.
1547
1548         * flow.c: Include timevar.h
1549         (find_basic_block): Push/pop timevar;
1550         (cleanup_cfg): Likewise.
1551         * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
1552         * Makefile: Add dependencies on timevar.h
1553
1554         * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
1555         (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
1556
1557         * rtl.h (delete_trivially_dead_insns): Add new parameter.
1558         * toplev.c (rest_of_compilation): Update calls.
1559         * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
1560         (delete_trivially_dead_insns): ... here; accept new argument
1561         preserve_basic_blocks; preserve basic blocks if set.
1562
1563         * reg-stack.c (stack_regs_mentioned): Return 0 if
1564         stack_regs_mentioned_data is not initialized.
1565         (reg_to_stack): Make stack_regs_mentioned survive after the
1566         reg-stack is completted; do not call cleanup_cfg.
1567         * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
1568         make cleanup_cfg after bb-reorder to output to debug file.
1569
1570 2001-07-16  Richard Henderson  <rth@redhat.com>
1571
1572         * regclass.c (init_reg_sets): Use only 32 bits per initializer
1573         from int_reg_class_contents.
1574
1575 2001-07-16  Richard Henderson  <rth@redhat.com>
1576
1577         * hard-reg-set.h (regs_invalidated_by_call): Declare.
1578         * regclass.c (regs_invalidated_by_call): Move from cse.c.
1579         (init_reg_sets_1): Move initialization from cse_main.
1580         * cse.c (regs_invalidated_by_call): Move to regclass.c.
1581         (cse_main): Move its initialization also.
1582         * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
1583         * flow.c (propagate_one_insn): Likewise.
1584         * gcse.c (compute_hash_table): Likewise.
1585         (compute_kill_rd, compute_store_table): Likewise.
1586         * sched-deps.c (sched_analyze_1): Likewise.
1587
1588 Mon Jul 16 18:07:07 2001  J"orn Rennecke <amylaar@redhat.com>
1589
1590         * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
1591         gen_rtx_SET.
1592
1593 2001-07-16  Steve Ellcey <sje@cup.hp.com>
1594
1595         * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
1596         in if statement so we don't access undefined memory.
1597
1598 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
1599
1600         * gcse.c: Update comment at top.
1601         Update comment on mem handling.
1602         mem_last_set, mem_first_set, mem_set_in_block: gone.
1603         Declaration of reg_set_info: gone.
1604         (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
1605         pointless with load_killed_in_block_p (they are *more*
1606         conservative then it, not less, and less accurate).
1607         (oprs_not_set_p): Ditto.
1608         (alloc_gcse_mem): Don't allocate mem_set_in_block
1609         (free_gcse_mem): Don't free it, either.
1610         (record_last_mem_set_info): Update comment in front, remove
1611         mem_*set_* stuff. Note the reason we don't handle stores directly
1612         here.
1613         (compute_hash_table): Update comments to reflect reality. Remove
1614         mem_*set_* references.
1615         (reset_opr_set_tables): Remove mem_*set_* references.
1616         (mark_call): Ditto.
1617         (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.
1618         (mark_clobber): Ditto (on both parts, we double set here too).
1619         (expr_killed_p): Remove mem_set_in_block test.
1620         (compute_transp): Remove mem_set_in_block test.
1621
1622         * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
1623         of edge, and removal of phi alternative to dump file.
1624         (ssa_ccp_substitute_constants): Add note about register now being
1625         constant, and which uses were replaced in what insns to dump file.
1626
1627 2001-07-16  Andreas Jaeger  <aj@suse.de>
1628
1629         * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
1630         variables of type HOST_WIDEST_INT.
1631
1632         * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
1633         (__bb_exit_func): Correct type of count_max to avoid overflow.
1634         (num_digits): Handle long long argument.
1635
1636         * combine.c (gen_lowpart_for_combine): Remove unused variable.
1637
1638 2001-07-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1639
1640         * output.h (sdb_begin_function_line): Restore as an extern
1641         variable.
1642         * sdbout.c (sdb_begin_function_line): Make extern.
1643
1644 2001-07-15  Richard Henderson  <rth@redhat.com>
1645
1646         * machmode.def (Pmode): Redefine if GENERATOR_FILE.
1647         * genrecog.c (maybe_both_true_mode): New.
1648         (maybe_both_true_2): Use it.
1649         (write_switch): Don't put Pmode in a switch.
1650         * rtl.c (mode arrays): Don't explicitly size them.
1651
1652 Sun Jul 15 14:07:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
1653
1654         * toplev.c (rest_of_compilation): Fix register_life_up_to_date
1655         handling; move unconditional splitting before mode switching.
1656
1657         * i386.md (type): Add fistp type.
1658         (i387, length_attr, scheduling definitions): Handle this type.
1659         (fix_trunc?f?i2): Revamp to use mode switching.
1660         (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
1661         * i386.h (fp_cw_mode): New enum
1662         (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
1663         MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
1664
1665 Sun Jul 15 12:53:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1666
1667         * Makefile.in (integrate.o): Add debug.h.
1668         * integrate.c (debug.h): Add.
1669         (output_inline_function): Save, reset, and restore debug_hooks.
1670
1671 2001-07-15  Richard Henderson  <rth@redhat.com>
1672
1673         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
1674         instead of COMPARE for the EQUIV expression.
1675
1676 2001-07-15  Richard Henderson  <rth@redhat.com>
1677
1678         * flow.c (redirect_edge_and_branch_force): Initialize
1679         global_live_at_start and global_live_at_end.
1680         (allocate_bb_life_data): Export.
1681         * basic-block.h (allocate_bb_life_data): Declare.
1682         * toplev.c (rest_of_compilation): Call it.
1683
1684 2001-07-15  Richard Henderson  <rth@redhat.com>
1685
1686         * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
1687         (alpha_tablejump_best_label): New.
1688         * config/alpha/alpha-protos.h: Declare them.
1689         * config/alpha/alpha.md: Use braced strings for code blocks.
1690         (tablejump_osf): Break out add with r29.
1691         (tablejump_osf_internal): Remove.
1692         (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
1693         use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
1694
1695 Sun Jul 15 00:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
1696
1697         * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
1698         of the movable.
1699
1700         * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
1701
1702         * i386-protos.h (ix86_split_fp_branch): Update prototype.
1703         (ix86_fp_jump_nontrivial_p): New.
1704         * i386.md (fp_jcc_?): Update call of split_fp_branch;
1705         use ix86_fp_jump_nontrivial_p.
1706         * i386.c (ix86_fp_jump_nontrivial_p): New.
1707         (ix86_split_fp_branch): Accept code instead of rtx.
1708         (ix86_expand_compare): Expand comparison early in case
1709         doing so is resonably cheap.
1710
1711 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
1712
1713         * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
1714         not 'machine'.
1715         (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
1716         (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
1717
1718 2001-07-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1719
1720         * dbxout.c (dbxout_source_line): Make static, update prototype.
1721         (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
1722         (dbxout_init, dbxout_finish, dbxout_source_line,
1723         dbxout_begin_block, dbxout_end_block): Update for new prototypes.
1724         * dbxout.h (dbxout_source_line): Delete.
1725         * debug.c (debug_nothing_file, debug_nothing_file_int,
1726         debug_nothing_file_charstar_rtx): New.
1727         (do_nothing_debug_hooks): Update.
1728         (debug_nothing_void, debug_nothing_charstar_rtx,
1729         dwarf2out_end_epilogue): New.
1730         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
1731         * debug.h (struct rtx_def): Declare.
1732         (gcc_debug_hooks): New hooks source_line, end_epilogue
1733         and end_function.
1734         (debug_nothing_void, debug_nothing_charstar_rtx,
1735         dwarf2out_end_epilogue): New.
1736         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
1737         * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
1738         (dwarf2_debug_hooks): Update.
1739         (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
1740         dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
1741         * dwarf2out.h (dwarf2out_source_line): Remove.
1742         * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
1743         Make static, update prototype.
1744         (dwarfout_init, dwarfout_finish, dwarfout_source_line,
1745         dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
1746         (dwarf_debug_hooks): Update.
1747         * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
1748         dwarfout_end_function): Remove.
1749         * final.c (profile_function): Use debug hooks for ending functions
1750         and epilogues.
1751         (output_source_line, final_end_function): Update prototype,
1752         use debug hooks.
1753         (final_start_function, final_scan_insn): Update.
1754         * output.h (sdb_begin_function_line): Remove.
1755         (final_end_function): Update prototype.
1756         * sdbout.c (sdb_begin_function_line): Make static.
1757         (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
1758         (sdbout_source_line): New.
1759         (sdbout_end_epilogue, sdbout_end_function): Make static, update
1760         prototypes.
1761         (sdb_debug_hooks): Update.
1762         (sdbout_init, sdbout_source_line,
1763         sdbout_begin_block, sdbout_end_block): Update for new prototypes.
1764         * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
1765         * toplev.c (compile_file, rest_of_compilation): Update.
1766         * tree.h (dwarf2out_end_epilogue): Move to debug.h.
1767         * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
1768         xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
1769         Update for prototype changes.
1770         * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
1771         xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
1772
1773 2001-07-15  Richard Henderson  <rth@redhat.com>
1774
1775         * config/alpha/alpha.h (TARGET_ABI_OSF): New.
1776         (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
1777         * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
1778         * config/alpha/alpha.c: Likewise.
1779         * config/alpha/alpha.md: Likewise.
1780         * config/alpha/alpha32.h: Likewise.
1781         * config/alpha/vms.h: Likewise.
1782         (OPEN_VMS): Remove.
1783
1784 2001-07-14  Richard Henderson  <rth@redhat.com>
1785
1786         * config/alpha/alpha.md: Use define_constants for unspec values.
1787         Substitute throughout.
1788
1789 2001-07-14  Tim Josling  <tej@melbpc.org.au>
1790
1791         * tree.def (EXPON_EXPR) remove. Never supported anyway.
1792
1793 2001-07-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1794
1795         * pa.md: Remove unused constraints from define_split's.
1796
1797 2001-04-14  Richard Henderson  <rth@redhat.com>
1798
1799         * ifcvt.c (find_cond_trap): Test for exit block.
1800
1801 Sun Jul 15 00:50:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
1802
1803         Re-install recently reverted patch.
1804         * emit-rtl.c (try_split): Update mark_jump_label call.
1805         * flow.c (find_sub_basic_blocks): Likewise.
1806         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
1807         jump_back_p): Kill.
1808         (mark_all_labels): Kill second parameter.
1809         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
1810         (rebuild_jump_labels, jump_optimize_minimal): Update call
1811         of jump_optimize_1.
1812         (jump_optimize_1): Kill crossjumping code.
1813         (mark_jump_label): Kill cross_jump parameter.
1814         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
1815         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
1816         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
1817          splitting.
1818         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
1819         DFI_bpro.
1820         (dump_file_info): Likewise.
1821         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
1822         reorganize passes to do reg-stack first, bb-reorder second.
1823         * invoke.texi (-d letters doc): Remove the jump2 pass.
1824
1825 2001-07-14  Richard Henderson  <rth@redhat.com>
1826
1827         * ifcvt.c (find_cond_trap): New.
1828         (find_if_header): Call it.
1829         (merge_if_block): Relax existing jump sanity check.
1830         * jump.c (jump_optimize_1): Remove conditional trap handling.
1831
1832 2001-07-14  Alan Modra  <amodra@bigpond.net.au>
1833
1834         * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
1835         millicode.
1836         (insn_refs_are_delayed): Correct comment.
1837         * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
1838         * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
1839         instead of r31.  Make associated insn !TARGET_64BIT, and
1840         provide an additional 64-bit insn that clobbers r2.
1841         (divsi3): Likewise.
1842         (udivsi3): Likewise.
1843         (modsi3): Likewise.
1844         (umodsi3): Likewise.
1845
1846 Sat Jul 14 02:58:38 CEST 2001  Jan Hubicka  <jh@suse.cz>
1847
1848         * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
1849
1850         * flow.c (redirect_edge_and_branch_force, split_edge,
1851         try_crossjump_to_edge): Use set_block_for_new_insns.
1852         * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
1853
1854 2001-07-13  H.J. Lu  (hjl@gnu.org)
1855
1856         * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
1857         the correct patch.
1858
1859 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
1860
1861         Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
1862
1863 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
1864
1865         * c-common.c (decl_attributes): Take a pointer to the node to
1866         which attributes are to be attached, and a flags argument.
1867         * c-common.h (enum attribute_flags): New.
1868         (decl_attributes): Update prototype.
1869         * c-decl.c (start_decl, push_parm_decl, finish_struct,
1870         finish_enum, start_function): Update calls to decl_attributes.
1871         * c-parse.in (component_declarator, component_notype_declarator,
1872         label): Update calls to decl_attributes.
1873
1874 Fri Jul 13 23:04:00 2001  Denis Chertykov  <denisc@overta.ru>
1875
1876         * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
1877         * config/avr/avr.c (legitimate_address_p): Return value changed
1878         from letter to register classes. For better debugging.
1879
1880 2001-07-13  Kazu Hirata  <kazu@hxi.com>
1881
1882         * jump.c (reversed_comparison_code_parts): Fix comment typos.
1883
1884 2001-07-13  H.J. Lu  (hjl@gnu.org)
1885
1886         * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
1887
1888 2001-07-13  Marc Espie  <espie@cvs.openbsd.org>
1889
1890         * config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
1891         correctly for shared configurations.
1892         * config/t-libgcc-pic:  New.
1893         * config/{i386,m68k,sparc}/t-openbsd:  New.
1894         * config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
1895         Support -shared.  Support debugging libraries with -g.
1896         * config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
1897         frame information does not emit pointer diffs.
1898         * config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
1899         emit pointer diffs.
1900
1901 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
1902
1903         Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
1904
1905 2001-07-13  David Edelsohn  <edelsohn@gnu.org>
1906
1907         * combine.c (try_combine): Ensure const_int pow2 is positive.
1908
1909 2001-07-13  Hartmut Penner  <hpenner@de.ibm.com>
1910
1911         * config.gcc: Add configuration for s/390.
1912         * config/s390/s390.c: New. Subroutines for code generation.
1913         * config/s390/s390.h: New. Definitions for s/390.
1914         * config/s390/s390-protos.h: New. Prototypes.
1915         * config/s390/linux.h: New. Definitions for linux for s/390.
1916         * config/s390/linux64.h: New. Definitions for linux for zSeries.
1917         * config/s390/t-linux: New. Makefile fragment.
1918         * config/s390/s390.md: New. Machine description for s/390 and zSeries.
1919         * config/s390/fixdfdi.h: New. Fix L_fix*di.
1920
1921 Fri Jul 13 14:46:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
1922
1923         * emit-rtl.c (try_split): Update mark_jump_label call.
1924         * flow.c (find_sub_basic_blocks): Likewise.
1925         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
1926         jump_back_p): Kill.
1927         (mark_all_labels): Kill second parameter.
1928         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
1929         (rebuild_jump_labels, jump_optimize_minimal): Update call
1930         of jump_optimize_1.
1931         (jump_optimize_1): Kill crossjumping code.
1932         (mark_jump_label): Kill cross_jump parameter.
1933         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
1934         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
1935         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
1936          splitting.
1937         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
1938         DFI_bpro.
1939         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
1940         reorganize passes to do reg-stack first, bb-reorder second.
1941         * invoke.texi (-d letters doc): Remove the jump2 pass.
1942
1943 2001-07-12  Steve Ellcey <sje@cup.hp.com>
1944
1945         * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
1946
1947 Thu Jul 12 17:57:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
1948
1949         * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
1950         basic blocks.
1951         (verify_flow_info): Make diagnostics prettier.
1952
1953 Thu Jul 12 16:48:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
1954
1955         * flow.c (find_basic_blocks_1): Do not emit NOP after call.
1956
1957         * flow.c (outgoing_edges_match): Return early if condition reversal
1958         failed.
1959
1960 2001-07-06  Richard Sandiford  <rsandifo@redhat.com>
1961
1962         * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
1963         (mips_move_2words): When splitting a move into two instructions,
1964         prefix the second address operand with '%D'.
1965
1966 2001-07-12  Neil Booth  <neil@daikokuya.demon.co.uk>
1967
1968         * Makefile.in (final.o): Depend on debug.h.
1969         * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
1970         (dbx_debug_hooks): Add new hooks.
1971         (xcoff_debug_hooks): New.
1972         * debug.c (debug_nothing_file_int_int): New.
1973         (do_nothing_debug_hooks): Update.
1974         * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
1975         (debug_nothing_file_int_int): New.
1976         * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
1977         static, update prototype.
1978         (dwarf2_debug_hooks): Update.
1979         * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
1980         * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
1981         static, update prototype.
1982         (dwarf_debug_hooks): Update.
1983         * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
1984         * final.c: Include debug.h.
1985         (final_scan_insn): Use debug hooks when beginning and ending blocks.
1986         * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
1987         static, update prototype.
1988         (sdb_debug_hooks): Update.
1989         * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
1990         * toplev.c: Distinguish between xcoff and dbx.
1991
1992         * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
1993         Call all debug hooks, not just dwarf ones.
1994
1995 2001-07-11  Timothy Wall  <twall@redhat.com>
1996
1997         * config.gcc: Add configuration for AIX5/IA64.
1998         * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
1999         * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
2000         support prefix/suffix code.
2001         * config/ia64/t-aix: New.  Makefile fragment.
2002         * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
2003
2004 2001-07-11  Kazu Hirata  <kazu@hxi.com>
2005
2006         * recog.c (validate_change): Fix a comment typo.
2007
2008 2001-07-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2009
2010         * Makefile.in (c-lex.o): Wrap long lines.  Depend on debug.h.
2011         * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
2012         hooks directly.
2013         * dbxout.c (dbx_debug_hooks): Add new hooks.
2014         (dbxout_start_new_source_file): Rename dbxout_start_source_file,
2015         make static.
2016         (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
2017         make static.
2018         * dbxout.h (dbxout_start_new_source_file,
2019         dbxout_resume_previous_source_file): Delete.
2020         * debug.c (do_nothing_debug_hooks): Add new hooks.
2021         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
2022         (debug_nothing_int_charstar, debug_nothing_int): New.
2023         * debug.h (gcc_debug_hooks): New hooks define, undef,
2024         start_source_file and end_source_file.
2025         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
2026         (debug_nothing_int_charstar, debug_nothing_int): New.
2027         * dwarf2out.c (dwarf2_debug_hooks): Add new hooks.  Move into
2028         the conditionally compiled section.
2029         (dwarf2out_start_source_file, dwarf2out_end_source_file,
2030         dwarf2out_define, dwarf2out_undef): Make static.
2031         * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
2032         dwarf2out_define, dwarf2out_undef): Remove.
2033         * dwarfout.c (dwarf_debug_hooks): Add new hooks.
2034         (dwarfout_start_source_file, dwarfout_end_source_file,
2035         dwarfout_define, dwarfout_undef): Make static.
2036         (dwarfout_start_source_file_check,
2037         dwarfout_end_source_file_check): New.
2038         (dwarfout_define, dwarfout_finish): Update.
2039         * dwarfout.h (dwarfout_start_new_source_file,
2040         dwarfout_resume_previous_source_file, dwarfout_define,
2041         dwarfout_undef): Remove.
2042         * sdbout.c (sdb_debug_hooks): Add new hooks.
2043         (sdbout_start_new_source_file): Rename sdbout_start_source_file,
2044         make static.
2045         (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
2046         make static, take an arg.
2047         * sdbout.h (sdbout_start_new_source_file,
2048         sdbout_resume_previous_source_file): Delete.
2049         * toplev.c (debug_start_source_file, debug_end_source_file,
2050         debug_define, debug_undef): Delete.
2051         * toplev.h (debug_start_source_file, debug_end_source_file,
2052         debug_define, debug_undef): Delete.
2053
2054         * java/jcf-parse.c: Include debug.h.
2055         (parse_class_file): Update to use debug hooks directly.
2056         * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
2057
2058 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2059
2060         * alias.c (set_mem_alias_set): New function.
2061         * rtl.h (set_mem_alias_set): Declare it.
2062         * builtins.c (expand_builtin_return_addr): Call it instead of
2063         using MEM_ALIAS_SET accessor.
2064         (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
2065         (get_memory_rtx, expand_builtin_va_arg): Likewise.
2066         (expand_builtin_va_copy):Likewise.
2067         * caller-save.c (setup_save_areas): Likewise.
2068         * calls.c (compute_argument_addresses): Likewise.
2069         * explow.c (set_mem_attributes): Likewise.
2070         * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
2071         (expand_assignment, store_constructor_field, store_field): Likewise.
2072         (expand_expr_unaligned): Likewise.
2073         * function.c (assign_stack_temp_for_type): Likewise.
2074         (put_reg_into_stack, gen_mem_addressof): Likewise.
2075         * ifcvt.c (noce_try_cmove_arith): Likewise.
2076         * reload1.c (reload, alter_reg): Likewise.
2077         * config/alpha/alpha.c (get_aligned_mem): Likewise.
2078         (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
2079         (alpha_expand_unaligned_store): Likewise
2080         (alpha_expand_unaligned_load_words): Likewise.
2081         (alpha_expand_unaligned_store_words): Likewise.
2082         (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
2083         (alpha_expand_epilogue): Likewise.
2084         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
2085         * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
2086         * config/i386/i386.c (legitimize_pic_address): Likewise.
2087         * config/i960/i960.c (setup_incoming_varargs): Likewise.
2088         * config/ia64/ia64.c (spill_restore_mem): Likewise.
2089         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
2090         * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
2091         * config/mips/mips.c (mips_va_arg): Likewise.
2092         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
2093         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
2094         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
2095         (setup_incoming_varargs, rs6000_va_arg): Likewise.
2096         (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
2097         (rs6000_emit_epilogue): Likewise.
2098         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
2099         * config/sparc/sparc.c (sparc_va_arg): Likewise.
2100         * config/v850/v850.c (v850_va_arg): Likewise.
2101
2102 Wed Jul 11 21:27:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
2103
2104         * flow.c (merge_blocks_move_successor_nojumps): Do not crash
2105         when fallthru edge is present.
2106         (mege_blocks): Handle case where creation of jump insn
2107         is required.
2108
2109         * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
2110         CLEANUP_POST_REGSTACK): New constants.
2111         * except.c (finish_eh_generation): Update call of cleanup_cfg,
2112         * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
2113         * output.h (cleanup_cfg): Update prototype.
2114         * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
2115         * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
2116         cleanup_cfg call; kill missleading comment.
2117         * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
2118         * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
2119         parameter; control optimizations performed using it.
2120         (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
2121         try_crossjump_bb): New functions.
2122
2123 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2124
2125         * pa.c (pa_output_function_prologue): Delete prototype.  Make function
2126         extern.
2127         * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
2128         pa_output_function_prologue.
2129         * pa-protos.h (pa_output_function_prologue): New prototype.
2130
2131 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2132
2133         * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
2134         and low to get correct sign extension in low+high test.
2135
2136 2001-07-11  Janis Johnson <janis@us.ibm.com>
2137
2138         * gcov.c (arcdata): Use gcov_type to fix branch percentage
2139         for large hit count.
2140
2141         * profile.c (branch_prob): Fix .bbg info for computed gotos
2142         and C++ EH code.
2143
2144 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
2145
2146         * stmt.c (parse_output_constraint): New function, split out
2147         from ...
2148         (expand_asm_operands): ... here.  Use parse_output_constraint.
2149         * tree.h (parse_output_constraint): Declare it.
2150
2151 2001-07-11  Richard Henderson  <rth@redhat.com>
2152
2153         * bitmap.c: Comment some functions; fiddle whitespace.
2154         (bitmap_free): Don't export.
2155         (bitmap_element_allocate): Use memset.
2156         * bitmap.h (bitmap_free): Don't declare.
2157
2158 2001-07-11  Daniel Berlin  <dan@cgsoftware.com>
2159
2160         * gcse.c, lcm.c, sched-deps.c:
2161         s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
2162
2163         * flow.c (flow_loops_find): Free dom if we found no loops, since
2164         we aren't going to save it.
2165
2166         * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
2167         done.
2168
2169 Wed Jul 11 09:00:48 2001  Jeffrey A Law  (law@cygnus.com)
2170
2171         * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
2172
2173 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2174
2175         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
2176         #ifndef DWARF2_DEBUGGING_INFO.
2177
2178 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2179
2180         * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
2181
2182 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2183
2184         * config/mips/mips.c (gen_int_relational): Tell the caller not to
2185         reverse a branch if a NE comparison is implemented with GTU.
2186
2187 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2188             H.J. Lu  <hjl@gnu.org>
2189
2190         * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
2191         constant addresses.
2192         (call_internal2): Likewise.
2193         (call_value_internal1): Likewise.
2194         (call_value_internal2): Likewise.
2195         (call_value_multiple_internal1): Likewise.
2196         (call_value_multiple_internal2): Likewise.
2197
2198 2001-07-10  Kazu Hirata  <kazu@hxi.com>
2199
2200         * calls.c (emit_library_call_value_1): Fix a comment typo.
2201         * dwarf2out.c (mem_loc_descriptor): Likewise.
2202         * config/i386/i386.c (ix86_expand_aligntest): Likewise.
2203
2204 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
2205
2206         * simplify-rtx.c (simplify_subreg): Fix typo in comment
2207
2208 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2209
2210         * recog.c (offsettable_address_p): Handle LO_SUM case.
2211         * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
2212         instead of plus_constant.
2213
2214 2001-07-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2215
2216         * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
2217         fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
2218
2219 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2220
2221         * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
2222         adjust_address_nv instead of plus_constant.
2223
2224 2001-07-10  Neil Booth  <neil@daikokuya.demon.co.uk>
2225
2226         * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
2227         dwarf2out.o): Depend on debug.h, wrap long lines.
2228         * dbxout.c: Include debug.h.
2229         (dbx_debug_hooks): New.
2230         (dbxout_init): Make static, take just 2 args.
2231         (dbxout_finish): Make static.
2232         * dbxout.h (dbxout_init, dbxout_finish): Delete.
2233         * debug.c: New file.
2234         * debug.h: New file.
2235         * dwarf2out.c: Include debug.h.
2236         (dwarf2_debug_hooks): New.
2237         (dwarf2out_init): Make static.
2238         (dwarf2out_finish): Make static, take 2 args.
2239         * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
2240         * dwarfout.c: Include debug.h.
2241         (dwarf_debug_hooks): New.
2242         (dwarfout_init): Make static.
2243         (dwarfout_finish): Make static, take 2 args.
2244         * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
2245         * sdbout.c: Include debug.h.
2246         (sdb_debug_hooks): New.
2247         (sdbout_init): Make static, take 2 args.
2248         * sdbout.h (sdbout_init): Delete.
2249         * toplev.c: Include debug.h.
2250         (debug_hooks): New.
2251         (compile_file): Set deubg_hooks based on command line options.
2252         Use the hooks unconditionally rather than conditional compilation.
2253
2254 Tue Jul 10 09:04:45 2001  Jeffrey A Law  (law@cygnus.com)
2255
2256         * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
2257         first_insn_after_basic_block_note instead.
2258
2259         * df.c (df_bb_refs_unlink): #if 0 out for now.
2260
2261 2001-07-10  David Billinghurst <David.Billinghurst@riotinto.com
2262
2263         * ssa.h: Add prototype for ssa_const_prop
2264         * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
2265         (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
2266         (ssa_fast_dce): Remove unused variable
2267
2268 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2269
2270         * diagnostic.c (finish_diagnostic): Rename to
2271         diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
2272         calls thourghout.
2273
2274 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
2275
2276         * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
2277         .loc support.
2278
2279         * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
2280         (dump_file): Only pad the demangled name with spaces if the
2281         mangled name was padded with spaces.
2282
2283 2001-07-10  Bernd Schmidt  <bernds@redhat.com>
2284
2285         * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
2286         edge detection.
2287
2288 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2289
2290         * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
2291         extraction if no direct load if either EXPAND_CONST_ADDRESS or
2292         EXPAND_INITIALIZER.
2293
2294         * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
2295         whether can put offset inside LO_SUM to check mode alignment, not size.
2296
2297 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2298
2299         * doc/tm.texi (Misc): Fix thinko.
2300
2301 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
2302
2303         * regmove.c (replace_in_call_usage): Fix warnings.
2304         * sched-deps.c (add_dependence): Fix warnings.
2305         * simplify-rtx.c (simplify_subreg): Likewise.
2306         Return NULL_RTX instead of NULL.
2307
2308         * reg-stack.c (emit_swap_insn): Eliminate warnings.
2309         (subst_asm_stack_regs): Likewise.
2310
2311         * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
2312         warnings.
2313
2314         * dwarf2out.c (output_call_frame_info): Declare i as int.
2315         (build_abbrev_table): Declare n_alloc as int.
2316         (dwarf2out_finish): Initialize die.
2317         * except.c: Declare sjlj_funcdef_number as unsigned.
2318         (connect_post_landing_pads): Declare j as unsigned.
2319         (convert_to_eh_region_ranges): Initialize call_site.
2320         (output_function_exception_table): Initialize tt_format_size.
2321         * expr.c (move_by_pieces_1): Initialize to1.
2322         (store_constructor): Initialize minelt and maxelt.
2323         * flow.c (mark_regs_live_at_end): Declare i as unsigned.
2324         * function.c (instantiate_decls): Avoid signed/unsigned warning.
2325
2326         * c-decl.c (combine_parm_decls): Unused, remove.
2327         * c-tree.h: Remove prototype for combine_parm_decls.
2328
2329         * reload.c (push_reload): Fix warning.
2330         (regno_clobbered_p): Likewise.
2331         * reload1.c (replace_pseudos_in_call_usage): Likewise.
2332         (reload_combine): Likewise.
2333
2334         * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
2335         * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
2336         warnings.
2337         * bitmap.c (bitmap_operation): Change user.
2338         * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
2339
2340 2001-07-10  Eric Christopher  <echristo@redhat.com>
2341
2342         * config/mips/mips.c (override_options): Fix typo.
2343
2344 2001-07-09  Stan Shebs  <shebs@apple.com>
2345
2346         * target.h (struct gcc_target): New fields init_builtins and
2347         expand_builtin.
2348         * target-def.h (TARGET_INIT_BUILTINS): New macro.
2349         (TARGET_EXPAND_BUILTIN): New macro.
2350         (TARGET_INITIALIZER): Add them.
2351         * builtins.c: Include target.h.
2352         (expand_builtin): Use targetm.expand_builtin.
2353         (default_init_builtins): New function.
2354         (default_expand_builtin): New function.
2355         * expr.h (default_init_builtins): Declare.
2356         (default_expand_builtin): Declare.
2357         * c-common.c (c_common_nodes_and_builtins): Use
2358         targetm.init_builtins.
2359         * defaults.h (MD_INIT_BUILTINS): Remove.
2360         * Makefile.in (builtins.o): Depend on target.h.
2361
2362         * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
2363         (TARGET_EXPAND_BUILTIN): Define.
2364         * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
2365         (MD_EXPAND_BUILTIN): Remove.
2366
2367         * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
2368         (TARGET_EXPAND_BUILTIN): Define.
2369         (c4x_init_builtins): Make endlink arg a local.
2370         (c4x_print_operand): Fix typos in adjust_address usages.
2371         * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
2372         * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
2373         (MD_EXPAND_BUILTIN): Remove.
2374
2375         * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
2376         (TARGET_EXPAND_BUILTIN): Define.
2377         (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
2378         (ix86_init_builtins): Call new function only if TARGET_MMX.
2379         * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
2380         * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
2381         (MD_EXPAND_BUILTIN): Remove.
2382
2383         * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
2384         (TARGET_EXPAND_BUILTIN): Define.
2385         * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
2386         (MD_EXPAND_BUILTIN): Remove.
2387
2388         * doc/tm.texi: Document these changes.
2389
2390 2001-07-09  Diego Novillo  <dnovillo@redhat.com>
2391
2392         * basic-block.h (tree_node): Forward declare if needed.
2393         (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
2394         (BLOCK_HEAD_TREE): Define.
2395         (BLOCK_END_TREE): Define.
2396         (struct loops): Rename field 'tree' to 'tree_root'.
2397         * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
2398         'end_tree'.
2399         (flow_loops_tree_build): Rename reference to field 'tree' to
2400         'tree_root'.
2401         (flow_loops_level_compute): Ditto.
2402         * predict.c (estimate_bb_frequencies): Ditto.
2403         * tree.h (struct tree_common): Add field 'aux'.
2404
2405 2001-07-09  Stan Shebs  <shebs@apple.com>
2406
2407         * config/darwin.c (darwin_encode_section_info): Don't mark any
2408         DECL_EXTERNAL node as defined.
2409
2410 2001-07-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2411
2412         * pa.c (pa_init_machine_status, pa_mark_machine_status,
2413         pa_free_machine_status, hppa_init_pic_save): Delete.
2414         (hppa_pic_save_rtx): New.  Use get_hard_reg_initial_val.
2415         (hppa_profile_hook): Use hppa_pic_save_rtx.
2416         * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
2417         hppa_init_pic_save): Delete.
2418         (hppa_pic_save_rtx): Declare.
2419         * pa.md (call, call_value, sibcall, sibcall_value,
2420         builtin_setjmp_receiver): Use hppa_pic_save_rtx.
2421
2422 2001-07-09  Kazu Hirata  <kazu@hxi.com>
2423
2424         * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
2425         * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
2426
2427 2001-07-09  Andreas Jaeger  <aj@suse.de>
2428
2429         * output.h: Add declaration of final_forward_branch_p.
2430
2431         * config/i386/i386.c (output_fix_trunc): Remove unused variable.
2432
2433         * varray.c: Include errors.h for internal_error and trim_filename
2434         declarations.
2435
2436         * Makefile.in (varray.o): Add errors.h.
2437
2438 2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>
2439
2440         * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
2441         * optabs.c (have_add2_insn): Check whether the add insn chosen
2442         really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
2443         * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
2444
2445 Mon Jul  9 13:26:40 2001  Jeffrey A Law  (law@cygnus.com)
2446
2447         * Makefile.in (OBJS): Add ssa-ccp.o
2448         (ssa-ccp.o): Add dependencies.
2449         * toplev.c (DFI_ssa_ccp): New dump file enum.
2450         (dump_file): Add entry for dumping after SSA CCP.
2451         (flag_ssa_ccp): New flag variable.
2452         (f_options): Add -fssa-ccp.
2453         (rest_of_compilation): Run SSA CCP if requested.
2454         * timevar.def (TV_SSA_CCP): New timevar.
2455         * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
2456         * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
2457         Fix minor typo in SSA DCE documentation.
2458         * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
2459         Add documentation for new dump option.  Renumber dump files
2460         appropriately.
2461
2462 Mon Jul  9 21:36:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
2463
2464         * emit-rtl.c (gen_highpart_mode): New.
2465         * rtl.h (gen_highpart_mode): Declare.
2466         * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
2467         operand can be VOIDmode constant.
2468
2469 Mon Jul  9 17:23:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
2470
2471         * flow.c (redirect_edge_and_branch_force): New.
2472         (can_fallthru): Ensure that basic blocks are succeeding.
2473         (try_optimize_cfg): Do not delete basic block if it is the last one.
2474
2475         * flow.c (try_redirect_by_replacing_jump): Do not remove
2476         jumps with side effects, unlink chain on fallthru edge;
2477         set block for new jump instruction; avoid basic block to
2478         over by line number note.
2479
2480         * flow.c (try_simplify_condjump): Verify that the condjump
2481         is not always falling trought.
2482
2483         Re-install patch:
2484         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
2485
2486         * flow.c (forwarder_block_p): Fix for fallthru blocks.
2487         (try_redirect_by_replacing_jump): Update properly the count
2488         and frequency information.
2489
2490 Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2491
2492         * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
2493         address that is a LO_SUM specially.
2494         * explow.c (plus_constant_wide, case LO_SUM): Deleted.
2495
2496         * c-lang.c (start_cdtor): Remove extra parameter from start_function.
2497
2498         * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
2499         (operand_subword): Use them.
2500         (change_address_1): Renamed from change_address; new arg VALIDATE.
2501         * expr.h: Reflect above changes; change_address now macro.
2502         * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
2503         making MEM.
2504         * cselib.c (add_mem_for_addr): Likewise.
2505         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
2506         * regmove.c (try_apply_stack_adjustment): Likewise.
2507         * reload.c (push_reload, make_memloc): Likewise.
2508         * reload1.c (eliminate_regs): Likewise.
2509         * simplify-rtx.c (simplify_replace_rtx): Likewise.
2510         * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
2511         adjust_addess.
2512         * combine.c (make_extraction, simplify_shift_const): Likewise.
2513         (gen_lowpart_for_combine): Likewise.
2514         * cse.c (gen_lowpart_if_possible): Likewise.
2515         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
2516         * expr.c (expand_expr, case COMPONENT_REF): Likewise.
2517         * optabs.c (gen_move_insn): Likewise.
2518         * reload1.c (alter_reg): Likewise.
2519         * simplify-rtx.c (simplify_subreg): Likewise.
2520         * stmt.c (expand_anon_union_decl): Likewise.
2521         * recog.c (validate_replace_rtx_1): Likewise.
2522         (expr.h): Include.
2523         * Makefile.in (recog.o): Add $(EXPR_H).
2524         * explow.c (stabilize): Call replace_equiv_address.
2525         * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
2526         * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
2527
2528 2001-07-03  Andrew Haley  <aph@redhat.com>
2529
2530         * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
2531         the mode of the memory location.
2532
2533 2001-07-09  Bo Thorsen  <bo@suse.co.uk>
2534
2535         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
2536
2537 2001-07-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2538
2539         * final.c (output_addr_const): Use target opening and
2540         closing parentheses.
2541         * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
2542         defaults, add to TARGET_ASM_OUT.
2543         * target.h (struct gcc_target): Add open_paren and close_paren.
2544         * doc/md.texi: Update.
2545         * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
2546         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
2547         TARGET_ASM_CLOSE_PAREN.
2548         * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
2549         Override.
2550         * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
2551         Override.
2552         * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
2553         * config/a29k/a29k.h: Similarly.
2554         * config/alpha/alpha.h: Similarly.
2555         * config/arc/arc.h: Similarly.
2556         * config/arm/aof.h: Similarly.
2557         * config/arm/aout.h: Similarly.
2558         * config/avr/avr.h: Similarly.
2559         * config/c4x/c4x.h: Similarly.
2560         * config/clipper/clipper.h: Similarly.
2561         * config/convex/convex.h: Similarly.
2562         * config/d30v/d30v.h: Similarly.
2563         * config/dsp16xx/dsp16xx.h: Similarly.
2564         * config/elxsi/elxsi.h: Similarly.
2565         * config/fr30/fr30.h: Similarly.
2566         * config/h8300/h8300.h: Similarly.
2567         * config/i370/i370.h: Similarly.
2568         * config/i386/i386.h: Similarly.
2569         * config/i860/i860.h: Similarly.
2570         * config/i960/i960.h: Similarly.
2571         * config/ia64/ia64.h: Similarly.
2572         * config/m32r/m32r.h: Similarly.
2573         * config/m68hc11/m68hc11.h: Similarly.
2574         * config/m68k/m68k.h: Similarly.
2575         * config/m88k/m88k.h: Similarly.
2576         * config/mcore/mcore.h: Similarly.
2577         * config/mips/mips.h: Similarly.
2578         * config/mn10200/mn10200.h: Similarly.
2579         * config/mn10300/mn10300.h: Similarly.
2580         * config/ns32k/ns32k.h: Similarly.
2581         * config/pa/pa.h: Similarly.
2582         * config/pdp11/pdp11.h: Similarly.
2583         * config/pj/pj.h: Similarly.
2584         * config/romp/romp.h: Similarly.
2585         * config/rs6000/rs6000.h: Similarly.
2586         * config/sh/sh.h: Similarly.
2587         * config/sparc/sparc.h: Similarly.
2588         * config/v850/v850.h: Similarly.
2589         * config/vax/vax.h: Similarly.
2590         * config/we32k/we32k.h: Similarly.
2591
2592 2001-07-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2593
2594         * doc/c-tree.texi: Document representation of attributes.
2595
2596 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2597
2598         * doc/tm.texi: Update some places for the rename of target to
2599         targetm.  Fix typo.
2600
2601 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2602
2603         * target.h (struct gcc_target): Add insert_attributes.
2604         * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
2605         (TARGET_INITIALIZER): Update.
2606         * tree.c, tree.h (default_insert_attributes): New function.
2607         Update comments on other default functions to refer to targetm,
2608         not target.
2609         * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
2610         TARGET_INSERT_ATTRIBUTES.
2611         (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
2612         * c-common.c (decl_attributes): Use targetm.insert_attributes.
2613         Don't use PRAGMA_INSERT_ATTRIBUTES.
2614         * Makefile.in (c-common.o): Depend on $(TARGET_H).
2615         * c-decl.c (start_decl, start_function): Don't call
2616         SET_DEFAULT_DECL_ATTRIBUTES.
2617         * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
2618         * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
2619         declare.
2620         * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
2621         (c4x_check_attribute): Avoid modifying attribute list itself.
2622         (c4x_set_default_attributes): Rename to c4x_insert_attributes.
2623         Make static.
2624         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
2625         * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
2626         declare.
2627         * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
2628         (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
2629         Make static.
2630         * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
2631         * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
2632         declare.
2633         * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
2634         (v850_set_default_decl_attr): Rename to v850_insert_attributes.
2635         Adjust parameters.  Make static.
2636
2637 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2638
2639         * c-common.c (decl_attributes): Only take a single attributes
2640         parameter.
2641         * c-common.h (decl_attributes): Update prototype.
2642         * c-decl.c (start_decl, start_function): Only take a single
2643         attributes parameter.  Update calls to decl_attributes.
2644         (finish_struct, finish_enum): Update calls to decl_attributes.
2645         (push_parm_decl): Expect unified list of attributes.  Update call
2646         to decl_attributes.
2647         * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
2648         notype_nested_function, component_declarator,
2649         component_notype_declarator, label): Update calls to
2650         decl_attributes.
2651         (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
2652         lists that are passed to push_parm_decl.
2653         * c-tree.h (start_function, start_decl): Update prototypes.
2654         * config/sh/sh-protos.h, config/sh/sh.c
2655         (sh_pragma_insert_attributes): Only take a single attributes
2656         parameter.
2657         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
2658         * doc/tm.texi (INSERT_ATTRIBUTES): Update.
2659         * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
2660         build_module_descriptor, generate_static_references,
2661         generate_strings, build_selector_translation_table,
2662         generate_descriptor_table, generate_protocols,
2663         generate_ivars_list, generate_dispatch_table,
2664         generate_protocol_list, generate_category,
2665         generate_shared_structures, really_start_method, add_objc_decls,
2666         generate_classref_translation_entry): Update calls to start_decl
2667         and start_function.
2668         (build_tmp_function_decl, start_method_def): Unify attribute lists
2669         that are passed to push_parm_decl.
2670
2671 2001-07-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2672
2673         * final.c (no_asm_to_stream): New.
2674         (final_scan_insn): Use target structures for prologue ends
2675         and epilogue starts.
2676         * output.h (no_asm_to_stream): New.
2677         * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
2678         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
2679         (TARGET_ASM_OUT): Update.
2680         * target.h (struct gcc_target): New members function_end_prologue
2681         and function_begin_epilogue.
2682         * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
2683         * config/alpha/alpha-protos.h (output_end_prologue): Delete.
2684         * config/alpha/alpha.c (output_end_prologue): Rename to
2685         alpha_output_function_end_prologue.  Use in target struct
2686         and make static.
2687         * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
2688         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
2689         * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
2690         ia64_output_function_end_prologue.  Use in target struct
2691         and make static.
2692         (ia64_function_prologue, ia64_funciton_epilogue): Rename
2693         mistyped prototypes.
2694         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
2695         * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
2696         Delete.
2697         * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
2698         an use in target struct, make static.
2699         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
2700         Delete.
2701
2702 2001-07-08  Richard Henderson  <rth@redhat.com>
2703
2704         * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
2705
2706 2001-07-08  Richard Henderson  <rth@redhat.com>
2707
2708         * config/i386/i386.md: Remove constraints strings from define_split
2709         and define_peephole2 patterns.
2710         (eh_return_si, eh_return_di): Split eh_return_1 for modes.
2711         (eh_return): Use them.
2712
2713 2001-07-08  Richard Henderson  <rth@redhat.com>
2714
2715         * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
2716         Document MD_FALLBACK_FRAME_STATE_FOR.
2717
2718 2001-07-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2719
2720         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
2721         Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
2722         elimination.
2723         * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
2724
2725 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
2726
2727         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
2728         of the label inside NAME as opposed to just the end of NAME.
2729
2730 2001-07-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2731
2732         * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
2733         * config/alpha/alpha.c (alpha_init_machine_status,
2734         alpha_mark_machine_status, alpha_free_machine_status): Delete.
2735         (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
2736         (vms_valid_decl_attribute_p): Make static, conditionally compile.
2737         * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
2738
2739 2001-07-06  Stan Shebs  <shebs@apple.com>
2740
2741         * target.h (targetm): Rename global from "target", so as not to
2742         conflict with local variables.
2743         * c-decl.c: Ditto.
2744         * c-typeck.c: Ditto.
2745         * final.c: Ditto.
2746         * tree.c: Ditto.
2747         * cp/decl.c: Ditto.
2748         * cp/decl2.c: Ditto.
2749         * cp/typeck.c: Ditto.
2750         * 1750a/1750a.c: Ditto.
2751         * a29k/a29k.c: Ditto.
2752         * arc/arc.c: Ditto.
2753         * arm/arm.c: Ditto.
2754         * avr/avr.c: Ditto.
2755         * clipper/clipper.c: Ditto.
2756         * convex/convex.c: Ditto.
2757         * d30v/d30v.c: Ditto.
2758         * dsp16xx/dsp16xx.c: Ditto.
2759         * elxsi/elxsi.c: Ditto.
2760         * fr30/fr30.c: Ditto.
2761         * h8300/h8300.c: Ditto.
2762         * i370/i370.c: Ditto.
2763         * i386/i386.c: Ditto.
2764         * i860/i860.c: Ditto.
2765         * i960/i960.c: Ditto.
2766         * ia64/ia64.c: Ditto.
2767         * m32r/m32r.c: Ditto.
2768         * m68hc11/m68hc11.c: Ditto.
2769         * m68k/m68k.c: Ditto.
2770         * m88k/m88k.c: Ditto.
2771         * mips/mips.c: Ditto.
2772         * ns32k/ns32k.c: Ditto.
2773         * pa/pa.c: Ditto.
2774         * pdp11/pdp11.c: Ditto.
2775         * romp/romp.c: Ditto.
2776         * rs6000/rs6000.c: Ditto.
2777         * sh/sh.c: Ditto.
2778         * sparc/sparc.c: Ditto.
2779         * vax/vax.c: Ditto.
2780         * we32k/we32k.c: Ditto.
2781         * doc/tm.texi: Update the manual to match.
2782
2783 2001-07-06  Richard Henderson  <rth@redhat.com>
2784
2785         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
2786         DWARF2_UNWIND_INFO not just whether it is defined.
2787
2788 2001-07-06  Diego Novillo  <dnovillo@redhat.com>
2789
2790         * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
2791         call to simplify_binary_operation returns a new pattern.
2792
2793 2001-07-06  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
2794
2795         * glimits.h (__SHRT_MAX__): New.
2796         (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
2797         (SHRT_MAX): Define in terms of __SHRT_MAX__.
2798
2799 2001-07-06  Jan van Male  <jan.vanmale@fenk.wau.nl>
2800
2801         * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
2802         avoid warnings.
2803
2804 2001-07-06  Richard Henderson  <rth@redhat.com>
2805
2806         * bitmap.c (bitmap_release_memory): Move adjacent to the
2807         allocation functions.
2808         (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
2809         the implementation.  Binary search for the set bit.
2810         (bitmap_union_of_diff): Allocate the temporary on the stack
2811         instead of using xmalloc.
2812
2813 2001-07-06  Richard Henderson  <rth@redhat.com>
2814
2815         * genrecog.c (validate_pattern): Warn for constraints in
2816         define_{expand,split,peephole2}.  Remove strict_low_part
2817         before looking up match_dup.
2818
2819 2001-07-06  DJ Delorie  <dj@redhat.com>
2820
2821         * doc/gcc.texi (Makefile): Rename to be a more general purpose
2822         chapter about various build hints and history.  Add section
2823         talking about the various types of native and cross builds.
2824
2825 2001-07-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2826
2827         * Makefile.in (final.o): Depend on target.h.
2828         * final.c: Include target.h.
2829         (default_function_pro_epilogue): New.
2830         (final_start_function): Use target structure for function prologues.
2831         (final_end_function): Use target structure for function epilogues.
2832         * fold-const.c (real_hex_to_f): Constify s and p.
2833         * output.h (default_function_pro_epilogue): New.
2834         * real.h (real_hex_to_f): Update prototype.
2835         * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
2836         TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
2837         (TARGET_INITIALIZER): Update.
2838         * target.h (gcc_target): Add struct asm_out.
2839         * doc/tm.texi: Update.
2840
2841 config:
2842         Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
2843         TARGET_ASM_FUNCTION_EPILOGUE.  Move macro code to functions
2844         in cpu/cpu.c, or rename old functions consistently.  Take
2845         a HOST_WIDE INT not an int as the SIZE parameter.  Remove now
2846         redundant macros and prototypes.  Make new functions static.
2847
2848         * 1750a/1750a.c: Similarly.
2849         * 1750a/1750a.h: Similarly.
2850         * a29k/a29k-protos.h: Similarly.
2851         * a29k/a29k.c: Similarly.
2852         * a29k/a29k.h: Similarly.
2853         * arc/arc-protos.h: Similarly.
2854         * arc/arc.c: Similarly.
2855         * arc/arc.h: Similarly.
2856         * arm/arm-protos.h: Similarly.
2857         * arm/arm.c: Similarly.
2858         * arm/arm.h: Similarly.
2859         * avr/avr-protos.h: Similarly.
2860         * avr/avr.c: Similarly.
2861         * avr/avr.h: Similarly.
2862         * clipper/clipper-protos.h: Similarly.
2863         * clipper/clipper.c: Similarly.
2864         * clipper/clipper.h: Similarly.
2865         * convex/convex.c: Similarly.
2866         * convex/convex.h: Similarly.
2867         * d30v/d30v-protos.h: Similarly.
2868         * d30v/d30v.c: Similarly.
2869         * d30v/d30v.h: Similarly.
2870         * d30v/d30v.md: Similarly.
2871         * dsp16xx/dsp16xx-protos.h: Similarly.
2872         * dsp16xx/dsp16xx.c: Similarly.
2873         * dsp16xx/dsp16xx.h: Similarly.
2874         * elxsi/elxsi.c: Similarly.
2875         * elxsi/elxsi.h: Similarly.
2876         * fr30/fr30.c: Similarly.
2877         * fr30/fr30.md: Similarly.
2878         * h8300/h8300-protos.h: Similarly.
2879         * h8300/h8300.c: Similarly.
2880         * h8300/h8300.h: Similarly.
2881         * i370/i370-protos.h: Similarly.
2882         * i370/i370.c: Similarly.
2883         * i370/i370.h: Similarly.
2884         * i386/i386.c: Similarly.
2885         * i386/osf1elf.h: Similarly.
2886         * i386/osfrose.h: Similarly.
2887         * i860/i860-protos.h: Similarly.
2888         * i860/i860.c: Similarly.
2889         * i860/i860.h: Similarly.
2890         * i960/i960-protos.h: Similarly.
2891         * i960/i960.c: Similarly.
2892         * i960/i960.h: Similarly.
2893         * ia64/ia64-protos.h: Similarly.
2894         * ia64/ia64.c: Similarly.
2895         * ia64/ia64.h: Similarly.
2896         * m32r/m32r-protos.h: Similarly.
2897         * m32r/m32r.c: Similarly.
2898         * m32r/m32r.h: Similarly.
2899         * m68hc11/m68hc11-protos.h: Similarly.
2900         * m68hc11/m68hc11.c: Similarly.
2901         * m68hc11/m68hc11.h: Similarly.
2902         * m68k/crds.h: Similarly.
2903         * m68k/dpx2.h: Similarly.
2904         * m68k/m68k-protos.h: Similarly.
2905         * m68k/m68k.c: Similarly.
2906         * m68k/m68k.h: Similarly.
2907         * m68k/news.h: Similarly.
2908         * m88k/m88k-protos.h: Similarly.
2909         * m88k/m88k.c: Similarly.
2910         * m88k/m88k.h: Similarly.
2911         * mips/mips-protos.h: Similarly.
2912         * mips/mips.c: Similarly.
2913         * mips/mips.h: Similarly.
2914         * ns32k/merlin.h: Similarly.
2915         * ns32k/ns32k.c: Similarly.
2916         * ns32k/ns32k.h: Similarly.
2917         * ns32k/tek6000.h: Similarly.
2918         * pa/pa-protos.h: Similarly.
2919         * pa/pa.c: Similarly.
2920         * pa/pa.h: Similarly.
2921         * pdp11/2bsd.h: Similarly.
2922         * pdp11/pdp11-protos.h: Similarly.
2923         * pdp11/pdp11.c: Similarly.
2924         * pdp11/pdp11.h: Similarly.
2925         * romp/romp-protos.h: Similarly.
2926         * romp/romp.c: Similarly.
2927         * romp/romp.h: Similarly.
2928         * rs6000/rs6000-protos.h: Similarly.
2929         * rs6000/rs6000.c: Similarly.
2930         * rs6000/rs6000.h: Similarly.
2931         * rs6000/sysv4.h: Similarly.
2932         * sh/sh-protos.h: Similarly.
2933         * sh/sh.c: Similarly.
2934         * sh/sh.h: Similarly.
2935         * sparc/sparc-protos.h: Similarly.
2936         * sparc/sparc.c: Similarly.
2937         * sparc/sparc.h: Similarly.
2938         * vax/vax.c: Similarly.
2939         * vax/vax.h: Similarly.
2940         * vax/vms.h: Similarly.
2941         * we32k/we32k.c: Similarly.
2942         * we32k/we32k.h: Similarly.
2943
2944 Fri Jul  6 11:47:59 2001  Jeffrey A Law  (law@cygnus.com)
2945
2946         * basic-block.h (first_insn_after_basic_block_note): Declare.
2947         * flow.c (first_insn_after_basic_block_note): Define.  Moved
2948         from...
2949         * ssa.c (first_insn_after_basic_block_note): Remove.
2950         * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
2951         necessary.
2952         (ssa_eliminate_dead_code): Properly update the CFG and PHI
2953         nodes when we find a dead conditional branch.  Insert BARRIERs
2954         after any blocks with no successors, but which do not have
2955         any BARRIERs.
2956
2957 2001-07-06  Zack Weinberg  <zackw@stanford.edu>
2958
2959         * varray.c (varray_check_failed): Use internal_error.
2960
2961 2001-07-05  Andrew Haley  <aph@redhat.com>
2962
2963         * Makefile.in (LIB2_DIVMOD_FUNCS): New.
2964         (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
2965         * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
2966
2967 2001-07-02  Jason Merrill  <jason_merrill@redhat.com>
2968
2969         * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
2970         reference if the target constant is also a SYMBOL_REF.
2971
2972 2001-07-05  Eric Christopher  <echristo@redhat.com>
2973
2974         * config/mips/mips.h (MASK_MIPS3900): Remove.
2975         (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
2976         MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
2977         (TARGET_MIPS3900): Change to use mips_arch.
2978         (TARGET_MIPS4000): New.
2979         (TARGET_MIPS4100): New.
2980         (TARGET_MIPS4300): New.
2981         (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
2982         (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
2983         for -mipsX.
2984         (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
2985         (ISA_HAS_BRANCHLIKELY): To here.
2986         (CC1_CPU_SPEC):  New.
2987         (CC1_SPEC): Use here.  Remove 4650 and 3900 options.
2988         (mips_arch_string): Declare.
2989         (mips_arch): Declare.
2990         (TARGET_OPTIONS): Add -march and -mtune.
2991
2992         * config/mips/mips.c (mips_arch_string): New.
2993         (mips_arch): New.
2994         (override_options): Handle -march for codegen and -mtune
2995         for scheduling. Use mips_arch. Move tx39 target default here.
2996         (mips_parse_cpu): Move error message to override_options.
2997
2998         * config/mips/r3900.h (TARGET_DEFAULT): Remove.
2999
3000         * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
3001
3002         * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
3003         (MIPS Options): Ditto.  Change mcpu entry to historical text.
3004
3005 2001-07-05  H.J. Lu  (hjl@gnu.org)
3006
3007         * config/mips/mips.c (mips_parse_cpu): New function to parse
3008         -march=*/-mcpu=*.
3009
3010 2001-07-05  Jim Wilson  <wilson@redhat.com>
3011
3012         * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
3013         * config/ia64/t-ia64: Likewise.
3014         (LIB1ASMFUNCS): Update comment.
3015
3016 2001-07-05  David Edelsohn  <edelsohn@gnu.org>
3017
3018         * doc/install.texi (Install GCC: Binaries): Fix typo.
3019
3020 2001-07-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3021
3022         * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
3023         reference using the stack pointer, adjust it since we push Y
3024         temporarily.
3025         ("*ashrsi3"): Likewise.
3026         ("*lshrsi3"): Likewise.
3027
3028 2001-07-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
3029
3030         * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
3031         when -fomit-frame-pointer is used.
3032
3033 2001-07-05  Jeffrey Oldham  <oldham@codesourcery.com>
3034
3035         * flow.c: Reverse Jan Hubicka's patch of 02July2001.
3036         (try_redirect_by_replacing_jump): Reverse updating properly the
3037         count and frequency information.  Reverse removing cc0 setter.
3038         (forwarder_block_p): Reverse fixing for fallthru blocks.
3039
3040 2001-07-05  DJ Delorie  <dj@redhat.com>
3041
3042         * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
3043         (translate_options): If the above is defined, use it to map
3044         given options to new options.
3045         * doc/tm.texi: Document it.
3046
3047 2001-07-05  Brad Lucier <lucier@math.purdue.edu>
3048             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3049
3050         * doc/invoke.texi (Optimize Options): Document that -fgcse may
3051         cause programs using computed gotos to run more slowly.
3052
3053 2001-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3054
3055         * doc/install.texi (Specific): Markup, spelling and typo fixes.
3056         Fixed sorting.
3057         Consistently require binutils 2.11.2, not prereleases.
3058         (Specific, decstation-*): Canonicalize as mips-dec-*.
3059         (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
3060         always necessary.
3061         (Specific, m68k-altos): Removed reference to README.altos, deleted.
3062         (Specific, mips-*): Reword MIPS C compiler requirements.
3063         (Specific, powerpc*-*-*): New, mention --with-cpu once.
3064         (Specific, sunv5): Removed, obsolete.
3065
3066 2001-07-05  Nathan Sidwell  <nathan@codesourcery.com>
3067
3068         * dwarf2out.c (output_loc_list): Use an all ones mask for
3069         .text asm output and don't rely on long long
3070         literals. Reformat some long lines.
3071
3072 2001-07-05  Andreas Jaeger  <aj@suse.de>
3073
3074         * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
3075         section.
3076
3077 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
3078
3079         * dwarf2out.c (dwarf2out_define): Update comment.
3080         (dwarf2out_undef): Ditto.
3081         (dwarf2out_start_source_file): Ditto.
3082         (dwarf2out_end_source_file): Ditto.
3083         (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
3084         since we never call the start/end debug hook for the primary file.
3085
3086 2001-07-04  Kazu Hirata  <kazu@hxi.com>
3087
3088         * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
3089         from shll.
3090
3091 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
3092
3093         * cppinit.c (remove_dup_dirs): Inform if a system include
3094         directory is being reordered.
3095         * doc/invoke.texi (Directory Options): GCC warns if you hide a
3096         system include.
3097         * doc/cpp.texi (Search Paths): Likewise.
3098         * doc/gcc.texi (Interoperation): Remove information about
3099         -I/usr/include.
3100
3101 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
3102
3103         * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
3104         (VARRAY_TOP_CHAR_PTR): Likewise.
3105
3106 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3107
3108         * gcc.c (process_command): Don't assign elements of a const char*.
3109
3110 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3111
3112         * emit-rtl.c (change_address): Don't abort if invalid address while
3113         reload is in progress.
3114
3115 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
3116
3117         * c-lex.c (cb_file_change): Pass line number to
3118         debug_start_source_file.
3119         (cb_undefine): Pass correct line number to debug_undef.
3120
3121         * toplev.c (debug_start_source_file): Add line number to
3122         parameters. Pass it along to dwarf2out_start_source_file.
3123         (decode_g_option): Stop resetting debug level back to normal when
3124         we change debug formats, unless the current level is
3125         none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
3126         3).
3127
3128         * toplev.h (debug_start_source_file): Add line number to
3129         parameters.
3130
3131         * dwarf2out.h (dwarf2out_start_source_file): Add line number to
3132         parameters.
3133
3134         * dwarf2out.c (dwarf2out_start_source_file): Add line number to
3135         parameters.
3136         Output debug_macinfo data for starting file if requested.
3137         (dwarf2out_end_source_file): Output debug_macinfo data for ending
3138         file if requested.
3139         (dwarf2out_define): Output debug_macinfo data for defining a macro
3140         if requested.
3141         (dwarf2out_undef): Output debug_macinfo data for undefining a
3142         macro if requested.
3143         (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
3144         (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
3145         (macinfo_section_label): New. DWARF2 macro info section label.
3146         (dwarf2out_init): If we want macro info, output the start label
3147         for the section.
3148         (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
3149         attribute to the compilation unit die pointing to the macro info.
3150
3151 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
3152
3153         * dwarf2out.c (new_loc_list): Move to inside #ifdef
3154         DWARF2_DEBUGGING_INFO.
3155         (add_loc_descr_to_loc_list): Ditto.
3156         (output_loc_list): Ditto.
3157         Also, fix thinko in curr not being initialized.
3158         (gen_internal_sym): Ditto.
3159
3160 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3161
3162         * emit-rtl.c (replace_equiv_address): New function.
3163         * expr.h (replace_equiv_address): New declaration.
3164         * explow.c (validize_mem): Call it instead of change_address and
3165         also call if -fforce-addr and address is constant.
3166         * expr.c: Replace more calls to change_address with adjust_address
3167         and/or replace_equiv_address or to validize_mem.
3168         * function.c, regmove.c, config/alpha/alpha.c: Likewise.
3169         * config/arm/arm.md, config/clipper/clipper.md: Likewise.
3170         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
3171         * config/i370/i370.md, config/i860/i860.md: Likewise.
3172         * config/i960/i960.md, config/mips/mips.c: Likewise.
3173         * config/mips/mips.md, config/pa/pa.md: Likewise.
3174         * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
3175         * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
3176
3177 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3178
3179         * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
3180
3181         * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
3182         function.
3183
3184 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3185
3186         * doc/include: New directory.
3187         * doc/fdl.texi: Move to doc/include/fdl.texi.
3188         * doc/texinfo.tex: Move to doc/include/texinfo.tex.
3189         * doc/include/funding.texi, doc/include/gpl.texi: New files.
3190         * doc/gcc.texi: Use funding.texi and gpl.texi.
3191         * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
3192         $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
3193         Update dependencies and use -I $(docdir)/include.
3194
3195 2001-07-04  Anthony Green  <green@redhat.com>
3196
3197         * config/v850/t-v850 (v850-c.o): Add missing dependencies.
3198
3199 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3200
3201         * doc/install.texi (sparc64-*-*): Remove garbage.
3202
3203 Wed Jul  4 09:07:44 2001  Jan van Male  <jan.vanmale@fenk.wau.nl>
3204
3205         * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
3206         Fix typo in last change to use adjust_address.
3207
3208 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3209
3210         * doc/install.texi (Specific): Update information for *-*-solaris*.
3211
3212 Tue Jul  3 22:33:15 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3213
3214         * explow.c (plus_constant_wide): Reinitialize Y for restart.
3215
3216 2001-07-03  Stan Shebs  <shebs@apple.com>
3217
3218         * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
3219         case for flag_no_mach_text_sections.
3220         (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
3221         * config/darwin.c (flag_no_mach_text_sections): Remove.
3222         * config/darwin-protos.h (darwin_init_pragma): Remove decl.
3223
3224 Tue Jul  3 15:35:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3225
3226         * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
3227         and avoid checking for constant as first operand.
3228         * recog.c (find_constant_term_loc): No longer static.
3229         (adj_offettable_operand): Delete.
3230         * rtl.h (adj_offsettable_operand): Delete declaration.
3231         (find_constant_term): Add declaration.
3232         * caller-save.c: Replace calls to adj_offsettable_operand with calls
3233         to adjust_address.
3234         * config/arm/arm.c, config/c4x/c4x.c: Likewise.
3235         * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
3236         * config/i386/i386.c, config/i386/i386.md: Likewise.
3237         * config/i860/i860.c, config/i960/i960.c: Likewise.
3238         * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
3239         * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
3240         * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
3241         * config/mips/mips.c, config/mips/mips.md: Likewise.
3242         * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
3243         * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
3244         * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
3245         * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
3246         * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
3247         * config/ns32k/ns32k.md: Likewise.
3248
3249 2001-07-03  Zack Weinberg  <zackw@stanford.edu>
3250
3251         * rtl.c (copy_rtx): Handle 'T' format letter.
3252         * gensupport.c (collect_insn_data): Likewise.
3253         * print-rtl.c (print_rtx): Print 'T' slots like 's'.
3254
3255 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
3256
3257         * doc/invoke.texi (Directory Options): Specifiy range for <N> in
3258         -B option.  Use 'dir' not 'foo' as example directory name.
3259
3260 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3261
3262         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
3263         Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
3264
3265 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3266
3267         * doc/cppinternals.texi: Improve formatting and logical markup.
3268
3269 2001-07-03  Andreas Jaeger  <aj@suse.de>
3270
3271         * Makefile.in (insn-recog.o): Add dependency on reload.h.
3272
3273         * genrecog.c (write_header): Include reload.h for prototypes in
3274         insn-recog.c.
3275
3276 2001-07-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3277
3278 config:
3279         * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
3280         VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
3281         * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
3282         i386_pe_valid_type_attribute_p): Add.
3283         * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
3284         * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
3285
3286 Mon Jul  2 21:52:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3287
3288         * explow.c (plus_constant_wide, case LO_SUM): New case.
3289         (plus_constant_for_output_wide): Delete.
3290         * rtl.h (plus_constant_for_output): Delete.
3291         * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
3292         instead of plus_constant_for_output.
3293         * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
3294         * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
3295         * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
3296         * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
3297         * config/sparc/sparc.md: Likewise.
3298         Convert some change_address calls to adjust_address.
3299
3300 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3301
3302         * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
3303         doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
3304         documentation of -std and -Wwrite-strings.
3305
3306 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
3307
3308         * cse.c (canon_hash): Don't register registers in very small
3309         register classes, as extending their lifetime might cause
3310         reload to fail.
3311
3312 Mon Jul  2 23:14:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
3313
3314         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
3315
3316         * flow.c (forwarder_block_p): Fix for fallthru blocks.
3317         (try_redirect_by_replacing_jump): Update properly the count
3318         and frequency information.
3319
3320 Mon Jul  2 14:20:13 2001  Jeffrey A Law  (law@cygnus.com)
3321
3322         * toplev.c (dump_file_index): Move SSA dumps just after first
3323         jump dump.
3324         (dump_file): Corresponding changes.
3325         (rest_of_compilation): Move SSA path to just after the first
3326         jump pass.
3327         * doc/gcc.texi (Passes): Update due to movement of SSA path.
3328         * doc/invoke.texi: Update dump file #s as they were completely
3329         out of date with reality.
3330
3331 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
3332
3333         * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
3334
3335         * expr.c (emit_move_insn_1): Deal with non-default
3336         STACK_PUSH_CODE.
3337
3338         * expr.c (emit_single_push_insn): Fix warning.
3339
3340 2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
3341
3342         * expr.c (emit_move_insn_1): Avoid modifying
3343         cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
3344
3345 Mon Jul  2 15:33:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3346
3347         * emit-rtl.c (adjust_address): New function.
3348         * expr.h (adjust_address): Add declaration.
3349         * builtins.c: Replace some calls to change_address with calls to it
3350         or to validize_mem.
3351         * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
3352         * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
3353         * config/arm/arm.c, config/convex/convex.c: Likewise.
3354         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
3355         * config/i386/i386.c, config/i386/i386.md: Likewise.
3356         * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
3357         * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
3358         * config/m88k/m88k.c, config/mips/mips.md: Likewise.
3359         * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
3360         * config/sh/sh.c, config/sparc/sparc.md: Likewise.
3361
3362 2001-07-02  Jim Wilson  <wilson@redhat.com>
3363
3364         * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
3365
3366 2001-07-02  Steve Ellcey  <sje@cup.hp.com>
3367
3368         * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
3369         * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
3370
3371 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
3372
3373         * cppinit.c (lang_defaults): New table.
3374         (set_lang): Just read from lang_defaults into the live options
3375         structure.
3376
3377 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
3378
3379         * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
3380         * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
3381         * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
3382
3383 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3384
3385         * doc/install.texi: Various spelling and markup fixes.
3386         (Installing GCC): Component specific installation instructions are
3387         gone.
3388         Fix reference.
3389         Warn about removing old install dir in the presence of shared libs.
3390         (Configuration): Invoke with options target to match configure
3391         --help.
3392         Consistently refer to gas, gld pathnames.
3393         Invert --enable-multilib documentation.
3394         Remove references to old compiler versions.
3395
3396 Mon Jul  2 12:50:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3397
3398         * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
3399
3400 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3401
3402         * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
3403         section.
3404         (Specific, mips*-sgi-irix5): Note IDO download.
3405         Reworded MIPS C hints.
3406         Use GNU as instead of GAS.
3407         Markup fixes.
3408         Removed SGI Freeware reference, IRIX 6 only.
3409         (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
3410         Note N64 library requirement/workaround.
3411         Update O32 hints.
3412         Complete list of structure passing bug victims.
3413
3414 2001-07-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3415
3416         * doc/install.texi: Remove CVS Id.
3417
3418 2001-07-02  Andreas Jaeger  <aj@suse.de>
3419
3420         * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
3421         (find_inherently_necessary): Remove unused variable.
3422
3423 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
3424
3425         * c-common.h (TDI_inlined): New ast dump phase.
3426         (dump_flag_name): New function.
3427         * c-dump.c (dump_files): Add inlined phase.
3428         (dump_flag_name): Define.
3429         * doc/invoke.texi (-fdump-ast-inlined): Document.
3430
3431 Mon Jul  2 06:29:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3432
3433         * stor-layout.c (layout_decl): Revert change to handling of alignment
3434         in packed types.
3435
3436 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3437
3438         * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
3439         for FIELD_DECL.
3440
3441 2001-07-01  Geoffrey Keating  <geoffk@redhat.com>
3442
3443         * doc/tm.texi (FUNCTION_ARG): Document that the last call
3444         is special.
3445
3446 2001-07-01  Nathan Sidwell  <nathan@codesourcery.com>
3447
3448         * tlink.c (recompile_files): Remove COMPILER_PATH and
3449         LIBRARY_PATH from the environment.
3450
3451 2001-07-01  Zack Weinberg  <zackw@stanford.edu>
3452
3453         * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
3454         RID_LAST_PQ.  Move RID_FIRST_PQ down with the other FIRST/LAST
3455         enumerators.
3456         (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
3457
3458         * c-parse.in (OBJC_STRING): Kill.
3459         (objc_string): Decompose to [objc_string] '@' STRING.
3460         (reswords): Take the leading '@' off all the Objective C keywords.
3461         (objc_rid_sans_at): Kill.
3462         (init_reswords): Don't initialize it.
3463         (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
3464         (_yylex): Kill reconsider label.  Look ahead one token after
3465         an '@'; if we get an identifier, check whether it's an
3466         Objective C @-keyword.  If so, return the keyword.  Otherwise,
3467         put back the token and return the '@' as a terminal.
3468
3469         * cpplib.c (lex_macro_node): Remove unnecessary check for
3470         leading '@' on identifier.  Clarify control flow and commentary.
3471
3472 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3473
3474         * cse.c (new_label_ref): Variable deleted.
3475         (insert): Remove set of new_label_ref.
3476         (check_for_label_ref): New function.
3477         (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
3478
3479 See ChangeLog.5 for earlier changes.