]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
install.texi (Binaries): Add Sinix/Reliant Unix.
[gcc.git] / gcc / ChangeLog
1 2002-06-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2
3 * doc/install.texi (Binaries): Add Sinix/Reliant Unix. Move
4 Hitachi entry. Make punctuation more consistent.
5
6 2002-06-27 Matt Kraai <kraai@alumni.cmu.edu>
7
8 * doc/install.texi: Change ` bit' to `-bit'.
9 * doc/md.texi: Change `-bits' to `-bit'.
10 * doc/tm.texi: Change `-bits' to ` bits'.
11
12 2002-06-27 Daniel Berlin <dberlin@dberlin.org>
13
14 * gcse.c (hoist_code): Rewrite to only get list of dominated
15 blocks once per BB. Also fix reversed test (by removing need for
16 the test at all).
17
18 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
19
20 * cpphash.h (_cpp_set_trad_context): Remove.
21 * cpplib.c (prepare_directive_trad): Do nothing for #define.
22 (cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
23 * cpptrad.c: Update comments.
24 (_cpp_read_logical_line_trad): Let scan_logical_line handle
25 updating the current context.
26 (scan_logical_line): Update the current context.
27 (_cpp_create_trad_definition): Similarly.
28 (_cpp_set_trad_context): Remove.
29
30 2002-06-27 Neil Booth <neil@daikokuya.co.uk>
31
32 PR preprocessor/7070
33 * c-lex.c (cb_def_pragma): Don't try to spell CPP_EOF.
34
35 2002-06-26 Bob Wilson <bob.wilson@acm.org>
36
37 * config/xtensa/xtensa-protos.h (xtensa_return_addr): Declare.
38 config/xtensa/xtensa.c (xtensa_return_addr): New function.
39 config/xtensa/xtensa.h (RETURN_ADDR_RTX): Use xtensa_return_addr.
40 config/xtensa/xtensa.md (fix_return_addr): New pattern.
41
42 2002-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
43
44 * mips.c (coprocessor_operand, coprocessor2_operand,
45 symbolic_operand): Move prototypes from here...
46 * mips-protos.h (coprocessor_operand, coprocessor2_operand,
47 symbolic_operand): ...to here.
48
49 Wed Jun 26 16:32:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
50
51 * config/sh/crt1.asm: remove _stack label definition
52 and sentinel value.
53
54 2002-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
55
56 * varasm.c: Include real.h before output.h.
57
58 2002-06-26 Aldy Hernandez <aldyh@redhat.com>
59
60 * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Revert change to
61 check for TARGET_ALTIVEC.
62
63 2002-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
64
65 * config.gcc (vax-*-vms*): Make obselete.
66
67 2002-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
68
69 * gcc.c (warn_std): Delete.
70
71 2002-06-25 Loren J. Rittle <ljrittle@acm.org>
72
73 * doc/extend.texi: Fix formatting of last checkin.
74
75 2002-06-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
76
77 * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
78 underscore from __IEEE_FP and __IEEE_FP_INEXACT.
79
80 2002-06-25 Aldy Hernandez <aldyh@redhat.com>
81
82 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
83 discrepancies from motorola's documentation.
84
85 Tue Jun 25 21:51:13 2002 J"orn Rennecke <joern.rennecke@superh.com>
86
87 * optabs.c (expand_vector_binop, expand_vector_unop): Don't assume
88 GET_MODE_UNIT_SIZE (mode) == UNITS_PER_WORD.
89
90 * config/sh/lib1funcs.asm (udivdi3): Make first divide step
91 produce a 32 bit result before normalization, then normalize with a
92 left shift. Compute approximative error of 2nd reciprocal
93 approximation in 2's complement. Fix mask generation from upper
94 longword of second divide stage result.
95 For large divisor, fix shift count used to truncate first stage
96 divide result; make decision if to adjust upwards based on comparison
97 of higher parts of normalized values.
98 (udivdi): Likewise. Undo normalization of result for large divisor
99 case.
100
101 2002-06-25 David S. Miller <davem@redhat.com>
102
103 * config/sparc/sparc.md: Change \\{t,n} to \{t,n}.
104
105 2002-06-25 Neil Booth <neil@daikokuya.co.uk>
106
107 * cpplib.c (do_include_common): Revert to correct line number
108 if -traditional.
109 * cpptrad.c (scan_out_logical_line): Treat null directive as
110 white space. Invlidate MI optimization for non-whitespace
111 text outside a directive.
112
113 2002-06-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
114
115 * Makefile.in (SHELL): Set to @SHELL@.
116 * fixinc/Makefile.in (SHELL): Likewise.
117
118 * mips.md (fixuns_truncdfsi2, fixuns_truncdfdi2,
119 fixuns_truncsfsi2, fixuns_truncsfdi2): Avoid automatic aggregate
120 initialization.
121
122 2002-06-24 Jeff Law <law@redhat.com>
123
124 * flow.c (propagate_one_insn): When removing an insn
125 with a REG_LIBCALL note but not the entire libcall sequence,
126 delete the associated REG_RETVAL note.
127
128 Mon Jun 24 21:05:09 2002 J"orn Rennecke <joern.rennecke@superh.com>
129
130 * lib1funcs.asm (sdivsi3): Add optimized SH64 implementations.
131 (udivsi3): Likewise. Rewrite SH1 implementation.
132 (udivdi3, divdi3, umoddi3, moddi3): New SHmedia functions.
133 * sh.md (R20_REG, R21_REG, R22_REG, R23_REG, FR23_REG): New constants.
134 (udivsi3_i1_media, divsi3_i1_media): Fix clobber list.
135 * config/sh/t-sh64 (LIB1ASMFUNCS): (_udivdi3, _divdi3, _umoddi3): Add.
136 (_moddi3): Likewise.
137
138 * lib1funcs.asm (ic_invalidate): Add data cache line writeback.
139
140 * sh.h (FUNCTION_ARG_ADVANCE): Take SHCOMPACT_FORCE_ON_STACK
141 arguments into account for stack_regs.
142
143 2002-06-24 Matt Kraai <kraai@alumni.cmu.edu>
144
145 * doc/extend.texi: Change `@dots{}' to `/* @r{@dots{}} */'
146 in examples.
147
148 2002-06-24 Art Haas <ahaas@neosoft.com>
149
150 * doc/extend.texi (Other Builtins): Change `...' to `@dots{}'.
151 * doc/tm.texi (Frame Layout): Likewise.
152
153 2002-06-20 Steve Ellcey <sje@cup.hp.com>
154 * gcc/config.gcc (ia64*-*-hpux*): Set use_collect2 to no.
155 Set float_format to i128.
156
157 2002-06-24 David S. Miller <davem@redhat.com>
158
159 * config/sparc/sparc.c (INIT_TARGET_OPTABS): If ARCH64, set the
160 32-bit ABI libfuncs to NULL.
161
162 * config/sparc/sparc.md: Use define_insn_and_split. Use braced
163 strings instead of quoted strings for code blocks.
164
165 * expmed.c (expand_divmod): Do not set optab1/optab2 to the shift
166 optabs if op1 is const0_rtx.
167
168 * Makefile.in (GTFILES): Add basic-block.h
169 * basic-block.h (label_value_list, tail_recursion_label_list):
170 Mark with GTY.
171
172 2002-06-24 Neil Booth <neil@daikokuya.co.uk>
173
174 * cpptrad.c (scan_out_logical_line): Check recursing only when
175 we know we have a macro invocation in the function-like case.
176 Only call _cpp_handle_directive if we know we have a good
177 directive, or we want to reject a bad directive.
178
179 2002-06-24 Alan Modra <amodra@bigpond.net.au>
180
181 * doloop.c (doloop_valid_p): Correct comment.
182 (doloop_modify_runtime <abs_inc != 1>): Simplify.
183 (doloop_modify_runtime <do-while>): Don't emit code when NE.
184
185 Thu Jun 20 00:26:53 2002 Denis Chertykov <denisc@overta.ru>
186
187 * config.gcc: Add support for ip2k.
188
189 2002-06-23 Jan Hubicka <jh@suse.cz>
190 Jeff Law <law@redhat.com>
191
192 * function.h (struct emit_status): Clarify potential contents
193 of regno_reg_rtx array.
194 * integrate.c (copy_rtx_and_substitute): Update comments. Make
195 sure entry in regno_reg_rtx is a REG before checking REG_POINTER.
196
197 * reg-stack.c (convert_regs_exit): Push the registers to stack in
198 proper order.
199
200 2002-06-22 Ulrich Weigand <uweigand@de.ibm.com>
201
202 PR middle-end/6963
203 * function.c (assign_stack_temp_for_type): Do not return
204 the same MEM rtx for multiple uses of a stack slot.
205
206 2002-06-22 David S. Miller <davem@redhat.com>
207
208 PR target/6841 target/6770 target/6719
209 * config/sparc/sparc.h (PREFERRED_RELOAD_CLASS): Return
210 NO_REGS for constant X when CLASS is GENERAL_OR_FP_REGS or
211 GENERAL_OR_EXTRA_FP_REGS.
212
213 2002-06-22 Neil Booth <neil@daikokuya.co.uk>
214
215 * cpptrad.c (struct fun_macro): Add line number.
216 (scan_out_logical_line): Set it, and use it to report unterminated
217 macro invocations.
218
219 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
220
221 * genautomata.c (copy_node, VLA_PTR_CREATE, VLA_PTR_EXPAND,
222 VLA_PTR_ADD, VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD,
223 DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON, DECL_EXCL, DECL_PRESENCE,
224 DECL_ABSENCE, DECL_RESERV, DECL_INSN_RESERV, REGEXP_UNIT,
225 REGEXP_RESERV, REGEXP_SEQUENCE, REGEXP_REPEAT, REGEXP_ALLOF,
226 REGEXP_ONEOF, check_name): Const-ify.
227
228 2002-06-21 Matt Thomas <matt@3am-software.com>
229
230 * config/vax/vax.c (vax_output_function_prologue): Use
231 REGISTER_PREFIX. Fix some indentation.
232 * config/vax/vax.h (FUNCTION_PROFILER): Use reg_names[].
233 (VAX_ISTREAM_SYNC): Define.
234 (INITIALIZE_TRAMPOLINE): Use VAX_ISTREAM_SYNC. Move the
235 i-stream sync to the end.
236 (REGISTER_PREFIX): Define as "".
237 (ASM_OUTPUT_MI_THUNK): Use REGISTER_PREFIX.
238
239 2002-06-21 Jason Thorpe <thorpej@wasabisystems.com>
240
241 * config.gcc (ns32k-*-netbsd*): Remove from list of obsolete
242 configurations.
243
244 2002-06-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
245
246 * tree.c (tree_node_kind, tree_node_counts, tree_node_sizes,
247 tree_node_kind_names): Wrap in GATHER_STATISTICS macro.
248
249 2002-06-21 Matt Thomas <matt@3am-software.com>
250
251 * config/vax/netbsd.h: Adjust a comment.
252 (TARGET_DEFAULT): Redefine as 0.
253
254 2002-06-21 Richard Henderson <rth@redhat.com>
255
256 * bb-reorder.c (make_reorder_chain_1): Search harder for the
257 vax casesi fallthru edge.
258 * cfglayout.c (cleanup_unconditional_jumps): Use
259 redirect_edge_succ_nodup. Do not delete ADDR_VEC insns as dead.
260 * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection
261 block after ADDR_VEC.
262
263 2002-06-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
264
265 * config/sparc/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
266
267 2002-06-21 Neil Booth <neil@daikokuya.co.uk>
268
269 * cpperror.c (cpp_error): For traditional CPP, default to
270 diagnostics on pfile->line.
271 * cpplib.c (prepare_directive_trad): Set line number for
272 diagnostics for #define too.
273 * cpptrad.c (skip_whitespace): Skip comments properly.
274 (_cpp_expansions_different_trad): Initialize quote2.
275
276 2002-06-21 Hans-Peter Nilsson <hp@bitrange.com>
277
278 * config/mmix/mmix.md: Change GNU CC to GCC in file header comment.
279 * config/mmix/mmix.h: Ditto.
280 * config/mmix/mmix-protos.h: Ditto.
281 * config/mmix/mmix.c: Ditto. Fix typo in comment.
282 * config/mmix/mmix-modes.def: Change GNU CC to GCC in file header
283 comment. Comment extra CC modes.
284
285 2002-06-20 Jan Hubicka <jh@suse.cz>
286
287 * cfglayout.c (scope_to_insns_initialize): Call set_block_levels.
288 (scope_to_insns_finalize): Do not call set_block_levels; handle
289 sequences.
290 (choose_inner_scope): New.
291 * rtl.h (choose_inner_scope): Declare.
292
293 2002-06-20 John David Anglin <dave@hiauly1.hia.nrc.ca>
294
295 * pa-protos.h (pa_asm_output_mi_thunk): Change third argument to
296 HOST_WIDE_INT.
297 * pa.c (pa_asm_output_mi_thunk): Likewise.
298 (n_deferred_plabels): Change type to size_t.
299 (output_deferred_plabels, output_call): Use size_t instead of int.
300
301 2002-06-20 Richard Henderson <rth@redhat.com>
302
303 PR target/4041
304 * config/m68k/m68k.md (zero_extendsidi2): Create expander; duplicate
305 pattern and adjust constraints for coldfire.
306
307 2002-06-20 Richard Henderson <rth@redhat.com>
308
309 * explow.c (probe_stack_range): Use gen_rtx_fmt_ee.
310
311 2002-06-20 Chris Demetriou <cgd@broadcom.com>
312
313 * config.gcc (mipsisa64-*-elf*, mipsisa64el-*-elf*): New targets.
314
315 2002-06-20 Chris Demetriou <cgd@broadcom.com>
316
317 * config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.
318
319 2002-06-20 Stan Shebs <shebs@apple.com>
320
321 * dominance.c: Include errors.h instead of error.h.
322
323 2002-06-20 Neil Booth <neil@daikokuya.co.uk>
324
325 * cppexp.c (cpp_interpret_integer): Don't force traditional
326 numbers to be unsigned.
327 * cpplib.c (prepare_directive_trad): Set line number for
328 diagnostics.
329 * cpptrad.c (scan_out_logical_line): Continue scanning out
330 at start of buffer.
331 * gcc.c (trad_capable_cpp): Use cc1 always.
332
333 2002-06-20 Jeffrey Law <law@redhat.com>
334
335 * i386.h (TARGET_DEFAULT): Do not turn on frame pointer
336 elimination in leaf functions by default yet.
337
338 2002-06-20 Richard Sandiford <rsandifo@redhat.com>
339
340 * combine.c (make_extraction): Reapply to the argument of an ASHIFT.
341
342 2002-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
343
344 * config/sparc/t-crtfm (crtfastmath.o): Prefix with $(T) for
345 multilibs.
346 * config/sparc/t-sol2-64 (EXTRA_MULTILIB_PARTS): Add crtfastmath.o.
347 Fixes PR other/6836.
348
349 Thu Jun 20 19:42:21 CEST 2002 Jan Hubicka <jh@suse.cz>
350 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
351
352 Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>
353
354 * basic-block.h: Do not include et-forest.h
355 (dominance_info): Declare as struct dominance-info.
356 * cfglayout.c (cleanup_unconditional_jumps): Remove the edge before
357 deleting block.
358 * dominance.c (struct dominance_info): Define.
359 (BB_NODE, SET_BB_NODE): New macros.
360 (bb_hash_func, bb_eq_func): Kill.
361 (calculate_dominace_info, free_dominacne_info, set_immediate_dominator,
362 nearest_common_dominator, dominated_by_p, recount_dominator,
363 add_to_dominance_info, delete_from_dominance_info): update for new
364 representation.
365 (get_dominated_by, redirect_immediate_dominators): Rewrite using
366 enumerate_sons.
367 * ifcvt.c (process_double_test_block, merge_if_block, find_cond_trap,
368 find_if_case_1, find_if_case_2): Remove killed blocks from dominance
369 structure.
370
371 * et-forest.h: Update copyright; revamp all function to operate on
372 nodes
373 (et_forest_value): Kill.
374 (et_forest_enumerate_sons, et_forest_node_value): New.
375 * et-forest.c: Update copyright.
376 * et-forest.h: Update copyright; revamp all function to operate on
377 nodes
378 (et_forest_value): Kill.
379 (et_forest_enumerate_sons, et_forest_node_value): New.
380
381 Thu Jun 6 22:43:43 CEST 2002 Jan Hubicka <jh@suse.cz>
382
383 * basic-block.h: Inlude et-forest.h
384 (basic_block_def): Kill dominator.
385 (dominance_info): New type.
386 (loops): Use dominace_info.
387 (dominace handling functions): Take dominace_info as argument
388 instead of bitmaps.
389 (create_preheader): Likewise.
390 * cfg.c (entry_exit_blocks): Kill dominator.
391 (dump_flow_info): Do not dump dominators.
392 * cfglayout.c (cleanup_unconditonal_jumps): Delete deleted block from
393 dominators.
394 * cfgloop.c (flow_pre_header_find): Use dominacne_info.
395 (flow_loops_pre_header_scan, make_forwarder_block,
396 canonicale_loop_headers, flow_loops_find): Likewise.
397 * dominance.c: Include error.h
398 (idoms_to_doms): Kill.
399 (bb_hash_func, bb_eq_func): New static functions.
400 (debug_dominace_info): New global function.
401 (calculate_dominance_info): Use new et forest structure.
402 (free_dominace_info, get_immediate_dominator, set_immediate_dominator,
403 get_dominated_by, redirect_immediate_dominators,
404 nearest_common_dominator, dominated_by_p, verify_dominators,
405 recount_dominator, iterate_fix_dominators, add_to_dominace_info,
406 delete_from_dominance_info): New global functions.
407 * gcse.c (domnators): CHange to dominance_info.
408 (alloc_hoist_mem): Do not alloc dominators
409 (free_code_hoist_mem): Use free_dominance_info.
410 (compute_code_hoist_data): Use dominance_info.
411 (hoist_code): Likewise.
412 * ifcvt.c (post_dominators): Likewise.
413 (find_if_case_2, if_convert): Likewise.
414 * predict.c (process_note_predictions, process_note_prediction,
415 estimate-probability): Likewise.
416 * sched-rgn.c (find_rgns, init_regions): Likewise.
417 * ssa-dce.c (find_all_control_dependences, fint_control_depemndence,
418 find_pdom, delete_insn_bb, ssa_eliminate_dead_code): Likewise.
419 * ssa.c (compute_dominance_frontiers_1, rename_block, rename_registers,
420 find_evaluations, convert_to_ssa): Likewise.
421 * ssa.h (compute_dominance_frontiers): Likewise.
422
423 Thu Jun 6 22:57:34 CEST 2002 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
424
425 * Makefile.in (et-forest.c): Add.
426 * et-forest.c: New file.
427 * at-forest.h: New file.
428
429 2002-06-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
430
431 * c-decl.c (c_decode_option): Use ARRAY_SIZE in lieu of explicit
432 array size calculation.
433 * gengtype.c (NUM_BASE_FILES, create_file, write_gc_root):
434 Likewise.
435
436 * diagnostic.c (diagnostic_kind_text): Const-ify.
437 * gengtype.c (lang_names): Likewise.
438
439 Thu Jun 20 17:25:29 CEST 2002 JAn HUbicka <jh@suse.cz>
440
441 * combine.c (subst): Be prepared for simplify_subreg to return VOIDmode.
442
443 2002-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
444
445 * config/sol2.h: New file.
446 * config.gcc (i?86-*-solaris2*): Include it before i386/sol2.h.
447 (sparc64-wrs-vxworks*): Include it before sparc/sol2.h.
448 (sparc-*-chorusos*): Likewise.
449 (sparc-*-elf*): Likewise.
450 (sparc-*-rtems*, sparc-*-rtemself*): Likewise.
451 (sparc64-*-solaris2*, sparcv9-*-solaris2*): Likewise.
452 (sparc-hal-solaris2*): Likewise.
453 (sparc-*-solaris2*): Likewise.
454 (sparclite-*-elf*): Likewise.
455 (sparc86x-*-elf*): Likewise.
456 (sparc64-*-elf*): Likewise.
457
458 * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Moved to
459 config/sol2.h.
460 (ASM_SPEC): Override config/sol2.h version for now.
461 Removed obsolete GAS_REJECTS_MINUS_S variant.
462 (WINT_TYPE, WINT_TYPE_SIZE): Moved to config/sol2.h.
463 (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
464 (TARGET_OS_CPP_BUILTINS): Likewise.
465 Assert system=unix.
466 (CPP_SPEC): Simplified using new CPP_SUBTARGET_SPEC.
467 (LIB_SPEC, ENDFILE_SPEC, STARTFILE_SPEC, LINK_SPEC): Moved to
468 config/sol2.h.
469 (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
470 (ASM_CPU_SPEC): Define.
471 (SUBTARGET_EXTRA_SPECS): Define.
472
473 * config/sparc/sol2-bi.h (LONG_DOUBLE_TYPE_SIZE): Removed, already
474 in config/sparc/sol2.h.
475 (ASM_SPEC): Moved to config/sol2.h.
476 (CPP_CPU_SPEC): Simplified.
477 (STARTFILE_SPEC32): Likewise, renamed to STARTFILE_ARCH32_SPEC for
478 consistency.
479 (STARTFILE_SPEC64): Renamed to STARTFILE_ARCH64_SPEC.
480 (STARTFILE_ARCH_SPEC): Use new names STARTFILE_ARCH32_SPEC,
481 STARTFILE_ARCH64_SPEC.
482 (STARTFILE_SPEC): Moved to config/sol2.h
483 (SUBTARGET_EXTRA_SPECS): Add startfile_arch.
484 (LINK_ARCH32_SPEC): Moved to config/sol2.h.
485 (LINK_ARCH64_SPEC): Simplified.
486 (LINK_ARCH_SPEC): Redefined config/sol2.h version for 64-bit support.
487 (LINK_SPEC): Moved to config/sol2.h
488
489 * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Moved to
490 config/sol2.h.
491 Use BITS_PER_WORD for size.
492 (WINT_TYPE, WINT_TYPE_SIZE): Likewise.
493 (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
494 (CPP_PREDEFINES): Removed OS-specific part handled by
495 TARGET_OS_CPP_BUILTINS.
496 (CPP_SUBTARGET_SPEC): Moved to config/sol2.h.
497 (CPLUSPLUS_CPP_SPEC): Removed, handled by TARGET_OS_CPP_BUILTINS.
498 (ASM_SPEC): Moved to config/sol2.h.
499 (PREFERRED_DEBUGGING_TYPE): Likewise.
500 (STARTFILE_SPEC, LIB_SPEC, LINK_SPEC): Likewise.
501 (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
502 (TARGET_DEFAULT): Reordered to match config/sparc/sol2-bi.h version.
503 (TRANSFER_FROM_TRAMPOLINE): Moved to config/sol2.h
504
505 * config.gcc (i?86-*-solaris2*): Removed obsolete gas support.
506 * config/i386/sol2gas.h: Removed.
507
508 Thu Jun 20 12:14:01 CEST 2002 Jan Hubicka <jh@suse.cz>
509
510 * i386.md (xorqi_1_slp, xorqi_2_slp): New patterns.
511
512 2002-06-16 Aldy Hernandez <aldyh@redhat.com>
513
514 * gcc.c-torture/execute/simd-1.c: New.
515
516 * gcc.dg/simd-1.c: New.
517
518 * doc/extend.texi (Vector Extensions): Document that we can
519 specify simd types not specifically supported by the hardware.
520 Document that simd types can be used as function arguments.
521 Document that signness does make a difference in SIMD types.
522 Misc cleanups and revisions to the vector extensions section.
523
524 * simplify-rtx.c (simplify_subreg): Simplify subregs of vector
525 constants.
526
527 * expr.c (vector_mode_valid_p): New.
528
529 * expr.h: Add vector_mode_valid_p.
530
531 * defaults.h (VECTOR_MODE_SUPPORTED_P): Set default.
532
533 * c-common.c (type_for_mode): Always build vector nodes regardless
534 of VECTOR_MODE_SUPPORTED_P.
535 (handle_mode_attribute): Error if we can't emulate a nonexisting
536 vector mode.
537 (handle_vector_size_attribute): Same.
538
539 * optabs.c (expand_binop): Open-code vector operations.
540 (expand_unop): Open-code vector unops.
541 (expand_vector_binop): New.
542 (expand_vector_unop): New.
543
544 * c-typeck.c (build_binary_op): Allow vectors in binops.
545 Allow vectors in conditional operatiors.
546 (build_unary_op): Allow vectors in unary minus.
547
548 * config/rs6000/rs6000.h (ALTIVEC_VECTOR_MODE): Conditionalize on
549 TARGET_ALTIVEC.
550
551 2002-05-20 Richard Henderson <rth@redhat.com>
552
553 * c-common.c (c_common_get_alias_set): Correctly handle characters.
554 Rearrange order of expressions; don't handle vectors here.
555 * alias.c (get_alias_set): Let vectors match their components.
556
557 2002-06-19 Chris Demetriou <cgd@broadcom.com>
558
559 * config/mips/mips.c (mips_emit_prefetch): Use hints which
560 match desired locality.
561
562 2002-06-19 Dhananjay R. Deshpande <dhananjayd@kpit.com>
563
564 * config/h8300/h8300.c (TARGET_INSERT_ATTRIBUTES): Define.
565 (h8300_insert_attributes): New.
566
567 2002-06-19 Akim Demaille <akim@epita.fr>
568
569 * c-parse.in (initelt: identifier ':' initval): Add an empty
570 action to fix a type clash.
571 (aliasdecl, classdef): Add the missing closing `;'.
572 Whitespace changes.
573 * gengtype-yacc.y (typedef_struct): Add an empty action to preevnt
574 $$ = $1 type clashes.
575
576 2002-06-19 Eric Christopher <echristo@redhat.com>
577
578 * config/mips/mips.c (symbol_operand): New function.
579 (mips_emit_prefetch): Ditto.
580 * config/mips/mips-protos.h: Define.
581 * config/mips/mips.h (ISA_HAS_PREFETCH): Define.
582 (CONSTANT_ADDRESS_P): Adjust, use TARGET_GAS.
583 (LEGITIMIZE_ADDRESS): Ditto.
584 * config/mips/mips.md (prefetch, prefetch_si_address,
585 prefetch_si, prefetch_di_address, prefetch_di): New patterns.
586
587 2002-06-19 Eric Christopher <echristo@redhat.com>
588
589 * config/fp-bit.h: Add unordered defines for gofast.
590
591 2002-06-19 Vladimir Makarov <vmakarov@redhat.com>
592
593 * genautomata.c (DECL_UNIT, DECL_BYPASS, DECL_AUTOMATON,
594 DECL_EXCL, DECL_PRESENCE, DECL_ABSENCE, DECL_RESERV,
595 DECL_INSN_RESERV, REGEXP_UNIT, REGEXP_RESERV, REGEXP_SEQUENCE,
596 REGEXP_REPEAT, REGEXP_ALLOF, REGEXP_ONEOF): New macros with
597 checking and without it.
598 (decl_name, decl_mode_check_failed, regexp_name,
599 regexp_mode_check_failed): New functions.
600 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
601 gen_presence_set, gen_absence_set, gen_automaton,
602 gen_regexp_repeat, gen_regexp_allof, gen_regexp_oneof,
603 gen_regexp_sequence, gen_reserv, gen_insn_reserv,
604 automaton_decl_hash, automaton_decl_eq_p): Use the macros.
605 (find_automaton_decl): Ditto. Set up mode of work_automaton_decl.
606 (insn_decl_hash, insn_decl_hash, insn_decl_eq_p): Use the macros.
607 (find_insn_decl): Ditto. Set up mode of work_insn_decl.
608 (decl_hash, decl_eq_p): Use the macros.
609 (find_decl): Ditto. Set up mode of work_decl.
610 (process_excls, process_presence_absence, process_decls,
611 check_automaton_usage, process_regexp, process_regexp_decls,
612 check_usage, loop_in_regexp, check_loops_in_regexps,
613 process_regexp_cycles, add_advance_cycle_insn_decl,
614 initiate_states, initiate_excl_sets,
615 initiate_presence_absence_sets, copy_insn_regexp, transform_1,
616 transform_2): Use the macros.
617 (transform_3): Ditto. Check mode before making transformations of
618 ALLOF.
619 (regexp_transform_func, transform_insn_regexps,
620 process_unit_to_form_the_same_automaton_unit_lists,
621 form_the_same_automaton_unit_lists_from_regexp,
622 form_the_same_automaton_unit_lists,
623 process_seq_for_forming_states, process_alts_for_forming_states,
624 create_alt_states, form_ainsn_with_same_reservs, make_automaton,
625 form_arcs_marked_by_insn, NDFA_to_DFA, set_new_cycle_flags,
626 estimate_one_automaton_bound, compare_max_occ_cycle_nums,
627 units_to_automata_heuristic_distr, create_ainsns,
628 units_to_automata_distr, create_automata): Use the macros.
629 (form_regexp): Ditto. Fix typo in access to fields of ALLOF.
630 (longest_path_length, min_issue_delay_pass_states,
631 output_dead_lock_vect, output_tables, output_insn_code_cases,
632 output_internal_insn_latency_func, output_print_reservation_func,
633 output_description, output_automaton_units, generate): Use the
634 macros.
635 (make_insn_alts_attr): Ditto. Check case when there are not
636 alternatives in the reservation.
637 (make_internal_dfa_insn_code_attr, make_default_insn_latency_attr,
638 make_bypass_attr, form_important_insn_automata_lists,
639 expand_automata): Use the macros.
640
641 2002-06-20 Tim Josling <tej@melbpc.org.au>
642
643 * Makefile.in: Clean up code to check for misspecified languages
644 in enable-languages.
645
646 2002-06-19 Andrew Pinski <pinskia@physics.uc.edu>
647
648 * cpptrad.c (_cpp_replacement_text_len): initialize len.
649
650 2002-06-19 Jason Merrill <jason@redhat.com>
651
652 * Makefile.in (unstrap, restrap): New targets.
653 (bootstrap): Mention restrap.
654
655 2002-06-19 Matt Kraai <kraai@alumni.cmu.edu>
656
657 * except.c (ehl_free): Remove.
658
659 * doc/tm.texi (TARGET_CPU_CPP_BUILTINS): Correct misnamings of
660 builtin_define and builtin_define_std.
661
662 2002-06-19 Ian Dall <ian@sibyl.beware.dropbear.id.au>
663
664 * config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.
665 (sCOND): Restrict operand class so that gcc knows how to reload them.
666 (bitfield_set): Merge two unnamed insn's using alternatives.
667 (call_value): Remove constraint on unused uperand.
668 (udivmodhi4, udivmodsi4, udivmoddihi4_internal): Remove.
669 (udivmoddiqi4_internal, udivmoddihi4, udivmoddiqi4): Remove.
670
671 * longlong.h (count_trailing_zeros): Escape newline and beautify.
672
673 2002-06-19 Mark Mitchell <mark@codesourcery.com>
674
675 * Makefile.in (QMTEST_DIR): Simplify definition.
676
677 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
678
679 * config/d30v/d30v.h (CUMULATIVE_ARGS): Replace typedef with
680 #define.
681
682 2002-06-19 Neil Booth <neil@daikokuya.co.uk>
683
684 * cpphash.h (struct cpp_reader): Make date and time strings.
685 (_cpp_builtin_macro_text, _cpp_copy_replacement_text,
686 _cpp_replacement_text_len): New.
687 * cppinit.c (cpp_create_reader): Update.
688 (init_builtins): Register appropriate builtins for -traditional-cpp.
689 * cppmacro.c (new_number_token): Remove.
690 (_cpp_builtin_macro_text): New.
691 (builtin_macro): Use it.
692 (cpp_macro_definition): Update to handle traditional macros.
693 * cppmain.c (cb_line_change): Don't do column positioning for
694 traditional output.
695 * cpptrad.c (enum ls): Rename ls_fun_macro to ls_fun_open. New
696 state ls_fun_close.
697 (skip_whitespace): Fix.
698 (maybe_start_funlike): Don't set state.parsing_args.
699 (scan_out_logical_line): Remove duplicate error. Use lex_state
700 rather than state.parsing_args.
701 (push_replacement_text): Handle builtins.
702 (_cpp_replacement_text_len, _cpp_copy_replacement_text): New.
703
704 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
705 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
706
707 * config/fp-bit.c (_fpmul_parts, _fpdiv_parts): Mark with
708 attribute __always_inline__.
709
710 2002-06-18 Bob Wilson <bob.wilson@acm.org>
711
712 * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_pic
713 when generating the call to _mcount.
714 (NO_PROFILE_COUNTERS): Define.
715
716 2002-06-18 Richard Henderson <rth@redhat.com>
717
718 * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
719 2002-06-02 change.
720
721 Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
722
723 * t-sh (MULTILIB_EXCEPTIONS): Set to ml.
724 config/sh/t-linux (MULTILIB_EXCEPTIONS): Clear.
725 * config/sh/t-netbsd (MULTILIB_EXCEPTIONS): Likewise.
726 * config/sh/t-sh64 (MULTILIB_EXCEPTIONS): Likewise.
727
728 * sh-protos.h (sh_pr_interrupt): Declare.
729 * sh.c (sh_pr_interrupt): New function.
730 (print_operand, calc_live_regs, sh_expand_prologue): Use it.
731 (sh_hard_regno_rename_ok): Likewise.
732 * sh.h (NORMAL_MODE): FP_MODE_NONE for interupt handlers.
733
734 2002-06-18 Vladimir Makarov <vmakarov@redhat.com>
735
736 * rtl.def (DEFINE_AUTOMATON): Add description of new options
737 `time' and `v'. Fix incorrect description of option `w'.
738
739 * doc/md.texi: Ditto.
740
741 * genautomata.c (TIME_OPTION, V_OPTION): New macros.
742 (gen_automata_option): Process the new options.
743 (transform_2, transform_3): Initialize some variables.
744 (initiate_automaton_gen): Use the new macros.
745
746 2002-06-18 Richard Sandiford <rsandifo@redhat.com>
747
748 * config/mips/mips-protos.h (mips_initial_elimination_offset): Declare.
749 (mips_set_return_address, mips_restore_gp): Declare.
750 * config/mips/mips.h (struct mips_frame_info): Move to mips.c
751 (current_frame_info): Remove.
752 (INITIAL_ELIMINATION_OFFSET): Use mips_initial_elimination_offset.
753 * config/mips/mips.c: Remove uses of current_frame_info.
754 (struct mips_frame_info): Moved from mips.h. Remove 'insns_len'.
755 (struct machine_function): Add 'frame' and 'insns_len'.
756 (current_frame_info, zero_frame_info): Remove.
757 (mips_restore_gp, mips_set_return_address): New.
758 (mips_initial_elimination_offset): New.
759 * config/mips/mips.md (exception_receiver): Use mips_restore_gp.
760 (eh_return define_split): Use mips_set_return_address.
761
762 2002-06-18 Neil Booth <neil@daikokuya.demon.co.uk>
763
764 * cpplib.c (dtable): Update.
765 (end_directive): Decrement expansion prevention count.
766 Clear state.in_expression.
767 (prepare_directive_trad): Set state.in_expression.
768 Increment expansion prevention count.
769 * cpptrad.c (enum ls): New.
770 (_cpp_overlay_buffer): Set overlaid_buffer.
771 (_cpp_remove_overlay): Use overlaid_buffer.
772 (_cpp_read_logcial_line_trad): Update buffer when it might
773 have changed.
774 (scan_out_logical_line): Handle state transitions for assertions
775 and defined() in #if, and for funlike invocations including the
776 directive case. Handle '<' and '>' as a quote mechanism in
777 #include. Warn about unterminated macro invocations.
778 * cpphash.h (struct lexer_state): New member in_expression.
779 (struct cpp_reader): New member overlaid buffer.
780
781 2002-06-18 Hans-Peter Nilsson <hp@axis.com>
782
783 * config/cris/arit.c (do_31div, __Udiv, __Umod): Mark prototype
784 __always_inline__.
785
786 2002-06-18 Alan Modra <amodra@bigpond.net.au>
787
788 * config/ia64/ia64.md (doloop_end_internal): Correct rtl.
789
790 * doloop.c (doloop_optimize): Extract pattern from insn.
791
792 2002-06-17 Matt Kraai <kraai@alumni.cmu.edu>
793
794 * doc/extend.texi (Function Attributes): Remove `,...' from @var.
795
796 2002-06-17 Jeff Law <law@redhat.com>
797
798 * libgcc2.c: Do not include symcat.h or machmode.h.
799
800 2002-06-17 Richard Henderson <rth@redhat.com>
801
802 PR target/6922
803 * expmed.c (make_tree): Handle SIGN_EXTEND/ZERO_EXTEND.
804
805 2002-06-17 Tom Tromey <tromey@redhat.com>
806
807 * dwarfout.c: Include function.h.
808
809 2002-06-17 Andreas Schwab <schwab@suse.de>
810
811 * print-rtl.c (print_rtx): Print space before vector, not after.
812 (debug_rtx): Clear sawclose before printing.
813 (debug_rtx_list): Print newline after each list element.
814 (debug_rtx_range): Likewise.
815
816 2002-06-17 Richard Henderson <rth@redhat.com>
817
818 * function.h (struct function) [funcdef_no]: Rename profile_label_no.
819 (current_function_funcdef_no): Similarly.
820 * function.c (funcdef_no): Similarly.
821 (prepare_function_start): Set current_function_funcdef_no.
822 (expand_function_start): Don't set current_function_profile_label_no.
823 * dwarf2out.h (current_funcdef_number): Remove.
824 * dwarf2out.c (current_funcdef_number): Remove. Replace with
825 current_function_funcdef_no throughout.
826 * dwarfout.c, vmsdbgout.c: Similarly.
827 * except.c (sjlj_funcdef_number): Remove.
828 (sjlj_emit_function_enter): Use current_function_funcdef_no instead.
829 (output_function_exception_table): Likewise.
830 * final.c (profile_function): Use current_function_funcdef_no
831 instead of current_function_profile_label_no.
832
833 2002-06-17 Vladimir Makarov <vmakarov@redhat.com>
834
835 * sched-ebb.c (init_ready_list): Check INSN_P first.
836
837 Mon Jun 17 17:26:15 2002 J"orn Rennecke <joern.rennecke@superh.com>
838
839 * sh.md (divsi3): Update way how to find insns in a sequence.
840
841 * reload1.c (merge_assigned_reloads): Don't change reloads
842 other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
843 to RELOAD_OTHER when there are conflicting input reloads.
844
845 2002-06-17 Richard Earnshaw (rearnsha@arm.com)
846
847 * function.c (epilogue_done): Correctly build a sequence of insns for
848 a sibcall epilogue.
849
850 2002-06-17 Nick Clifton <nickc@cambridge.redhat.com>
851
852 * config/fr30/fr30.h (CUMULATIVE_ARGS): Replace typedef with
853 #define.
854
855 * config/m32r/m32r.md: Replace gen_sequence with get_insns.
856
857 2002-06-16 Richard Henderson <rth@redhat.com>
858
859 * config/i386/i386.h (BIGGEST_FIELD_ALIGNMENT): Define instead
860 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
861
862 2002-06-16 Richard Henderson <rth@redhat.com>
863
864 PR opt/6722
865 * regclass.c (globalize_reg): Update regs_invalidated_by_call.
866
867 2002-06-16 Neil Booth <neil@daikokuya.demon.co.uk>
868
869 * config.gcc: Add i386/sysv4-cpp.h; remove i386-aout.h from vxworks.
870 * config/i386/i386-aout.h, config/i386/i386elf.h,
871 config/i386/sysv4.h: Remove CPP_PREDEFINES.
872 * config/i386/linux64.h, config/i386/i386elf.h, config/i386/mach.h,
873 config/i386/netware.h, config/i386/rtemself.h, config/i386/sco5.h,
874 config/i386/sol2.h, config/i386/vsta.h, config/i386/vxi386.h,
875 config/i386/win32.h: Use TARGET_OS_CPP_BUILTINS rather than
876 CPP_PREDEFINES and part of CPP_SPEC.
877 * config/i386/sysv4-cpp.h: New.
878
879 2002-06-16 Richard Henderson <rth@redhat.com>
880
881 PR c/7030
882 * dwarf2out.c (modified_type_die): Don't assign the qualified die
883 to the unqualified type.
884
885 Sun Jun 16 22:16:10 CEST 2002 Jan Hubicka <jh@suse.cz>
886
887 * i386-protos.h (x86_field_alignment): Declare.
888 * i386.c (x86_field_alignment): Define.
889 * i386.h (ADJUST_FIELD_ALIGNMENT): New.
890 (BIGGEST_FIELD_ALIGNMENT): Kill.
891
892 2002-06-16 Richard Henderson <rth@redhat.com>
893
894 * vax.md (casesi): Use emit_jump_insn. Tidy expander pattern.
895
896 2002-06-16 Richard Henderson <rth@redhat.com>
897
898 * c-common.c (flag_ms_extensions): Move from c++ front end.
899 * c-common.h (flag_ms_extensions): Declare.
900 * c-decl.c (c_decode_option): Add -fms-extensions.
901 (grokfield): Don't accept anonymous structures in ISO C mode;
902 accept only unnamed anonymous structures in GNU C mode; accept
903 Plan 9 extensions in MS mode.
904 * c-parse.in (SAVE_EXT_FLAGS, RESTORE_EXT_FLAGS): Rename from
905 SAVE/RESTORE_WARN_FLAGS; add flag_iso frobbing; update all callers.
906 (extension): Clear flag_iso.
907 * doc/invoke.texi (C Dialect Options): Add -fms-extensions.
908
909 2002-06-16 Hans-Peter Nilsson <hp@axis.com>
910
911 PR target/7042
912 * reorg.c (make_return_insns) [DELAY_SLOTS_FOR_EPILOGUE]: Exit
913 early if current_function_epilogue_delay_list is non-empty.
914 * config/cris/cris.md ("return"): Add sanity check asserting that
915 current_function_epilogue_delay_list is empty.
916
917 2002-06-16 Jeff Law <law@redhat.com>
918
919 * emit-rtl.c (gen_rtx_REG): Temporarily turn off automatic
920 sharing of hard registers.
921
922 * toplev.c (rest_of_compilation): Remove redundant conditional.
923
924 * toplev.c (rest_of_compilation): Perform a simpler, less costly
925 cleanup of the CFG when not optimizing.
926
927 2002-06-16 Alan Modra <amodra@bigpond.net.au>
928
929 * gcc.c (main): Correct startfile_prefix_spec check.
930
931 2002-06-12 Geoffrey Keating <geoffk@redhat.com>
932
933 * config.gcc: Revert rth's patch of 2002-05-18. Instead,
934 include both darwin.o and rs6000-c.o.
935
936 2002-06-15 Roger Sayle <roger@eyesopen.com>
937
938 * expr.c (compare_from_rtx): Call simplify_relational_operation
939 on all comparisons, not just those between integer constants,
940 with the correct (possibly unsigned) comparison code.
941 (do_compare_rtx_and_jump): Likewise.
942
943 2002-06-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
944
945 * Makefile.in (tm_defines): New configuration variable.
946 (cs-config.h, cs-hconfig.h, cs-tconfig.h): Rename DEFINES to XM_DEFINES.
947 Pass tm_defines in TM_DEFINES.
948 (cs-tm_p.h): Rename DEFINES to XM_DEFINES. Pass TM_DEFINES.
949 * config.gcc (tm_defines): New configuration variable.
950 (hppa*-*-* | parisc*-*-*): Use tm_defines instead of pa-700.h and
951 pa-7100.h headers. Change hppa1* scheduling default to 7100LC.
952 * configure.in: Substitute tm_defines.
953 * configure: Rebuilt.
954 * mkconfig.sh: Rename DEFINES to XM_DEFINES. Output TM_DEFINES.
955 * doc/install.texi: Update.
956 * pa/pa-700.h: Delete file.
957 * pa/pa-7100.h: Delete file.
958
959 2002-06-15 Roger Sayle <roger@eyesopen.com>
960
961 * fold-const.c (comparison_to_compcode): New function to convert
962 an comparison TREE CODE into a bit-based representation.
963 (compcode_to_comparison): New function to convert from this bit
964 based representation back to a comparison TREE CODE.
965 (fold_truthop): Simplify (x<y) && (x==y) and related composite
966 comparisons.
967
968 2002-06-15 Aldy Hernandez <aldyh@redhat.com>
969
970 * tm.texi (MEMBER_TYPE_FORCES_BLK): Document MODE argument.
971
972 * stor-layout.c (compute_record_mode): Remove check for
973 FUNCTION_ARG_REG_LITTLE_ENDIAN and VOIDmode when checking for
974 MEMBER_TYPE_FORCES_BLK. Pass new mode field to
975 MEMBER_TYPE_FORCES_BLK.
976
977 * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Same.
978
979 * config/c4x/c4x.h (MEMBER_TYPE_FORCES_BLK): Same.
980
981 2002-06-14 Jeff Sturm <jsturm@one-point.com>
982
983 * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS.
984
985 2002-06-14 Steve Ellcey <sje@cup.hp.com>
986
987 * configure.in (USE_UNWIND_EXCEPTIONS): Add support to set
988 USE_UNWIND_EXCEPTIONS if --enable-libunwind-exceptions is set.
989 * configure, config.in: Regenerate.
990
991 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
992
993 * loop.c (check_final_value): Use v->always_executed
994 instead of v->always_computable.
995 * unroll.c (final_giv_value): Don't calculate the final
996 value as a function of the biv if the giv is not computed
997 for every loop iteration.
998
999 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
1000
1001 * loop.c (for_each_insn_in_loop): Fix formatting and comments.
1002
1003 2002-06-14 Eric Botcazou <ebotcazou@multimania.com>
1004
1005 PR c/6677
1006 * convert.c (convert_to_integer) [LSHIFT_EXPR]: Don't pass
1007 the truncation down when the target type is signed.
1008 [trunc1]: Use unsigned arithmetic for LSHIFT_EXPR.
1009 * fold-const.c (extract_muldiv) [NOP_EXPR]: Don't pass through
1010 the conversion if the target type is a smaller type.
1011
1012 2002-06-14 Richard Henderson <rth@redhat.com>
1013
1014 * fold-const.c (fold) [compare ops]: Move X>=C / X<C transfomation
1015 earlier. Re-factor comparisons vs extrema.
1016
1017 2002-06-14 Richard Henderson <rth@redhat.com>
1018
1019 * config/alpha/alpha.md (builtin_zapnot): Fix op2 mode.
1020
1021 2002-06-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1022
1023 * rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.
1024 * sched-deps.c (add_dependence): Likewise.
1025 (group_leader): Likewise.
1026 * sched-rgn.c (init_ready_list): Likewise.
1027 * doc/rtl.texi: Adjust accordingly.
1028
1029 2002-06-13 Jeffrey Law <law@redhat.com>
1030
1031 * gcse.c (delete_null_pointer_checks_1): Inform caller if any
1032 null pointer checks were eliminated. Update prototype.
1033 (delete_null_pointer_checks): Similarly.
1034 * rtl.h (delete_null_pointer_checks): Update prototype.
1035 * toplev.c (rest_of_compilation): Only run cleanup_cfg if
1036 delete_null_pointer_checks deletes one or more null
1037 pointer checks. Do not run cleanup_cfg before gcse, the
1038 CFG is accurate and optimized at that point..
1039
1040 * rs6000.c (rs6000_frame_related): Avoid unwanted sharing
1041 of hard registers.
1042
1043 2002-06-14 Ulrich Weigand <uweigand@de.ibm.com>
1044
1045 * Makefile.in (libgcc.mk): Depend on specs.
1046
1047 Fri Jun 14 12:15:11 2002 J"orn Rennecke <joern.rennecke@superh.com>
1048
1049 * sh.md (mulsi3): Update way how to find insns in a sequence.
1050
1051 Fri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhananjayd@kpit.com>
1052
1053 * sh.h: Define HARD_REGNO_RENAME_OK
1054 * sh.c: sh_hard_regno_rename_ok: New. If current function has
1055 interrupt_handler attribute, only registers saved on stack are OK.
1056 * sh-protos.h: Declare sh_hard_regno_rename_ok.
1057
1058 2002-06-14 Kaz Kojima <kkojima@gcc.gnu.org>
1059
1060 * config/sh/sh.md (jump): Emit jump insn.
1061 (call_pcrel): Get pattern of the result of gen_call_site.
1062 (call_value_pcrel, sibcall_pcrel, GOTaddr2picreg): Likewise.
1063
1064 2002-06-14 Neil Booth <neil@daikokuya.demon.co.uk>
1065
1066 * cpphash.h (struct cpp_buffer): Remove saved_line_base.
1067 * cpptrad.c: Update comments.
1068 (skip_whitespace, copy_comment): Take a new parameter.
1069 (skip_escaped_newlines): Don't duplicate escaped newline test.
1070 (copy_comment): Different location for CUR, decide here how
1071 to copy / replace the comment.
1072 (skip_whitespace): Copy whitespace.
1073 (_cpp_overlay_buffer, _cpp_remove_overlay): Don't play with line_base.
1074 (scan_out_logical_line): Let copy comment handle keeping or
1075 replacing comments.
1076 (scan_parameters, _cpp_create_trad_definition): Update.
1077
1078 2002-06-13 Alan Lehotsky <apl@alum.mit.edu>
1079
1080 * reload.c (get_secondary_mem,find_reloads_address,
1081 find_reloads_address_1): Pass reference to MEM to find_reloads_address
1082 so that LEGITIMIZE_RELOAD_ADDRESS will be called.
1083
1084 2002-06-13 Jessica Han <jessica@cup.hp.com>
1085
1086 * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
1087 (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
1088 * doc/tm.texi: Document them.
1089 * config/ia64/ia64.h (TARGET_VTABLE_ENTRY_ALIGN): New.
1090 (TARGET_VTABLE_DATA_ENTRY_DISTANCE): New.
1091 (TARGET_VTABLE_USES_DESCRIPTORS): 4 word descriptors for 32-bit mode.
1092 (ASM_OUTPUT_FDESC): Likewise.
1093
1094 2002-06-13 Eric Christopher <echristo@redhat.com>
1095
1096 * diagnostic.c (output_format): Fix thinko.
1097
1098 Thu Jun 13 22:34:33 2002 J"orn Rennecke <joern.rennecke@superh.com>
1099
1100 * config/sh/coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Don't define.
1101 (DWARF2_UNWIND_INFO): Define to 0.
1102
1103 * config/sh/sh.c (calc_live_regs): Don't use initial_value
1104 optimization for PR_MEDIA_REG.
1105
1106 2002-06-13 Neil Booth <neil@daikokuya.demon.co.uk>
1107
1108 * cpphash.h (_cpp_lex_identifier_trad): Remove.
1109 * cpplib.c (end_directive): Don't skip, always remove overlay
1110 apart from #define.
1111 (prepare_directive_trad): Handle NULL pfile->directive.
1112 (_cpp_handle_directive): Always call prepare_directive_trad
1113 if traditional.
1114 * cppmain.c (check_multiline_token): Rename account_for_newlines,
1115 generalize inputs.
1116 (scan_translation_unit_trad): Use it.
1117 * cpptrad.c (skip_comment): Rename copy_comment, copy comment to
1118 output, get escaped newline in comment close correct.
1119 (check_output_buffer, skip_whitespace): Update.
1120 (_cpp_lex_identifier_trad): Remove.
1121 (scan_out_logical_line): Handle -C and comments in directives
1122 properly.
1123
1124 Thu Jun 13 20:18:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
1125
1126 * config.gcc: Add support for sh[234]*-*-elf*, sh[2346lbe]*-*-linux*.
1127 * config/sh/linux.h (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
1128 * sh.h (SELECT_SH1, SELECT_SH2, SELECT_SH3, SELECT_SH3E): New macros.
1129 (SELECT_SH4_NOFPU, SELECT_SH4_SINGLE_ONLY, SELECT_SH4): Likewise.
1130 (SELECT_SH4_SINGLE, SELECT_SH5_64, SELECT_SH5_64_NOFPU): Likewise.
1131 (SELECT_SH5_32, SELECT_SH5_32_NOFPU, SELECT_SH5_COMPACT): Likewise.
1132 (SELECT_SH5_COMPACT_NOFPU): Likewise.
1133 (TARGET_SWITCHES): Use them.
1134 (TARGET_CPU_DEFAULT): Define if not already defined.
1135 (TARGET_DEFAULT): Use it.
1136 (LINK_DEFAULT_CPU_EMUL): Value now depends on TARGET_CPU_DEFAULT.
1137 * config/sh/t-linux (MULTILIB_OPTIONS): Use MULTILIB_ENDIAN.
1138 * config/sh/t-monolib: New file.
1139
1140 2002-06-13 Roger Sayle <roger@eyesopen.com>
1141
1142 * toplev.c (rest_of_compilation): Simplify (and correct) the
1143 logic of the first delete-null-pointer-checks pass.
1144
1145 Thu Jun 13 18:24:17 CEST 2002 Jan Hubicka <jh@suse.cz>
1146
1147 * i386.c (ix86_expand_movstr): Fix pasto.
1148
1149 Thu Jun 13 18:18:17 CEST 2002 Jan Hubicka <jh@suse.cz>
1150
1151 * reload.c (find_valid_class): Fix thinko in my previous patch.
1152
1153 2002-06-13 Ulrich Weigand <uweigand@de.ibm.com>
1154
1155 * config/s390/s390.h (TARGET_CPU_CPP_BUILTINS): New macro.
1156 * config/s390/linux.h (TARGET_OS_CPP_BUILTINS): New macro.
1157 (CPP_PREDEFINES, CPP_SPEC, CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): Remove.
1158 (EXTRA_SPECS): Remove cpp_arch31 and cpp_arch64.
1159
1160 2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
1161
1162 * tree-inline.c (expand_call_inline): Don' mess with _DECL
1163 fields.
1164
1165 2002-06-13 Gabriel Dos Reis <gdr@codesourcery.com>
1166
1167 * diagnostic.c (output_format): Recognize "%H" as a format
1168 specifier for a location_t.
1169 (text_specifies_location): New function.
1170 (diagnostic_set_info): Use it.
1171
1172 2002-06-13 Jeffrey Law <law@redhat.com>
1173
1174 * emit-rtl.c (static_regno_reg_rtx): Define.
1175 (init_emit_once): Initialize static_regno_reg_rtx.
1176 (init_emit): Copy static_regno_reg_rtx into regno_reg_rtx instead
1177 of building new hard reg objects once per function.
1178 (gen_rtx_REG): Try to share hard regs.
1179 * regclass.c (init_fake_stack_mems): New function broken out from
1180 init_regs.
1181 * rtl.h (init_fake_stack_mems): Declare.
1182 * toplev.c (lang_independent_init): Call init_regs before
1183 init_emit_once. Call init_fake_stack_mems after init_emit_once.
1184
1185 * i386.md (extenddfxf2, extenddftf2): Fix typo/thinko.
1186
1187 * alias.c (argument_registers): Remove.
1188 (init_alias_once): Initialize static_reg_base_value here. Remove
1189 initialization of argument_registers.
1190 (init_alias_once_per_function): Remove.
1191 (init_alias_analysis): Copy all the entries from static_reg_base_value
1192 into new_reg_base_value all at once.
1193 * rtl.h (init_alias_once_per_function): Remove declaration.
1194 * function.c (prepare_function_start): Do not call
1195 init_alias_once_per_function.
1196
1197 * caller-save.c (init_caller_save): Use gen_rtx_INSN instead of
1198 starting a sequence and emitting an INSN.
1199
1200 2002-06-13 Richard Sandiford <rsandifo@redhat.com>
1201
1202 * config/mips/r3900.h (MIPS_CPU_STRING_DEFAULT): Make lower case.
1203
1204 2002-06-13 David S. Miller <davem@redhat.com>
1205
1206 * expmed.c (init_expmed): Remove duplicate init of 'reg'.
1207
1208 2002-06-13 Neil Booth <neil@daikokuya.demon.co.uk>
1209
1210 * cpplib.c (end_directive): Handle line skipping. Only remove
1211 the rest of the line if the directive was valid.
1212 * cppmacro.c (_cpp_push_text_context): Set NODE_DISABLED when
1213 expanding a traditional macro.
1214 * cpptrad.c (recursive_macro): New.
1215 (read_logical_line_trad): Handle skipping.
1216 (scan_out_logical_line): Continue after a successful directive.
1217 Don't expand macros whilst skipping, or if recursing.
1218 (_cpp_create_trad_definition): scan_out_logical_line now sets
1219 the output current position.
1220
1221 2002-06-12 Eric Christopher <echristo@redhat.com>
1222
1223 From Chris Demetriou <cgd@broadcom.com>
1224 * config/mips/mips.h (ISA_HAS_FP4): Add ISA_MIPS64 and fix
1225 comment.
1226 (ISA_HAS_MADD_MSUB): Ditto.
1227 (ISA_HAS_NMADD_NMSUB): Ditto.
1228
1229 2002-06-12 Eric Christopher <echristo@redhat.com>
1230
1231 * config.gcc: Consolidate little endian handling and
1232 little/big endian targets.
1233 * config/mips/elfl.h: Remove file.
1234 * config/mips/elfl64.h: Ditto.
1235 * config/mips/ecoffl.h: Ditto.
1236 * config/mips/r3900.h (SUBTARGET_CPP_SPEC): Remove.
1237
1238 2002-06-12 Geoffrey Keating <geoffk@redhat.com>
1239
1240 * gengtype.h (xvasprintf): New prototype.
1241 (xasprintf): New prototype.
1242 (struct outf): New.
1243 (get_output_file): Return an outf_p.
1244 (header_file): Is now an outf_p.
1245 (base_files): Now are outf_p.
1246 (oprintf): New.
1247 * gengtype.c: Replace all output FILE * with outf_p; use oprintf
1248 rather than stdio operations. Use xasprintf in a few places,
1249 when appropriate.
1250 (xvasprintf): New.
1251 (xasprintf): New.
1252 (struct filemap): Delete.
1253 (files): Delete.
1254 (output_files): New.
1255 (oprintf): New.
1256 (create_file): Create an outf_p. Add parameter to indicate output
1257 file name, change all callers.
1258 (open_base_files): Create gtype-desc.c here.
1259 (get_output_file_with_visibility): Rewrite.
1260 (get_output_file_name): Just look at 'name' field in struct outf.
1261 (close_output_files): Rewrite.
1262
1263 2002-06-12 Jason Thorpe <thorpej@wasabisystems.com>
1264
1265 * config/vax/vax.h (MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)
1266 (MASK_G_FLOAT): Define.
1267 (TARGET_UNIX_ASM, TARGET_VAXC_ALIGNMENT, TARGET_G_FLOAT): Use them.
1268 (TARGET_SWITCHES): Likewise.
1269 (TARGET_DEFAULT): Likewise.
1270
1271 2002-06-12 Daniel Jacobowitz <drow@mvista.com>
1272
1273 * config/mips/elf.h (DWARF2_DEBUG_INFO): Define.
1274 * config/mips/mips.c (mips_output_filename): Don't print a
1275 ".file" directive if we are using DWARF-2.
1276 (mips_output_function_prologue): Do not emit source file
1277 name for TARGET_GAS.
1278
1279 Wed Jun 12 16:45:13 CEST 2002 Jan Hubicka <jh@suse.cz>
1280
1281 * i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to
1282 decide whether emit the short opcode.
1283 * i386.h (x86_shift1): Declare.
1284 (TARGET_SHIFT1): New macro.
1285 * i386.c (x86_shift1): New global variable.
1286
1287 * toplev.c (rest_of_compilation): Call find_basic_block pre-loop
1288 unconditionally; make loop to rebuild CFG; kill unnecesary
1289 find_basic_block calls; kill compute_bb_for_insn call.
1290 * cfgbuild.c (find_basic_blocks): Kill compute_bb_for_insn call.
1291 * haifa-sched.c (sched_init): Likewise.
1292 * ssa-ccp.c (ssa_const_prop): Likewise.
1293 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
1294
1295 2002-06-11 David S. Miller <davem@redhat.com>
1296
1297 * emit-rtl.c (emit_*_scope): Only access INSN_SCOPE if
1298 active_insn_p.
1299
1300 2002-06-11 Richard Henderson <rth@redhat.com>
1301
1302 * c-common.c (builtin_define_type_max): New.
1303 (cb_register_builtins): Define __SCHAR_MAX__, __SHRT_MAX__,
1304 __INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__, __CHAR_BIT__.
1305
1306 From Joseph S. Myers:
1307 * glimits.h: Rewrite to expect the double underscore definitions
1308 from the compiler.
1309
1310 * config/alpha/unicosmk.h, config/avr/avr.h, config/h8300/h8300.h,
1311 config/i386/linux64.h, config/ia64/aix.h, config/ia64/hpux.h,
1312 config/ia64/ia64.h, config/m68hc11/m68hc11.h, config/m68hc11/m68hc12.h,
1313 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
1314 config/pa/pa.h, config/rs6000/aix43.h, config/rs6000/aix51.h,
1315 config/rs6000/linux64.h, config/s390/linux.h, config/sh/sh.h,
1316 config/stormy16/stormy16.h: Don't define any of __SHRT_MAX__,
1317 __INT_MAX__, __LONG_MAX__, or __LONG_LONG_MAX__.
1318
1319 2002-06-11 Richard Henderson <rth@redhat.com>
1320
1321 * config/alpha/alpha.c (ALPHA_BUILTIN_THREAD_POINTER): New.
1322 (ALPHA_BUILTIN_SET_THREAD_POINTER): New.
1323 (code_for_builtns): Update.
1324 (alpha_init_builtins): Add __builtin_thread_pointer and
1325 __builtin_set_thread_pointer.
1326 (alpha_expand_builtin): Handle void builtins.
1327 * doc/extend.texi (Alpha Built-in Functions): Update.
1328
1329 2002-06-11 Hans-Peter Nilsson <hp@axis.com>
1330
1331 PR target/6997
1332 * config/cris/cris.md ("sleu"): Set attribute "cc" to "none".
1333
1334 2002-06-11 Zack Weinberg <zack@codesourcery.com>
1335
1336 * config.gcc: Make the name of the extra-modes file adjustable
1337 by target stanzas.
1338 (s390x, strongarm, xscale stanzas): Use this facility.
1339 * configure.in: Update to match.
1340 * configure: Regenerate.
1341
1342 2002-06-11 Aldy Hernandez <aldyh@redhat.com>
1343
1344 * config/rs6000/rs6000.c (rs6000_emit_minmax): Treat unsigned
1345 max/mins as unsigned GE compares.
1346
1347 2002-06-11 Jason Thorpe <thorpej@wasabisystems.com>
1348
1349 * config.gcc (vax-*-bsd*): Add vax/bsd.h to ${tm_file}.
1350 * config/vax/bsd.h: New file.
1351 * config/vax/netbsd.h: Add missing notice.
1352 (CPP_PREDEFINES): Remove.
1353 (TARGET_OS_CPP_BUILTINS): Define.
1354 (CPP_SPEC): Use NETBSD_CPP_SPEC.
1355 * config/vax/openbsd.h: Update copyright years.
1356 (CPP_PREDEFINES): Remove.
1357 (TARGET_OS_CPP_BUILTINS): Define.
1358 * config/vax/ultrix.h: Likewise.
1359 * config/vax/vaxv.h: Likewise.
1360 * config/vax/vms.h: Likewise.
1361 * config/vax/vax.h (TARGET_CPU_CPP_BUILTINS): Define.
1362 (CPP_PREDEFINES, CPP_SPEC): Remove.
1363
1364 Wed Jun 12 01:50:28 CEST 2002 Jan Hubicka <jh@suse.cz>
1365
1366 * i386.md (addqi_1_slp, subqi_1_slp
1367 (andqi_ext0, testqi_ext0): Remove unnecesary check.
1368 (addhi*, addqi*): Simplify "dec" condition.
1369 (testsi to testqi splitters): Remove TARGET_PROMOTE_QImode check.
1370 (and, or, xor to QImode splitters): New.
1371 (iorqi_ext*): New.
1372 (xorqi_ext_0): New.
1373 (xorqi_ext_1): Rename to xorqi_ext_2; bring to sync with and versions.
1374 (andqi_ext_1_rex64): New.
1375 (ashrqi*_slp): New.
1376 (ashlqi*_slp): New.
1377 (lshlqi*_slp): New.
1378 (rotrqi3*_slp): New.
1379 (rotlqi3*_slp): New.
1380
1381 2002-06-11 Geoffrey Keating <geoffk@redhat.com>
1382
1383 * config.gcc (powerpc*-*-*, rs6000-*-*-*): Don't bother including
1384 softfloat.h.
1385 * config/rs6000/vxppc.h (CPP_ENDIAN_BIG_SPEC): Delete.
1386 (CPP_ENDIAN_LITTLE_SPEC): Delete.
1387 * config/rs6000/sysv4le.h (CPP_ENDIAN_DEFAULT_SPEC): Delete.
1388 * config/rs6000/sysv4.h (CPP_SYSV_SPEC): Delete _SOFT_FLOAT setting,
1389 __LONG_DOUBLE_128__ setting, _CALL_* setting.
1390 (CPP_DEFAULT_SPEC): Delete.
1391 (CPP_FLOAT_DEFAULT_SPEC): Delete.
1392 (CPP_LONGDOUBLE_DEFAULT_SPEC): Delete.
1393 (CPP_SYSV_DEFAULT_SPEC): Delete.
1394 (CPP_ENDIAN_BIG_SPEC): Delete.
1395 (CPP_ENDIAN_LITTLE_SPEC): Delete.
1396 (CPP_ENDIAN_SPEC): Delete.
1397 (CPP_SPEC): Don't include cpp_endian, cpp_cpu.
1398 (SUBTARGET_EXTRA_SPECS): Delete cpp_sysv_default, cpp_endian_default,
1399 cpp_endian, cpp_endian_big, cpp_endian_little, cpp_float_default,
1400 cpp_longdouble_default.
1401 * config/rs6000/softfloat.h: Delete.
1402 * config/rs6000/rs6000.h (CPP_CPU_SPEC): Delete.
1403 (EXTRA_SPECS): Delete cpp_cpu.
1404 (TARGET_CPU_CPP_BUILTINS): New.
1405 * config/rs6000/rs6000-protos.h (rs6000_cpu_cpp_builtins): New
1406 prototype.
1407 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): New.
1408 * config/rs6000/linux64.h (CPP_PREDEFINES): Remove endianness defines.
1409 (CPP_DEFAULT_SPEC): Delete.
1410 * config/rs6000/eabiaix.h (CPP_SYSV_DEFAULT_SPEC): Delete.
1411 * config/rs6000/darwin.h (CPP_PREDEFINES): Don't define __BIG_ENDIAN__.
1412 * config/rs6000/beos.h (CPP_SPEC): Remove cpp_cpu.
1413 (CPP_DEFAULT_SPEC): Delete.
1414 * config/rs6000/aix51.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
1415 (CPLUSPLUS_CPP_SPEC): Likewise.
1416 (CPP_CPU_SPEC): Delete.
1417 (CPP_DEFAULT_SPEC): Delete.
1418 * config/rs6000/aix43.h (CPP_SPEC): Remove cpp_cpu, -D_ARCH_PPC.
1419 (CPLUSPLUS_CPP_SPEC): Likewise.
1420 (CPP_CPU_SPEC): Delete.
1421 (CPP_DEFAULT_SPEC): Delete.
1422 * config/rs6000/aix41.h (CPP_SPEC): Remove cpp_cpu.
1423 (CPP_DEFAULT_SPEC): Delete.
1424 * config/rs6000/aix.h (CPP_SPEC): Remove cpp_cpu.
1425 (CPP_DEFAULT_SPEC): Delete.
1426
1427 * doc/gty.texi: Small updates.
1428
1429 2002-06-12 Gabriel Dos Reis <gdr@codesourcery.com>
1430
1431 * objc/objc-act.c (warn_with_ivar): Adjust calls to
1432 diagnostic_count_error.
1433 (warn_with_method): Likewise.
1434
1435 * diagnostic.h (warnings_are_errors_message): New field of
1436 diagnostic_context.
1437 (diagnostic_count_error): Rename to diagnostic_count_diagnostic to
1438 match semantics.
1439 * diagnostic.c: Adjust calls to diagnostic_count_error through out.
1440 (diagnostic_count_diagnostic): Make aware of other kinds of
1441 diagnostics.
1442 (diagnostic_initialize): Initialize warnings_are_errors_message field.
1443
1444 2002-06-11 Tom Tromey <tromey@redhat.com>
1445
1446 For PR java/6520:
1447 * fold-const.c (fold_convert): Don't modify existing tree's type.
1448
1449 2002-06-11 Geoffrey Keating <geoffk@redhat.com>
1450
1451 * config/rs6000/ppc-asm.h: Remove some Windows NT leftovers.
1452
1453 2002-06-11 Richard Henderson <rth@redhat.com>
1454
1455 * caller-save.c (init_caller_save): Clear INSN_CODE each iteration.
1456
1457 2002-06-11 Richard Henderson <rth@redhat.com>
1458
1459 * defaults.h (EH_FRAME_SECTION_NAME): Don't define if
1460 DWARF2_UNWIND_INFO is false.
1461
1462 2002-06-11 Bob Wilson <bob.wilson@acm.org>
1463
1464 * config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete.
1465
1466 * config/s390/s390.c (emit_prologue): gen_store_multiple
1467 returns an insn now, not a pattern.
1468
1469 2002-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1470
1471 * Makefile.in (gccinstall.dvi): Pass absolute pathnames to
1472 $(TEXI2DVI) -o.
1473
1474 Tue Jun 11 21:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
1475
1476 * i386.c (x86_promote_QImode): Set for Athlon
1477 (x86_fast_prefix): New global variable.
1478 (x86_arch_always_fancy_math_387): Fix formating.
1479 * i386.h (x86_fast_prefix): Declare
1480 (TARGET_FAST_PREFIX): define.
1481 * i386.md (and to strict_low_part, HI to SI
1482 promoting splitter): Use new macro.
1483
1484 * i386.h (RTX_COSTS): float_extend is not for free for SSE.
1485
1486 2002-06-11 Zack Weinberg <zack@codesourcery.com>
1487
1488 * Makefile.in (distclean): Delete junk left in testsuite
1489 directory, too.
1490
1491 2002-06-11 Jeffrey Law <law@redhat.com>
1492
1493 * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
1494 last insn created by the splitter.
1495
1496 * caller-save.c (init_caller_save): Move creation of SAVEINSN
1497 and RESTINSN into into the scope of the sequence.
1498
1499 * mips.c (mips_expand_prologue): Use emit_jump_insn for trivial
1500 RETURN insns.
1501
1502 * loop.c (loop_regs_scan): Avoid useless generation of REG objects.
1503
1504 * mips.c (function_arg_advance): gen_ashldi3 returns an INSN now,
1505 not the pattern. So extract the pattern from the insn.
1506
1507 * mips.c (embedded_pic_fnaddr_reg): Fix typo.
1508
1509 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
1510
1511 * config/s390/s390.md (movsi): Only use floating point
1512 register alternatives when operands are already fprs.
1513 (movdi_31, movdi_64): Likewise.
1514
1515 2002-06-11 David S. Miller <davem@redhat.com>
1516
1517 * emit-rtl.c (try_split): Do not abort on non-INSN_P.
1518 Only run RTX equality checks on INSN_P rtl.
1519
1520 2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
1521
1522 * config/s390/s390.md (reload_base, ltorg): Remove.
1523 * s390.c (s390_stop_dump_lit_p, s390_dump_literal_pool,
1524 s390_asm_output_pool_prologue, s390_pool_start_insn): Remove.
1525 * s390-protos.h (s390_stop_dump_lit_p, s390_dump_literal_pool,
1526 s390_asm_output_pool_prologue): Likewise.
1527 * s390.h (s390_pool_start_insn): Likewise.
1528
1529 * s390.c (s390_output_symbolic_const): Remove support for
1530 old-style pool chunks.
1531 (s390_function_epilogue): Likewise.
1532 (s390_output_constant_pool): Likewise. Also, fix incorrect
1533 alignment for 64-bit literal pools.
1534 (print_operand_address): Remove 'y' and 'Y' format flags.
1535 * s390.h (ASM_OUTPUT_POOL_PROLOGUE): Remove support for
1536 old-style pool chunks.
1537 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
1538 (ASM_OUTPUT_POOL_EPILOGUE): Remove.
1539 (S390_CHUNK_MAX, S390_CHUNK_OV, S390_POOL_MAX): Remove.
1540
1541 * s390.c (consttable_operand): New function.
1542 * s390-protos.h (consttable_operand): Declare it.
1543 * s390.h (PREDICATE_CODES): Add consttable_operand.
1544 * s390.md (consttable_qi, consttable_hi, consttable_si, consttable_di,
1545 consttable_sf, consttable_df, pool_start_31, pool_end_31,
1546 pool_start_64, pool_end_64, reload_base, reload_base2): New insns.
1547 * s390.c (struct constant, struct constant_pool): New data types.
1548 (constant_modes, gen_consttable): New variables.
1549 (s390_start_pool, s390_end_pool, s390_add_pool,
1550 s390_dump_pool, s390_free_pool): New functions.
1551 (s390_chunkify_pool): Completely reimplement literal pool
1552 overflow handling.
1553
1554 * s390.c (s390_pool_overflow): New variable.
1555 * s390.h (s390_pool_overflow): Declare it.
1556 * s390.md (cjump, icjump): Use it to adapt length for out-of-range
1557 jumps in literal pool overflow situations.
1558
1559 * s390.c (s390_decompose_address): Accept new-style pool chunk offsets.
1560 (s390_frame_info): Account for possible use of RETURN_REGNUM
1561 by new literal pool overflow code.
1562 (s390_emit_prologue): Likewise.
1563
1564 2002-06-05 David S. Miller <davem@redhat.com>
1565
1566 Delete SEQUENCE rtl usage outside of reorg and ssa passes.
1567 * rtl.h (gen_sequence, emit_insns, emit_insns_before,
1568 emit_insns_before_scope, emit_insns_after,
1569 emit_insns_after_scope): Delete declaration.
1570 * ada/misc.c (insert_code_for): Use emit_insn* instead of
1571 emit_insns_foo.
1572 * config/alpha/alpha.c (alpha_set_memflags_1): Abort on SEQUENCE.
1573 (alpha_set_memflags): Fix comment.
1574 (set_frame_related_p): Use get_insns instead of gen_sequence.
1575 * config/alpha/alpha.md (setjmp receiver splitter): Avoid
1576 emitting no insns.
1577 * config/arm/arm.c (arm_finalize_pic): Use get_insns instead of
1578 gen_sequence.
1579 (arm_gen_load_multiple, arm_gen_store_multiple): Likewise.
1580 * config/fr30/fr30.c (fr30_move_double): Likewise.
1581 * config/i386/i386.c (ix86_expand_int_movcc, ix86_expand_movstr):
1582 Likewise.
1583 * config/ia64/ia64.c (spill_restore_mem): Likewise.
1584 * config/ia64/ia64.md (conditional move spliiter): Avoid emitting
1585 no insns.
1586 * config/m32r/m32r.c (gen_split_move_double): Use get_insns
1587 instead of gen_sequence.
1588 * config/mips/mips.c (embedded_pic_fnaddr_reg): Likewise.
1589 (mips_expand_prologue, mips16_gp_pseudo_reg): Likewise.
1590 * config/sh/sh.c (sh_need_epilogue): Likewise.
1591 * config/sparc/sparc.md (current_function_calls_alloca, flat): New
1592 attributes.
1593 (setjmp pattern and split): Use them to avoid splitter which emits
1594 no RTL.
1595 * genattrtab.c (main): Emit include of function.h
1596 * config/stormy16/stormy16.c (xstormy16_split_cbranch): Use
1597 get_insns instead of gen_sequence.
1598 * config/cris/cris.c (cris_split_movdx): Likewise.
1599 * emit-rtl.c (emit_insns*): Kill.
1600 (try_split): Expect insn list instead of SEQUENCE.
1601 (make_jump_insn_raw, make_call_insn_raw): Fix comments.
1602 (emit_*insn*): Reimplement to work with INSN lists and PATTERNs.
1603 Make them abort if a SEQUENCE is given and RTL checking is
1604 enabled.
1605 (emit_*_scope): Don't forget to set scope on final insn.
1606 (gen_sequence): Move from here...
1607 * ssa.c (gen_sequence): To here as private function.
1608 * builtins.c (expand_builtin_apply_args): Use emit_insn_foo, fix
1609 comments.
1610 (expand_builtin_return, expand_builtin_mathfn): Likewise.
1611 (expand_builtin_strlen): Use get_insns instead of gen_sequence.
1612 (expand_builtin_saveregs): Use emit_insn_foo, fix comments.
1613 (expand_builtin_expect_jump): Use get_insns and fix comments.
1614 * calls.c (try_to_integrate): Use emit_insn_foo.
1615 (expand_call, emit_library_call_value_1): Likewise.
1616 * expr.c (emit_queue): Handle insn lists instead of SEQUENCE.
1617 (emit_move_insn_1): Use get_insns instead of gen_sequence.
1618 (expand_expr): Use emit_insn_foo.
1619 * cfgrtl.c (commit_one_edge_insertion): Use emit_insn_foo.
1620 * except.c (build_post_landing_pads): Likewise.
1621 * flow.c (attempt_auto_inc): Likewise.
1622 * stmt.c (expand_fixup, fixup_gotos, expand_nl_handler_label,
1623 expand_nl_goto_receivers, expand_decl_cleanup): Likewise.
1624 * function.c (fixup_var_refs_insn): Use get_insns instead of
1625 gen_sequence.
1626 (fixup_var_refs_1): Likewise and expect insn list from gen_foo.
1627 (fixup_memory_subreg): Use get_insns instead of gen_sequence.
1628 (fixup_stack_1, purge_addressof_1, expand_main_function,
1629 get_arg_pointer_save_area): Likewise.
1630 (optimize_bit_field, instantiate_virtual_regs_1, assign_parms,
1631 expand_function_end): Use emit_insn_foo.
1632 (record_insns, keep_stack_depressed): Work with insn list instead
1633 of SEQUENCE, fix comments.
1634 * ifcvt.c (noce_emit_store_flag, noce_try_store_flag,
1635 noce_try_store_flag_constants, noce_try_store_flag_inc,
1636 noce_try_store_flag_mask, noce_emit_cmove, noce_try_cmove_arith,
1637 noce_try_minmax, noce_try_abs): Use emit_insn_foo.
1638 (noce_process_if_block): Use get_insns instead of gen_sequence.
1639 * optabs.c (add_equal_note): Work with insn list, fix comments.
1640 (expand_binop): Expect insn list from GEN_FCN(), use emit_insn_foo.
1641 (expand_unop, expand_complex_abs, expand_unop_insn,
1642 expand_no_conflict_block): Likewise.
1643 (gen_move_insn): Use get_insns instead of gen_sequence.
1644 (gen_cond_trap): Likewise.
1645 * integrate.c (copy_rtx_and_substitute): Likewise.
1646 (emit_initial_value_sets): Use emit_insn_foo.
1647 * reload1.c (emit_output_reload_insns, emit_reload_insns): Likewise.
1648 (fixup_abnormal_edges): Avoid losing REG_NOTES more intelligently
1649 now that RTL generators give insn lists.
1650 * sibcall.c (replace_call_placeholder): Use emit_insn_foo.
1651 * doloop.c (doloop_modify, doloop_modify_runtime): Use get_insns
1652 instead of gen_sequence.
1653 (doloop_optimize): Work with insn lists instead of SEQUENCE rtl.
1654 * explow.c (emit_stack_save, emit_stack_restore): Use get_insns
1655 instead of gen_sequence.
1656 * loop.c (move_movables, emit_prefetch_instructions,
1657 gen_add_mult, check_dbra_loop, gen_load_of_final_value):
1658 Likewise.
1659 (loop_regs_update): Work with insn list instead of SEQUENCE rtl.
1660 (product_cheap_p): Likewise, and add commentary about RTL wastage
1661 here.
1662 * lcm.c (optimize_mode_switching): Use get_insns instead of
1663 gen_sequence.
1664 * profile.c (gen_edge_profiler): Likewise.
1665 * regmove.c (copy_src_to_dest): Likewise.
1666 * reg-stack.c (compensate_edge): Likewise and fix comment.
1667 * gcse.c (process_insert_insn): Likewise.
1668 (insert_insn_end_bb): Work with insn list instead of SEQUENCE rtl.
1669 * jump.c (delete_prior_computation): Update comment.
1670 * genemit.c (gen_expand, gen_split, main): Use get_insns instead
1671 of gen_sequence, update comments to match.
1672 * recog.c (peephole2_optimize): Work with insn lists instead of
1673 SEQUENCE rtl.
1674 * sched-vis.c (print_pattern): Abort on SEQUENCE.
1675 * unroll.c (unroll_loop, find_splittable_givs, final_giv_value):
1676 Use get_insns instead of gen_sequence.
1677 (copy_loop_body): Likewise and don't emit dummy NOTE.
1678 * genrecog.c: Don't mention SEQUENCE rtl in comments.
1679 * combine.c (try_combine): Expect insn lists from split generator.
1680 * reorg.c (relax_delay_slots): Emit SEQUENCE into insn list by
1681 hand.
1682
1683 2002-06-11 Roger Sayle <roger@eyesopen.com>
1684 Andreas Jaeger <aj@suse.de>
1685
1686 * cfgbuild.c: Update copyright years.
1687
1688 2002-06-11 Andreas Schwab <schwab@suse.de>
1689
1690 * config/m68k/m68k.h (PREDICATE_CODES): Define.
1691
1692 2002-06-11 Eric Christopher <echristo@redhat.com>
1693
1694 * doc/tm.texi (Run-time Target): Add comment about flag_iso
1695 and strict ANSI.
1696 * config/mips/ecoff.h (CPP_PREDEFINES): Remove.
1697 * config/mips/ecoffl.h: Ditto.
1698 * config/mips/elf64.h (SUBTARGET_CPP_SPEC): Remove.
1699 (CPP_PREDEFINES): Ditto.
1700 * config/mips/elfl64.h: Ditto.
1701 * config/mips/elfl.h: Ditto.
1702 * config/mips/iris3.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): #if 0
1703 out until irix header consolidation.
1704 * config/mips/iris5.h (CPP_PREDEFINES, SUBTARGET_CPP_SPEC): Replace
1705 with SUBTARGET_OS_CPP_BUILTINS.
1706 * config/mips/iris6.h: Ditto.
1707 (CPLUSPLUS_CPP_SPEC): Remove.
1708 * config/mips/linux.h: Ditto.
1709 * config/mips/netbsd.h: Ditto.
1710 * config/mips/openbsd.h: Ditto.
1711 * config/mips/rtems.h: Ditto.
1712 * config/mips/rtems64.h: Ditto.
1713 * config/mips/sni-svr4.h: Ditto.
1714 * config/mips/mips.h (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4,
1715 ISA_MIPS32, ISA_MIPS64): New defines.
1716 (GENERATE_MULT3_SI, HAVE_SQRT_P, ISA_HAS_64BIT_REGS,
1717 ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE, ISA_HAS_8CC, ISA_HAS_FP4,
1718 ISA_HAS_COND_TRAP, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
1719 ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Use.
1720 (TARGET_CPU_CPP_BUILTINS): Define.
1721 (CPP_PREDEFINES, LONG_MAX_SPEC, CPP_FPR_SPEC, CPP_SPEC): Remove.
1722 * config/mips/mips.md (mulsi3_mult3): Use ISA_MIPS32/64.
1723 (movdicc): Remove check for ISA_MIPS32.
1724 (bunordered, bordered, bungt, bunlt, buneq, bunge, bunle,
1725 sunordered_df, sunordered_sf, sordered_df, sordered_sf,
1726 sunlt_df, sunlt_sf, sungt_df, sungt_sf, suneq_df, suneq_sf, sunge_df,
1727 sunge_sf, sunle_df, sunle_sf): New patterns.
1728
1729 2002-06-11 Neil Booth <neil@daikokuya.demon.co.uk>
1730
1731 * Makefile.in: Update cppmain.o.
1732 * cpphash.h (struct cpp_reader): Move some members to a
1733 nested structure.
1734 (trad_line): Rename saved_line.
1735 (_cpp_read_logical_line_trad): Update.
1736 (_cpp_remove_overlay): New.
1737 * cppinit.c (cpp_create_reader): No need to set saved_line.
1738 (cpp_destroy): Update.
1739 (cpp_read_main_file): Only overlay if compiling.
1740 * cpplex.c (continue_after_nul): Return false if in directive.
1741 * cpplib.c (EXPAND): New.
1742 (directive_table, SEEN_EOL): Update.
1743 (end_directive): Remove overlay if traditional; don't skip
1744 line in traditional #define.
1745 (prepare_directive_trad): New.
1746 (_cpp_handle_directive, run_directive): Update for traditional
1747 directives.
1748 (lex_macro_node): Simplify, don't use lex_identifier_trad.
1749 * cpplib.h (struct options): Add preprocess_only.
1750 * cppmain.c: Don't include intl.h.
1751 (cpp_preprocess_file): Set options->preprocess_only.
1752 (scan_translation_unit_trad): Fix, and print line numbers.
1753 * cpptrad.c (check_output_buffer, lex_identifier, scan_parameters,
1754 maybe_start_funlike, scan_out_logical_line, replace_args_and_push,
1755 save_replacement_text, _cpp_create_trad_definition): Update for
1756 variable renaming.
1757 (_cpp_overlay_buffer): Save line number.
1758 (_cpp_remove_overlay): Rename from restore_buff, restore line.
1759 (_cpp_read_logical_line_trad): Don't handle overlays here.
1760 (scan_out_logical_line): Process directives.
1761
1762 2002-06-11 Danny Smith <dannysmith@users.sourforge.net>
1763
1764 * gthr-win32.h: Wrap functions in extern "C".
1765 (__gthread_key_t): Typedef as unsigned long,
1766 not win32 DWORD.
1767 (__GTHREAD_ONCE_INIT): Use 0, not win32 FALSE.
1768 (__gthread_mutex_t): Typedef as void*, not win32 HANDLE.
1769 (__gthr_win32_once, __gthr_win32_key_create,
1770 __gthr_win32_key_delete, __gthr_win32_getspecific,
1771 __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
1772 __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
1773 __gthr_win32_mutex_unlock): Declare.
1774 (__gthread_once,__gthread_key_create,
1775 __gthread_key_delete, __gthread_getspecific,
1776 __gthread_setspecific, __gthread_mutex_init_function,
1777 __gthread_mutex_lock,__gthread_mutex_trylock,
1778 __gthread_mutex_unlock): Call corresponding
1779 __gthr_win32_* extern implementations if #defined
1780 __GTHREAD_HIDE_WIN32API.
1781 * config/i386/t-mingw32 (LIB2FUNCS_EXTRA): Set to
1782 $(srcdir)/config/i386/gthr-win32.c
1783 * config/i386/gthr-win32.c: New implementation file.
1784 (__gthr_win32_once, __gthr_win32_key_create,
1785 __gthr_win32_key_delete, __gthr_win32_getspecific,
1786 __gthr_win32_setspecific, __gthr_win32_mutex_init_function,
1787 __gthr_win32_mutex_lock,__gthr_win32_mutex_trylock,
1788 __gthr_win32_mutex_unlock): New functions, based on
1789 static inlines in gthr-win32.h.
1790
1791 2002-06-10 Bob Wilson <bob.wilson@acm.org>
1792
1793 * config/xtensa/xtensa.c (override_options): Don't warn about
1794 using -fpic or -fPIC when PIC is enabled by default.
1795
1796 2002-06-10 Roger Sayle <roger@eyesopen.com>
1797
1798 * toplev.c (rest_of_compilation): Revert flag_if_conversion change.
1799
1800 2002-06-10 Zack Weinberg <zack@codesourcery.com>
1801
1802 * Makefile.in (MACHMODE_H): Add @extra_modes_file@.
1803 * configure.in: If $srcdir/config/${cpu_type}/${cpu_type}-modes.def
1804 exists, substitute its pathname as @extra_modes_file@, define
1805 EXTRA_MODES_FILE to be an appropriate string to #include it
1806 with, and define EXTRA_CC_MODES to 1.
1807
1808 * machmode.def: Update comments. Include EXTRA_MODES_FILE if
1809 it's defined. Get rid of redundancy in calling sequence for
1810 CC; don't use it to define CCmode, to avoid a warning.
1811 * libgcc2.c: Include symcat.h for the sake of machmode.def.
1812
1813 * arc-modes.def, arm-modes.def, c4x-modes.def, i386-modes.def,
1814 i960-modes.def, ia64-modes.def, m88k-modes.def, mmix-modes.def,
1815 pa-modes.def, pdp11-modes.def, rs6000-modes.def, sparc-modes.def:
1816 New files.
1817 * arc.h, arm.h, c4x.h, i386.h, i960.h, ia64.h, m88k.h, mmix.h,
1818 pa.h, pdp11.h, rs6000.h, sparc.h: Don't define EXTRA_CC_MODES.
1819
1820 * doc/sourcebuild.texi, doc/tm.texi: Document new scheme for
1821 defining extra CC modes.
1822
1823 2002-06-10 Roger Sayle <roger@eyesopen.com>
1824 Andreas Jaeger <aj@suse.de>
1825
1826 * cfgrtl.c (create_basic_block_structure): Remove index argument
1827 and use last_basic_block++ instead. (create_basic_block): Update.
1828 * cfgbuild.c (find_basic_blocks_1): Likewise.
1829
1830 * cfgrtl.c (compute_bb_for_insn): Remove unused "max" argument.
1831 * haifa-sched.c (sched_init): Update compute_bb_for_insn caller.
1832 * sched-ebb.c (schedule_ebbs): Likewise.
1833 * sched-rgn.c (schedule_insns): Likewise.
1834 * ssa-ccp.c (ssa_const_prop): Likewise.
1835 * ssa-dcs.c (ssa_eliminate_dead_code): Likewise.
1836 * toplev.c (rest_of_compilation): Likewise.
1837 * config/ia64/ia64.c (ia64_reorg): Likewise.
1838
1839 2002-06-10 Roger Sayle <roger@eyesopen.com>
1840
1841 * simplify-rtx.c (simplify_replace_rtx): Allow replacement
1842 of matching registers.
1843
1844 2002-06-10 Roger Sayle <roger@eyesopen.com>
1845
1846 * toplev.c (rest_of_compilation): Disable early if-conversion pass.
1847 * gcse.c (bypass_conditional_jumps): Fix typo in setcc test.
1848
1849 2002-06-10 Hans-Peter Nilsson <hp@bitrange.com>
1850
1851 * config/mmix/mmix.h: Improve comments.
1852 (CPP_SPEC, CPP_PREDEFINES): Don't define.
1853 (TARGET_CPU_CPP_BUILTINS): Define.
1854 (CANONICALIZE_COMPARISON): Don't define, replace with comment.
1855 (PREDICATE_CODES) <"mmix_reg_or_8bit_or_256_operand">: Remove
1856 unused predicate.
1857 * config/mmix/mmix.c (MMIX_OUTPUT_REGNO): Add cast to avoid
1858 compiler warning.
1859 (mmix_constant_address_p): Remove another
1860 redundant test before case.
1861 (mmix_canonicalize_comparison): Remove unused function.
1862 (mmix_print_operand_address): Don't test and adjust for operand in
1863 non-canonical format.
1864 (mmix_reg_or_8bit_or_256_operand): Remove unused predicate.
1865 (mmix_gen_compare_reg): Don't use CANONICALIZE_COMPARISON.
1866
1867 2002-06-10 Zack Weinberg <zack@codesourcery.com>
1868
1869 * config/m32r/m32r.h: Don't define SELECT_CC_MODE.
1870 * config/m32r/m32r-protos.h: Don't prototype m32r_select_cc_mode.
1871 * config/m32r/m32r.c: Don't define m32r_select_cc_mode.
1872 (gen_compare): Use CCmode unconditionally.
1873
1874 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1875
1876 PR optimization/6759
1877 * cse.c (cse_insn): Fold src_eqv just once, store it folded back into
1878 the REQ_EQUAL note.
1879
1880 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1881
1882 PR c/6660
1883 * c-decl.c (grokfield): Allow user defined types if they declare
1884 structs or unions for unnamed fields.
1885
1886 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1887
1888 PR c/6809
1889 * print-rtl.c (print_mem_expr): Don't crash on unnamed fields.
1890
1891 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1892
1893 PR optimization/6842
1894 * combine.c (combine_simplify_rtx) [SUBREG]: Don't ICE if VOIDmode
1895 operand subreg cannot be simplified.
1896
1897 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1898
1899 * varasm.c (const_hash): Handle FDESC_EXPR like ADDR_EXPR.
1900 (compare_constant): Likewise.
1901 (output_addressed_constants): Likewise.
1902
1903 2002-06-10 Jakub Jelinek <jakub@redhat.com>
1904
1905 * cfgcleanup.c (try_optimize_cfg): Make sure merge_blocks doesn't
1906 merge bb with itself.
1907
1908 2002-06-10 Richard Henderson <rth@redhat.com>
1909
1910 * config/alpha/alpha.md (builtin_zap): Fix thinkos expanding mask.
1911 (builtin_zapnot): Likewise.
1912
1913 * config/alpha/ev5.md: Don't combine shift and mvi insns in one
1914 reservation.
1915
1916 2002-06-10 Eric Christopher <echristo@redhat.com>
1917
1918 * config/i386/i386.c (ix86_osf_output_function_prologue): Remove
1919 prototype and function.
1920 (TARGET_ASM_FUNCTION_PROLOGUE): Remove OSF version.
1921 (call_insn_operand): Remove half pic references.
1922 (legitimate_address_p): Ditto.
1923 * config/i386/i386.h: Remove half pic defines.
1924
1925 2002-06-10 Eric Christopher <echristo@redhat.com>
1926
1927 * doc/extend.texi (Return Address): Add note explaining the side-
1928 effects of inlining on __builtin_return_address.
1929
1930 2002-06-10 Tom Tromey <tromey@redhat.com>
1931
1932 * Makefile.in (LANGHOOKS_DEF_H): Include langhooks-def.h.
1933 (c-common.o): Depend on langhooks.h.
1934
1935 2002-06-10 Neil Booth <neil@daikokuya.demon.co.uk>
1936
1937 * cpphash.h (_cpp_read_logical_line_trad,
1938 _cpp_expansions_different_trad): Update prototypes.
1939 * cpplex.c (continue_after_nul): New.
1940 * cppmain.c: Include cpphash.h.
1941 (scan_translation_unit_trad): New.
1942 (cpp_preprocess_file): Call it.
1943 * cpptrad.c (_cpp_read_logical_line_trad): Take new parameter
1944 overlay.
1945 (_cpp_expansions_different_trad): Update prototype.
1946
1947 Mon Jun 10 18:02:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
1948
1949 Fix cfi generation for SH[1-4]:
1950
1951 * sh.c (frame_insn): New function.
1952 (output_stack_adjust): Add parameter emit_fn. All callers changed.
1953 (push): Now returns rtx. Use frame_insn.
1954 (sh_expand_prologue): Clear RTX_FRAME_RELATED_P for second push
1955 of a DF register.
1956 * sh.h (INCOMING_RETURN_ADDR_RTX, DWARF_FRAME_RETURN_COLUMN): Define.
1957
1958 2002-06-10 Zack Weinberg <zack@codesourcery.com>
1959
1960 * Makefile.in (STAGESTUFF): Add s-gtype, gt-*.h, gtype-*.h,
1961 and gtype-desc.c.
1962 (mostlyclean): Delete specs.h, options.h, gencheck.h here...
1963 (distclean): ... not here. But do delete all testsuite/*.log,
1964 testsuite/*.sum files here. Delete mkheaders. Delete
1965 po/*.gmo and the testsuite directory in a split tree build.
1966
1967 2002-06-10 Jeffrey Law <law@redhat.com>
1968
1969 * alias.c (static_reg_base_value): New to hold RTL for
1970 items allocated once per function for the aliasing code.
1971 (init_alias_once_per_function): Initialize static_reg_base_value.
1972 (init_alias_analysis): Avoid throw-away allocations of RTL by
1973 using pre-computed values in static_reg_base_value.
1974 * function.c (prepare_function_start): Call
1975 init_alias_once_per_function appropriately.
1976 * rtl.h (init_alias_once_per_function): Declare.
1977 * caller-save (init_caller_save): Restructure slightly to
1978 avoid lots of silly RTL generation.
1979 * expr.c (init_expr_once): Likewise.
1980 * reload1.c (reload_cse_regs_1): Allocate throw-away register
1981 RTL object here. Pass it into children.
1982 (reload_cse_simplify_operands): Use passed-in register RTL
1983 object.
1984 (reload_cse_simplify): Pass through throw-away register
1985 RTL object.
1986
1987 2002-06-10 Daniel Berlin <dberlin@dberlin.org>
1988
1989 * Makefile.in (ssa.o): Add dependency on $(RTL_H), which was missing.
1990
1991 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
1992
1993 * gcc.c (process_command): Avoid assignment to read-only location.
1994 Fix sizeof calculation.
1995
1996 2002-06-10 Neil Booth <neil@daikokuya.demon.co.uk>
1997
1998 * cpphash.h (struct cpp_macro): Put comments on their own lines.
1999 (_cpp_expansions_different_trad): New.
2000 * cppmacro.c (warn_of_redefinition): Fix for traditional case.
2001 * cpptrad.c (canonicalize_text): New.
2002 (scan_out_logical_line): Handle no arguments correctly.
2003 (save_replacement_text): Commit memory when finished.
2004 (_cpp_expansions_different_trad): New.
2005
2006 2002-06-10 Tim Josling <tej@melbpc.org.au>
2007
2008 * gengtype.c (unnamed enum containing BASE_FILE_*): Add languages
2009 TREELANG and COBOL.
2010 (lang_names): Add treelang and cobol.
2011 (get_file_basename): Add code to support treelang and cobol as
2012 4th and 5th users of c-common.c.
2013
2014 2002-06-09 Geoffrey Keating <geoffk@redhat.com>
2015
2016 * Makefile.in (install-driver): Install driver as
2017 $(target_alias)-gcc-$(version).
2018 * gcc.c (spec_version): Make const.
2019 (process_command): Handle -V and -b by using exec.
2020 * doc/invoke.texi (Target Options): Restore -V option,
2021 update docs for -b option.
2022
2023 2002-06-10 Tim Josling <tej@melbpc.org.au>
2024
2025 * configure.in (remaining_languages_check):
2026 Added check that all languages specified were found.
2027 Exit if not found. Previous behaviour was silent failure.
2028 * configure: Regenerated.
2029
2030 2002-06-10 Tim Josling <tej@melbpc.org.au>
2031
2032 First steps to making treelang documentation compliant, based on
2033 instructions in sourcebuild.texi. Also add to gcc.c list of
2034 default languages.
2035
2036 * doc/contrib.texi: Add self as contributor of treelang.
2037
2038 * doc/frontends.texi: Add mention of treelang.
2039
2040 * doc/invoke.texi (Overall Options): Add mention of treelang.
2041
2042 * doc/standards.texi: Add mention of treelang.
2043
2044 2002-06-09 Hans-Peter Nilsson <hp@axis.com>
2045
2046 * config/cris/cris.c: Include ggc.h
2047
2048 2002-06-09 Neil Booth <neil@daikokuya.demon.co.uk>
2049
2050 * cpphash.h (_cpp_push_text_context): Update.
2051 (_cpp_arguments_ok): New.
2052 * cppmacro.c (_cpp_arguments_ok): New, split out from...
2053 (collect_args): ...here.
2054 (_cpp_push_text_context): Change inputs.
2055 * cpptrad.c (struct fun_macro, maybe_start_funlike, save_argument,
2056 replace_args_and_push): New.
2057 (lex_identifier, _cpp_lex_identifier_trad, scan_parameters):
2058 Don't use IS macros directly.
2059 (scan_out_logical_line): Handle function-like macro argument
2060 collection.
2061 (push_replacement_text): Update.
2062 (replacement_length): Remove.
2063 (_cpp_create_trad_definition): Don't skip whitespace before
2064 checking for '('.
2065
2066 2002-06-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
2067
2068 * config/avr/avr.c (avr_mcu_types): Update for new devices.
2069 * config/avr/avr.h (TARGET_SWITCHES, AVR_MEGA): Add -mshort-calls.
2070 (LINK_SPEC, CRT_BINUTILS_SPECS): Update for new devices.
2071 * config/avr/avr.md ("type" and "length" attributes): New type
2072 "xcall", length 1 or 2 if AVR_MEGA. Use in all patterns that
2073 output a single "call" or "rcall" insn depending on device size.
2074 * config/avr/t-avr (MULTILIB_MATCHES): Update for new devices.
2075
2076 2002-06-09 David Edelsohn <edelsohn@gnu.org>
2077
2078 * config/rs6000/{aix43.h,aix5.1} (ASM_CPU_SPEC): Add power3
2079 synonym for 630. Add power4. Remove embedded processors. Use -m604
2080 assembler option.
2081 (CPP_CPU_SPEC): Add power3 and power4.
2082 (PROCESSOR_DEFAULT): Change to 604e.
2083 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Similar additions.
2084 (CPP_CPU_SPEC): Similar additions.
2085 (enum process_type): Add POWER4.
2086 (RTX_COSTS): Add POWER4.
2087 (CPP_CPU_SPEC): Similar additions.
2088 * config/rs6000/linux64.h (PROCESSOR_DEFAULT): Define.
2089 (PROCESSOR_DEFAULT64): Define.
2090 * config/rs6000/rs6000.c (rs6000_override_options): Add power4.
2091 (rs6000_adjust_cost): Add 603, 604, 604e, 620, 630, Power4 to
2092 branch adjustment.
2093 (rs6000_issue_rate): Add Power4.
2094 * config/rs6000/rs6000.md (cpu attr): Add power4.
2095 (iu compare): Remove 604, 604e, 620, 630.
2096 Add basic Power4 scheduling information.
2097 (mfcr/mtcrf): Change type attribute to cr_logical.
2098
2099 2002-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2100
2101 * gengtype.h (error_at_line): Use PARAMS, not VPARAMS. Add
2102 ATTRIBUTE_PRINTF_2.
2103 * gengtype-lex.l: Fix format specifier warning.
2104
2105 * genautomata.c: Don't include ctype.h or limits.h. Use ISSPACE,
2106 not isspace.
2107 * gengtype-lex.l: Don't include ctype.h and use ISSPACE/ISIDNUM in
2108 lieu of isspace/IDchar.
2109 * gengtype.c: Likewise for ctype.h and ISALNUM vs isalnum.
2110 * read-rtl.c: Likewise for ctype.h. Don't define ISDIGIT or
2111 ISSPACE.
2112
2113 2002-06-08 Zack Weinberg <zack@codesourcery.com>
2114
2115 * Makefile.in (LIBCPP_OBJS): Take out version.o.
2116 * cpphash.h (cpp_reader): Take out print_version member.
2117 * cppinit.c: (cpp_handle_option): Don't do anything with
2118 -version. Just set help_only for --version, --target-help.
2119 Just set verbose option for -v.
2120 (cpp_post_options): Don't print a version string.
2121
2122 2002-06-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
2123
2124 * config/avr/avr.c (TARGET_SECTION_TYPE_FLAGS): New.
2125 (avr_section_type_flags): New, handle .noinit* sections.
2126
2127 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2128
2129 * config/sh/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): Define
2130 and include netbsd_entry_point.
2131 (SUBTARGET_LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
2132 (NETBSD_ENTRY_POINT): Define.
2133
2134 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2135
2136 * config/sh/sh.h (SUBTARGET_EXTRA_SPECS): Define empty
2137 if not already defined.
2138 (EXTRA_SPECS): Add SUBTARGET_EXTRA_SPECS.
2139
2140 2002-06-08 Marek Michalkiewicz <marekm@amelek.gda.pl>
2141
2142 * config/avr/avr.c (avr_regs_to_save): No need to save any registers
2143 in a noreturn function.
2144 (avr_output_function_prologue, avr_output_function_epilogue):
2145 Correct function size calculation. Do not crash on empty function.
2146 (avr_output_function_epilogue): No need for epilogue after a BARRIER.
2147
2148 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2149
2150 * config/mips/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
2151 netbsd_link_spec and netbsd_entry_point.
2152 (LINK_SPEC): Use %(netbsd_link_spec).
2153 (NETBSD_ENTRY_POINT): Define.
2154
2155 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2156
2157 * config/sparc/netbsd-elf.h (LINK_ARCH32_SPEC): Only specify
2158 linker emulation.
2159 (LINK_ARCH64_SPEC): Likewise.
2160 (LINK_SPEC, NETBSD_ENTRY_POINT): Define.
2161 (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and netbsd_entry_point.
2162
2163 2002-06-08 Marc Espie <espie@openbsd.org>
2164
2165 * lists.c (free_list): Fix typo in comment.
2166
2167 2002-06-08 Andreas Jaeger <aj@suse.de>
2168
2169 * lcm.c (optimize_mode_switching): Add unused attribute for
2170 variable.
2171
2172 * sched-deps.c (sched_analyze): Remove unused variable.
2173
2174 2002-06-08 Gabriel Dos Reis <gdr@codesourcery.com>
2175
2176 * diagnostic.def: Don't capitalize diagnostict descriptors.
2177
2178 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2179
2180 * config/m68k/netbsd-elf.h (EXTRA_SPECS): Add netbsd_entry_point.
2181 (LINK_SPEC): Define as NETBSD_LINK_SPEC_ELF.
2182 (NETBSD_ENTRY_POINT): Define.
2183
2184 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2185
2186 * config/i386/netbsd-elf.h (LINK_SPEC): Define as
2187 NETBSD_LINK_SPEC_ELF.
2188 (SUBTARGET_EXTRA_SPECS): Add netbsd_entry_point.
2189 (NETBSD_ENTRY_POINT): Define.
2190 * config/i386/netbsd64.h (LINK_SPEC): Use %(netbsd_link_spec).
2191 (SUBTARGET_EXTRA_SPECS): Add netbsd_link_spec and
2192 netbsd_entry_point.
2193 (NETBSD_ENTRY_POINT): Define.
2194
2195 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2196
2197 * config/alpha/netbsd.h (SUBTARGET_EXTRA_SPECS): Add
2198 netbsd_link_spec and netbsd_entry_point.
2199 (LINK_SPEC): Use %(netbsd_link_spec).
2200 (NETBSD_ENTRY_POINT): Define.
2201
2202 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2203
2204 * config/netbsd-elf.h (LINK_SPEC): Rename to...
2205 (NETBSD_LINK_SPEC_ELF): ...this. Use %(netbsd_entry_point)
2206 to specify program entry point.
2207
2208 2002-06-07 Jeff Law <law@redhat.com
2209
2210 * emit-rtl.c (init_emit): Add hard registers to regno_reg_rtx.
2211 * combine.c (move_deaths): Use regno_reg_rtx for hard regs rather
2212 than creating a new register.
2213 (distribute_notes): Likewise.
2214 * df.c (df_reg_use_gen): Likewise.
2215 (df_reg_clobber_gen): Likewise.
2216 (df_ref_record): Likewise.
2217 * expr.c (use_regs): Likewise.
2218 * flow.c (propagate_one_insn): Likewise.
2219 (mark_set_1): Likewise.
2220 (mark_used_reg): Likewise.
2221 * reload.c (emit_reload_insns): Likewise.
2222
2223 2002-06-07 Roger Sayle <roger@eyesopen.com>
2224
2225 * simplify-rtx.c (simplify_gen_relational): Simplify RTL of the form
2226 (ne (comp x y) 0) into (comp x y) where comp is a comparison code.
2227 Simplify (eq (comp x y) 0) into (revcomp x y) if the sense of the
2228 comparison code comp can be reversed.
2229
2230 2002-06-07 Roger Sayle <roger@eyesopen.com>
2231
2232 * fold-const.c (fold) [EQ_EXPR]: Place both integer and real
2233 constants last in comparisons. Optimize (x+1.0)>0.0 into the
2234 equivalent x > -1.0 when -ffast-math.
2235
2236 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
2237
2238 * config.gcc (mips*-*-netbsd*): Add mips/t-netbsd to ${tmake_file}.
2239 * config/mips/t-netbsd: New file.
2240
2241 2002-06-07 Zack Weinberg <zack@codesourcery.com>
2242
2243 * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
2244 options their own entries.
2245 (parse_option): Clarify comment.
2246 (cpp_handle_option): Remove 'ignore' parameter and OPT_W
2247 special case. Replace if/strcmp chain for -W options with
2248 use of new OPT_* entries for them.
2249 (cpp_handle_options): Update to match.
2250 * cpplib.h: Remove last parameter to cpp_handle_option from prototype.
2251 * c-decl.c: Update call to cpp_handle_option.
2252
2253 2002-06-07 Akim Demaille <akim@epita.fr>
2254
2255 * gengtype-yacc.y (optionseqopt): Add the ending `;' to the action.
2256 Whitespace changes.
2257
2258 2002-06-07 Jeffrey Law <law@redhat.com>
2259
2260 * sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list
2261 on empty lists.
2262
2263 2002-06-07 H.J. Lu (hjl@gnu.org)
2264
2265 * configure.in: Add --enable-__cxa_atexit.
2266 * configure: Regenerated.
2267 * config.in: Likewise.
2268
2269 * defaults.h (DEFAULT_USE_CXA_ATEXIT): New. Defined to be 0 if
2270 not defined.
2271
2272 2002-06-07 Gabriel Dos Reis <gdr@merlin.nerim.net>
2273
2274 * diagnostic.c (diagnostic_build_prefix): Fix initialization.
2275
2276 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
2277
2278 * config/mips/netbsd.h (CACHE_FLUSH_FUNC): Define.
2279
2280 2002-06-07 Jason Merrill <jason@redhat.com>
2281
2282 * cppexp.c (num_equality_op): Use a temporary variable to work
2283 around gcc 3.0.4 bug.
2284
2285 2002-06-07 Gabriel Dos Reis <gdr@codesourcery.com>
2286
2287 * diagnostic.c (diagnostic_build_prefix): Tidy.
2288
2289 2002-06-07 Neil Booth <neil@daikokuya.demon.co.uk>
2290
2291 * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
2292 scan_parameters, save_replacement_text, replacement_length): New.
2293 (scan_out_logical_line): Take a macro and save parameters if
2294 non-NULL.
2295 (_cpp_logical_line_trad): Update.
2296 (_cpp_create_trad_definition): Update to handle function-like
2297 macros.
2298 * cpplex.c (new_buff): Update.
2299 (struct dummy, DEFAULT_ALIGNMENT, CPP_ALIGN): Move...
2300 * cpphash.h: ...here.
2301 (CPP_ALIGN2, _cpp_save_parameter): New.
2302 * cppmacro.c (save_parameter): Rename, export.
2303 (parse_params): Update.
2304
2305 2002-06-07 Andreas Jaeger <aj@suse.de>
2306
2307 * config/mmix/mmix.c: Remove extra broken prototype for
2308 mmix_init_machine_status.
2309
2310 2002-06-06 Geoffrey Keating <geoffk@redhat.com>
2311
2312 * gengtype.c: Add comments before all the routines.
2313
2314 2002-06-07 Jason Thorpe <thorpej@wasabisystems.com>
2315
2316 * config.gcc (sh5*-*-netbsd*): Remove sh/t-netbsd-sh5-32
2317 from and add t-sh64 to ${tmake_file}.
2318 (sh64*-*-netbsd*): Add t-sh64 to ${tmake_file}.
2319 * config/sh/t-netbsd-sh5 (LIB1ASMFUNCS): Remove.
2320 * config/sh/t-netbsd-sh5-32: Remove.
2321 * config/sh/t-netbsd-sh5-64 (MULTILIB_OPTIONS): Use
2322 MULTILIB_ENDIAN.
2323 (MULTILIB_DIRNAMES): Define.
2324
2325 Thu Jun 6 23:14:46 CEST 2002 Jan Hubicka <jh@suse.cz>
2326
2327 * i386.md (and promoting splitters): Disable QI to SImode promoting
2328 when doing so changes immediate to be 32bit.
2329
2330 * rtl.h (emit_*_scope): Declare.
2331 * emit-rtl.c (emit_*_scope): New global functions.
2332 (try_split): Copy scope.
2333 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
2334 noce_try_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
2335 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
2336 noce_process_if_block, find_cond_trap): Copy scopes.
2337 * recog.c (peephole2_optimize): likewise.
2338
2339 2002-06-06 Jeffrey Law <law@redhat.com>
2340
2341 * h8300.h (OK_FOR_U): Fix thinko exposed by flag checking.
2342
2343 Thu Jun 6 21:06:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
2344
2345 * gengtype-lex.l (INITIAL): New rule for "'"("\\".|[^\\])"'".
2346
2347 2002-06-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2348
2349 * Makefile.in (TEXI_GCCINSTALL_FILES): Define.
2350 ($(docdir)/gccinstall.info): New target.
2351 (info): Depend on it.
2352 (gccinstall.dvi): New target.
2353 (dvi): Depend on it.
2354 * doc/.cvsignore: Ignore new info files.
2355 * doc/install.texi (@setfilename): Reflect new info filename.
2356
2357 Thu Jun 6 15:57:23 2002 J"orn Rennecke <joern.rennecke@superh.com>
2358
2359 * sh.c (machine_dependent_reorg): Don't set RTX_UNCHANGING_P
2360 on an UNSPEC.
2361
2362 Thu Jun 6 07:17:43 2002 Nicola Pero <n.pero@mi.flashnet.it>
2363
2364 PR objc/6834
2365 * objc/objc-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define to be
2366 c_common_get_alias_set.
2367 (LANG_HOOKS_SAFE_FROM_P): Define to be c_safe_from_p.
2368
2369 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
2370
2371 * emit-rtl.c (get_first_nonnote_insn, get_last_nonnote_insn): New
2372 functions.
2373 * rtl.h (get_first_nonnote_insn, get_last_nonnote_insn): Declare.
2374 * avr/avr.c (avr_output_function_epilogue): Use above to determine
2375 function size.
2376 * pa/pa.c (pa_output_function_prologue): Likewise.
2377
2378 2002-06-05 David S. Miller <davem@redhat.com>
2379
2380 * integrate.c (subst_constants): Handle 'B' RTL format.
2381
2382 2002-06-05 Eric Christopher <echristo@redhat.com>
2383
2384 * varasm.c (make_decl_rtl): Fix comment for removed
2385 halfpic.c.
2386
2387 2002-06-05 Eric Christopher <echristo@redhat.com>
2388
2389 * Makefile.in: Remove missed halfpic bits.
2390
2391 2002-06-05 Eric Christopher <echristo@redhat.com>
2392
2393 * toplev.c: Remove half-pic.
2394 * config/mips/mips.c: Ditto.
2395 * config/mips/mips.h: Ditto. Remove unused defines.
2396 * config/mips/openbsd.h: Update comment to reflect above.
2397 * config/mips/mips.md: Remove half-pic constraints.
2398 * halfpic.h: Delete.
2399 * halfpic.c: Ditto.
2400
2401 2002-06-05 Jeffrey Law <law@redhat.com>
2402
2403 * pa.h (EXTRA_CONSTRAINT, T case): Further refine so that it
2404 rejects (mem (lo_sum (reg) (unspec))), but will allow
2405 (mem (lo_sum (reg) (symbol_ref)) for PA2.0.
2406
2407 2002-06-05 Neil Booth <neil@daikokuya.demon.co.uk>
2408
2409 * cpphash.h (_cpp_create_definition): Update prototype.
2410 (_cpp_push_text_context, _cpp_create_trad_definition): New.
2411 ( cpp_lex_identifier_trad): New.
2412 (_cpp_set_trad_context): New.
2413 * cppinit.c (cpp_finish_options): Don't conditionalize builtins.
2414 * cpplib.c (SEEN_EOL): Update.
2415 (lex_macro_node): Update for -traditional.
2416 (cpp_push_buffer, _cpp_pop_buffer): Similarly.
2417 * cppmacro.c (_cpp_create_definition): Split into
2418 create_iso_definition() and _cpp_create_trad_definition().
2419 (warn_of_redefinition): Update prototype; handle traditional
2420 macros.
2421 (_cpp_push_text_context): New.
2422 * cpptrad.c (skip_whitespace, push_replacement_text): New.
2423 (lex_identifier): Call ht_lookup with correct start.
2424 (_cpp_lex_identifier_tradm _cpp_create_trad_definition,
2425 _cpp_set_trad_context): New.
2426 (scan_out_logical_line): Update to handle changing contexts.
2427
2428 Wed Jun 5 20:42:31 2002 J"orn Rennecke <joern.rennecke@superh.com>
2429
2430 * config.gcc (sh-*-elf*, sh64*-*-elf*): Unify.
2431 (shl*-*-elf*): Add.
2432 * config/sh/t-be (MULTILIB_ENDIAN): Set.
2433 * config/sh/t-le (MULTILIB_ENDIAN): Likewise.
2434 * t-sh (MULTILIB_ENDIAN): Set.
2435 (MULTILIB_OPTIONS): Use it.
2436 * t-sh64 (MULTILIB_OPTIONS): Likewise.
2437 (MULTILIB_DIRNAMES): Likewise.
2438
2439 2002-06-05 Gabriel Dos Reis <gdr@codesourcery.com>
2440
2441 * toplev.h (report_error_function): Remove.
2442
2443 * diagnostic.h (location_t): New datatype.
2444 (text_info): Likewise.
2445 (diagnostic_info): Likewise.
2446 (output_prefix): New macro.
2447 (diagnostic_last_function_changed): Likewise.
2448 (diagnostic_set_last_function): Likewise.
2449 (diagnostic_last_module_changed): Likewise.
2450 (diagnostic_set_last_module): Likewise.
2451 (report_diagnostic): Now macro.
2452 (diagnostic_set_info): Declare.
2453
2454 * diagnostic.c (report_problematic_module): Rename to
2455 diagnostic_repor_current_module.
2456 (set_diagnostic_context): Remove.
2457 (count_error): Rename to diagnostic_error_count.
2458 (error_function_changed): Remove.
2459 (record_last_error_function): Likewise.
2460 (error_module_changed): Likewise.
2461 (record_last_error_module): Likewise.
2462 (context_as_prefix): Rename to diagnostic_build_prefix.
2463 (flush_diagnostic_buffer): Rename to diagnostic_flush_buffer.
2464 (diagnostic_set_info): New function.
2465
2466 * objc/objc-act.c: #include diagnostic.h
2467 (error_with_ivar): Adjust call to count_error.
2468 (warn_with_method): Likewise.
2469 * objc/Make-lang.in (objc-act.o): Depend on diagnostic.h
2470
2471 2002-06-05 Bob Wilson <bob.wilson@acm.org>
2472
2473 * config/xtensa/xtensa.c (xtensa_build_va_list): Use
2474 lang_hooks.types.make_type instead of make_node; set up
2475 __va_list_tag type decl.
2476 (xtensa_builtin_saveregs): Remove broken use of
2477 RTX_UNCHANGING_P and unnecessary use of MEM_IN_STRUCT_P
2478 for saved registers; add varargs alias set.
2479
2480 2002-06-05 Neil Booth <neil@daikokuya.demon.co.uk>
2481
2482 config:
2483 * alpha/gnu.h: Undef TARGET_OS_CPP_BUILTINS.
2484 * i386/beos-elf.h: Use TARGET_OS_CPP_BUILTINS rather than
2485 CPP_PREDEFINES and part of CPP_SPEC.
2486 i386/freebsd-aout.h, i386/gas.h, i386/gnu.h, i386/linux-aout.h,
2487 i386/linux.h, i386/moss.h, i386/xm-vsta.h: Similarly.
2488
2489 Wed Jun 5 15:20:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2490
2491 * reg-stack.c (reg_to_stack): Do not call find_basic_blocks.
2492
2493 2002-06-05 Alan Modra <amodra@bigpond.net.au>
2494
2495 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Define.
2496
2497 2002-06-04 Zack Weinberg <zack@codesourcery.com>
2498
2499 * gengtype-yacc.y: Make sure all rules end with a semicolon.
2500
2501 2002-06-04 Bob Wilson <bob.wilson@acm.org>
2502
2503 * config/xtensa/xtensa.c (xtensa_init_machine_status): Fix
2504 typo in function prototype and include "ggc.h" header.
2505
2506 2002-06-04 Richard Henderson <rth@redhat.com>
2507
2508 * config/alpha/alpha.c (mode_mask_operand): Simplify without ifdefs.
2509 (print_operand) ['U']: Likewise.
2510 (alpha_expand_unaligned_store): Correct constants for 32-bit cross.
2511 (alpha_expand_unaligned_store_words): Likewise.
2512 (alpha_expand_builtin_vector_binop): Fix typo.
2513 (enum alpha_builtin, code_for_builtin): Add remaining ext, ins, msk,
2514 umulh, and cix insns.
2515 (one_arg_builtins): Add cix builtins.
2516 (two_arg_builtins): Add ext, ins, msk, umulh builtins.
2517 (alpha_expand_builtin): Fix typo in arity.
2518 * config/alpha/alpha.md (UNSPEC_CTLZ, UNSPEC_CTPOP): New.
2519 (builtin_extbl, builtin_extwl, builtin_extll, builtin_extwh,
2520 builtin_extlh, builtin_insbl, builtin_inswl, builtin_insll,
2521 builtin_insql, builtin_inswh, builtin_inslh, builtin_insqh,
2522 builtin_mskbl, builtin_mskwl, builtin_mskll, builtin_mskql,
2523 builtin_mskwh, builtin_msklh, builtin_mskqh, builtin_cttz,
2524 builtin_ctlz, builtin_ctpop): New.
2525 * doc/extend.texi (Alpha Built-in Functions): Update.
2526
2527 2002-06-04 Geoffrey Keating <geoffk@redhat.com>
2528
2529 * gengtype.c (write_gc_root): Don't unnecessarily prevent
2530 global variable-length arrays being roots.
2531
2532 * config.gcc (powerpc-*-darwin*): Set config_gtfiles.
2533 * configure.in (config_gtfiles): New variable.
2534 (all_gtfiles): Initialise from config_gtfiles.
2535 * configure: Regenerate.
2536
2537 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
2538
2539 config/i386:
2540 * beos-elf.h, cygwin.h, djgpp.h, gas.h, gnu.h, i386-interix.h,
2541 i386-interix3.h, i386elf.h, linux-aout.h, linux.h, linux64.h,
2542 mingw32.h, netbsd-elf.h, netbsd.h, netbsd64.h, rtemself.h,
2543 sco5.h, sol2.h, sysv3.h, sysv4.h, sysv5.h, uwin.h, vxi386.h,
2544 win32.h (CPP_SPEC): Remove cpp_cpu.
2545 * i386.h (TARGET_CPU_CPP_BUILTINS): Use.
2546 (CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Die!
2547
2548 2002-06-04 Janis Johnson <janis187@us.ibm.com>
2549
2550 * config/ia64/ia64.c (gen_thread_pointer): Fix variable name.
2551
2552 2002-06-04 Jeff Law <law@redhat.com.
2553 David Edelsohn <edelsohn@gnu.org>
2554 Michael Matz <matz@kde.org>
2555
2556 * sched-int.h (struct deps): New field libcall_block_tail_insn.
2557 * sched_deps.c (init_deps): Initialize libcall_block_tail_insn.
2558 * sched_deps.c (sched_analyze_insn): If libcall_block_tail_insn
2559 is set, then mark the current insn as being part of a libcall
2560 scheduling group.
2561 (sched_analyze): Set and clear libcall_block_tail_insn appropriately.
2562
2563 * haifa-sched.c (schedule_block): Do not count USE or CLOBBER
2564 insns against the issue rate.
2565
2566 Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>
2567
2568 * cfglayout.c (duplicate_insn_chain): Kill NOTE_INSN_RANGE notes.
2569 * final.c (final_scan_insn): Likewise.
2570 * ggc-common.c (ggc_mark_rtx_children_1): Likewise; use
2571 NOTE_EXPECTED_VALUE instead of NOTE_RANGE.
2572 * haifa-sched.c (unlink_other_notes): Likeewise.
2573 (reemit_notes): Likewise.
2574 * print-rtl.c (print_rtx): Likewise.
2575 * sched-deps (sched-analyze): Likewise.
2576 * rtl.c (note_insn_name): Likewise.
2577 * rtl.h (NOTE_RANGE_INFO, NOTE_LIVE_INFO): Kill.
2578 (enum insn_note): Kill NOTE_INSN_RANGE_*, NOTE_INSN_LIVE.
2579 (RANGE_*): Kill.
2580
2581 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
2582
2583 * varasm.c (mark_constants): Handle RTX format 'B'.
2584
2585 2002-06-04 Neil Booth <neil@daikokuya.demon.co.uk>
2586
2587 * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
2588 (struct cpp_context): Add traditional fields.
2589 * cppmacro.c (paste_all_tokens, push_ptoken_context,
2590 push_token_context, cpp_get_token, _cpp_backup_tokens): Update.
2591 * cpptrad.c (skip_comment, lex_identifier,
2592 _cpp_read_logical_line_trad, scan_out_logical_line): Update.
2593
2594 2002-06-04 Kazu Hirata <kazu@cs.umass.edu>
2595
2596 * gbl-ctors.h: Fix formatting.
2597 * gcc.c: Likewise.
2598 * gccspec.c: Likewise.
2599 * gcov.c: Likewise.
2600 * gcov-io.h: Likewise.
2601 * gcse.c: Likewise.
2602 * ggc-common.c: Likewise.
2603 * ggc.h: Likewise.
2604 * ggc-page.c: Likewise.
2605 * ggc-simple.c: Likewise.
2606 * global.c: Likewise.
2607 * graph.h: Likewise.
2608 * gthr-dce.h: Likewise.
2609 * gthr.h: Likewise.
2610 * gthr-posix.h: Likewise.
2611 * gthr-rtems.h: Likewise.
2612 * gthr-solaris.h: Likewise.
2613 * gthr-win32.h: Likewise.
2614
2615 2002-06-03 Geoffrey Keating <geoffk@redhat.com>
2616
2617 Merge from pch-branch:
2618
2619 * gengtype.h (UNION_OR_STRUCT_P): New macro.
2620 * gengtype.c (write_gc_structure_fields): Use it.
2621 (write_gc_root): Use it here too.
2622
2623 * gengtype.c (write_gc_structure_fields): Assume that lengths
2624 of typenames fit into an 'int'; don't pass a size_t to "%d" in
2625 printf.
2626 (write_gc_marker_routine_for_structure): Likewise.
2627 (write_gc_types): Likewise.
2628 (write_gc_root): Likewise.
2629
2630 * varray.h (VARRAY_CLEAR): New.
2631 (varray_clear): Prototype.
2632 * varray.c (varray_clear): New.
2633 * cselib.c (reg_values_old): New.
2634 (used_regs_old): New.
2635 (cselib_init): Use cached varrays if available to avoid
2636 generating large amounts of garbage.
2637 (cselib_finish): Don't throw away old varrays.
2638
2639 * final.c (insn_addresses_): Move out of ifdef.
2640
2641 * varray.c (uses_ggc): Make more varray kinds GCable.
2642 * varray.h (union varray_data_tag): Let gengtype see
2643 fields 'generic' and 'te'.
2644 * reg-stack.c: Include gt-reg-stack.h, ggc.h.
2645 (stack_regs_mentioned_data): Move out of ifdef; mark with gengtype.
2646 (reg_to_stack): Don't call VARRAY_FREE.
2647 * insn-addr.h (INSN_ADDRESSES_FREE): Don't use VARRAY_FREE.
2648 (insn_addresses_): Use gengtype to mark.
2649 * gengtype.c (write_gc_structure_fields): Handle arrays of generic
2650 pointers; handle generic pointers in unused union fields.
2651 (get_output_file_with_visibility): Include cselib.h,
2652 insn-addr.h in gtype-desc.c.
2653 * function.c (prologue): Use gengtype to mark.
2654 (epilogue): Likewise.
2655 (sibcall_epilogue): Likewise.
2656 * dependence.c: Include gt-dependence.h, ggc.h.
2657 (struct def_use): Use gengtype to mark.
2658 (struct loop): Likewise.
2659 (struct induction): Likewise.
2660 (struct dependence): Likewise.
2661 (def_use_chain): Likewise.
2662 (dep_chain): Likewise.
2663 (loop_chain): Likewise.
2664 (induction_chain): Likewise.
2665 (init_dependence_analysis): Don't free anything, just clear pointers.
2666 (build_def_use): Use GGC to allocate def_use.
2667 (add_loop): Use GGC to allocate loop.
2668 (find_induction_variable): Use GGC to allocate induction.
2669 (check_node_dependence): Use GGC to allocate induction, dependence.
2670 (dump_node_dependence): Don't free varrays.
2671 (end_dependence_analysis): Likewise.
2672 * cselib.h (struct cselib_val_struct): Use gengtype to mark.
2673 (struct elt_loc_list): Likewise.
2674 (struct elt_list): Likewise.
2675 * cselib.c: Don't include obstack.h.
2676 (hash_table): Use gengtype to mark.
2677 (reg_values): Use gengtype to mark.
2678 (used_regs): Use gengtype to mark.
2679 (cselib_obstack): Delete.
2680 (cselib_startobj): Delete.
2681 (empty_vals): Mark as deletable.
2682 (empty_elt_lists): Mark as deletable.
2683 (empty_elt_loc_lists): Mark as deletable.
2684 (new_elt_list): Use GGC to allocate struct elt_list.
2685 (new_elt_loc_list): Use GGC to allocate struct elt_loc_list.
2686 (clear_table): Don't delete obstack; don't unnecessarily clear
2687 deletable variables.
2688 (new_cselib_val): Use GGC to allocate struct cselib_val.
2689 (cselib_init): Don't set up obstacks. Use GGC to allocate
2690 hash table.
2691 (cselib_finish): Just clear variables, don't free anything.
2692 * Makefile.in (cselib.o): Remove dependency on $(OBSTACK_H).
2693 (reg-stack.o): Add dependency on gt-reg-stack.h, $(GGC_H).
2694 (dependence.o): Add dependency on gt-dependence.h, $(GGC_H).
2695 (GTFILES): Add insn-addr.h, cselib.h, dependence.c, reg-stack.c.
2696 (gt-reg-stack.h): New rule.
2697 (gt-dependence.h): New rule.
2698 (gtype-desc.o): Add cselib.h, insn-addr.h.
2699
2700 * varray.c: Use only necessary headers.
2701 (element_size): New.
2702 (uses_ggc): New.
2703 (varray_init): Take type, not size. Use GGC if appropriate.
2704 (varray_grow): Update for change to struct varray_head_tag.
2705 Use GGC if appropriate.
2706 * varray.h (struct const_equiv_data): Use gengtype.
2707 (enum varray_data_enum): New.
2708 (union varray_data_tag): Use gengtype.
2709 (struct varray_head_tag): Use gengtype. Replace size field with
2710 enum varray_data_enum.
2711 (varray_init): Update prototype.
2712 (VARRAY_SCHED_INIT): Delete.
2713 (VARRAY_*_INIT): Update for change to varray_init.
2714 (VARRAY_SCHED): Delete.
2715 (VARRAY_PUSH_SCHED): Delete.
2716 (VARRAY_TOP_SCHED): Delete.
2717 * tree.h: Update for change to length specifier.
2718 * tree-inline.c (optimize_inline_calls): Don't use VARRAY_FREE.
2719 (clone_body): Likewise.
2720 * ssa.h (ssa_definition): Use gengtype to mark.
2721 * ssa.c (convert_from_ssa): Don't use VARRAY_FREE.
2722 * ssa-dce.c (ssa_eliminate_dead_code): Don't use VARRAY_FREE.
2723 * rtl.h (struct rtvec_def): Update for change to length specifier.
2724 * integrate.c (expand_inline_function): Don't use VARRAY_FREE.
2725 (struct initial_value_struct): Update for change to length specifier.
2726 * ggc.h (ggc_add_rtx_varray_root): Delete prototype.
2727 (ggc_add_tree_varray_root): Delete prototype.
2728 (ggc_mark_rtx_varray): Delete prototype.
2729 (ggc_mark_tree_varray): Delete prototype.
2730 * ggc-common.c (ggc_add_rtx_varray_root): Delete.
2731 (ggc_add_tree_varray_root): Delete.
2732 (ggc_mark_rtx_varray): Delete.
2733 (ggc_mark_tree_varray): Delete.
2734 (ggc_mark_rtx_varray_ptr): Delete.
2735 (ggc_mark_tree_varray_ptr): Delete.
2736 * gengtype.h (enum typekind): Remove TYPE_VARRAY.
2737 (create_varray): Delete prototype.
2738 * gengtype.c (varrays): Delete.
2739 (create_varray): Delete.
2740 (adjust_field_type): Detect array of string pointers.
2741 (process_gc_options): Remove code to handle varray_type option.
2742 (set_gc_used_type): Remove TYPE_VARRAY case.
2743 (output_escaped_param): New.
2744 (write_gc_structure_fields): Use output_escaped_param on all
2745 parameters. Handle 'skip' with 'use_param' option. Handle
2746 arrays of strings. Remove TYPE_VARRAY handling.
2747 (write_gc_roots): Use boolean to detect 'length' option.
2748 * gengtype-yacc.y (VARRAY_TYPE): Delete token.
2749 (struct_fields): Call adjust_field_type on array fields.
2750 (type): Remove VARRAY_TYPE case.
2751 (type_option): Likewise.
2752 * gengtype-lex.l: Don't consider varray_type a keyword.
2753 * function.h: Update for change to length specifier.
2754 (free_eh_status): Delete prototype.
2755 * function.c (free_after_compilation): Don't call free_eh_status.
2756 (reorder_blocks): Don't use VARRAY_FREE.
2757 * except.c (struct eh_status): Update for change to length specifier.
2758 remove varray_type specifier.
2759 (free_eh_status): Delete.
2760 * dwarf2out.c: Include gt-dwarf2out.h.
2761 (used_rtx_varray): Use gengtype to mark, move
2762 outside ifdefs.
2763 (incomplete_types): Likewise.
2764 (decl_scope_table): Likewise.
2765 (dwarf2out_init): Don't call ggc_add_tree_varray_root.
2766 * cfglayout.c (scope_to_insns_finalize): Don't use VARRAY_FREE.
2767 * c-tree.h (struct lang_type): Update for change to length specifier.
2768 * c-parse.in (yylexstring): Don't use VARRAY_FREE.
2769 * c-objc-common.c: Include gt-c-objc-common.h.
2770 (deferred_fns): Mark for gengtype.
2771 (c_objc_common_init): Don't call ggc_add_tree_varray_root.
2772 (expand_deferred_fns): Just set deferred_fns to 0 to free it.
2773 * Makefile.in (c-objc-common.o): Add gt-c-objc-common.h.
2774 (gtype-desc.o): Update dependencies.
2775 (dwarf2out.o): Add gt-dwarf2out.h.
2776 (varray.o): Update dependencies.
2777 (GTFILES): Add varray.h, ssa.h, dwarf2out.c, c-objc-common.c.
2778 (gt-c-objc-common.h): New rule.
2779 (gt-dwarf2out.h): New rule.
2780 * objc/objc-act.c (build_objc_string_object): Don't use VARRAY_FREE.
2781
2782 * doc/gty.texi (GTY Options): Correct spelling.
2783 (GGC Roots): Likewise.
2784 * Makefile.in (TEXI_CPP_FILES): New.
2785 (TEXI_GCC_FILES): New.
2786 (TEXI_GCCINT_FILES): New.
2787 (TEXI_CPPINT_FILES): New.
2788 ($(docdir)/cpp.info): Use new macros.
2789 ($(docdir)/gcc.info): Likewise.
2790 ($(docdir)/gccint.info): Likewise.
2791 ($(docdir)/cppinternals.info): Likewise.
2792 (cpp.dvi): Likewise.
2793 (gcc.dvi): Likewise.
2794 (gccint.dvi): Likewise.
2795 (cppinternals.dvi): Likewise.
2796
2797 * Makefile.in ($(docdir)/gccint.info): Depend on gty.texi.
2798 * doc/gccint.texi (Top): Include gty.texi.
2799 * doc/gty.texi: New file.
2800
2801 * bitmap.c: Include ggc.h, gt-bitmap.h.
2802 (bitmap_ggc_free): New.
2803 (bitmap_elem_to_freelist): New.
2804 (bitmap_element_free): Use bitmap_elem_to_freelist.
2805 (bitmap_element_allocate): Allow use of GGC.
2806 (bitmap_clear): Use bitmap_elem_to_freelist.
2807 (bitmap_copy): Update for change to bitmap_element_allocate.
2808 (bitmap_set_bit): Likewise.
2809 (bitmap_operation): Update for changes elsewhere.
2810 (bitmap_initialize): Allow to create bitmaps that will use GGC.
2811 * bitmap.h (struct bitmap_element_def): Use gengtype.
2812 (struct bitmap_head_def): Likewise. Also add 'using_obstack' field.
2813 (bitmap_initialize): Add extra parameter.
2814 (BITMAP_OBSTACK_ALLOC): Update for change to bitmap_initialize.
2815 (BITMAP_ALLOCA): Delete.
2816 (BITMAP_XMALLOC): Update for change to bitmap_initialize.
2817 (BITMAP_GGC_ALLOC): New.
2818 * Makefile.in (gtype-desc.o): Add bitmap.h.
2819 (bitmap.o): Add gt-bitmap.h, $(GGC_H).
2820 (GTFILES): Add bitmap.c.
2821 (gt-bitmap.h): New rule.
2822 ($(HOST_PREFIX_1)bitmap.o): Add gt-bitmap.h.
2823 * basic-block.h: Update for changes to bitmap_initialize.
2824 * except.c (exception_handler_label_map): Move into...
2825 (struct eh_status): Here.
2826 (struct eh_region): Make 'aka' GCable.
2827 (free_eh_status): Don't need to specially handle
2828 exception_handler_label_map.
2829 (add_ehl_entry): Update for changes to exception_handler_label_map.
2830 (find_exception_handler_labels): Likewise.
2831 (remove_exception_handler_label): Likewise.
2832 (maybe_remove_eh_handler): Likewise.
2833 (for_each_eh_label): Likewise.
2834 (remove_eh_handler): Allocate 'aka' using GGC.
2835 * gengtype.c (get_output_file_with_visibility): Add bitmap.h
2836 to list of includes.
2837
2838 * gengtype.c (write_gc_marker_routine_for_structure): Name
2839 the routines 'gt_ggc_mx_*' instead of 'gt_ggc_m_*'.
2840 (write_gc_types): Arrange for the tests with NULL to be inlined.
2841 (write_gc_roots): Update uses of procedure pointers.
2842 * ggc-common.c (gt_ggc_mx_rtx_def): Rename from gt_ggc_m_rtx_def.
2843
2844 * Makefile.in (explow.o): Add dependency on gt-explow.h.
2845 (sdbout.o): Add dependency on gt-sdbout.h.
2846
2847 * emit-rtl.c (const_int_htab): Use gengtype to clear unused entries.
2848 (mem_attrs_htab): Likewise.
2849 (init_emit_once): Don't call ggc_add_deletable_htab.
2850 * fold-const.c (size_htab): Use gengtype to clear unused entries.
2851 (size_int_type_wide): Don't call ggc_add_deletable_htab.
2852 * gengtype.c (finish_root_table): Add LASTNAME and TNAME
2853 parameters, use them, change callers.
2854 (write_gc_root): Add IF_MARKED parameter, use it, change callers.
2855 (write_gc_roots): Handle 'if_marked' option.
2856 (main): Don't need to call set_gc_used_type any more.
2857 * ggc.h (ggc_htab_marked_p): Delete.
2858 (ggc_htab_mark): Delete.
2859 (struct ggc_cache_tab): New.
2860 (gt_ggc_cache_rtab): New declaration.
2861 * ggc-common.c (struct d_htab_root): Delete.
2862 (d_htab_roots): Delete.
2863 (ggc_add_deletable_htab): Delete.
2864 (ggc_htab_delete): Handle new htab-deleting mechanism.
2865 (ggc_mark_roots): Use new htab-deleting mechanism.
2866 * tree.c (type_hash_table): Use gengtype to clear unused entries.
2867 Make static.
2868 (init_obstacks): Don't call ggc_add_deletable_htab.
2869
2870 * objc/objc-act.h (struct hashed_attribute): Use gengtype.
2871 (struct hashed_entry): Likewise.
2872 (nst_method_hash_list): Likewise.
2873 (cls_method_hash_list): Likewise.
2874 (HASH_ALLOC_LIST_SIZE): Delete.
2875 (ATTR_ALLOC_LIST_SIZE): Delete.
2876 * objc/objc-act.c (hash_init): Use ggc to allocate
2877 nst_method_hash_list, cls_method_hash_list.
2878 (hash_enter): Use ggc to allocate; allocate one entry at a time.
2879 (hash_add_attr): Likewise.
2880 (ggc_mark_hash_table): Delete.
2881 (objc_act_parse_init): Delete.
2882 (objc_init): Delete reference to objc_act_parse_init.
2883 * tlink.c: Replace hash.h with hashtab.h. Explicitly include
2884 obstack.h. Replace references to 'struct hash_table' with htab_t.
2885 (struct symbol_hash_entry): Replace hash header with key field.
2886 (struct file_hash_entry): Replace hash header with key field.
2887 (struct demangled_hash_entry): Replace hash header with key field.
2888 (hash_string_eq): New.
2889 (hash_string_hash): New.
2890 (symbol_hash_newfunc): Delete.
2891 (symbol_hash_lookup): Modify to use htab_t.
2892 (file_hash_newfunc): Delete.
2893 (file_hash_lookup): Modify to use htab_t.
2894 (demangled_hash_newfunc): Delete.
2895 (demangled_hash_lookup): Modify to use htab_t.
2896 (tlink_init): Modify to use htab_t.
2897 * hash.h: Delete.
2898 * hash.c: Delete.
2899 * ggc.h: Delete forward structure declarations.
2900 Delete prototypes for deleted functions.
2901 * ggc-common.c: Don't include hash.h.
2902 (ggc_add_tree_hash_table_root): Delete.
2903 (ggc_mark_tree_hash_table_entry): Delete.
2904 (ggc_mark_tree_hash_table): Delete.
2905 (ggc_mark_tree_hash_table_ptr): Delete.
2906 * gengtype.c (write_gc_structure_fields): Allow param_is option.
2907 (write_gc_marker_routine_for_structure): Use visibility of
2908 the parameter if there is one.
2909 * function.c: Replace hash.h with hashtab.h. Replace references
2910 to 'struct hash_table *' with htab_t.
2911 (struct insns_for_mem_entry): Include a plain key.
2912 (fixup_var_refs_insns_with_hash): Update to use htab_t.
2913 (insns_for_mem_newfunc): Delete.
2914 (insns_for_mem_hash): Update to use htab_t.
2915 (insns_for_mem_comp): Likewise.
2916 (insns_for_mem_walk): Likewise.
2917 * c-lang.c: Include ggc.h.
2918 * Makefile.in (OBJS): Remove hash.o.
2919 (c-lang.o): Add GGC_H.
2920 (COLLECT2_OBJS): Remove hash.o.
2921 (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H.
2922 (ggc-common.o): Remove hash.h.
2923 (function.o): Remove hash.h, add HASHTAB_H.
2924 (genautomata.o): Remove hash.h, add HASHTAB_H.
2925
2926 * varasm.c (mark_const_str_htab_1): Delete.
2927 (mark_const_str_htab): Delete.
2928 (const_str_htab_del): Delete.
2929 (const_str_htab): Use gengtype to mark.
2930 (init_varasm_once): Use gengtype to mark hashtables. Use GC to
2931 allocate them.
2932 * tree.c (mark_tree_hashtable_entry): Delete.
2933 (mark_tree_hashtable): Delete.
2934 * tree.h (mark_tree_hashtable): Delete prototype.
2935 * ggc.h (ggc_test_and_set_mark): Treat (void *)1 like NULL.
2936 (ggc_mark): Likewise.
2937 (ggc_calloc): New.
2938 (htab_create_ggc): New.
2939 * ggc-common.c (ggc_calloc): New.
2940 * gengtype.h (enum typekind): Add TYPE_PARAM_STRUCT.
2941 (struct type): Add param_struct structure.
2942 * gengtype.c (param_structs): New.
2943 (adjust_field_type): Handle param_is option.
2944 (set_gc_used_type): Handle TYPE_PARAM_STRUCT.
2945 (get_output_file_with_visibility): Include hashtab.h in gtype-desc.c.
2946 (write_gc_structure_fields): Add new PARAM parameter. Update
2947 callers. Handle use_param option. Handle TYPE_PARAM_STRUCT.
2948 (write_gc_marker_routine_for_structure): Add new PARAM parameter.
2949 Use it to generate function name. Update callers.
2950 (write_gc_types): Add new PARAM_STRUCTS parameter. Update callers.
2951 Process them.
2952 (write_gc_roots): Handle TYPE_PARAM_STRUCT. Allow param_is
2953 option.
2954 (main): Define PTR as pointer-to-scalar. Don't specially
2955 mark deferred_string or ehl_map_entry.
2956 * gengtype-yacc.y (PARAM_IS): Add new token.
2957 (externstatic): Use adjust_field_type.
2958 (type_option): Add PARAM_IS.
2959 * gengtype-lex.l: Add rule for typedef of function pointers.
2960 Add rule for PARAM_IS.
2961 (IWORD): Add size_t.
2962 * except.c (exception_handler_label_map): Use gengtype to mark.
2963 (type_to_runtime_map): Likewise.
2964 (mark_ehl_map_entry): Delete.
2965 (mark_ehl_map): Delete.
2966 (init_eh): Use gengtype for roots; use GC to allocate hash tables.
2967 (t2r_mark_1): Delete.
2968 (t2r_mark): Delete.
2969 * Makefile.in (gtype-desc.o): Correct dependencies.
2970 (GTFILES): Add hashtab.h.
2971 (genautomata.o): Actually uses hashtab.h.
2972
2973 * Makefile.in (stringpool.o): Add $(GGC_H).
2974 (dwarf2asm.o): Likewise.
2975 (GTFILES): Add hashtable.h.
2976 * c-common.h (struct c_common_identifier): Use gengtype.
2977 * c-decl.h (c_mark_tree): Delete.
2978 * c-lang.c (LANG_HOOKS_MARK_TREE): Delete.
2979 * c-tree.h (struct lang_identifier): Use gengtype.
2980 (union lang_tree_node): New.
2981 (c_mark_tree): Delete prototype.
2982 * dwarf2out.c [!DWARF2_DEBUGGING_INFO]: Define dummy
2983 dwarf2_debug_hooks.
2984 * gengtype-lex.l (IWORD): Allow 'bool'.
2985 (ptr_alias): Match.
2986 * gengtype-yacc.y (ALIAS): New token.
2987 (type_option): New rule.
2988 (option): Use type_option.
2989 * gengtype.c (process_gc_options): New.
2990 (set_gc_used_type): Use it.
2991 (write_gc_structure_fields): Add 'bitmap' parameter, change callers.
2992 Add new variable 't' to hold the type of the field being processed.
2993 Add more error checking. Use UNION_P when looking at 'desc' option.
2994 Handle language-specific structures containing other
2995 language-specific structures.
2996 (write_gc_types): Handle 'ptr_alias' option.
2997 (main): Don't need to specially output lang_type, lang_decl, lang_id2.
2998 * ggc-common.c (ggc_pending_trees): Delete.
2999 (ggc_mark_roots): Don't manipulate ggc_pending_trees.
3000 (ggc_mark_trees): Delete.
3001 (gt_ggc_m_tree_node): Delete.
3002 * ggc.h (ggc_pending_trees): Delete.
3003 (ggc_mark_tree): Make alias of gt_ggc_m_tree_node.
3004 * hashtable.h (ht_identifier): Use gengtype.
3005 * langhooks-def.h (LANG_HOOKS_MARK_TREE): Delete.
3006 * langhooks.h (struct lang_hooks): Delete mark_tree.
3007 * sdbout.c [! SDB_DEBUGGING_INFO]: Define dummy sdb_debug_hooks
3008 anyway.
3009 * system.h: Poison LANG_HOOKS_MARK_TREE.
3010 * tree.c (tree_node_structure): New.
3011 * tree.h (struct tree_common): Use gengtype.
3012 (struct tree_int_cst): Likewise.
3013 (struct tree_real_cst): Likewise.
3014 (struct tree_string): Likewise.
3015 (struct tree_complex): Likewise.
3016 (struct tree_vector): Likewise.
3017 (struct tree_identifier): Likewise.
3018 (struct tree_list): Likewise.
3019 (struct tree_vec): Likewise.
3020 (struct tree_exp): Likewise.
3021 (struct tree_block): Likewise.
3022 (struct tree_type): Likewise.
3023 (struct tree_decl): Likewise.
3024 (enum tree_structure_enum): New.
3025 (union tree_node): Use gengtype, with an alias.
3026 (tree_node_structure): Prototype.
3027 * objc/objc-lang.c (LANG_HOOKS_MARK_TREE): Delete.
3028
3029 Merge to tag pch-merge-20020430. The LANG_HOOKS_FUNCTION_MARK
3030 macro was deleted. The LANG_HOOKS_FUNCTION_FREE macro was renamed
3031 to LANG_HOOKS_FUNCTION_FINAL.
3032 * Makefile.in (GTFILES): Add bitmap.h.
3033 * except.c (struct eh_region): Mark field 'aka' to be skipped.
3034
3035 * config/alpha/alpha.c [TARGET_ABI_UNICOSMK]
3036 (alpha_init_machine_status): Give proper type.
3037 * Makefile.in (c-lang.o): Depend on gtype-c.h.
3038 (optabs.o): Depend on gt-optabs.h.
3039 (GTFILES): Add optabs.o.
3040 (gt-optabs.h): Add rule.
3041 * optabs.c: Include gt-optabs.h.
3042
3043 * gengtype.c (set_gc_used_type): Correct some errors in last change.
3044 (write_gc_structure_fields): If a field which should be NULL is
3045 not, abort.
3046 * c-pragma.c: Move struct align_stack and variable alignment_stack
3047 out from the ifdef.
3048
3049 * config/xtensa/t-xtensa: Add dependencies for gt-xtensa.h.
3050 * config/xtensa/xtensa.c: Include gt-cris.h.
3051 (struct machine_function): Use gengtype to mark.
3052 * config/mmix/mmix.h (struct machine_function): Use gengtype
3053 to mark.
3054 * config/cris/t-cris: Add dependencies for gt-cris.h.
3055 * config/cris/cris.c: Include gt-cris.h.
3056 (struct machine_function): Use gengtype to mark.
3057 * config/rs6000/rs6000.h (struct machine_function): Use gengtype
3058 to mark.
3059 * doc/tm.texi (Per-Function Data): Delete references to
3060 mark_machine_status.
3061 * config/ia64/ia64.c (ia64_override_options): Don't set
3062 mark_machine_status.
3063 * config/i386/i386.c (override_options): Likewise.
3064 * config/d30v/d30v.c (d30v_init_expanders): Likewise.
3065 * config/arm/arm.c (arm_init_expanders): Likewise.
3066 * config/alpha/alpha.c (override_options): Likewise.
3067 * gengtype.h (enum gc_used_enum): Add GC_MAYBE_POINTED_TO.
3068 * gengtype.c (set_gc_used_type): Handle 'maybe_null' option.
3069 (write_gc_structure_fields): Don't handle 'really' option.
3070 Handle 'maybe_null' option.
3071 (write_gc_types): Handle 'maybe_null' option.
3072 * function.h (struct function): Don't use "really".
3073 (mark_machine_status): Delete declaration.
3074 (mark_lang_status): Delete declaration.
3075 (gt_ggc_mr_machine_function): Delete prototype.
3076 (gt_ggc_mr_language_function): Delete prototype.
3077 * function.c (mark_machine_status): Delete.
3078 (mark_lang_status): Delete.
3079 (gt_ggc_mr_machine_function): Delete.
3080 (gt_ggc_mr_language_function): Delete.
3081 * c-tree.h (mark_c_function_context): Delete prototype.
3082 * c-objc-common.c (c_objc_common_init): Don't set mark_lang_status.
3083 * c-decl.c (struct language_function): Rename from struct
3084 c_language_function. Update uses. Use gengtype to mark.
3085 (mark_c_function_context): Delete.
3086 * c-common.h (struct c_language_function): Rename from struct
3087 language_function.
3088 (mark_stmt_tree): Delete prototype.
3089 (c_mark_lang_decl): Delete prototype.
3090 (mark_c_language_function): Delete prototype.
3091 * c-common.c (mark_stmt_tree): Delete.
3092 (c_mark_lang_decl): Delete.
3093 (mark_c_language_function): Delete.
3094
3095 * gengtype.h (enum typekind): Add TYPE_LANG_STRUCT.
3096 (lang_bitmap): New typedef. Use where appropriate.
3097 (struct type): Add gc_used field, lang_struct field.
3098 (UNION_P): New macro.
3099 (new_structure): New prototype.
3100 (find_structure): Remove 'pos' parameter. Change all callers.
3101 * gengtype-lex.l: Update for changes to find_structure.
3102 * gengtype-yacc.y (typedef_struct): Use new_structure.
3103 (yacc_ids): Suppress warning.
3104 (type): Use new_structure.
3105 * gengtype.c (string_type): Update for changes to struct type.
3106 (find_structure): Just find a structure, don't worry about
3107 creating one.
3108 (new_structure): New.
3109 (note_yacc_type): Use new_structure.
3110 (set_gc_used_type): New.
3111 (set_gc_used): New.
3112 (write_gc_structure_fields): Allow for pointers to TYPE_LANG_STRUCT.
3113 (write_gc_types): Handle TYPE_LANG_STRUCT.
3114 (write_gc_marker_routine_for_structure): New.
3115 (main): Call set_gc_used. Add some calls to set_gc_used_type
3116 for places where GCC doesn't use gengtype properly yet.
3117 * ggc.h (gt_ggc_m_rtx_def): Don't prototype.
3118 (gt_ggc_m_tree_node): Likewise.
3119
3120 * varasm.c (copy_constant): Call expand_constant if we hit
3121 something we can't recognise.
3122
3123 * ggc-common.c (ggc_mark_rtvec_children): Delete.
3124 (ggc_mark_rtx_children): Use generic name for ggc_mark_rtvec.
3125 (lang_mark_false_label_stack): Delete.
3126 * rtl.h (struct rtvec_def): Use gengtype to mark.
3127 * ggc.h (ggc_mark_rtvec): Delete.
3128 (gt_ggc_m_rtvec_def): Delete.
3129 (ggc_mark_nonnull_tree): Delete.
3130 (ggc_mark_rtvec_children): Delete prototype.
3131 (lang_mark_false_label_stack): Delete declaration.
3132
3133 * gengtype.h (note_yacc_type): Add prototype.
3134 * gengtype.c (note_yacc_type): New function.
3135 * gengtype-lex.l: Add lexer support for yacc files.
3136 * gengtype-yacc.y (start): Extract union from yacc files.
3137 (yacc_union): New rule.
3138 (yacc_typematch): New rule.
3139 (yacc_ids): New rule.
3140 (enum_items): Tweak for efficiency.
3141 (optionseq): Likewise.
3142
3143 * c-common.h (struct language_function): Use gengtype.
3144 (struct c_lang_decl): Likewise.
3145 * c-tree.h (struct lang_decl): Likewise.
3146 (struct lang_type): Likewise.
3147 * c-decl.c (lang_mark_tree): Use generated marker routines to mark
3148 tree language substructures.
3149
3150 * stringpool.c (mark_ident): Replace ggc_mark_nonnull_tree with
3151 ggc_mark_tree.
3152 * dwarf2asm.c (mark_indirect_pool_entry): Likewise.
3153
3154 * varasm.c (struct rtx_const): Remove 'skip' tags for scalar arrays.
3155
3156 * stmt.c (struct nesting): Add discriminator. Use gengtype to
3157 mark. Remove 'data.block.cleanup_ptr' field.
3158 (struct stmt_status): Use usual technique to mark struct nesting.
3159 (gt_ggc_mr_nesting_cond): Delete.
3160 (gt_ggc_mr_nesting_loop): Delete.
3161 (gt_ggc_mr_nesting_block): Delete.
3162 (gt_ggc_mr_nesting_case_stmt): Delete.
3163 (expand_start_cond): Set discriminator.
3164 (expand_start_loop): Likewise.
3165 (expand_start_null_loop): Likewise.
3166 (expand_start_bindings_and_block): Set discriminator. Don't set
3167 deleted fields.
3168 (expand_decl_cleanup): Replace 'cleanup_ptr' with
3169 &thisblock->data.block.cleanups.
3170 (expand_start_case): Set discriminator.
3171 (expand_start_case_dummy): Set discriminator.
3172
3173 * ggc-callbacks.c: Remove.
3174
3175 * gengtype.h (struct type): Add 'u.s.bitmap' field.
3176 (find_structure): Add 'pos' parameter.
3177 * gengtype-lex.l: Update callers to find_structure.
3178 * gengtype-yacc.y: Likewise.
3179 * gengtype.c (find_structure): Allow for structures to be defined
3180 in multiple language backends.
3181 (get_output_file_with_visibility): Include debug.h in gtype-desc.c.
3182 (counter): Rename to gc_counter.
3183 (write_gc_structure_fields): Fail when writing out fields for
3184 an incomplete structure. Ignore arrays of scalars. Handle
3185 'tree_vec' special.
3186 (write_gc_types): Reset counter for each procedure written.
3187
3188 * stmt.c (add_case_node): Use GGC to allocate struct case_node.
3189 (free_case_nodes): Delete.
3190 (expand_end_case_type): Delete call to free_case_nodes.
3191
3192 * Makefile.in (cselib.o): Include gt-<filename>.h.
3193 (gcse.o): Likewise.
3194 (profile.o): Likewise.
3195 (alias.o): Likewise.
3196 (GTFILES): Add alias.c, cselib.c, gcse.c, profile.c, and
3197 alphabetize backend files.
3198 (gt-alias.h, gt-cselib.h, gt-gcse.h, gt-profile.h): New rules.
3199 * alias.c: Use gengtype for roots.
3200 * c-common.h (struct stmt_tree_s): Use gengtype.
3201 * c-decl.c: Use gengtype for roots.
3202 * cselib.c: Use gengtype for roots.
3203 * expr.c: Use gengtype for roots.
3204 * fold-const.c: Use gengtype for roots.
3205 * gcse.c: Use gengtype for roots.
3206 * gengtype-lex.l: Handle typedefs of function types.
3207 Allow for empty array bounds.
3208 Allow processing to stop on initialisers.
3209 * gengtype-yacc.y (externstatic): Stop processing on initialisers.
3210 (semiequal): New rule.
3211 * gengtype.c (create_file): Tidy output files.
3212 (get_output_file_with_visibility): Fix paren warning. Fix bug
3213 involving multiple input files mapping to one output file.
3214 (write_gc_structure_fields): Skip arrays of scalars.
3215 (write_gc_types): Tidy output files.
3216 (write_gc_root): New function.
3217 (write_gc_roots): Fix bugs, add support for roots that are
3218 structures.
3219 * ggc-common.c (ggc_mark_rtx_ptr): Delete.
3220 (ggc_mark_tree_ptr): Delete.
3221 (ggc_add_rtx_root): Delete.
3222 (ggc_add_tree_root): Delete.
3223 (ggc_del_root): Delete.
3224 * integrate.c (get_func_hard_reg_initial_val): Use ggc_alloc to
3225 allocate struct initial_value_struct.
3226 * profile.c: Use gengtype for roots.
3227 * sdbout.c: Use gengtype for roots.
3228 * varasm.c (mark_weak_decls): Delete unused prototype.
3229 (mark_const_hash_entry): Delete unused function.
3230 * config/darwin-protos.h: Use gengtype for roots.
3231 (machopic_add_gc_roots): Delete.
3232 * config/arm/arm.c: Use gengtype for roots.
3233 * config/arm/arm.h: Use gengtype for roots.
3234 * config/c4x/c4x-protos.h: Use gengtype for roots.
3235 * config/c4x/c4x.c (c4x_add_gc_roots): Delete.
3236 * config/d30v/d30v-protos.h: Use gengtype for roots.
3237 * config/d30v/d30v.c (d30v_add_gc_roots): Delete.
3238 * config/dsp16xx/dsp16xx.c (override_options): Use gengtype for roots.
3239 * config/dsp16xx/dsp16xx.h: Use gengtype for roots.
3240 * config/ia64/ia64-protos.h: Use gengtype for roots.
3241 * config/ia64/ia64.c (ia64_add_gc_roots): Delete.
3242 * config/m68hc11/m68hc11-protos.h: Use gengtype for roots.
3243 * config/m68hc11/m68hc11.c (z_reg): Make global.
3244 (z_reg_qi): Make global.
3245 (m68hc11_add_gc_roots): Delete.
3246 * config/mcore/mcore-protos.h: Use gengtype for roots.
3247 * config/mcore/mcore.c (mcore_add_gc_roots): Delete.
3248 * config/mips/mips.c (mips_add_gc_roots): Delete.
3249 * config/mips/mips.h: Use gengtype for roots.
3250 * config/mmix/mmix.c (override_options): Use gengtype for roots.
3251 * config/mmix/mmix.h: Use gengtype for roots.
3252 * config/mn10200/mn10200.c (asm_file_start): Use gengtype for roots.
3253 * config/mn10200/mn10200.h: Use gengtype for roots.
3254 * config/pa/pa.c: Use gengtype for roots, marking.
3255 (struct deferred_plabel): Use GGC, gengtype.
3256 (pa_add_gc_roots): Delete.
3257 (mark_deferred_plabels): Delete.
3258 * config/pj/pj-protos.h: Use gengtype for roots.
3259 * config/pj/pj.h (OVERRIDE_OPTIONS): Don't define.
3260 * config/rs6000/rs6000.c: Use gengtype for roots. Don't call
3261 machopic_add_gc_roots.
3262 * config/rs6000/rs6000.h: Use gengtype for roots.
3263 * config/rs6000/t-darwin (darwin.o): Add dependency on gt-darwin.h.
3264 (gt-darwin.h): Add rule.
3265 * config/sh/sh.c: Use gengtype for roots.
3266 * config/sh/t-sh ($(out_object_file)): Add dependency on gt-sh.h.
3267 (gt-sh.h): Add rule.
3268 * config/sparc/sparc.c: Use gengtype for roots.
3269 (sparc_add_gc_roots): Delete.
3270 (struct ultrasparc_pipeline_state): Use GGC, gengtype.
3271 (mark_ultrasparc_pipeline_state): Delete.
3272 * config/sparc/sparc.h: Use gengtype for roots.
3273
3274 * Makefile.in (c-parse.o): Update dependencies.
3275 (c-common.o): Likewise.
3276 (GTFILES): Add c-common.h, c-tree.h, c-common.c, c-parse.in.
3277 Add dependencies for the files they generate.
3278 * c-common.c: Replace ggc_add_* uses with GTY annotations.
3279 * c-common.h: Likewise.
3280 * c-decl.c: Likewise.
3281 (gt_ggc_mp_binding_level): Delete.
3282 * c-lang.c: Include gtype-c.h.
3283 * c-parse.in: Replace ggc_add_* uses with GTY annotations. Include
3284 gt-c-parse.h.
3285 * c-pragma.h: Replace ggc_add_* uses with GTY annotations.
3286 (gt_ggc_mp_align_stack): Delete.
3287 * c-tree.h: Replace ggc_add_* uses with GTY annotations.
3288 * function.c: Replace ggc_add_* uses with GTY annotations.
3289 (gt_ggc_mp_function): Delete.
3290 * function.h: Replace ggc_add_* uses with GTY annotations.
3291 * gengtype.c (lang_names): New.
3292 (NUM_BASE_FILES): New.
3293 (open_base_files): Create language base files.
3294 (startswith): New.
3295 (get_file_basename): New.
3296 (get_base_file_bitmap): New.
3297 (get_output_file_with_visibility): Rename from get_output_file.
3298 Add more mappings for various C/Objc filenames.
3299 (finish_root_table): New.
3300 (write_gc_roots): Handle dependencies and scoping properly.
3301 * gengtype.h: Add prototypes for new functions.
3302 * ggc-common.c (struct deletable_root): Delete.
3303 (deletables): Delete.
3304 (ggc_add_deletable_root): Delete.
3305 (ggc_mark_roots): No need to deal with deleted functionality.
3306 * ggc.h (ggc_add_deletable_root): Delete prototype.
3307 * objc/Make-lang.in (objc-act.o): Add gtype-objc.h dependency.
3308 (gtype-objc.h): Add rule to create.
3309 * objc/config-lang.in (gtfiles): New.
3310 * objc/objc-act.c: Allocate imp_list using GGC. Replace uses of
3311 ggc_add_* with GTY markers. Include gtype-objc.h.
3312 (ggc_mark_imp_list): Delete.
3313 * objc/objc-act.h: Replace uses of ggc_add_* with GTY markers.
3314 * objc/objc-lang.c: Random Whitespace Change.
3315
3316 * except.h (exception_handler_labels): Delete.
3317 (get_exception_handler_labels): New.
3318 * except.c (exception_handler_labels): Delete.
3319 (struct eh_status): Add exception_handler_labels field.
3320 (doing_eh): Don't add exception_handler_labels as root.
3321 (free_eh_status): Don't need to free exception_handler_labels.
3322 (get_exception_handler_labels): New.
3323 (find_exception_handler_labels): Update for move of
3324 exception_handler_labels.
3325 (remove_exception_handler_label): Likewise.
3326 * cfgrtl.c (can_delete_label_p): Use get_exception_handler_labels.
3327 * jump.c (rebuild_jump_labels): Likewise.
3328 * loop.c (find_and_verify_loops): Likewise.
3329 * sched-rgn.c (is_cfg_nonregular): Likewise.
3330
3331 * gengtype.c (write_gc_structure_fields): Handle variable-length
3332 TYPE_ARRAYs.
3333
3334 * varasm.c (struct weak_syms): Use GGC, gengtype.
3335 (mark_weak_decls): Delete.
3336 (weak_decls): Likewise.
3337 (add_weak): Likewise.
3338 (remove_from_pending_weak_list): Likewise.
3339 (init_varasm_once): Likewise.
3340
3341 * Makefile.in (gtype-desc.o): Add libfuncs.h dependency.
3342 (GTFILES): Add tree.h, libfuncs.h, emit-rtl.c, explow.c,
3343 stor-layout.c, regclass.c, and lists.c.
3344 Add dependencies of gt-emit-rtl.h gt-explow.h gt-stor-layout.h
3345 gt-regclass.h and gt-lists.h on s-gtype.
3346 * emit-rtl.c: Use gengtype for roots. Include gt-emit-rtl.h.
3347 * except.c: Use gengtype for roots.
3348 * explow.c: Use gengtype for roots. Include gt-explow.h.
3349 * expr.h (init_stor_layout_once): Delete prototype.
3350 * function.c: Use gengtype for roots.
3351 * gengtype-lex.l: Add ENT_EXTERNSTATIC lexing.
3352 * gengtype-yacc.y (start): Can also be an externstatic.
3353 (externstatic): New production.
3354 (struct_fields): Correct array bounds inversion for 2-d arrays.
3355 * gengtype.c (variables): New variable.
3356 (note_variable): New function.
3357 (get_output_file): Include libfuncs.h into gtype-desc.c.
3358 (get_output_file_name): New function.
3359 (write_gc_structure_fields): Suppress warnings.
3360 (write_gc_types): Make static.
3361 (put_mangled_filename): New function.
3362 (write_gc_roots): New function.
3363 (main): Call write_gc_roots.
3364 * gengtype.h (note_variable): Prototype.
3365 (get_output_file_name): Prototype.
3366 (write_gc_types): Delete prototype.
3367 * ggc.h: Clean up unnecessary structure predefinitions.
3368 (struct ggc_root_tab): Define.
3369 (gt_ggc_m_rtx_def): Make function, not macro.
3370 (gt_ggc_m_tree_node): Likewise.
3371 * libfuncs.h: Use gengtype for roots.
3372 * lists.c: Use gengtype for roots. Include gt-lists.h.
3373 (init_EXPR_INSN_LIST_cache): Delete.
3374 * optabs.c: Use gengtype for roots.
3375 (gt_ggc_mp_optab): Delete.
3376 * optabs.h: Use gengtype for roots.
3377 * regclass.c: Use gengtype for roots. Include gt-regclass.h.
3378 * rtl.h: Use gengtype for roots.
3379 (init_EXPR_INSN_LIST_cache): Delete prototype.
3380 * stor-layout.c: Use gengtype for roots.
3381 Include gt-stor-layout.h.
3382 (init_stor_layout_once): Delete.
3383 * toplev.c: Use gengtype for roots. Delete calls to deleted
3384 routines.
3385 * tree.c: Use gengtype for roots.
3386 * tree.h: Use gengtype for roots.
3387 * varasm.c: Use gengtype for roots.
3388
3389 * Makefile.in (GTFILES): Add @all_gtfiles@.
3390 * configure: Regenerate.
3391 * configure.in: Construct all_gtfiles from the gtfiles definitions
3392 in config-lang.in.
3393 * gengtype-yacc.y (type): Warn about duplicate structure names.
3394 * gengtype.c (get_output_file): Handle .c files in language
3395 subdirectories.
3396
3397 * Makefile.in (GTFILES): Run gengtype on all the config files
3398 and on the target .c file.
3399 * except.c (mark_eh_region): Delete.
3400 (init_eh_for_function): Use GGC on struct eh_status.
3401 (mark_eh_status): Delete.
3402 (free_eh_status): Use GGC.
3403 (expand_eh_region_start): Use GGC to
3404 (collect_eh_region_array): Allocate last_region_number using GGC.
3405 (duplicate_eh_region_1): Use GGC to allocate struct eh_region.
3406 (remove_eh_handler): Let GGC free struct eh_region.
3407 (add_call_site): Use GGC to reallocate call_site_record array.
3408 * function.c (init_machine_status): Update calling sequence.
3409 (mark_machine_status): Likewise.
3410 (mark_lang_status): Likewise.
3411 (prepare_function_start): Update init_machine_status call.
3412 (mark_function_status): Delete.
3413 (maybe_mark_struct_function): Delete.
3414 (ggc_mark_struct_function): Delete.
3415 (gt_ggc_mp_function): New.
3416 (gt_ggc_mr_machine_function): New.
3417 (gt_ggc_mr_language_function): New.
3418 (init_function_once): Use canonical names.
3419 * function.h (struct function): Use gengtype.
3420 (init_machine_status): Return the structure.
3421 (mark_machine_status): Take a 'void *'.
3422 (mark_lang_status): Likewise.
3423 * ggc-common.c (ggc_mark_trees): Use canonical name for
3424 ggc_mark_struct_function.
3425 * tree.h (ggc_mark_struct_function): Delete prototype.
3426 * config/alpha/alpha.c (alpha_mark_machine_status): Delete.
3427 (alpha_init_machine_status): Likewise.
3428 (override_options): Use canonical name for alpha_mark_machine_status.
3429 * config/alpha/unicosmk.h (struct machine_function): Use gengtype.
3430 * config/arm/arm.h (struct machine_function): Use gengtype.
3431 * config/arm/arm.c (arm_mark_machine_status): Delete.
3432 (arm_init_machine_status): Update calling sequence.
3433 (arm_init_expanders): Use canonical name for arm_mark_machine_status.
3434 * config/cris/cris.c (cris_init_machine_status): Update
3435 calling sequence.
3436 * config/d30v/d30v.h (struct machine_function): Use gengtype.
3437 * config/d30v/d30v.c (d30v_init_machine_status): Update
3438 calling sequence.
3439 (d30v_mark_machine_status): Delete.
3440 * config/i386/i386.c: Include gt-i386.h.
3441 (struct machine_function): Use gengtype.
3442 (ix86_init_machine_status): Update calling sequence.
3443 (ix86_mark_machine_status): Delete.
3444 (override_options): Use canonical namke for ix86_mark_machine_status.
3445 * config/ia64/ia64.h (struct machine_function): Use gengtype.
3446 * config/ia64/ia64.c (ia64_init_machine_status): Update calling
3447 sequence.
3448 (ia64_mark_machine_status): Delete.
3449 (ia64_override_options): Use canonical name for
3450 ia64_mark_machine_status.
3451 * config/mmix/mmix.c (mmix_init_machine_status): Update calling
3452 sequence.
3453 * config/rs6000/rs6000.c (rs6000_init_machine_status): Likewise.
3454 * config/xtensa/xtensa.c (xtensa_init_machine_status): Likewise.
3455 * gengtype.c (get_output_file): Fix warning.
3456 (main): Add prototype to suppress warning.
3457 * tree.c: Remove tree_hash_mark prototype.
3458
3459 * tree.h (init_stmt): Delete prototype.
3460 * toplev.c (lang_independent_init): Don't call init_stmt.
3461 * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.
3462 (stmt_obstack): Delete.
3463 (POPSTACK): No need to free 'struct nesting'.
3464 (gt_ggc_mr_nesting_cond): Use canonical names.
3465 (gt_ggc_mr_nesting_loop): Use canonical names.
3466 (gt_ggc_mr_nesting_block): Use canonical names.
3467 (gt_ggc_mr_nesting_case_stmt): Use canonical names.
3468 (mark_stmt_status): Delete.
3469 (init_stmt): Delete.
3470 (clear_last_expr): Clear both last_expr_type and last_expr_value.
3471 Use it everywhere that last_expr_type was cleared.
3472 * lists.c (init_EXPR_INSN_LIST_cache): Use ggc_add_deletable_root.
3473 (zap_lists): Delete.
3474 * ggc.h (ggc_add_deletable_root): Prototype.
3475 (mark_stmt_status): Remove prototype.
3476 * ggc-common.c (ggc_add_deletable_root): New.
3477 (ggc_mark_roots): Handle deletable roots.
3478 * function.c (ggc_mark_struct_function): Use canonical name
3479 for mark_stmt_status.
3480 * emit-rtl.c (free_sequence_stack): New.
3481 (start_sequence): Use a freelist for sequences.
3482 (end_sequence): Likewise.
3483 (init_emit_once): Add free_sequence_stack as a deleteable root.
3484 * c-pragma.c Include gt-c-pragma.h.
3485 (struct align_stack): Use gengtype.
3486 (push_alignment): Use GGC for struct align_stack.
3487 (mark_align_stack): Delete.
3488 (gt_ggc_mp_align_stack): New.
3489 (init_pragma): Use canonical name for mark_align_stack.
3490 * c-decl.c: Include gt-c-decl.h.
3491 (struct binding_level): Use gengtype.
3492 (make_binding_level): Use GGC; handle the freelist here.
3493 (pop_binding_level): New.
3494 (pushlevel): Move code into make_binding_level.
3495 (push_label_level): Likewise.
3496 (poplevel): Move code into pop_binding_level.
3497 (pop_label_level): Likewise.
3498 (mark_binding_level): Delete.
3499 (gt_ggc_mp_binding_level): New.
3500 (c_init_decl_processing): Use canonical name for mark_binding_level.
3501 Add free_binding_level as deletable root.
3502 (mark_c_function_context): Use canonical name for mark_binding_level.
3503 * Makefile.in (c-decl.o): Add gt-c-decl.h.
3504 (c-pragma.o): Add gt-c-pragma.h.
3505 (GTFILES): Add c-decl.c and c-pragma.c.
3506 (gt-c-decl.h, gt-c-pragma.h): Create using gengtype.
3507
3508 * tree.c (struct type_hash): Use gengtype.
3509 (init_obstacks): Use canonical name for type_hash_mark.
3510 (type_hash_mark): Delete.
3511 Include gt-tree.h.
3512 * rtl.h (struct mem_attrs): Use gengtype.
3513 * optabs.h (struct optab): Use gengtype.
3514 * optabs.c (expand_binop): Squish signed/unsigned warning.
3515 (mark_optab): Make local, use canonical name, use autogenerated
3516 marker procedure.
3517 (init_optabs): Use canonical name for mark_optab.
3518 (new_optab): Use GGC to allocate optabs.
3519 * ggc.h: Delete mark_optab prototype.
3520 * ggc-common.c (ggc_mark_rtx_children): Use canonical name for
3521 mem_attrs marker procedure.
3522 * gengtype.c (get_output_file): Include headers in gtype-desc.c
3523 explicitly rather than deducing them from file names.
3524 (write_gc_structure_fields): Handle arrays of structures.
3525 (main): Return non-zero exit code if errors occur during output.
3526 * emit-rtl.c (mem_attrs_mark): Delete.
3527 (init_emit_once): Use canonical name for mem_attrs marker procedure.
3528 * Makefile.in (gtype-desc.o): Explicitly name dependencies.
3529 (tree.o): Depend on gt-tree.h.
3530 (GTFILES): Add rtl.h, optabs.h, tree.c.
3531 (gt-tree.h): Add it to s-gtype rule.
3532
3533 * .cvsignore: Ignore gengtype flex/bison generated files.
3534 * Makefile.in (GGC_H): Add gtype-desc.h.
3535 (OBJS): Add gtype-desc.o.
3536 (GEN): Add gengtype.
3537 (STAGESTUFF): Add gengtype.
3538 (varasm.o): Add gt-varasm.h.
3539 (stmt.o): Add gt-stmt.h.
3540 (except.o): Add gt-except.h.
3541 (integrate.o): Add gt-integrate.h.
3542 (GTFILES): New.
3543 Add new rules for new files.
3544 * configure: Regenerate.
3545 * configure.in: Correct defaults.h paths.
3546 * emit-rtl.c (mark_sequence_stack): Delete.
3547 (mark_emit_status): Delete.
3548 (start_sequence): Allocate sequence structures using GGC.
3549 (end_sequence): Allocate sequence structures using GGC.
3550 * except.c: Use gengtype for various structures. Include
3551 gt-except.h.
3552 * expr.c (mark_expr_status): Delete.
3553 * function.c: Use gengtype for various structures. Include
3554 gt-function.h.
3555 (mark_function_status): Use standard gt_ggc names for marker functions.
3556 (ggc_mark_struct_function): Likewise.
3557 * function.h: Use gengtype for various structures.
3558 * gengtype-lex.l: New file.
3559 * gengtype-yacc.y: New file.
3560 * gengtype.c: New file.
3561 * gengtype.h: New file.
3562 * ggc.h: Include gtype-desc.h. Alias some marker procedures to
3563 the standard names. Remove some now-unnecessary prototypes.
3564 * integrate.c: Use gengtype for various structures. Include
3565 gt-integrate.h.
3566 (mark_hard_reg_initial_vals): Delete.
3567 * integrate.h (mark_hard_reg_initial_vals): Delete.
3568 * stmt.c: Use gengtype for various structures. Include
3569 gt-stmt.h.
3570 (mark_case_node): Delete.
3571 (mark_goto_fixup): Delete.
3572 (mark_stmt_status): Use standard gt_ggc names for marker functions.
3573 * system.h: Define GTY to empty. In flex/bison files,
3574 don't poison malloc or realloc, instead just define them to
3575 xmalloc and xrealloc.
3576 * varasm.c: Use gengtype for various structures. Include
3577 gt-varasm.h. Use standard gt_ggc names for marker functions.
3578 (mark_pool_constant): Delete.
3579 (mark_varasm_status): Delete.
3580 (decode_rtx_const): #if 0 out non-typesafe hack.
3581
3582 * function.h (free_lang_status): Mark as obsolete.
3583 * function.c (free_lang_status): Mark as obsolete.
3584 * c-decl.c (push_c_function_context): Use GC to allocate and free
3585 struct language_function.
3586 (pop_c_function_context): Likewise.
3587 * c-common.c (mark_c_language_function): Mark struct
3588 language_function.
3589
3590 * doc/tm.texi (Per-Function Data): Don't document free_machine_status.
3591 Document that the machine_function structures must be allocated
3592 using GC. Update mark_machine_status documentation.
3593 * function.h: Don't declare free_machine_status.
3594 * function.c (free_machine_status): Don't define.
3595 (free_after_compilation): Don't call free_machine_status.
3596 (ggc_mark_struct_function): Mark f->machine. Call
3597 mark_machine_status only on non-NULL pointers.
3598 * system.h: Poison free_machine_status.
3599 * config/xtensa/xtensa.c (xtensa_init_machine_status): Use GC on
3600 struct machine_function.
3601 (xtensa_free_machine_status): Delete.
3602 (override_options): Don't set free_machine_status.
3603 * config/rs6000/rs6000.c (rs6000_override_options): Don't set
3604 free_machine_status.
3605 (rs6000_init_machine_status): Use GC on struct machine_function.
3606 (rs6000_free_machine_status): Delete.
3607 * config/ia64/ia64.c (ia64_init_machine_status): Use GC on struct
3608 machine_function.
3609 (ia64_mark_machine_status): Likewise.
3610 (ia64_free_machine_status): Delete.
3611 (ia64_override_options): Don't set free_machine_status.
3612 * config/i386/i386.c (override_options): Don't set
3613 free_machine_status.
3614 (ix86_init_machine_status): Use GC on struct machine_function.
3615 (ix86_mark_machine_status): Likewise.
3616 (ix86_free_machine_status): Delete.
3617 * config/d30v/d30v.c: (d30v_init_machine_status): Use GC on struct
3618 machine_function.
3619 (d30v_mark_machine_status): Likewise.
3620 (d30v_free_machine_status): Delete.
3621 (d30v_init_expanders): Don't set free_machine_status.
3622 * config/arm/arm.c (arm_mark_machine_status): Use GC on struct
3623 machine_function.
3624 (arm_init_machine_status): Likewise.
3625 (arm_free_machine_status): Delete.
3626 (arm_init_expanders): Don't set free_machine_status.
3627 * config/alpha/alpha.c (override_options): Don't set
3628 free_machine_status.
3629 (alpha_init_machine_status): Use GC on struct machine_function.
3630 (alpha_mark_machine_status): Likewise.
3631 (alpha_free_machine_status): Delete.
3632
3633 * varasm.c (compare_constant): Fix typo.
3634
3635 * varasm.c: Don't include obstack.h.
3636 (struct varasm_status): x_const_rtx_hash_table is a hash of rtxes.
3637 (struct rtx_const): Give substructures names, improve formatting.
3638 (struct constant_descriptor): Delete.
3639 (struct constant_descriptor_tree): New, based on constant_descriptor.
3640 (const_hash_table): Is a hash table of trees.
3641 (mark_const_hash_entry): Is used for hashes of trees. Mark
3642 constant_descriptor_tree structure.
3643 (mark_const_str_htab_1): Mark deferred_string structure.
3644 (compare_constant): Rewrite to compare trees.
3645 (compare_constant_1): Delete.
3646 (record_constant): Delete.
3647 (record_constant_1): Delete.
3648 (output_constant_def): Use struct constant_descriptor_tree.
3649 Don't duplicate trees twice.
3650 (struct constant_descriptor_rtx): New.
3651 (struct pool_constant): Used for rtx constants.
3652 (init_varasm_status): Update for change to struct varasm_status.
3653 (mark_varasm_status): Likewise.
3654 (free_varasm_status): Delete.
3655 (compare_constant_rtx): Rewrite to handle constant_descriptor_rtx.
3656 (record_constant_rtx): Likewise.
3657 (mem_for_const_double): Update to use struct constant_descriptor_rtx.
3658 (force_const_mem): Likewise.
3659 * Makefile.in (varasm.o): Doesn't depend on obstack.h.
3660 * function.c (free_after_compilation): Don't use free_varasm_status.
3661 * function.h: Don't prototype free_varasm_status.
3662
3663 * ggc-common.c (ggc_realloc): Handle X being NULL.
3664
3665 * ggc-common.c (ggc_realloc): New function.
3666 * ggc.h: Prototype it.
3667 * emit-rtl.c (free_emit_status): Delete.
3668 (init_emit): Allocate emit subarrays using GC.
3669 (gen_reg_rtx): Reallocate subarrays using GC.
3670 (init_emit): Use GC to allocate 'struct emit_status' and its
3671 subarrays.
3672 (mark_emit_status): Mark structure and its subarrays.
3673 * stmt.c (free_stmt_status): Delete.
3674 * expr.c (free_expr_status): Delete.
3675 * function.h: Remove prototypes for deleted functions.
3676 * function.c (free_after_compilation): Don't use deleted functions.
3677 Don't call free() on x_parm_reg_stack_loc.
3678 (free_after_parsing): Don't use free_stmt_status.
3679 (assign_parms): Use GC to allocate and resize x_parm_reg_stack_loc.
3680 (mark_function_status): Mark x_parm_reg_stack_loc.
3681
3682 * varasm.c (init_varasm_status): Use GC to allocate
3683 'struct varasm_status' and its fields x_const_rtx_hash_table
3684 and x_const_rtx_sym_hash_table.
3685 (mark_varasm_status): Mark them.
3686 (free_varasm_status): Use GC to free them.
3687 * expr.c (init_expr): Use GC to allocate 'struct expr_status'.
3688 (mark_expr_status): Mark the structure itself.
3689 (free_expr_status): Use GC to free the structure.
3690 * stmt.c (free_stmt_status): Use GC to free 'struct stmt_status'.
3691 (mark_stmt_status): Mark the 'struct stmt_status' itself.
3692 (init_stmt_for_function): Allocate the structure for GC.
3693
3694 * dwarf2out.c (lookup_type_die): Use TYPE_SYMTAB_DIE.
3695 (equate_type_number_to_die): Likewise.
3696 * tree.h (TYPE_SYMTAB_DIE): New macro.
3697 (struct die_struct): Predeclare.
3698 (struct tree_type): Add field symtab.die. Add a tag
3699 to the union type of field symtab.
3700
3701 * varray.h (VARRAY_RTVEC_INIT): A varray of rtvec contains
3702 'struct rtvec_def *', not 'struct rtvec_def'.
3703
3704 * function.h (original_arg_vector): Make a real rtvec.
3705 * function.c (ggc_mark_struct_function): Adjust.
3706 * integrate.c (expand_inline_function): Adjust.
3707
3708 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
3709
3710 * config.gcc (sh5-*-netbsd*, sh5l*-*-netbsd*)
3711 (sh64-*-netbsd*, sh64l*-*-netbsd*): New targets.
3712 * config/sh/netbsd-elf.h (TARGET_VERSION_ENDIAN)
3713 (TARGET_VERSION_CPU): Define according to the
3714 default target.
3715 (TARGET_VERSION): Use TARGET_VERSION_ENDIAN and
3716 TARGET_VERSION_CPU.
3717 (TARGET_OS_CPP_BUILTINS): Use NETBSD_OS_CPP_BUILTINS_LP64
3718 if TARGET_SHMEDIA64.
3719 (LINK_DEFAULT_CPU_EMUL): Define according to the
3720 default target.
3721 (SUBTARGET_LINK_EMUL_SUFFIX): Define.
3722 (SUBTARGET_LINK_SPEC): Define.
3723 (LINK_SPEC): Use SH_LINK_SPEC.
3724 (ASM_SPEC): Remove.
3725 (TARGET_DEFAULT): Use TARGET_CPU_DEFAULT.
3726 (FUNCTION_PROFILER): Add cases for TARGET_SHMEDIA32
3727 and TARGET_SHMEDIA64 which abort, for now.
3728 * config/sh/t-netbsd-sh5: New file.
3729 * config/sh/t-netbsd-sh5-32: New file.
3730 * config/sh/t-netbsd-sh5-64: New file.
3731
3732 2002-06-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
3733 Richard Henderson <rth@redhat.com>
3734
3735 * config/alpha/alpha.c (reg_or_const_int_operand): New.
3736 (some_operand, input_operand): Accept CONST_VECTOR.
3737 (alpha_extra_constraint): Add 'W'.
3738 (alpha_expand_zap_mask): New.
3739 (alpha_expand_builtin_vector_binop): New.
3740 (enum alpha_builtin): New.
3741 (zero_arg_builtins, one_arg_builtins, two_arg_builtins): New.
3742 (alpha_init_builtins, alpha_expand_builtin): New.
3743 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): New.
3744 * config/alpha/alpha.h (VECTOR_MODE_SUPPORTED_P): New.
3745 (PREDICATE_CODES): Update.
3746 * config/alpha/alpha-protos.h: Update.
3747 * config/alpha/alpha.md (UNSPEC_CMPBGE, UNSPEC_ZAP,
3748 UNSPEC_AMASK, UNSPEC_IMPLVER, UNSPEC_PERR, UNSPECV_RPCC): New.
3749 (movv8qi, movv8qi_fix, movv8qi_nofix): New.
3750 (movv4hi, movv4hi_fix, movv4hi_nofix): New.
3751 (movv2si, movv2si_fix, movv2si_nofix): New.
3752 (uminv8qi3, sminv8qi3, uminv4hi3, sminv4hi3): New.
3753 (umaxv8qi3, smaxv8qi3, umaxv4hi3, smaxv4hi3): New.
3754 (builtin_cmpbge, builtin_extql, builtin_extqh, builtin_zap,
3755 builtin_zap_1, builtin_zapnot, builtin_zapnot_1, builtin_amask,
3756 builtin_implver, builtin_rpcc, builtin_minub8, builtin_minsb8,
3757 builtin_minuw4, builtin_minsw4, builtin_maxub8, builtin_maxsb8,
3758 builtin_maxuw4, builtin_maxsw4, builtin_perr, builtin_pklb,
3759 pklb, builtin_pkwb, pkwb, builtin_unpkbl, unpkbl,
3760 builtin_unpkbw, unpkbw): New.
3761 * doc/extend.texi (Alpha Built-in Functions): New.
3762
3763 2002-06-03 Richard Henderson <rth@redhat.com>
3764
3765 * crtstuff.c (__EH_FRAME_BEGIN__): Conditionalize on
3766 USE_EH_FRAME_REGISTRY, not EH_FRAME_SECTION_NAME.
3767
3768 2002-06-03 Richard Henderson <rth@redhat.com>
3769
3770 * config/alpha/alpha-protos.h: Eliminate unneeded ifdefs.
3771
3772 * config/alpha/alpha.c (reg_or_0_operand): Use CONST0_RTX.
3773 (const0_operand): New.
3774 (reg_or_fp0_operand, fp0_operand): Remove.
3775 * config/alpha/alpha.h (PREDICATE_CODES): Update.
3776 * config/alpha/alpha-protos.h: Update.
3777 * config/alpha/alpha.md: Replace all uses of reg_or_fp0_operand
3778 and fp0_operand with reg_or_0_operand and const0_operand.
3779
3780 2002-06-03 Dan Nicolaescu <dann@godzilla.ics.uci.edu>
3781
3782 * alias.c (nonoverlapping_memrefs_p): Fix off by one error.
3783
3784 2002-06-03 Roger Sayle <roger@eyesopen.com>
3785
3786 * gcse.c (cprop_jump): Use single_set to get the pattern
3787 from the setcc argument.
3788
3789 2002-06-03 Gabriel Dos Reis <gdr@codesourcery.com>
3790
3791 * diagnostic.h (diagnostic_count): Move from output_buffer to
3792 diagnostic_context.
3793 (diagnostic_kind_count): Adjust definition.
3794
3795 Mon Jun 3 19:11:53 CEST 2002 Jan Hubicka <jh@suse.cz>
3796
3797 * except.c (except.c): Do not rebuild CFG.
3798 * toplev.c (rest_of_compilation): Recompute CFG after sibcall
3799 optimization.
3800
3801 Mon Jun 3 11:53:01 CEST 2002 Jan Hubicka <jh@suse.cz>
3802
3803 * integrate.c (copy_insn_list): Properly pace the INSN_SCOPE copies.
3804 * toplev.c: Include cfglahout.h
3805 * Makefile.in (toplev.c): Add dependnecy.
3806
3807 2002-06-03 Neil Booth <neil@daikokuya.demon.co.uk>
3808
3809 * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): New.
3810 (CPP_CPU32_SPEC, CPP_CPU64_SPEC): Kill.
3811 (CPP_CPUCOMMON_SPEC): Rename CPP_CPU_SPEC.
3812
3813 2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
3814
3815 * config/ns32k/netbsd.h: Update copyright years.
3816 (TARGET_OS_CPP_BUILTINS): Define.
3817 (CPP_PREDEFINES): Remove.
3818 * config/ns32k/ns32k.h (CPP_PREDEFINES): Remove.
3819 (TARGET_CPU_CPP_BUILTINS): Define.
3820
3821 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
3822
3823 * emit-rtl.c: Fix formatting.
3824 * errors.h: Likewise.
3825 * except.c: Likewise.
3826 * explow.c: Likewise.
3827 * expmed.c: Likewise.
3828 * expr.c: Likewise.
3829 * expr.h: Likewise.
3830
3831 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
3832
3833 * config/h8300/elf.h: Fix formatting.
3834 * config/h8300/rtems.h: Likewise.
3835
3836 2002-06-03 Jason Thorpe <thorpej@wasabisystems.com>
3837
3838 * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.
3839
3840 2002-06-02 Tom Tromey <tromey@redhat.com>
3841
3842 * fixinc/fixincl.x: Rebuilt.
3843 * fixinc/inclhack.def (thread_keyword): Match `*__thread'.
3844
3845 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3846
3847 config/i370:
3848 * i370.h (TARGET_CPU_CPP_BUILTINS): Use.
3849 * linux.h: Use TARGET_OS_CPP_BUILTINS rather than CPP_PREDEFINES.
3850 * mvs.h: Similarly.
3851 * oe.h: Similarly.
3852
3853 Mon Jun 3 00:18:20 CEST 2002 Jan Hubicka <jh@suse.cz>
3854
3855 * final.c (final): Allow notes to not have computed addresses;
3856 kill no longer needed STACK_REGS ifdef.
3857
3858 2002-06-02 Richard Henderson <rth@redhat.com>
3859
3860 * gcse.c (bypass_conditional_jumps): Fix typo last change.
3861
3862 Sun Jun 2 23:02:11 CEST 2002 Jan Hubicka <jh@suse.cz>
3863
3864 * loop.c (emit_prefetch_instructions): Properly place the address
3865 computation.
3866
3867 Sun Jun 2 22:56:48 CEST 2002 Jan Hubicka <jh@suse.cz>
3868
3869 * basic-block.h (basic_block_for_insn, BLOCK_FOR_INSN): Kill.
3870 (set_block_for_insn): Turn into macro.
3871 * cfgbuild.c (find_basic_block): Do not clear basic_block_for_insn.
3872 * cfglayout.c (insn_scopes): Kill.
3873 (scope_to_insns_initialize): Do not use insn_scopes.
3874 (scope_to_insns_finalize): Likewise.
3875 (duplicate_insn_chain): Likewise.
3876 (cfg_layout_initialize, cfg_layout_finalize): Do not turn scopes to notes.
3877 * cfgrtl.c (basic_block_for_insn): Kill.
3878 (delete_insn_and_edges, delete_insn_chain_and_edges): Simplify.
3879 (create_basic_block_structure): Use reorder_insns.
3880 (compute_bb_for_insn): Do not use basic_block_for_insn.
3881 (merge_blocks_nomove): Likewise.
3882 (update_bb_for_insn): Likewise.
3883 (verify_flow_info): Likewise.
3884 (set_block_for_insn): Kill.
3885 * combine.c (try_combine): Update gen_rtx_INSN call.
3886 * emit-rtl.c (gen_label_rtx): Update gen_rtx_CODE_LABEL call.
3887 (mark_insn_raw, make_jump_insn_raw, make_call_insn_raw): Clear
3888 scopes and BBs.
3889 (add_insn_after, add_insn_before, remove_insn, reorder_insns): Simplify.
3890 (emit_note_before, emit_note_after, emit_line_note_after, emit_note):
3891 Clear BB.
3892 (emit_insns_after): Simplify.
3893 (emit_copy_of_insn_after): Copy scope.
3894 * final.c (final_start_function): Lower scopes.
3895 * flow.c (check_function_return_warnings): Do not rely on deleted insn.
3896 * integrate.c (copy_insn_list): Cope scopes.
3897 * jump.c (duplicate_loop_exit_test): LIkewise; simplify.
3898 * loop.c (loop_optimize): Do not care block notes.
3899 * print-rtl.c (print_rtx): Print BB.
3900 * recog.c (apply_change_group): Simplify.
3901 * rtl.c (copy_rtx): Handle 'B'.
3902 * rtl.def (INSN, CALL_INSN, JUMP_INSN, NOTE): Add extra fields.
3903 * rtl.h (Field accessors): Update indexes.
3904 * sched-ebb.c (schedule_ebbs): Do not lower notes.
3905 * sched-rgn.c (schedule_insns): Likewise.
3906 * toplev.c (rest_of_compilation): Lower notes.
3907 * unroll.c (unroll_loop): Do not care scoping notes.
3908 (copy_loop_body): Copy scopes.
3909
3910 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3911
3912 config/h8300:
3913 * elf.h: Use TARGET_OS_CPP_BUILTINS rather than
3914 SUBTARGET_SPEC.
3915 * rtems.h: Similarly.
3916 * h8300.h (CPP_PREDEFINES, CPP_SPEC, SUBTARGET_CPP_SPEC,
3917 EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): Remove.
3918 (TARGET_CPU_CPP_BUILTINS): Use.
3919
3920 2002-06-02 Richard Henderson <rth@redhat.com>
3921
3922 * alias.c: Include target.h.
3923 (mark_constant_function): Use targetm.binds_local_p instead
3924 of checking TREE_PUBLIC ourselves.
3925 * Makefile.in (alias.o): Add TARGET_H.
3926
3927 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3928
3929 * c-lex.c: Update copyright and file description.
3930
3931 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3932
3933 * config/fr30/fr30.h: Update to new CPP macros.
3934
3935 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3936
3937 * config/dsp16xx/dsp16xx.h: Update to new CPP macros.
3938
3939 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3940 Zack Weinberg <zack@codesourcery.com>
3941
3942 * c-common.c (c_common_init): Override cpplib's default
3943 warn_long_long setting.
3944 * c-lex.c (lex_number): Replace with interpret_integer,
3945 interpret_float, narrowest_unsigned_type and
3946 narrowest_signed_type, taking advantage of the new
3947 cpplib functionality.
3948 * cpperror.c (_cpp_begin_message): If a warning is turned
3949 into an error, avoid printing "warning:".
3950 * cppexp.c (cpp_num_sign_extend): New.
3951 * cppinit.c: Update comment.
3952 * cpplib.h (cpp_num_sign_extend): New.
3953 * tree.h: Update comment.
3954
3955 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
3956
3957 * diagnostic.h (struct diagnostic_context): Add new member
3958 internal_error.
3959 (internal_error_function): Remove declaration.
3960 * diagnostic.c (internal_error_function): Remove definition..
3961 (internal_error): Adjust use.
3962
3963 2002-06-02 Richard Henderson <rth@redhat.com>
3964
3965 * rtl.h (CC0_P): New.
3966 * gcse.c (cprop_jump): Use it with single_set. Tweak dump text.
3967 (cprop_insn): Allow any mode register; use CC0_P. CSE out single_set.
3968 (bypass_block): Save old dest block for dump text.
3969 (bypass_conditional_jumps): Allow any mode register; use CC0_P.
3970 Allow only true SET insns, not single_set.
3971
3972 2002-06-02 Gabriel Dos Reis <gdr@codesourcery.com>
3973
3974 * diagnostic.c (diagnostic_finish): Rename to output_flush.
3975 (clear_disgnostic_info): Rename to output_clear_data. Use false
3976 instead of 0 for boolean value.
3977 Adjust function call throughout.
3978
3979 Sun Jun 2 19:15:27 CEST 2002 Jan Hubicka <jh@suse.cz>
3980
3981 * cfgrtl.c (commit_one_edge_insertion): Fix warning.
3982 * gcse.c (bypass_conditional_jumps): CSE out single_set call.
3983
3984 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
3985
3986 * d30v.h (CPP_PREDEFINES): Replace with
3987 (TARGET_CPU_CPP_BUILTINS): New.
3988
3989 2002-06-02 Roger Sayle <roger@eyesopen.com>
3990
3991 * config/alpha/alpha.h [ASM_OUTPUT_LABELREF]: Fix typo.
3992
3993 Sun Jun 2 12:11:52 CEST 2002 Jan Hubicka <jh@suse.cz>
3994
3995 * gcse.c (bypass_conditional_jumps): Use single set to obtain set.
3996
3997 2002-06-02 Richard Henderson <rth@redhat.com>
3998
3999 * rtlanal.c (volatile_refs_p): Not automatically true for CALL.
4000
4001 2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
4002
4003 Support for C++ constructors/destructors.
4004 * config/avr/avr.c (avr_output_function_epilogue): Jump to exit()
4005 instead of looping if main() returns.
4006 (asm_file_start): Output global symbols that cause .data and .bss
4007 initialization code to be linked in, unconditionally for now.
4008 (avr_asm_out_ctor, avr_asm_out_dtor): New functions.
4009 * config/avr/avr.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): New.
4010 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
4011 (LIBSTDCXX): New.
4012 * config/avr/libgcc.S (_exit): Split in .fini9 and .fini0 sections.
4013 (__tablejump__): New.
4014 (__do_copy_data, __do_clear_bss): New.
4015 (__do_global_ctors, __do_global_dtors): New.
4016 * config/avr/t-avr (LIB1ASMFUNCS): Add _copy_data, _clear_bss,
4017 _ctors, _dtors.
4018
4019 2002-06-02 Neil Booth <neil@daikokuya.demon.co.uk>
4020
4021 * c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): New.
4022 (CPP_SPEC, CPP_PREDEFINES): Kill.
4023 * c4x/rtems.h (CPP_PREDEFINES): Kill.
4024 (TARGET_OS_CPP_BUILTINS): New.
4025
4026 Sat Jun 1 23:29:51 CEST 2002 Jan Hubicka <jh@suse.cz>
4027
4028 * Makefile.in (tracer.o): New.
4029 * params.def (TRACER_*): New options.
4030 * rtl.h (tracer): Declare.
4031 * timevar.def (TV_TRACER): New.
4032 * toplev.c (dump_file_index): Add DFI_tracer.
4033 (dump_file_info): Add tracer.
4034 (flag_tracer): New.
4035 (lang_indepdenent_options): Add tracer.
4036 (rest_of_compilation): Call tracer.
4037 * tracer.c: New file.
4038 * invoke.texi (-ftracer): Document.
4039 (--param tracer-*): Document.
4040
4041 2002-06-01 Daniel Berlin <dberlin@dberlin.org>
4042
4043 * tree-inline.c (expand_call_inline): Make the statement
4044 expression we generate have a COMPOUND_STMT.
4045
4046 2002-06-01 Roger Sayle <roger@eyesopen.com>
4047
4048 * gcse.c (cprop_cc0_jump): Function deleted.
4049 (cprop_jump): Take an additional argument which is the possibly
4050 NULL cc setting insn immediately before the conditional jump.
4051 When a MODE_CC set is present, substitute it into the JUMP_INSN
4052 before attempting the constant propagation.
4053 (cprop_insn): Recognize cc setters followed by conditional jumps
4054 as a special case. Use cprop_jump instead of cprop_cc0_jump.
4055 (cprop_one_pass): Call bypass_conditional_jumps if altering jumps.
4056 (find_bypass_set): New function based upon find_avail_set used by
4057 cprop, but finds constant expressions available at the end of
4058 basic blocks.
4059 (bypass_block): New function. Given a basic block that begins
4060 with a conditional jump and multiple incoming edges, perform
4061 the jump bypass optimization.
4062 (bypass_conditional_jumps): New function. Call bypass_block with
4063 each suitable basic block in the CFG using a simple single pass.
4064
4065 2002-06-01 Roger Sayle <roger@eyesopen.com>
4066
4067 * tree.c (real_minus_onep): New function to test for -1.0.
4068 * fold-const.c (fold) [MULT_EXPR]: Optimize -1.0*x into -x.
4069
4070 2002-06-01 Roger Sayle <roger@eyesopen.com>
4071
4072 * fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0"
4073 and "!p && !q" into "(p|q) == 0" under suitable conditions.
4074
4075 2002-06-01 Andreas Jaeger <aj@suse.de>
4076
4077 * cppexp.c (cpp_classify_number): Cast precission to int for
4078 correct printf format.
4079
4080 2002-06-01 Marek Michalkiewicz <marekm@amelek.gda.pl>
4081
4082 * config/avr/avr.c (avr_mcu_types): Remove devices that were once
4083 expected, but don't really exist: atmega83, atmega85, attiny10.
4084 * config/avr/avr.h (LINK_SPEC): Update to use the new avr[1-5] ld
4085 emulations for all devices.
4086 (CRT_BINUTILS_SPECS): Remove atmega83, atmega85, attiny10.
4087 * config/avr/t-avr (MULTILIB_MATCHES): Remove atmega83, atmega85.
4088
4089 2002-06-01 Kazu Hirata <kazu@cs.umass.edu>
4090
4091 * config/h8300/h8300-protos.h: Add a prototype for
4092 h8300_shift_needs_scratch_p.
4093 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): New.
4094 * config/h8300/h8300.h (OK_FOR_R): New.
4095 (OK_FOR_S): Likewise.
4096 (OK_FOR_T): Likewise.
4097 (EXTRA_CONSTRAINT): Call OK_FOR_R, OK_FOR_S, and OK_FOR_T.
4098 * config/h8300/h8300.md (anonymous shift patterns): Use
4099 constraints R, S, and T.
4100
4101 Sat Jun 1 11:23:22 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4102
4103 * basic-block.h (struct basic_block_def): New field loop_father.
4104 (BB_VISITED): New flag.
4105 (struct loop): New field pred, removed field shared.
4106 (struct loops): New field parray.
4107 (LOOP_EXITS_DOMS): Removed.
4108 (flow_loop_tree_node_add, flow_loop_tree_node_remove,
4109 flow_loop_nested_p, flow_bb_inside_loop_p, get_loop_body,
4110 dfs_enumerate_from, loop_preheader_edge, loop_latch_edge,
4111 add_bb_to_loop, remove_bb_from_loops, find_common_loop,
4112 verify_loop_structure): Declare.
4113 * cfg.c (entry_exit_blocks): Initialize loop_father field.
4114 * cfganal.c (dfs_enumerate_from): New function.
4115 * cfgloop.c (HEAVY_EDGE_RATIO): New constant.
4116 (flow_loop_entry_edges_find, flow_loop_exit_edges_find,
4117 flow_loop_nodes_find, flow_loop_level_compute, flow_loop_nested_p,
4118 flow_loop_dump, flow_loops_dump, flow_loops_free,
4119 flow_loop_tree_node_add, flow_loop_level_compute,
4120 flow_loops_level_compute, flow_loop_scan, flow_loops_update,
4121 flow_loop_outside_edge_p): Modified for new infrastructure.
4122 (make_forwarder_block, canonicalize_loop_headers, glb_enum_p,
4123 redirect_edge_with_latch_update, flow_loop_free): New static functions.
4124 (flow_loop_tree_node_remove, flow_bb_inside_loop_p,
4125 get_loop_body, add_bb_to_loop, remove_bb_from_loops,
4126 find_common_loop, verify_loop_structure, loop_latch_edge,
4127 loop_preheader_edge): New functions.
4128 (flow_loops_cfg_dump): Do not show dominators, as this information
4129 does not remain up to date long.
4130 (flow_loops_find): Store results in new format.
4131 * predict.c (propagate_freq, estimate_probability,
4132 estimate_loops_at_level, estimate_bb_frequencies): Use new loop
4133 infrastructure.
4134
4135 2002-06-01 Alan Lehotsky <apl@alum.mit.edu>
4136
4137 * except.c (nothrow_function_p): Walk epilogue delay list
4138 checking the insn, not the chain for potential throws.
4139
4140 2002-05-31 Zack Weinberg <zack@codesourcery.com>
4141
4142 * Makefile.in (INSTALL_CPP, UNINSTALL_CPP): Remove.
4143 (install): Refer to install-cpp directly.
4144 (uninstall-cpp): Folded into uninstall rule.
4145 * configure.in: Delete all code relating to --disable-cpp.
4146 * configure: Regenerate.
4147 * config/t-install-cpp: Delete.
4148
4149 2002-05-31 Richard Henderson <rth@redhat.com>
4150
4151 * configure.in (HAVE_AS_TLS): Add alpha tests.
4152 * configure: Rebuild.
4153 * config/alpha/alpha.c (TARGET_AS_TLS): New.
4154 (alpha_tls_size, alpha_tls_size_string): New.
4155 (overide_options): Set it. Always install machine_status hooks.
4156 (input_operand): Accept got tls predicates.
4157 (local_symbol_p): Merge into ...
4158 (local_symbolic_operand): ... here. Reject tls symbols.
4159 (global_symbolic_operand): Likewise.
4160 (tls_symbolic_operand_1, dtp16_symbolic_operand): New.
4161 (dtp32_symbolic_operand, gotdtp_symbolic_operand): New.
4162 (tp16_symbolic_operand, tp32_symbolic_operand): New.
4163 (gottp_symbolic_operand, tls_symbolic_operand_type): New.
4164 (alpha_encode_section_info): Handle TLS symbols.
4165 (alpha_strip_name_encoding): Likewise.
4166 (alpha_legitimate_address_p): Likewise.
4167 (alpha_legitimize_address): Likewise.
4168 (alpha_expand_mov): Early exit to avoid nop moves.
4169 (struct machine_function): Move from unicosmk.h. Add some_ld_name.
4170 (alpha_init_machine_status, alpha_mark_machine_status,
4171 alpha_free_machine_status): Always define.
4172 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
4173 (print_operand, print_operand_address): Add TLS relocs.
4174 * config/alpha/alpha.h (HAVE_AS_TLS): Default 0.
4175 (MASK_TLS_KERNEL, TARGET_TLS_KERNEL): New.
4176 (TARGET_SWITCHES): Add -mtls-kernel.
4177 (alpha_tls_size, alpha_tls_size_string): New.
4178 (TARGET_OPTIONS): Add -mtls-size=.
4179 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
4180 REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Add R0_REG.
4181 (ASM_OUTPUT_LABELREF): Skip %.
4182 (PRINT_OPERAND_PUNCT_VALID_P): Add &.
4183 (PREDICATE_CODES): Update.
4184 * config/alpha/alpha.md (UNSPEC_TLSGD_CALL, UNSPEC_TLSLDM_CALL,
4185 UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_DTPREL, UNSPEC_TPREL,
4186 UNSPEC_TP, UNSPECV_SET_TP): New.
4187 (adddi_er_lo16_dtp, adddi_er_hi32_dtp, adddi_er_lo32_dtp,
4188 adddi_er_lo16_tp, adddi_er_hi32_tp, adddi_er_lo32_tp, load_tp,
4189 set_tp, movdi_er_tlsgd, movdi_er_tlsldm, movdi_er_gotdtp,
4190 movdi_er_gottp, call_value_osf_tlsgd, call_value_osf_tlsldm): New.
4191 (call_value_osf_2_er): Accept anything as op4.
4192 * config/alpha/alpha-protos.h: Update.
4193 * config/alpha/unicosmk.h (struct machine_function): Move to alpha.c.
4194
4195 2002-05-31 Zack Weinberg <zack@codesourcery.com>
4196
4197 * cppinit.c (append_include_chain): Always pay attention to
4198 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
4199 marker on argument.
4200
4201 2002-05-31 Kazu Hirata <kazu@cs.umass.edu>
4202
4203 * target.h: Fix formatting.
4204 * timevar.h: Likewise.
4205 * tlink.c: Likewise.
4206 * toplev.c: Likewise.
4207 * toplev.h: Likewise.
4208 * tree.c: Likewise.
4209 * tree-dump.h: Likewise.
4210 * tree.h: Likewise.
4211 * tree-inline.h: Likewise.
4212 * unroll.c: Likewise.
4213 * unwind-dw2.c: Likewise.
4214 * unwind-dw2-fde.c: Likewise.
4215 * unwind-dw2-fde-glibc.c: Likewise.
4216 * unwind-dw2-fde.h: Likewise.
4217 * unwind.h: Likewise.
4218 * unwind-sjlj.c: Likewise.
4219 * varasm.c: Likewise.
4220 * varray.h: Likewise.
4221 * vmsdbg.h: Likewise.
4222 * vmsdbgout.c: Likewise.
4223 * xcoffout.h: Likewise.
4224
4225 2002-05-31 Igor Shevlyakov <igor@microunity.com>
4226
4227 * expr.c (compare_from_rtx): Generate comparison between op0 and op1
4228 rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
4229
4230 2002-05-31 Matthew Woodcraft <mattheww@chiark.greenend.org.uk>
4231
4232 * gcc.c (cpp_unique_options): Remove "-d" options.
4233 (cpp_debug_options): New spec string.
4234 (default_compilers): Use it.
4235 * objc/lang-specs.h: Likewise.
4236
4237 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
4238
4239 * gcc/Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with
4240 BUILD_PREFIX, BUILD_PREFIX_1, to correct nomenclature.
4241 * gcc/mklibgcc.in: Likewise.
4242 * gcc/config/arc/t-arc: Likewise.
4243 * gcc/configure.in: Likewise.
4244 * gcc/configure: Regenerate.
4245
4246 2002-05-31 Stan Shebs <shebs@apple.com>
4247 Turly O'Connor <turly@apple.com>
4248
4249 * c-decl.c (struct binding_level): Change int field n_incomplete
4250 to tree list incomplete_list.
4251 (clear_binding_level): Init field with NULL.
4252 (pushdecl): Add incomplete type to list.
4253 (mark_binding_level): Mark the incomplete list.
4254 (finish_struct): Scan the incomplete list for types instead
4255 of all decls in the current binding level.
4256
4257 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
4258
4259 * pa.c (output_millicode_call): Add missing '%' characters.
4260 (output_call): Likewise.
4261
4262 2002-05-31 David Edelsohn <edelsohn@gnu.org>
4263
4264 * config/rs6000/xcoff.h (HOT_TEXT_SECTION_NAME): Define.
4265 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
4266
4267 2002-05-31 Alan Lehotsky <apl@alum.mit.edu>
4268
4269 * varasm.c (mark_constant_pool): Walk epilogue delay list
4270 checking the insn, not the chain for potential constants.
4271
4272 Fri May 31 12:38:43 2002 J"orn Rennecke <joern.rennecke@superh.com>
4273
4274 * config/sh/elf.h (ASM_SPEC): Use subtarget_endian_asm_spec.
4275
4276 Fri May 31 13:50:19 CEST 2002 Jan Hubicka <jh@suse.cz>
4277
4278 * i386.c (classify_argument): Properly handle base types.
4279
4280 * dwarf2out.c (expand_builin_init_dwarf_reg_sizes):
4281 Store first DWARF_FRAME_REGISTERS dwarf registers, not pseudo
4282 registers.
4283
4284 Fri May 31 13:37:54 CEST 2002 Jan Hubicka <jh@suse.cz>
4285
4286 * gcse.c (gcse_emit_move_after): New.
4287 (pre_delete, hoist_store): Use it.
4288
4289 * reload1.c (emit_input_reload_insns): Use constrain_operands
4290 instead of constraint_accepts_reg_p to verify optimization.
4291 (constraint_accepts_reg_p): Kill
4292
4293 * reload1.c (reload_cse_delete_noop_set): Kill.
4294 (reload_cse_simplify): use delte_insn_and_edges.
4295
4296 2002-05-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4297
4298 * cfgloop.c (flow_loops_find): Initialize first and last fields
4299 correctly.
4300
4301 2002-05-31 Neil Booth <neil@daikokuya.demon.co.uk>
4302
4303 * c-common.c (builtin_define_std): Correct logic.
4304
4305 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
4306
4307 * pa.c (output_millicode_call): Correct "be,l" insn for TARGET_PA_20.
4308 (output_call): Likewise.
4309
4310 2002-05-31 John David Anglin <dave@hiauly1.hia.nrc.ca>
4311
4312 * pa.c: Move output.h include after tree.h include.
4313 (pa_asm_output_mi_thunk): Constify identifier lab.
4314
4315 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
4316
4317 * config/ns32k/ns32k.h: Define named constants for the
4318 bits in target_flags and use them.
4319 * config/ns32k/netbsd.h (TARGET_DEFAULT): Use named constants.
4320
4321 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
4322
4323 * config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
4324 architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
4325 * pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
4326 default scheduling model.
4327 * pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
4328 * pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
4329 * pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
4330 * doc/install.texi (hppa*-*-*): Document default scheduling.
4331
4332 2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
4333
4334 * pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
4335
4336 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
4337
4338 * config.gcc (ns32k-*-netbsd*): Set tm_file to
4339 "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
4340 * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h,
4341 netbsd.h, or netbsd-aout.h.
4342
4343 2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
4344
4345 * longlong.h (count_trailing_zeros): Add missing \, and clean up
4346 whitespace in __ns32000__ case.
4347
4348 2002-05-31 Aldy Hernandez <aldyh@redhat.com>
4349
4350 * expr.c (expand_expr): Output partially zeroed out vectors with
4351 output_constant_def.
4352
4353 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4354
4355 * config.gcc (sh[123456789l]*-*-*): Set cpu_type to sh.
4356 (sh-*-netbsdelf*)
4357 (shl*-*-netbsdelf*): New targets.
4358 * config/sh/netbsd-elf.h: New file.
4359 * config/sh/t-netbsd: New file.
4360
4361 2002-05-30 Richard Henderson <rth@redhat.com>
4362 Eric Botcazou <ebotcazou@multimania.com>
4363
4364 PR optimization/6822
4365 * config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
4366 to unsigned int for op1 comparisons. Use gen_int_mode.
4367
4368 2002-05-30 Eric Botcazou <ebotcazou@multimania.com>
4369
4370 * expmed.c (const_mult_add_overflow_p): New.
4371 * expr.h: Declare it.
4372 * loop.c (maybe_eliminate_biv_1) [COMPARE]: Use it.
4373 Don't eliminate the biv if the giv has a constant multiplier and
4374 the rhs argument of the comparison does satisfy the predicate.
4375 Use expand_mult_add to compute the replacement constant.
4376
4377 2002-05-30 Osku Salerma <osku@iki.fi>
4378
4379 * c-common.c (c_common_attribute_table): Add "may_alias" entry.
4380 (c_common_get_alias_set): Handle it.
4381 * doc/extend.texi: Document it.
4382
4383 2002-05-30 Richard Henderson <rth@redhat.com>
4384
4385 * defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
4386 * toplev.c (process_options): Don't check it.
4387 * doc/tm.texi: Don't document it.
4388 * config/i386/linux.h (SUBTARGET_FRAME_POINTER_REQUIRED): New.
4389 (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): Kill.
4390 * config/i386/i386.c (ix86_frame_pointer_required): Suppress leaf
4391 frame pointer optimization if current_function_profile.
4392
4393 2002-05-30 Kazu Hirata <kazu@cs.umass.edu>
4394
4395 * langhooks.c: Fix formatting.
4396 * langhooks.h: Likewise.
4397 * lcm.c: Likewise.
4398 * libgcc2.c: Likewise.
4399 * lists.c: Likewise.
4400 * local-alloc.c: Likewise.
4401 * loop.c: Likewise.
4402 * loop.h: Likewise.
4403
4404 2002-05-30 Marc Espie <espie@openbsd.org>
4405
4406 * config.gcc (sparc64-*-openbsd*): New.
4407 * config/sparc/openbsd1-64.h: New.
4408 * config/sparc/openbsd64.h: New.
4409
4410 2002-05-30 Jeff Law <law@redhat.com>
4411
4412 * flow.c (propagate_one_insn): Revise yesterday's patch. Delete
4413 a dead insn with a REG_RETVAL note when the entire libcall is not
4414 dead and remove the associated REG_LIBCALL note at the same time.
4415
4416 Thu May 30 19:54:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
4417
4418 * lcm.c (output.h): #include.
4419 (compute_earliest): Remove hack to treat renumbered EXIT_BLOCK
4420 as an ordinary block.
4421 (optimize_mode_switching): Don't pretend that the exit block is
4422 an ordinary block, or handle sucessors of entry block specially.
4423 Instead, split edges from entry block and to exit block, and
4424 put a computing definition on the thus gained post-entry-block,
4425 and a need on the pre-exit-block.
4426
4427 Thu May 30 20:28:01 CEST 2002 Jan Hubicka <jh@suse.cz>
4428
4429 * gengenrtl.c (type_from_format, accessor_from_format): Support 'B'.
4430 * rtl.texi: Document 'B'
4431
4432 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
4433
4434 * config/m68k/netbsd-elf.h (LONG_DOUBLE_TYPE_SIZE): Compute
4435 at run-time.
4436 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Set to 96 if not __mc68010__.
4437
4438 2002-05-30 Aldy Hernandez <aldyh@redhat.com>
4439
4440 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
4441 const0_rtx instead of NULL_RTX when in error.
4442 (altivec_expand_abs_builtin): Same.
4443 (rs6000_expand_binop_builtin): Same.
4444 (altivec_expand_predicate_builtin): Same.
4445 (altivec_expand_stv_builtin): Same.
4446 (rs6000_expand_ternop_builtin): Same.
4447 (altivec_expand_builtin): Same.
4448
4449 2002-05-29 David S. Miller <davem@redhat.com>
4450
4451 * rtl.h (clear_emit_caches): Delete.
4452 * integrate.c (output_inline_function): Don't call it.
4453 * emit-rtl.c (restore_emit_status, init_emit): Likewise.
4454 (clear_emit_caches): Delete definition.
4455 (SEQUENCE_RESULT_SIZE, sequence_result, free_insn): Likewise.
4456
4457 2002-05-30 Hans-Peter Nilsson <hp@bitrange.com>
4458
4459 * config/mmix/mmix.c: Include real.h.
4460 (mmix_constant_address_p): Remove redundant test before switch.
4461
4462 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4463
4464 * config/mips/mips.h (READONLY_DATA_SECTION_ASM_OP): Define
4465 only if not already defined.
4466
4467 2002-05-29 Kazu Hirata <kazu@cs.umass.edu>
4468
4469 * config/h8300/h8300-protos.h: Remove prototypes for
4470 ok_for_bclr and small_power_of_two.
4471 * config/h8300/h8300.c (small_power_of_two): Remove.
4472 (ok_for_blcr): Likewise.
4473 (fix_bit_operand): Make WHAT deal with an integer instead of a
4474 constraint character.
4475 * config/h8300/h8300.h (CONST_OK_FOR_O): Remove.
4476 (CONST_OK_FOR_P): Likewise.
4477 (CONST_OK_FOR_LETTER_P): Do not call CONST_OK_FOR_O or
4478 CONST_OK_FOR_P any more.
4479 * config/h8300/h8300.md (andqi3): Adjust to the new prototype
4480 of fix_bit_operand.
4481 (iorqi3): Likewise.
4482 (xorqi3): Likewise.
4483
4484 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4485
4486 * config/mips/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
4487 (CPP_PREDEFINES): Make sure this is undefined.
4488 (CPP_SPEC): Place -D__mips=1 at the beginning of the spec,
4489 since it is no longer in CPP_PREDEFINES. Don't -U__MIPSEL__
4490 or -U__MIPSEB__ before defining one or the other. Instead,
4491 use %(subtarget_endian_default) if neither -EB nor -EL are
4492 specified.
4493 (SUBTARGET_EXTRA_SPECS): Define.
4494 (SUBTARGET_CPP_SPEC): Remove __LONG64 handling. Use
4495 %(netbsd_cpp_spec).
4496
4497 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
4498
4499 * doc/md.texi (Patterns): Note pattern condition pitfall
4500 for unnamed insn.
4501
4502 2002-05-29 Aldy Hernandez <aldyh@redhat.com>
4503
4504 * rs6000.c: (altivec_expand_builtin): Only expand altivec builtins
4505 when TARGET_ALTIVEC. Move handling of generic unary, binary, and
4506 ternary operations from here...
4507 (rs6000_expand_builtin): ...to here.
4508 New argument expandedp.
4509 Change all instances of altivec_expand_binop_builtin to
4510 rs6000_expand_binop_builtin.
4511 (altivec_expand_unop_builtin): Rename to
4512 rs6000_expand_unop_builtin.
4513 (altivec_expand_binop_builtin): Rename to
4514 rs6000_expand_binop_builtin.
4515 (altivec_expand_ternop_builtin): Rename to
4516 rs6000_expand_ternop_builtin.
4517
4518 2002-05-29 Richard Henderson <rth@redhat.com>
4519
4520 * config/i386/biarch64.h (TARGET_64BIT_DEFAULT): Define with value.
4521 (TARGET_BI_ARCH): Likewise.
4522 * config/i386/i386.h: Test TARGET_64BIT_DEFAULT by value.
4523 (TARGET_SWITCHES): Combine target defaults here not in TARGET_DEFAULT.
4524 (TARGET_64BIT_DEFAULT): Default to 0.
4525 (TARGET_DEFAULT): Default to MASK_OMIT_LEAF_FRAME_POINTER.
4526
4527 2002-05-29 Richard Henderson <rth@redhat.com>
4528
4529 * config/i386/i386.c (USE_HIDDEN_LINKONCE): New.
4530 (get_pc_thunk_name): New.
4531 (output_set_got): Use it.
4532 (ix86_asm_file_end): If USE_HIDDEN_LINKONCE, emit get_pc thunks
4533 into linkonce sections.
4534
4535 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4536
4537 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
4538 (CPP_PREDEFINES): Make sure this is undefined.
4539 (CPP_SUBTARGET_SPEC64, CPP_SUBTARGET_SPEC32): Remove.
4540 (CPP_SUBTARGET_SPEC): Don't provide different versions for
4541 default-32 and default-64. Just always use %(netbsd_cpp_spec).
4542 (SUBTARGET_EXTRA_SPECS): Remove cpp_subtarget_spec32 and
4543 cpp_subtarget_spec64. Add netbsd_cpp_spec.
4544 * config/sparc/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
4545 (CPP_PREDEFINES): Make sure this is undefined.
4546 (SUBTARGET_EXTRA_SPECS): Define.
4547 (CPP_SPEC): Use %(netbsd_cpp_spec).
4548
4549 2002-05-29 Jeff Law <law@redhat.com>
4550
4551 * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
4552
4553 * flow.c (propagate_one_insn): Do not remove a dead insn if it
4554 contains a REG_RETVAL note.
4555
4556 * haifa-sched (sched_analyze): Remove another useless clearing
4557 of SCHED_GROUP_P I missed yesterday.
4558
4559 * pa.h (ASM_OUTPUT_MI_THUNK): Move implementation into pa.c.
4560 * pa.c (pa_asm_output_mi_thunk): New function.
4561 * pa-protos.h (pa_asm_output_mi_thunk): Declare.
4562
4563 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
4564 Marek Michalkiewicz <marekm@amelek.gda.pl>
4565
4566 * config/avr/avr.c (avr_base_arch_macro, avr_extra_arch_macro): New.
4567 (avr_asm_only_p): Make non-static.
4568 (enum avr_arch): Remove.
4569 (avr_arch_types): New.
4570 (avr_mcu_types): Update.
4571 (avr_override_options): Use avr_arch_types table instead of switch.
4572 * avr.h (CPP_PREDEFINES): Die.
4573 (avr_base_arch_macro, avr_extra_arch_macro): New.
4574 (TARGET_CPU_CPP_BUILTINS): New.
4575 (CPP_SPEC, EXTRA_SPECS): Simplify.
4576 (CPP_AVR1_SPEC, CPP_AVR2_SPEC, CPP_AVR3_SPEC, CPP_AVR4_SPEC,
4577 CPP_AVR5_SPEC): Die.
4578
4579 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4580
4581 * config/arm/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
4582 NETBSD_OS_CPP_BUILTINS_AOUT.
4583 (SUBTARGET_EXTRA_SPECS): Define.
4584 (CPP_SPEC): Use %(netbsd_cpp_spec).
4585
4586 2002-05-29 Richard Henderson <rth@redhat.com>
4587
4588 * config/i386/i386.c (ix86_output_function_epilogue): New.
4589 (TARGET_ASM_FUNCTION_EPILOGUE): New.
4590 (pic_label_name): Remove.
4591 (pic_labels_used): New.
4592 (ix86_asm_file_end): Emit one pc load stub for each register used.
4593 (output_set_got): Generate deep pc load to any register.
4594 (ix86_select_alt_pic_regnum): New.
4595 (ix86_save_reg): Don't save pic register if we can find a valid
4596 call-clobbered replacement.
4597 (ix86_expand_prologue): If we found a valid replacement, renumber
4598 pic_offset_table_rtx.
4599 * config/i386/i386.h (PIC_OFFSET_TABLE_REGNUM): Look at
4600 pic_offset_table_rtx after reload.
4601 (REAL_PIC_OFFSET_TABLE_REGNUM): New.
4602 * config/i386/i386.md (set_got): Make insn, not expander.
4603 (set_got_nopic, set_got_deep, set_got_nodeep): Remove.
4604
4605 2002-05-29 Richard Henderson <rth@redhat.com>
4606
4607 * config/i386/i386.c (ix86_compute_frame_layout): Do add bottom
4608 alignment for alloca.
4609
4610 2002-05-29 Richard Henderson <rth@redhat.com>
4611
4612 * config/i386/i386.c (output_pic_addr_const): Lowercase rip.
4613 (print_operand_address): Only add rip for symbolic addresses
4614 for which we do not have another relocation type.
4615
4616 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4617
4618 * config/m68k/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
4619 (EXTRA_SPECS): Add netbsd_cpp_spec.
4620 (CPP_SPEC): Use %(netbsd_cpp_spec).
4621 (CPP_PREDEFINES): Remove.
4622 * config/m68k/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
4623 (EXTRA_SPECS): Define.
4624 (CPP_SPEC): Use %(netbsd_cpp_spec).
4625 (CPP_PREDEFINES): Remove.
4626
4627 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
4628
4629 PR preprocessor/6844
4630 * cppmacro.c (cpp_macro_definition): Reserve space for terminating
4631 NUL.
4632
4633 2002-05-29 Eric Christopher <echristo@redhat.com>
4634
4635 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Add support for
4636 mips5/mips32/mips64 and _MIPS_ISA_MIPSXX.
4637
4638 2002-05-29 Nick Clifton <nickc@cambridge.redhat.com>
4639
4640 * config/fr30/fr30.md: Remove previous restriction on splits.
4641 Enforce conformance through gen_lowpart and cont_int_operand.
4642 * config/fr30/fr30.h (BSS_SECTION_ASM_OP): Use ".section .bss"
4643 as the assembler does not support ".bss".
4644
4645 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4646
4647 * config/i386/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define.
4648 (CPP_PREDEFINES): Remove.
4649 (SUBTARGET_EXTRA_SPECS): Define.
4650 (CPP_SPEC): Use %(netbsd_cpp_spec).
4651 * config/i386/netbsd.h (TARGET_OS_CPP_BUILTINS): Define.
4652 (CPP_PREDEFINES): Remove.
4653 (SUBTARGET_EXTRA_SPECS): Define.
4654 (CPP_SPEC): Use %(netbsd_cpp_spec).
4655 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Define.
4656 (CPP_PREDEFINES, CPP_LP64_SPEC, CPP_SUBTARGET_SPEC): Remove.
4657 (SUBTARGET_EXTRA_SPECS): Remove cpp_lp64 and cpp_subtarget.
4658 Add netbsd_cpp_spec.
4659 (CPP_SPEC): Remove %(cpp_subtarget), add %(netbsd_cpp_spec).
4660
4661 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
4662 Zack Weinberg <zack@codesourcery.com>
4663
4664 * cppexp.c (cpp_num): Move to cpplib.h.
4665 (CPP_ERROR): Remove.
4666 (interpret_float_suffix, interpret_int_suffix): New.
4667 (struct suffix, vsuf_1, vsuf_2, vsuf_3): Remove.
4668 (cpp_classify_number, cpp_interpret_integer): New.
4669 (interpret_number): Remove.
4670 (eval_token): Update to use new routines.
4671 * cpphash.h (cpp_num_part): Move to cpplib.h.
4672 * cppinit.c (cpp_post_options): Set warn_long_long.
4673 * cpplib.h (struct cpp_options): Add warn_long_long.
4674 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID,
4675 CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
4676 CPP_N_MEDIUM, CPP_N_LARGE, CPP_N_RADIX, CPP_N_DEC, CPP_N_HEX,
4677 CPP_N_OCTAL, CPP_N_UNSIGNED, CPP_N_IMAGINARY, cpp_classify_number,
4678 cpp_interpret_integer): New.
4679
4680 2002-05-29 Joel Sherrill <joel@OARcorp.com>
4681
4682 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
4683
4684 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4685
4686 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
4687 NETBSD_OS_CPP_BUILTINS_ELF and NETBSD_OS_CPP_BUILTINS_LP64.
4688 (CPP_SUBTARGET_SPEC): Define.
4689 (SUBTARGET_EXTRA_SPECS): Define.
4690 (CPP_SPEC): Remove.
4691
4692 2002-05-29 Chris Lattner <sabre@nondot.org>
4693
4694 * ssa.c (rename_insn_1): Rename uses of undefined registers to
4695 prevent confusion if/when the register is defined.
4696
4697 2002-05-29 Hans-Peter Nilsson <hp@axis.com>
4698
4699 PR target/6838
4700 * config/cris/cris.md: Fix typos and thinkos in comments.
4701 ("*mov_sideqi_biap_mem"): Remove '*' in constraint for operand 4,
4702 second alternative.
4703 ("*mov_sidehi_biap_mem", "*mov_sidesi_biap_mem"): Ditto.
4704 ("*mov_sideqi_mem"): Similar, but for operand 3.
4705 ("*mov_sidehi_mem", "*mov_sidesi_mem"): Ditto.
4706 (splitter for mov_sideqi_mem, mov_sidehi_mem, mov_sidesi_mem):
4707 Remove spurious mode specifier on operand 2.
4708
4709 2002-05-29 Kazu Hirata <kazu@cs.umass.edu>
4710
4711 * config/h8300/h8300-protos.h: Remove the prototype for
4712 o_operand.
4713 Add prototypes for single_one_operand and single_zero_operand.
4714 * config/h8300/h8300.c (o_operand): Remove.
4715 (single_one_operand): New.
4716 (single_zero_operand): Likewise.
4717 (print_operand): For 'V' operand, and the operand with 0xff.
4718 For 'V' and 'W' operands, do not and the bit position with 7.
4719 * config/h8300/h8300.md (various anonymous patterns): Replace
4720 use of exact_log2 with single_one_operand/single_zero_operand.
4721
4722 2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
4723
4724 * config/s390/linux.h (MD_FALLBACK_FRAME_STATE_FOR): New.
4725
4726 2002-05-29 Ulrich Weigand <uweigand@de.ibm.com>
4727
4728 * config/s390/s390.c (legitimate_pic_operand_p): Do not
4729 accept symbolic LARL operands.
4730 (s390_emit_epilogue): Do not set FRAME_RELATED_P on
4731 epilogue insns.
4732
4733 2002-05-29 Hartmut Penner <hpenner@de.ibm.com>
4734
4735 * config/s390/s390.md (cmpstr_64/31): Mark whole
4736 input registers as used.
4737
4738 2002-05-28 Richard Henderson <rth@redhat.com>
4739
4740 * config/i386/i386.c (ix86_save_reg): Examine regs_ever_live,
4741 not current_function_uses_pic_offset_table and
4742 current_function_uses_const_pool; examine current_function_profile.
4743 (ix86_expand_prologue): Likewise. Add pic_offset_table_rtx as
4744 input to blockage if needed.
4745 (ix86_expand_call): Do not set current_function_uses_pic_offset_table.
4746 (legitimize_pic_address): Likewise. Set regs_ever_live for
4747 pic_offset_table_rtx when invoked during reload.
4748 * config/i386/i386.h (FINALIZE_PIC): Remove.
4749 * config/i386/i386.md (tablejump): Reformat. Do not set
4750 current_function_uses_pic_offset_table.
4751 (tls_global_dynamic, tls_local_dynamic_base): Likewise.
4752 (blockage): Accept anything as operand 0.
4753
4754 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
4755
4756 * config/netbsd-aout.h (NETBSD_OS_CPP_BUILTINS_AOUT): Define
4757 common CPP built-ins for all NetBSD a.out targets.
4758 * config/netbsd-elf.h (NETBSD_OS_CPP_BUILTINS_ELF): Define
4759 common CPP built-ins for all NetBSD ELF targets.
4760 * config/netbsd.h: Add missing notice.
4761 (NETBSD_OS_CPP_BUILTINS_COMMON): Define common CPP built-ins
4762 for all NetBSD targets.
4763 (NETBSD_OS_CPP_BUILTINS_LP64): Define common CPP built-ins
4764 for all NetBSD targets using an LP64 code model.
4765 (NETBSD_CPP_SPEC): Define CPP_SPEC parts common to all
4766 NetBSD targets.
4767
4768 2002-05-28 Richard Henderson <rth@redhat.com>
4769
4770 * flow.c (update_life_info_in_dirty_blocks): Only do a partial
4771 update if UPDATE_LIFE_LOCAL.
4772
4773 2002-05-28 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
4774
4775 * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
4776
4777 Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
4778 Jason R. Thorpe <thorpej@wasabisystems.com>
4779
4780 config/sh reorganization to factor out endianness and coff:
4781
4782 * config/sh/little.h: New file.
4783 * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
4784 defined, define to 0 to select big-endian.
4785 (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
4786 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
4787 * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
4788 * config/sh/t-be: New file.
4789 * config/sh/t-le: New file.
4790
4791 * sh.h (SDB_DEBUGGING_INFO, #include "dbxcoff.h"): Moved to sh/coff.h.
4792 (SDB_DELIM, MAX_OFILE_ALIGNMENT, IDENT_ASM_OP): Likewise.
4793 (TARGET_ASM_NAMED_SECTION, ASM_OUTPUT_SKIP): Likewise.
4794 (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Likewise.
4795 (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL): Likewise.
4796 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
4797 (ASM_FILE_END, ASM_DECLARE_FUNCTION_NAME): Deleted.
4798 (CPP_SPEC, SUBTARGET_CPP_ENDIAN_SPEC): Likewise.
4799 (SUBTARGET_CPP_SPEC, CPP_DEFAULT_CPU_SPEC, CPP_PREDEFINES): Likewise.
4800 (EXTRA_SPECS): Remove SUBTARGET_CPP_ENDIAN_SPEC and
4801 CPP_DEFAULT_CPU_SPEC. Add LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL,
4802 SUBTARGET_LINK_EMUL_SUFFIX and SUBTARGET_LINK_SPEC.
4803 (LINK_SPEC): Define to SH_LINK_SPEC.
4804 (TARGET_CPU_CPP_BUILTINS, SH_LINK_SPEC): Define.
4805 (LINK_EMUL_PREFIX, LINK_DEFAULT_CPU_EMUL): Likewise.
4806 (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
4807 (CPP_SPEC): Reduce to %(subtarget_cpp_spec).
4808 (TARGET_ENDIAN_DEFAULT): Define if not already defined.
4809 * config/sh/coff.h: New file.
4810 (TARGET_ASM_NAMED_SECTION): Now default_coff_asm_named_section
4811 (TARGET_OBJFMT_CPP_BUILTINS): Define.
4812 * config/sh/elf.h (IDENT_ASM_OP): No need to #undef at the start.
4813 (ASM_FILE_END, ASM_OUTPUT_SOURCE_LINE): Likewise.
4814 (DBX_OUTPUT_MAIN_SOURCE_FILE_END, TARGET_ASM_NAMED_SECTION): Likewise.
4815 (ASM_DECLARE_FUNCTION_NAME, MAX_OFILE_ALIGNMENT, SIZE_TYPE): Likewise.
4816 (PTRDIFF_TYPE): Likewise.
4817 ("dbxelf.h", "elfos.h", "svr4.h"): Don't #include.
4818 (CPP_PREDEFINES): Don't define.
4819 (TARGET_OBJFMT_CPP_BUILTINS): Define.
4820 (LINK_SPEC): Define to SH_LINK_SPEC.
4821 (LINK_EMUL_PREFIX): Redefine.
4822 * config/sh/linux.h: (SUBTARGET_CPP_SPEC): Remove -fpic / -fPIC cases.
4823 (SUBTARGET_CPP_ENDIAN_SPEC, CPP_DEFAULT_CPU_SPEC): Remove redefinition.
4824 (CPP_PREDEFINES, SUBTARGET_ASM_ENDIAN_SPEC): Likewise.
4825 (CC1_SPEC, CC1PLUS_SPEC, LINK_SPEC): Likewise.
4826 (TARGET_OS_CPP_BUILTINS): Define.
4827 (TARGET_DEFAULT): Redefine.
4828 (SUBTARGET_LINK_EMUL_SUFFIX, SUBTARGET_LINK_SPEC): Likewise.
4829 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Remove.
4830 (LINK_SPEC): Don't redefine.
4831 (LINK_DEFAULT_CPU_EMUL): Redefine.
4832 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
4833 * sh.c (sh_asm_named_section): Don't declare / define.
4834 * t-linux (MULTILIB_OPTIONS): Rely on pre-set endianness option.
4835 * config.gcc (sh-*-elf* tm_file): Add dbxelf.h elfos.h svr4.h.
4836 (sh64-*-elf* tm_file): Likewise.
4837 (sh-*-rtemself* tm_file): Likewise.
4838 (sh-*-linux* tm_file): Likewise. Add sh/little.h.
4839 (sh-*-linux* tmake_file): Add sh/t-le.
4840 (sh-*-rtems* tm_file): Add sh/coff.h
4841 (sh-*-* tm_file): Likewise.
4842
4843 Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
4844
4845 * sh.h (LEGITIMATE_PIC_OPERAND_P): Check for SYMBOL_REF before using
4846 CONSTANT_POOL_ADDRESS_P.
4847
4848 * coff.h (HAS_INIT_SECTION, INVOKE__MAIN): Define.
4849
4850 2002-05-28 David Edelsohn <edelsohn@gnu.org>
4851 Jeff Law <law@redhat.com>
4852
4853 * optabs.c (expand_binop): Fix nwords sign warnings.
4854 generate pseudo for add_optab.
4855
4856 * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.
4857 * haifa-sched.c (move_insn): Clear SCHED_GROUP_P after it is used.
4858
4859 2002-05-28 Marc Espie <espie@openbsd.org>
4860
4861 * config/i386/openbsd.h (HAVE_GAS_MAX_SKIP_P2ALIGN): Remove,
4862 inherited from gas.h.
4863 (ASM_QUAD): Undef. OpenBSD does not support it.
4864
4865 2002-05-28 Danny Smith <dannysmith@users.sourceforge.net>
4866
4867 * doc/install.texi (binaries): Change mingw binaries
4868 link to www.mingw.org.
4869
4870 2002-05-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4871
4872 * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.
4873
4874 2002-05-28 Richard Henderson <rth@redhat.com>
4875
4876 * config/i386/i386.c (ix86_compute_frame_layout): Do not add
4877 bottom alignment for leaf functions.
4878
4879 2002-05-28 Zack Weinberg <zack@codesourcery.com>
4880
4881 * config/pa/milli32.S, config/pa/lib1funcs.asm,
4882 config/sparc/sol2-g1.asm: Delete unused files.
4883
4884 2002-05-28 Richard Henderson <rth@redhat.com>
4885
4886 * cfg.c (dump_flow_info): Print bb->index, not i, for block number.
4887
4888 * flow.c (calculate_global_regs_live): Rename call_used to
4889 invalidated_by_call. Initialize from regs_invalidated_by_call
4890 instead of call_used_regs.
4891
4892 * varasm.c (default_binds_local_p): Check TREE_PUBLIC before
4893 DECL_EXTERNAL.
4894
4895 2002-05-28 Zack Weinberg <zack@codesourcery.com>
4896
4897 * tree.h: Don't include real.h.
4898 Forward-declare struct realvaluetype.
4899 (struct tree_real_cst): Point to the REAL_VALUE_TYPE, do not
4900 contain it.
4901 (TREE_REAL_CST_PTR): New accessor.
4902 (TREE_REAL_CST): Update.
4903 * real.h: Include machmode.h.
4904 (realvaluetype): Make it struct realvaluetype, not a typedef.
4905 (build_real): Prototype here.
4906
4907 * tree.c: Include real.h.
4908 (build_real): Allocate the REAL_VALUE_TYPE as a separate
4909 object in GC memory, set TREE_REAL_CST_PTR to point to it.
4910 (build_real_from_int_cst): Use build_real.
4911 * ggc-common.c (ggc_mark_trees): Mark TREE_REAL_CST_PTR of a
4912 REAL_CST.
4913
4914 * builtins.c, c-common.c, c-lex.c, dwarf2out.c, expr.c,
4915 fold-const.c, print-tree.c, real.c: Include real.h.
4916 * Makefile.in: Update dependency lists.
4917
4918 2002-05-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4919
4920 * basic-block.h (last_basic_block): Declare.
4921 (expunge_block_nocompact): Declaration removed.
4922 (compact_blocks): Declare.
4923 * cfg.c (last_basic_block): New variable.
4924 (expunge_block_nocompact): Removed.
4925 (expunge_block): Do not compact basic blocks.
4926 (compact_blocks): New.
4927 * cfganal.c (flow_call_edges_add): Use the fact that bb indices no
4928 longer change.
4929 * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Set
4930 last_basic_block.
4931 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Do not change
4932 real positions of blocks.
4933 (delete_unreachable_blocks): Simplified -- quadratic behavior now
4934 cannot occur.
4935 (cleanup_cfg): Compact blocks.
4936 * cfgrtl.c (create_basic_block): Insert basic blocks to the end of
4937 basic_block_info varray.
4938 (flow_delete_block): Comment update.
4939 (back_edge_of_syntactic_loop_p): Modify position check code.
4940 (verify_flow_info): Update checking.
4941 * flow.c (calculate_global_regs_live): Use FOR_EACH_BB.
4942 * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
4943 (find_if_case_1, find_if_case_2, if_convert): Use the fact that bb
4944 indices no longer change.
4945 * lcm.c (optimize_mode_switching): Replace n_basic_blocks with
4946 last_basic_block.
4947 * predict.c (estimate_bb_frequencies): Remove unneccessary code.
4948 * profile.c (branch_prob): Compact blocks.
4949 * sched-rgn.c (find_rgns): Replace n_basic_blocks with
4950 last_basic_block.
4951
4952 2002-05-28 Kazu Hirata <kazu@cs.umass.edu>
4953
4954 * config/h8300/h8300.md (two anonymous patterns): New.
4955
4956 2002-05-28 David S. Miller <davem@redhat.com>
4957
4958 * config/sparc/sparc.md (cpu): Tidy.
4959 (type): Delete 'return', add 'ialuX', 'flushw', 'iflush', and
4960 'trap'.
4961 (in_call_delay): Delete reference to 'return' type.
4962 (eligible_for_return_delay, in_return_delay, define_delay
4963 referencing those): Delete.
4964 (rest of file): Use new type attributes as appropriate.
4965 * config/sparc/sparc-protos.h (eligible_for_return_delay): Delete.
4966 * config/sparc/sparc.c (eligible_for_return_delay): Likewise.
4967 * config/sparc/ultra1_2.md (us1_single): New reservation.
4968 (us1_ialuX): Likewise.
4969 * config/sparc/ultra3.md (us3_single): Likewise.
4970 (us3_ialuX): Likewise.
4971 (us3_imul, us3_idiv): Tweak.
4972
4973 2002-05-28 Richard Henderson <rth@redhat.com>
4974
4975 * config/alpha/alpha.c (alpha_in_small_data_p): Return false for
4976 STRING_CST.
4977
4978 2002-05-28 Richard Henderson <rth@redhat.com>
4979
4980 * config.gcc: Obsolete mn10200.
4981
4982 2002-05-28 Neil Booth <neil@daikokuya.demon.co.uk>
4983
4984 * cppexp.c (interpret_number): Optimize for single-digit
4985 and less-than-half-precision cases.
4986 (num_trim, num_positive, num_div_op): Cast constants.
4987
4988 2002-05-27 Bo Thorsen <bo@suse.de>
4989
4990 * config/i386/libgcc-x86_64-glibc.ver: Copy this file from the
4991 3.1 branch. The file was made by Jakub Jelinek.
4992 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Add i386
4993 support so multilib doesn't break. And don't define this at all
4994 when -Dinhibit_libc is used.
4995 (MULTILIB_DEFAULTS): Always set default to 64 bit compilation.
4996 * config/i386/t-linux64: Implement full multilib support. Patch
4997 originally done by Andreas Jaeger and Jakub Jelinek.
4998
4999 2002-05-27 Roger Sayle <roger@eyesopen.com>
5000
5001 * c-common.c: Add support for __attribute__((nothrow)) to specify
5002 that a function cannot throw an exception (using TREE_NOTHROW).
5003 (handle_nothrow_attribute): New function to process this attribute.
5004
5005 * doc/extend.texi: Document the new nothrow function attribute.
5006
5007 2002-05-27 H.J. Lu (hjl@gnu.org)
5008
5009 * cppexp.c (num_trim): Use 1UL instead of 1 for long int.
5010 (num_positive): Likewise.
5011 (num_div_op): Likewise.
5012
5013 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
5014
5015 * c-common.c (c_common_init): Always use intmax_t.
5016
5017 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
5018
5019 * c-common.c (c_common_init): Use intmax_t for now.
5020
5021 2002-05-24 Andrew Haley <aph@redhat.com>
5022
5023 * fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c
5024 if T is a boolean type.
5025
5026 2002-05-27 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5027
5028 * basic-block.h (last_basic_block): Defined as synonym for
5029 n_basic_blocks.
5030 * cfganal.c (mark_dfs_back_edges, flow_reverse_top_sort_order_compute,
5031 flow_depth_first_order_compute, flow_preorder_transversal_compute,
5032 flow_dfs_compute_reverse_init): Replaced relevant occurences of
5033 n_basic_blocks with last_basic_block.
5034 * cfgbuild.c (make_edges): Likewise.
5035 * cfgloop.c (flow_loop_scan, flow_loops_find): Likewise.
5036 * cfgrtl.c (verify_flow_info, purge_all_dead_edges): Likewise.
5037 * combine.c (combine_instructions): Likewise.
5038 * df.c (df_alloc, df_analyse_1, df_analyse, iterative_dataflow_sbitmap,
5039 iterative_dataflow_bitmap): Likewise.
5040 * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
5041 calc_idoms, idoms_to_doms): Likewise.
5042 * flow.c (update_life_info_in_dirty_blocks, free_basic_block_vars):
5043 Likewise.
5044 * gcse.c (gcse_main, alloc_gcse_mem, compute_local_properties,
5045 compute_hash_table, expr_reaches_here_p, one_classic_gcse_pass,
5046 one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p,
5047 one_pre_gcse_pass, compute_transpout, delete_null_pointer_checks_1,
5048 delete_null_pointer_checks, compute_code_hoist_vbeinout,
5049 hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
5050 compute_store_table, build_store_vectors): Likewise.
5051 * haifa-sched.c (sched_init): Likewise.
5052 * ifcvt.c (if_convert): Likewise.
5053 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
5054 pre_edge_lcm, compute_available, compute_nearerout,
5055 compute_rev_insert_delete, pre_edge_rev_lcm, optimize_mode_switching):
5056 Likewise.
5057 * predict.c (estimate_probability, process_note_prediction,
5058 note_prediction_to_br_prob): Likewise.
5059 * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX): Likewise.
5060 * recog.c (split_all_insns, peephole2_optimize): Likewise.
5061 * regrename.c (copyprop_hardreg_forward): Likewise.
5062 * resource.c (init_resource_info): Likewise.
5063 * sched-rgn.c (build_control_flow, find_rgns, compute_trg_info,
5064 init_regions, schedule_insns): Likewise.
5065 * ssa-ccp.c (ssa_const_prop): Likewise.
5066 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
5067 * ssa.c (compute_dominance_frontiers,
5068 compute_iterated_dominance_frontiers, convert_to_ssa): Likewise.
5069
5070 * df.c (df_refs_unlink): Fix FOR_EACH_BB usage (in #if 0'ed code)
5071 * gcse.c (alloc_rd_mem, alloc_avail_expr_mem): Use n_blocks for vector
5072 sizes consistently.
5073
5074 Mon May 27 14:28:12 CEST 2002 Jan Hubicka <jh@suse.cz>
5075
5076 * basic-block.h (can_hoist_p, hoist_insn_after, hoist_insn_to_edge):
5077 new.
5078 * rtlanal.c (hoist_test_store, can_hoist_insn_p, hoist_update_store,
5079 hoist_insn_after, hoist_insn_to_edge): New.
5080
5081 Mon May 27 12:14:02 CEST 2002 Jan Hubicka <jh@suse.cz>
5082
5083 * basic-block.h (PEOP_SCAN_DEAD_STORES): New.
5084 (PROP_FINAL): Include.
5085 * flow.c (life_analysis, update_life_info,
5086 init_propagate_block_info, mark_set_1, mark_used_rgs):
5087 Support SCAN_DEAD_STORE.
5088
5089 2002-05-27 Neil Booth <neil@daikokuya.demon.co.uk>
5090
5091 * c-common.c (c_common_init): Set CPP arithmetic precision.
5092 * cppexp.c (cpp_num_part): Move typedef ...
5093 * cpphash.h: ...here; make unsigned HOST_WIDE_INT.
5094 * cppinit.c (cpp_create_reader): Default to host long arithmetic.
5095 (sanity_checks): Update.
5096
5097 2002-05-26 Geoffrey Keating <geoffk@redhat.com>
5098
5099 * Makefile.in (INSTALL_HEADERS): Add 'install-mkheaders'.
5100 (mkheaders): New rule.
5101 (install-mkheaders): New rule.
5102 * configure.in (all_outputs): Add mkheaders.
5103 * configure: Regenerate.
5104 * mkheaders.in: New file.
5105
5106 2002-05-26 Jakub Jelinek <jakub@redhat.com>
5107
5108 * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.
5109
5110 2002-05-26 Andreas Jaeger <aj@suse.de>
5111
5112 * cfg.c (dump_flow_info): Remove extra argument to fprintf.
5113
5114 2002-05-26 Neil Booth <neil@daikokuya.demon.co.uk>
5115
5116 * cppexp.c (possible_sum_sign, integer_overflow, left_shift,
5117 right_shift): Remove.
5118 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART,
5119 HIGH_PART): New.
5120 (struct op): Use cpp_num.
5121 (num_zerop, num_eq, num_positive, num_greater_freq, num_trim,
5122 num_part_mul, num_unary_op, num_binary_op, num_negate,
5123 num_bitwise_op, num_inequality_op, num_equality_op, num_mul,
5124 num_div_op, num_lshift, num_rshift, append_digit): New.
5125 (interpret_number, parse_defined, eval_token, reduce): Update
5126 for two-integer arithmetic.
5127 (binary_handler): New typedef.
5128 (optab): Update.
5129 (COMPARE, EQUALITY, BITWISE, MINMAX, UNARY, SHIFT): Delete.
5130 (_cpp_parse_expr, reduce): Update to handle two-integers.
5131 * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
5132
5133 2002-05-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
5134
5135 * config/avr/avr-protos.h (avr_out_sbxx_branch): Declare.
5136 * config/avr/avr.c (jump_over_one_insn_p): Take length of the
5137 branch insn into account, do not assume 1.
5138 (avr_out_sbxx_branch): New function. Optimize cases of skipping
5139 over single word insn. Handle upper half of I/O space too.
5140 * config/avr/avr.md (*sbrx_branch): Use it.
5141 (*sbrx_and_branchhi, *sbrx_and_branchsi): Likewise.
5142 (*sbix_branch, *sbix_branch_bit7): Likewise.
5143 (*sbix_branch_tmp, *sbix_branch_tmp_bit7): New.
5144 Use RTL peepholes to optimize register operand sign tests.
5145
5146 2002-05-26 Marek Michalkiewicz <marekm@amelek.gda.pl>
5147
5148 * config/avr/avr.c (avr_asm_only_p): New variable.
5149 (avr_override_options): Set it here if AVR1.
5150 (asm_file_start): Test it here, report an error if set.
5151
5152 2002-05-26 Kazu Hirata <kazu@cs.umass.edu>
5153
5154 * alias.c: Fix formatting.
5155 * attribs.c: Likewise.
5156 * bb-reorder.c: Likewise.
5157 * bitmap.c: Likewise.
5158 * bitmap.h: Likewise.
5159 * builtins.c: Likewise.
5160
5161 Sun May 26 14:00:44 CEST 2002 Jan Hubicka <jh@suse.cz>
5162
5163 * reload.c (find_valid_class): Accept new argument DEST,
5164 choose class accordingly.
5165 (push_reload): Update callers.
5166
5167 2002-05-26 Andreas Jaeger <aj@suse.de>
5168
5169 * combine.c (combine_instructions): Do not indent #if for
5170 traditional C.
5171
5172 2002-05-25 Richard Henderson <rth@redhat.com>
5173
5174 * c-pragma.c (apply_pragma_weak): Convert value identifier to
5175 string for decl_attributes.
5176 (handle_pragma_weak): Call assemble_alias if we're modifying
5177 an existing decl.
5178
5179 2002-05-25 Richard Henderson <rth@redhat.com>
5180
5181 PR target/6788
5182 * config/sparc/sparc.c (sparc_output_mi_thunk): New implementation
5183 using rtl instead of fprintf.
5184 * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Use it.
5185 * config/sparc/sparc-protos.h: Update.
5186
5187 2002-05-25 Neil Booth <neil@daikokuya.demon.co.uk>
5188
5189 * Makefile.in (C_COMMON_H): Fix.
5190 Update other targets.
5191 * c-common.c: Don't include c-lex.h.
5192 (builtin_define_with_value): Make static and prototype.
5193 (builtin_define_std): Move from c-lex.h.
5194 * c-common.h (init_c_lex): Move from c-lex.h.
5195 * c-decl.c: Don't include c-lex.h.
5196 (make_pointer_declarator): Move from c-parse.in.
5197 * c-lex.c: Don't include c-lex.h.
5198 * c-lex.h: Remove.
5199 * c-parse.in: Don't include c-lex.h; include c-pragma.h.
5200 (make_pointer_declarator): Move to c-decl.c.
5201 * c-pragma.c: Don't include c-lex.h.
5202 * c-pragma.h (yydebug, YYDEBUG, parse_in, c_lex): Move from c-lex.h.
5203 * c-tree.h (make_pointer_declarator): New.
5204 doc:
5205 * passes.texi, tm.texi: Update.
5206 objc:
5207 * Make-lang.in: Update and correct.
5208 * objc-act.c: Don't include c-lex.h or cpplib.h.
5209 treelang:
5210 * treetree.c: Don't include c-lex.h.
5211 config:
5212 * darwin-c.c: Don't include c-lex.h.
5213 * c4x/c4x-c.c: Don't include c-lex.h.
5214 * c4x/t-c4x: Update.
5215 * i370/i370-c.c: Don't include c-lex.h.
5216 * i370/t-i370: Update.
5217 * i960/i960-c.c: Don't include c-lex.h.
5218 * i960/i960.c: Don't include cpplib.h, c-lex.h or c-pragma.h.
5219 * i960/t-960bare: Update.
5220 * i960/t-vxworks: Update.
5221 * rs6000/rs6000-c.c: Don't include c-lex.h; include c-pragma.h.
5222 * rs6000/t-darwin: Update.
5223 * rs6000/t-rs6000-c-rule: Update.
5224 * v850/v850-c.c: Don't include c-lex.h.
5225 * v850/v850.c: Don't include c-lex.h or cpplib.h.
5226
5227
5228 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
5229
5230 * tree.def: Fix typos.
5231 * doc/install.texi: Likewise.
5232
5233 2002-05-25 Richard Henderson <rth@redhat.com>
5234
5235 * configure.in (HAVE_AS_TLS): Add ia64 test.
5236 * configure: Rebuild.
5237 * config/ia64/ia64.c (ia64_tls_size_string, ia64_tls_size): New.
5238 (override_options): Set it.
5239 (TARGET_HAVE_TLS): New.
5240 (sdata_symbolic_operand): Look for 's'.
5241 (tls_symbolic_operand): New.
5242 (ia64_expand_load_address): Abort for tls symbols.
5243 (gen_tls_get_addr): New.
5244 (gen_thread_pointer): New.
5245 (ia64_expand_move): Split out from movdi. Handle tls symbols.
5246 (rtx_needs_barrier): Add new unspecs.
5247 (ia64_encode_section_info): Handle tls symbols.
5248 (ia64_strip_name_encoding): Strip two encoding chars.
5249 * config/ia64/ia64.h (ia64_tls_size, ia64_tls_size_string): New.
5250 (TARGET_TLS14, TARGET_TLS22, TARGET_TLS64): New.
5251 (TARGET_OPTIONS): Add tls-size.
5252 (ENCODE_SECTION_INFO_CHAR): Rename from SDATA_NAME_FLAG_CHAR.
5253 * config/ia64/ia64.md (UNSPEC_LTOFF_DTPMOD, UNSPEC_LTOFF_DTPREL,
5254 UNSPEC_DTPREL, UNSPEC_LTOFF_TPREL, UNSPEC_TPREL, UNSPEC_LD_BASE): New.
5255 (movqi, movhi, movsi, movdi, movti): Use ia64_expand_move.
5256 (movsf, movdf): Likewise.
5257 (movdi_symbolic): Use match_scratch. Don't split if we won't
5258 have a scratch availiable.
5259 (load_ltoff_dtpmod, load_dtprel, load_dtprel64, load_dtprel22,
5260 add_dtprel, add_dtprel14, add_dtprel22, load_ltoff_tprel, load_tprel,
5261 load_tprel64, load_tprel22, add_tprel, add_tprel14, add_tprel22): New.
5262 * config/ia64/ia64-protos.h: Update.
5263 * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use
5264 sdata_symbolic_operand.
5265 (ASM_OUTPUT_LABELREF): Strip two characters.
5266
5267 2002-05-25 Kazu Hirata <kazu@cs.umass.edu>
5268
5269 * combine.c (simplify_set): Remove an unnecessary subreg.
5270
5271 2002-05-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
5272
5273 * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.
5274
5275 * config/avr/avr.h (BSS_SECTION_ASM_OP, ASM_OUTPUT_BSS): New.
5276
5277 2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
5278
5279 * toplev.c (output_clean_symbol_name): Fix another thinko. Gosh.
5280
5281 2002-05-25 Roger Sayle <roger@eyesopen.com>
5282
5283 * simplify-rtx.c (simplify_gen_relational): Simplify the RTX
5284 (cond (compare x y) 0) into the equivalent (cond x y).
5285
5286 2002-05-25 Gabriel Dos Reis <gdr@codesourcery.com>
5287
5288 * toplev.c (output_clean_symbol_name): Use xstrdup. Fix thinko.
5289
5290 2002-05-24 Zack Weinberg <zack@codesourcery.com>
5291
5292 * config.gcc: Remove all stanzas for previously obsoleted
5293 systems. Where necessary, add explicit error stanzas to
5294 prevent removed systems from being misidentified as something
5295 else. Begin a fresh obsoletions list, with the systems that
5296 were reprieved last round.
5297 * doc/install.texi: Remove all mention of dead targets.
5298 * fixinc/mkfixinc.sh: Likewise.
5299
5300 * config/arm/arm.h: Bit 31 of target_flags is no longer
5301 reserved.
5302
5303 * config/1750a/1750a-protos.h, config/1750a/1750a.c,
5304 config/1750a/1750a.h, config/1750a/1750a.md, config/1750a/ms1750.inc,
5305 config/a29k/a29k-protos.h, config/a29k/a29k.c, config/a29k/a29k.h,
5306 config/a29k/a29k.md, config/a29k/rtems.h, config/a29k/t-a29kbare,
5307 config/a29k/t-vx29k, config/a29k/unix.h, config/a29k/vx29k.h,
5308 config/alpha/osf12.h, config/alpha/osf2or3.h,
5309 config/arm/arm-wince-pe.h, config/arm/arm.h, config/arm/riscix.h,
5310 config/arm/riscix1-1.h, config/arm/rix-gas.h, config/arm/t-riscix,
5311 config/clipper/clipper-protos.h, config/clipper/clipper.c,
5312 config/clipper/clipper.h, config/clipper/clipper.md,
5313 config/clipper/clix.h, config/convex/convex-protos.h,
5314 config/convex/convex.c, config/convex/convex.h,
5315 config/convex/convex.md, config/convex/fixinc.convex,
5316 config/convex/proto.h, config/elxsi/elxsi-protos.h,
5317 config/elxsi/elxsi.c, config/elxsi/elxsi.h, config/elxsi/elxsi.md,
5318 config/i386/386bsd.h, config/i386/aix386.h, config/i386/aix386ng.h,
5319 config/i386/bsd386.h, config/i386/dgux.h, config/i386/djgpp-rtems.h,
5320 config/i386/isc.h, config/i386/iscdbx.h, config/i386/linux-oldld.h,
5321 config/i386/next.h, config/i386/osf1-ci.asm, config/i386/osf1-cn.asm,
5322 config/i386/osf1elf.h, config/i386/osf1elfgdb.h, config/i386/osfelf.h,
5323 config/i386/osfrose.h, config/i386/rtems.h, config/i386/seq-gas.h,
5324 config/i386/seq-sysv3.h, config/i386/seq2-sysv3.h,
5325 config/i386/sequent.h, config/i386/sun.h, config/i386/sun386.h,
5326 config/i386/t-dgux, config/i386/t-next, config/i386/t-osf,
5327 config/i386/t-osf1elf, config/i860/bsd-gas.h, config/i860/bsd.h,
5328 config/i860/fx2800.h, config/i860/i860-protos.h, config/i860/i860.c,
5329 config/i860/i860.h, config/i860/i860.md, config/i860/mach.h,
5330 config/i860/paragon.h, config/i860/sysv3.h, config/i860/sysv4.h,
5331 config/i860/t-fx2800, config/i860/varargs.asm, config/m68k/a-ux.h,
5332 config/m68k/altos3068.h, config/m68k/apollo68.h,
5333 config/m68k/aux-crt1.c, config/m68k/aux-crt2.asm,
5334 config/m68k/aux-crtn.asm, config/m68k/aux-exit.c,
5335 config/m68k/aux-low.gld, config/m68k/aux-mcount.c,
5336 config/m68k/auxas.h, config/m68k/auxgas.h, config/m68k/auxgld.h,
5337 config/m68k/auxld.h, config/m68k/ctix.h, config/m68k/dpx2.h,
5338 config/m68k/dpx2.ifile, config/m68k/dpx2cdbx.h, config/m68k/dpx2g.h,
5339 config/m68k/isi-nfp.h, config/m68k/isi.h, config/m68k/lynx-ng.h,
5340 config/m68k/lynx.h, config/m68k/math-3300.h, config/m68k/news.h,
5341 config/m68k/news3.h, config/m68k/news3gas.h, config/m68k/newsgas.h,
5342 config/m68k/next.h, config/m68k/next21.h, config/m68k/rtems.h,
5343 config/m68k/t-aux, config/m68k/t-lynx, config/m68k/t-next,
5344 config/m68k/x-next, config/m88k/dgux.h, config/m88k/dgux.ld,
5345 config/m88k/dguxbcs.h, config/m88k/dolph.h, config/m88k/dolphin.ld,
5346 config/m88k/luna.h, config/m88k/m88k-coff.h, config/m88k/sysv3.h,
5347 config/m88k/t-bug, config/m88k/t-dgux, config/m88k/t-dgux-gas,
5348 config/m88k/t-dguxbcs, config/m88k/t-dolph, config/m88k/t-m88k-gas,
5349 config/m88k/t-tekXD88, config/m88k/tekXD88.h, config/m88k/tekXD88.ld,
5350 config/mips/bsd-4.h, config/mips/bsd-5.h, config/mips/dec-bsd.h,
5351 config/mips/dec-osf1.h, config/mips/elflorion.h,
5352 config/mips/iris4loser.h, config/mips/mips-5.h, config/mips/news4.h,
5353 config/mips/news5.h, config/mips/nws3250v4.h, config/mips/osfrose.h,
5354 config/mips/svr3-4.h, config/mips/svr3-5.h, config/mips/svr4-4.h,
5355 config/mips/svr4-5.h, config/mips/svr4-t.h, config/mips/t-bsd,
5356 config/mips/t-bsd-gas, config/mips/t-svr3, config/mips/t-svr3-gas,
5357 config/mips/t-svr4, config/mips/t-svr4-gas, config/mips/t-ultrix,
5358 config/mips/ultrix.h, config/nextstep-protos.h, config/nextstep.c,
5359 config/nextstep.h, config/nextstep21.h, config/ns32k/encore.h,
5360 config/ns32k/merlin.h, config/ns32k/pc532-mach.h,
5361 config/ns32k/pc532-min.h, config/ns32k/pc532.h,
5362 config/ns32k/sequent.h, config/ns32k/tek6000.h,
5363 config/ns32k/tek6100.h, config/ns32k/tek6200.h, config/pj/lib1funcs.S,
5364 config/pj/linux.h, config/pj/pj-protos.h, config/pj/pj.c,
5365 config/pj/pj.h, config/pj/pj.md, config/pj/pjl.h, config/pj/t-pj,
5366 config/sparc/rtems.h, config/we32k/we32k-protos.h,
5367 config/we32k/we32k.c, config/we32k/we32k.h, config/we32k/we32k.md:
5368 Delete file.
5369
5370 2002-05-24 Richard Henderson <rth@redhat.com>
5371
5372 * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
5373 * toplev.c (flag_tls_default) Set to TLS_MODEL_GLOBAL_DYNAMIC.
5374 * config/i386/i386.c (tls_model_chars): Add leading space.
5375 (tls_symbolic_operand): Don't bias by 1.
5376 (legitimize_address): Don't unbias by 1.
5377
5378 2002-05-24 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
5379
5380 * lcm.c (optimize_mode_switching): Change bb used as indices
5381 to bb->index.
5382
5383 2002-05-24 Richard Henderson <rth@redhat.com>
5384
5385 * config/ia64/ia64.c (ia64_reorg): Use update_life_info instead
5386 of update_life_info_in_dirty_blocks.
5387
5388 2002-05-24 Jakub Jelinek <jakub@redhat.com>
5389
5390 PR other/6782
5391 * final.c (get_mem_expr_from_op): Return 0 if op is NULL.
5392
5393 2002-05-24 Neil Booth <neil@daikokuya.demon.co.uk>
5394
5395 PR preprocessor/6780
5396 * cppmacro.c (enter_macro_context): Clear state.angled_headers.
5397
5398 2002-05-24 Jim Blandy <jimb@redhat.com>
5399
5400 * dwarf2out.c (dwarf2out_finish): Don't forget to emit a final
5401 entry with a type code of zero, marking the end of the compilation
5402 unit's macro info.
5403
5404 2002-05-24 Richard Henderson <rth@redhat.com>
5405
5406 * varasm.c (asm_output_bss): Always output one byte.
5407 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
5408
5409 2002-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
5410
5411 * tree.c (decl_type_context): Return NULL_TREE if decl's context is a
5412 namespace.
5413
5414 2002-05-24 Andreas Jaeger <aj@suse.de>
5415
5416 * ggc-page.c (alloc_page): Cast variables of type size_t to
5417 unsigned long, adjust printf format string.
5418 (ggc_alloc): Likewise.
5419 (ggc_print_statistics): Likewise.
5420 (ggc_print_statistics): Correct printf format string for SCALE to
5421 use unsigned long.
5422
5423 2002-05-24 Danny Smith <dannysmith@users.sourceforge.net>
5424
5425 * config/i386/mingw32.h (CPP_SPEC): Remove -remap.
5426
5427 2002-05-23 Gabriel Dos Reis <gdr@codesourcery.com>
5428 Zack Weinberg <zack@codesourcery.com>
5429
5430 * config/i386/mingw32.h (OUTPUT_QUOTED_STRING): Properly output
5431 quoted strings.
5432 * dwarf2out.c (lookup_filename): Properly quote filename in .file
5433 directive in assembly file.
5434 * config/m68k/dpx2.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
5435 * config/m88k/m88k.h (ASM_OUTPUT_SOURCE_FILENAME): Likewise.
5436 * config/pj/pj.h (ASM_FILE_START): Likewise.
5437 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
5438 * config/avr/avr.c (asm_file_end): Likewise.
5439 * toplev.c (output_quoted_string): Handle possibly signed plain
5440 char.
5441 * toplev.h (output_clean_symbol_name): Declare
5442 * toplev.c (output_clean_symbol_name): Define.
5443 * config/alpha/alpha.c (unicosmk_output_module_name): Use it.
5444 * config/1750a/1750a.h (ASM_FILE_START): Likewise.
5445
5446 2002-05-24 Alan Modra <amodra@bigpond.net.au>
5447
5448 * config/rs6000/rs6000.c (output_toc): Mask longs to 32 bits.
5449
5450 2002-05-23 Vladimir Makarov <vmakarov@redhat.com>
5451
5452 * genautomata.c (reserv_sets_hash_value): Use shift equal to 3/4
5453 of size of unsigned.
5454
5455 2002-05-23 Richard Henderson <rth@redhat.com>
5456
5457 * configure.in (HAVE_AS_TLS): New test.
5458 * config.in, configure: Rebuild.
5459 * config/i386/i386.c (TARGET_HAVE_TLS): Set if HAVE_AS_TLS.
5460 (ix86_tls_dialect_string, ix86_tls_dialect): New.
5461 (override_options): Set it.
5462 (tls_model_chars, tls_symbolic_operand): New.
5463 (tls_symbolic_operand_1, global_dynamic_symbolic_operand): New.
5464 (local_dynamic_symbolic_operand, initial_exec_symbolic_operand): New.
5465 (local_exec_symbolic_operand): New.
5466 (get_pic_label_name): Merge into output_set_got.
5467 (ix86_asm_file_end): Emit pic_label_name if defined.
5468 (legitimate_constant_p, constant_address_p): New.
5469 (legitimate_pic_operand_p): New.
5470 (legitimate_pic_address_disp_p): Handle GOTTPOFF, NTPOFF, DTPOFF.
5471 (legitimate_address_p): Likewise.
5472 (ix86_encode_section_info): Rename from i386_; handle tls decls.
5473 (ix86_strip_name_encoding): New.
5474 (get_thread_pointer): New.
5475 (legitimize_address): Handle tls symbols.
5476 (output_pic_addr_const): Handle GOTTPOFF, TPOFF, NTPOFF, DTPOFF.
5477 Remove UNSPEC_PLT.
5478 (struct machine_function): Add some_ld_name.
5479 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): Set it.
5480 (print_operand) [&]: Use it. Handle UNSPEC_TP.
5481 (output_addr_const_extra): New.
5482 (maybe_get_pool_constant): New.
5483 (ix86_split_to_parts): Use it.
5484 (ix86_expand_move): Handle tls symbols.
5485 (ix86_tls_get_addr): New.
5486 * config/i386/i386.h (TARGET_GNU_TLS, TARGET_SUN_TLS): New.
5487 (TARGET_OPTIONS): Add tls-dialect.
5488 (CONSTANT_ADDRESS_P): Use new out-of-line function.
5489 (LEGITIMATE_CONSTANT_P): Likewise.
5490 (LEGITIMATE_PIC_OPERAND_P): Likewise.
5491 (TARGET_STRIP_NAME_ENCODING): New.
5492 (ASM_OUTPUT_LABELREF): New.
5493 (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
5494 (OUTPUT_ADDR_CONST_EXTRA): New.
5495 (PREDICATE_CODES): Update.
5496 (ix86_tls_dialect, ix86_tls_dialect_string): New.
5497 * config/i386/i386.md: Regroup and renumber unspec constants.
5498 (tls_global_dynamic_gnu, tls_global_dynamic_sun): New.
5499 (tls_local_dynamic_base_gnu, tls_local_dynamic_base_sun): New.
5500 (tls_global_dynamic, tls_local_dynamic_base): New.
5501 (tls_local_dynamic_once): New.
5502 * config/i386/i386-protos.h: Update.
5503
5504 2002-05-23 Richard Henderson <rth@redhat.com>
5505
5506 * genemit.c (gen_insn): Print file:lineno comment before function.
5507 (main): likewise.
5508 * gensupport.c (struct queue_elem): Add filename member.
5509 (queue_pattern): Initialize it; update all callers.
5510 (process_include): Don't free filename.
5511 (read_md_rtx): Set read_rtx_filename.
5512
5513 2002-05-23 Hans Boehm <Hans_Boehm@hp.com>
5514
5515 * config/ia64/linux.h (IA64_GATE_AREA_END): Adjust for 64K pages.
5516
5517 2002-05-23 Richard Henderson <rth@redhat.com>
5518
5519 * config/i386/i386.c (output_set_got): Fix typo in pic no-deep case.
5520
5521 2002-05-23 Richard Henderson <rth@redhat.com>
5522
5523 * doc/extend.texi (C++98 Thread-Local Edits): Update with
5524 commentary from Mark.
5525
5526 2002-05-23 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5527
5528 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):
5529 Use FOR_EACH_BB macros to iterate over basic block chain.
5530 * cfg.c (clear_edges, clear_bb_flags, dump_flow_info,
5531 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges):
5532 Likewise.
5533 * cfganal.c (set_edge_can_fallthru_flag, flow_call_edges_add,
5534 find_unreachable_blocks, create_edge_list, verify_edge_list,
5535 remove_fake_edges, add_noreturn_fake_exit_edges,
5536 flow_preorder_transversal_compute, flow_dfs_compute_reverse_execute):
5537 Likewise.
5538 * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
5539 find_sub_basic_blocks): Likewise.
5540 * cfgcleanup.c (try_optimize_cfg, delete_unreachable_blocks):
5541 Likewise.
5542 * cfglayout.c (record_effective_endpoints, cleanup_unconditional_jumps):
5543 Likewise.
5544 * cfgloop.c (flow_loops_cfg_dump, flow_loops_find):
5545 Likewise.
5546 * cfgrtl.c (compute_bb_for_insn, tidy_fallthru_edges,
5547 commit_edge_insertions, commit_edge_insertions_watch_calls,
5548 print_rtl_with_bb, verify_flow_info, purge_all_dead_edges): Likewise.
5549 * combine.c (combine_instructions, reg_dead_at_p): Likewise.
5550 * conflict.c (conflict_graph_compute): Likewise.
5551 * df.c (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
5552 df_modified_p, df_refs_unlink, df_dump): Likewise.
5553 * dominance.c (calc_dfs_tree, calculate_dominance_info): Likewise.
5554 * final.c (compute_alignments): Likewise.
5555 * flow.c (update_life_info, update_life_info_in_dirty_blocks,
5556 delete_noop_moves, calculate_global_regs_live, allocate_bb_life_data,
5557 count_or_remove_death_notes): Likewise.
5558 * gcse.c (oprs_unchanged_p, record_last_reg_set_info,
5559 compute_hash_table, compute_kill_rd, compute_rd, compute_ae_kill,
5560 classic_gcse, compute_transp, cprop, compute_pre_data,
5561 compute_transpout, invalidate_nonnull_info,
5562 delete_null_pointer_checks_1, delete_null_pointer_checks,
5563 compute_code_hoist_vbeinout, hoist_code, compute_ld_motion_mems,
5564 compute_store_table, build_store_vectors, store_motion): Likewise.
5565 * global.c (global_conflicts, mark_elimination): Likewise.
5566 * graph.c (print_rtl_graph_with_bb): Likewise.
5567 * haifa-sched.c (sched_init): Likewise.
5568 * ifcvt.c (if_convert): Likewise.
5569 * lcm.c (compute_antinout_edge, compute_laterin, compute_insert_delete,
5570 compute_available, compute_nearerout, compute_rev_insert_delete,
5571 optimize_mode_switching): Likewise.
5572 * local-alloc.c (local_alloc, update_equiv_regs): Likewise.
5573 * predict.c (estimate_probability, note_prediction_to_br_prob,
5574 propagate_freq, counts_to_freqs, expensive_function_p,
5575 estimate_bb_frequencies): Likewise.
5576 * profile.c (instrument_edges, get_exec_counts,
5577 compute_branch_probabilities, compute_checksum, branch_prob,
5578 find_spanning_tree): Likewise.
5579 * recog.c (split_all_insns, peephole2_optimize): Likewise.
5580 * reg-stack.c (reg_to_stack, convert_regs_entry, convert_regs):
5581 Likewise.
5582 * regclass.c (scan_one_insn, regclass): Likewise.
5583 * regmove.c (mark_flags_life_zones, regmove_optimize,
5584 record_stack_memrefs): Likewise.
5585 * regrename.c (regrename_optimize, copyprop_hardreg_forward): Likewise.
5586 * reload1.c (reload, reload_combine, fixup_abnormal_edges): Likewise.
5587 * resource.c (find_basic_block): Likewise.
5588 * sched-ebb.c (schedule_ebbs): Likewise.
5589 * sched-rgn.c (is_cfg_nonregular, build_control_flow,
5590 find_single_block_region, find_rgns, schedule_insns)
5591 * sibcall.c (optimize_sibling_and_tail_recursive_call)
5592 * ssa-ccp.c (optimize_unexecutable_edges,
5593 ssa_ccp_df_delete_unreachable_insns): Likewise.
5594 * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
5595 * ssa.c (find_evaluations, compute_dominance_frontiers_1,
5596 rename_block, convert_to_ssa, compute_conservative_reg_partition,
5597 compute_coalesced_reg_partition, rename_equivalent_regs,
5598 convert_from_ssa): Likewise.
5599 * config/ia64/ia64.c (emit_predicate_relation_info, process_epilogue,
5600 process_for_unwind_directive): Likewise.
5601
5602 * df.c (FOR_ALL_BBS): Removed.
5603 * gcse.c (struct null_pointer_info): Type of current_block field
5604 changed.
5605 (struct reg_avail_info): Type of last_bb field changed.
5606 * config/ia64/ia64.c (block_num): Removed.
5607 (need_copy_state): Type changed.
5608 (last_block): New.
5609
5610 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
5611
5612 * cppinit.c (mark_named_operators): Split out from init_builtins.
5613 (cpp_finish_options): Call it from here instead.
5614
5615 2002-05-23 Jason Thorpe <thorpej@wasabisystems.com>
5616
5617 * builtin-attrs.def: Update copyright years.
5618 (ATTR_NONNULL): New attribute identifier.
5619 (ATTR_NONNULL_1, ATTR_NONNULL_2, ATTR_NONNULL_3): New
5620 attribute tree lists.
5621 (DEF_FORMAT_ATTRIBUTE): Chain a nonnull attribute for the
5622 format operand.
5623 (ATTR_FORMAT_ARG_1, ATTR_FORMAT_ARG_2): Use...
5624 (DEF_FORMAT_ARG_ATTRIBUTE): ...this to generate format_arg
5625 attribute lists. Chain the appropriate nonnull attribute.
5626 * c-format.c (check_format_arg): Remove null format string
5627 warning.
5628 * testsuite/gcc.dg/format/null-1.c: New test.
5629
5630 2002-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5631
5632 * Makefile.in (ADAC): Define.
5633 (SYSLIBS): Define.
5634 (.SUFFIXES): Move before language makefile fragments.
5635 (STAGE2_FLAGS_TO_PASS): Use stage CC as ADAC.
5636
5637 2002-05-23 Mark Mitchell <mark@codesourcery.com>
5638
5639 * varasm.c (make_decl_rtl): Don't allow weak variables to be
5640 placed in common.
5641
5642 Thu May 23 19:43:41 CEST 2002 Jan Hubicka <jh@suse.cz>
5643
5644 * cfg.c (dump_flow_info): Print results of
5645 maybe_hot/probably_never_executed predicates.
5646 * toplev.c (open_dump_file): Print function frequency.
5647
5648 2002-05-23 David S. Miller <davem@redhat.com>
5649
5650 * cse.c (approx_reg_cost_1, approx_reg_cost): Recode to not use
5651 regsets.
5652
5653 2002-05-23 Jason Thorpe <thorpej@wasabisystems.com>
5654
5655 * c-common.c (warn_nonnull): Declare.
5656 (c_common_attribute_table): Add "nonnull" attribute.
5657 (handle_nonnull_attribute, check_function_nonnull, nonnull_check_p,
5658 check_nonnull_arg, get_nonnull_operand, check_function_arguments,
5659 check_function_arguments_recurse): New functions.
5660 * c-common.h (warn_nonnull): Declare extern.
5661 (check_function_arguments, check_function_arguments_recurse): New
5662 prototypes.
5663 * c-decl.c (c_decode_option): Add -Wnonnull option.
5664 * c-format.c (set_Wformat): Set warn_nonnull if enabling
5665 format checking.
5666 (format_check_context): New structure.
5667 (check_format_info_recurse): Remove recursion and rename to...
5668 (check_format_arg): ...this. Update comment.
5669 (check_format_info): Use check_function_arguments_recurse.
5670 * c-typeck.c (build_function_call): Call check_function_arguments
5671 instead of check_function_format.
5672 * doc/extend.texi: Document "nonnull" attribute.
5673 * doc/invoke.texi: Docuemnt -Wnonnull option.
5674 * testsuite/gcc.dg/nonnull-1.c: New test.
5675 * testsuite/gcc.dg/nonnull-2.c: New test.
5676
5677 2002-05-23 David S. Miller <davem@redhat.com>
5678
5679 * basic-block.h (CLEANUP_NO_INSN_DEL): Define it.
5680 * cfgcleanup.c (cleanup_cfg): If it is set do not
5681 attempt to delete trivially dead insns.
5682 * except.c (finish_eh_generation): Pass it to cleanup_cfg.
5683 * toplev.c (rest_of_compilation): Document non-trivial aspect
5684 the RTL before optimize_save_area_alloca is run.
5685
5686 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
5687
5688 * c-lex.c (indent_level): Remove.
5689 (cb_file_change, c_lex): Remove indent level handling.
5690 * c-lex.h (indent_level): Remove.
5691 * input.h (struct file_stack): Remove indent_level.
5692 * toplev.c (push_srcloc): Remove indent_level handling.
5693
5694 2002-05-23 Jakub Jelinek <jakub@redhat.com>
5695
5696 PR target/6753
5697 * config/i386/i386.md (sse_movdfcc, sse_movdfcc_eq): Use Y instead
5698 of x in constraints for clarity.
5699 (sse_mov?fcc split): abort if op2 == op3.
5700 (sse_movsfcc_const0_1, sse_movsfcc_const0_2, sse_movsfcc_const0_3,
5701 sse_movsfcc_const0_4): Add earlyclobber.
5702 (sse_movdfcc_const0_1, sse_movdfcc_const0_2, sse_movdfcc_const0_3,
5703 sse_movdfcc_const0_4): Likewise. Use DFmode, not SFmode.
5704 Use Y instead of x in constraints.
5705
5706 2002-05-23 Richard Henderson <rth@redhat.com>
5707
5708 * doc/extend.texi (C99 Thread-Local Edits): New subsection.
5709 (C++98 Thread-Local Edits): New subsection.
5710
5711 * config/i386/i386.c, config/i386/i386.h: Tidy comments and whitespace.
5712 (ix86_arch): Set type to enum processor_type.
5713
5714 * config/i386/i386.md (movsi_1, movdi_1_rex64): Use
5715 LEGITIMATE_PIC_OPERAND_P not SYMBOLIC_CONST.
5716
5717 2002-05-23 Jakub Jelinek <jakub@redhat.com>
5718
5719 * configure.in: Fix as version test for binutils 2.12.1 releases
5720 (without dates).
5721 * configure: Rebuilt.
5722
5723 2002-05-23 Richard Henderson <rth@redhat.com>
5724
5725 * config/i386/i386.c (get_pic_label_name): New.
5726 (load_pic_register): Remove.
5727 (output_set_got): New.
5728 (ix86_expand_prologue): Use gen_set_got; mark insn REG_MAYBE_DEAD.
5729 * config/i386/i386.md (UNSPEC_SET_GOT): New.
5730 (UNSPECV_PROLOGUE_SET_GOT, UNSPECV_PROLOGUE_GET_PC): Remove.
5731 (prologue_set_got, prologue_get_pc): Remove.
5732 (set_got, set_got_nopic, set_got_deep, set_got_nodeep): New.
5733 (builtin_setjmp_receiver): Use gen_set_got.
5734 * config/i386/i386-protos.h: Update.
5735
5736 Thu May 23 09:22:23 CEST 2002 Jan Hubicka <jh@suse.cz>
5737
5738 * gcse.c (hash_expr): Do not use alias set for hashing.
5739
5740 2002-05-22 Kevin Buettner <kevinb@redhat.com>
5741
5742 * dbxout.c (dbxout_class_name_qualifiers): New function.
5743 (dbxout_symbol): Output class/struct qualifiers for a .stabs entry.
5744
5745 2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk>
5746
5747 * cpperror.c (_cpp_begin_message): No special casing
5748 of CPP_FATAL_LIMIT.
5749 * cppinit.c (sanity_checks): s/DL_FATAL/DL_ICE/.
5750 (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
5751 * cpplib.c (do_include_common): Use DL_ERROR.
5752 * cpplib.h (CPP_FATAL_LIMIT, CPP_FATAL_ERRORS, DL_FATAL): Remove.
5753 (DL_ICE): Renumber.
5754 * fix-header.c (read_scan_file): Update.
5755
5756 2002-05-22 Richard Henderson <rth@redhat.com>
5757
5758 * config/i386/i386.c (ix86_expand_call): New function, extracted
5759 from md call patterns. Add pic_offset_table_rtx to
5760 CALL_INSN_FUNCTION_USAGE when needed.
5761 * config/i386/i386.md (call_pop, call): Use ix86_expand_call.
5762 (call_value_pop, call_value, untyped_call): Likewise.
5763 (call_exp, call_value_exp): Remove.
5764 * config/i386/i386-protos.h: Update.
5765
5766 2002-05-22 Richard Henderson <rth@redhat.com>
5767
5768 * varasm.c (default_section_type_flags): Check for VAR_DECL
5769 before using DECL_THREAD_LOCAL.
5770
5771 2002-05-22 David Edelsohn <edelsohn@gnu.org>
5772
5773 * config/rs6000/aix43.h (LINK_SPEC): Add PE initializer.
5774 (STARTFILE_SPEC): Delete PE crt0.o.
5775 * config/rs6000/aix51.h: Same.
5776 * config/rs6000/rs6000.c: Use TARGET_XCOFF, not OBJECT_FORMAT_COFF.
5777 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Append [DS] to
5778 function descriptor symbol. Use RS6000_OUTPUT_BASENAME.
5779 (ASM_OUTPUT_DEF_FROM_DECLS): Use RS6000_OUTPUT_BASENAME.
5780 * config/rs6000/xcoff.h (ASM_OUTPUT_DEF): Define.
5781
5782 2002-05-22 Richard Henderson <rth@redhat.com>
5783
5784 * varasm.c (default_section_type_flags): Handle tls data and
5785 default sections.
5786 (default_unique_section): Handle tls sections.
5787
5788 2002-05-23 Alan Modra <amodra@bigpond.net.au>
5789
5790 * configure.in (CROSS): Define NATIVE_CROSS.
5791 * configure: Regenerate.
5792 * gcc.c (STARTFILE_PREFIX_SPEC): Define.
5793 (startfile_prefix_spec): New var.
5794 (static_specs): Add startfile_prefix_spec.
5795 (do_spec_2): Split out from..
5796 (do_spec): ..here.
5797 (main): Process startfile_prefix_spec.
5798 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC) Change name of
5799 dynamic linker.
5800 (STARTFILE_PREFIX_SPEC): Define.
5801 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Rewrite without
5802 absolute paths.
5803
5804 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
5805
5806 * cpperror.c: Fix formatting.
5807 * cppexp.c: Likewise.
5808 * cppfiles.c: Likewise.
5809 * cpphash.c: Likewise.
5810 * cpphash.h: Likewise.
5811 * cppinit.c: Likewise.
5812 * cpplex.c: Likewise.
5813 * cpplib.c: Likewise.
5814 * cppmacro.c: Likewise.
5815 * cppmain.c: Likewise.
5816 * cppspec.c: Likewise.
5817
5818 2002-05-22 Jakub Jelinek <jakub@redhat.com>
5819
5820 * combine.c (force_to_mode): Use gen_int_mode.
5821 Don't clear CONST_INT bits outside of mode.
5822
5823 2002-05-22 Richard Henderson <rth@redhat.com>
5824
5825 * fixinc/inclhack.def (thread_keyword): Match __thread as last arg.
5826 * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
5827
5828 2002-05-22 Jakub Jelinek <jakub@redhat.com>
5829
5830 PR c/6643
5831 * emit-rtl.c (widen_memory_access): Only call compare_tree_int
5832 if DECL_SIZE_UNIT is INTEGER_CST.
5833
5834 2002-05-22 Richard Henderson <rth@redhat.com>
5835
5836 * flow.c (life_analysis): Delete broken reg_label check.
5837
5838 2002-05-22 Richard Henderson <rth@redhat.com>
5839
5840 * fixinc/inclhack.def (thread_keyword): Allow as any prototype arg.
5841 * fixinc/fixincl.x, fixinc/tests/base/pthread.h: Rebuild.
5842
5843 Wed May 22 18:39:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
5844
5845 * t-sh (LIB2FUNCS_EXTRA): Now embed-bb.c.
5846 (embed-bb.c): New rule.
5847 * t-sh64 (LIB2FUNCS_EXTRA): Don't change.
5848 * config/sh/embed_bb.c: Delete.
5849
5850 Wed May 22 18:25:29 2002 J"orn Rennecke <joern.rennecke@superh.com>
5851
5852 * c-common.c (cb_register_builtins): Don't indent '#' of #define.
5853
5854 2002-05-22 Kazu Hirata <kazu@cs.umass.edu>
5855
5856 * config/h8300/h8300.md (*andorqi3): New.
5857
5858 2002-05-22 Neil Booth <neil@daikokuya.demon.co.uk>
5859
5860 PR preprocessor/6517
5861 * Makefile.in: Update.
5862 * c-common.c (c_common_post_options): Add preprocessor
5863 errors to the error count.
5864 * c-lang.c (c_post_options): Kill.
5865 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
5866 * hooks.h: Add header guards.
5867 * langhooks-def.h: Include hooks.h.
5868 (LANG_HOOKS_POST_OPTIONS): Update.
5869 * langhooks.h (struct lang_hooks): Update post_options.
5870 * toplev.c (parse_options_and_default_flags): Update.
5871 objc:
5872 * objc-lang.c (objc_post_options): Kill.
5873 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
5874
5875 2002-05-21 Bruce Korb <bkorb@gnu.org>
5876
5877 * fixinc/tests/base/pthread.h(THREAD_KEYWORD_CHECK): add fix check
5878 * fixinc/inclhack.def(thread_keyword): use c_fix = format.
5879 * fixinc/fixincl.x: regen.
5880
5881 2002-05-21 Kazu Hirata <kazu@cs.umass.edu>
5882
5883 * cfgbuild.c: Fix formatting.
5884 * cfg.c: Likewise.
5885 * cfgcleanup.c: Likewise.
5886 * cfglayout.c: Likewise.
5887 * cfgloop.c: Likewise.
5888 * cfgrtl.c: Likewise.
5889
5890 2002-05-21 Richard Henderson <rth@redhat.com>
5891
5892 * c-common.h (enum rid): Add RID_THREAD.
5893 * c-decl.c (start_decl): Do not set DECL_COMMON for tls variables.
5894 (grokdeclarator): Grok __thread.
5895 * c-parse.in (reswords): Add __thread.
5896 (rid_to_yy): Add RID_THREAD.
5897
5898 * tree.h (DECL_THREAD_LOCAL): New.
5899 (struct tree_decl): Add thread_local_flag.
5900 * print-tree.c (print_node): Dump DECL_THREAD_LOCAL.
5901 * tree.c (staticp): TLS variables are not static.
5902
5903 * target-def.h (TARGET_HAVE_TLS): New.
5904 * target.h (have_tls): New.
5905 * output.h (SECTION_TLS): New.
5906 * varasm.c (assemble_variable): TLS variables can't be common for now.
5907 (default_section_type_flags): Handle .tdata and .tbss.
5908 (default_elf_asm_named_section): Handle SECTION_TLS.
5909 (categorize_decl_for_section): Handle DECL_THREAD_LOCAL.
5910
5911 * flags.h (flag_tls_default): Declare.
5912 * toplev.c (flag_tls_default): Define.
5913 (display_help): Display help for it.
5914 (decode_f_option): Set it.
5915
5916 * doc/extend.texi (Thread-Local): New node describing language-level
5917 thread-local storage.
5918 * doc/invoke.texi (-ftls-model): Document.
5919
5920 * fixinc/inclhack.def (thread_keyword): New.
5921 * fixinc/fixincl.x: Rebuild.
5922
5923 2002-05-21 Jeffrey A Law <law@redhat.com>
5924
5925 * optabs.c (expand_binop): For double-word integer multiplies,
5926 do not compute intermediate results into something that is
5927 not a register (such as a SUBREG or MEM).
5928
5929 * i386.c (ix86_sched_reorder_ppro): Fix typo/thinko.
5930 (ix86_sched_reorder): Make sure to initialize scheduling
5931 data even when there's only one insn in the ready queue.
5932
5933 2002-05-21 Vladimir Makarov <vmakarov@redhat.com>
5934
5935 * genautomata.c (reserv_sets_hash_value): Fix a typo.
5936
5937 2002-05-21 Vladimir Makarov <vmakarov@redhat.com>
5938
5939 * genautomata.c (reserv_sets_hash_value): Define hash_value as
5940 set_el_t. Transform the hash value into unsigned.
5941 (output_cycle_reservs): Fix bug with output of repeated `nothing'.
5942 (transform_3): Add code to process `(A,B)+(D,E)'.
5943
5944 2002-05-21 NIIBE Yutaka <gniibe@m17n.org>
5945
5946 * reload1.c (do_output_reload): Run delete_output_reload
5947 only if optimizing.
5948
5949 2002-05-21 Roger Sayle <roger@eyesopen.com>
5950
5951 PR middle-end/6600
5952 * expr.c (STORE_MAX_PIECES): New macro to avoid immediate constants
5953 larger than INTEGER_CST. (store_by_pieces_1): Use it here...
5954 (can_store_by_pieces): ... and here to limit the largest mode used.
5955 Add a comment to document this function.
5956
5957 2002-05-21 Richard Henderson <rth@redhat.com>
5958
5959 * flow.c (life_analysis): Fix test for deleted label.
5960
5961 2002-05-21 Neil Booth <neil@daikokuya.demon.co.uk>
5962
5963 * doc/tm.texi: Fix typo.
5964
5965 2002-05-21 Zack Weinberg <zack@codesourcery.com>
5966
5967 * c-common.c (c_common_init): Set options->unsigned_char from
5968 flag_signed_char.
5969 (cb_register_builtins): Define __STRICT_ANSI__ and
5970 __CHAR_UNSIGNED__ here...
5971 * cppinit.c (init_builtins): Not here.
5972 (cpp_create_reader): unsigned_char option defaults to 0, not
5973 !DEFAULT_SIGNED_CHAR.
5974 (COMMAND_LINE_OPTIONS, cpp_handle_option): Lose -fsigned-char
5975 and -funsigned-char.
5976
5977 * cpphash.h (struct spec_nodes): Kill n__STRICT_ANSI__.
5978 * cpphash.c (_cpp_init_hashtable): Don't set it.
5979 * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting
5980 directly. Clarify comment.
5981
5982 2002-05-21 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5983
5984 * bb-reorder.c (make_reorder_chain_1): Use prev_bb/next_bb to get to
5985 neighbouring basic blocks. Use ENTRY_BLOCK_PTR->next_bb instead of
5986 BASIC_BLOCK (0). Use EXIT_BLOCK_PTR->prev_bb instead of
5987 BASIC_BLOCK (n_basic_blocks - 1).
5988 * cfganal.c (can_fallthru, flow_call_edges_add,
5989 flow_preorder_transversal_compute): Too.
5990 * cfgbuild.c (make_edges, find_basic_blocks, find_many_sub_basic_blocks,
5991 find_sub_basic_blocks): Too.
5992 * cfgcleanup.c (try_simplify_condjump, try_optimize_cfg): Too.
5993 * cfglayout.c (skip_insns_after_block, fixup_reorder_chain,
5994 fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge): Too.
5995 * cfgrtl.c (tidy_fallthru_edges, verify_flow_info): Too.
5996 * combine.c (this_basic_block): Type changed to basic_block.
5997 (combine_instructions, set_nonzero_bits_and_sign_copies, try_combine,
5998 nonzero_bits, num_sign_bit_copies, get_last_value_validate,
5999 get_last_value, distribute_notes, distribute_links): Too.
6000 * final.c (compute_alignments): Too.
6001 * flow.c (regno_uninitialized, regno_clobbered_at_setjmp): Too.
6002 * function.c (thread_prologue_and_epilogue_insns): Too.
6003 * gcse.c (compute_code_hoist_vbeinout): Too.
6004 * global.c (build_insn_chain): Too.
6005 * ifcvt.c (find_if_block, find_cond_trap): Too.
6006 * predict.c (last_basic_block_p, note_prediction_to_br_prob): Too.
6007 * regmove.c (regmove_optimize): Too.
6008 * resource.c (find_basic_block): Too.
6009 * sched-ebb.c (schedule_ebbs): Too.
6010 * ssa-dce.c (find_control_dependence, find_pdom): Too.
6011
6012 2002-05-21 Andreas Jaeger <aj@suse.de>
6013
6014 * cppinit.c (sanity_checks): Avoid printf mismatch warnings.
6015
6016 2002-05-21 Richard Henderson <rth@redhat.com>
6017
6018 * reg-stack.c (swap_rtx_condition, subst_stack_regs_pat): Use
6019 unspec names, not numbers.
6020
6021 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
6022
6023 * doc/sourcebuild.texi: Mention snapshot-README and
6024 snapshot-index.html as needing updating for new front ends.
6025
6026 2002-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6027
6028 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when
6029 disabling checking, and avoid multiple evaluation of RTX.
6030
6031 2002-05-21 Richard Earnshaw <rearnsha@arm.com>
6032
6033 * bitmap.c (bitmap_find_bit): Return early if we have the correct
6034 element cached.
6035
6036 Tue May 21 10:51:54 CEST 2002 Jan Hubicka <jh@suse.cz>
6037
6038 * profile.c (gen_edge_profiler): Set alias set before the memory is
6039 used.
6040
6041 2002-05-20 David S. Miller <davem@redhat.com>
6042
6043 * cselib.c (max_value_regs): New.
6044 (cselib_lookup, cselib_invalidate_regno): Initialize it when
6045 adding new entries to the REG_VALUES table and we are dealing with
6046 a hard register.
6047 (clear_table): Initialize it.
6048 (cselib_invalidate_regno): Use it to determine which hard
6049 registers to scan when mode is not VOIDmode.
6050
6051 2002-05-20 Duraid Madina <duraid@fl.net.au>
6052
6053 * tradcpp.c (fixup_newlines): Use old-style function header.
6054
6055 2002-05-20 Krister Walfridsson <cato@df.lth.se>
6056
6057 * reload1.c (reload_cse_simplify): Fix typo in rtx code check.
6058
6059 2002-05-20 H.J. Lu (hjl@gnu.org)
6060
6061 Base on suggestions from Zhang Fuxin <fxzhang@ict.ac.cn>:
6062
6063 * config/mips/mips.h (DFMODE_NAN): Defined.
6064 (SFMODE_NAN): Likewise.
6065
6066 2002-05-20 Dale Johannesen <dalej@apple.com>
6067
6068 * combine.c (cant_combine_insn_p): Back out my
6069 previous patch.
6070
6071 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
6072
6073 * params.c: Fix formatting.
6074 * params.h: Likewise.
6075 * predict.c: Likewise.
6076 * prefix.c: Likewise.
6077 * print-rtl.c: Likewise.
6078 * print-tree.c: Likewise.
6079 * profile.c: Likewise.
6080
6081 2002-05-20 H.J. Lu (hjl@gnu.org)
6082
6083 * gcc/config/mips/linux.h (SDB_DEBUGGING_INFO): Undefine.
6084
6085 2002-05-20 Nick Clifton <nickc@cambridge.redhat.com>
6086
6087 * config/arm/arm-wince-pe.h (ASM_SPEC): Pass -mcpu and -march
6088 switches straight on to the assembler, do not abbreviate them.
6089 * config/arm/elf.h (ASM_SPEC): As above.
6090 * config/arm/semi.h (ASM_SPEC): As above.
6091 * config/arm/unknown-elf-oabi.h (ASM_SPEC): As above.
6092 * config/arm/xscale-coff.h (SUBTARGET_ASM_SPEC): Pass
6093 -mcpu=xscale on to the assembler by default.
6094 * config/arm/xscale-elf.h (SUBTARGET_ASM_SPEC): As above.
6095
6096 2002-05-20 Richard Henderson <rth@redhat.com>
6097
6098 * cse.c (canon_hash): Reorder do_not_record test. Always
6099 allow pic_offset_table_rtx.
6100
6101 2002-05-19 Toon Moene <toon@moene.indiv.nluug.nl>
6102
6103 * optabs.c (expand_cmplxdiv_wide): Use complex_part_zero_p.
6104 (expand_binop): Ditto (3 times).
6105
6106 2002-05-19 Mark Mitchell <mitchell@doubledemon.codesourcery.com>
6107
6108 * Makefile.in (distclean): Remove QMTest stuff.
6109 (QMTEST_PATH): New variable.
6110 (QMTESTFLAGS): Likewise.
6111 (QMTESTRUNFLAGS): Likewise.
6112 (QMTEST): Likewise.
6113 (QMTEST_GPP_TESTS): Likewise.
6114 (QMTEST_DIR): Likewise.
6115 (QMTEST_DIR/context): New target.
6116 (qmtest-g++): Likeise.
6117 (qmtest-gui): Likewise.
6118 (QMTEST_DIR/gpp-expected.qmr): Likewise.
6119
6120 2002-05-19 Aldy Hernandez <aldyh@redhat.com>
6121
6122 * config/rs6000/rs6000.h (FUNCTION_VALUE): Only return vectors in
6123 an altivec register if TARGET_ALTIVEC.
6124
6125 * config/rs600/rs6000.c (rs6000_emit_move): Change VECTOR_MODE_P
6126 to ALTIVEC_VECTOR_MODE.
6127 (rs6000_va_arg): Only vectors of type AltiVec are 16 byte aligned.
6128 (rs6000_va_arg): Vectors may go in registers if they are not
6129 altivec vectors.
6130
6131 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
6132
6133 * protoize.c: Fix formatting.
6134
6135 2002-05-19 Richard Henderson <rth@redhat.com>
6136
6137 * gensupport.c (init_include_reader): Merge into ...
6138 (process_include): ... here. Simplify composite path creation.
6139 Plug memory leaks. Fix file/line number tracking. Do not
6140 process_define_cond_exec. Return void.
6141 (process_rtx): Don't check process_include return value.
6142
6143 2002-05-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6144
6145 * basic_block.h (struct basic_block_def): Added prev_bb and next_bb
6146 fields.
6147 (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
6148 traversing basic block chain.
6149 (create_basic_block_structure, create_basic_block): Declaration changed.
6150 (link_block, unlink_block): Declare.
6151 * cfg.c (entry_exit_blocks): Initialize new fields.
6152 (link_block, unlink_block): New.
6153 (expunge_block_nocompact): Unlink basic block.
6154 (dump_flow_info): Print prev_bb/next_bb fields.
6155 * cfgbuild.c (find_basic_blocks_1, find_basic_blocks): Modified.
6156 * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Modified.
6157 * cfglayout.c (fixup_reorder_chain, cfg_layout_duplicate_bb): Modified.
6158 * cfgrtl.c (create_basic_block_structure, create_basic_block,
6159 split_block, force_nonfallthru_and_redirect, split_edge): Modified.
6160 (verify_flow_info): Check that list agrees with numbering.
6161
6162 2002-05-19 Neil Booth <neil@daikokuya.demon.co.uk>
6163
6164 * c-common.c (preprocessing_asm): New macro.
6165 * c-lex.h (builtin_define, builtin_assert): Use pfile.
6166 doc:
6167 * tm.texi: Update.
6168 config/alpha:
6169 * alpha.h (CPLUSPLUS_CPP_SPEC): Remove.
6170 (CPP_SPEC): Simplify.
6171 (TARGET_CPU_CPP_BUILTINS): Update.
6172 * freebsd.h (TARGET_OS_CPP_BUILTINS): New.
6173 (CPP_SPEC): Simplify.
6174 * linux.h (CPLUSPLUS_CPP_SPEC): Remove.
6175 (TARGET_OS_CPP_BUILTINS): Update.
6176 * osf.h (CPP_XFLOAT_SPEC): Kill.
6177 (TARGET_OS_CPP_BUILTINS): Update.
6178 (CPP_SUBTARGET_SPEC, SUBTARGET_EXTRA_SPECS): Simplify.
6179 * osf5.h (CPP_XFLOAT_SPEC): Kill.
6180 * vms.h (CPP_SUBTARGET_SPEC): Kill.
6181 (TARGET_OS_CPP_BUILTINS): Update.
6182
6183 2002-05-19 Richard Henderson <rth@redhat.com>
6184
6185 * varasm.c (default_binds_local_p): Fix typo.
6186
6187 2002-05-19 Marek Michalkiewicz <marekm@amelek.gda.pl>
6188
6189 * config/avr/avr.c (machine_dependent_reorg): Sign extend the
6190 CONST_INT operand to the correct mode after adding 1 to it.
6191
6192 2002-05-19 Mark Mitchell <mark@codesourcery.com>
6193
6194 * config.gcc (powerpc-wrs-windiss*): New target.
6195
6196 2002-05-19 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6197
6198 * config/rs6000/rs6000.md (ashrdi3_no_power): New.
6199 (ashrdi3): Use it.
6200
6201 2002-05-18 Mark Mitchell <mark@codesourcery.com>
6202
6203 * configure.in (AC_CHECK_FUNCS): Add checks for scandir and
6204 alphasort.
6205 * config.in: Regenerated.
6206 * configure: Regenerated.
6207
6208 2002-05-19 Richard Henderson <rth@redhat.com>
6209
6210 * target-def.h (TARGET_BINDS_LOCAL_P): New.
6211 * target.h (struct gcc_target): Move boolean fields to the end.
6212 Add binds_local_p.
6213 * varasm.c (default_binds_local_p): New.
6214 * output.h: Declare it.
6215
6216 * config/alpha/alpha.c (alpha_encode_section_info): Use the new hook.
6217 * config/cris/cris.c (cris_encode_section_info): Likewise.
6218 * config/i386/i386.c (i386_encode_section_info): Likewise.
6219 * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
6220 * config/sh/sh.c (sh_encode_section_info): Likewise.
6221
6222 * doc/tm.texi (TARGET_IN_SMALL_DATA_P): New.
6223 (TARGET_BINDS_LOCAL_P): New.
6224
6225 2002-05-19 Richard Henderson <rth@redhat.com>
6226
6227 * system.h (BLOCK_PROFILER, BLOCK_PROFILER_CODE,
6228 FUNCTION_BLOCK_PROFILER, FUNCTION_BLOCK_PROFILER_EXIT,
6229 MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Poison.
6230
6231 * toplev.c (display_help): Kill -a -ax help.
6232
6233 * config/1750a/1750a.h, config/alpha/alpha.h,
6234 config/clipper/clipper.h, config/dsp16xx/dsp16xx.h,
6235 config/h8300/h8300.h, config/i960/i960.h, config/m68k/tower-as.h,
6236 config/m88k/m88k.h, config/vax/vax.h, config/we32k/we32k.h:
6237 (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER): Kill.
6238
6239 * libgcc2.c [L_bb] (BLOCK_PROFILER_CODE): Kill.
6240 * config/m68k/sun3.h (BLOCK_PROFILER_CODE): Kill.
6241
6242 * config/i386/i386-protos.h (ix86_output_block_profiler): Kill.
6243 (ix86_output_function_block_profiler): Kill.
6244 * config/m68hc11/m68hc11.c (m68hc11_block_profiler): Kill.
6245 (m68hc11_function_block_profiler): Kill.
6246 * config/m68hc11/m68hc11-protos.h: Update.
6247 * config/m88k/m88k.c (output_block_profiler): Kill.
6248 (output_function_block_profiler): Kill.
6249 * config/m88k/m88k-protos.h: Update.
6250
6251 2002-05-19 Richard Henderson <rth@redhat.com>
6252
6253 * system.h (STRIP_NAME_ENCODING): Poison it.
6254 * output.h (STRIP_NAME_ENCODING): Remove.
6255 (default_strip_name_encoding): Declare.
6256 * target-def.h (TARGET_STRIP_NAME_ENCODING): New.
6257 * target.h (strip_name_encoding): New.
6258 * varasm.c (default_strip_name_encoding): New.
6259
6260 * dwarf2asm.c, varasm.c, config/darwin.c, config/darwin.h,
6261 config/alpha/alpha.c, config/arm/pe.c, config/avr/avr.c,
6262 config/cris/cris.c, config/i386/cygwin.h, config/i386/interix.c,
6263 config/i386/winnt.c, config/m32r/m32r.h, config/mcore/mcore-elf.h,
6264 config/mcore/mcore-pe.h, config/mcore/mcore.c, config/mcore/mcore.h,
6265 config/mips/mips.c, config/mn10200/mn10200.h, config/mn10300/mn10300.h,
6266 config/pa/pa.c, config/pa/pa.h, config/pa/som.h,
6267 config/rs6000/rs6000.c, config/rs6000/sysv4.h, config/rs6000/xcoff.h,
6268 config/v850/v850.h: Use the hook, not the macro.
6269
6270 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
6271 config/alpha/alpha.c, config/alpha/alpha.h, config/h8300/h8300.c,
6272 config/h8300/h8300.h, config/i386/cygwin.h, config/i386/i386-interix.h,
6273 config/i386/i386-protos.h, config/i386/win32.h, config/i386/winnt.c,
6274 config/ia64/ia64.c, config/ia64/ia64.h, config/m32r/m32r.c,
6275 config/m32r/m32r.h, config/mcore/mcore.c, config/mcore/mcore.h,
6276 config/pa/pa.c, config/rs6000/rs6000.c, config/rs6000/sysv4.h,
6277 config/rs6000/xcoff.h, config/sh/sh.c, config/sh/sh.h,
6278 config/v850/v850.c, config/v850/v850.h:
6279 Move STRIP_NAME_ENCODING to out-of-line function and add
6280 TARGET_STRIP_NAME_ENCODING.
6281
6282 * config/arm/arm.c, config/arm/arm.h, config/mmix/mmix-protos.h,
6283 config/mmix/mmix.c, config/mmix/mmix.h: Replace STRIP_NAME_ENCODING
6284 with TARGET_STRIP_NAME_ENCODING referencing existing function;
6285 make function static.
6286
6287 * xcoffout.c: Include target.h
6288 * Makefile.in (xcoffout.o): Update.
6289
6290 * config/avr/avr.c (avr_encode_section_info): Correct prototype.
6291 * config/avr/avr.h (STRIP_NAME_ENCODING): Remove.
6292 * config/rs6000/rs6000.c (rs6000_xcoff_unique_section): Mark
6293 reloc argument unused.
6294 * config/sh/sh.c (TARGET_ENCODE_SECTION_INFO): New.
6295
6296 * doc/tm.texi (TARGET_STRIP_NAME_ENCODING): Update from previous
6297 STRIP_NAME_ENCODING docs.
6298
6299 2002-05-19 Andreas Jaeger <aj@suse.de>
6300
6301 * gengenrtl.c: Add prototype for excluded_rtx.
6302
6303 * real.h: Add prototype for exact_real_truncate.
6304
6305 2002-05-18 Richard Henderson <rth@redhat.com>
6306
6307 * system.h (ENCODE_SECTION_INFO): Poison it.
6308 * target-def.h (TARGET_ENCODE_SECTION_INFO): New.
6309 * target.h (encode_section_info): New.
6310 * varasm.c (make_decl_rtl, output_constant_def): Use it.
6311 * hooks.c (hook_tree_int_void): New.
6312 * hooks.h: Declare it.
6313
6314 * config/darwin.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
6315 config/alpha/alpha.h, config/arm/pe.h, config/avr/avr-protos.h,
6316 config/avr/avr.c, config/avr/avr.h, config/c4x/c4x-protos.h,
6317 config/c4x/c4x.c, config/c4x/c4x.h, config/cris/cris-protos.h,
6318 config/cris/cris.c, config/cris/cris.h, config/i386/cygwin.h,
6319 config/i386/win32.h, config/ia64/ia64-protos.h, config/ia64/ia64.c,
6320 config/ia64/ia64.h, config/m32r/m32r-protos.h, config/m32r/m32r.c,
6321 config/m32r/m32r.h, config/m68hc11/m68hc11-protos.h,
6322 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
6323 config/mcore/mcore-protos.h, config/mcore/mcore.c,
6324 config/mcore/mcore.h, config/mmix/mmix-protos.h, config/mmix/mmix.c,
6325 config/mmix/mmix.h, config/rs6000/rs6000-protos.h,
6326 config/rs6000/sysv4.h, config/stormy16/stormy16-protos.h,
6327 config/stormy16/stormy16.c, config/stormy16/stormy16.h:
6328 Replace ENCODE_SECTION_INFO with TARGET_ENCODE_SECTION_INFO
6329 referencing existing function. Make function static.
6330
6331 * config/a29k/a29k.c, config/a29k/a29k.h, config/arc/arc.c,
6332 config/arc/arc.h, config/arm/arm.c, config/arm/arm.h,
6333 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
6334 config/i370/i370.h, config/i386/i386-interix.h, config/i386/i386.c,
6335 config/i386/i386.h, config/i386/interix.c, config/m88k/m88k.c,
6336 config/m88k/m88k.h, config/mips/mips.c, config/mips/mips.h,
6337 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa.c,
6338 config/pa/pa.h, config/romp/romp.c, config/romp/romp.h,
6339 config/rs6000/linux64.h, config/rs6000/xcoff.h, config/s390/s390.c,
6340 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
6341 config/sparc/sparc.c, config/sparc/sparc.h, config/v850/v850.c,
6342 config/v850/v850.h, config/vax/vax.c, config/vax/vms.h,
6343 config/xtensa/xtensa.c, config/xtensa/xtensa.h:
6344 Move ENCODE_SECTION_INFO to out-of-line function and add
6345 TARGET_ENCODE_SECTION_INFO.
6346
6347 * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Use hook, not macro.
6348 (ASM_DECLARE_OBJECT_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
6349
6350 * config/arm/pe.h (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Rename
6351 from SUBTARGET_*
6352 (switch_to_section): Replace in_rdata case with in_readonly_data.
6353
6354 * config/h8300/h8300.c (h8300_encode_label): Make static.
6355 * config/h8300/h8300-protos.h: Update.
6356
6357 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info): Rename
6358 from rs6000_encode_section_info; make static.
6359 (rs6000_xcoff_encode_section_info): New.
6360
6361 * config/v850/v850.c (v850_encode_data_area): Make static.
6362 * config/v850/v850-protos.h: Update.
6363
6364 * config/vax/vax.c: Include flags.h.
6365 (vms_select_section): Fix typo.
6366
6367 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update from previous
6368 ENCODE_SECTION_INFO docs.
6369
6370 2002-05-18 Richard Henderson <rth@redhat.com>
6371
6372 * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Rename from
6373 REGISTER_TARGET_PRAGMAS.
6374 * config/rs6000/darwin.h (REGISTER_TARGET_PRAGMAS): Redefine.
6375
6376 * config.gcc: Do not use rs6000-c.c on powerpc-darwin.
6377
6378 2002-05-18 Richard Henderson <rth@redhat.com>
6379
6380 * system.h (SELECT_RTX_SECTION): Poison.
6381 * target-def.h (TARGET_ASM_SELECT_RTX_SECTION): New.
6382 * target.h (select_rtx_section): New.
6383 * varasm.c (output_constant_pool): Use it.
6384 (default_select_rtx_section, default_elf_select_rtx_section): New.
6385 * output.h: Declare them.
6386
6387 * config/darwin.h (SELECT_RTX_SECTION): Move ...
6388 * config/darwin.c (machopic_select_rtx_section): ... here.
6389 * config/darwin-protos.h: Update.
6390
6391 * config/nextstep.h (SELECT_RTX_SECTION): Move ...
6392 * config/nextstep.c (machopic_select_rtx_section): ... here.
6393 (nextstep_select_section): Rename variable to avoid macro clash.
6394 * config/nextstep-protos.h: Update.
6395
6396 * config/elfos.h, config/svr3.h, config/arm/aof.h, config/c4x/c4x.h,
6397 config/i386/dgux.h, config/i386/osfrose.h, config/i386/sco5.h,
6398 config/i386/svr3gas.h, config/i860/paragon.h, config/ia64/aix.h,
6399 config/m32r/m32r.h, config/m68k/dpx2.h, config/m68k/lynx.h,
6400 config/m68k/m68k.h, config/m68k/tower-as.h, config/m88k/dgux.h,
6401 config/mcore/mcore-pe.h, config/mips/mips.h, config/mmix/mmix.h,
6402 config/pa/pa-linux.h, config/pa/pa.h, config/romp/romp.h,
6403 config/rs6000/lynx.h, config/rs6000/sysv4.h, config/s390/linux.h,
6404 config/sparc/sysv4.h, config/xtensa/elf.h, config/xtensa/linux.h
6405 (SELECT_RTX_SECTION): Remove.
6406
6407 * config/darwin.h, config/elfos.h, config/nextstep.h,
6408 config/ia64/aix.h, config/ia64/sysv4.h, config/alpha/alpha.c,
6409 config/mips/mips.c, config/romp/romp.c, config/rs6000/sysv4.h,
6410 config/rs6000/xcoff.h, config/s390/s390.c, config/sparc/aout.h,
6411 config/sparc/lynx.h, config/xtensa/xtensa.c
6412 (TARGET_ASM_SELECT_RTX_SECTION): New.
6413
6414 * config/alpha/elf.h (SELECT_RTX_SECTION): Move ...
6415 * config/alpha/alpha.c (alpha_elf_select_rtx_section): ... here.
6416 * config/ia64/sysv4.h (SELECT_RTX_SECTION): Move ...
6417 * config/ia64/ia64.c (ia64_select_rtx_section): ... here.
6418 (ia64_aix_select_rtx_section): New.
6419 * config/mips/iris6.h (READONLY_DATA_SECTION_ASM_OP): Undef before
6420 redefining.
6421 * config/mips/mips.c (mips_select_rtx_section): Make static.
6422 Support ELF SHF_MERGE features.
6423 * config/mips/mips-protos.h: Update.
6424 * config/rs6000/xcoff.h (SELECT_RTX_SECTION): Move ...
6425 * config/rs6000/rs6000.c (rs6000_xcoff_select_rtx_section): ... here.
6426 (rs6000_elf_select_rtx_section): Rename from rs6000_select_rtx_section;
6427 make static, fall back to default_elf_select_rtx_section.
6428 * config/rs6000/rs6000-protos.h: Update.
6429 * config/sparc/sparc.h (SELECT_RTX_SECTION): Move ...
6430 * config/sparc/sparc.c (sparc_aout_select_rtx_section): ... here.
6431 * config/sparc/sunos4.h (on_exit): Declare only if IN_LIBGCC2.
6432 * config/romp/romp.c (romp_select_rtx_section): New.
6433 * config/s390/s390.c (s390_select_rtx_section): New.
6434 * config/xtensa/xtensa.c: Include output.h. Shuffle local function
6435 declarations before target macro definition.
6436 (xtensa_emit_call): Use static buffer.
6437 (xtensa_select_rtx_section): New.
6438 * config/xtensa/xtensa.h (MAX_INT_TYPE_SIZE): Remove.
6439 (IMPLICIT_FIX_EXPR, EASY_DIV_EXPR): Remove.
6440 (ASM_OUTPUT_POOL_PROLOGUE): Update call to resolve_unique_section.
6441
6442 * doc/tm.texi (TARGET_ASM_SELECT_RTX_SECTION): Update from
6443 SELECT_RTX_SECTION docs.
6444
6445 Sun May 19 00:24:23 CEST 2002 Jan Hubicka <jh@suse.cz>
6446
6447 * i386.md (movsi/movdi): Fix template.
6448 (sse2 patterns): Set attributes consistently.
6449
6450 * i386.md (pushqi2, ashrqi_*): Fix constraint.
6451
6452 2002-05-18 Toon Moene <toon@moene.indiv.nluug.nl>
6453
6454 * optabs.c (complex_part_zero_p): New.
6455 * (expand_cmplxdiv_straight): Use it.
6456 * (expand_cmplxdiv_wide): Ditto.
6457 * (expand_binop): Ditto.
6458
6459 2002-05-18 Richard Henderson <rth@redhat.com>
6460
6461 * final.c (HAVE_READONLY_DATA_SECTION): New.
6462 (shorten_branches): Use it instead of ifdefs.
6463 * varasm.c (enum in_section): Add in_readonly_data.
6464 (text_section, data_section): Tidy.
6465 (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
6466
6467 * config/darwin.h, config/nextstep.h, config/h8300/elf.h,
6468 config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h
6469 (READONLY_DATA_SECTION): Don't undef.
6470
6471 * config/alpha/unicosmk.h, config/h8300/elf.h, config/i386/aix386ng.h,
6472 config/i860/paragon.h, config/m68k/dpx2.h, config/m68k/hp320.h,
6473 config/rs6000/lynx.h (READONLY_DATA_SECTION_ASM_OP): Undef.
6474
6475 * config/elfos.h, config/svr3.h, config/alpha/alpha-interix.h,
6476 config/alpha/elf.h, config/c4x/c4x.h, config/i386/i386-interix.h,
6477 config/i386/sco5.h, config/i386/svr3gas.h, config/i860/sysv3.h,
6478 config/m88k/m88k.h, config/pa/pa64-hpux.h (USE_CONST_SECTION): Remove.
6479
6480 * config/elfos.h, config/netware.h, config/alpha/alpha-interix.h,
6481 config/alpha/elf.h, config/alpha/vms.h, config/arc/arc.h,
6482 config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
6483 config/i386/dgux.h, config/i386/i386-interix.h, config/i386/sco5.h,
6484 config/ia64/hpux.h, config/m32r/m32r.h, config/m68k/tower-as.h,
6485 config/m88k/m88k.h, config/mcore/mcore-pe.h, config/mips/iris6.h,
6486 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa64-hpux.h,
6487 config/sparc/sysv4.h (READONLY_DATA_SECTION_ASM_OP): Rename from
6488 CONST_SECTION_ASM_OP/READONLY_SECTION_ASM_OP/RDATA_SECTION_ASM_OP.
6489
6490 * config/elfos.h, config/netware.h, config/1750a/1750a.h,
6491 config/a29k/a29k.h, config/alpha/alpha-interix.h, config/alpha/alpha.h,
6492 config/arm/coff.h, config/h8300/h8300.h, config/i386/aix386ng.h,
6493 config/i386/i386-interix.h, config/i386/osfrose.h, config/mmix/mmix.h,
6494 config/pa/pa64-hpux.h, config/sparc/litecoff.h
6495 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
6496
6497 * config/elfos.h, config/netware.h, config/svr3.h,
6498 config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
6499 config/arm/coff.h, config/c4x/c4x.h, config/dsp16xx/dsp16xx.h,
6500 config/h8300/h8300.h, config/i386/i386-interix.h,
6501 config/i386/osfrose.h, config/i386/svr3gas.h, config/mmix/mmix.h,
6502 config/pa/pa64-hpux.h (READONLY_DATA_SECTION): Remove.
6503
6504 * config/elfos.h, config/netware.h, config/svr3.h,
6505 config/alpha/alpha-interix.h, config/alpha/alpha.h, config/alpha/elf.h,
6506 config/c4x/c4x.h, config/i386/aix386ng.h, config/i386/i386-interix.h,
6507 config/i386/sco5.h, config/i386/svr3gas.h, config/mmix/mmix.h,
6508 config/pa/pa64-hpux.h (CONST_SECTION_FUNCTION): Remove.
6509
6510 * config/lynx.h, config/svr3.h, config/alpha/elf.h, config/alpha/vms.h,
6511 config/c4x/c4x.h, config/dsp16xx/dsp16xx.h, config/i386/sco5.h,
6512 config/i386/svr3gas.h, config/i860/sysv3.h, config/i860/sysv4.h,
6513 config/ia64/sysv4.h, config/m32r/m32r.h, config/m88k/m88k.h,
6514 config/mcore/mcore-elf.h, config/mcore/mcore-pe.h, config/mips/elf.h,
6515 config/mips/elf64.h, config/mips/iris6.h, config/mips/linux.h,
6516 config/mips/mips.h, config/mips/rtems64.h, config/mips/vxworks.h,
6517 config/rs6000/sysv4.h, config/v850/v850.h
6518 (EXTRA_SECTIONS): Remove in_const/in_rdata.
6519 (EXTRA_SECTION_FUNCTIONS): Remove accompanying function.
6520
6521 * config/svr3.h, config/c4x/c4x.h, config/i386/dgux.h,
6522 config/i386/sco5.h, config/i386/svr3gas.h, config/ia64/aix.h,
6523 config/m88k/dgux.h, config/mcore/mcore-pe.h, config/mmix/mmix.h,
6524 config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
6525 * config/alpha/alpha.c (alpha_start_function): Likewise.
6526 (alpha_write_linkage): Likewise.
6527 * config/m32r/m32r.c (m32r_select_section): Likewise.
6528 * config/m88k/m88k.c (m88k_select_section): Likewise.
6529 * config/mips/mips.c (mips_select_rtx_section): Likewise.
6530 * config/rs6000/rs6000.c (rs6000_select_rtx_section): Likewise.
6531 (rs6000_elf_select_section): Likewise.
6532 * config/v850/v850.c (v850_select_section): Likewise.
6533
6534 * config/1750a/1750a.h, config/i860/sysv3.h
6535 (READONLY_DATA_SECTION_ASM_OP): New.
6536 READONLY_DATA_SECTION_ASM_OP.
6537 * config/i386/interix.c, config/i386/winnt.c
6538 (i386_pe_unique_section): Always use .rdata prefix.
6539 * config/pa/som.h (readonly_data): Always switch to read-only section.
6540 (READONLY_DATA_SECTION): Predicate on flag_pic.
6541 * config/we32k/we32k.h (READONLY_DATA_SECTION): Remove parenthesis.
6542 * doc/tm.texi (READONLY_DATA_SECTION_ASM_OP): New.
6543 (READONLY_DATA_SECTION): Update.
6544
6545 2002-05-18 Jason Thorpe <thorpej@wasabisystems.com>
6546
6547 * c-common.c (c_common_post_options): Warn if -Wformat-zero-length
6548 is used without -Wformat.
6549 * c-common.h (warn_format_zero_length): Declare extern.
6550 * c-decl.c (warn_options): Add "format-zero-length".
6551 * c-format.c (warn_format_zero_length): Declare.
6552 (set_Wformat): Set warn_format_zero_length for -Wformat.
6553 (check_format_info): Only warn about zero-length formats if
6554 warn_format_zero_length is true. Include the format type
6555 name in the warning message.
6556 * doc/invoke.texi: Document -Wformat-zero-length.
6557 * testsuite/gcc.dg/format/zero-length-1.c: New test.
6558
6559 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
6560
6561 * timevar.c: Fix formatting.
6562 * tlink.c: Likewise.
6563 * toplev.c: Likewise.
6564 * tree-dump.c: Likewise.
6565 * tree-inline.c: Likewise.
6566
6567 2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk>
6568
6569 * cppinit.c (cpp_post_options): If preprocessed, turn off
6570 traditional. If traditional, turn off column numbers.
6571 * cpplib.c (cpp_push_buffer): Lex from stage 3 if traditional.
6572 * cpptrad.c (handle_newline): Update line_base.
6573 (skip_comment): Handle -Wcomment.
6574
6575 2002-05-17 Zack Weinberg <zack@codesourcery.com>
6576
6577 * cppinit.c (struct builtin): Remove unused fields.
6578 (CPLUS, BUILTIN, OPERATOR, O, builtin_array_end): Kill.
6579 (operator_array): New - was second half of builtin_array.
6580 (init_builtins): Simplify loop over builtin_array/operator_array.
6581
6582 2002-05-18 Neil Booth <neil@daikokuya.demon.co.uk>
6583
6584 * defaults.h (UNIQUE_SECTION): Remove.
6585 * system.h (UNIQUE_SECTION, SELECT_SECTION): Poison.
6586
6587 2002-05-17 Richard Henderson <rth@redhat.com>
6588
6589 * expr.c (init_expr_once): Don't use start/end_sequence.
6590 Use rtx_alloc instead of emit_insn.
6591 * toplev.c (lang_dependent_init): Run init_expr_once here ...
6592 (lang_independent_init): ... not here.
6593
6594 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
6595
6596 * config/sh/lib1funcs.asm (GLOBAL): Use __USER_LABEL_PREFIX__.
6597
6598 2002-05-17 Marek Michalkiewicz <marekm@amelek.gda.pl>
6599
6600 * config/avr/avr.c (avr_regs_to_save): New function. Also check
6601 for fixed registers, possibly used for global register variables.
6602 (initial_elimination_offset, avr_output_function_prologue,
6603 avr_output_function_epilogue): Move common code to avr_regs_to_save.
6604
6605 2002-05-17 Neil Booth <neil@daikokuya.demon.co.uk>
6606
6607 * Makefile.in: Update for cpptrad.c.
6608 * cpphash.h (struct cpp_buffer): New members for buffer
6609 overlays.
6610 (struct cpp_reader): New members for traditional output.
6611 (_cpp_read_logical_line, _cpp_overlay_buffer): New.
6612 * cppinit.c (cpp_create_reader): Set trad_line.
6613 (cpp_destroy): Free trad_out_base if used.
6614 (cpp_read_main_file): Overlay an empty buffer if traditional.
6615 (cpp_finish_options): Don't do builtins.
6616 (COMMAND_LINE_OPTIONS): Add -traditional-cpp.
6617 (cpp_handle_option): Handle it.
6618 * cpplex.c (continue_after_nul): New.
6619 (_cpp_lex_direct): Use handle_nul.
6620 * cpplib.h (struct cpp_options): New traditional option.
6621 * cpptrad.c: New file.
6622
6623 2002-05-17 Neil Booth <neil@daikokuya.demon.co.uk>
6624
6625 * c-common.c (c_common_init_options): Use C89 for Objective-C,
6626 and set the options flag.
6627 * cppinit.c (lang_flags): Remove objc.
6628 (lang_defaults): Remove OBJC and OBJCXX.
6629 (set_lang): Update.
6630 (COMMAND_LINE_OPTIONS): Remove -+ and -lang-objc++.
6631 (cpp_handle_option): Remove -+ and -lang-objc++.
6632 For ObjC, just set a flag.
6633 (print_help): Update.
6634 * cpplib.h (enum c_lang): Remove CLK_OBJC and CLK_OBJCXX.
6635
6636 2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6637
6638 * doc/install.texi (Specific, mips-sgi-irix6): Document need to
6639 bootstrap with -mips3.
6640
6641 2002-05-17 Kazu Hirata <kazu@cs.umass.edu>
6642
6643 * final.c: Fix formatting.
6644 * fix-header.c: Likewise.
6645 * flow.c: Likewise.
6646 * fold-const.c: Likewise.
6647 * function.c: Likewise.
6648
6649 2002-05-17 David S. Miller <davem@redhat.com>
6650
6651 PR c/6689, PR optimization/6615
6652 * local-alloc.c (struct equivalence): Rename 'src' to 'src_p'
6653 and make it a pointer to rtx. Update comments.
6654 (update_equiv_regs): When scanning for equivalences, record
6655 address of SET_SRC (set) in reg_equiv[].src_p. Dereference
6656 it while making the equiv replacements.
6657
6658 2002-05-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6659
6660 * config/sparc/sparc.c (sparc_aout_select_section): Fixed typo.
6661
6662 2002-05-17 kaz Kojima <kkojima@rr.iij4u.or.jp>
6663
6664 * config/sh/sh.h (ENCODE_SECTION_INFO): Consider MODULE_LOCAL_P
6665 when encoding visibility into SYMBOL_REF_FLAG.
6666
6667 2002-05-17 Richard Sandiford <rsandifo@redhat.com>
6668
6669 * expr.c (force_operand): Fix reversed move.
6670
6671 2002-05-17 Kurt Wall <kwall@kurtwerks.com>
6672
6673 * doc/install.texi (Testing): Mention two common DejaGnu warnings
6674 that can be ignored.
6675
6676 2002-05-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6677
6678 * doc/install.texi (Final install): Recommend to install into a
6679 "clean" target directory.
6680
6681 2002-05-17 Richard Henderson <rth@redhat.com>
6682
6683 * config/ia64/ia64.md: Use braced strings instead of quoted strings
6684 for code blocks. Tidy whitespace.
6685
6686 2002-05-17 Richard Henderson <rth@redhat.com>
6687
6688 * hooks.c (hook_tree_bool_false): New.
6689 * hooks.h: Declare it.
6690 * target-def.h (TARGET_ASM_SELECT_SECTION): New.
6691 (TARGET_ASM_UNIQUE_SECTION, TARGET_IN_SMALL_DATA_P): New.
6692 * target.h (select_section, unique_section): New.
6693 (in_small_data_p): New.
6694 * varasm.c (resolve_unique_section): Use hooks instead of macros.
6695 (variable_section, output_constant_def_contents): Likewise.
6696 (default_select_section, default_unique_section): New.
6697 (categorize_decl_for_section, default_elf_select_section): New.
6698 * output.h: Declare them.
6699
6700 * config/darwin.h (ALIAS_SECTION, try_section_alias): Remove.
6701 (TARGET_ASM_SELECT_SECTION): New.
6702 (SELECT_SECTION): Move ...
6703 * config/darwin.c (machopic_select_section): ... here.
6704 * config/darwin-protos.h: Update.
6705
6706 * config/nextstep.h (TARGET_ASM_SELECT_SECTION): New.
6707 (SELECT_SECTION): Move ...
6708 * config/nextstep.c (nextstep_select_section): ... here.
6709 * config/nextstep-protos.h: Update.
6710
6711 * config/elfos.h (UNIQUE_SECTION, SELECT_SECTION): Remove.
6712 (TARGET_ASM_SELECT_SECTION): New.
6713 * config/svr3.h (SELECT_SECTION): Remove.
6714
6715 * config/alpha/alpha.c (unicosmk_unique_section): Make static.
6716 (TARGET_ASM_UNIQUE_SECTION) [UNICOS]: New.
6717 (TARGET_IN_SMALL_DATA_P, alpha_in_small_data_p): New.
6718 (alpha_encode_section_info): Use it.
6719 * config/alpha/alpha-protos.h: Update.
6720 * config/alpha/elf.h (DO_SELECT_SECTION): Remove.
6721 (SELECT_SECTION, UNIQUE_SECTION): Remove.
6722 (TARGET_ASM_SELECT_SECTION): New.
6723 * config/alpha/unicosmk.h (UNIQUE_SECTION): Remove.
6724
6725 * config/arm/pe.h (UNIQUE_SECTION): Remove.
6726 (TARGET_ASM_UNIQUE_SECTION): New.
6727
6728 * config/avr/avr.c (TARGET_ASM_UNIQUE_SECTION): New.
6729 (avr_unique_section): Rename from unique_section; make static.
6730 * config/avr/avr-protos.h: Update.
6731 * config/avr/avr.h (UNIQUE_SECTION): Remove.
6732
6733 * config/c4x/c4x.h (SELECT_SECTION): Remove.
6734
6735 * config/i386/cygwin.h (UNIQUE_SECTION): Remove.
6736 (TARGET_ASM_UNIQUE_SECTION): New.
6737 * config/i386/i386-interix.h: Likewise.
6738 * config/i386/win32.h: Likewise.
6739 * config/i386/djgpp.h (UNIQUE_SECTION): Remove.
6740 * config/i386/i386.c (ix86_asm_file_end): Use target hook not macro.
6741 * config/i386/sco5.h (SELECT_SECTION): Remove.
6742 (TARGET_ASM_SELECT_SECTION): New.
6743 * config/i386/svr3gas.h (SELECT_SECTION): Remove.
6744
6745 * config/i860/paragon.h: Undef TARGET_ASM_SELECT_SECTION
6746 instead of SELECT_SECTION.
6747 * config/m68k/dpx2.h: Likewise.
6748 * config/rs6000/lynx.h: Likewise.
6749
6750 * config/ia64/aix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
6751 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
6752 * config/ia64/ia64.c (TARGET_IN_SMALL_DATA_P): New.
6753 (ia64_in_small_data_p): New.
6754 (ia64_encode_section_info): Use it. Reorganize overlarge conditional.
6755 (ia64_aix_select_section, ia64_aix_unique_section): New.
6756 * config/ia64/sysv4.h (DO_SELECT_SECTION): Remove.
6757 (SELECT_SECTION, UNIQUE_SECTION): Remove.
6758
6759 * config/m32r/m32r.h (SELECT_SECTION): Remove.
6760 (TARGET_ASM_SELECT_SECTION): New.
6761 * config/m32r/m32r.c (m32r_select_section): Take align argument.
6762 * config/m32r/m32r-protos.h: Update.
6763
6764 * config/m88k/m88k.h (TARGET_ASM_SELECT_SECTION): New.
6765 (SELECT_SECTION): Move ...
6766 * config/m88k/m88k.c (m88k_select_section): ... here.
6767
6768 * config/mcore/mcore-pe.h (SELECT_SECTION): Remove.
6769 * config/mcore/mcore.h (UNIQUE_SECTION): Remove.
6770 * config/mcore/mcore.c (TARGET_ASM_UNIQUE_SECTION): New.
6771 (mcore_unique_section): Make static.
6772 * config/mcore/mcore-protos.h: Update.
6773
6774 * config/mips/elf.h (UNIQUE_SECTION): Remove.
6775 (TARGET_ASM_UNIQUE_SECTION): New.
6776 * config/mips/elf64.h: Likewise.
6777 * config/mips/iris6gld.h: Likewise.
6778 * config/mips/linux.h: Likewise.
6779 * config/mips/mips-protos.h: Update.
6780 * config/mips/mips.c (mips_select_section): Add align argument.
6781 * config/mips/mips.h (SELECT_SECTION): Remove.
6782 (TARGET_ASM_SELECT_SECTION): New.
6783
6784 * config/mmix/mmix.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
6785 * config/mmix/mmix.c (mmix_select_section): Remove.
6786 (mmix_unique_section): Remove.
6787 * config/mmix/mmix-protos.h: Update.
6788
6789 * config/pa/pa.h (TARGET_ASM_SELECT_SECTION): New.
6790 (SELECT_SECTION): Move ...
6791 * config/pa/pa.c (pa_select_section): ... here.
6792 * config/pa/pa64-hpux.h (UNIQUE_SECTION): Remove.
6793
6794 * config/rs6000/rs6000.c (rs6000_elf_select_section): Rename
6795 from rs6000_select_section and make static.
6796 (rs6000_elf_unique_section): Similarly.
6797 (rs6000_xcoff_select_section): From xcoff.h.
6798 (rs6000_xcoff_unique_section): Likewise.
6799 * config/rs6000/rs6000-protos.h: Update.
6800 * config/rs6000/sysv4.h (SELECT_SECTION, UNIQUE_SECTION): Remove.
6801 (TARGET_ASM_SELECT_SECTION, TARGET_ASM_UNIQUE_SECTION): New.
6802 * config/rs6000/xcoff.h: Likewise.
6803
6804 * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): New.
6805 (SELECT_SECTION): Move ...
6806 * config/sparc/sparc.c (sparc_aout_select_section): ... here.
6807
6808 * config/v850/v850.h (SELECT_SECTION): Move ...
6809 * config/v850/v850.c (v850_select_section): ... here.
6810 (TARGET_ASM_SELECT_SECTION): New.
6811
6812 * config/vax/vms.h (SELECT_SECTION): Move ...
6813 * config/vax/vax.c (vms_select_section): ... here.
6814 (TARGET_ASM_SELECT_SECTION): New.
6815
6816 * doc/tm.texi: Update SELECT_SECTION and UNIQUE_SECTION docs
6817 for the target hooks.
6818
6819 2002-05-17 Nick Clifton <nickc@cambridge.redhat.com>
6820
6821 * config/arm/arm.c (emit_multi_reg_push): Do not set
6822 RTX_FRAME_RELATED_P on the SEQUENCE.
6823
6824 2002-05-16 Richard Henderson <rth@redhat.com>
6825
6826 * config/ia64/ia64.c (ia64_reorg): Rebuild bb_for_insn before
6827 splitting. Use split_all_insns; update_life_info_in_dirty_blocks.
6828
6829 2002-05-16 Richard Henderson <rth@redhat.com>
6830
6831 * config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
6832
6833 * config/ia64/ia64.c (saveable_obstack): Do not declare.
6834
6835 2002-05-16 Richard Henderson <rth@redhat.com>
6836
6837 * basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,
6838 cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
6839 conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
6840 gcse.c, global.c, graph.c, haifa-sched.c, ifcvt.c, lcm.c,
6841 local-alloc.c, loop.c, predict.c, print-rtl.c, profile.c,
6842 recog.c, reg-stack.c, regclass.c, regmove.c, regrename.c,
6843 reload1.c, reorg.c, resource.c, sbitmap.c, sched-deps.c,
6844 sched-ebb.c, sched-rgn.c, sibcall.c, ssa-ccp.c, ssa-dce.c, ssa.c:
6845 Revert "Basic block renumbering removal", and two followup patches.
6846
6847 2002-05-16 Jason Thorpe <thorpej@wasabisystems.com>
6848
6849 * lcm.c (optimize_mode_switching): Revert previous change.
6850
6851 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6852
6853 * sched-rgn.c (schedule_insns): Initialize large_region_blocks
6854 with only extant block numbers.
6855
6856 2002-05-16 Jason Thorpe <thorpej@wasabisystems.com>
6857
6858 * lcm.c (optimize_mode_switching): Fix typo.
6859
6860 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6861
6862 * flow.c (calculate_global_regs_live): Queue blocks in program order.
6863
6864 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6865
6866 * doc/install.texi (Configuration): Document PWDCMD.
6867
6868 2002-05-16 Dale Johannesen <dalej@apple.com>
6869
6870 * combine.c (cant_combine_insn_p): Reenable combinations
6871 involving hard regs unless CLASS_LIKELY_SPILLED_P.
6872
6873 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
6874
6875 * c-common.c (cb_register_builtins): Handle more built-ins
6876 here rather than in gcc.c specs.
6877 * gcc.c (cpp_unique_options): Move many built-ins to c-common.c.
6878 (cpp_options): Pass -O flags even when only preprocessing.
6879 * toplev.c (set_fast_math_flags): New prototype.
6880 (fast_math_flags_set_p): New.
6881 (set_no_fast_math_flags): Remove.
6882 (decode_f_option): Update.
6883 * toplev.h (set_fast_math_flags): Update.
6884 (fast_math_flags_set_p): New.
6885 (set_no_fast_math_flags): Remove.
6886 config:
6887 * c4x/c4x.c (c4x_override_options): Update.
6888
6889 2002-05-16 Zack Weinberg <zack@codesourcery.com>
6890
6891 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
6892 Default-define here.
6893 (builtin_define_with_value): Can now wrap the expansion in
6894 quotation marks if such is wanted.
6895 (cb_register_builtins): Update calls to builtin_define_with_value.
6896 Define __REGISTER_PREFIX__, __USER_LABEL_PREFIX__, and __VERSION__
6897 here.
6898 (c_common_init): Set options->stdc_0_in_system_headers.
6899 * c-lex.h: Update prototype of builtin_define_with_value.
6900 * cppdefault.h: Remove default definitions of USER_LABEL_PREFIX
6901 and REGISTER_PREFIX.
6902
6903 * cppinit.c (VERS, ULP, C, X): Kill.
6904 (builtin_array): Remove entries for __VERSION__,
6905 __USER_LABEL_PREFIX__, __REGISTER_PREFIX__, and
6906 __HAVE_BUILTIN_SETJMP__. Make __STDC__ always a builtin, not
6907 a constant.
6908 (init_builtins): Kill off a bunch of now-dead code.
6909 (COMMAND_LINE_OPTIONS): Remove -fleading-underscore and
6910 -fno-leading-underscore.
6911 (cpp_handle_option): Remove code to set user_label_prefix.
6912 (cpp_post_options): Likewise.
6913
6914 * cpplib.h (struct cpp_options): Remove user_label_prefix.
6915 (stdc_0_in_system_headers): New.
6916 * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile,
6917 stdc_0_in_system_headers) too to decide the value of __STDC__.
6918
6919 * tradcpp.c (user_label_prefix): Kill.
6920 (main): Remove code handling -f(no-)leading-underscore.
6921 (initialize_builtins): Don't define __REGISTER_PREFIX__
6922 or __USER_LABEL_PREFIX__.
6923 (install_value): Wrap compound statement in dummy loop so the
6924 macro works properly in an if statement.
6925
6926
6927 2002-05-16 Janis Johnson <janis187@us.ibm.com>
6928
6929 * loop.h (struct loop_info): Add member has_prefetch.
6930 * loop.c (PREFETCH_CONDITIONAL): Change default to 1.
6931 (prescan_loop): Initialize has_prefetch.
6932 (struct prefetch_info): Change prefetch_in_loop and
6933 prefetch_before_loop from bit fields to ints.
6934 (emit_prefetch_instructions): Several small fixes.
6935 (check_dbra_loop): Don't reverse loop that uses prefetch.
6936
6937 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6938
6939 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6940 * configure.in: Likewise.
6941 * fixinc/check.tpl: Likewise.
6942 * fixinc/fixinc.dgux: Likewise.
6943 * fixinc/fixinc.svr4: Likewise.
6944 * fixinc/fixinc.winnt: Likewise.
6945 * fixinc/fixincl.sh: Likewise.
6946 * fixproto: Likewise.
6947 * configure: Regenerate.
6948
6949 2002-05-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6950
6951 Basic block renumbering removal:
6952 * basic_block.h (struct basic_block_def): Renamed index to sindex,
6953 added prev_bb and next_bb fields.
6954 (n_basic_blocks): Renamed to num_basic_blocks.
6955 (last_basic_block): New, index of last basic block.
6956 (FOR_BB_BETWEEN, FOR_ALL_BB, FOR_ALL_BB_REVERSE): New macros for
6957 traversing basic block chain.
6958 (BLOCK_NUM): index -> sindex.
6959 (create_basic_block_structure, create_basic_block): Declaration changed.
6960 (debug_num2bb): Declare.
6961 (expunge_block_nocompact): Declaration removed.
6962 (link_block, unlink_block, compact_blocks): Declare.
6963 * bb-reorder.c (make_reorder_chain, make_reorder_chain_1): Modified.
6964 * cfg.c (entry_exit_blocks): Initialize new fields.
6965 (clear_edges, alloc_block, expunge_block, cached_make_edge,
6966 redirect_edge_pred, dump_flow_info, dump_edge_info,
6967 alloc_aux_for_blocks, clear_aux_for_blocks, alloc_aux_for_edges,
6968 free_aux_for_edges): Modified.
6969 (link_block, unlink_block, compact_blocks, debug_num2bb): New.
6970 (expunge_block_nocompact): Removed.
6971 * cfganal.c (can_fallthru, mark_dfs_back_edges, flow_call_edges_add,
6972 find_unreachable_blocks, create_edge_list, print_edge_list,
6973 verify_edge_list, flow_edge_list_print, remove_fake_successors,
6974 remove_fake_edges, flow_reverse_top_sort_order_compute,
6975 flow_depth_first_order_compute, flow_preorder_transversal_compute,
6976 flow_dfs_compute_reverse_init, flow_dfs_compute_reverse_add_bb,
6977 flow_dfs_compute_reverse_execute): Modified.
6978 * cfgbuild.c (make_edges, make_eh_edge, find_basic_blocks_1,
6979 find_basic_blocks, find_many_sub_basic_blocks, find_sub_basic_blocks):
6980 Modified.
6981 * cfgcleanup.c (try_simplify_condjump, try_forward_edges,
6982 merge_blocks_move_predecessor_nojumps,
6983 merge_blocks_move_successor_nojumps, merge_blocks,
6984 outgoing_edges_match, try_crossjump_to_edge, try_crossjump_bb,
6985 try_optimize_cfg, delete_unreachable_blocks, cleanup_cfg): Modified.
6986 * cfglayout.c (skip_insns_after_block, label_for_bb,
6987 record_effective_endpoints, scope_to_insns_finalize,
6988 fixup_reorder_chain, verify_insn_chain, cleanup_unconditional_jumps,
6989 fixup_fallthru_exit_predecessor, cfg_layout_redirect_edge,
6990 cfg_layout_duplicate_bb): Modified.
6991 * cfgloop.c (flow_loops_cfg_dump, flow_loop_dump, flow_loops_dump,
6992 flow_loop_entry_edges_find, flow_loop_exit_edges_find,
6993 flow_loop_nodes_find, flow_loop_pre_header_find, flow_loop_scan,
6994 flow_loops_find, flow_loop_outside_edge_p): Modified.
6995 * cfgrtl.c (create_basic_block_structure, create_basic_block,
6996 flow_delete_block, compute_bb_for_insn, split_block,
6997 try_redirect_by_replacing_jump, redirect_edge_and_branch,
6998 force_nonfallthru_and_redirect, tidy_fallthru_edge,
6999 back_edge_of_syntactic_loop_p, split_edge, commit_one_edge_insertion,
7000 commit_edge_insertions, commit_edge_insertions_watch_calls,
7001 dump_bb, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
7002 purge_all_dead_edges): Modified.
7003 * combine.c (combine_instructions, set_nonzero_bits_and_sign_copies,
7004 try_combine, nonzero_bits, num_sign_bit_copies, get_last_value_validate,
7005 get_last_value, reg_dead_at_p, distribute_notes, distribute_links):
7006 Modified.
7007 * conflict.c (conflict_graph_compute): Modified.
7008 * df.c (FOR_ALL_BBS): Removed.
7009 (df_bitmaps_alloc, df_bitmaps_free, df_alloc, df_analyse_1,
7010 df_modified_p, df_analyse, df_refs_unlink, df_insn_modify,
7011 df_dump, hybrid_search_bitmap, iterative_dataflow_sbitmap): Modified.
7012 * df.h (DF_BB_INFO, DF_REF_BBNO): Modified.
7013 * dominance.c (init_dom_info, calc_dfs_tree_nonrec, calc_dfs_tree,
7014 calc_idoms, idoms_to_doms, calculate_dominance_info): Modified.
7015 * final.c (compute_alignments, final_scan_insn): Modified.
7016 * flow.c (verify_local_live_at_start, update_life_info,
7017 update_life_info_in_dirty_blocks, free_basic_block_vars,
7018 delete_noop_moves, calculate_global_regs_live,
7019 initialize_uninitialized_subregs, allocate_bb_life_data,
7020 regno_uninitialized, regno_clobbered_at_setjmp, mark_set_1,
7021 mark_used_reg, count_or_remove_death_notes): Modified.
7022 * function.c (thread_prologue_and_epilogue_insns): Modified.
7023 * gcse.c (struct null_pointer_info): Change typo of current_block
7024 to basic_block.
7025 (gcse_main, alloc_gcse_mem, compute_local_properties, compute_sets,
7026 oprs_unchanged_p, load_killed_in_block_p, record_last_reg_set_info,
7027 compute_hash_table, alloc_rd_mem, handle_rd_kill_set, compute_kill_rd,
7028 alloc_avail_expr_mem, expr_killed_p, compute_ae_kill,
7029 expr_reaches_here_p_work, expr_reaches_here_p, handle_avail_expr,
7030 classic_gcse, one_classic_gcse_pass, compute_transp, cprop,
7031 one_cprop_pass, compute_pre_data, pre_expr_reaches_here_p_work,
7032 pre_expr_reaches_here_p, insert_insn_end_bb, pre_edge_insert,
7033 pre_delete, one_pre_gcse_pass, compute_transpout,
7034 invalidate_nonnull_info, delete_null_pointer_checks_1,
7035 free_code_hoist_mem, compute_code_hoist_vbeinout,
7036 hoist_expr_reaches_here_p, hoist_code, one_code_hoisting_pass,
7037 compute_ld_motion_mems, store_ops_ok, find_moveable_store,
7038 compute_store_table, build_store_vectors, insert_insn_start_bb,
7039 insert_store, replace_store_insn, free_store_memory, store_motion):
7040 Modified.
7041 * global.c (global_alloc, global_conflicts, mark_elimination,
7042 build_insn_chain): Modified.
7043 * graph.c (print_rtl_graph_with_bb): Modified.
7044 * haifa-sched.c (sched_init): Modified.
7045 * ifcvt.c (SET_ORIG_INDEX, ORIG_INDEX): Removed.
7046 (find_if_block, find_cond_trap, find_if_case_1, find_if_case_2,
7047 if_convert): Modified.
7048 * lcm.c (compute_antinout_edge, compute_earliest, compute_laterin,
7049 compute_insert_delete, pre_edge_lcm, compute_available,
7050 compute_farthest, compute_nearerout, compute_rev_insert_delete,
7051 pre_edge_rev_lcm, make_preds_opaque, optimize_mode_switching):
7052 Modified.
7053 * local-alloc.c (alloc_qty, local_alloc, update_equiv_regs): Modified.
7054 * loop.c (loop_dump_aux): Modified.
7055 * predict.c (combine_predictions_for_insn, estimate_probability,
7056 last_basic_block_p, process_note_prediction, process_note_predictions,
7057 note_prediction_to_br_prob, propagate_freq, counts_to_freqs,
7058 expensive_function_p, estimate_bb_frequencies,
7059 compute_function_frequency): Modified.
7060 * print-rtl.c (print_rtx): Modified.
7061 * profile.c (GCOV_INDEX_TO_BB, BB_TO_GCOV_INDEX, instrument_edges,
7062 get_exec_counts, compute_branch_probabilities, compute_checksum,
7063 branch_prob, find_spanning_tree): Modified.
7064 * recog.c (split_all_insns, peephole2_optimize): Modified.
7065 * reg-stack.c (reg_to_stack, convert_regs_entry, compensate_edge,
7066 convert_regs_1, convert_regs_2, convert_regs): Modified.
7067 * regclass.c (scan_one_insn, regclass): Modified.
7068 * regmove.c (mark_flags_life_zones, regmove_optimize,
7069 combine_stack_adjustments): Modified.
7070 * regrename.c (regrename_optimize, copyprop_hardreg_forward): Modified.
7071 * reload1.c (reload, reload_combine, copy_eh_notes): Modified.
7072 * reorg.c (dbr_schedule): Modified.
7073 * resource.c (find_basic_block, init_resource_info): Modified.
7074 * sbitmap.c (sbitmap_intersection_of_succs,
7075 sbitmap_intersection_of_preds, sbitmap_union_of_succs,
7076 sbitmap_union_of_preds): Modified.
7077 * sched-deps.c (init_dependency_caches): Modified.
7078 * sched-ebb.c (schedule_ebbs): Modified.
7079 * sched-rgn.c (is_cfg_nonregular, build_control_flow, debug_regions,
7080 find_rgns, compute_trg_info, init_regions, schedule_insns): Modified.
7081 * sibcall.c (optimize_sibling_and_tail_recursive_call): Modified.
7082 * ssa-ccp.c (examine_flow_edges, optimize_unexecutable_edges,
7083 ssa_ccp_substitute_constants, ssa_ccp_df_delete_unreachable_insns,
7084 ssa_const_prop): Modified.
7085 * ssa-dce.c (set_control_dependent_block_to_edge_map_,
7086 find_control_dependence, find_pdom, ssa_eliminate_dead_code): Modified.
7087 * ssa.c (remove_phi_alternative, find_evaluations,
7088 compute_dominance_frontiers_1, compute_iterated_dominance_frontiers,
7089 insert_phi_node, rename_block, convert_to_ssa, eliminate_phi,
7090 make_regs_equivalent_over_bad_edges,
7091 make_equivalent_phi_alternatives_equival,
7092 compute_conservative_reg_partition,
7093 coalesce_regs_in_successor_phi_nodes, compute_coalesced_reg_partition,
7094 rename_equivalent_regs, convert_from_ssa, for_each_successor_phi):
7095 Modified.
7096
7097 2002-05-16 Mark Mitchell <mark@codesourcery.com>
7098
7099 * cfgrtl.c (purge_dead_edges): Correct handling of EDGE_EH.
7100
7101 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
7102
7103 * config/arm/arm.c (arm_rtx_costs): Check for RTX being a
7104 SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
7105 (arm_adjust_cost): Check for RTX being a SYMBOL_REF before
7106 calling CONSTANT_POOL_ADDRESS_P.
7107 * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Fix typo in code
7108 to decide whether to define __arm__ or __thumb.
7109 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Check for RTX being a
7110 SYMBOL_REF before calling CONSTANT_POOL_ADDRESS_P.
7111
7112 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
7113
7114 * config/arc/arc.h (CPP_PREDEFINES): Remove.
7115 (CPP_SPEC): Update.
7116 (TARGET_CPU_CPP_BUILTINS): New.
7117
7118 2002-05-16 Neil Booth <neil@daikokuya.demon.co.uk>
7119
7120 * cpphash.h (cpp_macro): Move here, and make expansion a union.
7121 * cppmacro.c (cpp_macro): Remove.
7122 (enter_macro_context, replace_args, warn_of_redefinition,
7123 _cpp_create_definition, cpp_macro_definition): Update.
7124
7125 2002-05-16 Jason Merrill <jason@redhat.com>
7126
7127 * config/mips/mips.c (mips_output_external): Don't do sdata
7128 optimization for a variable with DECL_COMDAT set.
7129
7130 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
7131
7132 * config/rs6000/altivec.h: Cleanups for tighter typechecking.
7133 Cleanups for accepting modifiers on pointers.
7134 Fix predicate typos.
7135 Allow long pointers as well as int pointers.
7136
7137 2002-05-15 Richard Henderson <rth@redhat.com>
7138
7139 * varasm.c (merge_weak): Remove special case for extern and common.
7140
7141 2002-05-15 Matt Hiller <hiller@redhat.com>
7142
7143 * testsuite/gcc.c-torture/compile/20000804-1.x: Don't return 1 if
7144 XFAILing.
7145 * testsuite/gcc.c-torture/compile/20001226-1.x: Ditto.
7146 * testsuite/gcc.c-torture/compile/920520-1.x: Ditto.
7147 * testsuite/gcc.c-torture/compile/mipscop-1.x: XFAIL for now.
7148 * testsuite/gcc.c-torture/compile/mipscop-2.x: Ditto.
7149 * testsuite/gcc.c-torture/compile/mipscop-3.x: Ditto.
7150 * testsuite/gcc.c-torture/compile/mipscop-4.x: Ditto.
7151
7152 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
7153
7154 * reload1.c (forget_old_reloads_1): Do not use subreg offset.
7155
7156 2002-05-15 Aldy Hernandez <aldyh@redhat.com>
7157
7158 * config/rs6000/rs6000.md ("altivec_mtvscr"): Set VSCR register.
7159 ("altivec_mfvscr"): Read from VSCR.
7160
7161 Add vscr sets for the following insns: altivec_vctuxs,
7162 altivec_vaddubs, altivec_vaddsbs, altivec_vadduhs,
7163 altivec_vaddshs, altivec_vadduws, altivec_vaddsws, altivec_vctsxs,
7164 altivec_vmhaddshs, altivec_vmhraddshs, altivec_vmsumuhs,
7165 altivec_vmsumshs, altivec_vpkuhss, altivec_vpkshss,
7166 altivec_vpkuwss, altivec_vpkswss, altivec_vpkuhus,
7167 altivec_vpkshus, altivec_vpkuwus, altivec_vpkswus,
7168 altivec_vsububs, altivec_vsubsbs, altivec_vsubuhs,
7169 altivec_vsubshs, altivec_vsubuws, altivec_vsubsws,
7170 altivec_vsum4ubs, altivec_vsum4sbs, altivec_vsum4shs,
7171 altivec_vsum2sws, altivec_vsumsws.
7172
7173 * config/rs6000/rs6000.h: Add VSCR fixed register.
7174 (CALL_REALLY_USED_REGISTERS): Add vscr.
7175 (CALL_USED_REGISTERS): Same.
7176 (FIXED_REGISTERS): Same.
7177 (REG_ALLOC_ORDER): Same.
7178 (reg_class): Add VSCR_REGS.
7179 (REG_CLASS_NAMES): Same.
7180 (REG_CLASS_CONTENTS): Same.
7181 (VSCR_REGNO): New.
7182 (REGISTER_NAMES): Add vscr.
7183 (DEBUG_REGISTER_NAMES): Same.
7184 (ADDITIONAL_REGISTER_NAMES): Same.
7185 (FIRST_PSEUDO_REGISTER): Increment.
7186 (CONDITIONAL_REGISTER_USAGE): Set VSCR as a global register.
7187
7188 2002-05-15 Jakub Jelinek <jakub@redhat.com>
7189
7190 * fold-const.c (fold): Fix a typo.
7191
7192 2002-05-15 Eric Botcazou <ebotcazou@multimania.com>
7193
7194 * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
7195 comparison against the highest or lowest integer value before
7196 the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
7197 transformation and that of an unsigned comparison against 0
7198 right after.
7199
7200 2002-05-15 Richard Henderson <rth@redhat.com>
7201
7202 * varasm.c (merge_weak): Error for any weakening after definition.
7203 Adjust weakening after use warning to catch more cases.
7204 (assemble_alias): Set TREE_USED and TREE_ASM_WRITTEN consistently.
7205 * config/alpha/alpha.c (alpha_encode_section_info): Do not abort.
7206
7207 Wed May 15 10:38:27 CEST 2002 Jan Hubicka <jh@suse.cz>
7208
7209 * invoke.texi (-malign-double): Re-add lost warning.
7210
7211 * i386-protos.h (x86_output_mi_thunk): Declare.
7212 * unix.h (ASM_OUTPUT_MI_THUNK): Move offline to ...
7213 * i386.c (x86_output_mi_thunk): ... here; handle 64bits.
7214
7215 * dwarf2out.c (output_call_frame_info): Do not skip unwind info
7216 when flag_asynchronous_unwind_tables is set.
7217
7218 * flags.h (flag_reorder_functions): Declare.
7219 * function.c (prepare_function_start): Initialize frequnecy.
7220 * params.def (HOT_BB_COUNT_FRACTION, HOT_BB_FREQUENCY_FRACTION): New.
7221 * Makefile.in (predict.o): Add dependency on target.h and params.h
7222 * defaults.h (HOT_TEXT_SECTION_NAME,
7223 UNLIKELY_EXECUTED_TEXT_SECTION_NAME): New macros.
7224 * predict.c (choose_function_section): New function.
7225 (estimate_bb_frequencies): Use it.
7226 * toplev.c (flag_reorder_functions): New global variable.
7227 (lang_independent_options): New.
7228 (parse_options_and_default_flags): Set.
7229 * varasm.c (assemble_start_function): Bypass functdion alignment
7230 for never executed functions.
7231 * invoke.texi (-freorder-blocks, -freorder-functions): Document.
7232 (param hot-bb-count-fraction, hot-bb-frequency-fraction): New.
7233 * tm.texi (HOT_TEXT_SECTION_NAME, UNLIKELY_EXECUTED_TEXT_SECTION_NAME):
7234 Document.
7235
7236 Thu Jan 3 21:52:09 CET 2002 Jan Hubicka <jh@suse.cz>
7237
7238 * predict.c: Inlude profile.h
7239 (MIN_COUNT): Rename to MIN_COUNT_FRACTION
7240 (maybe_hot_bb_p, probably_cold_bb_p, probably_never_executed_bb_p):
7241 Use the information about maximal counter in the program.
7242
7243 Thu Dec 20 22:14:00 CET 2001 Jan Hubicka <jh@suse.cz>
7244
7245 * basic-block.h (maybe_hot_bb_p, probably_cold_bb_p,
7246 probably_never_executed_bb_p): New functions.
7247 * cfgcleanup.c (outgoing_edges_match): Use them.
7248 * predict.c (MIN_COUNT, MIN_FREQUENCY): New macros.
7249 (maybe_hot_bb_p, probably_cold_bb_p,
7250 probably_never_executed_bb_p): New functions.
7251
7252 * function.h (function): Add new field function_frequency.
7253 * predict.c (compute_function_frequency): New function.
7254 (estimate_probability): Call it.
7255
7256 2002-03-09 Jakub Jelinek <jakub@redhat.com>
7257
7258 PR optimization/5172, optimization/5200
7259 * gcse.c (gcse_main): Disable store_motion.
7260
7261 2002-05-14 Zack Weinberg <zack@codesourcery.com>
7262
7263 * c-parse.in (MODIFIED_WCHAR_TYPE): New macro.
7264 (c_common_nodes_and_builtins): Use it.
7265 (builtin_define_with_value): New function.
7266 (cb_register_builtins): Define __SIZE_TYPE__,
7267 __PTRDIFF_TYPE__, __WCHAR_TYPE__, and __WINT_TYPE__ here,
7268 using builtin_define_with_value. Use consistent notation when
7269 defining __GXX_WEAK__.
7270 (WCHAR_TYPE_SIZE): Don't redefine.
7271 (combine_strings): Don't use WCHAR_TYPE_SIZE.
7272
7273 * cppdefault.h: Don't provide defaults for SIZE_TYPE,
7274 PTRDIFF_TYPE, WCHAR_TYPE, or WINT_TYPE.
7275 * cppinit.c (builtin_array): Remove entries for __SIZE_TYPE__ etc.
7276 * tradcpp.c (initialize_builtins): Likewise.
7277 * gcc.c (cpp_unique_options): Don't muck with __WCHAR_TYPE__.
7278
7279 * c-lex.h (builtin_define_with_value): Prototype.
7280 * system.h: Poison NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_WCHAR_TYPE,
7281 NO_BUILTIN_PTRDIFF_TYPE, and NO_BUILTIN_WINT_TYPE.
7282 * doc/tm.texi: Remove mention of NO_BUILTIN_SIZE_TYPE etc.
7283
7284 * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
7285 config/ia64/ia64.h, config/mips/dec-osf1.h, config/mips/iris6.h,
7286 config/mips/linux.h, config/mips/mips.h, config/mips/netbsd.h,
7287 config/mips/osfrose.h, config/mips/sni-svr4.h, config/rs6000/aix51.h,
7288 config/s390/linux.h, config/sh/sh.h, config/sh/sh64.h,
7289 config/sparc/linux64.h, config/sparc/netbsd-elf.h,
7290 config/sparc/sol2-bi.h, config/sparc/sparc.h:
7291 Do not define NO_BUILTIN_SIZE_TYPE etc. Remove all references
7292 to __SIZE_TYPE__ etc from all spec strings. When this makes
7293 extra specs empty, delete them.
7294
7295 2002-05-14 John David Anglin <dave@hiauly1.hia.nrc.ca>
7296
7297 * pa.c (override_options): Override TARGET_JUMP_IN_DELAY when scheduling
7298 for PA8000 or generating dwarf2 call frame information.
7299 (output_call): Remove DO_FRAME_NOTES check from return pointer
7300 optimization.
7301 (following_call): Return 0 when scheduling for PA8000 or generating
7302 dwarf2 call frame information. Revise comment.
7303
7304 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
7305
7306 config/alpha:
7307 * alpha.h (TARGET_CPU_CPP_BUILTINS): Define __IEEE_FP
7308 and __IEEE_FP_INEXACT as appropriate.
7309 (CPLUSPLUS_CPP_SPEC): Don't define __cplusplus.
7310 (CPP_SPEC): Remove ieee defines.
7311 * freebsd.h, netbsd.h: Remove ieee defines and cpp_cpu.
7312
7313 2002-05-14 Richard Henderson <rth@redhat.com>
7314
7315 * config/i386/i386.c (ix86_save_reg): Make regno unsigned.
7316 (ix86_safe_length, ix86_safe_length_prefix, ix86_safe_memory): Kill.
7317
7318 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
7319
7320 * arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define.
7321 (CPP_SPEC): Update.
7322 (CPP_APCS_PC_SPEC, CPP_APCS_PC_DEFAULT_SPEC,
7323 CPP_FLOAT_SPEC, CPP_FLOAT_DEFAULT_SPEC, CPP_ENDIAN_SPEC,
7324 CPP_ENDIAN_DEFAULT_SPEC, CPP_INTERWORK_DEFAULT_SPEC,
7325 CPP_INTERWORK_SPEC, CPP_PREDEFINES): Remove.
7326 (EXTRA_SPECS): Update.
7327 * arm/conix-elf.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
7328 arm/riscix1-1.h, arm/rtems-elf.h, arm/semiaof.h, arm/unknown-elf.h,
7329 arm/unknown-elf-oabi.h, arm/vxarm.h: Remove CPP_PREDEFINES and
7330 define TARGET_OS_CPP_BUILTINS if necessary.
7331
7332 2002-05-14 Neil Booth <neil@daikokuya.demon.co.uk>
7333
7334 * gcc.c (cpp_options): Must pass -m* and -f* options
7335 to the front end even when only preprocessing.
7336 (cc1_options): Remove redundant -lang-c.
7337 * tradcpp.c (main): Ignore -m options.
7338 objc:
7339 * lang-specs.h: Similarly.
7340
7341 2002-05-14 Vladimir Makarov <vmakarov@redhat.com>
7342
7343 * genautomata.c (transform_3): Add code for transformation
7344 `(A,B,...)+C -> A+C,B,...'.
7345
7346 Tue May 14 12:48:22 CEST 2002 Jan Hubicka <jh@suse.cz>
7347
7348 * final.c (end_final): Do not output profile_arcs constructor, when
7349 no functions are instrumented.
7350
7351 Tue May 14 12:38:30 CEST 2002 Jan Hubicka <jh@suse.cz>
7352
7353 * i386.md (testsi to testqi_zext_1 splitter): Fix typo.
7354
7355 2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7356
7357 * doc/install.texi: Remove special markup originally required for
7358 HTML generation with texi2html.
7359
7360 2002-05-14 Andreas Schwab <schwab@suse.de>
7361
7362 * config/ia64/sysv4.h (DO_SELECT_SECTION): Factored out of
7363 SELECT_SECTION.
7364 (UNIQUE_SECTION): Define to get small data correctly.
7365
7366 * varasm.c (resolve_unique_section): Add third parameter
7367 flag_function_or_data_sections and use it instead of
7368 flag_function_sections.
7369 (assemble_start_function): Pass flag_function_sections.
7370 (asm_emit_uninitialised): Pass flag_data_sections.
7371 (assemble_variable): Likewise.
7372
7373 2002-05-14 Richard Henderson <rth@redhat.com>
7374
7375 * config/i386/i386.md: Use define_constants for unspec numbers.
7376 * config/i386/i386.c: Likewise.
7377
7378 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
7379
7380 * doc/contrib.texi: Update my entry.
7381
7382 2002-05-13 Mark Mitchell <mark@codesourcery.com>
7383
7384 * fixinc/inclhack.def (winidss_valist): Limit applicability.
7385 * fixinc/fixincl.x: Regenerated.
7386 * fixinc/tests/base/math.h: Update.
7387 * fixinc/tests/base/testing.h: Likewise.
7388
7389 2002-05-13 Zack Weinberg <zack@codesourcery.com>
7390
7391 * genattr.c (gen_attr): Don't emit a comma after the last
7392 enumerator.
7393
7394 2002-05-13 Richard Henderson <rth@redhat.com>
7395
7396 * cfgrtl.c (purge_dead_edges): Handle abnormal call edges created
7397 by non-local gotos.
7398 * recog.c (peephole2_optimize): Likewise.
7399
7400 2002-05-13 Andris Pavenis <pavenis@lanet.lv>
7401
7402 * cppfiles.c (open_file): Change mode (DJGPP only) of redirected
7403 input to O_BINARY.
7404
7405 2002-05-13 Jeffrey A Law (law@redhat.com)
7406
7407 * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
7408 Update prototype and callers.
7409 (propagate_one_insn): Stack pointer adjustments kill MEMs on
7410 the mem_set_list which reference the stack pointer, as do
7411 calls to constant functions as they may clobber outgoing
7412 argument space.
7413
7414 * i386.c (ia32_multipass_dfa_lookahead): Prototype.
7415
7416 * i386.c (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
7417 (ia32_multipass_dfa_lookahead): New function.
7418
7419 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
7420
7421 * gcc.c (SWITCH_TAKES_ARG): Remove 'V'.
7422 (translate_options): Remove 'V'.
7423 (process_command): Similarly.
7424 doc:
7425 * invoke.texi: Remove documentation of 'V'.
7426
7427 2002-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7428
7429 * config/s390/linux.h: Revert 2002-04-22 changes.
7430
7431 2002-05-13 Scott Marks <SMarks@mobile-mind.com>
7432
7433 * config/fr30/fr30.md: Only allow splits of immediate loads
7434 if the destination is a register.
7435
7436 2002-05-13 Neil Booth <neil@daikokuya.demon.co.uk>
7437
7438 * Makefile.in (c-common.o, cppinit.o): Update.
7439 * c-common.c: Include except.h.
7440 (cb_register_builtins): Handle __USING_SJLJ_EXCEPTIONS__.
7441 Call TARGET_CPU_CPP_BUILTINS and TARGET_OS_CPP_BUILTINS.
7442 * cppinit.c (__USING_SJLJ_EXCEPTIONS): Not here.
7443 * defaults.h (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS,
7444 CPP_PREDEFINES): Handle here.
7445 config:
7446 * alpha/alpha-interix.h, alpha/gnu.h, alpha/linux.h,
7447 alpha/netbsd.h, alpha/openbsd.h, alpha/osf.h, alpha/unicosmk.h,
7448 alpha/vms.h, alpha/vxworks.h: Remove CPP_PREDEFINES, define
7449 TARGET_OS_CPP_BUILTINS.
7450 * alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Define.
7451 (CPP_SPEC, EXTRA_SPECS): Update.
7452 (CPP_AM_BWX_SPEC, CPP_AM_MAX_SPEC, CPP_AM_FIX_SPEC,
7453 CPP_AM_CIX_SPEC, CPP_IM_EV4_SPEC, CPP_IM_EV5_SPEC,
7454 CPP_IM_EV6_SPEC, CPP_CPU_EV4_SPEC, CPP_CPU_EV5_SPEC,
7455 CPP_CPU_EV56_SPEC, CPP_CPU_PCA56_SPEC, CPP_CPU_EV6_SPEC,
7456 CPP_CPU_EV67_SPEC, CPP_CPU_DEFAULT_SPEC, CPP_CPU_SPEC): Remove.
7457 doc:
7458 * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Remove.
7459 (TARGET_OS_CPP_BUILTINS, TARGET_CPU_CPP_BUILTINS): Define.
7460
7461 2002-05-12 Zack Weinberg <zack@codesourcery.com>
7462
7463 * emit-rtl.c (global_rtl): Update comment.
7464 (const_double_htab, const_double_htab_hash,
7465 const_double_htab_hash, lookup_const_double): New.
7466 (const_int_htab_hash, const_int_htab_eq): Remove const
7467 qualifiers, which cause tons of warnings with RTL checking on.
7468 (gen_rtx_CONST_DOUBLE): Deleted.
7469 (const_double_from_real_value): New function - bears some
7470 resemblance to the former immed_real_const_1.
7471 (immed_double_const): Moved here from varasm.c and
7472 simplified.
7473 (gen_rtx_REG): Make REGNO unsigned to squelch warnings.
7474 (gen_rtx_SUBREG): Use gen_rtx_raw_SUBREG.
7475 (gen_rtx): Use immed_double_const.
7476 (init_emit_once): Initialize the const_double_htab. Use
7477 REAL_VALUE_FROM_INT where possible. Can now use
7478 CONST_DOUBLE_FROM_REAL_VALUE when setting up const_tiny_rtx.
7479 * varasm.c (struct varasm_status): Remove x_const_double_chain.
7480 (const_double_chain, immed_real_const, clear_const_double_mem): Delete.
7481 (immed_double_const, immed_real_const_1): Moved to emit-rtl.c.
7482 (init_varasm_status, mark_varasm_status): Don't touch
7483 x_const_double_chain.
7484
7485 * output.h: Delete prototype for clear_const_double_mem.
7486 * real.h: Make REAL_VALUE_TYPE a macro again. Remove leading
7487 '0' slot from all CONST_DOUBLE_FORMAT definitions. Prototype
7488 const_double_from_real_value, not immed_real_const_1, and use
7489 it to define CONST_DOUBLE_FROM_REAL_VALUE. Define new macro
7490 CONST_DOUBLE_ATOF.
7491 * rtl.h (CONST_DOUBLE_CHAIN): Kill.
7492 (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH): Adjust.
7493 (gen_rtx_CONST_DOUBLE, immed_real_const): Delete prototypes.
7494 (gen_rtx_REG): Second arg is unsigned.
7495
7496 * gengenrtl.c (special_rtx): Take out CONST_DOUBLE.
7497 (excluded_rtx): New, return true for CONST_DOUBLE.
7498 (genmacro): Write nothing for excluded codes.
7499 * combine.c (combine_simplify_rtx): Use CONST_DOUBLE_FROM_REAL_VALUE.
7500 * expr.c (expand_expr): Likewise.
7501 * ggc-common.c (ggc_mark_rtx_children_1): Don't mark the
7502 CONST_DOUBLE_CHAIN.
7503 * toplev.c (rest_of_compilation): Don't call
7504 clear_const_double_mem.
7505
7506 * config/rs6000/rs6000.c (rs6000_float_const): Delete.
7507 (rs6000_hash_constant): Remove CONST_DOUBLE special case.
7508 (toc_hash_eq): Remove CONST_DOUBLE and LABEL_REF special cases.
7509 * config/rs6000/rs6000-protos.h: Don't prototype rs6000_float_const.
7510 * config/c4x/c4x.md, config/rs6000/rs6000.md: Use CONST_DOUBLE_ATOF.
7511 * config/dsp16xx/dsp16xx.md, config/mips/mips.md,
7512 config/pa/pa.md: Use CONST_DOUBLE_FROM_REAL_VALUE.
7513 * config/sparc/sparc.md, config/sparc/sparc.c: Use immed_double_const.
7514
7515 2002-05-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7516
7517 * mips/iris6.h (CPLUSPLUS_CPP_SPEC): Define.
7518
7519 2002-05-12 Tom Tromey <tromey@redhat.com>
7520
7521 * tree.h (copy_node): Don't mention TREE_PERMANENT.
7522
7523 2002-05-12 Zack Weinberg <zack@codesourcery.com>
7524
7525 * gensupport.c (n_comma_elts): Moved here from genattrtab.c.
7526 (scan_comma_elt): New function. Accepts whitespace in comma lists.
7527 * gensupport.h: Prototype new routines.
7528 * genattr.c (gen_attr): Use scan_comma_elt. Avoid unnecessary
7529 use of printf.
7530 * genattrtab.c (n_comma_elts): Moved to gensupport.c.
7531 (next_comma_elt): Use scan_comma_elt.
7532
7533 * config/i386/i386.md: Use new attribute notation to break up
7534 long lines in define_attr forms.
7535
7536 2002-05-12 Richard Henderson <rth@redhat.com>
7537
7538 * expr.c (compress_float_constant): New.
7539 (emit_move_insn): Use it.
7540 (float_extend_from_mem): New.
7541 (init_expr_once): Initialize it.
7542 * real.c (exact_real_truncate): New.
7543
7544 * config/i386/i386.h (CONST_COSTS): Assume CONST_DOUBLE gets
7545 dropped into memory; penalize for size.
7546 (RTX_COSTS): FLOAT_EXTEND is free.
7547 * config/i386/i386.md (extendsfdf2, extendsfxf2, extendsftf2,
7548 extenddfxf2, extenddftf2): Accept constants and drop them to memory.
7549
7550 2002-05-12 Richard Henderson <rth@redhat.com>
7551
7552 * profile.h (profile_info): Add missing extern to declaration.
7553 * profile.c (profile_info): Define it.
7554
7555 2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
7556
7557 * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Revise sets of general registers
7558 used for DImode and TImode.
7559
7560 2002-05-11 Neil Booth <neil@daikokuya.demon.co.uk>
7561
7562 * cpplex.c (_cpp_lex_direct): When in a directive at EOF
7563 fake a newline.
7564
7565 2002-05-11 Zack Weinberg <zack@codesourcery.com>
7566
7567 * config/rs6000/rs6000.c (rs6000_default_long_calls,
7568 rs6000_longcall_switch, rs6000_set_default_type_attributes): New.
7569 (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Set it.
7570 (rs6000_override_options): Handle -m(no-)longcall.
7571 (init_cumulative_args, output_mi_thunk): Check for both
7572 longcall and shortcall attributes on the function.
7573 (rs6000_attribute_table): Add "shortcall".
7574 (rs6000_handle_longcall_attribute): Update comment.
7575 (altivec_expand_unop_builtin, altivec_expand_binop_builtin,
7576 altivec_expand_ternop_builtin): Add default clauses to switches
7577 to silence warnings.
7578
7579 * config/rs6000/rs6000.h: Declare rs6000_longcall_switch and
7580 rs6000_default_long_calls. Define REGISTER_TARGET_PRAGMAS.
7581 (TARGET_OPTIONS): Add longcall and no-longcall.
7582
7583 * config/rs6000/rs6000.md (call_nonlocal_sysv,
7584 call_value_nonlocal_sysv): Split by alternatives. One pair
7585 accepts only SYMBOL_REFs and rejects if CALL_LONG is set in
7586 the call cookie. The other pair accepts only LR/CTR and has
7587 no restriction.
7588
7589 * config.gcc (rs6000-*-* | powerpc*-*-* trailer stanza):
7590 Set c_target_objs, cxx_target_objs; add t-rs6000-c-rule to
7591 tmake_file.
7592 * config/rs6000/rs6000-c.c: New file.
7593 * config/rs6000/t-rs6000-c-rule: New file.
7594 * config/rs6000/rs6000-protos.c: Add multiple-include guard.
7595 Prototype rs6000_pragma_longcall.
7596
7597 * doc/extend.texi: Document shortcall attribute.
7598 * doc/invoke.texi: Document -mlongcall, -mno-longcall.
7599
7600 2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
7601
7602 * reorg.c (dbr_schedule): Remove unnecessary test.
7603
7604 Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz>
7605
7606 * i386.md (testsi to testqi spliters): New.
7607
7608 2002-01-14 Josef Zlomek <zlomek@matfyz.cz>
7609
7610 cfg.c (dump_edge_info): added dumping of EDGE_CAN_FALLTHRU.
7611
7612 Wed Jan 9 2002 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
7613
7614 * basic-block.h: New flag EDGE_CAN_FALLTHRU
7615 * cfganal.c (set_edge_can_fallthru_flag): New function; marks the edges
7616 that can be made fallthru.
7617
7618 Mon Nov 12 16:25:53 CET 2001 Jan Hubicka <jh@suse.cz>
7619
7620 * cfglayout.c (cleanup_unconditional_jumps): New static function.
7621 (cfg_layout_initialize): Use it.
7622
7623 2002-05-11 Marek Michalkiewicz <marekm@amelek.gda.pl>
7624
7625 * config/avr/avr.c (avr_mcu_types): Update supported devices.
7626 * config/avr/avr.h (CPP_SPEC, LINK_SPEC, CRT_BINUTILS_SPECS): Likewise.
7627 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
7628
7629 2002-05-11 Kazu Hirata <kazu@cs.umass.edu>
7630
7631 * dbxout.c: Fix formatting.
7632 * dependence.c: Likewise.
7633 * df.c: Likewise.
7634 * diagnostic.c: Likewise.
7635 * doloop.c: Likewise.
7636 * dominance.c: Likewise.
7637 * doschk.c: Likewise.
7638 * dwarf2asm.c: Likewise.
7639 * dwarf2out.c: Likewise.
7640 * dwarfout.c: Likewise.
7641
7642 2002-05-10 Richard Henderson <rth@redhat.com>
7643
7644 * final.c (end_final): Tidy whitespace. Don't honor flag_pack_struct.
7645 Convert integers constants as needed. Replace "nwords" field with
7646 "sizeof_bb".
7647 (final): Save profile data if cfun->arc_profile, not profile_arc_flag.
7648 * function.h: Fix typo in comment.
7649 * libgcc2.c (struct bb): Replace "nwords" with "sizeof_bb".
7650
7651 2002-05-10 Roger Sayle <roger@eyesopen.com>
7652
7653 * fold-const.c (build_range_check): Optimize (c>=1) && (c<=127)
7654 into the equivalent (signed char)c > 0.
7655
7656 2002-05-10 Janis Johnson <janis187@us.ibm.com>
7657
7658 * loop.c: (PREFETCH_EXTREME_DIFFERENCE, PREFETCH_BEFORE_LOOP): New.
7659 (PREFETCH_CONDITIONAL): Renamed from PREFETCH_NOT_ALWAYS.
7660 (struct prefetch_info): Fix spelling of member bytes_accessed.
7661 (emit_prefetch_instructions): Make dump messages more regular;
7662 restructure code to add more dump messages; use new macros for
7663 heuristics. (There are no code generation changes in any of this).
7664
7665 2002-05-10 David S. Miller <davem@redhat.com>
7666
7667 * rtl.h (INSN_ANNULLED_BRANCH_P): Accept INSN too, update comment.
7668 (struct rtx_def): Update unchanging flag comment.
7669 * doc/rtl.texi (INSN_ANNULLED_BRANCH_P): Update description.
7670 * reorg.c (delete_from_delay_list): INSN_ANNULLED_BRANCH_P needs
7671 to be handled to INSN too.
7672 (dbr_schedule): Likewise.
7673 * resource.c (next_insn_no_annul): Likewise.
7674
7675 * cse.c (rtx_cost): Remove multiplication by power of 2 special
7676 casing.
7677
7678 2002-05-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7679
7680 * doc/install.texi (Specific, *-*-solaris2*): Update passus on
7681 setting CONFIG_SHELL to /bin/ksh and remove alternate trick to
7682 (possibly) work around broken /bin/sh.
7683
7684 2002-05-10 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7685
7686 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Use mabi=64 and
7687 . as N64/N32 libgcc_s.so subdirs.
7688
7689 2002-05-10 David S. Miller <davem@redhat.com>
7690
7691 * config/sparc/sparc.md: Use define_constants for unspec numbers.
7692
7693 * rtl.h (struct rtx_def): Document unchanging and in_struct flags
7694 more accurately.
7695 (INSN_ANNULLED_BRANCH_P): Only valid for JUMP_INSN and CALL_INSN, fix
7696 comment.
7697 (INSN_FROM_TARGET_P): Valid also for CALL_INSN.
7698 * doc/rtl.texi: Document these macros more accurately.
7699 * recog.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P for
7700 JUMP_INSNs and CALL_INSNs.
7701 * resource.c (whole file): Only mess with INSN_ANNULLED_BRANCH_P
7702 or INSN_FROM_TARGET_P if the code is appropriate.
7703
7704 2002-05-10 Marek Michalkiewicz <marekm@amelek.gda.pl>
7705
7706 * config/avr/avr.c (print_operand): Check that addr is a SYMBOL_REF
7707 before using SYMBOL_REF_FLAG (addr).
7708
7709 * config/avr/avr-protos.h (avr_io_address_p): Declare.
7710 * config/avr/avr.c (io_address_p): Rename to avr_io_address_p.
7711 Make non-static. Update all callers.
7712 * config/avr/avr.md (*cbi, *sbi, *sbix_branch, *sbix_branch_bit7):
7713 New insns to clear/set/test a single bit in I/O address space.
7714
7715 2002-05-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7716
7717 * rtl.h (ENABLE_RTL_FLAG_CHECKING): Also check for gcc >= 2.7.
7718
7719 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7720
7721 * Makefile.in: Update.
7722 * c-common.c (flag_iso, flag_undef, cb_register_builtins,
7723 builtin_define_std): New.
7724 (c_common_init): Register CPP builtins callback.
7725 * c-common.h (flag_iso, flag_undef): New.
7726 * c-decl.c (c_decode_option): Set flag_iso and flag_undef.
7727 * c-lex.c: Don't include target.h.
7728 (cb_register_builtins): Move to c-common.c.
7729 (init_c_lex): Don't register hook here.
7730 * c-lex.h (builtin_define, builtin_assert, builtin_define_std): New.
7731 (cpp_define, cpp_assert): Remove.
7732 * gcc.c (cc1_options): Pass -undef to front end.
7733 * target-def.h (TARGET_REGISTER_CPP_BUILTINS): Remove.
7734 (TARGET_INITIALIZER): Update.
7735 * target.h (struct cpp_reader): Don't predeclare.
7736 (struct gcc_target): Remove cpp builtin hook.
7737 * tree.c (default_register_cpp_builtins): Remove.
7738 doc:
7739 * tm.texi: Update.
7740
7741 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7742
7743 * cppexp.c (_cpp_expand_op_stack): Set op_limit.
7744
7745 2002-05-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7746
7747 * config/mips/t-iris6 (SHLIB_SLIBDIR_SUFFIXES): Define.
7748 (SHLIB_LINK, SHLIB_INSTALL): Adjust.
7749
7750 2002-05-09 Jakub Jelinek <jakub@redhat.com>
7751
7752 * config/sparc/t-linux64 (SHLIB_MAPFILES): Set.
7753 * config/sparc/libgcc-sparc-glibc.ver: New file.
7754 * config/cris/t-linux (SHLIB_MAPFILES): Remove.
7755 * mklibgcc.in: Preprocess SHLIB_MAPFILES with ml flags.
7756
7757 2002-05-09 Jakub Jelinek <jakub@redhat.com>
7758
7759 PR target/6429
7760 * Makefile.in (libgcc.mk): Pass SHLIB_SLIBDIR_SUFFIXES to mklibgcc.
7761 * mklibgcc.in: If SHLIB_SLIBDIR_SUFFIXES is defined, put libgcc_s
7762 shared libraries into multilib dirs, with SONAME libgcc_s.so.1 for
7763 base multilibs.
7764 * config/t-slibgcc-elf-ver (SHLIB_LINK): Adjust for the above.
7765 * config/t-slibgcc-sld (SHLIB_LINK): Likewise.
7766 * config/sparc/t-linux64 (SHLIB_SLIBDIR_SUFFIXES): Define.
7767 * config/sparc/t-sol2-64 (SHLIB_SLIBDIR_SUFFIXES): Define.
7768
7769 2002-05-09 Richard Henderson <rth@redhat.com>
7770
7771 * config/ia64/ia64.md: Use define_constants for unspec numbers.
7772 * config/ia64/ia64.c: Likewise.
7773
7774 2002-05-09 Richard Sandiford <rsandifo@redhat.com>
7775
7776 * config/mips/mips.c (mips_add_large_offset_to_sp): Remove FILE arg.
7777 (save_restore_insns): Likewise.
7778 (mips_expand_prologue, mips_expand_epilogue): Update callers.
7779 (highpart_shift_operator): Attach ATTRIBUTE_UNUSED to mode argument.
7780
7781 Thu May 9 11:50:09 2002 Jeffrey A Law (law@redhat.com)
7782
7783 * athlon.md, k6.md, pentium.md, ppro.md): New files.
7784 * i386.md: Move scheduling information into new files.
7785
7786 * i386.md (type attribute): Add "rotate" for rotate insns.
7787 (rotate insns): Set type to "rotate".
7788 (various attributes and function units): Treat rotate like shift.
7789 (pent_pair attribute): Only rotates by one bit position are
7790 pairable.
7791 (sbb insns): Explicitly set pent_pair attribute on a couple
7792 that were missing it.
7793
7794 Thu May 9 18:29:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
7795
7796 * sh.c (sh_builtin_saveregs): If starting with an odd fp register,
7797 make sure that buffer starts on odd word address.
7798 (sh_va_arg): Skip odd fp registers when reading a double precision
7799 value.
7800
7801 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7802
7803 * tree.h (preserve_data, object_permanent_p, type_precision):
7804 Remove.
7805
7806 2002-05-09 Neil Booth <neil@daikokuya.demon.co.uk>
7807
7808 * cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison.
7809 * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
7810 doc:
7811 * cpp.texi: Update for removal of obsolete features.
7812
7813 Thu May 9 07:46:18 2002 Jan Hubicka <jh@suse.cz>
7814 Jeffrey A Law (law@redhat.com)
7815
7816 * i386.c (ia32_use_dfa_pipeline_interface): New function. Use
7817 the DFA interface for Pentium processors.
7818 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): DEFINE.
7819 (attr_pent_pair, ix86_pent_find_pair): Remove.
7820 (ix86_sched_reorder_pentium): Remove.
7821 (ix86_sched_reorder): Remove reordering for Pentium.
7822 * i386.md (Pentium scheduling): Rewrite using DFA description.
7823
7824 Thu May 9 14:55:39 CEST 2002 Jan Hubicka <jh@suse.cz>
7825
7826 * cfganal.c (can_fallthru): Fix fast path.
7827 * cfgrtl.c (verify_flow_info): Avoid crash on conditionals
7828 with edges to the next block.
7829
7830 Thu May 9 14:52:45 CEST 2002 Jan Hubicka <jh@suse.cz>
7831 Pavel Nejedly <bim@atrey.karlin.mff.cuni.cz>
7832
7833 * final.c (end_final): Use C trees to output data structures for profiling.
7834
7835 * Makefile.in (LIBGCC_DEPS): Added missing dependency on gcov-io.h
7836 (profile.o): New dependency profile.h
7837 (final.o): New dependency profile.h
7838 * profile.h: New file. New global structure profile_info.
7839 * final.h (count_edges_instrumented_now): Declare.
7840 (current_function_cfg_checksum): Declare.
7841 (function_list): New structure.
7842 (functions_head, functions_tail): New static variables.
7843 (end_final): Emits more data, removed some -ax stuff.
7844 (final): Stores function names and chcksums.
7845 * gcov-io.h (__write_gcov_string): New function.
7846 (__read_gcov_string): New function.
7847 * gcov.c (read_profile): New function.
7848 (create_program_flow_graph): Uses read_profile instead of reading
7849 da_file.
7850 (read_files): Removed da_file checking, it's done by read_profile now.
7851 * libgcc2.c (bb_function_info): New structure.
7852 (bb): New field in structure, removed some -ax stuff.
7853 (__bb_exit_func): Changed structure of da_file.
7854 * profile.c (count_edges_instrumented_now): New global variable.
7855 (current_function_cfg_checksum): New global variable.
7856 (max_counter_in_program): New global variable.
7857 (get_exec_counts): New function.
7858 (compute_checksum): New function.
7859 (instrument_edges): Sets count_edges_instrumented_now.
7860 (compute_branch_probabilities): Uses get_exec_counts instead of
7861 reading da_file.
7862 (branch_prob): Calls compute_checksum and writes extra data to bbg_file.
7863 (init_branch_prob): Removed da_file checking, done in get_exec_counts
7864 now.
7865 (end_branch_prob): Removed da_file checking, done in get_exec_counts
7866 now.
7867 * gcov.texi: Updated information about gcov file format.
7868
7869 2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
7870
7871 * sbitmap.c: Fix formatting.
7872 * scan.c: Likewise.
7873 * scan-decls.c: Likewise.
7874 * sched-deps.c: Likewise.
7875 * sched-ebb.c: Likewise.
7876 * sched-rgn.c: Likewise.
7877 * sched-vis.c: Likewise.
7878 * sdbout.c: Likewise.
7879 * sibcall.c: Likewise.
7880 * simplify-rtx.c: Likewise.
7881 * ssa.c: Likewise.
7882 * ssa-ccp.c: Likewise.
7883 * ssa-dce.c: Likewise.
7884 * stmt.c: Likewise.
7885 * stor-layout.c: Likewise.
7886 * stringpool.c: Likewise.
7887
7888 2002-05-09 David S. Miller <davem@redhat.com>
7889
7890 * config/sparc/sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.
7891
7892 2002-05-07 David S. Miller <davem@redhat.com>
7893
7894 * config/sparc/sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.
7895 * config/sparc/sol2.h (TARGET_BUGGY_QP_LIB): Override to one.
7896 * config/sparc/sparc.c (emit_soft_tfmode_libcall): If the Qp
7897 library implementation clobbers the output before the inputs
7898 are fully consumed, use stack temporary for the output.
7899
7900 2002-05-09 Jason Thorpe <thorpej@wasabisystems.com>
7901
7902 * config/netbsd.h (CPP_SPEC): Remove.
7903 * config/i386/netbsd-elf.h (CPP_SPEC): Define.
7904 * config/i386/netbsd.h (CPP_SPEC): Define.
7905 * config/ns32k/netbsd.h (CPP_SPEC): Define.
7906 * config/sparc/netbsd-elf.h (CPP_SPEC): Remove.
7907 * config/sparc/netbsd.h (CPP_SPEC): Define.
7908 * config/vax/netbsd.h (CPP_SPEC): Define.
7909
7910 2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
7911
7912 * read-rtl.c: Fix formatting.
7913 * real.c: Likewise.
7914 * recog.c: Likewise.
7915 * regclass.c: Likewise.
7916 * regmove.c: Likewise.
7917 * reg-stack.c: Likewise.
7918 * reload1.c: Likewise.
7919 * reload.c: Likewise.
7920 * resource.c: Likewise.
7921 * rtlanal.c: Likewise.
7922 * rtl.c: Likewise.
7923 * rtl-error.c: Likewise.
7924
7925 2002-05-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
7926
7927 * pa/pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.
7928 * pa/pa.h (MAX_WCHAR_TYPE_SIZE): Delete.
7929
7930 2002-05-08 Bernd Schmidt <bernds@redhat.com>
7931
7932 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Tweak previous change to
7933 use __SSE2__ macro instead.
7934 * config/i386/xmmintrin.h: Likewise.
7935
7936 2002-05-08 Janis Johnson <janis187@us.ibm.com>
7937
7938 * rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name,
7939 and use it in all invocations of these macros. Clean up comments.
7940 * rtl.c (rtl_check_failed_flag): Add an argument for the name
7941 of the flag access macro whose check failed.
7942 * doc/rtl.texi (Flags): Document additional flag uses.
7943
7944 2002-05-08 Robert Spier <rspier@pobox.com>
7945 Neil Booth <neil@daikokuya.demon.co.uk>
7946
7947 PR preprocessor/6521
7948 * cppfiles.c (handle_missing_header): Don't do anything
7949 different for <> includes.
7950 doc:
7951 * cppopts.texi: Update documentation for -MG.
7952
7953 2002-05-08 Neil Booth <neil@daikokuya.demon.co.uk>
7954
7955 * cpplex.c (cpp_interpret_charconst): Truncate as well as
7956 sign-extend.
7957 doc:
7958 * cpp.texi: Clarify multichar charconst valuation.
7959
7960 2002-05-08 Mark Mitchell <mark@codesourcery.com>
7961
7962 * doc/invoke.texi: Document -mwindiss option.
7963
7964 2002-05-08 Jason Merrill <jason@redhat.com>
7965
7966 * dwarf2out.c (output_call_frame_info): Don't emit a CIE with no FDEs.
7967
7968 * dwarf2out.c (gen_type_die): Abort on broken recursion.
7969
7970 PR c++/6381
7971 * dwarf2out.c (rtl_for_decl_location): Only expand INTEGER_CST and
7972 REAL_CST.
7973
7974 2002-05-08 Nick Clifton <nickc@cambridge.redhat.com>
7975
7976 * config/arm/t-arm-elf (MULTILIB): Do not allow big-endian/
7977 little-endian multilibs to override arm/thumb multilibs.
7978 Do not build hardware floating point multilibs, nor apcs-26
7979 multilibs for the Thumb.
7980
7981 2002-05-08 Mark Mitchell <mark@codesourcery.com>
7982
7983 PR c/6569.
7984 * varasm.c (mark_weak): New function.
7985 (merge_weak): Use it. Do not call declare_weak.
7986 (declare_weak): Use merge_weak.
7987
7988 Wed May 8 13:12:11 CEST 2002 Jan Hubicka <jh@suse.cz>
7989
7990 * cse.c (dead_libcall_p): Update counts.
7991 (delete_trivially_dead_insns): Update call of dead_libcall_p.
7992
7993 Wed May 8 11:08:50 CEST 2002 Jan Hubicka <jh@suse.cz>
7994
7995 * cfglayout.c (function_tail_eff_head): Rename to ...
7996 (function_footer): ... this one.
7997 (unlink_insn_chain): New functions.
7998 (label_for_bb): Only call block_label and emit debug message.
7999 (record_effective_endpoints): Actually unlink the headers and footers.
8000 (fixup_reorder_cahin): Re-insert the unlinked sequences.
8001 (cfg_layout_duplicate_bb): Use duplicate_insn_chain.
8002 * cfglayout.h (struct reorder_block_def): New fields footer/header;
8003 remove eff_head/eff_end.
8004 * rtl.h (set_first_insn): Declare.
8005 * emit-rtl.c (set_first_insn): New function.
8006
8007 * cfglayout.c (fixup_reorder_chain): Dump duplicated
8008 (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
8009 cfg_layout_duplicate_bb): New global function.
8010 (duplicate_insn_chain): New static function.
8011 * cfglayout.h (cfg_layout_can_duplicate_bb_p, cfg_layout_rerirect_edge,
8012 cfg_layout_duplicate_bb): Declare.
8013 (struct reorder_block_def): Add "original" field.
8014 * emit-rtl.c (emit_copy_of_insn_after): New function.
8015 * rtl.h (emit_copy_of_insn_after): Declare.
8016
8017 * cfglayout.c (fixup_fallthru_exit_predecessor): Kill.
8018 (fixup_reorder_chain): properly handle edges to exit block.
8019
8020 Wed May 8 11:10:31 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8021 Jan Hubicka <jh@suse.cz>
8022
8023 * basic-block.h (note_prediction_to_br_prob): declare.
8024 * c-semantics.c: Inlucde predit.h
8025 (expand_stmt): predict GOTO_STMT as not taken.
8026 * cfgcleanup.c: (delete_unreachable_blocks): Make global.
8027 (cleanup_cfg): Do not free tail_recursion_list.
8028 * cfgrtl.c (can_delete_note_p): Delete NOTE_INSN_PREDICTION.
8029 (flow_delete_block): Kill predictions past end of basic block.
8030 * output.h (delete_unreachable_blocks): Declare.
8031 * predict.c (predicted_by_p, process_note_predictions,
8032 process_note_prediction, last_block_p): New function.
8033 (estimate_probability): Bypass loop on PRED_CONTINUE;
8034 do not handle noreturn heuristics; kill PRED_RETURN; add
8035 PRED_EARLY_RETURN.
8036 * predict.def (PRED_CONTINUE, PRED_EARLY_RETURN, PRED_GOTO,
8037 PRED_CONST_RETURN, PRED_NEGATIVE_RETURN, PRED_NULL_RETURN): New.
8038 * predict.h (IS_TAKEN): New constant.
8039 * print-rtl.c (print_rtx): Pretty print NOTE_INSN_PREDICTION.
8040 * rtl.c (NOTE_INSN_PREDICTION): New.
8041 * rtl.h (NOTE_PREDICTION, NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS):
8042 New macro.
8043 (insn_note): add NOTE_INSN_PREDICTION.
8044 * sibcall.c (optimize_sibling_and_tail_recursive_call): Do not build
8045 CFG; free tail_recursion_label_list.
8046 * stmt.c: Include predict.h;
8047 (return_prediction): New.
8048 (expand_value_return): Use it.
8049 * toplev.c: Lower NOTE_INSN_PREDICTION before sibcall.
8050
8051 2002-05-08 Richard Sandiford <rsandifo@redhat.com>
8052
8053 * config/mips/mips.md: Name the unspecs with define_constant.
8054 (*HILO_delay): Rename to 'hilo_delay' (no star).
8055 (reload_indi): Replace gen_rtx_UNSPEC with gen_hilo_delay.
8056 (reload_outdi, reload_outsi): Likewise.
8057
8058 2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
8059
8060 * toplev.c: Fix formatting.
8061
8062 2002-05-07 Janis Johnson <janis187@us.ibm.com>
8063
8064 * config.in (ENABLE_RTL_FLAG_CHECKING): New.
8065 * configure.in (ac_rtlflag_checking): New.
8066 * doc/install.texi (--enable-checking): Document RTL flag checking.
8067
8068 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
8069
8070 * c-common.c (c_common_init): Set options->unsigned_wchar.
8071 * cppinit.c (cpp_create_reader): Default unsigned_wchar,
8072 group target dependencies.
8073 (init_builtins, cpp_handle_option): Update.
8074 * cpplex.c (cpp_interpret_charconst): Update.
8075 * cpplib.h (struct cpp_options): Add unsigned_wchar, rename
8076 signed_char to unsigned_char, group target dependencies.
8077 * defaults.h (WCHAR_UNSIGNED): Remove.
8078 * system.h (WCHAR_UNSIGNED, MAX_CHAR_TYPE_SIZE): Poison.
8079 config:
8080 * freebsd.h, interix.h, alpha/freebsd.h, arm/freebsd.h,
8081 i386/386bsd.h, i386/beos-elf.h, i386/bsd386.h, i386/cygwin.h,
8082 i386/djgpp.h, i386/freebsd-aout.h, i386/i386-interix.h,
8083 i386/win32.h, ia64/freebsd.h, mips/netbsd.h, rs6000/freebsd.h,
8084 sh/elf.h, sh/sh.h, sparc/freebsd.h: Remove WCHAR_UNSIGNED.
8085 doc:
8086 * tm.texi: Remove MAX_CHAR_TYPE_SIZE.
8087
8088 2002-05-07 Mark Mitchell <mark@codesourcery.com>
8089
8090 * fixinc/inclhack.def (windiss_math1): New fix.
8091 (windiss_math2): Likewise.
8092 (windiss_valist): Likewise.
8093 * fixinc/fixincl.x: Regenerated.
8094
8095 2002-05-07 Andreas Jaeger <aj@suse.de>
8096
8097 * genautomata.c (output_internal_min_issue_delay_func): Add
8098 ATTRIBUTE_UNUSED to avoid warning with empty dfa.
8099 (output_internal_trans_func): Likewise.
8100
8101 Tue May 7 10:06:22 2002 Jeffrey A Law (law@redhat.com)
8102
8103 * pa.c (hppa_profile_hook): Use force_reg to get the address
8104 of the profile hook into an appropriate pseudo register.
8105
8106 2002-05-07 Mark Mitchell <mark@codesourcery.com>
8107
8108 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.
8109 (LINK_START_SPEC): Handle it.
8110 (LINK_OS_SPEC): Likewise.
8111 (CPP_SPEC): Likewise.
8112 (STARTFILE_SPEC): Likewise.
8113 (LIB_SPEC): Likewise.
8114 (ENDFILE_SPEC): Likewise. Do not assume crtsavres.o is used on
8115 all platforms.
8116 (CRTSAVRES_DEFAULT_SPEC): New macro.
8117 (LIB_WINDISS_SPEC): New macro.
8118 (CPP_OS_WINDISS_SPEC): Likewise.
8119 (STARTFILE_WINDISS_SPEC): Likewise.
8120 (ENDFILE_WINDISS_SPEC): Likewise.
8121 (LINK_START_WINDISS_SPEC): Likewise.
8122 (LINK_OS_WINDISS_SPEC): Likewise.
8123 * config/rs6000/windiss.h: New file.
8124
8125 2002-05-07 Aldy Hernandez <aldyh@redhat.com>
8126
8127 * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
8128
8129 2002-05-06 David S. Miller <davem@redhat.com>
8130
8131 * config/sparc/sparc.md (shift insns): Do not mask off
8132 second operand, 'I' constraint and SHIFT_COUNT_TRUNCATED
8133 take care of it.
8134
8135 2002-05-06 Richard Henderson <rth@redhat.com>
8136
8137 PR c++/6212
8138 * expr.c (highest_pow2_factor_for_type): New.
8139 (expand_assignment): Use it.
8140
8141 2002-05-06 Aldy Hernandez <aldyh@redhat.com>
8142
8143 * config/rs6000/rs6000.md ("altivec_mtvscr"): Change to
8144 unspec_volatile.
8145 ("altivec_mfvscr"): Same.
8146
8147 2002-05-06 Janis Johnson <janis187@us.ibm.com>
8148
8149 * rtl.h (struct rtx_def): Update comments.
8150 (RTL_FLAG_CHECK[12345678]): New. (rtl_check_failed_flag): Declare.
8151 (RTL_FLAG): New. (CLEAR_RTX_FLAGS): New. (flag access macros): Use
8152 RTL_FLAG_CHECK macros with list of expected RTL codes.
8153 * rtl.c (copy_rtx, shallow_copy_rtx): Use RTX_FLAG macro.
8154 (rtl_check_failed_flag): New.
8155 * reload1.c (reload): Use REG macro before changing rtx to MEM.
8156 (reload_cse_noop_set_p): Check rtx code before using access macro.
8157 * config/ia64/ia64.c (process_for_unwind_directive): Check rtx code
8158 before using access macro.
8159
8160 2002-05-06 Janis Johnson <janis187@us.ibm.com>
8161
8162 * doc/rtl.texi (Flags): Update to reflect current usage.
8163
8164 2002-05-06 Roger Sayle <roger@eyesopen.com>
8165
8166 PR opt/3995
8167 * fold-const.c (sign_bit_p): New function.
8168 (fold) [EQ_EXPR]: Use this to convert (A & C) == 0 into A >= 0 and
8169 (A & C) != 0 into A < 0, when constant C is the sign bit of A's type.
8170 Reapply fold when converting (A & C) == C into (A & C) != 0.
8171 (fold_binary_op_with_conditional_arg): Fix typo in comment.
8172
8173 2002-05-07 Neil Booth <neil@daikokuya.demon.co.uk>
8174
8175 * c-common.c (warn_multichar): New.
8176 (c_common_init): Set CPP's warn_multichar.
8177 * c-common.h (warn_multichar): New.
8178 * c-decl.c (warn_multichar): Remove.
8179 * c-lex.c (lex_charconst): Update.
8180 * c-tree.h (warn_multichar): Remove.
8181 * cppexp.c (eval_token): Sign-extend charconst value.
8182 * cppinit.c (cpp_create_reader): Set warn_multichar.
8183 * cpplex.c (cpp_interpret_charconst): Don't sign-extend
8184 each character. Update prototype. Sign-extend the result.
8185 * cpplib.h: Fix conditions.
8186 (struct cpp_options): Add new warning flag.
8187 (cpp_interpret_charconst): Update prototype.
8188 doc:
8189 * cpp.texi: Update documentation.
8190
8191 2002-05-06 Vladimir Makarov <vmakarov@redhat.com>
8192
8193 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
8194 Fix typo in usage of allof instead of unit.
8195
8196 2002-05-06 Richard Henderson <rth@redhat.com>
8197
8198 * recog.c (if_test_bypass_p): Accept multiple set insns for OUT,
8199 and any jump or call for IN.
8200
8201 2002-05-06 Bernd Schmidt <bernds@redhat.com>
8202
8203 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Define __SSE2_BUILTINS__ if
8204 -msse2.
8205 * config/i386/xmmintrin.h: Use it to conditionalize SSE2 support.
8206
8207 2002-05-06 Roger Sayle <roger@eyesopen.com>
8208
8209 * fold-const.c (lshift-double): Cast the high word to an unsigned
8210 HOST_WIDE_INT when extracting sign bit to avoid compiler warning.
8211 (div_and_round_double): Cast carry to a signed HOST_WIDE_INT to
8212 avoid compiler warning. (fold): Remove redundant code from
8213 BIT_AND_EXPR as integer operands are canonicalized to be arg1.
8214
8215 2002-05-06 Jeff Law <law@redhat.com>
8216
8217 * pa-protos.h (hppa_fpstore_bypass_p): Declare.
8218 * pa.c (pa_adjust_cost): Remove all true dependency cost
8219 adjustments. Also remove support for non-DFA scheduling.
8220 * pa.md (700, 7100, 7100lc, 7200, 7300): Use bypass mechanism
8221 to adjust true dependency costs. Update various comments.
8222 (7100lc, 7200, 7300 scheduling): Simplify by combining the
8223 FP ALU & MPY units into a single unit.
8224
8225 2002-05-06 Catherine Moore <clm@redhat.com>
8226
8227 * config/v850/v850.c (compute_register_save_size): Make sure
8228 to count all of the registers that will be saved.
8229
8230 Mon May 6 18:03:11 CEST 2002 Jan Hubicka <jh@suse.cz>
8231
8232 * i386.c (q_regs_operand): Use ANY_QI_REGS_P.
8233
8234 2002-05-06 David S. Miller <davem@redhat.com>
8235
8236 * config/sparc/sparc.c (emit_soft_tfmode_libcall): Do not
8237 allow result to overlap input operands in memory.
8238
8239 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
8240
8241 doc:
8242 * cpp.texi: Update multichar charconst docs.
8243
8244 2002-05-06 Neil Booth <neil@daikokuya.demon.co.uk>
8245
8246 * cpplex.c (cpp_interpret_charconst): Sign-extend each
8247 character. Don't ignore excess characters. Treat
8248 multicharacter character constants as signed.
8249 (cpp_parse_escape): Clarify diagnostic.
8250
8251 2002-05-05 Jakub Jelinek <jakub@redhat.com>
8252
8253 * config/sparc/sparc.md (ashlsi3): If shift count is const1_rtx,
8254 use add instead of shift.
8255 (ashldi3_sp64): Likewise.
8256 (ashlsi3_const1, ashldi3_const1): Remove.
8257 * config/sparc/sparc.h (PREDICATE_CODES): Add const1_operand.
8258 * config/sparc/sparc.c (const1_operand): New.
8259
8260 2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
8261
8262 * config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
8263
8264 2002-05-05 Jakub Jelinek <jakub@redhat.com>
8265
8266 PR target/6561
8267 * config/sparc/sparc.md (muldi3_v8plus): Handle %1 equal to %2.
8268
8269 2002-05-05 Richard Henderson <rth@redhat.com>
8270
8271 * config/alpha/alpha.c (alpha_adjust_cost): Remove everything but
8272 memory latency adjustments.
8273 (alpha_variable_issue): Remove.
8274 (alpha_use_dfa_pipeline_interface): New.
8275 (alpha_multipass_dfa_lookahead): New.
8276 * config/alpha/alpha.md: Remove define_function_unit scheduling;
8277 include new dfa scheduling.
8278 (attr type): Add none.
8279 (blockage): Use it.
8280 * config/alpha/ev4.md: New.
8281 * config/alpha/ev5.md: New.
8282 * config/alpha/ev6.md: New.
8283
8284 2002-05-05 David S. Miller <davem@redhat.com>
8285
8286 * recog.c (store_data_bypass_p): Handle CLOBBER inside PARALLEL.
8287
8288 2002-05-05 Kazu Hirata <kazu@cs.umass.edu>
8289
8290 * cse.c: Fix formatting.
8291 * emit-rtl.c: Likewise.
8292
8293 2002-05-05 Vladimir Makarov <vmakarov@redhat.com>
8294
8295 * genautomata.c (initiate_states): Add additional guard to
8296 initialize `units_array'.
8297
8298 2002-05-05 Vladimir Makarov <vmakarov@redhat.com>
8299
8300 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp,
8301 process_unit_to_form_the_same_automaton_unit_lists,
8302 form_the_same_automaton_unit_lists
8303 check_unit_distributions_to_automata): New prototypes and
8304 functions.
8305 (check_automata): Rename it into `check_automata_insn_issues'.
8306 (unit_decl): New fields `the_same_automaton_unit' and
8307 `the_same_automaton_message_reported_p'.
8308 (unit_decl_t): New typedef.
8309 (the_same_automaton_lists): New gloval variable.
8310 (unit_regexp, unit_set_el, units_array, units_cmp,
8311 output_get_cpu_unit_code_func): Use the typedef.
8312 (evaluate_max_reserv_cycles): Increment
8313 `description->max_insn_reserv_cycles'.
8314 (initiate_states): Don't increment `max_cycles_num'.
8315 (transform_insn_regexps): Move code around transformation of
8316 regexps from `generate'.
8317 (generate): Remove call of `transform_insn_regexps'.
8318 (expand_automata): Call `transform_insn_regexps' and
8319 `check_unit_distributions_to_automata'. Check errors before
8320 `generate'.
8321
8322 * config/sparc/ultra3.md (us3_a0, us3_a1): Move the units into
8323 automaton `ultrasparc3_1'.
8324
8325 2002-05-05 Neil Booth <neil@daikokuya.demon.co.uk>
8326
8327 * c-common.c (c_common_init): Set up CPP arithmetic.
8328 * cppinit.c (cpp_create_reader): Default CPP arithmetic to
8329 something reasonable for the host.
8330 (sanity_checks): Add checks.
8331 (cpp_read_main_file): Call sanity_checks() from here...
8332 (cpp_post_options): ... not here.
8333 * cpplex.c (cpp_interpret_charconst): Get max_chars right.
8334 * cpplib.h (struct cpp_options): New member int_precision.
8335
8336 2002-05-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8337
8338 * doc/install.texi (powerpc-*-linux-gnu*): Update build requirements.
8339
8340 2002-05-04 David S. Miller <davem@redhat.com>
8341
8342 * config/sparc/linux.h, config/sparc/linux64.h
8343 (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define twice.
8344
8345 * config/sparc/sparc.c (sparc_rtx_costs): Describe costs of
8346 more RTX codes.
8347 * config/sparc/sparc.h (RTX_COSTS_CASES): List those new codes.
8348
8349 * recog.c (store_data_bypass_p): Handle out_insn being a PARALLEL
8350 of SETs.
8351
8352 2002-05-05 Tim Josling <tej@melbpc.org.au>
8353
8354 * treelang; New directory for new sample language treelang.
8355
8356 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
8357
8358 * Makefile.in (c-lex.o): Update.
8359 * c-lex.c: Include target.h.
8360 (cb_register_builtins): New.
8361 (init_c_lex): Set builtins callback.
8362 * c-lex.h (cpp_define, cpp_assert): New prototypes.
8363 * cppinit.c (init_builtins): Use callback, including for
8364 GXX_WEAK.
8365 * cpplib.h (struct cpp_callbacks): New member.
8366 * target-def.h (TARGET_REGISTER_CPP_BUILTINS): New.
8367 (TARGET_INITIALIZER): Update.
8368 * target.h (struct gcc_target): New hook.
8369 * tree.c (default_register_cpp_builtins): New.
8370 * tree.h (default_register_cpp_builtins): New.
8371 doc:
8372 * tm.texi (TARGET_REGISTER_CPP_BUILTINS): Document.
8373
8374 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
8375
8376 * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
8377 (cpp_post_options): Move sanity checks to...
8378 (sanity_checks): New.
8379 * cpplex.c (maybe_read_ucs): Fix prototype.
8380 (parse_string, cpp_parse_escape): Cast for %c format specifier.
8381 * cpplib.h (cppchar_t): Use unsigned long or unsigned long long
8382 if necessary.
8383
8384 2002-05-04 Bernd Schmidt <bernds@redhat.com>
8385
8386 * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
8387 builtins. Use V2DI patterns instead of TI for logical operations.
8388 (ix86_init_mmx_sse_builtins): Add a couple of missing SSE2 builtins.
8389 Correct definitions of psadbw, pmovmskb128, movntdq, cvtdq2ps.
8390 (ix86_expand_builtins): Change the pattern used for movntdq.
8391 * config/i386/i386.md (sse2_andv2di3, sse2_iorv2di3, sse2_xorv2di3,
8392 sse2_nandv2di3): New patterns.
8393 (sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3): Correct modes
8394 on operands.
8395 (sse2_movntv2di): Renamed from sse2_movntti and modes adjusted.
8396 (cvtdq2pd): Correct mode on operand 1.
8397 (sse2_umulsidi3): Describe without unspec.
8398 (sse2_psadbw, mmx_psadbw): Describe with unspec; use more appropriate
8399 machine modes.
8400 (lshrv2di3): Renamed from sse2_lshrv2di3 and removed unspec.
8401 (ashlv2di3): Likewise, from sse2_ashlv2di3.
8402 (ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, lshrv2di3, ashlv8hi3,
8403 ashlv4si3, ashlv2di3): Use SImode for shift count.
8404 (ashrv8hi3_ti, ashrv4si3_ti, lshrv8hi3_ti, lshrv4si3_ti, lshrv2di3_ti,
8405 lshrv4si3_ti, lshrv2di3_ti, ashlv8hi3_ti, ashlv4si3_ti, ashlv2di3_ti):
8406 New patterns.
8407 * config/i386/xmmintrin.h (__v2df, __v2di, __v4si, __v8hi, __v16qi):
8408 New typedefs.
8409 (__m128i, __m128d): New macros.
8410 (_mm_add_pd, _mm_add_sd, _mm_sub_pd, _mm_sub_sd, _mm_mul_pd,
8411 _mm_mul_sd, _mm_div_pd, _mm_div_sd, _mm_sqrt_pd, _mm_sqrt_sd,
8412 _mm_min_pd, _mm_min_sd, _mm_max_sd, _mm_max_pd, _mm_and_pd,
8413 _mm_andnot_pd, _mm_xor_pd, _mm_or_pd, _mm_cmpeq_pd, _mm_cmplt_pd,
8414 _mm_cmple_pd, _mm_cmpgt_pd, _mm_cmpge_pd, _mm_cmpneq_pd,
8415 _mm_cmpnlt_pd, _mm_cmpnle_pd, _mm_cmpngt_pd, _mm_cmpnge_pd,
8416 _mm_cmpord_pd, _mm_cmpunord_pd, _mm_cmpeq_sd, _mm_cmplt_sd,
8417 _mm_cmple_sd, _mm_cmpgt_sd, _mm_cmpge_sd, _mm_cmpneq_sd,
8418 _mm_cmpnlt_sd, _mm_cmpnle_sd, _mm_cmpngt_sd, _mm_cmpnge_sd,
8419 _mm_cmpord_sd, _mm_cmpunord_sd, _mm_comieq_sd, _mm_comilt_sd,
8420 _mm_comile_sd, _mm_comigt_sd, _mm_comige_sd, _mm_comineq_sd,
8421 _mm_ucomieq_sd, _mm_ucomieq_sd, _mm_ucomilt_sd, _mm_ucomile_sd,
8422 _mm_ucomigt_sd, _mm_ucomige_sd, _mm_ucomineq_sd, _mm_cvtepi32_pd,
8423 _mm_cvtepi32_ps, _mm_cvtpd_epi32, _mm_cvtpd_pi32, _mm_cvtpd_ps,
8424 _mm_cvttpd_epi32, _mm_cvttpd_pi32, _mm_cvtpi32_pd, _mm_cvtps_epi32,
8425 _mm_cvttps_epi32, _mm_cvtps_pd, _mm_cvtsd_si32, _mm_cvttsd_si32,
8426 _mm_cvtsd_ss, _mm_cvtsi32_sd, _mm_cvtss_sd, _mm_unpackhi_pd,
8427 _mm_unpacklo_pd, _mm_loadh_pd, _mm_storeh_pd, _mm_storel_pd,
8428 _mm_movemask_pd, _mm_packs_epi16, _mm_packs_epi32, _mm_packus_epi16,
8429 _mm_unpackhi_epi8, _mm_unpackhi_epi16, _mm_unpackhi_epi32,
8430 _mm_unpacklo_epi8, _mm_unpacklo_epi16, _mm_unpacklo_epi32,
8431 _mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
8432 _mm_adds_epi8, _mm_adds_epi16, _mm_adds_epu8, _mm_adds_epu16,
8433 _mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
8434 _mm_subs_epi8, _mm_subs_epi16, _mm_subs_epu8, _mm_subs_epu16,
8435 _mm_madd_epi16, _mm_mulhi_epi16, _mm_mullo_epi16, _mm_mul_pu16,
8436 _mm_mul_epu16, _mm_sll_epi16, _mm_sll_epi32, _mm_sll_epi64,
8437 _mm_sra_epi16, _mm_sra_epi32, _mm_srl_epi16, _mm_srl_epi32,
8438 _mm_srl_epi64, _mm_slli_epi16, _mm_slli_epi32, _mm_slli_epi64,
8439 _mm_srai_epi16, _mm_srai_epi32, _mm_srli_epi16, _mm_srli_epi32,
8440 _mm_srli_epi64, _mm_and_si128, _mm_andnot_si128, _mm_or_si128,
8441 _mm_xor_si128, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
8442 _mm_cmpgt_epi8, _mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_max_epi16,
8443 _mm_max_epu8, _mm_min_epi16, _mm_min_epu8, _mm_movemask_epi8,
8444 _mm_mulhi_epu16, _mm_maskmoveu_si128, _mm_avg_epu8, _mm_avg_epu16,
8445 _mm_sad_epu8, _mm_stream_si32, _mm_stream_si128, _mm_stream_pd,
8446 _mm_movpi64_epi64, _mm_clflush, _mm_lfence, _mm_mfence): New
8447 functions.
8448 (_mm_shufflehi_epi16, _mm_shufflelo_epi16, _mm_shuffle_epi32,
8449 _mm_extract_epi16, _mm_insert_epi16, _mm_shuffle_pd): New macros.
8450
8451 2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
8452
8453 * dwarf2out.c: Fix formatting.
8454 * varasm.c: Likewise.
8455
8456 2002-05-04 David Edelsohn <edelsohn@gnu.org>
8457
8458 PR c/6543
8459 * config/rs6000/rs6000.md (sCC pattern and splitter): Remove
8460 clobber and use result as temporary value.
8461
8462 Sat May 4 13:20:54 CEST 2002 Jan Hubicka <jh@suse.cz>
8463
8464 * expr.c (force_operand): Use expand_simple_* to handle more
8465 cases.
8466
8467 2002-05-04 Neil Booth <neil@daikokuya.demon.co.uk>
8468
8469 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
8470 and sign-extension.
8471 (lex_charconst): Update for change in prototype of
8472 cpp_interpret_charconst. Extend from cppchar_t to HOST_WIDE_INT
8473 appropriately.
8474 * cpphash.h (BITS_PER_CPPCHAR_T): New.
8475 * cppinit.c (cpp_create_reader): Initialize them for no
8476 change in semantics.
8477 (cpp_post_options): Add sanity checks.
8478 * cpplex.c (cpp_parse_escape): Handle precision, sign-extension
8479 and truncation issues. Calculate in type cppchar_t.
8480 (MAX_CHAR_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Remove.
8481 (cpp_interpret_charconst): Calculate in type cppchar_t. Handle
8482 run-time dependent precision correctly. Return whether the
8483 result is signed or not.
8484 * cpplib.c (dequote_string): Use cppchar_t; update.
8485 * cpplib.h (cppchar_signed_t): New.
8486 struct cpp_options): New precision members.
8487 (cpp_interpret_charconst, cpp_parse_escape): Update prototypes.
8488 * cppexp.c (eval_token): Update.
8489
8490 2002-05-03 David S. Miller <davem@redhat.com>
8491
8492 * config/sparc/sparc-protos.h (sparc_rtx_costs): New.
8493 * config/sparc/sparc.c (sparc_rtx_costs): New function
8494 implementing RTX_COSTS and CONST_COSTS.
8495 * config/sparc/sparc.h (CONST_COSTS): Delete.
8496 (RTX_COSTS_CASES): Define.
8497 (RTX_COSTS): Expand RTX_COSTS_CASES and use sparc_rtx_costs to do
8498 the work.
8499
8500 * config/sparc/sparc.md (DFA schedulers): Split out...
8501 * config/sparc/cypress.md, config/sparc/hypersparc.md,
8502 config/sparc/sparclet.md, config/sparc/supersparc.md,
8503 config/sparc/ultra1_2.md, config/sparc/ultra3.md: ... into here.
8504
8505 * config/sparc/sparc.c (LEAF_REGISTERS): Do not do ifdef
8506 checks on it, always defined for Sparc.
8507
8508 * config/sparc/sparc.h (REG_ALLOC_ORDER, REG_LEAF_ALLOC_ORDER):
8509 Tweak, and add more detailed comments.
8510
8511 2002-05-03 Zack Weinberg <zack@codesourcery.com>
8512
8513 * Re-apply patch accidentally reverted with
8514 DFA scheduler merge: remove all rules and variables to slurp
8515 source files out of libiberty and rebuild them with HOST_CC.
8516 ($(HOST_PREFIX_1)varray.o): New rule.
8517 (genattrtab rule): Word wrap.
8518
8519 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
8520
8521 * config/i386/netbsd64.h (CPP_LP64_SPEC): Define.
8522 (CPP_SUBTARGET_SPEC): Define.
8523 (SUBTARGET_EXTRA_SPECS): Redefine, adding cpp_lp64 and
8524 cpp_subtarget specs.
8525 (CPP_SPEC): Redefine to include %(cpp_subtarget).
8526
8527 2002-05-03 David S. Miller <davem@redhat.com>
8528
8529 * target-defs.h (TARGET_SCHED_CYCLE_DISPLAY): Delete.
8530 * target.h (struct gcc_target): Delete cycle_display member.
8531
8532 * config/ia64/ia64.c (ia64_emit_insn_before): Put it back.
8533 (rtx_needs_barrier): Delete reference to cycle_display unspec.
8534 (ia64_sched_reorder2): Mention need for cycle display handling
8535 once such notes exist.
8536
8537 2002-05-03 Richard Henderson <rth@redhat.com>
8538
8539 * real.c (etoasc): Strip most trailing zeros for clarity.
8540 * sched-vis.c: Include real.h.
8541 (print_value): Use REAL_VALUE_TO_DECIMAL as needed.
8542 * Makefile.in (sched-vis.o): Add real.h.
8543
8544 2002-05-03 David S. Miller <davem@redhat.com>
8545
8546 * haifa-sched.c (rank_for_schedule): Revert 2002-05-02 change,
8547 no longer needed.
8548
8549 2002-05-03 Aldy Hernandez <aldyh@redhat.com>
8550
8551 * config/rs6000/rs6000.c (altivec_expand_binop_builtin): Error out
8552 when we get an out of range literal.
8553 (altivec_expand_ternop_builtin): Same.
8554 (altivec_expand_unop_builtin): Same.
8555 (altivec_expand_builtin): Same, for dss.
8556 (altivec_expand_builtin): Use trees instead of rtl when
8557 determining literal argument validity.
8558
8559 2002-05-03 David S. Miller <davem@redhat.com>
8560
8561 Delete cycle display scheduling hook.
8562 * config/ia64/ia64.c (ia64_cycle_display,
8563 TARGET_SCHED_CYCLE_DISPLAY, ia64_emit_insn_before): Delete.
8564 (ia64_sched_reorder2): Don't check for CODE_FOR_cycle_display
8565 and use emit_insn_before instead of ia64_emit_insn_before.
8566 * config/ia64/ia64.md (unspec usage): Delete cycle display.
8567 (cycle_display): Delete insn pattern.
8568 * config/sparc/sparc.md (unspec usage): Delete cycle display.
8569 (cycle_display): Delete insn pattern.
8570 * config/sparc/sparc.c (sparc_cycle_display,
8571 TARGET_SCHED_CYCLE_DISPLAY): Delete.
8572 * doc/md.texi (cycle_display): Don't mention.
8573 * doc/tm.texi (TARGET_SCHED_CYCLE_DISPLAY): Likewise.
8574
8575 2002-05-03 Richard Henderson <rth@redhat.com>
8576
8577 * recog.c (store_data_bypass_p, if_test_bypass_p): New.
8578 * recog.h: Declare them.
8579
8580 * config/sparc/sparc.c (ultrasparc_store_bypass_p): Remove.
8581 * config/sparc/sparc.md: Use store_data_bypass_p instead.
8582 * config/sparc/sparc-protos.h: Update.
8583
8584 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
8585
8586 * config/sparc/netbsd-elf.c (CPP_SUBTARGET_SPEC64): Remove
8587 -D__arch64__. Add -D_LP64.
8588 (CPP_ARCH32_SPEC): Redefine to match the non-bi-arch version
8589 from sparc.h.
8590 (CPP_ARCH64_SPEC): Likewise.
8591 (NO_BUILTIN_PTRDIFF_TYPE): Undef.
8592 (NO_BUILTIN_SIZE_TYPE): Undef.
8593
8594 2002-05-03 Vladimir Makarov <vmakarov@redhat.com>
8595
8596 * genautomata.c (min_issue_delay_pass_states): Change return type
8597 in the prototype.
8598 (min_issue_delay_pass_states): Change the algorithm.
8599 (min_issue_delay): Set up min_insn_issue_delay for the state.
8600 (output_min_issue_delay_table): Interchange the nested loops and
8601 and initiate min_insn_issue_delay for states.
8602
8603 Fri May 3 22:59:15 CEST 2002 Jan Hubicka <jh@suse.cz>
8604
8605 * cfgcleanup.c (try_optimize_cfg): Call merge_block only when
8606 jump is simplejump.
8607
8608 Fri May 3 22:53:37 CEST 2002 Jan Hubicka <jh@suse.cz>
8609
8610 * i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops
8611 sequence.
8612
8613 2002-05-03 Richard Henderson <rth@redhat.com>
8614
8615 PR opt/6534
8616 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
8617 noce_try_store_flag_inc, noce_try_store_flag_mask, noce_try_cmove,
8618 noce_try_cmove_arith, noce_try_minmax, noce_try_abs): Insert new
8619 code before JUMP, not EARLIEST.
8620
8621 2002-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
8622
8623 * c-format.c (check_format_info_main): Don't check for presence of
8624 parameter for * width until after operand number has been read,
8625 and only check for it if format parameters are available.
8626 Fixes PR c/6547.
8627
8628 2002-05-03 Jason Thorpe <thorpej@wasabisystems.com>
8629
8630 * config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.
8631 (LINK_SPEC): Undef before defining.
8632
8633 2002-05-03 Jakub Jelinek <jakub@redhat.com>
8634
8635 PR preprocessor/6489
8636 * tradcpp.c (fixup_newlines): New.
8637 (main, finclude): Use it.
8638
8639 2002-05-03 Richard Sandiford <rsandifo@redhat.com>
8640
8641 * config/mips/elf64.h (UNIQUE_SECTION): Use mips_unique_section.
8642 * config/mips/mips.c (mips_unique_section): Strip encoding from
8643 decl name.
8644
8645 2002-05-03 Jakub Jelinek <jakub@redhat.com>
8646
8647 * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper
8648 mode.
8649
8650 2002-05-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8651
8652 * doc/install.texi (Installing): Mention GCC 3.1 buildstats.
8653 (Specific): Removed buildstats references.
8654 (Specific, hppa*-hp-hpux11): Adjust for GCC versions > 3.0.
8655 (Specific, sparc-sun-solaris2*): Update 64-bit hints for GCC 3.1.
8656 Accomodate Solaris versions beyond 8.
8657 (Specific, sparc-sun-solaris2.7): Update as path for GCC 3.1.
8658 (Specific, *-*-solaris2.8): Removed, obsolete.
8659
8660 2002-05-03 Jakub Jelinek <jakub@redhat.com>
8661
8662 PR target/6542
8663 * config/sparc/sparc.h (leaf_reg_remap): Remove const.
8664 (CONDITIONAL_REGISTER_USAGE): For TARGET_FLAT make
8665 fill leaf_reg_remap with identity.
8666 * config/sparc/sparc.c (leaf_reg_remap): Remove const.
8667
8668 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
8669
8670 * config/h8300/crti.asm: Remove trailing spaces.
8671 * config/h8300/h8300.c: Likewise.
8672 * config/h8300/lib1funcs.asm: Likewise.
8673
8674 2002-05-02 Jason Merrill <jason@redhat.com>
8675
8676 * defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.
8677 * c-decl.c (c_init_decl_processing): Use it.
8678 * config/rs6000/darwin.h (BOOL_TYPE_SIZE): Define to INT_TYPE_SIZE.
8679 * config/i960/i960.h (BOOL_TYPE_SIZE): Don't define.
8680 * config/mcore/mcore.h (BOOL_TYPE_SIZE): Don't define.
8681
8682 2002-05-03 Kazu Hirata <kazu@cs.umass.edu>
8683
8684 * regrename.c: Fix formatting.
8685 * tree.c: Likewise.
8686
8687 Fri May 3 13:34:43 CEST 2002 Jan Hubicka <jh@suse.cz>
8688
8689 * i386.md (attribute memory): Handle compares properly.
8690
8691 Fri May 3 10:51:38 CEST 2002 Jan Hubicka <jh@suse.cz>
8692
8693 * i386.md (sse_clrsf, sse_clrsi): Set memory attribute
8694 to none.
8695
8696 2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
8697
8698 * function.c: Fix formatting.
8699
8700 2002-05-02 Jan Hubicka <jh@suse.cz>
8701
8702 * haifa-sched.c (schedule_insn): Print table of instructions and
8703 reservations.
8704 (sched_block): Do not print ready list at verbosity level 1.
8705 * sched-vis.c (print_insn): Make global.
8706 * sched-ebb.c (ebb_print_insn): Rename from...
8707 (print_insn): ... this one.
8708 * sched-int.h (print_insn): Declare
8709
8710 2002-05-02 Richard Henderson <rth@redhat.com>
8711
8712 * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insn
8713 emitted by cycle_display.
8714
8715 2002-05-02 Loren J. Rittle <ljrittle@acm.org>
8716
8717 * doc/install.texi (*-*-freebsd*): Update to latest status.
8718
8719 2002-05-02 Jakub Jelinek <jakub@redhat.com>
8720
8721 PR target/6540
8722 * config.gcc (sparc*-*-solaris2*): Set float_format to i128.
8723 * config/float-sparc.h: Assume 128-bit long double if
8724 __LONG_DOUBLE_128__ is defined.
8725
8726 2002-05-02 Vladimir Makarov <vmakarov@redhat.com>
8727
8728 * genattrtab.c (write_function_unit_info): Add a dummy element
8729 when num_units == 0.
8730
8731 2002-05-02 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8732
8733 * predict.c: (propagate_freq, estimate_bb_frequencies): Use
8734 TYPE_MODE (double_type_node) instead of DFmode.
8735
8736 Thu May 2 19:50:04 CEST 2002 Jan Hubicka <jh@suse.cz>
8737
8738 * cfgrtl.c (try_redirect_by_replacing_jump): Do not kill computed
8739 jumps post reload.
8740 * toplev.c (rest_of_compilation): Revert Richard's patch.
8741
8742 2001-05-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
8743
8744 * pa/x-ada (ADA_CFLAGS): Rename to X_ADA_CFLAGS.
8745
8746 2002-05-02 Catherine Moore <clm@redhat.com>
8747
8748 * config/v850/v850.h (TRAMPOLINE_TEMPLATE): Change r5 to r20.
8749
8750 2002-05-02 Kazu Hirata <kazu@hxi.com>
8751
8752 * combine.c: Fix comment typos.
8753 * expr.c: Likewise.
8754 * genautomata.c: Likewise.
8755 * stmt.c: Likewise.
8756 * tree.h: Likewise.
8757
8758 2002-05-02 Joseph S. Myers <jsm28@cam.ac.uk>
8759
8760 * doc/install.texi: State GNAT version requirements.
8761
8762 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
8763
8764 * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Accept any form
8765 of the frame pointer or arg pointer register which strict register
8766 checking is not enabled.
8767
8768 2002-05-02 Aldy Hernandez <aldyh@redhat.com>
8769
8770 * gcc.dg/altivec-8.c: New.
8771
8772 * config/rs6000/rs6000.c (rs6000_legitimate_address): Disallow
8773 PRE_INC and PRE_DEC for altivec modes.
8774
8775 2002-05-01 Bruce Korb <bkorb@gnu.org>
8776
8777 * fixinc/check.tpl(set-writable): make sure the function exists first
8778 * fixinc/inclhack.def(alpha_assert): fix test_text
8779 * fixinc/tests/base/assert.h: add in missing result
8780
8781 2002-05-01 Jeff Law <law@redhat.com>
8782
8783 * pa.h (EXTRA_CONSTRAINT): Don't accept PIC addresses for the
8784 'T' constraint.
8785
8786 2002-05-01 Joel Brobecker <brobecker@gnat.com>
8787
8788 * dbxout.c (dbxout_type): Emit size information for range types,
8789 as well, but only when using GDB extensions.
8790
8791 2002-05-01 Richard Henderson <rth@redhat.com>
8792
8793 * configure.in (HAVE_GAS_HIDDEN): Replace SPARC feature test with
8794 target-independent gnu binutils date test.
8795
8796 2002-05-01 Richard Henderson <rth@redhat.com>
8797
8798 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Emit dump
8799 info before expunging the block.
8800
8801 2002-05-01 Jakub Jelinek <jakub@redhat.com>
8802
8803 * cppinit.c (cpp_handle_option) [-dM]: Don't set no_output here...
8804 (cpp_post_options): ...but here. Disable -dD, -dN and -dI when
8805 -M -or -MM is in effect.
8806
8807 2002-05-01 Zack Weinberg <zack@codesourcery.com>
8808
8809 * config.gcc: Correct test of --enable-obsolete. Obsolete all
8810 A29k configurations.
8811 * doc/install.texi: Update to match.
8812
8813 2002-05-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8814
8815 PR bootstrap/6514
8816 * varasm.c (globalize_decl): Compare DECL_ASSEMBLER_NAME to check
8817 for duplicates. Always loop over whole list.
8818
8819 Wed May 1 10:32:37 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8820
8821 * reload.c (find_reloads, case 'p'): Set BADOP to 0.
8822
8823 2002-05-01 Joel Sherrill <joel@OARcorp.com>
8824
8825 * config/sparc/t-elf (sparc-rtems, sparc-elf): Build assembly
8826 support routines.
8827
8828 2002-05-01 Joel Sherrill <joel@OARcorp.com>
8829
8830 * config/arm/rtems-elf.h: Add #undef TARGET_VERSION to prevent warning.
8831
8832 2002-05-01 David Edelsohn <edelsohn@gnu.org>
8833
8834 * rs6000.md (abssi2_nopower): Convert to define_insn_and_split.
8835 (nabs_nopower): Same.
8836 (floatdisf2): New pattern.
8837 (absdi2): Convert to define_insn_and_split.
8838 (nabsdi2): Same.
8839 (trunctfsf2): Same.
8840 (floatditf2): Same.
8841 (floatsitf2): Same.
8842 (fix_trunctfdi2): Same.
8843 (fix_trunctfsi2): Same.
8844
8845 2002-05-01 Joseph S. Myers <jsm28@cam.ac.uk>
8846
8847 * doc/install.texi: Update Texinfo version requirement
8848 documentation.
8849
8850 2002-05-01 Jakub Jelinek <jakub@redhat.com>
8851
8852 PR target/6512, PR target/5628
8853 * config/sparc/sparc.md (movdf_insn_v9only_novis): Don't allow >= %f32
8854 when memory is not aligned.
8855 (movdf_insn_v9only_vis): Likewise.
8856 * config/sparc/sparc.h (SECONDARY_INPUT_RELOAD_CLASS): Request a FP_REGS
8857 temporary for EXTRA_FP_REGS DFmode load from unaligned memory.
8858 (SECONDARY_OUTPUT_RELOAD_CLASS): Similarly.
8859
8860 2002-05-01 Aldy Hernandez <aldyh@redhat.com>
8861
8862 * gcc.dg/altivec-7.c: New.
8863
8864 * config/rs6000/altivec.h: Cleanup.
8865
8866 2002-04-30 Aldy Hernandez <aldyh@redhat.com>
8867
8868 * doc/invoke.texi (Option Summary): Add -mvrsave=.
8869 (RS/6000 and PowerPC Options): Document -mvrsave=.
8870
8871 * config/rs6000/rs6000.c (rs6000_altivec_vrsave): New global.
8872 (rs6000_altivec_vrsave_string): Same.
8873 (rs6000_override_options): Call rs6000_parse_vrsave_option.
8874 (rs6000_parse_vrsave_option): New.
8875 (rs6000_stack_info): Only generate vrsave instructions when
8876 TARGET_ALTIVEC_VRSAVE.
8877
8878 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -mvrsave= option.
8879 (rs6000_altivec_vrsave_string): Define extern.
8880 (rs6000_altivec_vrsave): Same.
8881 (TARGET_ALTIVEC_VRSAVE): New.
8882
8883 2002-04-30 Richard Henderson <rth@redhat.com>
8884
8885 PR opt/6516
8886 * toplev.c (rest_of_compilation): Don't run cross-jump before
8887 bb-reorder.
8888
8889 2002-04-30 Tom Rix <trix@redhat.com>
8890
8891 * regrename.c (build_def_use, copyprop_hardreg_forward_1): Sanity
8892 check which_alternative.
8893
8894 2002-04-30 Kazu Hirata <kazu@hxi.com>
8895
8896 * cpplex.c: Fix comment formatting.
8897 * function.c: Likewise.
8898 * integrate.c: Likewise.
8899 * regrename.c: Likewise.
8900 * sibcall.c: Likewise.
8901 * simplify-rtx.c: Likewise.
8902 * tree-inline.c: Likewise.
8903
8904 2002-04-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
8905
8906 * config.gcc (hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-rtems*,
8907 hppa1.0-*-osf*, hppa1.1-*-bsd*, hppa1.1-*-hpux10*, hppa2*-*-hpux10*,
8908 hppa1.0-*-hpux10*, hppa*64*-*-hpux11*, hppa1.1-*-hpux11*,
8909 hppa2*-*-hpux11*, hppa1.0-*-hpux11*, hppa*-*-lites*): Define xmake_file.
8910 * pa/t-linux, pa/t-pa, pa/t-pa64, t-pro (T_ADAFLAGS): Delete.
8911 * pa/x-ada: New file. Define ADA_CFLAGS.
8912
8913 2002-04-30 Hans-Peter Nilsson <hp@bitrange.com>
8914
8915 * config/mmix/mmix.h (MMIX_LAST_STACK_REGISTER_REGNUM): Renamed
8916 from MMIX_LAST_REGISTER_FILE_REGNUM.
8917 (NO_IMPLICIT_EXTERN_C): Remove cryptic obsolete comment.
8918 (struct machine_function): New member highest_saved_stack_register
8919 previously static variable in mmix.c.
8920 (MACHINE_DEPENDENT_REORG): Define.
8921 * config/mmix/mmix.c (highest_saved_stack_register): Deleted.
8922 (MMIX_OUTPUT_REGNO): New.
8923 (mmix_target_asm_function_prologue): Move calculation of last used
8924 saved-stack-register into...
8925 (mmix_machine_dependent_reorg): New function. Update to also handle
8926 !TARGET_ABI_GNU.
8927 (mmix_print_operand): Apply MMIX_OUTPUT_REGNO when emitting
8928 register names, simplify somewhat by new variable regno.
8929 <case 'p'>: Remove fixed FIXME. Always emit highest used saved
8930 register.
8931 (mmix_print_operand_address): Apply MMIX_OUTPUT_REGNO when
8932 emitting register names.
8933 (mmix_asm_output_reg_push, mmix_asm_output_reg_pop): Ditto.
8934 (mmix_dbx_register_number): Apply MMIX_OUTPUT_REGNO here too.
8935 Remove fixed FIXME.
8936 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg):
8937 Declare.
8938
8939 * config/mmix/mmix.md ("divmoddi4"): Update head comment.
8940
8941 2002-04-30 Richard Henderson <rth@redhat.com>
8942
8943 * config/sparc/sparc.c (emit_soft_tfmode_libcall,
8944 emit_soft_tfmode_binop, emit_soft_tfmode_unop, emit_soft_tfmode_cvt,
8945 emit_hard_tfmode_operation, emit_tfmode_binop, emit_tfmode_unop,
8946 emit_tfmode_cvt): New.
8947 * config/sparc/sparc.md (extendsftf2, extenddftf2, trunctfsf2,
8948 trunctfdf2, floatsitf2, floatunssitf2, floatditf2, floatunsditf2,
8949 fix_trunctfsi2, fixuns_trunctfsi2, fix_trunctfdi2, fixuns_trunctfdi2,
8950 addtf3, subtf3, multf3, divtf3, sqrttf2): Use them.
8951 * config/sparc/sparc-protos.h: Update.
8952
8953 2002-04-30 Janis Johnson <janis187@us.ibm.com>
8954
8955 * install.texi (Final install): Add to the list of info to include
8956 in a report of a successful bootstrap, and add link to 3.1 list.
8957
8958 Tue Apr 30 19:15:36 CEST 2002 Jan Hubicka <jh@suse.cz>
8959
8960 * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1.
8961 (mode): Add vector modes
8962 (i387): Kill attribute.
8963 (unit): New attribute.
8964 (length_immediate): Grok new types.
8965 (prefix_data16, prefix_rep, prefix_0f): Fix for SSE/MMX.
8966 (modrm): Use "unit".
8967 (memory): Handle MMX/SSE properly.
8968 (scheduling descriptions): Kill uses of fop1.
8969 (sse, mmx, fp patterns): Set type and mode properly.
8970
8971 Tue Apr 30 09:31:59 2002 Jeffrey A Law (law@redhat.com)
8972
8973 * pa.c (override_options): Default to PA8000 scheduling.
8974 * doc/invoke.texi (HP-PA options): Mention newly added 7300
8975 scheduling parameter.
8976
8977 * pa.md (7100lc, 7200, 7300 scheduling): Slightly refine
8978 handling of double precision multiplies.
8979
8980 * pa.md (7100lc, 7200, 7300 scheduling): Refine handling of
8981 fpdiv and fpsqrt instructions.
8982 (7200 & 7300 scheduling): Fix typo in handling of
8983 store-load and store-store penalties.
8984
8985 2002-04-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8986
8987 * doc/contrib.texi (Contributors): Use MIPS instead of Mips and
8988 mips. Add two missing commas.
8989
8990 2002-04-30 Paolo Carlini <pcarlini@unitus.it>
8991
8992 * doc/contrib.texi (Contributors): Update Paolo Carlini's
8993 and Benjamin Kosnik's entries.
8994
8995 2002-04-29 David S. Miller <davem@redhat.com>
8996
8997 * config/sparc/sparc.h (BRANCH_COST, PREFETCH_BLOCK,
8998 SIMULTANEOUS_PREFETCHES): Tune for UltraSPARC-III.
8999 * config/sparc/sparc.md (call + jmp 32-bit peepholes): Likewise.
9000 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
9001
9002 2002-04-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9003
9004 * combine.c (find_split_point): Use gen_int_mode.
9005
9006 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>
9007
9008 Merging code from dfa-branch:
9009
9010 2002-04-24 Vladimir Makarov <vmakarov@redhat.com>
9011
9012 * genautomata.c (output_reserv_sets): Fix typo.
9013
9014 2002-04-23 Vladimir Makarov <vmakarov@redhat.com>
9015
9016 * genautomata.c (output_reserv_sets): Remove
9017 next_cycle_output_flag.
9018
9019 Thu Apr 18 08:57:06 2002 Jeffrey A Law (law@redhat.com)
9020
9021 * sched-rgn.c (init_ready_list): Make the DFA code handle
9022 USE/CLOBBER insns in the same way as the traditional
9023 scheduler.
9024 (new_ready): Similarly..
9025
9026 2002-04-17 Vladimir Makarov <vmakarov@redhat.com>
9027
9028 * haifa-sched.c (schedule_block): Change the DFA state only after
9029 issuing insn.
9030
9031 Wed Apr 17 15:38:36 2002 Jeffrey A Law (law@redhat.com)
9032
9033 * pa.c (hppa_use_dfa_pipeline_interface): New function.
9034 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define.
9035 (override_options): Add PA7300 scheduling support.
9036 (pa_adjust_cost): Update various comments. Properly
9037 handle anti and output dependencies when using the
9038 DFA scheduler.
9039 (pa_issue_rate): Add PA7300 scheduling support.
9040 (pa_can_combine_p): Call extract_insn before calling
9041 constrain_operands (taken from mainline tree).
9042 * pa.h (enum processor_type): Add PROCESSOR_PA7300.
9043 * pa.md (cpu attr): Add 7300. Rewrite pipeline
9044 descriptions using DFA descriptions. Add PA7300
9045 scheduling support.
9046
9047 2002-03-30 David S. Miller <davem@redhat.com>
9048
9049 Add UltraSPARC-III DFA scheduling support.
9050 * config/sparc/sparc.md (define_attr type): Add fpcrmove.
9051 Update FP conditional move on register insn patterns to use it, as
9052 appropriate.
9053 (define_attr cpu): Add ultrasparc3.
9054 (define_attr us3load_type): New, update integer load patterns to
9055 set it, as appropriate.
9056 (define_automaton): Add ultrasparc3_0 and ultrasparc3_1.
9057 (rest): Add UltraSPARC3 scheduling description.
9058 * config/sparc/sparc.h (TARGET_CPU_ultrasparc3): New.
9059 (PROCESSOR_ULTRASPARC3): New.
9060 ({ASM,CPP}_CPU64_DEFAULT_SPEC): Handle ultrasparc3.
9061 ({ASM,CPP}_CPU_SPEC): Likewise.
9062 (REGISTER_MOVE_COST): Likewise.
9063 (RTX_COSTS): Likewise.
9064 * config/sparc/sparc.c (sparc_override_options,
9065 sparc_initialize_trampoline, sparc64_initialize_trampoline,
9066 sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
9067 sparc_issue_rate): Likewise.
9068 * config/sparc/sol2.h: Likewise.
9069 * config/sparc/sol2-sld-64.h: Likewise.
9070 * config/sparc/linux64.h: Likewise.
9071
9072 2002-03-22 Vladimir Makarov <vmakarov@redhat.com>
9073
9074 * doc/md.texi: Add comments about usage the latency time for the
9075 different dependencies and about case when two or more conditions
9076 in different define_insn_reservations returns TRUE for an insn.
9077
9078 * doc/md.texi: Add reference for automaton based pipeline
9079 description.
9080
9081 2002-03-04 Vladimir Makarov <vmakarov@redhat.com>
9082
9083 * doc/passes.texi: Add missed information about genattrtab.
9084
9085 2002-03-01 Vladimir Makarov <vmakarov@redhat.com>
9086
9087 * genautomata.c (output_automata_list_transition_code): Check
9088 automata_list on NULL.
9089
9090 2002-02-28 Vladimir Makarov <vmakarov@redhat.com>
9091
9092 * genautomata.c (output_insn_code_cases,
9093 output_automata_list_min_issue_delay_code,
9094 output_automata_list_transition_code,
9095 output_automata_list_state_alts_code): Comment the functions.
9096
9097 2002-02-22 Vladimir Makarov <vmakarov@redhat.com>
9098
9099 * genautomata.c (automata_list_el_t): New typedef.
9100 (get_free_automata_list_el,free_automata_list_el,
9101 free_automata_list, automata_list_hash, automata_list_eq_p,
9102 initiate_automata_lists, automata_list_start, automata_list_add,
9103 automata_list_finish, finish_automata_lists,
9104 output_insn_code_cases, output_automata_list_min_issue_delay_code,
9105 output_automata_list_transition_code,
9106 output_automata_list_state_alts_code, add_automaton_state,
9107 form_important_insn_automata_lists): New functions and prototypes.
9108 (insn_reserv_decl): Add members important_automata_list and
9109 processed_p.
9110 (ainsn): Add members important_p.
9111 (automata_list_el): New structure.
9112 (first_free_automata_list_el, current_automata_list,
9113 automata_list_table): New global variables.
9114 (create_ainsns): Initiate member important_p.
9115 (output_internal_min_issue_delay_func): Generate the switch and
9116 call output_insn_code_cases.
9117 (output_internal_trans_func, output_internal_state_alts_func):
9118 Ditto.
9119 (generate): Call initiate_automata_lists.
9120 (automaton_states): New global variable.
9121 (expand_automata): Call form_important_insn_automata_lists.
9122 (write_automata): Call finish_automata_lists.
9123
9124 2002-02-21 Vladimir Makarov <vmakarov@redhat.com>
9125
9126 * genautomata.c (add_excls, add_presence_absence): Check that
9127 cpu units in the sets belong the same automaton.
9128
9129 * rtl.def (EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET): Add comment
9130 about that cpu units in the sets belong the same automaton.
9131
9132 * doc/md.texi: Ditto.
9133
9134 2001-12-20 Naveen Sharma <naveens@noida.hcltech.com>
9135 Nitin Gupta <niting@noida.hcltech.com>
9136
9137 * config/sh/sh.c (sh_use_dfa_interface): New function.
9138
9139 (sh_issue_rate): New Function.
9140 TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE: define.
9141 TARGET_SCHED_ISSUE_RATE: define.
9142
9143 * config/sh/sh.md: Add DFA based pipeline description for SH4.
9144
9145 (define_attr insn_class): New attribute used for DFA
9146 scheduling.
9147 (define_insn cmpgtsi_t): Set attribute insn_class mt_group.
9148 (cmpgesi_t,cmpgtusi_t,cmpgeusi_t,cmpeqsi_t,
9149 cmpeqdi_t): Likewise.
9150
9151 (add,addc1,addsi3,subc,subc1,*subsi3_internal,
9152 negc,negsi2,ashldi3_k,lshrdi3_k,ashrdi3_k): Set insn_class
9153 ex_group.
9154 (iorsi3,rotlsi3_1,rotlsi3_31,rotlsi3_16): Likewise.
9155
9156 2001-10-03 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
9157
9158 * haifa-sched.c (queue_to_ready): Remove unnecessary condition for
9159 break.
9160
9161 2001-10-03 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
9162
9163 * genautomata.c (DFA_INSN_CODES_LENGTH_VARIABLE_NAME): New macro.
9164 (output_dfa_insn_code_func): Expand dfa_insn_codes if it is
9165 necessary.
9166 (output_dfa_start_func): Initiate new variable insn_codes_length,
9167 (write_automata): Output definition of the new variable.
9168
9169 2001-10-02 David S. Miller <davem@redhat.com>
9170
9171 * haifa-sched.c (advance_one_cycle): New function.
9172 (schedule_block): Use it.
9173 (queue_to_ready): Use it, and also make sure to advance the DFA
9174 state on all stall cycles, not just those where insn_queue links
9175 are found.
9176
9177 2001-10-02 Richard Sandiford <rsandifo@redhat.com>
9178
9179 * haifa-sched.c (max_issue): Remove last_p argument. Only return
9180 non-zero if the highest-priority instruction could be scheduled.
9181 (choose_ready): Remove last argument from max_issue call.
9182
9183 2001-09-28 David S. Miller <davem@redhat.com>
9184
9185 * config/sparc/sparc.c (sparc_use_sched_lookahead): Use 4 for
9186 ultrasparc and 3 for other multi-issue sparcs.
9187
9188 2001-09-27 David S. Miller <davem@redhat.com>
9189
9190 * config/sparc/sparc.md (cycle_display): New pattern.
9191 * config/sparc/sparc.c (sparc_cycle_display): New.
9192 (TARGET_SCHED_CYCLE_DISPLAY): Set it.
9193
9194 2001-09-25 David S. Miller <davem@redhat.com>
9195
9196 Convert all of Sparc scheduling to DFA
9197 * config/sparc/sparc.md: Kill all define_function_unit
9198 directives and replace with DFA equivalent.
9199 * config/sparc/sparc.c (ultrasparc_adjust_cost,
9200 mark_ultrasparc_pipeline_state, ultra_cmove_results_ready_p,
9201 ultra_fpmode_conflict_exists, ultra_find_type,
9202 ultra_build_types_avail, ultra_flush_pipeline,
9203 ultra_rescan_pipeline_state, ultrasparc_sched_reorder,
9204 ultrasparc_variable_issue, ultrasparc_sched_init,
9205 sparc_variable_issue, sparc_sched_reorder, ultra_code_from_mask,
9206 ultra_schedule_insn, ultra_code_names, ultra_pipe_hist,
9207 ultra_cur_hist, ultra_cycles_elapsed): Kill.
9208 (sparc_use_dfa_pipeline_interface, sparc_use_sched_lookahead,
9209 ultrasparc_store_bypass_p): New.
9210 * config/sparc/sparc-protos.h (ultrasparc_store_bypass_p):
9211 Declare.
9212
9213 2001-09-24 David S. Miller <davem@redhat.com>
9214
9215 * haifa-sched.c (ready_remove): Fix thinko, we want to copy around
9216 ready->vec[foo] not ready[foo].
9217
9218 2001-09-07 Vladimir Makarov <vmakarov@redhat.com>
9219
9220 * doc/md.texi: Correct examples for define_insn_reservations
9221 `mult' and `div'.
9222
9223 2001-09-07 Vladimir Makarov <vmakarov@redhat.com>
9224
9225 * genautomata.c (create_automata): Print message about creation of
9226 each automaton.
9227 (generate): Remove printing meease about creation of
9228 automata.
9229
9230 2001-09-05 David S. Miller <davem@redhat.com>
9231
9232 * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
9233 * config/sparc/linux64.h: Likewise.
9234
9235 2001-08-31 Vladimir Makarov <vmakarov@redhat.com>
9236
9237 * haifa-sched.c (insn_cost, schedule_insn, queue_to_ready,
9238 schedule_block, sched_init, sched_finish): Add missed calls of
9239 use_dfa_pipeline_interface.
9240
9241 * sched-rgn.c (init_ready_list, new_ready, debug_dependencies):
9242 Ditto.
9243
9244 * sched-vis.c (get_visual_tbl_length): Ditto.
9245
9246 2001-08-27 Richard Henderson <rth@redhat.com>
9247
9248 * genattr.c (main): Emit state_t even when not doing scheduling.
9249
9250 2001-08-27 Richard Henderson <rth@redhat.com>
9251
9252 * genautomata.c (expand_automata): Always create a description.
9253
9254 2001-08-27 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
9255
9256 * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
9257 PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
9258 AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
9259 RTL constructions.
9260
9261 * genattr.c (main): New variable num_insn_reservations. Increase
9262 it if there is DEFINE_INSN_RESERVATION. Output automaton based
9263 pipeline hazard recognizer interface.
9264
9265 * genattrtab.h: New file.
9266
9267 * genattrtab.c: Include genattrtab.h.
9268 (attr_printf, check_attr_test, make_internal_attr,
9269 make_numeric_value): Move protypes into genattrtab.h. Define them
9270 as external.
9271 (num_dfa_decls): New global variable.
9272 (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
9273 DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
9274 DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
9275 DEFINE_INSN_RESERVATION. Call expand_automata and write_automata.
9276
9277 * genautomata.c: New file.
9278
9279 * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
9280
9281 * sched-int.h: (curr_state): Add the external definition for
9282 automaton pipeline interface.
9283 (haifa_insn_data): Add comments for members blockage and units.
9284
9285 * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
9286 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
9287 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
9288 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
9289 TARGET_SCHED_DFA_POST_CYCLE_INSN,
9290 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
9291 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
9292 macros.
9293 (TARGET_SCHED): Use the new macros.
9294
9295 * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
9296 dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
9297 first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
9298 dfa_bubble): New members in gcc_target.sched.
9299
9300 * haifa-sched.c (insert_schedule_bubbles_p): New variable.
9301 (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
9302 (insn_queue): Redefine it as pointer to array.
9303 (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
9304 INSN_QUEUE_SIZE.
9305 (max_insn_queue_index_macro_value): New variable.
9306 (curr_state, dfa_state_size, ready_try): New varaibles for
9307 automaton interface.
9308 (ready_element, ready_remove, max_issue): New function prototypes
9309 for automaton interface.
9310 (choose_ready): New function prototype.
9311 (insn_unit, blockage_range): Add comments.
9312 (unit_last_insn, unit_tick, unit_n_insns): Define them for case
9313 FUNCTION_UNITS_SIZE == 0.
9314 (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
9315 actual_hazard, potential_hazard): Add comments.
9316 (insn_cost): Use cost -1 as undefined value. Remove
9317 LINK_COST_ZERO and LINK_COST_FREE. Add new code for automaton
9318 pipeline interface.
9319 (ready_element, ready_remove): New functions for automaton
9320 interface.
9321 (schedule_insn): Add new code for automaton pipeline interface.
9322 (queue_to_ready): Add new code for automaton pipeline interface.
9323 Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
9324 (debug_ready_list): Print newline when the queue is empty.
9325 (max_issue): New function for automaton pipeline interface.
9326 (choose_ready): New function.
9327 (schedule_block): Add new code for automaton pipeline interface.
9328 Print ready list before scheduling each insn.
9329 (sched_init): Add new code for automaton pipeline interface.
9330 Initiate insn cost by -1.
9331 (sched_finish): Free the current automaton state and finalize
9332 automaton pipeline interface.
9333
9334 * sched-rgn.c: Include target.h.
9335 (init_ready_list, new_ready, debug_dependencies): Add new code for
9336 automaton pipeline interface.
9337
9338 * sched-vis.c: Include target.h.
9339 (get_visual_tbl_length): Add code for automaton interface.
9340 (target_units, print_block_visualization): Add comments.
9341
9342 * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
9343 USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
9344 (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
9345 (getruntime.o, genautomata.o): New entries.
9346 (genattrtab.o): Add new dependency file genattrtab.h.
9347 (genattrtab): Add new dependencies. Link it with `libm.a'.
9348 (getruntime.o, hashtab.o): New entries for canadian cross.
9349
9350 * doc/md.texi: Description of automaton based model.
9351
9352 * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
9353 Add comments.
9354 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
9355 TARGET_SCHED_DFA_PRE_CYCLE_INSN,
9356 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
9357 TARGET_SCHED_DFA_POST_CYCLE_INSN,
9358 TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
9359 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
9360 TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
9361 hook descriptions.
9362 (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
9363 MAX_DFA_ISSUE_RATE): New macro descriptions.
9364
9365 * doc/contrib.texi: Add dfa based scheduler contribution.
9366
9367 * doc/gcc.texi: Add more information about genattrtab.
9368
9369 Mon Apr 29 17:19:10 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9370
9371 * reload1.c (eliminate_regs, case SUBREG): Fix typo in
9372 adjust_address_nv call.
9373
9374 2002-04-29 Janis Johnson <janis187@us.ibm.com>
9375
9376 * doc/install.texi (Testing): Provide additional information, and
9377 a stronger encouragement, for running the testsuites.
9378
9379 2002-04-29 DJ Delorie <dj@redhat.com>
9380
9381 * config/mips/mips.c (mips_parse_cpu): Warn if the CPU name is
9382 given in upper case.
9383
9384 2002-04-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9385
9386 * fixinc/inclhack.def (solaris_widec): Include <wchar.h> in
9387 Solaris 2 <widec.h> if missing.
9388 * fixinc/fixincl.x: Regenerate.
9389 * fixinc/tests/base/widec.h: New file.
9390
9391 2002-04-29 Nick Clifton <nickc@cambridge.redhat.com>
9392
9393 * toplev.c (f_options): Add "profile" switch so that
9394 -fno-profile can be used to disable -p.
9395
9396 2002-04-29 Bernd Schmidt <bernds@redhat.com>
9397
9398 * c-common.c (type_for_mode): Add support for V2DFmode, V2DImode,
9399 UV2DImode.
9400 * tree.c (build_common_tree_nodes_2): Likewise.
9401 * tree.h (enum tree_index): Likewise.
9402 (V2DF_type_node, V2DI_type_node, unsigned_V2DI_type_node): Define.
9403
9404 * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
9405 entries.
9406 (init_mmx_sse_builtins): Initialize SSE2 builtins.
9407 (ix86_expand_builtin): Add support for SSE2 builtins.
9408 * config/i386/i386.h (VALID_SSE2_REG_MODE): New macro.
9409 (VALID_SSE_REG_MODE): Use it.
9410 (VECTOR_MODE_SUPPORTED_P): Allow SSE2 modes here as well.
9411 (enum ix86_builtins): Add SSE2 builtins.
9412 * config/i386/i386.md (movv2df_internal, movv2df, movv8hi_internal,
9413 movv8hi, movv16qi_internal, movv16qi, pushv2df, pushv8hi, pushv16qi,
9414 addv2df3, vmaddv2df3, subv2df3, vmsubv2df3, mulv2df3, vmmulv2df3,
9415 divv2df3, vmdivv2df3, smaxv2df3, vmsmaxv2df3, sminv2df3, vmsminv2df3,
9416 sse2_anddf3, sse2_nanddf3, sse2_iordf3, sse2_xordf3, sqrtv2df2,
9417 vmsqrtv2df2, maskcmpv2df3, maskncmpv2df3, vmmaskcmpv2df3,
9418 vmmaskncmpv2df3, sse2_comi, sse2_ucomi, sse2_movmskpd, sse2_pmovmskb,
9419 sse2_maskmovdqu, sse2_movntv2df, sse2_movntti, sse2_movntsi, cvtdq2ps,
9420 cvtps2dq, cvttps2dq, cvtdq2pd, cvtpd2dq, cvttpd2dq, cvtpd2pi,
9421 cvttpd2pi, cvtpi2pd, cvtsd2si, cvttsd2si, cvtsi2sd, cvtsd2ss,
9422 cvtss2sd, cvtpd2ps, cvtps2pd, addv16qi3, addv8hi3, addv4si3, addv2di3,
9423 ssaddv16qi3, ssaddv8hi3, usaddv16qi3, usaddv8hi3, subv16qi3, subv8hi3,
9424 subv4si3, subv2di3, sssubv16qi3, sssubv8hi3, ussubv16qi3, ussubv8hi3,
9425 mulv8hi3, smulv8hi3_highpart, umulv8hi3_highpart, sse2_umulsidi3,
9426 sse2_umulv2siv2di3, sse2_pmaddwd, sse2_clrti, sse2_uavgv16qi3,
9427 sse2_uavgv8hi3, sse2_psadbw, sse2_pinsrw, sse2_pextrw, sse2_pshufd,
9428 sse2_pshuflw, sse2_pshufhw, eqv16qi3, eqv8hi3, eqv4si3, gtv16qi3,
9429 gtv8hi3, gtv4si3, umaxv16qi3, smaxv8hi3, uminv16qi3, sminv8hi3,
9430 ashrv8hi3, ashrv4si3, lshrv8hi3, lshrv4si3, sse2_lshrv2di3,
9431 ashlv8hi3, ashlv4si3, sse2_ashlv2di3, sse2_ashlti3, sse2_lshrti3,
9432 sse2_unpckhpd, sse2_unpcklpd, sse2_packsswb, sse2_packssdw,
9433 sse2_packuswb, sse2_punpckhbw, sse2_punpckhwd, sse2_punpckhdq,
9434 sse2_punpcklbw, sse2_punpcklwd, sse2_punpckldq, sse2_movapd,
9435 sse2_movupd, sse2_movdqa, sse2_movdqu, sse2_movdq2q, sse2_movq2dq,
9436 sse2_movhpd, sse2_movlpd, sse2_loadsd, sse2_movsd, sse2_storesd,
9437 sse2_shufpd, sse2_clflush, sse2_mfence, mfence_insn, sse2_lfence,
9438 lfence_insn): New patterns.
9439 (sse2_andti3, sse2_nandti3, sse2_iorti3, sse2_xorti3): Renamed from
9440 sse_andti3_sse2, sse_nandti3_sse2, sse_iorti3_sse2, sse_xorti3_sse2.
9441
9442 Mon Apr 29 17:03:24 CEST 2002 Jan Hubicka <jh@suse.cz>
9443
9444 * i386.md (sse_mov?fcc*): Revert patch of Mar 14th.
9445
9446 2002-04-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9447
9448 * doc/contrib.texi (Contributors): Add Paolo Carlini and
9449 Janis Johnson.
9450 Update Richard Henderson, Jakub Jelinek, and Mark Mitchell.
9451 Refer to Objective-C instead of ObjC, SPARC instead of sparc,
9452 and CPU instead of cpu.
9453
9454 Mon Apr 29 13:36:41 CEST 2002 Jan Hubicka <jh@suse.cz>
9455
9456 * toplev.c (flag_if_conversion, flag_if_conversion2): New static
9457 variables.
9458 (lang_independent_options): Add -fif-conversion, -fif-conversion2
9459 (rest_of_compilation): Do if conversion only when asked for.
9460 (parse_options_and_default_flags): Set new variables to 1 for -O1
9461 * invoke.texi (-fif-conversion, -fif-conversion2): Document.
9462
9463 Mon Apr 29 13:02:50 CEST 2002 Jan Hubicka <jh@suse.cz>
9464
9465 * i386.c (dbx64_register_map): Fix typo.
9466
9467 Mon Apr 29 12:18:35 CEST 2002 Jan Hubicka <jh@suse.cz>
9468
9469 * predict.c (real_zero, real_one, real_almost_one, real_br_prob_base,
9470 real_one_half, real_bb_freq_max): New static variables.
9471 (debug_profile_bbauxs): Kill.
9472 (process_note_predictions): Kill unused variable.
9473 (block_info_def, edge_info_def): Use REAL_VALUE_TYPE instead of
9474 volatile double.
9475 (propagate_freq): Use REAL_ARITHMETICS.
9476 (estimate_bb_frequencies): Likevise; init new static variables.
9477 * Makefile.in (predict.o): Add dependency on real.h
9478
9479 2002-04-28 David S. Miller <davem@redhat.com>
9480
9481 PR target/6500
9482 * config/sparc/sparc.md (prefetch): Emit properly for 32-bit vs.
9483 64-bit TARGET_V9. Do not use prefetch page, use prefetch for
9484 several {reads,writes} instead.
9485 * config/sparc/sparc.h (PREFETCH_BLOCK, SIMULTANEOUS_PREFETCHES):
9486 Define.
9487
9488 2002-04-27 David S. Miller <davem@redhat.com>
9489
9490 PR target/6494
9491 * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Be mindful
9492 of the stack bias.
9493
9494 * config/sparc/linux.h, config/sparc/linux64.h: Don't bother
9495 including signal.h and sys/ucontext.h, not needed.
9496
9497 2002-04-29 Hans-Peter Nilsson <hp@bitrange.com>
9498
9499 * varasm.c (output_constant_def): Correct test for not calling
9500 ENCODE_SECTION_INFO for INTEGER_CST.
9501
9502 2002-04-29 Neil Booth <neil@daikokuya.demon.co.uk>
9503
9504 * cppexp.c (lex): Move some code to _cpp_parse_expr, but
9505 keep most cases as function eval_token.
9506 (eval_token): New function.
9507 (_cpp_parse_expr): Read token here for improved diagnostics.
9508 Don't use op_as_text. Detect bad ':' here.
9509 (reduce): Don't detect bad ':' here.
9510 (op_as_text): Remove.
9511 * cpphash.h (_cpp_test_assertion): Change prototype.
9512 * cpplib.c (_cpp_test_assertion): Change prototype.
9513
9514 2002-04-28 Richard Henderson <rth@redhat.com>
9515
9516 PR c/5154
9517 * ggc-common.c (ggc_mark_rtx_children_1): Rename from...
9518 (ggc_mark_rtx_children): New.
9519
9520 2002-04-28 Jakub Jelinek <jakub@redhat.com>
9521
9522 PR target/6496
9523 * config/sparc/sparc.md (call + jump 32-bit peepholes): Disable jump
9524 after call peepholes for UltraSPARC.
9525 (call + jump 64-bit peepholes): Remove.
9526
9527 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9528
9529 PR c/6497
9530 * config/rs6000/rs6000.md (sCC patterns): Remove clobber and use
9531 result as temporary value.
9532
9533 2002-04-28 Jakub Jelinek <jakub@redhat.com>
9534
9535 PR c++/6396
9536 * toplev.c (rest_of_compilation): Only run regrename and copy
9537 propagation if optimizing.
9538
9539 2002-04-28 Jakub Jelinek <jakub@redhat.com>
9540
9541 PR optimization/6475
9542 * reload1.c (alter_reg): Only call set_mem_expr if I is home pseudo
9543 register of REGNO_DECL (i).
9544 * Makefile.in (reload1.o): Add $(TREE_H).
9545
9546 2002-04-28 Neil Booth <neil@daikokuya.demon.co.uk>
9547
9548 * cppexp.c (lex): Update to use state.skip_eval.
9549 (struct op): Remove prio and flags members.
9550 (FLAG_BITS, FLAG_MASK, PRIO_SHIFT, EXTRACT_PRIO, EXTRACT_FLAGS,
9551 SHORT_CIRCUIT, RIGHT_ASSOC, ..._PRIO, op_to_prio): Remove.
9552 (LEFT_ASSOC): New macro.
9553 (optab): New table of operator priorities and flags.
9554 (SHIFT): Update.
9555 (_cpp_parse_expr): Clean up logic. Return bool. Use a
9556 malloc-ed parser stack.
9557 (reduce): New; reduce the operator stack.
9558 (_cpp_expand_op_stack): Expand the operator stack as necessary.
9559 * cpphash.h (struct op): Predeclare.
9560 (struct cpp_reader): New members op_stack, op_limit.
9561 (struct lexer_state): New member skip_eval.
9562 (_cpp_parse_expr): Update.
9563 (_cpp_expand_op_stack): New.
9564 * cpplib.c (do_if): Update.
9565 * cppinit.c (cpp_create_reader): Create op stack.
9566 (cpp_destroy): And destroy it.
9567 * cpplib.h (CPP_LAST_CPP_OP): Correct.
9568 (TTYPE_TABLE): Correct.
9569
9570 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9571
9572 PR c/6343
9573 * c-decl.c (duplicate_decls): Call merge_weak.
9574 * c-pragma.c (apply_pragma_weak): Warn about misuse.
9575 * output.h (merge_weak): Prototype merge_weak.
9576 * varasm.c (merge_weak): New function.
9577 (declare_weak): Make sure we don't give an error on VAR_DECLs.
9578 Mark RTL with SYMBOL_REF_WEAK.
9579
9580 2002-04-27 Kurt Garloff <garloff@suse.de>
9581
9582 * tree-inline.c (inlinable_function_p): Improve heuristics
9583 by using a smoother function to cut down allowable inlinable size.
9584 * param.def: Add parameters max-inline-insns-single,
9585 max-inline-slope, min-inline-insns that determine the exact
9586 shape of the above function.
9587 * param.h: Likewise.
9588
9589 2002-04-26 Richard Henderson <rth@redhat.com>
9590
9591 * c-parse.in (malloced_yyss, malloced_yyvs): New.
9592 (yyoverflow): Re-add. Set them.
9593 (free_parser_stacks): New.
9594 * c-common.h: Declare it.
9595 * c-lex.c (c_common_parse_file): Call it.
9596
9597 2002-04-26 Richard Henderson <rth@redhat.com>
9598
9599 * cfgrtl.c (tidy_fallthru_edge): Don't use next_real_insn
9600 for fallthru search.
9601
9602 2002-04-26 Eric Christopher <echristo@redhat.com>
9603
9604 PR optimization/3700
9605 * config/mips/mips.c (mips_issue_rate): Define. New function.
9606 (TARGET_SCHED_ISSUE_RATE): Use.
9607
9608 2002-04-25 David S. Miller <davem@redhat.com>
9609
9610 PR target/6422
9611 * reorg.c (optimize_skip): Do not allow exception causing
9612 instructions to be considered for delay slots.
9613 (fill_simply_delay_slots, fill_slots_from_thread): Likewise.
9614 (relax_delay_slots): Do not try to consider exception causing
9615 instructions as redundant.
9616
9617 2002-04-26 Richard Henderson <rth@redhat.com>
9618
9619 PR c/5225
9620 * c-typeck.c (build_unary_op) [CONVERT_EXPR]: Invoke non_lvalue.
9621
9622 2002-04-26 Mark Mitchell <mark@codesourcery.com>
9623
9624 PR bootstrap/6445
9625 * config/i386/i386.md (untyped_call): Return the value in a float
9626 register if TARGET_FLOAT_RETURNS_IN_80387, not just if
9627 TARGET_80387.
9628
9629 2002-04-26 Alexandre Oliva <aoliva@redhat.com>
9630
9631 * tree.c (tree_int_cst_lt): Compare constants whose types differ
9632 in unsigned-ness correctly.
9633
9634 2002-04-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
9635
9636 * pa.h (FUNCTION_OK_FOR_SIBCALL): Don't do sibcalls when using the
9637 portable runtime model.
9638
9639 2002-04-26 Richard Henderson <rth@redhat.com>
9640
9641 * c-parse.in (yyoverflow): Revert.
9642
9643 2002-04-26 David Edelsohn <edelsohn@gnu.org>
9644 Richard Henderson <rth@redhat.com>
9645
9646 * config/rs6000/rs6000.md (sCC pattern): Remove clobber and use
9647 result as temporary value.
9648
9649 2002-04-26 Richard Henderson <rth@redhat.com>
9650
9651 PR c/3581
9652 * c-common.c (fix_string_type): Split out of ...
9653 (combine_strings): ... here. Take a varray, not a tree list.
9654 (c_expand_builtin_printf): Use fix_string_type.
9655 * c-common.h: Update decls.
9656 * c-parse.in (string): Remove. Update all uses to use STRING
9657 instead, and not call combine_strings.
9658 (yylexstring): New.
9659 (_yylex): Use it.
9660 * c-typeck.c (simple_asm_stmt): Don't call combine_strings.
9661 (build_asm_stmt): Likewise.
9662 * objc/objc-act.c (my_build_string): Use fix_string_type.
9663 (build_objc_string_object): Build varray for combine_strings.
9664
9665 2002-04-26 Bo Thorsen <bo@suse.co.uk>
9666
9667 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Define for
9668 x86-64.
9669
9670 2002-04-26 Neil Booth <neil@daikokuya.demon.co.uk>
9671
9672 * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
9673 (HAVE_NO_R_OPERAND): Remove.
9674 (HAVE_VALUE): Remove.
9675 (op_to_prio): Update.
9676 (UNARY): Don't alter flags.
9677 (_cpp_parse_expr): want_value used to indicate whether
9678 a number or unary operator is expected next. Distinguish
9679 unary and binary +/-.
9680 (op_as_text): Update for unary operators.
9681
9682 2002-04-25 Richard Henderson <rth@redhat.com>
9683
9684 PR c/2161
9685 * c-parse.in (yyoverflow): New.
9686
9687 2002-04-25 Richard Henderson <rth@redhat.com>
9688
9689 PR c/2098
9690 * c-common.c (shorten_compare): Simplfy conditions leading to
9691 the generation of a warning.
9692
9693 2002-04-25 Richard Henderson <rth@redhat.com>
9694
9695 PR c/2035
9696 * expmed.c (extract_bit_field): Fall through to generic code rather
9697 than aborting on subreg special case.
9698
9699 2002-04-25 David S. Miller <davem@redhat.com>
9700
9701 * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Add back check
9702 for DECL being NULL.
9703
9704 2002-04-25 Steve Christiansen <smc@us.ibm.com>
9705
9706 * doc/md.texi (Machine Constraints): Add IA-64 constraints.
9707
9708 2002-04-25 Eric Botcazou <ebotcazou@multimania.com>
9709
9710 * c-decl.c (grokdeclarator): Remove outdated ??? note
9711 on invalid declaration of flexible array members.
9712
9713 2002-04-25 Richard Henderson <rth@redhat.com>
9714
9715 * doc/invoke.texi: Document -gdwarf{,-2} vs debug level.
9716
9717 2002-04-25 Ulrich Weigand <uweigand@de.ibm.com>
9718
9719 * config/s390/s390.c (s390_emit_epilogue): Always restore registers
9720 needed by the compiler, even if they are used as global regs.
9721
9722 2002-04-25 Matt Hiller <hiller@redhat.com>
9723
9724 * mips.c (mips_class_max_nregs, mips_register_move_cost): New
9725 functions.
9726 * mips.h (CLASS_MAX_NREGS, REGISTER_MOVE_COST): Redefine as calls
9727 of the corresponding functions.
9728 * mips-protos.h (mips_class_max_nregs, mips_register_move_cost):
9729 New prototypes.
9730
9731 2002-04-25 Matt Hiller <hiller@redhat.com>
9732
9733 * config/mips/mips.h (mips_sw_reg_names): Declare as extern.
9734
9735 (ALL_COP_ADDITIONAL_REGISTER_NAMES): New macro.
9736 (FIRST_PSEUDO_REGISTER): Redefine considering coprocessor
9737 registers, adjust comment accordingly.
9738 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS,
9739 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGISTER_NAMES,
9740 DEBUG_REGISTER_NAMES, REG_ALLOC_ORDER): Adjust to include entries
9741 for coprocessor registers.
9742 (ADDITIONAL_REGISTER_NAMES): Include
9743 ALL_COP_ADDITIONAL_REGISTER_NAMES.
9744
9745 (COP0_REG_FIRST, COP0_REG_LAST, COP0_REG_NUM,
9746 COP2_REG_FIRST, COP2_REG_LAST, COP2_REG_NUM,
9747 COP3_REG_FIRST, COP3_REG_LAST, COP3_REG_NUM,
9748 COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,
9749 COPNUM_AS_CHAR_FROM_REGNUM, COP_REG_CLASS_P): New macros.
9750
9751 (mips_char_to_class): Adjust comment to include coprocessor
9752 constraint letters.
9753
9754 * config/mips/mips.c (coprocessor_operand, coprocessor2_operand):
9755 New functions.
9756 (mips_reg_names, mips_regno_to_class): Include coprocessor
9757 information.
9758 (mips_sw_reg_names): Ditto, make non-static.
9759 (mips_move_1word): Handle moves to and from coprocessor registers.
9760 (mips_move_2words): Handle moves to and from coprocessor
9761 registers.
9762 (mips_class_max_nregs, mips_register_move_cost): Handle
9763 coprocessor register classes.
9764 (override_options): Initialize mips_char_to_class and
9765 mips_hard_regno_mode_ok properly for coprocessor registers.
9766
9767 * config/mips/mips.md (movdi_internal, movdi_internal2,
9768 movsi_internal1, movsi_internal2): Add constraint-sets for
9769 coprocessor registers.
9770 * testsuite/gcc.c-torture/mipscop-1.c: New testcase.
9771 * testsuite/gcc.c-torture/mipscop-1.x: Disable above if target
9772 isn't mips.
9773 * testsuite/gcc.c-torture/mipscop-2.c: New testcase.
9774 * testsuite/gcc.c-torture/mipscop-2.x: Disable above if target
9775 isn't mips.
9776 * testsuite/gcc.c-torture/mipscop-3.c: New testcase.
9777 * testsuite/gcc.c-torture/mipscop-3.x: Disable above if target
9778 isn't mips.
9779 * testsuite/gcc.c-torture/mipscop-4.c: New testcase.
9780 * testsuite/gcc.c-torture/mipscop-4.x: Disable above if target
9781 isn't mips.
9782
9783 * doc/tm.texi: Document feature.
9784
9785 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
9786
9787 * integrate.c (function_attribute_inlinable_p): Simplify.
9788 Check the table pointer is not NULL.
9789
9790 2002-04-25 Steven Bosscher <S.Bosscher@student.tudelft.nl>
9791
9792 * doc/c-tree.texi: Fix typo in introduction.
9793
9794 2002-04-25 Neil Booth <neil@daikokuya.demon.co.uk>
9795
9796 * c-common.h (c_common_parse_file): Update.
9797 * c-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
9798 * c-lex.c (YYDEBUG): Get from c-lex.h.
9799 (c_common_parse_file): Update.
9800 * c-lex.h (YYDEBUG, yydebug): New.
9801 * c-parse.in (YYDEBUG): Get from c-lex.h.
9802 (c_set_yydebug): Remove.
9803 * c-tree.h (c_set_yydebug): Remove.
9804 * langhooks-def.h (lhd_do_nothing_i): New.
9805 (lhd_set_yydebug, LANG_HOOKS_SET_YYDEBUG): Remove.
9806 (LANG_HOOKS_PARSE_FILE, LANG_HOOKS_INITIALIZER): Update.
9807 * langhooks.c (lhd_do_nothing_i): New.
9808 (lhd_set_yydebug): Remove.
9809 * langhooks.h (struct lang_hooks): Update.
9810 * toplev.c (set_yydebug): New.
9811 (compile_file): Update call to parse_file hook.
9812 (decode_d_option): Update.
9813 objc:
9814 * objc-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
9815
9816 Wed Apr 24 23:45:37 2002 J"orn Rennecke <joern.rennecke@superh.com>
9817
9818 * loop.c (load_mems): Don't change the interface of called functions.
9819
9820 * calls.c (expand_call): Take current_function_pretend_args_size
9821 into account when setting argblock for sibcalls.
9822
9823 2002-04-24 Matt Hiller <hiller@redhat.com>
9824
9825 * cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.
9826 * c-lex.c: Ditto.
9827
9828 * cpplex.c (skip_line_comment): Process comment one multibyte
9829 character at a time rather than one char at a time, if
9830 appropriate.
9831 (parse_string): Process string one multibyte character at a time
9832 rather than one char at a time, if appropriate.
9833 * c-lex.c (lex_string): Lex and copy multibyte strings
9834 appropriately.
9835 * cpplib.h (cppchar_t): Change to unsigned.
9836
9837 2002-04-24 Richard Henderson <rth@redhat.com>
9838
9839 PR c/3467
9840 * c-decl.c (grokdeclarator): Don't pedwarn variable sized arrays
9841 for c99.
9842
9843 Wed Apr 24 21:51:54 2002 J"orn Rennecke <joern.rennecke@superh.com>
9844
9845 * sh.c (sh_va_arg): If argument was passed by reference,
9846 dereference the pointer.
9847
9848 * sh.h (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
9849
9850 * sh.md (divsi3_i4_media): Use match_operand for input values
9851 rather than hard registers.
9852 (divsi3 - TARGET_SHMEDIA_FPU case): Don't ferry values
9853 unnecessarily through hard registers. Keep copies of pseudo
9854 registers outside of the libcall sequence.
9855
9856 * sh.md (casesi_shift_media): Add modes.
9857
9858 * sh.h (RETURN_IN_MEMORY): Return variable size BLKmode
9859 values in memory.
9860
9861 2002-04-24 Neil Booth <neil@daikokuya.demon.co.uk>
9862
9863 * attribs.c (c_common_attribute_table): Move table and handlers
9864 to c-common.c.
9865 (format_attribute_table, lang_attribute_table,
9866 lang_attribute_common): Remove.
9867 (init_attributes): Replace NULL pointers with pointers to the
9868 empty table.
9869 (handle_packed_attribute, handle_nocommon_attribute,
9870 handle_common_attribute, handle_noreturn_attribute,
9871 handle_noinline_attribute, handle_always_inline_attribute,
9872 handle_used_attribute, handle_unused_attribute,
9873 handle_const_attribute, handle_transparent_union_attribute,
9874 handle_constructor_attribute, handle_destructor_attribute,
9875 handle_mode_attribute, handle_section_attribute,
9876 handle_aligned_attribute, handle_weak_attribute,
9877 handle_alias_attribute, handle_visibility_attribute,
9878 handle_no_instrument_function_attribute, handle_malloc_attribute,
9879 handle_no_limit_stack_attribute, handle_pure_attribute,
9880 handle_deprecated_attribute, handle_vector_size_attribute,
9881 vector_size_helper): Move to c-common.c.
9882 * c-common.c (c_common_attribute_table,
9883 handle_packed_attribute, handle_nocommon_attribute,
9884 handle_common_attribute, handle_noreturn_attribute,
9885 handle_noinline_attribute, handle_always_inline_attribute,
9886 handle_used_attribute, handle_unused_attribute,
9887 handle_const_attribute, handle_transparent_union_attribute,
9888 handle_constructor_attribute, handle_destructor_attribute,
9889 handle_mode_attribute, handle_section_attribute,
9890 handle_aligned_attribute, handle_weak_attribute,
9891 handle_alias_attribute, handle_visibility_attribute,
9892 handle_no_instrument_function_attribute, handle_malloc_attribute,
9893 handle_no_limit_stack_attribute, handle_pure_attribute,
9894 handle_deprecated_attribute, handle_vector_size_attribute,
9895 vector_size_helper): Move from attribs.c.
9896 * c-common.h (c_common_attribute_table,
9897 c_common_format_attribute_table): New.
9898 * c-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
9899 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
9900 * langhooks-def.h (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
9901 LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE): New.
9902 (LANG_HOOKS_INITIALIZER): Update.
9903 * langhooks.h (struct lang_hooks): 3 new attribute hooks.
9904 * target-def.h (TARGET_ATTRIBUTE_TABLE): Default to NULL.
9905 * target.h: Update comment.
9906 * tree.c (default_target_attribute_table): Remove.
9907 * tree.h (default_target_attribute_table, format_attribute_table,
9908 lang_attribute_table, lang_attribute_common): Remove.
9909 objc:
9910 * objc-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
9911 LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Redefine.
9912
9913 2002-04-24 Jason Merrill <jason@redhat.com>
9914
9915 * dwarf2.h (enum dwarf_attribute): Add DW_AT_GNU_vector.
9916 * dwarf2out.c (dwarf_attr_name): Support it.
9917 (gen_array_type_die): Emit it.
9918 (lookup_type_die): No special handling for VECTOR_TYPE.
9919 (gen_type_die): Hand VECTOR_TYPE off to gen_array_type_die.
9920
9921 2002-04-24 Richard Henderson <rth@redhat.com>
9922
9923 * config/mips/mips.md (movdi_usd): Renumber.
9924
9925 2002-04-24 David S. Miller <davem@redhat.com>
9926
9927 PR target/6420
9928 * config/sparc/sparc.h (FUNCTION_OK_FOR_SIBCALL): Return false if
9929 32-bit Sparc and current_function_returns_struct is true.
9930
9931 Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka <jh@suse.cz>
9932
9933 * loop.c (canonicalize_condition): Use gen_int_mode.
9934
9935 2002-04-24 Aldy Hernandez <aldyh@redhat.com>
9936
9937 * config/rs6000/altivec.h: Cleanup file. Add non individual
9938 variants.
9939 (vec_vaddubm): New.
9940 (vec_vadduhm): New.
9941 (vec_vadduwm): New.
9942 (vec_vaddfp): New.
9943 (vec_vaddcuw): New.
9944 (vec_vaddubs): New.
9945 (vec_vaddsbs): New.
9946 (vec_vadduhs): New.
9947 (vec_vadduws): New.
9948 (vec_vaddsws): New.
9949 (vec_vand): New.
9950 (vec_vandc): New.
9951 (vec_vavgub): New.
9952 (vec_vavgsb): New.
9953 (vec_vavguh): New.
9954 (vec_vavgsh): New.
9955 (vec_vavguw): New.
9956 (vec_vavgsw): New.
9957 (vec_vrfip): New.
9958 (vec_vcmpbfp): New.
9959 (vec_vcmpequb): New.
9960 (vec_vcmpequh): New.
9961 (vec_vcmpequw): New.
9962 (vec_vcmpeqfp): New.
9963 (vec_vcmpgefp): New.
9964 (vec_vcmpgtub): New.
9965 (vec_vcmpgtsb): New.
9966 (vec_vcmpgtuh): New.
9967 (vec_vcmpgtsh): New.
9968 (vec_vcmpgtuw): New.
9969 (vec_vcmpgtsw): New.
9970 (vec_vcmpgtfp): New.
9971 (vec_vcmpgefp): New.
9972 (vec_vcfux): New.
9973 (vec_vcfsx): New.
9974 (vec_vctsxs): New.
9975 (vec_vctuxs): New.
9976 (vec_vexptefp): New.
9977 (vec_vrfim): New.
9978 (vec_lvx): New.
9979 (vec_lvebx): New.
9980 (vec_lvehx): New.
9981 (vec_lde): Add vector float variant.
9982 (vec_lvewx): New.
9983 (vec_lvxl): New.
9984 (vec_vlogefp): New.
9985 (vec_vmaddfp): New.
9986 (vec_vmhaddshs): New.
9987 (vec_vmaxub): New.
9988 (vec_vmaxsb): New.
9989 (vec_vmaxuh): New.
9990 (vec_vmaxsh): New.
9991 (vec_vmaxuw): New.
9992 (vec_vmaxsw): New.
9993 (vec_vmaxsw): New.
9994 (vec_vmaxfp): New.
9995 (vec_vmrghb): New.
9996 (vec_vmrghh): New.
9997 (vec_vmrghw): New.
9998 (vec_vmrglb): New.
9999 (vec_vmrglh): New.
10000 (vec_vmrglw): New.
10001 (vec_vminub): New.
10002 (vec_vminsb): New.
10003 (vec_vminuh): New.
10004 (vec_vminsh): New.
10005 (vec_vminuw): New.
10006 (vec_vminsw): New.
10007 (vec_vminfp): New.
10008 (vec_vmladduhm): New.
10009 (vec_vmhraddshs): New.
10010 (vec_msumubm): New.
10011 (vec_vmsummbm): New.
10012 (vec_vmsumuhm): New.
10013 (vec_vmsumshm): New.
10014 (vec_vmsumuhs): New.
10015 (vec_vmsumshs): New.
10016 (vec_vmuleub): New.
10017 (vec_vmulesb): New.
10018 (vec_vmuleuh): New.
10019 (vec_vmulesh): New.
10020 (vec_vmuloub): New.
10021 (vec_mulosb): New.
10022 (vec_vmulouh): New.
10023 (vec_vmulosh): New.
10024 (vec_vnmsubfp): New.
10025 (vec_vnor): New.
10026 (vec_vor): New.
10027 (vec_vpkuhum): New.
10028 (vec_vpkuwum): New.
10029 (vec_vpkpx): New.
10030 (vec_vpkuhus): New.
10031 (vec_vpkshss): New.
10032 (vec_vpkuwus): New.
10033 (vec_vpkswss): New.
10034 (vec_vpkshus): New.
10035 (vec_vpkswus): New.
10036 (vec_vperm): New.
10037 (vec_vrefp): New.
10038 (vec_vrlb): New.
10039 (vec_vrlh): New.
10040 (vec_vrlw): New.
10041 (vec_vrfin): New.
10042 (vec_vrsqrtefp): New.
10043 (vec_vsel): New.
10044 (vec_vslb): New.
10045 (vec_vslh): New.
10046 (vec_vslw): New.
10047 (vec_vsldoi): New.
10048 (vec_vsl): New.
10049 (vec_vslo): New.
10050 (vec_vspltb): New.
10051 (vec_vsplth): New.
10052 (vec_vspltw): New.
10053 (vec_vspltisb): New.
10054 (vec_vspltish): New.
10055 (vec_vspltisw): New.
10056 (vec_vsrb): New.
10057 (vec_vsrh): New.
10058 (vec_vsrw): New.
10059 (vec_vsrab): New.
10060 (vec_vsrah): New.
10061 (vec_vsraw): New.
10062 (vec_vsr): New.
10063 (vec_vsro): New.
10064 (vec_stvx): New.
10065 (vec_stvebx): New.
10066 (vec_stvehx): New.
10067 (vec_stvewx): New.
10068 (vec_stvxl): New.
10069 (vec_vsububm): New.
10070 (vec_vsubuhm): New.
10071 (vec_vsubuwm): New.
10072 (vec_vsubfp): New.
10073 (vec_vsubcuw): New.
10074 (vec_vsububs): New.
10075 (vec_vsubsbs): New.
10076 (vec_vsubuhs): New.
10077 (vec_vsubshs): New.
10078 (vec_vsubuws): New.
10079 (vec_vsubsws): New.
10080 (vec_vsum4ubs): New.
10081 (vec_vsum4sbs): New.
10082 (vec_vsum4shs): New.
10083 (vec_vsum2sws): New.
10084 (vec_vsumsws): New.
10085 (vec_vrfiz): New.
10086 (vec_vupkhsb): New.
10087 (vec_vupkhpx): New.
10088 (vec_vupkhsh): New.
10089 (vec_vupklsb): New.
10090 (vec_vupklpx): New.
10091 (vec_vupklsh): New.
10092 (vec_vxor): New.
10093
10094 2002-04-23 Eric Botcazou <ebotcazou@multimania.com>
10095
10096 PR c/5430
10097 * fold-const.c (split_tree): Add MINUS_LITP parameter; separate
10098 added literals from substracted literals.
10099 (associate_trees): Don't convert MINUS_EXPR into PLUS_EXPR.
10100 (fold) [associate]: Preserve MINUS_EXPR if needed.
10101
10102 2002-04-23 Zack Weinberg <zack@codesourcery.com>
10103
10104 * doc/install.texi: Clarify which versions of alpha*-dec-osf*
10105 are obsoleted.
10106
10107 2002-04-23 Tom Tromey <tromey@redhat.com>
10108
10109 * gcc.c: Added --resource. For PR java/6314.
10110
10111 2002-04-23 David O'Brien <obrien@FreeBSD.org>
10112
10113 * cp/g++spec.c: Use profiled libstdc++ and libm with -p/-pg.
10114 * config/freebsd.h (MATH_LIBRARY_PROFILE): Use the _p verions of
10115 these libraries.
10116
10117 2002-04-23 David O'Brien <obrien@FreeBSD.org>
10118
10119 * config/freebsd.h(OBJECT_FORMAT_ELF): Define.
10120
10121 Tue Apr 23 14:24:25 CEST 2002 Jan Hubicka <jh@suse.cz>
10122
10123 * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug
10124 workaround.
10125 (ix86_expand_int_movcc): Avoid x86_64 compilation chrash.
10126 (ix86_expand_clrstr): Fix typo.
10127 * loop.c (gen_load_of_final_value): New.
10128 (loop_givs_rescan, strength_reduce, check_dbra_loop):
10129 Use it.
10130
10131 2002-04-23 Roger Sayle <roger@eyesopen.com>
10132
10133 * builtins.c (builtin_memset_gen_str): New function.
10134 (expand_builtin_memset): Optimize the case of constant length, but
10135 unknown value.
10136
10137 2002-04-23 Aldy Hernandez <aldyh@redhat.com>
10138
10139 * config/rs6000/altivec.h (vec_step): Remove extraneous
10140 parentheses.
10141 (vec_ctu): Cast return.
10142
10143 2002-04-23 Alan Modra <amodra@bigpond.net.au>
10144
10145 PR target/6413
10146 * function.h: (struct function): Add profile_label_no field.
10147 (current_function_profile_label_no): Define.
10148 * function.c: (profile_label_no): New static var.
10149 (expand_function_start): Increment it, and copy to
10150 current_function_profile_label_no.
10151 * output.h (profile_label_no): Delete.
10152 * final.c (profile_label_no): Delete.
10153 (profile_function): Use current_function_profile_label_no.
10154 (final_end_function): Don't increment profile_label_no here.
10155 * config/i386/i386.c (ix86_osf_output_function_prologue): Replace
10156 profile_label_no with current_function_profile_label_no.
10157 * config/pa/pa.c (current_function_number): Delete.
10158 (pa_output_function_prologue): Don't output profile label here.
10159 (hppa_profile_hook): Use label_no param rather than
10160 current_function_number.
10161 (FUNC_BEGIN_PROLOG_LABEL): Move to ..
10162 * config/pa/pa.h: .. here.
10163 (FUNCTION_PROFILER): Output profile label here.
10164
10165 2002-04-22 Eric Christopher <echristo@redhat.com>
10166
10167 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Revert
10168 patch of 2002-04-09 due to binutils issues.
10169 (FUNCTION_ARG_REGNO_P): Ensure even numbered float register.
10170
10171 2002-04-22 Aldy Hernandez <aldyh@redhat.com>
10172
10173 * config/rs6000/rs6000.md ("*movv4si_internal"): Change 'm'
10174 constraint to 'o' for m=r and r=m alternatives.
10175 ("*movv8hi_internal1"): Same.
10176 ("*movv16qi_internal1"): Same.
10177 ("*movv4sf_internal1"): Same.
10178
10179 2002-04-22 Janis Johnson <janis187@us.ibm.com>
10180
10181 * rtl.h (RTX_FLAG): New macro.
10182 * emit-rtl.c (copy_most_rtx): Use macros to access rtx flags.
10183 * final.c (alter_subreg): Use macro to access rtx flag.
10184 * integrate.c (copy_rtx_and_substitute): Use new access macro.
10185 * print-rtl.c (print_rtx): Use new access macro.
10186
10187 * cse.c (insert): Check rtx code before accessing flag.
10188
10189 * genattrtab.c (ATTR_IND_SIMPLIFIED_P, ATTR_CURR_SIMPLIFIED_P,
10190 ATTR_PERMANENT_P, ATTR_EQ_ATTR_P): New.
10191 (attr_hash_add_string, attr_rtx_1, attr_copy_rtx, check_attr_test,
10192 convert_const_symbol_ref, make_canonical, make_alternative_compare,
10193 evaluate_eq_attr, attr_rtx_cost, simplify_test_exp_in_temp,
10194 simplify_test_exp, optimize_attrs, simplify_by_exploding,
10195 find_and_mark_used_attributes, unmark_used_attributes,
10196 add_values_to_cover, simplify_with_current_value,
10197 simplify_with_current_value_aux, clear_struct_flag, walk_attr_value,
10198 copy_rtx_unchanging, main): Use new access macros.
10199
10200 2002-04-22 Tom Rix <trix@redhat.com>
10201
10202 * expmed.c (init_expmed): Generate shifted constant once.
10203
10204 2002-04-22 Zack Weinberg <zack@codesourcery.com>
10205
10206 * c-lex.c (lex_charconst): Call convert to get constant in
10207 proper type; don't just smash the type field.
10208 Fixes PR c/6300.
10209
10210 * config.gcc: Add list of obsolete configurations. Disallow
10211 building these without --enable-obsolete.
10212 * doc/install.texi: Document --enable-obsolete and obsoletion
10213 policy. Mention obsoletion of individual targets in
10214 appropriate places.
10215
10216 2002-04-22 Richard Henderson <rth@redhat.com>
10217
10218 * config/sparc/sol2-bi.h (ASM_DEBUG_SPEC): New.
10219
10220 2002-04-22 Mark Mitchell <mark@codesourcery.com>
10221
10222 PR f/6138.
10223 * function.c (fixup_memory_subreg): Add promoted_mode parameter.
10224 (walk_fixup_memory_subreg): Likewise.
10225 (fixup_var_refs_insn): Adjust accordingly.
10226 (fixup_var_refs_1): Likewise.
10227
10228 2002-04-22 Ulrich Weigand <uweigand@de.ibm.com>
10229
10230 * config/s390/linux.h: (LIBPATH_SPEC, LIBPATH_ARCH31_SPEC,
10231 LIBPATH_ARCH64_SPEC): Define.
10232 (EXTRA_SPECS): Add libpath, libpath_arch31, libpath_arch64.
10233 (STARTFILE_SPEC, ENDFILE_SPEC): Define; use libpath.
10234 (LINK_ARCH31_SPEC): Add libpath_arch31 to search path.
10235 (LINK_ARCH64_SPEC): Add libpath_arch64 to search path.
10236
10237 2002-04-22 Joel Sherrill <joel@OARcorp.com>
10238
10239 * gthr-rtems.h: Correct prototypes to remove warnings.
10240
10241 2002-04-22 Richard Henderson <rth@redhat.com>
10242
10243 PR c/6344
10244 * alias.c (canon_true_dependence): Special case (mem:blk (scratch)).
10245
10246 * gcse.c (free_insn_expr_list_list): New.
10247 (clear_modify_mem_tables): Use it. Fix bit set usage.
10248 (canon_list_insert): Use EXPR_LISTs for expressions.
10249 (record_last_mem_set_info): Factor BLOCK_NUM (insn).
10250
10251 2002-04-22 Neil Booth <neil@daikokuya.demon.co.uk>
10252
10253 * cppfiles.c (_cpp_pop_file_buffer): Return void. Move
10254 file change and include code to _cpp_pop_buffer.
10255 * cpphash.h (struct pending_option): Predeclare.
10256 (struct cpp_reader): New member next_include_file.
10257 (_cpp_pop_file_buffer): Update.
10258 (_cpp_push_next_buffer): Update, rename.
10259 * cppinit.c (cpp_destroy): Free include chain and pending here.
10260 (cpp_finish_options): Simplify.
10261 (_cpp_push_next_buffer): Rename and clean up.
10262 * cpplib.c (cpp_pop_buffer): Move code from _cpp_pop_file_buffer.
10263 Clarify.
10264 * cppmacro.c (cpp_scan_nooutput): Set return_at_eof here.
10265
10266 2002-04-22 Aldy Hernandez <aldyh@redhat.com>
10267
10268 * config/rs6000/altivec.h (vec_xor): Add variant for both args
10269 being vector signed int.
10270 (vec_andc): Same.
10271 (vec_xor): Add variant for both args being vector signed char.
10272 Remove redundant variant.
10273 (vec_andc): Same.
10274
10275 2002-04-21 David S. Miller <davem@redhat.com>
10276
10277 * config/sparc/sparc.md (set then compare DI mode peephole2): Fix
10278 compare mode in output RTL.
10279
10280 2002-04-22 David Edelsohn <edelsohn@gnu.org>
10281
10282 * config/rs6000/rs6000.c (rs6000_override_options): Correct
10283 style and formatting of previous patch.
10284
10285 2002-04-22 Alan Modra <amodra@bigpond.net.au>
10286
10287 * config/rs6000/rs6000.c (rs6000_override_options): Always clear
10288 flag_pic for ABI_AIX.
10289
10290 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
10291
10292 * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar.
10293 * cppfiles.c (read_include_file): Similarly.
10294 * cpphash.h (DSC, U_CHAR, ustrcmp, ustrncmp, ustrlen,
10295 uxstrdup ustrchr, ufputs): Similarly.
10296 * cppinit.c (TRIGRAPH_MAP, cpp_destroy): Similarly.
10297 * cpplex.c (parse_slow, unescaped_terminator_p, save_comment,
10298 cpp_ideq, parse_identifier, parse_number): Similarly.
10299 * cpplib.c (struct directive, dequote_string, D, run_directive,
10300 cpp_push_buffer): Similarly.
10301 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
10302 _cpp_create_definition, check_trad_stringification,
10303 cpp_macro_definition): Similarly.
10304
10305 2002-04-21 Neil Booth <neil@daikokuya.demon.co.uk>
10306
10307 * cppmacro.c (funlike_invocation_p): Don't step back
10308 over CPP_EOF.
10309
10310 2002-04-21 David Edelsohn <edelsohn@gnu.org>
10311
10312 * config/rs6000/rs6000.c (output_profile_hook): Do not increment
10313 labelno.
10314
10315 2002-04-20 Joseph S. Myers <jsm28@cam.ac.uk>
10316
10317 * doc/invoke.texi: Remove Chill references.
10318 * doc/gcc.texi: Update last modified date.
10319
10320 2002-04-20 Kazu Hirata <kazu@hxi.com>
10321
10322 * config/h8300/lib1funcs.asm (___mulsi3): Remove unnecessary
10323 push and pop. Replace add.l with add.w.
10324
10325 2002-04-20 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
10326
10327 * config/h8300/lib1funcs.asm (___mulsi3): Use hardware
10328 multiply instructions for H8/300H case.
10329
10330 2002-04-20 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
10331
10332 * config/h8300/lib1funcs.asm (___cmpsi2, ___ucmpsi2):
10333 Bum three instructions from each routine.
10334
10335 2002-04-20 Neil Booth <neil@daikokuya.demon.co.uk>
10336
10337 * Makefile.in: Update.
10338 * decl.c (push_c_function_context, pop_c_function_context,
10339 mark_c_function_context): Rename for consistency.
10340 * c-objc-common.c (c_objc_common_init): Langhooks set elsewhere.
10341 * c-tree.h (push_c_function_context, pop_c_function_context,
10342 mark_c_function_context): Rename for consistency.
10343 * c-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
10344 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
10345 * function.c (init_lang_status, save_lang_status,
10346 restore_lang_status, mark_lang_status, free_lang_status):
10347 Move to langhooks.h.
10348 (push_function_context_to, pop_function_context_from,
10349 free_after_parsing, prepare_function_start, ggc_mark_struct_function):
10350 Update.
10351 * function.h (init_lang_status, save_lang_status,
10352 restore_lang_status, mark_lang_status, free_lang_status):
10353 Move to langhooks.h.
10354 * langhooks-def.h (LANG_HOOKS_FUNCTION_INIT,
10355 LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_ENTER_NESTED,
10356 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK,
10357 LANG_HOOKS_FUNCTION_INITIALIZER): New.
10358 (LANG_HOOKS_INITIALIZER): Update.
10359 (lhd_do_nothing_f): New.
10360 * langhooks.h (struct lang_hooks_for_functions): New.
10361 (struct lang_hooks): New hooks.
10362 * langhooks.c (lhd_do_nothing_f): New.
10363 objc:
10364 * objc-lang.c (LANG_HOOKS_FUNCTION_ENTER_NESTED,
10365 LANG_HOOKS_FUNCTION_LEAVE_NESTED, LANG_HOOKS_FUNCTION_MARK): Redefine.
10366
10367 2002-04-19 David S. Miller <davem@redhat.com>
10368
10369 * config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
10370 * config/sparc/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Likewise.
10371
10372 2002-04-19 Jakub Jelinek <jakub@redhat.com>
10373
10374 PR optimization/3756
10375 * config/i386/i386.c (ix86_expand_int_movcc): Optimize
10376 x = ((int) y < 0) ? cst1 : cst2.
10377
10378 2002-04-19 Jakub Jelinek <jakub@redhat.com>
10379
10380 PR c/6358
10381 * function.c: Reapply patch for c/6358.
10382 (expand_function_end): Copy decl_rtl's mode, not
10383 current_function_return_rtx mode.
10384
10385 2002-04-19 Joel Sherrill <joel@OARcorp.com>
10386
10387 * config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
10388 targets.
10389
10390 2002-04-19 Tom Tromey <tromey@redhat.com>
10391
10392 * doc/install.texi (Specific): Update status of Solaris 2.8.
10393 For PR libgcj/6158.
10394
10395 2002-04-19 Andreas Schwab <schwab@suse.de>
10396
10397 * real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
10398 (PUT_REAL): Restore old definition.
10399
10400 2002-04-19 Dan Nicolaescu <dann@godzilla.ics.uci.edu>
10401 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10402
10403 * doc/install.texi (Specific, sparc-sun-solaris2*): Mention that
10404 binutils 2.11.2 and higher generate smaller binaries than Sun's
10405 native tools.
10406
10407 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10408
10409 PR c++/6352
10410 * toplev.c (rest_of_compilation): Do not defer functions for which
10411 TREE_SYMBOL_REFERENCED has already been set.
10412
10413 Fri Apr 19 15:53:03 CEST 2002 Jan Hubicka <jh@suse.cz>
10414
10415 * i386.md (movsi_1, movhi_1): Force reload to use more flexible
10416 alternative.
10417
10418 2002-04-19 Neil Booth <neil@daikokuya.demon.co.uk>
10419
10420 * builtins.c: Include langhooks.h.
10421 (lang_type_promotes_to): Remove.
10422 (expand_builtin_va_arg): Use new hook.
10423 * c-common.c (c_common_nodes_and_builtins): Don't set hook.
10424 (simple_type_promotes_to): Move to c-typeck.c.
10425 * c-common.h (simple_type_promotes_to): Remove.
10426 * c-decl.c (duplicate_decls, grokdeclarator): Update.
10427 * c-format.c: Include langhooks.h.
10428 (check_format_types): Update.
10429 * c-tree.h (c_type_promotes_to): New.
10430 * c-typeck.c (c_type_promotes_to): Move from c-common.c.
10431 (type_lists_compatible_p): Update.
10432 * langhooks-def.h (lhd_type_promotes_to): New.
10433 (LANG_HOOKS_TYPE_PROMOTES_TO): New.
10434 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
10435 * langhooks.c (lhd_type_promotes_to): New.
10436 * langhooks.h (struct lang_hooks_for_types): New hook.
10437 * tree.h (lang_type_promotes_to): Remove.
10438 objc:
10439 * objc-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
10440
10441 2002-04-18 Richard Henderson <rth@redhat.com>
10442
10443 * function.c: Revert patch for c/6358.
10444
10445 2002-04-18 Richard Henderson <rth@redhat.com>
10446
10447 * ifcvt.c (find_cond_trap): Handle cases with no proper THEN or JOIN
10448 blocks. Handle multiple references to the TRAP block. Handle
10449 non-adjacent THEN and OTHER blocks.
10450
10451 2002-04-18 Richard Henderson <rth@redhat.com>
10452
10453 * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): Don't
10454 crash with no type for by-mode libcalls.
10455
10456 * config/ia64/ia64.md (conditional_trap): Fix predicate polarity.
10457
10458 2002-04-18 Bob Wilson <bob.wilson@acm.org>
10459
10460 * config/xtensa/lib2funcs.S (__xtensa_libgcc_window_spill,
10461 __xtensa_nonlocal_goto): Use a syscall instructions to flush
10462 the register windows.
10463
10464 2002-04-18 Zack Weinberg <zack@codesourcery.com>
10465
10466 * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as
10467 appropriate. Document need for extended precision even when
10468 MAX_LONG_DOUBLE_TYPE_SIZE is smaller. Define REAL_WIDTH here,
10469 based on REAL_VALUE_TYPE_SIZE. Use REAL_WIDTH to size
10470 REAL_VALUE_TYPE. Define CONST_DOUBLE_FORMAT here. Use #error
10471 instead of relying on later syntax error when REAL_WIDTH > 5.
10472 * real.c: Define NE based only on whether or not we have a
10473 full 128-bit extended type (not INTEL_EXTENDED_IEEE_FORMAT).
10474 Require sizeof(REAL_VALUE_TYPE) == 2*NE. Unconditionally
10475 define GET_REAL and PUT_REAL as simple memcpy operations; no
10476 need to byteswap or round.
10477 Use #error instead of #ifdef-ing out the entire file, for
10478 prompt error detection.
10479
10480 * rtl.c, gengenrtl.c: No need to calculate CONST_DOUBLE_FORMAT here.
10481
10482 2002-04-18 David S. Miller <davem@redhat.com>
10483
10484 * config/sparc/sparc.h (BRANCH_COST): Define.
10485
10486 * fold-const.c (BRANCH_COST): Don't provide default here, expr.h
10487 does it.
10488
10489 2002-04-18 Hans-Peter Nilsson <hp@bitrange.com>
10490
10491 * flow.c (update_life_info): Ignore return value of cleanup_cfg.
10492 Mask out PROP_SCAN_DEAD_CODE | PROP_KILL_DEAD_CODE in
10493 propagate_block calls after relaxation loop using new variable
10494 stabilized_prop_flags.
10495
10496 2002-04-18 Richard Henderson <rth@redhat.com>
10497
10498 * config/ia64/ia64.c (ia64_function_arg_pass_by_reference): New.
10499 (ia64_va_arg): Expect variable sized types by reference.
10500 * config/ia64/ia64-protos.h: Update.
10501 * config/ia64/ia64.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use
10502 ia64_function_arg_pass_by_reference.
10503
10504 2002-04-18 Richard Henderson <rth@redhat.com>
10505
10506 * ifcvt.c: Include except.h.
10507 (block_has_only_trap): Break out from find_cond_trap.
10508 (find_cond_trap): Use it. Always delete the trap block.
10509 (merge_if_block): Allow then block null. Be less simplistic about
10510 what insns can end a block.
10511 * Makefile.in (ifcvt.o): Depend on except.h.
10512
10513 * config/ia64/ia64.md (trap, conditional_trap): New.
10514
10515 2002-04-18 Jakub Jelinek <jakub@redhat.com>
10516
10517 PR c/6358
10518 * function.c (assign_parms): Assign hard current_function_return_rtx
10519 register here...
10520 (expand_function_end): ...not here.
10521
10522 2002-04-18 Neil Booth <neil@daikokuya.demon.co.uk>
10523
10524 * c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
10525 * c-tree.h (c_incomplete_type_error): New.
10526 * c-typeck.c (require_complete_type, build_component_ref): Update.
10527 (incomplete_type_error): Rename.
10528 * langhooks-def.h (lhd_incomplete_type_error): New.
10529 (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): New.
10530 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
10531 * langhooks.c (lhd_incomplete_type_error): New.
10532 * langhooks.h (struct lang_hooks_for_types): New hook.
10533 * tree.c (size_in_bytes): Use new hook.
10534 * tree.h (incomplete_type_error): Remove.
10535 objc:
10536 * objc-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
10537
10538 2002-04-18 Zack Weinberg <zack@codesourcery.com>
10539
10540 * config/arc/arc.md: Remove #if HOST_FLOAT_FORMAT !=
10541 TARGET_FLOAT_FORMAT blocks.
10542
10543 2002-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10544
10545 * doc/install.texi (Downloading the source): Do not mention Chill
10546 any longer, but mention Ada.
10547 (Configuration): Do not mention Chill any longer.
10548
10549 2002-04-18 Hans-Peter Nilsson <hp@axis.com>
10550
10551 * config/cris/cris.h (TARGET_VERSION): Remove local version number.
10552
10553 Thu Apr 18 17:14:08 CEST 2002 Jan Hubicka <jh@suse.cz>
10554
10555 * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution
10556 in last patch.
10557
10558 2002-04-18 Jakub Jelinek <jakub@redhat.com>
10559
10560 * fold-const.c (fold): Use (*lang_hooks.types.unsigned_type)
10561 instead of unsigned_type.
10562
10563 Thu Apr 18 15:49:12 CEST 2002 Jan Hubicka <jh@suse.cz>
10564
10565 * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check.
10566 * i386.md (sse_mov?fcc*): Swap operands for cases they will be swapped
10567 later.
10568
10569 2002-04-18 Bernd Schmidt <bernds@redhat.com>
10570
10571 * attribs.c (vector_type_node_list): New static variable.
10572 (handle_vector_size_attribute): Use it to avoid generating a
10573 new type node each time we are called.
10574
10575 * combine.c (subst): Avoid trying to make a vector mode subreg of
10576 an integer constant.
10577 (gen_lowpart_for_combine): Likewise.
10578
10579 2002-04-18 Roger Sayle <roger@eyesopen.com>
10580 Jakub Jelinek <jakub@redhat.com>
10581
10582 * fold-const.c (fold) [NOP_EXPR]: Convert (T)(x&c) into ((T)x&(T)c)
10583 for integer constant c (if x has unsigned type or sign bit is not
10584 set in c). This folds the zero/sign extension into the bit-wise and
10585 operation.
10586
10587 2002-04-18 Jakub Jelinek <jakub@redhat.com>
10588
10589 PR middle-end/6205
10590 * config/i386/i386.md (movsf_1): Use pxor only if TARGET_SSE2,
10591 otherwise xorps.
10592
10593 2002-04-17 NIIBE Yutaka <gniibe@m17n.org>
10594
10595 * config/sh/elf.h: Undefine ASM_OUTPUT_CASE_LABEL.
10596
10597 2002-04-17 Nick Clifton <nickc@cambridge.redhat.com>
10598
10599 * gcc.c (read_specs): Detect and fail if an attempt is made to
10600 rename a spec string to an already existing string.
10601
10602 2002-04-17 Ulrich Weigand <uweigand@de.ibm.com>
10603
10604 * config/s390/s390.c (legitimize_pic_address): Do not generate
10605 illegal address constant without CONST.
10606
10607 2002-04-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10608
10609 * sparc/linux64.h (CC1_SPEC): Error for -m32 and -m64.
10610 * sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
10611
10612 2002-04-17 Ulrich Weigand <uweigand@de.ibm.com>
10613
10614 PR optimization/6305
10615 * config/s390/s390.c (s390_expand_plus_operand): Use find_replacement
10616 to make sure previous reloads are taken into account. Generate
10617 better code if one operand is an in-range immediate constant.
10618
10619 2002-04-16 Andrew Haley <aph@cambridge.redhat.com>
10620
10621 * doc/install.texi (Building): libgcj requires GNU make.
10622
10623 2002-04-17 Jakub Jelinek <jakub@redhat.com>
10624
10625 PR bootstrap/6315
10626 * config/sparc/sparc.md (movtf reg<-reg split): Allow spliting
10627 even if hard quad and register is not floating.
10628 (movtf reg<-mem split): Disallow splitting if hard quad and
10629 register is floating.
10630 (movtf mem<-reg split): Likewise.
10631 * config/sparc/sparc.c (fp_register_operand): New predicate.
10632 * config/sparc/sparc.h (PREDICATE_CODES): Add fp_register_operand.
10633
10634 2002-04-17 Zack Weinberg <zack@codesourcery.com>
10635
10636 * Makefile.in (PROTO_OBJS): Add cppdefault.o.
10637 (protoize.o): Take $(PREPROCESSOR_DEFINES) off command line.
10638 (unprotoize.o): Ditto. Build from protoize.c. Define
10639 UNPROTOIZE on command line.
10640 * protoize.c: Include cppdefault.h. Delete include_defaults.
10641 (in_system_include_dir): Use cpp_include_defaults (defined in
10642 cppdefault.o).
10643 * unprotoize.c: Delete file.
10644
10645 2002-04-17 Aldy Hernandez <aldyh@redhat.com>
10646
10647 * config/rs6000/altivec.h (vec_ld): Add array variants.
10648 (vec_lde): Same.
10649 (vec_ldl): Same.
10650
10651 2002-04-17 Alan Matsuoka <alanm@redhat.com>
10652 Aldy Hernandez <aldyh@redhat.com>
10653
10654 * config/rs6000/altivec.h: Define __ALTIVEC__.
10655 (bool): New.
10656 (__pixel): New.
10657 (pixel): New.
10658 (vec_cfux): New.
10659 (vec_vmaddfp): New.
10660 (vec_vsldoi): New.
10661 Add parentheses to all macro arguments.
10662
10663 2002-04-16 Richard Henderson <rth@redhat.com>
10664
10665 PR c++/6320
10666 * except.c (remove_eh_handler): Insert inner regions at beginning
10667 of sibling chain. Refactor expressions.
10668
10669 2002-04-16 Richard Henderson <rth@redhat.com>
10670
10671 * config/sparc/sol2-bi.h (AS_SPARC64_FLAG): New.
10672 * config/sparc/sol2-gas-bi.h: New file.
10673 * config.gcc (sparc*-solaris): Add it as needed.
10674 * configure.in (AS_SPARC64_FLAG): Remove check.
10675 * config.in, configure: Regenerate.
10676
10677 * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
10678
10679 2002-04-16 Richard Henderson <rth@redhat.com>
10680
10681 * config/mips/mips.c (override_options): Don't override N32 for
10682 a 64-bit ISA.
10683
10684 PR 6202
10685 * config/mips/mips.md (can_delay): Split out of existing define_delays.
10686 (HILO_delay): Set can_delay false.
10687
10688 2002-04-16 Dale Johannesen <dalej@apple.com>
10689
10690 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Compute
10691 instruction addresses.
10692 (rs6000_output_function_epilogue): Likewise.
10693
10694 2002-04-16 Paolo Carlini <pcarlini@unitus.it>
10695
10696 * c-parse.in (poplevel, compstmt_start,
10697 compstmt_primary_start): Add ending ';', in accordance
10698 with POSIX.
10699
10700 2002-04-16 Richard Henderson <rth@redhat.com>
10701
10702 * config.gcc (sparcv9-solaris): Configure for 64-bit default.
10703 Adjust tm_file order to get TARGET_DEFAULT set properly.
10704 (sparc-solaris): Configure 2.[78] for 64-bit multilibs.
10705 * doc/install.texi (sparc-solaris): Update.
10706
10707 2002-04-16 Dale Johannesen <dalej@apple.com>
10708
10709 * config/rs6000/rs6000.c (rs6000_emit_cmove): Fail if modes of
10710 comparison operands do not match each other or if modes of
10711 conditions do not match result.
10712
10713 2002-04-16 Hartmut Penner <hpenner@de.ibm.com>
10714
10715 PR target/6305
10716 * config/s390/s390.md (mulsidi3): Set both subregs of the
10717 multiword register.
10718
10719 2002-04-16 Aldy Hernandez <aldyh@redhat.com>
10720
10721 * config/rs6000/altivec.h (vec_addc): Type check.
10722
10723 2002-04-16 Jakub Jelinek <jakub@redhat.com>
10724
10725 PR middle-end/6279
10726 * expr.c (store_expr): Don't copy if DECL_RTL (exp) == target.
10727
10728 * expr.c (safe_from_p): Cleanup: use DECL_RTL_IF_SET.
10729
10730 2002-04-15 Richard Henderson <rth@redhat.com>
10731
10732 * config/mips/abi64.h (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Set
10733 call_really_used_regs too.
10734
10735 2002-04-15 Richard Henderson <rth@redhat.com>
10736
10737 * config/alpha/gnu.h (CPP_PREDEFINES): Underscores for gnu_hurd.
10738
10739 2002-04-15 David S. Miller <davem@redhat.com>
10740
10741 * rtlanal.c (note_stores): Don't present PARALLEL SET_DESTs
10742 as being CLOBBERed.
10743
10744 2002-04-16 Jakub Jelinek <jakub@redhat.com>
10745
10746 PR c/6290
10747 * config/rs6000/rs6000.c (easy_vector_constant): Return 1 if the
10748 CONST_VECTOR is { 0, ... 0 }.
10749
10750 2002-04-15 Loren J. Rittle <ljrittle@acm.org>
10751
10752 * doc/install.texi (Installing GCC: Configuration): Clarify
10753 the only supported ways to configure gcc.
10754
10755 2002-04-15 Roland McGrath <roland@frob.com>
10756
10757 * config.gcc (alpha*-*-gnu*): New target configuration.
10758 * config/alpha/gnu.h: New file for it.
10759 * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define.
10760
10761 2002-04-16 Mark Mitchell <mark@codesourcery.com>
10762
10763 * c-common.h (STMT_EXPR_NO_SCOPE): New macro.
10764 * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE.
10765 * tree.h (expand_start_stmt_expr): Update prototype.
10766 * stmt.c (expand_start_stmt_expr): Add has_scope parameter.
10767 * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE
10768 on the STMT_EXPR created for the inline function.
10769
10770 2002-04-15 Richard Henderson <rth@redhat.com>
10771
10772 * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h,
10773 config/i386/linux-aout.h, config/i386/linux-oldld.h,
10774 config/i386/linux.h, config/i386/linux64.h, config/ia64/linux.h,
10775 config/m68k/linux-aout.h, config/m68k/linux.h, config/mips/linux.h,
10776 config/pa/pa-linux.h, config/pj/linux.h, config/s390/linux.h,
10777 config/sh/linux.h, config/sparc/linux-aout.h, config/sparc/linux.h,
10778 config/sparc/linux64.h, config/xtensa/linux.h (CPP_PREDEFINES):
10779 Define __gnu_linux__, not gnu_linux.
10780 * config/rs6000/sysv4.h (CPP_OS_GNU_SPEC): Likewise for gnu_hurd.
10781
10782 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10783
10784 Remove Chill front end.
10785 * gcc.c (default_compilers): Remove Chill entries.
10786 * ch: Remove directory.
10787 * doc/frontends.texi: Remove information about Chill.
10788 * doc/sourcebuild.texi: Likewise.
10789 * doc/standards.texi: Likewise.
10790
10791 2002-04-15 Douglas B Rupp <rupp@gnat.com>
10792
10793 * config/alpha/vms.h (INCLUDE_DEFAULTS): Add /gnu/lib/gcc-lib/include.
10794 (LONGLONG_STANDALONE): Define.
10795
10796 2002-04-15 David S. Miller <davem@redhat.com>
10797
10798 * config/sparc/sparc.c (sparc_emit_float_lib_cmp):
10799 Call emit_library_call with LCT_NORMAL.
10800 (sparc_initialize_trampoline): Use LCT_foo instead of
10801 magic constant in emit_library_call invocations.
10802 (sparc64_initialize_trampoline): Likewise.
10803 (sparc_profile_hook): Likewise.
10804 * config/sparc/sparc.md: Likewise.
10805
10806 * config/sparc/sparc.c (sparc_extra_constraint_check):
10807 Fix type of argument 'c'.
10808 * config/sparc/sparc-protos.h (sparc_extra_constraint_check):
10809 Likewise.
10810
10811 2002-04-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
10812
10813 * diagnostic.h (output_buffer_state): Redefine.
10814 (output_format_decoder): New macro.
10815 (output_prefixing_rule): Likewise.
10816 (output_line_cutoff): Likewise.
10817 (diagnostic_format_decoder): Adjust.
10818 (diagnostic_prefixing_rule): Likewise.
10819 (diagnostic_line_cutoff): Likewise.
10820 (diagnostic_state): Likewise.
10821 (diagnostic_kind_count): Likewise.
10822 (diagnostic_buffer): Now a macro.
10823
10824 * diagnostic.c (diagnostic_buffer): Remove definition.
10825 (output_is_line_wrapping): Adjust.
10826 (set_real_maximum_length): Likewise.
10827 (output_set_maximum_length): Likewise.
10828 (init_output_buffer): Likewise.
10829 (lhd_print_error_function): Likewise.
10830 (output_do_verbatim): Likewise.
10831
10832 2002-04-14 Neil Booth <neil@daikokuya.demon.co.uk>
10833
10834 * cpperror.c (print_location): Don't print include chain
10835 if line == 0.
10836 (cpp_begin_message): Update to use DL_ macros.
10837 (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
10838 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
10839 cpp_notice, cpp_notice_from_errno): Remove.
10840 (cpp_error, cpp_error_with_line): Update to take a diagnostic
10841 level.
10842 (cpp_errno): New.
10843 * cppexp.c (CPP_ICE): Remove.
10844 (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
10845 lex, integer_overflow, _cpp_parse_expr): Update.
10846 * cppfiles.c (read_include_file, find_include_file,
10847 handle_missing_header, _cpp_read_file, remap_filename): Update.
10848 * cpphash.h (enum error_type): Remove.
10849 (_cpp_begin_message): Update.
10850 * cppinit.c (append_include_chain, remove_dup_dirs, output_deps,
10851 cpp_handle_option, cpp_post_options): Update.
10852 * cpplex.c (trigraph_p, skip_escaped_newlines, skip_block_comment,
10853 skip_whitespace, parse_identifier, parse_slow, parse_string,
10854 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
10855 cpp_interpret_charconst): Update.
10856 * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive,
10857 lex_macro_node, do_undef, glue_header_name, parse_include,
10858 do_include_common, read_flag, do_line, do_linemarker, do_ident,
10859 cpp_register_pragma, do_pragma_once, do_pragma_system_header,
10860 do_pragma_poison, do_pragma_dependency, _cpp_do__Pragma, do_else,
10861 do_elif, do_endif, parse_answer, parse_assertion, do_assert,
10862 _cpp_pop_buffer, do_diagnostic): Update.
10863 * cpplib.h (DL_WARNING, DL_WARNING_SYSHDR, DL_PEDWARN, DL_ERROR,
10864 DL_FATAL, DL_ICE, DL_EXTRACT, DL_WARNING_P): New.
10865 (cpp_ice, cpp_fatal, cpp_error_from_errno, cpp_warning,
10866 cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
10867 cpp_notice, cpp_notice_from_errno): Remove.
10868 (cpp_error, cpp_error_with_line): Update to take a diagnostic
10869 level.
10870 (cpp_errno): New.
10871 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
10872 collect_args, enter_macro_context, save_parameter, parse_params,
10873 _cpp_create_definition, check_trad_stringification,
10874 cpp_macro_definition): Update.
10875 * cppmain.c (cpp_preprocess_file): Update.
10876 * fix-header.c (read_scan_file): Update.
10877
10878 2002-04-14 Andreas Schwab <schwab@suse.de>
10879
10880 * config/ia64/linux.h (CPP_PREDEFINES): Fix missing backslash.
10881
10882 2002-04-14 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
10883
10884 * config/arm/linux-elf.h (CPLUSPLUS_CPP_SPEC): Define.
10885
10886 2002-04-13 Mark Mitchell <mark@codesourcery.com>
10887
10888 * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__,
10889 not gnu_hurd.
10890
10891 2002-04-13 Hans-Peter Nilsson <hp@axis.com>
10892
10893 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Fix typo.
10894
10895 2002-04-13 Joel Sherrill <joel@OARcorp.com>
10896
10897 * config/sparc/t-elf: Enable v8 multilibs. Impacts
10898 sparc-elf and sparc-rtems targets.
10899
10900 2002-04-13 Mark Mitchell <mark@codesourcery.com>
10901
10902 * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is
10903 defined, and __gnu_hurd__ wherever __GNU__ is defined.
10904 * arm/linux-elf.h: Likewise.
10905 * cris/aout.h: Likewise.
10906 * cris/linux.h: Likewise.
10907 * i370/linux.h: Likewise.
10908 * i386/gnu.h: Likewise.
10909 * i386/linux-aout.h: Likewise.
10910 * i386/linux-oldld.h: Likewise.
10911 * i386/linux.h: Likewise.
10912 * i386/linux64.h: Likewise.
10913 * ia64/linux.h: Likewise.
10914 * m68k/linux-aout.h: Likewise.
10915 * m68k/linux.h: Likewise.
10916 * mips/linux.h: Likewise.
10917 * pa/pa-linux.h: Likewise.
10918 * pj/linux.h: Likewise.
10919 * rs6000/sysv4.h: Likewise.
10920 * s390/linux.h: Likewise.
10921 * sh/linux.h: Likewise.
10922 * sparc/linux-aout.h: Likewise.
10923 * sparc/linux.h: Likewise.
10924 * sparc/linux64.h: Likewise.
10925 * xtensa/linux.h: Likewise.
10926
10927 2002-04-13 Richard Sandiford <rsandifo@redhat.com>
10928
10929 * stmt.c (check_unique_operand_names): Expect operand names to
10930 be strings rather than identifiers. Use simple_cst_equal to
10931 compare them.
10932 (resolve_operand_name_1): Make same identifier to string change here.
10933 * c-parse.in (asm_operand): Convert a named operand into a string.
10934 * cp/parse.y (asm_operand): Likewise.
10935
10936 2002-04-13 Andreas Schwab <schwab@suse.de>
10937
10938 * config/ia64/ia64.h (CPP_SPEC): Include %(cpp_cpu).
10939
10940 2002-04-12 Mark Mitchell <mark@codesourcery.com>
10941
10942 Revert these changes:
10943
10944 2002-04-06 Mark Mitchell <mark@codesourcery.com>
10945
10946 PR c++/5571
10947 * stor-layout.c (layout_decl): Reset the RTL for the decl.
10948
10949 2002-04-12 Richard Henderson <rth@redhat.com>
10950
10951 * config.gcc (sparcv9-*-solaris2): Default to 32-bit code.
10952 (sparc*-*-solaris): Clean up header files.
10953 * configure.in (AS_SPARC64_FLAG): Error out if can't find it
10954 and plan on generating 64-bit code.
10955 * toplev.c (decode_g_option): Remove LINKER_DOES_NOT_WORK_WITH_DWARF2.
10956 * config/sparc/sol2-64.h: Delete and reuse for default 64-bit code.
10957 * config/sparc/sol2-sld-64.h: Rename ...
10958 * config/sparc/sol2-bi.h: ... here. Remove the bits that checked
10959 for AS_SPARC64_FLAG not defined.
10960 * config/sparc/sol2-gld-bi.h: New.
10961 * config/sparc/sol2-sld.h: Remove.
10962 * config/sparc/sol26-sld.h: New.
10963 * config/sparc/sol2.h: Tidy comments.
10964 * doc/install.texi: Document sparc-solaris configury changes.
10965
10966 2002-04-12 Richard Henderson <rth@redhat.com>
10967
10968 * recog.c (offsettable_address_p): Match the logic in adjust_address.
10969
10970 * config/sparc/sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Handle TFmode
10971 in 64-bit mode only. Use only for 32-bit or MEDLOW.
10972
10973 2002-04-12 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10974
10975 * config/alpha/osf.h (LINK_SPEC): Pass -S to silence ld warnings.
10976
10977 Fri Apr 12 15:42:59 2002 Jeffrey A Law (law@redhat.com)
10978
10979 * pa.c (pa_can_combine_p): Call extract_insn before calling
10980 constrain_operands.
10981
10982 2002-04-12 Douglas B Rupp <rupp@gnat.com>
10983
10984 * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define.
10985 (TARGET_ASM_NAMED_SECTION, RETURN_IN_MEMORY) Define.
10986 (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
10987 (CPP_PREDEFINES): Handle __declspec.
10988 * config/i386/t-interix (USER_H): Remove.
10989
10990 2002-04-12 DJ Delorie <dj@redhat.com>
10991
10992 * integrate.c (compare_blocks): Make comparisons safe for when
10993 sizeof(int) < sizeof(char *).
10994 (find_block): Likewise.
10995
10996 2002-04-12 Jan Hubicka <jh@suse.cz>
10997 David Edelsohn <edelsohn@gnu.org>
10998
10999 * config/rs6000/rs6000.c (call_operand): Allow LINK and COUNT
11000 registers.
11001 (symbol_ref_operand): New.
11002 * config/rs6000/rs6000.h (PREDICATE_CODES): Add symbol_ref_operand.
11003 * config/rs6000/rs6000.md (call_nonlocal_aix): Use symbol_ref_operand.
11004
11005 2002-04-12 Andreas Schwab <schwab@suse.de>
11006
11007 * config/ia64/ia64.h (ASM_SPEC): Moved from here ...
11008 * config/ia64/sysv4.h (ASM_SPEC): ... to here, so that it
11009 overrides the definition in config/svr4.h.
11010
11011 2002-04-12 Eric Norum <eric.norum@usask.ca>
11012
11013 * config/rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
11014 config/c4x/rtems.h, config/h8300/rtems.h, config/i386/rtems.h,
11015 config/i386/rtemself.h, config/i960/rtems.h, config/m68k/rtems.h,
11016 config/m68k/rtemself.h, config/mips/rtems.h, config/mips/rtems64.h,
11017 config/pa/rtems.h, config/rs6000/rtems.h, config/sh/rtems.h,
11018 config/sh/rtemself.h, config/sparc/rtems.h, config/sparc/rtemself.h,
11019 config/v850/rtems.h (*-rtems*): Cleanup pass to move common
11020 definitions to config/rtems.h and make the targets more similar.
11021
11022 Fri Apr 12 08:06:54 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11023
11024 * expr.c (expand_assigment): Remove duplicate conversions #ifdef
11025 POINTERS_EXTEND_UNSIGNED.
11026 (store_constructor, expand_expr, case COMPONENT_REF): Likewise.
11027 (store_expr): Use TYPE_MODE (sizetype), not ptr_mode.
11028
11029 * emit-rtl.c (widen_memory_access): Don't do anything if MEMOFFSET
11030 not specified.
11031
11032 Fri Apr 12 12:11:26 2002 J"orn Rennecke <joern.rennecke@superh.com>
11033
11034 * sh.c (calc_live_regs, sh_pr_n_sets): Use of PR_MEDIA_REG / PR_REG
11035 depends on TARGET_SHMEDIA, not TARGET_SH5.
11036
11037 2002-04-12 Hans-Peter Nilsson <hp@bitrange.com>
11038
11039 * function.c (fixup_var_refs_1) <SET, handling VAR in SET_SRC>:
11040 For paradoxical (subreg VAR), replace VAR, don't try the subreg.
11041
11042 Fri Apr 12 10:51:38 2002 J"orn Rennecke <joern.rennecke@superh.com>
11043
11044 * sh.c (broken_move): Constant 0. / 1. load is OK if there is
11045 no r0 clobber.
11046
11047 2002-04-12 Andreas Schwab <schwab@suse.de>
11048
11049 * config/ia64/ia64.h (EXTRA_SPECS): Fix missing backslash.
11050
11051 2002-04-12 Richard Henderson <rth@redhat.com>
11052
11053 PR bootstrap/4191
11054 * config/d30v/d30v.h (INIT_SECTION_ASM_OP): Don't undef.
11055
11056 * flow.c (mark_used_reg): Manage reg_cond_dead properly for
11057 modes spanning multiple hard regs.
11058
11059 * recog.c (peephole2_optimize): Rebuild jump labels as needed.
11060
11061 2002-04-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
11062
11063 * pa.c (pa_output_function_prologue): Don't accumulate the total
11064 number of code bytes when using TARGET_64BIT, or gas, SOM and not
11065 the portable runtime.
11066 (output_deferred_plabels): Handle 64bit plabels.
11067 (output_cbranch): Use $PIC_pcrel$0 for pc relative relocations when
11068 generating pic code using the GAS assembler for object formats that
11069 are not SOM (ie., ELF32 and ELF64).
11070 (output_millicode_call): Check attribute type if attribute length is 28.
11071 Likewise use $PIC_pcrel$0. Only call get_attr_length and
11072 dbr_sequence_length once.
11073 (output_call): Likewise use $PIC_pcrel$0, and call get_attr_length and
11074 dbr_sequence_length once.
11075 * pa.h (TARGET_SOM): Define if not defined.
11076 * pa.md (pattern to load address of label): Likewise use $PIC_pcrel$0
11077 with GAS and not SOM.
11078 (jump, call_internal_reg, call_value_internal_reg): Likewise.
11079 * som.h (OBJ_SOM): Rename to TARGET_SOM. Undefine before defining.
11080
11081 2002-04-11 David O'Brien <obrien@FreeBSD.org>
11082
11083 * config/freebsd.h (NO_IMPLICIT_EXTERN_C, SCCS_DIRECTIVE): Give value.
11084 (DEFAULT_PCC_STRUCT_RETURN) Do not redefine.
11085 (USER_LABEL_PREFIX, HANDLE_SYSV_PRAGMA, IDENT_ASM_OP,
11086 DWARF2_DEBUGGING_INFO, DBX_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):
11087 elfos.h and dbxelf.h values are fine now.
11088 * config/i386/freebsd.h, config/alpha/freebsd.h
11089 (DEFAULT_PCC_STRUCT_RETURN): Define to 0.
11090
11091 2002-04-11 David O'Brien <obrien@FreeBSD.org>
11092
11093 * config/ia64/aix.h (CPP_PREDEFINES): Do not define _LP64/__LP64__
11094 or set Acpu or Amachine. Reformat.
11095 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
11096 define.
11097 (LINK_SPEC): Do not need to undef.
11098 * config/ia64/elf.h (ASM_EXTRA_SPEC): Define.
11099 * config/ia64/freebsd.h (LINK_SPEC): Do not need to undef.
11100 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
11101 define.
11102 * config/ia64/hpux.h (ASM_EXTRA_SPEC): Define.
11103 (ASM_SPEC): Do not define, use ASM_EXTRA_SPEC instead.
11104 (LINK_SPEC): Do not need to undef.
11105 (DONT_USE_BUILTIN_SETJMP): Do not define.
11106 * config/ia64/ia64.h (ASM_SPEC, ASM_EXTRA_SPEC): Add.
11107 (CPP_CPU_SPEC): Define _LP64, set Acpu and Amachine. Remove -Dia64.
11108 (DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Define.
11109 Remove trailing spaces.
11110 * config/ia64/linux.h (CPP_PREDEFINES): Do not define _LP64/__LP64__,
11111 __ELF__, or set Acpu or Amachine. Reformat.
11112 (ASM_SPEC, DONT_USE_BUILTIN_SETJMP, PROFILE_BEFORE_PROLOGUE): Do not
11113 define.
11114
11115 2002-04-11 David O'Brien <obrien@FreeBSD.org>
11116
11117 * config.gcc (ia64-*-freebsd*): Fix ordering of tm_files to match
11118 all other *-*-freebsd* targets.
11119
11120 2002-04-11 Richard Henderson <rth@redhat.com>
11121
11122 * config.gcc (alpha*-*-linux*ecoff): Detect and reject.
11123
11124 2002-04-11 David O'Brien <obrien@FreeBSD.org>
11125
11126 * config.gcc (alpha*-*-openbsd, alpha64-dec-*vms,alpha*-dec-*vms):
11127 Include {cpu}/{cpu}.h thru tm_file.
11128 (alpha*-*-linux*ecoff): Remove target.
11129 * config/alpha/elf.h (CPP_SUBTARGET_SPEC): Define __ELF__.
11130 (LINK_SPEC): Remove, is not OS independent.
11131 * config/alpha/freebsd.h (CPP_SPEC): Do not define __ELF__.
11132 (LINK_SPEC): Do not need to #undef any longer.
11133 * config/alpha/linux-ecoff.h (LINK_SPEC): Do not need to #undef
11134 any longer.
11135 * config/alpha/linux-elf.h (SUB_CPP_PREDEFINES): Do not define
11136 __ELF__.
11137 (LINK_SPEC): Moved here from alpha/elf.h.
11138 * config/alpha/linux.h (CPP_PREDEFINES): No longer consumer of
11139 SUB_CPP_PREDEFINES.
11140 * config/alpha/linux-ecoff.h: Remove.
11141 * config/alpha/netbsd.h (CPP_PREDEFINES): Do not define __ELF__.
11142 (CPP_SPEC): Define _POSIX_SOURCE as needed.
11143 (CPP_SUBTARGET_SPEC): Do not define.
11144 (LINK_SPEC): Do not need to #undef any longer.
11145 * config/alpha/openbsd.h: Do not directly include alpha/alpha.h.
11146 * config/alpha/vms.h: Likewise.
11147
11148 2002-04-11 Richard Sandiford <rsandifo@redhat.com>
11149
11150 * doc/extend.texi: Remove old claim that typedefs cannot have
11151 an alignment attribute.
11152
11153 2002-04-11 Jakub Jelinek <jakub@redhat.com>
11154
11155 PR optimization/6177
11156 * expr.c (expand_expr) [COMPONENT_REF]: Handle op0 CONCAT if
11157 bitpos is 0 and bitsize CONCAT size.
11158
11159 2002-04-11 Jakub Jelinek <jakub@redhat.com>
11160
11161 PR c/6223
11162 * combine.c (if_then_else_cond): Use trunc_int_for_mode on nz.
11163
11164 2002-04-10 David O'Brien <obrien@FreeBSD.org>
11165
11166 * config/alpha/freebsd.h: Minor reformatting.
11167 (CPP_SPEC): Define ELF and add cpp_subtarget.
11168 (ASM_SPEC): No longer needed.
11169
11170 2002-04-11 Richard Henderson <rth@redhat.com>
11171
11172 * config/sparc/sparc.md (movdi_insn_sp32): Add o/J alternative.
11173 (movdi_insn_sp32_v9): Likewise. Only allow stx with aligned memory.
11174 (dimode mem/zero splitter): New.
11175
11176 2002-04-11 Hans-Peter Nilsson <hp@axis.com>
11177
11178 * config/cris/cris.c (cris_override_options): Tweak error message
11179 for PIC not implemented.
11180
11181 * config/cris/cris.h: Tweak comments related to parameter-passing.
11182
11183 * t-cris (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc here.
11184
11185 2002-04-10 Richard Henderson <rth@redhat.com>
11186
11187 * except.c (add_ehl_entry): Allow duplicates after landing pad
11188 creation.
11189
11190 2002-04-10 David Edelsohn <edelsohn@gnu.org>
11191
11192 * config/rs6000/t-aix43 (SHLIB_NM_FLAGS): Add -X32_64.
11193
11194 2002-04-10 Toon Moene <toon@moene.indiv.nluug.nl>
11195
11196 * c-decl.c (c_init_decl_processing): Move generation of
11197 decls for g77_integer_type_node and friends from here ...
11198 * c-common.c (c_common_nodes_and_builtins): ... to here.
11199
11200 2002-04-10 Ulrich Weigand <uweigand@de.ibm.com>
11201
11202 * reload1.c (choose_reload_regs): HARD_FRAME_POINTER_REGNUM
11203 is only used as frame pointer when frame_pointer_needed is true.
11204
11205 2002-04-10 Richard Earnshaw <rearnsha@arm.com>
11206
11207 PR target/817
11208 * arm.md (arm_movdi): Adjust neg_pool_range attribute to allow
11209 for the fact that the pool entry uses two words.
11210 (movdf_hard_insn): Similarly. Also, ADR instruction can span
11211 1k bytes.
11212 (movdf_soft_insn): Similarly.
11213 (movxf_hard_insn): Adjust neg_pool_range attribute to allow
11214 for the fact that the pool entry uses three words.
11215
11216 2002-04-10 Richard Sandiford <rsandifo@redhat.com>
11217
11218 * config/mips/mips.c (mips_va_arg): When using the struct version
11219 of the EABI va_list, allow arguments in the register save area to
11220 take up less room than a stack argument.
11221
11222 2002-04-10 Richard Henderson <rth@redhat.com>
11223
11224 * expr.c (expand_expr) [INTEGER_CST]: Don't force into registers
11225 if EXPAND_INITIALIZER.
11226
11227 2002-04-09 Richard Henderson <rth@redhat.com>
11228
11229 * config/alpha/alpha.md (movdi_er_maybe_g): New.
11230 * config/alpha/alpha.c (alpha_expand_mov): Use it.
11231
11232 2002-04-10 Alan Modra <amodra@bigpond.net.au>
11233
11234 PR optimization/6233
11235 * rtlanal.c (pure_call_p): New function.
11236 * rtl.h (pure_call_p): Declare.
11237 * loop.c (prescan_loop): Use it to set has_nonconst_call.
11238 * gcse.c (store_killed_in_insn): Use pure_call_p here too.
11239
11240 2002-04-09 Eric Christopher <echristo@redhat.com>
11241
11242 * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Add additional
11243 information to .comm directive.
11244
11245 2002-04-09 Richard Henderson <rth@redhat.com>
11246
11247 PR c/5078
11248 * expr.c (expand_expr) [INTEGER_CST]: Force overflows into registers.
11249
11250 2002-04-09 Richard Henderson <rth@redhat.com>
11251
11252 * basic-block.h (flow_delete_block_noexpunge): Declare.
11253 (expunge_block_nocompact): Declare.
11254 * cfg.c (expunge_block_nocompact): Split out from ...
11255 (expunge_block): ... here.
11256 * cfgrtl.c (can_delete_label_p): Don't use exception_handler_labels.
11257 (flow_delete_block_noexpunge): Split out from ...
11258 (flow_delete_block): ... here.
11259 * cfgcleanup.c (delete_unreachable_blocks): Compact while
11260 removing dead blocks.
11261 * except.c (exception_handler_labels): Remove.
11262 (exception_handler_label_map): New.
11263 (struct eh_region): Add aka member.
11264 (mark_ehl_map_entry, mark_ehl_map, free_region): New.
11265 (ehl_hash, ehl_eq, ehl_free, add_ehl_entry): New.
11266 (for_each_eh_label, for_each_eh_label_1): New.
11267 (init_eh): Register exception_handler_label_map.
11268 (free_eh_status): Use free_region.
11269 (find_exception_handler_labels): Use the map, not the list.
11270 (remove_exception_handler_label): Likewise.
11271 (maybe_remove_eh_handler): Likewise.
11272 (remove_eh_handler): Use the region aka bitmap.
11273 * except.h (exception_handler_labels): Remove.
11274 (for_each_eh_label): Declare.
11275 * jump.c (rebuild_jump_labels): Don't check exception_handler_labels.
11276 * loop.c (invalidate_loops_containing_label): New.
11277 (find_and_verify_loops): Use it. Use for_each_eh_label.
11278 * sched-rgn.c (is_cfg_nonregular): Use
11279 current_function_has_exception_handlers.
11280
11281 2002-04-09 Richard Henderson <rth@redhat.com>
11282
11283 * sbitmap.c (sbitmap_union_of_diff, sbitmap_a_and_b, sbitmap_a_xor_b,
11284 sbitmap_a_or_b, sbitmap_a_or_b_and_c, sbitmap_a_and_b_or_c):
11285 Do not return changed status.
11286 (sbitmap_union_of_diff_cg, sbitmap_a_and_b_cg, sbitmap_a_xor_b_cg,
11287 sbitmap_a_or_b_cg, sbitmap_a_or_b_and_c_cg, sbitmap_a_and_b_or_c_cg):
11288 New functions that do return changed status.
11289 * sbitmap.h: Update decls.
11290 * gcse.c, lcm.c: Use _cg functions as needed.
11291
11292 Tue Apr 9 19:15:57 2002 J"orn Rennecke <joern.rennecke@superh.com>
11293
11294 * config.gcc (sh-*-elf*): Use sh/embed-elf.h instead of sh/elf.h.
11295 (sh64-*-elf*, sh-*-rtemself*): Likewise.
11296 * config/sh/embed_bb.c: New file.
11297 * config/sh/embed-elf.h: New file.
11298 * sh.h (CPP_SPEC): Supply __SIZE_TYPE__ and __PTRDIFF_TYPE__
11299 if -m[12345]* option is given. Don't use subtarget_cpp_ptr_spec.
11300 (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
11301 __PTRDIFF_TYPE__ .
11302 (SUBTARGET_CPP_PTR_SPEC): Don't define.
11303 (EXTRA_SPECS): Remove subtarget_cpp_ptr_spec.
11304 Add subtarget_asm_endian_spec.
11305 (ASM_SPEC): Use subtarget_asm_endian_spec.
11306 (SUBTARGET_ASM_ENDIAN_SPEC): Define.
11307 (RETURN_ADDR_RTX): Use PR_MEDIA_REG for TARGET_SH5.
11308 (WCHAR_UNSIGNED): Define.
11309 (SH_ELF_WCHAR_TYPE, SH_DBX_REGISTER_NUMBER): Define.
11310 (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
11311 (ALLOCATE_INITIAL_VALUE): Use PR_MEDIA_REG for TARGET_SH5.
11312 Fix value.
11313 * sh.c (calc_live_regs): Use PR_MEDIA_REG for TARGET_SH5.
11314 (sh_adjust_cost): Likewise.
11315 sh64.h (CPP_DEFAULT_CPU_SPEC): Add settings for __SIZE_TYPE__ and
11316 __PTRDIFF_TYPE__ .
11317 (SUBTARGET_CPP_PTR_SPEC, WCHAR_TYPE): Don't #undef/ #define.
11318 (WCHAR_TYPE_SIZE): Likewise.
11319 (ASM_SPEC): Use subtarget_asm_endian_spec.
11320 (SH_ELF_WCHAR_TYPE): #undef/ #define.
11321 (MAX_WCHAR_TYPE_SIZE): Don't #undef.
11322 * config/sh/elf.h (WCHAR_UNSIGNED): #undef .
11323 (MAX_WCHAR_TYPE_SIZE): Don't #define .
11324 (WCHAR_TYPE, WCHAR_TYPE_SIZE): #undef / #define .
11325 (USER_LABEL_PREFIX): Don't #undef /#define .
11326 (DBX_REGISTER_NUMBER): Use SH_DBX_REGISTER_NUMBER.
11327 * config/elf/linux.h (USER_LABEL_PREFIX): Don't #undef /#define .
11328 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Likewise.
11329 (ASM_SPEC): Likewise.
11330 (SUBTARGET_ASM_ENDIAN_SPEC): #undef / #define .
11331 (CC1_SPEC): don't supply -m3 for -m4*, -m5*.
11332 * t-sh: (LIB1ASMFUNCS): Use LIB1ASMFUNCS_CACHE.
11333 (LIB2FUNCS_EXTRA): Define.
11334 * t-sh64 (LIB2FUNCS_EXTRA): Define.
11335 * config/sh/t-linux (LIB1ASMFUNCS): Don't redefine.
11336 (LIB1ASMFUNCS_CACHE): Define.
11337 (LIB2FUNCS_EXTRA): Redefine empty.
11338
11339 2002-04-08 Richard Henderson <rth@redhat.com>
11340
11341 * reorg.c (get_branch_condition): Use reversed_comparison_code.
11342
11343 2002-04-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11344
11345 * config/m68hc11/larith.asm (__map_data_section): Fix condition
11346 and optimize for size.
11347 (__do_global_ctors): Fix pointer comparison.
11348 (__do_global_dtors): Likewise.
11349
11350 2002-04-09 David S. Miller <davem@redhat.com>
11351
11352 * config/sparc/sparc.c (sparc_extra_constraint_check): New
11353 function, implementing EXTRA_CONSTRAINTS. For memory constraints,
11354 allow reloading pseudos.
11355 * config/sparc/sparc.h (EXTRA_CONSTRAINTS): Use it.
11356 * config/sparc/sparc-protos.h: Declare it.
11357
11358 * config/sparc/sparc.c (const64_is_2insns): Kill signed vs.
11359 unsigned comparison warning.
11360 (output_restore_regs): Mark leaf_function as unused.
11361
11362 Tue Apr 9 09:35:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11363
11364 * expr.c (is_aligning_offset): New function.
11365 (expand_expr, case COMPONENT_EXPR): Call it.
11366
11367 2002-04-08 David S. Miller <davem@redhat.com>
11368
11369 PR target/6082
11370 * config/sparc/freebsd.h (SPARC_DEFAULT_CMODEL): Set to CM_MEDLOW
11371
11372 Make init_priority work on Sparc when using GNU ld.
11373 * config/sparc/linux.h, config/sparc/linux64.h,
11374 config/sparc/netbsd-elf.h, config/sparc/freebsd.h
11375 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Undefine.
11376 * config/sparc/sol2-gld.h: New file to do the same.
11377 * config.gcc (sparc*-*-solaris2*): If gnu_ld=yes add
11378 sparc/sol2-gld.h to tm_file.
11379
11380 PR optimization/4328
11381 * config/sparc/sparc.h (EXTRA_CONSTRAINT): Add new constraint 'W'.
11382 * doc/md.texi: Document it.
11383 * config/sparc/sparc.md (movdi_insn_sp64_novis,
11384 movdi_insn_sp64_vis, movdf_insn_sp32, movdf_insn_v9only_novis,
11385 movdf_insn_v9only_vis, movdf_insn_sp64_novis,
11386 movdf_insn_sp64_vis): Use it as MEM constraing with 'e' registers.
11387 * config/sparc/sparc.c (mem_min_alignment): Fix comment.
11388
11389 2002-04-08 Andreas Jaeger <aj@suse.de>
11390
11391 * stmt.c (expand_asm_operands): Revert last patch from Richard
11392 Henderson.
11393
11394 2002-04-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11395
11396 * doc/contrib.texi (Contributors): Add John David Anglin and Loren
11397 J. Rittle (the latter also to Testers). Update David O'Brien's entry.
11398
11399 2002-04-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11400
11401 * doc/contrib.texi (Contributors): Add David O'Brien.
11402
11403 2002-04-08 Alan Modra <amodra@bigpond.net.au>
11404
11405 * configure.in (auto-build.h): Use target_alias and build_alias
11406 when running configure.
11407 (gcc_cv_as, gcc_cv_ld): Search install paths when build != host too.
11408 (gcc_cv_nm, gcc_cv_objdump): Set for build != host too.
11409 * configure: Regenerate.
11410
11411 2002-04-07 David S. Miller <davem@redhat.com>
11412
11413 * config.gcc (sparc64-*-linux*): Add t-crtfm to tmake_file.
11414
11415 2002-04-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
11416
11417 PR 5933
11418 * pa.h (ASM_OUTPUT_MI_THUNK): Use indirect jump to target function when
11419 generating 32-bit pic code.
11420
11421 2002-04-06 Jason Thorpe <thorpej@wasabisystems.com>
11422
11423 * cppinit.c (cpp_create_reader): Initialize
11424 discard_comments_in_macro_exp.
11425 (COMMAND_LINE_OPTIONS): Add "-CC" option.
11426 (cpp_handle_option): Handle "-CC" option.
11427 * cpplex.c (save_comment): If saving a C++ comment in
11428 a directive, convert it to a C comment.
11429 (_cpp_lex_direct): Pass second comment start character to
11430 save_comment to indicate comment type.
11431 * cpplib.c (_cpp_handle_directive): If processing
11432 a "#define" directive and discard_comments_in_macro_exp
11433 is false, re-enable saving of comments.
11434 (lex_macro_node): If discard_comments_in_macro_exp is false,
11435 discard any comments before the macro identifier.
11436 * cpplib.h (struct cpp_options): Add discard_comments_in_macro_exp
11437 member.
11438 * cppmacro.c (cpp_get_token): If expanding a macro while
11439 processing a directive, discard any comments we might encounter.
11440 (parse_params): If discard_comments_in_macro_exp is false,
11441 ignore comments in the macro parameter list.
11442 * gcc.c (cpp_unique_options): Add "-CC" option.
11443 (option_map): Map "--comments-in-macros" to "-CC".
11444 * doc/cppopts.texi: Document "-CC" option.
11445 * f/lang-specs.h: Add "-CC" option.
11446 * testsuite/gcc.dg/cpp/maccom1.c: New test.
11447 * testsuite/gcc.dg/cpp/maccom2.c: New test.
11448 * testsuite/gcc.dg/cpp/maccom3.c: New test.
11449 * testsuite/gcc.dg/cpp/maccom4.c: New test.
11450 * testsuite/gcc.dg/cpp/maccom5.c: New test.
11451 * testsuite/gcc.dg/cpp/maccom6.c: New test.
11452
11453 2002-04-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
11454
11455 PR middle-end/6180
11456 * reorg.c (dbr_schedule): Don't reposition prologue and epilogue notes.
11457
11458 2002-04-06 Mark Mitchell <mark@codesourcery.com>
11459
11460 PR c++/5571
11461 * stor-layout.c (layout_decl): Reset the RTL for the decl.
11462
11463 PR opt/5120
11464 * sibcall.c (optimize_sibling_and_tail_recursive_call): Clear
11465 RTX_UNCHANGING_P for the functions arguments when a tail call
11466 is made.
11467
11468 2002-04-06 Jason Merrill <jason@redhat.com>
11469
11470 * toplev.c (flag_no_inline, flag_really_no_inline): Default to 2.
11471 (parse_options_and_default_flags): Set them appropriately.
11472 * c-common.c (c_common_post_options): Don't set flag_really_no_inline.
11473
11474 2002-04-06 Hans-Peter Nilsson <hp@bitrange.com>
11475
11476 * config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Don't -Dinhibit_libc
11477 here.
11478
11479 * config/mmix/mmix.h (INITIAL_ELIMINATION_OFFSET): Remove spurious
11480 semicolon.
11481
11482 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Variable-size
11483 types come in by-reference. Fix typo in comment.
11484
11485 2002-04-05 David S. Miller <davem@redhat.com>
11486
11487 * config/sparc/freebsd.h (ENDFILE_SPEC): Add crtfastmath bits.
11488 * config.gcc (sparc64-wrs-vxworks, sparc-*-chorusos,
11489 sparc-*-rtems*, sparclite-*-elf* sparc86x-*-elf*, sparc64-*-elf*,
11490 {sparc64,ultrasparc}-*-freebsd*): Add sparc/t-crtfm to tmake_file.
11491
11492 2002-04-05 David S. Miller <davem@redhat.com>
11493
11494 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): If we
11495 are not going to emit return instructions, emit at least a nop
11496 for the sake of sane backtraces.
11497
11498 2002-04-05 Richard Henderson <rth@redhat.com>
11499
11500 * doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
11501
11502 2002-04-05 Jakub Jeilnek <jakub@redhat.com>
11503
11504 * mklibgcc.in: Use $tmpmapfile, not tmp-$@.
11505
11506 2002-04-05 Alexandre Oliva <aoliva@redhat.com>
11507
11508 * config/mips/mips.h (ISA_HAS_BRANCHLIKELY, ISA_HAS_CONDMOVE,
11509 ISA_HAS_FP4, ISA_HAS_MADD_MSUB, ISA_HAS_NMADD_NMSUB,
11510 ISA_HAS_CLZ_CLO, ISA_HAS_DCLZ_DCLO): Disable if TARGET_MIPS16.
11511
11512 2002-04-05 Andreas Schwab <schwab@suse.de>
11513
11514 * c-convert.c: Include c-common.h.
11515 * Makefile.in (c-convert.o): Updated.
11516
11517 2002-04-05 Jakub Jelinek <jakub@redhat.com>
11518
11519 * mklibgcc.in: Use separate libgcc.map for each multilib.
11520 * Makefile.in (distclean): Don't remove libgcc.map here.
11521
11522 2002-04-05 Jakub Jelinek <jakub@redhat.com>
11523
11524 * Makefile.in (s-mlib): Handle --disable-multilib by separate
11525 genmultilib invocation.
11526
11527 2002-04-04 Richard Sandiford <rsandifo@redhat.com>
11528
11529 * config/mips/mips.h (CUMULATIVE_ARGS): Rename fp_regs to num_fprs
11530 to avoid clash with Irix header file sys/ucontext.h. Rename gp_regs
11531 to num_gprs for symmetry.
11532 * config/mips/mips.c: Adjust accordingly.
11533
11534 2002-04-04 Neil Booth <neil@daikokuya.demon.co.uk>
11535
11536 * c-common.c (truthvalue_conversion): Rename, update.
11537 * c-common.h (c_common_truthvalue_conversion): New.
11538 * c-convert.c (convert): Update.
11539 * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
11540 * c-parse.in (expr_no_commas, if_prefix, select_or_iter_stmt): Update.
11541 * c-typeck.c (build_binary_op, build_unary_op,
11542 build_conditional_expr): Update.
11543 * fold-const.c (constant_boolean_node, fold): Use langhook.
11544 * langhooks-def.h (LANGHOOK_INITIALIZER): Update.
11545 * langhooks.h (struct lang_hooks): New hook.
11546 * stmt.c (expand_decl_cleanup): Use langhook.
11547 * tree.h (truthvalue_conversion): Remove.
11548 objc:
11549 * objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
11550
11551 2002-04-05 Alan Modra <amodra@bigpond.net.au>
11552
11553 * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Add crtsavres.o
11554 Add rules to make null object file.
11555
11556 2002-04-04 Jim Blandy <jimb@redhat.com>
11557
11558 * cppmacro.c (cpp_macro_definition): Do not emit spaces after
11559 macro formal parameter names.
11560
11561 2002-04-04 David S. Miller <davem@redhat.com>
11562
11563 * calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.
11564
11565 2002-04-04 Richard Henderson <rth@redhat.com>
11566
11567 PR middle-end/5099
11568 * stmt.c (expand_asm_operands): Validate outputs vs asm_operand_ok.
11569 Support copies into and out of memory. Don't accept allows_reg
11570 and allows_mem as gospel.
11571
11572 2002-04-04 Richard Henderson <rth@redhat.com>
11573
11574 PR opt/6165
11575 * alias.c (true_dependence): Force (mem:blk (scratch)) to conflict.
11576 (write_dependence_p): Likewise.
11577
11578 2002-04-04 Richard Henderson <rth@redhat.com>
11579
11580 * predict.c (estimate_bb_frequencies): Do frequency calculation
11581 with a volatile temporary.
11582
11583 2002-04-04 Ulrich Weigand <uweigand@de.ibm.com>
11584
11585 * config/s390/linux.h (LOCAL_LABEL_PREFIX): Define.
11586
11587 2002-04-04 Jakub Jelinek <jakub@redhat.com>
11588
11589 PR c++/6119
11590 * final.c (final_start_function): Don't bump profile_label_no here...
11591 (final_end_function): ...but here.
11592
11593 2002-04-04 Jakub Jelinek <jakub@redhat.com>
11594
11595 * config/sparc/sparc.md (pic): New attribute.
11596 (do_builtin_setjmp_setup): Save %fp, %i7 and %l7 for TARGET_V9
11597 into stack slots.
11598 (split after do_builtin_setjmp_setup): New.
11599
11600 2002-04-04 Jakub Jelinek <jakub@redhat.com>
11601
11602 PR fortran/6106
11603 * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
11604 change.
11605
11606 2002-04-04 Jakub Jelinek <jakub@redhat.com>
11607
11608 * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
11609 UNITS_PER_WORD for zero sized aggregates.
11610
11611 2002-04-03 David S. Miller <davem@redhat.com>
11612
11613 * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): No need for a new
11614 one-character spec for this, just use %(link_gcc_c_sequence).
11615
11616 2002-04-03 David S. Miller <davem@redhat.com>
11617
11618 * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
11619 handling.
11620
11621 2002-04-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
11622
11623 * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
11624 (DWARF_FRAME_RETURN_COLUMN): Move.
11625 (ASM_PREFERRED_EH_DATA_FORMAT): Define.
11626 (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Define.
11627 * pa.c (except.h, predict.h): Include.
11628 (FRP): Delete.
11629 (store_reg_modify, set_reg_plus_d): Revise prototypes.
11630 (output_ascii): Add cast.
11631 (store_reg_modify): Revise to add frame notes.
11632 (set_reg_plus_d): Likewise.
11633 (compute_frame_size): Include space for eh data registers in frame if
11634 the current function calls eh_return.
11635 (hppa_expand_prologue): Ensure register %r2 is saved if the current
11636 function calls eh_return. Save eh data registers if the current
11637 function calls eh_return. Fix code to add frame notes. Emit
11638 blockage to prevent insns with frame notes being scheduled in the
11639 delay slot of calls.
11640 (hppa_expand_epilogue): Restore eh data registers and do final stack
11641 adjustment if the current function calls eh_return. Don't add frame
11642 notes.
11643 (output_call): Revise for change in length of call insn. Don't do
11644 return pointer adjustment for an unconditional jump in the delay slot
11645 of a call when using frame notes.
11646 * pa.h (EH_RETURN_DATA_REGNO): Revise for TARGET_64BIT compatibility.
11647 (EH_RETURN_HANDLER_RTX): Use saved value on stack.
11648 (ARG_POINTER_CFA_OFFSET): Define.
11649 * pa.md (return_external_pic): New pattern.
11650 (prologue): Correct formatting. Use return_external_pic if current
11651 function calls eh_return.
11652 (call_internal_symref, call_value_internal_symref,
11653 sibcall_internal_symref, sibcall_value_internal_symref): Change default
11654 lengths of short, long non-pic, and long pic calls to 8, 68, and 84,
11655 respectively.
11656 (exception_receiver): Use hppa_pic_save_rtx () to restore pic register.
11657
11658 * configure.in ("assembler dwarf2 debug_line support"): Add hppa*-*-* to
11659 list of targets to check using "nop" insn.
11660 * configure: Rebuilt.
11661
11662 2002-04-04 Alan Modra <amodra@bigpond.net.au>
11663
11664 * config/rs6000/t-linux64 (EXTRA_MULTILIB_PARTS): Define.
11665
11666 2002-04-03 David S. Miller <davem@redhat.com>
11667
11668 * gcc.c (LINK_GCC_C_SEQUENCE_SPEC): New spec to override the gcc/c
11669 library sequence passed to the linker.
11670 (LINK_COMMAND_SPEC): Use it.
11671 * doc/tm.texi: Document it, and mention from LINK_COMMAND_SPEC as
11672 a macro a target can use to avoid overriding LINK_COMMAND_SPEC.
11673 * config/sparc/sparc.h (LINK_GCC_C_SEQUENCE_SPEC): Define.
11674
11675 2002-04-03 Jason Merrill <jason@redhat.com>
11676
11677 * except.c (struct eh_status): Remove protect_list.
11678 (begin_protect_partials, end_protect_partials): Remove.
11679 (add_partial_entry): Remove.
11680 * except.h: Remove prototypes.
11681
11682 * expr.c (expand_expr) [WITH_CLEANUP_EXPR, TARGET_EXPR]: Use
11683 expand_decl_cleanup_eh.
11684
11685 PR c++/5636
11686 * tree.h (CLEANUP_EH_ONLY): New macro.
11687 * stmt.c (expand_decl_cleanup_eh): New fn.
11688 (expand_cleanups): Check CLEANUP_EH_ONLY.
11689 * c-semantics.c (genrtl_decl_cleanup): Just take the CLEANUP_STMT.
11690 Use expand_decl_cleanup_eh.
11691 (expand_stmt): Adjust.
11692 * c-common.h: Adjust prototype.
11693
11694 2002-04-04 Hans-Peter Nilsson <hp@axis.com>
11695
11696 * config/cris/cris.c (cris_target_asm_function_prologue): Cast
11697 uses of PIC_OFFSET_TABLE_REGNUM to int to silence warnings.
11698 (cris_target_asm_function_epilogue): Ditto.
11699 (cris_initial_frame_pointer_offset): Ditto.
11700 (cris_simple_epilogue): Ditto.
11701 (cris_expand_builtin_va_arg): Variable-size types come in
11702 by-reference.
11703
11704 2002-04-03 David S. Miller <davem@redhat.com>
11705
11706 * config/sparc/crtfastmath.c (FPRS_NS): Get it right for
11707 little-endian.
11708 (set_fast_math): Correct 'fsr' type.
11709
11710 2002-04-03 Richard Henderson <rth@redhat.com>
11711
11712 PR opt/3569
11713 * langhooks.h (lang_hooks.decls.warn_unused_global): New.
11714 * toplev.c (check_global_declarations): Use it.
11715 * langhooks-def.h (lhd_warn_unused_global_decl): Declare.
11716 (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
11717 (LANG_HOOKS_DECLS): Add it.
11718 * langhooks.c (lhd_warn_unused_global_decl): New.
11719 * c-decl.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
11720 * c-objc-common.c (c_warn_unused_global_decl): New.
11721 * c-tree.h (c_warn_unused_global_decl): Declare.
11722 * objc/objc-lang.c (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
11723
11724 2002-04-03 Neil Booth <neil@daikokuya.demon.co.uk>
11725
11726 * langhooks-def.h (lhd_set_decl_assembler_name,
11727 LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): New.
11728 (LANG_HOOKS_INITIALIZER): Update.
11729 * langhooks.c (lhd_set_decl_assembler_name): New, from tree.c
11730 * langhooks.h (struct lang_hooks): New hook.
11731 * tree.c (set_decl_assembler_name): Move to langhooks.c.
11732 (lang_set_decl_assembler_name): Remove.
11733 (init_obstacks): Don't set hook.
11734 (decl_assembler_name): New function.
11735 * tree.h (DECL_ASSEMBLER_NAME): Turn into a function call.
11736 (decl_assembler_name): New.
11737 (lang_set_decl_assembler_name): Remove.
11738
11739 2002-04-03 Jakub Jelinek <jakub@redhat.com>
11740
11741 * configure.in (HAVE_SPARC_UA_PCREL_HIDDEN): Test whether %r_disp32()
11742 works properly with .hidden symbols.
11743 * configure: Rebuilt.
11744 * config.in: Rebuilt.
11745 * config/sparc/sparc.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
11746 DW_EH_PE_absptr for flag_pic && GLOBAL if %r_disp32() doesn't work
11747 properly with .hidden symbols.
11748
11749 2002-04-03 Jakub Jelinek <jakub@redhat.com>
11750
11751 PR middle-end/6102
11752 * df.c (df_insn_refs_record): Use XEXP not SET_DEST to access
11753 USE argument.
11754
11755 2002-04-03 Richard Henderson <rth@redhat.com>
11756
11757 PR opt/4120
11758 * sched-rgn.c (sets_likely_spilled): New.
11759 (sets_likely_spilled_1): New.
11760 (add_branch_dependences): Use it.
11761
11762 2002-04-02 Richard Henderson <rth@redhat.com>
11763
11764 PR opt/4311
11765 * loop.h (LOOP_FIRST_PASS): New.
11766 * loop.c (strength_reduce): Mind it when deciding to unroll.
11767 * toplev.c (rest_of_compilation): Set it.
11768
11769 2002-04-02 David S. Miller <davem@redhat.com>
11770
11771 * config/sparc/sparc.md (ldd peephole2s): Fix final arg to
11772 mems_ok_for_ldd_peep when the order of the loads being examined
11773 is reversed.
11774 * config/sparc/sparc.c (mems_ok_for_ldd_peep): Expand upon
11775 existing comment to increase comprehension of this situation.
11776
11777 2002-04-02 Zack Weinberg <zack@codesourcery.com>
11778
11779 * config/sh/sh.md: Don't use union real_extract.
11780
11781 2002-04-02 Richard Henderson <rth@redhat.com>
11782
11783 * libgcc2.c (__bb_exit_func): Revert 03-31 change.
11784
11785 2002-04-02 David O'Brien <obrien@FreeBSD.org>
11786
11787 * config.gcc (i386-dg-dgux, i386-go32-msdos , i386-go32-rtems,
11788 i386-ibm-aix, i386-moss-msdos, i386-ncr-sysv4, i386-next-,
11789 i386-pc-msdosdjgpp, i386-sequent-bsd, i386-sequent-ptx1,
11790 i386-sequent-ptx2, i386-sequent-ptx4, i386-sun-sunos,
11791 i386-wrs-vxworks, i386-*-aout, i386-*-beoself, i386-*-bsd,
11792 i386-*-bsdi, i386-*-chorusos, i386-*-coff, i386-*-elf,
11793 i386-*-freebsd5, i386-*-freebsd-aout, i386-*-gnu, i386-*-interix,
11794 i386-*-interix3, i386-*-isc, i386-*-linux, i386-*-linuxaout,
11795 i386-*-linuxoldld, i386-*-lynxos, i386-*-mach, i386-*-mingw32,
11796 i386-*-netbsd, i386-*-netbsdelf, i386-*-netware, i386-*-openbsd,
11797 i386-*-osf1, i386-*-osfrose, i386-*-pe , i386-*-rtems,
11798 i386-*-rtemscoff, i386-*-sco3.2v5, i386-*-solaris2, i386-*-sysv,
11799 i386-*-sysv4, i386-*-sysv5, i386-*-udk, i386-*-uwin, i386-*-vsta,
11800 i386-*-win32, x86_64-*-freebsd5, x86_64-*-linux, x86_64-*-netbsd):
11801 Include as many configury headers via tm_file as possible. This
11802 includes among others i386/unix.h, i386/bsd.h, i386/gas.h.
11803 * config/openbsd-oldgas.h: New file.
11804 * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/att.h,
11805 config/i386/bsd.h, config/i386/djgpp.h, config/i386/freebsd-aout.h,
11806 config/i386/gas.h, config/i386/gstabs.h, config/i386/i386-aout.h,
11807 config/i386/i386-coff.h, config/i386/i386-interix.h,
11808 config/i386/iscdbx.h, config/i386/linux-aout.h,
11809 config/i386/linux-oldld.h, config/i386/lynx-ng.h, config/i386/lynx.h,
11810 config/i386/mach.h, config/i386/netbsd.h, config/i386/next.h,
11811 config/i386/openbsd.h, config/i386/osfelf.h, config/i386/osfrose.h,
11812 config/i386/sco5.h, config/i386/seq-gas.h, config/i386/seq-sysv3.h,
11813 config/i386/seq2-sysv3.h, config/i386/sequent.h, config/i386/sun.h,
11814 config/i386/sun386.h, config/i386/svr3dbx.h, config/i386/svr3gas.h,
11815 config/i386/sysv3.h, config/i386/uwin.h, config/i386/vsta.h,
11816 config/i386/vxi386.h: Do not directly include configury headers.
11817 * config/i386/cygwin.h, config/i386/djgpp.h, config/i386/win32.h:
11818 Directly include configury headers that are no longer automatically
11819 included by the above headers.
11820 * config/i386/att.h, config/i386/bsd.h (TARGET_VERSION): Do not define.
11821 * config/i386/386bsd.h, config/i386/aix386ng.h, config/i386/cygwin.h,
11822 config/i386/djgpp.h, config/i386/i386-aout.h, config/i386/i386-coff.h,
11823 config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mach.h,
11824 config/i386/netbsd.h, config/i386/openbsd.h, config/i386/rtems.h,
11825 config/i386/seq-sysv3.h, config/i386/sequent.h, config/i386/svr3gas.h,
11826 config/i386/sysv3.h, config/i386/vsta.h, config/i386/vxi386.h
11827 (TARGET_VERSION): Define.
11828 * config/i386/beos-elf.h, config/i386/freebsd.h,
11829 config/i386/i386-interix.h, config/i386/i386elf.h, config/i386/linux.h,
11830 config/i386/linux64.h, config/i386/netbsd-elf.h, config/i386/netbsd64.h,
11831 config/i386/osfelf.h, config/i386/osfrose.h, config/i386/ptx4-i.h,
11832 config/i386/sco5.h, config/i386/sysv4.h
11833 (TARGET_VERSION): Do not need to protect.
11834 * config/i386/freebsd64.h (TARGET_VERSION): Fix style.
11835 * config/i386/386bsd.h, config/i386/cygwin.h, config/i386/djgpp.h,
11836 config/i386/freebsd-aout.h, config/i386/i386-aout.h,
11837 config/i386/i386-interix.h, config/i386/linux-aout.h,
11838 config/i386/linux-oldld.h, config/i386/mach.h, config/i386/netbsd.h,
11839 config/i386/openbsd.h, config/i386/vsta.h, config/i386/win32.h
11840 (YES_UNDERSCORES): Do not define - not needed.
11841 * config/i386/bsd.h, config/i386/gas.h (LPREFIX,
11842 ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
11843 USER_LABEL_PREFIX): Do not handle the "NO_UNDERSCORES" case.
11844 * config/i386/i386-coff.h, config/i386/lynx.h, config/i386/lynx-ng.h
11845 (LPREFIX, ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_INTERNAL_LABEL,
11846 USER_LABEL_PREFIX): Define. (handles the "NO_UNDERSCORES" case)
11847 * config/i386/isc.h: Preserve comment from config/i386/isccoff.h.
11848 * config/i386/isccoff.h, config/i386/v3gas.h: Remove.
11849
11850 2002-04-02 Eric Botcazou <ebotcazou@multimania.com>
11851 Richard Henderson <rth@redhat.com>
11852
11853 PR c/5484
11854 * function.c (assign_temp): Accept either type or decl argument.
11855 Detect variables whose size is too large to fit into an integer.
11856 * stmt.c (expand_decl): Pass the decl, not the type.
11857
11858 2002-04-02 David O'Brien <obrien@FreeBSD.org>
11859
11860 * protoize.c: Match include directory usage with cppdefault.c.
11861
11862 2002-04-03 Jeffrey A Law (law@redhat.com)
11863 Hans-Peter Nilsson <hp@bitrange.com>
11864
11865 * combine.c (simplify_comparison): Avoid narrowing a comparison
11866 with a paradoxical subreg when doing so would drop signficant bits.
11867
11868 2002-04-02 Steve Ellcey <sje@cup.hp.com>
11869
11870 * builtins.c (expand_builtin_prefetch): Force op0 pointer to Pmode
11871 if POINTERS_EXTEND_UNSIGNED is defined.
11872
11873 2002-04-02 Richard Henderson <rth@redhat.com>
11874
11875 PR opt/3967
11876 * local-alloc.c (contains_replace_regs): LO_SUM may contain
11877 replace regs.
11878
11879 2002-04-02 Richard Henderson <rth@redhat.com>
11880
11881 * doc/standards.texi: Document required freestanding libc entry points.
11882
11883 2002-04-02 Alan Modra <amodra@bigpond.net.au>
11884
11885 * config/rs6000/rs6000.md (ctrdi*): Add FPR constraint and
11886 associated splitter. Remove MQ constraint.
11887 (ctrdi_internal4): Correct CCmode clobber.
11888
11889 2002-04-02 John David Anglin <dave@hiauly1.hia.nrc.ca>
11890
11891 * milli64.S ($$dyncall): New function.
11892 * t-linux (LIB1ASMFUNCS): Revise module list.
11893 (LIB1ASMSRC): Use pa/milli64.S.
11894
11895 2002-04-02 Richard Henderson <rth@redhat.com>
11896
11897 * fixinc/inclhack.def (AAB_solaris_sys_varargs_h): Move and
11898 rename solaris_sys_varargs_h.
11899
11900 Tue Apr 2 06:47:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11901
11902 * stor-layout.c (layout_type, case ARRAY_TYPE): Give one-element array
11903 the same mode as its component.
11904
11905 2002-04-02 Richard Henderson <rth@redhat.com>
11906
11907 PR opt/190
11908 * final.c (this_is_asm_operands): Export.
11909 * output.h (this_is_asm_operands): Declare.
11910 * config/i386/i386.c (print_operand): Error odd asm operands.
11911
11912 2002-04-02 Richard Henderson <rth@redhat.com>
11913
11914 PR opt/420
11915 * config/m68k/m68k.md (dbcc peepholes): Match four forms of dbra.
11916
11917 2002-04-01 Richard Henderson <rth@redhat.com>
11918
11919 PR target/1538
11920 * fixinc/inclhack.def (solaris_sys_varargs_h): New.
11921 * fixinc/fixincl.x: Rebuild.
11922
11923 2002-04-01 Richard Henderson <rth@redhat.com>
11924
11925 * config/ia64/unwind-ia64.c: Include ia64intrin.h.
11926 (atomic_alloc, atomic_free): New.
11927 (SIZE, MASK_FOR, PTR_IN): New.
11928 (emergency_reg_state, emergency_reg_state_free): New.
11929 (emergency_labeled_state, emergency_labeled_state_free): New.
11930 (reg_state_alloced, labeled_state_alloced): New.
11931 (alloc_reg_state, free_reg_state): New.
11932 (alloc_label_state, free_label_state, free_label_states): New.
11933 (push, pop, dup_state_stack, free_state_stack): Use them.
11934 (desc_label_state): Likewise.
11935 (uw_frame_state_for): Free label states and state stack.
11936 (uw_update_reg_address): Eliminate warnings.
11937
11938 2002-04-01 Vladimir Makarov <vmakarov@redhat.com>
11939
11940 * config/pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON,
11941 ASM_OUTPUT_ALIGNED_LOCAL): Redefine them.
11942
11943 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
11944
11945 * c-decl.c (grokdeclarator): Update.
11946 * c-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
11947 * c-tree.h (c_mark_addressable): New.
11948 * c-typeck.c (default_function_array_conversion, build_unary_op,
11949 build_array_ref, convert_for_assignment): Update.
11950 (mark_addressable): Rename.
11951 * calls.c (try_to_integrate, expand_call): Use langhook.
11952 * expr.c (expand_expr): Use langhook.
11953 * langhooks-def.h (LANG_HOOKS_INITIALIZER): Update.
11954 * langhooks.h (struct lang_hooks): New hook.
11955 * stmt.c (expand_asm_operands): Use langhook.
11956 * tree.h (mark_addressable): Remove.
11957 objc:
11958 * objc-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
11959
11960 2002-04-01 Bob Wilson <bob.wilson@acm.org>
11961
11962 * config/xtensa/xtensa.c (xtensa_va_arg): Fix compiler warning
11963 in previous change.
11964
11965 2002-04-01 Bob Wilson <bob.wilson@acm.org>
11966
11967 * config/xtensa/xtensa.c (xtensa_va_arg): Fix to handle arguments
11968 for which MUST_PASS_IN_STACK is true (e.g., variable-sized types).
11969
11970 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
11971
11972 * c-common.c (unsigned_conversion_warning, convert_and_check,
11973 unsigned_type, signed_type, shorten_compare,
11974 c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
11975 (unsigned_type, signed_type, signed_or_unsigned_type): Rename.
11976 * c-common.h (unsigned_type, signed_type, signed_or_unsigned_type):
11977 New.
11978 * c-decl.c (grokdeclarator): Update.
11979 * c-format.c (check_format_types): Update.
11980 * c-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
11981 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
11982 * c-typeck.c (build_binary_op, convert_for_assignment): Update.
11983 * convert.c (convert_to_integer): Use new hooks.
11984 * expmed.c (make_tree): Use new hooks.
11985 * expr.c (store_expr): Use new hooks.
11986 * fold-const.c (operand_equal_for_comparison_p, build_range_check,
11987 all_ones_mask_p, unextend, fold): Use new hooks.
11988 * langhooks.h (struct lang_hooks_for_types): New hooks.
11989 * tree.h (signed_or_unsigned_type, signed_type,
11990 unsigned_type): Remove.
11991 objc:
11992 * objc-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
11993 LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
11994
11995 2002-03-31 Richard Henderson <rth@redhat.com>
11996
11997 * config/ia64/unwind-ia64.c (alloc_spill_area): Fix offset.
11998 (desc_frgr_mem): Fix reference to f16-f31.
11999
12000 2002-03-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12001
12002 * rtl.h (RTL_CHECK1, RTL_CHECK2, RTL_CHECKC1, RTL_CHECKC2,
12003 RTVEC_ELT): Const-ify.
12004 * varray.h (VARRAY_CHECK): Const-ify.
12005 * ggc.h (ggc_mark_rtx, ggc_mark_tree, ggc_mark_nonnull_tree,
12006 ggc_mark_rtvec, ggc_mark): Const-ify.
12007
12008 2002-04-01 Neil Booth <neil@daikokuya.demon.co.uk>
12009
12010 * diagnostic.c: Include langhooks-def.h.
12011 * Makefile.in (diagnostic.o): Update.
12012
12013 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
12014
12015 * c-common.c (c_unsafe_for_reeval): Rename.
12016 * c-common.h (c_unsafe_for_reeval): Rename.
12017 * c-decl.c (finish_incomplete_decl): Rename.
12018 (c_init_decl_processing): Don't set langhook.
12019 * c-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
12020 LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
12021 * c-objc-common.c (c_objc_common_init): Don't set langhook.
12022 * c-tree.h (finish_incomplete_decl): Rename.
12023 * langhooks-def.h (lhd_unsafe_for_reeval): New.
12024 (LANG_HOOKS_FINISH_INCOMPLETE_DECL, LANG_HOOKS_UNSAFE_FOR_REEVAL): New.
12025 (LANG_HOOKS_INITIALIZER): Update.
12026 * langhooks.c (lhd_unsafe_For_reeval): New.
12027 * langhooks.h (struct langhooks): New hooks.
12028 * toplev.c (incomplete_decl_finalize_hook): Remove.
12029 (wrapup_global_declarations): Update.
12030 * tree.c (lang_unsafe_for_reeval): Remove.
12031 (unsafe_for_reeval): Update.
12032 * tree.h (lang_unsafe_for_reeval, incomplete_decl_finalize_hook):
12033 Remove.
12034 objc:
12035 * objc-lang.c (LANG_HOOKS_FINISH_INCOMPLETE_DECL,
12036 LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
12037
12038 2002-03-31 Neil Booth <neil@daikokuya.demon.co.uk>
12039
12040 * diagnostic.c (print_error_function): Remove.
12041 (default_print_error_function): Rename.
12042 (report_error_function): Update.
12043 * diagnostic.h (print_error_function): Remove.
12044 (default_print_error_function): Remove.
12045 * langhooks-def.h (struct diagnostic_context): Predeclare.
12046 (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
12047 (LANG_HOOKS_INITIALIZER): Update.
12048 * langhooks.h (struct diagnostic context): Predeclare.
12049 (struct lang_hooks): New hook.
12050
12051 2002-03-31 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12052
12053 * config/rs6000/rs6000.h (RS6000_PIC_OFFSET_TABLE_REGNUM): New.
12054 (PIC_OFFSET_TABLE_REGNUM): Use it and return INVALID_REGNUM if
12055 !flag_pic.
12056 (CONDITIONAL_REGISTER_USAGE): Adjust accordingly.
12057 * config/rs6000/rs6000.h: Use RS6000_PIC_OFFSET_TABLE_REGNUM instead
12058 of PIC_OFFSET_TABLE_REGNUM thruout.
12059 * config/rs6000/rs6000.md: Likewise.
12060 * config/rs6000/darwin.h: Likewise.
12061
12062 Sun Mar 31 14:43:24 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
12063
12064 * emit-rtl.c (adjust_address_1, offset_address): Cast value to
12065 unsigned HOST_WIDE_INT, not unsigned int.
12066
12067 2002-03-31 Jakub Jelinek <jakub@redhat.com>
12068
12069 PR middle-end/6096, middle-end/6098, middle-end/6099
12070 * reorg.c (emit_delay_sequence): Only increment LABEL_NUSES for
12071 CODE_LABELs.
12072 (fill_slots_from_thread): Likewise.
12073
12074 2002-03-31 Jakub Jelinek <jakub@redhat.com>
12075
12076 * config/sparc/sparc.c (function_arg_record_value_1): Pass complex
12077 floating fields in float regs.
12078 (function_arg_record_value_2): Likewise.
12079
12080 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
12081
12082 * config/mmix/mmix.md (define_constants): Remove misleading
12083 FIXME. Add MMIX_fp_rO_OFFSET.
12084 ("nonlocal_goto_receiver"): Don't have stack-frame address of
12085 saved rO as part of the pattern. Remove FIXME.
12086 ("*nonlocal_goto_receiver_expanded"): Similar. Generate address
12087 here, at output-time.
12088
12089 2002-03-31 Jakub Jelinek <jakub@redhat.com>
12090
12091 PR middle-end/6100
12092 * config/sparc/sparc.c (output_cbranch): Use REG_BR_PROB, not
12093 REG_BR_PRED.
12094 (output_v9branch): Likewise.
12095
12096 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
12097
12098 * gcc.c: Revert previous patch for now.
12099 * config/i386/djgpp.h: Likewise.
12100
12101 2002-03-31 Hans-Peter Nilsson <hp@bitrange.com>
12102
12103 * config/mmix/crti.asm (_init): Register _fini with atexit.
12104 * config/mmix/crtn.asm (_fini): Add omitted "POP 0,0".
12105
12106 2002-03-31 Richard Henderson <rth@redhat.com>
12107
12108 PR target/3997
12109 * config/alpha/elf.h (ASM_OUTPUT_DEF): Tidy.
12110 (ASM_OUTPUT_DEF_FROM_DECLS): New.
12111
12112 2002-03-31 Richard Henderson <rth@redhat.com>
12113
12114 * libgcc2.c (__bb_exit_func): Make static.
12115
12116 * config/alpha/alpha.md (trap): New.
12117
12118 2002-03-31 Richard Henderson <rth@redhat.com>
12119
12120 * builtins.c (expand_builtin_va_arg): Give warnings not errors for
12121 promoted argument types; build trap.
12122 (expand_builtin_trap): New.
12123 (expand_builtin): Use it.
12124 * stmt.c (expand_nl_goto_receivers): Likewise.
12125 * expr.h (expand_builtin_trap): Declare.
12126 * libfuncs.h (LTI_abort, abort_libfunc): New.
12127 * optabs.c (init_optabs): Init abort_libfunc.
12128
12129 2002-03-31 Alexandre Oliva <aoliva@redhat.com>
12130
12131 * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...
12132 (LINK_COMMAND_SPEC): ... from here.
12133 (init_gcc_specs): Duplicate it here too, omitting
12134 shared_name in the second copy.
12135 (init_spec): Test for duplicate
12136 * config/i386/djgpp.h (LINK_COMMAND_SPEC): Remove `%L %G'.
12137
12138 2002-03-30 David S. Miller <davem@redhat.com>
12139
12140 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
12141 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Likewise.
12142
12143 2002-03-30 Roger Sayle <roger@eyesopen.com>
12144 Richard Henderson <rth@redhat.com>
12145
12146 * regmove.c (combine_stack_adjustments_for_block): Avoid
12147 emitting a stack adjustment of zero bytes. Let delete_insn
12148 update bb->head.
12149
12150 2002-03-30 Richard Henderson <rth@redhat.com>
12151
12152 * config/sparc/sparc.c: Remove all references to TARGET_EPILOGUE.
12153 (sparc_emitting_epilogue): New.
12154 (leaf_label, output_return, sparc_return_peephole_ok): Remove.
12155 * config/sparc/sparc-protos.h: Update.
12156 * config/sparc/sparc.h (MASK_EPILOGUE, TARGET_EPILOGUE): Remove.
12157 (TARGET_SWITCHES): Update.
12158 * config/sparc/sparc.md (return): Remove.
12159 (return_*): Use sparc_emitting_epilogue, not !TARGET_EPILOGUE.
12160 * config/sparc/freebsd.h, config/sparc/linux64.h, config/sparc/lite.h,
12161 config/sparc/liteelf.h, config/sparc/netbsd-elf.h,
12162 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
12163 config/sparc/sp64-aout.h, config/sparc/sp64-elf.h,
12164 config/sparc/sp86x-aout.h, config/sparc/sp86x-elf.h,
12165 config/sparc/splet.h, config/sparc/vxsparc64.h (TARGET_DEFAULT):
12166 Remove MASK_EPILOGUE.
12167 * doc/invoke.texi: Update.
12168
12169 2002-03-30 Daniel Berlin <dan@dberlin.org>
12170
12171 * dwarf2out.c (dwarf2out_define): Remove start_source_file call,
12172 CPP will start the file for us.
12173
12174 2002-03-30 Richard Henderson <rth@redhat.com>
12175
12176 PR target/5446
12177 * config/ia64/ia64.c (group_barrier_needed_p): Special case
12178 prologue_allocate_stack.
12179 (ia64_single_set): Use insn codes for recognition of special
12180 cases, not rtl matching.
12181 * config/ia64/ia64.md (prologue_allocate_stack): Op 3 is in-out.
12182
12183 Sat Mar 30 23:48:41 CET 2002 Jan Hubicka <jh@suse.cz>
12184
12185 * cfgbuild.c (find_basic_blocks_1): Clear aux for blocks.
12186
12187 2002-03-30 Richard Henderson <rth@redhat.com>
12188
12189 PR target/6032
12190 * config/sparc/sparc.h (OVERRIDE_OPTIONS): Don't override -fpic
12191 or -fomit-frame-pointer with profiling.
12192 (SUBTARGET_OVERRIDE_OPTIONS): Remove.
12193 (FUNCTION_PROFILER): Do nothing.
12194 (PROFILE_HOOK): New.
12195 * config/sparc/sparc.c (sparc_override_options): Don't check
12196 code models for profiling.
12197 (sparc_function_profiler): Remove.
12198 (sparc_profile_hook): New.
12199 * config/sparc/sparc-protos.h: Update.
12200
12201 2002-03-30 Jakub Jelinek <jakub@redhat.com>
12202
12203 PR optimization/6086
12204 * combine.c (combine_simplify_rtx): If simplify_rtx failed because
12205 of SUBREG of volatile MEM or because the MEM was mode dependent,
12206 return CLOBBER instead of unmodified SUBREG.
12207
12208 Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
12209
12210 * local-alloc.c (local_alloc): Avoid call of update_equiv_regs
12211 when not optimizing.
12212
12213 * toplev.c (rest_of_compilation): Cann mark_constant_function
12214 only when optimizing.
12215
12216 * flow.c (calculate_global_regs_live): Ensure that all AUX fields
12217 are NULL.
12218
12219 * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
12220 (thread_jump): Set BB_NONTHREADABLE_BLOCK, check it.
12221 (try_optimize_cfg): clear all AUX fields.
12222
12223 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
12224 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
12225 (ix86_address_cost): Be prepared for SUBREGed registers.
12226 (legitimate_address_p): Accept SUBREGed registers.
12227
12228 2002-03-29 Richard Henderson <rth@redhat.com>
12229
12230 PR target/5672
12231 * expr.c (expand_expr): Pass along EXPAND_INITIALIZER one more place.
12232
12233 2002-03-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12234
12235 * config/rs6000/rs6000.c (rs6000_va_arg): Correctly set register count
12236 for aggregate and TFmode types.
12237
12238 2002-03-29 Hans-Peter Nilsson <hp@bitrange.com>
12239
12240 * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i].
12241
12242 2002-03-29 Richard Henderson <rth@redhat.com>
12243
12244 PR target/5886
12245 * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
12246 * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
12247
12248 2002-03-29 Richard Henderson <rth@redhat.com>
12249
12250 PR target/6041
12251 * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
12252 (override_options): Disable NO_FANCY_MATH_387 if the arch allows.
12253 * config/i386/i386.h (x86_arch_always_fancy_math_387): New.
12254 * config/i386/i386.md (sqrtxf2, sqrtextendsfxf2, sinxf2): Fix
12255 conditional.
12256 * docs/invoke.texi: Update -mno-fancy-math-387 docs.
12257
12258 2002-03-29 Dale Johannesen <dalej@apple.com>
12259
12260 * loop.c (combine_movables): Do allow combination of pseudos.
12261
12262 2002-03-29 Loren J. Rittle <ljrittle@acm.org>
12263
12264 * config.gcc (*-*-freebsd*): Enable creation of libgcc_s.so.
12265 * config/t-slibgcc-elf-ver (SHLIB_LC): Add macro and use it.
12266 No functional change except ...
12267 * config/t-slibgcc-nolc-override (SHLIB_LC): Override it. New file.
12268 * doc/install.texi (*-*-freebsd*): Document port configuration.
12269
12270 2002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
12271
12272 * Makefile.in (convert.o, calls.o, expmed.o): Update.
12273 * attribs.c (handle_mode_attribute, handle_vector_size_attribute):
12274 Use new hooks.
12275 * builtin-types.def (BT_PTRMODE): Update.
12276 * c-common.c (type_for_size): Rename c_common_type_for_size.
12277 (type_for_mode): Similarly.
12278 (shorten_compare, pointer_int_sum, c_common_nodes_and_builtins):
12279 Use new hook.
12280 * c-bommon.h (c_common_type_for_size, c_common_type_for_mode): New.
12281 * c-decl.c (finish_enum, build_enumerator): Use new hooks.
12282 * c-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
12283 Redefine.
12284 * c-typeck.c (common_type, comptypes, default_conversion):
12285 Use new hooks.
12286 * calls.c: Include langhooks.h.
12287 (emit_library_call_value_1): Use new hooks. Avoid redundant
12288 calls.
12289 * convert.c: Include langhooks.h
12290 (convert_to_pointer, convert_to_integer): Use new hooks.
12291 * except.c (init_eh): Similarly.
12292 * expmed.c: Include langhooks.h.
12293 (expand_mult_add): Use new hooks.
12294 * expr.c (store_expr, store_constructor, expand_expr, do_jump,
12295 try_casesi): Similarly.
12296 * fold-const.c (optimize_bit_field_compare, make_range,
12297 decode_field_reference, fold_truthop, fold): Similarly.
12298 * function.c (assign_stack_local_1, assign_stack_temp_for_type,
12299 put_var_into_stack): Similarly.
12300 * langhooks-def.h (LANG_HOOKS_TYPE_FOR_MODE,
12301 LANG_HOOKS_TYPE_FOR_SIZE): New.
12302 (LANG_HOOKS_TYPES_INITIALIZER): Update.
12303 * langhooks.h (lang_hooks_for_types): New hooks.
12304 * stmt.c (expand_decl_cleanup, emit_case_nodes): Use new hooks.
12305 * tree.c (get_unwidened, get_narrower): Similarly.
12306 * tree.h (type_for_mode, type_for_size): Remove.
12307 * varasm.c (force_const_mem): Use new hooks.
12308 * utils2.c (nonbinary_modular_operation): Update.
12309 objc:
12310 * objc-act.c (handle_impent): Update.
12311 * objc-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIaZE):
12312 Redefine.
12313
12314 2002-03-29 Steve Ellcey <sje@cup.hp.com>
12315
12316 * config/ia64/ia64.md (*ptr_extend_plus_1, *ptr_extend_plus_2): New.
12317 * config/ia64/ia64.c (basereg_operand): New.
12318 * config/ia64/ia64-protos.h (basereg_operand): Declare.
12319 * config/ia64/ia64.h (PREDICATE_CODES): Add basereg_operand.
12320
12321 2002-03-29 Hans-Peter Nilsson <hp@bitrange.com>
12322
12323 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Correct
12324 unwind information when frame_pointer_needed.
12325 (mmix_assemble_integer): Tweak wording in comment.
12326
12327 2002-03-29 Neil Booth <neil@daikokuya.demon.co.uk>
12328
12329 * Makefile.in (except.o): Update.
12330 * except.c: Include langhooks.h.
12331 (init_eh): Use langhook.
12332 * langhooks-def.h (LANG_HOOKS_MAKE_TYPE,
12333 LANG_HOOKS_FOR_TYPES_INITIALIZER): New.
12334 (LANG_HOOKS_INITIALIZER): Update.
12335 * langhooks.h (lang_hooks_for_types): New.
12336 (struct lang_hooks): Add it.
12337 * tree.c (make_lang_type_fn, make_lang_type): Remove.
12338 * tree.h (make_lang_type_fn, make_lang_type): Remove.
12339 config:
12340 * alpha/alpha.c: Include langhooks.h.
12341 (alpha_build_va_list): Use langhook.
12342 * d30v/d30v.c: Include langhooks.h.
12343 (d30v_build_va_list): Use langhook.
12344 * i386/i386.c: Include langhooks.h.
12345 (ix86_build_va_list): Use langhook.
12346 * rs6000/rs6000.c (rs6000_build_va_list): Use langhook.
12347 * s390/s390.c: Include langhooks.h.
12348 (s390_build_va_list): Use langhook.
12349 * stormy16/stormy16.c: Include langhooks.h.
12350 (stormy16_build_va_list): Use langhook.
12351
12352 2002-03-29 Jakub Jelinek <jakub@redhat.com>
12353
12354 PR c++/5964
12355 * config/sparc/sparc.md (empty_delay_slot, branch_type): New
12356 attributes.
12357 (length): Compute variable length for branches/calls/jumps here.
12358 (branch, inverted_branch, normal_fp_branch, inverted_fp_branch,
12359 normal_fpe_branch, inverted_fpe_branch): Remove length attribute,
12360 define branch_type attribute.
12361 (divsi3_sp32): Maximum length is 6 not 7.
12362 (call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
12363 call_address_untyped_struct_value_sp32,
12364 call_symbolic_untyped_struct_value_sp32): Set length to 3 not 2.
12365 * config/sparc/sparc.c (empty_delay_slot): New function.
12366 * config/sparc/sparc.h (ADJUST_INSN_LENGTH): Remove.
12367 * config/sparc/sparc-protos.h (empty_delay_slot): Add prototype.
12368
12369 2002-03-29 Jakub Jelinek <jakub@redhat.com>
12370
12371 * combine.c (set_nonzero_bits_and_sign_copies): Don't call
12372 nonzero_bits if not needed.
12373 (nonzero_bits) [XOR]: Likewise.
12374 (nonzero_bits) [REG]: Use reg_last_set_nonzero_bits even if
12375 reg_last_set_mode and mode are both MODE_INT, but not equal.
12376 (record_value_for_reg): Compute reg_last_set_nonzero_bits
12377 in nonzero_bits_mode for MODE_INT modes.
12378
12379 2002-03-28 Richard Henderson <rth@redhat.com>
12380
12381 PR target/5715
12382 * config/alpha/osf.h (ASM_SPEC): Don't pass any special options
12383 to GAS. Correct drift between alternatives.
12384
12385 2002-03-28 Richard Henderson <rth@redhat.com>
12386
12387 PR target/6087
12388 * reload1.c (fixup_abnormal_edges): Move insn to edge via sequence.
12389
12390 2002-03-28 Alexandre Oliva <aoliva@redhat.com>
12391
12392 * config/i386/freebsd.h (LINK_SPEC): Don't pass default
12393 emulation to the linker.
12394
12395 2002-03-28 Loren J. Rittle <ljrittle@acm.org>
12396
12397 * config/alpha/freebsd.h (LINK_SPEC): Likewise.
12398 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
12399
12400 Thu Mar 28 16:35:31 2002 Jeffrey A Law (law@redhat.com)
12401
12402 * combine.c (simplify_and_const_int): Make sure to apply mask
12403 when force_to_mode returns a constant integer. PR3311.
12404
12405 2002-03-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
12406
12407 * pa-linux.h (LOCAL_LABEL_PREFIX): Define.
12408
12409 2002-03-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12410
12411 * doc/invoke.texi (Warning Options): Refer to C++ Dialect Options
12412 and Objective-C Dialect Options.
12413
12414 2002-03-28 Richard Henderson <rth@redhat.com>
12415
12416 * config/alpha/alpha.c (alpha_emit_conditional_branch): TFmode NE
12417 comparison should be done vs !=0 not >0 return code. Tidy cases.
12418
12419 2002-03-28 Richard Henderson <rth@redhat.com>
12420
12421 * c-decl.c (finish_function): New arg can_defer_p. Pass it
12422 on to c_expand_body.
12423 * c-tree.h (finish_function): Update decl.
12424 * c-objc-common.c, c-parse.in, objc/objc-act.c: Update calls.
12425
12426 Thu Mar 28 19:13:36 CET 2002 Jan Hubicka <jh@suse.cz>
12427
12428 * ifcvt.c (if_convert): Clear aux_for_blocks early enought.
12429
12430 Thu Mar 28 13:21:53 CET 2002 Jan Hubicka <jh@suse.cz>
12431
12432 * rtlanal.c: Include flags.h
12433 (may_trap_p): Do not mark FP operations if trapping
12434 if !flag_trapping_math
12435 * Makefile.in (rtlanal.o): Add dependency on flag.h
12436 * ifcvt.c (noce_operand_ok): Avoid the lameness.
12437
12438 2002-03-27 Zack Weinberg <zack@codesourcery.com>
12439
12440 * mips.md: Use dconst1, not 1.0, as first argument of
12441 REAL_VALUE_LDEXP. Don't use union real_extract.
12442
12443 2002-03-28 Alan Modra <amodra@bigpond.net.au>
12444
12445 * configure.in (gcc_cv_as): Use $target_alias in directory searchs
12446 rather than $target. Heed program_prefix and
12447 program_transform_name. Search for gas in cross-compiler case too.
12448 "test -x" rather than "test -f".
12449 (gcc_cv_ld): Likewise.
12450 (gcc_cv_nm): Heed program_prefix and program_transform_name.
12451 (gcc_cv_objdump): Likewise.
12452 * configure: Regenerate.
12453
12454 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
12455
12456 * Makefile.in (attribs.o): Update.
12457 * attribs.c: Include langhooks.h.
12458 (decl_attributes): Use langhook.
12459 * c-decl.c (insert_default_attributes): Rename.
12460 * c-tree.h (c_insert_default_attributes): New.
12461 * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
12462 (LANG_HOOKS_INITIALIZER): Update.
12463 * langhooks.h (struct lang_hooks): New hook.
12464 * tree.h (insert_default_attributes): Remove.
12465 objc:
12466 * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
12467
12468 2002-03-27 Andreas Schwab <schwab@suse.de>
12469
12470 * config/i386/i386.c (classify_argument): Also check for
12471 QUAL_UNION_TYPE.
12472
12473 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12474
12475 * doc/install.texi (alpha*-dec-osf*): Don't need --enable-libgcj
12476 any more.
12477
12478 Wed Mar 27 23:19:30 CET 2002 Jan Hubicka <jh@suse.cz>
12479
12480 * i960.md (ret): Set PC.
12481 (nonlocal_goto): Fix expander.
12482 * builtins.c (epxand_builin_longjmp): Check that we've emitted
12483 some jump or call.
12484
12485 Wed Mar 27 23:11:35 CET 2002 Jan Hubicka <jh@suse.cz>
12486
12487 * optabs.c (emit_no_conflict_block, emit_libcall_block): Avoid nesting
12488 of libcall regions.
12489
12490 Wed Mar 27 22:54:14 CET 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12491
12492 * cfgrtl.c (merge_blocks_nomove): Use set_block_for_insn instead of
12493 assigning to BLOCK_FOR_INSN directly.
12494
12495 Wed Mar 27 22:33:05 CET 2002 Jan Hubicka <jh@suse.cz>
12496
12497 * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
12498
12499 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
12500
12501 * c-common.c (c_expand_expr): Fix prototype.
12502 * c-common.h (c_expand_expr): Always declare, update.
12503 * c-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
12504 * c-objc-common.c (c_objc_common_init): No global hook.
12505 * expr.c (expand_expr): Use langhook.
12506 * expr.h (enum expand_modifier): Conditionally declare.
12507 * langhooks-def.h (lhd_expand_expr, LANG_HOOKS_EXPAND_EXPR): New.
12508 (LANG_HOOKS_INITIALIZER): Update.
12509 * langhooks.c (lhd_expand_expr): New.
12510 * langhooks.h (struct lang_hooks): New hook.
12511 * toplev.c (lang_expand_expr_t, lang_expand_expr): Delete.
12512 (lang_independent_init): Don't default hook.
12513 objc:
12514 * objc-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
12515
12516 2002-03-27 Richard Henderson <rth@redhat.com>
12517
12518 PR target/6054
12519 * config/ia64/ia64.c (ia64_expand_call): Use pic patterns for
12520 TARGET_CONST_GP. Simplify conditions.
12521
12522 2002-03-27 Richard Henderson <rth@redhat.com>
12523
12524 * config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
12525 config/sparc/netbsd-elf.h, config/sparc/pbd.h, config/sparc/sol2.h,
12526 config/sparc/vxsim.h (LOCAL_LABEL_PREFIX): Define.
12527
12528 2002-03-27 Danny Smith <dannysmith@users.sourceforge.net>
12529
12530 * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32,
12531 TARGET_CYGWIN, TARGET_WINDOWS): Remove unused switches.
12532 (MASK_DLL, MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS):
12533 Remove unnecessary masks.
12534 (MASK_NOP_FUN_DLLIMPORT): Use an unused an bit.
12535 (SUBTARGET_SWITCHES): Use empty masks for -mwin32, -mcygwin,
12536 -mwindows, -mdll switches and their negations.
12537
12538 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
12539
12540 * gcc-common.c (lang_mark_false_label_stack): Remove.
12541 * ggc.h (lang_mark_false_label_stack): Similarly.
12542
12543 2002-03-26 Vladimir Makarov <vmakarov@redhat.com>
12544
12545 * pa/pa-pro-end.h (CPP_PREDEFINES): Add -D__pro__.
12546
12547 * pa/lib2funcs.asm: Don't use .SPACE and .SUBSPACE if __pro__
12548 or __rtems_ is defined.
12549
12550 2002-03-26 Richard Henderson <rth@redhat.com>
12551
12552 * config/alpha/alpha.c (alpha_emit_set_const): Add a REG_EQUAL note
12553 if a non-trivial load was emitted.
12554 (alpha_emit_set_const_1): Remove obsolete extension. Fix thinko
12555 in high+extra+low case.
12556
12557 2002-03-26 Richard Henderson <rth@redhat.com>
12558
12559 * config.gcc (sparc*-solaris): Use float_format=sparc.
12560
12561 2002-03-26 Richard Henderson <rth@redhat.com>
12562
12563 * config/sparc/sparc.h (MAX_WCHAR_TYPE_SIZE): Don't define.
12564 * config/sparc/linux-aout.h (MAX_WCHAR_TYPE_SIZE): Don't undef.
12565 * config/sparc/linux.h, config/sparc/linux64.h: Likewise.
12566 * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Redefine.
12567 (WINT_TYPE_SIZE): Fix at 32.
12568
12569 2002-03-26 Richard Henderson <rth@redhat.com>
12570
12571 * toplev.c (rest_of_compilation): Delay emit_initial_value_sets
12572 until after eh landing pad generation.
12573 * config/alpha/alpha.c (alpha_gp_save_rtx): Use gen_mem_addressof.
12574 * config/alpha/alpha.md (exception_receiver_2): Only accept MEMs.
12575
12576 2002-03-26 Richard Henderson <rth@redhat.com>
12577
12578 * expr.h (ADD_PARM_SIZE): One more convert for INC.
12579
12580 2002-03-26 Phil Edwards <pme@gcc.gnu.org>
12581
12582 * gcc.c (cpp_options): Preserve relative ordering of -pedantic
12583 and warning switches.
12584 (cc1_options): Likewise.
12585
12586 2002-03-26 Hans Boehm <Hans_Boehm@hp.com>
12587
12588 * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR):
12589 Restore more of the signal context. Set no_reg_stack_frame.
12590 * config/ia64/unwind-ia64.c (unw_state_record):
12591 Add no_reg_stack_frame, comments.
12592 (uw_frame_state_for): Initialize when field to UNW_WHEN_NEVER.
12593 (uw_update_context): Adjust bsp when unwinding from leaf,
12594 but not signal frame.
12595
12596 2002-03-26 David Edelsohn <edelsohn@gnu.org>
12597
12598 * config/rs6000/aix51.h (WCHAR_TYPE): Define.
12599
12600 2002-03-26 Bob Wilson <bob.wilson@acm.org>
12601
12602 * config/xtensa/xtensa.c (xtensa_va_arg): Handle variable-sized types.
12603
12604 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
12605
12606 PR target/5621
12607 * arm.md (define_asm_attributes): Reapply patch of Thu Sep 9, 1999:
12608 "Add a pool_range attribute", which was lost during the ARM/Thumb
12609 merge.
12610
12611 2002-03-26 Bob Wilson <bob.wilson@acm.org>
12612
12613 * config/xtensa/xtensa.c (xtensa_valid_move): Allow move from
12614 a register into the MAC16 accumulator.
12615
12616 2002-03-26 Andrew Cagney <ac131313@redhat.com>
12617
12618 * doc/invoke.texi (Option Summary): Mention -Wswitch-enum.
12619 (Warning Options): Document -Wswitch-enum.
12620 * toplev.c (W_options): Add -Wswitch-enum. Update comment on
12621 -Wswitch.
12622 (warn_switch_enum): Define variables.
12623 * flags.h (warn_switch_enum): Declare variables.
12624 * stmt.c (expand_end_case_type): When warn_switch_enum /
12625 -Wswitch-enum, perform switch checks.
12626 Fix PR c/5044.
12627
12628 2002-03-26 Richard Earnshaw <rearnsha@arm.com>
12629
12630 * arm.md (reload_mulsi3, reload_mulsi_compare0, reload_muladdsi)
12631 (reload_mulsi_compare0_scratch, reload_muladdsi_compare0)
12632 (reload_muladdsi_compare0_scratch): Delete.
12633
12634 2002-03-26 Loren J. Rittle <ljrittle@acm.org>
12635
12636 * doc/install.texi (*-*-freebsd*): Update.
12637
12638 2002-03-26 Richard Henderson <rth@redhat.com>
12639
12640 * expr.h (ADD_PARM_SIZE): Cast INC to ssizetype.
12641 (SUB_PARM_SIZE): Cast DEC to ssizetype.
12642
12643 * config/alpha/alpha.c (alpha_va_arg): Read MUST_PASS_IN_STACK
12644 types from the normal argument frame.
12645
12646 * config/sparc/sparc.c (function_arg_pass_by_reference): Pass
12647 variable sized objects by reference.
12648 (sparc_va_arg): Receive them by reference too.
12649
12650 2002-03-26 Hartmut Penner <hpenner@de.ibm.com>
12651
12652 * config/s390/s390.c (s390_emit_epilogue): Change epilogue
12653 code to not restoring global registers.
12654
12655 2002-03-26 Neil Booth <neil@daikokuya.demon.co.uk>
12656
12657 * Makefile.in (ggc-common.o): Update.
12658 * c-decl.c (lang_mark_tree): Rename c_mark_tree.
12659 * c-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
12660 * c-tree.h (c_mark_tree): New.
12661 * ggc-common.c: Include langhooks.h.
12662 (gcc_mark_trees): Use new langhook.
12663 * ggc-callbacks.c: Delete file.
12664 * ggc.h (lang_mark_tree): Remove.
12665 * langhooks-def.h (LANG_HOOKS_MARK_TREE): New.
12666 (LANG_HOOKS_INITIALIZER): Update.
12667 * langhooks.h (struct lang_hooks): New hook.
12668 objc:
12669 * objc-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
12670
12671 2002-03-25 Zack Weinberg <zack@codesourcery.com>
12672
12673 * doc/cpp.texi: Exclude entire Top node from printed manual.
12674 Move option index after directive index. Insert page breaks
12675 before GFDL and concept index. Index environment variables
12676 with command line options.
12677 * doc/cppenv.texi: Use @vtable for environment variable list.
12678 Add paragraph explaining semantics of empty elements in path
12679 variables. Exclude a cross-reference to Fishkill from the
12680 manpage. Remove an unnecessary cross-reference of the entry
12681 right above the referer. Don't use @anchor in text that goes
12682 into manpage.
12683 * doc/cppopts.texi: Cross-reference the environment variables
12684 section, not the specific environment variable, for consistency.
12685
12686 2002-03-25 Richard Henderson <rth@redhat.com>
12687
12688 * recog.c (peephole2_optimize): Distribute EH_REGION -1 notes
12689 anywhere in the block. Don't refer to insns that have been
12690 removed from the chain. Iterate backward through the new insns.
12691 Don't refer to edges that have been removed.
12692
12693 2002-03-26 Alan Modra <amodra@bigpond.net.au>
12694
12695 * combine.c (simplify_comparison <ASHIFTRT, LSHIFTRT>): Correct
12696 test for overflow of constant.
12697
12698 2002-03-25 Richard Earnshaw <rearnsha@arm.com>
12699
12700 PR target/2623
12701 * arm.md (loadhi_preinc, loadhi_predec, loadhi_shiftpreinc)
12702 (loadhi_shiftpredec, loadhi-with-writeback peephole): Don't use
12703 these patterns on arm_archv4.
12704
12705 2002-03-25 Danny Smith <dannysmith@sourceforge.users.net>
12706
12707 * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned
12708 int".
12709
12710 2002-03-25 Zack Weinberg <zack@codesourcery.com>
12711
12712 * toplev.c: Don't include setjmp.h. Kill float_handler_set,
12713 float_handled, float_handler, float_signal, set_float_handler,
12714 and do_float_handler. Set handler for SIGFPE to crash_signal.
12715 * toplev.h: Don't prototype do_float_handler.
12716
12717 * c-lex.c: Fold parse_float into lex_number. Make warning
12718 about portability of hex float constants more informative, and
12719 don't issue it on top of a syntax error.
12720 * fold-const.c: Fold const_binop_1 and fold_convert_1 into
12721 their callers.
12722 * real.h: Define REAL_VALUE_ABS here...
12723 * simplify-rtx.c: ... not here. Fold check_fold_consts,
12724 simplify_unary_real, simplify_binary_real, and
12725 simplify_binary_is2orm1 into their callers.
12726 * tree.c: Fold build_real_from_int_cst_1 into caller.
12727
12728 * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE.
12729
12730 * tsystem.h: Include float.h here...
12731 * libgcc2.c: ... not here.
12732
12733 2002-03-25 Nick Clifton <nickc@cambridge.redhat.com>
12734
12735 Fixes for: PR bootstrap/3591, target/5676
12736 * config/mcore/mcore.h (CC1_SPEC): Define only if not already
12737 defined. Do not disable exceptions or rtti.
12738 * config/mcore/mcore-pe.h (CC1_SPEC): Define before including
12739 mcore.h. Disable exceptions and rtti, since they are not
12740 supported by EPOC.
12741
12742 2002-03-25 Neil Booth <neil@daikokuya.demon.co.uk>
12743
12744 * c-decl.c (maybe_build_cleanup): Remove.
12745 * expr.c (expand_expr): Use langhook.
12746 * langhooks-def.h (lhd_return_null_tree,
12747 LANG_HOOKS_MAYBE_BUILD_CLEANUP): New.
12748 (LANGHOOKS_INITIALIZER): Update.
12749 * langhooks.c (lhd_return_null_tree): New.
12750 * langhooks.h (struct lang_hooks): New hook.
12751 * tree-inline.c (initialize_inlined_parameters): Use langhook.
12752 * tree.h (maybe_build_cleanup): Remove.
12753
12754 2002-03-25 Jakub Jelinek <jakub@redhat.com>
12755
12756 * regrename.c (build_def_use): Move recog_memoized
12757 before extract_insn.
12758
12759 2002-03-25 Jakub Jelinek <jakub@redhat.com>
12760
12761 PR target/6043
12762 * expr.c (emit_group_store): Handle storing into CONCAT.
12763
12764 2002-03-25 Jakub Jelinek <jakub@redhat.com>
12765
12766 * regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and
12767 corresponding MATCH_DUP.
12768
12769 2002-03-24 Richard Henderson <rth@redhat.com>
12770
12771 * unroll.c (unroll_loop): Zero label_map.
12772
12773 * gcse.c: Include except.h.
12774 * Makefile.in (gcse.o): Update.
12775
12776 2002-03-24 Richard Henderson <rth@redhat.com>
12777
12778 * varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change.
12779 Do resolve_unique_section before shared data clause.
12780
12781 2002-03-24 Richard Henderson <rth@redhat.com>
12782
12783 * config/alpha/elf.h (STARTFILE_SPEC): Use crtbeginT with -static.
12784
12785 2002-03-24 Richard Henderson <rth@redhat.com>
12786
12787 * recog.c (peephole2_optimize): Split blocks when EH insns are
12788 generated in the middle of a block. Do global life update if
12789 zapped EH edges.
12790
12791 2002-03-24 Richard Henderson <rth@redhat.com>
12792
12793 * mips.c (mips_function_value): Only promote_mode for non-libcalls.
12794
12795 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
12796
12797 preprocessor/3951
12798 * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.
12799 * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD.
12800 (init_dependency_output): Don't make no_output decision here.
12801
12802 2002-03-24 Andrew Cagney <ac131313@redhat.com>
12803
12804 * stmt.c (check_for_full_enumeration_handling): Remove tests of
12805 warn_switch. Update description.
12806 (expand_end_case_type): Call check_for_full_enumeration_handling
12807 when warn_switch.
12808
12809 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12810
12811 * config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function.
12812 (m68hc11_split_move): Call it to see if the source and destination
12813 operands use the same direction auto inc/dec mode, otherwise make the
12814 source an offsetable memory operand and generate an add.
12815
12816 2002-03-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12817
12818 * config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address
12819 register for operand 2.
12820 ("*subsi3_zero_extendqi"): Likewise.
12821 ("*iorhi3_gen"): Do the operation on the upper bits and then lower
12822 bits so that it is compatible with a pop.
12823 ("*andhi3_gen"): Likewise.
12824 ("xorhi3"): Likewise.
12825
12826 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
12827
12828 * cppinit.c (cpp_handle_option): Set warn_endif_labels if
12829 -pedantic here...
12830 (cpp_post_options): ... not here.
12831
12832 2002-03-24 Neil Booth <neil@daikokuya.demon.co.uk>
12833 Aldy Hernandez <aldyh@redhat.com>
12834
12835 Removal of separate preprocessor cpp0.
12836
12837 * Makefile.in (GCC_PASSES, STAGESTUFF, LIBCPP_OBJS,
12838 cpp0, install-common): Update.
12839 * c-common.c (flag_preprocess_only): New.
12840 (c_common_init): Preprocess for -E.
12841 * c-common.h (flag_preprocess_only): New.
12842 * c-decl.c (c_decode_option): Handle -E and -std=c++98.
12843 * c-objc-common.c (c_init_decl_processing): Exit quickly
12844 for NULL return from c_common_init.
12845 * cpplib.h (cpp_preprocess_file): New.
12846 * cppmain.c (main, general_init, pfile, progname): Remove.
12847 (do_preprocessing): Rename cpp_preprocess_file, don't call
12848 cpp_finish. Don't close stdout here.
12849 (setup_callbacks): Update prototype.
12850 * gcc.c (trad_capable_cpp, cpp_unique_options, default_compilers):
12851 Update.
12852 * tradcpp.c (main): Ignore -quiet.
12853 objc:
12854 * lang-specs.h (default_compilers): Preprocess with cc1obj.
12855
12856 2002-03-24 Richard Henderson <rth@redhat.com>
12857
12858 PR optimization/5742
12859 * machmode.def: Add inner mode field to complex modes.
12860 * config/mips/mips.c (mips_function_value): Always define. Add
12861 new argument to handle libcalls.
12862 * config/mips/mips.h (LIBCALL_VALUE): Use mips_function_value.
12863 (FUNCTION_VALUE): Likewise.
12864 * config/mips/abi64.h (FUNCTION_VALUE): Remove.
12865 * config/mips/mips-protos.h: Update.
12866
12867 2002-03-23 Richard Henderson <rth@redhat.com>
12868
12869 * config/sparc/sparc.c (sparc_emit_floatunsdi): New.
12870 * config/sparc/sparc-protos.h: Update.
12871 * config/sparc/sparc.md (floatunsdisf2, floatunsdidf2): New.
12872
12873 2002-03-23 Richard Henderson <rth@redhat.com>
12874
12875 * config/sparc/gmon-sol2.c (internal_mcount): Assume either
12876 _start or _init begins the text segment.
12877
12878 2002-03-23 David Edelsohn <edelsohn@gnu.org>
12879
12880 * config/rs6000/rs6000.h (RETURN_IN_MEMORY): Cast to HOST_WIDE_INT
12881 not HOST_WIDEST_INT.
12882 (RS6000_ARG_SIZE): Remove unsigned cast of int_size_in_bytes.
12883
12884 2002-03-23 Richard Earnshaw <rearnsha@arm.com>
12885
12886 PR java/5489
12887 * arm.md (return, sibcall_epilogue): Pass const_true_rtx as the
12888 operand argument to output_return_instruction.
12889 * arm.c (arm_print_operand, case 'd'): If the operand is
12890 const_true_rtx then just return.
12891 (arm_print_operand, case 'D'): If the operand is const_true_rtx
12892 then abort.
12893
12894 2002-03-23 Andrew Cagney <ac131313@redhat.com>
12895
12896 * doc/invoke.texi (Option Summary): Mention -Wswitch-default.
12897 (Warning Options): Document -Wswitch-default.
12898 * toplev.c (W_options): Add -Wswitch-default. Update comment on
12899 -Wswitch.
12900 (warn_switch_default): Define variable.
12901 (warn_switch): Update comment.
12902 * flags.h (warn_switch_default): Declare variable.
12903 (warn_switch): Update comment.
12904 * stmt.c (expand_end_case): Check for and, when
12905 warn_switch_no_default, warn of a missing default case.
12906
12907 2002-03-23 Alan Modra <amodra@bigpond.net.au>
12908
12909 * real.h (N): Special case 128 bit doubles.
12910
12911 * combine.c (simplify_comparison): When widening modes, ignore
12912 sign extension on CONST_INTs.
12913
12914 2002-03-22 Bob Wilson <bob.wilson@acm.org>
12915
12916 * config/xtensa/xtensa.c (print_operand): Fix incorrect mode
12917 passed to adjust_address. Fix comment formatting.
12918
12919
12920 2002-03-22 Zack Weinberg <zack@codesourcery.com>
12921
12922 * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
12923 Always make REAL_VALUE_TYPE a struct containing an array of
12924 HOST_WIDE_INT, not a double. Tidy up the code deciding how
12925 big it is. Don't declare or use union real_extract.
12926
12927 * emit-rtl.c (init_emit_once), varasm.c (immed_real_const_1,
12928 decode_rtx_const, output_constant_pool), config/a29k/a29k.c
12929 (print_operand), config/arm/arm.c (output_move_double),
12930 config/arm/arm.md (consttable_4, consttable_8),
12931 config/romp/romp.c (output_fpops), config/s390/s390.h
12932 (ASM_OUTPUT_SPECIAL_POOL_ENTRY), config/xtensa/xtensa.c
12933 (xtensa_output_literal): Don't use union real_extract.
12934
12935 * config/dsp16xx/dsp16xx.c (print_operand), config/i860/i860.c
12936 (sfmode_constant_to_ulong), config/ns32k/merlin.h
12937 (PRINT_OPERAND), config/ns32k/ns32k.c (print_operand),
12938 config/pdp11/pdp11.h (PRINT_OPERAND), config/we32k/we32k.h
12939 (PRINT_OPERAND): Don't use local version of union
12940 real_extract.
12941
12942 * config/convex/convex.c (check_float_value), config/vax/vax.c
12943 (vax_float_literal), config/m88k/m88k.md (divdf3),
12944 config/dsp16xx/dsp16xx.md (fixuns_trunchfhi2),
12945 config/pdp11/pdp11.c (output_move_quad): Don't do host
12946 arithmetic on target floating point quantities.
12947
12948 * config/a29k/a29k.md, config/dsp16xx/dsp16xx.c
12949 (output_dsp16xx_float_const): Don't test HOST_FLOAT_FORMAT.
12950
12951 * fold-const.c (fold), simplify-rtx.c (simplify_binary_real):
12952 Use MODE_HAS_INFINITIES rather than #ifdef REAL_INFINITY.
12953
12954 * real.c (earith): Test INFINITY rather than REAL_INFINITY;
12955 NANS implies INFINITY, so can drop #ifdef NANS inside #ifndef
12956 INFINITY.
12957 * print-rtl.c (print_rtx): Disable code which needs
12958 floating-point emulator.
12959 * libgcc2.c: Include float.h and use DBL_MANT_DIG,
12960 FLT_MANT_DIG, to define DF_SIZE and SF_SIZE, rather than
12961 depending on HOST_FLOAT_FORMAT to be defined properly.
12962
12963 * config/1750a/1750a.c (get_double, float_label): Delete.
12964 (print_operand): Delete huge commented-out chunk. Use
12965 REAL_VALUE_TO_DECIMAL.
12966 * config/1750a/1750a-protos.h: Delete prototypes of deleted
12967 functions.
12968 * config/convex/convex.h: Always set TARGET_FLOAT_FORMAT to
12969 IEEE_FLOAT_FORMAT.
12970 * config/i370/i370.h (PRINT_OPERAND [TARGET_HLASM version]):
12971 Use REAL_VALUE_TO_DECIMAL as ELF version does.
12972 * config/m88k/m88k.c (real_power_of_2_operand,
12973 legitimize_operand): Take the REAL_VALUE_TYPE and/or union
12974 real_extract out of the union; run the input through
12975 REAL_VALUE_TO_TARGET_DOUBLE, then plug the pair of longwords
12976 from that into the union.
12977 * config/pdp11/pdp11.c (output_move_double): Rearrange
12978 parentheses to make automatic indenter happy.
12979
12980 * doc/tm.texi (Cross-compilation): Rename node to "Floating
12981 Point" and rewrite to describe current situation. Also adjust
12982 documentation of REAL_VALUE_TO_TARGET_SINGLE and friends to
12983 match code.
12984 * doc/rtl.texi: Adjust cross reference.
12985
12986 2002-03-22 Bob Wilson <bob.wilson@acm.org>
12987
12988 * config/xtensa/xtensa-protos.h (non_acc_reg_operand): Remove.
12989 (xtensa_valid_move, xtensa_preferred_reload_class): Define.
12990 * config/xtensa/xtensa.c (non_acc_reg_operand): Remove.
12991 (xtensa_valid_move, xtensa_preferred_reload_class): Define to
12992 prevent use of sp as a reload register.
12993 (xtensa_emit_move_sequence): Use xtensa_valid_move instead of
12994 non_acc_reg_operand.
12995 * config/xtensa/xtensa.h (PREDICATE_CODES): Remove non_acc_reg_operand.
12996 (PREFERRED_RELOAD_CLASS): Move code to xtensa_preferred_reload_class.
12997 * config/xtensa/xtensa.md (movsi_internal, movhi_internal,
12998 movqi_internal): Use xtensa_valid_move instead of non_acc_reg_operand.
12999
13000 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
13001
13002 * cpphash.h (struct cpp_reader): Remove mls_line and mls_col.
13003 * cpplex.c (unterminated): Delete.
13004 (parse_string): No string literal may extend over multiple
13005 lines. Suppress the error when preprocessing assembly.
13006 * cppmain.c (scan_translation_unit): Strings are single-line.
13007
13008 * doc/cpp.texi: Update to match.
13009
13010 2002-03-22 Jakub Jelinek <jakub@redhat.com>
13011
13012 PR optimization/5854
13013 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_VALUE_P): Use K for 0.
13014 Shut up warnings.
13015 (CONST_DOUBLE_OK_FOR_LETTER_P): Use G for 0.0.
13016 (EXTRA_CONSTRAINT): Use S for non-push memory operand.
13017 * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
13018 const0 if scratch register was not allocated.
13019 (m68hc11_reload_operands, m68hc11_gen_lowpart, m68hc11_gen_highpart,
13020 m68hc11_z_replacement): Replace gen_rtx (CONST_INT, VOIDmode, ...)
13021 with GEN_INT (...).
13022 (m68hc11_reorg): Compute BLOCK_FOR_INSN before reload_cse_regs.
13023 * config/m68hc11/m68hc11.md: Replace gen_rtx (CONST_INT, VOIDmode, ...)
13024 with GEN_INT (...) everywhere. Remove constraints in define_split
13025 patterns.
13026 (movdi_internal, movdf_internal, movsi_internal, movsf_internal): Don't
13027 require scratch register for setting 0 into regs/non-pushable memory.
13028
13029 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
13030
13031 * config/mips/mips.h (MASK_RETURN_ADDR): Define.
13032 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define.
13033
13034 2002-03-22 Phil Edwards <pme@gcc.gnu.org>
13035
13036 * cpplib.h (struct cpp_options): New member, warn_endif_labels.
13037 * cppinit.c (cpp_create_reader): On by default.
13038 (cpp_handle_option): Handle -W[no-]endif-labels.
13039 (cpp_post_options): Also enable if -pedantic.
13040 * cpplib.c (do_else): Use it.
13041 (do_endif): Likewise.
13042 * doc/cppopts.texi: Document new option.
13043 * doc/invoke.texi: Document new option.
13044
13045 2002-03-22 Lars Brinkhoff <lars@nocrew.org>
13046
13047 * config/i386/i386.c, config/i386/i386.md: Change all occurences
13048 of GEN_INT (trunc_int_for_mode (...)) to gen_int_mode (...).
13049
13050 2002-03-22 Alexandre Oliva <aoliva@redhat.com>
13051
13052 * flow.c (calculate_global_regs_live): Clear aux fields of
13053 ENTRY and EXIT.
13054
13055 2002-03-22 Jakub Jelinek <jakub@redhat.com>
13056
13057 * config/v850/v850.c (v850_reorg): Only call alter_subreg on
13058 REG or MEM subregs, pass rtx * instead of rtx to it.
13059 * config/i860/i860.c (output_delayed_branch, output_delay_insn): Pass
13060 rtx * instead of rtx to alter_subreg.
13061 * config/m32r/m32r.c (gen_split_move_double): Likewise.
13062 * config/pj/pj.c (pj_output_rval): Likewise.
13063
13064 2002-03-22 Richard Henderson <rth@redhat.com>
13065
13066 PR target/3177
13067 * config/ia64/ia64.h (CUMULATIVE_ARGS): Add int_regs.
13068 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
13069 * config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
13070 (ia64_expand_prologue): Look at int_regs, not words, for number
13071 of incomming int regs.
13072
13073 2002-03-22 Andrew MacLeod <amacleod@redhat.com>
13074
13075 * expr.c (expand_expr): A RESULT_DECL is part of a call.
13076
13077 Fri Mar 22 16:30:42 CET 2002 Jan Hubicka <jh@suse.cz>
13078
13079 * toplev.c (flag_loop_optimize, flag_crossjumping):
13080 New static variables.
13081 (rest_of_compilation): Conditionalize crossjumping and
13082 loop optimizer.
13083 (parse_options_and_default_flags): Default loop_optimize and
13084 crossjumping.
13085 (lang_independent_options): Add -fcrossjumping and -floop-optimize
13086 * invoke.texi (crossjumping, loop-optimize): Document.
13087
13088 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
13089
13090 * real.c (eiisneg): Move outside #ifdef NANS.
13091
13092 Fri Mar 22 12:08:36 CET 2002 Jan Hubicka <jh@suse.cz>
13093
13094 * cfgcleanup.c (outgoing_edges_math): Fix condition; relax
13095 frequencies match; avoid match on different loop depths.
13096 (try_crossjump_to_bb): Kill tests that no longer brings time
13097 savings.
13098 * cfgrtl.c (force_nonfallthru_and_redirect): Fix loop_depth
13099 updating code.
13100 (split_edge): Likewise.
13101
13102 * flow.c (update_life_info_in_dirty_blocks): Fix uninitialized
13103 variable.
13104
13105 * Makefile.in (cfgrtl): Add insn-config.h depenendency.
13106 * cfgrtl.c: Include insn-config.h
13107 (split_block) Dirtify block in presence of conditional execution
13108
13109 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
13110
13111 * config/mips/abi64.h (SETUP_INCOMING_VARARGS): Undefine.
13112 * config/mips/mips-protos.h (mips_setup_incoming_varargs): Declare.
13113 (function_arg): Constify CUMULATIVE_ARGS.
13114 (function_arg_partial_nregs, function_arg_pass_by_reference): Likewise.
13115 * config/mips/mips.h (UNITS_PER_FPVALUE): Zero when TARGET_SOFT_FLOAT.
13116 (UNITS_PER_DOUBLE): New macro.
13117 (SETUP_INCOMING_VARARGS): Define. Use mips_setup_incoming_varargs.
13118 (CUMULATIVE_ARGS): Reformat. Remove num_adjusts workaround and
13119 last_arg_fp field. Replace arg_words and fp_arg_words with gp_regs,
13120 fp_regs and stack_words.
13121 (EABI_FLOAT_VARARGS_P): New macro.
13122 * config/mips/mips.c (struct mips_arg_info): New.
13123 (mips_arg_info): New function.
13124 (function_arg_advance): Use it. Add adjustment instructions here
13125 rather than in function_arg.
13126 (function_arg): Constify CUMULATIVE_ARGS. Use mips_arg_info. Check
13127 for VOIDmode at the beginning of the function.
13128 (function_partial_nregs): Constify CUMULATIVE_ARGS. Use mips_arg_info.
13129 (function_arg_pass_by_reference): Likewise.
13130 (mips_setup_incoming_varags): New, largely based on old abi64.h code.
13131 (mips_build_va_list): Test EABI_FLOAT_VARARGS_P.
13132 (mips_va_start): Likewise. Use the new stack_words field of
13133 CUMULATIVE_ARGS to set up overflow area. Reformat.
13134 (mips_va_arg): Test EABI_FLOAT_VARARGS_P. Unify EABI handling of
13135 doubles and other types, aligning the overflow pointer for non-doubles
13136 too. Remove some code duplication. Replace hard-coded constants.
13137
13138 2002-03-22 Richard Sandiford <rsandifo@redhat.com>
13139
13140 * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Simplify.
13141 (CLASS_UNITS): Undefine.
13142 (CLASS_MAX_NREGS): Use FP_INC.
13143 * config/mips/mips.c (compute_frame_size): Likewise.
13144 (override_options): Use FP_INC and UNITS_PER_FPVALUE.
13145
13146 2002-03-22 Neil Booth <neil@daikokuya.demon.co.uk>
13147
13148 * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust
13149 prototype, and handle lexing numbers and identifiers.
13150 (parse_identifier): Update to new form of parse_slow.
13151 (parse_number): Fast path only, use parse_slow otherwise.
13152 (_cpp_lex_direct): Update calls to parse_number.
13153
13154 2002-03-21 DJ Delorie <dj@redhat.com>
13155
13156 * bb-reorder.c (make_reorder_chain_1): Protect against
13157 when redundant edges are omitted.
13158 * predict.c (dump_prediction): Likewise.
13159
13160 2002-03-21 Richard Henderson <rth@redhat.com>
13161
13162 PR target/5996
13163 * fixinc/inclhack.def (solaris_stdio_tag): New.
13164 * fixinc/fixincl.x: Regenerate.
13165
13166 2002-03-21 Eric Botcazou <ebotcazou@multimania.com>
13167
13168 PR c/5597
13169 * c-typeck.c (process_init_element): Flag non-static
13170 initialization of a flexible array member as illegal.
13171
13172 2002-03-22 Alan Modra <amodra@bigpond.net.au>
13173
13174 * config/rs6000/t-linux64: New.
13175 * config.gcc (powerpc64-*-linux* <tmake_file>): Drop t-ppcos and
13176 t-ppccomm. Use t-rs6000 and t-linux64.
13177 (powerpc64-*-gnu* <tmake_file>): Likewise.
13178 * mklibgcc.in (SHLIB_MKMAP_OPTS): New variable.
13179 * mkmap-symver.awk (dotsyms): If set, output .foo as well as foo.
13180 * Makefile.in (SHLIB_MKMAP_OPTS): Pass to mklibgcc.
13181
13182 2002-03-21 Aldy Hernandez <aldyh@redhat.com>
13183
13184 * langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check
13185 flag_really_no_inline instead of optimize == 0.
13186
13187 * c-objc-common.c (c_cannot_inline_tree_fn): Same.
13188
13189 * cp/tree.c (cp_cannot_inline_tree_fn): Same.
13190
13191 * flags.h (flag_really_no_inline): New.
13192
13193 * c-common.c (c_common_post_options): Initialize
13194 flag_really_no_inline.
13195
13196 * toplev.c (flag_really_no_inline): New.
13197
13198 2002-03-21 Jakub Jelinek <jakub@redhat.com>
13199
13200 * config/avr/avr.md (length): Fix length computation for
13201 conditional branches.
13202
13203 2002-03-21 Neil Booth <neil@daikokuya.demon.co.uk>
13204
13205 * Makefile.in (fold-const.o, stor-layout.o, stmt.o,
13206 sdbout.o, profile.o): Update.
13207 * c-common.c (c_common_nodes_and_builtins): Use pushdecl
13208 langhook.
13209 * c-common.h (gettags): Move here from tree.h.
13210 * c-tree.h (pushdecl, pushlevel, poplevel, set_block,
13211 insert_block, getdecls, kept_level_p, global_bindings_p): New.
13212 * dbxout.c (dbxout_init): Use getdecls langhook.
13213 * expr.c (expand_expr): Use insert_block langhook.
13214 * fold-const.c: Include langhooks.h.
13215 (fold_range_test, fold_binary_op_with_conditional_arg,
13216 fold): Use global_bindings_p langhook.
13217 * integrate.c (expand_inline_function): Use insert_block langhook.
13218 * langhooks-def.h (LANG_HOOKS_DECLS, LANG_HOOKS_PUSHLEVEL,
13219 LANG_HOOKS_POPLEVEL, LANG_HOOKS_GLOBAL_BINDINGS_P,
13220 LANG_HOOKS_INSERT_BLOCK, LANG_HOOKS_SET_BLOCK, LANG_HOOKS_PUSHDECL,
13221 LANG_HOOKS_GETDECLS): New.
13222 (LANG_HOOKS_INITIALIZER): Update.
13223 * langhooks.c (lhd_clear_binding_stack): Use global_bindings_p
13224 langhook.
13225 * langhooks.h (struct lang_hooks_for_decls): New.
13226 (struct lang_hooks): Update.
13227 * profile.c: Include langhooks.h.
13228 (output_func_start_profiler): Use new langhooks.
13229 * sdbout.c: Include langhooks.h.
13230 (sdbout_init, sdbout_finish): Use getdecls langhook.
13231 * stmt.c: Include langhooks.h.
13232 (expand_fixup, fixup_gotos): Use new langhooks.
13233 * stor-layout.c: Include langhooks.h.
13234 (variable_size): Use global_bindings_p langhook.
13235 * toplev.c (compile_file): Use getdecls langhook.
13236 * tree-inline.c (remap_block): Use insert_block langhook.
13237 * tree.h (pushdecl, pushlevel, poplevel, set_block, gettags,
13238 insert_block, getdecls, kept_level_p, global_bindings_p): Remove.
13239
13240 2002-03-21 Richard Henderson <rth@redhat.com>
13241
13242 * config/rs6000/rs6000.c (rs6000_select_rtx_section): Put symbolic
13243 constants in .data when -fpic.
13244
13245 2002-03-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13246
13247 * doc/contrib.texi (Contributors): Use GNU/Linux instead of Linux
13248 where appropriate.
13249
13250 2002-03-21 Tom Tromey <tromey@redhat.com>
13251
13252 * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.
13253
13254 Thu Mar 21 09:50:48 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13255
13256 * config/ia64/ia64.c (hfa_element_mode, case ARRAY_TYPE): Recurse.
13257
13258 * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
13259
13260 2002-03-21 Eric Botcazou <ebotcazou@multimania.com>
13261 Richard Henderson <rth@redhat.com>
13262
13263 PR c/5354
13264 * c-common.c (c_expand_expr): Preserve result of a statement
13265 expression if needed.
13266
13267 2002-03-21 Jakub Jelinek <jakub@redhat.com>
13268
13269 PR bootstrap/4195
13270 * genrecog.c (maybe_both_true_mode): Remove.
13271 (maybe_both_true_2, write_switch): Revert 2001-07-17 changes.
13272 * machmode.def (Pmode): Likewise.
13273
13274 Thu Mar 21 01:55:06 EST 2002 John Wehle (john@feith.com)
13275
13276 * alias.c: (nonlocal_mentioned_p): Use for_each_rtx.
13277 (nonlocal_mentioned_p_1): New function.
13278 (nonlocal_referenced_p, nonlocal_referenced_p_1): Likewise.
13279 (nonlocal_set_p, nonlocal_set_p_1): Likewise.
13280 (mark_constant_function): Recognize pure functions.
13281 * rtl.h (global_reg_mentioned_p): New prototype.
13282 * rtlanal.c (global_reg_mentioned_p,
13283 global_reg_mentioned_p_1): New function.
13284
13285 2002-03-21 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13286
13287 * fixinc/inclhack.def (alpha_assert): Fix assert macro in Tru64
13288 UNIX assert.h.
13289 * fixinc/fixincl.x: Regenerate.
13290
13291 2002-03-20 Jason Merrill <jason@redhat.com>
13292
13293 * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.
13294
13295 2002-03-20 Michael Meissner <meissner@redhat.com>
13296
13297 * doc/invoke.texi (Optimize Options): Document that -O2 sets
13298 -fstrict-aliasing.
13299
13300 2002-03-20 Bob Wilson <bob.wilson@acm.org>
13301
13302 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Emit a
13303 ".literal_position" directive before the constant pool.
13304
13305 2002-03-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13306
13307 * doc/contrib.texi (Contributors): Update Geoffrey Keating.
13308 Add Craig Rodrigues.
13309 Add Brad Lucier to testers.
13310
13311 2002-03-20 Jakub Jelinek <jakub@redhat.com>
13312
13313 PR target/4792
13314 * config/arc/arc.md (movsicc, movdicc, movsfcc, movdfcc): Add mode
13315 to if_then_else.
13316 (movsicc_insn, movdicc_insn, movsfcc_insn, movdfcc_insn): Likewise.
13317 * config/arc/arc.c (arc_final_prescan_insn): Use extract_insn_cached
13318 instead of insn_extract.
13319
13320 2002-03-20 Jakub Jelinek <jakub@redhat.com>
13321
13322 PR bootstrap/4192
13323 * config/fr30/fr30.md (jump): Remove clobber of fixed register.
13324
13325 * genemit.c (output_added_clobbers_hard_reg_p): Only output return
13326 stmt if some case has been output.
13327
13328 2002-03-20 Jakub Jelinek <jakub@redhat.com>
13329
13330 PR c/5972
13331 * config/i386/i386.md (movdicc_c_rex64, movsicc_noc, movhicc_noc,
13332 movsfcc_1, movdfcc_1): Add %O2.
13333 * config/i386/i386.c (print_operand): Handle %ON.
13334 Print . before float condition codes in Sun as cmov syntax.
13335 * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Define for Sun as.
13336 * config.gcc (i[34567]86-*-solaris2*): Remove comment which is
13337 no longer true.
13338
13339 2002-03-20 Philip Blundell <pb@nexus.co.uk>
13340
13341 * config/arm/arm.c (arm_output_epilogue): Don't generate separate
13342 return instruction if PC was popped.
13343
13344 2002-03-20 Bob Wilson <bob.wilson@acm.org>
13345
13346 * config/xtensa/xtensa.md: Remove unused type attributes.
13347 (adddi_carry, subddi_carry): Change type attribute to "multi".
13348
13349 2002-03-19 Dale Johannesen <dalej@apple.com>
13350
13351 PR optimization/5999, middle-end/5731
13352 * expr.c (expand_expr) [RDIV_EXPR]: Only convert real divisions into
13353 multiplications by reciprocals.
13354
13355 2002-03-20 Neil Booth <neil@daikokuya.demon.co.uk>
13356
13357 * Makefile.in: Update.
13358 * c-common.c: Include langhooks.h.
13359 (inline_forbidden_p): Use new hook.
13360 * diagnostic.c: Include langhooks.h.
13361 (format_with_decl, announce_function,
13362 default_print_error_function): Use new hook.
13363 * dwarf2out.c (dwarf2_name): Use new hook.
13364 * function.c: Include langhooks.h.
13365 (init_function_start): Use new hook.
13366 * langhooks-def.h (lhd_decl_printable_name): New.
13367 (LANGHOOKS_DECL_PRINTABLE_NAME): New.
13368 (LANGHOOKS_INITIALIZER): Update.
13369 * langhooks.c (lhd_decl_printable_name): New.
13370 * langhooks.h (struct lang_hooks): New hook.
13371 * toplev.c (decl_name, decl_printable_name): Remove.
13372 (open_dump_file): Use new hook.
13373 (process_options): Remove old hook.
13374 * tree.h (decl_printable_name): Remove.
13375 objc:
13376 * objc-act.c (objc_init): Remove old hook.
13377 (objc_printable_name): Export.
13378 * objc-act.h (objc_printable_name): New.
13379 * objc-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
13380
13381 2002-03-19 Jim Blandy <jimb@redhat.com>
13382
13383 * c-lex.c (cb_file_change): Pass the #inclusion's line number to
13384 the start_source_file debug hook, not the current line number.
13385
13386 2002-03-19 Richard Henderson <rth@redhat.com>
13387
13388 * flow.c (EH_USES): Provide default.
13389 (calculate_global_regs_live): Use it for EH edges and noreturn calls.
13390 * doc/tm.texi (EH_USES): New.
13391
13392 * config/ia64/ia64.c (ia64_eh_uses): New.
13393 * config/ia64/ia64-protos.h: Update.
13394 * config/ia64/ia64.h (EH_USES): New.
13395
13396 2002-03-19 Richard Henderson <rth@redhat.com>
13397
13398 * varasm.c (output_constant_def): Fix stupid typo.
13399
13400 2002-03-19 Richard Henderson <rth@redhat.com>
13401
13402 PR 5879
13403 * except.c (current_function_has_exception_handlers): New.
13404 * except.h: Declare it.
13405 * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it.
13406 Combine tests that disable all sibcalls for the function.
13407
13408 2002-03-19 Olivier Hainque <hainque@act-europe.fr>
13409
13410 * varasm.c (output_constant_def): Don't call ENCODE_SECTION_INFO
13411 for INTEGER_CST.
13412
13413 2002-03-19 Richard Henderson <rth@redhat.com>
13414
13415 PR 5977, 5991
13416 * config/ia64/ia64.c: Revert 2002-03-01 patch.
13417 * config/ia64/ia64.h (INIT_EXPANDERS): New.
13418
13419 2002-03-19 Jim Blandy <jimb@redhat.com>
13420
13421 * cppmacro.c (cpp_macro_definition): Emit a space after the macro
13422 name, even if the replacement list contains no tokens, as required
13423 by Dwarf.
13424
13425 2002-03-19 Jason Merrill <jason@redhat.com>
13426
13427 * varasm.c (globalize_decl): Get the name from the RTL, not
13428 DECL_ASSEMBLER_NAME.
13429
13430 * Makefile.in (LIBGCC2_DEBUG_CFLAGS): Set to -g.
13431
13432 2002-03-19 Bob Wilson <bob.wilson@acm.org>
13433
13434 * config/xtensa/xtensa.md (adddi3, adddi_carry, subdi3,
13435 subdi_carry): Define.
13436
13437 2002-03-19 David Edelsohn <edelsohn@gnu.org>
13438
13439 * config/rs6000/rs6000.c (rs6000_override_options): Only warn
13440 about -fpic/-fPIC if extra_warnings set.
13441
13442 2002-03-19 David Edelsohn <edelsohn@gnu.org>
13443
13444 * expr.c (expand_expr): Sign-extend CONST_INT generated from
13445 TREE_STRING_POINTER.
13446 * fold-const.c (fold): Delete #if 0 ARRAY_REF case.
13447
13448 Tue Mar 19 14:12:32 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13449
13450 * config/sparc/sparc.h (CAN_ELMINIATE): Can only eliminate FP
13451 in favor of SP if FRAME_POINTER_REQUIRED is false.
13452
13453 2002-03-19 Lars Brinkhoff <lars@nocrew.org>
13454
13455 * emit-rtl.c (gen_int_mode): New function.
13456 * rtl.h: Prototype for it.
13457 * combine.c (make_extraction, simplify_comparison), expmed.c
13458 (store_bit_field, expand_mult_highpart, expand_divmod), expr.c
13459 (convert_modes, store_field), optabs.c (expand_fix),
13460 simplify-rtx.c (neg_const_int, simplify_unary_real),
13461
13462 * config/rs6000/rs6000.c, config/rs6000/rs6000.md:
13463 Use it instead of GEN_INT (trunc_int_for_mode (...)).
13464
13465 2002-03-19 Jakub Jelinek <jakub@redhat.com>
13466
13467 PR c/5656
13468 * langhooks.h (struct lang_hooks_for_tree_inlining): Add
13469 convert_parm_for_inlining.
13470 * c-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
13471 Define.
13472 * langhooks-def.h: Likewise.
13473 * objc/objc-lang.c: Likewise.
13474 * langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): New
13475 function.
13476 * tree-inline.c (initialize_inlined_parameters):
13477 Call convert_parm_for_inlining lang hook if needed.
13478 * c-typeck.c (c_convert_parm_for_inlining): New function.
13479 * c-tree.h (c_convert_parm_for_inlining): Add prototype.
13480
13481 2002-03-18 Mark Mitchell <mark@codesourcery.com>
13482
13483 * calls.c (precompute_arguments): Do not assume that temporaries
13484 can be destroyed after expanding the argument.
13485 (expand_call): Likewise.
13486
13487 2002-03-15 Eric Christopher <echristo@redhat.com>
13488
13489 * config/mips/mips.md (movdf_internal2): Add two new move constraints.
13490 Fix register preference on last change.
13491 * config/mips/mips.c (mips_return_in_memory): New function.
13492 * config/mips/mips.h (RETURN_IN_MEMORY): Use.
13493 * config/mips/mips-protos.h: Declare.
13494 * config/mips/abi64.h (RETURN_IN_MEMORY): Remove. Add to above.
13495 * config/mips/elf64.h: Add #ifndef/#endif brackets around defaults.
13496
13497 2002-03-18 Alexandre Oliva <aoliva@redhat.com>
13498
13499 * config/mips/mips.md (andsi3) [TARGET_MIPS16]: Force operand 1 to
13500 a register too.
13501 (anddi3, iorsi3): Likewise.
13502
13503 * config/mips/mips.h (ENCODE_SECTION_INFO) [TARGET_MIPS16]: Don't
13504 use %gprel for symbols that are going to be placed in linkonce
13505 sections.
13506
13507 * config/mips/mips.h (ELIMINABLE_REGS): Can't eliminate
13508 RETURN_ADDRESS_POINTER_REGNUM to $ra.
13509 (CAN_ELIMINATE): Only eliminate it to $sp if a frame pointer is
13510 not needed. Disregard leaf_function_p().
13511 (INITIAL_ELIMINATION_OFFSET): Adjust for elimination of rap to
13512 mips16 frame pointer.
13513 * config/mips/mips.md (store ra): Only to small SP offsets.
13514 2001-08-22 Graham Stott <grahams@redhat.com>
13515 * config/mips/mips.h (RETURN_ADDR_RTX): For a leaf function
13516 return a REG rtx for the return address register.
13517
13518 2002-03-18 Bob Wilson <bob.wilson@acm.org>
13519
13520 * config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Treat
13521 constant-pool addresses as "mode-dependent".
13522 (GO_IF_LEGITIMATE_ADDRESS): Rename macro arguments.
13523
13524 2002-03-18 Jakub Jelinek <jakub@redhat.com>
13525
13526 PR target/5740
13527 * expr.c (emit_group_load): Use extract_bit_field if
13528 needed for CONCAT arguments.
13529
13530 2002-03-18 Richard Earnshaw <rearnsha@arm.com>
13531
13532 PR target/4863
13533 * arm.md (tablejump): Make this a define_expand. For PIC add the
13534 offset to the base of the table.
13535 (thumb_tablejump): Matcher for Thumb tablejump insn.
13536 * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output thumb entries
13537 as the difference of two labels.
13538 * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
13539 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Only put ARM jump
13540 tables in the code.
13541 * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
13542 * arm.c (get_jump_table_size): If the table is not in the text
13543 section, return zero.
13544
13545 2002-03-18 Bernd Schmidt <bernds@redhat.com>
13546
13547 * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead
13548 of gen_rtx_SUBREG.
13549 (arm_reload_out_hi): Use gen_lowpart instead of
13550 gen_rtx_SUBREG to access QImode components.
13551 * config/arm/arm.md: Disable zero_extend split for QImode
13552 subregs in BIG_ENDIAN mode.
13553 (storehi_bigend): Match use of least significant byte.
13554 (storeinthi): Remove extraneous SUBREG.
13555 Add missing construction of operands[2].
13556 (movhi): Use gen_lowpart in place of gen_rtx_SUBREG.
13557 (movqi): Use gen_lowpart in place of gen_rtx_SUBREG.
13558 Replace gen_rtx (SUBREG) with gen_rtx_SUBREG.
13559
13560 2002-03-18 Aldy Hernandez <aldyh@redhat.com>
13561
13562 * config/rs6000/rs6000.h (PREDICATE_CODES): Add PARALLEL to
13563 any_operand.
13564
13565 2002-03-17 Richard Henderson <rth@redhat.com>
13566
13567 * config/alpha/alpha.c (alpha_emit_set_const_1): Build add insns
13568 explicitly.
13569
13570 2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
13571
13572 * config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
13573 (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
13574
13575 2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13576
13577 * ifcvt.c (dead_or_predicable): Fix uninitialized variable.
13578
13579 * predict.c (estimate_bb_frequencies): Delete unused variables.
13580
13581 2002-03-17 Richard Henderson <rth@redhat.com>
13582
13583 * config/ia64/ia64.c (ia64_attribute_table): Move before
13584 targetm definition. Make static.
13585
13586 2002-03-17 Neil Booth <neil@daikokuya.demon.co.uk>
13587
13588 * c-common.h (yyparse, c_common_parse_file): New.
13589 * c-lang.c: Include c-common.h.
13590 (LANG_HOOKS_PARSE_FILE): Redefine.
13591 * c-lex.c: Include c-common.h.
13592 (yyparse): Rename c_common_parse_file. Call yyparse.
13593 * c-parse.in (yyparse): Remove macro.
13594 * c-tree.h (yyparse_1): Remove.
13595 * langhooks-def.h (LANG_HOOKS_PARSE_FILE): New.
13596 (LANG_HOOKS_INITIALIZER): Update.
13597 * langhooks.h (struct lang_hoooks): New hook parse_file.
13598 * toplev.c (compile_file): Use parse_file hook.
13599 * tree.h (yyparse): Remove.
13600 * objc/objc-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
13601
13602 2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
13603
13604 * config/mmix/mmix.md ("truncdfsf2"): Correct operator is
13605 float_truncate, not fix.
13606 ("*truncdfsf2_real"): Ditto.
13607 ("*nonlocal_goto_receiver_expanded"): Fix output template formatting.
13608
13609 * config/mmix/mmix.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Don't define.
13610
13611 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13612
13613 * config/mips/mips.h (CAN_ELIMINATE): Don't eliminate rap to $fp
13614 (s8), but rather HARD_FRAME_POINTER_REGNUM. Add parentheses
13615 where appropriate. Make the second reference to
13616 leaf_function_p a function call, as intended. Reindented.
13617
13618 * config/mips/mips.h (ISA_HAS_COND_TRAP): Not available on MIPS16.
13619 * config/mips/mips.md (trap) [TARGET_MIPS16]: Emit `break 0'.
13620
13621 * config/mips/mips.md (addsi3, adddi3): Use scratch register to
13622 add register to non-constant into sp.
13623
13624 * config/mips/mips-protos.h (embedded_pic_fnaddr_reg): New.
13625 * config/mips/mips.h (embedded_pic_fnaddr_rtx): Lose.
13626 (mips16_gp_pseudo_rtx): Lose.
13627 (INIT_EXPANDERS): Deleted.
13628 * config/mips/mips.c (mips_init_machine_status): New.
13629 (mips_free_machine_status): New.
13630 (mips_mark_machine_status): New.
13631 (override_options): Set them.
13632 (embedded_pic_fnaddr_rtx, mips16_gp_pseudo_rtx): Moved to...
13633 (struct machine_function): ... new. Replaced all references.
13634 (mips_add_gc_roots): Don't mark them.
13635 (embedded_pic_fnaddr_reg): New, extracted from...
13636 (embedded_pic_offset): ... here.
13637 * config/mips/mips.md (movdi): Call embedded_pic_fnaddr_reg.
13638 (movsi): Likewise.
13639
13640 2002-03-16 Neil Booth <neil@daikokuya.demon.co.uk>
13641
13642 * cppinit.c: Revert -MD removal.
13643
13644 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13645
13646 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't use
13647 soft registers by default for 68HC12.
13648 (m68hc11_conditional_register_usage): Don't use Z register for 68HC12
13649 when compiling with -fomit-frame-pointer.
13650 (expand_prologue): Use push/pop to allocate 4-bytes of locals on 68HC12.
13651 (expand_epilogue): Likewise.
13652 (m68hc11_gen_rotate): Use exg when rotating by 8.
13653
13654 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13655
13656 * config/m68hc11/m68hc11-protos.h (ix_reg): Declare.
13657 * config/m68hc11/m68hc11.md ("addsi3"): Use general_operand for sources.
13658 (splits): Remove unused add splits.
13659 ("*addhi3_68hc12"): Tune constraints.
13660 ("addhi_sp"): Try to use X instead of Y in all cases and if the
13661 constant fits in 8-bits and D is dead use abx/aby instructions.
13662 ("*addhi3"): Remove extern declaration of ix_reg.
13663 ("*subsi3"): Optimize and provide new split.
13664 ("subhi3"): Cleanup.
13665 ("*subhi3_sp"): Avoid saving X if we know it is dead.
13666 (arith splits): For 68hc12 save the address register on the stack
13667 and do the arithmetic operation with a pop.
13668
13669 2002-03-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13670
13671 * config/m68hc11/m68hc11.md ("*movqi_68hc12"): Fix constraints, avoid
13672 allocating QImode in address registers.
13673 ("*movqi_m68hc11"): Likewise.
13674
13675 Sat Mar 16 12:57:28 CET 2002 Jan HUbicka <jh@suse.cz>
13676
13677 * cfgcleanup.c (cleanup_cfg): Fix updating of liveness.
13678
13679 2002-03-16 Neil Booth <neil@daikokuya.demon.co.uk>
13680
13681 * cppinit.c (print_help): Display -MD and -MMD.
13682 Don't display usage string. Update assertion syntax and
13683 typo.
13684 (COMMAND_LINE_OPTIONS): Remove OPT_MD, OPT_MMD.
13685 (cpp_handle_option): Update.
13686
13687 2002-03-15 Chris Demetriou <cgd@broadcom.com>
13688
13689 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Provide an
13690 MEABI case for each definition of SUBTARGET_CPP_SIZE_SPEC,
13691 and define it so that regardless of target CPU size,
13692 __SIZE_TYPE__ and __PTRDIFF_TYPE__ are defined in terms
13693 of "int" rather than "long."
13694
13695 2002-03-15 Richard Henderson <rth@redhat.com>
13696
13697 * config/alpha/alpha.c (alpha_va_arg): Manipulate the type
13698 size as a tree.
13699
13700 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13701
13702 * config/m68hc11/m68hc11.md ("tstqi_1"): Try to use ldab instead of tst.
13703 ("tstqi" split): Avoid using memory for tstqi on address register.
13704 (splits): Remove constraints.
13705 ("cmphi_1_hc12"): New from "cmphi_1" and tuned for 68HC12.
13706 ("cmpdf", "cmpsf"): Remove since not used.
13707 ("*tbeq", "*tbne", "*tbeq8", "*tbne8"): Also look in cc_status.value2.
13708 (peephole2): New peepholes to optimize tstqi and pre inc/dec addressing.
13709
13710 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13711
13712 * config/m68hc11/m68hc11.md ("negsi2"): Optimize inline case.
13713 ("neghi2"): Tighten constraints.
13714 ("one_cmplsi2"): Optimize and simplify split.
13715 * config/m68hc11/larith.asm (__negsi2): Likewise for library.
13716
13717 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13718
13719 * config/m68hc11/m68hc11.md ("logicalsi3_zexthi"): Fix constraints
13720 and split of AND operation to clear the upper bits.
13721 ("*logicalsi3_zextqi"): Likewise.
13722 ("*logicallhi3_zexthi_ashift8"): Likewise.
13723 ("*logicalsi3_silshr16"): Likewise.
13724 ("logicalsi3_silshl16"): Likewise.
13725 ("anddi3", "iordi3", "xordi3" splits): Remove constraints.
13726
13727 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13728
13729 * config/m68hc11/m68hc11.c (m68hc11_symbolic_p): New function.
13730 (m68hc11_indirect_p): New function.
13731 (m68hc11_override_options): Must set MASK_NO_DIRECT_MODE for 68HC12.
13732 (m68hc11_gen_highpart): Use TARGET_NO_DIRECT_MODE instead of
13733 TARGET_M6812.
13734 (asm_print_register): Likewise.
13735 * config/m68hc11/m68hc11-protos.h (m68hc11_symbolic_p): Declare.
13736 (m68hc11_indirect_p): Declare.
13737 * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): New constraint 'R', 'Q'.
13738 (TARGET_NO_DIRECT_MODE, TARGET_RELAX): New.
13739 (TARGET_SWITCHES): New option -mrelax.
13740 * config/m68hc11/m68hc11.md ("andsi3"): Allow soft register for
13741 destination.
13742 ("iorsi3", "xorsi3"): Likewise.
13743 ("andhi3", "andqi3", "iorhi3", "iorqi3"): Use a define_expand.
13744 ("*andhi3_mem"): New to handle destination in memory with bclr
13745 and a scratch register.
13746 ("*andqi3_mem", "*iorhi3_mem", "*iorqi3_mem"): Likewise.
13747 ("*andhi3_const"): New when operand2 is constant.
13748 ("*andqi3_const", "*iorhi3_const", "*iorqi3_const"): Likewise.
13749 ("*andhi3_gen"): Cleanup of the old "andhi3".
13750 ("*andqi3_gen", "*iorhi3_gen", "*iorqi3_gen"): Likewise.
13751 ("xorqi3"): Update constraints.
13752
13753 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13754
13755 * config/m68hc11/m68hc11.c (m68hc11_small_indexed_indirect_p): Look
13756 for reg_equiv_memory_loc when the operand is a register that does
13757 not get a hard register (stack location).
13758 (tst_operand): After reload, accept all memory operand.
13759 (symbolic_memory_operand): Fix detection of symbolic references.
13760 * config/m68hc11/m68hc11.h (VALID_CONSTANT_OFFSET_P): For 68HC12
13761 accept symbols and any constant.
13762
13763 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13764
13765 * config/m68hc11/m68hc11.c (emit_move_after_reload): Add a REG_INC
13766 note on the insn that sets the soft frame register.
13767 (must_parenthesize): ix and iy are also reserved names.
13768 (print_operand_address): One more place where parenthesis are required
13769 to avoid confusion with register names.
13770 (m68hc11_gen_movhi): Allow push of stack pointer.
13771 (m68hc11_check_z_replacement): Fix handling of parallel with a
13772 clobber.
13773 (m68hc11_z_replacement): Must update the REG_INC notes to tell what
13774 the replacement register is.
13775 * config/m68hc11/m68hc11.h (REG_CLASS_CONTENTS): Switch Z_REGS
13776 and D8_REGS classes.
13777 (MODES_TIEABLE_P): All modes are tieable except QImode.
13778
13779 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13780
13781 * config/m68hc11/larith.asm (___adddi3): Optimize saving of result.
13782 (___subdi3): Likewise.
13783 (__mulsi3, __mulhi32): Avoid using _.tmp scratch location.
13784 (__map_data_section): Optimize 68hc11 case.
13785
13786 2002-03-15 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13787
13788 * config/m68hc11/m68hc11.c (m6812_cost): Make cost of add higher
13789 than a shift to avoid adding a register with itself.
13790 (m68hc11_memory_move_cost): Take into account NO_REGS.
13791 (m68hc11_register_move_cost): Update and use memory move cost
13792 for soft registers.
13793 (m68hc11_address_cost): Make cost of valid offset not 0 so that
13794 it gives more opportunities to cse to optimize.
13795 * config/m68hc11/m68hc11.h (REGISTER_MOVE_COST): Pass the mode.
13796 * config/m68hc11/m68hc11-protos.h (m68hc11_register_move_cost): Update.
13797
13798 2002-03-15 Mark Mitchell <mark@codesourcery.com>
13799
13800 * c-common.c (statement_code_p): Handle CLEANUP_STMT.
13801 * c-common.def (CLEANUP_STMT): New tree node.
13802 * c-common.h (CLEANUP_DECL): New macro.
13803 (CLEANUP_EXPR): Likewise.
13804 * c-semantics.c (expand_stmt): Handle CLEANUP_STMT.
13805 * expr.c (expand_expr): Tidy.
13806 * tree-dump.c (dequeue_and_dump): Handle CLEANUP_STMT.
13807 * tree-inline.c (initialize_inlined_parameters): Clean up
13808 new local variables.
13809
13810 2002-03-15 Jakub Jelinek <jakub@redhat.com>
13811
13812 PR bootstrap/4128
13813 * config/sparc/sparc.c (gen_v9_scc): Move early clobber test
13814 before movrXX only, use reg_overlap_mentioned_p.
13815 Only special case NE if just one insn can be generated.
13816
13817 2002-03-15 Jason Merrill <jason@redhat.com>
13818
13819 * varasm.c (assemble_variable): Call resolve_unique_section before
13820 checking DECL_SECTION_NAME. Use zeros for a decl with DECL_INITIAL
13821 of error_mark_node.
13822
13823 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
13824
13825 PR target/5170
13826 * arm.md (split pattern for thumb shiftable immediates): Add comment
13827 explaining non-obvious test.
13828
13829 2002-03-15 Richard Earnshaw <rearnsha@arm.com>
13830
13831 PR target/5712
13832 * arm.md (movaddr, movaddr_insn): Delete.
13833
13834 2002-03-15 Jason Merrill <jason@redhat.com>
13835
13836 * toplev.c (wrapup_global_declarations): Clarify variable handling.
13837 -fkeep-static-consts doesn't apply to comdats.
13838
13839 2002-03-14 Richard Henderson <rth@redhat.com>
13840
13841 * c-decl.c: Include c-pragma.h.
13842 (start_decl, start_function): Invoke maybe_apply_pragma_weak.
13843 (finish_function): Tidy.
13844 * c-pragma.c: Include c-common.h.
13845 (pending_weaks, apply_pragma_weak, maybe_apply_pragma_weak): New.
13846 (handle_pragma_weak): Use them.
13847 (init_pragma): Register pending_weaks.
13848 * c-pragma.h (maybe_apply_pragma_weak): Declare.
13849 * print-tree.c (print_node): Print DECL_WEAK.
13850 * varasm.c (mark_weak_decls): Remove.
13851 (remove_from_pending_weak_list): Remove.
13852 (add_weak): Remove.
13853 (asm_emit_uninitialised): Call globalize_decl for weak commons.
13854 (weak_decls): Make a tree_list.
13855 (declare_weak): Cons weak_decls directly.
13856 (globalize_decl): Remove weak_decls elements directly.
13857 (weak_finish): Simplify weak_decls walk. Don't weaken unused
13858 symbols. Don't pretend to handle aliases.
13859 (init_varasm_once): Update weak_decls registry.
13860 * Makefile.in: Update dependencies.
13861
13862 2002-03-14 Richard Henderson <rth@redhat.com>
13863
13864 PR target/5312
13865 * config/ia64/ia64.c: Include tm_p.h last.
13866 (gen_nop_type): Remove duplicate definition.
13867 (cycle_end_fill_slots): Set sched_data for second L slot.
13868 (maybe_rotate): Call cycle_end_fill_slots to fill in nop slots.
13869 (nop_cycles_until): Fix typos.
13870
13871 2002-03-15 Jakub Jelinek <jakub@redhat.com>
13872
13873 PR optimization/5891
13874 * unroll.c (copy_loop_body) [CALL_INSN]: Copy SIBLING_CALL_P flag.
13875
13876 2002-03-14 David Mosberger <davidm@hpl.hp.com>, Hans Boehm <Hans_Boehm@hp.com>
13877
13878 * config/ia64/unwind-ia64.c: Handle copy_state and label_state
13879 descriptors correctly.
13880
13881 2002-03-14 Michael Meissner <meissner@redhat.com>
13882
13883 * params.def (PARAM_MAX_UNROLLED_INSNS): New macro, default to
13884 100, allowing MAX_UNROLLED_INSNS to be overridden.
13885
13886 * params.h (MAX_UNROLLED_INSNS): Define so it can be overridden by
13887 --param.
13888
13889 * unroll.c (params.h): Include.
13890 (MAX_UNROLLED_INSNS): Delete, now in params.h.
13891
13892 * doc/invoke.texi (--param max-unroll-insns): Document.
13893
13894 * Makefile.in (unroll.o): Add $(PARAMS_H) dependency.
13895
13896 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
13897
13898 * arm.md: Fix warnings about constraints in peepholes and splits.
13899
13900 2002-03-14 Zack Weinberg <zack@codesourcery.com>
13901
13902 * cpphash.h (struct lexer_state): Remove line_extension member.
13903 * cpplib.c (dequote_string, do_linemarker): New functions.
13904 (linemarker_dir): New data object.
13905 (DIRECTIVE_TABLE): No longer need to interpret #line in
13906 preprocessed source. Delete obsolete comment about return
13907 values of handlers.
13908 (end_directive, directive_diagnostics, _cpp_handle_directive):
13909 Don't muck with line_extension.
13910 (directive_diagnostics): No need to issue warnings for
13911 linemarkers here.
13912 (_cpp_handle_directive): Issue warnings for linemarkers here,
13913 when appropriate. Dispatch linemarkers to do_linemarker, not
13914 do_line.
13915 (do_line): Code to handle linemarkers split out to do_linemarker.
13916 Convert escape sequences in filename argument, both places.
13917
13918 * cppmacro.c (quote_string): Rename cpp_quote_string and
13919 export. All callers changed.
13920 * cpplib.h (cpp_quote_string): Prototype.
13921 * cppmain.c (print_line): Call cpp_quote_string on to_file
13922 before printing it.
13923
13924 * doc/cpp.texi: Document that escapes are now interpreted in
13925 #line and in linemarkers, and that non-printing characters are
13926 converted to octal escapes when linemarkers are generated.
13927
13928 Thu Mar 14 19:04:29 CET 2002 Jan Hubicka <jh@suse.cz>
13929
13930 * emit-rtl.c (try_split): Use delete_insns.
13931 * recog.c (split_all_insns): Fix terminating condition.
13932
13933 2002-03-14 Richard Earnshaw <rearnsha@arm.com>
13934 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
13935
13936 PR target/5828
13937 * arm.c (arm_output_epilogue): Fix floating-point register save
13938 adjustment when using a frame pointer.
13939
13940 2002-03-14 Richard Sandiford <rsandifo@redhat.com>
13941
13942 * config/mips/mips.h (FP_INC, UNITS_PER_FPVALUE): New macros.
13943 * config/mips/mips.c (compute_frame_size): Retrofit them here.
13944 (save_restore_insns, mips_expand_epilogue): And here.
13945 (build_mips16_call_stub): And here.
13946 (mips_function_value): Use the new macros to decide whether a single
13947 or complex float can be returned in floating-point registers. Return
13948 a parallel rtx in the complex case.
13949
13950 Thu Mar 14 11:03:12 CET 2002 Jan Hubicka <jh@suse.cz>
13951
13952 * toplev.c (rest_of_compilation): Add CLEANUP_UPDATE_LIFE to cfg_cleanup
13953 call after liveness analysis.
13954
13955 * recog.c (split_insn): Use delete_insn_and_edges.
13956
13957 * cfgrtl.c (verify_flow_info): Be permisive about non-any_condjump
13958 instructions to have branch prediction notes.
13959 * ia64reorg.c (ia64_reorg): Do not rebuild CFG.
13960
13961 2002-03-14 Geoffrey Keating <geoffk@redhat.com>
13962
13963 * configure.in: Don't pass -Wno-long-long to a ADA compiler
13964 that doesn't support it.
13965 * configure: Regenerate.
13966
13967 2002-03-13 Jakub Jelinek <jakub@redhat.com>
13968
13969 PR target/5626
13970 * config/sparc/sparc.md (normal_branch, inverted_branch,
13971 normal_fp_branch, inverted_fp_branch, normal_fpe_branch,
13972 inverted_fp_branch): Adjust calls to output_cbranch.
13973 Set length attribute.
13974 (normal_int_branch_sp64, inverted_int_branch_sp64): Adjust calls to
13975 output_v9branch. Set length attribute.
13976 * config/sparc/sparc.c (fcc0_reg_operand, noov_compare64_op): New
13977 predicates.
13978 (noov_compare_op): Handle CCX_NOOVmode the same way as CC_NOOVmode.
13979 (output_cbranch): Likewise. Handle far branches.
13980 (output_v9branch): Handle far branches.
13981 * config/sparc/sparc-protos.h (output_cbranch, output_v9branch):
13982 Adjust prototypes.
13983 * config/sparc/sparc.h (PREDICATE_CODES): Add fcc0_reg_operand and
13984 noov_compare64_op predicates.
13985
13986 2002-03-13 Jason Merrill <jason@redhat.com>
13987
13988 * gthr-posix.h (__gthread_active_p): Move __gthread_active_ptr
13989 into the function and constify it.
13990 * gthr-dce.h, gthr-solaris.h: Likewise.
13991
13992 2002-03-13 David Edelsohn <edelsohn@gnu.org>
13993
13994 * config/rs6000/rs6000.h (PAD_VARARGS_DOWN): Define.
13995 * config/rs6000/rs6000.c (rs6000_va_arg): Use
13996 std_expand_builtin_va_arg if not ABI_V4.
13997
13998 2002-03-13 Jason Merrill <jason@redhat.com>
13999
14000 * varasm.c (globalize_decl): New fn.
14001 (assemble_start_function): Use it.
14002 (asm_emit_uninitialized): Use it.
14003 (assemble_alias): Use it.
14004 (assemble_variable): Use it.
14005
14006 2002-03-13 Hans-Peter Nilsson <hp@axis.com>
14007
14008 * config/cris/cris.c (cris_target_asm_function_prologue): Revert
14009 2002-03-12 internal visibility change.
14010 (cris_encode_section_info): Consider MODULE_LOCAL_P when encoding
14011 visibility into SYMBOL_REF_FLAG.
14012
14013 2002-03-13 Ulrich Weigand <uweigand@de.ibm.com>
14014
14015 * expr.c (expand_expr, case NE_EXPR): Do not call copy_to_reg with
14016 VOIDmode operand. Add compile-time optimization for constant results.
14017
14018 2002-03-12 Jason Merrill <jason@redhat.com>
14019
14020 * c-typeck.c (convert_for_assignment): Don't allow conversions
14021 between pointers and references. Only allow lvalues to convert to
14022 reference.
14023
14024 2002-03-13 Hartmut Penner <hpenner@de.ibm.com>
14025
14026 * config/s390/s390.h (PROFILE_BEFORE_PROLOGUE): Emit profile code
14027 before prologue, to avoid scheduling problems.
14028
14029 2002-03-13 Jakub Jelinek <jakub@redhat.com>
14030
14031 * config/sparc/sparc.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
14032 (ELIMINABLE_REGS): Add sfp->sp.
14033 (INITIAL_ELIMINATION_OFFSET): Compute sfp->sp offset too.
14034
14035 2002-03-13 Jakub Jelinek <jakub@redhat.com>
14036
14037 PR optimization/5892
14038 * config/ia64/ia64.c (rotate_one_bundle): Update current packet.
14039
14040 2002-03-13 Jakub Jelinek <jakub@redhat.com>
14041
14042 * loop.c (basic_induction_var): Don't call convert_modes if mode
14043 classes are different.
14044
14045 2002-03-12 Richard Henderson <rth@redhat.com>
14046
14047 PR optimization/5901
14048 * function.c (reposition_prologue_and_epilogue_notes): Position
14049 the markers after/before the last/first insn not deleted.
14050
14051 2002-03-12 Richard Henderson <rth@redhat.com>
14052
14053 PR optimization/5878
14054 * config/arc/arc.h, config/cris/cris.h, config/i386/i386.h,
14055 config/m68k/m68k.h, config/s390/s390.h, config/sparc/sparc.h
14056 (PIC_OFFSET_TABLE_REGNUM): Conditionalize on flag_pic.
14057
14058 * config/arm/arm.h config/i386/i386.h, config/m68k/m68k.h,
14059 config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Set
14060 PIC_OFFSET_TABLE_REGNUM based on INVALID_REGNUM not flag_pic.
14061
14062 * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): New.
14063 * config/arm/arm.c (arm_pic_register): Init to INVALID_REGNUM.
14064 (arm_override_options): Set arm_pic_register if TARGET_APCS_STACK
14065 also. Don't set it if not flag_pic.
14066 * config/i386/i386.c (ix86_save_reg): Trust PIC_OFFSET_TABLE_REGNUM
14067 to be INVALID_REGNUM when not used.
14068
14069 2002-03-13 Aldy Hernandez <aldyh@redhat.com>
14070
14071 * expmed.c (store_bit_field): Reset alias set for memory.
14072 (extract_bit_field): Same.
14073
14074 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14075
14076 * c-common.c (c_tree_code_type, c_tree_code_length,
14077 c_tree_code_name, add_c_tree_codes): Delete.
14078 * c-common.h (add_c_tree_codes): Delete.
14079 * c-lang.c (tree_code_type, tree_code_length, tree_code_name):
14080 Define.
14081 * c-objc-common.c (c_objc_common_init): Don't call
14082 add_c_tree_codes, instead set lang_unsafe_for_reeval.
14083 * objc/objc-act.c (objc_tree_code_type, objc_tree_code_length,
14084 objc_tree_code_name, add_objc_tree_codes): Delete.
14085 (objc_init): Don't call add_objc_tree_codes.
14086 * objc/objc-lang.c (tree_code_type, tree_code_length,
14087 tree_code_name): Define.
14088 * toplev.c (lang_independent_init): Don't set
14089 tree_code_length[IDENTIFIER_NODE].
14090 * tree.c (tree_code_type, tree_code_length, tree_code_name):
14091 Delete definitions, moved to language front-ends.
14092 * tree.def (IDENTIFIER_NODE): Hardwire the length.
14093 * tree.h (tree_code_type, tree_code_length, tree_code_name):
14094 Const-ify.
14095 (tree_code_length): Change type to unsigned char.
14096
14097 2002-03-12 Richard Henderson <rth@redhat.com>
14098
14099 * config/i386/i386.c (ix86_expand_prologue): Revert 2002-03-03
14100 internal visibility change.
14101
14102 2002-03-12 Bob Wilson <bob.wilson@acm.org>
14103
14104 * config/xtensa/xtensa.c (xtensa_expand_block_move): Use
14105 validize_mem() instead of change_address to avoid clobbering
14106 memory attributes.
14107
14108 2002-03-12 Neil Booth <neil@daikokuya.demon.co.uk>
14109
14110 * c-lex.h (position_after_whitespace): Remove.
14111
14112 2002-03-12 Jakub Jelinek <jakub@redhat.com>
14113
14114 * c-lex.c (cb_ident, c_lex): Remove unnecessary cast.
14115 (lex_string): Use unsigned char pointers.
14116
14117 2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
14118
14119 * reload1.c (reload): Ignore MEM REG_EQUIV notes if the equivalent
14120 is not a valid memory_operand.
14121
14122 2002-03-12 Bob Wilson <bob.wilson@acm.org>
14123
14124 * config/xtensa/xtensa-config.h: Define XCHAL_HAVE_LOOPS.
14125 * config/xtensa/lib1funcs.asm: Fix copyright to include
14126 special case for libgcc files.
14127 (__udivsi3): Avoid loop instructions when XCHAL_HAVE_LOOPS is 0.
14128 (__divsi3): Likewise.
14129 (__umodsi3): Likewise.
14130 (__modsi3): Likewise.
14131 * config/xtensa/lib2funcs.S: Fix copyright to include
14132 special case for libgcc files.
14133
14134 2002-03-12 Tom Rix <trix@redhat.com>
14135
14136 * collect2.c (resolve_lib_name): Move outside of
14137 OBJECT_FORMAT_COFF ifdef.
14138 (ignore_library): Same.
14139
14140 2002-03-12 Bob Wilson <bob.wilson@acm.org>
14141
14142 * config/xtensa/t-xtensa (CRTSTUFF_T_CFLAGS_S): Define.
14143
14144 2002-03-12 Bob Wilson <bob.wilson@acm.org>
14145
14146 * config/xtensa/xtensa.h (ASM_OUTPUT_POOL_PROLOGUE): Switch
14147 to function_section before writing out the constant pool.
14148
14149 2002-03-12 David Edelsohn <edelsohn@gnu.org>
14150
14151 * config/rs6000/rs6000.h (PREDICATE_CODES): Add any_operand and
14152 zero_constant.
14153 * config/rs6000/rs6000.c (easy_fp_constant): Fix formatting.
14154
14155 2002-03-12 Alan Modra <amodra@bigpond.net.au>
14156
14157 * config/rs6000/rs6000.md (addsi3): Optimize sign extension.
14158 (adddi3): Likewise.
14159 (movdf): Likewise.
14160 (movdi): Likewise.
14161 (cmpsi splitter): Likewise.
14162 (modsi3): Fail if <= 0.
14163 * config/rs6000/rs6000.c (reg_or_add_cint64_operand): Remove
14164 redundant test when HOST_BITS_PER_WIDE_INT != 32.
14165 (reg_or_sub_cint64_operand): Likewise.
14166 (num_insns_constant_wide): Optimize sign extension.
14167 (rs6000_legitimize_address): Likewise.
14168
14169 2002-03-12 Andrew MacLeod <amacleod@redhat.com>
14170
14171 * config/sparc/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
14172 * config/sparc/linux64.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
14173
14174 2002-03-12 Andrew MacLeod <amacleod@redhat.com>
14175
14176 * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in
14177 address calculation.
14178
14179 2002-03-12 Ulrich Weigand <uweigand@de.ibm.com>
14180
14181 * config/s390/s390.md (reload_insi, reload_indi): Change mode of
14182 scratch register to DImode / TImode.
14183 config/s390/s390.c (s390_expand_plus_operand): Make sure scratch
14184 register used does not overlap the target.
14185
14186 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14187
14188 * Makefile.in (debug.o): Depend on debug.h.
14189 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Const-ify.
14190 * debug.c (do_nothing_debug_hooks): Likewise.
14191 * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
14192 sdb_debug_hooks, xcoff_debug_hooks, dwarf_debug_hooks,
14193 dwarf2_debug_hooks, vmsdbg_debug_hooks): Likewise.
14194 * dwarf2out.c (dwarf2_debug_hooks): Likewise.
14195 * dwarfout.c (dwarf_debug_hooks): Likewise.
14196 * integrate.c (output_inline_function): Likewise.
14197 * objc/objc-act.c (synth_module_prologue): Likewise.
14198 * sdbout.c (sdb_debug_hooks): Likewise.
14199 * toplev.c (debug_hooks): Likewise.
14200 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
14201
14202 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14203
14204 * 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
14205 dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
14206 m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
14207 ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
14208 v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
14209 * defaults.h (POINTER_SIZE): Define.
14210 * doc/tm.texi (POINTER_SIZE): Document default.
14211
14212 2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14213
14214 * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
14215
14216 2002-03-11 Richard Henderson <rth@redhat.com>
14217
14218 * toplev.c (rest_of_compilation): Call purge_all_dead_edges
14219 if rebuild_label_notes_after_reload.
14220
14221 2002-03-12 Hans-Peter Nilsson <hp@axis.com>
14222
14223 * config/cris/cris.c (cris_target_asm_function_prologue): Do not
14224 emit pic register load if "internal" visibility.
14225 (cris_print_operand): Avoid traditional-warning for 0xffffffff.
14226 (cris_expand_builtin_va_arg): Do all computations on trees.
14227
14228 2002-03-11 Richard Henderson <rth@redhat.com>
14229
14230 * rtlanal.c: Include recog.h.
14231 (keep_with_call_p): Fix thinko.
14232 * Makefile.in (rtlanal.o): Update dependencies.
14233
14234 2002-03-11 Chris Meyer <cmeyer@gatan.com>
14235
14236 * genflags.c (gen_insn): Use IS_VSPACE.
14237 * genoutput.c (output_insn_data): Likewise.
14238 (process_template): Likewise.
14239
14240 2002-03-11 Richard Henderson <rth@redhat.com>
14241
14242 * toplev.c (rest_of_compilation): Don't compile if we've had errors.
14243
14244 2002-03-11 Neil Booth <neil@daikokuya.demon.co.uk>
14245
14246 * Makefile.in: Update.
14247 * doc/cppenv.texi, cppopts.texi: Split out of cpp.texi and gcc.texi.
14248 Update documentation.
14249 * doc/gcc.texi: Include cppopts.texi and cppenv.texi.
14250 * doc/cpp.texi: Include cppopts.texi and cppenv.texi.
14251
14252 2002-03-11 Zack Weinberg <zack@codesourcery.com>
14253
14254 * Makefile.in: Give texi2pod its input file as a command line
14255 argument, not on stdin.
14256
14257 2002-03-11 Dan Nicolaescu <dann@ics.uci.edu>
14258 Daniel Berlin <dan@dberlin.org>
14259
14260 C++ alias analysis improvement.
14261 * alias.c (record_component_aliases): Record aliases for base
14262 classes too.
14263
14264 2002-03-11 Ulrich Weigand <uweigand@de.ibm.com>
14265
14266 * config/s390/s390.h (REG_ALLOC_ORDER): Add missing register.
14267
14268 2002-03-11 Douglas B Rupp <rupp@gnat.com>
14269
14270 * toplev.c (vms_fopen): Remove, not needed.
14271
14272 * vmsdbgout.c (lookup_filename): Adjust creation date for GMT.
14273
14274 * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
14275
14276 * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
14277 for FP, already done later.
14278
14279 * toplev.c (debug_args): Add entry for VMS_DEBUG.
14280 * vmsdbgout.c (vmsdbgout_init): Fix typo in call to xmalloc.
14281
14282 2002-03-11 Richard Sandiford <rsandifo@redhat.com>
14283
14284 * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.
14285 (MODE_HAS_NANS, MODE_HAS_INFINITIES): Evaluate to false if
14286 LARGEST_EXPONENT_IS_NORMAL for the given mode.
14287 (MODE_HAS_SIGN_DEPENDENT_ROUNDING): False when ROUND_TOWARDS_ZERO.
14288 * real.c (eadd1): Make rounding dependent on !ROUND_TOWARDS_ZERO.
14289 (ediv, emul, eldexp, esqrt): Likewise.
14290 (etoe113, etoe64, etoe53, etoe24, etodec, etoibm, etoc4x): Likewise.
14291 (e24toe): Only check NaNs & infinities if !LARGEST_EXPONENT_IS_NORMAL.
14292 (saturate): New function.
14293 (toe53, toe24): Saturate on overflow if LARGEST_EXPONENT_IS_NORMAL.
14294 (make_nan): Use a saturation value instead of a NaN if
14295 LARGEST_EXPONENT_IS_NORMAL. Warn when this happens.
14296 * fp-bit.c (pack_d): Saturate on NaN, infinite or overflowing
14297 inputs if LARGEST_EXPONENT_IS_NORMAL. Represent subnormals as
14298 zero if NO_DENORMALS. Only round to nearest if !ROUND_TOWARDS_ZERO.
14299 (unpack_d): No NaNs or infinities if LARGEST_EXPONENT_IS_NORMAL.
14300 (_fpmul_parts, _fpdiv_parts): Only round to nearest if
14301 !ROUND_TOWARDS_ZERO.
14302 * doc/tm.texi (LARGEST_EXPONENT_IS_NORMAL): Document.
14303 (ROUND_TOWARDS_ZERO): Document.
14304
14305 2002-03-11 Andreas Jaeger <aj@suse.de>
14306
14307 * cfg.c (dump_flow_info): Remove unused variable.
14308
14309 2002-03-11 Hans-Peter Nilsson <hp@bitrange.com>
14310
14311 * config/mmix/mmix.c (mmix_expand_builtin_va_arg): Do all
14312 computations on trees.
14313
14314 2002-03-10 Richard Henderson <rth@redhat.com>
14315
14316 PR 5693:
14317 * reload.c (copy_replacements_1): New.
14318 (copy_replacements): Use it to recurse through the rtx.
14319
14320 2002-03-10 Richard Henderson <rth@redhat.com>
14321
14322 * loop.c (strength_reduce): Compute number of iterations as
14323 unsigned HOST_WIDE_INT.
14324
14325 2002-03-10 Richard Henderson <rth@redhat.com>
14326
14327 * sched-rgn.c (add_branch_dependences): Don't allow insns that throw
14328 to move away from the end of the block.
14329
14330 2002-03-10 Neil Booth <neil@daikokuya.demon.co.uk>
14331
14332 PR preprocessor/5899
14333 * cppinit.c (init_dependency_output): Don't ignore -dM etc.
14334
14335 2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14336
14337 * mbchar.c (JIS_state_table, JIS_action_table): Const-ify.
14338
14339 * attribs.c (decl_attributes): Fix signed/unsigned warning.
14340
14341 2002-03-10 Hans-Peter Nilsson <hp@bitrange.com>
14342
14343 * config/mmix/mmix.c: Improve comments.
14344 (mmix_target_asm_function_prologue): Drop variable
14345 empty_stack_frame. Don't allocate unused slot above fp.
14346 (mmix_target_asm_function_epilogue): Mirror prologue changes.
14347 * config/mmix/mmix.h (MMIX_GNU_ABI_REG_ALLOC_ORDER): Don't have
14348 brace in first column.
14349 (enum reg_class): Ditto.
14350 (FIRST_PARM_OFFSET): Now 0.
14351 (USER_LABEL_PREFIX): Remove #if 0:d definition.
14352
14353 2002-03-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14354
14355 * combine.c (make_extraction): Fix error in last change.
14356
14357 2002-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14358
14359 * c4x.c (c4x_fp_reglist): Const-ify.
14360 * cris.c (cris_print_operand): Likewise.
14361 * i386.c (ix86_va_arg): Likewise.
14362 * ia64/unwind-ia64.c (unw_decode_table): Likewise.
14363 * m32r.c (m32r_hard_regno_mode_ok): Likewise.
14364 * m32r.h (m32r_hard_regno_mode_ok): Likewise.
14365 * mcore.c (regno_reg_class, mcore_unique_section): Likewise.
14366 * mcore.h (regno_reg_class): Likewise.
14367 * mips.c (gen_int_relational): Likewise.
14368 * ns32k.c (ns32k_reg_class_contents, regclass_map): Likewise.
14369 * ns32k.h (ns32k_reg_class_contents, regclass_map): Likewise.
14370 * pdp11.c (move_costs): Likewise.
14371 * pj.h (INITIALIZE_TRAMPOLINE): Likewise.
14372 * s390.c (s390_branch_condition_mnemonic, regclass_map):
14373 Likewise.
14374 * s390.h (regclass_map): Likewise.
14375 * sh.c (shift_amounts): Likewise.
14376 * sh.md (rotlsi3): Likewise.
14377
14378 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
14379
14380 * config/rs6000/rs6000.md (ne0+4): Add extra CLOBBER.
14381 (ne0+5): Use new clobber to generate proper shift pattern.
14382 Patch by Michael Matz <matz@kde.org>.
14383
14384 2002-03-09 Andreas Schwab <schwab@suse.de>
14385
14386 * gcc.c (validate_all_switches): Also handle `%W{...}'.
14387
14388 2002-03-09 Geoffrey Keating <geoffk@redhat.com>
14389
14390 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Don't define.
14391
14392 2002-03-09 Jakub Jelinek <jakub@redhat.com>
14393
14394 PR middle-end/5877
14395 * expr.c (highest_pow2_factor): Check TREE_INT_CST_LOW
14396 even for non-representable constants.
14397
14398 Sat Mar 9 07:20:01 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14399
14400 * emit-rtl.c (copy_most_rtx): Accept EXPR_LIST for may_share.
14401 * function.c (fixup_var_refs): Add MAY_SHARE parameter.
14402 (fixup_var_refs_insns, fixup_var_refs_insns_with_has): Likewise.
14403 (fixup_var_refs_insn, fixup_var_refs_1): Likewise.
14404 (pop_function_context): Compute MAY_SHARE parameter for
14405 fixup_var_refs.
14406 (fixup_var_refs_1, case MEM): Pass MAY_SHARE to copy_most_rtx, not VAR.
14407 (gen_mem_addressof): Call fixup_var_refs with new parm.
14408
14409 * combine.c (make_extraction): Don't make extension of CONST_INT.
14410
14411 2002-03-09 Alexandre Oliva <aoliva@redhat.com>
14412
14413 * config/mips/mips.c (function_arg_pass_by_reference): Force to 0
14414 in o32 and o64 ABIs.
14415 * config/mips/abi64.h (MUST_PASS_IN_STACK): Define as in expr.h,
14416 but getting fixed-size structs passed in registers regardless of
14417 padding in o32 and o64 ABIs.
14418
14419 * config/mips/mips.c (mips_va_arg): Apply big-endianness address
14420 offset before loading address of argument passed by transparent
14421 reference.
14422
14423 2002-03-08 John David Anglin <dave@hiauly1.hia.nrc.ca>
14424
14425 * t-pa64 (LIB1ASMFUNCS, LIB1ASMSRC): Delete.
14426
14427 2002-03-09 Alexandre Oliva <aoliva@redhat.com>
14428
14429 * config/mips/mips.c (mips_expand_prologue): Set regno of vararg
14430 marker such that registers after it are saved.
14431
14432 2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14433
14434 * sparc.c (arith_4096_operand): Fix error in last change.
14435
14436 2002-03-08 Alexandre Oliva <aoliva@redhat.com>
14437
14438 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Remove duplicate
14439 defaults for MEABI.
14440
14441 2002-03-08 Aldy Hernandez <aldyh@redhat.com>
14442
14443 * config/rs6000/rs6000.c (rs6000_va_arg): Fix alignment for
14444 vectors.
14445
14446 2002-03-08 Aldy Hernandez <aldyh@redhat.com>
14447
14448 * config/rs6000/sysv4.h (BIGGEST_ALIGNMENT): Change for altivec.
14449
14450 Fri Mar 8 21:27:49 CET 2002 Jan Hubicka <jh@suse.cz>
14451
14452 * cfgrtl.c (purge_dead_edges): Set BB_DRITY flags if edge has been
14453 removed; fix return value.
14454 * combine.c (combine_instructions): Dirtify blocks where we failed to
14455 update liveness; purge dead edges; use update_life_info_in_dirty_blocks.
14456 * toplev.c (rest_of_compilation): Do not purge_dead_edges after combine.
14457
14458 2002-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14459
14460 * gcse.c (insert_insn_end_bb): Fix typo in last change.
14461
14462 Fri Mar 8 21:08:52 CET 2002 Jan Hubicka <jh@suse.cz>
14463
14464 * recog.c (peephole2_optimize): Re-distribute EH edges.
14465
14466 2002-03-08 Neil Booth <neil@daikokuya.demon.co.uk>
14467
14468 * expr.c (expand_expr): Use unsave lang hook.
14469 * langhooks-def.h (LANG_HOOKS_UNSAVE): New.
14470 (LANG_HOOKS_INITIALIZER): Update.
14471 * langhooks.h (struct lang_hooks): New hook unsave.
14472 * tree.c (lang_unsave, lang_unsave_expr_now): Remove.
14473 (unsave_expr_1): Remove unused lang_unsave_expr_now.
14474 (unsave_expr_now_r): Rename lhd_unsave. Update. Return input.
14475 (unsave_expr_now): Remove.
14476 * tree.h (unsave_expr_now, lang_unsave,
14477 lang_unsave_expr_now): Remove.
14478 (lhd_unsave): New.
14479
14480 2002-03-08 Andreas Jaeger <aj@suse.de>
14481
14482 * flow.c (propagate_block_delete_insn): Remove unused variable.
14483
14484 2002-03-08 Kazu Hirata <kazu@hxi.com>
14485
14486 * config/h8300/h8300.c (h8300_adjust_insn_length): Tighten
14487 insn length for memory load/store.
14488
14489 2002-03-08 Craig Rodrigues <rodrigc@gcc.gnu.org>
14490
14491 * doc/install.texi (--with-libiconv-prefix): Document.
14492
14493 2002-03-08 Michael Y. Brukman <myb2@cornell.edu>
14494
14495 * doc/sourcebuild.texi: Fix typo.
14496
14497 2002-03-08 Jakub Jelinek <jakub@redhat.com>
14498
14499 PR c/3711
14500 * builtins.c (std_expand_builtin_va_arg): Do all computations on
14501 trees.
14502
14503 Fri Mar 8 06:48:45 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14504
14505 * rtl.c (copy_most_rtx): Move from here ...
14506 * emit-rtl.c (copy_most_rtx): ... to here.
14507
14508 2002-03-08 Alexandre Oliva <aoliva@redhat.com>
14509
14510 * config/mips/mips.h (LONG_MAX_SPEC): Rewrite, along with
14511 SUBTARGET_CPP_SIZE_SPEC.
14512 * config/mips/abi64.h (LONG_MAX_SPEC): Delete.
14513
14514 * config/mips/mips.h (SUBTARGET_CPP_SIZE_SPEC): Simplify.
14515
14516 2002-03-07 Matt Hiller <hiller@redhat.com>
14517
14518 * gensupport.c (first_dir_md_include): Renamed from include;
14519 change all references.
14520 (last_dir_md_include): Renamed from last_include; change all
14521 references.
14522 (init_md_reader): Unconditionally initialize base_dir whether or
14523 not filename is a relative path.
14524
14525 2002-03-07 Alexandre Oliva <aoliva@redhat.com>
14526
14527 * config/fp-bit.c (_unord_f2): Compile it in even if
14528 US_SOFTWARE_GOFAST is enabled.
14529
14530 * config/gofast.h (GOFAST_RENAME_LIBCALLS): Set gt and ge as
14531 NULL_RTX. Set all HFmode operations as NULL_RTX.
14532 * optabs.c (prepare_float_lib_cmp) <GT, GE, LT, LE>: If libfunc is
14533 NULL_RTX, try reversing the comparison and the operands.
14534
14535 2002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
14536
14537 * genextract.c (walk_rtx): Recurse into MATCH_PAR_DUP.
14538 genoutput.c (scan_operands): Recurse into MATCH_PAR_DUP
14539 and MATCH_OP_DUP.
14540
14541 Thu Mar 7 16:54:10 CET 2002 Jan Hubicka <jh@suse.cz>
14542
14543 * reload1.c (reload_cse_delete_noop_set): Purge dead edges.
14544
14545 Thu Mar 7 16:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
14546
14547 * basic-block.h (fixup_abnormal_edges): Declare.
14548 * reload1.c (fixup_abnormal_edges): New function.
14549 * reg-stack.c (convert_regs): Use it.
14550
14551 * gcse.c (insert_insn_end_bb): Handle trapping insns.
14552
14553 * gcse.c (hash_scan_set): Refuse instructions with EH edges.
14554
14555 2002-03-07 Richard Sandiford <rsandifo@redhat.com>
14556
14557 * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New.
14558 (MODE_HAS_SIGNED_ZEROS, MODE_HAS_SIGN_DEPENDENT_ROUNDING): New.
14559 * flags.h (HONOR_NANS, HONOR_INFINITIES, HONOR_SIGNED_ZEROS): New.
14560 (HONOR_SIGN_DEPENDENT_ROUNDING): New.
14561 * builtins.c (expand_builtin_mathfn): Use HONOR_NANS.
14562 * c-common.c (truthvalue_conversion): Reduce x - y != 0 to x != y
14563 unless x and y could be infinite.
14564 (expand_unordered_cmp): New, mostly split from expand_tree_builtin.
14565 Check that the common type of both arguments is a real, even for
14566 targets without unordered comparisons. Allow an integer argument
14567 to be compared against a real.
14568 (expand_tree_builtin): Use expand_unordered_cmp.
14569 * combine.c (combine_simplify_rtx): Use the new HONOR_... macros.
14570 * cse.c (fold_rtx): Likewise. Fix indentation.
14571 * fold-const.c (fold_real_zero_addition_p): New.
14572 (fold): Use it, and the new HONOR_... macros.
14573 * ifcvt.c (noce_try_minmax): Use the new HONOR_... macros.
14574 * jump.c (reversed_comparison_code_parts): After searching for
14575 the true comparison mode, use HONOR_NANS to decide whether it
14576 can be safely reversed.
14577 (reverse_condition_maybe_unordered): Remove IEEE check.
14578 * simplify-rtx.c (simplify_binary_operation): Use the new macros
14579 to decide which simplifications are valid. Allow the following
14580 simplifications for IEEE: (-a + b) to (b - a), (a + -b) to (a - b),
14581 and (a - -b) to (a + b).
14582 (simplify_relational_operation): Use HONOR_NANS.
14583 * doc/tm.texi: Document the MODE_HAS_... macros.
14584
14585 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
14586
14587 * combine.c (simplify_comparison): If simplifying a logical shift
14588 right and compare with constant, force the comparison to unsigned.
14589
14590 2002-03-07 Aldy Hernandez <aldyh@redhat.com>
14591
14592 * doc/invoke.texi: Add documentation for -mabi=no-altivec.
14593
14594 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Add
14595 -mabi=no-altivec
14596 (alt_reg_names): Remove % for vrsave.
14597
14598 2002-03-06 Richard Henderson <rth@redhat.com>
14599
14600 PR optimization/5844
14601 * genemit.c (gen_exp): New argument used. Invoke copy_rtx
14602 if used indicates we've already emitted one copy of an operand.
14603 (gen_insn, gen_expand, output_add_clobbers): Supply a null used.
14604 (gen_split): Supply a non-null used.
14605
14606 2002-03-06 Ulrich Weigand <uweigand@de.ibm.com>
14607
14608 * reload1.c (reload): Unshare all rtl after reload is done.
14609
14610 * simplify-rtx.c (simplify_plus_minus): Do not abort,
14611 but simply fail if the expression is too complex to simplify.
14612 (simplify_gen_binary): Handle simplify_plus_minus failures.
14613
14614 Wed Mar 6 20:32:09 CET 2002 Jan Hubicka <jh@suse.cz>
14615
14616 * toplev.c (rest_of_compilation): Do jump threading before SSA path;
14617 consistently call delete_trivially_dead_insns after CSE and GCSE;
14618 fix DFI_life dumping; do jump threading after liveness; do crossjumping
14619 after liveness2; update comment in last crossjumping.
14620 * cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
14621
14622 Wed Mar 6 12:27:10 2002 Jeffrey A Law (law@redhat.com)
14623
14624 * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
14625 after completing fast dead code elimination.
14626
14627 * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
14628 COMPARE operator.
14629
14630 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
14631
14632 * version.c: Fix misplaced leading blanks on first line.
14633
14634 Wed Mar 6 19:08:03 CET 2002 Jan Hubicka <jh@suse.cz>
14635
14636 * cfgrtl.c (verify_flow_info): Accept RESX as EH edge source.
14637
14638 Wed Mar 6 18:14:43 CET 2002 Jan Hubicka <jh@suse.cz>
14639
14640 * cfgcleanup.c (mentions_nonequal_regs): New function.
14641 (thread_jump): Use it.
14642 * toplev.c (rest_of_compilation): Run jump threading after
14643 liveness.
14644
14645 2002-03-06 Jakub Jelinek <jakub@redhat.com>
14646
14647 * ssa-ccp.c (ssa_ccp_substitute_constants): Backout 2002-03-05
14648 patch.
14649
14650 Wed Mar 6 11:28:19 CET 2002 Jan Hubicka <jh@suse.cz>
14651
14652 * predict.c (estimate_bb_frequencies): Do not reload the
14653 frequencies from notes.
14654
14655 Wed Mar 6 10:59:39 CET 2002 Jan Hubicka <jh@suse.cz>
14656
14657 * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New.
14658 * rtl.h (delete_insn_and_edges, delete_insn_chain_and_edges): Declare
14659
14660 * basic-block.h (update_life_info, update_life_info_in_dirty_blocks,
14661 delete_noop_moves): Return indeger.
14662 * flow.c (ndead): New variable.
14663 (propagate_block_delete_insn): Use delete_insn_and_edges; remove
14664 BB argument; update callers.
14665 (propagate_block_delete_libcall): Use delete_insn_chain_and_edges.
14666 (life_analysis): Do not call purge_all_dead_edges.
14667 (update_life_info): Return number of deleted insns; print statistics.
14668 (update_life_info_in_dirty_blocks): likewise.
14669 (delete_noop_moves): Use delete_insn_and_edges; print statistics;
14670 return number of insns deleted.
14671
14672 * cse.c: Include timevar.h
14673 (delete_trivially_dead_insns): Kill preserve_basic_blocks argument;
14674 iterate until stabilizes; print statistics; return number of killed
14675 insns.
14676 * Makefile.in: (cse.o): Add timevar.h dependency
14677 * rtl.h (delete_trivially_dead_insns): New.
14678 * timever.def: Add TV_DELETE_TRIVIALLY_DEAD timer.
14679 * toplev.c (rest_of_compilation): Update callers.
14680
14681 * cfgcleanup.c (try_optimize_cfg): Kill blocks.
14682 (try_optimize_cfg): Do not update liveness.
14683 (cleanup-cfg): Loop until try_optimize_cfg and dead code
14684 removal stabilizes; use delete_trivially_dead_insns.
14685
14686 * cfgrtl.c (verify_flow_info): Sanity check outgoing edges.
14687
14688 2002-03-05 Zack Weinberg <zack@codesourcery.com>
14689
14690 * cppmain.c (setup_callbacks): Disable #pragma and #ident
14691 callbacks when processing assembly language.
14692
14693 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
14694
14695 * pa.h (ASM_FILE_END): Define.
14696 * som.h (ASM_FILE_END): Delete.
14697
14698 * pa.c (function_arg): Don't pass floats in general registers in
14699 indirect calls if TARGET_ELF32.
14700
14701 2002-03-05 Richard Henderson <rth@redhat.com>
14702
14703 * config/i386/i386.md (floatsidf2): Conditionalize on hard-float.
14704
14705 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
14706
14707 * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Define.
14708
14709 2002-03-05 Jakub Jelinek <jakub@redhat.com>
14710
14711 * mklibgcc.in: Prepend a tab before .hidden, add $flags to gcc
14712 -r command line. Don't hide any symbols if not building
14713 shared libgcc.
14714
14715 Tue Mar 5 18:31:27 CET 2002 Jan Hubicka <jh@suse.cz>
14716
14717 * cfg.c (dump_flow_info): Warn about profile mismatches.
14718 * cfgrtl.c (verify_flow_info): Few aditional sanity checks.
14719 (purge_dead_edges): Remove REG_BR_PROB notes on simplejumps.
14720
14721 2002-03-05 Jakub Jelinek <jakub@redhat.com>
14722
14723 * expmed.c (emit_store_flag): Don't test BITS_PER_WORD * 2
14724 wide volatile memory by parts.
14725
14726 2002-03-05 Jakub Jelinek <jakub@redhat.com>
14727
14728 * ssa-ccp.c (ssa_ccp_substitute_constants): Don't crash if def
14729 is NULL.
14730
14731 2002-03-05 Richard Henderson <rth@redhat.com>
14732
14733 * rs6000.h (TOTAL_ALTIVEC_REGS): Fix off-by-one error.
14734
14735 2002-03-04 Geoffrey Keating <geoffk@redhat.com>
14736
14737 * toplev.c (documented_lang_options): Document more
14738 language-specific options.
14739 * doc/invoke.texi (Warning Options): Correct documentation for
14740 -Wno-multichar, -Wno-div-by-zero, and -Wsystem-headers.
14741 * c-decl.c (c_decode_option): Use a table to handle warning options.
14742
14743 2002-03-05 Hans-Peter Nilsson <hp@bitrange.com>
14744
14745 * config/mmix/mmix.h (ENCODE_SECTION_INFO): Pass on new second
14746 parameter to mmix_encode_section_info.
14747 (LINK_SPEC): Don't defsym __.MMIX.start..text if linking
14748 relocatably. Always produce ELF, not mmo if linking relocatably.
14749 * config/mmix/mmix.c (mmix_encode_section_info): If new parameter
14750 first is non-zero, don't add symbol prefix.
14751 * config/mmix/mmix-protos.h (mmix_encode_section_info): Tweak
14752 prototype accordingly.
14753
14754 2002-03-04 Krister Walfridsson <cato@df.lth.se>
14755
14756 * config.gcc (*-*-netbsd*): Add t-slibgcc-elf-ver to tmake_file.
14757
14758 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
14759
14760 * configure.in: Increase required makeinfo version to 4.1.
14761 * configure: Regenerate.
14762
14763 2002-03-04 Geoffrey Keating <geoffk@redhat.com>
14764
14765 * .cvsignore: Remove *.info* and genrtl*; these files are generated
14766 elsewhere now.
14767
14768 2002-03-04 Joseph S. Myers <jsm28@cam.ac.uk>
14769
14770 * doc/include/texinfo.tex: Update to version 2002-03-01.06.
14771 * doc/invoke.texi: Fix @math uses.
14772
14773 Mon Mar 4 15:33:54 CET 2002 Jan Hubicka <jh@suse.cz>
14774
14775 * toplev.c (rest_of_compilation): Cleanup CFG after dead jumptables
14776 removal
14777
14778 2002-03-03 Aldy Hernandez <aldyh@redhat.com>
14779
14780 * config.gcc (powerpc-*-eabialtivec*): Use t-ppcendian.
14781 (powerpc-*-eabisimaltivec*): Same.
14782
14783 * config/rs6000/t-ppcendian: New.
14784
14785 2002-03-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14786
14787 * c4x-protos.h, c4x.h, c4x.c, c4x.md: Add new functions
14788 nonimmediate_src_operand and nonimmediate_lsrc_operand to
14789 disallow ZERO_EXTEND with CONST_INT or CONST_DOUBLE.
14790
14791 2002-03-03 Richard Henderson <rth@redhat.com>
14792
14793 * toplev.c (rest_of_decl_compilation): Revert last two changes.
14794
14795 2002-03-03 Zack Weinberg <zack@codesourcery.com>
14796
14797 * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,
14798 print-tree.c, real.c, real.h, recog.c, rtl.c, simplify-rtx.c,
14799 tree.c, config/m68k/m68k.c:
14800 Remove all #ifndef REAL_ARITHMETIC blocks, make all #ifdef
14801 REAL_ARITHMETIC blocks unconditional. Delete some further
14802 #ifdef blocks predicated on REAL_ARITHMETIC.
14803 * flags.h, toplev.c: Delete remaining references to
14804 flag_pretend_float.
14805
14806 * doc/invoke.texi: Remove documentation of -fpretend-float.
14807 * doc/tm.texi: Describe the various REAL_* macros as provided by
14808 real.h, not by the target configuration files.
14809
14810 * config/alpha/alpha.h, config/alpha/unicosmk.h, config/arm/arm.h,
14811 config/avr/avr.h, config/c4x/c4x.h, config/convex/convex.h,
14812 config/cris/cris.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
14813 config/h8300/h8300.h, config/i370/i370.h, config/i386/i386.h,
14814 config/i386/osf1elf.h, config/i960/i960.h, config/ia64/ia64.h,
14815 config/m32r/m32r.h, config/m68hc11/m68hc11.h, config/m68k/dpx2.h,
14816 config/m68k/linux-aout.h, config/m68k/linux.h, config/m68k/m68k.h,
14817 config/m68k/sun3.h, config/m68k/vxm68k.h, config/mcore/mcore.h,
14818 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
14819 config/mn10300/mn10300.h, config/pa/pa.h, config/pj/pj.h,
14820 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
14821 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
14822 config/sparc/sol2.h, config/sparc/sparc.h, config/sparc/vxsim.h,
14823 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vax.h,
14824 config/xtensa/xtensa.h:
14825 Do not define, undefine, or mention in comments any of
14826 REAL_ARITHMETIC, REAL_VALUE_ATOF, REAL_VALUE_HTOF,
14827 REAL_VALUE_ISNAN, REAL_VALUE_ISINF,
14828 REAL_VALUE_TO_TARGET_SINGLE, REAL_VALUE_TO_TARGET_DOUBLE,
14829 REAL_VALUE_TO_TARGET_LONG_DOUBLE, REAL_VALUE_TO_DECIMAL,
14830 REAL_VALUE_TYPE, REAL_VALUES_EQUAL, REAL_VALUES_LESS,
14831 REAL_VALUE_LDEXP, REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX,
14832 REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT,
14833 REAL_INFINITY, REAL_VALUE_NEGATE, REAL_VALUE_TRUNCATE,
14834 REAL_VALUE_TO_INT, or REAL_VALUE_FROM_INT.
14835
14836 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14837
14838 * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h,
14839 convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h,
14840 i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h,
14841 m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h,
14842 pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h,
14843 stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD):
14844 Delete.
14845 * defaults.h (BITS_PER_WORD): Define.
14846 * doc/tm.texi (BITS_PER_WORD): Document default value.
14847
14848 * 1750a.h, avr.h, convex.h, d30v.h, dsp16xx.h, fr30.h, ia64.h,
14849 m68hc11.h, m88k.h, mips.h, pdp11.h, rs6000.h, sparc.c,
14850 stormy16.h, xtensa.h, vmsdbgout.c (CHAR_TYPE_SIZE): Delete.
14851
14852 2002-03-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14853
14854 * attribs.c (init_attributes, decl_attributes): Use ARRAY_SIZE in
14855 lieu of explicit sizeof/sizeof.
14856 * i386.c (override_options, ix86_init_mmx_sse_builtins,
14857 ix86_expand_builtin): Likewise.
14858 * mips.c (mips_add_gc_roots): Likewise.
14859 * mmix.c (mmix_output_condition): Likewise.
14860 * rs6000.c (rs6000_override_options, altivec_expand_builtin,
14861 altivec_init_builtins): Likewise.
14862 * sparc.c (mark_ultrasparc_pipeline_state): Likewise.
14863 * cppexp.c (Nsuff, parse_number): Likewise.
14864 * cppinit.c (builtin_array_end): Likewise.
14865 * gcc.c (n_default_compilers, process_command): Likewise.
14866 * genpreds.c (output_predicate_decls): Likewise.
14867 * ggc-page.c (NUM_EXTRA_ORDERS): Likewise.
14868 * lcm.c (N_ENTITIES): Likewise.
14869 * stor-layout.c (set_sizetype): Likewise.
14870
14871 2002-03-03 Richard Henderson <rth@redhat.com>
14872
14873 * toplev.c (rest_of_decl_compilation): Do not invoke make_decl_rtl
14874 for types or labels.
14875
14876 2002-03-03 Richard Henderson <rth@redhat.com>
14877
14878 * c-decl.c (start_decl): Initialized variables are not common.
14879
14880 2002-03-02 Per Bothner <per@bothner.com>
14881
14882 * gcc.c (option_map): Suport new --bootclasspath option.
14883 --CLASSPATH is now just an alias for --classpath.
14884
14885 2002-03-02 Richard Henderson <rth@redhat.com>
14886
14887 * config/i386/i386.h (ix86_expand_prologue): Do not emit pic register
14888 load if "internal" visibility.
14889 * doc/extend.texi: Document visibility meanings.
14890
14891 2002-03-02 Richard Henderson <rth@redhat.com>
14892
14893 * config/i386/i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies
14894 to functions as well.
14895
14896 2002-03-02 Richard Henderson <rth@redhat.com>
14897
14898 * attribs.c (handle_alias_attribute): Don't call assemble_alias.
14899 (handle_visibility_attribute): Don't call assemble_visibility.
14900 * toplev.c (rest_of_decl_compilation): Invoke make_decl_rtl even
14901 without asmspec. Invoke assemble_alias when needed.
14902 * varasm.c (maybe_assemble_visibility): New.
14903 (assemble_start_function, assemble_variable, assemble_alias): Use it.
14904
14905 2002-03-02 Richard Henderson <rth@redhat.com>
14906
14907 * varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P;
14908 invoke ENCODE_SECTION_INFO with first call flag.
14909
14910 * config/darwin-protos.h, config/darwin.c, config/darwin.h,
14911 config/a29k/a29k.h, config/alpha/alpha-protos.h, config/alpha/alpha.c,
14912 config/alpha/alpha.h, config/arc/arc.h, config/arm/arm-protos.h,
14913 config/arm/arm.h, config/arm/pe.c, config/arm/pe.h,
14914 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
14915 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14916 config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h,
14917 config/d30v/d30v.h, config/h8300/h8300.h, config/i370/i370.h,
14918 config/i386/cygwin.h, config/i386/i386-interix.h, config/i386/i386.h,
14919 config/i386/osfrose.h, config/i386/win32.h, config/i386/winnt.c,
14920 config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h,
14921 config/m32r/m32r-protos.h, config/m32r/m32r.c, config/m32r/m32r.h,
14922 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
14923 config/m68hc11/m68hc11.h, config/m88k/m88k.h,
14924 config/mcore/mcore-protos.h, config/mcore/mcore.c,
14925 config/mcore/mcore.h, config/mips/mips.h, config/ns32k/ns32k.h,
14926 config/pa/pa.h, config/romp/romp.h, config/rs6000/linux64.h,
14927 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
14928 config/rs6000/sysv4.h, config/rs6000/xcoff.h, config/s390/s390.h,
14929 config/sh/sh.h, config/sparc/sparc.h,
14930 config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c,
14931 config/stormy16/stormy16.h, config/v850/v850.h, config/vax/vms.h,
14932 config/xtensa/xtensa.h, doc/tm.texi: ENCODE_SECTION_INFO now takes
14933 FIRST argument. As needed, examine it and do nothing.
14934
14935 * config/darwin.h, config/alpha/alpha.h, config/arm/pe.h,
14936 config/i386/cygwin.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
14937 config/mcore/mcore.h: Remove REDO_SECTION_INFO_P.
14938
14939 * config/arm/t-pe (pe.o): Add dependencies.
14940
14941 2002-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14942
14943 * a29k.h, alpha.h, arc.h, arm.h, avr.h, clipper.h, convex.h,
14944 cris.h, d30v.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h,
14945 i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h,
14946 mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h,
14947 pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h,
14948 vax.h, we32k.h, xtensa.h: (BITS_PER_UNIT): Delete.
14949 * defaults.h (BITS_PER_UNIT): Define.
14950 * doc/tm.texi (BITS_PER_UNIT): Document default value.
14951
14952 2002-03-02 Kazu Hirata <kazu@hxi.com>
14953
14954 * config/h8300/h8300-protos.h: Add a prototype for
14955 compute_a_shift_length.
14956 * config/h8300/h8300.c (h8300_asm_insn_count): New.
14957 (compute_a_shift_length): Likewise.
14958 (h8300_adjust_insn_length): Do not adjust insn length of shift
14959 insns.
14960 * config/h8300/h8300.md (anonymous shift patterns): Use
14961 compute_a_shift_length.
14962
14963 Sat Mar 2 06:30:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14964
14965 * config/sparc/sparc.c (sparc_initialize_trampoline): Use
14966 trunc_int_for_mode.
14967
14968 * emit-rtl.c (offset_address): Call update_temp_slot_address.
14969
14970 2002-03-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14971
14972 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.
14973 * doc/invoke.texi (-fno-zero-initialized-in-bss): Document.
14974 * flags.h (flag_zero_initialized_in_bss): Declare.
14975 * toplev.c (flag_zero_initialized_in_bss): New flag.
14976 (lang_independent_options): Add flag_zero_initialized_in_bss.
14977 * tree.c (initializer_zerop): New function.
14978 * tree.h (initializer_zerop): Declare.
14979 * varasm.c (assemble_variable): If we can emit bss, put zero
14980 initializers in the bss section.
14981
14982 2002-03-02 Alan Modra <amodra@bigpond.net.au>
14983
14984 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): AIX assembler doesn't
14985 like more than one symbol per .weak directive.
14986
14987 2002-03-01 Richard Henderson <rth@redhat.com>
14988
14989 * config/ia64/ia64.c (ia64_initial_elimination_offset): Do not
14990 adjust argument_pointer by pretend_args_size.
14991 (ia64_va_start): Adjust va_start address by -pretend_args_size.
14992
14993 2002-03-01 Kazu Hirata <kazu@hxi.com>
14994
14995 * config/h8300/h8300.c (h8300_adjust_insn_length): Clean up.
14996
14997 Fri Mar 1 20:59:14 CET 2002 Jan Hubicka <jh@suse.cz>
14998
14999 * toplev.c (rest_of_compilation): Delete dead jumptables before
15000 loop.
15001 * flow.c (delete_dead_jumptables): Make global.
15002 * rtl.h (delete_dead_jumptables): Declare.
15003
15004 2002-03-01 David Edelsohn <edelsohn@gnu.org>
15005
15006 * config/rs6000/rs6000.h (HANDLE_PRAGMA_PACK): Delete.
15007 * config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Define.
15008 * config/rs6000/xcoff.h (COLLECT_EXPORT_LIST): Delete.
15009
15010 2002-03-01 Kazu Hirata <kazu@hxi.com>
15011
15012 * config/h8300/h8300-protos.h: Fix formatting.
15013 * config/h8300/h8300.c: Likewise.
15014 * config/h8300/h8300.h: Likewise.
15015
15016 2002-03-01 Kazu Hirata <kazu@hxi.com>
15017
15018 * config/h8300/h8300.c (print_operand): Support 16-bit
15019 constant addresses.
15020 * config/h8300/h8300.h (TINY_CONSTANT_ADDRESS_P): New.
15021
15022 2002-02-28 Richard Henderson <rth@redhat.com>
15023
15024 * expmed.c (store_bit_field): Prevent generation of CONCATs;
15025 pun complex values as integers; use gen_lowpart instead of
15026 gen_rtx_SUBREG.
15027 (extract_bit_field): Likewise.
15028
15029 2002-03-01 Alan Modra <amodra@bigpond.net.au>
15030 David Edelsohn <edelsohn@gnu.org>
15031
15032 * doc/tm.texi (ASM_WEAKEN_DECL): Document.
15033 (ASM_WEAKEN_LABEL): Mention ASM_WEAKEN_DECL.
15034 (SUPPORTS_WEAK): Likewise.
15035 * output.h (add_weak): Add tree param.
15036 * varasm.c (add_weak): Likewise. Save decl.
15037 (struct weak_syms): Add decl field.
15038 (mark_weak_decls): New function.
15039 (init_varasm_once): ggc_add_root mark_weak_decls.
15040 (assemble_start_function): Use ASM_WEAKEN_DECL.
15041 (assemble_variable): Likewise.
15042 (assemble_alias): Likewise.
15043 (declare_weak): Pass decl to add_weak.
15044 (weak_finish): Use ASM_WEAKEN_DECL. Try to find decl.
15045 (remove_from_pending_weak_list): Declare and define for
15046 ASM_WEAKEN_DECL.
15047 * c-pragma.c (handle_pragma_weak): Adjust add_weak call.
15048 * c-pragma.h (HANDLE_PRAGMA_WEAK): Define if ASM_WEAKEN_DECL too.
15049 * defaults.h (SUPPORTS_WEAK): Likewise.
15050 * config/rs6000/linux64.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
15051 .weak for code sym. Do emit .size for descriptor sym.
15052 (ASM_DECLARE_FUNCTION_SIZE): Define.
15053 * config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Define.
15054 (ASM_OUTPUT_DEF_FROM_DECLS): Don't emit .weak here. Don't output
15055 .lglobl unless TARGET_XCOFF. Formatting fixes.
15056 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Don't emit
15057 .weak for code sym.
15058 (HANDLE_PRAGMA_WEAK): Remove.
15059 (ASM_WEAKEN_LABEL): Remove.
15060 * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Define.
15061
15062 2002-03-01 Jason Merrill <jason@redhat.com>
15063
15064 * tree.h (TARGET_EXPR_SLOT, TARGET_EXPR_INITIAL): New macros.
15065 (TARGET_EXPR_CLEANUP): New macro.
15066
15067 2002-02-28 Steve Ellcey <sje@cup.hp.com>
15068
15069 * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition
15070 to take ptr_extend into account as third type of extension.
15071 (SUBREG_PROMOTED_UNSIGNED_SET): Definition of new macro to set bit
15072 fields used by SUBREG_PROMOTED_UNSIGNED_P.
15073 * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): New macro.
15074 (SUBREG_PROMOTED_UNSIGNED_P): Change to return -1 as well as 0 or 1.
15075 * calls.c (precompute_arguments): Use new macro.
15076 (expand_call): Ditto.
15077 * combine.c (nonzero_bits): Ditto.
15078 (record_promoted_value): Ditto.
15079 * expr.c (store_expr): Ditto.
15080 (expand_expr): Ditto.
15081 * function.c (assign_parms): Ditto.
15082
15083 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
15084
15085 * gcc.c (init_gcc_specs): Get -static and -static-libgcc to
15086 override -shared and -shared-libgcc.
15087
15088 2002-02-28 David O'Brien <obrien@FreeBSD.org>
15089
15090 * config.gcc (sparc64-*-freebsd): Explicitly accept a cpu specification
15091 of "ultrasparc".
15092 * config/sparc/freebsd.h: Do not use MASK_FASTER_STRUCTS. It appears
15093 to be broken.
15094
15095 2002-02-28 Richard Henderson <rth@redhat.com>
15096
15097 * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have
15098 4 cycle latency from MM producers.
15099 (ia64_internal_sched_reorder): Likewise with pipeline flush.
15100
15101 2002-02-28 Jakub Jelinek <jakub@redhat.com>
15102
15103 * mklibgcc.in: Don't use GNU make extension.
15104
15105 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
15106
15107 * c-parse.in (STATIC): New terminal.
15108 (scspec): New non-terminal. Update productions accordingly.
15109 (program): Remove bogus ifc / end ifc.
15110 (array_declarator): Simplify production using STATIC.
15111
15112 2002-02-28 Jim Meyering <meyering@lucent.com>
15113
15114 * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code:
15115 \a still means TARGET_BELL.
15116
15117 2002-02-28 Richard Henderson <rth@redhat.com>
15118
15119 * haifa-sched.c (sched_emit_insn): New.
15120 (schedule_block): Use last_scheduled_insn to track last insn.
15121 * sched-int.h (sched_emit_insn): Prototype.
15122 * config/ia64/ia64.c (last_issued): Remove.
15123 (ia64_variable_issue): Don't set it.
15124 (nop_cycles_until): Use sched_emit_insn.
15125
15126 2002-02-28 Andrew MacLeod <amacleod@redhat.com>
15127
15128 * config/sparc/sparc.c (sparc64_initialize_trampoline): Generate sign
15129 extended constants.
15130
15131 2002-02-28 Kazu Hirata <kazu@hxi.com>
15132
15133 * config/h8300/h8300.c: Fix formatting.
15134 * config/h8300/h8300.h: Likewise.
15135
15136 2002-02-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
15137
15138 * config/avr/avr.c (avr_hard_regno_mode_ok): Do not allow r29
15139 which may overwrite the high byte of the frame pointer.
15140
15141 2002-02-28 Bo Thorsen <bo@suse.de>
15142
15143 * config/i386/linux64.h (LINK_SPEC): Fix 32/64 bit compilation.
15144 (STARTFILE_SPEC): Add 64 bit files.
15145 (ENDFILE_SPEC): Likewise.
15146
15147 2002-02-28 Jason Merrill <jason@redhat.com>
15148
15149 * c-decl.c (finish_function): Only warn about missing return
15150 statement with -Wreturn-type.
15151
15152 Don Feb 28 11:24:30 CET 2002 Jan Hubicka <jh@suse.cz>
15153
15154 * cfgrtl.c (purge_dead_edges): Fix handling of EH edges.
15155
15156 * i386.h (CONDITIONAL_REGISTER_USAGE): Do not write to
15157 PIC_OFFSET_TABLE_REGNUM when it is INVALID_REGNUM
15158
15159 Don Feb 28 11:07:36 CET 2002 Jan Hubicka <jh@suse.cz>
15160
15161 * basic-block.h (BB_REACHABLE): Renumber.
15162 (BB_DIRTY, BB_NEW): New flags.
15163 (clear_bb_flags): Declare.
15164 (update_life_info_in_dirty_blocks): Declare.
15165 * cfg.c (clear_bb_flags): New function.
15166 * cfgrtl.c (create_basic_block_structure): Set flags to BB_NEW.
15167 * emit-rtl.c (add_insn_after, add_insn_before, remove_insn,
15168 reorder_insns, emit_insn_after): Mark block as dirty.
15169 * flow.c (update_life_info): Fix clearing of PROP_LOG_LINKS.
15170 (update_life_info_in_dirty_blocks): New function.
15171 * recog.c (apply_change_group): Dirtify block.
15172
15173 * cse.c (cse_insn): Reorder emitting of jump insn to keep
15174 cfg consistent.
15175 * gcse.c (delete_null_pointer_checks): Likewise.
15176
15177 * toplev.c (dump_file_index): Move cse2 after bp,
15178 add DFI_null
15179 (dump_file_info): Similary.
15180 (rest_of_compilation): Avoid most of CFG rebuilds;
15181 do first if converision after null pointer checks, do cse2
15182 after branch prediction; avoid full liveness rebuild after
15183 initializing subregs.
15184 * invoke.texi (-d options): Document -du, renumber.
15185
15186 * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
15187 (notice_new_block): Do not set BB_UPDATE_LIFE.
15188 (try_forward_edges, merge_blocks_move_predecessor_nojumps,
15189 merge_blocks_move_successor_nojumps, merge_blocks,
15190 try_crossjump_to_edge): Likewise.
15191 (try_optimize_cfg): Likewise; use update_life_info_in_dirty_blocks.
15192 * cfgrtl.c (merge_blocks_nomove): Copy b's flags to a.
15193 * ifcvt.c (SET_UPDATE_LIFE, UPDATE_LIFE): Kill.
15194 (merge_of_block): Do not use life_data_ok.
15195 (find_if_case_1): Do not use SET_UPDATE_LIFE.
15196 (if_convert): Use BB_DIRTY mechanizm to update life.
15197 * lcm.c (optimize_mode_switching): Update
15198 update_life_info_in_dirty_blocks
15199
15200 2002-02-28 Neil Booth <neil@daikokuya.demon.co.uk>
15201
15202 * Makefile.in (integrate.o): Update.
15203 * c-decl.c (copy_lang_decl): Rename.
15204 * c-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
15205 * integrate.c: Include langhooks.h.
15206 (copy_decl_for_inlining): Update to use langhook.
15207 * langhooks-def.h (lhd_do_nothing_t,
15208 LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): New.
15209 (LANG_HOOKS_INITIALIZER): Update.
15210 * langhooks.c (lhd_do_nothing_t): New.
15211 * langhooks.h (struct lang_hooks): Add dup_lang_specific_decl.
15212 * tree.h (copy_lang_decl): Remove.
15213 objc:
15214 * objc-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
15215
15216 2002-02-27 Andrew MacLeod <amacleod@redhat.com>
15217
15218 * dwarf2out.c (stack_adjust_offset): Add support for POST_INC,
15219 POST_DEC, and POST_MODIFY.
15220
15221 2002-02-27 Zack Weinberg <zack@codesourcery.com>
15222
15223 * c-typeck.c (digest_init): Remove unused parameter; all
15224 callers changed.
15225
15226 2002-02-27 Geoffrey Keating <geoffk@redhat.com>
15227
15228 * expmed.c (expand_shift): Correctly test for low part of a
15229 subreg.
15230
15231 2002-02-27 Ulrich Weigand <uweigand@de.ibm.com>
15232
15233 * config/s390/s390.c (s390_chunkify_pool): Do not confuse
15234 insn UIDs with insn addresses.
15235
15236 2002-02-27 Zack Weinberg <zack@codesourcery.com>
15237
15238 * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
15239 c-tree.h, c-typeck.c, cppexp.c, cpplex.c, cpplib.c, cpplib.h,
15240 cppmacro.c, objc/lang-specs.h, objc/objc-act.c,
15241 builtin-types.def, builtins.def, dwarf2out.c, dwarfout.c,
15242 gcc.c, toplev.c: Delete code implementing -traditional mode.
15243
15244 * doc/bugreport.texi, doc/cpp.texi, doc/extend.texi,
15245 doc/invoke.texi, doc/standards.texi, doc/trouble.texi:
15246 Document removal of -traditional mode for compilation, and
15247 remove documentation only relevant to that mode.
15248
15249 * config/nextstep.h, config/ptx4.h, config/svr4.h,
15250 config/convex/convex.h, config/d30v/d30v.h,
15251 config/i386/dgux.h, config/i386/osf1elf.h,
15252 config/i386/osfelf.h, config/i386/osfrose.h,
15253 config/i386/sco5.h, config/i386/sol2.h, config/m68k/a-ux.h,
15254 config/m68k/hp310.h, config/m88k/dgux.h,
15255 config/m88k/dguxbcs.h, config/m88k/luna.h, config/m88k/m88k.c,
15256 config/m88k/m88k.h, config/m88k/openbsd.h,
15257 config/mips/abi64.h, config/mips/osfrose.h,
15258 config/mips/svr4-5.h, config/mips/svr4-t.h,
15259 config/sparc/sol2-sld-64.h, config/sparc/sol2.h,
15260 config/stormy16/stormy16.h: Remove all references to
15261 -traditional from target specs. Delete all mention of the
15262 no-longer-necessary TRADITIONAL_RETURN_FLOAT macro. Also
15263 delete a couple of commented-out definitions of
15264 DOLLARS_IN_IDENTIFIERS, with (incorrect) commentary referring
15265 to -traditional.
15266
15267 * system.h: Poison TRADITIONAL_RETURN_FLOAT.
15268 * doc/tm.texi: Remove mention of TRADITIONAL_RETURN_FLOAT macro.
15269
15270 2002-02-27 Zack Weinberg <zack@codesourcery.com>
15271
15272 * mklibgcc.in: Don't use \n in a line subject to
15273 interpretation by echo.
15274
15275 2002-02-27 Graham Stott <grahams@redhat.com>
15276
15277 * config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DELC):
15278 Constify NAME.
15279
15280 * loop.c (prescan_loop): Handle PARALLEL.
15281
15282 * unroll.c (loop_iterations): Return 0 if the add_val for
15283 a BIV is REG.
15284
15285 * final.c (output_operand_lossage): Constify PFX_STR.
15286
15287 * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
15288
15289 Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
15290
15291 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.
15292 * x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Allways define.
15293
15294 Wed Feb 27 10:39:20 CET 2002 Jan Hubicka <jh@suse.cz>
15295
15296 * linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
15297
15298 2002-02-27 Neil Booth <neil@daikokuya.demon.co.uk>
15299
15300 * cpplex.c (_cpp_lex_token): Handle directives in macro
15301 arguments.
15302 * cpplib.c (_cpp_handle_directive): Save and restore state
15303 if parsing macro args when entering a directive.
15304 * cppmacro.c (collect_args): No need to handle directives
15305 in macro arguments.
15306 (enter_macro_context, replace_args): Use the original macro
15307 definition in case it was redefined whilst collecting arguments.
15308 doc:
15309 * cpp.texi: Update.
15310
15311 2002-02-26 David Edelsohn <edelsohn@gnu.org>
15312
15313 * config/rs6000/aix43.h (THREAD_MODEL_SPEC): Delete.
15314 * config/rs6000/aix51.h (THREAD_MODEL_SPEC): Delete.
15315 * config/rs6000/rs6000.c (rs6000_return_addr): Use efficient
15316 method on AIX.
15317 * config/rs6000/rs6000.md (movsi_low): Use gpc_reg_operand.
15318 (movsi_low_st, movdf_low, movdf_low_st, movsf_low, movsf_low_st): Same.
15319 (load_toc_v4_PIC_2): Same.
15320
15321 2002-02-26 Alan Modra <amodra@bigpond.net.au>
15322
15323 * config/rs6000/rs6000.md (load_toc_aix_di): Handle TARGET_RELOCATABLE.
15324
15325 2002-02-26 Richard Henderson <rth@redhat.com>
15326
15327 * config/alpha/alpha.md (ashldi_se): Re-enable.
15328
15329 2002-02-26 Richard Henderson <rth@redhat.com>
15330
15331 * config/alpha/alpha.c (alpha_encode_section_info): Examine
15332 MODULE_LOCAL_P; improve commentary.
15333
15334 2002-02-26 Zack Weinberg <zack@codesourcery.com>
15335
15336 * doc/cpp.texi: Clarify documentation of relationship between
15337 #line and #include.
15338
15339 2002-02-26 Kazu Hirata <kazu@hxi.com>
15340
15341 * config/h8300/h8300-protos.h: Update the prototype for
15342 compute_logical_op_length. Add the prototype for
15343 compute_logical_op_cc.
15344 * config/h8300/h8300.c (compute_logical_op_length): Figure out
15345 code from operands.
15346 (compute_logical_op_cc): New.
15347 * config/h8300/h8300.md: Combine all the logical op patterns
15348 in HImode and SImode. Use compute_logical_op_cc.
15349
15350 2002-02-26 Kelley Cook <kelleycook@comcast.net>
15351
15352 * config/i386/i386.c (print_operand): Don't append ATT-style
15353 length suffixs to x87 opcodes when in Intel mode.
15354
15355 2002-02-26 Ryan T. Sammartino <ryants@shaw.ca>
15356
15357 * emit-rtl.c (gen_const_vector_0): Remove TYPE argument.
15358 (init_emit_once): Update calls.
15359 * fixinc/gnu-regex.c (_GNU_SOURCE): Remove.
15360 (init_syntax_once): Prototype.
15361
15362 2002-02-26 John David Anglin <dave@hiauly1.hia.nrc.ca>
15363
15364 * pa-linux.h (LIB_SPEC): Update definition.
15365 * pa32-linux.h (LINK_COMMAND_SPEC): Delete.
15366
15367 2002-02-26 Richard Henderson <rth@redhat.com>
15368
15369 * config/ia64/ia64.c (nop_cycles_until): Do init_insn_group_barriers
15370 if we emitted a stop bit.
15371
15372 2002-02-26 Jakub Jelinek <jakub@redhat.com>
15373
15374 * configure.in (libgcc_visibility): Substitute.
15375 * configure: Rebuilt.
15376 * mklibgcc.in: If libgcc_visibility = yes, make libgcc.a global
15377 defined symbols .hidden.
15378
15379 2002-02-26 Jakub Jelinek <jakub@redhat.com>
15380
15381 * attribs.c (c_common_attribute_table): Add visibility.
15382 (handle_visibility_attribute): New function.
15383 * varasm.c (assemble_visibility): New function.
15384 * output.h (assemble_visibility): Add prototype.
15385 * tree.h (MODULE_LOCAL_P): Define.
15386 * crtstuff.c (__dso_handle): Use visibility attribute.
15387 * config/i386/i386.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG
15388 for MODULE_LOCAL_P symbols too.
15389 * config/ia64/ia64.c (ia64_encode_section_info): Handle
15390 MODULE_LOCAL_P symbols the same way as local symbols.
15391 Add SDATA_NAME_FLAG_CHAR even if decl was explicitely forced
15392 into .sdata/.sbss by the user.
15393 * doc/extend.texi (Function Attributes): Document visibility
15394 attribute.
15395
15396 2002-02-26 Jakub Jelinek <jakub@redhat.com>
15397
15398 PR debug/5770
15399 * dwarf2out.c (rtl_for_decl_location): Return CONST_STRING for
15400 STRING_CST initializer spanning the whole variable without
15401 embedded zeros.
15402 If expand_expr returned MEM, don't use it.
15403
15404 2002-02-26 Alexandre Oliva <aoliva@redhat.com>
15405
15406 * dwarf2out.c (gen_inlined_subroutine_die): If block is abstract,
15407 generate a die for the lexical block.
15408
15409 2002-02-26 Kazu Hirata <kazu@hxi.com>
15410
15411 * config/h8300/h8300-protos.h: Add a prototype for
15412 compute_logical_op_length.
15413 * config/h8300/h8300.c (compute_logical_op_length): New.
15414 * config/h8300/h8300.md (anonymous logical patterns): Use
15415 compute_logical_op_length for length.
15416
15417 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
15418
15419 * dwarf2out.c (modified_type_die): Do not call type_main_variant
15420 for vectors.
15421 (gen_type_die): Same.
15422
15423 * attribs.c (handle_vector_size_attribute): Set debug information.
15424
15425 2002-02-26 Daniel Egger <degger@fhm.edu>
15426
15427 * config/rs6000/rs6000.md: Swap define_insn attributes to
15428 fix incorrect generation of merge high instructions instead
15429 of merge low.
15430
15431 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
15432
15433 * c-typeck.c (really_start_incremental_init): Use
15434 bitsize_zero_node for vectors.
15435
15436 2002-02-26 Aldy Hernandez <aldyh@redhat.com>
15437
15438 * config/rs6000/rs6000.md (get_vrsave_internal): Fix typo.
15439 ("*set_vrsave_internal"): Same.
15440
15441 2002-02-25 Richard Henderson <rth@redhat.com>
15442
15443 * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
15444 in EXPAND_SUM case. Use host_integerp/tree_low_cst.
15445
15446 2002-02-25 Jakub Jelinek <jakub@redhat.com>
15447
15448 PR target/5755
15449 * config/i386/i386.c (ix86_return_pops_args): Only pop
15450 fake structure return argument if it was passed on the stack.
15451
15452 2002-02-25 Jason Merrill <jason@redhat.com>
15453
15454 * attribs.c (decl_attributes): Also re-layout PARM_DECL and
15455 RESULT_DECL.
15456
15457 2002-02-25 Alexandre Oliva <aoliva@redhat.com>
15458
15459 * gcc.c (init_gcc_specs): Get -shared-libgcc along with -shared to
15460 link with shared_name only.
15461 * doc/invoke.texi (Link Options): Document new behavior.
15462
15463 2002-02-25 Aldy Hernandez <aldyh@redhat.com>
15464
15465 * c-typeck.c (push_init_level): Handle vectors.
15466
15467 2002-02-25 Alexandre Oliva <aoliva@redhat.com>
15468
15469 * config/sparc/sparc.c (const64_high_operand): Zero-extend
15470 operands of SPARC_SETHI_P.
15471 (input_operand): Likewise.
15472 (sparc_emit_set_const32): Likewise.
15473 * config/sparc/sparc.h (SPARC_SETHI_P): Disregard TARGET_ARCH64.
15474 (SPARC_SETHI32_P): Zero-extend operand from 32 bits.
15475 (CONST_OK_FOR_LETTER_P): Use SETHI32 for `K'. Add `N' as SETHI.
15476 * config/sparc/sparc.md (movdi_insn_sp64_novis): Use `N'.
15477 (movdi_insn_sp64_vis): Likewise.
15478 (movdi split, movdf split): Use SETHI32.
15479 * doc/md.texi: Document SPARC constraints L, M and N.
15480
15481 2002-02-25 Aldy Hernandez <aldyh@redhat.com>
15482
15483 * config/rs6000/rs6000.md ("get_vrsave_internal"): New.
15484 ("*set_vrsave_internal"): use mfspr for Darwin.
15485
15486 * config/rs6000/rs6000.c (rs6000_emit_prologue): Call
15487 gen_get_vrsave_internal.
15488
15489 Sun Feb 24 16:38:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15490
15491 * optabs.c (widen_operand): Properly handle CONST_INT for NO_EXTEND.
15492
15493 2002-02-24 Neil Booth <neil@daikokuya.demon.co.uk>
15494
15495 * cpplex.c (cpp_interpret_charconst): Get signedness or
15496 otherwise of wide character constants correct.
15497 * cppexp.c (lex): Get signedness of wide charconsts correct.
15498
15499 Sun Feb 24 07:41:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15500
15501 * optabs.c (widen_operand): Only call convert_modes for
15502 promoted SUBREG if signedness matches.
15503 * config/alpha/alpha.md (*addsi_se2, *subsi_se2): New patterns.
15504
15505 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
15506
15507 * cpplib.c (glue_header_name): Use local buffer to build up
15508 header name.
15509
15510 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
15511
15512 * doc/cpp.texi, doc/invoke.texi: Update documentation for -MM.
15513
15514 2002-02-23 Kazu Hirata <kazu@hxi.com>
15515
15516 * config/h8300/h8300.c (output_simode_bld): Handle H8/300 and
15517 H8/300[HS] separately.
15518 * config/h8300/h8300.md: Remove the early clobber constraint
15519 from bit field patterns.
15520
15521 2002-02-23 Kazu Hirata <kazu@hxi.com>
15522
15523 * config/h8300/h8300.md (mulqihi3): Tighten predicates to
15524 register_operand.
15525 (mulhisi3): Likewise.
15526 (umulqisi3): Likewise.
15527 (umulhisi3): Likewise.
15528
15529 2002-02-23 Neil Booth <neil@daikokuya.demon.co.uk>
15530
15531 * cppinit.c (output_deps): Correct test for stdout output.
15532 (init_dependency_output): Cure warning.
15533
15534 Sat Feb 23 08:42:47 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15535
15536 * expr.c (store_expr): When converting expression to promoted
15537 equivalent type, allow using SUBREG_REG of TARGET as the target
15538 of the expansion of EXP.
15539 * loop.c (basic_induction_var, case SUBREG): Always look inside.
15540 * config/alpha/alpha.c (rtx_equiv_function_matters): Delete decl.
15541 (alpha_emit_set_const): Handle SImode when can't make new pseudos.
15542 (alpha_emit_set_const_1, alpha_sa_mask): Use no_new_pseudos.
15543 * config/alpha/alpha.md (addsi3, subsi3): Don't use if optimizing.
15544
15545 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
15546
15547 * doc/contribute.texi, doc/extend.texi, doc/install.texi,
15548 doc/invoke.texi, doc/md.texi, doc/passes.texi, doc/rtl.texi,
15549 doc/standards.texi, doc/tm.texi: Remove trailing whitespace.
15550
15551 2002-02-23 Jakub Jelinek <jakub@redhat.com>
15552
15553 PR optimization/5747
15554 * loop.c (scan_loop): Update reg info if move_movables created new
15555 pseudos.
15556
15557 2002-02-23 David Edelsohn <edelsohn@gnu.org>
15558
15559 * gcc.c (init_gcc_spec): Revert last change.
15560
15561 2002-02-23 David Edelsohn <edelsohn@gnu.org>
15562
15563 * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Use
15564 gpc_reg_operand constraint.
15565
15566 2002-02-23 Alan Modra <amodra@bigpond.net.au>
15567
15568 * config/rs6000/rs6000.c (num_insns_constant): Fix formatting.
15569 Simplify comparison of `low'.
15570 (add_operand): Fix formatting.
15571 (non_add_cint_operand): Use CONST_OK_FOR_LETTER_P.
15572 (mask_operand): Disallow mask to wrap in 64-bit mode.
15573 (rs6000_stack_info): Remove redundant test setting push_p.
15574 (output_toc): Fix formatting.
15575 * config/rs6000/rs6000.md (boolsi3, boolcsi3 splitters): Use
15576 cc_reg_not_cr0_operand constraint.
15577 (booldi3, boolcdi3 splitters): Same.
15578
15579 2002-02-23 Aldy Hernandez <aldyh@redhat.com>
15580
15581 * config/rs6000/altivec.h: Add extra level of parentheses on casts.
15582
15583 2002-02-22 David Edelsohn <edelsohn@gnu.org>
15584
15585 * gcc.c (init_gcc_spec): Do not link with static libgcc.a if
15586 gcc invoked with -shared-libgcc.
15587
15588 2002-02-22 Jakub Jelinek <jakub@redhat.com>
15589
15590 PR c++/5748
15591 * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
15592 decl if any of elements was TREE_USED.
15593
15594 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
15595
15596 * config/sparc/sol2.h: Don't include sys/mman.h.
15597 * config/sparc/sparc.c (arith_operand): Use SMALL_INT32.
15598 (arith_4096_operand): Don't throw high bits away.
15599 (const64_operand): Take sign extension of CONST_INTs into account.
15600 (const64_high_operand, sparc_emit_set_const32): Likewise.
15601 (GEN_HIGHINT64): Likewise.
15602 (sparc_emit_set_const64_quick1): Likewise.
15603 (const64_is_2insns): Likewise.
15604 (print_operand): Use trunc_int_for_mode for sign extension.
15605 * config/sparc/sparc.h (SMALL_INT32): Likewise.
15606 * config/sparc/sparc.md (movqi): Sign-extend CONST_DOUBLE
15607 chars. Assume CONST_INT is already properly sign-extended.
15608 (movdi split): Sign-extend each SImode part.
15609 (andsi3 split): Don't mask high bits off, so that result
15610 remains properly sign-extend.
15611 (iorsi3 split): Likewise.
15612 (xorsi3 split): Likewise.
15613
15614 2002-02-22 Richard Sandiford <rsandifo@redhat.com>
15615
15616 * fold-const.c (fold): Fix typo in comments.
15617
15618 2002-02-21 Diego Novillo <dnovillo@redhat.com>
15619
15620 * Makefile.in (langhooks.o): Update dependencies.
15621
15622 2002-02-21 Diego Novillo <dnovillo@redhat.com>
15623
15624 * langhooks.c: Include flags.h.
15625
15626 2002-02-21 Aldy Hernandez <aldyh@redhat.com>
15627
15628 * testsuite/gcc.dg/attr-alwaysinline.c: New.
15629
15630 * c-common.c (c_common_post_options): Set inline trees by
15631 default.
15632
15633 * doc/extend.texi (Function Attributes): Document always_inline
15634 attribute.
15635 Update documentation about inlining when not optimizing.
15636
15637 * cp/decl.c (duplicate_decls): Merge always_inline attribute.
15638
15639 * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
15640 unless DECL_ALWAYS_INLINE.
15641
15642 * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
15643 unless DECL_ALWAYS_INLINE.
15644 (c_disregard_inline_limits): Disregard if always_inline set.
15645
15646 * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
15647 Disregard if always_inline set.
15648 (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
15649 unless DECL_ALWAYS_INLINE.
15650
15651 * attribs.c (handle_always_inline_attribute): New.
15652 (c_common_attribute_table): Add always_inline.
15653
15654 * config/rs6000/altivec.h: Add prototypes for builtins
15655 requiring the always_inline attribute.
15656
15657 2002-02-21 Eric Christopher <echristo@redhat.com>
15658
15659 * expmed.c (store_bit_field): Try to simplify the subreg
15660 before generating a new one when when the mode size of
15661 value is less than maxmode.
15662
15663 2002-02-21 Richard Henderson <rth@redhat.com>
15664
15665 * emit-rtl.c (offset_address): Use simplify_gen_binary rather
15666 than gen_rtx_PLUS to form the sum.
15667 * explow.c (force_reg): Rearrange to not allocate new pseudo
15668 when force_operand returns a register.
15669 * expr.c (expand_assignment): Allow offset_rtx expansion to
15670 return a sum. Do not force addresses into registers.
15671 (expand_expr): Likewise.
15672 * simplify-rtx.c (simplify_gen_binary): Use simplify_plus_minus
15673 to canonicalize arithmetic that didn't simpify.
15674 (simplify_plus_minus): New argument force; update
15675 all callers. Don't split CONST unless we can do something with it,
15676 and wouldn't lose the constness of the operands.
15677
15678 * config/i386/i386.c (legitimize_pic_address): Recognize UNSPECs
15679 that we generated earlier.
15680
15681 2002-02-21 Tom Tromey <tromey@redhat.com>
15682
15683 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15684 (output_line_info): Use constant `1', with a long explanatory
15685 comment.
15686 * system.h (DWARF_LINE_MIN_INSTR_LENGTH): Poison.
15687
15688 Thu Feb 21 22:43:44 2002 J"orn Rennecke <joern.rennecke@superh.com>
15689
15690 * jump.c (redirect_jump): If old label has no UID, don't try to
15691 delete it.
15692
15693 Thu Feb 21 21:17:21 2002 J"orn Rennecke <joern.rennecke@superh.com>
15694
15695 * sh.md (insv): Provide byte offsets for gen_rtx_SUBREG.
15696 If input is constant, do shifts at compile time.
15697
15698 2002-02-21 Joseph S. Myers <jsm28@cam.ac.uk>
15699
15700 * doc/extend.texi: Fix some more overfull hboxes.
15701
15702 2002-02-21 Jakub Jelinek <jakub@redhat.com>
15703
15704 PR optimization/4994
15705 * config/i386/i386.md (movsi_1, movsf_1): Support MMX -> MMX
15706 register moves.
15707
15708 2002-02-21 Jakub Jelinek <jakub@redhat.com>
15709
15710 PR c++/4574
15711 * expr.h (expand_and): Add mode argument.
15712 * expmed.c (expand_and): Add mode argument.
15713 (expand_mult_highpart_adjust, emit_store_flag): Adjust callers.
15714 * expr.c (store_field, expand_expr, do_store_flag): Likewise.
15715 * except.c (expand_builtin_extract_return_addr): Likewise.
15716 * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
15717 * config/sparc/sparc.c (sparc_initialize_trampoline): Likewise.
15718 * config/c4x/c4x.h (INITIALIZE_TRAMPOLINE): Likewise.
15719 Use GEN_INT (x) instead of gen_rtx (CONST_INT, VOIDmode, x).
15720 * config/c4x/c4x.md: Use GEN_INT (x) instead of
15721 gen_rtx (CONST_INT, VOIDmode, x).
15722
15723 2002-02-21 Jakub Jelinek <jakub@redhat.com>
15724
15725 PR c/4697:
15726 * stmt.c (warn_if_unused_value): Move side effects test once more.
15727
15728 2002-02-20 Torbjorn Granlund <tege@swox.com>
15729
15730 * config/avr/avr.md: Add more patterns for mized-mode add and subtract
15731 (addsi3_zero_extend, subhi3_zero_extend1, subsi3_zero_extend).
15732
15733 Thu Feb 21 16:20:46 2002 Alexandre Oliva <aoliva@redhat.com>
15734
15735 * rtlanal.c (replace_rtx): Don't make a CONST_INT the operand of
15736 SUBREG or ZERO_EXTEND.
15737
15738 Thu Feb 21 15:35:46 2002 J"orn Rennecke <joern.rennecke@superh.com>
15739
15740 * sh.h (current_function_anonymous_args): Remove.
15741 (SETUP_INCOMING_VARARGS): Don't set it - just check that one
15742 of current_function_varargs and current_function_stdarg is set.
15743 * sh.c (sh_expand_prologue): Check current_function_varargs /
15744 current_function_stdarg / TARGET_SH5 instead of
15745 current_function_anonymous_args.
15746
15747 * sh64.h (TARGET_VERSION): Define.
15748
15749 2002-02-20 David Edelsohn <edelsohn@gnu.org>
15750
15751 * config/rs6000/rs6000.h (EPILOGUE_USES): Conditionalize
15752 VRSAVE_REGNO on TARGET_ALTIVEC.
15753
15754 2002-02-20 Alan Modra <amodra@bigpond.net.au>
15755
15756 * config/rs6000/rs6000.c (includes_lshift_p): Mask irrelevant
15757 bits of SImode const_int.
15758 (includes_rshift_p): Likewise.
15759 (print_operand): Call mask_operand and mask64_operand with correct
15760 mode.
15761 (rs6000_output_function_epilogue): Pad traceback table to word.
15762 * config/rs6000/rs6000.h (MASK_64BIT): Correct comment.
15763 (EXTRA_CONSTRAINT, 'S' and 'T'): Call mask_operand and
15764 mask64_operand with correct mode.
15765 (FUNCTION_ARG_REGNO_P): Correct parentheses.
15766
15767 2002-02-20 Jakub Jelinek <jakub@redhat.com>
15768
15769 PR debug/4461
15770 * varasm.c (get_pool_constant_mark): New.
15771 * rtl.h (get_pool_constant_mark): Add prototype.
15772 * dwarf2out.c (mem_loc_descriptor): A pool constant cannot
15773 be represented if it has not been output.
15774
15775 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
15776
15777 * combine.c (do_SUBST): Sanity check substitutions of
15778 CONST_INTs, and reject them in SUBREGs and ZERO_EXTENDs.
15779 (subst): Simplify SUBREG or ZERO_EXTEND instead of SUBSTing a
15780 CONST_INT into its operand.
15781 (known_cond): Likewise, for ZERO_EXTEND.
15782 * simplify-rtx.c (simplify_unary_operation): Fix condition to
15783 allow for simplification of wide modes. Reject CONST_INTs in
15784 ZERO_EXTEND when their actual mode is not given.
15785
15786 2002-02-20 Alexandre Oliva <aoliva@redhat.com>
15787
15788 * c-decl.c (pushdecl): If no global declaration is found for an
15789 extern declaration in block scope, try a limbo one.
15790
15791 2002-02-20 Jakub Jelinek <jakub@redhat.com>
15792
15793 PR c++/4401
15794 * c-common.c (pointer_int_sum): Moved from...
15795 * c-typeck.c (pointer_int_sum): ...here.
15796 * c-common.h (pointer_int_sum): Add prototype.
15797
15798 2002-02-20 Jakub Jelinek <jakub@redhat.com>
15799
15800 PR c++/5713
15801 * c-decl.c (duplicate_decls): Return 0 if issued error about
15802 redeclaration.
15803
15804 2002-02-20 Roger Sayle <roger@eyesopen.com>
15805 Jakub Jelinek <jakub@redhat.com>
15806
15807 PR c/4389
15808 * tree.c (host_integerp): Ensure that the constant integer is
15809 representable in a HOST_WIDE_INT or an unsigned HOST_WIDE_INT
15810 when pos is zero or non-zero respectively. Clarify comment.
15811 * c-format.c (check_format_info_recurse): Fix host_integerp
15812 usage; the pos argument should be zero when assigning to a
15813 signed HOST_WIDE_INT.
15814
15815 2002-02-20 Richard Henderson <rth@redhat.com>
15816
15817 * config/i386/i386.c (ix86_expand_vector_move): Use the mode
15818 of the operand, rather than assuming TImode.
15819 (ix86_expand_binop_builtin): Cope with commutative patterns
15820 using nonimmediate_operand for both operands.
15821 (ix86_expand_timode_binop_builtin): Likewise.
15822 (ix86_expand_store_builtin): Validate operand 1.
15823 (ix86_expand_unop1_builtin): Likewise.
15824
15825 2002-02-20 Philip Blundell <philb@gnu.org>
15826
15827 PR 5705
15828 * config/arm/arm.h (HARD_REGNO_RENAME_OK): New macro.
15829
15830 2002-02-20 Richard Henderson <rth@redhat.com>
15831
15832 PR c/5615
15833 * expr.h (ARGS_SIZE_TREE): Convert size.var to ssizetype.
15834
15835 2002-02-20 Tom Tromey <tromey@redhat.com>
15836
15837 * config/fr30/fr30.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15838 * config/sh/sh.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15839 * config/pj/pj.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15840 * config/cris/cris.h (DWARF_LINE_MIN_INSTR_LENGTH): Removed.
15841 * dwarf2out.c (DWARF_LINE_MIN_INSTR_LENGTH): Define
15842 unconditionally.
15843
15844 Wed Feb 20 00:03:25 EST 2002 Alan Matsuoka <alanm@redhat.com>
15845
15846 * config/rs6000/rs6000.h (LEGITIMATE_OFFSET_ADDRESS_P): Look
15847 for (const_int 0) in X not just INTVAL.
15848
15849 2002-02-20 Joseph S. Myers <jsm28@cam.ac.uk>
15850
15851 * doc/extend.texi: Avoid or reduce overfull hboxes.
15852
15853 2002-02-20 Diego Novillo <dnovillo@redhat.com>
15854
15855 * expmed.c (store_bit_field): Do not store bit fields using SUBREG
15856 operations if the field does not start at a mode boundary.
15857
15858 2001-02-20 Joel Sherrill <joel@OARcorp.com>
15859
15860 * config/a29k/rtems.h, config/arm/rtems-elf.h, config/h8300/rtems.h,
15861 config/mips/rtems.h: Use new style of -Asystem= rather than -Asystem().
15862 Also done for -Acpu and -Amachine.
15863
15864 2002-02-20 Neil Booth <neil@daikokuya.demon.co.uk>
15865
15866 * cppinit.c (init_dependency_output): Take deps output file
15867 from -o if none given with -MF. Suppress normal output.
15868 * gcc.c (cpp_unique_options): Have -M and -MM imply -E.
15869 * doc/cpp.texi, doc/invoke.texi: Update.
15870
15871 2002-02-19 Zack Weinberg <zack@codesourcery.com>
15872
15873 * toplev.c (output_quoted_string): Write unprintable
15874 characters with octal escapes.
15875
15876 2002-02-19 David Edelsohn <edelsohn@gnu.org>
15877
15878 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Set
15879 really_call_used[VRSAVE_REGNO] if not Altivec.
15880
15881 2002-02-19 Alan Modra <amodra@bigpond.net.au>
15882
15883 * config/rs6000/rs6000.c (u_short_cint_operand): Mask op with
15884 MODE_MASK.
15885 (constant_pool_expr_1): Fix formatting.
15886 (rs6000_legitimize_reload_address): Likewise.
15887
15888 Tue Feb 19 20:13:57 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15889
15890 * config/sparc/sparc.md (nonlocal_goto): Use hard_frame_pointer_rtx
15891 now that we have one.
15892
15893 2002-02-19 Zack Weinberg <zack@codesourcery.com>
15894
15895 * tree.h (struct tree_common): Remove aux. Add unused_0 at
15896 end of first block of bitfields (which was only seven bits);
15897 rename dummy to unused_1; remove comment which is no longer true.
15898
15899 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
15900
15901 * doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
15902
15903 2002-02-19 Philip Blundell <pb@nexus.co.uk>
15904
15905 PR 5399
15906 * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept anything
15907 if generating PIC.
15908
15909 PR 5054
15910 * config/arm/arm.md (call_insn) [TARGET_THUMB]: Use
15911 arm_is_longcall_p rather than inspecting call-type cookie
15912 directly.
15913 (call_value_insn) [TARGET_THUMB]: Likewise.
15914
15915 2002-02-19 Graham Stott <grahams@redhat.com>
15916
15917 * config/i386/i386.c (ix86_expand_builtin): Fix typo.
15918
15919 2002-02-19 David Edelsohn <edelsohn@gnu.org>
15920
15921 * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC): Look in /lib64.
15922 ({STARTFILE,ENDFILE}_LINUX_SPEC): Define.
15923 (FP_SAVE_INLINE): Delete.
15924
15925 * config/rs6000/sysv4.h (ENDFILE_SPEC): Add crtsaveres.o.
15926 * config/rs6000/eabi.asm: Remove ABI save restore routines.
15927 * config/rs6000/t-ppccomm: Build crtsavres.o.
15928 * config/rs6000/crtsavres.asm: New file.
15929
15930 2002-02-19 Philip Blundell <philb@gnu.org>
15931
15932 * config/arm/arm.c (use_return_insn): Don't reject interrupt
15933 functions.
15934 (arm_compute_save_reg_mask): Save LR for interrupt functions too.
15935 (output_return_instruction): Allow interrupt functions to return with
15936 ldmfd sp!, {... pc}^. Use LDR to restore any single register.
15937 (arm_expand_prologue): Subtract 4 before stacking LR in an
15938 interrupt function.
15939
15940 2002-02-19 Philip Blundell <pb@nexus.co.uk>
15941
15942 * config/arm/arm.c (arm_encode_call_attribute): Operate on any
15943 decl, not just FUNCTION_DECL.
15944 (legitimize_pic_address): Handle local SYMBOL_REF like LABEL_REF.
15945 (arm_assemble_integer): Likewise.
15946 * config/arm/arm.h (ARM_ENCODE_CALL_TYPE): Allow any decl to be
15947 marked local.
15948
15949 2002-02-19 matthew green <mrg@eterna.com.au>
15950
15951 * config.gcc (sparc-*-netbsdelf*): Enable target.
15952 (sparc64-*-netbsd*): New target.
15953 * config/sparc/netbsd-elf.h: New file.
15954 * config/sparc/t-netbsd64: New file.
15955
15956 2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
15957
15958 * doc/rtl.texi (Flags, MEM_SCALAR_P): Fix typo.
15959
15960 2002-02-19 Ryan T. Sammartino <ryants@shaw.ca>
15961
15962 * doc/invoke.texi: explicitly list the style guidelines that
15963 -Weffc++ checks for.
15964
15965 Tue Feb 19 12:37:23 CET 2002 Jan Hubicka <jh@suse.cz>
15966
15967 * regmove.c (regmove_optimize): Avoid increasing of register pressure.
15968
15969 2002-02-19 Neil Booth <neil@daikokuya.demon.co.uk>
15970
15971 PR other/5718
15972 * gcc.c (cpp_unique_options): Treat -o as indicating object file
15973 only if not -E. If -E, pass -o through to the preprocessor.
15974
15975 2002-02-19 Kazu Hirata <kazu@hxi.com>
15976
15977 * config/h8300/h8300.h (REGNO_REG_CLASS): Replace a literal
15978 register number with an appropriate macro.
15979
15980 2002-02-19 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
15981
15982 * doc/rtl.texi (Constants): Close @code tag.
15983
15984 2002-02-19 Aldy Hernandez <aldyh@redhat.com>
15985
15986 * config/i386/i386.md ("mmx_uavgv8qi3"): Use const_vector.
15987 ("mmx_uavgv4hi3"): Same.
15988 ("pmulhrwv4hi3"): Same.
15989
15990 * tree-inline.c (walk_tree): Handle vectors.
15991
15992 * c-common.c (constant_expression_warning): Handle vectors.
15993 (overflow_warning): Same.
15994
15995 * sched-deps.c (sched_analyze_2): Handle vectors.
15996
15997 * rtlanal.c (rtx_unstable_p): Handle vectors.
15998 (rtx_varies_p): Same.
15999 (count_occurrences): Same.
16000 (regs_set_between_p): Same.
16001 (modified_between_p): Same.
16002 (modified_in_p): Same.
16003 (volatile_insn_p): Same.
16004 (volatile_refs_p): Same.
16005 (side_effects_p): Same.
16006 (may_trap_p): Same.
16007 (inequality_comparisons_p): Same.
16008 (replace_regs): Same.
16009 (computed_jump_p_1): Same.
16010
16011 * rtl.c (DEF_MACHMODE): Change all definitions to accept 8th
16012 argument.
16013 (inner_mode_array): New.
16014 (copy_rtx): Handle vectors.
16015 (copy_most_rtx): Same.
16016 (rtx_equal_p): Same.
16017 (get_mode_alignment): Adjust for vectors.
16018
16019 * resource.c (mark_referenced_resources): Handle vectors.
16020 (mark_set_resources): Same.
16021
16022 * reload1.c (eliminate_regs): Handle vectors.
16023 (elimination_effects): Same.
16024 (scan_paradoxical_subregs): Same.
16025
16026 * reload.c (subst_reg_equivs): Handle vectors.
16027
16028 * regrename.c (scan_rtx): Handle vectors.
16029
16030 * regclass.c (reg_scan_mark_refs): Handle vectors.
16031
16032 * recog.c (find_single_use_1): Handle vectors.
16033
16034 * local-alloc.c (equiv_init_varies_p): Handle vectors.
16035 (contains_replace_regs): Same.
16036 (memref_referenced_p): Same.
16037
16038 * integrate.c (copy_rtx_and_substitute): Handle vectors.
16039 (subst_constants): Same.
16040
16041 * genattrtab.c (attr_copy_rtx): Handle vectors.
16042 (encode_units_mask): Same.
16043 (clear_struct_flag): Same.
16044 (count_sub_rtxs): Same.
16045
16046 * gcse.c (want_to_gcse_p): Handle vectors.
16047 (oprs_unchanged_p): Same.
16048 (hash_expr_1): Same.
16049 (oprs_not_set_p): Same.
16050 (expr_killed_p): Same.
16051 (compute_transp): Same.
16052 (store_ops_ok): Same.
16053
16054 * function.c (purge_addressof_1): Do not allow paradoxical subregs
16055 of vectors.
16056 (fixup_var_refs_1): Same.
16057 (instantiate_virtual_regs_1): Same.
16058
16059 * fold-const.c (operand_equal_p): Handle vectors.
16060 (fold): Same.
16061 (rtl_expr_nonnegative_p): Same.
16062
16063 * flow.c (mark_used_regs): Handle vectors.
16064
16065 * df.c (df_uses_record): Handle vectors.
16066
16067 * cselib.c (cselib_subst_to_values): Handle vectors.
16068 (cselib_mem_conflict_p): Same.
16069 (hash_rtx): Same.
16070
16071 * cse.c (canon_reg): Handle vectors.
16072 (fold_rt): Same.
16073 (cse_process_notes): Same.
16074 (count_reg_usage): Same.
16075 (canon_hash): Same.
16076
16077 * alias.c (nonlocal_mentioned_p): Add case for CONST_VECTOR.
16078
16079 * combine.c (mark_used_regs_combine): Add case for CONST_VECTOR.
16080
16081 * emit-rtl.c (init_emit_once): Generate const0_rtx for vectors.
16082 (gen_rtx): Handle CONST_VECTOR.
16083 (gen_const_vector_0): New.
16084 (copy_rtx_if_shared): CONST_VECTORs can be shared.
16085 (reset_used_flags): Same.
16086 (copy_insn_1): Same.
16087 (initializer_constant_valid_p): Handle VECTOR_CST.
16088
16089 * doc/c-tree.texi (Expression trees): Document VECTOR_CST.
16090
16091 * doc/rtl.texi (Constants): Document const_vector.
16092 (CONST0_RTX): Update for vectors.
16093 (RTL sharing): Same.
16094
16095 * print-tree.c (print_node): Add case for VECTOR_CST.
16096
16097 * tree.h (TREE_VECTOR_CST_ELTS): New.
16098 (struct tree_vector): New.
16099 (union tree_node): Add vector node.
16100 (build_vector): Add prototype.
16101
16102 * tree.def (VECTOR_CST): New.
16103
16104 * tree.c (build_vector): New.
16105
16106 * expmed.c (make_tree): Handle CONST_VECTOR.
16107
16108 * rtl.h (CONSTANT_P): CONST_VECTORs are constants too.
16109 (CONST_VECTOR_ELT): New.
16110 (CONST_VECTOR_NUNITS): New.
16111
16112 * machmode.h (GET_MODE_INNER): New.
16113 (DEF_MACHMODE): Accept 8th arg.
16114
16115 * machmode.def: Add 8th argument for vector inner mode.
16116 Add inner vector modes for vectors.
16117
16118 * rtl.def (VEC_CONST): Remove.
16119 (CONST_VECTOR): New.
16120
16121 * expr.c (clear_storage): Allow vectors.
16122 (is_zeros_p): Handle VECTOR_CST.
16123
16124 * varasm.c (output_constant_pool): Handle vectors.
16125 (rtx_const): Add veclo and vechi fields.
16126 (kind): Add RTX_VECTOR.
16127 (decode_rtx_const): Add case for vector.
16128
16129 * config/rs6000/rs6000-protos.h: Add zero_constant.
16130
16131 * config/rs6000/rs6000.c (rs6000_emit_move): Handle vector
16132 constants. Force easy vector constants into memory.
16133 (easy_vector_constant): New.
16134 (emit_easy_vector_constant): New.
16135 (rs6000_legitimize_reload_address): Do not generate bad reloads on
16136 darwin.
16137
16138 * config/rs6000/rs6000.md ("altivec_lvx"): Reflect what
16139 instruction does.
16140 ("altivec_lvxl"): Same.
16141 (altivec_lvebx): Same.
16142 (altivec_lvehx): Same.
16143 (altivec_lvewx): Same.
16144 ("*movv4si_const0"): New.
16145 ("*movv4sf_const0"): New.
16146 ("*movv8hi_const0"): New.
16147 ("*movv16qi_const0"): New.
16148
16149 2002-02-18 Kazu Hirata <kazu@hxi.com>
16150
16151 * config/h8300/h8300.c (notice_update_cc): Use
16152 cc_status.value2.
16153
16154 2002-02-18 Kazu Hirata <kazu@hxi.com>
16155
16156 * config/h8300/h8300.md (divmod patterns): Change the
16157 constraints for operands[1] to register_operand.
16158
16159 2002-02-18 Kazu Hirata <kazu@hxi.com>
16160
16161 * config/h8300/h8300-protos.h: Remove the prototype for
16162 p_operand.
16163 * config/h8300/h8300.c (p_operand): Remove.
16164 * config/h8300/h8300.md: Replace p_operand with
16165 const_int_operand.
16166
16167 2002-02-18 Philip Blundell <pb@nexus.co.uk>
16168
16169 * config/arm/arm.c (arm_compute_save_reg_mask): Fix typo in
16170 comment.
16171 (output_return_instruction): Allow use of LDR to unstack
16172 return addresss even for interrupt handlers or when
16173 interworking. If compiling for ARMv5, use interworking-safe
16174 return instructions by default. Remove duplicated code and
16175 lengthy "strcat" sequences.
16176
16177 2002-02-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16178
16179 * config/rs6000/sysv4.h (STARTFILE_SPEC): Use crtbeginT.o for -static.
16180 (LINK_EH_SPEC): Define.
16181 * config/rs6000/t-ppccomm (EXTRA_MULTILIB_PARTS): Add crtbeginT.o.
16182
16183 2002-02-18 Ulrich Weigand <uweigand@de.ibm.com>
16184
16185 * config/s390/s390.c (s390_emit_prologue): Do not set the
16186 frame_related flag for call-clobbered registers.
16187
16188 Mon Feb 18 15:07:35 CET 2002 Jan Hubicka <jh@suse.cz>
16189
16190 * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
16191 (construct_container): Fix handling of SSE operands.
16192 (ix86_expand_builtin): Fix handling of 64bit pointers.
16193 (mmx_maskmovq_rex): New pattern.
16194
16195 Mon Feb 18 11:55:55 CET 2002 Jan Hubicka <jh@suse.cz>
16196
16197 * regrename.c (kill_set_value): Handle subregs properly.
16198
16199 2002-02-18 David Billinghurst <David.Billinghurst@riotinto.com>
16200
16201 * objc/objc-act.c (handle_impent): Remove leading '*'
16202 from objc_class_name.
16203
16204 2002-02-17 Richard Henderson <rth@redhat.com>
16205
16206 * config/alpha/alpha.c (some_small_symbolic_operand,
16207 some_small_symbolic_operand_1, split_small_symbolic_operand,
16208 split_small_symbolic_operand_1): Rename from *symbolic_mem_op*.
16209 Handle small SYMBOL_REFs anywhere, not just inside memories.
16210 * config/alpha/alpha-protos.h: Update.
16211 * config/alpha/alpha.h (PREDICATE_CODES): Update.
16212 * config/alpha/alpha.md (small symbolic operand splitter): Update.
16213
16214 2002-02-17 Roland McGrath <roland@frob.com>
16215
16216 * config.gcc (powerpc-*-gnu-gnualtivec*,
16217 powerpc-*-gnu*, powerpc64-*-gnu*): New configurations.
16218 * config/rs6000/gnu.h: New file.
16219 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS):
16220 Grok "gnu" in rs6000_abi_name.
16221 (ASM_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC,
16222 CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC, LIB_SPEC, ENDFILE_SPEC):
16223 Grok -mcall-gnu analogous to -mcall-linux et al.
16224 (LIB_GNU_SPEC, STARTFILE_GNU_SPEC, ENDFILE_GNU_SPEC,
16225 LINK_START_GNU_SPEC, LINK_OS_GNU_SPEC, CPP_OS_GNU_SPEC): New macros.
16226 (SUBTARGET_EXTRA_SPECS): Add *_os_gnu specs using them.
16227
16228 2002-02-17 Jakub Jelinek <jakub@redhat.com>
16229
16230 PR c/3444:
16231 * c-typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
16232 shortening.
16233
16234 2002-02-17 Philipp Thomas <pthomas@suse.de>
16235
16236 * config/cris/cris.h: Undefine STARTFILE_SPEC and
16237 ENDFILE_SPEC before (re)defining them.
16238
16239 2002-02-17 Kazu Hirata <kazu@hxi.com>
16240
16241 * config/h8300/h8300.c: Fix formatting.
16242 * config/h8300/h8300.h: Likewise.
16243
16244 2002-02-17 Philipp Thomas <pthomas@suse.de>
16245
16246 * doc/tm.texi: Explain why empty strings should not be
16247 marked for translation.
16248
16249 2002-02-17 Philipp Thomas <pthomas@suse.de>
16250
16251 * final.c (output_operand_lossage): Changed to accept
16252 printf style arguments. Change calls where necessary.
16253 * output.h (output_operand_lossage): Change declaration
16254 accordingly. Update copyright.
16255 * config/arc/arc.c config/fr30/fr30.c config/m32r/m32r.c
16256 config/m88k/m88k.c : Adapt all calls to output_operand_lossage.
16257 Update copyright date where necessary.
16258
16259 * config/i386/i386.c (print_operand): Likewise. Remove use of
16260 sprintf.
16261
16262 * config/cris/cris.c (cris_operand_lossage): Likewise.
16263 Rename parameter so that exgettext recognizes it as
16264 translatable message.
16265 (LOSE_AND_RETURN): Rename parameter to msgid.
16266
16267 2002-02-17 Kazu Hirata <kazu@hxi.com>
16268
16269 * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Replace a
16270 hard coded register number with an appropriate macro.
16271 (HARD_REGNO_MODE_OK): Likewise.
16272 (ARG_POINTER_REGNUM): Likewise.
16273 (STATIC_CHAIN_REGNUM): Likewise.
16274 (RETURN_ADDRESS_POINTER_REGNUM): Likewise.
16275 * config/h8300/h8300.md (define_constants): Define more
16276 register numbers.
16277
16278 2002-02-17 Philipp Thomas <pthomas@suse.de>
16279
16280 * config/i386/i386.h: Don't mark empty strings for translation.
16281
16282 2002-02-16 H.J. Lu <hjl@gnu.org>
16283
16284 * config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
16285
16286 2002-02-16 Zack Weinberg <zack@codesourcery.com>
16287
16288 * cppinit.c (merge_include_chains): Check for brack being
16289 NULL before attempting to merge it with qtail.
16290
16291 2002-02-16 Andrew Cagney <ac131313@redhat.com>
16292
16293 * config/rs6000/netbsd.h (PREFERRED_DEBUGGING_TYPE): Set to
16294 DBX_DEBUG.
16295
16296 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
16297
16298 * pa/t-pa, pa/t-pro, som.h: Revert last patch.
16299
16300 2002-02-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
16301
16302 * pa/t-pa (LIB2FUNCS_EXTRA): Don't build lib2funcs.asm.
16303 * pa/t-pro (LIB2FUNCS_EXTRA): Likewise.
16304 * som.h (DO_GLOBAL_DTORS_BODY): Delete define.
16305
16306 Sat Feb 16 13:48:50 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16307
16308 * config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movsi_nt_vms;
16309 now only if !TARGET_FIX.
16310 (*movsi_nt_vms_fix): New pattern.
16311
16312 2002-02-16 Douglas B Rupp <rupp@gnat.com>
16313
16314 * config/alpha/alpha.c: Implement null frame procedure types on VMS.
16315 (alpha_procedure_type): Replaces alpha_is_stack_procedure.
16316 (alpha_sa_mask, alpha_sa_size): Reflect above change.
16317 (alpha_pv_save_size, alpha_expand_prologue): Likewise.
16318 (alpha_start_function, alpha_expand_epilogue): Likewise.
16319 (unicosmk_gen_dsib): Likewise.
16320
16321 Sat Feb 16 13:39:09 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16322
16323 * expr.c (store_constructor): Handle target REG case for ARRAY_TYPE.
16324
16325 2002-02-16 Ulrich Weigand <uweigand@de.ibm.com>
16326
16327 * config/s390/s390.c (pool_stop_uid, other_chunk, far_away,
16328 check_and_change_labels, s390_final_chunkify): Delete.
16329 (s390_split_branches, s390_chunkify_pool): New functions.
16330 (s390_function_prologue): Call them.
16331
16332 * config/s390/s390.h (S390_REL_MAX): Delete.
16333 (S390_CHUNK_MAX, S390_CHUNK_OV): Adjust values.
16334
16335 * config/s390/s390.md (cjump, icjump, jump): Fix length
16336 attribute calculation.
16337
16338
16339 2002-02-15 David Edelsohn <edelsohn@gnu.org>
16340
16341 * config/rs6000/linux64.h (STRIP_NAME_ENCODING): Delete.
16342 * config/rs6000/ppc-asm.h (JUMP_TARGET): Define for powerpc64.
16343
16344 2002-02-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
16345
16346 * gcc.c (init_gcc_specs): Revert patch from 2002-02-15.
16347 * config/pa/pa-linux.h (LIB_SPEC): Likewise.
16348 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Likewise.
16349
16350 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
16351
16352 * c-decl.c (grokdeclarator): Prevent a segfault on unnamed decls.
16353
16354 2002-02-15 Richard Sandiford <rsandifo@redhat.com>
16355
16356 * reload.c (find_dummy_reload): Check that an output register
16357 is valid for its mode.
16358
16359 2002-02-14 Alexandre Oliva <aoliva@redhat.com>
16360
16361 * combine.c (known_cond): After replacing the REG of a SUBREG, try
16362 to simplify it.
16363
16364 * function.c (assign_parms): Demote promoted argument passed by
16365 transparent reference.
16366
16367 2001-02-14 Joel Sherrill <joel@OARcorp.com>
16368
16369 * config/arm/rtems-elf.h, config/h8300/rtems.h: Removed redundant
16370 -Acpu() and -Amachine() to eliminate warnings.
16371
16372 2002-02-14 Ulrich Weigand <uweigand@de.ibm.com>
16373
16374 * config/s390/linux.h (ASM_OUTPUT_ALIGNED_BSS): New.
16375
16376 2002-02-14 Kazu Hirata <kazu@hxi.com>
16377
16378 * config/h8300/h8300-protos.h: Update the prototype for
16379 const_costs.
16380 * config/h8300/h8300.c (const_costs): Treat SET as a little
16381 more expensive operation.
16382 * config/h8300/h8300.h (DEFAULT_RTX_COSTS): Update the
16383 reference to const_costs.
16384
16385 2002-02-14 Hans-Peter Nilsson <hp@axis.com>
16386
16387 * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
16388
16389 2002-02-14 Jakub Jelinek <jakub@redhat.com>
16390
16391 PR c/5503:
16392 * c-decl.c (duplicate_decls): If builtin type has TYPE_ARG_TYPES NULL,
16393 use arguments from newtype.
16394
16395 2002-02-13 Eric Christopher <echristo@redhat.com>
16396
16397 * config/mips/mips.c (override_options): Add check for march/mipsX
16398 on the same command line. Fix error message in cpu processing.
16399 Remove architecture and ISA checks.
16400
16401 2002-02-14 Aldy Hernandez <aldyh@redhat.com>
16402
16403 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Adjust for vectors.
16404
16405 * config/rs6000/sysv4.h (ROUND_TYPE_ALIGN): Add MAX.
16406
16407 2002-02-14 Aldy Hernandez <aldyh@redhat.com>
16408
16409 * config/rs6000/rs6000.md ("*movv4si_internal"): Add m<-r and r<-r
16410 alternatives.
16411 ("*movv8hi_internal1"): Same.
16412 ("*movv16qi_internal1"): Same.
16413 ("*movv4sf_internal1"): Same.
16414
16415 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Do
16416 not push_reload for altivec modes.
16417
16418 2002-02-13 Joel Sherrill <joel@OARcorp.com>
16419
16420 * config.gcc (a29k-*-rtems), config/a29k/rtems.h: General cleanup across
16421 all RTEMS targets including removal of #includes from config/*/rtems*.h
16422 file and adding them to tm_file setting. Added xm_defines=POSIX to
16423 many targets.
16424 * config.gcc (c4x-*-rtems), config/c4x/rtems.h: Ditto.
16425 * config.gcc (h8300-*-rtems), config/h8300/rtems.h: Ditto.
16426 * config.gcc (hppa1.1-*-rtems), config/pa/rtems.h: Ditto.
16427 * config.gcc (i960-*-rtems), config/i960/rtems.h: Ditto.
16428 * config.gcc (m68k-*-rtems*), config/m68k/rtems.h,
16429 config/m68k/rtemself.h: Ditto.
16430 * config.gcc (mips*-*-rtems*), config/mips/rtems.h,
16431 config/mips/rtems64.h: Ditto.
16432 * config.gcc (powerpc-*-rtems*), config/rs6000/rtems.h: Ditto.
16433 * config.gcc (sh-*-rtems*), config/sh/rtems.h, config/sh/rtemself.h:
16434 Ditto.
16435 * config.gcc (sparc-*-rtems*), config/sparc/rtems.h,
16436 config/sparc/rtemself.h: Ditto.
16437 * config.gcc (v850-*-rtems*), config/v850/rtems.h: Ditto.
16438 * config.gcc (arm-rtems), config/arm/rtems-elf.h: Ditto plus moved
16439 arm-rtems stanza closer to other arm-elf targets and made arm-rtems
16440 more like arm-elf.
16441 * config.gcc (i[34567]86-*-rtems*), config/i386/djgpp-rtems.h,
16442 config/i386/rtems.h, config/i386/rtemself.h: Ditto plus i386-rtemself
16443 target made more similar to i386-elf.
16444 * config/i386/t-rtems-i386: Added soft float support and multilibs.
16445 * config/m68k/t-m68kbare: Add 68040 and 68060 as multilib alternatives to
16446 be similar to config/m68k/t-m68kelf.
16447 * gthr-rtems.h: Encapsulate with extern "C" for C++.
16448
16449 Wed Feb 13 23:41:15 CET 2002 Jan Hubicka <jh@suse.cz>
16450
16451 * regmove.c (kill_value): Handle subregs.
16452
16453 Wed Feb 13 23:34:30 CET 2002 Jan Hubicka <jh@suse.cz>
16454
16455 * i386.md (mul patterns): Allow memory operand to be first;
16456 add expanders where needed; fix constraints.
16457 (min?f_nonieee, max?f_nonieee, SSE TImode patterns):
16458 Allow memory operand to be the first.
16459
16460 * i386.c (ix86_prepare_fp_compare_args): Fix condition for swapping
16461 operands.
16462
16463 2002-02-13 Jakub Jelinek <jakub@redhat.com>
16464
16465 PR c/5681:
16466 * expr.c (safe_from_p): Pass VOIDmode to true_dependence instead of
16467 GET_MODE (x).
16468
16469 2002-02-13 Jakub Jelinek <jakub@redhat.com>
16470
16471 PR optimization/5547:
16472 * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify
16473 all valid IA-32 address modes involving non-scaled %ebx and
16474 GOT/GOTOFF as displacement.
16475
16476 2002-02-13 Ulrich Weigand <uweigand@de.ibm.com>
16477
16478 * config/s390/s390.c (s390_final_chunkify): Re-run shorten_branches
16479 after emitting ltorg insns.
16480
16481 * config/s390/s390.md (*cmpdf_ccs_0, *cmpdf_ccs, *cmpsf_ccs_0,
16482 *cmpsf_ccs, truncdfsf2_ieee, *adddf3, *addsf3, *subdf3, *subsf3,
16483 *muldf3, *mulsf3, *divdf3, *divsf3, *negdf2, *negsf2, *absdf2,
16484 *abssf2): Fix "op_type" attribute.
16485
16486 2002-02-13 Douglas B Rupp <rupp@gnat.com>
16487
16488 * mkconfig.sh: Avoid using a subshell redirect.
16489 ($output.T): Change to $(output)T.
16490 (ENABLE_NLS): Remove unneeded undef.
16491
16492 * config/alpha/vms.h (MD_EXEC_PREFIX, MD_STARTFILE_PREFIX): Define.
16493 * config/alpha/x-vms (libsubdir): Define.
16494
16495 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Handle
16496 register frame procedures. Optimize retrieving context.
16497
16498 * config/alpha/t-vms (MULTILIB_OPTIONS): Define.
16499 (MULTILIB_DIRNAME, LIBGCC, INSTALL_LIBGCC): Likewise.
16500 * config/alpha/vms.h (ASM_FILE_START): Write .arch directive.
16501
16502 Wed Feb 13 09:45:08 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16503
16504 * alias.c (find_base_term, case ZERO_EXTEND, case SIGN_EXTEND):
16505 Make same change as for find_base_value.
16506
16507 2002-02-13 Kazu Hirata <kazu@hxi.com>
16508
16509 * config/h8300/h8300.h (MODES_TIEABLE_P): Accept a combination
16510 of QImode and SImode.
16511
16512 2002-02-13 Kazu Hirata <kazu@hxi.com>
16513
16514 * config/h8300/h8300.c (h8300_adjust_insn_length): Correct the
16515 length computation of movsi.
16516 * config/h8300/h8300.md (movsi_h8300hs): Correct the length.
16517
16518 2002-02-13 Kazu Hirata <kazu@hxi.com>
16519
16520 * config/h8300/h8300.md (subqi3): Tighten the predicate for
16521 operands[2] to register_operand.
16522
16523 Wed Feb 13 10:35:56 CET 2002 Jan Hubicka <jh@suse.cz>
16524
16525 * i386.md (fop_*_comm_*): allow nonimmediate in the first operand.
16526
16527 2002-02-12 Aldy Hernandez <aldyh@redhat.com>
16528
16529 * config/rs6000/rs6000.md: Use predicate altivec_register_operand
16530 for altivec_lvx* and altivec_stvx*.
16531 ("*movv4si_internal"): Add constraint for loading from GPRs.
16532 ("*movv8hi_internal1"): Same.
16533 ("*movv16qi_internal1"): Same.
16534 ("*movv4sf_internal1"): Same.
16535
16536 * config/rs6000/rs6000.c (altivec_register_operand): New.
16537
16538 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
16539 altivec_register_operand.
16540
16541 2002-02-13 Hans-Peter Nilsson <hp@bitrange.com>
16542
16543 * config/mmix/mmix.c (mmix_assemble_integer) <case 4>: Don't
16544 handle SYMBOL_REF.
16545
16546 2002-02-13 Stan Shebs <shebs@apple.com>
16547
16548 * c-typeck.c (digest_init): Handle vectors.
16549 (really_start_incremental_init): Same.
16550 (pop_init_level): Same.
16551 (process_init_element): Same.
16552
16553 * varasm.c (output_constant): Same.
16554
16555 * expr.c (clear_storage): Same.
16556 (store_constructor): Same.
16557
16558 2002-02-12 Eric Christopher <echristo@redhat.com>
16559
16560 * explow.c (hard_function_value): Add comment explaining
16561 signed/unsigned comparison.
16562
16563 2002-02-12 Jakub Jelinek <jakub@redhat.com>
16564
16565 * jump.c (never_reached_warning): Add finish argument.
16566 If finish is NULL, stop on CODE_LABEL, otherwise stop before first
16567 real insn after end.
16568 * rtl.h (never_reached_warning): Adjust prototype.
16569 * cse.c (cse_insn): Pass NULL as finish to never_reached_warning.
16570 * cfgrtl.c (flow_delete_block): Pass b->end as finish to
16571 never_reached_warning.
16572
16573 2002-02-12 Graham Stott <grahams@redhat.com>
16574
16575 * config/hp/pa.h (GO_IF_LEGITIMATE_ADDRESS): Fix typos.
16576
16577 2002-02-12 Kazu Hirata <kazu@hxi.com>
16578
16579 * config/h8300/h8300.c (shift_alg_hi): Improve the 15-bit
16580 logical shifts on H8/300.
16581 (shift_alg_si): Improve several shifts on H8/300.
16582 (get_shift_alg): Likewise.
16583
16584 2002-02-12 Graham Stott <grahams@redhat.com>
16585
16586 * config/pa/pa.c (compute_movstrsi_length): Fix typos.
16587
16588 Tue Feb 12 10:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
16589
16590 * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
16591 Handle #ifdef POINTERS_EXTEND_UNSIGNED.
16592
16593 2002-02-11 Hans-Peter Nilsson <hp@bitrange.com>
16594
16595 * config/mmix/mmix.c (mmix_assemble_integer) <case 1, 2>: Handle
16596 non-CONST_INT through default_assemble_integer.
16597 <case 4>: Likewise, for non-CONST_INT, non-SYMBOL_REF.
16598 <case 8>: Abort for CONST_DOUBLE.
16599
16600 2002-02-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
16601
16602 * gcc.c (init_gcc_specs): Add static libgcc to link when "-shared"
16603 is specified.
16604 * config/pa/pa-linux.h (LIB_SPEC): Delete.
16605 * config/pa/pa32-linux.h (LINK_COMMAND_SPEC): Delete.
16606
16607 2002-02-11 Andrew Haley <aph@cambridge.redhat.com>
16608
16609 * config/stormy16/stormy16.md (zero_extendqihi2): New.
16610
16611 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
16612
16613 * regrename.c (regrename_optimize): Don't accept a
16614 part-clobbered register if the replaced register is not part
16615 clobbered.
16616
16617 * calls.c (store_one_arg): In the non-BLKmode non-partial case,
16618 take padding into account when computing the argument value.
16619
16620 * config/sh/sh.h (FUNCTION_ARG_REGNO_P): Fix parenthesizing error.
16621
16622 * combine.c (try_combine): Apply substitutions in
16623 CALL_INSN_FUNCTION_USAGE too.
16624
16625 2002-02-11 Aldy Hernandez <aldyh@redhat.com>
16626
16627 * config/rs6000/rs6000.c (altivec_init_builtins): Handle
16628 __builtin_altivec_abs*.
16629 (bdesc_abs): New.
16630
16631 * config/rs6000/rs6000.h (rs6000_builtins): Add
16632 ALTIVEC_BUILTIN_ABS*.
16633
16634 * config/rs6000/altivec.h: Use const char for builtins expecting
16635 literals.
16636 (vec_abs): New versions for C and C++.
16637 (vec_abss): Same.
16638
16639 2002-02-10 Kazu Hirata <kazu@hxi.com>
16640
16641 * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by
16642 using Pmode.
16643
16644 2002-02-10 Kazu Hirata <kazu@hxi.com>
16645
16646 * config/h8300/h8300.h (STACK_POINTER_REGNUM): Use the
16647 constant definition from h8300.md.
16648 (FRAME_POINTER_REGNUM): Likewise.
16649 * config/h8300/h8300.md (define_constants): Add FP_REG.
16650
16651 2002-02-10 Kazu Hirata <kazu@hxi.com>
16652
16653 * config/h8300/h8300.c (print_operand): Remove redundant code.
16654
16655 2002-02-10 Kazu Hirata <kazu@hxi.com>
16656
16657 * config/h8300/h8300-protos.h: Remove the prototype for byte_reg.
16658 * config/h8300/h8300.c (byte_reg): Make it static.
16659
16660 2002-02-10 Richard Henderson <rth@redhat.com>
16661
16662 PR c/5623
16663 * c-typeck.c (incomplete_type_error): Handle flexible array members.
16664
16665 2002-02-10 Richard Henderson <rth@redhat.com>
16666
16667 PR c++/5624
16668 * tree.c (append_random_chars): Don't abort if main_input_filename
16669 does not exist.
16670
16671 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
16672
16673 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): Disable.
16674
16675 2002-02-10 Kazu Hirata <kazu@hxi.com>
16676
16677 * config/h8300/h8300.md (pushhi1_h8300): Correct the mode used.
16678 (pushhi1): Likewise.
16679
16680 2002-02-10 John David Anglin <dave@hiauly1.hia.nrc.ca>
16681
16682 * pa.c (reg_before_reload_operand): Don't accept a SUBREG operand.
16683 * pa.h (PREDICATE_CODES): Adjust codes for reg_before_reload_operand.
16684
16685 2002-02-09 David O'Brien <obrien@FreeBSD.org>
16686
16687 * config/sparc/freebsd.h(TARGET_DEFAULT): Add MASK_EPILOGUE setting and
16688 remove MASK_VIS.
16689 (ASM_CPU_DEFAULT_SPEC): Remove. Default setting is fine.
16690
16691 2002-02-09 Kazu Hirata <kazu@hxi.com>
16692
16693 * config/h8300/h8300.c (output_logical_op): Use sub.w to clear
16694 a half of an SImode register on H8/300.
16695
16696 Sat Feb 9 18:28:02 CET 2002 Jan Hubicka <jh@suse.cz>
16697
16698 * i386.md (movdi_2): Add missing '!'.
16699
16700 2002-02-09 Kazu Hirata <kazu@hxi.com>
16701
16702 * config/h8300/h8300.h: Fix formatting. Remove commented-out
16703 definitions.
16704
16705 2002-02-09 Kazu Hirata <kazu@hxi.com>
16706
16707 * config/h8300/h8300.md (length): Correct the distance valid
16708 for the short branch.
16709
16710 2002-02-09 Kazu Hirata <kazu@hxi.com>
16711
16712 * config/h8300/h8300.md (iorhi3): Tighten the predicates.
16713
16714 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
16715
16716 * config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
16717 registers in SImode.
16718 (HARD_REGNO_CALL_PART_CLOBBERED) [TARGET_SHMEDIA32]: Set r18 as
16719 part-clobbered.
16720
16721 * config/sh/sh.c (expand_prologue): Fix mis-applied 2001-11-09's
16722 patch.
16723
16724 Contribute sh64-elf.
16725 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
16726 * config/sh/sh.c (TARGET_CANNOT_MODIFY_JUMPS_P): Define to...
16727 (sh_cannot_modify_jumps_p): New function.
16728 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
16729 * config/sh/sh.c (TARGET_MS_BITFIELD_LAYOUT_P): Define to...
16730 (sh_ms_bitfield_layout_p): New function.
16731 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
16732 Zack Weinberg <zack@codesourcery.com>
16733 * config/sh/sh.h (TRAMPOLINE_ADJUST_ADDRESS): Use
16734 expand_simple_binop instead of expand_binop.
16735 2002-02-03 Alexandre Oliva <aoliva@redhat.com>
16736 * config/sh/sh.h (OVERRIDE_OPTIONS) [! TARGET_SH5]: Disable
16737 use of .quad and .uaquad.
16738 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP,
16739 TARGET_ASM_ALIGNED_DI_OP): Add comment pointing to the above.
16740 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
16741 * config/sh/sh.md (movdi_const, movdi_const_32bit,
16742 movdi_const_16bit): Make sure all CONSTs have modes.
16743 (sym2PIC): Ditto, but by adjusting all callers.
16744 * config/sh/sh.c (calc_live_regs) [TARGET_SHCOMPACT]: Set pr_live
16745 if the prologue calls the SHmedia argument decoder or register
16746 saver.
16747 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
16748 * config/sh/sh.c (TARGET_ASM_UNALIGNED_DI_OP): Define.
16749 (TARGET_ASM_ALIGNED_DI_OP): Likewise.
16750 (sh_expand_epilogue): Don't emit USE of return target register.
16751 (prepare_move_operands): Legitimize DImode PIC addresses.
16752 (sh_media_register_for_return): Skip tr0, used to initialize the
16753 PIC register.
16754 (sh_expand_prologue): Remove explicit USE of return register.
16755 (nonpic_symbol_mentioned_p): PC is non-PIC. Don't recurse in
16756 CONST_DOUBLEs. UNSPEC_GOTPLT is PIC.
16757 * config/sh/sh.h (ASM_OUTPUT_DOUBLE_INT): Removed, obsolete.
16758 (OVERRIDE_OPTIONS): Don't disable PIC on SH5.
16759 (EXTRA_CONSTRAINT_S): Use MOVI_SHORI_BASE_OPERAND_P instead of
16760 EXTRA_CONSTRAINT_T.
16761 (GOT_ENTRY_P, GOTPLT_ENTRY_P, GOTOFF_P, PIC_ADDR_P): New.
16762 (MOVI_SHORI_BASE_OPERAND_P): New.
16763 (NON_PIC_REFERENCE_P, PIC_REFERENCE_P): New.
16764 (EXTRA_CONSTRAINT_T): Define in terms of them.
16765 (OUTPUT_ADDR_CONST_EXTRA): Handle UNSPEC_GOTPLT.
16766 * config/sh/sh.md (movsi_media, movsi_media_nofpu,
16767 movdi_media, movdi_media_nofpu): Add SIBCALL_REGS class to
16768 alternatives supporting TARGET_REGS.
16769 (UNSPEC_GOTPLT): New constant.
16770 (movdi split): Move incrementing of LABEL_NUSES...
16771 (movdi_const, movdi_const_32bit): Here. Use
16772 MOVI_SHORI_BASE_OPERAND_P instead of EXTRA_CONSTRAINT_T.
16773 (movdi_const_16bit): New.
16774 (call, call_value) [flag_pic]: Use GOTPLT.
16775 (call_pop, call_value_pop): New expands.
16776 (call_pop_compact, call_pop_rettramp): New insns.
16777 (call_value_pop_compact, call_value_pop_rettramp): New insns.
16778 (sibcall) [flag_pic]: Use GOT.
16779 (builtint_setjmp_receiver): Remove bogus, unused expand.
16780 (GOTaddr2picreg): Implement for SHcompact and SHmedia.
16781 (*pt, *ptb, ptrel): New insns.
16782 (sym2GOT): Handle DImode GOT.
16783 (sym2GOTPLT, symGOTPLT2reg): New expands.
16784 (sym2PIC): New expand.
16785 (shcompact_return_tramp): Use GOTPLT to return trampoline.
16786 (shcompact_return_tramp_i): Use return register explicitly.
16787 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SHMEDIA]: Don't
16788 disable flag_reorder_blocks.
16789 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
16790 * config/sh/sh.md (sibcall_compact): Reorder return, uses and
16791 clobbers, for clarity.
16792 (sibcall_epilogue) [TARGET_SHCOMPACT]: Mark saving and
16793 restoring of r0 in macl as MAYBE_DEAD.
16794 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
16795 * config/sh/sh.h (LONG_DOUBLE_TYPE_SIZE): Define.
16796 * config/sh/sh.md (movv4sf_i, movv16sf_i): Fix uses of
16797 alter_subreg all over.
16798 (jump) [TARGET_SHMEDIA]: FAIL to create new jumps after
16799 reload, instead of emitting instructions that would require
16800 reloading.
16801 (casesi_load_media): Add missing modes.
16802 2001-11-09 Alexandre Oliva <aoliva@redhat.com>
16803 * config/sh/sh.c (sh_expand_prologue): Mark the PIC register
16804 as used if the argument decoder is called.
16805 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
16806 * config/sh/sh.md (udivsi3, divsi3): Load libcall symbol name in
16807 Pmode, then extend it to DImode if necessary.
16808 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
16809 * config/sh/sh.h (LEGITIMATE_CONSTANT_P): Don't accept DFmode
16810 constants in FPU-enabled SHmedia, let them be loaded from memory.
16811 2001-08-28 Alexandre Oliva <aoliva@redhat.com>
16812 * config/sh/sh.md (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media):
16813 Adjust whitespace in assembly output templates.
16814 2001-08-28 Stephen Clarke <Stephen.Clarke@st.com>
16815 * config/sh/sh.md (movdicc_false, movdicc_true, movdicc): Adjust
16816 mode of if_then_else.
16817 2001-08-04 Alexandre Oliva <aoliva@redhat.com>
16818 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): Override definition in
16819 sh.h.
16820 2001-07-26 Andrew Haley <aph@cambridge.redhat.com>
16821 Joern Rennecke <amylaar@redhat.com>
16822 * config/sh/sh64.h (CPP_DEFAULT_CPU_SPEC): New.
16823 (SUBTARGET_CPP_PTR_SPEC): New.
16824 (SUBTARGET_CPP_SPEC): Remove.
16825 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
16826 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
16827 Fix typo in previous checkin.
16828 2001-07-11 Chandrakala Chavva <cchavva@redhat.com>
16829 * config/sh/sh.h (MODES_TIEABLE_P): Fix redact indentations.
16830 2001-07-10 Chandrakala Chavva <cchavva@cygnus.com>
16831 Alexandre Oliva <aoliva@redhat.com>
16832 * config/sh/sh.h (MODES_TIEABLE_P): Don't tie modes wider than
16833 what single FP register can hold for SHmedia target.
16834 2001-07-06 Chandrakala Chavva <cchavva@redhat.com>
16835 Alexandre Oliva <aoliva@redhat.com>
16836 * config/sh/sh.md (movsf_media_nofpu+1, movdf_media_nofpu+1):
16837 Do not split into SUBREG.
16838 2001-06-14 Alexandre Oliva <aoliva@redhat.com>
16839 * config/sh/ushmedia.h, config/sh/sshmedia.h: Updated signatures
16840 and added new functions as specified in SH5 ABI r9.
16841 2001-06-04 Alexandre Oliva <aoliva@redhat.com>
16842 * config/sh/lib1funcs.asm (GCC_nested_trampoline): Align to an
16843 8-byte boundary.
16844 2001-06-03 Alexandre Oliva <aoliva@redhat.com>
16845 * config/sh/sh.c (dump_table): Add const0_rtx in calls of
16846 gen_consttable_4 and gen_consttable_8. Emit multiple labels
16847 and consttable_window_ends.
16848 2001-06-03 Graham Stott <grahams@redhat,com>
16849 * config/sh/sh.md (movdi split): Remove unused variable last_insn.
16850 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
16851 * config/sh/sh.c (print_operand): Handle floating-point pair,
16852 vector and matrix registers.
16853 * config/sh/sh.h (REGISTER_MOVE_COST): Take floating-pointer
16854 vector modes into account.
16855 * config/sh/sh.md (movv2sf): Split move between registers into
16856 movdf.
16857 (movv4sf, movv16sf): Introduce insns that get split only after
16858 reload.
16859 * config/sh/shmedia.h: Fix Copyright dates.
16860 * config/sh/ushmedia.h: Likewise. Move loop counter
16861 declarations into conditionals that uses them.
16862 (sh_media_FVADD_S, sh_media_FVSUB_S): Fix off-by-one error in
16863 loop boundary.
16864 * config/sh/sshmedia.h: Fix Copyright dates.
16865 (sh_media_PUTCFG): Fix constraints.
16866 2001-05-12 Alexandre Oliva <aoliva@redhat.com>
16867 * config/sh/sh.h (TARGET_PTRMEMFUNC_VBIT_LOCATION): Define to
16868 ptrmemfunc_vbit_in_delta for SH5.
16869 2001-05-08 Alexandre Oliva <aoliva@redhat.com>
16870 * config/sh/sh.h (TARGET_SWITCHES): Document -m5-*.
16871 * invoke.texi: Likewise.
16872 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
16873 * config/sh/lib1funcs.asm (GCC_push_shmedia_regs,
16874 GCC_push_shmedia_regs_nofpu, GCC_pop_shmedia_regs,
16875 GCC_pop_shmedia_regs_nofpu): New global symbols.
16876 * config/sh/t-sh64 (LIB1ASMFUNCS): Add them.
16877 * config/sh/sh.h (SHMEDIA_REGS_STACK_ADJUST): New macro.
16878 * config/sh/sh.c (calc_live_regs): Account for PR's saving in
16879 compact function with nonlocal labels.
16880 (sh_expand_prologue) [SHcompact]: Push SHmedia regs if needed.
16881 (sh_expand_epilogue) [SHcompact]: Pop them when appropriate.
16882 (initial_elimination_offset): Account for their stack space.
16883 * config/sh/sh.md (shmedia_save_restore_regs_compact): New insn.
16884 * config/sh/sh.md (movsi_media, movsi_media_nofpu, movqi_media,
16885 movhi_media, movdi_media, movdi_media_nofpu, movdf_media,
16886 movdf_media_nofpu, movsf_media, movsf_media_nofpu): Require at
16887 least one of the operands to be a register.
16888 (movv2sf): Likewise. Renamed to movv2sf_i.
16889 (movdi, movdf, movv2sf, movv4sf, movv16sf, movsf):
16890 prepare_move_operands() before emitting SHmedia insns.
16891 2001-04-03 Alexandre Oliva <aoliva@redhat.com>
16892 * config/sh/crti.asm (init, fini) [__SH5__ && ! __SHMEDIA__]:
16893 Don't save nor initialize r12. Don't mis-align the stack.
16894 Pad the code with a nop.
16895 * config/sh/crti.asm: Don't restore r12. Don't mis-align the
16896 stack.
16897 2001-03-13 Alexandre Oliva <aoliva@redhat.com>
16898 * gcc/longlong.h (__umulsidi3, count_leading_zeros)
16899 [__SHMEDIA__]: Implement.
16900 2001-03-11 Alexandre Oliva <aoliva@redhat.com>
16901 * config/sh/sh.md: Set latency of `pt' closer to reality.
16902 (movsi_media, movsi_media_nofpu, movdi_media, movdi_media_nofpu,
16903 movdf_media, movdf_media_nofpu, movsf_media, movsf_media_nofpu):
16904 Set move, load and store type attributes.
16905 * config/sh/sh.c (sh_loop_align) [TARGET_SH5]: Set to 3.
16906 * config/sh/sh.h (OVERRIDE_OPTIONS) [TARGET_SH5]: Disable
16907 profiling.
16908 * config/sh/sh.h (PROMOTE_MODE): Sign-extend SImode to DImode.
16909 * config/sh/sh-protos.h (sh_media_register_for_return): Declare.
16910 * config/sh/sh.c (sh_media_register_for_return): New function.
16911 (sh_expand_prologue) [TARGET_SHMEDIA]: Copy r18 to an available
16912 branch-target register.
16913 (sh_expand_epilogue) [TARGET_SHMEDIA]: Explicitly USE it.
16914 * config/sh/sh.md (return_media_i): Use any call-clobbered
16915 branch-target register.
16916 (return_media): If r18 wasn't copied in the prologue, copy it
16917 here.
16918 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE) [TARGET_SHMEDIA]:
16919 Clear class FP0_REGS.
16920 * config/sh/sh64.h (LINK_SPEC): Removed incorrect default copied
16921 from elf.h.
16922 2001-03-08 DJ Delorie <dj@redhat.com>
16923 * config/sh/sh.h (OVERRIDE_OPTIONS): Disable relaxing for SHMEDIA.
16924 2001-02-09 Alexandre Oliva <aoliva@redhat.com>
16925 * config/sh/sh.md (sibcall_compact): Set fp_mode to single.
16926 2001-02-07 Alexandre Oliva <aoliva@redhat.com>
16927 * config/sh/sh.h (INT_ASM_OP) [SHMEDIA64]: Use `.quad'.
16928 2001-02-03 Alexandre Oliva <aoliva@redhat.com>
16929 * config/sh/sh.h (INIT_CUMULATIVE_ARGS): Compute size of BLKmode
16930 return value correctly for call_cookie.
16931 2001-02-01 Alexandre Oliva <aoliva@redhat.com>
16932 * config/sh/crt1.asm (start): Modified so as to call
16933 ___setup_argv_and_call_main.
16934 2001-01-26 Alexandre Oliva <aoliva@redhat.com>
16935 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't count stack_regs in
16936 SHmedia mode.
16937 2001-01-20 Alexandre Oliva <aoliva@redhat.com>
16938 * config/sh/sh.h (STRIP_DATALABEL_ENCODING): New macro.
16939 (STRIP_NAME_ENCODING): Use it.
16940 (ASM_OUTPUT_LABELREF): Likewise. Don't call assemble_name().
16941 2001-01-19 Alexandre Oliva <aoliva@redhat.com>
16942 * config/sh/sh.md (sgeu) [! SHMEDIA]: Fix invocation of
16943 prepare_scc_operands().
16944 * config/sh/sh.h (SH_DATALABEL_ENCODING): Change to "#"...
16945 (DATALABEL_SYMNAME_P): ... so that we don't need memcmp here.
16946 2001-01-17 Alexandre Oliva <aoliva@redhat.com>
16947 * config/sh/sh.h (STRIP_NAME_ENCODING): Strip leading `*'.
16948 2001-01-13 Alexandre Oliva <aoliva@redhat.com>
16949 * config/sh/sh.md (shcompact_incoming_args): Use R0_REG.
16950 * config/sh/sh.md (R7_REG, R8_REG, R9_REG): Define as constants,
16951 used in shcompact_incoming_args.
16952 * config/sh/sh.c (sh_expand_epilogue): Fix thinko in previous
16953 change.
16954 * config/sh/crt1.asm (start) [SH5]: Switch to single-precision
16955 mode.
16956 * config/sh/lib1funcs.asm (sdivsi3_i4, udivsi3_i4, set_fpscr):
16957 Adjust accordingly.
16958 * config/sh/sh.c (sh_expand_prologue, sh_expand_epilogue):
16959 Simplify. Adjust. Add sanity check.
16960 * config/sh/sh.h (TARGET_SWITCHES) [5-compact]: Set
16961 FPU_SINGLE_BIT.
16962 * config/sh/sh.md (udivsi3_i4_single, divsi3_i4_single): Match
16963 TARGET_SHCOMPACT.
16964 (udivsi3, divsi3): Use them.
16965 (force_mode_for_call): New insn.
16966 (call, call_value, sibcall_value): Emit it before SHcompact
16967 calls.
16968 2001-01-11 Alexandre Oliva <aoliva@redhat.com>
16969 * config/sh/sh.md (call, call_value, sibcall): Make sure the
16970 call cookie is non-NULL before taking its value.
16971 2001-01-10 Alexandre Oliva <aoliva@redhat.com>
16972 * config.gcc (sh64): Set target_requires_64bit_host_wide_int.
16973 2001-01-09 Alexandre Oliva <aoliva@redhat.com>
16974 * config/sh/sh.md (shcompact_incoming_args): Set argument memory
16975 block.
16976 * config/sh/sh.h (STATIC_CHAIN_REGNUM) [SH5]: Use r1.
16977 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r0 as
16978 temporary for stack adjusts. Use MACL and MACH to pass
16979 arguments to shcompact_incoming_args.
16980 * config/sh/sh.md (shcompact_incoming_args): Adjust. Don't
16981 clobber r1.
16982 * config/sh/lib1funcs.asm (shcompact_incoming_args): Likewise.
16983 (nested_trampoline): Load static chain address into r1.
16984 * config/sh/sh.md (movdi_media splits): Fix sign-extension.
16985 2001-01-07 Alexandre Oliva <aoliva@redhat.com
16986 * config/sh/sh.c (fpul_operand) [SHMEDIA]: Just call
16987 fp_arith_reg_operand().
16988 2001-01-06 Alexandre Oliva <aoliva@redhat.com>
16989 * config/sh/sh.md (casesi): Sign-extend the first two operands,
16990 and use signed compares for them.
16991 * config/sh/sh.c (dump_table): Don't emit 8-byte constants after
16992 4-byte ones. Instead, inter-leave them, maintaining the 8-byte
16993 ones properly aligned.
16994 (find_barrier): Account for extra alignment needed for 8-byte wide
16995 constants.
16996 (machine_dependent_reorg): Require a label for the second 4-byte
16997 constant after an 8-byte one.
16998 * config/sh/lib1funcs.asm (sdivsi3): Fix typo in yesterday's
16999 change.
17000 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
17001 * config/sh/sh.c (machine_dependent_reorg) [SHCOMPACT]: Reset
17002 last_float when switching float modes.
17003 * config/sh/sh.md (movdf) [SH5]: Don't use stack-pointer
17004 auto-increment for general-purpose registers.
17005 * config/sh/lib1funcs.asm (sdivsi3) [SHMEDIA]: Sign-extend the
17006 result.
17007 * config/sh/sh.c (sh_expand_prologue) [SH5]: Use r1 as temporary
17008 for stack adjust.
17009 * config/sh/sh.c (sh_builtin_saveregs): Support using all
17010 registers for varargs.
17011 2001-01-01 Alexandre Oliva <aoliva@redhat.com>
17012 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Simplify.
17013 * config/sh/sh.h (CALL_COOKIE_STACKSEQ,
17014 CALL_COOKIE_STACKSEQ_SHIFT, CALL_COOKIE_STACKSEQ_GET): New macros.
17015 (CALL_COOKIE_INT_REG_SHIFT): Adjust.
17016 (FUNCTION_ARG_ADVANCE): Use SHCOMPACT_FORCE_ON_STACK. Adjust
17017 call_cookie accordingly.
17018 (FUNCTION_ARG): Test SHCOMPACT_FORCE_ON_STACK.
17019 (SHCOMPACT_BYREF): Likewise.
17020 (SHCOMPACT_FORCE_ON_STACK): New macro.
17021 * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
17022 (sh_builtin_saveregs): Likewise.
17023 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
17024 shcompact_incoming_args): Use new shift values. Support
17025 sequences of consecutive and non-consecutive pushes/pops.
17026 * config/sh/sh.md (return): Don't explicitly use PR_REG.
17027 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
17028 * config/sh/sh.h (TEXT_SECTION): Define.
17029 * config/sh/elf.h (ASM_FILE_START): Output TEXT_SECTION_ASM_OP.
17030 2001-01-05 Alexandre Oliva <aoliva@redhat.com>
17031 * config/sh/sh.h (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
17032 * config/sh/sh.h (BASE_RETURN_VALUE_REG): Use FP regs for
17033 return values on FPU-enabled SHmedia.
17034 (FUNCTION_VALUE_REGNO_P): Mark FIRST_FP_RET_REG as used on
17035 FPU-enabled SHmedia.
17036 (INIT_CUMULATIVE_ARGS): Set up return trampoline only if
17037 value is returned in a non-FP reg and is not returned by
17038 reference.
17039 * config/sh/sh.md (shcompact_return_tramp_i): Change type to
17040 jump_ind.
17041 2000-01-04 Alexandre Oliva <aoliva@redhat.com>
17042 * config/sh/sh.h (SH_MIN_ALIGN_FOR_CALLEE_COPY): New.
17043 (FUNCTION_ARG_CALLEE_COPIES): Require argument to be
17044 quad-aligned to be passed by callee-copy reference.
17045 2001-01-03 Alexandre Oliva <aoliva@redhat.com>
17046 * config/sh/elf.h (MAX_WCHAR_TYPE_SIZE): Define.
17047 * config/sh/sh64.h (MAX_WCHAR_TYPE_SIZE): Undefine.
17048 2001-01-02 Alexandre Oliva <aoliva@redhat.com>
17049 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix error in
17050 copying low-numbered FP regs to r7 and r8.
17051 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Don't request copying of
17052 FP regs to general-purpose regs only if the copy was passed on the
17053 stack.
17054 * config/sh/lib1funcs.asm (shcompact_call_trampoline): Fix typo in
17055 copying FP reg to r9.
17056 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Use trampoline to
17057 copy FP regs to general-purpose regs only in outgoing calls.
17058 * config/sh/sh.md (movdf_media, movsf_media): Revert incorrect
17059 change from 2000-10-30. Adjust for 64-bit (or 32-bit)
17060 HOST_WIDE_INT.
17061 * config/sh/sh.h (struct sh_args): Document all fields.
17062 (FUNCTION_OK_FOR_SIBCALL): Functions that receive arguments
17063 passed partially on the stack should not consider making
17064 sibcalls.
17065 * config/sh/sh.h (FUNCTION_ARG_ADVANCE): Add byref regs to
17066 stack_regs only for incoming calls. When passing FP args,
17067 make sure there are FP regs available before modifying
17068 call_cookie.
17069 (SHCOMPACT_BYREF): Pass double args in general-purpose
17070 registers by reference.
17071 2000-12-30 Alexandre Oliva <aoliva@redhat.com>
17072 * config/sh/sh.h (FUNCTION_OK_FOR_SIBCALL) [SHCOMPACT]: Don't
17073 attempt to generate sibcalls if the caller got any arguments
17074 by reference.
17075 * config/sh/lib1funcs.asm (set_fpscr) [SH5]: Default to double.
17076 * config/sh/sh.c (dump_table) [SHCOMPACT]: Align DImode and DFmode
17077 to 8-byte boundaries.
17078 * config/sh/sh.md (shcompact_preserve_incoming_args): New insn.
17079 * config/sh/sh.h (CALL_COOKIE_INT_REG_GET): New macro.
17080 * config/sh/sh.c (sh_expand_prologue): Preserve args that will be
17081 stored in the stack.
17082 * config/sh/lib1funcs.asm (ct_main_table, ia_main_table): Arrange
17083 for the offsets to have the ISA bit set.
17084 (shcompact_call_trampoline): Document. Swap r0 and r1, to match
17085 invocation. Use beq instead of bgt to mark end of sequence of
17086 loads.
17087 (shcompact_incoming_args): Fix store of r2. Use beq instead of
17088 bgt to mark end of sequence of stores.
17089 * config/sh/sh.c (arith_operand): Don't check whether
17090 CONST_OK_FOR_J for now.
17091 * config/sh/sh.md (movdf_media, movsf_media): Use HOST_WIDE_INT
17092 instead of long for conversion.
17093 2000-12-29 Alexandre Oliva <aoliva@redhat.com>
17094 * config/sh/sh.c (print_operand_address): Convert INTVAL to int
17095 before passing it to fprintf.
17096 2000-12-28 Alexandre Oliva <aoliva@redhat.com>
17097 * config/sh/crt1.asm (start): Reset SR.FD, to enable the FP unit.
17098 Call set_fpscr before reading/writing SR.
17099 * config/sh/crt1.asm (start): Set SR.SZ and SR.PR, but not SR.FR.
17100 Call set_fpscr.
17101 * config/sh/lib1funcs.asm: Add `.align 2' directives before
17102 SHmedia code.
17103 (FMOVD_WORKS): Define on SH5 with FPU.
17104 (set_fpscr): Define on SH5. Remove separate _fpscr_values
17105 setting.
17106 * config/sh/t-sh64 (LIB1ASMFUNCS): Add _set_fpscr instead of
17107 _fpscr_values.
17108 2000-12-28 Hans-Peter Nilsson <hpn@cygnus.com>
17109 * config/sh/lib1funcs.asm (ct_main_table): Align contents to even
17110 address.
17111 (ia_main_table): Ditto.
17112 2000-12-27 Alexandre Oliva <aoliva@redhat.com>
17113 * config/sh/sh.h (MAX_WCHAR_TYPE_SIZE): Don't define.
17114 * config/sh/sh64.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Reinstate
17115 the definitions from sh.h.
17116 * config/sh/sh.h (PTRDIFF_TYPE): Define as conditional on
17117 TARGET_SH5.
17118 (SUBTARGET_CPP_SPEC): Arrange for __PTRDIFF_TYPE__ to be defined.
17119 * config/sh/elf.h (PTRDIFF_TYPE): Likewise.
17120 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
17121 2000-12-26 Alexandre Oliva <aoliva@redhat.com>
17122 * config/sh/sh.md (movdi_media split): Don't add REG_LABEL notes.
17123 Increment LABEL_NUSES.
17124
17125 * config/sh/sh.h (SIZE_TYPE): Define as conditional on
17126 TARGET_SH5.
17127 (SUBTARGET_CPP_SPEC): Arrange for __SIZE_TYPE__ to be always
17128 defined.
17129 * config/sh/elf.h (SIZE_TYPE): Likewise.
17130 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Likewise.
17131 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
17132 shcompact_incoming_args): Load switch table addresses using
17133 datalabel.
17134 * config/sh/sh.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
17135 (NO_BUILTIN_SIZE_TYPE): Define.
17136 (SIZE_TYPE): Don't define.
17137 * config/sh/sh64.h (SUBTARGET_CPP_SPEC): Define __SIZE_TYPE__.
17138 * config/sh/sh.h (CPP_SPEC): Fixed typo that prevented the
17139 definition of __SH5__=32 for -m5-compact-nofpu.
17140 * config/sh/sh.c (barrier_align): Ensure 32-bit alignment after
17141 ADDR_DIFF_VEC.
17142 2000-12-24 Alexandre Oliva <aoliva@redhat.com>
17143 * config/sh/sh.h (FUNCTION_ARG_PADDING): Removed.
17144 2000-12-23 Alexandre Oliva <aoliva@redhat.com>
17145 * config/sh/sh.h (TARGET_CACHE32): Enable on SH5.
17146 (FUNCTION_BOUNDARY): Ensure 32-bit alignment for SHmedia.
17147 (INSN_LENGTH_ALIGNMENT): Likewise.
17148 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
17149 * config/sh/sh.md (call, call_value, sibcall): Simplify
17150 copying of non-branch-target register.
17151 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
17152 * glimits.h (__LONG_MAX__): Revert 2000-12-13's patch.
17153 * config/sh/sh.h (CPP_SPEC): Define it here for 64-bit SHmedia.
17154 2000-12-22 Alexandre Oliva <aoliva@redhat.com>
17155 * config/sh/sh.h (GET_SH_ARG_CLASS): Handle complex
17156 floating-point values as structs.
17157 (FUNCTION_ARG): Use SH5_PROTOTYPED_FLOAT_ARG.
17158 (SH5_PROTOTYPELESS_FLOAT_ARG): List FP registers before
17159 general-purpose register.
17160 (SH5_PROTOTYPED_FLOAT_ARG): New macro.
17161 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
17162 * config/sh/sh.md (addsi3): Force operand1 to reg for SHmedia.
17163 * config/sh/sh.md (movsi_media): Split CONST_DOUBLE loads too.
17164 * config/sh/sh.h (DATALABEL_REF_P): Don't require the CONST.
17165 (ENCODE_SECTION_INFO): Enclose variables and constants in
17166 DATALABEL unspecs.
17167 (SH_DATALABEL_ENCODING, DATALABEL_SYMNAME_P): Define.
17168 (STRIP_NAME_ENCODING): Strip SH_DATALABEL_ENCODING off.
17169 (ASM_OUTPUT_LABELREF, AMS_OUTPUT_SYMBOL_REF): Define.
17170 * config/sh/sh.c (gen_datalabel_ref): Use UNSPEC_DATALABEL
17171 only for LABEL_REFs. For SYMBOL_REFs, prepend
17172 SH_DATALABEL_ENCODING to the symbol name.
17173 * config/sh/sh.md (indirect_jump): Use SUBREG instead of
17174 convert_mode().
17175 2000-12-20 Alexandre Oliva <aoliva@redhat.com>
17176 * config/sh/sh.md (casesi): Enclose ADDR_DIFF_VEC address in
17177 UNSPEC_DATALABEL.
17178 * config/sh/sh.c (gen_datalabel_ref): Accept LABEL_REFs.
17179 * config/sh/sh.h (DATALABEL_REF_NO_CONST_P): Likewise.
17180 (DATALABEL_REF_P): Don't require CONST.
17181 (ASM_OUTPUT_ADDR_DIFF_ELT): On SH5, output datalabel before
17182 REL label.
17183 2000-12-19 Alexandre Oliva <aoliva@redhat.com>
17184 * config/sh/sh.md (extendhidi2, extendqidi2): Use arithmetic shift
17185 right.
17186 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
17187 * config/sh/sh.md (movsi_media, call, call_value, sibcall):
17188 Use shallow_copy_rtx and PUT_MODE to change the mode of
17189 SYMBOL_REFs, LABEL_REFs, CONSTs, etc.
17190 * config/sh/sh.h (PREFERRED_RELOAD_CLASS): Reload SYMBOL_REFs
17191 on SHmedia using GENERAL_REGs.
17192 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
17193 bltu_media_i): Fix reversion of conditions.
17194 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
17195 * config/sh/sh.md (zero_extendhidi2): Use logical shift right.
17196 * config/sh/sh.c (output_far_jump): Save r13 in macl.
17197 2000-12-17 Alexandre Oliva <aoliva@redhat.com>
17198 * config/sh/sh.c (gen_datalabel_ref): Fix mode of the UNSPEC.
17199 2000-12-16 Alexandre Oliva <aoliva@redhat.com>
17200 * config/sh/lib1funcs.asm (ic_invalidate): Define for SH5.
17201 (GCC_nested_trampoline): Likewise.
17202 * config/sh/sh-protos.h (gen_datalabel_ref): Declare.
17203 * config/sh/sh.c (gen_datalabel_ref): Define.
17204 * config/sh/sh.h (TRAMPOLINE_SIZE): Adjust for SH5.
17205 (INITIALIZE_TRAMPOLINE): Likewise.
17206 (TRAMPOLINE_ADJUST_ADDRESS): Define.
17207 (DATALABEL_REF_NO_CONST_P, DATALABEL_REF_P): Define.
17208 (EXTRA_CONSTRAINT_T): Match DATALABEL unspecs.
17209 (OUTPUT_ADDR_CONST_EXTRA): Handle DATALABEL unspecs.
17210 * config/sh/sh.md (UNSPEC_DATALABEL): New constant.
17211 (ic_invalidate): Adjust for SH5.
17212 (ic_invalidate_line_media, ic_invalidate_line_compact): New insns.
17213 * config/sh/t-sh64 (LIB1ASMFUNCS): Added _ic_invalidate and
17214 _nested_trampoline.
17215 2000-12-15 Alexandre Oliva <aoliva@redhat.com>
17216 * config/sh/sh.h (MOVE_MAX): Set to 8 for SHmedia, 4 elsewhere.
17217 (MOVE_MAX_PIECES): Set to 8 on SHmedia too.
17218 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
17219 * config/sh/sh.h (DBX_REGISTER_NUMBER): Adjust for sh64-elf-gdb.
17220 * config/sh/elf.h (DBX_REGISTER_NUMBER): Likewise.
17221 2000-12-14 Alexandre Oliva <aoliva@redhat.com>
17222 * config/sh/sh.c (target_reg_operand): Match only target-branch
17223 registers and pseudos that aren't virtual registers.
17224 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
17225 Copy operands that don't match target_reg_operand to pseudos.
17226 (call_media, call_value_media, sibcall_media): Use
17227 target_reg_operand instead of target_operand.
17228 2000-12-13 Alexandre Oliva <aoliva@redhat.com>
17229 * glimits.h (__LONG_MAX__) [SH5 == 64]: Adjust for 64 bits.
17230 * config/sh/sh.c (target_reg_operand): Match hardware registers
17231 other than branch-target registers.
17232 * config/sh/sh.md (zero_extendqidi2): Input operand is %1.
17233 * config/sh/lib1funcs.asm (sdivsi3) [SH5]: Make it global.
17234 (fpscr_values) [SH5 == 32]: Define.
17235 * config/sh/t-sh64 (LIB1ASMFUNCS): Add fpscr_values.
17236 * config/sh/sh.md (call, call_value, sibcall) [TARGET_SHMEDIA]:
17237 Handle function addresses coming in SUBREGs.
17238 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
17239 * config/sh/lib1funcs.asm (shcompact_call_trampoline,
17240 shcompact_return_trampoline): Use datalabel where appropriate.
17241 2000-12-09 Alexandre Oliva <aoliva@redhat.com>
17242 * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Use a
17243 general-purpose register to copy one branch-target register to
17244 another.
17245 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
17246 * config/sh/sh.c (target_operand): Accept LABEL_REFs and
17247 SYMBOL_REFs with VOIDmode.
17248 * config/sh/sh.md (ble_media_i, blt_media_i, bleu_media_i,
17249 bltu_media_i): New insns.
17250 2000-12-06 Alexandre Oliva <aoliva@redhat.com>
17251 * config/sh/sh.h (RETURN_IN_MEMORY): Adjust for SH5 ABI.
17252 (INIT_CUMULATIVE_ARGS): Likewise.
17253 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
17254 * machmode.def (V16SFmode): New mode.
17255 * c-common.c (type_for_mode): Support V2SF and V16SF.
17256 * tree.c (build_common_tree_nodes_2): Likewise.
17257 * tree.h (tree_index): Likewise.
17258 * calls.c (emit_call_1): Take args_so_far. Adjust all
17259 callers. Introduce CALL_POPS_ARGS.
17260 * tm.texi (CALL_POPS_ARGS): Document.
17261 * config/sh/crt1.asm: Implement in SHmedia mode.
17262 * config/sh/crti.asm, config/sh/crtn.asm: Likewise
17263 * config/sh/elf.h (ASM_SPEC, LINK_SPEC): Support SH5 flags.
17264 (DBX_REGISTER_NUMBER): Renumber registers for SH5.
17265 * config/sh/lib1funcs.asm: Disable functions unused in SH5.
17266 Implement divsi and udivsi in SHmedia mode. Introduce
17267 SHcompact trampolines.
17268 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): Use DImode
17269 only in SHmedia64.
17270 (regno_reg_class): Rewrite.
17271 (fp_reg_names): Remove.
17272 (sh_register_names, sh_additional_register_names): New.
17273 (print_operand): Added `u'. Support SUBREGs in addresses.
17274 Add parentheses around shifted CONSTs.
17275 (output_file_start): Output .mode and .abi directives.
17276 (shiftcosts, addsubcosts, multcosts): Adjust.
17277 (output_stack_adjust): Compute alignment. Sanity-check SIZE.
17278 (push_regs): Take array of HOST_WIDE_INTs. Adjust callers.
17279 (calc_live_regs): Output to array of HOST_WIDE_INTs. Count
17280 bytes, not registers. Take into account the need for the
17281 SHcompact incoming args trampoline. Adjust all callers.
17282 (sh_expand_prologue): Take stack_regs into account. Call
17283 incoming args trampoline. Keep stack aligned as per SH5 ABI.
17284 (sh_expand_epilogue): Take stack_regs into accoutn. Keep
17285 stack aligned as per SH5 ABI.
17286 (sh_builtin_saveregs): Support SH5 ABI.
17287 (sh_build_va_list, sh_va_start): Likewise.
17288 (initial_elimination_offset): Take alignment into account.
17289 Compute location of PR according to the SH5 stack frame.
17290 (arith_reg_operand): Reject branch-target registers.
17291 (shmedia_6bit_operand): New.
17292 (logical_operand): Use CONST_OK_FOR_P on SHmedia.
17293 (target_reg_operand): Match DImode only. Accept SUBREGs.
17294 (target_operand): New.
17295 * config/sh/sh.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Support SH5 flags.
17296 (CONDITIONAL_REGISTER_USAGE): Implement SH5 ABI. Initialize
17297 SIBCALL_REGS for SHmedia.
17298 (TARGET_SH3E, TARGET_SH4): Only if SH1_BIT is set too.
17299 (TARGET_FPU_DOUBLE, TARGET_FPU_ANY): New.
17300 (TARGET_SHMEDIA32, TARGET_SHMEDIA64): New.
17301 (TARGET_SWITCHES): New SH5 flags.
17302 (OVERRIDE_OPTIONS): Set SH5-specific options. Use
17303 VALID_REGISTER_P to disable unsupported registers.
17304 (LONG_TYPE_SIZE, LONG_LONG_TYPE_SIZE): Set.
17305 (POINTER_SIZE, PARM_BOUNDARY): Adjust.
17306 (FUNCTION_ARG_PADDING): Define.
17307 (FASTEST_ALIGNMENT): Adjust.
17308 (SH_REGISTER_NAMES_INITIALIZER): New.
17309 (sh_register_names): Declare.
17310 (DEBUG_REGISTER_NAMES): Define.
17311 (REGISTER_NAMES): Define based on sh_register_names.
17312 (SH_ADDITIONAL_REGISTER_NAMES_INITIALIZER): New.
17313 (sh_additional_register_names): Declare.
17314 (LAST_GENERAL_REG, LAST_FP_REG, LAST_XD_REG): Adjust for SHmedia.
17315 (FIRST_TARGET_REG, LAST_TARGET_REG): Define.
17316 (TARGET_REGISTER_P, SHMEDIA_REGISTER_P, VALID_REGISTER_P): Define.
17317 (REGISTER_NATURAL_MODE): Define.
17318 (FIRST_PSEUDO_REGISTER): Adjust.
17319 (FIXED_REGISTERS, CALL_USED_REGISTERS): Adjust.
17320 (HARD_REGNO_CALL_PART_CLOBBERED): Define.
17321 (HARD_REGNO_NREGS, HARD_REGNO_MODE_OK): Adjust.
17322 (VECTOR_MODE_SUPPORTED_P): Define.
17323 (REG_CLASS_CONTENTS): Adjust.
17324 (SMALL_REGISTER_CLASSES): Adjust.
17325 (REG_ALLOC_ORDER): Adjust.
17326 (INDEX_REG_CLASS): Adjust.
17327 (CONST_OK_FOR_O, CONST_OK_FOR_P): New.
17328 (CONST_OK_FOR_LETTER_P): Adjust.
17329 (PREFERRED_RELOAD_CLASS): Adjust.
17330 (SECONDARY_OUTPUT_RELOAD_CLASS): Adjust.
17331 (SECONDARY_INPUT_RELOAD_CLASS): Adjust.
17332 (NPARM_REGS, FIRST_PARM_REG, FIRST_RET_REG): Adjust.
17333 (FIRST_FP_PARM_REG): Adjust.
17334 (CALL_POPS_ARGS): Define.
17335 (FUNCTION_ARG_REGNO_P): Adjust.
17336 (struct sh_args): New fields.
17337 (GET_SH_ARG_CLASS): Adjust.
17338 (INIT_CUMULATIVE_ARGS): Adjust.
17339 (INIT_CUMULATIVE_INCOMING_ARGS): Define.
17340 (FUNCTION_ARG_ADVANCE): Adjust.
17341 (FUNCTION_ARG): Adjust.
17342 (FUNCTION_ARG_PASS_BY_REFERENCE, SHCOMPACT_BYREF): Define.
17343 (FUNCTION_ARG_CALLEE_COPIES): Define.
17344 (SH5_PROTOTYPELESS_FLOAT_ARG): Define.
17345 (STRICT_ARGUMENT_NAMING): Define.
17346 (PRETEND_OUTGOING_VARARGS_NAMED): Adjust.
17347 (FUNCTION_ARG_PARTIAL_NREGS): Adjust.
17348 (SH5_WOULD_BE_PARTIAL_NREGS): Define.
17349 (SETUP_INCOMING_VARARGS): Adjust.
17350 (HAVE_POST_INCREMENT, HAVE_PRE_DECREMENT): Adjust.
17351 (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT): Adjust.
17352 (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Adjust.
17353 (SUBREG_OK_FOR_INDEX_P): Adjust.
17354 (EXTRA_CONSTRAINT_S): Update.
17355 (EXTRA_CONSTRAINT_T): New.
17356 (EXTRA_CONSTRAINT): Adjust.
17357 (GO_IF_LEGITIMATE_INDEX): Adjust.
17358 (GO_IF_LEGITIMATE_ADDRESS): Adjust.
17359 (LEGITIMIZE_ADDRESS, LEGITIMIZE_RELOAD_ADDRESS): Adjust.
17360 (MOVE_MAX): Adjust.
17361 (MAX_MOVE_MAX): Define.
17362 (Pmode): Adjust.
17363 (CONST_COSTS): Adjust.
17364 (REGISTER_MOVE_COST): Adjust.
17365 (BRANCH_COST): Adjust.
17366 (TEXT_SECTION_ASM_OP): Adjust.
17367 (DBX_REGISTER_NUMBER): Adjust.
17368 (ASM_OUTPUT_DOUBLE_INT): New.
17369 (UNALIGNED_DOUBLE_INT_ASM_OP): New.
17370 (PREDICATE_CODES): Adjust.
17371 (PROMOTE_MODE): Adjust.
17372 (CRT_CALL_STATIC_FUNCTION): Do not define for SHmedia.
17373 * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.
17374 (MACH_REG, MACL_REG, FPUL_REG, RAP_REG, FPSCR_REG): Renumber.
17375 (PR_MEDIA_REG, T_MEDIA_REG, R10_REG): New.
17376 (DR0_REG, DR2_REG, DR4_REG): Renumber.
17377 (TR0_REG, TR1_REG, TR2_REG): New.
17378 (XD0_REG): Renumber.
17379 (UNSPEC_COMPACT_ARGS): New.
17380 (type): Added pt and ptabs.
17381 (length): Default to 4 on SHmedia. Default pt length to 12
17382 and 20 on SHmedia32 and SHmedia64, respectively.
17383 (pt): New function unit.
17384 (movdi, movsi): Add types pt and ptabs. Don't increment LABEL_NUSES.
17385 Add whitespace between operands of SHmedia instructions.
17386 (movdicc): Fix.
17387 (adddi3_media, addsi3_media): Adjust constraints.
17388 (subsi3) [SHmedia]: Force operand 1 into a register.
17389 (udivsi3_i1_media, udivsi3_i4_media): New.
17390 (udivsi3): Support SHmedia.
17391 (divsi3_i1_media, divsi3_i4_media): New.
17392 (divsi3): Support SHmedia.
17393 (anddi3, iordi3, xordi3): Adjust constraints.
17394 (zero_extendhidi2, zero_extendqidi2): New.
17395 (extendsidi2, extendhidi2, extendqidi2): New.
17396 (push, pop, push_e, push_fpul, push_4): Disable on SH5.
17397 (pop_e, pop_fpul, pop_4): Likewise.
17398 (movsi_media): Support FP and BT registers.
17399 (movsi_media_nofpu): New. Adjust splits to DImode.
17400 (lduw, ldub): Renamed to zero_extend* above.
17401 (movqi_media): Fix typo.
17402 (movdi_media): Support FP and BT registers.
17403 (movdi_media_nofpu): New. Adjust splits for SHmedia32.
17404 (movdi_const_32bit): New.
17405 (shori_media): Require immediate operand. Use `u' for output.
17406 (movdf_media, movsf_media): Simplified.
17407 (movdf_media_nofpu, movsf_media_nofpu): New.
17408 (movdf, movsf): Adjust
17409 (movv2sf, movv2sf, movv16sf): New.
17410 (beq_media, beq_media_i): Adjust constraints. Don't use
17411 scratch BT register.
17412 (bne_media, bne_media_i): Likewise.
17413 (bgt_media, bgt_media_i): Likewise.
17414 (bge_media, bge_media_i): Likewise.
17415 (bgtu_media, bgtu_media_i): Likewise.
17416 (bgeu_media, bgeu_media_i): Likewise.
17417 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu,
17418 bunordered): Emit jump insn. Force operands to registers when
17419 needed.
17420 (jump_media, jump): Simplify.
17421 (call_compact, call_compact_rettramp): New.
17422 (call_value_compact, call_value_compact_rettramp): New.
17423 (call_media, call_value_media): Simplify.
17424 (sibcall_compact, sibcall_media): New.
17425 (call, call_value): Adjust for SHmedia and SHcompact.
17426 (sibcall, sibcall_value, untyped_call): Likewise.
17427 (sibcall_epilogue): Preserve r0 across epilogue for SHcompact.
17428 (indirect_jump): Adjust for SHmedia.
17429 (casesi_jump_media): New.
17430 (nop): Re-enable for SHmedia.
17431 (call_site): Restrict to SH1.
17432 (casesi): Adjust for SHmedia.
17433 (casesi_shift_media, casesi_load_media): New.
17434 (return): Explicitly use PR register. Call return trampoline
17435 on SHcompact.
17436 (return_i): Explicitly use PR register.
17437 (shcompact_return_tramp, shcompact_return_tramp_i): New.
17438 (return_media): Adjust.
17439 (shcompact_incoming_args): New.
17440 (epilogue): Adjust.
17441 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
17442 (movstrsi): Disable on SH5.
17443 (fpu_switch0, fpu_switch1, movpsi): Enable on SH4.
17444 (addsf3, addsf3_media): Test TARGET_SHMEDIA_FPU.
17445 (subsf3, subsf3_media): Likewise.
17446 (mulsf3, mulsf3_media, mac_media): Likewise.
17447 (divsf3, divsf3_media): Likewise.
17448 (floatdisf2, floatsisf2_media): Likewise. Adjust constraints.
17449 (floatsisf2, fux_truncsfsi2): Likewise.
17450 (fix_truncsfdi2, fix_truncsfsi2_media): Likewise. Adjust
17451 constraints.
17452 (cmpeqsf_media, cmpgtsf_media, cmpgesf_media): Likewise.
17453 (cmpunsf_media, cmpsf): Likewise.
17454 (negsf2, negsf2_media, sqrtsf2, sqrtsf2_media): Likewise.
17455 (abssf2, abssf2_media): Likewise.
17456 (adddf3, adddf3_media, subdf3, subdf3_media): Likewise.
17457 (muldf3, muldf3_media, divdf3, divdf3_media): Likewise.
17458 (floatdidf2, floatsidf2_media): Likewise. Adjust constraints.
17459 (floatsidf2, fix_truncdfsi2): Likewise.
17460 (fix_truncdfdi2, fix_truncdfsi2_media): Likewise. Adjust
17461 constraints.
17462 (cmpeqdf_media, cmpgtdf_media): Likewise.
17463 (cmpgedf_media, cmpundf_media, cmpdf): Likewise.
17464 (negdf2, negdf2_media, sqrtdf2, sqrtdf2_media): Likewise.
17465 (absdf2, absdf2_media): Likewise.
17466 (extendsfdf2, extendsfdf2_media): Likewise.
17467 (truncsfdf2, truncsfdf2_media): Likewise.
17468 * config/sh/sh64.h: New file.
17469 * config/sh/t-sh64: New file.
17470 * config/sh/shmedia.h: New file.
17471 * config/sh/ushmedia.h: New file.
17472 * config/sh/sshmedia.h: New file.
17473 * configure.in: Added sh64-*-elf.
17474 * configure: Rebuilt.
17475 2000-10-10 Alexandre Oliva <aoliva@redhat.com>
17476 * config/sh/sh.c (GEN_MOV, GEN_ADD3, GEN_SUB3): New macros.
17477 (reg_class_from_letter): Use `b' for TARGET_REGS.
17478 (print_operand): Support `%M', `%m', `AND' and
17479 `ASHIFTRT'. Do not precede constants with `#' on SHmedia.
17480 (andcosts): Adjust for SHmedia.
17481 (output_stack_adjust, sh_expand_prologue, sh_expand_epilogue):
17482 Likewise.
17483 (target_reg_operand): New function.
17484 * config/sh/sh-protos.h (target_reg_operand): Declare.
17485 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't disable
17486 FP registers on SH5.
17487 (HARD_REGNO_MODE_OK): Accept them whenever they're acceptable
17488 on SH4.
17489 (TARGET_REGISTER_P): New macro.
17490 (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Added TARGET_REGS.
17491 (FUNCTION_VALUE): Use DImode for promoted types on SHmedia.
17492 (EXTRA_CONSTRAINT_S): New macro.
17493 (EXTRA_CONSTRAINT): Adjust.
17494 (FLOAT_TYPE_SIZE): Define to 32.
17495 (Pmode): DImode on SHmedia.
17496 (CONST_COSTS): Adjust for SHmedia literals.
17497 (PREDICATE_CODES): Added target_reg_operand.
17498 (PROMOTE_MODE): Promote signed types to DImode on SHmedia.
17499 * config/sh/sh.md: Remove all attrs from SHmedia insns.
17500 (cmpeqdi_media, cmpgtdi_media, cmpgtudi_media): New insns.
17501 (cmpdi): Accept SHmedia.
17502 (movdicc_false, movdicc_true): New insns.
17503 (movdicc): New expand.
17504 (adddi3): Accept arith_operand for op2, but FAIL on SH1 if
17505 no_new_pseudos.
17506 (addsi3_media): Match `S' constraint.
17507 (anddi3, andcdi3, iordi3, xordi3, negdi_media): New insns.
17508 (negdi2): Expand for SHmedia.
17509 (one_cmpldi2): New expand.
17510 (zero_extendsidi2): Change from expand to insn.
17511 (extendsidi2): Add constraints.
17512 (movdi_media, movsi_media): Change `%x' to `%M'. Use `%m' for
17513 LD/ST address. Fix SI immediate loading split.
17514 (movhi_media, movqi_media, lduw, ldub): New insns.
17515 (movhi, movqi): Accept SHmedia.
17516 (shori_media, movdi_media): Relax input constraints. Split
17517 symbolic constants.
17518 (movdf_media, movsf_media): New insn. New split to movdi.
17519 (movdf, movsf): Match on SHmedia.
17520 (beq_media, bne_media, bgt_media, bge_media, bgtu_media,
17521 bgeu_media): New insns and splits. New insns with `_i' suffix.
17522 (beq, bne, bgt, blt, ble, bge, bgtu, bltu, bgeu, bleu): Adjust.
17523 (bunordered): New expand.
17524 (jump_compact): Renamed from `jump'.
17525 (jump_media): New insn.
17526 (jump): New expand.
17527 (call_media, call_value_media): New insns.
17528 (call, call_value): Adjust.
17529 (indirect_jump_compact): Renamed from `indirect_jump'.
17530 (indirect_jump_media): New insn.
17531 (indirect_jump): New expand.
17532 (untyped_call, return): Accept SHmedia.
17533 (return_media): New insn.
17534 (prologue, epilogue, blockage): Accept SHmedia.
17535 (seq, slt, sle, sgt, sge, sgtu, sltu, sleu, sgeu, sne): Adjust.
17536 (sunordered): New expand.
17537 (addsf3, subsf3, mulsf3, divsf3, floatsisf2, fix_truncsfsi2,
17538 cmpsf, negsf2, sqrtsf2, abssf2): Adjust for SHmedia.
17539 (addsf3_media, subsf3_media, mulsf3_media, mac_media,
17540 divsf3_media, floatdisf2, floatsisf2_media, fix_truncsfdi2,
17541 fix_truncsfsi2_media, cmpeqsf_media, cmpgtsf_media,
17542 cmpgesf_media, cmpunsf_media, negsf2_media, sqrtsf2_media,
17543 abssf2_media): New insns.
17544 (adddf3, subdf3, muldf3, divdf3, floatsidf2, fix_truncdfsi2,
17545 cmpdf, negdf2, sqrtdf2, absdf2): Adjust for SHmedia.
17546 (adddf3_media, subdf3_media, muldf3_media, divdf3_media,
17547 floatdidf2, floatsidf2_media, fix_truncdfdi2,
17548 fix_truncdfsi2_media, cmpeqdf_media, cmpgtdf_media,
17549 cmpgedf_media, cmpundf_media, negdf2_media, sqrtdf2_media,
17550 absdf2_media): New insns.
17551 (extendsfdf2, truncdfsf2): Adjust for SHmedia.
17552 (extendsfdf2_media, truncdfsf2_media): New insns.
17553 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
17554 * config/sh/sh.c (machine_dependent_reorg): On shmedia, skip for now.
17555 * config/sh/sh.h (CONST_OK_FOR_J): Document.
17556 (LEGITIMATE_CONSTANT_P): Accept CONST_DOUBLEs on shmedia.
17557 * config/sh/sh.md (adddi3): New expand.
17558 (adddi3_media, adddi3z_media): New insns.
17559 (adddi3_compact): Renamed from adddi3.
17560 (addsi3_media): Use add.l r63 to add constant zero.
17561 (subdi3): New expand.
17562 (subdi3_media): New insn.
17563 (subdi3_compact): Renamed from subdi3.
17564 (mulsidi3): New expand.
17565 (mulsidi3_media): New insn.
17566 (mulsidi3_compact): Renamed from mulsidi3.
17567 (umulsidi3): New expand.
17568 (umulsidi3_media): New insn.
17569 (umulsidi3_compact): Renamed from umulsidi3.
17570 (ashlsi3_media, ashrsi3_media, lshrsi3_media): New insns.
17571 (ashlsi3, ashrsi3, lshrsi3): Use them.
17572 (ashldi3_media, ashrdi3_media, lshrdi3_media): New insns.
17573 (ashldi3, ashrdi3, lshrdi3): Use them.
17574 (zero_extendsidi2): New expand.
17575 (extendsidi2): New insn.
17576 (movsi_media): New insn. Split to movdi to load constants.
17577 (movsi): Enable for shmedia.
17578 (movdi_media): New insn. Use shori_media to load wide constants.
17579 (short_media): New insn.
17580 (movdi): Enable for shmedia.
17581 2000-09-08 Alexandre Oliva <aoliva@redhat.com>
17582 * config/sh/sh.h (CPP_SPEC): Added `m5'.
17583 (SUBTARGET_CPP_SPEC): Added `!m5'.
17584 (SH5_BIT, TARGET_SH5, TARGET_SHMEDIA, TARGET_SHCOMPACT): New macros.
17585 (TARGET_SWITCHES): Added `5' and `5-compact'. Added SH1_BIT
17586 to all other SH variants.
17587 (TARGET_DEFAULT): Set to SH1_BIT.
17588 (OVERRIDE_OPTIONS): Recognize sh5 CPU.
17589 (BITS_PER_WORD): Raise to 64 on shmedia.
17590 (MAX_BITS_PER_WORD): Change to 64.
17591 (MAX_LONG_TYPE_SIZE, MAX_WCHAR_TYPE_SIZE): Set to MAX_BITS_PER_WORD.
17592 (INT_TYPE_SIZE): Keep as 32.
17593 (UNITS_PER_WORD): Raise to 8 on shmedia.
17594 (MIN_UNITS_PER_WORD): Keep as 4.
17595 (POINTER_SIZE): Raise to 64 on shmedia.
17596 (CONST_OK_FOR_J): New macro.
17597 (CONST_OK_FOR_LETTER_P): Use it.
17598 (processor_type): Add PROCESSOR_SH5.
17599 * config/sh/sh.md: Conditionalize all expands, insns and
17600 splits to TARGET_SH1.
17601 (cpu): Added sh5.
17602 (addsi3_compact): Renamed from...
17603 (addsi3): Now an expand.
17604 (addsi3_media, subsi3_media): New insns.
17605 (subsi3): Don't negate constants with SHmedia.
17606
17607 * hooks.c: New file.
17608 * hooks.h: New file.
17609 * Makefile.in (HOOKS_H): New.
17610 (TARGET_DEF_H): Added $(HOOKS_H).
17611 (OBJS): Added hooks.o.
17612 (cfgcleanup.o, bb-reorder.o): Added target.h.
17613 (hooks.o): Added dependencies.
17614 * target-def.h (TARGET_CANNOT_MODIFY_JUMPS_P): New, added to...
17615 (TARGET_INITIALIZER): this.
17616 * doc/tm.texi (TARGET_CANNOT_MODIFY_JUMPS_P): Document.
17617 * target.h (struct gcc_target): Added cannot_modify_jumps_p.
17618 * bb-reorder.c: Include target.h.
17619 (reorder_basic_blocks): Skip if cannot modify jumps.
17620 * cfgcleanup.c: Include target.h.
17621 (try_optimize_cfg): Skip merge blocking if cannot modify jumps.
17622
17623 2002-02-08 Chris Demetriou <cgd@broadcom.com>
17624
17625 * config/mips/mips.md (casesi_internal, casesi_internal_di):
17626 Protect jump delay slot instructions with .set noreorder and
17627 .set nomacro.
17628
17629 2002-02-08 Chris Demetriou <cgd@broadcom.com>
17630
17631 * config/mips/mips.md (casesi_internal_di): Calculate
17632 the index into the target offset table correctly.
17633
17634 2002-02-08 Richard Henderson <rth@redhat.com>
17635
17636 * expr.c (expand_expr): Mind EXPAND_INITIALIZER for truncation also.
17637 * final.c (output_addr_const): Accept and discard SUBREG.
17638 * varasm.c (decode_addr_const): Don't abort on unknown expressions --
17639 mark them unknown instead.
17640 (simplify_subtraction): Handle RTX_UNKNOWN.
17641 (initializer_constant_valid_p): Strip NOP_EXPRs that narrow the mode.
17642
17643 2002-02-08 David Edelsohn <edelsohn@gnu.org>
17644
17645 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix typo.
17646
17647 2002-02-08 Richard Henderson <rth@redhat.com>
17648
17649 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): New.
17650
17651 2002-02-08 Andreas Jaeger <aj@suse.de>
17652
17653 * config.gcc (x86_64-*-linux): Add t-linux64 makefile fragment.
17654 * config/i386/t-linux64: New file.
17655
17656 2002-02-08 Jakub Jelinek <jakub@redhat.com>
17657
17658 * c-common.c (c_expand_expr): Revert 2002-02-06 patch.
17659 * c-parse.in (compstmt): Clear last_expr_type.
17660
17661 2002-02-07 Richard Henderson <rth@redhat.com>
17662
17663 * loop.c (strength_reduce): Sink final_value when not
17664 eliminating a biv.
17665
17666 2002-02-07 David O'Brien <obrien@FreeBSD.org>
17667
17668 * config/sparc/freebsd.h: Fix mismatched spec {.
17669
17670 2002-02-07 Richard Henderson <rth@redhat.com>
17671
17672 * cfgrtl.c: Include recog.h and insn-config.h.
17673 (keep_with_call_p): Fix general_operand invocation.
17674 * Makefile.in (cfgrtl.o): Update dependencies.
17675
17676 2002-02-07 Kazu Hirata <kazu@hxi.com>
17677
17678 * config/h8300/h8300.c (two_insn_adds_subs_operand): Revise a
17679 comment. Accept HImode only if TARGET_H8300.
17680
17681 2002-02-07 Eric Christopher <echristo@redhat.com>
17682
17683 * config/mips/crtn.asm: Cleanup #ifdefs.
17684
17685 2002-02-07 Eric Christopher <echristo@redhat.com>
17686
17687 * config/mips/crti.asm: Add changes for mips16. mips16 uses
17688 register 7 as RA instead of $31.
17689 * config/mips/crtn.asm: Ditto.
17690 * config/mips/mips.c (mips_move_2words): Add case for
17691 TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
17692 (compute_frame_size): Fix typo.
17693 (save_restore_insns): Ditto. Make documentation about using
17694 register $7 as return register more precise.
17695 (mips_expand_epilogue): Fix comment. Add code to work around not
17696 being able to add to the stack pointer directly.
17697 * config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
17698 to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
17699 epilogue.
17700
17701 2002-02-07 Tom Rix <trix@redhat.com>
17702
17703 * config/rs6000/rs6000.c (reg_or_aligned_short_operand): New. For
17704 immediates in ldu and stdu DS opcode field.
17705 * config/rs6000/rs6000.md (movdi_update, movdi_update1): Use.
17706 * config/rs6000/rs6000-protos.h: Add reg_or_aligned_short_operand.
17707 * config/rs6000/rs6000.h (PREDICATE_CODES): Same.
17708
17709 2002-02-07 Jeff Sturm <jsturm@one-point.com>
17710
17711 * config/sparc/sparc.c (compute_frame_size): Don't correct frame
17712 offset for stack bias.
17713
17714 2002-02-07 H.J. Lu <hjl@gnu.org>
17715
17716 * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
17717
17718 2002-02-07 Ulrich Weigand <uweigand@de.ibm.com>
17719
17720 * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
17721
17722 Thu Feb 7 12:14:17 CET 2002 Jan Hubicka <jh@suse.cz>
17723
17724 * i386-protos.h (x86_order_regs_for_local_alloc): Declare
17725 * i386.c (x86_order_regs_for_local_alloc): New global function.
17726 * i386.h (REG_ALLOC_ORDER): CLeanup.
17727 (ORDER_REGS_FOR_LOCAL_ALLOC): New.
17728
17729 2002-02-07 Richard Henderson <rth@redhat.com>
17730
17731 PR optimization/2463
17732 * alias.c (find_base_value): Recall base values for fixed hard regs.
17733 * loop.c (loop_regs_update): Don't use single_set on non-insns.
17734
17735 2002-02-07 Alexandre Oliva <aoliva@redhat.com>
17736
17737 * config/mips/mips.md (define_delay) [mips16]: Adjust required
17738 length.
17739
17740 2002-02-06 Richard Henderson <rth@redhat.com>
17741
17742 PR c/5609
17743 * stmt.c (resolve_operand_name_1): Take more care with mixed
17744 named and unnamed operands.
17745
17746 2002-02-06 Janis Johnson <janis187@us.ibm.com>
17747 Jan Hubicka <jh@suse.cz>
17748
17749 * loop.c (remove_constant_addition): Avoid clobbering a shared
17750 CONST expression.
17751
17752 2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
17753
17754 * config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
17755 * config/s390/t-linux64: New file.
17756 * config/s390/libgcc-glibc.ver: New file.
17757
17758 2002-02-06 Ulrich Weigand <uweigand@de.ibm.com>
17759
17760 * config/s390/linux64.h: Delete file.
17761 * config/s390/s390x.h: New file.
17762 * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h
17763 as target header file.
17764 * config/s390/linux.h (TARGET_VERSION): Define depending on
17765 DEFAULT_TARGET_64BIT.
17766 (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise.
17767 (SIZE_TYPE, PTRDIFF_TYPE): Likewise.
17768 (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define.
17769 (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines.
17770 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines.
17771 (EXTRA_SPEC): New define.
17772 * config/s390/s390.h (TARGET_VERSION): Define depending on
17773 DEFAULT_TARGET_64BIT.
17774 (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT.
17775
17776 2002-02-06 Jason Merrill <jason@redhat.com>
17777
17778 * c-decl.c (finish_function): Warn about a non-void function with
17779 no return statement and no abnormal exit.
17780 (current_function_returns_abnormally): New variable.
17781 (start_function): Clear it.
17782 (struct c_language_function): Add returns_abnormally.
17783 (push_c_function_context): Save it.
17784 (pop_c_function_context): Restore it.
17785 (builtin_function): Set TREE_THIS_VOLATILE on return fns.
17786 (grokdeclarator): Set C_FUNCTION_IMPLICIT_INT on functions without
17787 an explicit return type.
17788 * c-tree.h: Declare current_function_returns_abnormally.
17789 (C_FUNCTION_IMPLICIT_INT): New macro.
17790 * c-typeck.c (build_function_call): Set it.
17791 (c_expand_return): Set current_function_returns_value even if the
17792 value is erroneous.
17793
17794 2002-02-06 Jakub Jelinek <jakub@redhat.com>
17795
17796 PR c/5420:
17797 * c-common.c (c_unsafe_for_reeval): Make COMPOUND_LITERAL_EXPR
17798 unsafe for reevaluation.
17799
17800 2002-02-06 Jakub Jelinek <jakub@redhat.com>
17801
17802 PR c/5482:
17803 * c-common.c (c_expand_expr) [STMT_EXPR]: If last expression is not
17804 EXPR_STMT, but COMPOUND_STMT, recurse into it.
17805
17806 2002-02-06 Richard Henderson <rth@redhat.com>
17807
17808 * cfganal.c (keep_with_call_p): Source for fixed_reg dest must
17809 be a general_operand. Dest for function value must be a pseudo.
17810
17811 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
17812
17813 * dbxout.c (dbxout_symbol_location): Accept LABEL_REFs as well
17814 as SYMBOL_REFs from the constant pool.
17815
17816 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
17817
17818 * dbxout.c (dbxout_parms): Apply DEBUGGER_ARG_OFFSET to parameters
17819 passed by invisible reference.
17820
17821 2002-02-05 Richard Henderson <rth@redhat.com>
17822
17823 * config/sparc/sparc.h (ARG_POINTER_CFA_OFFSET): No stack bias.
17824
17825 2002-02-06 Hans-Peter Nilsson <hp@bitrange.com>
17826
17827 Implement using "base addresses" in insn operands as default.
17828 * config/mmix/mmix.c (mmix_conditional_register_usage): if
17829 -mabi=gnu, modify fixed_regs to fit the GNU ABI.
17830 (mmix_extra_constraint): Use 'R' to indicate that GETA should be
17831 used to read the rtx value.
17832 (mmix_target_asm_function_epilogue): Fix spacing.
17833 (mmix_constant_address_p): Handle TARGET_BASE_ADDRESSES.
17834 (mmix_legitimate_address): Ditto.
17835 (mmix_encode_section_info): Set SYMBOL_REF_FLAG on rtx:es that
17836 should be loaded with a GETA insn. Don't allocate needless extra
17837 char for nul termination and fix misleading comment.
17838 (mmix_print_operand_address): Handle constants if
17839 TARGET_BASE_ADDRESSES.
17840 (mmix_output_register_setting): Use base addressing if
17841 TARGET_BASE_ADDRESSES and the number of insns is 3.
17842 * config/mmix/t-mmix (MULTILIB_EXTRA_OPTS): New.
17843 * config/mmix/mmix.md ("movdi"): Change the alternative with GETA
17844 to use R as constraint, add LDA to match s.
17845 * config/mmix/mmix.h (TARGET_BASE_ADDRESSES): New.
17846 (TARGET_DEFAULT): Add TARGET_MASK_BASE_ADDRESSES.
17847 (TARGET_SWITCHES): Add -mbase-addresses, -mno-base-addresses.
17848 (FIXED_REGISTERS): Make registers $231..$246 fixed by default.
17849 (MMIX_MMIXWARE_ABI_REG_ALLOC_ORDER): Move $231..$246 last, in
17850 order with other fixed registers.
17851 (MMIX_GNU_ABI_REG_ALLOC_ORDER): Put forward $231, in order with
17852 other parameter/call-clobbered registers.
17853 * doc/invoke.texi (Option Summary) <MMIX Options>: Add
17854 -mbase-addresses, -mno-base-addresses.
17855 (MMIX Options): Ditto.
17856
17857 2002-02-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
17858
17859 * pa.h (PREDICATE_CODES): Add reg_before_reload_operand.
17860
17861 2002-02-06 Aldy Hernandez <aldyh@redhat.com>
17862
17863 * config/rs6000/altivec.h: Change elem to _S_elem.
17864
17865 2002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
17866
17867 * config/netbsd.h (WCHAR_TYPE): Define.
17868 (WCHAR_TYPE_SIZE): Ditto.
17869 (WINT_TYPE): Ditto.
17870 * config/alpha/netbsd.h (WCHAR_TYPE): Remove.
17871 (WCHAR_UNSIGNED): Ditto.
17872 (WCHAR_TYPE_SIZE): Ditto.
17873 (WINT_TYPE): Ditto.
17874 * config/arm/netbsd.h: Likewise.
17875 * config/i386/netbsd-elf.h: Likewise.
17876 * config/i386/netbsd.h: Likewise.
17877 * config/m68k/netbsd-elf.h: Likewise.
17878 * config/m68k/netbsd.h: Likewise.
17879 * config/ns32k/netbsd.h: Likewise.
17880 * config/sparc/netbsd.h: Likewise.
17881 * config/vax/netbsd.: Likewise.
17882
17883 2002-02-05 Alexandre Oliva <aoliva@redhat.com>
17884
17885 * target.h (struct gcc_target): Added ms_bitfield_layout_p.
17886 * target-def.h (TARGET_MS_BITFIELD_LAYOUT_P): New. Added to...
17887 (TARGET_INITIALIZER): this.
17888 * doc/tm.texi (TARGET_MS_BITFIELD_LAYOUT_P): Document.
17889 (BITFIELD_NBYTES_LIMITED): Markup fix.
17890 * tree.h (default_ms_bitfield_layout_p): Declare.
17891 (record_layout_info): Added prev_field.
17892 * tree.c (default_ms_bitfield_layout_p): New fn.
17893 * c-decl.c (finish_struct): Disregard EMPTY_FIELD_BOUNDARY and
17894 PCC_BITFIELD_TYPE_MATTERS for MS bit-field layout.
17895 * stor-layout.c: Include target.h.
17896 (start_record_layout): Initialize prev_field.
17897 (place_field): Handle MS bit-field layout, and disregard
17898 EMPTY_FIELD_BOUNDARY, BITFIELD_NBYTES_LIMITED and
17899 PCC_BITFIELD_TYPE_MATTERS in this case. Update prev_field.
17900 * Makefile.in (stor-layout.o): Adjust dependencies.
17901
17902 2002-02-05 Jason Merrill <jason@redhat.com>
17903
17904 * collect2.c (dump_file): Pass DMGL_VERBOSE to cplus_demangle.
17905
17906 2002-02-05 Andreas Jaeger <aj@suse.de>
17907
17908 * crtstuff.c: Fix comments.
17909
17910 2002-02-05 Richard Henderson <rth@redhat.com>
17911
17912 PR fortran/3393
17913 * loop.c (loop_iv_add_mult_emit_before): Copy multiplier as well.
17914 (loop_iv_add_mult_sink, loop_iv_add_mult_hoist): Likewise.
17915
17916 PR fortran/3392
17917 * config/mips/mips.c (function_arg): Handle TImode.
17918 (function_arg_advance): Likewise.
17919
17920 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17921
17922 * config/rs6000/altivec.h (vec_step_help): Rename to
17923 __vec_step_help.
17924
17925 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17926
17927 * config/rs6000/altivec.h: Fix typos.
17928
17929 2002-02-05 Jason Thorpe <thorpej@wasabisystems.com>
17930
17931 * config/arm/netbsd.h: Correct a comment.
17932
17933 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17934
17935 * config/rs6000/rs6000.c (altivec_init_builtins): Fix typo
17936 building void typed builtins.
17937
17938 * config/rs6000/altivec.h (vec_ld*): Fix typos.
17939 (vec_step): Implement for C++.
17940
17941 Mon Feb 4 19:23:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
17942
17943 * final.c (final_scan_insn): Add case for NOTE_INSN_LOOP_END_TOP_COND.
17944
17945 2002-02-04 Richard Henderson <rth@redhat.com>
17946
17947 * combine.c (nonzero_bits): Re-introduce special case for
17948 sp/fp/ap wrt REGNO_POINTER_ALIGN.
17949
17950 2002-02-05 Aldy Hernandez <aldyh@redhat.com>
17951
17952 * doc/extend.texi: Warn about unsupported usage of altivec
17953 builtins.
17954
17955 * config/rs6000/rs6000.md (altivec_vcmp*_p): Remove.
17956 (altivec_predicate_*): New.
17957
17958 * config/rs6000/altivec.h: Rewrite predicates to use new builtins.
17959 Add C++ version of vec_*() functions.
17960
17961 * config/rs6000/rs6000.c (bdesc_altivec_preds): New.
17962 (bdesc_2arg): Remove altivec predicates.
17963 (altivec_expand_builtin): Handle predicates.
17964 (altivec_init_builtins): Handle predicates.
17965 (altivec_expand_predicate_builtin): New.
17966
17967 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17968
17969 * pa.c (DO_FRAME_NOTES): Move forward.
17970 (store_reg): Revise handling of frame notes.
17971 (load_reg): Likewise.
17972 (set_reg_plus_d): Likewise.
17973 (hppa_expand_prologue): Likewise.
17974 (hppa_expand_epilogue): Likewise.
17975
17976 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17977
17978 * unwind-dw2-fde-glibc.c: Define _GNU_SOURCE if not defined.
17979
17980 2002-02-04 Jakub Jelinek <jakub@redhat.com>
17981
17982 PR c/4475, c++/3780:
17983 * c-common.def (SWITCH_STMT): Add SWITCH_TYPE operand.
17984 * c-common.h (SWITCH_TYPE): Define.
17985 * c-typeck.c (c_start_case): Set SWITCH_TYPE.
17986 * stmt.c (all_cases_count): Set lastval to thisval at end of loop.
17987 Rename spareness variable to sparseness.
17988 (expand_end_case_type): Renamed from expand_end_case, use orig_type
17989 if non-NULL instead of TREE_TYPE (orig_index).
17990 * tree.h (expand_end_case_type): Renamed from expand_end_case.
17991 (expand_end_case): Define using expand_end_case_type.
17992 * c-semantics.c (genrtl_switch_stmt): Pass SWITCH_TYPE
17993 to expand_end_case_type.
17994 * doc/c-tree.texi (SWITCH_STMT): Document SWITCH_TYPE.
17995
17996 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
17997
17998 * pa.h (PREFERRED_STACK_BOUNDARY): Define to match standard rounding.
17999 (BIGGEST_ALIGNMENT): Change to 128.
18000
18001 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
18002
18003 * pa32-linux.h (LINK_COMMAND_SPEC): Define.
18004
18005 2002-02-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
18006
18007 * pa.md (call_internal_reg_64bit): Remove unused variable.
18008
18009 2002-02-04 Nick Clifton <nickc@cambridge.redhat.com>
18010
18011 * config/arm/arm.h (machine_function): Add uses_anonymous_args
18012 field.
18013 (SETUP_INCOMING_VARARGS): Set uses_anonymous_args.
18014 * config/arm/arm.c (current_function_anonymous_args): Delete,
18015 replace uses with cfun->machine->uses_anonymous_args.
18016 (arm_reorg): Do not reset uses_anonymous_args.
18017
18018 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any value in
18019 any geenral register.
18020
18021 2001-02-04 Bernd Schmidt <bernds@redhat.com>s
18022
18023 * cfgrtl.c (force_nonfallthru_and_redirect): Don't try to redirect
18024 the entry block.
18025
18026 2002-02-04 Richard Henderson <rth@redhat.com>
18027
18028 * combine.c (force_to_mode): Remove STACK_BIAS code.
18029 (nonzero_bits): Likewise. Replace sp/fp special case with
18030 REGNO_POINTER_ALIGN.
18031
18032 * config/sparc/sparc.h (FRAME_POINTER_REGNUM): Change to SFP.
18033 (HARD_FRAME_POINTER_REGNUM): New.
18034 (FIRST_PSEUDO_REGISTER, REG_CLASS_CONTENTS): Update.
18035 (FIXED_REGS, CALL_USED_REGS): Update.
18036 (REG_ALLOC_ORDER, REGISTER_NAMES): Update.
18037 (CONDITIONAL_REGISTER_USAGE): Update for HFP.
18038 (HARD_REGNO_NREGS): Update for SFP.
18039 (STACK_POINTER_OFFSET): Include bias here ...
18040 (FIRST_PARM_OFFSET): ... not here.
18041 (STACK_BIAS): Remove.
18042 (INIT_EXPANDERS): New.
18043 (STARTING_FRAME_OFFSET): Do not include bias.
18044 (ELIMINABLE_REGS, CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): New.
18045 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Update for SFP.
18046 (REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Likewise.
18047 * config/sparc/aout.h (DBX_REGISTER_NUMBER): Update for HFP.
18048 * config/sparc/litecoff.h, config/sparc/sol2.h: Likewise.
18049 * config/sparc/sparc.c (mem_min_alignment): Update for HFP.
18050 (sparc_nonflat_function_prologue, epilogue_renumber): Likewise.
18051 (MUST_SAVE_REGISTER): Likewise.
18052 (sparc_flat_function_prologue): Likewise.
18053 (sparc_flat_function_epilogue): Likewise.
18054 (HARD_FRAME_POINTER_MASK): Rename from FRAME_POINTER_MASK.
18055 (sparc_init_modes): SFP is GENERAL_REGS.
18056 (sparc_builtin_saveregs): SFP does not have bias applied.
18057
18058 2002-02-04 Richard Henderson <rth@redhat.com>
18059
18060 * config/alpha/alpha.c (current_function_is_thunk): Don't check
18061 current_function_is_thunk.
18062 (alpha_sa_mask): Distinguish between current_function_is_thunk
18063 called from ASM_OUTPUT_MI_THUNK and not.
18064 (alpha_does_function_need_gp): Thunks always need gp.
18065 (alpha_start_function, alpha_output_function_end_prologue): Likewise.
18066 (alpha_output_mi_thunk_osf): New.
18067 * config/alpha/alpha-protos.h: Update.
18068 * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): New.
18069
18070 2002-02-04 Richard Sandiford <rsandifo@redhat.com>
18071
18072 * c-typeck.c (build_c_cast): Warn when qualifiers are added to
18073 function types, not when they're taken away.
18074
18075 Mon Feb 4 09:05:58 2002 Jeffrey A Law (law@redhat.com)
18076
18077 * cfgrtl.c (try_redirect_by_replacing_jump): Remove associated
18078 CODE_LABEL and jump table when replacing a table jump with a
18079 simple jump.
18080
18081 2002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18082
18083 * config/s390/s390-protos.h (legitimize_la_operand,
18084 s390_secondary_input_reload_class, s390_plus_operand,
18085 s390_expand_plus_operand): Add prototypes.
18086
18087 config/s390/s390.c (s390_secondary_input_reload_class,
18088 s390_plus_operand, s390_expand_plus_operand): New functions.
18089
18090 (struct s390_address): New member 'pointer'.
18091 (s390_decompose_address): Compute it.
18092 (legitimate_la_operand_p): Use it.
18093 (legitimize_la_operand): New function.
18094 (movti, movdi, movdf splitters): Call it.
18095
18096 config/s390/s390.h (SECONDARY_INPUT_RELOAD_CLASS): Define.
18097 (PREDICATE_CODES): Add s390_plus_operand.
18098
18099 config/s390/s390.md (adddi3_inv_64, addaddr_ccclobber): Delete.
18100 (la_ccclobber): Allow GENERAL_REGS as output operand.
18101
18102 (reload_load_address, *reload_load_address_reg_0, *la, *do_la_reg_0,
18103 *reload_la_64, *reload_la_31 and splitters): Delete, replace by ...
18104 (*la_64, *la_31, reload_indi, reload_insi): ... these.
18105
18106 2002-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18107
18108 * gcc/config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Fixed
18109 register names for regular asm () construct.
18110
18111 2002-02-04 Jakub Jelinek <jakub@redhat.com>
18112
18113 * config/i386/i386.md (movsf_1): Allow moving SF values in MMX
18114 registers.
18115
18116 2002-02-04 Jakub Jelinek <jakub@redhat.com>
18117
18118 * combine.c (recog_for_combine): Create a dummy insn with PATTERN
18119 pat for recog.
18120
18121 2002-02-04 Hartmut Penner <hpenner@de.ibm.com>
18122
18123 * varasm.c (decode_rtx_const): Allow unspec (symbol_ref) in
18124 constant pool to be identical by string address and index.
18125
18126 2002-02-04 Anthony Green <green@redhat.com>
18127
18128 * output.h (SECTION_OVERRIDE): Define.
18129 * varasm.c (named_section): Obey SECTION_OVERRIDE.
18130
18131 2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
18132
18133 * config.gcc (arm*-*-netbsdelf*): Placeholder to prevent match
18134 by existing arm*-*-netbsd* (a.out) target.
18135 (ns32k-*-netbsdelf*): Likewise.
18136 (sparc-*-netbsdelf*): Likewise.
18137 (vax-*-netbsdelf*): Likewise.
18138
18139 2002-02-03 Danny Smith <dannysmith@users.sourceforge.net>
18140
18141 * gthr-win32.h: Protect against conflicting typedef for BOOL in windows
18142 headers and libobjc headers.
18143
18144 2002-02-03 Mumit Khan <khan@nanotech.wisc.edu>
18145
18146 * gthr-win32.h (__mingwthr_key_dtor): Use extern "C" linkage for C++.
18147 (_mingw.h): Remove duplicate include.
18148
18149 2002-02-03 Jason Thorpe <thorpej@wasabisystems.com>
18150
18151 * config.gcc: Set cpu_type to m68k for 68010, as well.
18152 (m68010-*-netbsdelf*): New...
18153 (m68k*-*-netbsdelf*): ...targets.
18154 * config/m68k/netbsd-elf.h: New file.
18155
18156 2002-02-02 Kazu Hirata <kazu@hxi.com>
18157
18158 * config/h8300/h8300.c (hand_list): Move inside function_arg.
18159
18160 2002-02-02 Kazu Hirata <kazu@hxi.com>
18161
18162 * config/h8300/h8300.c (h8_push_ops): Move inside
18163 h8300_init_once.
18164 (h8_pop_ops): Likewise.
18165 (h8_move_ops): Likewise.
18166
18167 2002-02-02 Kazu Hirata <kazu@hxi.com>
18168
18169 * config/h8300/h8300.c (os_task): Make it static.
18170 (monitor): Likewise.
18171 (pragma_saveall): Likewise.
18172
18173 2002-02-02 Alexandre Oliva <aoliva@redhat.com>
18174
18175 * config/sh/sh.md (ic_invalidate_line): Make sure the immediate
18176 constant is a valid sign-extension for Pmode.
18177
18178 2002-02-02 Kazu Hirata <kazu@hxi.com>
18179
18180 * config/h8300/h8300.c: Fix formatting.
18181
18182 2002-02-02 Kazu Hirata <kazu@hxi.com>
18183
18184 * config/h8300/h8300.md: Fix formatting.
18185
18186 2002-02-02 Kazu Hirata <kazu@hxi.com>
18187
18188 * config/h8300/h8300.md (one_cmpl patterns): Tighten the
18189 predicates of operands[1]. Split the patterns for each
18190 processor variant.
18191
18192 2002-02-02 Kazu Hirata <kazu@hxi.com>
18193
18194 * config/h8300/h8300.md (xor patterns): Tighten the predicates
18195 of operands[1] to register_operand.
18196
18197 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
18198
18199 * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.
18200 * cpphash.c (_cpp_init_hashtable): Similarly.
18201 * cppinit.c (cpp_create_reader): Default the signed_char flag.
18202 (init_builtins): Define __CHAR_UNSIGNED__ appropriately.
18203 (COMMAND_LINE_OPTIONS): Recognise -f{un,}signed-char.
18204 (cpp_handle_option): Handle the new options.
18205 * cpplex.c (cpp_interpret_charconst): Use new flag.
18206 * cpplib.h (struct cpp_options): New member signed_char.
18207 * gcc.c (cpp_unique_options): Remove %c spec and documentation.
18208 (cpp_options): Handle -fsigned-char and -funsigned-char.
18209 (static_specs): Remove signed_char_spec.
18210 (do_spec1): Don't handle %c.
18211 * system.h: Poison SIGNED_CHAR_SPEC.
18212 * tradcif.y (yylex): Use flag_signed_char.
18213 * tradcpp.h (flag_signed_char): New.
18214 * tradcpp.c (flag_signed_char): New.
18215 (main): Handle new command-line options.
18216 (initialize_builtins): Define __CHAR_UNSIGNED__ if appropriate.
18217 config:
18218 * alpha/alpha.h (SIGNED_CHAR_SPEC): Remove.
18219 * avr/avr.h: Remove old comments.
18220 * i960/i960.h (CPP_SPEC): Pass -fsigned-char if -mic*.
18221 (CC1_SPEC): Pass -fsigned-char if -mic*.
18222 (SIGNED_CHAR_SPEC): Remove.
18223 doc:
18224 * tm.texi (SIGNED_CHAR_SPEC): Remove documentation.
18225
18226 2002-02-01 Eric Christopher <echristo@redhat.com>
18227
18228 From Daniel Jacobowitz <dmj+@andrew.cmu.edu>
18229 * config/mips/mips.h (FUNCTION_PROFILER): Fix function profiling.
18230 * config/mips/linux.h (ASM_OUTPUT_REG_PUSH): Undefine.
18231 (ASM_OUTPUT_REG_POP): Ditto.
18232
18233 2002-02-02 Neil Booth <neil@daikokuya.demon.co.uk>
18234
18235 * c-decl.c, tree.c, tree.h, objc/objc-act.c: Revert bitfield
18236 patch.
18237
18238 2002-02-02 Jakub Jelinek <jakub@redhat.com>
18239
18240 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.
18241
18242 2002-02-02 Jakub Jelinek <jakub@redhat.com>
18243
18244 PR c/5304:
18245 * expmed.c (expand_mult_highpart): Use immed_double_const for wide_op1
18246 unconditionally.
18247
18248 2002-02-01 Janis Johnson <janis187@us.ibm.com>
18249
18250 * cfganal.c: Include tm_p.h.
18251 (keep_with_call_p): Fix the test that determines if a register holds
18252 the return value of a call.
18253
18254 2002-02-01 DJ Delorie <dj@redhat.com>
18255
18256 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): If
18257 we are given conflicting registers, switch to the other one we
18258 had allocated for us.
18259 * config/sparc/sparc.md (reload_indi, reload_outdi): Pass op[2]
18260 as TImode so we know when the "other" register is available.
18261
18262 2002-02-01 David O'Brien <obrien@FreeBSD.org>
18263
18264 * config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
18265 sparc/sparc_bi.h.
18266
18267 2002-02-01 Janis Johnson <janis187@us.ibm.com>
18268
18269 * cfganal.c (keep_with_call_p): New function.
18270 (flow_call_edges_add): Prevent splitting a block between a call and
18271 a single-set instruction that should be kept in the same block.
18272
18273 2002-02-01 Craig Rodrigues <rodrigc@gcc.gnu.org>
18274
18275 * doc/install.texi (avr): Update outdated URL.
18276
18277 2002-01-30 Andrew Haley <aph@cambridge.redhat.com>
18278
18279 * config/stormy16/stormy16.md (pushqi): New.
18280 (popqi): New.
18281 (pushhi): New.
18282 (pophi): New.
18283 (movhi): Remove stack operands.
18284 (movqi): Likewise.
18285 * config/stormy16/stormy16.h (PREDICATE_CODES): Add
18286 nonimmediate_nonstack_operand.
18287 * config/stormy16/stormy16.c (nonimmediate_nonstack_operand):
18288 New.
18289 * config/stormy16/stormy16-protos.h (nonimmediate_nonstack_operand)
18290 New.
18291
18292 2002-01-31 Jason Merrill <jason@redhat.com>
18293
18294 * Makefile.in (c-parse.c): Handle .output file.
18295 * objc/Make-lang.in (objc-parse.c): Likewise.
18296
18297 2002-02-01 Alexandre Oliva <aoliva@redhat.com>
18298
18299 * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if
18300 the -me[lb] option is given. Don't output the default flag
18301 twice.
18302
18303 2002-01-31 Zack Weinberg <zack@codesourcery.com>
18304
18305 * c-lex.c (yyparse): Call debug_hooks->start_source_file for
18306 the primary source file; this has not been done yet.
18307 * c-decl.c (c_expand_body): Reset input_filename from
18308 DECL_SOURCE_FILE (fndecl) before calling init_function_start.
18309
18310 2002-01-31 Kazu Hirata <kazu@hxi.com>
18311
18312 * rtlanal.c (subreg_regno_offset): Do not use
18313 SUBREG_REGNO_OFFSET.
18314 * system.h: Add SUBREG_REGNO_OFFSET to the GCC poison list.
18315 * doc/tm.texi (SUBREG_REGNO_OFFSET): Remove.
18316
18317 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
18318
18319 * gccbug.in: Follow GNU Coding Standards for --version. Use GCC
18320 version rather than GNATS version in --version output.
18321
18322 2002-01-31 Richard Sandiford <rsandifo@redhat.com>
18323
18324 * ifcvt.c (noce_process_if_block): Make a copy of the destination
18325 when copying back from a temporary.
18326
18327 2002-01-30 Richard Henderson <rth@redhat.com>
18328
18329 * ifcvt.c (dead_or_predicable): Handling merging when other_bb
18330 and new_dest are the same.
18331
18332 2002-01-30 Richard Henderson <rth@redhat.com>
18333
18334 PR opt/5076
18335 * rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.
18336 * rtl.c (note_insn_name): Update.
18337 * emit-rtl.c (remove_unnecessary_notes): Kill it.
18338 * stmt.c (expand_end_loop): Kill jump opt code. Use LOOP_END_TOP_COND
18339 to perform loop rotation.
18340 (expand_exit_loop_top_cond): New.
18341 * tree.h (expand_exit_loop_top_cond): Declare it.
18342 * c-semantics.c (genrtl_while_stmt): Use it.
18343 (genrtl_for_stmt): Likewise.
18344
18345 2002-01-30 Alexandre Oliva <aoliva@redhat.com>
18346
18347 * config/mips/mips.h (PARM_BOUNDARY): Guarantee alignment of
18348 arguments to 64-bit boundaries on 64-bit ABIs.
18349
18350 2002-01-30 Steve Ellcey <sje@cup.hp.com>
18351
18352 * loop.c (loop_invariant_p): Special case pic_offset_table_rtx.
18353
18354 2002-01-31 Joseph S. Myers <jsm28@cam.ac.uk>
18355
18356 * c-decl.c (grokdeclarator): Handle type being a typedef for an
18357 invalid type.
18358
18359 2002-01-30 David O'Brien <obrien@FreeBSD.org>
18360
18361 * config.gcc: Include sparc/biarch64.h rather than sparc/sparc_bi.h.
18362 * config/sparc/sparc_bi.h: Remove file.
18363 * config/sparc/biarch64.h: New file (rename of sparc_bi.h).
18364
18365 2002-01-30 Richard Henderson <rth@redhat.com>
18366
18367 * sched-deps.c (sched_analyze): Make a call read the frame pointer.
18368
18369 2002-01-30 Zack Weinberg <zack@codesourcery.com>
18370
18371 * expmed.c (emit_store_flag): Call protect_from_queue on op0 and op1.
18372
18373 2002-01-30 Jason Merrill <jason@redhat.com>
18374
18375 * dwarf2out.c (dwarf_cfi_name): Add other DWARF 3 codes.
18376 (output_cfi): Likewise. Disable DW_CFA_GNU_negative_offset_extended.
18377 (reg_save): Use DW_CFA_offset_extended_sf instead.
18378
18379 * dwarf2out.c (dwarf2out_finish): Don't abort if there were errors.
18380
18381 2002-01-29 Jakub Jelinek <jakub@redhat.com>
18382
18383 * cselib.c (cselib_record_sets): Use IF_THEN_ELSE result
18384 in cselib_lookup.
18385
18386 2002-01-29 Aldy Hernandez <aldyh@redhat.com>
18387
18388 * rs6000.md ("*call_value_local32"): Remove constraints.
18389 ("*call_value_local64"): Same.
18390 ("*call_value_indirect_nonlocal_aix32"): Same.
18391 ("*call_value_nonlocal_aix32"): Same.
18392 ("*call_value_indirect_nonlocal_aix64"): Same.
18393 ("*call_value_nonlocal_aix64"): Same.
18394 ("*call_value_nonlocal_sysv"): Same.
18395
18396 2002-01-29 Richard Henderson <rth@redhat.com>
18397
18398 * config/alpha/elf.h (SDB_DEBUGGING_INFO): Undef.
18399
18400 2002-01-29 Richard Henderson <rth@redhat.com>
18401
18402 * expr.c (force_operand): Ignore flag_pic for detecting pic
18403 address loads.
18404 * regclass.c (init_reg_sets_1): Test fixed_regs not flag_pic
18405 for determining if PIC_OFFSET_TABLE_REGNUM is call-clobbered.
18406 * resource.c (mark_target_live_regs): Use regs_invalidated_by_call
18407 instead of open-coded loop.
18408 * doc/tm.texi (PIC_OFFSET_TABLE_REGNUM): Clarify that it must
18409 be fixed when in use.
18410
18411 2002-01-29 Richard Henderson <rth@redhat.com>
18412
18413 * sched-int.h (struct deps_reg): Add uses_length, clobbers_length.
18414 * sched-rgn.c (propagate_deps): Update them.
18415 * sched-deps.c (sched_analyze_insn): Update them. Flush the
18416 clobbers list when either gets too long.
18417
18418 2002-01-29 Jakub Jelinek <jakub@redhat.com>
18419
18420 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
18421 and INDEX_REGS the same as GENERAL_REGS.
18422 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
18423
18424 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
18425
18426 * tree.c (build_nonstandard_integer_type): Correct prototype.
18427
18428 2002-01-29 Ulrich Weigand <uweigand@de.ibm.com>
18429
18430 * config/s390/s390.md (movstrsico, movstrdix_64,
18431 movstrsix_31): Remove, replace by ...
18432 (movstrdi_short, movstrsi_short, movstrdi_long,
18433 movstrsi_long): ... these. New.
18434 (movstrdi, movstrsi): Adapt.
18435
18436 (rotldi3, rotlsi3, ashldi3, *ashldi3_31, *ashldi3_64,
18437 ashlsi3, lshrdi3, *lshrdi3_31, *lshrdi3_64, lshrsi3):
18438 Remove unnecessary CC clobber.
18439 (*ashrdi3_cc_31, *ashrdi3_cconly_31, *ashrdi3_cc_64,
18440 *ashrdi3_cconly_64, *ashrsi3_cc, *ashrsi3_cconly): New.
18441
18442 (divmoddi4): Don't partially initialize TImode register.
18443
18444 2002-01-29 Geoffrey Keating <geoffk@redhat.com>
18445
18446 * doc/sourcebuild.texi (C Tests): Document gcc.dg/debug directory.
18447
18448 2002-01-29 Richard Henderson <rth@redhat.com>
18449
18450 * flow.c (print_rtl_and_abort): Remove.
18451 (print_rtl_and_abort_fcn): Remove.
18452 (verify_local_live_at_start): Use dump_bb instead.
18453 (verify_wide_reg): Likewise. Take a basic_block, not rtl endpoints.
18454 (verify_wide_reg_1): Return 2 on mode test failure.
18455
18456 2002-01-29 Neil Booth <neil@daikokuya.demon.co.uk>
18457
18458 PR c/3325, c/3326, c/2511, c/3347
18459 * c-decl.c (enum_decl_context): Remove BITFIELD.
18460 (grokdeclarator): Take bitfield width as an input.
18461 Ensure bitfields are given the correct type. Perform
18462 bitfield width validation with build_bitfield_integer_type
18463 rather than waiting for finish_struct.
18464 (grok_typename, grok_typename_in_parm_context, start_decl,
18465 push_parmdecl, grokfield, start_function): Update calls to
18466 grokdeclarator.
18467 (build_bitfield_integer_type): New function.
18468 (finish_struct): Move bitfield validation to grokdeclarator
18469 and build_bitfield_integer_type.
18470 * tree.c (build_nonstandard_integer_type): New function.
18471 * tree.h (build_nonstandard_integer_type): New prototype.
18472 objc:
18473 * objc-act.c (objc_copy_list): Remove DECL_INITIAL kludge.
18474
18475 2002-01-29 Jakub Jelinek <jakub@redhat.com>
18476
18477 PR other/1502:
18478 * cppinit.c (cpp_handle_option): Add ignore argument, if it is zero,
18479 don't ignore unrecognized -W* options.
18480 (cpp_handle_options): Pass 1 as last argument to cpp_handle_option.
18481 * cpplib.h (cpp_handle_option): Adjust prototype.
18482 * c-decl.c (c_decode_options): Pass 0 as last argument to
18483 cpp_handle_option.
18484
18485 PR c/2896:
18486 * gcc.c (cpp_unique_options): Split from cpp_options.
18487 (cpp_options): Source cpp_unique_options.
18488 (default_compilers): Use cpp_unique_options instead of cpp_options
18489 when used together with cc1_options.
18490 (static_specs): Add cpp_unique_options.
18491 * objc/lang-specs.h: Use cpp_unique_options instead of cpp_options
18492 when used together with cc1_options.
18493
18494 2002-01-29 Kazu Hirata <kazu@hxi.com>
18495
18496 * config/h8300/h8300-protos.h: Update the prototype of
18497 output_a_shift.
18498 * config/h8300/h8300.c (output_a_shift): Remove an unused
18499 argument 'insn'. Remove redundant code.
18500 * config/h8300/h8300.md: Adust to the new prototype of
18501 output_a_shift.
18502
18503 2002-01-29 Kazu Hirata <kazu@hxi.com>
18504
18505 * config/h8300/h8300-protos.h: Update the prototypes of
18506 emit_a_rotate and expand_a_rotate.
18507 * config/h8300/h8300.c (emit_a_rotate): Change the type of the
18508 first argument to 'enum rtx_code'.
18509 (expand_a_rotate): Likewise.
18510
18511 2002-01-28 Kazu Hirata <kazu@hxi.com>
18512
18513 * config/h8300/h8300-protos.h: Update the prototype of
18514 output_simode_bld.
18515 * config/h8300/h8300.c (output_simode_bld): Remove an argumen
18516 'log2'.
18517 * config/h8300/h8300.md: Adjust to the new prototype.
18518
18519 2002-01-28 Kazu Hirata <kazu@hxi.com>
18520
18521 * conifg/h8300/h8300.c (h8300_adjust_insn_length): Remove
18522 redundant code.
18523
18524 2002-01-28 John David Anglin <dave@hiauly1.hia.nrc.ca>
18525
18526 * emit-rtl.c (gen_rtx_REG): Check that the PIC_OFFSET_TABLE_REGNUM
18527 is a fixed register before returning pic_offset_table_rtx.
18528 * loop.c (scan_loop): Don't hoist insns that set pic_offset_table_rtx
18529 when PIC_OFFSET_TABLE_REG_CALL_CLOBBERED is defined.
18530
18531 2002-01-28 Jason Merrill <jason@redhat.com>
18532
18533 * dwarf2.h: Sync with src version.
18534
18535 2002-01-28 Paul Koning <pkoning@equallogic.com>
18536
18537 * builtin-types.def (BT_FN_VOID_CONST_PTR_VAR): Replace
18538 BT_FN_VOID_PTR_VAR.
18539 * builtins.def (BUILT_IN_PREFETCH): Change first argument to be const.
18540 * doc/extend.texi (__builtin_prefetch): Update documentation:
18541 first argument is now const void ptr.
18542
18543 2002-01-28 Kazu Hirata <kazu@hxi.com>
18544
18545 * config/h8300/h8300-protos.h: Remove an unused prototype.
18546
18547 2002-01-28 Roman Zippel <zippel@linux-m68k.org>
18548
18549 * toplev.c (lang_independent_init): Round up identifier size.
18550
18551 2002-01-28 Richard Earnshaw <rearnsha@arm.com>
18552
18553 * config.gcc: Revert previous change.
18554
18555 2002-01-28 Andris Pavenis <pavenis@latnet.lv>
18556
18557 * config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTION
18558
18559 2002-01-28 Richard Earnshaw <rearnsha@arm.com>
18560
18561 * config.gcc (*-*-netbsdelf*): Set up generic parameters.
18562 (*-*-netbsd*): Always use collect2. Remove collect2 settings from
18563 other non-elf netbsd config frags.
18564 * config/netbsd-aout.h (STARTFILE_SPEC): Don't pull in c++rt0 since
18565 collect2 will does that.
18566 * config/netbsd.h (LIBGCC_SPEC): Add white space before -lgcc, so that
18567 shared-lib frobbing will work.
18568
18569 2002-01-28 Kazu Hirata <kazu@hxi.com>
18570
18571 * config/h8300/h8300.h: Fix formatting.
18572 * config/h8300/h8300.md: Likewise.
18573
18574 2002-01-28 Loren J. Rittle <ljrittle@acm.org>
18575
18576 * fixinc/inclhack.def (strict_ansi_not): Add a bypass based on
18577 the old, removed AAA_standards fix.
18578 * fixinc/fixincl.x: Rebuilt.
18579
18580 2002-01-28 Hans-Peter Nilsson <hp@axis.com>
18581
18582 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Change to emit
18583 atexit call in crtbegin, hooked in after call to frame_dummy;
18584 register EH before registering __fini__start.
18585
18586 2002-01-28 Aldy Hernandez <aldyh@redhat.com>
18587
18588 * config/rs6000/altivec.h: Remove spurious semicolons.
18589
18590 2002-01-27 Kazu Hirata <kazu@hxi.com>
18591
18592 * config/h8300/h8300.md: Replace dead bit extraction patterns
18593 with ones that work.
18594
18595 Sun Jan 27 13:23:40 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18596
18597 * emit-rtl.c (get_mem_attrs): Don't default alignment for non-BLKmode
18598 if not STRICT_ALIGNMENT.
18599 * rtl.h (MEM_ALIGN): Likewise.
18600
18601 2002-01-27 Craig Rodrigues <rodrigc@gcc.gnu.org>
18602
18603 * doc/invoke.texi (-fdump-translation-unit): Revert this
18604 patch: 2001-10-21 Craig Rodrigues <rodrigc@gcc.gnu.org>
18605
18606 2002-01-27 Kazu Hirata <kazu@hxi.com>
18607
18608 * config/h8300/h8300.md (define_constants): New.
18609 (anonymous patterns) Use defined constants appropriately.
18610
18611 2002-01-27 Kazu Hirata <kazu@hxi.com>
18612
18613 * config/h8300/h8300.c (function_arg): Remove redundant code.
18614
18615 2002-01-26 Richard Henderson <rth@redhat.com>
18616
18617 * sched-deps.c (reg_pending_uses_head): New.
18618 (reg_pending_barrier): Rename from reg_pending_sets_all.
18619 (find_insn_list): Don't mark inline.
18620 (find_insn_mem_list): Remove.
18621 (add_dependence_list, add_dependence_list_and_free): New.
18622 (flush_pending_lists): Replace only_write param with separate
18623 for_read and for_write parameters. Update all callers. Use
18624 add_dependence_list_and_free.
18625 (sched_analyze_1): Do not add reg dependencies here; just set
18626 the pending bits. Use add_dependence_list.
18627 (sched_analyze_2): Likewise.
18628 (sched_analyze_insn): Replace schedule_barrier_found with
18629 reg_pending_barrier. Add all dependencies for pending reg
18630 uses, sets, and clobbers.
18631 (sched_analyze): Don't add reg dependencies for calls, just
18632 set pending bits. Use regs_invalidated_by_call. Treat
18633 sched_before_next_call as a normal list, not a fake insn.
18634 (init_deps): No funny init for sched_before_next_call.
18635 (free_deps): Free pending mems lists. Don't zero reg_last.
18636 (init_deps_global): Init reg_pending_uses.
18637 (finish_deps_global): Free it.
18638 * sched-int.h (deps): Make in_post_call_group_p boolean. Update docs.
18639 (find_insn_mem_list): Remove.
18640 * sched-rgn.c (concat_INSN_LIST, concat_insn_mem_list): New.
18641 (propagate_deps): Use them. Zero temp mem lists.
18642
18643 2002-01-26 Richard Henderson <rth@redhat.com>
18644
18645 * Makefile.in (CRTSTUFF_CFLAGS): New.
18646 (crtbegin.o, crtend.o, crtbeginS.o, crtendS.o, crtbeginT.o): Use it.
18647 * config.gcc (alpha-linux, alpha-freebsd, alpha-netbsd): Use plain
18648 crtstuff.c instead of alpha assembly version.
18649 * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Rewrite to assume the
18650 entire dummy function sequence. Use FORCE_CODE_SECTION_ALIGN
18651 not FORCE_{INIT,FINI}_SECTION_ALIGN.
18652 (__do_global_dtors_aux): Mark used.
18653 (frame_dummy, __do_global_ctors_aux): Mark used.
18654 (fini_dummy, init_dummy): Remove.
18655
18656 * config/alpha/crtbegin.asm: Remove file.
18657 * config/alpha/crtend.asm: Remove file.
18658 * config/alpha/t-crtbe: Remove file.
18659 * config/alpha/elf.h (CRT_CALL_STATIC_FUNCTION): New.
18660 (LINK_EH_SPEC): New.
18661
18662 * config/cris/cris.h (CRT_CALL_STATIC_FUNCTION): Rewrite old
18663 FORCE_INIT_SECTION_ALIGN hack. Register __fini_start before
18664 calling constructors.
18665 * config/cris/linux.h (CRT_CALL_STATIC_FUNCTION): Undef.
18666
18667 * config/i386/i386.h (CRT_CALL_STATIC_FUNCTION): New.
18668 * config/i386/linux.h (CRT_CALL_STATIC_FUNCTION): Replace old
18669 CRT_END_INIT_DUMMY hack.
18670 * config/i386/sol2.h (FORCE_CODE_SECTION_ALIGN): Replace
18671 FORCE_{INIT,FINI}_SECTION_ALIGN.
18672
18673 * config/mcore/mcore-elf.h (FORCE_CODE_SECTION_ALIGN): Replace
18674 FORCE_{INIT,FINI}_SECTION_ALIGN.
18675
18676 * config/s390/s390.h (CRT_CALL_STATIC_FUNCTION): Update for new
18677 invocation sequence.
18678 * config/sh/sh.h (CRT_CALL_STATIC_FUNCTION): Likewise.
18679
18680 * doc/tm.texi (CRT_CALL_STATIC_FUNCTION): Update.
18681 (FORCE_CODE_SECTION_ALIGN): New.
18682
18683 2002-01-26 Richard Henderson <rth@redhat.com>
18684
18685 * config/cris/cris.c (cris_print_operand): Handle 64-bit CONST_INT.
18686
18687 2002-01-26 Richard Henderson <rth@redhat.com>
18688
18689 * config/alpha/alpha.c (alpha_sa_mask): Mark RA for unicos here too.
18690 (alpha_sa_size): Use alpha_sa_mask to compute size of saved regs.
18691
18692 2002-01-26 Kazu Hirata <kazu@hxi.com>
18693
18694 * config/h8300/h8300.md: Remove bit extraction patterns that
18695 cannot be triggered.
18696 Restrict each bit extraction pattern to a variant on which the
18697 pattern is tested.
18698
18699 2002-01-26 Joseph S. Myers <jsm28@cam.ac.uk>
18700
18701 * doc/include/texinfo.tex: Update to version 2002-01-04.07.
18702
18703 2002-01-26 Kazu Hirata <kazu@hxi.com>
18704
18705 * config/h8300/h8300.md: Remove bit test patterns that cannot
18706 be triggered.
18707 Restrict each bit test pattern to a variant on which the
18708 pattern is tested.
18709
18710 2002-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18711
18712 * builtins.c (expand_builtin_strncat): Remove redundant check for
18713 INTEGER_CST.
18714
18715 2002-01-25 David O'Brien <obrien@FreeBSD.org>
18716
18717 * config/i386/x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide
18718 default setting.
18719 * config/i386/freebsd64.h (DEFAULT_PCC_STRUCT_RETURN): Do not override
18720 existing setting.
18721
18722 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
18723
18724 * dbxout.c (dbxout_init): Use assemble_name rather than just
18725 stripping off the first character.
18726 (dbxout_source_file): Likewise.
18727
18728 2002-01-25 DJ Delorie <dj@redhat.com>
18729
18730 * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Compare
18731 using rtx_equal_p, not by comparing pointers.
18732
18733 2002-01-25 Steve Ellcey <sje@cup.hp.com>
18734
18735 * emit-rtl.c (gen_rtx_REG): Always return the same rtx
18736 for PIC_OFFSET_TABLE_REGNUM.
18737 (init_emit_once): Use gen_raw_REG to initialize pic_offset_table_rtx.
18738
18739 2002-01-25 David O'Brien <obrien@FreeBSD.org>
18740
18741 * config.gcc (x86_64-*-freebsd*): New target.
18742 (x86_64-*-netbsd*,x86_64-*-linux*): Use ${tm_file} rather than its
18743 value.
18744 (i[34567]86-*-freebsd*): Don't include svr4.h.
18745 * config/i386/freebsd64.h: New file.
18746
18747 2002-01-25 Douglas B Rupp <rupp@gnat.com>
18748
18749 * config/alpha/x-vms (version): Make static.
18750
18751 * config/alpha/vms.h (MD_FALLBACK_FRAME_STATE_FOR): Fix error
18752 in previous checkin.
18753
18754 * Makefile.in (install-headers-cp): New target.
18755 * config.gcc (alpha-dec-*vms*): Install headers with
18756 install-headers-cp
18757
18758 Fri Jan 25 22:42:49 CET 2002 Jan Hubicka <jh@suse.cz>
18759
18760 * unroll.c (unroll_loop): Lower final_value to nonmemory operand;
18761 avoid it's copies.
18762
18763 Fri Jan 25 08:26:19 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
18764
18765 * builtins.c (expand_builtin_strncpy): Use integer_zerop instead
18766 of compare_tree_int.
18767 (expand_builtin_strncat): Likewise.
18768 * c-decl.c (finish_struct): Use tree_low_cst.
18769 * tree.h (compare_tree_int): Arg is unsigned HOST_WIDE_INT.
18770 * tree.c (compare_tree_int): Likewise.
18771
18772 2002-01-25 Ulrich Weigand <uweigand@de.ibm.com>
18773
18774 * reload1.c (eliminate_regs_in_insn): Recognize frame pointer
18775 adjustments even if they are implemented by more than two insns.
18776
18777 Fri Jan 25 20:43:56 CET 2002 Jan Hubicka <jh@suse.cz>
18778
18779 * df.c (df_ref_create, df_ref_record_1, df_ref_record): Kill BB arg.
18780 * df.h (struct ref): Kill B.
18781 (DF_REF_BB, DF_REF_BBNO): Use BLOCK_FOR_INSN.
18782
18783 * basic-block.h (PROP_EQUAL_NOTES): New flag.
18784 * flow.c (propagate_one_insn): Use it.
18785 (mark_used_regs): Handle NIL.
18786
18787 2002-01-25 Geoffrey Keating <geoffk@redhat.com>
18788
18789 * config/stormy16/stormy16.md (tablejump_pcrel): Use a MEM
18790 to help folding.
18791
18792 2002-01-25 David Edelsohn <edelsohn@gnu.org>
18793
18794 * rs6000.md (prefetch): Make address V4SI mode so that the address
18795 is restricted to legitimate form for instruction.
18796
18797 2002-01-25 Bob Wilson <bob.wilson@acm.org>
18798
18799 * doc/install.texi (xtensa-*-elf): New target.
18800 (xtensa-*-linux*): New target.
18801 * doc/contrib.texi: Add myself.
18802
18803 2002-01-25 Nick Clifton <nickc@cambridge.redhat.com>
18804
18805 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow any general
18806 purpose register to hold an SImode (or smaller) value.
18807
18808 2002-01-25 Jakub Jelinek <jakub@redhat.com>
18809
18810 * unwind-dw2-fde-glibc.c: If inhibit_libc, use __register_frame*
18811 registry only.
18812 * crtstuff.c: Likewise.
18813
18814 2002-01-25 Kazu Hirata <kazu@hxi.com>
18815
18816 * config/h8300/h8300.md (negation patterns): Tighten
18817 predicates to register_operand.
18818
18819 2002-01-24 Aldy Hernandez <aldyh@redhat.com>
18820
18821 * loop.c (emit_prefetch_instructions): Use the prefetch insn's
18822 mode, not Pmode.
18823
18824 * builtins.c (expand_builtin_prefetch): Same.
18825
18826 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
18827
18828 * config/sh/sh.md (sym_label2reg): Make sure all CONSTs have
18829 modes.
18830
18831 2002-01-24 Kazu Hirata <kazu@hxi.com>
18832
18833 * config/h8300/h8300.c (print_operand): Remove support for
18834 operand character 'A'.
18835 * config/h8300/h8300.md (three anonymous patterns): Replace
18836 operand character 'A' with either 'T' or 'S'.
18837
18838 2002-01-24 Kazu Hirata <kazu@hxi.com>
18839
18840 * config/h8300/h8300.c (print_operand): Remove support for
18841 operand character 'U'.
18842
18843 2002-01-24 Andris Pavenis <pavenis@latnet.lv>
18844
18845 * config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.
18846
18847 2002-01-24 Nick Clifton <nickc@cambridge.redhat.com>
18848
18849 * config/arm/arm.c (arm_hard_regno_mode_ok): Allow SImode
18850 values to be assigned to the stack pointer.
18851
18852 2002-01-14 Hartmut Penner <hpenner@de.ibm.com>
18853
18854 * emit_rtl.c (gen_lowpart_common): Conversion from const_int
18855 to const_double needs to be done right for big-endian systems.
18856
18857 2002-01-24 Jason Merrill <jason@redhat.com>
18858
18859 PR c++/2432
18860 * config/sparc/sparc.md (call-jump peepholes): Pass the right insn
18861 to can_throw_internal.
18862
18863 2002-01-23 Richard Henderson <rth@redhat.com>
18864
18865 * fold-const.c (fold): Change UINT_MAX test to check vs precision
18866 rather than TYPE_MAX_VALUE. Fix indentation and a bogus negation.
18867
18868 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
18869
18870 * config/sh/sh.md (symGOT_load, sym2GOT, sym2GOTOFF): New expands.
18871 (symGOT2reg): Use them, then set as GOT value as unchanging.
18872 (symGOTOFF2reg): Set REG_EQUAL note. Use a different pseudo
18873 as a temporary, if possible.
18874 (symPLT_label2reg): Enclose (pc) in UNSPEC_PIC. Emit
18875 sym@PLT-(.LPCS#+2-.) instead of sym@PLT+.-(.LPCS#+2).
18876
18877 2002-01-23 Kazu Hirata <kazu@hxi.com>
18878
18879 * config/h8300/h8300.md: Fix xorqi and xorqi so that they will
18880 accept to accept 0x80 as operands[2].
18881
18882 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
18883
18884 * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
18885
18886 2002-01-23 Richard Henderson <rth@redhat.com>
18887
18888 * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo.
18889
18890 2002-01-23 Aldy Hernandez <aldyh@redhat.com>
18891
18892 * c-parse.in (parmlist_or_identifiers): Add maybe_attribute.
18893 (parmlist_or_identifiers_1): Verify that only a parmlist follows
18894 an attribute.
18895
18896 2002-01-23 Richard Henderson <rth@redhat.com>
18897
18898 * expr.c (move_by_pieces_1): Extend size before negation.
18899
18900 * config/m68k/t-m68kbare (MULTILIB_OPTIONS): Add 68040 and 68060.
18901 (MULTILIB_MATCHES): Remove 68040 and 68060 aliases.
18902 (MULTILIB_EXCEPTIONS): Ignore 68881 and soft-float for 68040 and 68060.
18903 * config/m68k/t-m68kelf: Likewise.
18904
18905 2002-01-23 Bob Wilson <bob.wilson@acm.org>
18906
18907 * config/xtensa/elf.h: New file.
18908 * config/xtensa/lib1funcs.asm: New file.
18909 * config/xtensa/lib2funcs.S: New file.
18910 * config/xtensa/linux.h: New file.
18911 * config/xtensa/t-xtensa: New file.
18912 * config/xtensa/xtensa-config.h: New file.
18913 * config/xtensa/xtensa-protos.h: New file.
18914 * config/xtensa/xtensa.c: New file.
18915 * config/xtensa/xtensa.h: New file.
18916 * config/xtensa/xtensa.md: New file.
18917 * config.gcc (xtensa-*-elf*): New target.
18918 (xtensa-*-linux*): New target.
18919 * cse.c (canon_hash): Compare rtx pointers instead of register
18920 numbers. This is required for the Xtensa port.
18921 * integrate.c (copy_insn_list): Handle case where the static
18922 chain is in memory and the memory address has to be copied to
18923 a register.
18924 * doc/invoke.texi (Option Summary): Add Xtensa options.
18925 (Xtensa Options): New node.
18926 * doc/md.texi (Machine Constraints): Add Xtensa machine constraints.
18927
18928 2002-01-23 Zack Weinberg <zack@codesourcery.com>
18929
18930 * diagnostic.c (internal_error): Do ICE suppression only
18931 when ENABLE_CHECKING is not defined.
18932
18933 * c-typeck.c (require_complete_type): Return error_mark_node
18934 if type is error_mark_node.
18935
18936 2002-01-23 Janis Johnson <janis187@us.ibm.com>
18937
18938 * toplev.c (process_options): Disable -fprefetch-loop-arrays with
18939 -Os and issue a warning.
18940
18941 2002-01-23 Zack Weinberg <zack@codesourcery.com>
18942
18943 * doc/fragments.texi, doc/hostconfig.texi: Update to reflect
18944 current (lack of) need for host configuration by hand.
18945
18946 * doc/gccint.texi, doc/rtl.texi, doc/tm.texi: Adjust cross
18947 references. Documentation of some target macros moved from
18948 hostconfig.texi to tm.texi.
18949
18950 2002-01-23 Will Cohen <wcohen@redhat.com>
18951
18952 * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Define if not currently
18953 defined.
18954
18955 2002-01-23 Kazu Hirata <kazu@hxi.com>
18956
18957 * config/h8300/h8300.md (*andorhi3): Accept 0x8000 as an
18958 operand[3].
18959
18960 2002-01-23 Jason Merrill <jason@redhat.com>
18961
18962 * tree.c (build1): Don't set TREE_READONLY on INDIRECT_REF.
18963
18964 * function.c (assign_parms): Don't put args of inline functions
18965 into registers when not optimizing.
18966
18967 2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
18968
18969 * config/arm/arm.md (UNSPEC_PROLOGUE_USE): New unspec constant.
18970 (prologue_use): New pattern.
18971 * config/arm/arm.c (expand_prologue): Use gen_prologue_use in
18972 preference to gen_rtx_USE.
18973 (thumb_expand_prologue): Use gen_prologue_use in preference to
18974 gen_rtx_USE.
18975 (thumb_expand_epilogue): Use gen_prologue_use in preference to
18976 gen_rtx_USE.
18977
18978 2002-01-23 Hans-Peter Nilsson <hp@bitrange.com>
18979
18980 * loop.c [!HAVE_prefetch] (CODE_FOR_prefetch): Define to 0.
18981
18982 2002-01-23 Neil Booth <neil@daikokuya.demon.co.uk>
18983
18984 PR c/3504
18985 * doc/extend.texi: Correct documentation of __alignof__.
18986
18987 2002-01-22 Zack Weinberg <zack@codesourcery.com>
18988
18989 * params.h: Rename arguments of DEFPARAM so that it will be
18990 recognized as a translation keyword.
18991
18992 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
18993
18994 * extend.texi: Document altivec functions.
18995 Fix N-bit adjectives in X86 builtin documentation.
18996
18997 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
18998
18999 * reload.c (reg_overlap_mentioned_for_reload_p): Handle PLUS and
19000 auto_inc_dec values.
19001
19002 2002-01-22 Richard Earnshaw <rearnsha@arm.com>
19003
19004 * config/netbsd-aout.h (SWITCH_TAKES_ARG): Remove bogus white space
19005 after backslash.
19006 (ASM_DECLARE_OBJECT_NAME): Add missing backslash before final line.
19007
19008 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
19009
19010 * config/i386/freebsd-aout.h (ASM_QUAD): Undefine.
19011
19012 2002-01-22 Richard Henderson <rth@redhat.com>
19013
19014 * config/alpha/alpha.c (split_small_symbolic_mem_operand): Use
19015 copy_insn not copy_rtx.
19016
19017 2002-01-23 Alan Modra <amodra@bigpond.net.au>
19018
19019 * combine.c (simplify_and_const_int): Don't trunc_int_for_mode
19020 "nonzero" as that might add "1" bits. Ensure "constop" is
19021 properly sign extened.
19022 (force_to_mode): Tweak for sign extended constop.
19023
19024 2002-01-22 Richard Henderson <rth@redhat.com>
19025
19026 * config/alpha/alpha.c (some_small_symbolic_mem_operand) Use
19027 for_each_rtx instead of assuming we're already looking at the MEM.
19028 (split_small_symbolic_mem_operand): Likewise.
19029 * config/alpha/alpha.h (PREDICATE_CODES): Update.
19030 * config/alpha/alpha.md (small symbolic memory splitters): Update.
19031
19032 2002-01-22 Richard Henderson <rth@redhat.com>
19033
19034 * config/alpha/alpha.md (divmodsi_internal_er): Generate lituse
19035 sequence number for the literal.
19036 (divmoddi_internal_er): Likewise.
19037
19038 2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
19039
19040 PR java/4972
19041 * aclocal.m4 (AM_ICONV): Put linking flags for libiconv
19042 in LIBICONV variable.
19043 * configure: Regenerated.
19044
19045 2002-01-22 Krister Walfridsson <cato@df.lth.se>
19046
19047 * dependence.c (build_def_use): Remove array_idx.
19048
19049 * dwarfout.c (last_filename): Remove.
19050 (output_compile_unit_die): Remove last_filename.
19051
19052 2002-01-22 Roger Sayle <roger@eyesopen.com>
19053 Richard Henderson <rth@redhat.com>
19054
19055 PR opt/3640
19056 * fold-const.c (fold): Optimize unsigned comparisons against
19057 UINT_MAX (and similar unsigned constants).
19058
19059 2002-01-22 Janis Johnson <janis187@us.ibm.com>
19060
19061 * Makefile.in (loop.o): Depend on OPTABS_H.
19062 * loop.c (emit_prefetch_instructions): Check the prefetch operand
19063 against the predicate.
19064
19065 PR target/5379
19066 * config/i386/i386.md (prefetch_sse): Specify "p" as a constraint
19067 for the address operand.
19068
19069 2002-01-22 Richard Henderson <rth@redhat.com>
19070
19071 * config/alpha/freebsd.h (FUNCTION_PROFILER): Remove.
19072
19073 2002-01-22 Craig Rodrigues <rodrigc@gcc.gnu.org>
19074
19075 PR other/5450
19076 * config/i386/sysv4.h (CPP_SPEC): Define, and add CPU
19077 preprocessor flags.
19078
19079 2002-01-22 Jason Thorpe <thorpej@wasabisystems.com>
19080
19081 * config.gcc (x86_64-*-netbsd*): New target.
19082 * config/i386/netbsd64.h: New file.
19083
19084 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
19085
19086 * regrename.c (kill_value): Fix typo.
19087
19088 2002-01-22 Aldy Hernandez <aldyh@redhat.com>
19089
19090 * doc/tm.texi: Remove STARTING_FRAME_PHASE.
19091
19092 * config/rs6000/rs6000.h: Same.
19093
19094 * function.c (instantiate_virtual_regs): Remove
19095 STARTING_FRAME_PHASE.
19096 (assign_stack_local_1): Same.
19097 Calculate frame phase.
19098
19099 2002-01-22 Nick Clifton <nickc@redhat.com>
19100
19101 * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move 'regno'
19102 variable declaration to outer scope in order to simplify
19103 future extensions.
19104 (HARD_REGNO_MODE_OK): Replace macro body with a with a call to
19105 arm_hard_regno_mode_ok.
19106 * config/arm/arm-protos.h: Add a prototype for
19107 arm_hard_regno_mode_ok.
19108 * config/arm/arm.c (soft_df_operand): Remove now redundant
19109 check for DImode values using IP_REGNUM.
19110 (nonimmediate_soft_df_operand): Remove now redundant check for
19111 DImode values using IP_REGNUM.
19112 (arm_hard_regno_mode_ok): New function. New check: make sure
19113 that DImode values are not stored in IP_REGNUM.
19114
19115 * config/arm/arm.c (arm_expand_prologue): Replace REG_MAYBE_DEAD
19116 note with a USE.
19117 (thumb_expand_prologue): Replace REG_MAYBE_DEAD note with a USE.
19118
19119 2002-01-22 Jason Merrill <jason@redhat.com>
19120
19121 * c-semantics.c (genrtl_compound_stmt): Only check nesting
19122 consistency if this COMPOUND_STMT is scoped.
19123
19124 2002-01-22 Kazu Hirata <kazu@hxi.com>
19125
19126 * predict.c: Fix formatting.
19127 * print-tree.c: Likewise.
19128 * protoize.c: Likewise.
19129 * real.h: Likewise.
19130 * rtl.h: Likewise.
19131 * sbitmap.h: Likewise.
19132 * scan.c: Likewise.
19133 * sched-deps.c: Likewise.
19134 * sched-vis.c: Likewise.
19135 * sdbout.c: Likewise.
19136 * sibcall.c: Likewise.
19137 * ssa.c: Likewise.
19138 * ssa-ccp.c: Likewise.
19139 * ssa-dce.c: Likewise.
19140 * stmt.c: Likewise.
19141 * stor-layout.c: Likewise.
19142 * system.h: Likewise.
19143
19144 Tue Jan 22 06:26:33 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19145
19146 * tree.c (int_fits_type_p): If bounds of a subtype are variable, see
19147 if fits in bounds of base type.
19148
19149 * dwarf2out.c (equate_decl_number_to_die): Add "int" to decls.
19150 (loc_descriptor_from_tree, case CALL_EXPR, case ADDR_EXPR): New.
19151 (add_bound_info, default): If can't find a context, make a
19152 SAVE_EXPR.
19153 (dwarf2out_finish): Check for SAVE_EXPR in node->created_for.
19154
19155 2002-01-22 Hans-Peter Nilsson <hp@axis.com>
19156
19157 * c-typeck.c (parser_build_binary_op): If result from
19158 build_binary_op is ERROR_MARK just return error_mark_node without
19159 further processing.
19160
19161 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
19162
19163 * config/netbsd.h (TARGET_HAS_F_SETLKW): define.
19164 Split a.out-specific bits into...
19165 * config/netbsd-aout.h: ...this.
19166 * config/netbsd-elf.h: New file.
19167 * config/alpha/netbsd-elf.h: Remove.
19168 * config/alpha/netbsd.h: Rewrite for a NetBSD/alpha ELF target.
19169 * config/i386/netbsd-elf.h (LIB_SPEC): Remove.
19170 (STARTFILE_SPEC): Remove redundant definition.
19171 (ENDFILE_SPEC): Likewise.
19172 (LINK_SPEC): Likewise.
19173 (CPP_SPEC): Likewise.
19174 (ASM_SPEC): Likewise.
19175 (LIB_SPEC): Likewise.
19176 (SWITCH_TAKES_ARG): Likewise.
19177 (TARGET_MEM_FUNCTIONS): Likewise.
19178 (CPP_PREDEFINES): Redefine.
19179 (ASM_FINAL_SPEC): Remove redefinition.
19180 (ASM_COMMENT_START): Redefine.
19181 (FUNCTION_PROFILER): Define.
19182 (TARGET_VERSION): Redefine.
19183 Comment and formatting cleanup.
19184 * config/i386/netbsd.h: Include <netbsd-aout.h>.
19185 * config/m68k/netbsd.h: Include <netbsd-aout.h>.
19186 * config/mips/netbsd.h: Rewrite for NetBSD/mips ELF target,
19187 big- or little-endian.
19188 * config/ns32k/netbsd.h: Include <netbsd-aout.h>.
19189 * config.gcc (*-*-netbsd*): Add definitions common to all
19190 NetBSD configs.
19191 (alpha*-*-netbsd*): Remove redundant xm_defines, gas, and
19192 gnu_ld definitions. Add netbsd-elf.h to and remove
19193 alpha/netbsd-elf.h from tm_file. Remove alpha/t-crtfm from
19194 tmake_file, and don't lose previous tmake_file contents.
19195 (arm*-*-netbsd*): Add netbsd-aout.h to tm_file.
19196 (i[34567]86-*-netbsdelf*): Remove redundant xm_defines, gas, and
19197 gnu_ld definitions. Add netbsd-elf.h to tm_file.
19198 (mips-dec-netbsd*): Remove as alias for mipsel-*-netbsd*.
19199 (mipsel-*-netbsd*): Rename this to...
19200 (mips*-*-netbsd*): ...this. Add elfos.h to tm_file. Add
19201 mips/little.h to tm_file for mips*el-*.
19202 (powerpc-*-netbsd*): Remove redundant xm_defines definition.
19203 (sparc-*-netbsd*): Add netbsd-aout.h to tm_file.
19204 (vax-*-netbsd*): Add netbsd-aout.h to tm_file.
19205
19206 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
19207
19208 * pa-protos.h (reg_before_reload_operand): New function prototype.
19209 * pa.c (reg_before_reload_operand): New function implementation.
19210 * pa.md (decrement_and_branch_until_zero, movb): Use it. Change "!*m"
19211 contraints to "*m".
19212
19213 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19214
19215 * combine.c (simplify_and_const_int): Properly sign-extend CONSTOP.
19216
19217 2002-01-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
19218
19219 * pa64-hpux.h (MD_EXEC_PREFIX): Set to "/usr/ccs/bin".
19220 (MD_STARTFILE_PREFIX): Set to "/usr/ccs/lib/pa20_64/".
19221 (MD_STARTFILE_PREFIX_1): Set to "/opt/langtools/lib/pa20_64/".
19222 (EH_FRAME_IN_DATA_SECTION): Define and update comment on init sections.
19223 (ENDFILE_SPEC): Undefine.
19224 (STARTFILE_SPEC): Redefine for PA.
19225
19226 2002-01-21 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19227
19228 * config/rs6000/t-ppccomm (CRTSTUFF_T_CFLAGS_S): Re-add -fPIC.
19229
19230 2002-01-21 Daniel Jacobowitz <drow@mvista.com>
19231
19232 * config.gcc: Add entries to supported PowerPC --with-cpu
19233 types.
19234
19235 2002-01-21 Jakub Jelinek <jakub@redhat.com>
19236
19237 * config/i386/i386.c (ix86_function_arg_regno_p): Never return
19238 true for 64-bit mode only SSE registers in 32-bit mode.
19239
19240 2002-01-21 Kazu Hirata <kazu@hxi.com>
19241
19242 * unwind-dw2.c: Fix formatting.
19243 * unwind-dw2-fde.c: Likewise.
19244 * unwind-dw2-fde.h: Likewise.
19245 * unwind-pe.h: Likewise.
19246 * varasm.c: Likewise.
19247 * varray.h: Likewise.
19248
19249 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
19250
19251 Remove workaround for register stack overwrite bug in mmix.
19252 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Remove
19253 support for TARGET_REG_STACK_FILL_BUG.
19254 * config/mmix/mmix.h: Remove member has_call_without_parameters.
19255 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_REG_STACK_FILL_BUG):
19256 Delete.
19257 (TARGET_DEFAULT): Remove TARGET_MASK_REG_STACK_FILL_BUG.
19258 (TARGET_SWITCHES): Remove -mreg-stack-fill-bug-workaround and
19259 -mno-reg-stack-fill-bug-workaround.
19260 * config/mmix/mmix.md ("call", "call_value"): Don't set struct
19261 machine member has_call_without_parameters.
19262 * doc/invoke.texi (Option Summary) <MMIX Options>: Remove
19263 -mreg-stack-fill-bug-workaround and
19264 -mno-reg-stack-fill-bug-workaround.
19265 (MMIX Options): Ditto.
19266
19267 2002-01-21 Kazu Hirata <kazu@hxi.com>
19268
19269 * config/h8300/h8300.c (function_arg): Replace 0 with NULL_RTX
19270 as appropriate.
19271 Remove redundant code.
19272
19273 2002-01-21 Joseph S. Myers <jsm28@cam.ac.uk>
19274
19275 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
19276 config/c4x/c4x.h, config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
19277 config/fr30/fr30.h, config/ia64/ia64.h, config/m68hc11/m68hc11.h,
19278 config/mips/mips.h, config/rs6000/rs6000.h, config/sparc/sparc.h,
19279 config/stormy16/stormy16.h, config/v850/v850.h: Remove commented
19280 out target macro definitions and non-target-specific comments
19281 mostly taken from old versions of the manual.
19282
19283 2002-01-20 Kazu Hirata <kazu@hxi.com>
19284
19285 * config/h8300/h8300.h: Fix comment formatting.
19286 * config/ia64/aix.h: Likewise.
19287 * config/ia64/ia64-protos.h: Likewise.
19288 * config/ia64/ia64.c: Likewise.
19289 * config/ia64/ia64.h: Likewise.
19290 * config/ia64/ia64intrin.h: Likewise.
19291 * config/ia64/linux.h: Likewise.
19292 * config/ia64/unwind-aix.c: Likewise.
19293 * config/ia64/unwind-ia64.c: Likewise.
19294
19295 2002-01-20 Kazu Hirata <kazu@hxi.com>
19296
19297 * config/h8300/h8300.c: Revise comments about shift code.
19298
19299 2002-01-20 Kazu Hirata <kazu@hxi.com>
19300
19301 * config/h8300/h8300.c (function_arg): Update a comment.
19302
19303 2002-01-20 Kazu Hirata <kazu@hxi.com>
19304
19305 * config/h8300/h8300.md: Update the comments at the beginning
19306 of the file.
19307
19308 2002-01-20 Kazu Hirata <kazu@hxi.com>
19309
19310 * config/i370/i370.c: Fix comment formatting.
19311 * config/i370/i370.h: Likewise.
19312 * config/i370/i370.md: Likewise.
19313 * config/i370/linux.h: Likewise.
19314
19315 Sun Jan 20 18:40:14 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19316
19317 * reg-stack.c (subst_stack_regs): Properly check for deleted insn.
19318
19319 * dwarf2out.c (loc_descriptor_from_tree): Add TRUTH_*_EXPR cases.
19320 (gen_struct_or_union_type_die): Don't SIGSEGV if no TYPE_STUB_DECL
19321 in incomplete case.
19322
19323 2002-01-20 Graham Stott <grahams@redhat.com>
19324
19325 * cfgloop.c (flow_loop_preheader_scan): Fix typo.
19326
19327 2002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
19328
19329 * config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.
19330
19331 2002-01-19 Tom Rix <trix@redhat.com>
19332
19333 * config/rs6000/rs6000.md: Fix DF split for 64 bit hosts.
19334
19335 2002-01-18 Aldy Hernandez <aldyh@redhat.com>
19336
19337 * doc/tm.texi (STARTING_FRAME_PHASE): Document.
19338
19339 * function.c (assign_stack_local_1): Adjust x_frame_offset with
19340 STARTING_FRAME_PHASE.
19341 (STARTING_FRAME_PHASE): New.
19342 (instantiate_virtual_regs): Check saneness of
19343 STARTING_FRAME_PHASE.
19344
19345 * config/rs6000/rs6000.h (STARTING_FRAME_PHASE): New.
19346
19347 2002-01-19 Alexandre Oliva <aoliva@redhat.com>
19348
19349 * config/sh/sh.md (movdf_i4 split): Fix alter_subreg calls.
19350
19351 2002-01-18 Craig Rodrigues <rodrigc@gcc.gnu.org>
19352
19353 * doc/install.texi (hppa*-hp-hpux11): Clarify that GCC 2.95.x cannot
19354 be used for bootstrapping GCC 3.0.
19355
19356 2002-01-18 Kazu Hirata <kazu@hxi.com>
19357
19358 * config/h8300/h8300.md: Fix an insn length.
19359
19360 2002-01-18 Kazu Hirata <kazu@hxi.com>
19361
19362 * bitmap.h: Fix comment formatting.
19363 * combine.c: Likewise.
19364 * cppfiles.c: Likewise.
19365 * c-pragma.h: Likewise.
19366 * c-typeck.c: Likewise.
19367 * df.c: Likewise.
19368 * dwarf2out.c: Likewise.
19369 * function.c: Likewise.
19370 * gcc.c: Likewise.
19371 * genattrtab.c: Likewise.
19372 * gthr-win32.h: Likewise.
19373 * haifa-sched.c: Likewise.
19374 * predict.c: Likewise.
19375 * rtlanal.c: Likewise.
19376 * rtl.h: Likewise.
19377 * unwind-dw2-fde.h: Likewise.
19378 * unwind-pe.h: Likewise.
19379 * vmsdbgout.c: Likewise.
19380
19381 Thu Jan 17 15:28:26 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19382
19383 * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
19384 if type_required and passed decl.
19385
19386 2002-01-17 Aldy Hernandez <aldyh@redhat.com>
19387
19388 * config.gcc (cpu_type): Include altivec.h in powerpc
19389 extra_headers.
19390 Same for darwin.
19391
19392 * config/rs6000/altivec.h: New.
19393
19394 2002-01-17 David Edelsohn <edelsohn@gnu.org>
19395
19396 * doc/install.texi (*-ibm-aix*): Update assembler and exception
19397 handling information.
19398 * doc/trouble.texi (Interoperation): Add libstdc++ information
19399 for AIX.
19400 (Misunderstandings): Add template instantiation and static template
19401 member information for AIX.
19402
19403 2002-01-17 Jason Merrill <jason@redhat.com>
19404
19405 * dbxout.c (dbxout_type): Support const and volatile.
19406
19407 * except.c (add_partial_entry): Remove backwards compatibility code.
19408 (end_protect_partials): Likewise.
19409
19410 2002-01-17 Jakub Jelinek <jakub@redhat.com>
19411
19412 * config/ia64/ia64.md (prologue_use): New.
19413 * config/ia64/ia64.c (ia64_expand_prologue): Use
19414 gen_prologue_use instead of gen_rtx_USE.
19415 (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way
19416 as CODE_FOR_pred_rel_mutex.
19417 (ia64_sched_reorder2): Likewise.
19418
19419 2002-01-16 Eric Christopher <echristo@redhat.com>
19420
19421 * config/mips/r3900.h: Reformat.
19422 (SUBTARGET_CPP_SIZE_SPEC): Remove.
19423 * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto.
19424 * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "".
19425 (SUBTARGET_CPP_SIZE_SPEC): Rewrite.
19426 * config/mips/t-elf: Remove mips3 multilib.
19427
19428 2002-01-16 H.J. Lu <hjl@gnu.org>
19429
19430 * config/mips/linux.h: Include "mips/abi64.h".
19431
19432 2002-01-16 H.J. Lu <hjl@gnu.org>
19433
19434 * config/mips/t-linux: New.
19435
19436 * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*.
19437
19438 * config/mips/linux.h: Don't include "gofast.h".
19439 (INIT_SUBTARGET_OPTABS): Removed.
19440
19441 2002-01-16 Kazu Hirata <kazu@hxi.com>
19442
19443 * config/h8300/h8300-protos.h: Replace emit_a_shift with
19444 output_a_shift.
19445 * config/h8300/h8300.c: Likewise.
19446 * config/h8300/h8300.md: Likewise.
19447
19448 2002-01-16 Kazu Hirata <kazu@hxi.com>
19449
19450 * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
19451 spaces after an opcode name.
19452 (pushqi1_h8300hs): Likewise.
19453 (pushhi1_h8300hs): Likewise.
19454
19455 2002-01-16 Kazu Hirata <kazu@hxi.com>
19456
19457 * doc/extend.texi: Replace "option" with "attribute"
19458 appropriately.
19459
19460 2002-01-16 Jakub Jelinek <jakub@redhat.com>
19461
19462 * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look into
19463 (and:DI () (const_int -8)).
19464 (split_small_symbolic_mem_operand): Split
19465 (mem (and:DI () (const_int -8)).
19466
19467 2002-01-16 Jakub Jelinek <jakub@redhat.com>
19468
19469 PR target/5309:
19470 * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the
19471 same way as TYPE_IMUL.
19472 (ultrasparc_sched_reorder): Likewise.
19473 * config/sparc/sparc.md (type): Add comment to update
19474 ultrasparc_sched_reorder when making changes.
19475
19476 2002-01-16 Kazu Hirata <kazu@hxi.com>
19477
19478 * doc/invoke.texi: Change the dump file name of block
19479 reordering pass from 28.bbro to 29.bbro.
19480 Mention -dk option.
19481
19482 Wed Jan 16 17:54:22 CET 2002 Jan Hubicka <jh@suse.cz>
19483
19484 * i386.md (minsf splitter): Fix pasto.
19485
19486 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
19487
19488 * config/arm/arm.c (arm_expand_prologue): Add REG_MAYBE_DEAD note
19489 to frame pointer initialisation instruction.
19490 (thumb_expand_prologue): Add REG_MAYBE_DEAD note to frame pointer
19491 initialisation instruction.
19492 (soft_df_operand): Do not accept the IP register.
19493 (nonimmediate_soft_df_operand): Do not accept the IP register.
19494
19495 2002-01-16 Jakub Jelinek <jakub@redhat.com>
19496
19497 PR target/5357:
19498 * config/sparc/sparc.c (sparc_override_options): Avoid MASK_V9 and
19499 MASK_V8 being both set.
19500
19501 2002-01-16 Ulrich Weigand <uweigand@de.ibm.com>
19502
19503 * config/s390/s390.c (s390_emit_prologue): Do not emit USE
19504 insn for GOT register; add REG_MAYBE_DEAD notes instead.
19505 config/s390/s390.md (call, call_value): Add GOT register to
19506 CALL_INSN_FUNCTION_USAGE where needed.
19507 (call_exp, call_value_exp): New.
19508
19509 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
19510
19511 * config/arm/arm.c: General formatting tidy up.
19512
19513 2002-01-16 Graham Stott <grahams@redhat.com>
19514
19515 * calls.c (try_to_integrate): Use "(size_t)" intermediate
19516 cast and when casting an integer literal to "rtx" pointer.
19517 (expand_call): Likewise.
19518 * flow.c (try_pre_increment): Likewise.
19519 (find_use_as_address): Likewise.
19520 * integrate.c (expand_iline_function): Likewise.
19521 * regmove.c (try_auto_increment): Likewise.
19522
19523 2002-01-16 Graham Stott <grahams@redhat.com>
19524
19525 * sched-rgn.c (passed): Use sbitmap_free.
19526 (header): Likewise.
19527 (inner): Likewise.
19528 (in_queue): Likewise.
19529 (in_stack): Likewise.
19530
19531 2002-01-15 Eric Christopher <echristo@redhat.com>
19532
19533 * flow.c (propagate_one_insn): Change to use fatal_insn.
19534
19535 2002-01-15 Kazu Hirata <kazu@hxi.com>
19536
19537 * expmed.c (extract_fixed_bit_field): Remove unused code.
19538 * system.h: Poison SLOW_ZERO_EXTEND.
19539 * doc/tm.texi: Remove.
19540 * config/1750a/1750a.h (SLOW_ZERO_EXTEND): Remove.
19541 * config/arm/arm.h: Likewise.
19542 * config/avr/avr.h: Likewise.
19543 * config/clipper/clipper.h: Likewise.
19544 * config/convex/convex.h: Likewise.
19545 * config/d30v/d30v.h: Likewise.
19546 * config/dsp16xx/dsp16xx.h: Likewise.
19547 * config/elxsi/elxsi.h: Likewise.
19548 * config/fr30/fr30.h: Likewise.
19549 * config/h8300/h8300.h: Likewise.
19550 * config/i370/i370.h: Likewise.
19551 * config/i386/i386.h: Likewise.
19552 * config/m68k/m68k.h: Likewise.
19553 * config/mips/mips.h: Likewise.
19554 * config/ns32k/ns32k.h: Likewise.
19555 * config/pdp11/pdp11.h: Likewise.
19556 * config/pj/pj.h: Likewise.
19557 * config/s390/s390.h: Likewise.
19558 * config/sh/sh.h: Likewise.
19559 * config/stormy16/stormy16.h: Likewise.
19560 * config/v850/v850.h: Likewise.
19561 * config/vax/vax.h: Likewise.
19562 * config/we32k/we32k.h: Likewise.
19563
19564 2002-01-15 Aldy Hernandez <aldyh@redhat.com>
19565
19566 * config/rs6000/rs6000.md (altivec_stvx): Add parallels to stvx.
19567 (altivec_lvsl): Change constraint to b.
19568 (altivec_lvsr): Same.
19569 (altivec_lvebx): Same.
19570 (altivec_lvehx): Same.
19571 (altivec_lvewx): Same.
19572 (altivec_lvxl): Same.
19573 (altivec_lvx): Same.
19574 (altivec_stvx): Add parallel.
19575 (altivec_stvxl): Same.
19576 (altivec_stvehx): Same.
19577 (altivec_stvebx): Same.
19578 (altivec_stvebx): Same.
19579
19580 2002-01-15 Aldy Hernandez <aldyh@redhat.com>
19581
19582 * config.gcc: Change altivec.h to altivec-defs.h.
19583
19584 * config/rs6000/altivec.h: Delete.
19585
19586 * config/rs6000/altivec-defs.h: Add.
19587
19588 2002-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
19589
19590 * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
19591 and UMOD modes.
19592
19593 * vax.h (INDEX_TERM_P): Restrict indexing to modes which have a size
19594 less than or equal to eight bytes.
19595
19596 * vax.md (andsi3): Remove constraints and change SET destination
19597 operand type to nonimmediate_operand.
19598 (andhi3, andqi3): Likewise. Don't clear high order bits of operand 1
19599 when it is a CONST_INT.
19600
19601 2002-01-15 Jason Merrill <jason@redhat.com>
19602
19603 * c-common.def (FILE_STMT): New code.
19604 * c-common.c (statement_code_p): It's a statement.
19605 * c-common.h (stmt_tree_s): Add x_last_filename.
19606 (FILE_STMT_FILENAME_NODE, FILE_STMT_FILENAME): New macros.
19607 (last_expr_filename): New macro.
19608 * c-semantics.c (begin_stmt_tree): Initialize it.
19609 (add_stmt): If the filename changed, also insert a
19610 FILE_STMT.
19611 (expand_stmt): Handle seeing one.
19612
19613 2002-01-15 Eric Christopher <echristo@redhat.com>
19614
19615 * flow.c (propagate_one_insn): Add error message and print out
19616 insn for debugging.
19617
19618 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
19619
19620 * system.h (ASM_IDENTIFY_GCC, STDC_VALUE, TRAMPOLINE_ALIGN,
19621 ASM_IDENTIFY_GCC_AFTER_SOURCE): Poison.
19622 * config/pdp11/pdp11.h (TRAMPOLINE_ALIGN): Rename to
19623 TRAMPOLINE_ALIGNMENT.
19624 * config/arm/arm.h, config/mcore/mcore.h: Likewise. Change value
19625 to be in bits.
19626 * config/i386/cygwin.h (PCC_BITFIELDS_TYPE_MATTERS): Rename to
19627 PCC_BITFIELD_TYPE_MATTERS.
19628 * config/interix.h (STDC_VALUE): Remove. Use
19629 STDC_0_IN_SYSTEM_HEADERS.
19630 * config/darwin.h (ASM_IDENTIFY_GCC), config/dsp16xx/dsp16xx.h
19631 (ASM_IDENTIFY_GCC), config/stormy16/stormy16.h (ASM_IDENTIFY_GCC,
19632 ASM_IDENTIFY_GCC_AFTER_SOURCE): Remove.
19633
19634 2002-01-15 Craig Rodrigues <rodrigc@gcc.gnu.org>
19635
19636 * doc/install.texi (hppa*-hp-hpux11): --enable-threads does
19637 not work on this platform currently.
19638
19639 2002-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
19640
19641 * c-typeck.c (build_unary_op): Don't wrap msgid argument of
19642 readonly_warning in _().
19643
19644 2002-01-15 Douglas B Rupp <rupp@gnat.com>
19645
19646 * gcc.c (delete_if_ordinary): Backout previous change.
19647
19648 2002-01-15 Kazu Hirata <kazu@hxi.com>
19649
19650 * config/h8300/h8300.c (print_operand): Remove support for
19651 unused operand characters.
19652
19653 * read-rtl.c: Fix formatting.
19654 * real.c: Likewise.
19655 * recog.c: Likewise.
19656 * regclass.c: Likewise.
19657 * regmove.c: Likewise.
19658 * reg-stack.c: Likewise.
19659 * reload1.c: Likewise.
19660 * rtlanal.c: Likewise.
19661
19662 2002-01-15 Kazu Hirata <kazu@hxi.com>
19663
19664 * config/i386/i386.c: Fix formatting.
19665
19666 2002-01-15 Jakub Jelinek <jakub@redhat.com>
19667
19668 * c-typeck.c (process_init_element): Don't save_expr
19669 COMPOUND_LITERAL_EXPR if just its initializer will be used.
19670
19671 2002-01-15 David Edelsohn <edelsohn@gnu.org>
19672
19673 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Do not
19674 emit optional traceback table if optimize_size or TARGET_ELF.
19675 * config/rs6000/rs6000.md (prefetch): New.
19676
19677 2002-01-15 Andreas Jaeger <aj@suse.de>
19678
19679 * config.gcc (x86_64-*-*): Install mmintrin.h and xmmintrin.h.
19680
19681 2002-01-15 Kazu Hirata <kazu@hxi.com>
19682
19683 * mips-tfile.c: Fix formatting.
19684
19685 Tue Jan 15 00:56:11 CET 2002 Jan Hubicka <jh@suse.cz>
19686
19687 * unroll.c (final_reg_note_copy): Fix previous commit.
19688
19689 2002-01-14 Kazu Hirata <kazu@hxi.com>
19690
19691 * config/h8300/h8300-protos.h: Remove the prototype for
19692 eq_operator.
19693 * config/h8300/h8300.c (eq_operator): Remove.
19694
19695 2002-01-14 Richard Henderson <rth@redhat.com>
19696
19697 * config/i386/i386.md (prefetch): Tidy.
19698 (prefetch_3dnow): Fix locality operand.
19699
19700 2002-01-14 Richard Henderson <rth@redhat.com>
19701
19702 * config/mips/mips.h (HI_AND_FP_REGS): New register class.
19703 (CLASS_CANNOT_CHANGE_MODE): Disallow HI in little-endian mode.
19704
19705 2002-01-14 Hans-Peter Nilsson <hp@bitrange.com>
19706
19707 * reload1.c (reload_combine): Pass reg_sum replacement through
19708 copy_rtx in loop performing multiple changes.
19709
19710 2002-01-14 Jakub Jelinek <jakub@redhat.com>
19711
19712 * except.c (remove_unreachable_regions): New.
19713 (free_eh_status): Clear exception_handler_labels.
19714 (convert_from_eh_region_ranges): Call remove_unreachable_regions.
19715 (find_exception_handler_labels): Don't add the same label more than
19716 once.
19717 (remove_exception_handler_label): Don't die if
19718 find_exception_handler_labels hasn't been called for the current
19719 function yet.
19720
19721 Mon Jan 14 21:26:13 CET 2002 Jan Hubicka <jh@suse.cz>
19722
19723 * toplev.c (rest_of_compilation): Rebuild jump labels after
19724 gcse.
19725
19726 2002-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
19727
19728 * doc/extend.texi: Move documentation of X86 built-in functions
19729 here.
19730 * doc/invoke.texi: From here.
19731 * doc/sourcebuild.texi: Document location of documentation for
19732 machine built-in functions.
19733
19734 2002-01-13 Christopher Faylor <cgf@redhat.com>
19735
19736 * cppfiles.c (TEST_THRESHOLD): New macro.
19737 (SHOULD_MMAP): Ditto.
19738 (read_include_file): Use SHOULD_MMAP macro to decide when mmap should
19739 be used.
19740
19741 Mon Jan 14 20:23:34 CET 2002 Jan Hubicka <jh@suse.cz>
19742
19743 * unroll.c (final_reg_note_copy): Properly handle
19744 REG_LABEL
19745 (unroll_loops): Fix LOOP_CONDITION heuristics.
19746
19747 2002-01-14 Geoffrey Keating <geoffk@redhat.com>
19748
19749 * doc/invoke.texi (Xstormy16 Options): Add xstormy16 option.
19750 * doc/md.texi (Machine Constraints): Use @minus{} where appropriate.
19751
19752 Mon Jan 14 20:18:19 CET 2002 Jan Hubicka <jh@suse.cz>
19753
19754 * cfgcleanup.c (try_forward_edges): Avoid infinite loop at infinite
19755 threaded loop.
19756
19757 2002-01-14 Tom Rix <trix@redhat.com>
19758
19759 * config/rs6000/rs6000.md: Fix typo with sradi.
19760
19761 2002-01-14 Ulrich Weigand <uweigand@de.ibm.com>
19762
19763 * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
19764 movstrsi_31, clrstrsi_64, clrstrsi_31): Improve RTL templates.
19765 (clrstrdi, clrstrsi): Adapt callers.
19766
19767 (extendsidi2, zero_extendsidi2): Remove no-conflict blocks.
19768
19769 (movti splitter): Never use register 0 as base register.
19770
19771 2002-01-14 Hartmut Penner <hpenner@de.ibm.com>
19772
19773 * combine.c (simplify_shift_const): Always generate new rtx
19774 for shift expression instead of reusing given expression.
19775
19776 Mon Jan 14 07:08:55 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19777
19778 * config/alpha/alpha.c (alpha_expand_mov): Don't call
19779 alpha_legitimize_address unless mode is Pmode.
19780
19781 2002-01-13 Geoffrey Keating <geoffk@redhat.com>
19782
19783 * doc/md.texi (Modifiers): Document the '*' constraint for the
19784 user.
19785
19786 * doc/md.texi (Machine Constraints): Add constraints for xstormy16.
19787 * doc/extend.texi (Function Attributes): 'interrupt' is valid
19788 for xstormy16 too.
19789
19790 2002-01-13 Richard Henderson <rth@redhat.com>
19791
19792 * reload.c (find_reloads): Use a hard reg destination as reload reg
19793 for an input reload of the source.
19794
19795 2002-01-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
19796
19797 * doc/install.texi (Binaries): Make link to ftp.writtenword.com
19798 more generic.
19799
19800 Sun Jan 13 07:23:01 2002 Douglas B Rupp <rupp@gnat.com>
19801
19802 * Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
19803 * mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
19804
19805 * config/alpha/x-vms (USE_COLLECT2): Set to empty.
19806
19807 Sun Jan 13 06:55:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19808
19809 * dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
19810
19811 2002-01-12 Tom Rix <trix@redhat.com>
19812
19813 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Use ior for
19814 TARGET_POWERPC64.
19815
19816 2002-01-12 Richard Henderson <rth@redhat.com>
19817
19818 * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
19819
19820 * doc/invoke.texi: Update Alpha options.
19821
19822 * doc/invoke.texi: Update i386 built-in function lists.
19823
19824 Sat Jan 12 17:38:11 CET 2002 Jan Hubicka <jh@suse.cz>
19825
19826 * unroll.c (final_reg_note_copy): Avoid crash on REG_LABEL note
19827 referencing outside.
19828
19829 Sat Jan 12 08:54:51 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
19830
19831 * diagnostic.c (warn_deprecated_use): Rework to lower indentation.
19832 * expr.c (emit_move_insn_1): Remove warning, use HOST_WIDE_INT for
19833 offsets, and change line folding.
19834 * optabs.c (expand_binop): Remove warnings.
19835 * sdbout.c (sdbout_record_type_name): Constify NAME to avoid warning.
19836
19837 2002-01-12 Graham Stott <grahams@redhat.com>
19838
19839 * attribs.c (handle_deprecated_attribute): constify WHAT.
19840 * diagnostic.c (warn_deprecated_use): Add braces, fixes
19841 dangling else warning and constify WHAT.
19842 * except.h (struct function, struct inline_remap): Move
19843 struct tag forward defs before all prototypes.
19844 (duplicate_eh_regions): Whitespace.
19845
19846 2002-01-12 Nick Clifton <nickc@cambridge.redhat.com>
19847
19848 * config/arm/arm.h (ARM_LEGITIMIZE_RELOAD_ADDRESS): Use
19849 MODE_BASE_REG_CLASS.
19850 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use MODE_BASE_REG_CLASS.
19851
19852 2002-01-12 Richard Henderson <rth@redhat.com>
19853
19854 * config/i386/i386.c (override_options): If SSE, enable sse prefetch.
19855 (ix86_expand_vector_move): New.
19856 (bdesc_2arg): Remove andps, andnps, orps, xorps.
19857 (ix86_init_mmx_sse_builtins): Make static. Remove composite builtins.
19858 Remove old prefetch builtins. Special case the logicals removed above.
19859 (ix86_expand_builtin): Likewise.
19860 (safe_vector_operand): Use V4SFmode, not TImode.
19861 (ix86_expand_store_builtin): Remove shuffle arg. Update callers.
19862 (ix86_expand_timode_binop_builtin): New.
19863 * config/i386/i386-protos.h: Update.
19864 * config/i386/i386.h (enum ix86_builtins): Update.
19865 * config/i386/i386.md: Correct predicates on MMX/SSE patterns.
19866 Use ix86_expand_vector_move in vector move expanders.
19867 (movti_internal, movti_rex64): Add xorps alternative.
19868 (sse_clrv4sf): Rename and adjust from sse_clrti.
19869 (prefetch): Don't work so hard.
19870 (prefetch_sse, prefetch_3dnow): Use PREFETCH rtx, not UNSPEC.
19871 * config/i386/xmmintrin.h (__m128): Use V4SFmode.
19872 (_mm_getcsr, _mm_setcsr): Fix typo in builtin name.
19873
19874 2002-01-11 Richard Henderson <rth@redhat.com>
19875
19876 * config/i386/mmintrin.h: New file.
19877 * config/i386/xmmintrin.h: New file.
19878 * config.gcc (i?86-*-*): Add extra_headers.
19879 * simplify-rtx.c (simplify_unary_operation): Handle saturating
19880 truncation codes.
19881 (simplify_binary_operation): Handle saturating arithmetic codes.
19882 * config/i386/i386.c (ix86_expand_sse_comi): Return the full result,
19883 not the lowpart subreg.
19884 (ix86_expand_builtin): Return a TImode dummy register instead of 0
19885 on error.
19886 * config/i386/i386.md (mmx_clrdi): Override memory attribute.
19887
19888 2002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19889
19890 * conflict.c (conflict_graph_compute): Free regsets when finished.
19891 * ssa.c (compute_coalesced_reg_partition): Likewise.
19892
19893 2002-01-12 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
19894
19895 * global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED
19896 every where we allocate a register.
19897
19898 2002-01-12 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19899
19900 * gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.
19901 * lcm.c (compute_earliest, compute_farthest): Likewise.
19902
19903 2002-01-11 Janis Johnson <janis187@us.ibm.com>
19904
19905 * expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.
19906
19907 2002-01-11 Janis Johnson <janis187@us.ibm.com>
19908
19909 * doc/rtl.texi (Insns): Fix 2 typos.
19910
19911 2002-01-11 Joseph S. Myers <jsm28@cam.ac.uk>
19912
19913 * doc/invoke.texi: Avoid overfull hboxes. Add summary of D30V
19914 options. Use @table @gcctabopt for MMIX options. Add index
19915 entries for MMIX options. Start new paragraph with first
19916 heading of the machine-dependent options.
19917
19918 2002-01-11 Craig Rodrigues <rodrigc@gcc.gnu.org>
19919
19920 PR other/5299
19921 * config/ns32k/ns32k.md: Fix spelling mistake of "than" in comments.
19922 * combine.c (force_to_mode): Same.
19923 * reload1.c (clear_reload_reg_in_use): Same.
19924
19925 2002-01-11 Nick Clifton <nickc@cambridge.redhat.com>
19926
19927 * config/arm/arm.c (arm_gen_constant): Correct test of 'remainder'
19928 and 'subtargets'.
19929
19930 2002-01-11 Andreas Jaeger <aj@suse.de>,
19931 Brad Lucier <lucier@math.purdue.edu>
19932
19933 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
19934 mcpu.
19935
19936 Fri Jan 11 07:35:12 2002 Douglas B Rupp <rupp@gnat.com>
19937
19938 * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.
19939 Protect with IN_LIBGCC.
19940 (LINK_EH_SPEC): Add required trailing space.
19941
19942 Fri Jan 11 09:25:05 2002 Nicola Pero <n.pero@mi.flashnet.it>
19943
19944 * c-tree.h: Move function declarations so that they are listed
19945 under the filename which contains them.
19946 (check_identifier, finish_decl_top_level,
19947 lookup_name_current_level_global, shadow_record_fields): Remove.
19948
19949 2002-01-11 Andreas Jaeger <aj@suse.de>
19950
19951 * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated
19952 march.
19953
19954 2002-01-10 Richard Henderson <rth@redhat.com>
19955
19956 * config/alpha/alpha.c (print_operand): Add 'J'.
19957 * config/alpha/alpha.md (call_osf_1_er, call_value_osf_1_er): Take a
19958 new operand with the sequence number for the lituse. When splitting
19959 the insns, use gen_movdi_er_high_g and generate a sequence number.
19960 (gen_movdi_er_high_g): Print the sequence number if non-zero.
19961
19962 2002-01-10 Aldy Hernandez <aldyh@redhat.com>
19963
19964 * config/rs6000/rs6000.c (altivec_init_builtins): Add support for
19965 lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stvehx, stvewx,
19966 stvxl.
19967 (altivec_expand_builtin): Same.
19968 (altivec_expand_stv_builtin): New.
19969
19970 * config/rs6000/rs6000.h (rs6000_builtins): Same.
19971
19972 * config/rs6000/rs6000.md ("altivec_lvebx"): New.
19973 ("altivec_lvehx"): New.
19974 ("altivec_lvewx"): New.
19975 ("altivec_lvxl"): New.
19976 ("altivec_lvx"): New.
19977 ("altivec_stvx"): New.
19978 ("altivec_stvebx"): New.
19979 ("altivec_stvehx"): New.
19980 ("altivec_stvewx"): New.
19981 ("altivec_stvxl"): New.
19982
19983 2002-01-10 Richard Henderson <rth@redhat.com>
19984
19985 * cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.
19986 * reload1.c (delete_output_reload): Zap spill_reg_store. Take
19987 care not to delete instructions twice.
19988
19989 2002-01-10 Zack Weinberg <zack@codesourcery.com>
19990
19991 * toplev.c: Don't declare environ (it's not used anywhere).
19992 * configure.in: Don't check for declaration of environ.
19993 * config/i386/xm-mingw32.h: Don't #define environ.
19994 * config.in, configure: Regenerate.
19995
19996 2002-01-10 Zack Weinberg <zack@codesourcery.com>
19997
19998 * configure.in: Set stage1_cflags for powerpc-*-darwin*.
19999 * configure: Regenerate.
20000
20001 * config/interix.h: Set DO_GLOBAL_CTORS_BODY and
20002 DO_GLOBAL_DTORS_BODY here, not in xm-interix.h.
20003 * config/alpha/vms.h: Set INCLUDE_DEFAULTS here, not in
20004 alpha/xm-vms.h.
20005 * config/m68k/t-next: Set OTHER_FIXINCLUDES_DIRS and
20006 LIMITS_H_TEST here, not in m68k/x-next.
20007 * config/rs6000/beos.h: Set STANDARD_INCLUDE_DIR and
20008 SYSTEM_INCLUDE_DIR here, not in rs6000/xm-beos.h.
20009
20010 * config/x-interix: Don't set RANLIB, RANLIB_TEST, SHELL,
20011 LIBGCC2_INCLUDES, or SYSTEM_HEADER_DIR.
20012 * config/alpha/x-vms: Don't set USE_COLLECT2. Add comments.
20013
20014 * config/i386/x-djgpp: Renamed i386/t-djgpp.
20015 * config/m88k/x-dolph: Renamed m88k/t-dolph.
20016 * config/m88k/x-texXD88: Renamed m88k/t-texXD88.
20017 * config/pa/x-pa-mpeix: Renamed pa/t-mpeix. Update for
20018 replacement of quadlib.asm with quadlib.c.
20019
20020 * config/x-interix3, config/xm-interix.h, config/i386/x-beos,
20021 config/i386/xm-osf1elf.h, config/rs6000/x-darwin,
20022 config/rs6000/xm-beos.h: Delete file.
20023
20024 * config.gcc: Update to match above changes.
20025
20026 2002-01-10 Kazu Hirata <kazu@hxi.com>
20027
20028 * config/h8300/h8300.h: Fix comment typos.
20029 * config/h8300/h8300.md: Likewise.
20030 * config/h8300/lib1funcs.asm: Likewise.
20031
20032 2002-01-10 Dale Johannesen <dalej@apple.com>
20033
20034 PR optimization/5269
20035 * unroll.c (precondition_loop_p): Make *increment be the correct
20036 sign when n_iterations known, to avoid confusing caller.
20037
20038 2002-01-10 Kazu Hirata <kazu@hxi.com>
20039
20040 * doc/extend.texi (deprecated): Fix a typo.
20041
20042 Thu Jan 10 22:35:54 CET 2002 Jan Hubicka <jh@suse.cz>
20043
20044 * basic-block.h (update_br_prob_note): Declare.
20045 * cfgcleanup.c (try_simplify_condjump): Call update_br_prob_note.
20046 (try_forward_edges): Care negative frequencies and update note.
20047 (outgoing_edges_match): Tweek conditional merging heuristics.
20048 (try_crossjump_to_edge): use update_br_prob_note.
20049 * cfglayout.c (fixup_reorder_chain): Likewise.
20050 * cfrtl.c (update_br_prob_note): New.
20051 * ifcvt.c (dead_or_predicable): Call update_br_prob_note.
20052
20053 * i386.c (ix86_decompose_address): Return -1 if address contains
20054 shift.
20055 (legitimate_address_p): Require ix86_decompose_address to return 1.
20056
20057 * gcse.c (hash_scan_set): Use CONSTANT_INSN_P.
20058 (cprop_insn): Likewise.
20059
20060 2002-01-10 Kazu Hirata <kazu@hxi.com>
20061
20062 * toplev.c: Fix formatting.
20063 * tree.c: Likewise.
20064 * tree-dump.c: Likewise.
20065 * unroll.c: Likewise.
20066 * unwind-dw2.c: Likewise.
20067 * unwind-dw2-fde.c: Likewise.
20068 * unwind-dw2-fde-glibc.c: Likewise.
20069 * unwind-sjlj.c: Likewise.
20070
20071 2002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
20072
20073 * doc/invoke.texi: Document PDP-11 options.
20074
20075 2002-01-10 Kazu Hirata <kazu@hxi.com>
20076
20077 * config/h8300/h8300.h: Fix formatting.
20078
20079 2002-01-10 Ira Ruben <ira@apple.com>
20080
20081 Add __attribute__ ((deprecated)).
20082 * extend.texi: Document __attribute__ ((deprecated)).
20083 * invoke.texi: Document -Wno-deprecated-declarations.
20084 * testsuite/g++.dg/other/deprecated.C: New C++ test.
20085 * testsuite/gcc.dg/deprecated.c: New C test.
20086 * attribs.c (enum attrs): Declare handle_deprecated_attribute().
20087 (c_common_attribute_table): Add "deprecated" entry.
20088 (handle_deprecated_attribute): New function.
20089 * c-decl.c (deprecated_states): New enum.
20090 deprecated_state: State of "deprecated" handling.
20091 (start_decl): Set deprecated_state based on attributes.
20092 (grokdeclarator): Test for deprecated uses, propagate attribute.
20093 * c-typeck.c (build_component_ref): Test for deprecated fields.
20094 (build_external_ref): Test for deprecated primaries.
20095 * diagnostic.c (warn_deprecated_use) New function to issue
20096 warnings about __attribute__ ((depricated)) references.
20097 * flags.h (warn_deprecated_decl): Extern declared for
20098 -W[no-]deprecated-declarations option.
20099 * print-tree.c (print_node): Show deprecated flag status.
20100 * toplev.c (warn_deprecated_decl): Defined.
20101 (W_options): Added "deprecated-declaration".
20102 * toplev.h (warn_deprecated_use): Extern declared.
20103 * tree.h (struct tree_common): Define deprecated_flag.
20104 (TREE_DEPRECATED): New macro to access flag.
20105 * cp/call.c (build_call): Test for deprecated calls.
20106 * cp/class.c (add_implicitly_declared_members): Set global
20107 flag to tell grokdeclarator to not issue deprecated warnings.
20108 * cp/cp-tree.h: Add extern for adding_implicit_members.
20109 * cp/decl.c (deprecated_states): New enum.
20110 (start_decl): Set deprecated_state based on attributes.
20111 (grokdeclarator): Test for deprecated uses, propagate attribute.
20112 * cp/lex.c (do_identifier): Test for deprecated primaries.
20113 * cp/typeck.c (build_component_ref): Test for deprecated fields.
20114
20115 2002-01-10 Ira Ruben <ira@apple.com>
20116
20117 Fix to assign attributes to inline member functions.
20118 * cp/decl.c (start_method): Handle attrlist.
20119
20120 2002-01-10 Kazu Hirata <kazu@hxi.com>
20121
20122 * combine.c (expand_field_assignment): Use subreg_lsb().
20123
20124 2002-01-10 David Edelsohn <edelsohn@gnu.org>
20125
20126 * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
20127 POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY.
20128 (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY.
20129 Recurse for any operand of AND as long as constant is non-zero.
20130
20131 2002-01-10 Kazu Hirata <kazu@hxi.com>
20132
20133 * config/h8300/h8300.md: Remove constraints from expanders.
20134
20135 2002-01-10 Kazu Hirata <kazu@hxi.com>
20136
20137 * varasm.c: Fix formatting.
20138 * varray.c: Likewise.
20139 * vmsdbgout.c: Likewise.
20140 * xcoffout.c: Likewise.
20141
20142 Thu Jan 10 17:19:12 CET 2002 Jan Hubicka <jh@suse.cz>
20143
20144 * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges;
20145 update edge probabilities to match.
20146
20147 2002-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
20148
20149 * Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional
20150 dependencies.
20151 * doc/languages.texi, doc/sourcebuild.texi: New files.
20152 * doc/configfiles.texi: Make a subsubsection. Update.
20153 * doc/configterms.texi: Add @node. Remove warning that this isn't
20154 instructions for building GCC.
20155 * doc/makefile.texi: Make a subsection.
20156 * doc/gccint.texi: Update.
20157
20158 Thu Jan 10 16:39:58 CET 2002 Jan Hubicka <jh@suse.cz>
20159
20160 * i386.md (sse_mov?fcc_const0_?): Fix constraints.
20161
20162 Thu Jan 10 12:45:50 2002 Nicola Pero <n.pero@mi.flashnet.it>
20163
20164 * doc/cpp.texi: Document the __OBJC__ preprocessor macro.
20165
20166 Thu Jan 10 11:19:18 CET 2002 Jan Hubicka <jh@suse.cz>
20167
20168 * optabs.c (expand_fix): Look for wider integer modes first.
20169
20170 * i386.md (mov?f): Avoid the fake const double trick for medium
20171 memory model.
20172 (min?f*/max?f*): Prohibit memory operands for i387 variant.
20173 (fop_df_4): Disable for SSE compilation.
20174
20175 2002-01-10 Graham Stott <grahams@redhat.com>
20176
20177 * dwarf2out.c (indirect_string_alloc, output_indirect_string):
20178 Move prototype into DWARF2_DEBUGGING_INFO conditional block.
20179
20180 2002-01-10 Richard Henderson <rth@redhat.com>
20181
20182 * config/alpha/alpha.md (extendsidi2_fix): Penalize f/f alternative.
20183
20184 2002-01-10 Richard Henderson <rth@redhat.com>
20185
20186 * regrename.c (find_oldest_value_reg): Fix typo in mode change check.
20187 (copyprop_hardreg_forward_1): Likewise. Use mode_change_ok.
20188
20189 2002-01-10 Kazu Hirata <kazu@hxi.com>
20190
20191 * combine.c (can_combine_p): Fix a comment typo.
20192
20193 2002-01-09 Zack Weinberg <zack@codesourcery.com>
20194
20195 * Makefile.in (s-gencheck, s-options, s-specs): Handle an
20196 empty list correctly. Change loop index $t to $f for
20197 consistency with rest of Makefile.
20198
20199 2002-01-08 Aldy Hernandez <aldyh@redhat.com>
20200
20201 * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall,
20202 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
20203
20204 * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for
20205 mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt.
20206 (altivec_init_builtins): Same.
20207 (altivec_expand_unop_builtin): Return NULL_RTX on error.
20208 (altivec_expand_binop_builtin): Same.
20209 (altivec_expand_ternop_builtin): Same.
20210 (bdesc_dst): New.
20211
20212 * config/rs6000/rs6000.md ("altivec_mtvscr"): New.
20213 ("altivec_vctuxs"): Fix typo.
20214 ("altivec_vnmsubfp"): Same.
20215 ("altivec_dssall"): New.
20216 ("altivec_mfvscr"): New.
20217 ("altivec_dss"): New.
20218 ("altivec_lvsl"): New.
20219 ("altivec_lvsr"): New.
20220 ("altivec_dstt"): New.
20221 ("altivec_dstst"): New.
20222 ("altivec_dststt"): New.
20223 ("altivec_dst"): New.
20224
20225 * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall,
20226 mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst.
20227
20228 2002-01-09 Richard Henderson <rth@redhat.com>
20229
20230 * config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
20231
20232 2002-01-10 Hans-Peter Nilsson <hp@bitrange.com>
20233
20234 * config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused
20235 function.
20236 * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't
20237 prototype.
20238 * config/mmix/mmix.h (ASM_IDENTIFY_GCC): Remove unused macro.
20239
20240 2002-01-09 Kazu Hirata <kazu@hxi.com>
20241
20242 * read-rtl.c: Fix formatting.
20243 * real.c: Likewise.
20244 * regclass.c: Likewise.
20245 * regrename.c: Likewise.
20246 * reg-stack.c: Likewise.
20247 * reload1.c: Likewise.
20248 * reload.c: Likewise.
20249 * rtl.c: Likewise.
20250
20251 2002-01-09 Kazu Hirata <kazu@hxi.com>
20252
20253 * rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST
20254 to extract items in the expr_list chain.
20255
20256 2002-01-09 Richard Henderson <rth@redhat.com>
20257
20258 * config/vax/vax.c (vax_rtx_cost): Never abort.
20259
20260 * config/vax/vax.h (REAL_ARITHMETIC): Define.
20261
20262 2002-01-09 Jan Hubicka <jh@suse.cz>
20263
20264 * gcse.c (cprop_jump): Delete insn if simplified jump is no-op.
20265
20266 2002-01-09 Richard Henderson <rth@redhat.com>
20267
20268 * config/arm/arm.c (arm_gen_constant): Use trunc_int_for_mode.
20269 Unify code from various alternatives.
20270
20271 2002-01-09 Richard Henderson <rth@redhat.com>
20272
20273 * regrename.c (copy_value): Ignore the copy if the source register
20274 is present in the value chain with a narrower mode.
20275
20276 2002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
20277
20278 * real.c (c4xtoe, toc4x): Do some special conversion on long doubles
20279 for the c4x target. Also improve layout.
20280
20281 2002-01-09 Richard Henderson <rth@redhat.com>
20282
20283 * config/m32r/m32r.c (move_src_operand): Fix 32-bit int test.
20284 * config/m32r/m32r.md (and ior xor splitters): Swap operands
20285 to match insn patterns.
20286
20287 2002-01-09 Richard Henderson <rth@redhat.com>
20288
20289 * regrename.c (find_oldest_value_reg): Use gen_rtx_raw_REG.
20290 (copyprop_hardreg_forward_1): Likewise.
20291
20292 2002-01-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
20293
20294 * pa.md (decrement_and_branch_until_zero): Change predicate for
20295 operand 0 from register_operand to reg_or_nonsymb_mem_operand.
20296
20297 2002-01-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
20298
20299 * ginclude/stddef.h: Define _BSD_WCHAR_T_DEFINED_ if _BSD_WCHAR_T_
20300 gets undefined. For Darwin.
20301
20302 2002-01-09 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
20303
20304 * config/c4x/c4x.h: Use PUSH_ARGS and PUSH_ROUNDING for stack passing.
20305
20306 2002-01-09 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20307
20308 * config/c4x/c4x/md: Remove extraneous constraints from define_splits.
20309
20310 2002-01-08 Richard Henderson <rth@redhat.com>
20311
20312 * regrename.c (copy_value): Ignore overlapping copies.
20313
20314 2002-01-08 Richard Henderson <rth@redhat.com>
20315
20316 * config/alpha/alpha.c (alpha_split_conditional_move): Call copy_rtx
20317 as needed to avoid shared structure.
20318
20319 2002-01-08 Kazu Hirata <kazu@hxi.com>
20320
20321 * config/h8300/h8300.c (get_shift_alg): Fix 15-bit LSHIFTRT on
20322 H8/300H and H8/S.
20323
20324 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
20325
20326 * doc/tm.texi (EASY_DIV_EXPR, IMPLICIT_FIX_EXPR,
20327 LONGJMP_RESTORE_FROM_STACK, MAX_INT_TYPE_SIZE): Remove
20328 documentation of obsolete macros.
20329 * system.h: Poison these macros.
20330 * config/1750a/1750a.h, config/a29k/a29k.h, config/alpha/alpha.h,
20331 config/arc/arc.h, config/arm/arm.h, config/avr/avr.h,
20332 config/c4x/c4x.h, config/clipper/clipper.h,
20333 config/convex/convex.h, config/cris/cris.h, config/d30v/d30v.h,
20334 config/dsp16xx/dsp16xx.h, config/elxsi/elxsi.h,
20335 config/fr30/fr30.h, config/h8300/h8300.h, config/i370/i370.h,
20336 config/i386/i386.h, config/i860/i860.h, config/i960/i960.h,
20337 config/ia64/ia64.h, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
20338 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
20339 config/mips/mips.h, config/mmix/mmix.h, config/mn10200/mn10200.h,
20340 config/mn10300/mn10300.h, config/ns32k/ns32k.h, config/pa/pa.h,
20341 config/pdp11/pdp11.h, config/pj/pj.h, config/romp/romp.h,
20342 config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.h,
20343 config/sparc/sparc.h, config/stormy16/stormy16.h,
20344 config/v850/v850.h, config/vax/vax.h, config/we32k/we32k.h: Remove
20345 definitions and commented out definitions of obsolete macros.
20346 * config/mips/iris5.h (MAX_WCHAR_TYPE_SIZE): Don't define in terms
20347 of MAX_INT_TYPE_SIZE.
20348
20349 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
20350
20351 * config/s390/s390.c (s390_preferred_reload_class): Never
20352 return ADDR_REGS if it isn't a subset of the given class.
20353 * config/s390/s390.h (REGISTER_MOVE_COST): Penalize not just
20354 FP_REGS, but all superclasses as well.
20355
20356 * config/s390/s390.c (s390_function_profiler): Fix thinko.
20357
20358 * config/s390/s390.md (cmpdi_ccu_mem, cmpsi_ccu_mem,
20359 cmphi_ccu_mem, cmpqi_ccu_mem): First operand of compare
20360 must not be a const_int.
20361
20362 2002-01-08 Richard Henderson <rth@redhat.com>
20363
20364 * Makefile.in (toplev.o): Depend on options.h.
20365 (gcc.o): Depend on specs.h.
20366
20367 2002-01-08 Jakub Jelinek <jakub@redhat.com>
20368
20369 * expr.c (store_expr): Convert VOIDmode constants back to target's
20370 mode.
20371
20372 2002-01-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20373
20374 * doc/invoke.texi: Markup gcc as @command. Refer to
20375 http://gcc.gnu.org/onlinedocs/gcc/Contributors.html instead
20376 of http://gcc.gnu.org/thanks.html.
20377
20378 2002-01-08 Dale Johannesen <dalej@apple.com>
20379
20380 * config/rs6000/rs6000.md: Add missing int register
20381 target case to movdf_low.
20382
20383 2002-01-08 Zack Weinberg <zack@codesourcery.com>
20384
20385 * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or
20386 except.h. Remove commands to define USING_SJLJ_EXCEPTIONS.
20387 (cppinit.o): Depend on except.h.
20388 (gencheck.h, options.h, specs.h, s-gencheck, s-options,
20389 s-specs): New rules.
20390
20391 * configure.in: Don't AC_DEFINE_UNQUOTED PACKAGE or VERSION.
20392 Don't create specs.h/options.h/gencheck.h here. Remove
20393 unnecessary variable settings from last argument of AC_OUTPUT.
20394 * config.in, configure: Regenerate.
20395 * intl.c: Hardcode package name as "gcc".
20396
20397 * cppinit.c: Include except.h.
20398 (builtin_array): Define __USING_SJLJ_EXCEPTIONS__ when
20399 appropriate.
20400 * unwind-dw2.c, unwind-sjlj.c, config/ia64/unwind-ia64.c:
20401 Use #if(n)def __USING_SJLJ_EXCEPTIONS, not #if
20402 (!)USING_SJLJ_EXCEPTIONS.
20403 * doc/cpp.texi: Document __USING_SJLJ_EXCEPTIONS__.
20404
20405 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
20406
20407 * doc/tm.texi (ASM_OUTPUT_EH_REGION_BEG, ASM_OUTPUT_EH_REGION_END,
20408 ASM_OUTPUT_LABELREF_AS_INT, DOESNT_NEED_UNWINDER, EH_TABLE_LOOKUP,
20409 OBJC_SELECTORS_WITHOUT_LABELS, OMIT_EH_TABLE): Remove
20410 documentation of obsolete macros.
20411 * system.h: Poison these macros.
20412 * config/d30v/d30v.h, config/ns32k/encore.h,
20413 config/stormy16/stormy16.h: Remove definitions and commented out
20414 definitions of obsolete macros.
20415
20416 Tue Jan 8 15:56:41 2002 Nicola Pero <nicola@brainstorm.co.uk>
20417
20418 * objc/objc-act.c (handle_class_ref): Mark the declaration of
20419 %sobjc_class_ref_%s as used - to prevent unwanted compiler
20420 warnings.
20421
20422 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com>
20423
20424 * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove.
20425 * config/s390/s390.c (s390_emit_epilog): Add REG_FRAME_RELATED_EXPR
20426 to insn adjusting stack/frame pointer.
20427 * config/s390/s390.md (reload_la_64, reload_la_31): Do not
20428 accept operands that cause the insn to be non-splittable.
20429
20430 2002-01-08 Graham Stott <grahams@redhat.com>
20431
20432 * c-tree.h (C_TYPE_FIELDS_READONLY): Uppercase macro parameter.
20433 (C_TYPE_FIELDS_VOLATILE): Likewise.
20434 (C_TYPE_BEING_DEFINED): Likewise.
20435 (C_IS_RESERVED_WORD): Likewise.
20436 (C_TYPE_VARIABLE_SIZE): Likewise.
20437 (C_DECL_VARIABLE_SIZE): Likewise.
20438 (C_MISSING_PROTOTYPE_WARNED): Likewise.
20439 (C_SET_EXP_ORIGINAL_CODE): Likewise.
20440 (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter and remove
20441 parenthesis.
20442 (C_DECL_ANTICIPATED): Likewise.
20443 (c_build_type_variant): Add parenthesis.
20444
20445 2002-01-08 Joseph S. Myers <jsm28@cam.ac.uk>
20446
20447 * gcc.c (option_map): Remove --version.
20448 (process_command): Handle -fversion following the GNU Coding
20449 Standards. Partially addresses PR other/704.
20450
20451 2002-01-08 Graham Stott <grahams@redhat.com>
20452
20453 * combine.c (combine_instructions): Fix typo.
20454
20455 2002-01-08 Graham Stott <grahams@redhat.com>
20456
20457 * debug.h: Use "tree" and "rtx" throughout.
20458
20459 * debug.c: Likewise.
20460
20461 2002-01-08 Nick Clifton <nickc@cambridge.redhat.com>
20462
20463 * dbxout.c (dbxout_symbol_location): If a symbol ref is in the
20464 constant pool, use the pool's version of the symbol instead.
20465
20466 2002-01-07 Richard Henderson <rth@redhat.com>
20467
20468 * regrename.c (find_oldest_value_reg): Ignore the value chain if
20469 the original register was copied in a mode with a fewer number of
20470 hard registers than the desired mode.
20471 (copyprop_hardreg_forward_1): Likewise.
20472 (debug_value_data): Fix loop test.
20473 * toplev.c (parse_options_and_default_flags): Reenable
20474 -fcprop-registers at -O1.
20475
20476 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
20477
20478 * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
20479 (altivec_init_builtins): New node v4si_ftype_v16qi_v16qi.
20480
20481 * config/rs6000/rs6000.h (rs6000_builtins): Add enums for altivec
20482 predicates.
20483
20484 * config/rs6000/rs6000.md: Add altivec predicate patterns.
20485
20486 2002-01-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
20487
20488 * pa.c (FUNC_BEGIN_PROLOG_LABEL, current_function_number): Define.
20489 (pa_output_function_prologue): Output local label at the beginning of
20490 the prologue when profiling.
20491 (hppa_profile_hook): Use the local label rather than the function label.
20492 * pa.h (PROFILE_BEFORE_PROLOGUE): Define.
20493
20494 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
20495
20496 * config/rs6000/rs6000.c (print_operand): Remove extra space.
20497 (altivec_expand_unop_builtin): Fix thinko.
20498 (altivec_expand_binop_builtin): Same.
20499 (altivec_expand_ternop_builtin): Same.
20500 (altivec_expand_builtin): Same.
20501
20502 2002-01-07 Richard Henderson <rth@redhat.com>
20503
20504 * config/rs6000/xcoff.h (ASM_FILE_START): Reverted to profile_flag.
20505
20506 2002-01-07 Jason Merrill <jason@redhat.com>
20507
20508 * unwind-dw2.c (execute_cfa_program): Use < again.
20509
20510 2002-01-07 Jakub Jelinek <jakub@redhat.com>
20511
20512 * predict.c (combine_predictions_for_insn): Avoid division by zero.
20513
20514 2002-01-07 Jakub Jelinek <jakub@redhat.com>
20515
20516 * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
20517 Don't allow -1 - x -> ~x simplifications in the first pass.
20518
20519 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
20520
20521 * rs6000.c (altivec_expand_ternop_builtin): Don't die on invalid
20522 arguments.
20523 (altivec_expand_binop_builtin): Same.
20524 (altivec_expand_unop_builtin): Same.
20525 (print_operand): Fix typo.
20526 (bdesc_1arg): Add vupk* variants.
20527
20528 * rs6000.h (rs6000_builtins): Add vupk* enums.
20529
20530 * rs6000.md: Add altivec_vupk* variants.
20531
20532 2002-01-07 Joseph S. Myers <jsm28@cam.ac.uk>
20533
20534 * doc/gcc.texi, doc/gccint.texi, doc/cppinternals.texi,
20535 doc/install.texi, doc/invoke.texi, doc/rtl.texi: Update copyright
20536 and last update dates.
20537
20538 2002-01-07 Janis Johnson <janis187@us.ibm.com>
20539
20540 * doc/rtl.texi (Flags): Clean up documentation of RTL flags
20541
20542 2002-01-07 Marek Michalkiewicz <marekm@amelek.gda.pl>
20543
20544 * config/avr/avr.c (avr_mcu_types): Add new MCU types.
20545 * config/avr/avr.h (CPP_SPEC): Likewise.
20546 (LINK_SPEC): Likewise.
20547 (CRT_BINUTILS_SPECS): Likewise.
20548 * config/avr/t-avr (MULTILIB_MATCHES): Likewise.
20549 * doc/invoke.texi (AVR Options): Document them.
20550
20551 Mon Jan 7 11:59:34 CET 2002 Jan Hubicka <jh@suse.cz>
20552
20553 * unroll.c (copy_loop_body): Always properly update JUMP_LABEL and
20554 LABEL_NUSES.
20555
20556 2002-01-07 Graham Stott <grahams@redhat.com>
20557
20558 * config/i386/i386.h: Update copyright date.
20559 (HALF_PIC_PTR): Add parenthesis.
20560 (OPTIMIZATION_OPTIONS): Whitespace, add parenthesis and wrap.
20561 (CONSTANT_ALIGNMENT): Add parenthesis.
20562 (DATA_ALIGNMENT): Likewise.
20563 (LOCAL_ALIGNMENT): Likewise.
20564 (FUNCTION_ARG_BOUNDARY): Whitespace, add parenthesis and wrap.
20565 (IS_STACK_MODE): Uppercase macro parameter, add parenthesis and wrap.
20566 (CONDITIONAL_REGISTER_USAGE): Wrap in do {...} while (0).
20567 (HARD_REGNO_NREGS): Add paranethesis.
20568 (VALID_SSE_REG_MODE): Whitespace.
20569 (VALID_MMX_REG_MODE): Whitespace.
20570 (VALID_FP_MODE_P): Uppercase macros parameter and whitespace.
20571 (ix86_hard_regno_mode_ok): Add parenthesis.
20572 (HARD_REGNO_CALLER_SAVE_MODE): Whitespace.
20573 (RETURN_IN_MEMORY): Whitespace.
20574 (N_REG_CLASSES): Add parenthesis.
20575 (INTEGER_CLASS_P): Add parenthesis and wrap.
20576 (FLOAT_CLASS_P): Likewise.
20577 (SSE_CLASS_P): Likewise.
20578 (MMX_CLASS_P): Likewise.
20579 (MAYBE_INTEGER_CLASS_P): Likewise.
20580 (MAYBE_FLOAT_CLASS_P): Likewise.
20581 (MAYBE_SSE_CLASS_P): Likewise.
20582 (MAYBE_MMX_CLASS_P): Likewise.
20583 (Q_CLASS_P): Likewise.
20584 (GENERAL_REGNO_P): Uppercase macro parameter.
20585 (REX_INT_REGNO_P): Uppercase macro parameter and wrap.
20586 (FP_REGNO_P): Likewise.
20587 (ANY_FP_REGNO_P): Uppercase macro parameter.
20588 (SSE_REGNO_P): Likewise.
20589 (SSE_REGNO): Likewise.
20590 (SSE_REG_P): Likewise.
20591 (SSE_FLOAT_MODE_P): Likewise.
20592 (MMX_REGNO_P): Likewise.
20593 (MMX_REG_P):Likewise.
20594 (STACK_REG_P): Likewise.
20595 (NON_STACK_REG_P): Likewise.
20596 (STACK_TOP_P): Likewise.
20597 (CONVERT_HARD_REGISTER_TO_SSA_P): Add parenthesis.
20598 (PREFERRED_RELOAD_CLASS): Add parenthesis and whitespace.
20599 (SECONDARY_MEMORY_NEEDED): Likewise.
20600 (SECONDARY_OUTPUT_RELOAD_CLASS): Whitespace.
20601 (MD_ASM_CLOBBERS): Whitespace and wrap.
20602 (MUST_PASS_IN_STACK): Whitespace and wrap.
20603 (RETURN_POPS_ARGS): Add parenthesis.
20604 (INIT_CUMULATIVE_ARGS): Likewise.
20605 (FUNCTION_ARG): Likewise.
20606 (FUNCTION_OK_FOR_SIBCALL): Add parenthesis and whitespace.
20607 (SETUP_INCOMING_VARARGS): Likewise.
20608 (BUILD_VA_LIST_TYPE): Add parenthesis.
20609 (EXPAND_BUILTIN_VA_START): Uppercase macro paremeters and add
20610 parenthsis.
20611 (EXPAND_BUILTIN_VA_ARG): Likewise.
20612 (FUNCTION_PROFILER): Wrap in do { ... } while (0) and add parenthesis.
20613 (INITIALIZE_TRAMPOLINE): Add parenthesis.
20614 (INITIAL_ELIMINATION_OFFSET): Likewise.
20615 (REGNO_OK_FOR_INDEX_P): Add parenthesis.
20616 (REGNO_OK_FOR_BASE_P): Likewise.
20617 (REGNO_OK_FOR_SIREG_P): Add parenthesis and wrap.
20618 (REGNO_OK_FOR_DIREG_P): Likewise.
20619 (REG_OK_FOR_INDEX_P): Whitespace.
20620 (REG_OK_FOR_BASE_P): Whitespace.
20621 (GO_IF_LEGITIMATE_ADDRESS): Wrap in do { ... } while (0) and add
20622 parenthesis.
20623 (FIND_BASE_TERM): Fix typo.
20624 (LEGITIMIZE_ADDRESS): Wrap in { .. } while (0) and add parenthesis.
20625 (REWRITE_ADDRESS): Uppercase macro parameter and whitespace.
20626 (SYMBOLIC_CONST; Whitespace.
20627 (GO_IF_MODE_DEPENDENT_ADDRESS):Wrap in { .. } while (0) and wrap.
20628 (ENCODE_SECTION_INFO): Whitespace.
20629 (FINALIZE_PIC): Remove do { ... } while (0).
20630 (PROMOTE_MODE): Wrap in do { ... } while (0).
20631 (CONST_COSTS): Whitespace.
20632 (RTX_COSTS): Add paramethesis, whitespace and wrap.
20633 (REGISTER_MOVE_COST): Add parenthesis.
20634 (MEMORY_MOVE_COST): Likewise.
20635 (EXTRA_CC_MODES): Whitespace.
20636 (SELECT_CC_MODE): Add parenthesis and whitespace.
20637 (DBX_REGISTER_NUMBER): Uppercase macro parameter and add parenthsis.
20638 (ASM_PREFERRED_EH_DATA_FORMAT): Add parenthesis and whitespace.
20639 (ASM_OUTPUT_LABEL): Add paramethesis.
20640 (ASM_OUTPUT_REG_PUSH): Add parenthesis and whitespace.
20641 (ASM_OUTPUT_REG_POP): Likewise.
20642 (ASM_OUTPUT_ADDR_VEC_ELT): Add parenthesis.
20643 (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
20644
20645 * config/i386/i386.c: Update copyright.
20646 (CHECK_STACK_LIMIT): Add parenthesis.
20647 (AT_BP): Uppercase macro parameter.
20648 (x86_64_int_parameter_registers): Constify.
20649 (x86_64_int_return_registers): Likewise.
20650 (ix86_compare_op0): Use rtx.
20651 (construct_container): Constify INTREG parameter.
20652 (function_arg): Use rtx.
20653
20654 * diagnostic.h: Update copyright date.
20655 (output_buffer_state): Add parenthesis.
20656 (output_buffer_format_args): Likewise.
20657
20658 * combine.c (combine_instructions): Replace XEXP (links, 0)
20659 with link.
20660
20661 2002-01-06 H.J. Lu <hjl@gnu.org>
20662
20663 * cfgcleanup.c (thread_jump): Fix 2 typos.
20664
20665 2002-01-06 Aldy Hernandez <aldyh@redhat.com>
20666
20667 * config.gcc: Add support for --enable-altivec.
20668
20669 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
20670
20671 * emit-rtl.c (gen_highpart): Add check for NULL_RTX.
20672
20673 2002-01-06 Jakub Jelinek <jakub@redhat.com>
20674
20675 * objc/objc-act.c (handle_impent): Use assemble_variable to emit
20676 __objc_class_name_*.
20677
20678 2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
20679
20680 * doc/install.texi (sparcv9-*-solaris2*): Add documentation.
20681
20682 2002-01-06 Richard Henderson <rth@redhat.com>
20683
20684 * reorg.c (emit_delay_sequence): Remove death notes, not merely
20685 nop them out. Increment label reference count for REG_LABEL.
20686 (fill_slots_from_thread): Frob label reference count around
20687 delete_related_insns.
20688
20689 2002-01-05 Richard Henderson <rth@redhat.com>
20690
20691 * cfgcleanup.c (try_forward_edges): Detect infinite loops while
20692 jump threading.
20693
20694 2002-01-05 Richard Henderson <rth@redhat.com>
20695
20696 * c-decl.c (c_expand_body): Don't call outlining_inline_function.
20697 * integrate.c (output_inline_function): Likewise.
20698 * toplev.c (rest_of_compilation): Do it here instead. Move call
20699 to remove_unnecessary_notes after emitting abstract instance.
20700 Force an emitted nested function to have its parent emited as well.
20701 * dwarf2out.c (loc_descriptor_from_tree): Read mode after checking
20702 for null.
20703 (rtl_for_decl_location): Do not look at reload data structures
20704 before reload has run.
20705
20706 2002-01-05 Kazu Hirata <kazu@hxi.com>
20707
20708 * cse.c: Fix formatting.
20709 * dwarf2asm.c: Likewise.
20710 * dwarf2out.c: Likewise.
20711 * explow.c: Likewise.
20712 * expmed.c: Likewise.
20713 * function.c: Likewise.
20714 * gcov.c: Likewise.
20715 * gencheck.c: Likewise.
20716 * genrecog.c: Likewise.
20717 * ggc-common.c: Likewise.
20718 * ggc-page.c: Likewise.
20719 * global.c: Likewise.
20720
20721 2002-01-05 Kazu Hirata <kazu@hxi.com>
20722
20723 * combine.c: Fix formatting.
20724
20725 2002-01-05 Craig Rodrigues <crodrigu@bbn.com>
20726
20727 PR middle-end/1557
20728 * config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.
20729
20730 2002-01-05 David Edelsohn <edelsohn@gnu.org>
20731
20732 * config/rs6000/rs6000.h (TARGET_POWERPC): For IN_LIBGCC2, define
20733 as 1 for __powerpc64__ as well.
20734
20735 * config/rs6000/t-aix43 (T_ADAFLAGS): Define.
20736
20737 * alias.c (find_base_value, PLUS/MINUS): If we found a base,
20738 return it.
20739
20740 2002-01-05 Daniel Berlin <dan@dberlin.org>
20741
20742 * lcm.c: Revert change, due to performance regression it causes on
20743 SPEC because it's slightly more conservative (sigh, I hate
20744 edge-based LCM).
20745
20746 Sat Jan 5 11:52:05 CET 2002 Jan Hubicka <jh@suse.cz>
20747
20748 * cfgcleanup.c (try_forward_edges): Allow multiple jump threading.
20749
20750 2002-01-05 Neil Booth <neil@daikokuya.demon.co.uk>
20751
20752 * doc/cppinternals.texi: Update.
20753
20754 2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
20755
20756 * doc/invoke.texi (Option Summary) <MMIX Options>: Document
20757 -mbranch-predict, -mreg-stack-fill-bug-workaround and their
20758 negatives.
20759 (MMIX Options): Ditto. Fix item/itemx typo for -mno-zero-extend.
20760 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Rework
20761 kludge for pre-october-14th mmix versions to handle new-found bug
20762 with PUSHJ/PUSHGO and the register stack.
20763 * config/mmix/mmix.h (struct machine_function): Rename member
20764 has_call_value_without_parameters to has_call_without_parameters.
20765 All referers changed.
20766 (TARGET_MASK_REG_STACK_FILL_BUG, TARGET_DEFAULT
20767 TARGET_MASK_BRANCH_PREDICT): New macros.
20768 (TARGET_SWITCHES): New options -mreg-stack-fill-bug-workaround,
20769 -mno-reg-stack-fill-bug-workaround.
20770 * config/mmix/mmix.md ("call"): Set struct machine member
20771 has_call_without_parameters.
20772
20773 Sat Jan 5 02:20:22 CET 2002 Jan Hubicka <jh@suse.cz>
20774
20775 * cfgcleanup.c (thread_jump): Fix handling of reversed branches.
20776
20777 Sat Jan 5 01:35:29 CET 2002 Jan Hubicka <jh@suse.cz>
20778
20779 * cfgcleanup.c: Include tm_p.h
20780 (mark_effect): Fix handling of hard register; fix handling of SET
20781
20782 2002-01-04 Kazu Hirata <kazu@hxi.com>
20783
20784 * config/h8300/h8300.md (anonymous patterns): Check that
20785 operands are registers before using REGNO on them.
20786
20787 2002-01-03 Roland McGrath <roland@frob.com>
20788
20789 * doc/invoke.texi (RS/6000 and PowerPC Options): Add -mcall-gnu.
20790
20791 2002-01-04 Jakub Jelinek <jakub@redhat.com>
20792
20793 * tree.h (expand_expr_stmt_value): Add maybe_last argument.
20794 * c-common.h (genrtl_expr_stmt_value): Likewise.
20795 * stmt.c (expand_expr_stmt): Pass 1 as maybe_last.
20796 (expand_expr_stmt_value): Add maybe_last argument.
20797 Don't warn about statement with no effect if it is the last statement
20798 in expression statement.
20799 * c-semantics.c (genrtl_expr_stmt): Pass 1 as maybe_last.
20800 (genrtl_expr_stmt_value): Add maybe_last argument, pass it down to
20801 expand_expr_stmt_value.
20802 (expand_stmt) [EXPR_STMT]: Pass 1 as maybe_last to
20803 genrtl_expr_stmt_value if t is the last EXPR_STMT in its scope.
20804 * expr.c (expand_expr) [LABELED_BLOCK_EXPR, LOOP_EXPR]: Pass 1
20805 as maybe_last to expand_expr_stmt_value.
20806
20807 Fri Jan 4 11:45:05 2002 Jeffrey A Law (law@redhat.com)
20808
20809 * c-common.c (c_expand_start_cond): Expect the IF_STMT node to
20810 be passed in, do not build it.
20811 (c_begin_if_stmt): New function.
20812 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
20813 * c-common.h (c_expand_start_cond): Update prototype.
20814 (c_begin_if_stmt): Prototype new function.
20815 (c_begin_while_stmt, c_finish_while_stmt_cond): Likewise.
20816 * c-parse.in (if_prefix): Use c_begin_if_stmt,
20817 c_begin_while_stmt and c_finish_while_stmt_cond.
20818
20819 2002-01-04 William Cohen <wcohen@redhat.com>
20820
20821 * config/pa/elf.h (ASM_FILE_START): Reverted to profile_flag.
20822 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
20823 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
20824 * config/pa/som.h (ASM_FILE_START): Likewise.
20825
20826 2002-01-04 Daniel Berlin <dan@cgsoftware.com>
20827
20828 * lcm.c: Include df.h.
20829 Add available_transfer_function prototype.
20830 (compute_available): Rework to use iterative dataflow framework.
20831 (struct bb_info): s/bb_info/lcm_bb_info/g to avoid conflict
20832 with bb_info in df.h
20833 (available_transfer_function): New function.
20834
20835 * Makefile.in (lcm.o): add df.h to dependencies.
20836
20837 2002-01-04 Richard Henderson <rth@redhat.com>
20838
20839 * config/alpha/alpha.c (some_operand): Accept HIGH.
20840 (input_operand): Likewise; accept simple references to globals.
20841 (alpha_const_ok_for_letter_p): New, outlined from alpha.h.
20842 (alpha_const_double_ok_for_letter_p): Likewise.
20843 (alpha_extra_constraint): Likewise.
20844 (alpha_preferred_reload_class): Likewise. Do not force
20845 symbolic constants to memory.
20846 (alpha_legitimate_address_p): Accept simple references
20847 to small_symbolic_operand.
20848 (alpha_legitimize_address): New arg scratch. Be prepared to be
20849 called when no_new_pseudos. Emit simple symbolic references.
20850 Split integers into low, high, and rest.
20851 (alpha_expand_mov): Use alpha_legitimize_address.
20852 (some_small_symbolic_mem_operand): New.
20853 (split_small_symbolic_mem_operand): New.
20854 * config/alpha/alpha-protos.h: Update.
20855 * config/alpha/alpha.h (CONST_OK_FOR_LETTER_P): Out-line.
20856 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
20857 (EXTRA_CONSTRAINT): Likewise.
20858 (PREFERRED_RELOAD_CLASS): Likewise.
20859 (LEGITIMIZE_ADDRESS): Update for alpha_legitimize_address change.
20860 (PREDICATE_CODES): Update.
20861 * config/alpha/alpha.md: New post-reload splitters to convert
20862 simplfied symbolic operands to the form that references $29.
20863 (divide expanders): Use emit_move_insn, not gen_movdi_er_high_g.
20864 (movdi_er_nofix, movdi_er_fix): Accept any symbolic operand.
20865
20866 2002-01-03 Richard Henderson <rth@redhat.com>
20867
20868 * local-alloc.c (function_invariant_p): Update commentary.
20869
20870 2002-01-04 H.J. Lu <hjl@gnu.org>
20871
20872 * toplev.c (rest_of_compilation): Fix a typo when calling
20873 cleanup_cfg.
20874
20875 2002-01-03 Kazu Hirata <kazu@hxi.com>
20876
20877 * c-common.c: Fix formatting.
20878 * diagnostic.c: Likewise.
20879 * doloop.c: Likewise.
20880 * dwarf2out.c: Likewise.
20881
20882 2002-01-03 Kazu Hirata <kazu@hxi.com>
20883
20884 * config/h8300/h8300.c (output_logical_op): Use 'not.w' instead
20885 of 'neg.w' when xoring with 0x0000ffff or 0xffff0000.
20886
20887 2002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
20888
20889 * cpperror.c: Update comments and copyright.
20890 * cppexp.c, cppfiles.c, cpphash.c, cpphash.h, cppinit.c,
20891 cpplex.c, cpplib.c, cpplib.h, cppmacro.c, cppmain.c: Similarly.
20892
20893 2002-01-03 John David Anglin <dave@hiauly1.hia.nrc.ca>
20894
20895 * collect2.c (main): Use strcmp when testing for "-shared".
20896
20897 2002-01-03 Neil Booth <neil@daikokuya.demon.co.uk>
20898
20899 * cppmacro.c: Don't include intl.h. Update comments.
20900 (new_number_token): Allocate enough buffer for 64-bit unsigned
20901 integers; update prototype.
20902 * cppmain.c: Update comments.
20903
20904 2002-01-03 William Cohen <wcohen@redhat.com>
20905
20906 * function.h (struct function): Add profile.
20907 (current_function_profile): New.
20908 doc/extend.texi: Update documentation.
20909 * final.c (final_start_function): Use current_function_profile
20910 instead of profile_flag.
20911 (profile_after_prologue): Likewise.
20912 * function.c (expand_function_start): Likewise.
20913 (expand_function_start): Likewise.
20914 * config/alpha/alpha.c (direct_call_operand):
20915 (alpha_does_function_need_gp): Likewise.
20916 (alpha_expand_prologue): Likewise.
20917 * config/arm/arm.c (arm_expand_prologue): Likewise.
20918 thumb_expand_prologue: Likewise.
20919 * config/d30v/d30v.c (d30v_stack_info): Likewise.
20920 * config/fr30/fr30.c (MUST_SAVE_RETURN_POINTER): Likewise.
20921 (fr30_expand_prologue): Likewise.
20922 * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
20923 * config/i386/i386.c (ix86_osf_output_function_prologue): Likewise.
20924 * config/i386/i386.h (FINALIZE_PIC): Likewise.
20925 * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
20926 * config/i960/i960.c (i960_output_function_prologue): Likewise.
20927 * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
20928 * config/m32r/m32r.c (MUST_SAVE_RETURN_ADDR): Likewise.
20929 (m32r_expand_prologue): Likewise.
20930 * config/m88k/m88k.c (m88k_layout_frame): Likewise.
20931 (m88k_expand_prologue): Likewise.
20932 * config/m88k/m88k.h (ADJUST_INSN_LENGTH): Likewise.
20933 * config/mips/mips.c (compute_frame_size): Likewise.
20934 (mips_expand_prologue): Likewise.
20935 (mips_can_use_return_insn): Likewise.
20936 * config/pa/elf.h (ASM_FILE_START): Likewise.
20937 * config/pa/pa-linux.h (ASM_FILE_START): Likewise.
20938 * config/pa/pa64-hpux.h (ASM_FILE_START): Likewise.
20939 * config/pa/som.h (ASM_FILE_START): Likewise.
20940 * config/romp/romp.c (romp_using_r14): Likewise.
20941 * config/rs6000/rs6000.c (first_reg_to_save): Likewise.
20942 (rs6000_stack_info): Likewise.
20943 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
20944 * config/rs6000/xcoff.h (ASM_FILE_START): Likewise.
20945 * config/v850/v850.c (compute_register_save_size): Likewise.
20946
20947 2002-01-03 Jakub Jelinek <jakub@redhat.com>
20948
20949 * simplify-rtx.c (simplify_binary_operation) [DIV]: If
20950 gen_lowpart_common fails, use gen_lowpart_SUBREG.
20951
20952 2002-01-03 Turly O'Connor <turly@apple.com>
20953
20954 * darwin.c (machopic_output_possible_stub_label): Don't generate
20955 stub routines for pseudo-stubs which we've just defined.
20956
20957 2002-01-03 Kazu Hirata <kazu@hxi.com>
20958
20959 * builtins.c: Fix formatting.
20960 * c-typeck.c: Likewise.
20961 * combine.c: Likewise.
20962 * expr.c: Likewise.
20963 * loop.c: Likewise.
20964
20965 2002-01-03 Andreas Schwab <schwab@suse.de>
20966
20967 * cppfiles.c (_cpp_pop_file_buffer): Change return type to bool
20968 and return true if _cpp_push_next_buffer pushed a new include
20969 file.
20970 * cpplib.c (_cpp_pop_buffer): Only call obstack_free if
20971 _cpp_pop_file_buffer did not push a new file.
20972 * cpphash.h (_cpp_pop_file_buffer): Update declaration.
20973
20974 2002-01-02 Eric Christopher <echristo@redhat.com>
20975
20976 * final.c (final_scan_insn): Change 0 -> NULL_RTX in
20977 FIND_REG_INC_NOTE call. Update copyright.
20978 * loop.c (canonicalize_condition): Ditto.
20979 * reorg.c (delete_scheduled_jump): Ditto.
20980
20981 2002-01-03 Kazu Hirata <kazu@hxi.com>
20982
20983 * gcse.c: Fix formatting.
20984
20985 2002-01-03 Graham Stott <grahams@redhat.com>
20986
20987 * mkconfig.sh: Output to config.h, hconfig.h and tconfig.h
20988 forward defs for struct tags rtx_def, union_tree, rtvec_def
20989 also output corresponding typedefs for rtx, tree, and rtvec.
20990
20991 * system.h: Move forward defs for struct tags rtx_def, union_tree,
20992 rtvec_def along with corresponding typedefs for rtx, tree, and
20993 rtvec to config.h, hconfig.h, tconfig.h.
20994
20995 2002-01-03 Graham Stott <grahams@redhat.com>
20996
20997 * tree.h: Update copyright date.
20998 (IS_EXPR_CODE_CLASS): Add parenthesis.
20999 (TREE_SET_CODE): Add whitespace.
21000 (TREE_CHECK): Add parenthesis.
21001 (TREE_CLASS_CODE): Add parenthesis and wrap long line.
21002 (CST_OR_CONSTRUCTOR_CHECK):
21003 (EXPR_CHECK): Add parenthis, whitespace and wrap line.
21004 (TREE_SYMBOL_REFERENCED): Whitespace.
21005 (INT_CST_LT): Likewise.
21006 (INT_CST_LT_UNSIGNED): Likewise.
21007 (tree_real_cst): Unwrap comment.
21008 (tree_string): Likewise.
21009 (tree_complex): Likewise.
21010 (IDENTIFIER_POINTER): correct cast.
21011 (SAVE_EXPR_CONTEXT): Whitespace.
21012 (EXPR_WFL_FILENAME_NODE): Likewise.
21013 (EXPR_WFL_FILENAME): Remove parenthesis.
21014 (DECL_ORIGIN): Add parenthesis.
21015 (DECL_FROM_INLINE): Use NULL_TREE.
21016 (build_int_2): Whitespace.
21017 (build_type_variant): Add parenthesis.
21018
21019 * gcc/jcf-parse.c: Update copyright date.
21020 (yyparse): Constify resource_filename.
21021
21022 2002-01-03 Graham Stott <grahams@redhat.com>
21023
21024 * rtl.h: Update copyright date.
21025 (RTL_CHECK1): Wrap long line.
21026 (RTL_CHECK2): Likewise.
21027 (RTL_CHECKC1): Wrap long line and whitespace.
21028 (RTL_CHECKC2): Likewise.
21029 (XWINT): Whitespace.
21030 (XINT): Likewise.
21031 (XSTR): Likewise.
21032 (XEXP): Likewise.
21033 (XVEC): Likewise.
21034 (XMODE): Likewise.
21035 (XBITMAP): Likewise.
21036 (XTREE): Likewise.
21037 (XBBDEF): Likewise.
21038 (XTMPL): Likewise.
21039 (X0WINT): Likewise.
21040 (X0INT):Likewise.
21041 (X0UINT): Likewise.
21042 (X0STR): Likewise.
21043 (X0EXP): Likewise.
21044 (X0VEC): Likewise.
21045 (X0MODE): Likewise.
21046 (X0BITMAP): Likewise.
21047 (X0TREE): Likewise.
21048 (X0BBDEF): Likewise.
21049 (X0ADVFLAGS): Likewise.
21050 (X0CSELIB): Likewise.
21051 (X0MEMATTR): Likewise.
21052 (XCWINT): Likewise.
21053 (XCINT): Likewise.
21054 (XCUINT): Likewise.
21055 (XCSTR): Likewise.
21056 (XCEXP): Likewise.
21057 (XCVEC): Likewise.
21058 (XCMODE): Likewise.
21059 (XCBITMAP): Likewise.
21060 (XCTREE): Likewise.
21061 (XCBBDEF): Likewise.
21062 (XCADVFLAGS): Likewise.
21063 (XCCSELIB): Likewise.
21064 (XC2EXP): Likewise.
21065 (INSN_UID): Likewise.
21066 (PREV_INSN): Likewise.
21067 (PATTERN): Likewise.
21068 (INSN_CODE): Likewise.
21069 (PUT_REG_NOTE_KIND): Likewise.
21070 (CODE_LABEL_NUMBER): Likewise.
21071 (NOTE_SOURCE_FILE): Likewise.
21072 (NOTE_BLOCK): Likewise.
21073 (NOTE_EH_HANDLER): Likewise.
21074 (NOTE_RANGE_INFO): Likewise.
21075 (NOTE_LIVE_INFO): Likewise.
21076 (NOTE_BASIC_BLOCK): Likewise.
21077 (NOTE_EXPECTED_VALUE): Likewise.
21078 (NOTE_LINE_NUMBER): Likewise.
21079 (LABEL_NAME): Likewise.
21080 (LABEL_NUSES): Likewise.
21081 (LABEL_ALTERNATE_NAME): Likewise.
21082 (ADDRESSOF_DECL): Likewise.
21083 (JUMP_LABEL): Likewise.
21084 (LABEL_NEXTREF): Likewise.
21085 (REGNO): Likewise.
21086 (ORIGINAL_REGNO: Likewise.
21087 (HARD_REGISTER_NUM_P): Add parenthesis.
21088 (SUBREG_REG): Whitespace.
21089 (SUBREG_BYTE): Likewise.
21090 (ASM_OPERANDS_TEMPLATE): Remove parenthesis.
21091 (ASM_OPERANDS_OUTPUT_CONSTRAINT): Likewise.
21092 (ASM_OPERANDS_OUTPUT_IDX): Likewise.
21093 (ASM_OPERANDS_INPUT_VEC): Likewise.
21094 (ASM_OPERANDS_INPUT_CONSTRAINT_VEC): Likewise.
21095 (ASM_OPERANDS_INPUT): Likewise.
21096 (ASM_OPERANDS_INPUT_LENGTH): Likewise.
21097 (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): Likewise.
21098 (ASM_OPERANDS_INPUT_CONSTRAINT): Likewise.
21099 (ASM_OPERANDS_INPUT_MODE): Likewise.
21100 (ASM_OPERANDS_SOURCE_FILE): Likewise.
21101 (ASM_OPERANDS_SOURCE_LINE): Likewise.
21102 (MEM_SET_IN_STRUCT_P): Minor reformat.
21103 (TRAP_CONDITION): Whitespace.
21104 (TRAP_CODE): Likewise.
21105 (COND_EXEC_TEST): Likewise.
21106 (COND_EXEC_CODE): Likewise.
21107 (FIND_REG_INC_NOTE): Uppercase macro args and add parenthesis.
21108 (PHI_NODE_P): Add parenthesis.
21109 (plus_constant): Whitespace and add parenthesis.
21110
21111 2002-01-03 Kazu Hirata <kazu@hxi.com>
21112
21113 * config/avr/avr.c: Fix comment typos.
21114 * config/c4x/c4x.md: Likewise.
21115 * config/dsp16xx/dsp16xx.h: Likewise.
21116 * config/dsp16xx/dsp16xx.md: Likewise.
21117 * config/i386/i386.md: Likewise.
21118 * config/ia64/ia64.c: Likewise.
21119 * config/m32r/m32r.h: Likewise.
21120 * config/m68hc11/m68hc11.md: Likewise.
21121 * config/mmix/mmix.c: Likewise.
21122 * config/mn10200/mn10200.c: Likewise.
21123 * config/romp/romp.c: Likewise.
21124 * config/sh/sh.c: Likewise.
21125 * config/stormy16/stormy16.c: Likewise.
21126 * config/stormy16/stormy16.h: Likewise.
21127 * config/stormy16/stormy16.md: Likewise.
21128
21129 2002-01-03 Graham Stott <grahams@redhat.com>
21130
21131 * loop.h: Update copyright date.
21132 (LOOP_MOVABLES): Fix typo.
21133 (LOOP_REGS): Likewise.
21134 (LOOP_IVS): Likewise.
21135
21136 2002-01-03 Graham Stott <grahams@redhat.com>
21137
21138 * cppinit.c: Update copyright date.
21139 Don't include output.h
21140 * Makefile.in: Update copyright date.
21141 Update dependency.
21142
21143 2002-01-02 Craig Rodrigues <rodrigc@gcc.gnu.org>
21144
21145 PR c/5226
21146 * invoke.texi (-mthreads): Remove from documented RS/6000 options.
21147 (-pthread) Add to RS/6000 options.
21148
21149 2002-01-02 Kazu Hirata <kazu@hxi.com>
21150
21151 * except.c: Fix comment typos.
21152 * loop.c: Likewise.
21153 * varasm.c: Likewise.
21154 * doc/tm.texi: Fix a typo.
21155
21156 2002-01-02 Jakub Jelinek <jakub@redhat.com>
21157
21158 * c-typeck.c (output_init_element): Allow initializing static storage
21159 duration objects with compound literals.
21160
21161 2002-01-02 Richard Henderson <rth@redhat.com>
21162
21163 * objc/objc-act.c (hack_method_prototype): Clear current_function_decl
21164 after abusing it.
21165
21166 2002-01-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
21167
21168 * gcc.c (default_compilers): Const-ify.
21169 * mips-tdump.c (stab_names): Likewise.
21170 * mips-tfile.c (map_coff_types, map_coff_storage,
21171 map_coff_sym_type, map_coff_derived_type, stabs_symbol,
21172 pseudo_ops_t, pseudo_ops): Likewise.
21173 * protoize.c (default_include): Likewise
21174
21175 * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
21176 (ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
21177 Add array size in declaration.
21178 (endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
21179 emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
21180 esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
21181 etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
21182 eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
21183 efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
21184 c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
21185 emtens, make_nan): Const-ify.
21186 (TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
21187 DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.
21188
21189 2002-01-02 Joseph S. Myers <jsm28@cam.ac.uk>
21190
21191 * config.gcc (ia64-*-*): Set extra_headers.
21192 (alpha*-dec-osf*): Likewise. Don't use alpha/t-osf.
21193 * config/alpha/t-osf: Remove.
21194 * config/ia64/t-ia64 (EXTRA_HEADERS): Remove.
21195
21196 2002-01-02 David Edelsohn <edelsohn@gnu.org>
21197
21198 * config/rs6000/t-aix43: Revert previous change.
21199
21200 2002-01-02 Jason Merrill <jason@redhat.com>
21201
21202 * c-decl.c (c_expand_body): Call outlining_inline_function when
21203 emitting an inline function out of line.
21204
21205 2002-01-02 Richard Henderson <rth@redhat.com>
21206
21207 * dwarf2out.c (limbo_die_node): Add created_for member.
21208 (new_die): New argument created_for. Update all callers.
21209 (mark_limbo_die_list): New.
21210 (dwarf2out_init): Register limbo_die_list as a root.
21211 (dwarf2out_finish): Force insert limbo dies into their function
21212 context.
21213
21214 2002-01-02 Nathan Sidwell <nathan@codesourcery.com>
21215
21216 PR c++/5089
21217 * doc/invoke.texi (-Wold-style-cast): Only warn about non-void casts.
21218
21219 2002-01-02 Kazu Hirata <kazu@hxi.com>
21220
21221 * config/h8300/fixunssfsi.c: Update copyright.
21222 Fix comment typos.
21223 Fix formatting.
21224 * config/h8300/h8300.c: Update copyright.
21225 Eliminate warnings.
21226
21227 2002-01-02 Kazu Hirata <kazu@hxi.com>
21228
21229 * config/romp/romp.c: Fix comment formatting.
21230 * config/romp/romp.h: Likewise.
21231 * config/romp/romp.md: Likewise.
21232 * config/s390/s390.c: Likewise.
21233 * config/stormy16/stormy16.c: Likewise.
21234 * config/stormy16/stormy16.h: Likewise.
21235
21236 2002-01-02 Alexandre Oliva <aoliva@redhat.com>
21237
21238 * c-common.h (genrtl_expr_stmt_value): Declare.
21239 * c-semantics.c (genrtl_goto_stmt): Redirect to...
21240 (genrtl_goto_stmt_value): ... this new function. Pass new
21241 argument down to expand_expr_stmt_value, taking
21242 TREE_ADDRESSABLE into account.
21243 * c-common.c (c_expand_expr): Mark the last EXPR_STMT of a
21244 STMT_EXPR as addressable, i.e., one whose result we want.
21245 * expr.c (expand_expr): Don't save expression statement value
21246 of labeled_blocks or loop_exprs.
21247 * stmt.c (expand_expr_stmt): Redirect to...
21248 (expand_expr_stmt_value): ... this new function. Use new
21249 argument to tell whether to save expression value.
21250 (expand_end_stmt_expr): Reset last_expr_type and
21251 last_expr_value if we don't have either.
21252 * tree-inline.c (declare_return_variable): Mark its use
21253 statement as addressable.
21254 * tree.h: Document new use of TREE_ADDRESSABLE.
21255 (expand_expr_stmt_value): Declare.
21256
21257 2002-01-01 Tom Rix <trix@redhat.com>
21258
21259 * config/rs6000/rs6000.c (rs6000_emit_set_long_const): Fix for use by
21260 rs6000_emit_allocate_stack.
21261
21262 2002-01-01 Joseph S. Myers <jsm28@cam.ac.uk>
21263
21264 * configure.in: Prepend ${srcdir}/config/${cpu_type}/ instead of
21265 ${srcdir}/ginclude/ to every entry in extra_headers.
21266 * configure: Regenerate.
21267 * ginclude/math-3300.h: Rename to config/m68k/math-3300.h.
21268 * ginclude/math-68881.h: Rename to config/m68k/math-68881.h.
21269 * ginclude/ppc-asm.h: Rename to config/rs6000/ppc-asm.h.
21270 * ginclude/proto.h: Rename to config/convex/proto.h.
21271
21272 Tue Jan 1 17:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
21273
21274 * attribs.c (handle_vector_size_attribute): Use host_integerp
21275 and tree_int_cst; remove warnings.
21276 * caller-save.c (insert_restore): Add cast to get rid of warning.
21277 (insert_save): Likewise.
21278 * emit-rtl.c (adjust_address_1, offset_address): Likewise.
21279 * regmove.c (find_matches): Add temporary var to kill a warning.
21280
21281 2002-01-01 Douglas B Rupp <rupp@gnat.com>
21282
21283 * config/alpha/vms.h (DWARF2_UNWIND_INFO, EH_RETURN_HANDLER_RTX,
21284 LINK_EH_SPEC, MD_FALLBACK_FRAME_STATE_FOR): Define.
21285 * config/alpha/t-vms (EXTRA_PARTS): Add vms-dwarf2eh.o
21286 (vms-dwarf2eh.o): Add Makefile rule.
21287 * config/alpha/vms-ld.c (main): Handle vms-dwarf2eh.o.
21288 * config/alpha/vms-dwarf2eh.asm: New file.
21289
21290 * gcc.c (delete_if_ordinary): Delete all versions.
21291
21292 2002-01-01 Hans-Peter Nilsson <hp@bitrange.com>
21293
21294 * config/mmix/mmix.md: Update FIXME to not mention
21295 define_constants.
21296 (MMIX_rJ_REGNUM): New define_constants constant.
21297 ("movqi", "movsi", "movdi", "*movdicc_real_foldable",
21298 "*movdicc_real"): Adjust contraints formatting.
21299 ("*bCC_foldable"): Add %+ for P in output format and delete FIXME
21300 for branch prediction.
21301 ("*bCC", "*bCC_inverted_foldable", "*bCC_inverted"): Add %+ in
21302 output template.
21303 ("*call_real", "*call_value_real", "nonlocal_goto_receiver",
21304 "*nonlocal_goto_receiver_expanded"): Use MMIX_rJ_REGNUM instead of
21305 number. Delete related FIXMEs.
21306 * config/mmix/mmix.h (MMIX_INCOMING_RETURN_ADDRESS_REGNUM): Change
21307 from number to MMIX_rJ_REGNUM.
21308 (TARGET_MASK_BRANCH_PREDICT): New.
21309 (TARGET_DEFAULT): Change to TARGET_MASK_BRANCH_PREDICT.
21310 (TARGET_SWITCHES): Update comment. Correct -mno-toplevel-symbols
21311 value. Add -mbranch-predict and -mno-branch-predict.
21312 (TARGET_VERSION): Drop date.
21313 (ADDITIONAL_REGISTER_NAMES): Use MMIX_rJ_REGNUM, not number.
21314 * config/mmix/mmix.c (mmix_encode_section_info): Correct condition
21315 for finding out global symbols.
21316 (mmix_asm_output_labelref): Revert condition for global symbol.
21317 (mmix_print_operand): <case '+'>: Emit P for a likely branch.
21318 (mmix_print_operand_punct_valid_p): A '+' is valid.
21319
21320 See ChangeLog.6 for earlier changes.
This page took 1.010665 seconds and 5 git commands to generate.