]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
[gcc.git] / gcc / ChangeLog
1 2001-07-13 Andrew Haley <aph@redhat.com>
2
3 * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
4 * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
5 * config/sh/sh.c (sh_can_redirect_branch): New function.
6 * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
7 * reorg.c (steal_delay_list_from_target): Use
8 MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
9
10 Mon Jul 23 17:20:18 CEST 2001 Jan Hubicka <jh@suse.cz>
11
12 * flow.c (try_simplify_condjump): Unlink insn chain on
13 fallthru edge; use can_fallthru.
14
15 Mon Jul 23 16:03:19 CEST 2001 Jan Hubicka <jh@suse.cz>
16
17 * basic-block.h (find_sub_basic_block): Declare.
18 * flow.c (make_edges): New arguments MIN and MAX;
19 (find_sub_basic_blocks): Revamp to use make_edges
20 and purge_dead_edges.
21 (find_basic_blocks): Update call of find_sub_basic_block.
22
23 * recog.c (split_all_insns): Always expect CFG to be consistent;
24 call find_sub_basic_blocks in case something has changed.
25 * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
26 has been built.
27
28 * basic-block.h (delete_noop_moves): Declare.
29 * combine.c (combine_instructions): Call it.
30 (recog_for_combine): Tolerate noop moves
31 (distribute_notes): Force refresh when register dies at noop move.
32 * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
33 too.
34 (life_analysis): Update delete_noop_moves call.
35 (set_noop_p): Move too ...
36 * rtlanal.c (noop_move_p): ... here.
37 * rtl.h (noop_move_p): Declare.
38
39 * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
40 * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
41 after combine.
42 * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
43 (cprop_jump): Likewise; call purge_dead_edges if substitution suceeded.
44
45 2001-07-23 Hans-Peter Nilsson <hp@bitrange.com>
46
47 * reload.c (push_reload): Fix typo in comment.
48 (find_reloads_address): Ditto.
49 (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
50
51 2001-07-22 Richard Henderson <rth@redhat.com>
52
53 * flow.c: Grammar check and clarify a lot of comments.
54 (try_simplify_condjump): Rename variables to be clearer.
55 (try_forward_edges): Skip complex and fallthru edges.
56 Rearrange tests to avoid duplicate checks.
57 (flow_find_cross_jump): Likewise.
58 (outgoing_edges_match): Allow match if neither branch has
59 probability data. Loosen probability match to 5%.
60 (try_crossjump_to_edge): Hoist repeated indirection into
61 local variables.
62 (try_crossjump_bb): Don't check complex edges. Eliminate
63 redundant crossjump tests.
64 (try_optimize_cfg): Fix use of bool. Reorganize cheaper
65 checks before more expensive checks.
66
67 2001-07-22 Richard Henderson <rth@redhat.com>
68
69 * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
70 INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
71 arguments.
72
73 2001-07-22 Richard Henderson <rth@redhat.com>
74
75 * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
76 (const_sint32_operand): Likewise.
77 * m68k.md (anon mulsi pattern): Use const_int_operand not
78 const_sint32_operand.
79 (umulsi3_highpart): Zero extend a constant input.
80 (smulsi3_highpart): Don't bother checking SImode constant.
81 (const_umulsi3_highpart): Give op3 DImode.
82 (const_smulsi3_highpart): Likewise.
83
84 2001-07-22 Richard Henderson <rth@redhat.com>
85
86 * flow.c (split_block): Make sure bb_note is included in the
87 new block when splitting before a label.
88
89 Sun Jul 22 23:28:56 CEST 2001 Jan Hubicka <jh@suse.cz>
90
91 * basic-block.h (redirect_edge_and_branch_force,
92 redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
93 * flow.c (redirect_edge_and_branch_force,
94 redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
95 (redirect_edge_and_branch_force): Fix copying of lifeness information.
96 (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
97 * ifcvt.c (dead_or_predictable): Take BB as an new destionation
98 instead of label; update CFG after transformation.
99 (find_if_case_1): Update call, use redirect_edge_and_branch_force
100 for finishing the transformation; handle even case where ELSE
101 does not follow THEN.
102 (find_if_case_2): Update call of dead_or_predictable; simplify
103 CFG update.
104
105 * emit-rtl.c (split_branch_probability): New global variable.
106 (try_split): Take care to set split_branch_probability and
107 create REG_BR_PROB note for new jump insns.
108 * md.texi (define_split): Document new feature.
109
110 * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
111
112 2001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
113
114 * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
115 (asm_out_file): Remove redundant declaration.
116 (assemble_asm): Remove old #if 0 block.
117 (assemble_variable): Remove end of function; debug output is
118 now handled with global_decl. Remove old #if 0 block. Update.
119 Remove saved_in_section and associated no-op code.
120 * Makefile.in (varasm.o): Correct dependencies.
121
122 Sun Jul 22 17:55:11 2001 Alexandre Oliva <aoliva@redhat.com>
123
124 * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
125 the definition in defaults.h.
126
127 Sun Jul 22 21:31:04 CEST 2001 Jan Hubicka <jh@suse.cz>
128
129 * jump.c: Update comments.
130 (delete_barrier_successors, delete_unreferenced_labels,
131 delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
132 delete_labelref_insn, redirect_tablejump, jump_optimize_1,
133 jump_optimize, jump_optimize_minimal): Kill.
134 (rebuild_jump_labels): Move code from jump_optimize_1.
135 (purge_line_number_notes): Likewise.
136 (copy_loop_headers): Likewise.
137 * reg-stack.c: Update comment.
138 * stmt.c: Likewise.
139 * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
140 JUMP_AFTER_REGSCAN): Kill.
141 * toplev.c (rest_of_compilation): Use cleanup_cfg, call
142 purge_line_number_notes and copy_loop_headers.
143
144 2001-07-22 Neil Booth <neil@daikokuya.demon.co.uk>
145 Richard Henderson <rth@redhat.com>
146
147 * dbxout.c (dbxout_global_decl): New.
148 (xcoff_debug_hooks, dbx_debug_hooks): Use it.
149 * sdbout.c (sdbout_finish): New.
150 (sdbout_debug_hooks): Use it, add comments.
151 (sdbout_global_decl): Defer initialised public vars to
152 sdbout_finish.
153 * varasm.c (assemble_variable): Don't output debug information
154 for file-scope variables.
155
156 2001-07-22 Richard Henderson <rth@redhat.com>
157
158 * config/alpha/alpha.c (get_trap_mode_suffix): New.
159 (get_round_mode_suffix): New.
160 (print_operand): Use them for [/]. Remove support for [&'`()+].
161 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
162 * config/alpha/alpha.md (attr round_suffix): New.
163 (attr trap_suffix): New.
164 (all insns): Set them appropriately. Use %/ instead of the
165 myriad punctuators.
166
167 2001-07-22 Neil Booth <neil@cat.daikokuya.demon.co.uk>
168
169 * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
170
171 2001-07-22 Richard Henderson <rth@redhat.com>
172
173 * regrename.c (regrename_optimize): Compute nregs for each
174 potential target register.
175
176 2001-07-21 Neil Booth <neil@daikokuya.demon.co.uk>
177 Richard Henderson <rth@redhat.com>
178
179 * dbxout.c (dbxout_global_decl): New.
180 (xcoff_debug_hooks, dbx_debug_hooks): Use it.
181 * sdbout.c (sdbout_finish): New.
182 (sdbout_debug_hooks): Use it, add comments.
183 (sdbout_global_decl): Defer initialised public vars to
184 sdbout_finish.
185 * varasm.c (assemble_variable): Don't output debug information
186 for file-scope variables.
187
188 2001-07-21 H.J. Lu (hjl@gnu.org)
189
190 * config/mips/mips.c (mips_cpu): Moved into ...
191 (override_options): Here.
192
193 * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
194 mips_tune.
195 (mips_cpu): Removed.
196
197 2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
198
199 * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
200 ("iorqi3"): Likewise.
201 ("xorqi3"): Likewise.
202 ("*addhi3"): Fix constraint to avoid reloading in a soft register.
203 ("*subhi3_sp): Likewise.
204 ("*subhi3"): Likewise.
205 ("extendhisi2"): Accept D, X and Y as source operand to avoid
206 reload problems.
207
208 2001-07-21 Nathan Sidwell <nathan@codesourcery.com>
209
210 * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
211 * config/freebsd.h: Likewise.
212 * config/linux.h: Likewise.
213 * config/openbsd.h: Likewise.
214 * config/alpha/linux-elf.h: Likewise.
215 * config/arm/linux-elf.h: Likewise.
216 * config/d30v/d30v.h: Likewise.
217 * config/fr30/fr30.h: Likewise.
218 * config/ia64/aix.h: Likewise.
219 * config/ia64/ia64.h: Likewise.
220 * config/mips/linux.h: Likewise.
221 * config/pj/pj.h: Likewise.
222 * config/rs6000/linux.h: Likewise.
223 * config/sparc/linux.h: Likewise.
224 * config/sparc/linux64.h: Likewise.
225
226 2001-07-20 Bruce Korb <bkorb@gnu.org>
227
228 * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
229 because getc() and char* may disagree on signedness.
230
231 2001-07-20 Richard Henderson <rth@redhat.com>
232
233 * doc/rtl.texi (REG_DEAD): Update for current semantics.
234
235 * flow.c (try_redirect_by_replacing_jump): Correctly compute which
236 insns to delete in the presence of cc0 in a jump insn.
237
238 Fri Jul 20 22:14:49 CEST 2001 Roman Zippel <zippel@linux-m68k.org>
239 Jan Hubicka <jh@suse.cz>
240
241 * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
242 of doing the change by hand.
243
244 Fri Jul 20 21:59:42 CEST 2001 Jan Hubicka <jh@suse.cz>
245
246 * rtlanal.c (set_noop_p): Return true for noop jumps.
247
248 * expr.c (emit_single_push_insn): Add call to push expander.
249 * expr.h (optab_index): Add OTI_push
250 (push_optab): New constant.
251 * genopinit.c (optabs): Add push_optab.
252 * optabs.c (init_optab): Init push optab.
253 * md.texi (push??1): Document
254
255 2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
256
257 * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
258 expand to emit the pattern; put a REG_INC note for push/pop
259 instructions.
260 ("movdf", "movdf_internal"): Likewise.
261 ("movsi", "movsi_internal"): Likewise.
262 ("movsf", "movsf_internal"): Likewise.
263 ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
264
265 2001-07-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
266
267 * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
268 gen_highpart.
269
270 2001-07-20 Daniel Berlin <dan@cgsoftware.com>
271
272 * params.def: Change default max inline insns to 100.
273
274 2001-07-20 Diego Novillo <dnovillo@redhat.com>
275
276 * combine.c (combine_simplify_rtx): Generate a new shift operation
277 when simplifying the first operand of a (neg (ashift)) expression.
278
279 2001-07-20 Roman Lechtchinsky <rl@cs.tu-berlin.de>
280
281 * regclass.c (N_REG_INTS): Use only 32 bits per element.
282
283 2001-07-20 Kelley Cook <kelley.cook@home.com>
284
285 * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
286 information. Move rest into ...
287 (*-*-solaris): ... here. Eliminate redundant information and
288 reword necessary packages section. Delete 4.x assembler bug info.
289 (sparc-sun-*): Merge into ...
290 (sparc-sun-sunos*): here.
291
292 2001-07-20 Catherine Moore <clm@redhat.com>
293
294 * config/v850/v850.md (casesi): Generate LABEL_REF
295 with Pmode.
296
297 Fri Jul 20 14:12:57 CEST 2001 Jan Hubicka <jh@suse.cz>
298
299 * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
300 * i386.c (ix86_zero_extend_to_Pmode): Make global.
301 * i386.md (strclrsi expander): Use it.
302
303 Fri Jul 20 13:24:16 CEST 2001 Jan Hubicka <jh@suse.cz>
304
305 * integrate.c (copy_insn_list): handle
306 NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
307 (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
308 identically as to CODE_LABEL.
309
310 * fold-const (fold): Convert A/B/C to A/(B*C) and
311 A/(B/C) to (A/B)*C
312
313 * except.c (connect_post_landing_pads): Delete the RESX insns.
314
315 2001-07-20 Aldy Hernandez <aldyh@redhat.com>
316
317 * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
318
319 * config/mips/mips.md (nmadd/nmsub): Use macro.
320
321 2001-07-20 Nathan Sidwell <nathan@codesourcery.com>
322
323 * cppinit.c (remove_dup_dir): Make static.
324 (remove_dup_dirs): Make static. Only warn about preempting a
325 system directory with a non-system directory.
326
327 2001-07-19 Geoffrey Keating <geoffk@redhat.com>
328
329 * ifcvt.c (noce_try_store_flag_constants): Correct order
330 of parameters to trunc_int_for_mode.
331
332 2001-07-19 Mark Mitchell <mark@codesourcery.com>
333
334 * reorg.c (fill_simple_delay_slots): If an instruction might throw
335 an exception that will be caught within this function, do not fill
336 its delay slot with any subsequent instruction.
337
338 2001-07-19 Steve Ellcey <sje@cup.hp.com>
339
340 * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
341 * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
342 pointer extension instruction.
343 * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
344 * simplify-rtx.c (simplify_unary_operation) Likewise.
345 * explow.c (convert_memory_address) Check value of
346 POINTERS_EXTEND_UNSIGNED to avoid some conversions when
347 less than zero.
348 * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
349 MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
350 * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
351 Add Multilib Support.
352 (POINTERS_EXTEND_UNSIGNED) Define for ILP32 support.
353 * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
354 Add Multilib Support.
355 (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
356 support.
357 * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
358 * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
359 a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
360
361 2001-07-19 Alexandre Oliva <aoliva@redhat.com>
362
363 * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
364 old and new operands in `<', `3' and `b'.
365
366 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
367
368 * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
369 (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
370 (toplev.o): Don't depend on xcoffout.h.
371 * c-decl.c: Include debug.h
372 (duplicate_decls): Use debug hook.
373 * dbxout.c (dbxout_source_file, dbxout_args): Make static.
374 (dbx_debug_hooks, xcoff_debug_hooks): Update.
375 (dbxout_types): Remove.
376 * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
377 * debug.c (do_nothing_debug_hooks): Update.
378 (debug_true_tree, debug_nothing_rtx): New.
379 * debug.h (struct rtx_def): New.
380 (struct gcc_debug_hooks): New hooks ignore_block,
381 outlining_inline_function and label.
382 (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
383 dwarf2out_frame_finish): New.
384 * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
385 Make static, update prototype.
386 (dwarf2_debug_hooks): Update.
387 * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
388 dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
389 * dwarfout.c (dwarf_debug_hooks): Update.
390 * emit-rtl.c: Include debug.h.
391 (remove_unnecessary_notes): Use debug hook.
392 * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
393 (final_scan_insn): Use debug hook.
394 * integrate.c (output_inline_function): Use debug hook.
395 * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
396 (sdb_debug_hooks): Update.
397 * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
398 * toplev.c: Don't include xcoffout.h.
399 (note_outlining_of_inline_function, debug_ignore_block): Remove.
400 * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
401 Remove.
402 * tree.h (dwarf2out_do_frame): Remove.
403
404 2001-07-19 Catherine Moore <clm@cygnus.com>
405
406 * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
407
408 2001-07-19 Geoffrey Keating <geoffk@redhat.com>
409
410 * reload1.c (eliminate_regs_in_insn): When updating a set
411 to the frame pointer to the hardware frame pointer, perform
412 the update always not just when REPLACE is set.
413
414 * reload1.c (choose_reload_regs): Don't inherit a reload
415 that crosses multiple registers if registers past the first
416 don't fit in the desired class.
417
418 * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
419 when negating constants.
420
421 2001-07-19 Toon Moene <toon@moene.indiv.nluug.nl>
422
423 * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
424 * doc/tree.texi: Ditto.
425
426 2001-07-19 Mark Kettenis <kettenis@wins.uva.nl>
427 Jakub Jelinek <jakub@redhat.com>
428
429 * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
430 (extract_cie_info): Handle "eh" augmentation properly,
431 remember eh_ptr.
432 (struct frame_state, __frame_state_for): New.
433
434 2001-07-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
435
436 * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
437 HANDLE_SYSV_PRAGMA): Define.
438 * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
439 previous args.
440 (copy_object): Caller changed.
441
442 2001-07-19 Andreas Schwab <schwab@suse.de>
443
444 * configure.in (assembler dwarf2 debug_line support): Define nop
445 insn for m68k.
446 * configure: Regenerated.
447
448 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
449
450 * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
451 dwarfout.h.
452 * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
453 to conditionally compiled block.
454 (dbx_debug_hooks, xcoff_debug_hooks): Update.
455 * dbxout.h (dbxout_function): Remove.
456 * debug.c (do_nothing_debug_hooks): Update.
457 * debug.h (struct gcc_debug_hooks): New hooks function_decl,
458 global_decl, deferred_inline_function.
459 * dwarf2out.c (dwarf2_debug_hooks): Update.
460 (dwarf2out_global_decl): New.
461 * dwarfout.c: Don't include dwarfout.h.
462 (dwarfout_global_decl, dwarfout_function_decl,
463 dwarfout_deferred_inline_function): New.
464 (dwarf_debug_hooks): Update.
465 * dwarfout.h: Remove.
466 * final.c: Don't include dwarfout.h.
467 * sdbout.c (sdbout_global_decl): New.
468 (sdbout_debug_hooks): Update.
469 * toplev.c: Don't include dwarfout.h.
470 (check_global_declarations, rest_of_compilation): Use new debug hooks.
471 (note_deferral_of_defined_inline_function): Remove.
472 * toplev.h (note_deferral_of_defined_inline_function): Remove.
473 * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
474 * ch/lex.c: Don't include dwarfout.h.
475 * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
476 (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
477 * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
478 * cp/optimize.c: Include debug.h.
479 (maybe_clone_body): Use debug hook.
480 * cp/semantics.c: Include debug.h.
481 (expand_body): Use debug hook.
482 * po/POTFILES.in: Remove dwarfout.h.
483
484 2001-07-19 Neil Booth <neil@daikokuya.demon.co.uk>
485
486 * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
487 * c-parse.in (yyerror, _yylex): Similarly.
488 * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
489 Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
490 Update comments.
491 * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
492 * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
493
494 2001-07-18 Jeff Sturm <jsturm@one-point.com>
495
496 * dwarf2out.c (dwarf2out_abstract_function): Don't emit
497 in-class declaration at -g1. Fixes c++/2814.
498
499 2001-07-18 Richard Henderson <rth@redhat.com>
500
501 * doc/md.texi (reload_in/out): Document restrictions in predicates
502 and constraints for these patterns. Document empty string matching
503 ALL_REGS.
504
505 2001-07-18 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
506
507 * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
508
509 Wed Jul 18 20:47:36 CEST 2001 Jan Hubicka <jh@suse.cz>
510
511 * cse.c: Undo my previous patch.
512
513 2001-07-18 Tom Tromey <tromey@redhat.com>
514
515 For PR java/2812:
516 * configure: Rebuilt.
517 * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
518 instead.
519 * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
520
521 Wed Jul 18 18:46:30 CEST 2001 Richard Henderson <rth@cygnus.com>
522 Jan Hubicka <jh@suse.cz>
523
524 * flow.c (redirect_edge_and_branch): Bail out on complex edges.
525 (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
526 * jump.c (mark_jump_label): Do not forward branches.
527
528 Wed Jul 18 18:35:01 CEST 2001 Jan Hubicka <jh@suse.cz>
529
530 * cse.c (delete_trivially_dead_insns): Delete the libcall block
531 when return value is unused.
532
533 Wed Jul 18 18:28:16 CEST 2001 Jan Hubicka <jh@suse.cz>
534
535 * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
536
537 Wed Jul 18 12:05:29 2001 Nicola Pero <n.pero@mi.flashnet.it>
538
539 * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
540 on error. We can't blindly return the result of
541 pthread_mutex_trylock because it returns a positive number on
542 error, while we must return -1 on error.
543 (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
544 fixes.
545 Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
546
547 2001-07-18 Andreas Jaeger <aj@suse.de>
548
549 * integrate.c (output_inline_function): Correct type of debug_hooks.
550
551 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
552
553 * combine.c (combine_simplify_rtx): DIV can be treated
554 associatively for floats if unsafe math optimisations are enabled.
555
556 2001-07-17 Richard Henderson <rth@redhat.com>
557
558 * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
559
560 2001-07-17 Richard Henderson <rth@redhat.com>
561
562 * calls.c (prepare_call_address): New parameter SIBCALLP. If true,
563 don't force the function address into a register.
564 (expand_call, emit_library_call_value_1): Update callers.
565 * builtins.c (expand_builtin_apply): Likewise.
566 * expr.h (prepare_call_address): Update decl.
567
568 2001-07-17 Chandrakala Chavva <cchavva@redhat.com>
569
570 * config.gcc: For *-*-chorusos triplet, get chorus.h file from
571 config directory.
572 * config/i386/chorus.h: Move up.
573 * config/sparc/chorus.h: Likewise.
574 * config/rs6000/chorus.h: Likewise.
575 * config/chorus.h: Moved here.
576
577 2001-07-17 Andreas Schwab <schwab@suse.de>
578
579 * configure.in (assembler eh_frame optimization): Handle big
580 endian.
581 * configure: Regenerated.
582
583 Tue Jul 17 23:43:31 CEST 2001 Jan Hubicka <jh@suse.cz>
584
585 * expr.c (epxand_expr): Convert divisions into multiplications by
586 reciprocals if -ffast-math.
587
588 2001-07-17 Neil Booth <neil@daikokuya.demon.co.uk>
589
590 * dbxout.c (dbxout_really_begin_function): Rename to
591 dbxout_begin_function.
592 (dbx_debug_hooks, xcoff_debug_hooks): Update.
593 (dbxout_begin_function): Remove.
594 (dbxout_function): Update.
595 (dbxout_source_line): Update prototype.
596 * dbxout.h (dbxout_begin_function): Remove.
597 * debug.c (do_nothing_debug_hooks): Update.
598 (debug_nothing_tree): Update.
599 (debug_nothing_charstar_rtx): Remove.
600 * debug.h (union tree_node): Declare.
601 (struct rtx_def): Remove.
602 (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
603 begin_function. Change source_line prototype.
604 (debug_nothing_tree): New.
605 (debug_nothing_charstar_rtx): Delete.
606 (dwarf2out_begin_prologue): Moved from ...
607 * tree.h: ... here.
608 * dwarf2out.c (dwarf2_debug_hooks): Update.
609 (dwarf2out_begin_prologue): Update prototype. If genuine dwarf2
610 debug info, call dwarf2out_source_line.
611 (dwarf2out_souce_line): Update prototype.
612 * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
613 Change prototype, make static.
614 (dwarfout_source_line): Update prototype.
615 (dwarf_debug_hooks): Update.
616 * dwarfout.h (dwarfout_begin_function): Remove.
617 * final.c (final_start_function, final_scan_insn): Use appropriate
618 debug hooks, update to use notice_source_line.
619 (output_source_line): Rename notice_source_line. Don't call the
620 source_line debug hook.
621 * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
622 make static, update prototype.
623 (sdbout_mark_begin_function): Rename sdbout_begin_function, update
624 prototype.
625 (sdbout_end_prologue): New.
626 (sdbout_source_line): Update prototype.
627 (sdbout_debug_hooks): Update.
628 (sdbout_symbol): Remove unused var.
629 * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
630 Delete.
631 * varasm.c: Include debug.h.
632 (assemble_start_function): Use begin_function debug_hook.
633 * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
634 update with prototype.
635 (xcoffout_source_line): Update prototype.
636 * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
637 update prototype.
638 (xcoffout_source_line): Update prototype.
639
640 2001-07-17 Richard Henderson <rth@redhat.com>
641
642 * c-typeck.c (build_binary_op): Do not shorten unsigned
643 right shift after sign extension.
644
645 Tue Jul 17 16:56:05 CEST 2001 Jan Hubicka <jh@suse.cz>
646
647 * combine.c (combine_simplify_rtx): Attempt to simplify
648 a*(b/c) as (a*b)/c for floats in unsafe_math mode.
649
650 * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
651 (simplify_binary_operation, simplify_unary_operation,
652 simplify_relational_operation): Use it.
653
654 * combine.c (combine_simplify_rtx): Don't do associative law
655 on divisions; allow associative law on floats.
656
657 2001-07-17 H.J. Lu <hjl@gnu.org>
658 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
659
660 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
661 ASM_OUTPUT_WEAK_ALIAS are defined.
662 * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
663 * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
664 Moved ...
665 * config/mips/iris5.h: ... here.
666 (HANDLE_SYSV_PRAGMA): Defined as 1.
667 * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
668 * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
669 symbol.
670
671 2001-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
672
673 * c-parse.in (all_prefix_attributes): New variable.
674 (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
675 (maybe_resetattrs): New production.
676 (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
677 maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
678 notype_initdcl, nested_function, notype_nested_function,
679 component_decl, components, components_notype,
680 component_declarator, component_notype_declarator,
681 absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
682 ivars, mydecl, myparm): Update. Avoid prefix attributes just
683 after a comma being applied to more than one declarator.
684 * doc/extend.texi (Attribute Syntax): Update. Remove
685 documentation of bugs that are no longer present.
686
687 2001-07-13 Eric Christopher <echristo@redhat.com>
688
689 * config/mips/mips.h: Change TUNE_MIPS* options to use
690 mips_tune.
691 (EXTRA_SPECS): Add cc1_cpu_spec.
692 * config/mips/mips.md (muldf3): Fix typo.
693
694 2001-07-16 Richard Henderson <rth@redhat.com>
695
696 * config/m68k/m68k.c: Include expr.h and reload.h.
697 (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
698 [general int]: Use HOST_WIDE_INT_PRINT_DEC.
699
700 2001-07-16 Daniel Berlin <dan@cgsoftware.com>
701 Richard Henderson <rth@redhat.com>
702
703 * cse.c (set_live_p): Take INSN argument for cc0; update callers.
704 (insn_live_p): Fix fall off end of function.
705 (dead_libcall_p): Remove COUNTS argument; update callers.
706 (delete_trivially_dead_insns): Remove unused variables.
707
708 2001-07-17 Andreas Jaeger <aj@suse.de>
709
710 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
711 x86-64 pic support.
712
713 * lcm.c (optimize_mode_switching): Avoid warning for unused
714 variable if !NORMAL_MODE.
715
716 * flow.c (try_crossjump_to_edge): Remove unused variable.
717
718 2001-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
719
720 * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
721 atexit declaration in stdlib.h.
722
723 2001-07-16 Richard Begg <Richard.Begg@colesmyer.com.au>
724
725 * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
726
727 Mon Jul 16 22:48:00 CEST 2001 Jan Hubicka <jh@suse.cz>
728
729 * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
730 * except.c (finish_eh_generation): Update call of cleanup_cfg;
731 do rebuild_jump_labels instead of jump_optimize
732 * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
733 * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
734 * flow.c (try_optimize_cfg): Remove unneeded code_labels.
735
736 * flow.c: Include timevar.h
737 (find_basic_block): Push/pop timevar;
738 (cleanup_cfg): Likewise.
739 * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
740 * Makefile: Add dependencies on timevar.h
741
742 * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
743 (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
744
745 * rtl.h (delete_trivially_dead_insns): Add new parameter.
746 * toplev.c (rest_of_compilation): Update calls.
747 * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
748 (delete_trivially_dead_insns): ... here; accept new argument
749 preserve_basic_blocks; preserve basic blocks if set.
750
751 * reg-stack.c (stack_regs_mentioned): Return 0 if
752 stack_regs_mentioned_data is not initialized.
753 (reg_to_stack): Make stack_regs_mentioned survive after the
754 reg-stack is completted; do not call cleanup_cfg.
755 * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
756 make cleanup_cfg after bb-reorder to output to debug file.
757
758 2001-07-16 Richard Henderson <rth@redhat.com>
759
760 * regclass.c (init_reg_sets): Use only 32 bits per initializer
761 from int_reg_class_contents.
762
763 2001-07-16 Richard Henderson <rth@redhat.com>
764
765 * hard-reg-set.h (regs_invalidated_by_call): Declare.
766 * regclass.c (regs_invalidated_by_call): Move from cse.c.
767 (init_reg_sets_1): Move initialization from cse_main.
768 * cse.c (regs_invalidated_by_call): Move to regclass.c.
769 (cse_main): Move its initialization also.
770 * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
771 * flow.c (propagate_one_insn): Likewise.
772 * gcse.c (compute_hash_table): Likewise.
773 (compute_kill_rd, compute_store_table): Likewise.
774 * sched-deps.c (sched_analyze_1): Likewise.
775
776 Mon Jul 16 18:07:07 2001 J"orn Rennecke <amylaar@redhat.com>
777
778 * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
779 gen_rtx_SET.
780
781 2001-07-16 Steve Ellcey <sje@cup.hp.com>
782
783 * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
784 in if statement so we don't access undefined memory.
785
786 2001-07-16 Daniel Berlin <dan@cgsoftware.com>
787
788 * gcse.c: Update comment at top.
789 Update comment on mem handling.
790 mem_last_set, mem_first_set, mem_set_in_block: gone.
791 Declaration of reg_set_info: gone.
792 (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
793 pointless with load_killed_in_block_p (they are *more*
794 conservative then it, not less, and less accurate).
795 (oprs_not_set_p): Ditto.
796 (alloc_gcse_mem): Don't allocate mem_set_in_block
797 (free_gcse_mem): Don't free it, either.
798 (record_last_mem_set_info): Update comment in front, remove
799 mem_*set_* stuff. Note the reason we don't handle stores directly
800 here.
801 (compute_hash_table): Update comments to reflect reality. Remove
802 mem_*set_* references.
803 (reset_opr_set_tables): Remove mem_*set_* references.
804 (mark_call): Ditto.
805 (mark_set): Ditto. Also remove double sets of bitmaps for REG's.
806 (mark_clobber): Ditto (on both parts, we double set here too).
807 (expr_killed_p): Remove mem_set_in_block test.
808 (compute_transp): Remove mem_set_in_block test.
809
810 * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
811 of edge, and removal of phi alternative to dump file.
812 (ssa_ccp_substitute_constants): Add note about register now being
813 constant, and which uses were replaced in what insns to dump file.
814
815 2001-07-16 Andreas Jaeger <aj@suse.de>
816
817 * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
818 variables of type HOST_WIDEST_INT.
819
820 * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
821 (__bb_exit_func): Correct type of count_max to avoid overflow.
822 (num_digits): Handle long long argument.
823
824 * combine.c (gen_lowpart_for_combine): Remove unused variable.
825
826 2001-07-16 Neil Booth <neil@cat.daikokuya.demon.co.uk>
827
828 * output.h (sdb_begin_function_line): Restore as an extern
829 variable.
830 * sdbout.c (sdb_begin_function_line): Make extern.
831
832 2001-07-15 Richard Henderson <rth@redhat.com>
833
834 * machmode.def (Pmode): Redefine if GENERATOR_FILE.
835 * genrecog.c (maybe_both_true_mode): New.
836 (maybe_both_true_2): Use it.
837 (write_switch): Don't put Pmode in a switch.
838 * rtl.c (mode arrays): Don't explicitly size them.
839
840 Sun Jul 15 14:07:36 CEST 2001 Jan Hubicka <jh@suse.cz>
841
842 * toplev.c (rest_of_compilation): Fix register_life_up_to_date
843 handling; move unconditional splitting before mode switching.
844
845 * i386.md (type): Add fistp type.
846 (i387, length_attr, scheduling definitions): Handle this type.
847 (fix_trunc?f?i2): Revamp to use mode switching.
848 (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
849 * i386.h (fp_cw_mode): New enum
850 (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
851 MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
852
853 Sun Jul 15 12:53:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
854
855 * Makefile.in (integrate.o): Add debug.h.
856 * integrate.c (debug.h): Add.
857 (output_inline_function): Save, reset, and restore debug_hooks.
858
859 2001-07-15 Richard Henderson <rth@redhat.com>
860
861 * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
862 instead of COMPARE for the EQUIV expression.
863
864 2001-07-15 Richard Henderson <rth@redhat.com>
865
866 * flow.c (redirect_edge_and_branch_force): Initialize
867 global_live_at_start and global_live_at_end.
868 (allocate_bb_life_data): Export.
869 * basic-block.h (allocate_bb_life_data): Declare.
870 * toplev.c (rest_of_compilation): Call it.
871
872 2001-07-15 Richard Henderson <rth@redhat.com>
873
874 * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
875 (alpha_tablejump_best_label): New.
876 * config/alpha/alpha-protos.h: Declare them.
877 * config/alpha/alpha.md: Use braced strings for code blocks.
878 (tablejump_osf): Break out add with r29.
879 (tablejump_osf_internal): Remove.
880 (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
881 use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
882
883 Sun Jul 15 00:53:35 CEST 2001 Jan Hubicka <jh@suse.cz>
884
885 * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
886 of the movable.
887
888 * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
889
890 * i386-protos.h (ix86_split_fp_branch): Update prototype.
891 (ix86_fp_jump_nontrivial_p): New.
892 * i386.md (fp_jcc_?): Update call of split_fp_branch;
893 use ix86_fp_jump_nontrivial_p.
894 * i386.c (ix86_fp_jump_nontrivial_p): New.
895 (ix86_split_fp_branch): Accept code instead of rtx.
896 (ix86_expand_compare): Expand comparison early in case
897 doing so is resonably cheap.
898
899 2001-07-15 Nick Clifton <nickc@cambridge.redhat.com>
900
901 * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
902 not 'machine'.
903 (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
904 (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
905
906 2001-07-15 Neil Booth <neil@daikokuya.demon.co.uk>
907
908 * dbxout.c (dbxout_source_line): Make static, update prototype.
909 (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
910 (dbxout_init, dbxout_finish, dbxout_source_line,
911 dbxout_begin_block, dbxout_end_block): Update for new prototypes.
912 * dbxout.h (dbxout_source_line): Delete.
913 * debug.c (debug_nothing_file, debug_nothing_file_int,
914 debug_nothing_file_charstar_rtx): New.
915 (do_nothing_debug_hooks): Update.
916 (debug_nothing_void, debug_nothing_charstar_rtx,
917 dwarf2out_end_epilogue): New.
918 (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
919 * debug.h (struct rtx_def): Declare.
920 (gcc_debug_hooks): New hooks source_line, end_epilogue
921 and end_function.
922 (debug_nothing_void, debug_nothing_charstar_rtx,
923 dwarf2out_end_epilogue): New.
924 (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
925 * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
926 (dwarf2_debug_hooks): Update.
927 (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
928 dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
929 * dwarf2out.h (dwarf2out_source_line): Remove.
930 * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
931 Make static, update prototype.
932 (dwarfout_init, dwarfout_finish, dwarfout_source_line,
933 dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
934 (dwarf_debug_hooks): Update.
935 * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
936 dwarfout_end_function): Remove.
937 * final.c (profile_function): Use debug hooks for ending functions
938 and epilogues.
939 (output_source_line, final_end_function): Update prototype,
940 use debug hooks.
941 (final_start_function, final_scan_insn): Update.
942 * output.h (sdb_begin_function_line): Remove.
943 (final_end_function): Update prototype.
944 * sdbout.c (sdb_begin_function_line): Make static.
945 (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
946 (sdbout_source_line): New.
947 (sdbout_end_epilogue, sdbout_end_function): Make static, update
948 prototypes.
949 (sdb_debug_hooks): Update.
950 (sdbout_init, sdbout_source_line,
951 sdbout_begin_block, sdbout_end_block): Update for new prototypes.
952 * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
953 * toplev.c (compile_file, rest_of_compilation): Update.
954 * tree.h (dwarf2out_end_epilogue): Move to debug.h.
955 * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
956 xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
957 Update for prototype changes.
958 * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
959 xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
960
961 2001-07-15 Richard Henderson <rth@redhat.com>
962
963 * config/alpha/alpha.h (TARGET_ABI_OSF): New.
964 (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
965 * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
966 * config/alpha/alpha.c: Likewise.
967 * config/alpha/alpha.md: Likewise.
968 * config/alpha/alpha32.h: Likewise.
969 * config/alpha/vms.h: Likewise.
970 (OPEN_VMS): Remove.
971
972 2001-07-14 Richard Henderson <rth@redhat.com>
973
974 * config/alpha/alpha.md: Use define_constants for unspec values.
975 Substitute throughout.
976
977 2001-07-14 Tim Josling <tej@melbpc.org.au>
978
979 * tree.def (EXPON_EXPR) remove. Never supported anyway.
980
981 2001-07-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
982
983 * pa.md: Remove unused constraints from define_split's.
984
985 2001-04-14 Richard Henderson <rth@redhat.com>
986
987 * ifcvt.c (find_cond_trap): Test for exit block.
988
989 Sun Jul 15 00:50:20 CEST 2001 Jan Hubicka <jh@suse.cz>
990
991 Re-install recently reverted patch.
992 * emit-rtl.c (try_split): Update mark_jump_label call.
993 * flow.c (find_sub_basic_blocks): Likewise.
994 * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
995 jump_back_p): Kill.
996 (mark_all_labels): Kill second parameter.
997 (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
998 (rebuild_jump_labels, jump_optimize_minimal): Update call
999 of jump_optimize_1.
1000 (jump_optimize_1): Kill crossjumping code.
1001 (mark_jump_label): Kill cross_jump parameter.
1002 * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
1003 (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
1004 * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
1005 splitting.
1006 * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
1007 DFI_bpro.
1008 (dump_file_info): Likewise.
1009 (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
1010 reorganize passes to do reg-stack first, bb-reorder second.
1011 * invoke.texi (-d letters doc): Remove the jump2 pass.
1012
1013 2001-07-14 Richard Henderson <rth@redhat.com>
1014
1015 * ifcvt.c (find_cond_trap): New.
1016 (find_if_header): Call it.
1017 (merge_if_block): Relax existing jump sanity check.
1018 * jump.c (jump_optimize_1): Remove conditional trap handling.
1019
1020 2001-07-14 Alan Modra <amodra@bigpond.net.au>
1021
1022 * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
1023 millicode.
1024 (insn_refs_are_delayed): Correct comment.
1025 * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
1026 * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
1027 instead of r31. Make associated insn !TARGET_64BIT, and
1028 provide an additional 64-bit insn that clobbers r2.
1029 (divsi3): Likewise.
1030 (udivsi3): Likewise.
1031 (modsi3): Likewise.
1032 (umodsi3): Likewise.
1033
1034 Sat Jul 14 02:58:38 CEST 2001 Jan Hubicka <jh@suse.cz>
1035
1036 * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
1037
1038 * flow.c (redirect_edge_and_branch_force, split_edge,
1039 try_crossjump_to_edge): Use set_block_for_new_insns.
1040 * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
1041
1042 2001-07-13 H.J. Lu (hjl@gnu.org)
1043
1044 * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
1045 the correct patch.
1046
1047 2001-07-13 Geoffrey Keating <geoffk@redhat.com>
1048
1049 Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
1050
1051 2001-07-13 Joseph S. Myers <jsm28@cam.ac.uk>
1052
1053 * c-common.c (decl_attributes): Take a pointer to the node to
1054 which attributes are to be attached, and a flags argument.
1055 * c-common.h (enum attribute_flags): New.
1056 (decl_attributes): Update prototype.
1057 * c-decl.c (start_decl, push_parm_decl, finish_struct,
1058 finish_enum, start_function): Update calls to decl_attributes.
1059 * c-parse.in (component_declarator, component_notype_declarator,
1060 label): Update calls to decl_attributes.
1061
1062 Fri Jul 13 23:04:00 2001 Denis Chertykov <denisc@overta.ru>
1063
1064 * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
1065 * config/avr/avr.c (legitimate_address_p): Return value changed
1066 from letter to register classes. For better debugging.
1067
1068 2001-07-13 Kazu Hirata <kazu@hxi.com>
1069
1070 * jump.c (reversed_comparison_code_parts): Fix comment typos.
1071
1072 2001-07-13 H.J. Lu (hjl@gnu.org)
1073
1074 * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
1075
1076 2001-07-13 Marc Espie <espie@cvs.openbsd.org>
1077
1078 * config.gcc (*-*-openbsd*): Add fragment to compile libgcc
1079 correctly for shared configurations.
1080 * config/t-libgcc-pic: New.
1081 * config/{i386,m68k,sparc}/t-openbsd: New.
1082 * config/openbsd.h: Include cpu_spec in cpp_spec where needed.
1083 Support -shared. Support debugging libraries with -g.
1084 * config/i386/openbsd.h: Correct ASM_COMMENT_START. Ensure dwarf2
1085 frame information does not emit pointer diffs.
1086 * config/sparc/openbsd.h: Ensure dwarf2 frame information does not
1087 emit pointer diffs.
1088
1089 2001-07-13 Geoffrey Keating <geoffk@redhat.com>
1090
1091 Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
1092
1093 2001-07-13 David Edelsohn <edelsohn@gnu.org>
1094
1095 * combine.c (try_combine): Ensure const_int pow2 is positive.
1096
1097 2001-07-13 Hartmut Penner <hpenner@de.ibm.com>
1098
1099 * config.gcc: Add configuration for s/390.
1100 * config/s390/s390.c: New. Subroutines for code generation.
1101 * config/s390/s390.h: New. Definitions for s/390.
1102 * config/s390/s390-protos.h: New. Prototypes.
1103 * config/s390/linux.h: New. Definitions for linux for s/390.
1104 * config/s390/linux64.h: New. Definitions for linux for zSeries.
1105 * config/s390/t-linux: New. Makefile fragment.
1106 * config/s390/s390.md: New. Machine description for s/390 and zSeries.
1107 * config/s390/fixdfdi.h: New. Fix L_fix*di.
1108
1109 Fri Jul 13 14:46:21 CEST 2001 Jan Hubicka <jh@suse.cz>
1110
1111 * emit-rtl.c (try_split): Update mark_jump_label call.
1112 * flow.c (find_sub_basic_blocks): Likewise.
1113 * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
1114 jump_back_p): Kill.
1115 (mark_all_labels): Kill second parameter.
1116 (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
1117 (rebuild_jump_labels, jump_optimize_minimal): Update call
1118 of jump_optimize_1.
1119 (jump_optimize_1): Kill crossjumping code.
1120 (mark_jump_label): Kill cross_jump parameter.
1121 * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
1122 (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
1123 * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
1124 splitting.
1125 * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
1126 DFI_bpro.
1127 (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
1128 reorganize passes to do reg-stack first, bb-reorder second.
1129 * invoke.texi (-d letters doc): Remove the jump2 pass.
1130
1131 2001-07-12 Steve Ellcey <sje@cup.hp.com>
1132
1133 * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
1134
1135 Thu Jul 12 17:57:16 CEST 2001 Jan Hubicka <jh@suse.cz>
1136
1137 * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
1138 basic blocks.
1139 (verify_flow_info): Make diagnostics prettier.
1140
1141 Thu Jul 12 16:48:54 CEST 2001 Jan Hubicka <jh@suse.cz>
1142
1143 * flow.c (find_basic_blocks_1): Do not emit NOP after call.
1144
1145 * flow.c (outgoing_edges_match): Return early if condition reversal
1146 failed.
1147
1148 2001-07-06 Richard Sandiford <rsandifo@redhat.com>
1149
1150 * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
1151 (mips_move_2words): When splitting a move into two instructions,
1152 prefix the second address operand with '%D'.
1153
1154 2001-07-12 Neil Booth <neil@daikokuya.demon.co.uk>
1155
1156 * Makefile.in (final.o): Depend on debug.h.
1157 * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
1158 (dbx_debug_hooks): Add new hooks.
1159 (xcoff_debug_hooks): New.
1160 * debug.c (debug_nothing_file_int_int): New.
1161 (do_nothing_debug_hooks): Update.
1162 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
1163 (debug_nothing_file_int_int): New.
1164 * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
1165 static, update prototype.
1166 (dwarf2_debug_hooks): Update.
1167 * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
1168 * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
1169 static, update prototype.
1170 (dwarf_debug_hooks): Update.
1171 * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
1172 * final.c: Include debug.h.
1173 (final_scan_insn): Use debug hooks when beginning and ending blocks.
1174 * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
1175 static, update prototype.
1176 (sdb_debug_hooks): Update.
1177 * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
1178 * toplev.c: Distinguish between xcoff and dbx.
1179
1180 * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
1181 Call all debug hooks, not just dwarf ones.
1182
1183 2001-07-11 Timothy Wall <twall@redhat.com>
1184
1185 * config.gcc: Add configuration for AIX5/IA64.
1186 * config/ia64/aix.h: New. AIX5/IA64-specific configuration.
1187 * config/ia64/crt[in].asm: New. Generic static ctor/dtor
1188 support prefix/suffix code.
1189 * config/ia64/t-aix: New. Makefile fragment.
1190 * config/ia64/unwind-aix.c: New. Unwind table entry lookup.
1191
1192 2001-07-11 Kazu Hirata <kazu@hxi.com>
1193
1194 * recog.c (validate_change): Fix a comment typo.
1195
1196 2001-07-11 Neil Booth <neil@daikokuya.demon.co.uk>
1197
1198 * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h.
1199 * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
1200 hooks directly.
1201 * dbxout.c (dbx_debug_hooks): Add new hooks.
1202 (dbxout_start_new_source_file): Rename dbxout_start_source_file,
1203 make static.
1204 (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
1205 make static.
1206 * dbxout.h (dbxout_start_new_source_file,
1207 dbxout_resume_previous_source_file): Delete.
1208 * debug.c (do_nothing_debug_hooks): Add new hooks.
1209 (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
1210 (debug_nothing_int_charstar, debug_nothing_int): New.
1211 * debug.h (gcc_debug_hooks): New hooks define, undef,
1212 start_source_file and end_source_file.
1213 (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
1214 (debug_nothing_int_charstar, debug_nothing_int): New.
1215 * dwarf2out.c (dwarf2_debug_hooks): Add new hooks. Move into
1216 the conditionally compiled section.
1217 (dwarf2out_start_source_file, dwarf2out_end_source_file,
1218 dwarf2out_define, dwarf2out_undef): Make static.
1219 * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
1220 dwarf2out_define, dwarf2out_undef): Remove.
1221 * dwarfout.c (dwarf_debug_hooks): Add new hooks.
1222 (dwarfout_start_source_file, dwarfout_end_source_file,
1223 dwarfout_define, dwarfout_undef): Make static.
1224 (dwarfout_start_source_file_check,
1225 dwarfout_end_source_file_check): New.
1226 (dwarfout_define, dwarfout_finish): Update.
1227 * dwarfout.h (dwarfout_start_new_source_file,
1228 dwarfout_resume_previous_source_file, dwarfout_define,
1229 dwarfout_undef): Remove.
1230 * sdbout.c (sdb_debug_hooks): Add new hooks.
1231 (sdbout_start_new_source_file): Rename sdbout_start_source_file,
1232 make static.
1233 (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
1234 make static, take an arg.
1235 * sdbout.h (sdbout_start_new_source_file,
1236 sdbout_resume_previous_source_file): Delete.
1237 * toplev.c (debug_start_source_file, debug_end_source_file,
1238 debug_define, debug_undef): Delete.
1239 * toplev.h (debug_start_source_file, debug_end_source_file,
1240 debug_define, debug_undef): Delete.
1241
1242 * java/jcf-parse.c: Include debug.h.
1243 (parse_class_file): Update to use debug hooks directly.
1244 * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
1245
1246 Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1247
1248 * alias.c (set_mem_alias_set): New function.
1249 * rtl.h (set_mem_alias_set): Declare it.
1250 * builtins.c (expand_builtin_return_addr): Call it instead of
1251 using MEM_ALIAS_SET accessor.
1252 (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
1253 (get_memory_rtx, expand_builtin_va_arg): Likewise.
1254 (expand_builtin_va_copy):Likewise.
1255 * caller-save.c (setup_save_areas): Likewise.
1256 * calls.c (compute_argument_addresses): Likewise.
1257 * explow.c (set_mem_attributes): Likewise.
1258 * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
1259 (expand_assignment, store_constructor_field, store_field): Likewise.
1260 (expand_expr_unaligned): Likewise.
1261 * function.c (assign_stack_temp_for_type): Likewise.
1262 (put_reg_into_stack, gen_mem_addressof): Likewise.
1263 * ifcvt.c (noce_try_cmove_arith): Likewise.
1264 * reload1.c (reload, alter_reg): Likewise.
1265 * config/alpha/alpha.c (get_aligned_mem): Likewise.
1266 (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
1267 (alpha_expand_unaligned_store): Likewise
1268 (alpha_expand_unaligned_load_words): Likewise.
1269 (alpha_expand_unaligned_store_words): Likewise.
1270 (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
1271 (alpha_expand_epilogue): Likewise.
1272 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
1273 * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
1274 * config/i386/i386.c (legitimize_pic_address): Likewise.
1275 * config/i960/i960.c (setup_incoming_varargs): Likewise.
1276 * config/ia64/ia64.c (spill_restore_mem): Likewise.
1277 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
1278 * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
1279 * config/mips/mips.c (mips_va_arg): Likewise.
1280 * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
1281 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
1282 * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
1283 (setup_incoming_varargs, rs6000_va_arg): Likewise.
1284 (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
1285 (rs6000_emit_epilogue): Likewise.
1286 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
1287 * config/sparc/sparc.c (sparc_va_arg): Likewise.
1288 * config/v850/v850.c (v850_va_arg): Likewise.
1289
1290 Wed Jul 11 21:27:25 CEST 2001 Jan Hubicka <jh@suse.cz>
1291
1292 * flow.c (merge_blocks_move_successor_nojumps): Do not crash
1293 when fallthru edge is present.
1294 (mege_blocks): Handle case where creation of jump insn
1295 is required.
1296
1297 * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
1298 CLEANUP_POST_REGSTACK): New constants.
1299 * except.c (finish_eh_generation): Update call of cleanup_cfg,
1300 * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
1301 * output.h (cleanup_cfg): Update prototype.
1302 * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
1303 * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
1304 cleanup_cfg call; kill missleading comment.
1305 * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
1306 * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
1307 parameter; control optimizations performed using it.
1308 (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
1309 try_crossjump_bb): New functions.
1310
1311 2001-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
1312
1313 * pa.c (pa_output_function_prologue): Delete prototype. Make function
1314 extern.
1315 * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
1316 pa_output_function_prologue.
1317 * pa-protos.h (pa_output_function_prologue): New prototype.
1318
1319 2001-07-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
1320
1321 * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
1322 and low to get correct sign extension in low+high test.
1323
1324 2001-07-11 Janis Johnson <janis@us.ibm.com>
1325
1326 * gcov.c (arcdata): Use gcov_type to fix branch percentage
1327 for large hit count.
1328
1329 * profile.c (branch_prob): Fix .bbg info for computed gotos
1330 and C++ EH code.
1331
1332 2001-07-11 Mark Mitchell <mark@codesourcery.com>
1333
1334 * stmt.c (parse_output_constraint): New function, split out
1335 from ...
1336 (expand_asm_operands): ... here. Use parse_output_constraint.
1337 * tree.h (parse_output_constraint): Declare it.
1338
1339 2001-07-11 Richard Henderson <rth@redhat.com>
1340
1341 * bitmap.c: Comment some functions; fiddle whitespace.
1342 (bitmap_free): Don't export.
1343 (bitmap_element_allocate): Use memset.
1344 * bitmap.h (bitmap_free): Don't declare.
1345
1346 2001-07-11 Daniel Berlin <dan@cgsoftware.com>
1347
1348 * gcse.c, lcm.c, sched-deps.c:
1349 s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
1350
1351 * flow.c (flow_loops_find): Free dom if we found no loops, since
1352 we aren't going to save it.
1353
1354 * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
1355 done.
1356
1357 Wed Jul 11 09:00:48 2001 Jeffrey A Law (law@cygnus.com)
1358
1359 * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
1360
1361 Wed Jul 11 10:07:18 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1362
1363 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
1364 #ifndef DWARF2_DEBUGGING_INFO.
1365
1366 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
1367
1368 * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
1369
1370 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
1371
1372 * config/mips/mips.c (gen_int_relational): Tell the caller not to
1373 reverse a branch if a NE comparison is implemented with GTU.
1374
1375 2001-07-11 Richard Sandiford <rsandifo@redhat.com>
1376 H.J. Lu <hjl@gnu.org>
1377
1378 * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
1379 constant addresses.
1380 (call_internal2): Likewise.
1381 (call_value_internal1): Likewise.
1382 (call_value_internal2): Likewise.
1383 (call_value_multiple_internal1): Likewise.
1384 (call_value_multiple_internal2): Likewise.
1385
1386 2001-07-10 Kazu Hirata <kazu@hxi.com>
1387
1388 * calls.c (emit_library_call_value_1): Fix a comment typo.
1389 * dwarf2out.c (mem_loc_descriptor): Likewise.
1390 * config/i386/i386.c (ix86_expand_aligntest): Likewise.
1391
1392 2001-07-11 David Billinghurst <David.Billinghurst@riotinto.com>
1393
1394 * simplify-rtx.c (simplify_subreg): Fix typo in comment
1395
1396 Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1397
1398 * recog.c (offsettable_address_p): Handle LO_SUM case.
1399 * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
1400 instead of plus_constant.
1401
1402 2001-07-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1403
1404 * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
1405 fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
1406
1407 Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1408
1409 * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
1410 adjust_address_nv instead of plus_constant.
1411
1412 2001-07-10 Neil Booth <neil@daikokuya.demon.co.uk>
1413
1414 * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
1415 dwarf2out.o): Depend on debug.h, wrap long lines.
1416 * dbxout.c: Include debug.h.
1417 (dbx_debug_hooks): New.
1418 (dbxout_init): Make static, take just 2 args.
1419 (dbxout_finish): Make static.
1420 * dbxout.h (dbxout_init, dbxout_finish): Delete.
1421 * debug.c: New file.
1422 * debug.h: New file.
1423 * dwarf2out.c: Include debug.h.
1424 (dwarf2_debug_hooks): New.
1425 (dwarf2out_init): Make static.
1426 (dwarf2out_finish): Make static, take 2 args.
1427 * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
1428 * dwarfout.c: Include debug.h.
1429 (dwarf_debug_hooks): New.
1430 (dwarfout_init): Make static.
1431 (dwarfout_finish): Make static, take 2 args.
1432 * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
1433 * sdbout.c: Include debug.h.
1434 (sdb_debug_hooks): New.
1435 (sdbout_init): Make static, take 2 args.
1436 * sdbout.h (sdbout_init): Delete.
1437 * toplev.c: Include debug.h.
1438 (debug_hooks): New.
1439 (compile_file): Set deubg_hooks based on command line options.
1440 Use the hooks unconditionally rather than conditional compilation.
1441
1442 Tue Jul 10 09:04:45 2001 Jeffrey A Law (law@cygnus.com)
1443
1444 * ssa-ccp.c (first_phi_node): Remove. Replace uses with calls to
1445 first_insn_after_basic_block_note instead.
1446
1447 * df.c (df_bb_refs_unlink): #if 0 out for now.
1448
1449 2001-07-10 David Billinghurst <David.Billinghurst@riotinto.com
1450
1451 * ssa.h: Add prototype for ssa_const_prop
1452 * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
1453 (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
1454 (ssa_fast_dce): Remove unused variable
1455
1456 2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1457
1458 * diagnostic.c (finish_diagnostic): Rename to
1459 diagnostic_finish. Make it take an 'output_buffer *'. Adjust
1460 calls thourghout.
1461
1462 2001-07-10 Jason Merrill <jason_merrill@redhat.com>
1463
1464 * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
1465 .loc support.
1466
1467 * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
1468 (dump_file): Only pad the demangled name with spaces if the
1469 mangled name was padded with spaces.
1470
1471 2001-07-10 Bernd Schmidt <bernds@redhat.com>
1472
1473 * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
1474 edge detection.
1475
1476 Tue Jul 10 07:27:53 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1477
1478 * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
1479 extraction if no direct load if either EXPAND_CONST_ADDRESS or
1480 EXPAND_INITIALIZER.
1481
1482 * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
1483 whether can put offset inside LO_SUM to check mode alignment, not size.
1484
1485 2001-07-10 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
1486
1487 * doc/tm.texi (Misc): Fix thinko.
1488
1489 2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
1490
1491 * regmove.c (replace_in_call_usage): Fix warnings.
1492 * sched-deps.c (add_dependence): Fix warnings.
1493 * simplify-rtx.c (simplify_subreg): Likewise.
1494 Return NULL_RTX instead of NULL.
1495
1496 * reg-stack.c (emit_swap_insn): Eliminate warnings.
1497 (subst_asm_stack_regs): Likewise.
1498
1499 * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
1500 warnings.
1501
1502 * dwarf2out.c (output_call_frame_info): Declare i as int.
1503 (build_abbrev_table): Declare n_alloc as int.
1504 (dwarf2out_finish): Initialize die.
1505 * except.c: Declare sjlj_funcdef_number as unsigned.
1506 (connect_post_landing_pads): Declare j as unsigned.
1507 (convert_to_eh_region_ranges): Initialize call_site.
1508 (output_function_exception_table): Initialize tt_format_size.
1509 * expr.c (move_by_pieces_1): Initialize to1.
1510 (store_constructor): Initialize minelt and maxelt.
1511 * flow.c (mark_regs_live_at_end): Declare i as unsigned.
1512 * function.c (instantiate_decls): Avoid signed/unsigned warning.
1513
1514 * c-decl.c (combine_parm_decls): Unused, remove.
1515 * c-tree.h: Remove prototype for combine_parm_decls.
1516
1517 * reload.c (push_reload): Fix warning.
1518 (regno_clobbered_p): Likewise.
1519 * reload1.c (replace_pseudos_in_call_usage): Likewise.
1520 (reload_combine): Likewise.
1521
1522 * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
1523 * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
1524 warnings.
1525 * bitmap.c (bitmap_operation): Change user.
1526 * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
1527
1528 2001-07-10 Eric Christopher <echristo@redhat.com>
1529
1530 * config/mips/mips.c (override_options): Fix typo.
1531
1532 2001-07-09 Stan Shebs <shebs@apple.com>
1533
1534 * target.h (struct gcc_target): New fields init_builtins and
1535 expand_builtin.
1536 * target-def.h (TARGET_INIT_BUILTINS): New macro.
1537 (TARGET_EXPAND_BUILTIN): New macro.
1538 (TARGET_INITIALIZER): Add them.
1539 * builtins.c: Include target.h.
1540 (expand_builtin): Use targetm.expand_builtin.
1541 (default_init_builtins): New function.
1542 (default_expand_builtin): New function.
1543 * expr.h (default_init_builtins): Declare.
1544 (default_expand_builtin): Declare.
1545 * c-common.c (c_common_nodes_and_builtins): Use
1546 targetm.init_builtins.
1547 * defaults.h (MD_INIT_BUILTINS): Remove.
1548 * Makefile.in (builtins.o): Depend on target.h.
1549
1550 * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
1551 (TARGET_EXPAND_BUILTIN): Define.
1552 * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
1553 (MD_EXPAND_BUILTIN): Remove.
1554
1555 * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
1556 (TARGET_EXPAND_BUILTIN): Define.
1557 (c4x_init_builtins): Make endlink arg a local.
1558 (c4x_print_operand): Fix typos in adjust_address usages.
1559 * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
1560 * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
1561 (MD_EXPAND_BUILTIN): Remove.
1562
1563 * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
1564 (TARGET_EXPAND_BUILTIN): Define.
1565 (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
1566 (ix86_init_builtins): Call new function only if TARGET_MMX.
1567 * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
1568 * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
1569 (MD_EXPAND_BUILTIN): Remove.
1570
1571 * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
1572 (TARGET_EXPAND_BUILTIN): Define.
1573 * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
1574 (MD_EXPAND_BUILTIN): Remove.
1575
1576 * doc/tm.texi: Document these changes.
1577
1578 2001-07-09 Diego Novillo <dnovillo@redhat.com>
1579
1580 * basic-block.h (tree_node): Forward declare if needed.
1581 (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
1582 (BLOCK_HEAD_TREE): Define.
1583 (BLOCK_END_TREE): Define.
1584 (struct loops): Rename field 'tree' to 'tree_root'.
1585 * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
1586 'end_tree'.
1587 (flow_loops_tree_build): Rename reference to field 'tree' to
1588 'tree_root'.
1589 (flow_loops_level_compute): Ditto.
1590 * predict.c (estimate_bb_frequencies): Ditto.
1591 * tree.h (struct tree_common): Add field 'aux'.
1592
1593 2001-07-09 Stan Shebs <shebs@apple.com>
1594
1595 * config/darwin.c (darwin_encode_section_info): Don't mark any
1596 DECL_EXTERNAL node as defined.
1597
1598 2001-07-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
1599
1600 * pa.c (pa_init_machine_status, pa_mark_machine_status,
1601 pa_free_machine_status, hppa_init_pic_save): Delete.
1602 (hppa_pic_save_rtx): New. Use get_hard_reg_initial_val.
1603 (hppa_profile_hook): Use hppa_pic_save_rtx.
1604 * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
1605 hppa_init_pic_save): Delete.
1606 (hppa_pic_save_rtx): Declare.
1607 * pa.md (call, call_value, sibcall, sibcall_value,
1608 builtin_setjmp_receiver): Use hppa_pic_save_rtx.
1609
1610 2001-07-09 Kazu Hirata <kazu@hxi.com>
1611
1612 * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
1613 * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
1614
1615 2001-07-09 Andreas Jaeger <aj@suse.de>
1616
1617 * output.h: Add declaration of final_forward_branch_p.
1618
1619 * config/i386/i386.c (output_fix_trunc): Remove unused variable.
1620
1621 * varray.c: Include errors.h for internal_error and trim_filename
1622 declarations.
1623
1624 * Makefile.in (varray.o): Add errors.h.
1625
1626 2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
1627
1628 * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
1629 * optabs.c (have_add2_insn): Check whether the add insn chosen
1630 really accepts the operands. (have_sub2_insn): Ditto for sub insn.
1631 * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
1632
1633 Mon Jul 9 13:26:40 2001 Jeffrey A Law (law@cygnus.com)
1634
1635 * Makefile.in (OBJS): Add ssa-ccp.o
1636 (ssa-ccp.o): Add dependencies.
1637 * toplev.c (DFI_ssa_ccp): New dump file enum.
1638 (dump_file): Add entry for dumping after SSA CCP.
1639 (flag_ssa_ccp): New flag variable.
1640 (f_options): Add -fssa-ccp.
1641 (rest_of_compilation): Run SSA CCP if requested.
1642 * timevar.def (TV_SSA_CCP): New timevar.
1643 * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
1644 * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
1645 Fix minor typo in SSA DCE documentation.
1646 * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
1647 Add documentation for new dump option. Renumber dump files
1648 appropriately.
1649
1650 Mon Jul 9 21:36:00 CEST 2001 Jan Hubicka <jh@suse.cz>
1651
1652 * emit-rtl.c (gen_highpart_mode): New.
1653 * rtl.h (gen_highpart_mode): Declare.
1654 * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
1655 operand can be VOIDmode constant.
1656
1657 Mon Jul 9 17:23:10 CEST 2001 Jan Hubicka <jh@suse.cz>
1658
1659 * flow.c (redirect_edge_and_branch_force): New.
1660 (can_fallthru): Ensure that basic blocks are succeeding.
1661 (try_optimize_cfg): Do not delete basic block if it is the last one.
1662
1663 * flow.c (try_redirect_by_replacing_jump): Do not remove
1664 jumps with side effects, unlink chain on fallthru edge;
1665 set block for new jump instruction; avoid basic block to
1666 over by line number note.
1667
1668 * flow.c (try_simplify_condjump): Verify that the condjump
1669 is not always falling trought.
1670
1671 Re-install patch:
1672 * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
1673
1674 * flow.c (forwarder_block_p): Fix for fallthru blocks.
1675 (try_redirect_by_replacing_jump): Update properly the count
1676 and frequency information.
1677
1678 Mon Jul 9 06:41:07 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1679
1680 * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
1681 address that is a LO_SUM specially.
1682 * explow.c (plus_constant_wide, case LO_SUM): Deleted.
1683
1684 * c-lang.c (start_cdtor): Remove extra parameter from start_function.
1685
1686 * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
1687 (operand_subword): Use them.
1688 (change_address_1): Renamed from change_address; new arg VALIDATE.
1689 * expr.h: Reflect above changes; change_address now macro.
1690 * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
1691 making MEM.
1692 * cselib.c (add_mem_for_addr): Likewise.
1693 * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
1694 * regmove.c (try_apply_stack_adjustment): Likewise.
1695 * reload.c (push_reload, make_memloc): Likewise.
1696 * reload1.c (eliminate_regs): Likewise.
1697 * simplify-rtx.c (simplify_replace_rtx): Likewise.
1698 * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
1699 adjust_addess.
1700 * combine.c (make_extraction, simplify_shift_const): Likewise.
1701 (gen_lowpart_for_combine): Likewise.
1702 * cse.c (gen_lowpart_if_possible): Likewise.
1703 * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
1704 * expr.c (expand_expr, case COMPONENT_REF): Likewise.
1705 * optabs.c (gen_move_insn): Likewise.
1706 * reload1.c (alter_reg): Likewise.
1707 * simplify-rtx.c (simplify_subreg): Likewise.
1708 * stmt.c (expand_anon_union_decl): Likewise.
1709 * recog.c (validate_replace_rtx_1): Likewise.
1710 (expr.h): Include.
1711 * Makefile.in (recog.o): Add $(EXPR_H).
1712 * explow.c (stabilize): Call replace_equiv_address.
1713 * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
1714 * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
1715
1716 2001-07-03 Andrew Haley <aph@redhat.com>
1717
1718 * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
1719 the mode of the memory location.
1720
1721 2001-07-09 Bo Thorsen <bo@suse.co.uk>
1722
1723 * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
1724
1725 2001-07-09 Neil Booth <neil@daikokuya.demon.co.uk>
1726
1727 * final.c (output_addr_const): Use target opening and
1728 closing parentheses.
1729 * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
1730 defaults, add to TARGET_ASM_OUT.
1731 * target.h (struct gcc_target): Add open_paren and close_paren.
1732 * doc/md.texi: Update.
1733 * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
1734 TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
1735 TARGET_ASM_CLOSE_PAREN.
1736 * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
1737 Override.
1738 * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
1739 Override.
1740 * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
1741 * config/a29k/a29k.h: Similarly.
1742 * config/alpha/alpha.h: Similarly.
1743 * config/arc/arc.h: Similarly.
1744 * config/arm/aof.h: Similarly.
1745 * config/arm/aout.h: Similarly.
1746 * config/avr/avr.h: Similarly.
1747 * config/c4x/c4x.h: Similarly.
1748 * config/clipper/clipper.h: Similarly.
1749 * config/convex/convex.h: Similarly.
1750 * config/d30v/d30v.h: Similarly.
1751 * config/dsp16xx/dsp16xx.h: Similarly.
1752 * config/elxsi/elxsi.h: Similarly.
1753 * config/fr30/fr30.h: Similarly.
1754 * config/h8300/h8300.h: Similarly.
1755 * config/i370/i370.h: Similarly.
1756 * config/i386/i386.h: Similarly.
1757 * config/i860/i860.h: Similarly.
1758 * config/i960/i960.h: Similarly.
1759 * config/ia64/ia64.h: Similarly.
1760 * config/m32r/m32r.h: Similarly.
1761 * config/m68hc11/m68hc11.h: Similarly.
1762 * config/m68k/m68k.h: Similarly.
1763 * config/m88k/m88k.h: Similarly.
1764 * config/mcore/mcore.h: Similarly.
1765 * config/mips/mips.h: Similarly.
1766 * config/mn10200/mn10200.h: Similarly.
1767 * config/mn10300/mn10300.h: Similarly.
1768 * config/ns32k/ns32k.h: Similarly.
1769 * config/pa/pa.h: Similarly.
1770 * config/pdp11/pdp11.h: Similarly.
1771 * config/pj/pj.h: Similarly.
1772 * config/romp/romp.h: Similarly.
1773 * config/rs6000/rs6000.h: Similarly.
1774 * config/sh/sh.h: Similarly.
1775 * config/sparc/sparc.h: Similarly.
1776 * config/v850/v850.h: Similarly.
1777 * config/vax/vax.h: Similarly.
1778 * config/we32k/we32k.h: Similarly.
1779
1780 2001-07-09 Joseph S. Myers <jsm28@cam.ac.uk>
1781
1782 * doc/c-tree.texi: Document representation of attributes.
1783
1784 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
1785
1786 * doc/tm.texi: Update some places for the rename of target to
1787 targetm. Fix typo.
1788
1789 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
1790
1791 * target.h (struct gcc_target): Add insert_attributes.
1792 * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
1793 (TARGET_INITIALIZER): Update.
1794 * tree.c, tree.h (default_insert_attributes): New function.
1795 Update comments on other default functions to refer to targetm,
1796 not target.
1797 * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
1798 TARGET_INSERT_ATTRIBUTES.
1799 (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
1800 * c-common.c (decl_attributes): Use targetm.insert_attributes.
1801 Don't use PRAGMA_INSERT_ATTRIBUTES.
1802 * Makefile.in (c-common.o): Depend on $(TARGET_H).
1803 * c-decl.c (start_decl, start_function): Don't call
1804 SET_DEFAULT_DECL_ATTRIBUTES.
1805 * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
1806 * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
1807 declare.
1808 * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
1809 (c4x_check_attribute): Avoid modifying attribute list itself.
1810 (c4x_set_default_attributes): Rename to c4x_insert_attributes.
1811 Make static.
1812 * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
1813 * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
1814 declare.
1815 * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
1816 (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
1817 Make static.
1818 * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
1819 * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
1820 declare.
1821 * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
1822 (v850_set_default_decl_attr): Rename to v850_insert_attributes.
1823 Adjust parameters. Make static.
1824
1825 2001-07-08 Joseph S. Myers <jsm28@cam.ac.uk>
1826
1827 * c-common.c (decl_attributes): Only take a single attributes
1828 parameter.
1829 * c-common.h (decl_attributes): Update prototype.
1830 * c-decl.c (start_decl, start_function): Only take a single
1831 attributes parameter. Update calls to decl_attributes.
1832 (finish_struct, finish_enum): Update calls to decl_attributes.
1833 (push_parm_decl): Expect unified list of attributes. Update call
1834 to decl_attributes.
1835 * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
1836 notype_nested_function, component_declarator,
1837 component_notype_declarator, label): Update calls to
1838 decl_attributes.
1839 (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
1840 lists that are passed to push_parm_decl.
1841 * c-tree.h (start_function, start_decl): Update prototypes.
1842 * config/sh/sh-protos.h, config/sh/sh.c
1843 (sh_pragma_insert_attributes): Only take a single attributes
1844 parameter.
1845 * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
1846 * doc/tm.texi (INSERT_ATTRIBUTES): Update.
1847 * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
1848 build_module_descriptor, generate_static_references,
1849 generate_strings, build_selector_translation_table,
1850 generate_descriptor_table, generate_protocols,
1851 generate_ivars_list, generate_dispatch_table,
1852 generate_protocol_list, generate_category,
1853 generate_shared_structures, really_start_method, add_objc_decls,
1854 generate_classref_translation_entry): Update calls to start_decl
1855 and start_function.
1856 (build_tmp_function_decl, start_method_def): Unify attribute lists
1857 that are passed to push_parm_decl.
1858
1859 2001-07-08 Neil Booth <neil@daikokuya.demon.co.uk>
1860
1861 * final.c (no_asm_to_stream): New.
1862 (final_scan_insn): Use target structures for prologue ends
1863 and epilogue starts.
1864 * output.h (no_asm_to_stream): New.
1865 * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
1866 TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
1867 (TARGET_ASM_OUT): Update.
1868 * target.h (struct gcc_target): New members function_end_prologue
1869 and function_begin_epilogue.
1870 * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
1871 * config/alpha/alpha-protos.h (output_end_prologue): Delete.
1872 * config/alpha/alpha.c (output_end_prologue): Rename to
1873 alpha_output_function_end_prologue. Use in target struct
1874 and make static.
1875 * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
1876 * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
1877 * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
1878 ia64_output_function_end_prologue. Use in target struct
1879 and make static.
1880 (ia64_function_prologue, ia64_funciton_epilogue): Rename
1881 mistyped prototypes.
1882 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
1883 * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
1884 Delete.
1885 * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
1886 an use in target struct, make static.
1887 * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
1888 Delete.
1889
1890 2001-07-08 Richard Henderson <rth@redhat.com>
1891
1892 * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
1893
1894 2001-07-08 Richard Henderson <rth@redhat.com>
1895
1896 * config/i386/i386.md: Remove constraints strings from define_split
1897 and define_peephole2 patterns.
1898 (eh_return_si, eh_return_di): Split eh_return_1 for modes.
1899 (eh_return): Use them.
1900
1901 2001-07-08 Richard Henderson <rth@redhat.com>
1902
1903 * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
1904 Document MD_FALLBACK_FRAME_STATE_FOR.
1905
1906 2001-07-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1907
1908 * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
1909 Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
1910 elimination.
1911 * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
1912
1913 2001-07-07 Nick Clifton <nickc@cambridge.redhat.com>
1914
1915 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
1916 of the label inside NAME as opposed to just the end of NAME.
1917
1918 2001-07-07 Neil Booth <neil@daikokuya.demon.co.uk>
1919
1920 * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
1921 * config/alpha/alpha.c (alpha_init_machine_status,
1922 alpha_mark_machine_status, alpha_free_machine_status): Delete.
1923 (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
1924 (vms_valid_decl_attribute_p): Make static, conditionally compile.
1925 * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
1926
1927 2001-07-06 Stan Shebs <shebs@apple.com>
1928
1929 * target.h (targetm): Rename global from "target", so as not to
1930 conflict with local variables.
1931 * c-decl.c: Ditto.
1932 * c-typeck.c: Ditto.
1933 * final.c: Ditto.
1934 * tree.c: Ditto.
1935 * cp/decl.c: Ditto.
1936 * cp/decl2.c: Ditto.
1937 * cp/typeck.c: Ditto.
1938 * 1750a/1750a.c: Ditto.
1939 * a29k/a29k.c: Ditto.
1940 * arc/arc.c: Ditto.
1941 * arm/arm.c: Ditto.
1942 * avr/avr.c: Ditto.
1943 * clipper/clipper.c: Ditto.
1944 * convex/convex.c: Ditto.
1945 * d30v/d30v.c: Ditto.
1946 * dsp16xx/dsp16xx.c: Ditto.
1947 * elxsi/elxsi.c: Ditto.
1948 * fr30/fr30.c: Ditto.
1949 * h8300/h8300.c: Ditto.
1950 * i370/i370.c: Ditto.
1951 * i386/i386.c: Ditto.
1952 * i860/i860.c: Ditto.
1953 * i960/i960.c: Ditto.
1954 * ia64/ia64.c: Ditto.
1955 * m32r/m32r.c: Ditto.
1956 * m68hc11/m68hc11.c: Ditto.
1957 * m68k/m68k.c: Ditto.
1958 * m88k/m88k.c: Ditto.
1959 * mips/mips.c: Ditto.
1960 * ns32k/ns32k.c: Ditto.
1961 * pa/pa.c: Ditto.
1962 * pdp11/pdp11.c: Ditto.
1963 * romp/romp.c: Ditto.
1964 * rs6000/rs6000.c: Ditto.
1965 * sh/sh.c: Ditto.
1966 * sparc/sparc.c: Ditto.
1967 * vax/vax.c: Ditto.
1968 * we32k/we32k.c: Ditto.
1969 * doc/tm.texi: Update the manual to match.
1970
1971 2001-07-06 Richard Henderson <rth@redhat.com>
1972
1973 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
1974 DWARF2_UNWIND_INFO not just whether it is defined.
1975
1976 2001-07-06 Diego Novillo <dnovillo@redhat.com>
1977
1978 * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
1979 call to simplify_binary_operation returns a new pattern.
1980
1981 2001-07-06 Roman Lechtchinsky <rl@cs.tu-berlin.de>
1982
1983 * glimits.h (__SHRT_MAX__): New.
1984 (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
1985 (SHRT_MAX): Define in terms of __SHRT_MAX__.
1986
1987 2001-07-06 Jan van Male <jan.vanmale@fenk.wau.nl>
1988
1989 * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
1990 avoid warnings.
1991
1992 2001-07-06 Richard Henderson <rth@redhat.com>
1993
1994 * bitmap.c (bitmap_release_memory): Move adjacent to the
1995 allocation functions.
1996 (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
1997 the implementation. Binary search for the set bit.
1998 (bitmap_union_of_diff): Allocate the temporary on the stack
1999 instead of using xmalloc.
2000
2001 2001-07-06 Richard Henderson <rth@redhat.com>
2002
2003 * genrecog.c (validate_pattern): Warn for constraints in
2004 define_{expand,split,peephole2}. Remove strict_low_part
2005 before looking up match_dup.
2006
2007 2001-07-06 DJ Delorie <dj@redhat.com>
2008
2009 * doc/gcc.texi (Makefile): Rename to be a more general purpose
2010 chapter about various build hints and history. Add section
2011 talking about the various types of native and cross builds.
2012
2013 2001-07-06 Neil Booth <neil@daikokuya.demon.co.uk>
2014
2015 * Makefile.in (final.o): Depend on target.h.
2016 * final.c: Include target.h.
2017 (default_function_pro_epilogue): New.
2018 (final_start_function): Use target structure for function prologues.
2019 (final_end_function): Use target structure for function epilogues.
2020 * fold-const.c (real_hex_to_f): Constify s and p.
2021 * output.h (default_function_pro_epilogue): New.
2022 * real.h (real_hex_to_f): Update prototype.
2023 * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
2024 TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
2025 (TARGET_INITIALIZER): Update.
2026 * target.h (gcc_target): Add struct asm_out.
2027 * doc/tm.texi: Update.
2028
2029 config:
2030 Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
2031 TARGET_ASM_FUNCTION_EPILOGUE. Move macro code to functions
2032 in cpu/cpu.c, or rename old functions consistently. Take
2033 a HOST_WIDE INT not an int as the SIZE parameter. Remove now
2034 redundant macros and prototypes. Make new functions static.
2035
2036 * 1750a/1750a.c: Similarly.
2037 * 1750a/1750a.h: Similarly.
2038 * a29k/a29k-protos.h: Similarly.
2039 * a29k/a29k.c: Similarly.
2040 * a29k/a29k.h: Similarly.
2041 * arc/arc-protos.h: Similarly.
2042 * arc/arc.c: Similarly.
2043 * arc/arc.h: Similarly.
2044 * arm/arm-protos.h: Similarly.
2045 * arm/arm.c: Similarly.
2046 * arm/arm.h: Similarly.
2047 * avr/avr-protos.h: Similarly.
2048 * avr/avr.c: Similarly.
2049 * avr/avr.h: Similarly.
2050 * clipper/clipper-protos.h: Similarly.
2051 * clipper/clipper.c: Similarly.
2052 * clipper/clipper.h: Similarly.
2053 * convex/convex.c: Similarly.
2054 * convex/convex.h: Similarly.
2055 * d30v/d30v-protos.h: Similarly.
2056 * d30v/d30v.c: Similarly.
2057 * d30v/d30v.h: Similarly.
2058 * d30v/d30v.md: Similarly.
2059 * dsp16xx/dsp16xx-protos.h: Similarly.
2060 * dsp16xx/dsp16xx.c: Similarly.
2061 * dsp16xx/dsp16xx.h: Similarly.
2062 * elxsi/elxsi.c: Similarly.
2063 * elxsi/elxsi.h: Similarly.
2064 * fr30/fr30.c: Similarly.
2065 * fr30/fr30.md: Similarly.
2066 * h8300/h8300-protos.h: Similarly.
2067 * h8300/h8300.c: Similarly.
2068 * h8300/h8300.h: Similarly.
2069 * i370/i370-protos.h: Similarly.
2070 * i370/i370.c: Similarly.
2071 * i370/i370.h: Similarly.
2072 * i386/i386.c: Similarly.
2073 * i386/osf1elf.h: Similarly.
2074 * i386/osfrose.h: Similarly.
2075 * i860/i860-protos.h: Similarly.
2076 * i860/i860.c: Similarly.
2077 * i860/i860.h: Similarly.
2078 * i960/i960-protos.h: Similarly.
2079 * i960/i960.c: Similarly.
2080 * i960/i960.h: Similarly.
2081 * ia64/ia64-protos.h: Similarly.
2082 * ia64/ia64.c: Similarly.
2083 * ia64/ia64.h: Similarly.
2084 * m32r/m32r-protos.h: Similarly.
2085 * m32r/m32r.c: Similarly.
2086 * m32r/m32r.h: Similarly.
2087 * m68hc11/m68hc11-protos.h: Similarly.
2088 * m68hc11/m68hc11.c: Similarly.
2089 * m68hc11/m68hc11.h: Similarly.
2090 * m68k/crds.h: Similarly.
2091 * m68k/dpx2.h: Similarly.
2092 * m68k/m68k-protos.h: Similarly.
2093 * m68k/m68k.c: Similarly.
2094 * m68k/m68k.h: Similarly.
2095 * m68k/news.h: Similarly.
2096 * m88k/m88k-protos.h: Similarly.
2097 * m88k/m88k.c: Similarly.
2098 * m88k/m88k.h: Similarly.
2099 * mips/mips-protos.h: Similarly.
2100 * mips/mips.c: Similarly.
2101 * mips/mips.h: Similarly.
2102 * ns32k/merlin.h: Similarly.
2103 * ns32k/ns32k.c: Similarly.
2104 * ns32k/ns32k.h: Similarly.
2105 * ns32k/tek6000.h: Similarly.
2106 * pa/pa-protos.h: Similarly.
2107 * pa/pa.c: Similarly.
2108 * pa/pa.h: Similarly.
2109 * pdp11/2bsd.h: Similarly.
2110 * pdp11/pdp11-protos.h: Similarly.
2111 * pdp11/pdp11.c: Similarly.
2112 * pdp11/pdp11.h: Similarly.
2113 * romp/romp-protos.h: Similarly.
2114 * romp/romp.c: Similarly.
2115 * romp/romp.h: Similarly.
2116 * rs6000/rs6000-protos.h: Similarly.
2117 * rs6000/rs6000.c: Similarly.
2118 * rs6000/rs6000.h: Similarly.
2119 * rs6000/sysv4.h: Similarly.
2120 * sh/sh-protos.h: Similarly.
2121 * sh/sh.c: Similarly.
2122 * sh/sh.h: Similarly.
2123 * sparc/sparc-protos.h: Similarly.
2124 * sparc/sparc.c: Similarly.
2125 * sparc/sparc.h: Similarly.
2126 * vax/vax.c: Similarly.
2127 * vax/vax.h: Similarly.
2128 * vax/vms.h: Similarly.
2129 * we32k/we32k.c: Similarly.
2130 * we32k/we32k.h: Similarly.
2131
2132 Fri Jul 6 11:47:59 2001 Jeffrey A Law (law@cygnus.com)
2133
2134 * basic-block.h (first_insn_after_basic_block_note): Declare.
2135 * flow.c (first_insn_after_basic_block_note): Define. Moved
2136 from...
2137 * ssa.c (first_insn_after_basic_block_note): Remove.
2138 * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
2139 necessary.
2140 (ssa_eliminate_dead_code): Properly update the CFG and PHI
2141 nodes when we find a dead conditional branch. Insert BARRIERs
2142 after any blocks with no successors, but which do not have
2143 any BARRIERs.
2144
2145 2001-07-06 Zack Weinberg <zackw@stanford.edu>
2146
2147 * varray.c (varray_check_failed): Use internal_error.
2148
2149 2001-07-05 Andrew Haley <aph@redhat.com>
2150
2151 * Makefile.in (LIB2_DIVMOD_FUNCS): New.
2152 (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
2153 * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
2154
2155 2001-07-02 Jason Merrill <jason_merrill@redhat.com>
2156
2157 * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
2158 reference if the target constant is also a SYMBOL_REF.
2159
2160 2001-07-05 Eric Christopher <echristo@redhat.com>
2161
2162 * config/mips/mips.h (MASK_MIPS3900): Remove.
2163 (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
2164 MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
2165 (TARGET_MIPS3900): Change to use mips_arch.
2166 (TARGET_MIPS4000): New.
2167 (TARGET_MIPS4100): New.
2168 (TARGET_MIPS4300): New.
2169 (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
2170 (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
2171 for -mipsX.
2172 (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
2173 (ISA_HAS_BRANCHLIKELY): To here.
2174 (CC1_CPU_SPEC): New.
2175 (CC1_SPEC): Use here. Remove 4650 and 3900 options.
2176 (mips_arch_string): Declare.
2177 (mips_arch): Declare.
2178 (TARGET_OPTIONS): Add -march and -mtune.
2179
2180 * config/mips/mips.c (mips_arch_string): New.
2181 (mips_arch): New.
2182 (override_options): Handle -march for codegen and -mtune
2183 for scheduling. Use mips_arch. Move tx39 target default here.
2184 (mips_parse_cpu): Move error message to override_options.
2185
2186 * config/mips/r3900.h (TARGET_DEFAULT): Remove.
2187
2188 * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
2189
2190 * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
2191 (MIPS Options): Ditto. Change mcpu entry to historical text.
2192
2193 2001-07-05 H.J. Lu (hjl@gnu.org)
2194
2195 * config/mips/mips.c (mips_parse_cpu): New function to parse
2196 -march=*/-mcpu=*.
2197
2198 2001-07-05 Jim Wilson <wilson@redhat.com>
2199
2200 * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
2201 * config/ia64/t-ia64: Likewise.
2202 (LIB1ASMFUNCS): Update comment.
2203
2204 2001-07-05 David Edelsohn <edelsohn@gnu.org>
2205
2206 * doc/install.texi (Install GCC: Binaries): Fix typo.
2207
2208 2001-07-04 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2209
2210 * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
2211 reference using the stack pointer, adjust it since we push Y
2212 temporarily.
2213 ("*ashrsi3"): Likewise.
2214 ("*lshrsi3"): Likewise.
2215
2216 2001-07-05 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2217
2218 * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
2219 when -fomit-frame-pointer is used.
2220
2221 2001-07-05 Jeffrey Oldham <oldham@codesourcery.com>
2222
2223 * flow.c: Reverse Jan Hubicka's patch of 02July2001.
2224 (try_redirect_by_replacing_jump): Reverse updating properly the
2225 count and frequency information. Reverse removing cc0 setter.
2226 (forwarder_block_p): Reverse fixing for fallthru blocks.
2227
2228 2001-07-05 DJ Delorie <dj@redhat.com>
2229
2230 * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
2231 (translate_options): If the above is defined, use it to map
2232 given options to new options.
2233 * doc/tm.texi: Document it.
2234
2235 2001-07-05 Brad Lucier <lucier@math.purdue.edu>
2236 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2237
2238 * doc/invoke.texi (Optimize Options): Document that -fgcse may
2239 cause programs using computed gotos to run more slowly.
2240
2241 2001-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2242
2243 * doc/install.texi (Specific): Markup, spelling and typo fixes.
2244 Fixed sorting.
2245 Consistently require binutils 2.11.2, not prereleases.
2246 (Specific, decstation-*): Canonicalize as mips-dec-*.
2247 (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
2248 always necessary.
2249 (Specific, m68k-altos): Removed reference to README.altos, deleted.
2250 (Specific, mips-*): Reword MIPS C compiler requirements.
2251 (Specific, powerpc*-*-*): New, mention --with-cpu once.
2252 (Specific, sunv5): Removed, obsolete.
2253
2254 2001-07-05 Nathan Sidwell <nathan@codesourcery.com>
2255
2256 * dwarf2out.c (output_loc_list): Use an all ones mask for
2257 .text asm output and don't rely on long long
2258 literals. Reformat some long lines.
2259
2260 2001-07-05 Andreas Jaeger <aj@suse.de>
2261
2262 * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
2263 section.
2264
2265 2001-07-04 Daniel Berlin <dan@cgsoftware.com>
2266
2267 * dwarf2out.c (dwarf2out_define): Update comment.
2268 (dwarf2out_undef): Ditto.
2269 (dwarf2out_start_source_file): Ditto.
2270 (dwarf2out_end_source_file): Ditto.
2271 (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
2272 since we never call the start/end debug hook for the primary file.
2273
2274 2001-07-04 Kazu Hirata <kazu@hxi.com>
2275
2276 * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
2277 from shll.
2278
2279 2001-07-04 Nathan Sidwell <nathan@codesourcery.com>
2280
2281 * cppinit.c (remove_dup_dirs): Inform if a system include
2282 directory is being reordered.
2283 * doc/invoke.texi (Directory Options): GCC warns if you hide a
2284 system include.
2285 * doc/cpp.texi (Search Paths): Likewise.
2286 * doc/gcc.texi (Interoperation): Remove information about
2287 -I/usr/include.
2288
2289 2001-07-04 Nathan Sidwell <nathan@codesourcery.com>
2290
2291 * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
2292 (VARRAY_TOP_CHAR_PTR): Likewise.
2293
2294 2001-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2295
2296 * gcc.c (process_command): Don't assign elements of a const char*.
2297
2298 Wed Jul 4 13:40:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2299
2300 * emit-rtl.c (change_address): Don't abort if invalid address while
2301 reload is in progress.
2302
2303 2001-07-04 Daniel Berlin <dan@cgsoftware.com>
2304
2305 * c-lex.c (cb_file_change): Pass line number to
2306 debug_start_source_file.
2307 (cb_undefine): Pass correct line number to debug_undef.
2308
2309 * toplev.c (debug_start_source_file): Add line number to
2310 parameters. Pass it along to dwarf2out_start_source_file.
2311 (decode_g_option): Stop resetting debug level back to normal when
2312 we change debug formats, unless the current level is
2313 none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
2314 3).
2315
2316 * toplev.h (debug_start_source_file): Add line number to
2317 parameters.
2318
2319 * dwarf2out.h (dwarf2out_start_source_file): Add line number to
2320 parameters.
2321
2322 * dwarf2out.c (dwarf2out_start_source_file): Add line number to
2323 parameters.
2324 Output debug_macinfo data for starting file if requested.
2325 (dwarf2out_end_source_file): Output debug_macinfo data for ending
2326 file if requested.
2327 (dwarf2out_define): Output debug_macinfo data for defining a macro
2328 if requested.
2329 (dwarf2out_undef): Output debug_macinfo data for undefining a
2330 macro if requested.
2331 (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
2332 (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
2333 (macinfo_section_label): New. DWARF2 macro info section label.
2334 (dwarf2out_init): If we want macro info, output the start label
2335 for the section.
2336 (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
2337 attribute to the compilation unit die pointing to the macro info.
2338
2339 2001-07-04 Daniel Berlin <dan@cgsoftware.com>
2340
2341 * dwarf2out.c (new_loc_list): Move to inside #ifdef
2342 DWARF2_DEBUGGING_INFO.
2343 (add_loc_descr_to_loc_list): Ditto.
2344 (output_loc_list): Ditto.
2345 Also, fix thinko in curr not being initialized.
2346 (gen_internal_sym): Ditto.
2347
2348 Wed Jul 4 13:40:02 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2349
2350 * emit-rtl.c (replace_equiv_address): New function.
2351 * expr.h (replace_equiv_address): New declaration.
2352 * explow.c (validize_mem): Call it instead of change_address and
2353 also call if -fforce-addr and address is constant.
2354 * expr.c: Replace more calls to change_address with adjust_address
2355 and/or replace_equiv_address or to validize_mem.
2356 * function.c, regmove.c, config/alpha/alpha.c: Likewise.
2357 * config/arm/arm.md, config/clipper/clipper.md: Likewise.
2358 * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
2359 * config/i370/i370.md, config/i860/i860.md: Likewise.
2360 * config/i960/i960.md, config/mips/mips.c: Likewise.
2361 * config/mips/mips.md, config/pa/pa.md: Likewise.
2362 * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
2363 * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
2364
2365 2001-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2366
2367 * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
2368
2369 * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
2370 function.
2371
2372 2001-07-04 Joseph S. Myers <jsm28@cam.ac.uk>
2373
2374 * doc/include: New directory.
2375 * doc/fdl.texi: Move to doc/include/fdl.texi.
2376 * doc/texinfo.tex: Move to doc/include/texinfo.tex.
2377 * doc/include/funding.texi, doc/include/gpl.texi: New files.
2378 * doc/gcc.texi: Use funding.texi and gpl.texi.
2379 * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
2380 $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
2381 Update dependencies and use -I $(docdir)/include.
2382
2383 2001-07-04 Anthony Green <green@redhat.com>
2384
2385 * config/v850/t-v850 (v850-c.o): Add missing dependencies.
2386
2387 2001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2388
2389 * doc/install.texi (sparc64-*-*): Remove garbage.
2390
2391 Wed Jul 4 09:07:44 2001 Jan van Male <jan.vanmale@fenk.wau.nl>
2392
2393 * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
2394 Fix typo in last change to use adjust_address.
2395
2396 2001-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2397
2398 * doc/install.texi (Specific): Update information for *-*-solaris*.
2399
2400 Tue Jul 3 22:33:15 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2401
2402 * explow.c (plus_constant_wide): Reinitialize Y for restart.
2403
2404 2001-07-03 Stan Shebs <shebs@apple.com>
2405
2406 * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
2407 case for flag_no_mach_text_sections.
2408 (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
2409 * config/darwin.c (flag_no_mach_text_sections): Remove.
2410 * config/darwin-protos.h (darwin_init_pragma): Remove decl.
2411
2412 Tue Jul 3 15:35:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2413
2414 * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
2415 and avoid checking for constant as first operand.
2416 * recog.c (find_constant_term_loc): No longer static.
2417 (adj_offettable_operand): Delete.
2418 * rtl.h (adj_offsettable_operand): Delete declaration.
2419 (find_constant_term): Add declaration.
2420 * caller-save.c: Replace calls to adj_offsettable_operand with calls
2421 to adjust_address.
2422 * config/arm/arm.c, config/c4x/c4x.c: Likewise.
2423 * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
2424 * config/i386/i386.c, config/i386/i386.md: Likewise.
2425 * config/i860/i860.c, config/i960/i960.c: Likewise.
2426 * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
2427 * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
2428 * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
2429 * config/mips/mips.c, config/mips/mips.md: Likewise.
2430 * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
2431 * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
2432 * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
2433 * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
2434 * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
2435 * config/ns32k/ns32k.md: Likewise.
2436
2437 2001-07-03 Zack Weinberg <zackw@stanford.edu>
2438
2439 * rtl.c (copy_rtx): Handle 'T' format letter.
2440 * gensupport.c (collect_insn_data): Likewise.
2441 * print-rtl.c (print_rtx): Print 'T' slots like 's'.
2442
2443 2001-07-03 Nick Clifton <nickc@cambridge.redhat.com>
2444
2445 * doc/invoke.texi (Directory Options): Specifiy range for <N> in
2446 -B option. Use 'dir' not 'foo' as example directory name.
2447
2448 2001-07-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2449
2450 * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
2451 Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
2452
2453 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
2454
2455 * doc/cppinternals.texi: Improve formatting and logical markup.
2456
2457 2001-07-03 Andreas Jaeger <aj@suse.de>
2458
2459 * Makefile.in (insn-recog.o): Add dependency on reload.h.
2460
2461 * genrecog.c (write_header): Include reload.h for prototypes in
2462 insn-recog.c.
2463
2464 2001-07-03 Neil Booth <neil@daikokuya.demon.co.uk>
2465
2466 config:
2467 * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
2468 VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
2469 * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
2470 i386_pe_valid_type_attribute_p): Add.
2471 * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
2472 * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
2473
2474 Mon Jul 2 21:52:19 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2475
2476 * explow.c (plus_constant_wide, case LO_SUM): New case.
2477 (plus_constant_for_output_wide): Delete.
2478 * rtl.h (plus_constant_for_output): Delete.
2479 * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
2480 instead of plus_constant_for_output.
2481 * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
2482 * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
2483 * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
2484 * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
2485 * config/sparc/sparc.md: Likewise.
2486 Convert some change_address calls to adjust_address.
2487
2488 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
2489
2490 * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
2491 doc/rtl.texi, doc/tm.texi: Improve formatting. Improve
2492 documentation of -std and -Wwrite-strings.
2493
2494 2001-07-02 Geoffrey Keating <geoffk@redhat.com>
2495
2496 * cse.c (canon_hash): Don't register registers in very small
2497 register classes, as extending their lifetime might cause
2498 reload to fail.
2499
2500 Mon Jul 2 23:14:00 CEST 2001 Jan Hubicka <jh@suse.cz>
2501
2502 * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
2503
2504 * flow.c (forwarder_block_p): Fix for fallthru blocks.
2505 (try_redirect_by_replacing_jump): Update properly the count
2506 and frequency information.
2507
2508 Mon Jul 2 14:20:13 2001 Jeffrey A Law (law@cygnus.com)
2509
2510 * toplev.c (dump_file_index): Move SSA dumps just after first
2511 jump dump.
2512 (dump_file): Corresponding changes.
2513 (rest_of_compilation): Move SSA path to just after the first
2514 jump pass.
2515 * doc/gcc.texi (Passes): Update due to movement of SSA path.
2516 * doc/invoke.texi: Update dump file #s as they were completely
2517 out of date with reality.
2518
2519 2001-07-02 Geoffrey Keating <geoffk@redhat.com>
2520
2521 * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
2522
2523 * expr.c (emit_move_insn_1): Deal with non-default
2524 STACK_PUSH_CODE.
2525
2526 * expr.c (emit_single_push_insn): Fix warning.
2527
2528 2001-07-02 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
2529
2530 * expr.c (emit_move_insn_1): Avoid modifying
2531 cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
2532
2533 Mon Jul 2 15:33:31 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2534
2535 * emit-rtl.c (adjust_address): New function.
2536 * expr.h (adjust_address): Add declaration.
2537 * builtins.c: Replace some calls to change_address with calls to it
2538 or to validize_mem.
2539 * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
2540 * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
2541 * config/arm/arm.c, config/convex/convex.c: Likewise.
2542 * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
2543 * config/i386/i386.c, config/i386/i386.md: Likewise.
2544 * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
2545 * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
2546 * config/m88k/m88k.c, config/mips/mips.md: Likewise.
2547 * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
2548 * config/sh/sh.c, config/sparc/sparc.md: Likewise.
2549
2550 2001-07-02 Jim Wilson <wilson@redhat.com>
2551
2552 * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
2553
2554 2001-07-02 Steve Ellcey <sje@cup.hp.com>
2555
2556 * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
2557 * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
2558
2559 2001-07-02 Zack Weinberg <zackw@stanford.edu>
2560
2561 * cppinit.c (lang_defaults): New table.
2562 (set_lang): Just read from lang_defaults into the live options
2563 structure.
2564
2565 2001-07-02 Zack Weinberg <zackw@stanford.edu>
2566
2567 * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
2568 * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
2569 * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
2570
2571 2001-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2572
2573 * doc/install.texi: Various spelling and markup fixes.
2574 (Installing GCC): Component specific installation instructions are
2575 gone.
2576 Fix reference.
2577 Warn about removing old install dir in the presence of shared libs.
2578 (Configuration): Invoke with options target to match configure
2579 --help.
2580 Consistently refer to gas, gld pathnames.
2581 Invert --enable-multilib documentation.
2582 Remove references to old compiler versions.
2583
2584 Mon Jul 2 12:50:51 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2585
2586 * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
2587
2588 2001-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2589
2590 * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
2591 section.
2592 (Specific, mips*-sgi-irix5): Note IDO download.
2593 Reworded MIPS C hints.
2594 Use GNU as instead of GAS.
2595 Markup fixes.
2596 Removed SGI Freeware reference, IRIX 6 only.
2597 (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
2598 Note N64 library requirement/workaround.
2599 Update O32 hints.
2600 Complete list of structure passing bug victims.
2601
2602 2001-07-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2603
2604 * doc/install.texi: Remove CVS Id.
2605
2606 2001-07-02 Andreas Jaeger <aj@suse.de>
2607
2608 * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
2609 (find_inherently_necessary): Remove unused variable.
2610
2611 2001-07-02 Nathan Sidwell <nathan@codesourcery.com>
2612
2613 * c-common.h (TDI_inlined): New ast dump phase.
2614 (dump_flag_name): New function.
2615 * c-dump.c (dump_files): Add inlined phase.
2616 (dump_flag_name): Define.
2617 * doc/invoke.texi (-fdump-ast-inlined): Document.
2618
2619 Mon Jul 2 06:29:36 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2620
2621 * stor-layout.c (layout_decl): Revert change to handling of alignment
2622 in packed types.
2623
2624 Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2625
2626 * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
2627 for FIELD_DECL.
2628
2629 2001-07-01 Geoffrey Keating <geoffk@redhat.com>
2630
2631 * doc/tm.texi (FUNCTION_ARG): Document that the last call
2632 is special.
2633
2634 2001-07-01 Nathan Sidwell <nathan@codesourcery.com>
2635
2636 * tlink.c (recompile_files): Remove COMPILER_PATH and
2637 LIBRARY_PATH from the environment.
2638
2639 2001-07-01 Zack Weinberg <zackw@stanford.edu>
2640
2641 * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
2642 RID_LAST_PQ. Move RID_FIRST_PQ down with the other FIRST/LAST
2643 enumerators.
2644 (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
2645
2646 * c-parse.in (OBJC_STRING): Kill.
2647 (objc_string): Decompose to [objc_string] '@' STRING.
2648 (reswords): Take the leading '@' off all the Objective C keywords.
2649 (objc_rid_sans_at): Kill.
2650 (init_reswords): Don't initialize it.
2651 (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
2652 (_yylex): Kill reconsider label. Look ahead one token after
2653 an '@'; if we get an identifier, check whether it's an
2654 Objective C @-keyword. If so, return the keyword. Otherwise,
2655 put back the token and return the '@' as a terminal.
2656
2657 * cpplib.c (lex_macro_node): Remove unnecessary check for
2658 leading '@' on identifier. Clarify control flow and commentary.
2659
2660 Sun Jul 1 11:53:52 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2661
2662 * cse.c (new_label_ref): Variable deleted.
2663 (insert): Remove set of new_label_ref.
2664 (check_for_label_ref): New function.
2665 (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
2666
2667 See ChangeLog.5 for earlier changes.
This page took 0.160353 seconds and 5 git commands to generate.