Makefile.in: Update.
[gcc.git] / gcc / ChangeLog
1 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
2
3 * Makefile.in: Update.
4 * opts.c: Include tm_p.h.
5 (handle_options): Make static.
6 (decode_options): Copied from toplev.c.
7 * opts.h (decode_options): New.
8 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
9 some to...
10 (general_init): ...here.
11 (toplev_main): Use decode_options instead.
12 * toplev.h (save_argc, save_argv): New.
13
14 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
15
16 * explow.c (find_next_ref): Remove.
17 * rtl.h: Remove the prototype for find_next_ref.
18
19 2003-06-27 Roger Sayle <roger@eyesopen.com>
20
21 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
22 call to match recent API change.
23
24 2003-06-27 Zack Weinberg <zack@codesourcery.com>
25
26 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
27 declaration.
28
29 * c-format.c (check_format_string, get_constant)
30 * cfgrtl.c (rtl_split_edge):
31 Mark the definition static, matching the forward declaration.
32
33 2003-06-27 Gunther Nikl <gni@gecko.de>
34
35 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
36
37 PR target/11014
38 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
39 syntax for MIT / MOTOROLA.
40
41 PR other/10240
42 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
43 * configure: Rebuilt.
44
45 2003-06-27 Chris Demetriou <cgd@broadcom.com>
46
47 * config/mips/mips.c (mips_build_va_list): Make padding in
48 va_list structure explicit to avoid -Wpadded warnings.
49
50 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
51
52 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
53 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
54 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
55 Declare it.
56 * config/s390/s390.md ("reload_outti", "reload_outdi",
57 "reload_outdf"): New expanders.
58
59 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
60 memory operands as source.
61 ("movdi" + splitters): Likewise.
62 ("movdf" + splitters): Likewise.
63 * config/s390/s390.c (s390_split_ok_p): New function.
64 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
65
66 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
67
68 * combine.c (force_to_mode): Replace the equality comparison
69 of INTVALs with a pointer equality comparison.
70 (simplify_comparison): Likewise.
71
72 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
73
74 * jump.c (rtx_renumbered_equal_p): Replace an expression that
75 is known to be 0 with 0.
76
77 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
78
79 * gcse.c (expr_equiv_p): Replace expressions that are known to
80 be 0 with 0.
81
82 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
83
84 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
85 with a pointer equality comparison.
86
87 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
88
89 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
90 are known to be not equivalent.
91
92 2003-06-27 Richard Henderson <rth@redhat.com>
93
94 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
95 in floating point registers. Validate that we don't receive complex
96 values here. Use #elif.
97 (return_in_memory, function_value): New.
98 (alpha_va_arg): Handle complex values as two arguments.
99 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
100 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
101 (SPLIT_COMPLEX_ARGS): New.
102 * config/alpha/alpha-protos.h: Update.
103
104 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
105
106 * ggc-page.c (inverse_table): Change type of mult to size_t.
107 (compute_inverse): Compute inverse using size_t, not unsigned int.
108 Compute inverse also for sizes larger than half a machine page.
109
110 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
111
112 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
113 when called before cgraph_optimize.
114
115 2003-06-27 Zack Weinberg <zack@codesourcery.com>
116
117 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
118 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
119 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
120
121 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
122
123 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
124 of known_decls.
125
126 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
127
128 * defaults.h (REGISTER_MOVE_COST): Define default here.
129 * regclass.c: Don't define default REGISTER_MOVE_COST here.
130 * reload.c, reload1.c: Ditto.
131
132 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
133
134 * flags.h: Really install previous change.
135
136 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
137
138 * rtl.h (emit_note): Remove FILE parameter.
139 * emit-rtl.c (emit_line_note): Adjust emit_note call.
140 (emit_note): Remove FILE parameter. Adjust.
141 * builtins.c (expand_builtin_expect): Adjust emit_note call.
142 * c-semantics.c (genrtl_scope_stmt): Likewise.
143 (expand_stmt): Likewise.
144 * cfglayout.c (reemit_insn_block_notes): Likewise.
145 (duplicate_insn_chain): Likewise.
146 * except.c (expand_eh_region_start, expand_eh_region_end,
147 sjlj_emit_function_enter): Likewise.
148 * explow.c (probe_stack_range): Likewise.
149 * expr.c (emit_block_move_via_loop): Likewise.
150 * function.c (init_function_start, expand_function_start,
151 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
152 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
153 * reg-stack.c (compensate_edge): Likewise.
154 * reload1.c (reload): Likewise.
155 * rtlanal.c (hoist_insn_to_edge): Likewise.
156 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
157 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
158 expand_exit_loop_top_cond, expand_value_return,
159 expand_start_bindings_and_block, expand_end_bindings,
160 expand_decl_cleanup, expand_start_case): Likewise.
161 * unroll.c (copy_loop_body
162 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
163 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
164 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
165 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
166 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
167 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
168 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
169
170 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
171
172 * c-tree.h (grokfield): Remove unused filename and line parameters.
173 * c-decl.c (grokfield): Remove unused filename and line parameters.
174 * c-parse.in (component_decl): Adjust field grokking rules, adjust
175 grokfield calls.
176 (component_declarator): Likewise.
177 (component_notype_declarator): Likewise.
178 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
179 calls.
180 (build_protocol_template, build_method_prototype_list_template,
181 build_method_prototype_template, build_category_template,
182 build_selector_template, build_class_template,
183 build_super_template, build_ivar_template,
184 build_ivar_list_template, build_method_list_template,
185 build_method_template, add_instance_variable): Likewise.
186
187 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
188
189 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
190 OP2 are known to be not equivalent.
191
192 2003-06-26 Devang Patel <dpatel@apple.com>
193
194 * final.c (debug_flush_symbol_queue): New function.
195 (debug_queue_symbol): New function.
196 (debug_free_queue): New function.
197 (debug_nesting): New variable.
198 (symbol_queue): New variable.
199 (symbol_queue_index): Same.
200 (symbol_queue_size): Same.
201 * debug.h (debug_flush_symbol_queue): New.
202 (debug_queue_symbol): New.
203 (debug_free_queue): New.
204 (debug_nesting): New.
205 (symbol_queue_index): New.
206 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
207 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
208 (dbxout_init): Delay symbol output.
209 (dbxout_global_decl): Save, set and reset TREE_USED bit around
210 dbxout_symbol() call.
211 (dbxout_begin_function): Same.
212 (dbxout_finish): Free symbol queue.
213 (dbxout_type): Put appropriate symbols in queue.
214 (dbxout_symbol): Put info for symbol's type in queue.
215 Decrement/Increment nesting counts flush symbol queue appropriately.
216 (dbxout_parms): Increment dbxout nesting.
217 (dbxout_reg_parms): Same.
218 * flags.h (flag_debug_only_used_symbols): New.
219 * toplev.c (flag_debug_only_used_symbols): New variable.
220 (lang_independent_options): Add entries for new option
221 -feliminate-unused-debug-symbols.
222 * common.opt: Add entry for -feliminate-unused-debug-symbols.
223 * opts.c (common_handle_options): Same.
224 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
225 -feliminate-unused-debug-symbols.
226 * doc/invoke.texi (Debugging Options): Document
227 -feliminate-unused-debug-symbols.
228
229 2003-06-26 Roger Sayle <roger@eyesopen.com>
230 Jakub Jelinek <jakub@redhat.com>
231
232 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
233 obtain the format string instead of using TREE_STRING_POINTER and
234 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
235 return value is unused or the length of src is a known constant.
236
237 2003-06-26 Richard Henderson <rth@redhat.com>
238
239 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
240
241 2003-06-26 Richard Henderson <rth@redhat.com>
242
243 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
244 (ia64_split_call): Only load descriptor for GP register inputs.
245 (ia64_expand_epilogue): Check current_frame_info.mask not
246 current_function_is_leaf to restore ar.pfs.
247
248 2003-06-26 Richard Henderson <rth@redhat.com>
249
250 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
251 instead of replacing it.
252
253 2003-06-26 Richard Henderson <rth@redhat.com>
254
255 * flow.c (propagate_one_insn): Kill function return value
256 registers across tail calls.
257
258 * flow.c (propagate_one_insn): Preserve live-at-end registers
259 across tail calls.
260
261 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
262
263 * reload.c (can_reload_into): New function.
264 (push_reload): Use it.
265
266 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
267
268 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
269 references to the amount of a rotation.
270
271 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
272
273 * config/sh/coff.h: Don't include dbxcoff.h.
274 * config.gcc: List it here.
275
276 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
277
278 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
279 earlier. Don't check if SRC is a constant.
280
281 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
282
283 * Makefile.in (OBJS): Add postreload.o.
284 Remove cselib.h from the dependency list for reload1.o.
285 Add a dependency list for postreload.o.
286 * reload.h: Change the comment for the prototype of
287 reload_cse_regs.
288 * reload1.c: Don't include cselib.h.
289 (reload_cse_regs): Move to postreload.c
290 (reload_cse_regs_1): Likewise.
291 (reload_cse_noop_set_p): Likewise.
292 (reload_cse_simplify_set): Likewise.
293 (reload_cse_simplify_operands): Likewise.
294 (RELOAD_COMBINE_MAX_USES): Likewise.
295 (reload_combine_ruid): Likewise.
296 (LABEL_LIVE): Likewise.
297 (reload_combine): Likewise.
298 (reload_combine_note_use): Likewise.
299 (reload_combine_note_store): Likewise.
300 (reg_set_luid): Likewise.
301 (reg_offset): Likewise.
302 (reg_base_reg): Likewise.
303 (reg_mode): Likewise.
304 (move2add_luid): Likewise.
305 (move2add_last_label_luid): Likewise.
306 (MODES_OK_FOR_MOVE2ADD): Likewise.
307 (reload_cse_move2add): Likewise.
308 (move2add_note_store): Likewise.
309 (reload_cse_simplify): Likewise.
310 * postreload.c: New.
311
312 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
313
314 * config/avr/avr.c (final_prescan_insn): Remove support for
315 -mrtl.
316 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
317 (TARGET_RTL_DUMP): Likewise.
318 (TARGET_SWITCHES): Remove -mrtl.
319
320 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
321
322 * config/h8300/h8300-protos.h: Change emit_a_rotate to
323 output_a_rotate. Add a prototype for compute_a_rotate_length.
324 * config/h8300/h8300.c (emit_a_rotate): Change to
325 output_a_rotate.
326 (compute_a_rotate_length): New.
327 (h8300_adjust_insn_length): Remove.
328 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
329 * config/h8300/h8300.md (adjust_length): Remove.
330 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
331 (*rotlhi3_1): Likewise.
332 (*rotlsi3_1): Likewise.
333
334 2003-06-26 Roger Sayle <roger@eyesopen.com>
335 Richard Henderson <rth@redhat.com>
336
337 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
338 list against re-evaluation. If expand_unop fails, call expand_call
339 with the stabilized argument list rather than return NULL_RTX.
340 (expand_builtin_mathfn2): Likewise, always stabilize the argument
341 list, and call expand_call ourselves if expand_binop fails.
342
343 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
344
345 PR optimization/11210
346 * fold-const (decode_field_reference): Strip only NOPs that
347 don't affect the sign.
348
349 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
350
351 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
352 (pop_fpscr, fpu_switch): Likewise.
353
354 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
355
356 * value-prof.c: New.
357 * value-prof.h: New.
358 * Makefile.in (value-prof.o): New.
359 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
360 (profile.o): Add value-prof.h and tree.h dependency.
361 * flags.h (flag_profile_values): Declare.
362 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
363 Add new counters.
364 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
365 GCOV_COUNTER_V_DELTA): New counter sections.
366 (__gcov_merge_single, __gcov_merge_delta): Declare.
367 * flow.c (mark_used_regs): Set subregs_of_mode only when the
368 structure is initialized.
369 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
370 * profile.c: Include value-prof.h and tree.h.
371 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
372 gen_const_delta_profiler, instrument_values): New static functions.
373 (get_exec_counts): Fix comment.
374 (branch_prob): Invoke instrument_values.
375 * toplev.c (flag_profile_values): New flag.
376 * doc/invoke.texi (-fprofile-values): Document.
377
378 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
379
380 * Makefile.in (cfgrtl.o): Add expr.h dependency.
381 * cfgrtl.c: Include expr.h.
382 (mark_killed_regs, safe_insert_insn_on_edge): New
383 functions.
384 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
385 * basic-block.h (safe_insert_insn_on_edge): Declare.
386
387 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
388
389 * c-opts.c (missing_arg): Make non-static.
390 (c_common_handle_option): Don't check for missing arguments.
391 * opts.c (handle_option): Check for missing arguments.
392
393 2003-06-26 David Edelsohn <edelsohn@gnu.org>
394
395 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
396
397 2003-06-25 Loren James Rittle <ljrittle@acm.org>
398
399 * configure.in (ld_vers): Portability [sed].
400 * configure: Regenerate with autoconf213.
401
402 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
403
404 * doc/extend.texi: Document new builtin functions for Intel
405 Prescott New Intrunctions.
406
407 * doc/invoke.texi: Document new command-line options, -mpni and
408 -mno-pni, for Intel Prescott New Intrunctions.
409
410 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
411
412 * config/i386/i386.c (override_options): Turn on MASK_SSE2
413 for -mpni. Turn on MASK_SSE for -msse2.
414 (bdesc_2arg): Add PNI builtins with 2 args.
415 (bdesc_1arg): Add PNI builtins with 1 arg.
416 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
417 (ix86_expand_builtin): Likewise.
418
419 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
420 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
421 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
422 (TARGET_PNI): New.
423 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
424 -mpni and -mno-pni.
425 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
426 (ix86_builtins): Add PNI builtins.
427 (config/i386/i386.md): Add PNI patterns.
428
429 * config/i386/pmmintrin.h: New file.
430
431 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
432
433 * config/h8300/h8300.md (call): Fix the insn lengths.
434 (call_value): Likewise.
435
436 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
437
438 * c-common.c (handle_used_attribute): Use mark_referenced.
439 * varasm.c (mark_referenced): Break out from ...
440 (assemble_name): ... here.
441 * tree.h (mark_referenced): Declare.
442
443 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
444
445 * gccbug.in: Add PCH to list of categories.
446
447 2003-06-25 Martin Schaffner <schaffner@gmx.li>
448
449 * cppfiles.c: Clarify comments.
450 * cpphash.h: Likewise.
451 * cpplib.h: Likewise.
452 * cppmacro.c: Likewise.
453 * mkdeps.h: Likewise.
454
455 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
456
457 * c-opts.c (complain_wrong_lang, write_langs): Remove.
458 (c_common_handle_option): Complaints about wrong language are
459 handled in opts.c now.
460 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
461 (find_opt): Fix thinko.
462 (handle_option): Update prototype. Complain about switches for
463 a different front end.
464 * opts.h (lang_names, handle_options): New.
465 (handle_option): Remove.
466 * opts.sh: Write out language names array.
467 * toplev.c (parse_options_and_default_flags): Use handle_options.
468
469 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
470
471 * config/i386/i386.c (MASK_SSE1): Removed.
472 (MASK_SSE164): Removed.
473 (MASK_SSE264): Removed.
474 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
475 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
476 with MASK_SSE2 | MASK_64BIT.
477 (bdesc_1arg): Likewise.
478 (ix86_init_mmx_sse_builtins): Likewise.
479
480 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
481 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
482 -msse2.
483
484 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
485
486 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
487 (HOST_WIDE_INT_PRINT_DEC_SPACE,
488 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
489 HOST_WIDEST_INT_PRINT_DEC_SPACE,
490 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
491 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
492 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
493 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
494
495 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
496 * ra-debug.c (dump_static_insn_cost): Likewise.
497
498 2003-06-26 Nick Clifton <nickc@redhat.com>
499
500 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
501 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
502 Replace occurances of '???' with 'XXX' incase they are
503 mistaken for trigraphs.
504 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
505 does not have a register for the first operand.
506
507 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
508
509 * config/sh/sh.c (sh_register_move_cost):
510 Add case for moving between MAC_REGS.
511
512 2003-06-25 Zack Weinberg <zack@codesourcery.com>
513
514 PR 10178
515 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
516 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
517 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
518 to true.
519 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
520 return 0.
521
522 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
523
524 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
525 * bt-load.c: Include "tm_p.h".
526
527 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
528
529 * config/h8300/h8300.c (compute_mov_length): Adjust for the
530 new optimization.
531 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
532 an SImode constant whose upper and lower are the same.
533
534 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
535
536 * varasm.c (assemble_name): Mark needed variables even when
537 global info is ready.
538
539 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
540
541 PR other/11280
542 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
543 -freorder-functions description.
544
545 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
546
547 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
548
549 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
550
551 * opts.c (common_handle_option): Add missing break;s.
552
553 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
554
555 * config/h8300/h8300-protos.h: Add a prototype for
556 compute_mov_length.
557 * config/h8300/h8300.c (compute_mov_length): New.
558 * config/h8300/h8300.md (*movqi_h8300): Use it.
559 (*movqi_h8300hs): Likewise.
560 (movstrictqi): Likewise.
561 (*movhi_h8300): Likewise.
562 (*movhi_h8300hs): Likewise.
563 (movstricthi): Likewise.
564 (*movsi_h8300): Likewise.
565 (*movsf_h8300): Likewise.
566 (*movsi_h8300hs): Likewise.
567 (*movsf_h8300hs): Likewise.
568
569 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
570
571 * jump.c (next_nondeleted_insn): Remove.
572 * rtl.h: Remove the prototype for next_nondeleted_insn.
573
574 2003-06-24 Roger Sayle <roger@eyesopen.com>
575
576 PR optimization/11311
577 * builtins.c (powi_cost): Fix typo. The number of multiplications
578 required is the number to reduce the argument, result, plus the
579 cost of calculating the residual, val [not n, the original value].
580
581 2003-06-24 Roger Sayle <roger@eyesopen.com>
582
583 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
584
585 2003-06-24 Richard Henderson <rth@redhat.com>
586 (blame to: Loren James Rittle <ljrittle@acm.org>)
587
588 * real.h (ieee_extended_intel_96_round_53_format): New.
589 * real.c (ieee_extended_intel_96_round_53_format): New.
590 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
591 for XFmode and TFmode.
592
593 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
594
595 * config/h8300/h8300.md (4 anonymous patterns): Give internal
596 names.
597 (movsi_h8300): Change the name to *movsi_h8300.
598 (movsi_h8300hs): Change the name to *movsi_h8300hs.
599 (movsf_h8300): Change the name to *movsf_h8300.
600 (movsf_h8300hs): Change the name to *movsf_h8300hs.
601
602 2003-06-24 Jakub Jelinek <jakub@redhat.com>
603
604 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
605 src twice.
606
607 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
608
609 Back out these patches:
610 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
611 * sh.h (OLD_ARG_MODE): New macro.
612 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
613 (FUNCTION_ARG_1): Break out of:
614 (FUNCTION_ARG). Use OLD_ARG_MODE.
615 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
616 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
617 of the generated register.
618
619 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
620 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
621 an even number of floating point regs are in use, use the same
622 sequence of argument passing registers for SCmode as would be
623 used for two SFmode values.
624 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
625 swap real / imaginary parts in incoming SCmode values passed
626 in registers.
627
628 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
629
630 PR target/11260
631 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
632
633 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
634
635 * Makefile.in (cgraph.o): Depend on output.h, not depend on
636 tree-inline.h
637 * cgraph.c: Do not include tree-inline.h; include output.h
638 (known_fns): Rename to ...
639 (known_decls): ... this one; update all uses.
640 (cgraph_varpool_hash): New static variable.
641 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
642 variables.
643 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
644 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
645 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
646 New functions.
647 * cgraph.h (cgraph_varpool_node): New structure.
648 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
649 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
650 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
651 cgraph_varpool_asemble_pending_decls): Declare.
652 * cgraphunit.c (record_call_1): Notice variable references.
653 (cgraph_finalize_compilation_unit): Assemble pending variables.
654 * toplev.c (wrapup_global_declarations): Use varpool.
655 (compile_file): Assemble pending declarations.
656 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
657 * varasm.c (assemble_name): Notice varpool references.
658
659 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
660
661 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
662 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
663 * varasm.c (assemble_variable): Call prepare_assemble_variable.
664
665 2003-06-23 Roger Sayle <roger@eyesopen.com>
666
667 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
668 calls for pow, powf, powl and their __builtin_ variants.
669 (expand_builtin_pow): If the second argument is a constant
670 integer and compiling with -ffast-math, use expand_powi to
671 generate RTL if powi_cost is less than POWI_MAX_MULTS.
672 (powi_cost): New function to return the number of multiplications
673 necessary to evaluate an Nth power, for integer constant N.
674 (expand_powi): New function to expand the RTL for evaluating
675 the Nth power of a floating point value, for integer constant N.
676
677 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
678
679 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
680
681 * cgraph.c (cgraph_nodes_queue): Declare.
682 (eq_node): Take identifier as p2.
683 (cgraph_node): Update htab_find_slot_with_hash call.
684 (cgraph_node_for_identifier): New.
685 (cgraph_mark_needed_node): Move here from cgraphunit.c.
686 * cgraph.h (cgraph_nodes_queue): Declare.
687 (cgraph_node_for_identifier): Declare.
688 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
689 instead of in cgraph_finalize_compilation_unit; constructors and
690 destructors are entry points.
691 (cgraph_finalize_compilation_unit): Reorganize debug outout;
692 examine nested functions after lowerng; call collect_functions hook.
693 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
694 (cgraph_finalize_compilation_unit): Do not collect entry points.
695 * varasm.c: Include cgraph.h
696 (assemble_name): Mark referenced identifier as needed.
697
698 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
699
700 2003-06-23 Jakub Jelinek <jakub@redhat.com>
701
702 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
703 just SYMBOL_REF.
704 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
705 mode, as it requires pic register loaded.
706
707 * varasm.c (resolve_unique_section): Remove prototype. No longer
708 static.
709 * tree.h (resolve_unique_section): New prototype.
710
711 2003-06-23 Andreas Schwab <schwab@suse.de>
712
713 PR debug/9905
714 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
715 recursing through first argument.
716
717 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
718
719 * ChangeLog.1: Fix a typo.
720 * cfgrtl.c: Fix comment typos.
721 * dwarf2out.c: Likewise.
722 * expmed.c: Likewise.
723 * genrecog.c: Likewise.
724 * jump.c: Likewise.
725 * rtlanal.c: Likewise.
726 * ssa-dce.c: Likewise.
727 * toplev.c: Likewise.
728
729 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
730
731 * doc/extend.texi: Fix typos.
732 * doc/md.texi: Likewise.
733 * doc/tm.texi: Likewise.
734
735 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
736
737 * basic-block.h: Fix comment formatting.
738 * bt-load.c: Likewise.
739 * builtins.c: Likewise.
740 * c-common.c: Likewise.
741 * c-common.h: Likewise.
742 * c-format.c: Likewise.
743 * coverage.c: Likewise.
744 * cpplib.h: Likewise.
745 * cpppch.c: Likewise.
746 * dbxout.c: Likewise.
747 * diagnostic.c: Likewise.
748 * dwarf2out.c: Likewise.
749 * expr.c: Likewise.
750 * fold-const.c: Likewise.
751 * function.c: Likewise.
752 * gcc.c: Likewise.
753 * gcov-io.c: Likewise.
754 * gcov-io.h: Likewise.
755 * gcov.c: Likewise.
756 * profile.c: Likewise.
757 * real.h: Likewise.
758 * sched-deps.c: Likewise.
759
760 2003-06-23 Roger Sayle <roger@eyesopen.com>
761 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
762
763 * doc/contrib.texi (Contributors): Add a note on testing and
764 remove duplicates from testers list.
765
766 2003-06-23 Nick Clifton <nickc@redhat.com>
767
768 * read-rtl.c (read_braced_string): Check for EOF. If
769 encountered issue an error message.
770
771 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
772
773 * doc/invoke.texi: Document dump options, dT and dW.
774
775 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
776
777 * genrecog.c (pred_table): Remove the entry for
778 mode_independent_operand.
779 * recog.c (next_insns_test_no_inequality): Remove.
780 (mode_independent_operand): Likewise.
781 * recog.h: Remove the prototype for mode_independent_operand.
782
783 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
784
785 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
786 store into bit 0.
787 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
788 second alternative to set_znv.
789 (*extzv_1_r_inv_h8300hs): Likewise.
790
791 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
792
793 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
794 set in_tree_gas_is_elf accordingly.
795 (in_tree_ld): Find out whether LD emulation is ELF, set
796 in_tree_ld_is_elf accordingly.
797 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
798 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
799 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
800 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
801 grepping gas/Makefile.
802 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
803 $in_tree_ld_is_elf instead of grepping ld/Makefile.
804 * configure: Regenerate.
805
806 2003-06-22 Roger Sayle <roger@eyesopen.com>
807
808 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
809 up the stabilized argument list, not build_tree_list.
810 (expand_builtin_strcpy): Construct new argument list manually
811 instead of using chainon to modify the original argument list.
812 (expand_builtin_stpcpy): Construct new argument list manually
813 instead of using copy_list and chainon.
814 (expand_builtin_sprintf): New function. Optimize calls to
815 sprintf when the format is "%s" or doesn't contain a '%'.
816 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
817 expand_builtin_sprintf.
818
819 2003-06-22 Andreas Schwab <schwab@suse.de>
820
821 * function.c (set_insn_locators): Mark as unused.
822
823 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
824
825 * common.opt: Add -finline-limit.
826 * opts.c (common_handle_options): Handle it.
827 * opts.sh: Temporary kludge for -finline-limit.
828 * toplev.c (decode_f_option, independent_decode_option): Die.
829 (parse_options_and_default_flags): No independent_decode_option.
830
831 2003-06-22 Andreas Jaeger <aj@suse.de>
832
833 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
834
835 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
836
837 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
838
839 2003-06-22 Andreas Schwab <schwab@suse.de>
840
841 * doc/invoke.texi: Remove leading `-' from options in index.
842
843 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
844
845 * bt-load.c: Follow spelling conventions.
846
847 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
848
849 * expr.c (emit_move_insn_1): Fix a comment typo.
850
851 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
852
853 * doc/invoke.texi: Alphabetize dump options.
854
855 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
856
857 * doc/invoke.texi: Remove a duplicate -dk.
858
859 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
860
861 * doc/invoke.texi: Update dump file names.
862
863 2003-06-22 Zack Weinberg <zack@codesourcery.com>
864
865 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
866 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
867
868 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
869
870 * doc/rtl.texi: Fix the @findex for pre_modify.
871
872 2003-06-22 Andreas Jaeger <aj@suse.de>
873
874 * caller-save.c: Convert to ISO C90.
875 * calls.c: Likewise.
876 * cfg.c: Likewise.
877 * cfganal.c: Likewise.
878 * cfgbuild.c: Likewise.
879 * cfgcleanup.c: Likewise.
880 * cfghooks.c: Likewise.
881 * cfglayout.c: Likewise.
882 * cfglayout.h: Likewise.
883 * cfgloop.c: Likewise.
884 * cfgloop.h: Likewise.
885 * cfgloopanal.c: Likewise.
886 * cfgloopmainip.c: Likewise.
887 * cfgrtl.c: Likewise.
888
889 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
890
891 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
892 64-bit alignment.
893
894 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
895
896 * arm.md (all call_value patterns): Remove register constraints on
897 value operand.
898
899 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
900
901 * common.opt: More -f switches.
902 * opts.c (common_handle_options): Handle them.
903 * toplev.c (time_report): Make extern.
904 (f_options): USe flag_dummy.
905 (decode_f_option): No need to use f_options now.
906 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
907 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
908
909 2003-06-22 Andreas Jaeger <aj@suse.de>
910
911 * c-lex.c: Convert to ISO C90.
912 * c-objc-common.c: Likewise.
913 * c-opts.c: Likewise.
914 * c-pch.c: Likewise.
915 * c-ppoutput.c: Likewise.
916 * c-pragma.h: Likewise.
917 * c-pretty-print.c: Likewise.
918 * c-pretty-print.h: Likewise.
919 * c-semantics.c: Likewise.
920 * c-tree.h: Likewise.
921 * c-typeck.c: Likewise.
922
923 * c-lang.c: Convert to ISO C90.
924
925 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
926
927 * opts.c (find_opt): Fix to always guarantee a find of a
928 switch with joined parameter.
929 * opts.h (struct cl_option): New member back_chain.
930 * opts.sh: Update to calculate and add back_chain member.
931
932 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
933
934 * diagnostic.h (output_host_wide_integer): Declare.
935 * diagnostic.c (output_long_long_decicaml): New function.
936 (output_host_wide_integer): Likewise.
937 (output_format): Use them. Handle "%ll" and "%w".
938
939 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
940
941 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
942
943 2003-06-21 Zack Weinberg <zack@codesourcery.com>
944
945 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
946 * configure.in: Don't use gcc_AC_C_CHARSET.
947 * configure, config.in: Regenerate.
948 * config/i370/i370.c, config/i370/i370.h: Use
949 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
950 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
951
952 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
953
954 * Makefile.in: Update.
955 * common.opt: New switches.
956 * opts.c: Include diagnostic.h.
957 (common_handle_option): Handle new switches.
958 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
959 flag_if_conversion2, flag_delete_null_pointer_checks,
960 flag_rerun_cse_after_loop): Make extern.
961 (flag_dummy): New.
962 (f_options): Update to use flag_dummy for moved options.
963 (decode_f_option): Some switches moved to opts.c.
964 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
965 flag_if_conversion2, flag_delete_null_pointer_checks,
966 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
967 flag_tracer, flag_thread_jumps, flag_unroll_loops,
968 flag_unroll_all_loops, flag_unswitch_loops): New.
969
970 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
971
972 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
973
974 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
975
976 * config/h8300/h8300-protos.h: Add a prototype for
977 same_cmp_preceding_p.
978 * config/h8300/h8300.c (same_cmp_preceding): New.
979 * config/h8300/h8300.md: Extend peephole2's that transform
980 compare:SI into shorter sequences so that they can deal with
981 signed comparisons.
982
983 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
984
985 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
986
987 Update Andreas Jaeger's entry.
988
989 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
990 Loren J. Rittle.
991
992 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
993
994 * mkconfig.sh: Add multiple inclusion guards to generated headers.
995
996 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
997
998 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
999 * common.opt: Add remaining -W options and -g.
1000 * diagnostic.c (warnings_are_errors): Remove.
1001 * flags.h: Make most warning flags boolean.
1002 * opts.c (common_handle_option): Handle remaining -W options, and -g.
1003 Move many warning flags from toplev.c, making them boolean.
1004 * toplev.c: Remove many warning flags.
1005 (decode_W_option): Remove.
1006 (decode_g_option): Make extern. Error on unknown switch.
1007 (lang_independent_W_options): Use warn_dummy.
1008 (independent_decode_option): Just handle -f switches now.
1009 * toplev.h (decode_g_option): New.
1010
1011 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
1012
1013 PR/11092
1014 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
1015 vectors.
1016
1017 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
1018
1019 * opts.sh: Tweak awk script for portability.
1020
1021 2003-06-20 Mark Mitchell <mark@codesourcery.com>
1022
1023 PR c++/10888
1024 * tree-inline.c (expand_call_inline): Do not warn about failing to
1025 inline functions declared in system headers.
1026 * doc/invoke.texi (-Winline): Expand on documentation.
1027
1028 2003-06-20 Richard Henderson <rth@redhat.com>
1029
1030 * config/alpha/alpha.c (alpha_file_start): Disable
1031 file_start_file_directive for ELF and not MDEBUG.
1032
1033 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
1034
1035 * sh.h (ROUND_TYPE_ALIGN): Remove.
1036
1037 2003-06-20 Richard Henderson <rth@redhat.com>
1038
1039 * hooks.c (hook_int_void_no_regs): Rename from
1040 hook_reg_class_void_no_regs; change return type.
1041 * hooks.h: Update.
1042 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
1043 * target.h (branch_target_register_class): Change return type to int.
1044 Add documentation.
1045 * config/sh/sh.c (sh_target_reg_class): Change return type.
1046 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
1047
1048 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
1049
1050 * c-format.c: Change _Bool to bool reverting part of the last
1051 patch.
1052
1053 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1054
1055 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
1056 strip name encoding.
1057
1058 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1059
1060 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
1061 * configure: Regenerate.
1062 Fixes PR driver/9362.
1063
1064 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1065
1066 * config/alpha/alpha.c (alpha_file_start): Fix typo.
1067
1068 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1069
1070 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
1071 to ASM_OUTPUT_SOURCE_LINE.
1072
1073 2003-06-20 Daniel Egger <degger@fhm.edu>
1074 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1075
1076 * doc/install.texi (Building): Correct and improve statement
1077 about parallel builds.
1078
1079 2003-06-20 Andreas Jaeger <aj@suse.de>
1080
1081 * c-common.c: Change _Bool to bool reverting part of the last
1082 patch.
1083
1084 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
1085
1086 * tree.h (expand_function_end): Remove all parameters.
1087 * function.c (expand_function_end): Remove all parameters.
1088 Use input_location. Never expand_end_bindings.
1089 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
1090 * coverage.c (create_coverage): Likewise.
1091
1092 2003-06-20 Nick Clifton <nickc@redhat.com>
1093
1094 * doc/extend.texi (ARM Built-in Functions): New node. Document
1095 ARM builtin functions for iWMMXt support.
1096
1097 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1098
1099 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
1100 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
1101 (--with-as): Add @anchor.
1102 (--with-gnu-ld): Fix typo.
1103 (--with-ld): Add @uref to --with-as.
1104
1105 2003-06-19 Zack Weinberg <zack@codesourcery.com>
1106
1107 * doc/tm.texi: Uniformly use @defmac for macros, rather than
1108 @table items. Minor formatting and editorial corrections.
1109
1110 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
1111
1112 * line-map.c, line-map.h: Convert to ISO prototypes.
1113
1114 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1115
1116 * gcse.c (store_killed_in_insn): Fix.
1117
1118 2003-06-19 Zack Weinberg <zack@codesourcery.com>
1119
1120 * target.h (asm_out.file_start, file_start_app_off,
1121 file_start_file_directive): New hooks.
1122 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
1123 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
1124 New hook-definition macros.
1125 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
1126 * varasm.c (default_file_start): New.
1127 * output.h: Prototype it.
1128 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
1129 * system.h: Poison ASM_FILE_START.
1130
1131 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
1132 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
1133 (unicosmk_asm_file_start): Rename unicosmk_file_start,
1134 make static, take no arguments.
1135 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
1136 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
1137 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
1138 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
1139 comment.
1140 * config/arc/arc.c (arc_asm_file_start): Rename
1141 arc_file_start, take no arguments, make static.
1142 (TARGET_ASM_FILE_START): Set it.
1143 * config/arm/arm.c (aof_file_start): New static function.
1144 (TARGET_ASM_FILE_START): Set it, when appropriate.
1145 * config/arm/coff.h, config/arm/elf.h:
1146 Set TARGET_ASM_FILE_START_APP_OFF to true.
1147 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
1148 take no arguments, make static.
1149 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
1150 Set them.
1151 * config/c4x/c4x.c (c4x_file_start): New static function.
1152 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
1153 Set them.
1154 * config/cris/cris.c (cris_file_start): New static function.
1155 (TARGET_ASM_FILE_START): Set it.
1156 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
1157 dsp16xx_file_start, make static.
1158 (luxworks_dsp16xx_file_start): Delete.
1159 (TARGET_ASM_FILE_START): Set it.
1160 * config/h8300/h8300.c (asm_file_start): Rename
1161 h8300_file_start, make static, take no arguments.
1162 (TARGET_ASM_FILE_START): Set it.
1163 * config/i370/i370.c (i370_file_start): New static function.
1164 (TARGET_ASM_FILE_START): Set it.
1165 * config/i386/i386.c (x86_file_start): New static function.
1166 (TARGET_ASM_FILE_START): Set it.
1167 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
1168 X86_FILE_START_FLTUSED): New macros, default to false.
1169 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
1170 * config/i386/sysv4.h, config/i386/sco5.h: Override
1171 X86_FILE_START_VERSION_DIRECTIVE to true.
1172 * config/ia64/ia64.c (ia64_file_start): New static function.
1173 (TARGET_ASM_FILE_START): Set it.
1174 (emit_safe_across_calls): Take no arguments.
1175 * config/ia64/ia64.md: Update to match.
1176 * config/m32r/m32r.c (m32r_asm_file_start): Rename
1177 m32r_file_start, make static, take no arguments.
1178 (TARGET_ASM_FILE_START): Set it.
1179 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
1180 m68hc11_file_start, make static, take no arguments.
1181 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1182 (print_options): Delete.
1183 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
1184 (TARGET_ASM_FILE_START_APP_OFF): Set.
1185 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
1186 m68k_hp320_file_start.
1187 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
1188 Make static, take no arguments.
1189 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1190 * config/mmix/mmix.c (mmix_asm_file_start): Rename
1191 mmix_file_start, make static, take no arguments.
1192 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1193 * config/mn10300/mn10300.c (asm_file_start): Rename
1194 mn10300_file_start, make static, take no arguments.
1195 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1196 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
1197 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
1198 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
1199 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
1200 pa_hpux64_hpas_file_start): New static functions.
1201 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
1202 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
1203 pa_linux_file_start.
1204 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
1205 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
1206 appropriate.
1207 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
1208 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
1209 (rs6000_file_start): Make static, take no arguments. Reset
1210 default_cpu under certain conditions.
1211 (rs6000_xcoff_file_start): New function.
1212 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
1213 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
1214 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
1215 * config/sh/sh.c (output_file_start): Rename
1216 sh_file_start, make static, take no arguments. Merge in old
1217 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
1218 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1219 * config/sh/sh.c (TARGET_ELF): Define to 0.
1220 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
1221 * config/v850/v850.c (asm_file_start): Delete.
1222 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1223 * config/vax/vax.c (vax_file_start): New static function.
1224 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
1225
1226 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
1227 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
1228 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
1229 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
1230 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
1231 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
1232
1233 * config/darwin.h, config/elfos.h, config/alpha/elf.h
1234 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
1235 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
1236 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
1237 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
1238 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
1239 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
1240 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
1241 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
1242 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
1243 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
1244 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
1245 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
1246 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
1247 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
1248 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
1249 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
1250 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
1251
1252 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
1253 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
1254 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
1255 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
1256 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
1257 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
1258 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
1259
1260 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
1261 Remove reference to ASM_FILE_START in comment.
1262 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
1263 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
1264 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
1265
1266 2003-06-19 Graeme Peterson <gp@qnx.com>
1267
1268 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
1269 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
1270 sysroot_hdrs_suffix_spec): New.
1271 (static_specs): Initialize new variables.
1272 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
1273 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
1274 New macros.
1275
1276 2003-06-19 Andreas Jaeger <aj@suse.de>
1277
1278 * c-aux-info.c: Convert to ISO C90.
1279 * c-pragma.c: Likewise.
1280 * c-common.c: Likewise.
1281 * c-common.h: Likewise.
1282 * c-convert.c: Likewise.
1283 * c-cppbuiltin.c: Likewise.
1284 * c-dump.c: Likewise.
1285 * c-decl.c: Likewise
1286 * c-format.c: Likewise.
1287 * c-incpath.c: Likewise.
1288 * c-incpath.h: Likewise.
1289
1290 2003-06-19 Roger Sayle <roger@eyesopen.com>
1291
1292 * builtins.c (expand_errno_check): Assume that flag_errno_math
1293 and HONOR_NANS have been tested before calling here. Only try
1294 to set errno ourselves if the decl can't throw an exception.
1295 (expand_builtin_mathfn): Move the code to stabilize the arg
1296 after the main switch, so that that its only done when needed.
1297 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
1298 Don't modify the original expr when stabilizing the argument.
1299 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
1300 the args after the main switch, and don't modify the orginal exp.
1301
1302 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
1303
1304 * expr.c (const_vector_from_tree): Initialize remaining elements
1305 to 0.
1306
1307 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
1308
1309 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
1310 Change "fix" to "float".
1311
1312 2003-06-19 Andreas Jaeger <aj@suse.de>
1313
1314 * c-tree.h: Remove declaration of poplevel.
1315
1316 * tree.h: Remove declaration of approx_sqrt.
1317
1318 * c-lex.c: Remove redundant declaration of asm_out_file.
1319
1320 * flags.h: Remove declaration of warn_unknown_pragma and
1321 main_input_filename.
1322
1323 * rtl.h: Remove functions from fold-const.c since they're already
1324 declared in tree.h.
1325
1326 * regs.h: Remove redundant declaration of reg_names.
1327
1328 * bt-load.c (migrate_btr_defs): Correct printf arguments.
1329
1330 * protoize.c: Fix breakage from last patch.
1331
1332 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
1333
1334 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
1335 has been included.
1336
1337 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
1338
1339 * config/sparc/sparc.c: Update copyright year.
1340
1341 2003-06-19 David Edelsohn <edelsohn@gnu.org>
1342
1343 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
1344 to ABI_V4.
1345
1346 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
1347
1348 PR bootstrap/4068
1349 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
1350
1351 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
1352
1353 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
1354 to the end of the file. Remove unnecessary prototypes.
1355
1356 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
1357
1358 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
1359 calls to insn_default_latency and result_ready_cost. Initialize
1360 def_latency to 1.
1361
1362 2003-06-18 Richard Henderson <rth@redhat.com>
1363
1364 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
1365 (_Unwind_FindEnclosingFunction): Implement.
1366
1367 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
1368
1369 * toplev.c (rest_of_handle_sched): Hide the entire function if
1370 INSN_SCHEDULING is not defined.
1371 (rest_of_compilation): Call rest_of_handle_sched() only when
1372 INSN_SCHEDULING is defined.
1373
1374 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
1375 J"orn Rennecke <joern.rennecke@superh.com>
1376
1377 * bt-load.c: New file.
1378 * Makefile.in (OBJS): Include bt-load.o
1379 (bt-load.o): Add dependencies.
1380 * flags.h (flag_branch_target_load_optimize): Declare.
1381 (flag_branch_target_load_optimize2): Likewise.
1382 * hooks.c (hook_reg_class_void_no_regs): New function.
1383 (hook_bool_bool_false): Likewise.
1384 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
1385 * rtl.h (branch_target_load_optimize): Declare.
1386 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
1387 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
1388 (TARGET_INITIALIZER): Include these.
1389 * target.h (struct gcc_target): Add branch_target_register_class
1390 and branch_target_register_callee_saved members.
1391 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
1392 (dump_file) Add "tars" entry.
1393 (flag_branch_target_load_optimize): New variable.
1394 (flag_branch_target_load_optimize2): Likewise.
1395 (lang_independent_options): Add entries for new options.
1396 (rest_of_compilation): Call branch_target_load_optimize.
1397 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
1398 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
1399 * doc/invoke.texi: Document -fbranch-target-load-optimize and
1400 -fbranch-target-load-optimize2.
1401 * rtl.h (epilogue_completed): Declare.
1402 * recog.c (epilogue_completed): New variable.
1403 * toplev.c (rest_of_compilation): Set it.
1404 * flow.c (mark_regs_live_at_end): Use it.
1405 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
1406 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1407 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1408 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1409
1410 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
1411 (sh_target_reg_class): New function.
1412 (sh_optimize_target_register_callee_saved): Likwise.
1413 (shmedia_target_regs_stack_space): Likewise.
1414 (shmedia_reserve_space_for_target_registers_p): Likewise.
1415 (shmedia_target_regs_stack_adjust): Likewise.
1416 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
1417 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
1418 (calc_live_regs): If flag_branch_target_load_optimize2 and
1419 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
1420 for target registers, make sure that we save all target registers.
1421 (sh_expand_prologue, sh_expand_epilogue): Take target register
1422 optimizations into account. Collapse stack adjustments if that
1423 is beneficial.
1424 (initial_elimination_offset): Reserve space for target registers
1425 if necessary.
1426 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
1427 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
1428
1429 2003-06-18 Nick Clifton <nickc@redhat.com>
1430
1431 * config.gcc: Add an extra_header for ARM targets.
1432 Support configuring with --with-cpu=iwmmxt.
1433 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
1434 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
1435 names. Fix formatting.
1436 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
1437 names.
1438 * config/arm/arm-protos.h (arm_emit_vector_const): New
1439 prototype.
1440 (arm_output_load_gr): New prototype.
1441 * config/arm/arm.c (extra_reg_names1): Delete.
1442 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
1443 * arch_is_iwmmxt): Define.
1444 (all_cores, all_architecture): Add entry for iwmmxt.
1445 (arm_override_options): Add support for iwmmxt.
1446 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
1447 arm_print_value, arm_rtx_costs_1, output_move_double,
1448 arm_compute_save_reg_mask, arm_output_epilogue,
1449 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
1450 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
1451 Likewise.
1452 (arm_init_cumulative_args): Count iwmmxt registers.
1453 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
1454 has been set.
1455 (struct minipool_node): Add fix_size field.
1456 (add_minipool_forward_ref): Add support for 8-byte aligning of
1457 the pool.
1458 (add_minipool_backward_ref, add_minipool_offsets,
1459 dump_minipool, push_minipool_fix): Likewise.
1460 (struct builtin_description): New struct.
1461 (builtin_description): New array of iwmmxt builtin functions.
1462 (arm_init_iwmmxt_builtins): New function.
1463 (arm_init_builtins): New function.
1464 (safe_vector_operand): New function.
1465 (arm_expand_binop_builtin): New function.
1466 (arm_expand_unop_builtin): New function.
1467 (arm_expand_builtin): New function.
1468 (arm_emit_vector_const): New function.
1469 (arm_output_load_gr): New function.
1470 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
1471 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
1472 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
1473 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
1474 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
1475 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
1476 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
1477 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
1478 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
1479 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
1480 registers unless the iwmmxt target is selected.
1481 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
1482 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
1483 IS_IWMMXT_GR_REGNUM): Define.
1484 (FIRST_PSEUDO_REGISTER): Bump to 63.
1485 (struct machine_function): Add sibcall_blocked field.
1486 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
1487 nargs fields.
1488 (enum arm_builtins): New enum list.
1489 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
1490 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
1491 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
1492 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
1493 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
1494 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
1495 (movv2si, movv4hi, movv8qi): New expands for vector moves.
1496 Include iwmmxt.md.
1497 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
1498 multilib.
1499 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
1500 * config/arm/mmintrin.h: New ARM specific header file.
1501 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
1502
1503 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
1504
1505 * toplev.c (Remaining -d letters summary): Update.
1506
1507 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1508
1509 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
1510 argument.
1511 (function_arg): Handle CALL_LIBCALL flag.
1512 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
1513 prototype.
1514 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
1515 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
1516 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
1517 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
1518
1519 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
1520
1521 * Makefile.in: Update.
1522 * common.opt: New options.
1523 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
1524 set_Wunused): New.
1525 (common_handle_option): Handle new options.
1526 * toplev.c (set_target_switch): Export.
1527 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
1528 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
1529 (independent_decode_option): More options handled in opts.c now.
1530 Change prototype.
1531 * toplev.h (set_target_switch): New.
1532
1533 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
1534
1535 PR debug/4252
1536 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
1537 to dump_switch_p().
1538 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
1539 from static strings in dump_files.
1540
1541 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1542
1543 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
1544 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
1545 libiberty macros.
1546
1547 2003-06-17 Jason Merrill <jason@redhat.com>
1548
1549 PR c++/10929
1550 * tree-inline.c (expand_call_inline): Don't warn about failing to
1551 inline a function which was made inline by -finline-functions.
1552
1553 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1554
1555 * config/h8300/h8300-protos.h: Update to ISO C.
1556 * config/h8300/h8300.c: Likewise.
1557 * config/h8300/h8300.h: Likewise.
1558 * config/h8300/h8300.md: Likewise.
1559
1560 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1561
1562 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
1563 * configure: Regenerate.
1564 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
1565
1566 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
1567
1568 * install.texi (Testing): Add information on how to run Java
1569 runtime tests separately.
1570
1571 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1572
1573 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
1574
1575 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
1576 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
1577
1578 2003-06-17 Christopher Faylor <cgf@redhat.com>
1579
1580 * doc/install.texi: Add msvc rebuild caveat.
1581
1582 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1583
1584 * config/sh/coff.h: Replace Hitachi with Renesas.
1585 * config/sh/elf.h: Likewise.
1586 * config/sh/embed-elf.h: Likewise.
1587 * config/sh/lib1funcs.asm: Likewise.
1588 * config/sh/sh-protos.h: Likewise.
1589 * config/sh/sh.c: Likewise.
1590 * config/sh/sh.h: Likewise.
1591 * config/sh/sh.md: Likewise.
1592
1593 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1594
1595 * ChangeLog.3: Fix comment typos.
1596 * ChangeLog.6: Likewise.
1597 * config/d30v/d30v.c: Likewise.
1598 * config/h8300/h8300.md: Likewise.
1599 * config/m32r/m32r.md: Likewise.
1600 * config/mips/mips.c: Likewise.
1601 * config/mips/mips.md: Likewise.
1602 * config/ns32k/NOTES: Likewise.
1603
1604 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
1605 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1606
1607 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
1608 to run Java runtime tests separately.
1609
1610 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1611
1612 * config/h8300/h8300-protos.h: Update a comment.
1613
1614 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1615
1616 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
1617 are aligned like integral modes.
1618 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
1619
1620 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
1621 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
1622 * sh.md (*pt): Remove.
1623
1624 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
1625
1626 * sh.md (return_media_rte): New pattern.
1627 (return_media): Use it.
1628
1629 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1630
1631 * doc/contrib.texi: Replace Hitachi with Renesas.
1632 * doc/install.texi: Likewise.
1633 * doc/invoke.texi: Likewise.
1634
1635 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1636
1637 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
1638 behaviour.
1639
1640 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1641
1642 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
1643
1644 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
1645 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
1646
1647 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
1648 -msdata=eabi usages.
1649
1650 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
1651
1652 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1653
1654 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
1655 * fixinc/gnu-regex.c: Don't define `volatile'.
1656 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
1657 * ggc-simple.c: Likewise.
1658 * system.h: Don't define `volatile'.
1659
1660 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
1661 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
1662 call these macros.
1663 * config.in, configure: Regenerated.
1664
1665 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1666
1667 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
1668 Handle POINTERS_EXTEND_UNSIGNED.
1669
1670 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1671
1672 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
1673 !TARGET_IRIX6]: Define as NULL.
1674
1675 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1676
1677 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
1678
1679 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1680
1681 * dbxout.c (dbxout_source_line_counter): New global variable.
1682 Mark it with GTY(()).
1683 (dbxout_source_line): Increment dbxout_source_line_counter
1684 and pass it to ASM_OUTPUT_SOURCE_LINE.
1685 * sdbout.c (sdbout_source_line_counter): New global variable.
1686 Mark it with GTY(()).
1687 (unnamed_struct_number): Mark it with GTY(()).
1688 (sdbout_source_line): Increment sdbout_source_line_counter
1689 and pass it to ASM_OUTPUT_SOURCE_LINE.
1690 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
1691 (xcoffout_source_line): Pass 0 as third argument to
1692 ASM_OUTPUT_SOURCE_LINE.
1693 (xcoffout_begin_prologue): Likewise.
1694 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1695 Use it instead of 'sym_lineno' but without incrementing it.
1696 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1697 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1698 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1699 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
1700 argument to ASM_OUTPUT_SOURCE_LINE.
1701 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1702 * config/arm/aout.h: Remove useless comment.
1703 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1704 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1705 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1706 Use it instead of 'sym_lineno' but without incrementing it.
1707 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1708 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
1709 parameter. Use it instead of 'sym_lineno' but without incrementing it.
1710 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
1711 argument to ASM_OUTPUT_SOURCE_LINE.
1712 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1713 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1714 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1715 Use it instead of 'sym_lineno' but without incrementing it.
1716 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1717 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1718 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1719 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1720 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
1721
1722 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
1723
1724 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
1725 (expand_block_move, output_block_move): Remove.
1726 * config/mips/mips.h (enum block_move_type): Remove.
1727 * config/mips/mips.c (block_move_call, output_block_move): Remove.
1728 (mips_block_move_straight, mips_adjust_block_mem): New function.
1729 (mips_block_move_loop): Renamed and reworked from block_move_loop.
1730 (mips_expand_block_move): Likewise expand_block_move. Return false
1731 to fall back on the target-independent code.
1732 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
1733 (movstrsi_internal*): Remove.
1734
1735 2003-06-16 Zack Weinberg <zack@codesourcery.com>
1736
1737 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
1738 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
1739 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
1740 ISO C: new-style function declarations, no need for PARAMS,
1741 no special punctuation on indirect function calls, use string
1742 constant concatenation where convenient.
1743
1744 2003-06-17 Andreas Jaeger <aj@suse.de>
1745
1746 * rtl.h: Remove declarations from coverage.h.
1747 * toplev.c: Include coverage.h.
1748 * Makefile.in (toplev.o): Depend on coverage.h.
1749
1750 * toplev.h: Remove extra declaration of print_time.
1751
1752 * gengtype.c (close_output_files): Remove duplicated declaration.
1753
1754 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1755
1756 * config/sparc/sysv4.h: Remove target-independent comment;
1757 replace "GNU CC" with "GCC".
1758 * config/vxworks.h: Replace "GNU compiler" with "GCC".
1759 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
1760 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
1761 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
1762 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
1763 config/sparc/rtemself.h, config/sparc/sol2-64.h,
1764 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
1765 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
1766 config/sparc/sol2.h, config/sparc/sp64-aout.h,
1767 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
1768 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
1769 "GNU compiler", "GNU CC" with "GCC".
1770 * config/sparc/cypress.md, config/sparc/hypersparc.md,
1771 config/sparc/sparc-modes.def, config/sparc/sparc.c,
1772 config/sparc/sparc.md, config/sparc/sparclet.md,
1773 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
1774 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
1775 "GNU C Compiler" with "GCC".
1776 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
1777
1778 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
1779
1780 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
1781 constants.
1782
1783 * testsuite/gcc.c-torture/execute/simd-4.c: New.
1784
1785 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1786
1787 * config/ip2k/ip2k.h: Remove target-independent comments.
1788
1789 * config.gcc: Explicitly mention elfos.h in ip2k entry.
1790 * config/ip2k/ip2k.h: Don't #include it here.
1791
1792 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1793
1794 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
1795 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
1796 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
1797 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
1798 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
1799 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
1800 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
1801 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
1802 the PTR macro.
1803
1804 * gengtype.c: Don't use UNION_INIT_ZERO.
1805 * system.h (UNION_INIT_ZERO): Delete.
1806
1807 2003-06-16 Richard Henderson <rth@redhat.com>
1808
1809 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
1810 GET_MODE_UNIT_SIZE when simplifying constant vectors.
1811
1812 2003-06-16 Andreas Jaeger <aj@suse.de>
1813
1814 * timevar.c (get_run_time): Remove function provided also by
1815 libiberty.
1816 * timevar.h: Remove get_run_time declaration.
1817
1818 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1819
1820 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
1821 unreachable code.
1822
1823 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1824
1825 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
1826 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
1827 use macros from "symcat.h", instead rely on ISO C.
1828
1829 * system.h: Don't include "symcat.h".
1830 * configure.in (AC_C_STRINGIZE): Delete.
1831 * config.in, configure: Regenerate.
1832
1833 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1834
1835 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
1836
1837 * tree.h (STMT_CHECK): New macro.
1838 Also upper-case argument names on all checking macros and
1839 fix some whitespace problems; assume CODE argument does not
1840 have side-effects.
1841
1842 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1843
1844 * scan.h: Convert to ISO C.
1845 * system.h: Likewise.
1846
1847 * c-format.c (dynamic_format_types): New pointer for dynamic data.
1848 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
1849 New functions split out of...
1850 (handle_format_attribute): ...here.
1851
1852 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
1853
1854 * sh.h (REG_CLASS_FROM_LETTER): Change to:
1855 (REG_CLASS_FROM_CONSTRAINT).
1856 (CONST_OK_FOR_I): Rename to:
1857 (CONST_OK_FOR_I08). Changed all users.
1858 (CONST_OK_FOR_J): Rename to:
1859 (CONST_OK_FOR_I16). Changed all users.
1860 (CONST_OK_FOR_K): Rename to:
1861 (CONST_OK_FOR_P27). Changed all users.
1862 (CONST_OK_FOR_L): Rename to:
1863 (CONST_OK_FOR_K08). Changed all users.
1864 (CONST_OK_FOR_O): Rename to:
1865 (CONST_OK_FOR_I06). Changed all users.
1866 (CONST_OK_FOR_P): Rename to:
1867 (CONST_OK_FOR_I10). Changed all users.
1868 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
1869 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
1870 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
1871 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
1872 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
1873 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
1874 (CONST_OK_FOR_LETTER_P): Replace with
1875 (CONST_OK_FOR_CONSTRAINT_P).
1876 (EXTRA_CONSTRAINT_S): Rename to:
1877 (EXTRA_CONSTRAINT_C16). Changed all users.
1878 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
1879 (EXTRA_CONSTRAINT_T): Rename to:
1880 (EXTRA_CONSTRAINT_Csy). Changed all users.
1881 (EXTRA_CONSTRAINT_Z): Remove.
1882 (EXTRA_CONSTRAINT): Replace with:
1883 (EXTRA_CONSTRAINT_STR).
1884 (EXTRA_CONSTRAINT_U): Rename to:
1885 (EXTRA_CONSTRAINT_Z). Changed all users.
1886 * sh.c (and_operand): Use CONST_OK_FOR_J16.
1887 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
1888 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
1889 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
1890 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
1891 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
1892 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
1893 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
1894 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
1895 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
1896 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
1897 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
1898 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
1899 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
1900 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
1901 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
1902 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
1903 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
1904 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
1905 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
1906 (sssubv4hi3): Likewise.
1907 (movsf_i): Change I[08]/r to G/r.
1908 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
1909
1910 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
1911
1912 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
1913
1914 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
1915
1916 2003-06-16 Andreas Jaeger <aj@suse.de>
1917
1918 * basic-block.h: Remove duplicate prototype of
1919 note_prediction_to_br_prob.
1920
1921 * tree.h: Remove duplicate prototype of strip_float_extensions.
1922
1923 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1924
1925 * config/c4x/c4x.c: Don't include "c-tree.h".
1926 * config/pa/pa.c: Likewise.
1927 * langhooks.c: Likewise.
1928 * tree.h (poplevel): Declare.
1929
1930 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1931
1932 * config/h8300/h8300.c (const_costs): Move this to ...
1933 (h8300_rtx_costs): ... here.
1934
1935 2003-06-16 Roger Sayle <roger@eyesopen.com>
1936
1937 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
1938 (tan_optab, atan_optab): Define corresponding macros.
1939 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
1940 * genopinit.c (optabs): Implement tan_optab and atan_optab
1941 using tan?f2 and atan?f2 patterns.
1942 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
1943 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
1944 Change the default value of errno_set to false.
1945 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
1946 using expand_builtin_mathfn.
1947
1948 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
1949 expander patterns implemented using existing atan2?f3 patterns.
1950
1951 2003-06-16 Roger Sayle <roger@eyesopen.com>
1952
1953 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
1954 both operands of the addition equal, reuse the expanded RTL.
1955 (expand_expr <MULT_EXPR>): Likewise for multiplication.
1956
1957 2003-06-16 Roger Sayle <roger@eyesopen.com>
1958 Jeff Law <law@redhat.com>
1959
1960 * fold-const.c (operand_equal_p): Consider two calls to "const"
1961 functions with identical non-volatile arguments to be equal.
1962 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
1963 built-in function to be equal to the "foo" form.
1964
1965 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1966
1967 * config/rs6000/sysv4le.h: Remove target-independent comment.
1968 Replace "GNU compiler" with "GCC" in comment.
1969
1970 2003-06-16 Andreas Jaeger <aj@suse.de>
1971
1972 * tracer.c: Remove duplicate declaration.
1973
1974 * toplev.c: Remove extra declaration of decode_d_option.
1975
1976 * ssa.c: Remove duplicate declaration.
1977
1978 * sreal.c: Remove extra declaration of dump_sreal.
1979
1980 * reload1.c: Remove duplicate declarations.
1981
1982 * integrate.c: Remove extra declaration of
1983 set_decl_abstract_flags.
1984
1985 * flow.c: Remove extra declaration of dump_flow_info.
1986
1987 * alias.c: Remove extra declaration of get_addr.
1988
1989 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1990
1991 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
1992 config/vxworks.h: GNU CC -> GCC.
1993
1994 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
1995 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
1996 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
1997 ssa.h, tree.def: Replace overly specific references to "GNU C"
1998 and "GNU C Compiler" with references to "GCC".
1999
2000 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
2001
2002 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
2003 memory reference. Fix test that checks if operand 1 is using r0.
2004 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
2005
2006 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
2007 defined.
2008
2009 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
2010
2011 * function.h (struct emit_status): Remove x_last_linenum,
2012 x_last_filename. Add x_last_location.
2013 * rtl.h: #include "input.h".
2014 (NOTE_DATA): New.
2015 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
2016 number notes.
2017 * emit-rtl.c (last_linenum, last_filename): Remove.
2018 (last_location): New.
2019 (emit_line_note_after): LINE must always be >= 0.
2020 (emit_line_note): Likewise. Check not duplicate here...
2021 (emit_note): ... rather than here.
2022 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
2023 * integrate.c (expand_inline_function): Use emit_line_note for
2024 line number notes.
2025 (copy_insn_list): Likewise.
2026 * unroll.c (copy_loop_body): Likewise.
2027 * Makefile.in (RTL_H): Add input.h.
2028
2029 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
2030
2031 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
2032
2033 2003-06-16 Richard Henderson <rth@redhat.com>
2034
2035 * config/alpha/alpha-protos.h, config/alpha/elf.h,
2036 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
2037 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
2038 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
2039 Remove unneeded static function decls.
2040
2041 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
2042
2043 * c-opts.c (c_common_handle_option): s/on/value/.
2044 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
2045 directly rather than converting the argument.
2046 * c.opt: Update docs. Use UInteger where appropriate.
2047 * common.opt: Use UInteger where appropriate.
2048 * opts.c (integral_argument): New.
2049 (handle_argument): Handle integral arguments, and optional
2050 joined arguments.
2051 (common_handle_option): Update.
2052 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
2053 * opts.sh: Handle JoinedOrMissing and UInteger flags.
2054
2055 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
2056
2057 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
2058 unnecessary extern declaration.
2059
2060 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
2061
2062 * config/gofast.h, config/interix.h, config/interix3.h,
2063 config/libgloss.h, config/linux-aout.h, config/linux.h,
2064 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
2065 * config/kaos.h: "GNU compiler" -> GCC.
2066 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
2067
2068 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
2069 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
2070 GNU CC -> GCC.
2071
2072 * config/svr3.h: Remove #if 0 code, misleading comments.
2073 GNU CC -> GCC.
2074
2075 2003-06-15 Zack Weinberg <zack@codesourcery.com>
2076
2077 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
2078 main_input_filename to avoid conflict with input_filename macro.
2079
2080 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2081
2082 * config/mips/mips.h (asm_file_name, g_switch_set,
2083 g_switch_value): Remove.
2084 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
2085 unnecessary extern declarations.
2086
2087 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2088
2089 * config/frv/frv.h: Remove declaration of g_switch_value.
2090 * config/m32r/m32r.h: Remove declaration of g_switch_value.
2091 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
2092
2093 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2094
2095 * opts.sh: Quote '+' in regex.
2096
2097 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
2098
2099 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
2100 * config/rs6000/rs6000.c: Include cfglayout.h.
2101 * config/alpha/alpha.c: Likewise.
2102 * config/ia64/ia64.c: Likewise.
2103 * config/sparc/sparc.c: Likewise.
2104 * config/sh/sh.c: Likewise.
2105
2106 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2107
2108 * opts.sh: Quote '+' in regex.
2109
2110 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2111
2112 * c-opts.c (lang_flags): Update for new spelling of flags.
2113 (write_langs): Similarly.
2114 * c.opt: Specify languages.
2115 * opts.h: Remove languages.
2116 * opts.sh: Recognise front-end defined languages.
2117 * doc/sourcebuild.texi: Update.
2118
2119 2003-06-15 Andreas Jaeger <aj@suse.de>
2120
2121 * alloc-pool.c: Convert to ISO C90 prototypes.
2122 * alloc-pool.h: Likewise.
2123 * alias.c: Likewise.
2124 * attribs.c: Likewise.
2125 * bb-reorder.c: Likewise.
2126 * bitmap.h: Likewise.
2127 * bitmap.c: Likewise.
2128 * builtins.c: Likewise.
2129
2130 * tree.h: Convert prototypes of attribs.c to ISO C90.
2131 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
2132 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
2133 * expr.h: Convert prototypes of builtins.c to ISO C90.
2134
2135 2003-06-15 Roger Sayle <roger@eyesopen.com>
2136
2137 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
2138 implement exp, expf and expl built-ins as inline x87 intrinsics.
2139 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
2140 represent x87's fscale, frndint and f2xm1 insns respectively.
2141 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
2142 to encode x87's "fscale" instruction followed by a pop.
2143 (*frndintxf2): New insn pattern for "frndint".
2144 (*f2xm1xf2): New insn pattern for "f2xm1".
2145
2146 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
2147 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
2148 UNSPEC_FPATAN.
2149
2150 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2151
2152 * gencheck.c (main): Avoid generating duplicate macros.
2153
2154 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
2155 knowing names of language subdirectories.
2156
2157 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2158
2159 * c-pch.c (asm_file_name): Remove.
2160 * common.opt: Add more switches.
2161 * flags.h (g_switch_set): Boolify.
2162 * opts.c (g_switch_value, g_switch_set, exit_after_options,
2163 version_flag): Move from toplev.c.
2164 (common_handle_option): Handle more switches from toplev.c.
2165 * toplev.c (display_help, display_target_options, decode_d_option,
2166 print_version): Make non-static, remove prototypes.
2167 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
2168 (version_flag, g_switch_value, g_switch_set, exit_after_options):
2169 Remove.
2170 (independent_decode_option): Move some handlers to opts.c.
2171 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
2172 exit_after_options, version_flag, display_help, display_target_options,
2173 print_version, decode_d_option): New.
2174
2175 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
2176
2177 * config/alpha/alpha.md: Follow spelling conventions.
2178 * config/arm/arm.c: Likewise.
2179 * config/arm/arm.h: Likewise.
2180 * config/arm/arm.md: Likewise.
2181 * config/arm/crtn.asm: Likewise.
2182 * config/m32r/m32r.c: Likewise.
2183 * config/m32r/m32r.md: Likewise.
2184 * config/rs6000/rs6000.c: Likewise.
2185
2186 2003-06-15 Richard Henderson <rth@redhat.com>
2187
2188 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
2189 insn_locators_initialize.
2190 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2191 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
2192 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2193 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
2194
2195 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
2196
2197 * builtins.c (expand_builtin_expect_jump): Remove redundant
2198 tests that are also in any_condjump_p().
2199
2200 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2201
2202 * libgcc2.c: Delete sysV68 L_trampoline section.
2203 * config/m68k/mot3300-crt0.S: Delete file.
2204 * config/m68k/mot3300Mcrt0.S: Likewise.
2205
2206 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
2207
2208 * config/aoutos.h: Remove.
2209 * config.gcc: Remove reference to aoutos.h.
2210 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
2211
2212 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
2213
2214 * doc/install.texi: Follow spelling conventions.
2215 * doc/tm.texi: Likewise.
2216 * config/fp-bit.c: Likewise.
2217 * config/arm/arm.c: Likewise.
2218 * config/frv/frv.c: Likewise.
2219 * config/ns32k/NOTES: Likewise.
2220 * config/ns32k/STATUS: Likewise.
2221
2222 2003-06-14 Roger Sayle <roger@eyesopen.com>
2223 Zack Weinberg <zack@codesourcery.com>
2224
2225 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
2226 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
2227 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
2228
2229 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
2230 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
2231 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
2232 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
2233 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
2234 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
2235 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
2236 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
2237 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
2238 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
2239 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
2240 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
2241 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
2242 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
2243 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
2244 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
2245 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
2246 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
2247 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
2248 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
2249
2250 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
2251
2252 * opts.sh (POSIXLY_CORRECT): Unset it.
2253
2254 * tree.h (init_function_start): Remove filename and line paramters.
2255 * function.c (init_function_start): Remove filename and line
2256 parameters. Use DECL_SOURCE_LOCATION.
2257 * c-decl.c (store_parm_decls): Adjust init_function_start call.
2258 (c_expand_body_1): Likewise.
2259 * coverage.c (create_coverage): Likewise.
2260 * objc/objc-act.c (build_tmp_function_decl): Set line number to
2261 zero.
2262 (hack_method_prototype): Adjust init_function_start call.
2263
2264 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
2265
2266 PR target/3724
2267 * arm/linux-elf.h (PROFILE_HOOK): Define.
2268
2269 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
2270
2271 PR target/11183
2272 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
2273
2274 2003-06-14 Roger Sayle <roger@eyesopen.com>
2275
2276 * opts.sh: Work around a mysterious feature in cygwin's gawk
2277 where specifying the input files explicitly has a different
2278 behavior to piping them via stdin.
2279
2280 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
2281
2282 * doc/sourcebuild.texi: Update.
2283
2284 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
2285
2286 PR target/11183
2287 * arm.c (output_move_double): Pass SImode to adjust_address.
2288
2289 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
2290
2291 * Makefile.in: Update to use common.opt and lang_opt_files.
2292 (c-options.c, c-options.h): Remove.
2293 (options.c, options.h): Add.
2294 * c-opts.c: Include options.h not c-options.h.
2295 * common.opt: New file.
2296 * configure, configure.in: Add lang_opt_files.
2297 * opts.c: Include flags.h and diagnostic.h.
2298 (common_handle_option): New.
2299 (handle_option): Update to recognize common options and all
2300 language-dependent options.
2301 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
2302 (struct cl_option): Make flags of type int.
2303 * opts.h: Flag option with front ends to which it applies.
2304 Handle duplicate options.
2305 * toplev.c (filename): Remove.
2306 (independent_decode_option): Don't handle filenames and -quiet.
2307 (process_options, do_compile): Update.
2308
2309 2003-06-14 Nick Clifton <nickc@redhat.com>
2310
2311 * doc/install.texi (Specific): Add description of different
2312 ARM supported file format targets.
2313
2314 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
2315
2316 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
2317 inside delay slots.
2318
2319 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
2320
2321 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
2322 * unwind-pe.h (size_of_encoded_value): Do not define if
2323 NO_SIZE_OF_ENCODED_VALUE is defined.
2324
2325 2003-06-13 Roger Sayle <roger@eyesopen.com>
2326
2327 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
2328 expanding a complex constant into a CONCAT target.
2329
2330 2003-06-13 Zack Weinberg <zack@codesourcery.com>
2331
2332 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
2333 (ASM_FILE_START_1): Delete.
2334 * config/i386/att.h, config/i386/sco5.h,
2335 config/i386/sysv3.h
2336 (ASM_FILE_START_1): Delete.
2337
2338 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
2339
2340 * config/i386/bsd.h: Remove ASM_FILE_START.
2341 * config/i386/djgpp.h: Likewise.
2342 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
2343
2344 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
2345 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
2346
2347 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
2348
2349 PR bootstrap/10835
2350 * haifa-sched.c (max_lookahead_tries,
2351 cached_first_cycle_multipass_dfa_lookahead,
2352 cached_issue_rate): New variables.
2353 (max_issue): Check the number of tries.
2354 (choose_ready): Calculate max_lookahead_tries.
2355 (sched_init): Check cached_issue_rate.
2356
2357 2003-06-13 Richard Henderson <rth@redhat.com>
2358
2359 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
2360 * cfgrtl.c (purge_dead_edges): Expect it too.
2361
2362 2003-06-13 Jim Wilson <wilson@tuliptree.org>
2363 Eric Botcazou <ebotcazou@libertysurf.fr>
2364
2365 PR bootstrap/10983
2366 * combine.c (make_extraction): Use gen_lowpart_for_combine
2367 when extracting from a REG and not in the destination of a SET.
2368
2369 2003-06-13 Doug Evans <dje@sebabeach.org>
2370
2371 * tsystem.h (abort): Declare in inhibit_libc case to remove build
2372 warnings for addvsi3, et.al.
2373
2374 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
2375
2376 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
2377
2378 * simplify-rtx.c (simplify_subreg): Same.
2379
2380 * emit-rtl.c (gen_lowpart_common): Same.
2381
2382 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
2383
2384 * builtins.c: Fix comment typos.
2385 * fold-const.c: Likewise.
2386
2387 2003-06-13 Doug Evans <dje@sebabeach.org>
2388 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2389
2390 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
2391 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
2392 (m32r_va_arg): Use it.
2393 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
2394 (RETURN_IN_MEMORY): Ditto.
2395
2396 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
2397
2398 * c-typeck.c: Remove #if 0 clauses.
2399
2400 PR other/1494
2401 * config/alpha/openbsd.h, config/i386/openbsd.h,
2402 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
2403 residual reference to EGCS.
2404
2405 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2406
2407 * arm.c (output_call_mem): If the address references the link-register
2408 use an instruction sequence that avoids early-clobbering IP.
2409 (eliminate_lr2ip): Delete.
2410
2411 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2412
2413 * c-format.c (format_types_orig): Disallow '*' width/precision in
2414 asm_fprintf format checks.
2415
2416 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
2417
2418 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
2419 non-integral types from integer register save area slots.
2420
2421 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
2422
2423 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
2424
2425 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
2426
2427 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
2428
2429 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
2430
2431 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
2432 to file_end_indicate_exec_stack.
2433
2434 2003-06-12 Richard Henderson <rth@redhat.com>
2435
2436 PR target/11089
2437 * config/i386/i386.md (sse_movaps): Use an expander to force
2438 one operand to be a register.
2439 (sse_movups): Likewise.
2440
2441 2003-06-13 Doug Evans <dje@sebabeach.org>
2442
2443 Remove some build warnings.
2444 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
2445 (__do_global_ctors,__do_global_dtors): Ditto.
2446
2447 2003-06-12 Richard Henderson <rth@redhat.com>
2448
2449 PR middle-end/10557
2450 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
2451
2452 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
2453
2454 * config/m32r/m32r.md: Fix a comment typo.
2455
2456 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2457 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
2458
2459 PR target/10142
2460 * config/sparc/sparc.c (function_arg_record_value_parms): Add
2461 new 'stack' field.
2462 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
2463 integer slots for an integer field.
2464 (function_arg_record_value_3): Shift vector index.
2465 (function_arg_record_value_2): Likewise.
2466 (function_arg_record_value): Initialize 'stack' to 0.
2467 Set 'stack' to 1 if we run out of integer slots for an integer field.
2468 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
2469
2470 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2471
2472 PR optimization/10955
2473 * unroll.c (unroll_loop): Fix off-by-one bug.
2474
2475 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2476
2477 * config/rs6000/rs6000.c (function_arg): Remove typo.
2478
2479 2003-06-12 Richard Henderson <rth@redhat.com>
2480
2481 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
2482 and UNSPEC_DTPOFF.
2483
2484 2003-06-12 Richard Henderson <rth@redhat.com>
2485
2486 PR middle-end/10475
2487 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
2488 for extracting sub-words.
2489
2490 2003-06-12 Richard Henderson <rth@redhat.com>
2491
2492 PR target/7594
2493 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
2494 (zero_extendqihi2, zero_extendqisi2): Likewise.
2495
2496 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2497
2498 * config/rs6000/rs6000.c (function_arg): Always split vectors for
2499 e500 if it's a stdarg function.
2500 (function_arg_advance): Advance 2 registers for vectors in a
2501 stdarg function.
2502 (init_cumulative_args): Initialize stdarg.
2503 (rs6000_spe_function_arg): New.
2504
2505 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
2506
2507 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2508
2509 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
2510
2511 2003-06-12 Roger Sayle <roger@eyesopen.com>
2512
2513 PR middle-end/168
2514 * fold-const.c (tree_expr_nonnegative_p): Handle addition
2515 and multiplication of zero extensions, floating point division,
2516 and integer<->fp, fp<->fp and zero extension conversions.
2517 The built-in ceil and floor functions preserve signedness.
2518
2519 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
2520
2521 * ChangeLog: Follow spelling conventions.
2522 * ChangeLog.2: Likewise.
2523 * c-decl.c: Likewise.
2524 * cfgloop.h: Likewise.
2525 * cgraph.c: Likewise.
2526 * coverage.c: Likewise.
2527 * cppcharset.c: Likewise.
2528 * cpphash.h: Likewise.
2529 * cpplex.c: Likewise.
2530 * cpplib.c: Likewise.
2531 * dbxout.c: Likewise.
2532 * df.c: Likewise.
2533 * dwarf2out.c: Likewise.
2534 * dwarfout.c: Likewise.
2535 * emit-rtl.c: Likewise.
2536 * explow.c: Likewise.
2537 * gcov-io.c: Likewise.
2538 * gcov-io.h: Likewise.
2539 * gcov.c: Likewise.
2540 * gengtype.c: Likewise.
2541 * ggc.h: Likewise.
2542 * opts.c: Likewise.
2543 * real.c: Likewise.
2544 * reload.c: Likewise.
2545 * stmt.c: Likewise.
2546
2547 2003-06-12 Janis Johnson <janis187@us.ibm.com>
2548
2549 * doc/install.texi (m32r-*-elf): Change company to Renesas.
2550
2551 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
2552
2553 * basic-block.h (flow_delete_block_noexpunge): Kill.
2554 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
2555 rtl_delete_block.
2556
2557 2003-06-10 Richard Henderson <rth@redhat.com>
2558
2559 PR inline-asm/4823
2560 * reg-stack.c (any_malformed_asm): New.
2561 (check_asm_stack_operands): Set it.
2562 (convert_regs_1): Check it before aborting.
2563
2564 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2565
2566 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
2567
2568 2003-06-12 Jakub Jelinek <jakub@redhat.com>
2569
2570 * c-opts.c (complain_wrong_lang): Add on argument.
2571 Print no- switch if on is false.
2572 (c_common_decode_option): Adjust caller.
2573
2574 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2575
2576 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
2577 to initialize GOT register.
2578
2579 2003-06-12 Roger Sayle <roger@eyesopen.com>
2580
2581 * fold-const.c (tree_expr_nonnegative_p): Add support for
2582 floating point constants, addition and multiplication.
2583
2584 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
2585
2586 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
2587 constraint modifier for operand 0.
2588
2589 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
2590
2591 Don't warn on dollars in builtin macro definitions,
2592 e.g. __REGISTER_PREFIX__.
2593 * cpphash.h (struct cpp_reader): Move member warn_dollars...
2594 * cpplib.h (struct cpp_options): ...to here. Change type to
2595 unsigned char.
2596 * cppinit.c (cpp_create_reader): Set it to 1 here.
2597 (post_options): Don't set it here.
2598 * c-opts.c (c_common_init_options): Reset it to 0 here.
2599 (finish_options): Set it here.
2600 * cpplex.c (forms_identifier_p): Tweak for new location of
2601 warn_dollars.
2602
2603 * configure.in (assembler dwarf2 debug_line support): Define insn
2604 for cris-*-* and mmix-*-*.
2605 * configure: Regenerate.
2606
2607 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
2608
2609 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
2610 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
2611 (sh-*-elf*): Add sh*-*-kaos* support.
2612 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
2613 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
2614 config/sh/kaos-sh.h: New files.
2615
2616 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
2617
2618 * gcse.c (fis_get_condition): Make it a global function.
2619 * reload1.c (reload_cse_move2add): Detect implicit sets.
2620 * rtl.h: Add a prototype for fis_get_condition.
2621
2622 2003-06-11 Richard Henderson <rth@redhat.com>
2623
2624 * stmt.c (expand_asm_operands): Don't warn for memories with
2625 queued addresses.
2626
2627 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
2628
2629 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
2630 brackets.
2631
2632 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
2633
2634 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
2635 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
2636 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
2637 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
2638 * langhooks.c (lhd_decode_option): Remove.
2639 * langhooks.h (struct lang_hooks): Remove decode_option.
2640 * opts.c (handle_option): No longer use decode_option.
2641
2642 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2643
2644 * cfgloopanal.c (variable_initial_value): Update the set of altered
2645 registers correctly.
2646
2647 2003-06-11 Roger Sayle <roger@eyesopen.com>
2648 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2649
2650 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
2651 * config/i386/netbsd-elf.h: Likewise.
2652 * config/m32r/m32r.h: Likewise.
2653 * config/mn10300/mn10300.h: Likewise.
2654 * config/stormy16/stormy16.h: Likewise.
2655 * config/v850/v850.h: Likewise.
2656 * config/vax/netbsd-elf.h: Likewise.
2657 * config/xtensa/elf.h: Likewise.
2658 * config/xtensa/linux.h: Likewise.
2659
2660 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2661
2662 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
2663 DWARF 2 default.
2664
2665 * config/mips/dbxmdebug.h: New file.
2666 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
2667 gas and --with-stabs.
2668
2669 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
2670
2671 * expr.c (can_move_by_pieces): align argument may be unused.
2672
2673 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
2674
2675 * expr.c (convert_move): Handle moves between two CONCATs.
2676
2677 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
2678
2679 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
2680 !TARGET_H8300.
2681
2682 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
2683
2684 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
2685 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
2686 (TARGET_RTL_DUMP): Likewise.
2687 (TARGET_SWITHCES): Remove -mrtl-dump.
2688
2689 2003-06-10 Richard Henderson <rth@redhat.com>
2690
2691 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
2692
2693 2003-06-10 Richard Henderson <rth@redhat.com>
2694
2695 * config/ia64/ia64.md (call_gp): Fix memory mode.
2696
2697 2003-06-10 James E Wilson <wilson@tuliptree.org>
2698
2699 PR target/8812
2700 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
2701 hard regs for reload_reg_used_at_all and reg_class_contents checks.
2702
2703 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
2704
2705 * config/h8300/h8300.c (print_operand): Remove support for
2706 operand character 'b'.
2707 Add the AND case to operand character 'c'.
2708 * config/h8300/h8300.md (two anonymous patterns): Replace
2709 operand character 'b' with 'c'.
2710
2711 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
2712
2713 * config/h8300/h8300.c (print_operand): Remove support for
2714 operand character 'u'.
2715
2716 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2717
2718 * configure.in: Fix typo.
2719 * configure: Regenerate.
2720
2721 2003-06-10 Loren James Rittle <ljrittle@acm.org>
2722
2723 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
2724 compilation guard.
2725
2726 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
2727
2728 * sh-protos.h (function_symbol): Declare.
2729 * sh.c (expand_block_move, expand_ashiftrt): Use it.
2730 (sh_expand_prologue, sh_expand_epilogue): Likewise.
2731 (sh_initialize_trampoline): Likewise.
2732 (function_symbol): New function.
2733 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
2734 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
2735 (call_value_pop, shcompact_return_tramp): Likewise.
2736
2737 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
2738
2739 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
2740 target register.
2741
2742 2003-06-10 DJ Delorie <dj@redhat.com>
2743
2744 * doc/md.texi (Machine Constraints): Document stormy's Z
2745 constraint.
2746
2747 2003-06-10 Geoffrey Keating <geoffk@apple.com>
2748
2749 * except.c (call_site_base): Mark with GTY.
2750
2751 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
2752
2753 * arm-proto.h: Convert to ISO C90 prototypes.
2754 * arm.c: Likewise.
2755
2756 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
2757
2758 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
2759
2760 2003-06-10 Steve Ellcey <sje@cup.hp.com>
2761
2762 * calls.c (expand_call): Convert structure_value_addr to Pmode if
2763 necessary.
2764
2765 2003-06-10 Andrew Haley <aph@redhat.com>
2766
2767 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
2768 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
2769 (lhd_decl_ok_for_sibcall): New.
2770 * langhooks.c (lhd_decl_ok_for_sibcall): New.
2771 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
2772 * calls.c (expand_call): Check lang_hook before generating a
2773 sibcall.
2774
2775 2003-06-10 DJ Delorie <dj@redhat.com>
2776
2777 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
2778 which matches (const_int 0) for addhi3.
2779 * config/stormy16/stormy16.md: Document known constraints.
2780 (addhi3): Handle adding zero.
2781
2782 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2783
2784 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
2785 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
2786 * config/m32r/m32r-protos.h: Prototype it.
2787
2788 2003-06-10 Janis Johnson <janis187@us.ibm.com>
2789
2790 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
2791 common to rs6000 sysv targets.
2792 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
2793 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
2794
2795 2003-06-10 Nick Clifton <nickc@redhat.com>
2796
2797 * config.gcc: Add arm-wince-pe target.
2798 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
2799 Add comment about default apcs26 support.
2800 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
2801 multilib.
2802 (MULTILIB_DIRNAMES): Add 'apcs32'.
2803 * config/arm/t-wince-pe: New makefile fragment.
2804 * config/arm/wince-pe.h: New file. Overrides a few definitions
2805 in arm/pe.h
2806
2807 2003-06-10 Roger Sayle <roger@eyesopen.com>
2808
2809 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
2810 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
2811 when x is easily negated and f is sin, tan or atan.
2812 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
2813 sin(x) with flag_unsafe_math_optimizations.
2814 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
2815 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
2816
2817 2003-06-10 Roger Sayle <roger@eyesopen.com>
2818
2819 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
2820 is a floating point type *and* we currently honor NaNs.
2821 (fold <NE_EXPR>): Likewise.
2822
2823 2003-06-10 Mark Mitchell <mark@codesourcery.com>
2824
2825 PR c++/11131
2826 * tree-inline.c (inlinable_function_p): Call the language-specific
2827 hook early.
2828
2829 2003-06-09 David Taylor <dtaylor@emc.com>
2830
2831 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
2832 the f_res field.
2833
2834 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2835
2836 * configure.in: Remove references to host_truncate_target.
2837 * configure: Regenerate.
2838 * config.gcc: Remove references to truncate_target,
2839 host_truncate_target.
2840
2841 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
2842 Replace "build_canonical" with build, "host_canonical" with host.
2843 * configure.in: Use GCC_TOPLEV_SUBDIRS.
2844 * aclocal.m4: Include ../config/acx.m4.
2845 * configure: Regenerate.
2846
2847 2003-06-09 David Taylor <dtaylor@emc.com>
2848
2849 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
2850 bytes of padding in the __va_list_tag structure a name (reserved).
2851
2852 2003-06-09 Jason Merrill <jason@redhat.com>
2853
2854 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
2855
2856 2003-06-09 Osku Salerma <osku@iki.fi>
2857
2858 * c-format.c (check_format_string, get_constant): New.
2859 (handle_format_attribute, handle_format_arg_attribute,
2860 decode_format_attr): Change to use above functions.
2861
2862 2003-06-09 Richard Henderson <rth@redhat.com>
2863
2864 * stmt.c (expand_asm_operands): Re-word warning.
2865
2866 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
2867
2868 PR target/8787
2869 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
2870 if -masm=intel.
2871
2872 2003-06-09 James E Wilson <wilson@tuliptree.org>
2873
2874 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
2875 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
2876 Add libgcc exception.
2877
2878 2003-06-09 David Edelsohn <edelsohn@gnu.org>
2879 Ayal Zaks <gcchaifa@us.ibm.com>
2880
2881 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
2882 (insvsi*): Add insert_word attribute.
2883 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
2884 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
2885 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
2886
2887 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
2888
2889 * fold-const.c (fold): Fix a comment typo.
2890
2891 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
2892
2893 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
2894 removed.
2895
2896 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
2897
2898 * sh.c (gen_block_redirect): Use locators.
2899
2900 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
2901
2902 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
2903 cast to int.
2904
2905 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2906
2907 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
2908 operators.
2909 * configure: Regenerated.
2910
2911 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2912 Alexandre Oliva <aoliva@redhat.com>
2913
2914 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
2915 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
2916 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
2917 n32/64 PIC.
2918 (MUST_SAVE_REGISTERS): Delete.
2919 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
2920 (machine_function): Add global_pointer field.
2921 (mips_classify_constant): Check for (const $gp) using pointer equality
2922 with pic_offset_table_rtx.
2923 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
2924 (mips_restore_gp): Use current_function_outgoing_args_size.
2925 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
2926 GP_REG_FIRST + 28. Handle relocation strings that have
2927 more than one '('.
2928 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
2929 (mips_global_pointer): New function.
2930 (mips_save_reg_p): New function, mostly split out from...
2931 (compute_frame_size): ...here. Remove handling of extra_size.
2932 Reclaim args_size if no variables depend on it. Don't treat gp
2933 as a special case: handle it in the main GPR loop.
2934 (mips_initial_elimination_offset): Fix comment.
2935 (save_restore_insns): Save every register in the GPR mask,
2936 removing distinction between mask and real_mask.
2937 (mips_output_function_prologue): Update .frame psuedo-op after
2938 the removal of extra_size. Move the SVR4 PIC stack allocation
2939 and cprestore instructions to mips_expand_prologue.
2940 (mips_gp_insn): New function.
2941 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
2942 the chosen global pointer. Handle SVR4 PIC stack allocation
2943 in the same way as other ABIs. Adjust varargs code accordingly.
2944 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
2945 to emit the loadgp sequence. Follow it with a loadgp_blockage
2946 if not using explicit relocs.
2947 (mips_output_function_epilogue): Reinstate the default gp register.
2948 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
2949 (mips16_optimize_gp): Likewise.
2950 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
2951 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
2952 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
2953 (loadgp): Remove.
2954 (loadgp_blockage, cprestore): New instructions.
2955 (builtin_setjmp_setup): Implement using emit_move_insn. Use
2956 pic_offset_table_rtx.
2957 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
2958 (builtin_longjmp): Use gen_raw_REG to force use of $28.
2959
2960 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2961
2962 * config/mips/mips-protos.h (mips_output_division): Declare.
2963 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
2964 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
2965 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
2966 (TARGET_CHECK_ZERO_DIV): New macro.
2967 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
2968 * config/mips/mips.c (mips_output_division): New function.
2969 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
2970 account when calculating the default length of a division.
2971 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
2972 Enable regardless of optimization level. Use mips_output_division.
2973 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
2974 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
2975 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
2976 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
2977 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
2978 umoddi3_internal): Remove.
2979
2980 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
2981
2982 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
2983 (mips_sw_reg_names): Likewise.
2984 (mips_regno_to_class): Change hilo entry to NO_REGS.
2985 (hilo_operand): Use MD_REG_P.
2986 (extend_operator): New predicate.
2987 (override_options): Remove 'a' constraint.
2988 (mips_secondary_reload_class): Remove hilo handling. Also remove
2989 handling of (plus sp reg) reloads for mips16.
2990 (mips_register_move_cost): Remove hilo handling.
2991 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
2992 (MD_REG_LAST): Remove hilo from range.
2993 (HILO_REGNUM): Delete.
2994 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
2995 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
2996 (PREDICATE_CODES): Add entry for extend_operator.
2997 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
2998 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
2999 Remove constraints from multiplication define_expands. Remove
3000 clobbers from "decorative" define_expand patterns.
3001 (UNSPEC_HILO_DELAY): Delete.
3002 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
3003 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
3004 Adjust C code to just emit insns for !TARGET_64BIT.
3005 (mulsidi3_internal): Rename to mulsidi3_32bit.
3006 (mulsidi3_64bit): Use a "d" constraint for the destination.
3007 Use extend_operator so that the pattern can handle umulsidi3 as well.
3008 Split the instruction after reload.
3009 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
3010 (umulsidi3_internal): Rename to umulsidi3_32bit.
3011 (umulsidi3_64bit): Remove.
3012 (*smsac_di, *umsac_di): Line-wrap fixes.
3013 (udivsi3_internal): Don't allow operand 2 to be constant.
3014 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
3015 (movdi_internal2, movsi_internal): Remove hilo alternatives.
3016 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
3017
3018 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
3019
3020 PR target/10913
3021 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
3022 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
3023 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
3024 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
3025 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
3026 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
3027 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
3028 asm_out_text_file with asm_out_file.
3029 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
3030 * config/mips/elf.h (TEXT_SECTION): Undefine.
3031 * config/mips/elf64.h (TEXT_SECION): Undefine.
3032 * config/mips/openbsd.h (TEXT_SECION): Undefine.
3033 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
3034 (override_options): Disable small-data optimizations unless using
3035 gas or explicit relocations.
3036 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
3037 iris6_asm_named_section, iris6_asm_file_start): Remove code for
3038 handling TARGET_FILE_SWITCHING.
3039 (copy_file_data): Move into TARGET_IRIX6 block.
3040
3041 2003-06-08 Richard Henderson <rth@redhat.com>
3042
3043 * expr.h (EXPAND_MEMORY): New.
3044 * expr.c (expand_expr): Check it.
3045 * stmt.c (expand_asm_operands): Provide it when the constraint
3046 requires a memory. Warn for memory input constraints without
3047 a memory operand.
3048
3049 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3050
3051 * varasm.c: Don't include c-tree.h.
3052
3053 2003-06-08 Andreas Jaeger <aj@suse.de>
3054
3055 * predict.h: Convert to ISO C90 prototypes.
3056 * predict.c: Likewise.
3057 * tree-dump.h: Likewise.
3058 * tree-dump.c: Likewise.
3059 * diagnostic.h: Likewise.
3060 * diagnostic.c: Likewise.
3061 * combine.c: Likewise.
3062
3063 * rtl.h: Convert prototypes of combine.c to ISO C90.
3064
3065 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
3066
3067 * cfglayout.c (insn_scope): New static function
3068 (block_locators_*, line_locators*, file_locators*): New static varrays.
3069 (scope_to_insns_initialize): Use them.
3070 (insn_line, insn_file): New functions.
3071 (scope_to_insns_finalize): Use insn_scope.
3072 (prologue_locator, epilogue_locator): New global variables.
3073 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
3074 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
3075 (emit_insn_after_scope, emit_insn_before_scope
3076 emit_jump_insn_after_scope, emit_jump_insn_before_scope
3077 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
3078 (emit_insn_after_setloc, emit_insn_before_setloc
3079 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
3080 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
3081 use locators.
3082 * final.c (notice_source_line): Use locators.
3083 (final_start_function): Set initial source file and line.
3084 (final_scan_insn): Use locators.
3085 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
3086 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
3087 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
3088 noce_process_if_block, find_cond_trap): Likewise.
3089 * integrate.c (copy_insn_list): Likewise.
3090 * jump.c (duplicate_loop_exit_test): LIkewise.
3091 * print-rtl.c (print_rtx): Print locators.
3092 * recog.c (peephole2_optimize): Likewise.
3093 * rtl.h (INSN_SCOPE): Remove.
3094 (emit_insn_after_scope, emit_insn_before_scope
3095 emit_jump_insn_after_scope, emit_jump_insn_before_scope
3096 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
3097 (emit_insn_after_setloc, emit_insn_before_setloc
3098 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
3099 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
3100 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
3101 * unroll.c (copy_loop_body): Use locators.
3102 * function.c (set_insn_locators): New function.
3103 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
3104
3105 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
3106
3107 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
3108 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
3109 _fixsfdi _fixunssfdi.
3110 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
3111 popcounthi2.
3112 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
3113 * config/h8300/clzhi2.c: New.
3114 * config/h8300/ctzhi2.c: Likewise.
3115 * config/h8300/parityhi2.c: Likewise.
3116 * config/h8300/popcounthi2.c: Likewise.
3117
3118 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
3119
3120 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
3121 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
3122
3123 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
3124 (dump_bb): New based on old dump_bb in cfgrtl.c
3125 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
3126 * cfghooks.h (cfgh_verify_flow_info): Return status.
3127 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
3128 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
3129 (dump_bb): Remove generic parts.
3130 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
3131 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
3132
3133 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
3134
3135 * Makefile.in: Rename options.c and options.h to c-options.c and
3136 c-options.h.
3137 (OBJS): Remove options.o.
3138 * c-opts.c: Don'tInclude c-options.h instead of options.h.
3139 * opts.c: Don't include options.h.
3140 (find_opt): Can't use enum opt_code or N_OPTS.
3141 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
3142 * opts.sh: ... here.
3143
3144 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
3145 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3146
3147 PR pch/9830
3148 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
3149 if HAVE_MINCORE is defined.
3150 (MAP_FAILED): Define if not defined.
3151 (gt_pch_save): Test against MAP_FAILED.
3152 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
3153 the mapping address to the preferred base after checking it
3154 is possible to do so. Test against MAP_FAILED.
3155 * configure.in: Test for the presence of mincore in libc.
3156 * config.in: Regenerate.
3157 * configure: Regenerate.
3158
3159 2003-06-07 Richard Henderson <rth@redhat.com>
3160
3161 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
3162 conditional compilation guard.
3163
3164 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
3165
3166 * optabs.c (expand_abs): Set result_unsignedp to 1 if
3167 flag_trav is zero.
3168
3169 2003-06-07 Richard Henderson <rth@redhat.com>
3170
3171 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
3172
3173 2003-06-07 Richard Henderson <rth@redhat.com>
3174
3175 * basic-block.h (EDGE_SIBCALL): New.
3176 (EDGE_ALL_FLAGS): Update.
3177 * cfg.c (dump_edge_info): Add sibcall name.
3178 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
3179 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
3180
3181 2003-06-07 Andreas Jaeger <aj@suse.de>
3182
3183 * mklibgcc.in (lib2funcs): Remove _exit.
3184 * libgcc2.c: Remove L_exit.
3185 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
3186
3187 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
3188
3189 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
3190
3191 * ggc.h: Convert to ISO C90 prototypes.
3192 * ggc-none.c: Likewise.
3193 * ggc-common.c: Likewise.
3194 * ggc-page.c: Likewise.
3195 * ggc-simple.c: Likewise.
3196
3197 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
3198
3199 * system.h: Poison INIT_SECTION_PREAMBLE.
3200
3201 2003-06-07 Zack Weinberg <zack@codesourcery.com>
3202
3203 * config.gcc (with_cpu handling): Translate sparc64 in
3204 $machine to --with-cpu=v9.
3205 * config/alpha/alpha.c
3206 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
3207 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
3208
3209 * target.h: New hook asm_out.file_end.
3210 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
3211 * toplev.c (compile_file): Use targetm.asm_out.file_end.
3212 * system.h: Poison ASM_FILE_END.
3213 * varasm.c (file_end_indicate_exec_stack): New.
3214 * output.h: Prototype it.
3215 * doc/tm.texi: Document TARGET_ASM_FILE_END and
3216 file_end_indicate_exec_stack. Delete references to attasm.h.
3217
3218 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
3219 (ASM_FILE_END): Delete; move code...
3220 * config/darwin.c (darwin_file_end): Here; new function.
3221 * config/darwin-protos.h: Prototype it.
3222 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
3223 rename unicosmk_file_end.
3224 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
3225 * config/arm/arm.c (aof_file_end): ... here; new static function.
3226 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
3227 Make aof_dump_imports and aof_dump_pic_table static.
3228 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
3229 Set TARGET_ASM_FILE_END to avr_file_end.
3230 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
3231 Set TARGET_ASM_FILE_END to c4x_file_end.
3232 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
3233 make static. Take no arguments. Set TARGET_ASM_FILE_END to
3234 h8300_file_end.
3235 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
3236 * config/i370/i370.c (i370_file_end): ... here; new static function.
3237 Set TARGET_ASM_FILE_END to i370_file_end.
3238 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
3239 Take no arguments. Call file_end_indicate_exec_stack if
3240 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
3241 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
3242 Define NEED_INDICATE_EXEC_STACK to 0.
3243 * config/i386/linux.h, config/i386/linux64.h: Redefine
3244 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
3245 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
3246 i386_pe_file_end. Take no arguments. Use ix86_file_end.
3247 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
3248 ia64_hpux_file_end, make static. Take no arguments.
3249 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
3250 commands_in_prologues, commands_in_epilogues): Delete.
3251 (function_epilogue): Update to match.
3252 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
3253 make static. Take no arguments.
3254 (iris6_asm_file_end): Rename iris6_file_end, make static, use
3255 mips_file_end, take no arguments.
3256 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
3257 appropriate.
3258 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
3259 make static, take no arguments. Set TARGET_ASM_FILE_END to
3260 mmix_file_end.
3261 * config/pa/pa.c (output_deferred_plabels): Make static, take
3262 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
3263 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
3264 (ASM_FILE_END): Delete; move code...
3265 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
3266 new static function.
3267
3268 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
3269 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
3270 Don't set ASM_FILE_END.
3271 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
3272 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
3273 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
3274 file_end_indicate_exec_stack; don't set ASM_FILE_END.
3275 * config/alpha/unicosmk.h, config/i386/cygming.h
3276 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
3277 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
3278 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
3279 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3280 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
3281 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
3282
3283 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
3284
3285 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
3286 specified.
3287
3288 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
3289
3290 * Makefile.in (stageprofile_build): Kill redundant target.
3291 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
3292
3293 2003-06-07 Andreas Jaeger <aj@suse.de>
3294
3295 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
3296
3297 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
3298 * config/dsp16xx/dsp16xx.h: Likewise.
3299 * config/i386/i386.h: Likewise.
3300 * config/ip2k/ip2k.h: Likewise.
3301
3302 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
3303
3304 * Makefile.in (OJBS, c-opts.o): Update.
3305 (c-options.c, c-options.h): Rename options.h and options.c.
3306 (options.h): Rename options_.h.
3307 (opts.o): New.
3308 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
3309 (c_common_init_options): Update prototype.
3310 * c-lang.c (c_init_options): Update prototype.
3311 (LANG_HOOKS_HANDLE_OPTION): Override.
3312 (LANG_HOOKS_DECODE_OPTION): Drop.
3313 * c-opts.c: Include opts.h and options.h instead of c-options.h
3314 and c-options.c.
3315 (lang_flags): Move to file scope.
3316 (find_opt, c_common_decode_option): Remove.
3317 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
3318 CL_REJECT_NEGATIVE): Move to opts.h.
3319 (missing_arg): Update prototype.
3320 (c_common_init_options): Update for new prototype.
3321 (c_common_handle_options): Filenames are passed as N_OPTS.
3322 * hooks.c (hook_int_void_0): New.
3323 * hooks.h (hook_int_void_0): New.
3324 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
3325 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
3326 (LANG_HOOKS_INITIALIZER): Update.
3327 * langhooks.h (init_options): Update.
3328 (handle_option): New.
3329 * opts.c, opts.h: New files.
3330 * opts.sh: Update c file to include opts.h and options.h.
3331 * toplev.c: Include opts.h; change options.h to options_.h.
3332 (parse_options_and_default_flags): Get lang_mask, use
3333 handle_option for language-specific handling.
3334 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
3335 (LANG_HOOKS_HANDLE_OPTION): Override.
3336 (objc_init_options): Update.
3337
3338 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
3339 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
3340
3341 PR other/7031
3342 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
3343 gcov.
3344
3345 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
3346
3347 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
3348 section names.
3349 * configure: Regenerate.
3350
3351 2003-06-07 Alan Modra <amodra@bigpond.net.au>
3352
3353 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
3354
3355 2003-06-06 James E Wilson <wilson@tuliptree.org>
3356
3357 PR inline-asm/10890
3358 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
3359 different in fields.
3360
3361 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
3362
3363 * configure.in: Make $(target_subdir) correspond with top level usage.
3364 * Makefile.in: Likewise.
3365 * configure: Regenerate.
3366
3367 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3368
3369 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
3370 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
3371 unsigned HOST_WIDE_INT.
3372 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
3373 Likewise.
3374 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
3375 Likewise.
3376
3377 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3378
3379 * doc/install.texi (Prerequisites): New section documenting
3380 tools and packages necessary prior to building and/or
3381 modifying GCC.
3382 * doc/install.texi2html: Also generate prerequisites.html.
3383
3384 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
3385
3386 PR target/11052
3387 * ifcvt.c (noce_process_if_block): Fail if the destination has
3388 side-effects.
3389
3390 2003-06-06 Jason Merrill <jason@redhat.com>
3391
3392 * stmt.c (resolve_asm_operand_names): Rename from
3393 resolve_operand_names. No longer static. Avoid needless copying.
3394 Don't build array of constraints.
3395 (expand_asm_operands): Build it here.
3396 * tree.h: Declare resolve_asm_operand_names.
3397
3398 * stmt.c (expand_decl): Put artificial vars into registers even
3399 when not optimizing, and don't mark the regs as user vars.
3400
3401 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
3402
3403 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3404 of the generated register.
3405
3406 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
3407
3408 * config.gcc: Add a missing sparc64 case.
3409
3410 2003-06-06 Jakub Jelinek <jakub@redhat.com>
3411
3412 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
3413 the .hidden assembly stubs.
3414
3415 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
3416
3417 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
3418 and x86_64-*-*.
3419
3420 * config/i386/mmintrin.h: Update version and add alternate
3421 intrinsic names.
3422 * config/i386/xmmintrin.h: Likewise.
3423
3424 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
3425 intrinsics to ...
3426 * config/i386/emmintrin.h: Here. New file.
3427
3428 2003-06-06 Roger Sayle <roger@eyesopen.com>
3429
3430 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
3431 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
3432 when the ABS_EXPR (fabs or abs) is not required.
3433 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
3434 always nonnegative from fold to here. Additionally, cabs and fabs
3435 are always non-negative, and pow and atan are non-negative if
3436 their first argument is non-negative.
3437
3438 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
3439 Evaluate cabs of a constant at compile-time. Convert cabs of a
3440 non-complex argument into fabs. Convert cabs(z) into
3441 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
3442 -funsafe-math-optimizations or -ffast-math.
3443 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
3444 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
3445
3446 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
3447
3448 * sourcebuild.texi (Front End Directory): Document new hooks.
3449
3450 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3451
3452 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
3453 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
3454 stack frames.
3455 (pro_epilogue_adjust_stack_rex64_2): New pattern
3456
3457 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
3458 Pop Sebastian
3459 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3460
3461 * cfghooks.h, cfghooks.c: New files.
3462 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
3463 (OBJS): Add cfghooks.o.
3464 (cfghooks.o): New rule.
3465 * basic-block.h (split_edge): Rename to rtl_split_edge.
3466 (verify_flow_info): Rename to rtl_verify_flow_info.
3467 (cfghooks.h): Included here.
3468 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
3469 (verify_flow_info): Renamed rtl_verify_flow_info.
3470 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
3471
3472 * basic-block.h (split_block, split_edge, flow_delete_block,
3473 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
3474 (flow_delete_block_noexpunge): Return void.
3475 * cfg.c (verify_flow_info): New function.
3476 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
3477 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
3478 Use delete_block.
3479 * cfglayout.c (function_footer): Rename to...
3480 (cfg_layout_function_footer): ... this variable
3481 (unlink_insn_chain): Make global.
3482 (fixup_reorder_chain, record_effective_endpoints): Update.
3483 (cleanup_unconditional_jumps): Use delete_block.
3484 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
3485 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
3486 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
3487 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
3488 (cfg_layout_function_footer): Declare.
3489 * cfgloopmanip (split_loop_bb): Do not update RBI.
3490 (remove_bbs): Use delete_block.
3491 (loop_reidrect_edge, loop_delete_branch_edge): Use
3492 redirect_edge_and_branch.
3493 (create_preheader): Use split_block and redirect_edge_and_branch_force.
3494 (split_edge_with): Likewise.
3495 * cfgrtl.c: Include cfglayout.h
3496 (split_edge): Rename to ...
3497 (rtl_split_edge) ... this one; make local.
3498 (redirect_edge_and_branch): Rename to ...
3499 (rtl_redirect_edge_and_branch) ... this one; make local.
3500 (redirect_edge_and_branch_force): Rename to ...
3501 (rtl_redirect_edge_and_branch_force) ... this one; make local.
3502 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
3503 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
3504 cfglayout.c; update to directly call RTL counterparts.
3505 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
3506 * ifcvt.c (find_cond_trap): Use delete_block.
3507 (find_if_case_1): Use delete_block.
3508 (find_if_case_2): Use delete_block.
3509 * rtl.h (unlink_insn_chain): Declare.
3510 * toplev.c (rtl_reigster_cfg_hooks): New.
3511
3512 2003-06-05 Richard Henderson <rth@redhat.com>
3513
3514 * recog.c (peephole2_optimize): Revert last change.
3515
3516 2003-06-05 Richard Henderson <rth@redhat.com>
3517
3518 * recog.c (peephole2_optimize): Don't split block unless
3519 can_throw_internal.
3520
3521 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
3522
3523 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
3524 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
3525
3526 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
3527
3528 PR optimization/4490
3529 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
3530 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
3531 documentation to accurately reflect what these options do.
3532
3533 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
3534
3535 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
3536 (ENDFILE_SPEC): Redefine to handle -pie.
3537
3538 2003-06-05 Phil Edwards <phil@jaj.com>
3539
3540 * Makefile.in (qmtest-g++): Use target_alias, not target.
3541
3542 2003-06-05 Per Bothner <pbothner@apple.com>
3543
3544 * toplev.c (push_srcloc): Simplify behavior to save current location
3545 and set current location to parameters.
3546 (pop_srcloc): Simplify semantics.
3547 (lang_dependent_init): Remove now-useless initial push_srcloc.
3548
3549 2003-05-06 Richard Henderson <rth@redhat.com>
3550
3551 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
3552 language-specific tree codes.
3553
3554 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3555
3556 PR middle-end/9986
3557 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
3558 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
3559
3560 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
3561
3562 * install.tex: Document profiledbootstrap.
3563
3564 * configure.in: Add support for lang.stageprofile and
3565 lang.stagefeedback
3566 * Makefile.in (clean, distclean): Kill new stages
3567 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
3568 (STAGE2_FLAGS_TO_PASS): ... this one.
3569 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
3570 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
3571 (stageprofile_build, stageprofile_copy, stagefeedback_build,
3572 stagefeedback_copy): New.
3573 (restageprofile, restagefeedback, stageprofile-start,
3574 stageprofile, stagefeedback-start): Likewise.
3575
3576 2003-06-05 David Miller <davem@redhat.com>
3577 Richard Henderson <rth@redhat.com>
3578
3579 * optabs.c (HAVE_conditional_trap): Provide default.
3580 (gen_conditional_trap): Likewise.
3581 (init_optabs): Merge init_traps.
3582 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
3583
3584 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
3585
3586 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
3587 is REG for nonzero_bits (REG) == 8.
3588
3589 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
3590
3591 * i386.md (align): Fix warning; clarify what to do when no p2align
3592 is available.
3593
3594 2003-06-05 Nick Clifton <nickc@redhat.com>
3595
3596 * config.gcc (m32r-elf): Revert previous delta.
3597 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
3598 multilibs. Remove m32rx specific version.
3599 (crtfini.o): Likewise.
3600 (EXTRA_MULTILIB_PARTS): Define.
3601
3602 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3603
3604 * doc/md.texi (Machine Constraints): Correct the meaning of
3605 constraints related to floating-point registers on SPARC.
3606
3607 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3608 Paolo Bonzini <bonzini@gnu.org>
3609
3610 PR target/10663
3611 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
3612 assembler and linker output to /dev/null.
3613 Use a 'sed' construct instead of 'grep -A1'.
3614 * configure: Regenerate.
3615
3616 2003-06-04 Richard Henderson <rth@redhat.com>
3617
3618 * config/i386/i386.c (struct ix86_address): Add seg.
3619 (no_seg_address_operand): New.
3620 (ix86_decompose_address): Restructure PLUS loop. Accept one
3621 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
3622 to test for a regnum, not stack_pointer_rtx.
3623 (ix86_address_cost): Reduce cost if non-default segment.
3624 (legitimate_address_p): Remove UNSPEC_TP check.
3625 (get_thread_pointer): Add to_reg argument. Don't represent
3626 the thread pointer as a memory load.
3627 (legitimize_tls_address): Split out of ...
3628 (legitimize_address): ... here.
3629 (print_operand_address): Handle parts.seg.
3630 (ix86_expand_move): Use legitimize_tls_address.
3631 (ix86_rtx_costs): Handle UNSPEC_TP.
3632 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
3633 (TARGET_TLS_DIRECT_SEG_REFS): New.
3634 (TARGET_SWITCHES): Add tls-direct-seg-refs.
3635 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
3636 (PREDICATE_CODES): Add no_seg_address_operand.
3637 * config/i386/i386.md (lea_1): Use it.
3638 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
3639 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
3640 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
3641 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
3642 * doc/invoke.texi: Add -mtls-direct-seg-refs.
3643
3644 2003-06-04 Mark Mitchell <mark@codesourcery.com>
3645
3646 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
3647 (QMTEST_GPP_TESTS): Use "g++" by default.
3648 (stamp-qmtest): Tweak database creation.
3649 (QMTEST_DIR/context): Update context file format.
3650 (qmtest-g++): Tweak command-line.
3651
3652 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3653
3654 * Makefile.in (varasm.o): Don't set -Wno-error.
3655 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
3656
3657 2003-06-04 Zack Weinberg <zack@codesourcery.com>
3658
3659 PR bootstrap/3163
3660 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
3661 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
3662 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
3663 and AC_CHECK_FUNCS lists, respectively. Use
3664 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
3665 AC_FUNC_MMAP_FILE.
3666 * configure, config.in: Regenerate.
3667
3668 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3669
3670 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
3671 * arm.c (arm_output_function_prologue): Fix format specifiers.
3672 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
3673 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
3674 HOST_WIDE_INT_PRINT_DEC.
3675 * vax.c (vax_output_function_prologue): Fix format specifiers.
3676
3677 2003-06-04 Richard Henderson <rth@redhat.com>
3678
3679 * cse.c (find_best_addr): Consider binary operators even if second
3680 argument is not CONST_INT.
3681
3682 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3683
3684 * doc/invoke.texi (max-cse-path-length): Document.
3685
3686 2003-06-04 Richard Henderson <rth@redhat.com>
3687
3688 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
3689
3690 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
3691
3692 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
3693 Remove semi-colon at the end of the expression.
3694
3695 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3696
3697 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
3698 * i370.h (mvs_function_name_length): Likewise.
3699 * i960.h (CONSTANT_ALIGNMENT): Likewise.
3700 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
3701 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3702 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3703 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
3704 variable.
3705
3706 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3707
3708 * config.gcc: Reorganize --with-cpu logic. Set
3709 configure_default_options according to the default CPU, --with-cpu,
3710 --with-arch, --with-tune, --with-schedule, --with-abi, and
3711 --with-float. Check for legal values of various options.
3712 * configure.in: Define configure_default_options in configargs.h.
3713 * configure: Regenerated.
3714 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
3715 (TARGET_DEFAULT_FLOAT_P): New macros.
3716 * gcc.c (do_option_spec): New function.
3717 (struct default_spec, option_default_specs): New.
3718 (main): Call do_option_spec.
3719 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
3720 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
3721 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
3722
3723 * doc/install.texi: Update --with-cpu documentation. Mention
3724 --with-arch, --with-schedule, --with-tune, --with-abi, and
3725 --with-float.
3726 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
3727
3728 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3729
3730 * config.gcc: Only process --with-cpu logic in the third pass.
3731
3732 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3733
3734 * config.gcc: Reorganize --with-cpu section. Remove an
3735 obsolete comment about the default CPU for x86-64. Fix
3736 a typo for the ep9312. Update the list of supported PowerPC
3737 CPUs. Support a limited set of new --with-cpu options
3738 for i386.
3739
3740 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
3741
3742 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
3743 complex numbers <= 32 bits into two registers.
3744
3745 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3746
3747 * alpha.c (print_operand_address): Fix format specifier warnings.
3748 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3749 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3750 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
3751 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
3752 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
3753 ASM_OUTPUT_SKIP): Likewise.
3754 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3755 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3756 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
3757 Likewise.
3758 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3759 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
3760 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
3761 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3762 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
3763 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3764 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3765 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3766 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3767 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
3768
3769 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
3770
3771 * c-decl.c (c_init_decl_processing): Clear input_file_name
3772 while building common nodes.
3773 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
3774 Don't add working directory for strings like <built-in> .
3775
3776 2003-06-04 David Edelsohn <edelsohn@gnu.org>
3777
3778 * doc/install.texi (*-ibm-aix*): Native as and ld required
3779 to bootstrap on AIX 5L.
3780
3781 2003-06-04 Richard Henderson <rth@redhat.com>
3782
3783 * c-common.c (handle_cleanup_attribute): New.
3784 (c_common_attributes): Add it.
3785 * c-decl.c (finish_decl): Honor the cleanup attribute.
3786 * doc/extend.texi (Variable Attributes): Document it.
3787
3788 * unwind-c.c: New file.
3789 * Makefile.in (LIB2ADDEH): Add it.
3790 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
3791 config/ia64/t-ia64: Likewise.
3792
3793 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3794
3795 * function.c (trampolines_created): New variable.
3796 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
3797 * function.h (trampolines_created): Add.
3798 * config/s390/linux.h (ASM_FILE_END): Define.
3799 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
3800 * config/m68k/linux.h (ASM_FILE_END): Define.
3801 * config/rs6000/linux.h (ASM_FILE_END): Define.
3802 * config/rs6000/linux64.h (ASM_FILE_END): Define.
3803 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
3804 * config/sparc/linux.h (ASM_FILE_END): Define.
3805 * config/sparc/linux64.h (ASM_FILE_END): Define.
3806 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
3807 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
3808 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
3809
3810 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3811
3812 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
3813 (ix86_reorg): Use it.
3814 * i386.md (align): New insn pattern.
3815
3816 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3817
3818 * toplev.c (rest_of_type_compilation): Fix typo.
3819
3820 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3821 Alan Modra <amodra@bigpond.net.au>
3822
3823 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
3824 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
3825 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
3826 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
3827 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
3828 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
3829 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
3830 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
3831
3832 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
3833 Pass it to $gcc_cv_as.
3834 * configure: Rebuilt.
3835
3836 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
3837 (print_operand): Allow TARGET_AIX to be non-constant.
3838 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
3839 Define unconditionally.
3840 (rs6000_elf_declare_function_name): New function.
3841 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
3842 non-constant.
3843 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
3844 to 1.
3845 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
3846 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
3847 is defined.
3848 (TARGET_AIX): Define to 1 if TARGET_64BIT.
3849 (PROCESSOR_DEFAULT): Remove.
3850 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
3851 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3852 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
3853 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
3854 -m32 and -m64.
3855 (MULTILIB_DEFAULTS): Define.
3856 (SUBSUBTARGET_EXTRA_SPECS): Define.
3857 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
3858 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
3859 (TARGET_NO_TOC): Remove.
3860 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
3861 TARGET_PROTOTYPE): Define to 0.
3862 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
3863 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
3864 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
3865 if !TARGET_64BIT.
3866 (USER_LABEL_PREFIX): Remove.
3867 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
3868 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
3869 if TARGET_64BIT.
3870 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
3871 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
3872 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
3873 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
3874 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
3875 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
3876 TARGET_64BIT.
3877 (RS6000_CALL_GLUE): Likewise.
3878 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
3879 RESTORE_FP_SUFFIX): Likewise.
3880 (ASM_DECLARE_FUNCTION_NAME): Remove.
3881 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
3882 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
3883 name if TARGET_64BIT.
3884 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
3885 !TARGET_64BIT.
3886 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
3887 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
3888 (DRAFT_V4_STRUCT_RET): Define.
3889 (SIGNAL_FRAMESIZE): New enum value.
3890 (MD_FALLBACK_FRAME_STATE_FOR): Define.
3891 * config/rs6000/default64.h: New file.
3892 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
3893 options.
3894 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
3895 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
3896 if !TARGET_64BIT.
3897 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3898 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
3899 function.
3900 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
3901 (TARGET_OS_CPP_BUILTINS): Use it.
3902 (CPP_SYSV_SPEC): Remove.
3903 (CPP_SPEC): Remove cpp_sysv.
3904 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
3905 Add SUBSUBTARGET_EXTRA_SPECS.
3906 (SUBSUBTARGET_EXTRA_SPECS): Define.
3907 * config/rs6000/biarch64.h: New file.
3908 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
3909 New prototype.
3910 * config/rs6000/x-linux64: New file.
3911 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
3912 multilibs.
3913 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
3914 * config/rs6000/eabi-cn.asm: Likewise.
3915 * config/rs6000/tramp.asm: Likewise.
3916 * config/rs6000/sol-ci.asm: Likewise.
3917 * config/rs6000/sol-cn.asm: Likewise.
3918 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
3919 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
3920 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
3921 _CALL_AIXDESC section.
3922 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
3923 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
3924 or default32.
3925
3926 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3927
3928 * config.gcc: Revert accidentally committed ARM changes.
3929
3930 2003-06-04 Roger Sayle <roger@eyesopen.com>
3931
3932 * builtins.c (dconstpi, dconste): New mathematical constants.
3933 (init_builtin_dconsts): New function to initialize dconstpi
3934 and dconste.
3935 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
3936 compile time with -ffast-math when x is an integer constant.
3937 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
3938 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
3939
3940 2003-06-04 Roger Sayle <roger@eyesopen.com>
3941
3942 * calls.c (expand_call): Avoid calling pure or const functions
3943 when the result is ignored (or void) and none of the arguments
3944 are volatile. Move warning diagnostic earlier in function.
3945
3946 2003-06-04 Andreas Jaeger <aj@suse.de>
3947
3948 * system.h: Do not poison TDESC_SECTION_ASM_OP,
3949 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
3950
3951 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3952
3953 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
3954 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
3955 handle %ll, optimize regular character case.
3956
3957 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3958
3959 * Makefile.in (cse.o): Add params.h dependency.
3960 * cse.c: Include params.h.
3961 (PATHLENGTH): Removed.
3962 (struct cse_basic_block_data): Make path array dynamic.
3963 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
3964 of PATHLENGTH.
3965 (cse_main, cse_basic_block): Allocate path array.
3966 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
3967
3968 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
3969
3970 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
3971 * i386.md (UNSPEC_REP): New constant.
3972 (return_internal_long): New pattern.
3973
3974 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3975
3976 PR optimization/11018
3977 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
3978 consistently to decide whether the scratch register is really
3979 required.
3980
3981 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3982
3983 PR optimization/10876
3984 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
3985 new 'O' constraint for constant 4096.
3986 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
3987 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
3988 Do not transform into MINUS insn for constant 4096.
3989 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
3990 for constant 4096 as third operand.
3991 (addsi3 expander): Remove.
3992 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
3993 new alternative for constant 4096 as third operand.
3994 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
3995 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
3996 operand.
3997 (subsi3 expander): Remove.
3998 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
3999 constant 4096 as third operand.
4000 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
4001 the SPARC port.
4002
4003 2003-06-03 Chris Demetriou <cgd@broadcom.com>
4004
4005 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
4006
4007 2003-06-04 Andreas Jaeger <aj@suse.de>
4008
4009 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
4010
4011 * config/i386/i386.c (ix86_expand_prologue): Do not use
4012 SUBTARGET_PROLOGUE.
4013
4014 * system.h: Poision SUBTARGET_PROLOGUE.
4015
4016 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
4017
4018 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
4019 dependend code.
4020
4021 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
4022
4023 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
4024 INSN_CACHE_LINE_WIDTH.
4025
4026 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
4027 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
4028 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
4029
4030 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
4031 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
4032
4033 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
4034 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
4035 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
4036 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
4037 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
4038 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
4039
4040 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
4041 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
4042 DBX_WORKING_DIRECTORY.
4043
4044 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
4045 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
4046
4047 * config/frv/frv-protos.h: Remove unused const_section
4048 declaration.
4049 * config/vax/vax-protos.h: Likewise.
4050
4051 * output.h: Remove CONST_SECTION_ASM_OP usage.
4052
4053 * system.h: Poison CONST_SECTION_ASM_OP.
4054
4055 * crtstuff.c (__do_global_dtors_aux): Remove usage of
4056 CRT_GET_RFIB_TEXT.
4057 (frame_dummy): Likewise.
4058 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
4059 * system.h: Poison CRT_GET_RFIB_TEXT.
4060
4061 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
4062
4063 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
4064 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
4065 (recognized_function): Likewise.
4066 (read_scan_file): Likewise.
4067
4068 2003-06-03 Roger Sayle <roger@eyesopen.com>
4069
4070 * optabs.c (expand_binop): Optimize complex multiplication for
4071 the case of squaring a complex argument.
4072
4073 2003-06-03 Roger Sayle <roger@eyesopen.com>
4074
4075 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
4076 non-volatile operands of binary operations.
4077 (prepare_cmp_insn): Likewise.
4078
4079 2003-06-03 Roger Sayle <roger@eyesopen.com>
4080
4081 * varasm.c (force_const_mem): Handle alignment of constants not
4082 representable as a type in the front-end language.
4083
4084 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
4085
4086 * flow.c (initialize_uninitialized_subregs): Use
4087 emit_move_insn instead of emitting a hardcoded move.
4088
4089 2003-06-03 Richard Henderson <rth@redhat.com>
4090
4091 * optabs.c (expand_abs_nojump): Split out from ...
4092 (expand_abs): ... here.
4093 * optabs.h (expand_abs_nojump): Declare.
4094 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
4095 * Makefile.in (ifcvt.o): Depend on optabs.h.
4096
4097 2003-06-03 Alan Modra <amodra@bigpond.net.au>
4098
4099 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
4100
4101 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
4102
4103 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
4104 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
4105 to yes.
4106 * configure.in: Allow default_use_cxa_atexit to determine the
4107 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
4108 disabled.
4109 * configure: Regenerate.
4110
4111 2003-06-03 Douglas B Rupp <rupp@gnat.com>
4112
4113 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
4114 * doc/gcc.texi: Remove vms.texi section.
4115 * doc/vms.texi: Remove obsolete file.
4116
4117 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
4118
4119 * configure.in (inhibit_libc): Don't define when configuring
4120 with --with-newlib --with-headers.
4121 * configure: Regenerate.
4122
4123 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
4124
4125 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4126
4127 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
4128 IRIX 6 without GNU ld.
4129 * configure: Regenerate.
4130
4131 2003-06-03 Roger Sayle <roger@eyesopen.com>
4132
4133 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
4134 of a complex number rather than invoke mov_optab directly.
4135
4136 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
4137
4138 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
4139 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
4140
4141 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
4142
4143 * config/i386/x86-64.h: Remove two target-independent comments;
4144 replace "GNU CC" with "GCC".
4145
4146 2003-06-03 Anthony Green <green@redhat.com>
4147
4148 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
4149
4150 2003-06-03 Roger Sayle <roger@eyesopen.com>
4151
4152 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
4153 New builtins representing ISO C99's cabs, cabsf and cabsl.
4154 * builtins.c (expand_builtin_fabs): New function.
4155 (expand_builtin_cabs): New function.
4156 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
4157 using expand_builtin_fabs and expand_builtin_cabs respectively.
4158
4159 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
4160
4161 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
4162
4163 * function.c (assign_parms): Split complex arguments.
4164
4165 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
4166
4167 * expr.h (SPLIT_COMPLEX_ARGS): Define.
4168 (split_complex_types): Protoize.
4169 (split_complex_values): Protoize.
4170
4171 * calls.c (expand_call): Split complex arguments on architectures
4172 that require it.
4173 (split_complex_values): New.
4174 (split_complex_types): New.
4175
4176 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
4177 (rs6000_function_value): Handle complex values on AIX.
4178 (rs6000_complex_function_value): New.
4179
4180 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
4181
4182 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
4183 (SPLIT_COMPLEX_ARGS): New.
4184
4185 2003-06-03 Jakub Jelinek <jakub@redhat.com>
4186
4187 * configure.in (HAVE_LD_PIE): Check for ld -pie.
4188 * config.in: Rebuilt.
4189 * configure: Rebuilt.
4190 * toplev.c (flag_pie, flag_shlib): New variables.
4191 (f_options): Add -fpie and -fPIE.
4192 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
4193 Set flag_shlib if flag_pic and not -fpie/-fPIE.
4194 * flags.h (flag_pic, flag_shlib): Add.
4195 * varasm.c (default_binds_local_p): Use flag_shlib instead of
4196 flag_pic.
4197 * gcc.c (LINK_PIE_SPEC): Define.
4198 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
4199 (option_map): Add --pie -> -pie mapping.
4200 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
4201 and -fPIE the same way as -fPIC.
4202 * config/openbsd.h (ASM_SPEC): Likewise.
4203 * config/frv/frv.h (ASM_SPEC): Likewise.
4204 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
4205 * config/arm/semi.h (ASM_SPEC): Likewise.
4206 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
4207 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
4208 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
4209 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
4210 * config/m68k/linux.h (CPP_SPEC): Likewise.
4211 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
4212 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
4213 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
4214 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
4215 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
4216 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
4217 * config/netbsd-aout.h (ASM_SPEC): Likewise.
4218 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
4219 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
4220 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
4221 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
4222 * config/sparc/sparc.h (ASM_SPEC): Likewise.
4223 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
4224 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
4225 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
4226 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
4227 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
4228 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
4229 Simplify.
4230 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4231 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4232 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4233 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4234 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4235 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4236 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4237 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
4238
4239 2003-06-03 Jakub Jelinek <jakub@redhat.com>
4240
4241 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
4242 != 0 handling. Pass 0 to store_by_pieces.
4243 (expand_builtin_mempcpy): Add endp argument. Don't call
4244 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
4245 directly. If ignoring result, only do expand_call.
4246 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
4247 otherwise.
4248 (expand_builtin_strncpy, expand_builtin_memset): Adjust
4249 store_by_pices callers.
4250 (expand_builtin): Adjust expand_builtin_memcpy and
4251 expand_builtin_mempcpy callers.
4252 * expr.c (can_move_by_pieces): New function.
4253 (move_by_pieces): Add endp argument, return to resp. memory at end
4254 or one byte earlier depending on endp.
4255 (store_by_pieces): Likewise.
4256 (emit_block_move): Adjust call to move_by_pieces.
4257 (emit_push_insn): Adjust move_by_pieces caller.
4258 * expr.h (can_move_by_pieces): New prototype.
4259 (store_by_pieces): Adjust prototypes.
4260 * rtl.h (move_by_pieces): Adjust prototype.
4261 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
4262 caller.
4263
4264 2003-06-03 Ben Elliston <bje@wasabisystems.com>
4265
4266 * doc/md.texi (Processor pipeline description): Improve wording.
4267
4268 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
4269
4270 * c-opts.c (c_common_handle_option): New, pulled out of
4271 c_common_decode_option. Substitute uses of argv.
4272 (c_common_decode_option): Broken into two.
4273
4274 2003-06-02 Roger Sayle <roger@eyesopen.com>
4275 Zack Weinberg <zack@codesourcery.com>
4276
4277 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
4278 test of TREE_CONSTANT_POOL_ADDRESS_P.
4279
4280 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4281
4282 * mips.c: Don't include output.h twice.
4283 * stormy16.c: Likewise.
4284 * xtensa.c: Likewise.
4285 * output.h: Protect against multiple inclusion.
4286
4287 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
4288
4289 * sh.h (OLD_ARG_MODE): New macro.
4290 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
4291 (FUNCTION_ARG_1): Break out of:
4292 (FUNCTION_ARG). Use OLD_ARG_MODE.
4293
4294 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4295
4296 * gcc/config.gcc Add support multilib parts for m32rx processor.
4297
4298 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4299
4300 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
4301 (mostlyclean): Delete c-options.c and c-options.h.
4302
4303 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
4304
4305 * c-opts.c (CL_REJECT_NEGATIVE): New.
4306 (c_common_decode_option): Update to use it.
4307 * c.opt: Update documentation; use RejectNegative.
4308 * opts.sh: Handle RejectNegative.
4309
4310 2003-06-01 Zack Weinberg <zack@codesourcery.com>
4311
4312 * ggc-page.c (init_ggc): Give better diagnostics on failure to
4313 open /dev/zero.
4314 * toplev.c (crash_signal): Reset handling for received signal
4315 to SIG_DFL.
4316
4317 2003-06-02 Ben Elliston <bje@wasabisystems.com>
4318
4319 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
4320 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
4321 (arm_use_dfa_pipeline_interface): Implement.
4322 * config/arm/arm.md (arm): New automaton.
4323 (write_buf): Remove function units; new cpu unit.
4324 (write_blockage): Remove function units; new cpu unit.
4325 (core): Remove function units; new cpu unit.
4326 (r_mem_f_wbuf): New instruction reservation.
4327 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
4328 (store1_ldsched, store2, store3, store4): Likewise.
4329 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
4330 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
4331 (multi_cycle, single_cycle): Likewise.
4332 * config/arm/fpa.md (armfp): New automaton.
4333 (fpa): Remove function units; new cpu unit.
4334 (fpa_mem): Remove function unit; new cpu unit.
4335 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
4336 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
4337
4338 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4339
4340 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
4341 * c-format.c (enum format_type): Add asm_fprintf_format_type.
4342 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
4343 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
4344 (format_types_orig): Renamed from format_types. Add new data.
4345 (format_types): Declare as pointer.
4346 (handle_format_attribute): Move later in file so we have all
4347 necessary declarations. Add section to capture HOST_WIDE_INT.
4348 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
4349 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
4350
4351 2003-06-01 Andreas Jaeger <aj@suse.de>
4352
4353 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
4354 ROUND_TYPE_SIZE_UNIT.
4355
4356 * stor-layout.c (finalize_record_size): Remove usages of
4357 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
4358 (finalize_type_size): Likewise.
4359 (layout_type): Likewise.
4360
4361 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
4362
4363 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
4364
4365 * config/d30v/d30v.h: Remove text copied from the manual.
4366
4367 2003-06-01 Roger Sayle <roger@eyesopen.com>
4368 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4369 Geoffrey Keating <geoffk@apple.com>
4370
4371 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
4372 constants as condition code values.
4373
4374 2003-06-01 DJ Delorie <dj@redhat.com>
4375
4376 * cppmacro.c (warn_of_redefinition): Handle cases where the two
4377 definitions have different numbers of tokens.
4378
4379 2003-06-01 Andreas Jaeger <aj@suse.de>
4380
4381 * gen-protos.c (main): Readd unused attribute for argc.
4382
4383 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
4384
4385 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
4386 * c.opt: End in blank line.
4387 * opts.sh: Take AWK from environment if available; use C locale.
4388
4389 2003-06-01 Andreas Schwab <schwab@suse.de>
4390
4391 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
4392
4393 2003-06-01 Andreas Jaeger <aj@suse.de>
4394
4395 * gen-protos.c (main): Revert patch to check for argument.
4396
4397 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4398
4399 PR target/11044
4400 * config/i386/i386.md (length attribute): Set length to 4
4401 for instructions of type "fcmp".
4402
4403 2003-06-01 Andreas Jaeger <aj@suse.de>
4404
4405 * toplev.c: Use ISO C90 prototypes.
4406
4407 * toplev.h: Use ISO C90 prototypes.
4408
4409 * genrecog.c: Use ISO C90 prototypes.
4410 (nodes_identical): Correct declaration to match prototype.
4411 (maybe_both_true): Likewise.
4412 (merge_trees): Likewise.
4413
4414 * genpeep.c (gen_peephole): Remove #if 0 code.
4415 Use ISO C90 prototypes.
4416
4417 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
4418 Remove #if 0'ed function simplify_by_alternatives.
4419 (optimize_attrs): Remove #if 0'ed code.
4420 Remove ^L.
4421 Use ISO C90 prototypes.
4422 (make_canonical): Remove #if 0'ed code.
4423 (convert_const_symbol_ref): Remove #if 0'ed function.
4424
4425 * gen-protos.c (main): Check for argument.
4426
4427 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
4428
4429 * params.h: Use ISO C90 prototypes.
4430 * params.c: Likewise.
4431 * intl.c: Likewise.
4432 * intl.h: Likewise.
4433 * lists.c: Likewise.
4434 * errors.c: Likewise.
4435 * errors.h: Likewise.
4436 * gencodes.c: Likewise.
4437 * genpreds.c: Likewise.
4438 * genattr.c: Likewise.
4439 * gen-protos.c: Likewise.
4440 * genflags.c: Likewise
4441 * genconditions.c: Likewise.
4442 * genautomata.c: Likewise.
4443 * gencheck.c: Likewise.
4444 * genconfig.c: Likewise.
4445 * genconstants.c: Likewise.
4446 * genemit.c: Likewise.
4447 * genextract.c: Likewise.
4448 * gengenrtl.c: Likewise.
4449 * gengtype.c: Likewise.
4450 * gengtype.h: Likewise.
4451 * genopinit.c: Likewise.
4452 * genoutput.c: Likewise.
4453 * gensupport.c: Likewise.
4454 * gensupport.h: Likewise.
4455
4456 * sdbout.h: Use ISO C90 prototypes.
4457
4458 * sdbout.c (CONTIN): Removed empty macro.
4459 (sdbout_one_type): Remove CONTIN usages.
4460 Remove ^Ls.
4461 (tag_of_ru_type): Remove #if 0'ed function.
4462 (sdbout_symbol): Remove #if 0'ed code.
4463 (sdbout_one_type): Remove a #if 1.
4464 (sdbout_one_type): Remove #if 0'ed code.
4465 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
4466 Remove PARAMS, use ISO C90 prototypes for all functions.
4467
4468 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
4469
4470 * rtl.def (CONST_DOUBLE): Update comment.
4471
4472 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
4473
4474 * opts.sh: Remove path from sort.
4475
4476 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
4477
4478 PR/9680
4479 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
4480 TARGET_SPE for SPE_VECTOR_MODE.
4481
4482 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
4483
4484 * toplev.c (botch): Remove.
4485 (do_abort): Remove.
4486 (set_Wunused): Comment.
4487 (set_Wextra): Comment.
4488 Remove ^L's.
4489 (rest_of_compilation): Factor out common code into functions.
4490 (rest_of_handle_inlining): New.
4491 (rest_of_handle_ssa): New.
4492 (rest_of_handle_cse): New.
4493 (rest_of_handle_gcse): New.
4494 (rest_of_handle_loop_optimize): New.
4495 (rest_of_handle_jump_bypass): New.
4496 (rest_of_handle_sibling_calls): New.
4497 (rest_of_handle_null_pointer): New.
4498 (rest_of_handle_addresof): New.
4499 (rest_of_handle_flow): New.
4500 (rest_of_handle_branch_prob): New.
4501 (rest_of_handle_if_conversion): New.
4502 (rest_of_handle_tracer): New.
4503 (rest_of_handle_loop2): New.
4504 (rest_of_handle_cse2): New.
4505 (rest_of_handle_life): New.
4506 (rest_of_handle_combine): New.
4507 (rest_of_handle_if_after_combine): New.
4508 (rest_of_handle_regmove): New.
4509 (rest_of_handle_sched): New.
4510 (rest_of_handle_old_regalloc): New.
4511 (rest_of_handle_new_regalloc): New.
4512 (rest_of_handle_regrename): New.
4513 (rest_of_handle_reorder_blocks): New.
4514 (rest_of_handle_sched2): New.
4515 (rest_of_handle_new_regalloc): New.
4516 (rest_of_handle_old_regalloc): New.
4517 (rest_of_handle_regrename): New.
4518 (rest_of_handle_reorder_blocks): New.
4519 (rest_of_handle_stack_regs): New.
4520 (rest_of_handle_machine_reorg): New.
4521 (rest_of_handle_delay_slots): New.
4522 (rest_of_handle_final): New.
4523
4524 * toplev.h (botch): Remove prototype.
4525 (do_abort): Same.
4526
4527 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
4528
4529 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
4530 * c-opts.c: Include c-options.h and c-options.c.
4531 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
4532 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
4533 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
4534 OPT, opt_comp): Remove.
4535 (missing_arg, c_common_init_options, c_common_decode_option,
4536 write_langs): Update for macro redefinitions and enumeration
4537 name changes.
4538 * c.opt, opts.sh: New files.
4539 * doc/passes.texi: Update.
4540
4541 2003-05-31 Andreas Jaeger <aj@suse.de>
4542
4543 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
4544 usage.
4545
4546 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
4547
4548 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
4549
4550 * system.h: Poison ALLOCATE_TRAMPOLINE.
4551
4552 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
4553 * system.h: Poison HANDLE_PRAGMA.
4554
4555 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
4556
4557 * doc/invoke.texi: Update dump file names.
4558
4559 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4560
4561 * c-format.c (format_length_info, format_char_info,
4562 format_flag_spec, format_flag_pair, format_kind_info):
4563 De-const-ify structure members.
4564
4565 2003-05-31 Roger Sayle <roger@eyesopen.com>
4566
4567 * flags.h (flag_wrapv): New flag controlling overflow semantics.
4568 * toplev.c (flag_wrapv): Declare the variable with default false.
4569 (lang_independent_options): New option "-fwrapv" to set the above.
4570
4571 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
4572 as x, when signed arithmetic overflow wraps around.
4573 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
4574 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
4575 overflow when flag_wrapv is true.
4576
4577 * doc/invoke.texi: Document new -fwrapv command line option.
4578 * doc/c-tree.texi: Mention that the overflow semantics of
4579 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
4580 upon both flag_wrapv and flag_trapv.
4581
4582 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4583
4584 * doc/install.texi (mips-sgi-irix5): Add missing
4585 HTML <hr> marker.
4586
4587 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4588
4589 * doc/md.texi (Machine Constraints): Document
4590 missing SPARC constraints.
4591
4592 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4593
4594 * doc/md.texi (Automaton pipeline description): Use
4595 "type" instead of "cpu" as the attribute in the examples.
4596
4597 2003-05-30 Stan Shebs <shebs@apple.com>
4598
4599 * system.h: Poison OBJC_PROLOGUE.
4600
4601 2003-05-30 Roger Sayle <roger@eyesopen.com>
4602
4603 * emit-rtl.c (gen_complex_constant_part): New function for getting
4604 the constant real or imaginary part of a complex constant.
4605 (gen_realpart): Use it.
4606 (gen_imagpart): Likewise.
4607
4608 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
4609
4610 * doc/invoke.texi: Fix typos.
4611 * doc/rtl.texi: Likewise.
4612
4613 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4614
4615 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
4616 mode.
4617 * config/h8300/crtn.asm: Likewise.
4618 * config/h8300/lib1funcs.asm: Likewise.
4619 * config/h8300/h8300.c (asm_file_start): Likewise.
4620 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
4621 h8300snelf emulations for normal mode.
4622 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
4623 emulations for normal mode.
4624
4625 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4626
4627 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
4628 true if TARGET_NORMAL_MODE.
4629
4630 2003-05-30 Roger Sayle <roger@eyesopen.com>
4631
4632 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
4633 making a substitution.
4634 (dead_libcall_p): If directly replacing a libcall with a
4635 constant value produces an invalid instruction, also try forcing
4636 the constant into the constant pool.
4637 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
4638 obvious that the source is a constant.
4639 (compress_float_constant): Use set_unique_reg_note to place
4640 REG_EQUAL notes on instructions.
4641
4642 2003-05-30 Eric Christopher <echristo@redhat.com>
4643
4644 * config/mips/mips.c (extern_list): Add GTY marker.
4645 (extern_head): Separate out definition. Add marker.
4646 (mips_output_external): Use ggc_alloc for extern_list
4647 allocation.
4648 (mips_output_external_libcall): Ditto.
4649
4650 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
4651
4652 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
4653 later.
4654
4655 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4656
4657 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
4658 warnings.
4659 (PRINT_OPERAND): Likewise.
4660
4661 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4662
4663 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
4664 -mdebug/-no-mdebug switches ...
4665 (MDEBUG_ASM_SPEC): ... here.
4666 Use only with gas.
4667 (EXTRA_SPECS): Initialize mdebug_asm_spec.
4668
4669 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
4670
4671 * gthr-gnat.c: Remove #undef UNUSED.
4672 (__gnat_default_lock, __gnat_default_unlock): Prototype.
4673 (__gnat_task_lock, __gnat_task_unlock): Make declarations
4674 prototypes.
4675 (__gnat_install_locks): Convert declaration to ISO C90, make
4676 parameter declarations prototypes, and remove blank line.
4677 * gthr-gnat.h (__gnat_install_locks): Make parameter
4678 declarations prototypes.
4679
4680 2003-05-29 Jason Merrill <jason@redhat.com>
4681
4682 * Makefile.in (unstrap): Remove stage_last after make unstage1.
4683
4684 2003-05-29 Roger Sayle <roger@eyesopen.com>
4685
4686 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
4687
4688 2003-05-29 Roger Sayle <roger@eyesopen.com>
4689 Kaveh Ghazi <ghazi@caip.rutgers.edu>
4690
4691 PR bootstrap/10169
4692 * mips-tfile.c (main): Use getopt_long instead of getopt.
4693 Add new command line option --version to display version.
4694 Treat --verbose like -v to report a single line version.
4695 (options): New global variable for getopt_long.
4696 * mips-tdump.c (main): Use getopt_long instead of getopt.
4697 New command line options -v, --version and -verbose to display
4698 the program version number (to match mips-tfile's behavior).
4699 (options): New global variable for getopt_long.
4700
4701 * gcov.c (options): Zero-terminate getopt_long array.
4702 * gcov-dump.c (options): Likewise.
4703
4704 * Makefile.in (mips-tdump.o): Add dependency on version.h.
4705
4706 2003-05-29 Stan Shebs <shebs@apple.com>
4707
4708 Remove OBJC_PROLOGUE everywhere.
4709 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
4710 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
4711 * config/d30v/d30v.h: Similarly.
4712 * config/ip2k/ip2k.h: Similarly.
4713 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
4714
4715 2003-05-29 Roger Sayle <roger@eyesopen.com>
4716
4717 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
4718 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
4719 (expand_unreachable_stmt): Expand unreachable while statements
4720 using genrtl_do_stmt_1.
4721
4722 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
4723
4724 * config/mips/mips-protos.h (mips_output_load_label): Declare.
4725 * config/mips/mips.c (mips_output_load_label): New function.
4726 (mips_output_conditional_branch): Use it.
4727 * config/mips/mips.md (jump): And here.
4728
4729 2003-05-28 Bob Wilson <bob.wilson@acm.org>
4730
4731 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
4732 (xtensa_split_operand_pair): New proto.
4733 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
4734 (smalloffset_double_mem_p): Delete.
4735 (gen_float_relational, printx, print_operand, xtensa_va_arg):
4736 Fix whitespace.
4737 (xtensa_split_operand_pair): New.
4738 (xtensa_dbx_register_number): Fix formatting.
4739 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
4740 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
4741 instead of splitting them into single-word moves. Remove unnecessary
4742 checks for reload_in_progress and reload_completed.
4743 (movdi_internal, movdf_internal): Change to post-reload split patterns.
4744 Add constraints to allow constant operands.
4745 (movsf_internal): Allow CONST_INT operands.
4746
4747 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
4748
4749 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
4750 fragment i386/x-mingw32.
4751 * config/i386/x-mingw32: New file. Make local_includedir
4752 relative to EXEC_PREFIX.
4753
4754 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
4755
4756 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
4757 (MD_STARTFILE_PREFIX): Define.
4758
4759 2003-05-27 Denis Chertykov <denisc@overta.ru>
4760
4761 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
4762 VOIDmode.
4763 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
4764 call of cselib_invalidate_regno.
4765
4766 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
4767
4768 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
4769 -lthread to -lpthread.
4770
4771 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
4772 Bruce Korb <bkorb@gnu.org>
4773 Arno Klaassen <arno@heho.snv.jussieu.fr>
4774
4775 * fixinc/inclhack.def: Add missing declaration of getpagesize()
4776 to unistd.h on Solaris 2.5.1.
4777 Fix prototype of recv() and send() in sys/socket.h on
4778 Solaris 2.5.1 and 2.6.
4779 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
4780 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
4781 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
4782 * fixinc/fixincl.x: Regenerate.
4783
4784 2003-05-27 Jason Merrill <jason@redhat.com>
4785
4786 * tree.c (expr_first, expr_length): New fns.
4787 * tree.h: Declare them.
4788
4789 * tree.c (iterative_hash_expr): Hash commutative expressions
4790 consistently.
4791
4792 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4793
4794 * tree.h (contains_placeholder_p): Now returns bool.
4795 (CONTAINS_PLACEHOLDER_P): New macro.
4796 (type_contains_placeholder_p): New function.
4797 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
4798 (contains_placeholder_p): Now returns bool.
4799 Rework to use CONTAINS_PLACEHOLDER_P macro.
4800 (type_contains_placeholder_p): New function.
4801 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
4802 type_contains_placeholder_p.
4803 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
4804 Use CONTAINS_PLACEHOLDER_P macro.
4805 * builtins.c (fold_builtin): Likewise.
4806 * calls.c (initialize_argument_information): Likewise.
4807 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
4808 * explow.c (expr_size): Likewise.
4809 * expr.c (store_constructor, get_inner_reference): Likewise.
4810 * function.c (assign_parms): Likewise.
4811 * stor-layout.c (variable_size): Likewise.
4812
4813 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4814
4815 * diagnostic.h (output_verbatim, verbatim): Remove printf
4816 attribute.
4817
4818 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4819
4820 * doc/contrib.texi (Contributors): Update Kean Johnston.
4821
4822 2003-05-24 David Edelsohn <edelsohn@gnu.org>
4823
4824 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
4825
4826 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
4827
4828 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
4829 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
4830 Replace "GNU CC" with "GCC".
4831
4832 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
4833
4834 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
4835 intermediate computation.
4836
4837 2003-05-23 Eric Christopher <echristo@redhat.com>
4838
4839 * config/mips/mips.md (clzsi, clzdi): New patterns.
4840
4841 2003-05-23 Geoffrey Keating <geoffk@apple.com>
4842
4843 * gcc.c (default_compilers): Use -o to specify preprocessor's output
4844 file. Make -no-integrated-cpp work when building PCH files.
4845 * objc/lang-specs.h: Likewise.
4846
4847 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
4848
4849 * fixinc/Makefile.in: Correct description.
4850 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
4851 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
4852 fixinc/genfixes: Replace "GNU CC" with "GCC".
4853
4854 2003-05-23 Roger Sayle <roger@eyesopen.com>
4855
4856 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
4857 builtin functions (and their __builtin_* variants).
4858 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
4859 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
4860 optimizing.
4861
4862 * doc/extend.texi: Document new tan and atan builtins, and
4863 their float and long double variants.
4864
4865 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
4866
4867 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
4868 __sparcv9 in the TARGET_ARCH64 case.
4869
4870 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
4871
4872 * i386.c (ix86_reorg): Calls are also jumps.
4873
4874 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
4875
4876 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
4877 note containing an EXPR_LIST, process all the arguments.
4878
4879 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
4880 Andreas Jaeger <aj@suse.de>
4881
4882 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
4883 do not use assertion.
4884
4885 2003-05-23 Mike Stump <mrs@apple.com>
4886
4887 * tlink.c (scan_linker_output): Add support for darwin linker, as it
4888 emits unresolved symbols one per line, consuming the entire line.
4889
4890 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
4891 Zack Weinberg <zack@codesourcery.com>
4892
4893 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
4894 * config/m68k/m68k.c (m68k_output_function_prologue):
4895 Remove code under #if NEED_PROBE.
4896 * config/m68k/m68k.h: Don't define NEED_PROBE.
4897 * config/m68k/m68k.md: Remove "probe" insn.
4898 * doc/md.texi: Remove documentation of "probe" pattern.
4899
4900 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
4901
4902 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
4903
4904 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
4905
4906 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
4907 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
4908
4909 2003-05-22 Roger Sayle <roger@eyesopen.com>
4910
4911 * real.c (real_maxval): New function to return the largest finite
4912 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
4913 * real.h (real_maxval): Prototype here.
4914 * fold-const.c (fold_inf_compare): Transform comparisons against
4915 +-Infinity into comparisons against DBL_MAX (or equivalent).
4916
4917 2003-05-22 Mike Stump <mrs@apple.com>
4918
4919 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
4920 default.
4921
4922 2003-05-22 DJ Delorie <dj@redhat.com>
4923
4924 * calls.c (expand_call): If the arg block is going to grow
4925 downward, we need argblock to point to the top of the block,
4926 not the bottom.
4927
4928 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4929
4930 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
4931
4932 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
4933 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
4934
4935 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4936
4937 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
4938 * m68k.c: Likewise.
4939 * m68k.h: Likewise.
4940
4941 2003-05-22 Zack Weinberg <zack@codesourcery.com>
4942
4943 PR other/2873
4944 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
4945 expressions to prevent triggering on recent curses.h,
4946 linux/nls.h, or X11/Xlib.h.
4947 (stdio_va_list): Add _G_va_list to bypass pattern.
4948 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
4949 * fixinc/fixincl.x: Regenerate.
4950
4951 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
4952
4953 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
4954 switches when --target-help option is specified.
4955
4956 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
4957
4958 PR bootstrap/10805
4959 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
4960 failure with Sun assembler 5.0 Alpha 03/27/98.
4961
4962 2003-05-21 Loren James Rittle <ljrittle@acm.org>
4963
4964 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
4965 to match system compiler convention.
4966
4967 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
4968
4969 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
4970 value, not just if defined.
4971 Update copyright year.
4972
4973 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4974
4975 PR target/6428
4976 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
4977 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
4978 option is used without `-static'.
4979 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
4980 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
4981
4982 2003-05-21 Bob Wilson <bob.wilson@acm.org>
4983
4984 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
4985 TARGET_SERIALIZE_VOLATILE): Delete.
4986 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
4987 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
4988 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
4989 "-mno-serialize-volatile".
4990 * config/xtensa/xtensa.c (print_operand): Remove checks of
4991 TARGET_SERIALIZE_VOLATILE.
4992 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
4993 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
4994 "-mserialize-volatile" and "-mno-serialize-volatile" options.
4995
4996 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
4997
4998 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
4999 (nested_function): Likewise.
5000 (notype_nested_function): Likewise.
5001
5002 2003-05-21 Nick Clifton <nickc@redhat.com>
5003
5004 * config/stormy16/stormy-abi: Update overflow type for
5005 R_XSTORMY16_16 reloc.
5006
5007 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
5008
5009 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
5010 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
5011 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
5012 * print-tree.c (print_node): Remove ambient-boundedness.
5013 * tree.h (tree_common): Remove bounded_flag.
5014 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
5015 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
5016 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
5017 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
5018 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
5019 Remove.
5020 (TYPE_QUALS): Remove BOUNDED.
5021 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
5022 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
5023 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
5024 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
5025 VA_LIST_POINTER_DEPTH): Remove.
5026 (struct tree_type): Remove pointer_depth.
5027
5028 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5029
5030 * c-pretty-print.c (pp_c_integer_literal): Use
5031 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
5032
5033 2003-05-20 Roger Sayle <roger@eyesopen.com>
5034 Kazu Hirata <kazu@cs.umass.edu>
5035 Joern Rennecke <joern.rennecke@superh.com>
5036
5037 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
5038 setcc and jump, if they exist. If substituted instruction
5039 fails to validate, store current effort in a REG_EQUAL note.
5040 (cprop_insn): Don't attempt further substitutions if the
5041 current instruction has been deleted.
5042 (local_cprop_pass): Likewise.
5043
5044 * jump.c (redirect_jump): Also update REG_EQUAL note, if
5045 one is attached to the jump instruction.
5046 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
5047
5048 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
5049
5050 PR c++/9738
5051 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
5052 even if not first.
5053
5054 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5055
5056 * genautomata.c (output_description, output_automaton_units,
5057 output_state_arcs): Add missing specifiers.
5058
5059 2003-05-20 Bob Wilson <bob.wilson@acm.org>
5060
5061 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
5062 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
5063 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
5064 (nsau): Rename to do_nsau. Provide alternate version for use when
5065 the NSAU instruction is available.
5066 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
5067 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
5068 * config/xtensa/xtensa-config.h: Update comments to match binutils.
5069 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
5070 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
5071 (TARGET_ABS, TARGET_ADDX): Define.
5072 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
5073 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
5074 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
5075 *subx8): Set predicate condition to TARGET_ADDX.
5076 (abssi2): Set predicate condition to TARGET_ABS.
5077 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
5078 "-maddx", and "-mno-addx" options.
5079 (Xtensa Options): Likewise. Also tag some opcode names with @code.
5080
5081 2003-05-20 Kevin Ryde <user42@zip.com.au>
5082 Wolfgang Bangerth <bangerth@dealii.org>
5083
5084 PR/10355
5085 * doc/extend.texi: Put a warning into the documentation
5086 of attribute regparm.
5087
5088 2003-05-20 Jason Merrill <jason@redhat.com>
5089
5090 * tree.c (expr_last): New fn.
5091 * tree.h: Declare it.
5092 * objc/objc-act (expr_last): Rename to objc_expr_last.
5093
5094 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
5095
5096 * sh.c (sh_register_move_cost): Add clase for moving between
5097 FP registers and MAC registers.
5098
5099 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
5100
5101 * pa/milli64.S ($$mulI): Fix typo.
5102
5103 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
5104
5105 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
5106 (nonlocal_set_p): Remove initial blank line.
5107 * dwarf2out.c (simple_type_size_in_bits): Likewise.
5108 * et-forest.c (et_forest_create): Likewise.
5109 * explow.c (stabilize): Likewise.
5110 * fix-header.c (write_lbrac): Likewise.
5111 * graph.c (start_fct, node_data): Likewise.
5112 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
5113 * rtlanal.c (global_reg_mentioned_p): Likewise.
5114 * tree.c (bit_position): Likewise.
5115
5116 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
5117
5118 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
5119 -lthread to -lpthread.
5120
5121 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
5122
5123 * c-opts.c (c_common_decode_option): Don't accept dollars
5124 as identifier characters in assembly.
5125 * doc/cpp.texi: Document this.
5126
5127 2003-05-19 Seth Arnold <sarnold@wirex.com>
5128 Aldy Hernandez <aldyh@redhat.com>
5129
5130 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
5131 vrsave_size twice.
5132
5133 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
5134
5135 * doc/tm.texi (function_arg): Fix typo.
5136
5137 2003-05-19 Matt Austern <austern@apple.com>
5138
5139 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
5140 * c-common.h (warn_invalid_offsetof): Declare.
5141 * c-common.c (warn_invalid_offsetof): Define.
5142 * doc/invoke.texi: Document -Winvalid-offsetof.
5143 * testsuite/g++.dg/other/offsetof3.C: New.
5144 * testsuite/g++.dg/other/offsetof4.C: New.
5145
5146 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
5147 David Edelsohn <edelsohn@gnu.org>
5148
5149 * config/rs6000/rs6000.c (rs6000_alignment_string,
5150 rs6000_alignment_flags): New variables.
5151 (rs6000_parse_alignment_option): New function.
5152 (rs6000_override_options): Call it.
5153 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
5154 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
5155 macros.
5156 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
5157 natural alignment if TARGET_NATURAL_ALIGNMENT
5158 (ROUND_TYPE_ALIGN): Always use default record alignment if
5159 TAGET_NATURAL_ALIGNMENT.
5160 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
5161 (ROUND_TYPE_ALIGN): Same.
5162 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
5163 (ROUND_TYPE_ALIGN): Same.
5164 * doc/invoke.texi (Option Summary, PowerPC Options): Document
5165 new options.
5166
5167 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
5168
5169 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
5170 of a function using ASMSPEC, prepend a star.
5171
5172 2003-05-19 Jason Merrill <jason@redhat.com>
5173
5174 * tree-inline.c (copy_body_r): Avoid generating &* during inline
5175 substitution.
5176
5177 2003-05-19 Andrew Macleod <amacleod@redhat.com>
5178
5179 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
5180 not mark assignments to the hard frame pointer as being stack
5181 frame related.
5182 (xstormy16_expand_epilogue): Mark adjustments to the stack
5183 pointer as being stack frame related.
5184
5185 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5186
5187 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
5188 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
5189 (PREDICATE_CODES): Add hilo_operand.
5190 * config/mips/mips.c (hilo_operand): New predicate.
5191 (mips_adjust_insn_length): Account for the number nops that might
5192 be needed to avoid hardware hazards.
5193 * config/mips/mips.md (dslot): Remove attribute.
5194 (hazard): New attribute.
5195 (can_delay): Use it. Check for calls, branches & jumps.
5196 (muldi3): Use the standard dmult pattern for mips16 code.
5197 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
5198
5199 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5200
5201 * config/mips/mips-protos.h (final_prescan_insn,
5202 mips_count_memory_refs, mips_fill_delay_slot): Remove.
5203 * config/mips/mips.h (delay_type, dslots_load_total,
5204 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
5205 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
5206 mips_load_reg3, mips_load_reg4): Remove.
5207 (MASK_STATS): Remove.
5208 (MASK_EXPLICIT_RELOCS): Reuse its value.
5209 (TARGET_STATS): Remove.
5210 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
5211 Warn that -mstats is now ignored.
5212 (FINAL_PRESCAN_INSN): Undefine.
5213 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
5214 (ASM_OUTPUT_REG_POP): Likewise.
5215 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
5216 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
5217 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
5218 mips_fill_delay_slot, mips_count_memory_refs,
5219 final_prescan_insn): Remove.
5220 (output_block_move): Remove calls to mips_count_memory_refs.
5221 (print_operand): Remove printing of #nop for TARGET_STATS.
5222 (mips_output_function_epilogue): Remove TARGET_STATS code.
5223 Reorganize setting of fnnmae.
5224 * config/mips/mips.md: Remove handling of dslot statistics
5225 throughout file. Change all fcmp patterns into normal asm
5226 templates, removing calls to mips_fill_delay_slot.
5227 * doc/invoke.texi: Remove documentation of -mstats.
5228
5229 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5230
5231 * config/mips/mips.c (mips_class_max_nregs): Return the number of
5232 words in the mode.
5233
5234 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5235
5236 * config/mips/mips.c (override_options): Disable explicit
5237 relocs for old ABIs unless using gas.
5238
5239 2003-05-18 Eric Christopher <echristo@redhat.com>
5240
5241 * config/mips/mips.h: Remove definition of g_switch_value.
5242
5243 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
5244
5245 * flags.h (g_switch_value): Change to an unsigned
5246 HOST_WIDE_INT.
5247 * toplev.c (g_switch_value): Likewise.
5248
5249 * config/alpha/alpha.c (small_symbolic_operand): Remove
5250 g_switch_value cast.
5251 (alpha_in_small_data_p): Cast size to an unsigned
5252 HOST_WIDE_INT.
5253
5254 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
5255 unsigned HOST_WIDE_INT.
5256 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
5257 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
5258
5259 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
5260 unsigned HOST_WIDE_INT.
5261 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
5262 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
5263 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
5264
5265 * config/rs6000/rs6000.c (rs6000_file_start): Use
5266 HOST_WIDE_INT_PRINT_UNSIGNED.
5267 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
5268 (rs6000_elf_in_small_data_p): Cast size to unsigned
5269 HOST_WIDE_INT.
5270 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
5271 Remove.
5272 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
5273 g_switch_set.
5274 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
5275 g_switch_value cast.
5276
5277 2003-05-18 Roger Sayle <roger@eyesopen.com>
5278 Zack Weinberg <zack@codesourcery.com>
5279
5280 PR middle-end/10472
5281 * builtins.c (expand_builtin_memcpy): Call force_operand on
5282 expressions and use simplify_gen_binary to create the addition.
5283
5284 2003-05-18 Andreas Schwab <schwab@suse.de>
5285
5286 * config/m68k/m68k.md: Use define_constants for unspec numbers.
5287
5288 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
5289
5290 * config/sparc/sparc.h: Define sparc for now.
5291 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5292
5293 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
5294
5295 * config/stormy16/stormy16.h: Remove about 3000 lines of
5296 target-independent comments. Update copyright notice.
5297
5298 * doc/collect2.texi: GNU CC -> GCC.
5299 * doc/headerdirs.texi: GNU CC -> GCC.
5300
5301 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
5302
5303 * hashtable.h (struct ht_identifier): Add data member "hash_value".
5304 * hashtable.c (ht_lookup): Use it when searching, remember.
5305 (ht_expand): Do not recompute.
5306 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
5307
5308 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
5309
5310 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
5311
5312 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
5313
5314 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
5315 Default here.
5316 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
5317 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
5318 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
5319 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
5320 config/arm/linux-elf.h, config/arm/rtems-elf.h,
5321 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
5322 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
5323 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
5324 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
5325 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
5326 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
5327 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
5328 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
5329 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
5330 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
5331 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
5332 Don't define __ELF__.
5333 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
5334 Define __ELF__.
5335 * doc/cpp.texi: Document __ELF__.
5336 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
5337
5338 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5339
5340 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
5341 always use stdarg.
5342 * c-errors.c (pedwarn_c99): Likewise.
5343 * c-format.c (status_warning): Likewise.
5344 * c-semantics.c (build_stmt): Likewise.
5345 * calls.c (emit_library_call, emit_library_call_value): Likewise.
5346 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
5347 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
5348 * diagnostic.c (build_message_string, output_printf,
5349 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
5350 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
5351 error_with_decl, fnotice): Likewise.
5352 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
5353 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
5354 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
5355 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
5356 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
5357 dw2_asm_output_encoded_addr_rtx): Likewise.
5358 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
5359 * errors.c (warning, error, fatal, internal_error): Likewise.
5360 * final.c (output_operand_lossage, asm_fprintf): Likewise.
5361 * fix-header.c (fatal): Likewise.
5362 * gcc.c (fatal, error, notice): Likewise.
5363 * gcov.c (fnotice): Likewise.
5364 * genattrtab.c (attr_rtx, attr_printf): Likewise.
5365 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
5366 * gensupport.c (message_with_line): Likewise.
5367 * mips-tfile.c (fatal, error): Likewise.
5368 * protoize.c (notice): Likewise.
5369 * ra-debug.c (ra_debug_msg): Likewise.
5370 * read-rtl.c (fatal_with_file_and_line): Likewise.
5371 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
5372 * tree.c (build, build_nt, build_function_type_list): Likewise.
5373
5374 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5375
5376 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
5377 * gcc.c (cpp_predefines): Remove.
5378 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
5379 (static_specs): Remove predefines.
5380 * system.h: Poison CPP_PREDEFINES.
5381 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
5382 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
5383
5384 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5385
5386 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
5387 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
5388 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
5389 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
5390
5391 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5392
5393 PR c/9209
5394 * c-common.c, c-common.h (dollars_in_ident): Remove.
5395 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
5396 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
5397 * cpphash.h (warned_dollar): Rename warn_dollars.
5398 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
5399 Permit dollars regardless of -std=.
5400 (post_options): Set warn_dollars.
5401 * cpplex.c (forms_identifier_p): Use warn_dollars.
5402 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
5403 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
5404 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
5405 Update documentation.
5406
5407 2003-05-17 Andreas Schwab <schwab@suse.de>
5408
5409 * config/m68k/m68k.c (m68k_output_function_prologue): Use
5410 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
5411 formatting a HOST_WIDE_INT.
5412 (m68k_output_function_epilogue): Likewise.
5413
5414 2003-05-17 Zack Weinberg <zack@codesourcery.com>
5415
5416 * doc/install.texi: Remove information about desupported targets.
5417
5418 2003-05-17 Andreas Schwab <schwab@suse.de>
5419
5420 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
5421 * config/m68k/linux.h: Likewise.
5422 * config/m68k/m68k-none.h: Likewise.
5423 * config/m68k/netbsd-elf.h: Likewise.
5424 * config/m68k/sgs.h: Likewise.
5425 * config/m68k/m68k.h: Likewise.
5426 * config/m68k/m68k.md: Likewise.
5427 * config/m68k/m68k.c: Likewise.
5428 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
5429 constraints.
5430 * doc/invoke.texi (Option Summary): Remove -mfpa.
5431 (M680x0 Options): Likewise.
5432
5433 2003-05-17 David Edelsohn <edelsohn@gnu.org>
5434
5435 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
5436
5437 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5438
5439 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
5440 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
5441 config/sparc/rtemself.h, config/sparc/sol2-64.h,
5442 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
5443 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
5444
5445 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5446
5447 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
5448 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
5449
5450 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5451
5452 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
5453 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
5454 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
5455 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
5456 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
5457 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
5458 sparc/sysv4.h,
5459 * sparc/sysv4-only.h: New.
5460
5461 2003-05-17 Alan Modra <amodra@bigpond.net.au>
5462
5463 * function.c (assign_parms): Check for zero size args.
5464
5465 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5466
5467 * cfgloopanal.c (test_for_iteration): Use string concatentation on
5468 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
5469 function calls into one.
5470 * dbxout.c (dbxout_symbol): Likewise.
5471 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
5472 * dwarf2asm.c (dw2_asm_output_data_uleb128,
5473 dw2_asm_output_data_sleb128): Likewise.
5474 * genrecog.c (debug_decision_2): Likewise.
5475 * loop.c (emit_prefetch_instructions): Likewise.
5476 * print-rtl.c (print_rtx): Likewise.
5477 * print-tree.c (print_node_brief, print_node): Likewise.
5478 * ra-debug.c (dump_igraph, dump_graph_cost,
5479 dump_static_insn_cost): Likewise.
5480 * ra-rewrite.c (dump_cost): Likewise.
5481 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
5482 * sreal.c (dump_sreal): Likewise.
5483 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
5484 * varasm.c (assemble_vtable_entry): Likewise.
5485
5486 * avr.c (avr_output_function_prologue,
5487 avr_output_function_epilogue, print_operand): Fix format specifier
5488 warnings.
5489 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
5490 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
5491
5492 2003-05-16 Geoffrey Keating <geoffk@apple.com>
5493
5494 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
5495 and ! TARGET_STRING cases.
5496
5497 * doc/cppopts.texi (-undef): Fix texinfo warning.
5498
5499 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
5500 * cppfiles.c (validate_pch): When -H is used, print some information
5501 about PCH files found.
5502
5503 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5504
5505 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
5506 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
5507 * config/mips/t-sr71k: Likewise.
5508
5509 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5510
5511 * arc.c (arc_output_function_prologue,
5512 arc_output_function_epilogue): Fix format specifier warnings.
5513 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
5514
5515 * v850.c (print_operand): Fix format specifier warnings.
5516
5517 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
5518 specifier warnings.
5519
5520 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
5521 format specifier warnings.
5522
5523 * ip2k.c (function_prologue, function_epilogue, print_operand):
5524 Fix format specifier warnings.
5525 * ip2k.md: Likewise.
5526
5527 * i960.c (i960_output_function_prologue, i960_print_operand,
5528 i960_print_operand_addr): Fix format specifier warnings.
5529
5530 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
5531 (i370_output_function_prologue): Fix format specifier warnings.
5532 * i370.h (PRINT_OPERAND): Likewise.
5533
5534 * fr30.c (fr30_print_operand): Fix format specifier warnings.
5535
5536 * dsp16xx.c (print_operand_address): Fix format specifier warning.
5537 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
5538
5539 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
5540 specifier warnings.
5541
5542 * alpha.c (print_operand_address, alpha_start_function,
5543 unicosmk_output_ssib): Use string concatentation on
5544 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
5545 function calls into one.
5546 * arm.c (arm_print_operand): Likewise.
5547 * cris.c (cris_asm_output_mi_thunk): Likewise.
5548 * frv.c (frv_asm_output_mi_thunk): Likewise.
5549 * ia64.c (ia64_print_operand, process_set): Likewise.
5550 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
5551 Likewise.
5552 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
5553 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
5554 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
5555 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
5556 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
5557 * s390.c (s390_assemble_integer): Likewise.
5558 * sparc.c (sparc_flat_function_prologue,
5559 sparc_flat_function_epilogue): Likewise.
5560 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
5561 * vax.c (vax_output_mi_thunk): Likewise.
5562
5563 * frv.c (frv_print_operand_memory_reference): Fix format specifier
5564 warning.
5565 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
5566
5567 * m68k.c (m68k_output_function_epilogue): Fix format specifier
5568 warnings.
5569
5570 * stormy16-protos.h (xs_hi_general_operand,
5571 xs_hi_nonmemory_operand): Prototype.
5572 * stormy16.c (xstormy16_output_shift): Fix format specifier
5573 warnings.
5574
5575 * cris.c: Fix format specifier warnings.
5576
5577 2003-05-16 Nick Clifton <nickc@redhat.com>
5578
5579 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
5580
5581 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
5582
5583 * doc/bugreport.texi: Remove most of the of the preface of the
5584 bugs section.
5585
5586 2003-05-16 Jakub Jelinek <jakub@redhat.com>
5587
5588 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
5589 .save XX, r0.
5590
5591 2003-05-15 Roger Sayle <roger@eyesopen.com>
5592
5593 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
5594
5595 2003-05-15 Eric Christopher <echristo@redhat.com>
5596
5597 * cfgcleanup.c (merge_blocks): Fix return value.
5598
5599 2003-05-15 Eric Christopher <echristo@redhat.com>
5600
5601 * combine.c (expand_compound_operation): Make sure
5602 that zero_extend operation is profitable.
5603
5604 2003-05-15 Richard Henderson <rth@redhat.com>
5605
5606 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
5607 code protected by USE_GNULIBC_1.
5608
5609 2003-05-15 Zack Weinberg <zack@codesourcery.com>
5610
5611 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
5612 remove hppa*-*-mpeix* which could not be built, and prune
5613 files from tmake_file= or tm_file= lists that don't exist.
5614
5615 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
5616 * config/alpha/t-interix, config/arm/conix-elf.h
5617 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
5618 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
5619 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
5620 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
5621 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
5622 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
5623 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
5624 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
5625 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
5626 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
5627 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
5628 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
5629 * config/m68k/tower-as.h, config/m68k/tower.h
5630 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
5631 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
5632 * config/m88k/m88k-protos.h, config/m88k/m88k.c
5633 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
5634 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
5635 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
5636 * config/mips/rtems64.h, config/mips/sni-gas.h
5637 * config/mips/sni-svr4.h, config/mips/t-ecoff
5638 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
5639 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
5640 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
5641 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
5642 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
5643 * config/romp/romp-protos.h, config/romp/romp.c
5644 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
5645 * config/rs6000/aix3newas.h, config/rs6000/mach.h
5646 * config/sparc/bsd.h, config/sparc/hal.h
5647 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
5648 * config/sparc/lynx.h, config/sparc/netbsd.h
5649 * config/sparc/sp86x-aout.h, config/sparc/splet.h
5650 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
5651 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
5652 * config/sparc/t-halos, config/sparc/t-sparcbare
5653 * config/sparc/t-splet, config/sparc/t-sunos41
5654 * config/v850/rtems.h: Delete file.
5655
5656 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
5657
5658 * config/rs6000/rs6000-protos.h (function_value): Protoize.
5659
5660 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
5661
5662 * config/rs6000/rs6000.c (rs6000_function_value): New.
5663
5664 2003-05-15 Philip Blundell <philb@gnu.org>
5665
5666 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
5667 All uses updated.
5668 (arm_tune_xscale): New variable.
5669 (arm_override_options): Set it.
5670 (arm_adjust_cost): Use it in place of arm_arch_xscale.
5671 (arm_gen_load_multiple): Likewise.
5672 (arm_gen_store_multiple): Likewise.
5673 * config/arm/arm.md (is_xscale): Likewise.
5674 * config/arm/arm.h (arm_tune_xscale): Declare.
5675
5676 2003-05-15 Philip Blundell <philb@gnu.org>
5677
5678 PR target/10730
5679 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
5680 involving invalid constants.
5681
5682 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5683
5684 * pa.c (hppa_expand_prologue): Remove blockage.
5685
5686 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
5687
5688 * doc/bugreport.texi: Remove most of the bug reporting
5689 instructions and merge them into bugs.html.
5690
5691 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
5692
5693 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
5694 g_switch_value to unsigned HOST_WIDE_INT.
5695
5696 2003-05-14 Eric Christopher <echristo@redhat.com>
5697
5698 * combine.c: Fix header comments.
5699 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
5700 to all calls and prototype.
5701
5702 2003-05-14 Roger Sayle <roger@eyesopen.com>
5703
5704 PR optimization/10764
5705 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
5706 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
5707 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
5708 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
5709 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
5710 the corresponding *fyl2x_?fxf3 instructions.
5711
5712 2003-05-14 Bob Wilson <bob.wilson@acm.org>
5713
5714 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
5715 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
5716 XCHAL_HAVE_L32R): New.
5717 * config/xtensa/xtensa-protos.h (non_const_move_operand,
5718 xtensa_load_constant, xtensa_function_prologue,
5719 xtensa_function_epilogue): Delete prototypes.
5720 (xtensa_expand_prologue): New.
5721 * config/xtensa/xtensa.c (frame_size_const,
5722 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
5723 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
5724 xtensa_function_prologue): Delete.
5725 (add_operand, xtensa_mem_offset): Formatting.
5726 (move_operand): If the const16 option is available, allow any SFmode
5727 and SImode constants.
5728 (xtensa_emit_move_sequence): Inline the former contents of
5729 xtensa_load_constant with modifications to handle the const16 option.
5730 (override_options): Add xtensa_char_to_class['W'] and set it to
5731 the general register class only if the const16 option is enabled.
5732 Fix formatting. Disallow PIC when using the const16 option.
5733 (print_operand): Reorganize to switch on "letter" instead of the
5734 RTL code. Add output_operand_lossage calls for invalid cases.
5735 Add support for 't' and 'b' letters.
5736 (xtensa_expand_prologue): New function to replace
5737 xtensa_function_prologue and xtensa_reorg.
5738 (xtensa_function_epilogue): Declare this as static. Delete code
5739 to print the retw.n or retw instruction.
5740 (xtensa_return_addr): Use A0_REG instead of 0.
5741 (xtensa_rtx_costs): Add costs for using the const16 option.
5742 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
5743 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
5744 (TARGET_SWITCHES): Add "const16" and "no-const16".
5745 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
5746 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
5747 using the const16 option.
5748 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
5749 (TRAMPOLINE_SIZE): Change from 49 to 59.
5750 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
5751 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
5752 when using the const16 option.
5753 (PREDICATE_CODES): Delete non_const_move_operand.
5754 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
5755 UNSPECV_ENTRY.
5756 (movdi, movdf): If the source is a constant, always expand to a
5757 sequence of movsi insns.
5758 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
5759 (movsi_internal, movsf_internal): Add alternative using const16 insns.
5760 (movsf): Add const16 support.
5761 (entry, prologue, epilogue): New.
5762 (set_frame_ptr): Add missing mode for unspec_volatile operation.
5763 Likewise for subsequent split pattern.
5764 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
5765 "-mconst16" and "-mno-const16" options.
5766
5767 2003-05-14 Richard Henderson <rth@redhat.com>
5768
5769 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
5770 to be DImode register. Merge load_symptr.
5771 * config/ia64/ia64.md (load_symptr): Remove.
5772
5773 2003-05-14 Richard Henderson <rth@redhat.com>
5774
5775 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
5776 DEFERRED_CONSTANT_P.
5777 * integrate.c (copy_rtx_and_substitute): Update use.
5778 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
5779 to the copy generated.
5780 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
5781 of the constant to see if we should emit.
5782 (mark_constant): Similarly.
5783 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
5784
5785 2003-05-14 David Edelsohn <edelsohn@gnu.org>
5786
5787 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
5788 move record condition.
5789 (movdi_internal2): Same.
5790
5791 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
5792
5793 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
5794 (GCOV_TAG_*) Force type to gcov_unsigned_t.
5795 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
5796 (struct gcov_var): Remove modified. Add start, length, offset,
5797 overread. Have buffer array for libgcov.
5798 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
5799 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
5800 * gcov-io.c (gcov_open): Set mode, do not read anything.
5801 (gcov_close): Write final block.
5802 (gcov_write_block, gcov_allocate): New.
5803 (gcov_write_bytes): Make static. Write or allocate buffer.
5804 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
5805 null.
5806 (gcov_write_string): Adjust.
5807 (gcov_write_tag)
5808 (gcov_write_length): Adjust. Flush the block.
5809 (gcov_write_tag_length): Buffer can never be null.
5810 (gcov_read_bytes): Make static. Read in block.
5811 (gcov_sync): Moved here. Adjust.
5812 (gcov_seek): Moved here. Adjust.
5813 * coverage.c (read_counts_file): Adjust.
5814 * gcov-dump.c (print_prefix): Add position parameter.
5815 (flag_dump_positions): New flag.
5816 (options, main, print_usage): Add it.
5817 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
5818 tag_summary): Adjust.
5819 * gcov.c (read_graph_file, read_count_file): Adjust.
5820 * libgcov.c (gcov_exit): Adjust.
5821
5822 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
5823 (libgcov.a): Depend on libgcc.a.
5824 (gcov.o, gcov-dump.o): Add gcov-io.c.
5825 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
5826
5827 * loop.c (check_dbra_loop): Factor common test.
5828
5829 2003-05-14 Ben Elliston <bje@wasabisystems.com>
5830
5831 * doc/md.texi (Automaton pipeline description): Grammar fixes.
5832
5833 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
5834
5835 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
5836 (TARGET_INITIALIZER): Include it.
5837 * target.h (struct gcc_target): Add machine_dependent_reorg field.
5838 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
5839 * system.h: Poison MACHINE_DEPENDENT_REORG.
5840
5841 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
5842 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
5843 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5844 (alpha_handle_trap_shadows): Remove "first insn" parameter.
5845 (alpha_align_insns): Likewise.
5846 (alpha_reorg): Likewise. Make static. Update calls to above
5847 functions.
5848
5849 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
5850 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
5851 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5852 (arm_reorg): Remove parameter. Make static.
5853
5854 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
5855 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
5856 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5857 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
5858 Remove parameter.
5859
5860 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
5861 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
5862 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5863 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
5864 Remove parameter.
5865
5866 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
5867 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
5868 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
5869
5870 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
5871 * config/frv/frv.c: Remove orphaned comment.
5872
5873 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
5874 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
5875 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5876 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
5877 Remove parameter.
5878
5879 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
5880 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
5881 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5882 (emit_insn_group_barriers): Remove "first insn" parameter.
5883 (emit_all_insn_group_barriers): Likewise.
5884 (ia64_reorg): Likewise. Make static. Update calls to above functions.
5885 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
5886
5887 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
5888 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
5889 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5890 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
5891 Remove parameter.
5892
5893 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
5894 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
5895 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5896 (m68hc11_reorg): Make static. Remove parameter.
5897
5898 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
5899 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
5900 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5901 (conditionalize_optimization): Remove parameter.
5902 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
5903 Make static. Update call to conditionalize_optimization.
5904
5905 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
5906 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
5907 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5908 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
5909 Make static.
5910
5911 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
5912 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
5913 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5914 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
5915 Remove parameter.
5916
5917 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
5918 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
5919 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5920 (pa_combine_instructions): Remove "first insn" parameter.
5921 (remove_useless_addtr_insns): Likewise.
5922 (pa_reorg): Likewise. Make static. Update calls to above functions.
5923
5924 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
5925 commented-out definition.
5926
5927 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
5928 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
5929 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5930 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
5931 Remove parameter.
5932
5933 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
5934 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
5935 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5936 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
5937 Remove parameter.
5938 (sh_output_mi_thunk): Call sh_reorg directly.
5939 * config/sh/sh.md: Update comment.
5940
5941 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
5942 commented-out definition.
5943
5944 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
5945 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
5946 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5947 (v850_reorg): Make static. Remove parameter.
5948
5949 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
5950 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
5951 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5952 (xtensa_reorg): Make static. Remove parameter.
5953
5954 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
5955 (TARGET_MACHINE_DEPENDENT_REORG): Document.
5956
5957 2003-05-13 Richard Henderson <rth@redhat.com>
5958
5959 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
5960 the old decl had instantiated DECL_RTL.
5961
5962 2003-05-13 Mike Stump <mrs@apple.com>
5963
5964 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
5965
5966 2003-05-13 Janis Johnson <janis187@us.ibm.com>
5967
5968 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
5969 HOST_WIDE_INT argument.
5970
5971 2003-05-13 Jason Merrill <jason@redhat.com>
5972
5973 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
5974
5975 * tree.c (iterative_hash_expr): New fn.
5976
5977 * c-semantics.c (emit_local_var): Don't mess with temp slots if
5978 there's no initializer.
5979
5980 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
5981
5982 * final.c (final_scan_insn): Apply the effects of frame-related
5983 delay slot insns before emitting a delayed branch.
5984
5985 2003-05-13 Nick Clifton <nickc@redhat.com>
5986
5987 * config/mcore/mcore.md (jump): Use emit_jump_insn.
5988
5989 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5990
5991 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
5992 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
5993
5994 2003-05-12 DJ Delorie <dj@redhat.com>
5995
5996 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
5997 (emit_push_insn): Don't use push when the source alignment is less
5998 than the stack's push rounding.
5999
6000 2003-05-13 Zack Weinberg <zack@codesourcery.com>
6001
6002 * diagnostic.c (output_format): Add support for %m.
6003 (output_printf, output_verbatim, diagnostic_set_info,
6004 verbatim): Set err_no field of the text_info structure being
6005 initialized.
6006 (fatal_io_error): Delete function.
6007 * diagnostic.h (text_info): Add err_no field.
6008 * toplev.h (fatal_io_error): Delete prototype.
6009
6010 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
6011 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
6012 * objc/objc-act.c: Replace all calls to fatal_io_error with
6013 calls to fatal_error; add ": %m" to the end of all the affected
6014 error messages.
6015
6016 2003-05-13 Zack Weinberg <zack@codesourcery.com>
6017
6018 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
6019 * rtl.h: Prototype it.
6020 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
6021 when appropriate.
6022
6023 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6024
6025 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
6026 ("*iorsi3_oi"): Likewise.
6027
6028 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
6029
6030 * arm.md (compare_scc): Use shorter sequence for EQ case.
6031 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
6032 (and_scc_scc): Ensure split only applies when there is a dominance
6033 of the comparisons.
6034 (and_scc_scc_nodom): New insn-and-split pattern.
6035
6036 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
6037
6038 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
6039 to _Unwind_SetGRPtr().
6040
6041 2003-05-13 Michael Eager <eager@mvista.com>
6042
6043 * Makefile.in: Initialize program_transform_cross_name from
6044 @program_transform_name@ instead of target_alias.
6045
6046 2003-05-12 Janis Johnson <janis187@us.ibm.com>
6047 Alan Modra <amodra@bigpond.net.au>
6048 Jakub Jelinek <jakub@redhat.com>
6049
6050 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
6051 * configure: Rebuild.
6052 * config/rs6000/rs6000-protos.h: Update.
6053 * config/rs6000/rs6000.c (rs6000_tls_size): New.
6054 (rs6000_tls_size_string): New.
6055 (rs6000_parse_tls_size_option): New.
6056 (rs6000_legitimize_tls_address): New.
6057 (rs6000_tls_get_addr): New.
6058 (rs6000_got_sym): New.
6059 (rs6000_tls_symbol_ref): New.
6060 (rs6000_tls_symbol_ref_1): New.
6061 (rs6000_get_some_local_dynamic_name): New.
6062 (rs6000_get_some_local_dynamic_name_1): New.
6063 (TARGET_HAVE_TLS): New.
6064 (TARGET_CANNOT_FORCE_CONST_MEM): New.
6065 (rs6000_override_options): Handle -mtls-size option.
6066 (constant_pool_expr_1): Handle TLS symbols.
6067 (rs6000_legitimize_address): Handle TLS symbols.
6068 (rs6000_tls_referenced_p): New.
6069 (rs6000_legitimate_address): Handle TLS symbols.
6070 (rs6000_emit_move): Handle TLS symbols.
6071 (print_operand): Handle TLS symbols.
6072 (uses_TOC): Handle TLS symbols.
6073 (rs6000_emit_prologue): Use symbol for unspec constant.
6074 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
6075 (some_ld_name): New.
6076 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
6077 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
6078 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
6079 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
6080 Support TLS.
6081 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
6082 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
6083 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
6084 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
6085 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
6086 tls_tls_64): New.
6087 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
6088
6089 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
6090
6091 * Makefile.in (stage2_build, stage3_build, stage4_build):
6092 Set BUILD_CC to the same as CC.
6093
6094 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
6095
6096 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
6097
6098 2003-05-12 Andreas Schwab <schwab@suse.de>
6099
6100 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
6101 as unused.
6102 (bundling): Initialize 'pos'.
6103 (ia64_expand_builtin): Initialize 'rmode'.
6104
6105 2003-05-12 David Edelsohn <edelsohn@gnu.org>
6106
6107 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
6108 (ASM_OUTPUT_ALIGNED_COMMON): Same.
6109 (ASM_OUTPUT_LOCAL): Same.
6110
6111 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
6112
6113 * varasm.c (output_constant): Fix underflow.
6114
6115 2003-05-12 Mark Mitchell <mark@codesourcery.com>
6116
6117 PR other/10745
6118 * configure.in: Correct detection of GNU ld version number.
6119 * configure: Regenerated.
6120
6121 2003-05-12 Zack Weinberg <zack@codesourcery.com>
6122
6123 * diagnostic.c (diagnostic_for_decl): Take a
6124 diagnostic_context argument. Restructure to be consistent
6125 with diagnostic_report_diagnostic.
6126 (diagnostic_count_diagnostic): Now static. Take a
6127 diagnostic_info argument, not just a diagnostic_t. Some code
6128 moved here from internal_error. Move a case label for
6129 clarity.
6130 (diagnostic_action_after_output): New function. Code moved
6131 here from internal_error and fatal_error.
6132 (bug_report_request): New #define so that this text appears in
6133 only one place.
6134 (diagnostic_report_diagnostic): Update to match changes to
6135 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
6136 (diagnostic_set_info): Call gettext here.
6137
6138 (pedwarn): Update comment. Don't call gettext here.
6139 (sorry): Use report_diagnostic. Don't call gettext here.
6140 (fatal_error): Remove final fnotice and exit, but call
6141 real_abort to prevent warnings about noreturn function returning.
6142 (internal_error): Likewise. Don't do ICE suppression here nor
6143 call context->internal_error.
6144 (warning_with_decl): Suppress for decls in system headers.
6145 Adjust call to diagnostic_for_decl.
6146 (pedwarn_with_decl): Likewise.
6147 (error_with_decl): Adjust call to diagnostic_for_decl.
6148 (error_recursion): Use bug_report_request.
6149
6150 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
6151 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
6152 diagnostic_count_diagnostic.
6153
6154 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6155
6156 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
6157
6158 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
6159
6160 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
6161 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
6162 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
6163
6164 2003-05-12 Roger Sayle <roger@eyesopen.com>
6165
6166 * doc/rtl.texi: Document zero_extract as a valid destination
6167 of a set insn.
6168
6169 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
6170
6171 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
6172 '.'. Change all local symbol definitions and references to use LSYM.
6173
6174 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
6175
6176 * expr.h (assemble_static_space): Update prototype.
6177 * output.h (assemble_zeros, output_constant): Likewise.
6178 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
6179 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
6180 it 64bit clean.
6181 * elf.h (ASM_OTUPUT_SKIP): Likewise.
6182 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
6183 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6184 Expect HOST_WIDE_INT operand.
6185 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6186 Expect HOST_WIDE_INT operand.
6187 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6188 Expect HOST_WIDE_INT operand.
6189 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
6190 HOST_WIDE_INT operand.
6191 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
6192 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
6193 * aout.h (ASM_OTUPUT_SKIP): Likewise.
6194 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6195 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
6196 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
6197 * frv.h (ASM_OTUPUT_SKIP): Likewise.
6198 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
6199 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6200 Make it 64bit
6201 clean.
6202 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
6203 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6204 Make it 64bit clean.
6205 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
6206 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
6207 HOST_WIDE_INT operand
6208 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6209 Expect HOST_WIDE_INT operand
6210 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
6211 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
6212 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
6213 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6214 Likewise.
6215 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
6216 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6217 Likewise.
6218 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6219 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6220 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6221 ASM_OUTPUT_SKIP): Likewise.
6222 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6223 Likewise.
6224 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6225 ASM_OUTPUT_SKIP): Likewise.
6226 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6227 ASM_OUTPUT_SKIP): Likewise.
6228 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
6229 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
6230 ASM_OUTPUT_SKIP): Likewise.
6231 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
6232 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
6233 ASM_OUTPUT_SKIP): Likewise.
6234 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
6235 Likewise.
6236 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
6237 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
6238 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
6239 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6240 ASM_OUTPUT_SKIP): Make it 64bit clean.
6241 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
6242 Make it 64bit clean.
6243 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
6244 ASM_OUTPUT_SKIP): Make it 64bit clean.
6245 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
6246 64bit clean.
6247 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
6248 HOST_WIDE_INT argument
6249 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
6250 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
6251 HOST_WIDE_INT argument
6252 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
6253 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
6254 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
6255 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6256 HOST_WIDE_INT argument
6257 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
6258 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
6259 * varasm.c (asm_output_bss, asm_output_aligned_bss,
6260 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
6261 HOST_WIDE_INT argument
6262
6263 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
6264
6265 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
6266 favor of walk_tree_without_duplicates. Add comments.
6267
6268 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
6269
6270 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
6271 (struct alloc_pool_def): New element 'id'.
6272 * alloc-pool.c (fancy_abort): Extern function prototype.
6273 (abort): Macro which uses fancy_abort.
6274 (struct allocation_object_def): New structure.
6275 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
6276 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
6277 (last_id): New variable.
6278 (create_alloc_pool): Add the offset of u.data to size of element,
6279 increase and use last_id.
6280 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
6281 (pool_alloc): Likewise. Set ID for elements.
6282 (pool_free): Check whether the PTR was allocated from POOL.
6283
6284 2003-05-11 Richard Henderson <rth@redhat.com>
6285
6286 PR c/10675
6287 * c-decl.c: Include hashtab.h.
6288 (detect_field_duplicates): New.
6289 (finish_struct): Use it.
6290 * Makefile.in (c-decl.o): Update.
6291 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
6292 (component_decl_list, component_decl_list2,
6293 components, components_notype): Build list in reverse order.
6294 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
6295
6296 * tree.c (chainon): Special case op2 null as well.
6297 Reorg for clarity.
6298
6299 2003-05-11 Roger Sayle <roger@eyesopen.com>
6300
6301 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
6302 to implement log, logf and logl built-ins as inline x87 intrinsics.
6303 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
6304 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
6305 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
6306
6307 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
6308 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
6309
6310 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6311
6312 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
6313
6314 * sparc.c (print_operand): Fix uninitialized warning.
6315
6316 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6317
6318 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
6319 real insns.
6320 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
6321 condition.
6322
6323 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
6324
6325 * doc/cpp.texi: Fix typos.
6326
6327 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6328
6329 * config/s390/s390.c (s390_function_arg_float): New function.
6330 (s390_function_arg_pass_by_reference): Use it.
6331 (s390_function_arg_advance): Likewise.
6332 (s390_function_arg): Likewise.
6333 (s390_va_arg): Likewise
6334
6335 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
6336
6337 * coverage.h (coverage_counter_alloc): New function.
6338 * function.h (struct function): Remove arc_profile flag.
6339 * coverage.c (fn_ident): Remove.
6340 (fn_b_ctrs, no_coverage): New.
6341 (get_coverage_counts): Use current_function_funcdef_no.
6342 (coverage_counter_alloc): New.
6343 (coverage_counter_ref): Adjust.
6344 (coverage_begin_output): Check no_coverage. Use
6345 current_function_funcdef_no.
6346 (coverage_end_function): Likewise.
6347 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
6348 than clearing flag_inline_functions. Do not clear arc_profile
6349 flag.
6350 * function.c (prepare_function_start): Do not set arc_profile
6351 flag.
6352 * profile.c (instrument_edges): Return number of instrumented
6353 edges. Use a for loop.
6354 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
6355 local to here and simplify. Use profile_arc_flag not arc_profile
6356 flag.
6357 (find_spanning_tree): Reformat.
6358 * toplev.c (rest_of_compilation): Use profile_arc_flags and
6359 flag_test_coverage rather than arc_profile flag.
6360
6361 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
6362
6363 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
6364
6365 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6366
6367 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
6368
6369 2003-05-11 Bruno Haible <bruno@clisp.org>
6370
6371 * cppfiles.c (find_or_create_entry): Preserve errno.
6372
6373 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
6374
6375 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
6376 cpplib as it's a Standard Predefined Macro.
6377 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
6378 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
6379 __STDC_HOSTED__ appropriately.
6380 * cpplib.h (_cpp_init_builtins): Update.
6381 * fix-header.c (read_scan_file): Update.
6382 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
6383
6384 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
6385
6386 PR C++/689
6387 PR C++/9257
6388 * c-opts.c (c_common_decode_option): Don't set
6389 warn_ctor_dtor_privacy wen -Wall.
6390 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
6391
6392 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
6393
6394 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
6395 patch.
6396
6397 2003-05-10 Zack Weinberg <zack@codesourcery.com>
6398
6399 * diagnostic.c: Reorder functions for clarity, putting all the
6400 functions in the "error" family next to each other, and
6401 likewise all the functions in the "error_with_decl" family.
6402 Some other routines were moved too. Add comments.
6403 (vbuild_message_string): Fold into sole caller.
6404
6405
6406 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6407
6408 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
6409 (EH_RETURN_HANDLER_RTX): Likewise.
6410 (expand_builtin_eh_return): Do not copy stack adjustment
6411 if EH_RETURN_STACKADJ_RTX is not defined.
6412 (expand_eh_return): Likewise. Also, do not pass stack
6413 adjustment as argument to the eh_return pattern.
6414 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
6415 because EH_RETURN_STACKADJ_RTX is not defined.
6416 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
6417 is not defined, treat stack pointer like a regular register.
6418 (uw_init_context_1): Set up fake initial stack pointer register.
6419 (uw_install_context_1): Do not compute stack adjustment if
6420 EH_RETURN_STACKADJ_RTX is not defined.
6421
6422 * config/i386/i386.md ("eh_return"): Remove first argument.
6423 * config/mips/mips.md ("eh_return"): Likewise.
6424 * config/rs6000/rs6000.md ("eh_return"): Likewise.
6425 * config/sh/sh.md ("eh_return"): Likewise.
6426
6427 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
6428
6429 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
6430
6431 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
6432
6433 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
6434
6435 * defaults.h (GCOV_TYPE_SIZE): Remove.
6436 * gcov-io.h (gcov_type): Set to specific mode int on target.
6437 (gcov_unsigned_t, gcov_position_t): New.
6438 (GCOV_TYPE_NODE): New.
6439 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
6440 (GCOV_COUNTERS_SUMMABLE): New.
6441 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
6442 gcov_ctr_info, gcov_info): Adjust types.
6443 (gcov_var): Adjust types.
6444 (gcov_write_unsigned, gcov_write_tag,
6445 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
6446 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
6447 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
6448 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
6449 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
6450 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
6451 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
6452 __gcov_init, __gcov_merge_add): Adjust gcov types.
6453 * coverage.c (ctr_merge_functions): Constify.
6454 (ctr_names): New.
6455 (read_counts_file): Adjust gcov types. Only summarize & merge
6456 summable counters.
6457 (coverage_counter_ref): Use GCOV_TYPE_NODE.
6458 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
6459 build_ctr_info_value, build_gcov_info): Adjust types.
6460 * profile.c (branch_prob): Adjust gcov types.
6461 * gcov_dump (dump_file): Adjust gcov types.
6462
6463 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
6464
6465 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
6466 constants.
6467 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
6468 * arm.c (arm_select_dominance_cc_mode): Renamed from
6469 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
6470 Callers updated.
6471 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
6472
6473 2003-05-09 Roger Sayle <roger@eyesopen.com>
6474
6475 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
6476 as unsigned to avoid signed/unsigned comparison warnings.
6477
6478 2003-05-09 Bob Wilson <bob.wilson@acm.org>
6479
6480 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
6481 instruction if the Xtensa density option is enabled.
6482
6483 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
6484
6485 * mklibgcc.in: Remove extra quotes.
6486
6487 2003-05-09 Mark Mitchell <mark@codesourcery.com>
6488
6489 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
6490 of int_ftype_void.
6491
6492 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
6493
6494 * reload1.c (reload_cse_move2add): Don't turn an implicit
6495 truncation into a self-set in the narrow mode.
6496
6497 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
6498
6499 * arm.md (clzsi2): The CLZ instruction is predicable.
6500
6501 2003-05-09 Bob Wilson <bob.wilson@acm.org>
6502
6503 * config/xtensa/xtensa.c: Formatting.
6504
6505 2003-05-09 Diego Novillo <dnovillo@redhat.com>
6506
6507 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
6508 instead of TREE_OPERAND to access the operand of a
6509 CONSTRUCTOR node.
6510
6511 2003-05-09 Diego Novillo <dnovillo@redhat.com>
6512
6513 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
6514 one operand.
6515
6516 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
6517
6518 * toplev.h (warning_with_file_and_line): Don't declare.
6519 (error_with_file_and_line): Likewise.
6520 * diagnostic.c (error_with_file_and_line): Remove.
6521 (warning_with_file_and_line): Likewise.
6522
6523 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
6524
6525 * c-parse.in (if_stmt_locus): New object.
6526 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
6527 (select_or_iter_stmt rule): Likewise.
6528 (if_stmt_file): Remove.
6529 (if_stmt_line): Likewise.
6530 * jump.c: include "diagnostic.h"
6531 (never_reached_warning): Don't use warning_with_file_and_line.
6532 * Makefile.in (jump.o): Add dependce on diagnostic.h
6533
6534 2003-05-09 Alan Modra <amodra@bigpond.net.au>
6535
6536 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
6537 Move code handling pieces not larger than a word to..
6538 * function.c (assign_parms): ..here, but use change_address instead
6539 of adjust_address and operand_subword, and expand_binop instead of
6540 expand_shift. Adjust calls to move_block_from_reg.
6541 * expr.h (move_block_from_reg): Update declaration.
6542 (copy_blkmode_from_reg): Formatting.
6543 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
6544 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
6545 move_block_from_reg calls.
6546 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
6547 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
6548 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
6549 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
6550 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
6551 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
6552 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
6553 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
6554 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
6555
6556 2003-05-08 DJ Delorie <dj@redhat.com>
6557
6558 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
6559 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
6560 variable-sized types).
6561 (xstormy16_function_arg): New. Pass them that way too.
6562 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
6563 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
6564
6565 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
6566
6567 * mklibgcc.in: Use mkinstalldirs when installing multilib
6568 directories.
6569
6570 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
6571
6572 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
6573 instead of CODE_FOR_jump
6574
6575 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
6576
6577 * objc/objc-act.c (error_with_ivar): Don't use
6578 error_with_file_and_line.
6579 (warn_with_method): Don't use warning_with_file_and_line.
6580
6581 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
6582
6583 * stmt.c (emit_locus): New macro.
6584 (emit_filename): Remove.
6585 (emit_lineno): Likewise.
6586 (struct stmt_status): Replace members x_emit_filename and
6587 x_emit_lineno with x_emit_locus.
6588 (set_file_and_line_for_stmt): Adjust.
6589 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
6590 (warn_if_unused_value): Likewise.
6591 (check_seenlabel): Likewise.
6592
6593 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
6594
6595 * c-decl.c (define_label): Tidy. Don't use any of
6596 error_with_file_and_line or warning_with_file_and_file.
6597 (pending_xref_error): Likewise.
6598 (store_parm_decls): Likewise.
6599 (current_function_prototype_locus): New object. Package from
6600 current_function_prototype_file and current_function_prototype_line.
6601 (start_function): Use it.
6602 (current_function_prototype_file): Remove.
6603 (current_function_prototype_line): Remove;
6604
6605 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6606
6607 * builtins.c (readonly_data_expr): New function.
6608 (expand_builtin_memmove): Optimize any rodata source, not just
6609 strings.
6610
6611 2003-05-07 David Mosberger <davidm@hpl.hp.com>
6612
6613 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
6614
6615 2003-05-07 Richard Henderson <rth@redhat.com>
6616
6617 * config/i386/i386.c (ix86_split_long_move): Fix base register
6618 mode for XFmode splits for TARGET_64BIT.
6619
6620 2003-05-07 Richard Henderson <rth@redhat.com>
6621
6622 * sched-ebb.c (schedule_ebb): Supply the correct starting
6623 block number to save_line_notes.
6624
6625 2003-05-07 Richard Henderson <rth@redhat.com>
6626
6627 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
6628 (dump_file): Likewise.
6629
6630 2003-05-07 David Mosberger <davidm@hpl.hp.com>
6631
6632 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
6633 forget to preserve gp.
6634 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
6635
6636 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
6637 .prologue directive.
6638 Use .skip instead of data8 for .bss section to make Intel
6639 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
6640 explicit in the .mib bundles and remove the unnecessary stop
6641 bits. Replace local labels with normal labels, to make ias
6642 happy. Don't register __do_global_ctors_aux here, do it in
6643 crtend.asm instead.
6644
6645 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
6646 __do_global_ctors_aux in .init_array section instead of
6647 declaring it as a hidden global. Replace local labels with
6648 ordinary labels to make ias happy.
6649
6650 2003-05-07 Richard Henderson <rth@redhat.com>
6651
6652 PR c++/10570
6653 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
6654 * flags.h, toplev.c, doc/invoke.texi: Likewise.
6655
6656 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
6657 * unwind.inc (_Unwind_DeleteException): Check for null
6658 exception_cleanup.
6659
6660 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
6661 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
6662 * unwind.h: Declare them.
6663 * libgcc-std.ver (GCC_3.3): Export them.
6664
6665 2003-05-07 Richard Henderson <rth@redhat.com>
6666
6667 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
6668 not _Unwind_Word.
6669
6670 2003-05-07 Zack Weinberg <zack@codesourcery.com>
6671
6672 * stmt.c (force_label_rtx): New function, based on logic
6673 formerly found in expand_expr.
6674 * expr.h: Prototype it.
6675 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
6676 appropriate.
6677 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
6678
6679 * print-tree.c (debug_tree): Free the table after we're done
6680 with it. Use putc.
6681
6682 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
6683
6684 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
6685 Unreverse arguments for __ev_subw.
6686
6687 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
6688
6689 2003-05-07 Nick Clifton <nickc@redhat.com>
6690
6691 * config/stormy16/stormy-abi: Update to include
6692 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
6693 R_XSTORMY16_12 relocs.
6694
6695 2003-05-07 Alan Modra <amodra@bigpond.net.au>
6696
6697 * function.c (assign_parms): Correct reversed reg_parm_stack_space
6698 test. Add partial in-regs size to stack_args_size.
6699
6700 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6701
6702 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
6703 as a C only option.
6704
6705 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
6706
6707 * gcov-io.h (GCOV_LOCKED): New #define.
6708 (GCOV_LINKAGE): Make sure it is #defined.
6709 (gcov_write_string, gcov_write_tag, gcov_write_length,
6710 gcov_read_string, gcov_time): Poison in libgcov.
6711 (gcov_seek_end): Remove.
6712 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
6713 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
6714 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
6715 GCOV_TAG_SUMMARY_LENGTH): New #defines.
6716 (gcov_write_tag, gcov_write_length): Not in libgcov.
6717 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
6718 (gcov_write_tag, gcov_write_length): Not in libgcov.
6719 (gcov_write_tag_length): New.
6720 (gcov_write_summary): Use gcov_write_tag_length.
6721 * libgcov.c: Always #include gcov-io.h.
6722 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
6723 (GCOV_LINKAGE): Define to nothing for L_gcov.
6724 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
6725 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
6726 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
6727 (read_count_file): Likewise.
6728 * gcov-dump.c (dump_file): Likewise.
6729 * coverag.c (read_counts_file): Likewise.
6730
6731 2003-05-06 Mark Mitchell <mark@codesourcery.com>
6732
6733 PR other/10658
6734 * gcc.c (process_command): Update copyright date.
6735
6736 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
6737
6738 * doc/install.texi (mips-*-*): Add note about libstdc++.
6739
6740 2003-05-06 DJ Delorie <dj@redhat.com>
6741
6742 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
6743 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
6744 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
6745
6746 2003-05-06 <neil@cat.daikokuya.co.uk>
6747
6748 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
6749 and -Wstrict-prototypes if C++.
6750
6751 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
6752
6753 * config/rs6000/linuxspe.h: New file.
6754
6755 * config.gcc: Add powerpc-*-linux-gnuspe* target.
6756
6757 2003-05-06 Richard Henderson <rth@redhat.com>
6758
6759 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
6760 previous frame didn't save sp. Clear sp for next frame.
6761 (uw_install_context_1): Honor saved sp from frame.
6762
6763 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6764
6765 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
6766 (mips_move_1word, mips_move_2words): Remove declaration.
6767 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
6768 (mips_restore_gp): Remove insn argument.
6769 * config/mips/mips.h (FP_REG_RTX_P): New macro.
6770 * config/mips/mips.c (volatile_buffer): Remove.
6771 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
6772 (mips_move_1word, mips_move_2words): Remove, replacing with...
6773 (mips_output_move): ...this new function.
6774 (mips_restore_gp): Remove insn argument. Adjust for above changes.
6775 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
6776 handling of floating-point constants. Handle zero CONST_DOUBLE
6777 arguments.
6778 (mips_annotate_frame_insn): Replace with...
6779 (mips_set_frame_expr): ...this, which just takes one argument.
6780 (mips_frame_set): Change the register argument to an rtx.
6781 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
6782 check whether moves should be split. Use mips_split_64bit_move
6783 to split them. Use mips_subword to generate the high and low
6784 parts of a paired FPR. Adjust calls to frame_set and
6785 mips_set_frame_expr.
6786 (mips_expand_prologue): Simplify due to above changes.
6787 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
6788 targets, replacing xisting register-only versions.
6789 (UNSPEC_STORE_DF_HIGH): New unspec.
6790 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
6791 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
6792 (*paradoxical_extendhidi2): Remove.
6793 (movdi_internal, movdi_internal2): Use mips_output_move.
6794 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
6795 (movsf_internal1, movsf_internal2): Likewise.
6796 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
6797 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
6798 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
6799 Add m <- G alternative.
6800 (load_df_low, load_df_high, store_df_low): New patterns.
6801 (movhi_internal): Use @ template instead of calling a function.
6802 Remove unnecessary 'z' alternatives.
6803 (movqi_internal): Likewise.
6804 (exception_receiver): Update call to mips_restore_gp.
6805
6806 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6807
6808 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
6809 (mips_delegitimize_address): Declare.
6810 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
6811 (FIND_BASE_TERM): Define.
6812 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
6813 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
6814 Handle small-data addresses.
6815
6816 2003-05-05 Roger Sayle <roger@eyesopen.com>
6817
6818 * real.c (real_powi): New function to calculate the value of
6819 a real raised to an integer power, i.e. pow(x,n) for int n.
6820 (real_sqrt): Convert to using the faster do_add, do_multiply
6821 and do_divide API for consistency with the rest of real.c.
6822 * real.h (real_powi): Prototype here.
6823 * builtins.c (fold_builtin): Avoid local variable mode when
6824 evaluating sqrt at compile time. Attempt to evaluate pow at
6825 compile-time, by checking for an integral exponent.
6826
6827 2003-05-05 Richard Henderson <rth@redhat.com>
6828
6829 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
6830
6831 2003-05-05 David O'Brien <obrien@FreeBSD.org>
6832
6833 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
6834 other FreeBSD ports.
6835 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
6836 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
6837
6838 2003-05-05 Janis Johnson <janis187@us.ibm.com>
6839
6840 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
6841 expanded variables.
6842 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
6843
6844 2003-05-05 Zack Weinberg <zack@codesourcery.com>
6845
6846 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
6847 * varasm.c (struct varasm_status): Add deferred_constants field.
6848 (n_deferred_strings): Delete variable.
6849 (n_deferred_constants): New #define.
6850 (struct constant_descriptor_tree): Kill next and label fields.
6851 (const_hash_table, MAX_HASH_TABLE): Delete.
6852 (const_desc_htab): New static variable.
6853 (const_hash): Rename const_desc_hash, and make it fit the
6854 hashtab.h interface.
6855 (const_desc_eq): New.
6856 (const_hash_1, compare_constant): Const-ify arguments.
6857 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
6858 SYMBOL_REFs. Clarify comments. Don't set desc->label.
6859 (output_constant_def): Do the lookup/insert using the
6860 hashtab.h interface. Don't muck with n_deferred_constants or
6861 DEFERRED_CONSTANT_P here.
6862 Always call maybe_output_constant_def_contents.
6863 (maybe_output_constant_def_contents): Take a pointer to the
6864 descriptor, not the EXP and RTL separately. Return
6865 immediately if this constant is not deferred. Defer output of
6866 everything, except writable string constants. Update
6867 n_deferred_constants here.
6868 (output_constant_def_contents): Now takes just one argument,
6869 an rtx. Clear DEFERRED_CONSTANT_P here.
6870 (mark_constant_pool): Update for rename of n_deferred_strings.
6871 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
6872
6873 (init_varasm_status): Clear p->deferred_constants.
6874 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
6875
6876 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6877
6878 * builtins.c (expand_builtin_stpcpy): Only expand when the length
6879 of the source string can be evaluated at compile-time.
6880
6881 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6882
6883 * testsuite/gcc.c-torture/compile/simd-6.c: New.
6884
6885 * c-typeck.c (digest_init): Handle arrays of vector constants.
6886
6887 2003-05-05 Jakub Jelinek <jakub@redhat.com>
6888
6889 * builtins.c (expand_builtin_mempcpy): New function.
6890 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
6891 ignored into strcpy no matter what arguments it has.
6892 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
6893 expand_builtin_mempcpy.
6894
6895 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6896
6897 * testsuite/gcc.dg/20030505.c: New.
6898
6899 * c-typeck.c (convert_for_assignment): Opaque pointers can
6900 interconvert.
6901
6902 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
6903 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
6904 (spe_init_builtins): Rename all pv2si_type_node to
6905 opaque_p_V2SI_type_node.
6906 Remove declaration of pv2si_type_node.
6907 (is_ev64_opaque_type): Accept opaque pointers.
6908
6909 2003-05-05 Geoffrey Keating <geoffk@apple.com>
6910
6911 * config/rs6000/rs6000.c (validate_condition_mode): Use
6912 flag_finite_math_only.
6913 (rs6000_reverse_condition): Never return UNKNOWN; use
6914 flag_finite_math_only.
6915 (rs6000_generate_compare): Use flag_finite_math_only.
6916 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
6917 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
6918 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
6919
6920 * toplev.c (check_global_declarations): Suppress not-used warning
6921 for volatile variables.
6922
6923 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
6924
6925 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
6926 usage of bitfield instructions for mode1 != BLKmode, only ignoring
6927 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
6928 (store_field): Likewise.
6929
6930 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6931
6932 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
6933 evsubifw to builtins accepting 5-bit unsigned constants.
6934 (easy_vector_constant): Return if V1DImode. Fix typo.
6935
6936 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
6937
6938 * config/rs6000/spe.h: Revert licensing change from last patch.
6939
6940 2003-05-05 DJ Delorie <dj@redhat.com>
6941
6942 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
6943 before reload, but defer the split until after.
6944 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
6945 to match.
6946
6947 2003-05-05 David Edelsohn <edelsohn@gnu.org>
6948
6949 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
6950 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
6951
6952 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6953
6954 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
6955 is defined.
6956
6957 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6958
6959 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
6960 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
6961 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
6962
6963 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
6964 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
6965 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
6966 New.
6967
6968 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
6969 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
6970
6971 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
6972 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
6973 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
6974 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
6975 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
6976 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
6977 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
6978 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
6979 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
6980 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
6981 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
6982 BUILT_IN_STRDUP): Add "nonnull" attribute.
6983
6984 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6985
6986 * expr.c (store_field): Don't clobber TEMP in shift: it might be
6987 a variable.
6988 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
6989 whose purpose is to step up the alignment.
6990 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
6991
6992 * stor-layout.c (compute_record_mode): Relax restriction
6993 on fields crossing word boundaries forcing BLKmode.
6994
6995 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
6996
6997 * cppinit.c (cpp_create_reader, post_options): Warn about
6998 trigraphs unless explicity set or -trigraphs.
6999 * cpplex.c (warn_in_comment): New.
7000 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
7001 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
7002 * doc/cppopts.texi, doc/cpp.texi: Update.
7003
7004 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7005
7006 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
7007 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
7008 namespace clash.
7009 (GCOV_MERGE_FUNCTIONS): New.
7010 (gcov_merge_fn): Declare.
7011 (struct gcov_ctr_info): New field "merge".
7012 (__gcov_merge_add): Declare.
7013 * coverage.c (ctr_merge_functions): New.
7014 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
7015 of gcov_ctr_info type.
7016 * libgcov.c (__gcov_merge_add): New.
7017 (gcov_exit): Call a hook to merge values of counters.
7018
7019 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
7020
7021 * toplev.h (pedwarn_with_file_and_line): Don't declare.
7022 * diagnostic.c (pedwarn_with_file_and_line): Remove.
7023
7024 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
7025
7026 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
7027
7028 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7029
7030 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
7031 expand_builtin_frame_address): Update prototypes.
7032 (expand_builtin_constant_p, expand_builtin_strlen,
7033 expand_builtin_strcpy, expand_builtin_memset,
7034 expand_builtin_bzero, expand_builtin_args_info,
7035 expand_builtin_frame_address): Pass in just the argument(s)
7036 needed, not the entire expression `exp'.
7037 (expand_builtin): Update all calls to these functions.
7038
7039 2003-05-03 Richard Henderson <rth@redhat.com>
7040
7041 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
7042 <BUILT_IN_DWARF_SP_COLUMN>: New.
7043 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
7044 (BUILT_IN_DWARF_SP_COLUMN): New.
7045 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
7046 (expand_builtin_dwarf_sp_column): New.
7047 * except.h: Update to match.
7048 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
7049 (execute_cfa_program): Record location expression address
7050 before extracting length.
7051 (uw_update_context_1): Install old CFA into stack pointer column.
7052 (uw_init_context_1): Set cfa_reg to stack pointer column.
7053
7054 2003-05-03 Richard Henderson <rth@redhat.com>
7055
7056 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
7057 return bool.
7058 (toc_relative_expr_p): Likewise.
7059 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
7060 (legitimate_constant_pool_address_p): Move from rs6000.h, change
7061 into a function, downcase all users.
7062 (legitimate_small_data_p): Likewise.
7063 (legitimate_offset_address_p): Likewise.
7064 (legitimate_indexed_address_p): Likewise.
7065 (legitimate_indirect_address_p): Likewise.
7066 (legitimate_lo_sum_address_p): Likewise.
7067 (rs6000_mode_dependent_address): Likewise.
7068 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
7069 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
7070 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
7071 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
7072 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
7073 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
7074 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
7075 * config/rs6000/rs6000-protos.h: Update.
7076
7077 2003-05-03 Geoffrey Keating <geoffk@apple.com>
7078
7079 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
7080 (REVERSE_CONDITION): Define.
7081
7082 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
7083 to branch_positive_comparison_operator.
7084 (ccr_bit): Check that sCOND conditions are actually a positive bit.
7085 (print_operand): Remove %D substitution.
7086 (rs6000_emit_sCOND): Generate complement operation to ensure that
7087 sCOND input is a positive bit.
7088 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
7089 same order as bCOND, and add the missing ones. Remove the %D
7090 substitutions from the scc patterns.
7091
7092 * simplify-rtx.c (simplify_relational_operation): Add case for
7093 ! (fabs(x) < 0.0).
7094
7095 2003-05-03 Bruce Korb <bkorb@gnu.org>
7096
7097 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
7098 in fixincl.x
7099 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
7100
7101 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
7102
7103 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
7104
7105 2003-05-03 Zack Weinberg <zack@codesourcery.com>
7106
7107 PR c/10604
7108 * c-common.c (warn_sign_compare): Initialize to -1.
7109 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
7110 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
7111 for C++ only.
7112 (c_common_post_options): Set warn_sign_compare from extra_warnings
7113 if it's still -1 at this point.
7114
7115 * toplev.c (maybe_warn_unused_parameter): New static variable.
7116 (set_Wextra): New static function.
7117 (W_options): Remove "extra".
7118 (decode_W_option): Call set_Wextra.
7119 (independent_decode_option): Likewise.
7120 (set_Wunused): Cooperate with set_Wextra in setting
7121 warn_unused_parameter.
7122 (rest_of_compilation): No need to check extra_warnings as
7123 well as warn_uninitialized.
7124
7125 * c-typeck.c (build_binary_op, build_conditional_expr):
7126 No need to check extra_warnings as well as warn_sign_compare.
7127 (internal_build_compound_expr): No need to check extra_warnings
7128 as well as warn_unused_value.
7129 * function.c (expand_function_end): No need to check extra_warnings
7130 as well as warn_unused_parameter.
7131 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
7132 as well as warn_unused_value.
7133
7134 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
7135
7136 * Makefile.in: Disable -Werror for gengtype-lex.o.
7137
7138 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
7139
7140 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
7141 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
7142 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
7143 * calls.c (emit_call_1): Likewise.
7144 (expand_call): For calls initializing constant memory, replace
7145 emission of standalone mem /u clobber with function usage entry.
7146 * expr.c (emit_block_move_via_libcall): Likewise.
7147 * cse.c (count_reg_usage, case EXPR_LIST): New case.
7148 * flow.c (propagate_one_insn): Pass entire operand of
7149 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
7150 * integrate.c (try_constants): For CALL_INSNs, substitute constants
7151 within the FUNCTION_USAGE also.
7152 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
7153 FUNCTION_USAGE lists.
7154 * reload1.c (replace_pseudos_in): Renamed.
7155 (reload): Use it for clobbers surviving until the end of the reload.
7156
7157 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7158
7159 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
7160 gen_lowpart on non-integer modes.
7161
7162 * stor-layout.c (place_field): When adjusting offset_align, use
7163 desired_align, not DECL_ALIGN.
7164
7165 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
7166
7167 * c-decl.c (pending_invalid_xref_file): Remove.
7168 (pending_invalid_xref_line): Remove.
7169 (pending_invalid_xref_location): New.
7170 (lookup_label): Use location_t and input_location directly.
7171 (lookup_tag): Likewise.
7172 (pending_xref_error): Likewise.
7173 (c_expand_body_1): Likewise.
7174 * c-common.c (x_expand_start_cond): Likewise.
7175 * c-semantics.c (genrtl_for_stmt): Likewise.
7176 (find_reachable_label): Likewise.
7177 * expr.c (expand_expr): Likewise.
7178 * integrate.c (output_inline_function): Likewise.
7179 * tree-inline.c (find_alloca_call): Likewise.
7180 (find_builtin_longjmp_call): Likewise.
7181 * gcc.c (input_filename): Make static.
7182
7183 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
7184
7185 * config/mips/mips.md: Fix comment typo.
7186
7187 * config/mips/mips.c (mips_integer_op): New structure.
7188 (MIPS_MAX_INTEGER_OPS): Define.
7189 (mips_const_insns): Use mips_build_integer to determine the number
7190 of instructions needed to load a CONST_INT.
7191 (move_operand): Reject compound CONST_INTs.
7192 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
7193 (mips_move_integer): New fn.
7194 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
7195 (mips_legitimize_move): Only legitimize constants when moving
7196 word or subword values.
7197
7198 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
7199
7200 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
7201
7202 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7203
7204 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
7205 modifying it.
7206
7207 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
7208 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7209
7210 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
7211 Hernandez, and Kazu Hirata. Update Richard Henderson.
7212
7213 2003-05-02 Geoffrey Keating <geoffk@apple.com>
7214
7215 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
7216 to tentative declaration.
7217
7218 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
7219 (SYMBOL_FLAG_SMALL_V4): Delete.
7220 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
7221 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
7222 (rs6000_elf_in_small_data_p): Add extra section names. Add
7223 comment about TREE_PUBLIC test.
7224
7225 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
7226 expand_stmt on result of expand_unreachable_stmt.
7227
7228 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7229
7230 * doc/contrib.texi (Contributors): Add Daniel Berlin.
7231
7232 2003-05-02 David Edelsohn <edelsohn@gnu.org>
7233
7234 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
7235 number of automata.
7236
7237 * config/rs6000/rs6000.c (symbol_ref_operand): Check
7238 SYMBOL_REF_FUNCTION_P on AIX.
7239 (current_file_function_operand): Same.
7240 * config/rs6000/rs6000.md (call,call_value): Force non-function
7241 symbol_ref into register on AIX.
7242
7243 2003-05-02 Alan Modra <amodra@bigpond.net.au>
7244
7245 * calls.c (struct arg_data): Move offset, slot_offset, size and
7246 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
7247 (initialize_argument_information): Adjust call to locate_and_pad_parm.
7248 Delete alignment_pad var. Don't calculate slot_offset here.
7249 (emit_library_call_value_1): Delete alignment_pad, offset and size
7250 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
7251 Adjust call to locate_and_pad_parm. Don't tweak arg size for
7252 partial in-regs here. Formatting fixes.
7253 * expr.h (struct locate_and_pad_arg_data): New struct.
7254 (locate_and_pad_parm): Adjust declaration.
7255 * function.c (assign_parms): Localize vars. Use "locate" instead of
7256 other arg location vars. Don't invoke FUNCTION_ARG or
7257 FUNCTION_INCOMING_ARG unless pretend_named is different from
7258 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
7259 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
7260 Use slot_offset for stack home of reg parms. Correct test for
7261 parm passed in memory. Formatting fixes.
7262 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
7263 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
7264 Correct initial_offset_ptr handling. Localize vars. Always pad
7265 locate->offset even when in_regs.
7266
7267 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
7268
7269 * Makefile.in (TREE_H): Replace location.h with input.h.
7270 (GTFILES) Remove location.h
7271 (gt-lists.h): Replace gt-location.h with gt-input.h
7272 * input.h (input_filename, input_line): Remove variables.
7273 (location_s, location_t): Move from location.h.
7274 (input_location): New.
7275 (input_filename, input_line): New #defines.
7276 * location.h: Remove.
7277 * tree.h: Replace location.h with input.h.
7278 (input_filename, input_line): Remove.
7279 * diagnostic.h: Replace location.h with input.h.
7280 * gcc.h (input_filename, input_filename_length): Remove declarations.
7281 * toplev.c (input_filename, input_line): Remove.
7282 (input_location): Define.
7283 (push_srcloc, pop_srcloc): Adjust.
7284 * diagnostic.c (diagnostic_report_current_module): Adjust.
7285
7286 2003-05-02 Nick Clifton <nickc@redhat.com>
7287
7288 * configure.in: Add xstormy16 to list of targets that has a nop
7289 instruction and hence which can be tested to see if the
7290 assembler supports the --gdwarf2 switch.
7291 * configure: Regenerate.
7292
7293 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
7294
7295 PR target/8257
7296 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
7297 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
7298 Avoid undefined shifts by making the shift operand unsigned.
7299
7300 2003-05-01 DJ Delorie <dj@redhat.com>
7301
7302 * reload.c (find_reloads): Also check that all of a multi-reg
7303 value is in the class.
7304
7305 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
7306
7307 * scan.h (lineno): Revert the rename here.
7308
7309 2003-05-01 Stan Shebs <shebs@apple.com>
7310
7311 * config/darwin.c (darwin_encode_section_info): Call
7312 default_encode_section_info.
7313
7314 2003-05-01 David Edelsohn <edelsohn@gnu.org>
7315
7316 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
7317 (movsi_internal1): Use new mfjmpr attribute.
7318 (movhi_internal): Same.
7319 (movqi_internal): Same.
7320 (movcc_internal1): Same.
7321 (movdi_internal64): Same.
7322 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
7323 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
7324 * config/rs6000/40x.md: Add fpu_405.
7325 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
7326 into power4misc automata. Remove extraneous parentheses.
7327 * config/rs6000/440.md: New file.
7328 * config/rs6000/rs6000.c (processor_target_table): Add 440,
7329 440fp. Rename 405f to 405fp.
7330 (function_arg_padding): Correct formatting.
7331 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
7332
7333 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
7334
7335 * input.h (lineno): Rename to ...
7336 (input_line): ... here.
7337 * tree.h (lineno): Rename to ...
7338 (input_line): ... here.
7339 * scan.h (lineno): Rename to ...
7340 (input_line): ... here.
7341 * toplev.c (lineno): Rename to ...
7342 (input_line): ... here.
7343 (push_srcloc, pop_srcloc): Rename lineno to input_line.
7344 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
7345 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
7346 store_parm_decls, c_expand_body_1): Likewise.
7347 * c-errors.c (pedwarn_c99): Likewise.
7348 * c-format.c (status_warning): Likewise.
7349 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
7350 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
7351 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
7352 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
7353 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
7354 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
7355 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
7356 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
7357 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
7358 * coverage.c (create_coverage): Likewise.
7359 * diagnostic.c (pedwarn, sorry, error, fatal_error,
7360 internal_error, warning, diagnostic_report_current_module,
7361 inform): Likewise.
7362 * expr.c (expand_expr): Likewise.
7363 * integrate.c (expand_inline_function,
7364 output_inline_function): Likewise.
7365 * rtl-error.c (file_and_line_for_asm): Likewise.
7366 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
7367 walk_tree): Likewise.
7368 * tree.c (make_node): Likewise.
7369 * ada, cp, f, java, objc, treelang: Likewise.
7370 * objc/objc-act.c (objc_init): Rename lineno to input_line.
7371 (build_module_descriptor, build_selector_translation_table,
7372 build_protocol_template, build_method_prototype_list_template,
7373 build_category_template, build_selector_table,
7374 build_class_template, build_super_template, build_ivar_template,
7375 build_ivar_list_template, build_method_list_template,
7376 build_method_template, add_instance_variable): Likewise.
7377
7378 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
7379 name from input_filename.
7380
7381 2003-04-30 Eric Christopher <echristo@redhat.com>
7382 Richard Sandiford <rsandifo@redhat.com>
7383
7384 * configure: Regenerate from patches below.
7385 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
7386 for all symbolic operands.
7387 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
7388 to function.
7389 * config/mips/linux.h: Fix typo.
7390 * Merge from mips-3_4-rewrite branch:
7391
7392 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
7393
7394 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
7395 handling local labels when TARGET_ABICALLS.
7396
7397 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
7398
7399 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
7400 integer argument.
7401 (mips_expand_call): Likewise.
7402 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
7403 (FIXED_REGISTERS): Clear $31 entry.
7404 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
7405 (EPILOGUE_USES): Define.
7406 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
7407 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
7408 (override_options): Add a 'j' register class.
7409 (mips_expand_call): Handle sibcalls
7410 (mips_expand_epilogue): Handle epilogues for sibcalls.
7411 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
7412 (sibcall_epilogue): New pattern.
7413 (call, call_value): Adjust calls to mips_expand_call.
7414 (sibcall, sibcall_value): New expanders.
7415 (sibcall_internal, sibcall_value_internal): New patterns.
7416 (sibcall_value_multiple_internal): New pattern.
7417
7418 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
7419
7420 * config/mips/mips.md (extended_mips16): New attribute.
7421 (define_attr length): Default to 8 if extended_mips16 == yes.
7422 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
7423 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
7424 (call_internal): Set extended_mips16 to yes for direct jumps.
7425 Remove redundant mode attribute.
7426 (call_value_internal, call_value_multiple_internal): Likewise.
7427 (call_split): Remove redundant mode attribute.
7428 (call_value_split, call_value_multiple_split): Likewise.
7429
7430 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
7431 of unaligned offsets.
7432
7433 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
7434 of SYMBOL_GENERAL.
7435
7436 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
7437
7438 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
7439 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
7440 for mips16 code.
7441
7442 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
7443
7444 * config/mips/mips.h (ADDRESS_COST): Define.
7445
7446 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
7447
7448 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
7449 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
7450 * config/mips/mips.md: Replace 'R' constraints with 'U'.
7451
7452 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
7453
7454 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
7455 of a two-instruction sequence. Add register->memory alternative.
7456 (truncdihi2, truncdiqi2): Likewise.
7457 Rework shift/truncate instructions so that they only handle right
7458 shifts of 32 (or more, in the case of arithmetic shifts).
7459 Add patterns for truncate/sign-extend.
7460
7461 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7462
7463 * configure.in (mips*-*-*): Check for explicit relocation support.
7464 * configure: Regenerate.
7465
7466 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7467
7468 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
7469 and -mno-explicit-relocs.
7470 (MASK_EXPLICIT_RELOCS): Define.
7471 (TARGET_EXPLICIT_RELOCS): Use it.
7472 (mips_split_addresses): Remove declaration.
7473 * config/mips/mips.c (override_options): Update comment for
7474 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
7475
7476 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7477
7478 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
7479 a CONST as identity. Check the return value of gen_lowpart_common.
7480
7481 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7482
7483 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
7484 references for TARGET_EXPLICIT_RELOCS.
7485 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
7486 !TARGET_MIPS16.
7487
7488 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7489
7490 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
7491 (addsi3): Remove redundant constraints.
7492 (addsi3_internal): Use separate register & constant alternatives.
7493 Use a 'Q' constraint and "addiu" insn for the latter.
7494 (adddi3_internal_3, addsi3_internal_2): Likewise.
7495
7496 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7497
7498 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
7499 (mips_expand_unaligned_store): Declare.
7500 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
7501 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
7502 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
7503 (UNSPEC_ULD, UNSPEC_USD): Remove.
7504 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
7505 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
7506 (extv, extzv): Use mips_expand_unaligned_load.
7507 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
7508 predicate for operand 3.
7509 (movsi_ulw, movsi_usw): Replace with...
7510 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
7511 (movdi_uld, movdi_usd): Likewise replace with...
7512 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
7513
7514 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
7515
7516 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
7517 * config/mips/mips.h (LEA_REGS): New register class.
7518 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
7519 (GR_REG_CLASS_P): Include LEA_REGS.
7520 (DANGEROUS_FOR_LA25_P): New macro.
7521 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
7522 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
7523 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
7524 entries to LEA_REGS.
7525 (mips_global_pic_constant_p): New function.
7526 (override_options): Add 'e' register constraint.
7527 (mips_secondary_reload_class): Return LEA_REGS when reloading
7528 a dangerous constant into a class containing $25.
7529 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
7530 (movsi_internal): Likewise.
7531
7532 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
7533
7534 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
7535 * config/mips/mips.md (call_split): New insn.
7536 (call_value_split, call_value_multiple_split): New insns.
7537 (call_internal): Turn into a define_insn_and_split. Split the
7538 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
7539 (call_value_internal, call_value_multiple_internal): Likewise.
7540
7541 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
7542
7543 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
7544 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
7545 (mips_encode_section_info): Don't take symbol visibility into
7546 account if TARGET_ABICALLS. Add more commentary.
7547 * config/mips/mips.md: Add commentary above reloc constants.
7548
7549 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
7550
7551 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
7552 from mips_legitimize_move. Legitimize constant pool references.
7553 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
7554 a REG_EQUAL note to the last instruction.
7555
7556 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
7557
7558 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
7559 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
7560 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
7561 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
7562 * config/mips/mips.md (UNSPEC_HIGH): New constant.
7563 (UNSPEC_RELOC_GPREL16): Rename to...
7564 (RELOC_GPREL16): ...this.
7565 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
7566 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
7567 (macro_calls): New attribute.
7568 (length): Use it to set the default length of calls. Don't allow
7569 calls to have delay slots if macro_calls is "yes".
7570 (luisi, luidi): New patterns.
7571 (lowsi, lowdi): Use '%R' to print the relocation.
7572 (lowdi_extend): Remove.
7573 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
7574 (call_internal): Merge alternatives. Always use "jal".
7575 (call_value_internal, call_value_multiple_internal): Likewise.
7576 (reloc_gprel16): Remove.
7577 * config/mips/mips.c (mips_got_alias_set): New variable.
7578 (mips_classify_constant): Handle the new relocation constants.
7579 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
7580 (mips_symbolic_address_p): Return false if generating explicit relocs.
7581 Otherwise allow local PIC symbols to have an offset.
7582 (mips_splittable_symbol_p): New function.
7583 (mips_classify_address): Use it to check whether a LO_SUM is valid.
7584 (mips_const_insns): Always accept HIGH.
7585 (call_insn_operand): Don't accept global symbols if using explicit
7586 relocs.
7587 (move_operand): Don't accept HIGH when generating PIC.
7588 (mips_reloc, mips_lui_reloc): New functions.
7589 (mips_force_temporary): Remove MODE argument. Expect VALUE to
7590 be a valid right-hand-side for a SET pattern.
7591 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
7592 (mips_emit_high): New function.
7593 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
7594 case. Use mips_splittable_symbol_p to check whether a LO_SUM
7595 address should be used. Use mips_emit_high to generate the
7596 high part of such an address. Adjust the global symbol + offset
7597 case to match the change to mips_force_temprorary.
7598 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
7599 If generating explicit-reloc PIC, load the address of global
7600 symbols from the GOT. Use mips_emit_high to emit the high part
7601 of an address.
7602 (mips_simplify_dwarf_addr): New function.
7603 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
7604 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
7605 (mips_expand_call): Load the addresses of global functions using
7606 %call* relocs if generating explicit-reloc PIC. Don't generate
7607 an exception_receiver pattern.
7608 (override_options): Initialize mips_got_alias_set.
7609 (print_relocation): Remove in favor of...
7610 (mips_reloc_string): ...this new function.
7611 (print_operand): Handle '%R'. Use mips_reloc_string.
7612 (print_operand_address): Use print_operand to print the symbolic
7613 part of a LO_SUM address.
7614 (mips_output_function_prologue): Use .cprestore, reverting last patch.
7615 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
7616 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
7617 for local symbols.
7618
7619 2003-02-02 Eric Christopher <echristo@redhat.com>
7620
7621 * config/mips/mips.c (mips_sign_extend): Remove.
7622 * config/mips/mips-protos.h: Ditto.
7623 * config/mips/mips.md (movdi_internal2_extend): Remove.
7624 (extendsidi2): Fix mode of convert_memory_address.
7625
7626 2003-01-24 Eric Christopher <echristo@redhat.com>
7627
7628 * config/mips/mips.md: Rewrite zero_extend* and extend*
7629 patterns. Use explicit instructions and split after reload
7630 for register extensions.
7631 (ashlsi3_internal1_extend): New combiner pattern for
7632 shift and extend combinations.
7633 * config/mips/mips.h: Change Pmode back to ptr_mode
7634 for performance enhancement.
7635 * combine.c (expand_compound_operation): Make sure
7636 that zero_extend operation is profitable.
7637
7638 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
7639
7640 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
7641 addresses depend on ptr_mode rather than Pmode.
7642 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
7643 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
7644 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
7645 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
7646 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
7647 condition for selecting cpaddsi or cpadddi: use cpadd instead.
7648 (tablejump_internal1): Remove condition.
7649 (tablejump_internal2): Change condition to TARGET_64BIT.
7650 (cpaddsi): Rename to...
7651 (cpadd): ...this.
7652 (cpadddi): Remove.
7653
7654 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
7655
7656 * config/mips/mips-protos.h (mips16_constant_after_function_p,
7657 mips_address_cost, mips_check_split, double_memory_operand,
7658 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
7659 pic_address_needs_scratch, symbolic_operand): Remove declarations.
7660 (mips_legitimate_address_p): Return bool.
7661 (mips_address_insns, mips_fetch_insns, mips_const_insns,
7662 mips_legitimize_address, mips_legitimize_move,
7663 mips_expand_call): Declare.
7664 (mips_return_addr): Move outside #ifdef RTX_CODE.
7665
7666 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
7667 (PIC_FN_ADDR_REG): New reg_class.
7668 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
7669 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
7670 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
7671 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
7672 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
7673 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
7674 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
7675 (LEGITIMATE_PIC_OPERAND): Undefine.
7676 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
7677 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
7678 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
7679 (FUNCTION_MODE): Change to SImode.
7680 (CONST_COSTS): Use mips_const_insns to calculate the cost of
7681 most constants. Treat const_artih_operands specially if they
7682 occur in a PLUS or MINUS.
7683 (CONSTANT_POOL_COST): New macro.
7684 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
7685 Add LO_SUM handling.
7686 (ADDRESS_COST): Undefine.
7687 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
7688 Add CONST to the list of codes for arith_operand. Add LABEL_REF
7689 to call_insn_operand and remove CONST_INT.
7690
7691 * config/mips/mips.c: Include integrate.h.
7692 (SINGLE_WORD_MODE_P): New macro.
7693 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
7694 (mips_constant_info, mips_address_info): New structs.
7695 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
7696 (mips_classify_constant, mips_classify_symbol,
7697 mips_valid_base_register_p, mips_symbolic_address_p,
7698 mips_classify_address, mips_symbol_insns,
7699 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
7700 mips_fetch_insns, mips_force_temporary, mips_add_offset,
7701 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
7702 mips_print_relocation): New functions.
7703 (const_arith_operand): New operand predicate.
7704 (arith_operand): Use it.
7705 (mips_const_double_ok, mips16_simple_memory_operand,
7706 simple_memory_operand, double_memory_operand, mips_check_split,
7707 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
7708 mips16_gp_offset_p, mips16_output_gp_offset,
7709 mips16_constant_after_function_p, mips16_constant): Remove.
7710 (call_insn_operand): Be more fussy about symbolic constants.
7711 Use register_operand.
7712 (move_operand): Use mips_symbolic_address_p to check symbolic
7713 operands and general_operand to check the rest.
7714 (symbolic_operand): Use mips_classify_constant.
7715 (mips_legitimate_address_p): Use mips_classify_address.
7716 (mips_move_1word): Combine handling of symbolic addresses.
7717 Remove special treatment of gp-relative loads for TARGET_MIPS16.
7718 (move_move_2words): Likewise. Assume addresses are offsettable
7719 if they need to refer to more than one word. Add HIGH handling.
7720 (mips_restore_gp): Use ptr_mode for the GP save slot.
7721 (mips_expand_call): New function, combining the old mips.md
7722 call and call_internal define_expands. If the address isn't
7723 a call_insn_operand, force it into a register. For SVR4 PIC,
7724 emit an exception_receiver instruction after the call.
7725 (override_options): Only override flag_pic for TARGET_ABICALLS
7726 if it is currently zero. Allow mips_split_addresses when
7727 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
7728 Add new register class letter, 'c'.
7729 (print_operand): Use mips_classify_constant for constant operands.
7730 (print_operand_address): Use mips_classify_address.
7731 (mips_output_function_prologue): Don't use .cprestore.
7732 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
7733 via the frame pointer if current_function_calls_eh_return.
7734 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
7735 to mark whether a symbol is local or global.
7736 (build_mips16_call_stub): Expect the address of the function rather
7737 than a MEM reference to it. Update call generation sequences.
7738 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
7739 small-data adjustments.
7740
7741 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
7742 length for loads and stores.
7743 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
7744 (define_attr type): Add const and prefetch.
7745 (define_attr length): Use mips_const_insns for const instructions.
7746 Use mips_fetch_insns for load and store instructions.
7747 (define_attr single_insn): New.
7748 (define_attr can_delay): Use it.
7749 (define_attr abicalls): Remove.
7750 (define_delay): Use can_delay. Always allow calls to have delay slots.
7751 (addsi3_internal_2): Add 'Q' constraint.
7752 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
7753 (high): Remove.
7754 (lowsi): Renamed from low.
7755 (lowdi): New pattern.
7756 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
7757 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
7758 (loadgp): Change operand 0 to an immediate_operand.
7759 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
7760 beforehand.
7761 (cpaddsi, cpadddi): New patterns.
7762 (tablejump_internal3, tablejump_internal4): Remove define_expands
7763 and associated define_splits.
7764 (call, call_value): Use mips_expand_call.
7765 (call_internal): New, replacing all existing call_internal* insns.
7766 (call_value_internal): Likewise call_value_internal*.
7767 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
7768 (untyped_call): Remove if (operands[0]) magic.
7769 (prefetch_si_address, prefetch_si): Change type to "prefetch".
7770 (prefetch_di_address, prefetch_di): Likewise.
7771 (leasi, leadi): Remove.
7772 (reloc_gprel16): New.
7773
7774 * config/mips/5400.md (ir_vr54_hilo): Include const type.
7775 * config/mips/5500.md (ir_vr55_hilo): Likewise.
7776 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
7777
7778 2003-01-08 Eric Christopher <echristo@redhat.com>
7779
7780 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
7781 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
7782 configure check for libgloss.
7783 * config/mips/elf64.h: Ditto.
7784 * config/mips/mips.c: Remove ABI_MEABI.
7785 * config/mips/mips.h: Ditto.
7786
7787 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
7788
7789 Fix merge fallout.
7790 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
7791 (muldi3_internal): Remove outdated comment.
7792 (*muls_di, *umuls_di): Fix comment and 64-bitness.
7793 (*smsac_di, *umsac_di): Likewise. Reformat.
7794 (umulsi3_highpart): Minor formatting tweaks.
7795 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
7796 redundant scratch operand. Minor formatting tweak.
7797 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
7798 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
7799 (smulsi3_highpart): As for the unsigned version.
7800 (smulsi3_highpart_internal): Likewise.
7801 (smulsi3_highpart_mulhi_internal): Likewise.
7802 (smulsi3_highpart_neg_mulhi_internal): Likewise.
7803 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
7804 (*smul_acc_di): Remove duplicated pattern.
7805 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
7806 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
7807 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
7808
7809 2002-10-22 Eric Christopher <echristo@redhat.com>
7810
7811 * config/mips/mips-protos.h (mips_return_addr): New.
7812 * config/mips/mips.c (mips_return_addr): New.
7813 (movdi_operand): Remove.
7814 (se_register_operand): Ditto.
7815 (se_reg_or_0_operand): Ditto.
7816 (se_uns_arith_operand): Ditto.
7817 (se_arith_operand): Ditto.
7818 (se_nonmemory_operand): Ditto.
7819 (extend_operator): Ditto.
7820 (highpart_shift_operator): Ditto.
7821 (mips_initial_elimination_offset): Remove return address pointer
7822 elimination.
7823 (mips_reg_names): Remove $ra.
7824 (mips_regno_to_class): Ditto.
7825 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
7826 and TARGET_64BIT.
7827 (POINTER_BOUNDARY): Remove.
7828 (POINTERS_EXTEND_UNSIGNED): Define to 0.
7829 (PROMOTE_MODE): Promote to Pmode.
7830 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
7831 (Pmode): Define to TARGET_64BIT.
7832 (FUNCTION_MODE): Define as Pmode.
7833 (mips_args): Remove deleted functions.
7834 (SIZE_TYPE): Depend on POINTER_SIZE.
7835 (PTRDIFF_TYPE): Ditto.
7836 (FIXED_REGISTERS): Fix extra registers.
7837 (CALL_USED_REGISTERS): Ditto.
7838 (CALL_REALLY_USED_REGISTERS): Ditto.
7839 (RAP_REG_NUM): Remove.
7840 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
7841 (RETURN_ADDR_RTX): Define to mips_return_addr.
7842 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
7843 (CAN_ELIMINATE): Ditto.
7844 * config/mips/mips.md: For DImode patterns, take into account
7845 deletions above. Split mulsidi patterns into sign_extend and
7846 zero_extend.
7847
7848 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
7849 Michael Meissner <meissner@redhat.com>
7850
7851 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
7852 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
7853 mop up unnecessarly moves through LO.
7854 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
7855 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
7856 change mtlo/macc sequences into mul/add sequences when a three-
7857 address mul is available.
7858 (*macc2): New pattern. Add a define_peephole2 to generate it.
7859 (*mul_sub_si): Fix contraint for operand 5.
7860 (*muls): Use in 32-bit code as well.
7861 (*msac): Likewise. Use msub instead of msac in vr5500 code
7862 if the destination is LO. Remove duplicate define_split.
7863 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
7864 (*msac_di): Likewise. Fix formatting.
7865 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
7866 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
7867 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
7868 (*xmulsi3_neg_highpart_mulhi): Likewise.
7869 (*mul_acc_64bit_di): Remove.
7870 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
7871
7872 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7873
7874 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
7875 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
7876 (MULTILIB_DIRNAMES): Remove long32.
7877 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
7878 (MULTILIB_REDUNDANT_DIRS): Remove.
7879
7880 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7881
7882 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
7883 * gcc.c (driver_self_specs): New variable.
7884 (do_self_spec): New function.
7885 (main): Use it to process driver_self_specs.
7886
7887 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
7888
7889 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
7890 Remove DImode define_split for !TARGET_64BIT.
7891 (anddi3): Remove !TARGET_64BIT support from here as well.
7892 Change operand 2's predicate to se_uns_arith_operand.
7893 Add constant alternatives to define_insn.
7894 (iordi3, xordi3, *nordi3): Likewise.
7895 (anddi3_internal1, xordi3_immed): Remove.
7896
7897 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7898
7899 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
7900 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
7901 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
7902 * config/mips/mips.md: Apply same renaming here.
7903
7904 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7905
7906 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
7907 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
7908 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
7909 * config/mips/mips.md (define_attr cpu): Remove r4320.
7910 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
7911
7912 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7913
7914 * config/mips/mips.c (mips16_strings): New variable.
7915 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
7916 symbol in mips16_strings. Free the list.
7917 (mips_encode_section_info): Keep track of local strings.
7918
7919 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7920
7921 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
7922 (sordered_df, sordered_sf): Remove.
7923 * config/mips/mips.c (get_float_compare_codes): New fn.
7924 (gen_int_relational, gen_conditional_move): Use it.
7925
7926 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
7927
7928 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
7929 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
7930 * config/mips/mips.c (fcc_register_operand): New function.
7931 (mips_emit_fcc_reload): New function, extracted from reload_incc.
7932 (override_options): Allow TFmode values in float registers
7933 if ISA_HAS_8CC.
7934 * cnfig/mips/mips.md (reload_incc): Change destination prediate
7935 to fcc_register_operand. Remove misleading source constraint.
7936 Use mips_emit_fcc_reload.
7937 (reload_outcc): Duplicate reload_incc.
7938
7939
7940 2003-04-30 Diego Novillo <dnovillo@redhat.com>
7941
7942 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
7943
7944 2003-04-30 Geoffrey Keating <geoffk@apple.com>
7945
7946 * tree-inline.c (inlinable_function_p): Back out last change, it's
7947 unnecessary.
7948
7949 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
7950
7951 * ggc-page.c (TREE_EXP_SIZE): Define.
7952 (extra_order_size_table): New entry for expr trees with
7953 two operands.
7954
7955 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7956
7957 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
7958 (c_expand_start_cond): Adjust.
7959 (c_expand_end_cond): Don't use warning_with_file_and_file.
7960 (shadow_warning): Likewise.
7961
7962 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
7963
7964 * tree.h (DECL_POINTER_DEPTH): Remove.
7965 (struct tree_decl): Remove pointer_depth.
7966
7967 2003-04-30 Janis Johnson <janis187@us.ibm.com>
7968
7969 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
7970 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
7971 (rs6000_xcoff_encode_section_info): Remove.
7972 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
7973 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
7974 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
7975 Use SYMBOL_REF_FLAGS.
7976 (rs6000_elf_encode_section_info): Call default_encode_section_info for
7977 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
7978 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
7979 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
7980 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
7981 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
7982
7983 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7984
7985 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
7986
7987 2003-04-30 Andreas Schwab <schwab@suse.de>
7988
7989 * doc/extend.texi (Other Builtins): Enclose multiple word data
7990 type in braces for @deftypefn.
7991
7992 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7993
7994 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
7995
7996 * doc/install.texi (--enable-threads): Document "gnat" option.
7997
7998 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
7999
8000 * diagnostic.h (output_formatted_scalar): Tweak.
8001 * diagnostic.c (output_long_decimal): Likewise.
8002 (output_unsigned_decimal): Likewise.
8003 (output_long_unsigned_decimal): Likewise.
8004 (output_octal): Likewise.
8005 (output_long_octal): Likewise.
8006 (output_hexadecimal): Likewise.
8007 (output_long_hexadecimal): Likewise.
8008 (output_pointer): New function.
8009 (output_format): Use it. Recognize "%p" format specifier.
8010
8011 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8012
8013 * function.c (purge_addressof_1): Postpone insn in fewer cases.
8014
8015 2003-04-29 Geoffrey Keating <geoffk@apple.com>
8016
8017 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
8018 call abort() after running out of stack space.
8019
8020 * c-typeck.c (function_types_compatible_p): Ignore incompatible
8021 'volatile' qualifiers on a function's return type in GNU mode.
8022
8023 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
8024
8025 * expr.c (emit_group_load): Dump parallels of simd types to
8026 memory.
8027
8028 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
8029
8030 * genautomata.c (add_vect): Check undefined value for range type
8031 too.
8032
8033 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
8034
8035 * configure.in: More general test for cmp --ignore-initial.
8036 * configure: Regenerate.
8037
8038 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8039
8040 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
8041 (layout_decl, place_field): Likewise.
8042 Also make minor type and whitespace changes.
8043
8044 * tree.c (save_expr): Don't fold a COMPONENT_REF.
8045
8046 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
8047
8048 * calls.c (expand_call): When modes of target and valreg match, force
8049 sibcall failure when target is a MEM.
8050
8051 2003-04-29 Geoffrey Keating <geoffk@apple.com>
8052
8053 * tree-inline.c (inlinable_function_p): Don't support inlining
8054 functions using varargs.
8055
8056 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
8057
8058 * dwarf2out.c (output_call_frame_info): No need to output EH
8059 unwind information if all_throwers_are_sibcalls.
8060
8061 * c-semantics.c (expand_unreachable_stmt): Return a tree.
8062 (expand_stmt): Update for change to expand_unreachable_stmt.
8063 (expand_unreachable_if_stmt): Likewise.
8064
8065 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
8066
8067 2003-04-29 Jason Merrill <jason@redhat.com>
8068
8069 PR middle-end/10336
8070 * jump.c (never_reached_warning): Really stop looking if we reach
8071 the beginning of the function.
8072
8073 2003-04-29 Bob Wilson <bob.wilson@acm.org>
8074
8075 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
8076 Remove redundant macros.
8077 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
8078 (LOCAL_LABEL_PREFIX): Define unconditionally.
8079 (NO_DOT_IN_LABEL): Clarify comment.
8080 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
8081 definition to "long int".
8082
8083 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
8084
8085 bootstrap/10452
8086 * gengtype-yacc.y: Improve portability.
8087
8088 2003-04-29 Zack Weinberg <zack@codesourcery.com>
8089
8090 * config.gcc: Install obsolete target list for GCC 3.3.
8091 * doc/install.texi: Mention in specific-target instructions
8092 that certain configurations are deprecated.
8093
8094 2003-04-29 Zack Weinberg <zack@codesourcery.com>
8095
8096 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
8097
8098 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8099
8100 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
8101 * gcc.c (display_help): Likewise.
8102 * toplev.c (f_options): Likewise.
8103 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
8104 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
8105 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
8106 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
8107 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
8108
8109 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
8110
8111 * varasm.c (default_assemble_visibility): Use assemble_name.
8112
8113 2003-04-29 David O'Brien <obrien@FreeBSD.org>
8114
8115 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
8116 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
8117 (SIZE_TYPE): New macro.
8118 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
8119 (SET_ASM_OP): New macro.
8120 (HANDLE_SYSV_PRAGMA): New macro.
8121 (ASM_WEAKEN_LABEL): New macro.
8122
8123 2003-04-28 Mark Mitchell <mark@codesourcery.com>
8124
8125 PR c++/10180
8126 * tree-inline.c (expand_call_inline): Call push_srcloc when
8127 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
8128
8129 2003-04-28 Mike Stump <mrs@apple.com>
8130
8131 * gdbinit.in: Update to reflect new identifier structure.
8132
8133 2003-04-28 Zack Weinberg <zack@codesourcery.com>
8134
8135 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
8136 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
8137 struct tree_complex, struct tree_vector): Remove RTL field.
8138 (CONSTRUCTOR_ELTS): Use elt 0.
8139 * tree.def (CONSTRUCTOR): Delete first of its two operands.
8140 * varasm.c (output_constant_def): Remove early exit if
8141 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
8142 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
8143 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
8144 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
8145
8146 2003-04-28 Jakub Jelinek <jakub@redhat.com>
8147
8148 * c-decl.c (finish_decl): When prototype with asmspec is found
8149 for built-in, adjust built_in_decls as well as expr.c decls.
8150 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
8151 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
8152 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
8153
8154 2003-04-28 Richard Henderson <rth@redhat.com>
8155
8156 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
8157 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
8158 integral constant mult operand.
8159 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
8160 (const_smulsi3_highpart_v8plus): Likewise.
8161 (const_smulsi3_highpart): Likewise.
8162 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
8163 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
8164 (const_umulsi3_highpart_v8plus): Likewise.
8165 (const_umulsi3_highpart): Likewise.
8166
8167 2003-04-28 David O'Brien <obrien@FreeBSD.org>
8168
8169 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
8170 Define as 1.
8171
8172 2003-04-28 David O'Brien <obrien@FreeBSD.org>
8173
8174 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
8175
8176 2003-04-28 Jakub Jelinek <jakub@redhat.com>
8177
8178 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
8179 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
8180 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
8181 functions.
8182 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
8183
8184 2003-04-28 Nick Clifton <nickc@redhat.com>
8185
8186 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
8187
8188 2003-04-27 Zack Weinberg <zack@codesourcery.com>
8189
8190 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
8191 output_constant_def, use its result instead of TREE_CST_RTL (exp).
8192 Can assume it has the form (mem (symbol_ref ".LCxxx")).
8193 (expand_expr <COMPONENT_REF>): Can always just extract the
8194 relevant field of a CONSTRUCTOR.
8195 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
8196 ARRAY_RANGE_REF>): Make control flow explicit.
8197 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
8198 an INTEGER_CST.
8199
8200 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
8201
8202 * reload1.c (reg_set_luid): Fix a comment typo.
8203
8204 2003-04-27 Zack Weinberg <zack@codesourcery.com>
8205
8206 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
8207 struct deferred_string, const_str_htab): Kill.
8208 (n_deferred_strings): New static variable.
8209 (build_constant_desc): Set SYMBOL_REF_DECL of the new
8210 symbol_ref to point to the constant.
8211 (output_constant_def): When a deferred string is forced out,
8212 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
8213 (mark_constant): Likewise.
8214 (maybe_output_constant_def_contents): When deferring a string
8215 constant, just set STRING_POOL_ADDRESS_P and increment
8216 n_deferred_strings.
8217 (mark_constant_pool): Check n_deferred_strings, not the size
8218 of const_str_htab.
8219 (init_varasm_once): No need to create const_str_htab.
8220
8221 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
8222 SYMBOL_REF_DECL points to a constant.
8223
8224 2003-04-26 Zack Weinberg <zack@codesourcery.com>
8225
8226 * varasm.c (output_constant_def): Split out two new static
8227 functions, build_constant_desc and maybe_output_constant_def_contents.
8228 Restructure for comprehensibility. Don't call
8229 output_addressed_constants. Treat defstr being non-NULL for
8230 STRING_POOL_ADDRESS_P constants as an invariant.
8231 (struct deferred_string): Remove labelno field.
8232 (output_constant_def_contents): Kill labelno argument. Call
8233 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
8234 asm_out.internal_label.
8235 (mark_constant): Update call to output_constant_def_contents.
8236 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
8237 constants as an invariant.
8238
8239 2003-04-26 Richard Henderson <rth@redhat.com>
8240
8241 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
8242 (ix86_expand_call, ix86_rtx_consts): Likewise.
8243
8244 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8245
8246 * doc/md.texi (cmpstr): Document additional restrictions.
8247
8248 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
8249
8250 * flags.h (time_report): Remove.
8251 * timevar.c (timevar_enable): New.
8252 (TIMEVAR_ENABLE): Remove, use timevar_enable.
8253 (timevar_init): Rename from init_timevar.
8254 * timevar.h (timevar_init): Rename from init_timevar.
8255 * toplev.c (time_report): Make static.
8256 (do_compile): Conditionally call init_timevar first.
8257 (preprocess_options): Move some code to do_compile.
8258
8259 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
8260
8261 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
8262
8263 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
8264
8265 * _cpp_lex_direct: Remove pointless code.
8266
8267 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
8268
8269 * doc/extend.texi (Function Attributes): Document "near" and "far"
8270 for 68HC11 and 68HC12.
8271
8272 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8273
8274 * expr.c (store_field): When making temporary for store, don't
8275 make it TYPE_QUAL_CONST.
8276
8277 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
8278
8279 * toplev.c (read_integral_parameter): Use "argument" in error
8280 message to distinguish it from actual invalid options.
8281
8282 2003-04-25 Bob Wilson <bob.wilson@acm.org>
8283
8284 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
8285 addition of __PIC__ and __pic__ macros.
8286 * config/xtensa/xtensa.h: Clean up indentation.
8287
8288 2003-04-25 Bob Wilson <bob.wilson@acm.org>
8289
8290 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
8291 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
8292 (SUBTARGET_CPP_SPEC): Define.
8293 (LIB_SPEC): Delete.
8294 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
8295 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
8296 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
8297 Define.
8298 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
8299 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
8300
8301 2003-04-25 H.J. Lu <hjl@gnu.org>
8302
8303 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
8304 for return mode.
8305 (ia64_expand_builtin): Set rmode to SImode for
8306 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
8307 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
8308 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
8309 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
8310
8311 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
8312
8313 * configure.in (make_compare_target): Test for GNU cmp and set this
8314 variable appropriately.
8315 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
8316 compare4-lean): Rename actual targets to slowcompare*. New compare*
8317 targets depend on names based on make_compare_target.
8318 * configure: Regenerated.
8319
8320 2003-04-25 Richard Henderson <rth@redhat.com>
8321
8322 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
8323 to clobber ar.pfs and ar.unat.
8324 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
8325 fix test for spilling ar.pfs to the stack.
8326
8327 2003-04-25 Richard Henderson <rth@redhat.com>
8328
8329 PR opt/10315
8330 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
8331 checks during reload; use validize_mem instead of adjust_address.
8332
8333 2003-04-26 Ben Elliston <bje@wasabisystems.com>
8334
8335 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
8336 return values from recog_memoized().
8337
8338 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8339
8340 PR opt/8705
8341 * gcse.c (try_replace_reg): On a successful substitution of a constant
8342 into a single set, try to simplify the source of the set.
8343 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
8344 constant source.
8345
8346 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
8347
8348 * cpplex.c (cpp_token_len): Tighten up.
8349 (cpp_token_as_text): Need extra byte now.
8350 * cpplib.c (glue_header_name): Need extra 2 bytes.
8351 * cppmacro.c (cpp_macro_definition): Need extra byte.
8352
8353 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
8354
8355 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
8356 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
8357 where they might be not present. Use their _sp64 equivalent
8358 instead.
8359
8360 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
8361
8362 * i386.md (cvtsi2sdq): Fix typo in previous patch.
8363
8364 2003-04-24 Krister Walfridsson <cato@df.lth.se>
8365
8366 * configure.in: Check whether mbstowcs works.
8367 * configure, config.in: Regenerate.
8368 * intl.c: Use HAVE_WORKING_MBSTOWCS.
8369
8370 2003-04-24 H.J. Lu <hjl@gnu.org>
8371
8372 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
8373 for __sync_bool_compare_and_swap_di for int return type.
8374
8375 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
8376 Change return type to int.
8377 (__sync_bool_compare_and_swap): Likewise.
8378
8379 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
8380
8381 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
8382 looking for fallthru edge.
8383
8384 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
8385 Fix.
8386 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
8387 athlon-fvector): New.
8388 (athlon_*): Revisit to match new optimization guide.
8389 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
8390 * i386.md (cvt??2?? patterns): Fix modes.
8391 (fistp patterns): Set modes.
8392
8393 Accidentaly commited with my earlier reload patch:
8394 PR c/10308
8395 * reload.c (find_reloads_address_1): Reload plus at the place of
8396 index register.
8397
8398 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
8399
8400 New GCOV_TAG_FUNCTION layout
8401 * coverage.c (struct function_list): Replace name with ident.
8402 (struct counts_entry): Likewise.
8403 (fn_ident): New.
8404 (htab_counts_entry_hash, htab_counts_entry_eq,
8405 htab_counts_entry_del): Adjust.
8406 (reads_count_file, get_coverage_counts,
8407 coverage_begin_output, coverage_end_function): Adjust.
8408 (build_fn_info_type, build_fn_info_value): Likewise.
8409 * gcov-dump.c (tag_function): Adjust.
8410 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
8411 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
8412 * gcov.c (struct function_info): Add ident.
8413 (read_graph_file, read_count_file): Adjust.
8414 * libgcov.c (gcov_exit): Adjust.
8415
8416 2003-04-23 Richard Henderson <rth@redhat.com>
8417
8418 PR opt/8300
8419 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
8420 after initialize_uninitialized_subregs; update reg info assuming
8421 new pseudos were created.
8422
8423 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
8424
8425 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
8426 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
8427 (lex_string): Take cpp_string with full spelling.
8428 (cb_ident): Update.
8429 (c_lex): Update diagnostics.
8430 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
8431 (create_literal): New.
8432 (lex_string): Unterminated literals have type CPP_OTHER.
8433 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
8434 for CPP_OTHER.
8435 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
8436 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
8437 * cpplib.c (parse_include, do_line, do_linemarker,
8438 destringize_and_run): Update for token storing full spelling.
8439 * cpplib.h: Update token spelling types.
8440 * cppmacro.c (stringify_arg, check_trad_stringification):
8441 Update for token storing full spelling.
8442
8443 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
8444
8445 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
8446
8447 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
8448
8449 * arm.h (TARGET_OPTIONS): Add value field.
8450
8451 2003-04-23 Mark Mitchell <mark@codesourcery.com>
8452
8453 * doc/extend.texi: Remove duplicate 2003 copyright date.
8454
8455 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
8456
8457 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
8458 (libgcov.a): Depends on LIBGCC_DEPS.
8459 * basic-block.h (profile_info): Moved here from coverage.h. Made
8460 a pointer.
8461 * coverage.c (struct function_list): Fixed array of counter types.
8462 (struct counts_entry): Keyed by counter type, contains summary.
8463 (profile_info): Moved to profile.c.
8464 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
8465 vars.
8466 (profiler_label): Remove.
8467 (ctr_labels): New.
8468 (set_purpose, label_for_tag, build_counter_section_fields,
8469 build_counter_section_value, build_counter_section_data_fields,
8470 build_counter_section_data_values, build_function_info_fields,
8471 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
8472 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
8473 build_ctr_info_value, build_gcov_info): New.
8474 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
8475 (reads_counts_file): Adjust.
8476 (get_coverage_counts): Takes counter number. Add summary
8477 parameter. Adjust.
8478 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
8479 create counter array labels.
8480 (coverage_end_function): Adjust.
8481 (create_coverage): Adjust.
8482 (find_counters_section): Remove.
8483 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
8484 (struct section_info, struct profile_info): Remove.
8485 (profile_info): Moved to basic-block.h.
8486 (coverage_counter_ref): Takes a counter number.
8487 (get_coverage_counts): Takes a counter number. Added summary
8488 parameter.
8489 (find_counters_section): Remove.
8490 * gcov-dump.c (tag_arc_counts): Rename to ...
8491 (tag_counters): ... here. Adjust.
8492 (tag_table): Move tag_counters to 3rd entry. Remove
8493 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
8494 (dump_file): Check for counter tag values here.
8495 (tag_summary): Adjust.
8496 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
8497 * gcov-io.h (GCOV_LOCKED): New.
8498 (GCOV_TAG_ARC_COUNTS): Rename to ...
8499 (GCOV_TAG_COUNTS_BASE): ... here.
8500 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
8501 Remove.
8502 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
8503 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
8504 GCOV_TAG_IS_COUNTER): New.
8505 (struct gcov_ctr_summary): New.
8506 (struct gcov_summary): Adjust.
8507 (struct gcov_counter_section): Remove.
8508 struct gcov_counter_section_data): Remove.
8509 (struct gcov_function_info): Rename to ...
8510 (struct gcov_fn_info): ... here. Adjust.
8511 (struct gcov_ctr_info): New.
8512 (struct gcov_info): Adjust.
8513 * gcov.c (read_count_file): Adjust.
8514 (output_lines): Adjust.
8515 * libgcov.c (gcov_exit): Adjust.
8516 (__gcov_flush): Adjust.
8517 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
8518 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
8519 probably_never_executed_bb_p, compute_frequency_function): Adjust
8520 profile_info use.
8521 * profile.c (struct counts_entry): Remove.
8522 (profile_info): Define here.
8523 (get_exec_counts): Adjust get_coverage_counts call.
8524 (compute_branch_probablilities): Remove find_counters_section
8525 call.
8526 (gen_edge_profiler): Adjust coverage_counter_ref call.
8527 * tracer.c (tail_duplicate): Adjust profile_info use.
8528
8529 2003-04-23 Roger Sayle <roger@eyesopen.com>
8530
8531 PR optimization/10339
8532 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
8533 directly instead of unsafely transforming call into a memcmp.
8534 (expand_builtin_strncmp): Likewise.
8535
8536 2003-04-22 Roger Sayle <roger@eyesopen.com>
8537
8538 * alias.c (mark_constant_function): Check for constancy and
8539 purity even of void functions. Update both the function decl
8540 and the cgraph RTL info with the results.
8541
8542 2003-04-22 Roger Sayle <roger@eyesopen.com>
8543
8544 * real.c (do_add): Change to return a bool indicating that the
8545 result of the operation may be inexact due to loss of precision.
8546 (do_multiply): Likewise.
8547 (do_divide): Likewise.
8548
8549 2003-04-22 Geoffrey Keating <geoffk@apple.com>
8550 Loren James Rittle <ljrittle@acm.org>
8551
8552 * dwarf2out.c (fde_table_allocated): Mark with GTY.
8553 (decl_die_table_allocated): Likewise.
8554 (abbrev_die_table_allocated): Likewise.
8555 (line_info_table_allocated): Likewise.
8556 (separate_line_info_table_allocated): Likewise.
8557 (pubname_table_allocated): Likewise.
8558 (arange_table_allocated): Likewise.
8559 (ranges_table_allocated): Likewise.
8560 (decl_die_table_in_use): Unconditionalize; mark with GTY.
8561 (abbrev_die_table_in_use): Likewise.
8562 (line_info_table_in_use): Likewise.
8563 (separate_line_info_table_in_use): Likewise.
8564 (pubname_table_in_use): Likewise.
8565 (arange_table_in_use): Likewise.
8566 (ranges_table_in_use): Likewise.
8567 (have_location_lists): Likewise.
8568 (emitcount): New GTY-marked static, moved...
8569 (maybe_emit_file): ...from here.
8570 (label_num): New GTY-marked static, moved...
8571 (gen_internal_sym): ...from here.
8572
8573 2003-04-22 Richard Henderson <rth@redhat.com>
8574
8575 PR 8866
8576 * rtl.h (MEM_NOTRAP_P): New.
8577 (MEM_COPY_ATTRIBUTES): Copy it.
8578 * rtlanal.c (may_trap_p): Check it.
8579 * expr.c (do_tablejump): Set it.
8580 * doc/rtl.texi (Flags): Document it.
8581
8582 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
8583
8584 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
8585
8586 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
8587 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
8588
8589 2003-04-22 Vincent Celier <celier@gnat.com>
8590
8591 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
8592 --enable-threads=gnat.
8593 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
8594 * configure.in: Add gnat to the list of thread packages
8595 * configure: Rebuild.
8596 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
8597
8598 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
8599
8600 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
8601
8602 2003-04-22 Devang Patel <dpatel@apple.com>
8603
8604 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
8605 parameter count.
8606 (_cpp_copy_replacement_text): Same.
8607
8608 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
8609
8610 * c-lex.c (c_lex): Handle CPP_OTHER differently.
8611 * cppexp.c (_cpp_parse_expr): Similarly.
8612 * cpplex.c (SPELL_CHAR): Remove.
8613 (_cpp_lex_direct): Stray chars are saved as byte strings.
8614 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
8615 handle SPELL_CHAR.
8616 (cpp_avoid_paste): Update handling of CPP_OTHER.
8617 * cpplib.h: Spell CPP_OTHER like a number.
8618 (struct cpp_token): Remove member c.
8619 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
8620
8621 2003-04-22 David Turner <novalis@gnu.org>
8622
8623 * gbl-ctors.h: Add special license exception.
8624 * libgcc2.h: Likewise.
8625 * tsystem.h: Likewise.
8626 * gcov-io.h: Likewise.
8627
8628 2003-04-22 David Edelsohn <edelsohn@gnu.org>
8629
8630 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
8631 macro defaulting to original BRANCH_COST heuristic.
8632 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
8633
8634 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
8635
8636 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
8637
8638 * config/rs6000/t-spe: Merge in t-fprules into file.
8639
8640 * config.gcc: Add t-spe to powerpc-eabispe.
8641
8642 2003-04-22 Kean Johnston <jkj@sco.com>
8643
8644 * tlink.c (recompile_files): Add missing '=' to putenv calls
8645
8646 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
8647
8648 * ginclude/stddef.h: Provide C++ safe offsetof.
8649
8650 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
8651
8652 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
8653 for reg notes, if there are no substitutions, just use a SUBREG.
8654
8655 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8656
8657 * Makefile.in (calls.o): Depend on except.h.
8658 * calls.c: Include except.h.
8659 (emit_call_1): Call note_eh_region_may_contain_throw if
8660 appropriate.
8661 * except.c (eh_region): Add may_contain_throw.
8662 (expand_eh_region_end_cleanup): Do not include handler code when
8663 it cannot be reached.
8664 (note_eh_region_may_contain_throw): New function.
8665 * except.h (note_eh_region_may_contain_throw): New function.
8666
8667 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8668
8669 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
8670 changes.
8671
8672 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
8673
8674 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
8675 64-bit long doubles.
8676
8677 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
8678
8679 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
8680 a number of conversions required for type consistency and previously
8681 stripped off by STRIP_NOPS.
8682
8683 * calls.c (expand_call): Prevent sibcall optimization for calls to
8684 nested subprograms.
8685
8686 * expmed.c (extract_bit_field): Reverse operands of && condition to
8687 prevent a potential division by zero in the previously first branch.
8688 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
8689
8690 2003-04-21 Joel Brobecker <brobecker@gnat.com>
8691
8692 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
8693 (subrange_type_die): Likewise.
8694 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
8695 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
8696
8697 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8698
8699 Break out coverage routines to new file.
8700 * Makefile.in (COVERAGE_H): New variable
8701 (C_OBJS): Add coverage.o
8702 (coverage.o): New target.
8703 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
8704 dependencies.
8705 (GTFILES): Adjust.
8706 (gt-coverage.h): New target.
8707 (gt-profile.h): Remove.
8708 * profile.h: Remove. Move to ...
8709 * coverage.h: ... here. New. #include gcov-io.h.
8710 * gcov-io.h: Move function definitions to ...
8711 * gcov-io.c: ... here. New.
8712 * profile.c: Move coverage routines to coverage.c.
8713 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
8714 end_branch_prob): Adjust.
8715 * coverage.c: New. Coverage routines from profile.c
8716 (coverage_counter_ref, coverage_init, coverage_finish,
8717 coverage_end_function, coverage_begin_output,
8718 coverage_counter_ref, get_coverage_counts): Define.
8719 * gcov-dump.c, gcov.c: #include gcov-io.c.
8720 * libgcov.c: Likewise. Adjust.
8721 * loop-init.c: Don't #include profile.h
8722 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
8723 * rtl.h: Add coverage prototypes.
8724 * toplev.c (compile_file): Init coverage, not branch_prob.
8725 Always call coverage_finish.
8726 (rest_of_compilation): Call coverage_end_function.
8727
8728 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
8729
8730 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
8731
8732 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
8733
8734 * c-ppoutput.c (cb_include): Don't take a cpp_token.
8735 * cppfiles.c: Don't undef strcmp.
8736 (find_include_file): Don't take a cpp_token. Check for empty
8737 file names.
8738 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
8739 (cpp_push_include): Simplify.
8740 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
8741 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
8742 (parse_include): Similary. Don't check for zero-length filenames.
8743 (do_include_common, do_pragma_dependency): Update accordingly.
8744 * cpplib.h (struct cpp_callbacks): Change prototype of include.
8745
8746 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8747
8748 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
8749 details of conflict handling.
8750
8751 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
8752 when conversion overflows.
8753
8754 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
8755
8756 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
8757 before clearing.
8758
8759 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8760
8761 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
8762 have the same form as the old RTL.
8763
8764 2003-04-21 Andreas Jaeger <aj@suse.de>
8765
8766 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
8767
8768 2003-04-20 Chris Lattner <sabre@nondot.org>
8769 Zack Weinberg <zack@codesourcery.com>
8770
8771 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
8772 genrtl_cleanup_stmt. Correct comment at head of
8773 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
8774
8775 * stmt.c (struct nesting): Kill n_function_calls.
8776 (expand_start_bindings): Don't set
8777 thisblock->data.block.n_function_calls.
8778 (expand_end_bindings): Compare function_call_count against 0.
8779 (expand_cleanups): Kill DONT_DO argument; all callers passed
8780 NULL_TREE. All callers updated to match.
8781
8782 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8783
8784 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
8785 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
8786 (output_constant_def): Remove code predicated on
8787 defer_addressed_constants_flag.
8788
8789 * output.h: Remove prototypes of deleted functions.
8790 * c-typeck.c (constructor_subconstants_deferred): Kill.
8791 (struct initializer_stack): Remove 'deferred' field.
8792 (start_init): Remove all references to the above.
8793 (finish_init): Likewise. Also remove never-executed call to
8794 output_deferred_addressed_constants. Pull assignment to
8795 defstr out of if expression.
8796
8797 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8798
8799 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
8800 NOTE_NEWLINE): Remove.
8801 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
8802 to handle new form of line note type.
8803
8804 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8805
8806 * target.h (encode_section_info): Add new argument carrying
8807 the RTL to be modified by the hook.
8808
8809 * varasm.c (make_decl_rtl, output_constant_def): Update calls
8810 to encode_section_info.
8811 (default_encode_section_info): Take and use RTL argument,
8812 don't use TREE_CST_RTL or DECL_RTL.
8813 * output.h: Update prototype of default_encode_section_info.
8814 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
8815 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
8816 Update calls to encode_section_info.
8817
8818 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
8819 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
8820 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
8821 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
8822 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
8823 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
8824 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
8825 except for PE dllimport/dllexport. Update calls to
8826 default_encode_section_info.
8827
8828 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
8829 Update prototypes.
8830
8831 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
8832
8833 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8834
8835 PR/8705
8836 * pa.md (movccfp): New expander.
8837 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
8838 Reverse fcmp conditions.
8839
8840 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
8841
8842 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
8843 of operand 1 correctly.
8844
8845 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
8846
8847 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
8848 * gcov.c (output_lines): Don't be so fussy about going past EOF.
8849
8850 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8851
8852 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
8853 (cppcharset.o): New target.
8854 * c-lex.c (is_extended_char): Move to cppcharset.c.
8855 (utf8_extend_token): Delete.
8856 * cppcharset.c: New file.
8857 * cpphash.h (_cpp_valid_ucn): New.
8858 * cpplex.c (lex_identifier): Update prototype.
8859 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
8860 escapes.
8861 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
8862 in cppcharset.c.
8863 (lex_number, lex_identifier, cpp_parse_escape): Update.
8864 (_cpp_lex_direct): Update to handle UCNs.
8865 (cpp_avoid_paste): Don't paste to form a UCN.
8866
8867 2003-04-19 Roger Sayle <roger@eyesopen.com>
8868
8869 * builtins.c (expand_builtin): Don't expand a pure or const
8870 built-in function if the result will be ignored and none of
8871 its arguments are volatile.
8872
8873 2003-04-19 Kean Johnston <jkj@sco.com>
8874
8875 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
8876 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
8877 target fragment now: t-sco5; dont compile crti.o.
8878 * config/i386/sco5.h: major overhaul to remove all COFF remnants
8879 and to use elfos.h for most definitions.
8880 (BSS_SECTION_ASM_OP): set correct segment attributes.
8881 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
8882 (DWARF2_UNWIND_INFO): Always set to 1.
8883 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
8884 (MD_STARTFILE_PREFIX_1): Define.
8885 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
8886 (DEFAULT_LINKER): Define if not specified to configure.
8887 (CTORS_SECTION_ASM_OP): Remove COFF crud.
8888 (DTORS_SECTION_ASM_OP): Remove COFF crud.
8889 (WINT_TYPE): Define.
8890 (SDB_DEBUGGING_INFO): Remove.
8891 (EXTRA_SECTIONS): Likewise.
8892 (EXTRA_SECTION_FUNCTIONS): Likewise.
8893 (CTOR_LIST_BEGIN): Likewise.
8894 (CTOR_LIST_END): Likewise.
8895 (INIT_SECTION_FUNCTION): Likewise.
8896 (FINI_SECTION_FUNCTION): Likewise.
8897 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
8898 (LOCAL_LABEL_PREFIX): Likewise.
8899 (NON_SAVING_SETJMP): Likewise.
8900 (RETURN_POPS_ARGS): Likewise.
8901 (ASM_OUTPUT_SKIP): Likewise.
8902 (TARGET_ASM_NAMED_SECTION): Likewise.
8903 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
8904 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
8905 (ASM_OUTPUT_IDENT): Likewise.
8906 (ASM_OUTPUT_CASE_LABEL): Likewise.
8907 (ASM_OUTPUT_ASCII): Likewise.
8908 (ASM_OUTPUT_LIMITED_STRING): Likewise.
8909 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
8910 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8911 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
8912 (ASM_FINISH_DECLARE_OBJECT): Likewise.
8913 (ASM_DECLARE_OBJECT_NAME): Likewise.
8914 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
8915 (ASM_DECLARE_FUNCTION_NAME): Likewise.
8916 (ASM_DECLARE_RESULT): Likewise.
8917 (ASM_WEAKEN_LABEL): Likewise.
8918 (SUPPORTS_WEAK): Likewise.
8919 (APPLY_RESULT_SIZE): Likewise.
8920 (LPREFIX): Likewise.
8921 (ALIGN_ASM_OP): Likewise.
8922 (ASCII_DATA_ASM_OP): Likewise.
8923 (IDENT_ASM_OP): Likewise.
8924 (ASM_SHORT): Likewise.
8925 (ASM_LONG): Likewise.
8926 (TYPE_ASM_OP): Likewise.
8927 (SIZE_ASM_OP): Likewise.
8928 (STRING_ASM_OP): Likewise.
8929 (SKIP_ASM_OP): Likewise.
8930 (EH_FRAME_SECTION_ASM_OP): Likewise.
8931 (READONLY_DATA_SECTION_ASM_OP): Likewise.
8932 (INIT_SECTION_ASM_OP): Likewise.
8933 (FINI_SECTION_ASM_OP): Likewise.
8934 (TEXT_SECTION_ASM_OP): Likewise.
8935 (DATA_SECTION_ASM_OP): Likewise.
8936 (TYPE_OPERANT_FORMAT): Likewise.
8937 (ASM_SPEC): Remove COFF code.
8938 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
8939 cause -pg to emit an error; use pcrt1elf.o with -pp
8940 (ENDFILE_SPEC): Likewise.
8941 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
8942 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
8943 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
8944 add -z alt_resolve to support weak symbols the way GCC wants them.
8945 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
8946 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
8947 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
8948 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
8949 (CRTSTUFF_T_CFLAGS_S): Define.
8950 (MULTILIB_OPTIONS): Likewise.
8951 (MULTILIB_DIRNAMES): Likewise.
8952 (MULTILIB_MATCHES): Likewise.
8953 (MULTILIB_EXTRA_OPTS): Likewise.
8954 (LIBGCC): Likewise.
8955 (INSTALL_LIBGCC): Likewise.
8956 (crti.o): Remove.
8957 * config/i386/t-sco5gas: Remove.
8958 * doc/install.texi: Updated for new OpenServer instructions.
8959 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
8960
8961 2003-04-19 Kean Johnston <jkj@sco.com>
8962
8963 * fixinc/check.tpl: Allow user to over-ride diff program.
8964 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
8965 (sco_math): Added test for SCO math header files.
8966 (sco_regset): Added check for conflicts with ieeefp.h.
8967 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
8968 * fixinc/fixincl.x: Regenerated
8969 * fixinc/tests/base/math.h: Added sco_math tests.
8970 * fixinc/tests/base/string.h: New file.
8971 * fixinc/tests/base/sys/regset.h: New file.
8972
8973 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8974
8975 * cpphash.h (struct cpp_buffer): Remove backup_to.
8976 * cpplex.c (BACKUP, get_effective_char): Die.
8977 (_cpp_skip_block_comment): Assume '*' is location on entry.
8978 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
8979 (IF_NEXT_IS): Update.
8980 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
8981
8982 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
8983
8984 * README.Portability: Move to a new section and obsolete K+R
8985 portability issues.
8986
8987 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
8988
8989 * rtlanal.c (subreg_offset_representable_p): Fix call of
8990 subreg_lowpart.
8991
8992 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
8993
8994 * cpphash.h (struct cpp_reader): New member warned_dollar.
8995 * cpplex.c (continues_identifier_p): New function.
8996 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
8997 lex_number and lex_string, and simplify.
8998 (parse_slow, unescaped_terminator_p): Die.
8999 (_cpp_lex_direct): Update.
9000
9001 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9002
9003 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
9004
9005 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
9006
9007 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
9008 fork behavior.
9009
9010 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9011
9012 * cppexp.c (eval_token): Permit true and false even if pedantic.
9013
9014 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9015
9016 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
9017
9018 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9019
9020 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
9021 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
9022 (struct include_file): Remove fefcnt, mapped members.
9023 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
9024 (read_include_file): Don't use mmap, terminate buffers in '\r'.
9025 (purge_cache): Don't use munmap.
9026 * cpphash.h (CPP_BUF_COLUMN): Update.
9027 (lexer_state): Remove lexing_comment.
9028 (struct _cpp_line_note): New.
9029 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
9030 next_line and need_line. Remove col_adjust and saved_flags.
9031 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
9032 _cpp_skip_block_comment, scan_out_logical_line): New.
9033 (_cpp_init_mbchar): Remove.
9034 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
9035 (cpp_read_main_file): Set line to 1 earlier.
9036 (post_options): -traditional-cpp doesn't want trigraphs.
9037 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
9038 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
9039 _cpp_get_fresh_line): New.
9040 (handle_newline, skip_escaped_newlines, trigraph_p,
9041 continue_after_nul, _cpp_init_mbchar): Remove.
9042 (get_effective_char): Update.
9043 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
9044 (skip_line_comment): Simplify.
9045 (skip_whitespace, parse_identifier, parse_slow, parse_number,
9046 parse_string): Update.
9047 (cpp_lex_direct): Use clean lines and process line notes. Update.
9048 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
9049 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
9050 directly.
9051 (_cpp_handle_directive): Don't set saved_flags.
9052 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
9053 cpp_undef, handle_assertion, cpp_push_buffer): Update.
9054 (_cpp_pop_buffer): Free notes.
9055 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
9056 * cpppch.c (cpp_read_state): \n terminate buffer.
9057 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
9058 (copy_comment): Use _cpp_skip_block_comment.
9059 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
9060 Simplify.
9061 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
9062 save_replacement_text): Update.
9063 (scan_out_logical_line): Update to use clean lines and process
9064 line notes.
9065 * fix-header.c (read_scan_file): Update.
9066
9067 2003-04-18 Douglas B Rupp <rupp@gnat.com>
9068
9069 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
9070 null begin parameter (as well as pointer to null).
9071 (__deregister_frame_info_bases): Likewise.
9072
9073 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9074
9075 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
9076 hard or virtual register and copy into pseudo if replacement fails.
9077
9078 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
9079
9080 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
9081
9082 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
9083
9084 * calls.c (expand_call): Move special case for constructor calls
9085 to right place. Ensures constructor calls used to initialize
9086 arguments get a clean outgoing argument block for themselves.
9087 Move check for stack deallocation completeness until after last
9088 deallocation. Add stack_pointer_delta to set of state
9089 variables saved and restored along with current stack_level.
9090
9091 * integrate.c (expand_inline_function): Ensure non-const actuals
9092 don't end up const in the caller's flow after conversion to possibly
9093 const formal type.
9094
9095 2003-04-18 Vincent Celier <celier@gnat.com>
9096
9097 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
9098 and *_DIV_EXPR as TRUNC_*_EXPR.
9099
9100 2003-04-18 Mark Mitchell <mark@codesourcery.com>
9101
9102 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
9103 for orphaned jump tables.
9104
9105 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
9106
9107 * reload1.c: Revert my previous patch on 2002-04-17.
9108
9109 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9110
9111 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
9112 Add Segher Boessenkool.
9113
9114 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
9115
9116 PR c/9177
9117 * c-decl.c (c_expand_body): Don't garbage collect the function
9118 body if we are going to dump it later.
9119
9120 2003-04-18 Richard Henderson <rth@redhat.com>
9121
9122 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
9123 (alpha_end_function): Don't set them.
9124 (decl_in_text_section): Remove.
9125 (alpha_encode_section_info): Remove.
9126 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
9127 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
9128 sections, rather than decl_in_text_section results.
9129
9130 2003-04-18 Roger Sayle <roger@eyesopen.com>
9131
9132 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
9133 and SIGN_EXTRACT.
9134
9135 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
9136
9137 PR optimization/7675
9138 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
9139 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
9140 nested functions if they refer to declarations from parent functions.
9141 * stmt.c (expand_decl): Don't put automatic variables in registers
9142 if the DECL_NONLOCAL flag is set.
9143
9144 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
9145
9146 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
9147 consider those to be movable where the source matches
9148 want_to_gcse_p.
9149 (update_ld_motion_stores): In comment, refer to
9150 compute_ld_motion_mems for validity of replacement.
9151
9152 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
9153
9154 * gcov-dump.c (tag_summary): Remove max_sum
9155 * gcov-io.h (gcov_summary, gcov_write_summary,
9156 gcov_read_summary): Kill max_sum.
9157 * libgcov.c (gcov_exit): Do one pass over the data. Make error
9158 message more verbose.
9159
9160 * emit-rtl.c (subreg_hard_regno): Check that register is
9161 representable.
9162
9163 * reload.c (reload_inner_reg_of_subreg): When register is not
9164 representable, reload the whole thing.
9165 (find_reloads): Likewsie.
9166 * rtlanal.c (subreg_representable_p): New function.
9167
9168 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
9169 allow negative probabilities for edges from the call to exit.
9170 (branch_prob): Do not add fake edges for functions that may return
9171 twice.
9172
9173 2003-04-17 DJ Delorie <dj@redhat.com>
9174
9175 * toplev.c (target_options): Add value field.
9176 (set_target_switch): Handle target options with values.
9177 * doc/tm.texi: Document how fixed vs variable target
9178 options work.
9179 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
9180 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
9181 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
9182 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
9183 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
9184 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
9185 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
9186 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
9187 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
9188 Add value initializer to target options.
9189
9190 2003-04-07 Loren James Rittle <ljrittle@acm.org>
9191
9192 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
9193
9194 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
9195
9196 * reload1.c (move2add_last_cc0): New.
9197 (reload_cse_move2add): Detect implicit sets.
9198 (move2add_note_store): Notice a store into cc0.
9199
9200 2003-04-17 Roger Sayle <roger@eyesopen.com>
9201
9202 PR c/10375
9203 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
9204 function attributes.
9205
9206 2003-04-17 Janis Johnson <janis187@us.ibm.com>
9207
9208 * doc/sourcebuild.texi (Test Suites): Document support for testing
9209 binary compatibility (moved from testsuite/README.compat).
9210
9211 2003-04-17 Richard Henderson <rth@redhat.com>
9212
9213 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
9214
9215 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
9216
9217 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
9218 the one provided by the FSF.
9219
9220 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9221
9222 * doc/install.texi (Binaries): Update URL and list of platforms
9223 provided by ftp.thewrittenword.com.
9224
9225 2003-04-17 Richard Henderson <rth@redhat.com>
9226
9227 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
9228 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
9229 * config/xtensa/xtensa.md (call, call_value): Likewise.
9230
9231 2003-04-17 Richard Henderson <rth@redhat.com>
9232
9233 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
9234 (print_operand_address): Likewise.
9235 (ep_memory_operand): Likewise.
9236 (special_symbolref_operand): Likewise.
9237 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
9238 (v850_encode_section_info): Call default_encode_section_info.
9239 (v850_strip_name_encoding): Remove.
9240 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
9241 (ASM_OUTPUT_LABELREF): Remove.
9242 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
9243 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
9244 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
9245 (ENCODED_NAME_P): Remove.
9246 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
9247 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
9248 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
9249
9250 2003-04-17 Richard Henderson <rth@redhat.com>
9251
9252 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
9253 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
9254 SYMBOL_REF_FUNCTION_P.
9255
9256 2003-04-17 Richard Henderson <rth@redhat.com>
9257
9258 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
9259 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
9260 (text_segment_operand): Likewise.
9261
9262 2003-04-17 Richard Henderson <rth@redhat.com>
9263
9264 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
9265 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9266 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
9267 (sh_encode_section_info): Remove.
9268 (sh_strip_name_encoding): Remove.
9269 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
9270 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
9271 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
9272 (ASM_OUTPUT_LABELREF): Remove.
9273 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
9274 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
9275
9276 2003-04-17 Richard Henderson <rth@redhat.com>
9277
9278 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
9279 (tls_model_chars): Remove.
9280 (larl_operand): Use SYMBOL_REF_FLAGS.
9281 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9282 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
9283 (s390_output_mi_thunk): Likewise.
9284 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
9285 (s390_function_profiler): Likewise.
9286 (s390_encode_section_info): Use default_encode_section_info
9287 and SYMBOL_FLAG_ALIGN1.
9288 (s390_strip_name_encoding): Remove.
9289 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
9290 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
9291 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
9292
9293 2003-04-17 Richard Henderson <rth@redhat.com>
9294
9295 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
9296 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
9297 (print_operand_address): Likewise.
9298
9299 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
9300 * config/ns32k/ns32k.c (expand_block_move): Don't check
9301 flag_unroll_loops.
9302
9303 2003-04-17 Richard Henderson <rth@redhat.com>
9304
9305 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
9306 SYMBOL_REF_FLAG.
9307
9308 2003-04-17 Richard Henderson <rth@redhat.com>
9309
9310 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
9311
9312 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
9313 (SYMBOL_REF_MODEL): New.
9314 (LIT_NAME_P): Move from m32r.h.
9315 (m32r_select_section): Remove.
9316 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
9317 (m32r_strip_name_encoding): Remove.
9318 (m32r_in_small_data_p): New.
9319 (small_data_operand): Use SYMBOL_REF_SMALL_P.
9320 (addr24_operand): Use SYMBOL_REF_MODEL.
9321 (call26_operand): Likewise.
9322 (addr32_operand): Tidy.
9323 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
9324 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
9325 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
9326 (READONLY_DATA_SECTION_ASM_OP): Remove.
9327 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
9328 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
9329 (TARGET_ASM_SELECT_SECTION): Remove.
9330 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
9331 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
9332 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
9333 (ASM_OUTPUT_LABELREF): Remove.
9334
9335 2003-04-17 Richard Henderson <rth@redhat.com>
9336
9337 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
9338 (encode_section_info): Remove.
9339 * config/ip2k/ip2k-protos.h: Update.
9340
9341 2003-04-17 Richard Henderson <rth@redhat.com>
9342
9343 * varasm.c (default_encode_section_info): Don't set
9344 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
9345 * config/i370/i370.c (i370_encode_section_info): Remove.
9346 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
9347 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
9348 * config/i370/i370.md (movsi): Likewise.
9349
9350 * config/i370/t-i370: Add missing backslash.
9351
9352 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
9353
9354 * doc/invoke.texi (inline-limit): Fix pasto.
9355
9356 2003-04-17 Richard Henderson <rth@redhat.com>
9357
9358 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
9359 (small_call_insn_operand): Use it.
9360 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
9361 (h8300_eightbit_constant_address_p): Use it.
9362 (SYMBOL_FLAG_TINY_DATA): New.
9363 (h8300_tiny_constant_address_p): Use it.
9364 (h8300_encode_label, h8300_strip_name_encoding): Remove.
9365 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
9366 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
9367 (ASM_OUTPUT_LABELREF): Remove.
9368
9369 2003-04-16 Richard Henderson <rth@redhat.com>
9370
9371 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
9372 all users with SYMBOL_REF_SMALL_P.
9373 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
9374 (frv_encode_section_info): Remove.
9375 (frv_strip_name_encoding): Remove.
9376 (frv_in_small_data_p): Merge tests from encode_section_info.
9377 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
9378 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
9379 (SDATA_NAME_P): Remove.
9380 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
9381 (ASM_OUTPUT_LABELREF): Remove.
9382 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
9383
9384 * config/frv/frv.c (frv_asm_out_constructor): New.
9385 (frv_asm_out_destructor): New.
9386 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
9387 (DTORS_SECTION_ASM_OP): New.
9388 (ASM_OUTPUT_CONSTRUCTOR): Remove.
9389 (ASM_OUTPUT_DESTRUCTOR): Remove.
9390
9391 2003-04-16 Richard Henderson <rth@redhat.com>
9392
9393 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
9394 SYMBOL_REF_LOCAL_P; abort if not pic.
9395 (cris_encode_section_info): Remove.
9396
9397 2003-04-16 Richard Henderson <rth@redhat.com>
9398
9399 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
9400 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
9401
9402 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
9403 flag_inline_trees.
9404
9405 2003-04-16 Richard Henderson <rth@redhat.com>
9406
9407 * config/avr/avr.c (avr_encode_section_info): Remove.
9408 (avr_insert_attributes): New.
9409 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
9410 (avr_assemble_integer): Likewise.
9411
9412 2003-04-16 Richard Henderson <rth@redhat.com>
9413
9414 * arc.c (arc_encode_section_info): Remove.
9415 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
9416 (arc_print_operand, arc_print_operand_address): Likewise.
9417 * arc.h (EXTRA_CONSTRAINT): Likewise.
9418
9419 2003-04-16 Roger Sayle <roger@eyesopen.com>
9420
9421 * c-semantics.c (find_reachable_label): New function to find a
9422 potentially reachable label in an expression.
9423 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
9424 assumes the start of the IF_STMT is unreachable (dead) code.
9425 (expand_unreachable_stmt): Similar to expand_stmt but assumes
9426 the start of the statement list is unreachable (dead) code.
9427 (genrtl_if_stmt): If the controlling expression of the IF
9428 is constant, use expand_unreachable_stmt for the THEN or ELSE
9429 clause as appropriate.
9430 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
9431 the body of a SWITCH statement.
9432 (expand_stmt): The code immediately following a "return",
9433 "break", "continue" or "goto" is unreachable.
9434 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
9435
9436 2003-04-16 Richard Henderson <rth@redhat.com>
9437
9438 * rtl.h (MEM_ALIAS_SET): Update documentation.
9439 * doc/rtl.texi (Special Accessors): New node.
9440 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
9441
9442 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
9443
9444 * reload1.c (reload_cse_noop_set_p): Return false if mode of
9445 SET_DEST is not the same as that returned by...
9446 * cselib.h (cselib_reg_set_mode): ... new function.
9447 * cselib.c (cselib_reg_set_mode): Define it.
9448 (REG_VALUES): Document semantics of first element as set mode.
9449 (cselib_subst_to_values): Skip first element if ELT is NULL.
9450 (cselib_lookup): Likewise. Insert past the first element.
9451 (cselib_invalidate_regno): NULLify first element.
9452 (cselib_record_set): Set first element.
9453
9454 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
9455
9456 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
9457 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
9458 * tree.h: Add prototypes for the two new functions.
9459 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
9460 updates introduced in the previous revision by call to saved_expr_p.
9461 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
9462
9463 * expr.c (store_field): Force usage of bitfield instructions when
9464 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
9465 (expand_expr, case BIT_FIELD_REF): likewise.
9466
9467 2003-04-16 Mark Mitchell <mark@codesourcery.com>
9468
9469 PR middle-end/8866
9470 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
9471 jumptables.
9472
9473 2003-04-16 Richard Henderson <rth@redhat.com>
9474
9475 * config/ia64/ia64.c (sdata_symbolic_operand): Use
9476 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
9477 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9478 (function_operand): Use SYMBOL_REF_FUNCTION_P.
9479 (ia64_expand_load_address): Likewise.
9480 (ia64_assemble_integer): Likewise.
9481 (ia64_encode_section_info): Remove.
9482 (ia64_strip_name_encoding): Remove.
9483 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
9484 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
9485
9486 2003-04-16 Richard Henderson <rth@redhat.com>
9487
9488 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
9489 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
9490 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
9491 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
9492 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
9493 (global_symbolic_operand): Similarly.
9494 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
9495 (tls_symbolic_operand_type): Likewise.
9496 (alpha_encode_section_info): Use default_encode_section_info.
9497 (alpha_strip_name_encoding): Remove.
9498 (get_tls_get_addr): Split out from ...
9499 (alpha_legitimize_address): ... here.
9500 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
9501 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
9502 (alpha_initialize_trampoline): Use init_one_libfunc.
9503 (alpha_setup_incoming_varargs): Mark unused parameters.
9504 (alpha_initial_elimination_offset): Likewise.
9505 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
9506 (unicosmk_unique_section): Use default_strip_name_encoding.
9507 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
9508
9509 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
9510
9511 * config.gcc: Add t-spe for eabispe.
9512
9513 * config/rs6000/t-spe: New.
9514
9515 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
9516
9517 Re-apply this patch:
9518
9519 2002-05-16 Dale Johannesen <dalej@apple.com>
9520 * combine.c (cant_combine_insn_p): Reenable combinations
9521 involving hard regs unless CLASS_LIKELY_SPILLED_P.
9522
9523 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9524
9525 PR/10271
9526 * pa-protos.h (function_arg): Remove last argument.
9527 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
9528 * pa.h (struct hppa_args): Add member incoming.
9529 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
9530 member incoming.
9531 (FUNCTION_ARG): Revise call to function_arg.
9532 (FUNCTION_INCOMING_ARG): Delete.
9533
9534 2003-04-15 Zack Weinberg <zack@codesourcery.com>
9535
9536 * configure.in: Unify the code which creates symlinks to a
9537 just-built as, ld, objdump, and nm with the code that detects
9538 their presence for purposes of feature tests.
9539 * configure: Regenerate.
9540
9541 2003-04-15 Zack Weinberg <zack@codesourcery.com>
9542
9543 * varasm.c (output_constant_def): Do not consult
9544 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
9545 (after_function_constants, output_after_function_constants): Delete.
9546 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
9547 * config/mips/mips-protos.h, config/mips/mips.c
9548 (mips16_constant_after_function_p): Delete.
9549 * config/mips/mips.h: Delete #if-0-ed definition of
9550 CONSTANT_AFTER_FUNCTION_P.
9551 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
9552 mention of CONSTANT_AFTER_FUNCTION_P in comment.
9553
9554 2003-04-15 Geoffrey Keating <geoffk@apple.com>
9555
9556 * tree.c (next_decl_uid): Mark with GTY.
9557 (next_type_uid): Likewise.
9558
9559 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
9560
9561 PR target/9594:
9562 * sh.c (barrier_align): Also recognize stuff_delay_slot as
9563 an indicator that a barrier was created by branch splitting.
9564
9565 2003-04-15 Mark Mitchell <mark@codesourcery.com>
9566
9567 * c-decl.c (implicitly_declare): Copy declarations that are going
9568 to be placed in a local scope.
9569
9570 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
9571
9572 * invoke.texi (Spec Files): Wrap if-exists-else example.
9573 (MCore): Remove duplicate @itemx entries and @opindex entries.
9574
9575 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
9576
9577 * unwind.inc (_Unwind_Backtrace): New function.
9578 * unwind.h (_Unwind_Backtrace): Declare it.
9579 * libgcc-std.ver (_Unwind_Backtrace): Export it.
9580
9581 2003-04-14 Jason Merrill <jason@redhat.com>
9582
9583 PR middle-end/10336, c++/10401
9584 * jump.c (never_reached_warning): Also stop looking if we reach the
9585 beginning of the function.
9586
9587 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9588
9589 PR target/10338
9590 PR bootstrap/10198
9591 PR bootstrap/10140
9592 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
9593
9594 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
9595
9596 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
9597
9598 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9599
9600 * optabs.c (expand_binop): In multi-word add cases, ensure
9601 XTARGET is copied to TARGET if they are different.
9602
9603 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
9604
9605 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
9606 to region, possible after integration of function with unreachable
9607 regions that were optimized away.
9608
9609 2003-04-15 Jakub Jelinek <jakub@redhat.com>
9610
9611 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
9612 instead of TOC_REGISTER in epilogue in
9613 current_function_calls_eh_return functions.
9614
9615 2003-04-14 Mark Mitchell <mark@codesourcery.com>
9616
9617 * doc/extend.texi (Empty Structures): Correct description of G++'s
9618 handling of these structures.
9619
9620 * c-decl.c (grokdeclarator): Reject extern redeclarations of
9621 static variables.
9622
9623 2003-04-14 Janis Johnson <janis287@us.ibm.com>
9624
9625 * config/rs6000/rs6000.md (define_constants): Define constants for
9626 all UNSPEC usage, including new values for TLS support.
9627 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
9628 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
9629 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
9630 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
9631 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
9632 eh_set_lr_di): Use them.
9633 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
9634 rs6000_emit_epilogue) Use them.
9635
9636 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
9637
9638 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
9639
9640 * Makefile.in (c-opts.o): Use custom action.
9641
9642 2003-04-14 Douglas B Rupp <rupp@gnat.com>
9643
9644 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
9645
9646 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9647
9648 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
9649 handle "superflat arrays" in Ada.
9650
9651 * integrate.c (expand_inline_function): Don't inline if would
9652 lose /u on a BLKmode TARGET.
9653
9654 2003-04-14 Joel Brobecker <brobecker@gnat.com>
9655
9656 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
9657 extracted from dbxout_type.
9658 (dbxout_range_type): print large bounds in octal format.
9659 (dbxout_type): Replace extracted code by call to
9660 print_int_cst_bounds_in_octal_p.
9661
9662 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
9663 of DW_LANG_Ada83 for Ada units.
9664
9665 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
9666
9667 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
9668 temporary used to round CONST_INT sizes.
9669
9670 * tree.c (int_fits_type_p): Extract generic checks from the case
9671 of constant type bounds. Refine the checks against constant type
9672 bounds to allow for possible decisions against each of these bounds
9673 without requiring both bounds to be constant.
9674 (tree_int_cst_msb): Put back.
9675 * tree.h (tree_int_cst_msb): Likewise.
9676
9677 * global.c (global_conflicts): Prevent allocation of call clobbered
9678 hard regs to pseudos live across abnormal edges, as later passes are
9679 not ready to handle them.
9680
9681 * fold-const.c (fold): Reorder tests for conditional expressions.
9682
9683 * expr.c (highest_pow2_factor): Return unsigned.
9684 * expr.h (offset_address): Likewise.
9685 * emit-rtl.c (offset_address): POW2 argument now unsigned.
9686
9687 2003-04-14 Roger Sayle <roger@eyesopen.com>
9688
9689 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
9690 string literals at compile-time.
9691
9692 2003-04-14 Roger Sayle <roger@eyesopen.com>
9693
9694 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
9695 comparison operation and c1/c2 are floating point constants into
9696 x swap(cmp) (c1 - c2).
9697
9698 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
9699
9700 * genautomata.c (output_translate_vect): Fix a typo in loop
9701 condition.
9702
9703 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
9704
9705 PR target/10377
9706 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
9707 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
9708 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
9709 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
9710 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
9711 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
9712 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
9713 ("*extopqihi_swap_side", "*extopqisi_swap_side")
9714 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
9715 When next to constraint R, replace constraint i with n.
9716
9717 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
9718
9719 PR opt/10024
9720 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
9721
9722 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9723
9724 * doc/contrib.texi (Contributors): Correct my entry.
9725
9726 2003-04-13 Roger Sayle <roger@eyesopen.com>
9727
9728 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
9729 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
9730 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
9731 implies DECL_BUILT_IN to simplify logic.
9732 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
9733
9734 2003-04-13 Roger Sayle <roger@eyesopen.com>
9735
9736 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
9737 (BT_FN_PTR_SIZE_SIZE): Likewise.
9738 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
9739 New built-in functions for malloc, calloc and strdup respectively.
9740 * calls.c (special_function_p): No need to handle malloc-like
9741 functions any longer. ECF_MALLOC is set via built-in attributes.
9742
9743 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
9744
9745 * doc/extend.texi: Document these new built-in functions.
9746
9747 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9748
9749 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
9750 (expand_builtin_stpcpy): New.
9751 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
9752 * builtins.def: Add mempcpy & stpcpy support.
9753 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
9754
9755 2003-04-13 Nick Clifton <nickc@redhat.com>
9756
9757 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
9758 "GCC".
9759 * config/rs6000/40x.md, config/rs6000/603.md,
9760 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
9761 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
9762 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
9763 config/rs6000/aix43.h, config/rs6000/aix51.h,
9764 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
9765 config/rs6000/altivec.h, config/rs6000/altivec.md,
9766 config/rs6000/beos.h, config/rs6000/darwin.h,
9767 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
9768 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
9769 config/rs6000/freebsd.h, config/rs6000/gnu.h,
9770 config/rs6000/host-darwin.c, config/rs6000/linux.h,
9771 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
9772 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
9773 config/rs6000/netbsd.h, config/rs6000/power4.md,
9774 config/rs6000/rios1.md, config/rs6000/rios2.md,
9775 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
9776 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
9777 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
9778 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
9779 config/rs6000/spe.md, config/rs6000/sysv4.h,
9780 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
9781 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
9782
9783 2003-04-13 Nick Clifton <nickc@redhat.com>
9784
9785 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
9786 support for -mcall-aix switch.
9787 * config/rs6000/eabiaix.h: Delete.
9788 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
9789 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
9790 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
9791 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
9792 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
9793 debug_stack_info, output_function_profiler,
9794 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
9795 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
9796 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
9797 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
9798 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
9799 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
9800 multilibs.
9801 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
9802 (MULTILIB_EXCEPTIONS): Delete.
9803 (MULTILIB_MATCHES): Remove mcall-aix matches.
9804
9805 * doc/fragments.texi: Replace -mcall-aix example with an ARM
9806 one.
9807 * doc/install.texi: Delete powerpc-*-eabiaix target.
9808 * doc/invoke.texi: Remove documentation of mcall-aix switch.
9809 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
9810 * config.gcc: Delete powerpc-*-eabiaix target.
9811
9812 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
9813
9814 * doc/invoke.texi: Fix typos.
9815 * doc/tm.texi: Likewise.
9816
9817 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9818
9819 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
9820
9821 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9822
9823 * tree.c (build_constructor): New function.
9824 * tree.h: Prototype it.
9825
9826 * c-typeck.c (build_c_cast, pop_init_level)
9827 * profile.c (build_function_info_value, build_gcov_info_value)
9828 (create_profiler):
9829 Use build_constructor.
9830
9831 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
9832
9833 * objc/objc-act.c (build_constructor):
9834 Rename objc_build_constructor. Use build_constructor.
9835 (build_objc_string_object, objc_add_static_instance)
9836 (init_def_list, init_objc_symtab, init_module_descriptor)
9837 (generate_static_references, build_selector_translation_table)
9838 (build_descriptor_table_initializer, generate_descriptor_table)
9839 (build_protocol_initializer, build_ivar_list_initializer)
9840 (generate_ivars_list, build_dispatch_table_initializer)
9841 (generate_dispatch_table, generate_protocol_list)
9842 (build_category_initializer, build_shared_structure_initializer):
9843 Update to match.
9844
9845 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9846
9847 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
9848
9849 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9850
9851 * config/m68hc11/m68hc11-protos.h
9852 (m68hc11_eq_compare_operator): Declare
9853 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
9854 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
9855 (d_register_operand): Check the operand mode.
9856 (hard_addr_reg_operand): Likewise.
9857
9858 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9859
9860 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
9861 pattern for dbcc/ibcc generation for 68HC12.
9862 ("doloop_end"): New pattern.
9863 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
9864 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
9865 ("m68hc12_dbcc_dec_qi"): New pattern.
9866 ("m68hc12_dbcc_inc_qi"): New pattern.
9867 (split): Add split for the above when we can't use dbcc/ibcc due to
9868 reloading.
9869 (peephole2): Add peephole2 to generate the above when possible.
9870
9871 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9872
9873 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
9874 mode of operand 0.
9875 (peephole2 optimize const load): Likewise for operand 2.
9876 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
9877 clobbers CC_REGNUM.
9878 ("*rotrhi3_with_carry"): Likewise.
9879 (ashift:DI 1 split): Update pattern to create the above rotate.
9880 (lshiftrt:DI 1 split): Likewise.
9881
9882 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9883
9884 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
9885 ("tstqi_z_used" split): Use it.
9886 ("cmphi_z_used"): Likewise.
9887 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
9888 ("cmpqi_z_used"): Likewise.
9889
9890 2003-04-12 Mark Mitchell <mark@codesourcery.com>
9891
9892 PR c++/7910
9893 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
9894
9895 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9896
9897 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
9898 * configure, config.in: Regenerate.
9899 * intl.c (gcc_gettext_width): New function.
9900 * intl.h: Prototype it.
9901
9902 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9903
9904 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
9905 recognize -mnorelax.
9906 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
9907 (REG_CLASS_NAMES): Add its name.
9908 (REG_CLASS_CONTENTS): Define its content.
9909
9910 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9911
9912 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
9913 parameters so that offsets are valid for far definition.
9914 (__mulsi3): Likewise and use ret to return.
9915 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
9916
9917 2003-04-12 David Edelsohn <edelsohn@gnu.org>
9918
9919 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
9920
9921 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
9922
9923 * mklibgcc.in (libgcc-stage-start): For every multilib directory
9924 containing a libgcc.a, move lib* to the corresponding stage dir.
9925
9926 * Makefile.in (stage1-start, stage2-start, stage3-start,
9927 stage4-start): Move $(SPECS) to specs in stage dir.
9928 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
9929 back as $(SPECS).
9930
9931 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
9932 object files from the non-libgcc/ multilib directories as well.
9933
9934 2003-04-11 Geoffrey Keating <geoffk@apple.com>
9935
9936 * profile.c (read_counts_file): Initialise 'checksum'.
9937
9938 * emit-rtl.c (gen_rtx): Really correct typo.
9939
9940 PR c++/9393
9941 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
9942 * configure.in: Check for gettimeofday.
9943 * tree.c (flag_random_seed): Define.
9944 (default_flag_random_seed): New.
9945 (append_random_chars): Use flag_random_seed rather than trying
9946 to acquire randomness here.
9947 * tree.h (default_flag_random_seed): Declare.
9948 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
9949 descriptions.
9950 (decode_f_option): Handle -frandom-seed.
9951 (print_switch_values): Call default_flag_random_seed.
9952 * flags.h (flag_random_seed): Declare.
9953 * configure: Regenerate.
9954 * config.in: Regenerate.
9955 * config/alpha/t-crtfm: Use -frandom-seed.
9956
9957 * doc/extend.texi (Empty Structures): New.
9958
9959 * c-pch.c: Include flags.h. Add comments to routines.
9960 (struct c_pch_validity): New.
9961 (get_ident): Update PCH file version number.
9962 (pch_init): Output current debugging type.
9963 (c_common_valid_pch): Check debugging type.
9964 * Makefile.in (c-pch.o): Update dependencies.
9965 * flags.h (debug_type_names): Declare.
9966 * toplev.c (debug_type_names): Move out of decode_g_option.
9967
9968 2003-04-11 Eric Christopher <echristo@redhat.com>
9969
9970 * emit-rtl.c (gen_rtx): Fix typos.
9971
9972 2003-04-11 Richard Henderson <rth@redhat.com>
9973
9974 * emit-rtl.c (gen_rtx): Zero '0' fields.
9975
9976 2003-04-11 Richard Henderson <rth@redhat.com>
9977
9978 PR c++/10202
9979 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
9980 not COMPLETE_TYPE_P for re-invoking layout_decl.
9981
9982 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
9983
9984 * doc/bugreport.texi: Fix paragraph breaking between sections
9985 in preparation for TeXinfo's paragraph indentation fixes.
9986 * doc/extend.texi: Ditto.
9987 * doc/invoke.texi: Ditto.
9988 * doc/objc.texi: Ditto.
9989 * doc/gcov.texi: Wrap 'gcov' in @command{}.
9990 * doc/invoke.texi (Darwin Options): Add a preamble.
9991
9992 2003-04-11 Richard Henderson <rth@redhat.com>
9993
9994 * config/i386/i386.c (tls_model_chars): Remove.
9995 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
9996 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
9997 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9998 (tls_symbolic_operand_1): Likewise.
9999 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
10000 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
10001 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10002 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
10003 bits "copied from i386.h" with default_encode_section_info.
10004
10005 2003-04-11 Richard Henderson <rth@redhat.com>
10006
10007 * rtl.def (SYMBOL_REF): Add two 0 fields.
10008 * gengtype.c (adjust_field_rtx_def): Handle them.
10009 * print-rtl.c (print_rtx): Print them.
10010 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
10011 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
10012 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
10013 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
10014 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
10015 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
10016 (SYMBOL_FLAG_MACH_DEP): New.
10017 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
10018 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
10019 (assemble_static_space): Set SYMBOL_REF_FLAGS.
10020 (assemble_trampoline_template): Likewise.
10021 (output_constant_def, force_const_mem): Likewise.
10022 (default_encode_section_info): New.
10023 * output.h: Declare it.
10024 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
10025
10026 2003-04-11 Richard Henderson <rth@redhat.com>
10027
10028 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
10029 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
10030 * optabs.c (init_optabs): Initialize them.
10031 (init_libfuncs): Use init_one_libfunc.
10032 * calls.c (expand_call): Use gcov_flush_libfunc.
10033 * expr.c (store_constructor): Use setbits_libfunc.
10034 * function.c (expand_main_function): Use init_one_libfunc.
10035 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
10036
10037 2003-04-11 Mark Mitchell <mark@codesourcery.com>
10038
10039 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
10040 documentation; add DECL_FRIEND_CONTEXT.
10041
10042 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10043
10044 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
10045 notes on linker selection and configuration for 64-bit HP-UX port.
10046 * doc/invoke.texi (hppa): Remove hppa text from description for
10047 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
10048 and -threads options.
10049
10050 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
10051 libc.a on libdld.sl when -static is specified and -nolibdld is not
10052 specified.
10053 * pa64-hpux.h (LIB_SPEC): Likewise.
10054 * pa-hpux11.h (LIB_SPEC): Likewise.
10055 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
10056 is not specified.
10057
10058 2003-04-11 Zack Weinberg <zack@codesourcery.com>
10059
10060 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
10061 not IDENTIFIER_LOCAL_VALUE.
10062
10063 2003-04-11 Richard Henderson <rth@redhat.com>
10064
10065 PR c/10201
10066 * expr.c (expand_expr): Move DECL_RTL frobbing ...
10067 * stor-layout.c (layout_decl): ... here.
10068
10069 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
10070
10071 * doc/invoke.texi: Eliminate extra white-space caused by
10072 @gccoptlist{ on its own line.
10073 * doc/invoke.texi: Ensured there are two spaces between each option.
10074 * doc/invoke.texi: Re-wrapped option lines that were too wide.
10075 Added @gol to options that didn't have them.
10076
10077 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
10078
10079 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
10080 gcov-iov.h.
10081
10082 Simplify interface to gcov reading and writing.
10083 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
10084 gcov_alloc, gcov_modified, gcov_errored): Move into ...
10085 (struct gcov_var gcov_var): ... this static structure.
10086 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
10087 Return void.
10088 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
10089 read object.
10090 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
10091 (gcov_reserve_length): Remove.
10092 (gcov_write_tag): New.
10093 (gcov_write_length): Adjust.
10094 (gcov_read_summary, gcov_write_summary): Adjust.
10095 (gcov_eof, gcov_ok): Rename to ...
10096 (gcov_is_eof, gcov_is_error): ... here. Return error code.
10097 (gcov_save_position, gcov_resync): Rename to ...
10098 (gcov_position, gcov_seek): ... here.
10099 (gcov_skip, gcov_skip_string): Remove.
10100 (gcov_error): Remove.
10101 (gcov_open, gcov_close): Adjust.
10102 * gcov.c (find_source): Take const char *, copy it on allocation.
10103 (read_graph_file): Adjust.
10104 (read_count_file): Adjust.
10105 * libgcov.c (gcov_exit): Adjust.
10106 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
10107 tag_arc_counts, tag_summary): Return void. Adjust.
10108 (struct tag_format): Adjust proc member.
10109 (dump_file): Adjust gcov calls.
10110
10111 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10112
10113 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
10114 mkfixinc.sh.
10115 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
10116 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
10117 build != host sysrooted builds.
10118 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
10119 TARGET_SYSTEM_ROOT even on sysrooted natives.
10120 * configure: Rebuilt.
10121
10122 2003-04-10 Zack Weinberg <zack@codesourcery.com>
10123
10124 * c-decl.c (struct binding_level): Add shadowed_tags and
10125 function_body; remove this_block, tag_transparent, and
10126 subblocks_tag_transparent; update comments.
10127 (clear_binding_level, lookup_tag_reverse): Kill.
10128 (make_binding_level): Use ggc_alloc_cleared or memset.
10129 (lookup_tag): Remove struct binding_level* parameter. All
10130 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
10131 current_binding_level->tags if asked for thislevel_only or if
10132 we might have to diagnose "struct foo; union foo;"
10133 (pushlevel): Ignore argument. Do not push another binding
10134 level on the transition from the parameters to the top level
10135 of the function body; just tweak the flags and proceed.
10136 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
10137 a function body, separate the parameter list from the
10138 top-level local variables.
10139 (set_block): Do nothing.
10140 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
10141 shadowed_tags if necessary.
10142 (warn_if_shadowing): Nuke the special case for local shadowing
10143 parameter.
10144 (pushdecl): Do not create a shadow entry if we are replacing
10145 an older decl in the same binding level.
10146 (pushdecl_function_level): Tweak for new way of indicating
10147 function scope.
10148 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
10149 (start_function): Don't set subblocks_tag_transparent.
10150 (finish_function): Fix up the binding_level stack for totally
10151 empty functions. Otherwise, don't call poplevel.
10152
10153 * c-common.c (shadow_warning): MANDATORY argument is no longer
10154 necessary. Always use plain warning.
10155 * c-common.h: Update to match.
10156
10157 * cfglayout.c (scope_to_insns_initialize): Clear block when we
10158 hit the FUNCTION_DECL.
10159 * function.c: Do not create cyclic tree structure.
10160
10161 2003-04-10 Zack Weinberg <zack@codesourcery.com>
10162
10163 * c-tree.h (struct lang_identifier): Replace global_value,
10164 local_value members with symbol_value, tag_value. Kill
10165 implicit_decl and limbo_value.
10166 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
10167 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
10168 C_MISSING_PROTOTYPE_WARNED): Kill.
10169 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
10170 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
10171 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
10172 (implicit_decl_warning, lookup_name_current_level,
10173 record_function_scope_shadow): Don't prototype.
10174 (pushdecl_function_level): Prototype.
10175
10176 * c-decl.c (truly_local_externals): New variable.
10177 (struct binding_level): Adjust commentary.
10178 (get_function_binding_level, clear_limbo_values,
10179 record_function_scope_shadow): Kill.
10180 (lookup_name_current_level, implicit_decl_warning): Are now static.
10181 (any_external_decl, record_external_decl): New static functions.
10182 (clone_underlying type): Split out of pushdecl.
10183 (c_print_identifier): Update to match changes to struct
10184 lang_identifier.
10185 (poplevel): Delete #if 0 block. Make externals invisible
10186 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
10187 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
10188 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
10189 (duplicate-decls): For real parm decl after a forward decl,
10190 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
10191 foo(...) { } with only a warning. Say whether a previous
10192 declaration was implicit.
10193 (warn_if_shadowing): Now handles all shadowing, not just
10194 local-over-local. Clarify comments.
10195 (pushdecl): Rewritten. There is no longer a distinction
10196 between global and local symbol values; they're all
10197 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
10198 DECL_EXTERNAL decls, and use any_external_decl to check
10199 against previous externals. Kill #if 0 blocks. Don't
10200 tolerate error_mark_node being NULL.
10201 (pushdecl_top_level): Handle only those cases which
10202 Objective C (the only user) needs.
10203 (pushdecl_function_level): New function.
10204 (implicitly_declare): Create ordinary decls with
10205 C_DECL_IMPLICIT set. Recycle old decls, however they got
10206 created.
10207 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
10208 for C_DECL_INVISIBLE symbols.
10209 (lookup_name_current_level): Likewise. Use chain_member.
10210 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
10211 Use pushdecl_function_level.
10212 (builtin_function): Use C_DECL_INVISIBLE.
10213 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
10214 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
10215 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
10216 (identifier_global_value): Same. Must scan
10217 global_binding_level in extremis.
10218
10219 * c-typeck.c (undeclared_variable): New static function, split
10220 from build_external_ref.
10221 (build_external_ref): Use DECL_CONTEXT, not
10222 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
10223 an instance variable. Restructure for clarity.
10224 * objc/objc-act.c: Use identifier_global_value, not
10225 IDENTIFIER_GLOBAL_VALUE.
10226
10227 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
10228
10229 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
10230 not Working Paper.
10231 * doc/invoke.texi (C++ Dialect Options): Same.
10232
10233 2003-04-10 Zack Weinberg <zack@codesourcery.com>
10234
10235 * tree.c (tree_operand_check_failed): New function.
10236 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
10237 TREE_RTL_OPERAND_CHECK): New checking macros.
10238 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
10239 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
10240 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
10241 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
10242 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
10243 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
10244 checking macros.
10245
10246 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
10247
10248 PR inline-asm/8803
10249 * function.c (instantate_virtual_regs): Verify that all ASM statements
10250 match after the virutal regs instantiation.
10251
10252 2003-04-10 Steve Ellcey <sje@cup.hp.com>
10253
10254 * ia64-protos.h (addp4_optimize_ok): New.
10255 * ia64.c (addp4_optimize_ok): New.
10256 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
10257 (*ptr_extend_plus_2): Ditto.
10258
10259 2003-04-10 Steve Ellcey <sje@cup.hp.com>
10260
10261 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
10262 not with convert_memory_address.
10263 (store_constructor): Ditto, and same for copy_size_rtx.
10264 (expand_expr): Ditto.
10265
10266 2003-04-10 Douglas B Rupp <rupp@gnat.com>
10267
10268 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
10269
10270 2003-04-10 Bob Wilson <bob.wilson@acm.org>
10271
10272 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
10273 even if it is configured to be write-through.
10274
10275 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
10276
10277 * config/s390/s390.c (larl_operand): Do not allow symbols
10278 marked with '@'.
10279 (s390_encode_section_info): Mark symbols with forced 1-byte
10280 alignment with '@'.
10281 (s390_strip_name_encoding): Strip '@'.
10282 (legitimize_pic_address): Handle symbols that are not valid
10283 LARL operands in 64-bit mode.
10284
10285 2003-04-10 Andrew Haley <aph@redhat.com>
10286
10287 * tree-inline.c (inlinable_function_p): Disable inlining for
10288 synchronized methods.
10289
10290 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
10291
10292 * c-common.h (lang_statement_code_p): Remove declaration.
10293 (statement_code_p): Ditto.
10294 (c_common_stmt_codes): Define; list of c-common statement codes.
10295 (statement_code_p): New extern declaration.
10296 (STATEMENT_CODE_P): Define.
10297 (INIT_STATEMENT_CODES): Define.
10298 * c-common.c (statement_code_p): Kill the function, declare
10299 as an array of bools instead.
10300 (lang_statement_code_p): Remove.
10301 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
10302 (c_safe_from_p): Ditto.
10303 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
10304 to initialize the statement_code_p array.
10305 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
10306 statement_code_p.
10307 (copy_tree_r): Ditto.
10308 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
10309 statement tree codes.
10310 * cp/lex.c (cxx_init): Add missing print line break. Use
10311 INIT_STATEMENT_CODES to initialize the statement_code_p array.
10312 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
10313 instead of statement_code_p.
10314 * cp/pt.c (tsubst_expr): Ditto.
10315 * cp/tree.c (verify_stmt_tree_r): Ditto.
10316 (cp_statement_code_p): Remove.
10317 (init_tree): Don't set lang_statement_code_p, it's gone.
10318
10319 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10320 Zack Weinberg <zack@codesourcery.com>
10321
10322 * regrename.c (struct du_chain): Use a bitfield for reg_class.
10323 * cse.c (struct qty_table_elem, struct table_elt, struct set):
10324 Use bitfields for fields holding enum rtx_code or
10325 enum machine_mode values. Add comments explaining size choices.
10326
10327 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
10328
10329 * config/fp-bit.c (unpack_d): Handle pair of doubles with
10330 different signs correctly.
10331
10332 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
10333
10334 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
10335 (reg_pending_barrier): Make it of the enumeration type.
10336 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
10337 TRUE_BARRIER.
10338 (sched_analyze): Ditto.
10339 (sched_analyze_insn): Ditto. Use anti-dependencies for
10340 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
10341 (init_deps_global): Initialize the barrier as NO_BARRIER.
10342
10343 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
10344
10345 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
10346 Check that asm insn starts on a new cycle. Add nops after asm
10347 insn to end bundle.
10348 (bundling): Move insn type evaluation from the loop. Call
10349 issue_nops_and_insn with the new parameter. Ignore changing
10350 position for nops after asm insn.
10351
10352 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
10353
10354 * optabs.c: Comment that gen_add2_insn and others may actually
10355 return emitted insns, if the gen functions turn out to return
10356 emitted insns.
10357 * reload1.c (reload_cse_move2add): Cope with emitted insns from
10358 gen_add2_insn.
10359
10360 2003-04-09 Richard Henderson <rth@redhat.com>
10361
10362 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
10363 but not tls_symbolic_operand.
10364 (ia64_expand_load_address): Remove scratch operand.
10365 (ia64_expand_tls_address): Split out from ia64_expand_move.
10366 (ia64_expand_move): Split symbolics only after reload.
10367 (ia64_emit_cond_move): New.
10368 * config/ia64/ia64-protos.h: Update.
10369 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
10370 (symbolic splitter): Accept SImode operands too.
10371 (cmove splitter): Use ia64_emit_cond_move.
10372
10373 2003-04-09 Nick Clifton <nickc@redhat.com>
10374
10375 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
10376 newer.
10377 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
10378 instead of -mno-fpu.
10379 * config/arm/semi.h (ASM_SPEC): Likewise.
10380 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
10381 but only if -msoft-float is specified pass. Otherwise pass
10382 -mfpu=softvfp.
10383
10384 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10385
10386 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
10387 free_EXPR_LIST_node.
10388
10389 2003-04-08 Roger Sayle <roger@eyesopen.com>
10390
10391 * fold-const.c (fold): Use "fold" following build in more places.
10392 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
10393 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
10394
10395 2003-04-08 Roger Sayle <roger@eyesopen.com>
10396
10397 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
10398 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
10399 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
10400 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
10401 Delete function scope "fcode" variable to avoid shadowing.
10402
10403 2003-04-08 Kevin Buettner <kevinb@redhat.com>
10404
10405 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
10406 Take into account DWARF_INITIAL_LENGTH_SIZE.
10407
10408 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
10409
10410 * reorg.c (fill_slots_from_thread): When considering changing the
10411 insn following a reg-to-reg copy insn to use the source reg of the
10412 copy, bail out if there's overlap between the registers.
10413
10414 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10415
10416 * function.c (postponed_insns): New.
10417 (purge_addressof_1): Postpone processing of insns if addressofs
10418 are not put into stack.
10419 (purge_addressof): Process postponed insns.
10420
10421 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
10422
10423 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
10424 this is FP_MODE_DOUBLE .
10425 * sh.c (ra.h): #include.
10426 (push_regs): Add second parameter. Changed all callers.
10427 If necessary, set fpscr before saving floating point registers.
10428 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
10429 do saves / restores with SZ == 1.
10430 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
10431 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
10432 registers are being restored, restore FPSCR only after restoring them.
10433
10434 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
10435
10436 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
10437 regardless of architecture.
10438 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
10439
10440 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
10441
10442 * sh.c (push_regs, calc_live_regs): Return int. Take single
10443 HARD_REG_SET * parameter. Changed all callers.
10444
10445 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
10446
10447 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
10448 GOTOFF operand.
10449 (legitimize_pic_address): Move plus outside the unspec.
10450 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
10451 for validity.
10452
10453 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
10454
10455 * gcov-io.h (gcov_save_position): Remove __inline__ from
10456 declaration.
10457
10458 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
10459
10460 * doc/install.texi: Use @command and @samp for single- and
10461 multi-word commands respectively.
10462 * doc/makefile.texi: Likewise.
10463 * doc/sourcebuild.texi: Likewise.
10464
10465 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
10466 Richard Henderson <rth@redhat.com>
10467
10468 PR c/9516
10469 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
10470 favor of looping and tail recursion for TREE_LIST and binops.
10471
10472 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10473
10474 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
10475 for insns without luid.
10476
10477 2003-04-07 Glen Nakamura <glen@imodulo.com>
10478
10479 PR opt/8634
10480 * explow.c (maybe_set_unchanging): Don't flag non-static const
10481 aggregate type initializers with RTX_UNCHANGING_P.
10482
10483 2003-04-07 Richard Henderson <rth@redhat.com>
10484
10485 PR opt/8634
10486 * function.c (purge_addressof_1): Don't try arithmetics for
10487 unchanging memories.
10488
10489 2003-04-07 Janis Johnson <janis187@us.ibm.com>
10490
10491 * doc/sourcebuild.texi (Test Suites): Document testing support for
10492 gcov and profile-directed optimizations; describe gcc.misc-tests.
10493
10494 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
10495
10496 PR target/10077
10497 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
10498
10499 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
10500
10501 * doc/rtl.texi (Comparison operations): Update to
10502 record the allowed comparison modes.
10503
10504 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
10505
10506 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
10507 V2SI_type_node to opaque_V2SI_type_node. Rename all
10508 V2SF_type_node to opaque_V2SF_type_node.
10509 (rs6000_init_builtins): Define opaque_V2SI_type_node and
10510 opaque_V2SF_type_node.
10511 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
10512 opaque_V2SF_type_node are opaque types.
10513
10514 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
10515
10516 * gcse.c (replace_store_insn): Use single_set.
10517
10518 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
10519
10520 Change gcov file interface to single file at a time.
10521 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
10522 Convert to C89 prototypes.
10523 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
10524 gcov_error, gcov_modified): New static variables.
10525 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
10526 functions.
10527 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
10528 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
10529 (gcov_read_summary, gcov_write_summary): Adjust.
10530 (gcov_save_position, gcov_reserve_length, gcov_write_length):
10531 Adjust.
10532 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
10533 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
10534 (da_file_position, da_file_seek, da_file_write, da_file_read):
10535 Remove.
10536 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
10537 * gcov.c (gcov_type): Don't typedef here.
10538 (IN_GCOV): #define
10539 (read_graph_file, read_count_file): Adjust.
10540 * gcov-dump.c (gcov_type): Don't typedef here.
10541 (IN_GCOV): #define.
10542 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
10543 Remove FILE parameter, adjust.
10544 (struct tag_format): Adjust proc member.
10545 (dump_file): Adjust.
10546 * libgcov.c (IN_LIBGCOV): #define.
10547 (gcov_exit): Adjust.
10548 * loop-init.c: Don't #include gcov-io.h
10549 * profile.c (struct counts_entry): New structure to hold counter
10550 values.
10551 (struct section_reference, struct da_index_entry): Remove.
10552 (bbg_file, da_file): Remove.
10553 (htab_counts_index_hash, htab_counts_index_eq,
10554 htab_counts_index_del): Replace with ...
10555 (htab_counts_entry_hash, htab_counts_entry_eq,
10556 htab_counts_entry_del): ... these.
10557 (cleanup_counts_index, index_counts_file): Remove.
10558 (read_counts_file): New function.
10559 (get_exec_counts): Adjust.
10560 (compute_branch_probabilities): Don't free the exec counts here.
10561 (branch_prob): Adjust.
10562 (init_branch_prob): Adjust.
10563 (end_branch_prob): Adjust.
10564
10565 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
10566
10567 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
10568 -mfloat-gprs.
10569
10570 * config/rs6000/rs6000.c: Delete rs6000_fprs.
10571 Declare rs6000_float_gprs.
10572 Declare rs6000_float_gprs_string.
10573 (rs6000_parse_float_gprs_option): New.
10574 (rs6000_override_options): Genericize rs6000_parse_* calls to use
10575 rs6000_parse_yes_no_option.
10576 Change check for cpu=8540, to use TARGET_E500.
10577 (rs6000_parse_isel_option): Delete.
10578 (rs6000_parse_spe_option): Delete.
10579 (rs6000_parse_vrsave_option): Delete.
10580
10581 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
10582 Define rs6000_float_gprs_string.
10583 (TARGET_OPTIONS): Add rs6000_float_gprs option.
10584
10585 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
10586
10587 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
10588
10589 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
10590
10591 PR opt/10024
10592 * cfglayout.c (cfg_layout_redirect_edge):
10593 Redirect any branch edges unified with the fallthru one.
10594 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
10595 case fallthru edges when called via cfglayout.c
10596
10597 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
10598
10599 * c-typeck.c (output_init_element): Check for type == error_mark_node.
10600
10601 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
10602
10603 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
10604 split.
10605 (a splitter): Do zero-extension via HImode.
10606
10607 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
10608
10609 * doc/invoke.texi: Eliminate extra white-space caused by
10610 @gccoptlist{ on its own line.
10611 * doc/invoke.texi: Ensured there are two spaces between each option.
10612 * doc/invoke.texi: Re-wrapped option lines that were too wide.
10613 Added @gol to options that didn't have them.
10614
10615 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
10616
10617 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
10618
10619 2003-04-06 Zack Weinberg <zack@codesourcery.com>
10620
10621 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
10622 at the sizes of the relevant structures, rather than relying
10623 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
10624 sizes of any such we don't know about. Use
10625 lang_hooks.identifier_size for IDENTIFIER_NODE.
10626
10627 (initializer_zerop): Use CONSTRUCTOR_ELTS.
10628 * tree.def: Update commentary. Make fourth element of
10629 the definition for all 'c' and 'x' nodes zero.
10630
10631 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
10632 * langhooks-def.h: Update to match.
10633 * langhooks.c: New default, lhd_tree_size.
10634
10635 * c-common.def (SRCLOC): Kill.
10636 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
10637 Remove entirely - was already #if-ed out.
10638
10639
10640 2003-04-06 Zack Weinberg <zack@codesourcery.com>
10641
10642 * mklibgcc.in: Use a here document to avoid running afoul of
10643 shells that generate control-A from "echo \1".
10644
10645 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
10646
10647 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
10648 option.
10649
10650 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
10651 rs6000_spe.
10652
10653 * config/rs6000/eabi.h (TARGET_E500): Define.
10654
10655 * config/rs6000/rs6000.h (TARGET_E500): Define.
10656 (TARGET_OPTIONS): Add spe= option.
10657 Declare rs6000_spe and rs6000_spe_string extern.
10658
10659 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
10660 Change TARGET_SPE to TARGET_E500.
10661 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
10662 !TARGET_FPRS.
10663 (print_operand): Same.
10664 (rs6000_generate_compare): Same.
10665 (output_cbranch): Same.
10666 (rs6000_spe): Declare.
10667 (rs6000_spe_string): Declare.
10668 (rs6000_override_options): Call rs6000_parse_spe_option.
10669 (rs6000_parse_spe_option): New.
10670
10671 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
10672
10673 * hashtable.c (gcc_obstack_init): Delete this function
10674 and everything related to it.
10675 * hashtable.h: Remove prototype.
10676 * bitmap.c (bitmap_element_allocate): Cleanup redundant
10677 defines. Cleanup some unnecessary whitespace.
10678 * defaults.h (obstack_chunk_alloc): Redefine with
10679 appropriate casts for libiberty obstacks.
10680 (obstack_chunk_free): Ditto.
10681 (OBSTACK_CHUNK_SIZE): Define, default to 0.
10682 (gcc_obstack_init): Define as a call to _obstack_begin.
10683 * tree.c (print_obstack_statistics): Delete this unused
10684 function.
10685 * tree.h (obstack): Don't forward-declare.
10686 (print_obstack_statistics): Delete prototype.
10687 (print_obstack_name): Ditto.
10688 (gcc_obstack_init): Ditto.
10689 * rtl.h (gcc_obstack_init): Ditto.
10690 * java/jv-scan.c (gcc_obstack_init): Delete this
10691 function, its prototype and related defines.
10692 * java/jvgenmain.c (gcc_obstack_init): Delete this
10693 function, and related defines.
10694 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
10695 (obstack_chunk_free): Ditto
10696
10697 2003-04-06 Geoffrey Keating <geoffk@apple.com>
10698
10699 * dbxout.c (dbxout_handle_pch): Move prototype out from
10700 #if defined DBX_DEBUGGING_INFO.
10701
10702 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
10703
10704 * gcov.c (struct arc_info): Replace local_span with cycle.
10705 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
10706 (solve_flow_graph): Set is_call_return.
10707 (add_line_counts): Adjust. In block mode, blocks attach to last line.
10708 (accumulate_line_counts): Find graph cycles, not spanning tree.
10709 (output_branch_count): Adjust.
10710 (output_lines): Adjust.
10711 * doc/gcov.texi: Update.
10712
10713 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
10714
10715 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
10716 the second alternative to "#".
10717
10718 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
10719
10720 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
10721 (single_zero_operand): Likewise.
10722
10723 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
10724
10725 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
10726 * df.c: Include alloc-pool.h, not obstack.h.
10727 (df_ref_obstack): Remove.
10728 (df_ref_pool, df_link_pool): Add pools.
10729 (df_alloc): Init the new pools.
10730 (df_free): And free them.
10731 (df_link_create): Use the pools.
10732 (df_ref_create): Ditto.
10733
10734 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
10735
10736 * simplify-rtx.c: Fix formatting.
10737
10738 2003-04-05 Andrew Pinski <apinski@apple.com>
10739
10740 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
10741 reg with reg1 == reg2 and offset1 = -8.
10742
10743 2003-04-05 David Edelsohn <edelsohn@gnu.org>
10744
10745 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
10746 multiply costs. Correct Power4 divide costs.
10747 * config/rs6000/power4.md: Restore multiply and FP latency.
10748
10749 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10750
10751 * alias.c (find_base_term): Export.
10752 * rtl.h (find_base_term): Declare.
10753 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
10754 instead of flag_exceptions. Move test for parameter passing ...
10755 (store_killed_in_insn): ... here.
10756
10757 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10758
10759 PR bootstrap/10267
10760 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
10761 for configuring.
10762
10763 2003-04-04 Geoffrey Keating <geoffk@apple.com>
10764
10765 * dbxout.c (scope_labelno): Add GTY.
10766 (have_used_extensions): Add GTY.
10767 (source_label_number): Add GTY.
10768 (lastfile): Add GTY.
10769 (lastfile_is_base): New.
10770 (base_input_file): New.
10771 (dbxout_handle_pch): New.
10772 (dbx_debug_hooks): Add handle_pch.
10773 (xcoff_debug_hooks): Likewise.
10774 (dbxout_function_end): Remove scope_labelno.
10775 (dbxout_init): Set base_input_file.
10776 (dbxout_handle_pch): New.
10777 (dbxout_source_file): Honour lastfile_is_base.
10778 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
10779 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
10780 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
10781 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
10782 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
10783 * debug.h (struct gcc_debug_hooks): Add handle_pch.
10784 * c-pch.c (pch_init): Don't call start_source_file, but do call
10785 handle_pch.
10786 (c_common_write_pch): Call handle_pch.
10787 (c_common_read_pch): Don't call start_source_file,
10788 or end_source_file.
10789
10790 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
10791
10792 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
10793 use of default attributes to agree MEM_ALIGN macro.
10794
10795 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
10796
10797 * dbxout.c (dbxout_type): When printing type index of range type
10798 whose bounds are printed in octal format, print type of parent type if
10799 it exists so enumerated type descriptions are not transformed
10800 into unsigned types.
10801
10802 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
10803
10804 * config/h8300/h8300-protos.h: Add a prototype for
10805 compute_a_shift_cc.
10806 * config/h8300/h8300.c (shift_one): Update the CC status.
10807 (shift_two): Likewise.
10808 (output_a_shift_cc): Set cc_inline and cc_special.
10809 (compute_a_shift_cc): New.
10810 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
10811
10812 2003-04-04 Richard Henderson <rth@redhat.com>
10813
10814 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
10815
10816 2003-04-04 Loren James Rittle <ljrittle@acm.org>
10817
10818 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
10819 * fixinc/fixincl.x: Rebuilt.
10820 * fixinc/tests/base/stdio.h: Regenerated.
10821
10822 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
10823
10824 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
10825
10826 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
10827
10828 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
10829 (NORMAL_MODE).
10830 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
10831
10832 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10833
10834 * doc/contrib.texi (Contributors): Add entries for Wolfgang
10835 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
10836 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
10837 Danny Smith, and Ulrich Weigand.
10838 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
10839 entry.
10840
10841 2003-04-04 Nick Clifton <nickc@redhat.com>
10842
10843 * config/sparc/sol2-bi.h: Revert previous delta.
10844 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
10845
10846 2003-04-04 Nick Clifton <nickc@redhat.com>
10847
10848 * config/v850/v850.c (expand_prologue): Only use register save
10849 helper functions if long calls are not being used.
10850 Add a clobber of r11 id using long calls.
10851 (pattern_is_ok_for_prologue): Account for the extra clobber.
10852 (construct_save_jarl): Likewise.
10853 * config/v850/v850.md (prolog pattern): Do not use this pattern
10854 for v850e's.
10855
10856 2003-04-04 Andreas Schwab <schwab@suse.de>
10857
10858 * stor-layout.c (layout_decl): Avoid syntax error in last change
10859 when PCC_BITFIELD_TYPE_MATTERS is defined but not
10860 EMPTY_FIELD_BOUNDARY.
10861
10862 2003-04-03 Jason Merrill <jason@redhat.com>
10863
10864 PR c/10175
10865 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
10866 Look backwards for a line note.
10867
10868 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
10869
10870 * fix-header.c (read_scan_file): Defer switch processing.
10871
10872 2003-04-03 Matt Austern <austern@apple.com>
10873
10874 * cpppch.c (reset_ht): Remove.
10875 (cpp_read_state): Remove loop to reset hashtable identifiers.
10876 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
10877 after pch file is written.
10878 * ggc.h (gt_pch_fixup_stringpool): Declare.
10879 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
10880 hashnode's value to another hashtable, then clear the original.
10881 (saved_ident_hash): Define.
10882 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
10883 store definitions in ident_hash, and clear ident_hash.
10884 (gt_pch_fixup_stringpool): Define. Restore definitions from
10885 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
10886
10887 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
10888
10889 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
10890
10891 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
10892
10893 PR optimization/10157
10894 * gcse.c (can_copy_p): Rename it to can_copy.
10895 (can_copy_init_p): Remove.
10896 (compute_can_copy): Use can_copy instead of can_copy_p.
10897 (can_copy_p): New exported function. Call compute_can_copy.
10898 (hash_scan_set): Use it.
10899 (gcse_main): Don't call compute_can_copy.
10900 (bypass_jumps): Don't call compute_can_copy.
10901 * rtl.h (can_copy_p): Declare.
10902 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
10903 copy if the mode doesn't support copy operations.
10904
10905 2003-04-03 Jason Merrill <jason@redhat.com>
10906
10907 * Makefile.in (unstrap): Also remove stage_last.
10908
10909 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
10910 (dwarf2out_source_line): Don't do anything if line==0.
10911
10912 * stor-layout.c (do_type_align): New fn, split out from...
10913 (layout_decl): ...here. Do all alignment calculations for
10914 FIELD_DECLs here.
10915 (update_alignment_for_field): Not here.
10916 (start_record_layout, debug_rli): Remove unpadded_align.
10917 * tree.h (struct record_layout_info_s): Remove unpadded_align.
10918 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
10919 or DECL_MODE on the CONST_DECLs.
10920 (finish_struct): Don't mess with DECL_ALIGN.
10921
10922 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
10923
10924 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
10925
10926 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
10927
10928 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
10929 function is an interrupt handler.
10930
10931 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
10932 restoring target registers with EH_RETURN_STACKADJ_RTX; use
10933 multiple registers in round-robin fashion.
10934
10935 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10936
10937 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
10938 * system.h (CHAR_BITFIELD): New.
10939
10940 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
10941
10942 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
10943 and LE.
10944 (another peephole2): Likewise.
10945
10946 2003-04-03 Nick Clifton <nickc@redhat.com>
10947
10948 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
10949 (DEF_ARCH64_SPEC): Likewise.
10950
10951 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
10952
10953 * i386.c (constant_address_p): Use legitimate_constant_p.
10954 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
10955
10956 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10957
10958 * config/h8300/h8300-protos.h: Add a prototype for
10959 gtle_operator.
10960 * config/h8300/h8300.c (gtle_operator): New.
10961 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
10962 gtle_operator.
10963 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
10964 and LE.
10965
10966 2003-04-02 Richard Henderson <rth@redhat.com>
10967
10968 * libgcc-std.ver (_Unwind_GetCFA): New.
10969 * unwind-dw2.c (_Unwind_GetCFA): New.
10970 * unwind-libunwind.c (_Unwind_GetCFA): New.
10971 * unwind-sjlj.c (_Unwind_GetCFA): New.
10972 * unwind.h: Declare it.
10973
10974 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
10975
10976 PR inline-asm/8088
10977 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
10978 when MMX/SSE is not available.
10979
10980 2003-04-02 Mike Stump <mrs@apple.com>
10981
10982 * doc/install.texi (Specific): Update pointers to apple.com.
10983
10984 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
10985
10986 * i386.c (override_options): Disable red zone by default on i386.
10987 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
10988 Do not test TARGET_64BIT together with TARGET_RED_ZONE
10989
10990 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10991
10992 * config/h8300/h8300.md (a peephole2): Tighten the condition.
10993
10994 2003-04-02 Richard Henderson <rth@redhat.com>
10995
10996 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
10997
10998 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
10999
11000 * config/h8300/h8300.md (a peephole2): New.
11001
11002 2003-04-02 Richard Henderson <rth@redhat.com>
11003
11004 * except.c (sjlj_find_directly_reachable_regions): Recognize when
11005 must-not-throw region has been deleted.
11006
11007 2003-04-02 Richard Henderson <rth@redhat.com>
11008
11009 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
11010 optimization when flag_exceptions not enabled.
11011
11012 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
11013
11014 * config/rs6000/rs6000.c
11015 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
11016 macros.
11017 (rs6000_issue_rate): Add case for 8540.
11018 (rs6000_use_sched_lookahead): New function.
11019
11020 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
11021 units into MU ones.
11022 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
11023 reservation before retirement.
11024 (ppc8540_multiply, ppc8540_load, ppc8540_store,
11025 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
11026 Remove additional cycle in the reservation before retirement.
11027 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
11028 reservation of ppc8540_issue.
11029
11030 2003-04-02 Andreas Schwab <schwab@suse.de>
11031
11032 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
11033
11034 2003-04-01 Richard Henderson <rth@redhat.com>
11035
11036 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
11037 notes for nothrow calls if flag_forced_unwind_exceptions.
11038 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
11039 (sjlj_find_directly_reachable_regions): Likewise.
11040 (reachable_handlers): Likewise.
11041 (can_throw_external): Likewise.
11042 (collect_one_action_chain): Record cleanups after catch-all and
11043 must-not-throw if flag_forced_unwind_exceptions.
11044 * flags.h (flag_forced_unwind_exceptions): Declare.
11045 * toplev.c (flag_forced_unwind_exceptions): New.
11046 (lang_independent_options): Add it.
11047 * doc/invoke.text: Add it.
11048
11049 2003-04-01 David Mosberger <davidm@hpl.hp.com>
11050
11051 * config/ia64/crti.asm: Clean up trailing whitespace.
11052 Remove trailing hashes (#) from identifiers.
11053
11054 * config/ia64/crtn.asm: Ditto.
11055
11056 * config/ia64/crtend.asm: Remove trailing hashes (#) from
11057 identifiers.
11058 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
11059 directives. Drop explicit bundling---it just makes the code
11060 harder to read. Don't save/restore gp needlessly.
11061
11062 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
11063 identifiers (they're only needed if the identifier would clash
11064 with a register name otherwise).
11065 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
11066 directives. Drop explicit bundling---it just makes the code
11067 harder to read.
11068 (__do_jv_register_classes): Ditto.
11069 (.fini_array): Remove "progbits" (newer
11070 assemblers don't like wrong section-types).
11071 (.init_array): Ditto.
11072
11073 2003-04-01 Roger Sayle <roger@eyesopen.com>
11074
11075 PR fortran/9974
11076 * gcse.c (reg_killed_on_edge): New function to test whether the
11077 given reg is overwritten by any instruction queued on an edge.
11078 (bypass_block): Ignore substitutions killed on incoming edges.
11079 Don't bypass outgoing edges that have queued instructions.
11080
11081 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
11082
11083 * real.h (EXP_BITS): Make room for...
11084 (struct real_value): ... added canonical bit.
11085 (struct real_format): Added pnan.
11086 (mips_single_format, mips_double_format, mips_extended_format,
11087 mips_quad_format): New.
11088 * real.c: Copy p to pnan in all formats.
11089 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
11090 (real_nan): Use pnan to compute significand's shift.
11091 (real_identical): Disregard significand in canonical
11092 NaNs.
11093 (real_hash): Likewise. Take signalling into account.
11094 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
11095 Disregard significand bits in canonical NaNs. Set all bits of
11096 canonical NaN if !qnan_msb_set.
11097 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
11098 qnan_msb_set to tell the base double format.
11099 (ibm_extended_format): Use 53 as pnan.
11100 (mips_single_format, mips_double_format, mips_extended_format,
11101 mips_quad_format): Copied from the corresponding ieee/ibm
11102 formats, with qnan_msb_set false.
11103 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
11104 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
11105 * config/mips/mips.c (override_options): Use mips_single_format
11106 and mips_double_format. Default TFmode to mips_quad_format.
11107 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
11108 * config/mips/t-irix6: Likewise.
11109 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
11110 * config/fp-bit.c (pack_d, unpack_d): Obey it.
11111
11112 2003-04-01 Geoffrey Keating <geoffk@apple.com>
11113
11114 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
11115 (live_image_destructor): Reset image to initial state.
11116 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
11117
11118 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
11119
11120 * config/sparc/sparc.c (input_operand): Accept bare
11121 CONSTANT_P_RTX operands.
11122
11123 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11124
11125 * gcse.c (struct ls_expr): Added pattern_regs field.
11126 (ldst_entry): Initialize it.
11127 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
11128 (store_ops_ok): Use regs precomputed by them.
11129 (find_loads, store_killed_in_insn, load_kills_store): Change return
11130 type to bool.
11131 (store_killed_before, store_killed_after): Take position of register
11132 set in account.
11133 (reg_set_info): Store position of the setter.
11134 (gcse_main): Enable store motion.
11135 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
11136 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
11137 sharing.
11138 (simple_mem): Enable store motion of non-symbol mems.
11139 (regvec): Type changed.
11140 (LAST_AVAIL_CHECK_FAILURE): New.
11141 (compute_store_table_current_insn): New.
11142 (build_store_vectors): Computation of availability and anticipatability
11143 moved ...
11144 (compute_store_table, find_moveable_store): ... here.
11145 (delete_store): Remove senseless comment.
11146 (store_motion): Reorganize.
11147
11148 2003-04-01 Kevin Buettner <kevinb@redhat.com>
11149
11150 * config/mips/mips.c (override_options): Provide mappings for
11151 HI_REGNUM and LO_REGNUM.
11152 * config/mips/mips.h (MD_DBX_FIRST): Define.
11153
11154 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11155
11156 * combine.c (merge_outer_ops): Fix typo.
11157
11158 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
11159
11160 2003-04-01 David Edelsohn <edelsohn@gnu.org>
11161
11162 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
11163 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
11164 imul_compare. Add lmul_compare.
11165 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
11166 in second pair of dispatch slots. Model stores more accurately.
11167 Tweak multiply model. Add bypasses for CR instructions dependent
11168 on complicated compares.
11169 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
11170 (muldi3): Add lmul_compare patterns.
11171 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
11172 and FPSTORE_UX to split instructions and add COMPARE,
11173 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
11174 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
11175 (rs6000_rtx_costs): Separate POWER4 multiply case.
11176
11177 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
11178
11179 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
11180 Do nothing if __builtin_return_address was not used.
11181
11182 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
11183
11184 * i386.md (test patterns): Allow memory operand in operand1.
11185
11186 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
11187
11188 * testsuite/gcc.c-torture/execute/simd-3.c: New.
11189
11190 * expr.c (expand_expr): Handle VECTOR_CST.
11191 (const_vector_from_tree): New.
11192
11193 * varasm.c (output_constant): Handle VECTOR_CST.
11194
11195 * c-typeck.c (digest_init): Build a vector constant from a
11196 VECTOR_TYPE.
11197
11198 * config/rs6000/rs6000.c: Remove prototype for
11199 easy_vector_constant.
11200 (easy_vector_constant): Add mode parameter. Rewrite to handle
11201 more easy constants.
11202 (rs6000_emit_move): Pass mode to easy_vector_constant.
11203 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
11204 (emit_easy_vector_insn): New.
11205 (easy_vector_same): New.
11206 (EASY_VECTOR_15): New macro.
11207 (EASY_VECTOR_15_ADD_SELF): New macro.
11208 (bdesc_2arg): Rename to xorv2si3.
11209 (easy_vector_constant_add_self): New.
11210 (input_operand): Allow vector constants.
11211
11212 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
11213 easy_vector_constant, easy_vector_constant_add_self.
11214 (EXTRA_CONSTRAINT): Add 'W'.
11215
11216 * config/rs6000/rs6000-protos.h: Add prototype for
11217 easy_vector_constant, emit_easy_vector_insn.
11218
11219 * config/rs6000/altivec.md (xorv8hi3): New.
11220 (xorv16qi3): New.
11221 Remove all _const0 patterns.
11222 (movv4si_internal): Rewrite to use code. Add vector constant to
11223 vector alternative. Add splitter.
11224 (movv8hi_internal): Same.
11225 (movv16qi_internal): Same.
11226 (movv4sf_internal): Same.
11227 Change the unspecs for vspltis* to use constants.
11228
11229 * config/rs6000/spe.md ("xorv4hi3"): New.
11230 ("spe_evxor"): Rename to xorv2si3.
11231 ("xorv1di3"): New.
11232 Remove all _const0 patterns.
11233 (movv2si_internal): Rewrite to use code. Add vector constant to
11234 alternatives. Add splitter.
11235 (movv4hi_internal): Add vector constant to alternatives.
11236 (movv1di_internal): Same.
11237 (movv2sf_internal): Same.
11238
11239 2003-03-31 Mark Mitchell <mark@codesourcery.com>
11240
11241 PR c/9936
11242 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
11243 variably-sized arrays in parameters.
11244 (set_save_expr_context): New function.
11245 (c_expand_body): Use it, via walk_tree.
11246
11247 2003-03-31 Eric Christopher <echristo@redhat.com>
11248
11249 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
11250 (combinable_i3pat): Remove call to expand_field_assignment and
11251 #if 0'd code.
11252
11253 2003-03-31 Mark Mitchell <mark@codesourcery.com>
11254
11255 PR c++/10278
11256 * c-common.c (finish_label_address_expr): Handle the
11257 error_mark_node.
11258
11259 2003-03-31 Richard Henderson <rth@redhat.com>
11260
11261 * real.c (real_identical): Reorg so as to not compare
11262 signalling for normals.
11263
11264 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
11265
11266 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
11267
11268 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
11269
11270 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
11271 notes as they are boggus.
11272 (m68hc11_gen_movqi): Likewise.
11273
11274 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
11275
11276 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
11277 save the soft registers after the frame pointer so that gdb can unwind
11278 the frame more easily.
11279 (expand_epilogue): Likewise in opposite order; allow to use X register
11280 as scratch if the return value is by reference.
11281
11282 2003-03-31 Jason Merrill <jason@redhat.com>
11283
11284 PR java/10145
11285 * stor-layout.c (update_alignment_for_field): Respect
11286 DECL_USER_ALIGN for zero-length bitfields, too.
11287 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
11288 fields.
11289
11290 2003-03-31 Matt Austern <austern@apple.com>
11291
11292 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
11293 (count_defs): Keep track of number of defs as well as total size.
11294 (write_defs): Put every definition in cpp_savedstate's defs array.
11295 (comp_hashnode): Define. Comparison function for qsort.
11296 (cpp_write_pch_deps): Sort definitions before writing them.
11297 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
11298 (collect_ht_nodes): Define.
11299 (cpp_valid_state): When verifying that undefined identifiers in
11300 the pch file are still undefined, read a sorted list of undefined
11301 identifiers, collect all defined identifiers into a sorted list,
11302 and walk through both lists to make sure there's no match.
11303
11304 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
11305
11306 * config/h8300/h8300.md (a peephole2): New.
11307
11308 2003-03-31 Michael Matz <matz@suse.de>
11309
11310 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
11311
11312 2003-03-31 Segher Boessenkool <segher@koffie.nl>
11313
11314 PR target/10177
11315 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
11316 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
11317 all call-clobbered registers as used.
11318
11319 2003-03-31 Michael Matz <matz@suse.de>
11320
11321 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
11322 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
11323
11324 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
11325
11326 * gcov.c: Add -a & -u options.
11327 (struct arc_info): Add local_span, is_call_non_return,
11328 is_nonlocal_return, is_unconditional flags, remove is_call flag.
11329 (struct block_info): Add flags, is_call_site, is_nonlocal_return
11330 members. Make encodings a union with span member.
11331 (struct function_info): Add blocks_executed, line, src, line_next
11332 members.
11333 (struct coverage_info): Make branches a union with blocks member.
11334 (struct source_info): Add functions member.
11335 (object_summary, program_count): New global variables.
11336 (flag_all_blocks, flag_unconditional): New flags.
11337 (find_source, output_branch_count): New functions.
11338 (print_usage): Adjust.
11339 (options): Adjust.
11340 (process_args): Adjust.
11341 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
11342 <GCOV_TAG_BLOCKS>: Read flags.
11343 <GCOV_TAG_LINES>: Adjust.
11344 (read_count_file): Process SUMMARY tags.
11345 (solve_flow_graph): Set is_unconditional and clear is_call_site
11346 appropriately.
11347 (add_branch_counts): Adjust. Don't count unconditional branches.
11348 (add_line_counts): Deal with all-blocks mode, accumulate block
11349 coverage.
11350 (accumulate_line_counts): Adjust, generate local spanning tree for
11351 all-blocks mode.
11352 (output_lines): Adjust.
11353 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
11354 * doc/gcov.texi: Document.
11355
11356 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
11357
11358 * config/h8300/h8300.md: Organize peephole2's that transform
11359 (compare (reg:HI) (const_int)).
11360
11361 2003-03-31 Roger Sayle <roger@eyesopen.com>
11362
11363 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
11364 (init_emit_once): Initialize dconstm2 and dconsthalf here.
11365 * real.h (dconstm2, dconsthalf): Add prototypes here.
11366 * real.c (real_sqrt): Use dconsthalf rather than local copy.
11367 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
11368 exp(x/2.0) remember to fold the division if possible.
11369 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
11370 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
11371 1.0/(x*x) and pow(x,0.5) as sqrt(x).
11372
11373 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
11374
11375 * config/h8300/h8300.md (a new peephole2): New.
11376
11377 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
11378
11379 * gcse.c (simple_mem): Return false for floating-point accesses
11380 if flag_float_store is true.
11381
11382 2003-03-30 Roger Sayle <roger@eyesopen.com>
11383
11384 * gcse.c (gcse_constant_p): New function to identify constants
11385 suitable for constant propagation, including COMPARE with two
11386 integer constant arguments.
11387 (hash_scan_set): Use gcse_constant_p.
11388 (find_avail_set): Likewise.
11389 (cprop_insn): Likewise.
11390 (do_local_cprop): Likewise.
11391 (find_implicit_sets): Likewise.
11392 (find_bypass_set): Likewise.
11393
11394 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
11395
11396 * except.h: Remove definition of varray_type.
11397
11398 2003-03-30 Richard Henderson <rth@redhat.com>
11399
11400 PR opt/10011, opt/10252:
11401 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
11402 before post-gcse cse pass.
11403
11404 2003-03-30 Roger Sayle <roger@eyesopen.com>
11405
11406 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
11407
11408 2003-03-30 DJ Delorie <dj@redhat.com>
11409
11410 * profile.c (instrument_edges): Make sure any newly created
11411 jump insns have correct jump label info.
11412
11413 2003-03-30 Richard Henderson <rth@redhat.com>
11414
11415 * cfgbuild.c (make_edges): Use tablejump_p.
11416 * cfgcleanup.c (label_is_jump_target_p): Likewise.
11417 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
11418 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
11419 (try_redirect_by_replacing_jump): Likewise.
11420 (redirect_edge_and_branch): Likewise.
11421 * cse.c (fold_rtx): Likewise.
11422 * jump.c (delete_related_insns): Likewise.
11423 * rtlanal.c (get_jump_table_offset): Likewise.
11424 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
11425
11426 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11427
11428 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
11429 (STRICT2_WARN): Likewise.
11430
11431 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11432
11433 PR other/6955
11434 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
11435 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
11436
11437 2003-03-30 Richard Henderson <rth@redhat.com>
11438
11439 PR c/10083
11440 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
11441 don't zero_extend const inputs.
11442
11443 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
11444
11445 * reload1.c (reload_cse_move2add): Fix a comment typo.
11446
11447 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
11448
11449 * config/h8300/h8300.md (a peephole2): Remove useless code.
11450
11451 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
11452
11453 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
11454 (*iorsi3_and_lshiftrt): Likewise.
11455 (*iorsi3_zero_extract): Likewise.
11456
11457 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
11458
11459 * config/h8300/h8300.md (*insv_si_8_8): New.
11460 (*insv_si_8_8_lshiftrt_8): Likewise.
11461 (a peephole2): Likewise.
11462
11463 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11464
11465 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
11466 Uniformly use bugfix instead of bug fix.
11467
11468 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11469
11470 PR doc/895
11471 * ONEWS: Remove those items that already appear in the EGCS
11472 release notes on our web pages.
11473
11474 2003-03-29 Alan Modra <amodra@bigpond.net.au>
11475
11476 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
11477 TARGET_HARD_FLOAT. Reformat.
11478 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
11479
11480 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
11481
11482 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
11483 work on Solaris 2.5.1.
11484
11485 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
11486
11487 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
11488 section of h8300.md
11489 (*addsi3_and_nor_r_1): Likewise.
11490
11491 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
11492
11493 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
11494 set up before any trapping memory access if flag_non_call_exceptions.
11495
11496 2003-03-29 Alan Modra <amodra@bigpond.net.au>
11497
11498 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
11499
11500 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
11501
11502 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
11503
11504 * configure.in: Clarify comments.
11505 * configure: Regenerate.
11506
11507 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
11508
11509 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
11510 label even if pool empty when generating PIC.
11511 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
11512
11513 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
11514 Dhananjay Deshpande <dhananjayd@kpit.com>
11515
11516 PR target/10205
11517 * config/h8300/h8300.c (h8300_initial_elimination_offset):
11518 Correct the offset computation when TARGET_NORMAL.
11519
11520 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
11521
11522 PR target/10067
11523 * config/sparc/sparc.md (jump pattern): Correct order
11524 when issuing the annuling marker.
11525
11526 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
11527
11528 PR c/8281
11529 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
11530 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
11531
11532 2003-03-28 Alan Modra <amodra@bigpond.net.au>
11533
11534 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
11535 globalize_label.
11536 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11537 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11538 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11539 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11540 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11541 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11542 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
11543
11544 2003-03-28 Alan Modra <amodra@bigpond.net.au>
11545
11546 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
11547 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
11548 notes after hoisting.
11549 (load_mems): Adjust replace_loop_mems call.
11550
11551 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
11552 Richard Henderson <rth@redhat.com>
11553
11554 PR target/10114 and PR target/10084
11555 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
11556
11557 2003-03-27 Richard Henderson <rth@redhat.com>
11558
11559 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
11560
11561 2003-03-27 Roger Sayle <roger@eyesopen.com>
11562
11563 * fold-const.c (fold_inf_compare): New function to simplify FP
11564 comparisons against +Infinity or -Infinity.
11565 (fold): Optimize floating point comparisons against Infs and NaNs.
11566
11567 2003-03-27 Janis Johnson <janis187@us.ibm.com>
11568
11569 * libgcov.c: Provide only dummy functions if libc is not available.
11570
11571 2003-03-27 Richard Henderson <rth@redhat.com>
11572
11573 * real.h (struct real_value): Add signalling.
11574 (EXP_BITS): Decrement.
11575 * real.c (get_canonical_qnan): Don't set MSB-1.
11576 (get_canonical_snan): Likewise. Set signalling.
11577 (real_identical): Compare signalling.
11578 (round_for_format): Remove force-one-bit on code.
11579 (real_nan): Likewise. Set signalling.
11580 (encode_ieee_single): Add force-one-bit code; honor signalling.
11581 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
11582 (decode_ieee_single): Set signalling.
11583 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
11584
11585 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
11586
11587 PR ada/9953
11588 * ada/Makefile.in (gnatlib configuration for HPUX): Split
11589 the general section for HPUX into specific sections for
11590 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
11591 11 case.
11592
11593 2003-03-27 Glen Nakamura <glen@imodulo.com>
11594
11595 PR opt/10087
11596 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
11597 while incrementing giv.
11598 (record_biv): Check for duplicate biv locations and
11599 set (struct induction *) v->same if found.
11600
11601 2003-03-27 David Mosberger <davidm@hpl.hp.com>
11602
11603 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
11604 v0.9 API change: replace read of UNW_REG_HANDLER with
11605 unw_get_proc_info().
11606 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
11607 with unw_get_proc_info().
11608 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
11609 unw_get_proc_info().
11610
11611 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
11612
11613 * config/rs6000/8540.md: Use presence_set instead of absence_set.
11614
11615 2003-03-26 Richard Henderson <rth@redhat.com>
11616
11617 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
11618
11619 2003-03-26 Roger Sayle <roger@eyesopen.com>
11620
11621 PR bootstrap/10051, PR bootstrap/10169.
11622 * mips-tfile.c (init_file): Don't provide a static initializer.
11623 (initialize_init_file): Initialize the contents of init_file.
11624 (add_file): Call initialize_init_file if not already initialized.
11625
11626 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
11627
11628 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
11629 registers used for global asm variables.
11630 (s390_frame_info, s390_arg_frame_offset): Likewise.
11631 (s390_emit_prologue, s390_emit_epilogue): Likewise.
11632
11633 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
11634
11635 * config/rs6000/8540.md: New file.
11636
11637 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
11638 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
11639 reservations for imul.
11640
11641 * config/rs6000/rs6000.md: Include 8540.md. Change
11642 delayed_compare onto mult_compare for insns generating
11643 multiplication.
11644 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
11645 New type attribute values.
11646
11647 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
11648 fpsimple instead of fp.
11649 (*divsf3_gpr): Use type vecfdiv instead of fp.
11650 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
11651 instead of vecfloat.
11652 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
11653 (spe_brinc): Use type brinc instead of veccomplex.
11654 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
11655 veccomplex.
11656 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
11657 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
11658 *movv2sf_internal): Define type attribute values for all
11659 alternatives.
11660 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
11661 of fpcompare.
11662 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
11663 instead of fpcompare.
11664
11665 2003-03-26 David Edelsohn <edelsohn@gnu.org>
11666
11667 * config/rs6000/power4.md: Allow delay between dispatch and
11668 function units for simple instructions. Correct store units.
11669 Allow branch to occupy as many dispatch slots as necessary.
11670
11671 2003-03-26 Jakub Jelinek <jakub@redhat.com>
11672
11673 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
11674 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
11675 zero extend old to it.
11676 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
11677 operand.
11678
11679 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
11680
11681 PR target/7784
11682 * reload.c (find_reloads_address): Handle
11683 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
11684 all base registers.
11685
11686 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
11687
11688 PR other/10203
11689 * version.c: Reference the GCC web site in the URL.
11690
11691 2003-03-26 Alan Modra <amodra@bigpond.net.au>
11692
11693 * c-incpath.c (add_standard_paths): Add both "translated" and
11694 non-translated header paths.
11695
11696 2003-03-25 Loren James Rittle <ljrittle@acm.org>
11697
11698 * doc/install.texi (*-*-freebsd*): Update with known status.
11699
11700 2003-03-21 Jason Merrill <jason@redhat.com>
11701
11702 PR optimization/10171
11703 * unroll.c (unroll_loop): Don't delete the jump at the end unless
11704 we also delete a jump at the beginning.
11705
11706 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
11707
11708 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
11709 contributor.
11710
11711 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
11712
11713 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
11714 constants are not expensive.
11715
11716 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
11717
11718 PR opt/10056
11719 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
11720 jump jumping to the next instruction.
11721 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
11722
11723 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11724
11725 * doc/passes.texi (Passes): Properly document that we do not
11726 perform jump2 any longer; remove command-line option -dJ.
11727
11728 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
11729
11730 PR optimization/8746
11731 * config/i386/i386.md (and promoting splitters): Disable HImode to
11732 SImode promoting when the sign bit matters and is not preserved, or
11733 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
11734 for size.
11735
11736 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11737
11738 * config/h8300/h8300.md (a peephole2): Extend to support loads
11739 in QImode and HImode.
11740
11741 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
11742
11743 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
11744 _return_far
11745 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
11746 (MULTILIB_EXCEPTIONS): Likewise.
11747 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
11748 by calling some board support routine.
11749 ("call_value"): Likewise.
11750 ("*return_void"): Likewise for return.
11751 ("*return_16bit"): Likewise.
11752 ("*return_32bit"): Likewise.
11753 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
11754 for 68HC11 too.
11755 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
11756 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
11757 -mlong-calls for 68HC11.
11758 * config/m68hc11/larith.asm (declare_near): New macro.
11759 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
11760 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
11761 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
11762 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
11763 (__mulhi32): Likewise.
11764 (ret): Update macro for 68HC11.
11765 (__far_trampoline): Implement for 68HC11.
11766 (__call_a16, __call_a32, __return_void, __return_16): New support
11767 routines for 68HC11 memory bank switching calling support.
11768 (__return_32): Likewise.
11769
11770 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
11771
11772 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
11773
11774 2003-03-24 Janis Johnson <janis187@us.ibm.com>
11775
11776 * doc/install.texi (Testing): Mention test result links from build
11777 status pages.
11778
11779 2003-03-24 Mark Mitchell <mark@codesourcery.com>
11780
11781 * function.c (put_var_into_stack): Change bool parameter to int.
11782 (gen_mem_addressof): Likewise.
11783 * rtl.h (gen_mem_addressof): Likewise.
11784 * tree.h (put_var_into_stack): Likewise.
11785 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
11786 gen_mem_addressof or put_var_into_stack.
11787 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
11788 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
11789
11790 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11791
11792 * config/h8300/h8300.md (a peephole2): New.
11793
11794 2003-03-24 Jakub Jelinek <jakub@redhat.com>
11795
11796 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
11797
11798 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11799
11800 * doc/contrib.texi (Contributors): Update Janis Johnson.
11801
11802 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11803
11804 PR target/10072
11805 * combine.c (simplify_if_then_else): Check that the mode
11806 has MODE_INT class before applying the (OP Z (mult COND C2))
11807 transformation.
11808
11809 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11810
11811 PR optimization/9414
11812 * config/sparc/sparc.md (widening peepholes): Use
11813 widen_memory_access instead of change_address.
11814
11815 2003-03-23 Mark Mitchell <mark@codesourcery.com>
11816
11817 PR c++/7086
11818 * c-typeck.c (c_mark_addressable): Adjust calls to
11819 put_var_into_stack.
11820 * expr.c (expand_expr): Likewise.
11821 * function.c (put_var_into_stack): Add rescan parameter. Do not
11822 call fixup_var_refs when rescan is false.
11823 (gen_mem_addressof): Likewise.
11824 (assign_parms): Adjust calls to put_var_into_stack.
11825 (setjmp_protect): Likewise.
11826 (setjmp_protect_args): Likewise.
11827 * rtl.h (gen_mem_addressof): Change prototype.
11828 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
11829 * tree.h (put_var_into_stack): Change prototype.
11830
11831 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
11832
11833 PR middle-end/9967
11834 * builtins.c (expand_builtin_fputs): When optimizing for size,
11835 don't transform fputs into fwrite.
11836
11837 2003-03-23 Glen Nakamura <glen@imodulo.com>
11838
11839 PR c/8224
11840 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
11841 when signedness changes for division or modulus.
11842
11843 2003-03-24 Alan Modra <amodra@bigpond.net.au>
11844
11845 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
11846 globalize_label.
11847
11848 2003-03-23 Roger Sayle <roger@eyesopen.com>
11849
11850 PR c/10178
11851 * stmt.c (expand_end_case_type): Check for overflow in range when
11852 determining whether to use a bit-test implementation.
11853
11854 2003-03-23 Richard Henderson <rth@redhat.com>
11855
11856 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
11857 before flow2.
11858 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
11859
11860 2003-03-23 Richard Henderson <rth@redhat.com>
11861
11862 PR opt/10116
11863 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
11864 from then_bb or else_bb after flow2.
11865
11866 2003-03-23 Zack Weinberg <zack@codesourcery.com>
11867
11868 * configure.in: Check whether it is necessary to link against
11869 libm to use ldexp.
11870 * configure: Regenerate.
11871 * Makefile.in: Add LDEXP_LIB substitution variable.
11872
11873 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
11874
11875 * config/h8300/h8300.md: Fix comment typos.
11876
11877 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11878
11879 * pa.c (output_cbranch): Fix typo in comment.
11880
11881 2003-03-22 Richard Henderson <rth@redhat.com>
11882
11883 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
11884 after reload.
11885
11886 2003-03-22 DJ Delorie <dj at redhat dot com>,
11887 Bruce Korb <bkorb at gnu dot org>
11888
11889 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
11890 buggy Solaris 2.6 mutex/cond initializers.
11891 (solaris_mutex_init): Rename to solaris_mutex_init_2.
11892 * fixinc/fixincl.x: Regenerate.
11893 * fixinc/tests/base/pthread.h: Update.
11894 * fixinc/fixincl.c(initialize): be explicit about the default case
11895 and indicate verbose level when being very, very verbose.
11896 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
11897
11898 2003-03-22 Andreas Jaeger <aj@suse.de>
11899
11900 * config/i386/i386.c (ix86_init_machine_status): Return value.
11901
11902 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11903
11904 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
11905 conditional branch to the following instruction. Use next_real_insn
11906 instead of next_active_insn.
11907 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
11908 instead of next_active_insn.
11909
11910 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
11911
11912 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
11913 instead of 'm' constraint in forced-split alternatives.
11914 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
11915 VALIDATE_ADDRESS parameter to operand_subword.
11916
11917 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
11918
11919 * config/h8300/h8300.c (notice_update_cc): Correctly handle
11920 the case where the set destination is STRICT_LOW_PART.
11921
11922 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
11923
11924 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
11925 c30 instead of a c40 processor.
11926
11927 2003-03-22 Alan Modra <amodra@bigpond.net.au>
11928
11929 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
11930
11931 2003-03-21 Zack Weinberg <zack@codesourcery.com>
11932
11933 * c-common.c: Include intl.h.
11934 (shadow_warning): Rewrite to allow better diagnostic translations.
11935 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
11936 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
11937 use it throughout.
11938 * Makefile.in (c-common.o): Add intl.h.
11939
11940 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
11941
11942 * config.gcc: Remove 'float_format'.
11943
11944 * fixproto: Define NULL and size_t in generated stdlib.h and
11945 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
11946 Rearrange file generation loop for readability. Generate time.h,
11947 string.h if missing.
11948 * tsystem.h: Include <string.h>, <time.h> unconditionally.
11949 * config.gcc: Blow away POSIX defines.
11950
11951 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
11952
11953 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
11954
11955 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
11956
11957 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
11958 writing .interrupt command.
11959 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
11960 if it's a far or near function.
11961 ("call_value"): Likewise.
11962 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
11963 near attributes.
11964 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
11965 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
11966 (m68hc11_initial_elimination_offset): Set current_function_far
11967 according to attributes.
11968 (expand_prologue): Likewise.
11969 (trap_handler_symbol): New global to keep track of trap handlers.
11970 (m68hc11_encode_section_info): Mark symbol as far if needed; set
11971 trap symbol.
11972 (m68hc11_is_far_symbol): New function.
11973 (m68hc11_is_trap_symbol): New function.
11974 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
11975 (m68hc11_is_trap_symbol): Declare.
11976
11977 2003-03-21 Jan Hubicka <jh@suse.cz>
11978
11979 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
11980 only when amount of saved regs changed.
11981 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
11982 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
11983
11984 2003-03-21 Jan Hubicka <jh@suse.cz>
11985
11986 PR inline-asm/7916
11987 * function.c (instantiate_virtual_regs_lossage): New function.
11988 (instantiate_virtual_regs_1): Use it.
11989 (instantiate_virtual_regs): Do not continue in substition when insn has
11990 been deleted.
11991
11992 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11993
11994 * combine.c (make_field_assignment): Fix a warning.
11995
11996 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
11997
11998 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
11999
12000 2003-03-21 Dale Johannesen <dalej@apple.com>
12001
12002 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
12003 priority for R2 on Darwin.
12004 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
12005
12006 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
12007
12008 * combine.c (make_field_assignment): Remove unnecessary AND
12009 when storing into zero_extract.
12010
12011 2003-03-21 Zack Weinberg <zack@codesourcery.com>
12012
12013 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
12014 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
12015 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
12016 in comment.
12017
12018 2003-03-21 DJ Delorie <dj@redhat.com>
12019
12020 * optabs.c (init_integral_libfuncs): Make sure we init at least up
12021 to "long long" size words.
12022
12023 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
12024
12025 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
12026 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
12027 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
12028
12029 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12030
12031 PR doc-bug/9813
12032 * doc/extend.texi: Move misplaced paragraph about underscores in
12033 variables in macros.
12034
12035 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
12036 Richard Henderson <rth@redhat.com>
12037
12038 PR optimization/8366
12039 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
12040 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
12041 PIC+SYMBOLIC_CONST in other modes than Pmode.
12042 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
12043 the form PIC+SYMBOLIC_CONST as mode dependent.
12044
12045 2003-03-21 DJ Delorie <dj@redhat.com>
12046
12047 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
12048 sure we always emit at least one insn.
12049
12050 2003-03-21 Christopher Faylor <cgf@redhat.com>
12051
12052 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
12053 stub t-cygming. Use common target header cygming.h. Add extra
12054 c_target_obj and cxx_target_obj file. Default cygwin to posix
12055 threading. Enforce i386 as float format.
12056 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
12057 Remove cygwin.h as target header. Use common target header
12058 cygming.h Enforce i386 as float format. Correct typo.
12059 * config/i386/cygming.h: New file, containing definitions
12060 common to mingw32 and cygwin.
12061 * config/i386/cygwin.h: Remove definitions common to cygwin and
12062 mingw. Simplify special spec logic. Define "wrappers" around
12063 certain include path defines to accommodate -mno-cygwin.
12064 Remove some #if 0'ed code.
12065 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
12066 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
12067 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
12068 * config/i386/mingw32.h: Remove definitions common to cygwin and
12069 mingw.
12070 (EXTRA_OS_CPP_BUILTINS): Adjust.
12071 (TARGET_VERSION): Define.
12072 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
12073 mingw32.h definitions.
12074 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
12075 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
12076 Add compilation rules for cygwin1.o cygwin2.o.
12077 * config/i386/cygwin1.c: New file.
12078 * config/i386/cygwin2.c: New file.
12079 * config/i386/t-cygming: New makefile stub.
12080
12081 2003-03-20 Richard Henderson <rth@redhat.com>
12082
12083 * fold-const.c (extract_muldiv_1): Revert changing order of
12084 operands in case MULT_EXPR of 2003-02-16 patch.
12085
12086 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
12087 Merge changes from new-regalloc-branch
12088
12089 From Michael Matz <matz@suse.de>
12090 * df.c (df_ref_record_1): Move init of loc to safe point.
12091 Only recurse on interesting things in parallels.
12092 Handle CLASS_CANNOT_CHANGE_MODE smarter.
12093 (df_uses_record): Ditto.
12094
12095 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
12096 it's already okay to use memory operands in (IE doesn't require
12097 adding another insn or anything).
12098
12099 2003-03-20 Richard Henderson <rth@redhat.com>
12100
12101 PR middle-end/6348
12102 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
12103 different from word_mode.
12104
12105 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12106
12107 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
12108 source operand to those that can be extracted with bld.
12109
12110 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
12111
12112 PR 10066
12113 * arm.md (UNSPEC_PIC_BASE): New constant.
12114 (pic_add_dot_plus_four): Wrap with unspec.
12115 (pic_add_dot_plus_eight): Likewise.
12116
12117 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12118
12119 * config/h8300/h8300.md (*insv_si_1_n): New.
12120 (*insv_si_1_n_lshiftrt): Likewise.
12121
12122 2003-03-20 Roger Sayle <roger@eyesopen.com>
12123
12124 * fold-const.c (fold_mathfn_compare): New function to simplify
12125 comparisons against built-in math functions. Fold comparisons
12126 of sqrt against constants.
12127 (fold): Call fold_mathfn_compare when appropriate.
12128
12129 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
12130
12131 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
12132 information.
12133
12134 2003-03-20 Per Bothner <pbothner@apple.com>
12135
12136 Various cleanups to help compile server.
12137
12138 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
12139 and pass that to _cpp_init_hashtable.
12140 (cpp_read_main_file): Drop hash_table* argument; don't call
12141 _cpp_init_hashtable.
12142 * cpplib.h: Update declarations to match.
12143 * c-opts.c (c_common_init_options): Pass ident_hash to
12144 cpp_create_reader.
12145 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
12146 * fix-header.c (read_scan_file): Likewise pass NULL table to
12147 cpp_create_reader rather than cpp_read_main_file.
12148
12149 * cppfiles.c (cpp_rename_file): Generalized and renamed
12150 to cpp_change_file.
12151 * cpplib.h: Update declaration to match.
12152 * c-opts.c (push_command_line_line, finish_options): Change
12153 cpp_rename_file calls to cpp_change_file.
12154
12155 * line-map.c (add_line_map): Allow leaving the outermost file.
12156 Allowing entering an outermost-file after the initial time.
12157
12158 * toplev.c (pop_srcloc): Allow popping from initial file.
12159
12160 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
12161
12162 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
12163
12164 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12165
12166 * config/h8300/h8300.md (a peephole2): New.
12167
12168 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12169
12170 * config/h8300/h8300.md (*addsi3_and_r_1): New.
12171 (*addsi3_and_not_r_1): Likewise.
12172
12173 2003-03-19 Loren James Rittle <ljrittle@acm.org>
12174
12175 * Makefile.in (STRICT2_WARN): Add @WERROR@.
12176 (GCC_WARN_CFLAGS): Remove $(WERROR).
12177 (fixinc.sh-warn): New.
12178 * ada/Make-lang.in (ada-warn): Add $(WERROR).
12179 * cp/Make-lang.in (cp-warn): Add $(WERROR).
12180 * f/Make-lang.in (f-warn): Add $(WERROR).
12181 * java/Make-lang.in (java-warn): Add $(WERROR).
12182 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
12183
12184 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
12185
12186 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
12187 langhooks-def.h (lhd_tree_dump_dump_tree),
12188 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
12189 Change return type from 'int' to 'bool'. Replace 0 and 1 with
12190 true and false in return statements.
12191
12192 2003-03-19 Kevin Buettner <kevinb@redhat.com>
12193
12194 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
12195 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
12196 DWARF_INITIAL_LENGTH_SIZE.
12197 (output_compilation_unit_header, output_pubnames, output_aranges)
12198 (output_line_info): Output 0xffffffff escape value for 64-bit
12199 DWARF extension.
12200 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
12201
12202 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
12203
12204 * config/s390/s390.c (s390_preferred_reload_class): Do not
12205 force constants to the pool unless necessary.
12206 (s390_decompose_address): Prefer to use pointer as base,
12207 not index register.
12208 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
12209 Q alternative.
12210 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
12211 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
12212 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
12213 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
12214 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
12215
12216 2003-03-19 Jan Hubicka <jh@suse.cz>
12217
12218 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
12219 * i386.c (use_fast_prologue_epilogue): Remove.
12220 (ix86_frame): New field save_regs-using_mov;
12221 (ix86_compute_frame_layout): Decide on fast prologues;
12222 allocate saved registers in red zone.
12223 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
12224
12225 2003-03-19 Nick Clifton <nickc@redhat.com>
12226
12227 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
12228
12229 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12230
12231 PR 10062
12232 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
12233 * pa-protos.h (output_lbranch): New prototype.
12234 * pa.c (compute_frame_size): Change size of the frame marker on the
12235 64-bit ports to 48 bytes.
12236 (pa_output_function_prologue): Document why SAVE_SP is set.
12237 (hppa_expand_prologue): Save previous stack pointer into frame marker
12238 on targets which use the hpux unwind library.
12239 (output_cbranch): Use output_lbranch.
12240 (output_lbranch): New function to output long unconditional branches.
12241 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
12242 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
12243 64-bit ports.
12244 * pa.md (jump): Use output_lbranch.
12245 (allocate_stack): New expander for dynamic stack allocation.
12246
12247 2003-03-19 Alan Modra <amodra@bigpond.net.au>
12248
12249 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
12250 when debugging on XCOFF targets. Delete "abi" temp.
12251
12252 PR target/10073
12253 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
12254
12255 2003-03-18 Jakub Jelinek <jakub@redhat.com>
12256
12257 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
12258 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
12259 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
12260
12261 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
12262 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
12263 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
12264
12265 2003-03-18 Geoffrey Keating <geoffk@apple.com>
12266
12267 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
12268 the result of machopic_function_base_name.
12269 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
12270 string rather than a static array.
12271
12272 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
12273
12274 * gengtype.c: Include rtl.h.
12275 (enum rtx_code): Don't define.
12276 (rtx_format): Make declaration match rtl.h.
12277 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
12278 users.
12279 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
12280 * Makefile.in (gengtype.o): Update dependencies.
12281
12282 2003-03-18 Andreas Schwab <schwab@suse.de>
12283
12284 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
12285 martin@blom.org.
12286
12287 2003-03-18 Geoffrey Keating <geoffk@apple.com>
12288
12289 * function.c (next_block_index): Mark with GTY.
12290
12291 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
12292
12293 2003-03-18 Richard Henderson <rth@redhat.com>
12294
12295 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
12296 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
12297 until after reload.
12298
12299 2003-03-18 Richard Henderson <rth@redhat.com>
12300
12301 * builtins.c (expand_builtin_unop): New target_mode operand;
12302 use it to convert the result to the correct mode.
12303 (expand_builtin): Update all callers.
12304
12305 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
12306
12307 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
12308
12309 2003-03-18 Jan Hubicka <jh@suse.cz>
12310
12311 * i386.md: Fix previous commit that mistakely applied the patch
12312 twice.
12313
12314 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
12315 canonicalized.
12316 (memrefs_conflict_p): Likewise.
12317 (addr_side_effect_eval): Canonicalize the constructed address.
12318
12319 2003-03-18 Jan Hubicka <jh@suse.cz>
12320
12321 * i386.md (cvtts?2si peep2): New.
12322
12323 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
12324
12325 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
12326
12327 2003-03-18 Andreas Schwab <schwab@suse.de>
12328
12329 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
12330 for format.
12331
12332 2003-03-17 Jason Merrill <jason@redhat.com>
12333
12334 PR c++/10091
12335 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
12336 an unaligned member of TREE_ADDRESSABLE type.
12337
12338 2003-03-18 Alan Modra <amodra@bigpond.net.au>
12339
12340 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
12341 (TARGET_PROFILE_KERNEL): Define.
12342 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
12343 (PROFILE_BEFORE_PROLOGUE): Don't define.
12344 (PROFILE_KERNEL): Remove hacks.
12345 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
12346 (rs6000_stack_info): No need to save lr if just for profiling when
12347 TARGET_PROFILE_KERNEL.
12348 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
12349 (output_function_profiler): Localize label generation. Emit code
12350 for kernel profiling.
12351
12352 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
12353
12354 * config/h8300/h8300-protos.h: Add a prototype for
12355 byte_accesses_mergeable_p.
12356 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
12357 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
12358 (a splitter): Likewise.
12359 (*iorsi3_ashift_16_ashift_24): Likewise.
12360 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
12361
12362 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12363
12364 * dwarf2asm.h: Delete obsolete comment.
12365 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
12366 dw2_asm_output_pcrel, dw2_asm_output_addr,
12367 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
12368 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
12369 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
12370 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
12371
12372 2003-03-17 Zack Weinberg <zack@codesourcery.com>
12373
12374 * c-tree.h (struct lang_identifier): Remove error_locus field.
12375 (IDENTIFIER_ERROR_LOCUS): Kill.
12376 (record_function_scope_shadow): New prototype.
12377 * c-typeck.c (build_external_ref): Don't complain if
12378 decl is error_mark_node. When not at file scope, bind the
12379 decl's local value to error_mark_node to suppress further
12380 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
12381
12382 * c-decl.c (get_function_binding_level): New static function.
12383 (record_function_scope_shadow): New exported function.
12384 (c_make_fname_decl): Use get_function_binding_level.
12385
12386 2003-03-17 Steve Ellcey <sje@cup.hp.com>
12387
12388 * stmt.c (tail_recursion_args): Call promote_mode to set
12389 unsignedp flag correctly before calling convert_move.
12390
12391 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12392
12393 * loop-unroll.c (decide_peel_completely,
12394 decide_unroll_constant_iterations, decide_unroll_stupid,
12395 decide_unroll_runtime_iterations, decide_peel_simple): Set
12396 loop->has_desc.
12397
12398 2003-03-17 Jan Hubicka <jh@suse.cz>
12399
12400 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
12401
12402 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12403
12404 * function.c (assign_parms): For a struct value address passed as
12405 first argument, delay the function's result RTL setup code until
12406 after the emission of parameter conversions.
12407
12408 2003-03-17 Dave Love <fx@gnu.org>
12409 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12410
12411 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
12412 __arch64__ to match Compaq cc.
12413
12414 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
12415
12416 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
12417 (c_common_init): Set EBCDIC in cpp options.
12418 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
12419 not conditional compilation.
12420 * cpplib.h (struct cpp_options): New entry EBCDIC.
12421
12422 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
12423
12424 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
12425
12426 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12427
12428 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
12429 argument to 0 for redirect_jump.
12430
12431 2003-03-16 Mark Mitchell <mark@codesourcery.com>
12432
12433 PR c++/8805
12434 * except.c (eh_region_u_cleanup): Add prev_try.
12435 (expand_eh_region_end_cleanup): Set it.
12436 (reachable_handlers): Use it to skip over cleanup blocks.
12437
12438 2003-03-17 Andreas Jaeger <aj@suse.de>
12439
12440 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
12441
12442 2003-03-17 Alan Modra <amodra@bigpond.net.au>
12443
12444 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
12445 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
12446 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
12447 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
12448
12449 2003-03-16 Richard Henderson <rth@redhat.com>
12450
12451 * simplify-rtx (simplify_binary_operation): Don't abort for
12452 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
12453
12454 2003-03-16 Richard Henderson <rth@redhat.com>
12455
12456 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
12457 optimize_size as well.
12458
12459 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
12460
12461 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
12462 for D register to specify the low part of it, aka B.
12463 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
12464 the register if we are loading 1 or -1 to it; avoid using temp
12465 register when moving X/Y to Y/X.
12466 (m68hc11_gen_movqi): Likewise.
12467 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
12468
12469 2003-03-14 Mark Mitchell <mark@codesourcery.com>
12470
12471 PR optimization/9016
12472 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
12473 into the constant pool.
12474
12475 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
12476
12477 PR target/9164
12478 * tree.c (get_narrower): For extensions with unchanged bit number,
12479 return the unsignedness of the outer mode.
12480
12481 2003-03-16 Roger Sayle <roger@eyesopen.com>
12482
12483 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
12484 to avoid "may be used uninitialized" warning on ia64-hpux.
12485 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
12486
12487 2003-03-16 Andreas Jaeger <aj@suse.de>
12488
12489 * configure.in: Improve check for memcheck.h.
12490 * configure: Regenerated.
12491
12492 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
12493
12494 * doc/cppopts.texi: Remove documentation of -A-.
12495
12496 2003-03-15 Zack Weinberg <zack@codesourcery.com>
12497
12498 * doc/libgcc.texi: Remove @tie.
12499
12500 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
12501
12502 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
12503 (rtx_pair): Added new element update_label_nuses, renamed to
12504 replace_label_data.
12505 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
12506 replace_label_data instead of rtx_pair.
12507 * loop.c (load_mems): Likewise.
12508 * rtlanal.c (replace_label): Replace label in pool constants and in
12509 INSN_LIST (in REG_LABEL note).
12510 (subrtx_p): Renamed to rtx_referenced_p.
12511 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
12512 LABEL_REF with CODE_LABEL, traverse constants from pool.
12513
12514 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
12515 Zack Weinberg <zack@codesourcery.com>
12516
12517 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
12518 * doc/libgcc.texi: New file.
12519 * doc/interface.texi: Delete paragraph about libgcc interface.
12520 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
12521
12522 2003-03-15 Jason Merrill <jason@redhat.com>
12523
12524 PR debug/9039
12525 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
12526
12527 PR debug/6387
12528 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
12529 function DIEs at toplevel.
12530 (decls_for_scope): At -g1, don't descend into subblocks.
12531
12532 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
12533
12534 * varasm.c (struct rtx_const): Change type of un.addr member
12535 to struct holding an additional 'symbol' member.
12536 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
12537 with equal string addresses as equal.
12538 (simplify_subtraction): Adapt to struct rtx_const change.
12539
12540 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
12541
12542 * fix-header.c (read_scan_file): Read main file before handling -D.
12543
12544 2003-03-15 Roger Sayle <roger@eyesopen.com>
12545
12546 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
12547 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
12548 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
12549 (find_sub_basic_blocks): Likewise.
12550 * cgraphunit.c (cgraph_expand_functions): Likewise.
12551 * dwarf2out.c (prune_unused_types): Likewise.
12552 * expr.c (store_field): Likewise.
12553 * genextract.c (print_path): Likewise.
12554 * haifa-sched.c (schedule_insn): Likewise.
12555 * lcm.c (compute_antinout_edge): Likewise.
12556 * loop-unroll.c (decide_peel_once_rolling): Likewise.
12557 * ra-colorize.c (ra_colorize_free_all): Likewise.
12558 * ra-debug.c (dump_igraph): Likewise.
12559 (debug_hard_reg_set): Likewise.
12560 * reg-stack.c (reg_to_stack): Likewise.
12561 * rtlanal.c (refers_to_regno_p): Likewise.
12562 * tracer.c (layout_superblocks): Likewise.
12563
12564 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
12565
12566 * fix-header.c (read_scan_file): Fix thinko.
12567
12568 2003-03-15 Glen Nakamura <glen@imodulo.com>
12569
12570 * reload1.c (choose_reload_regs): Use && instead of ||
12571 with REG_CANNOT_CHANGE_MODE_P condition.
12572
12573 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
12574
12575 * Makefile.in: Update.
12576 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
12577 * c-lex.c (init_c_lex): Register builtins hook is dead.
12578 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
12579 (c_common_decode_option): Don't call cpp_handle_option.
12580 Handle -A, -D and -U.
12581 (handle_deferred_opts): Simplify.
12582 (finish_options): Define builtins and command line macros.
12583 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
12584 * cppinit.c: Don't include intl.h.
12585 (init_builtins): Rename cpp_init_builtins. No hook to call.
12586 (init_library): Don't need to sort options.
12587 (cpp_create_reader): Don't set pending.
12588 (cpp_destroy): Don't free pending.
12589 (struct pending_option, cl_directive_handler, struct cpp_pending,
12590 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
12591 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
12592 cl_options, cpp_handle_option): Remove.
12593 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
12594 cpp_finish_options): Remove.
12595 (cpp_init_builtins): New.
12596 * fix-header.c (read_scan_file): Update to handle -D. Fix
12597 handling of -I. Replace call to cpp_finish_options.
12598
12599 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12600
12601 PR optimization/9387
12602 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
12603 for conditional returns.
12604
12605 2003-03-14 Jason Merrill <jason@redhat.com>
12606
12607 PR optimization/6871
12608 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
12609
12610 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
12611
12612 * c-opts.c (finish_options): New.
12613 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
12614 (missing_arg): Handle OPT_include and OPT_imacros.
12615 (c_common_init, c_common_parse_file): Use finish_options.
12616 (handle_deferred_opts): Update.
12617 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
12618 (cpp_finish_options): Don't handle -imacros here.
12619 (no_fil): Remove.
12620 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
12621
12622 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12623
12624 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
12625 rs6000_maybe_dead if !fromprolog.
12626
12627 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
12628
12629 * Makefile.in: Update.
12630 * c-common.h (fe_file_change, pp_file_change): New.
12631 * c-lex.c (init_c_lex): Don't set cb_file_change.
12632 (c_common_parse_file): Move to c-opts.c.
12633 (cb_file_change): Rename fe_file_change.
12634 * c-opts.c: Include debug.h.
12635 (warn_unused_macros, include_cursor): New.
12636 (push_command_line_include, cb_file_change): New.
12637 (COMMAND_LINE_OPTIONS): Handle -include.
12638 (c_common_decode_option): Use local warn_unused_macros.
12639 Handle OPT_include.
12640 (c_common_post_options): Set file change callback.
12641 (handle_deferred_opts): Skip -include. Don't free the array.
12642 (c_common_init): Call cpp_finish_options here, and push an
12643 initial -include file.
12644 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
12645 (preprocess_file): Don't call cpp_finish_options.
12646 (init_pp_output): Don't set the file change callback.
12647 (pp_file_change): Return if no line commands or no output.
12648 * cpphash.h (next_include_file, first_unused_line): Remove.
12649 * cppinit.c (include_head, include_tail): Remove.
12650 (cpp_destroy): Don't free -include chain.
12651 (cpp_finish_options): Don't handle -include, or worry about
12652 -Wunused-macros.
12653 (_cpp_maybe_push_include_file): Remove.
12654 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
12655 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
12656 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
12657 Used flag is set based upon the state of the warn_unused_macros
12658 flag, and so use of first_unused_line is unnecessary.
12659
12660 2003-03-13 Jan Hubicka <jh@suse.cz>
12661
12662 * cselib.c (clear_table): Do not take argument; always clear just
12663 used slots.
12664 (cselib_process_insn): Update call of clear_table
12665 (cselib_init): Do not call clear_table.
12666 (cselib_finish): Clear table.
12667
12668 * cse.c (count_reg_usage): Do not check side_effects_p.
12669 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
12670 like noop.
12671 (find_reg_equal_equiv_note): Do not use find_reg_note.
12672
12673 2003-03-14 Richard Henderson <rth@redhat.com>
12674
12675 PR target/9700
12676 * config/alpha/alpha.c (alpha_va_start): Account for
12677 current_function_pretend_args_size in the AP offset.
12678
12679 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
12680 (INITIAL_ELIMINATION_OFFSET): Move out of line.
12681 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
12682 (alpha_initial_elimination_offset) New.
12683 * config/alpha/alpha-protos.h: Update.
12684
12685 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12686
12687 * stmt.c (expand_start_case): Call emit_queue ().
12688
12689 2003-03-14 Chris Demetriou <cgd@broadcom.com>
12690 Alexandre Oliva <aoliva@redhat.com>
12691
12692 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
12693 words in new abis.
12694
12695 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
12696
12697 PR optimization/8396
12698 * tree-inline.c (initialize_inlined_parameters): Make sure the value
12699 of read-only constant arguments is passed with the right type.
12700
12701 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
12702
12703 * doc/extend.texi (Function Names): Make the example compilable.
12704
12705 2003-03-13 David Edelsohn <edelsohn@gnu.org>
12706
12707 * config/rs6000/rs6000.c (processor_target_table): Really allow
12708 GP optional instructions on Power4.
12709
12710 2003-03-13 Roger Sayle <roger@eyesopen.com>
12711
12712 * calls.c (flags_from_decl_or_type): Factor and remove redundant
12713 conditional tests.
12714
12715 2003-03-13 Mike Stump <mrs@apple.com>
12716
12717 * ggc-page.c (struct page_entry): Remove varray.h header.
12718 Add index_by_depth field.
12719 Remove save_in_use_p field.
12720 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
12721 by_depth_max, by_depth, and save_in_use fields.
12722 (INITIAL_PTE_COUNT): Add.
12723 (save_in_use_p_i): Add.
12724 (save_in_use_p): Add.
12725 (adjust_depth): Add.
12726 (move_ptes_to_front): Add.
12727 (push_depth): Add.
12728 (push_by_depth): Add.
12729 (prefetch): Add.
12730 (free_page): Add support for and use faster data structures.
12731 (ggc_alloc): Likewise.
12732 (init_ggc): Likewise.
12733 (ggc_recalculate_in_use_p): Likewise.
12734 (ggc_pop_context): Likewise.
12735 (clear_marks): Likewise.
12736 (ggc_pch_read): Likewise.
12737 * Makefile.in (ggc-page.o): Remove varray.h.
12738
12739 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
12740
12741 * ChangeLog: Rotated last year's entries to...
12742 * ChangeLog.8: New.
12743
12744 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
12745 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
12746 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
12747 config/ia64/ia64-protos.h, config/ia64/ia64.c,
12748 config/ia64/ia64.h, config/ia64/ia64.md,
12749 config/ia64/itanium1.md, config/ia64/itanium2.md,
12750 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
12751 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
12752
12753 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
12754
12755 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
12756 Differentiate endianness.
12757 (s6000_override_options): Use cpu type instead of TARGET_SPE.
12758
12759 2003-03-13 Nick Clifton <nickc@redhat.com>
12760
12761 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
12762 LDM instructions with writeback enabled.
12763 (output_return_instruction): Likewise.
12764
12765 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
12766 (CALL_USED_REGISTERS): Remove definition.
12767 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
12768
12769 2003-03-13 Alan Modra <amodra@bigpond.net.au>
12770
12771 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
12772 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
12773 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
12774 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
12775 (rs6000_legitimize_address): Formatting.
12776 (rs6000_emit_move): Likewise.
12777 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
12778 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
12779 (rs6000_elf_select_section): Comment reason for shlib being
12780 set for ABI_AIX.
12781 (rs6000_elf_unique_section): Likewise.
12782 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
12783 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
12784 as well as flag_pic.
12785 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
12786 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
12787 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
12788
12789 2003-03-13 Richard Henderson <rth@redhat.com>
12790
12791 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
12792
12793 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
12794 (ia64_gp_save_reg): Remove.
12795 (struct ia64_frame_info): Move to the beginning of the file;
12796 add reg_save_gp.
12797 (ia64_expand_call): Rearrange for new call patterns.
12798 (ia64_reload_gp): New.
12799 (ia64_split_call): New.
12800 (ia64_compute_frame_size): Allocate reg_save_gp.
12801 (ia64_expand_prologue): Save reg_save_gp.
12802 (ia64_expand_epilogue): Don't restore gp.
12803 (ia64_hard_regno_rename_ok): Remove R4 hack.
12804 (ia64_function_ok_for_sibcall): New.
12805 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
12806 call try_split on sibcall pattern.
12807 * config/ia64/ia64-protos.h: Update.
12808 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
12809 Rename from nopic versions. Confiscate 2nd argument to call as
12810 a marker.
12811 (call_pic, call_value_pic, sibcall_pic): Remove.
12812 (call_gp, call_value_gp, sibcall_gp): New.
12813 (builtin_setjmp_setup): Remove.
12814 (builtin_setjmp_receiver): Call ia64_reload_gp.
12815
12816 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12817
12818 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
12819 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
12820 "GNU CC" with "GCC".
12821
12822 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
12823 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
12824 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
12825 GCC, not GNU CC.
12826
12827 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
12828 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
12829
12830 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
12831 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
12832 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
12833 "GNU CC" with "GCC".
12834
12835 * config/v850/lib1funcs.asm, config/v850/rtems.h,
12836 config/v850/v850-c.c, config/v850/v850-protos.h,
12837 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
12838 GCC, not GNU CC.
12839
12840 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
12841 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
12842 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
12843 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
12844 GNU CC.
12845
12846 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
12847
12848 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
12849
12850 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12851
12852 * fixinc/fixinc.interix: Remove dead code (most of it).
12853 * fixinc/fixinc.dgux: Remove.
12854
12855 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
12856 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
12857
12858 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12859
12860 * pa.c (pa_init_builtins): Fix warning.
12861
12862 2003-03-12 Steve Ellcey <sje@cup.hp.com>
12863
12864 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
12865 (ASM_OUTPUT_XDATA_SHORT): Remove.
12866 (ASM_OUTPUT_XDATA_INT): Remove.
12867 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
12868 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
12869 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
12870 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
12871
12872 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
12873
12874 PR c++/7050
12875 * expr.c (store_expr): Don't attempt to store void-typed trees,
12876 just evaluate them for side effects.
12877
12878 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12879
12880 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
12881 * cppinit.c (push_include): Move with changes to cppfiles.c.
12882 (cpp_read_main_file): Mark named operators here...
12883 (cpp_finish_options): ...not here. Update.
12884 (_cpp_maybe_push_include_file): Update.
12885 * cpplib.h (cpp_push_include, cpp_rename_file): New.
12886
12887 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12888
12889 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
12890 _gcc_COMPUTE_GAS_VERSION.
12891 * configure.in: Use them.
12892 * configure: Regenerate.
12893
12894 2003-03-12 Bob Wilson <bob.wilson@acm.org>
12895
12896 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
12897 to detect carry.
12898 (subdi3): Reorder emitted instructions.
12899
12900 2003-03-12 Andreas Jaeger <aj@suse.de>
12901
12902 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
12903 NETBSD_OS_CPP_BUILTINS_LP64.
12904
12905 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12906
12907 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
12908 Rearrange. Reorganize.
12909 * configure.in: Rearrange.
12910 * configure: Regenerate.
12911
12912 2003-03-12 Andreas Jaeger <aj@suse.de>
12913
12914 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
12915 LP64 targets.
12916
12917 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
12918 _LP64.
12919
12920 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
12921 _LP64 macros here.
12922 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
12923
12924 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
12925 NETBSD_OS_CPP_BUILTINS_LP64.
12926 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
12927 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
12928
12929 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
12930
12931 2003-03-12 Jan Hubicka <jh@suse.cz>
12932
12933 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
12934
12935 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
12936
12937 Fix PR target/9797 and PR c/9853.
12938 * stmt.c (expand_decl_init): Call push_temp_slots () and
12939 pop_temp_slots ().
12940
12941 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
12942
12943 * sh.c: Include basic-block.h.
12944 (sh_output_mi_thunk, emit_load_ptr): New functions.
12945 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
12946
12947 2003-03-12 Nick Clifton <nickc@redhat.com>
12948
12949 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
12950 (CALL_USED_REGISTERS): Likewise.
12951 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
12952 describing how this value is calculated.
12953
12954 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
12955
12956 * configure.in (rlim_t): Define to long if no valid definition
12957 found in sys/resource.h.
12958 * config.in, configure: Regenerate.
12959
12960 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
12961
12962 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
12963 TARGET_OS_CPP_BUILTINS.
12964 * config/mcore/mcore-pe.h: Similarly.
12965 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
12966 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
12967
12968 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12969
12970 PR c/9928
12971 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
12972 only if it is a VAR_DECL.
12973
12974 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
12975
12976 PR optimization/9888
12977 * config/i386/i386.md (jcc_1): Fix range.
12978 (jcc_2): Likewise.
12979 (jump): LIkewise.
12980 (doloop_end_internal): Likewise.
12981
12982 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
12983
12984 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
12985 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
12986 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
12987 DLL_IMPORT_EXPORT_PREFIX and "i."
12988 (i386_pe_dllexport_name_p): Here.
12989 (i386_pe_dllimport_name_p): Here.
12990 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
12991 not 9 chars when getting identifier name.
12992 (i386_pe_mark_dllimport): Here.
12993 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
12994 not 9 chars when getting identifier name. Correct comment.
12995 (i386_pe_strip_name_encoding): Here. Add comments for different
12996 cases.
12997 (gen_fastcall_suffix): Break down xmalloc() argument to
12998 components.
12999 (gen_stdcall_suffix): Likewise.
13000 Update copyright year.
13001
13002 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
13003
13004 PR optimization/9888
13005 * config/i386/i386.md (movsi_1): Remove special alternatives
13006 for %eax register.
13007 (movsi_1_nointernunit): Likewise.
13008 (movhi_1): Likewise.
13009 * config/i386/i386.c (memory_address_length): Do not use
13010 short displacement when there is no base.
13011 (ix86_attr_length_address_default): Handle LEA instructions.
13012
13013 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
13014
13015 * c-cppbuiltin.c (builtin_define_std): Make non-static.
13016
13017 2003-03-11 Loren James Rittle <ljrittle@acm.org>
13018
13019 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
13020 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
13021 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
13022 * config/freebsd.h (CPP_PREDEFINES): Remove.
13023 (TARGET_OS_CPP_BUILTINS): New.
13024 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
13025 instead of TARGET_OS_CPP_BUILTINS.
13026 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
13027
13028 2003-03-11 Geoffrey Keating <geoffk@apple.com>
13029
13030 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
13031
13032 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
13033
13034 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
13035 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
13036
13037 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
13038
13039 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
13040
13041 * toplev.c (independent_decode_option): Return success for --help,
13042 --target-help and --version.
13043
13044 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
13045
13046 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
13047 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
13048 specified.
13049 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
13050 DRIVER_SELF_SPECS.
13051 (LINK_SPEC): Let endian options affect the linker emulation name.
13052
13053 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
13054
13055 * sh.md (reload_inqi): Fix mode for source in second set.
13056
13057 2003-03-11 Jan Hubicka <jh@suse.cz>
13058
13059 * cselib.c (cselib_invalidate_mem_1): Move too ...
13060 (cselib_invalidate_mem): ... here; use new list
13061 (dummy_val, first_containing_mem): New static variables.
13062 (clear_table): Initialize first_containing_mem.
13063 (discard_useless_values): Compact the containing_mem list.
13064 (add_mem_for_addr): Add to the list.
13065 * cselib.h (cselib_val): Add next_containing_mem.
13066
13067 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
13068
13069 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
13070 instructions for e500.
13071
13072 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
13073
13074 * Makefile.in: Update.
13075 * c-cppbuiltin.c: Include tm_p.h.
13076
13077 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
13078
13079 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
13080
13081 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
13082 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
13083 (_Unwind_SetGR): Same.
13084 (_Unwind_GetGRPtr): New.
13085 (_Unwind_SetGRPtr): New.
13086 (uw_update_context_1): Use accesor functions instead of accessing
13087 context->reg[] directly.
13088 (uw_install_context_1): Same.
13089 (execute_cfa_program): Same.
13090 (__frame_state_for): Same.
13091
13092 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
13093 the synthetic register offset.
13094
13095 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
13096
13097 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
13098
13099 * config/cris/cris.md: Remove lingering EGCS reference.
13100 ("*extopqihi_side_biap"): For HI operation, match
13101 cris_additive_operand_extend_operator, not
13102 cris_operand_extend_operator. Adjust condition.
13103 ("*extopqihi_side", "*extopqihi"): Ditto.
13104 ("*extopqisi_side_biap"): Correct operand numbers in condition.
13105 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
13106 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
13107 ("*extophisi_swap"): Ditto.
13108 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
13109 PLUS, not cris_operand_extend_operator. Adjust condition and
13110 output template.
13111 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
13112 * config/cris/cris.h (PREDICATE_CODES): Add
13113 cris_additive_operand_extend_operator.
13114 * config/cris/cris.c (cris_additive_operand_extend_operator):
13115 New predicate.
13116
13117 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
13118
13119 * df.c (read_modify_subreg_p): Change from static to global.
13120 * df.h (read_modify_subreg_p): Add prototype.
13121 * sched-deps.c (sched_analyze_1): Generate true dependency for
13122 strict_low_part, certain subregs and zero/sign_extract.
13123
13124 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
13125
13126 * Makefile.in: Update.
13127 * c-common.c: Don't include real.h or except.h.
13128 (REGISTER_PREFIX): Remove.
13129 (builtin_define_std, builtin_define_with_value,
13130 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
13131 builtin_define_type_max, builtin_define_type_precision,
13132 builtin_define_float_constants): Move to c-cppbuiltin.c.
13133 (c_stddef_cpp_builtins): New.
13134 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
13135 * c-cppbuiltin.c: New, extracted from c-common.c.
13136 (define__GNUC__): New.
13137 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
13138 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
13139 (cpp_unique_options): Don't support no-gcc.
13140 (do_spec_1): Remove support of version specs.
13141 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
13142 * doc/passes.texi: Update.
13143 * doc/tm.texi: Update.
13144
13145 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
13146
13147 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
13148
13149 2003-03-10 Andrew Pinski <apinski@apple.com>
13150
13151 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
13152 is on should not get here.
13153 (machopic_indirect_data_reference): If dynamic-no-pic is on just
13154 generate high/low parts of the address.
13155 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
13156 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
13157 symbol and labels with a new reg. Dynamic-no-pic does not have a
13158 pic_offset_table_rtx.
13159 (machopic_select_section): Change references of flag_pic to
13160 MACHOPIC_INDIRECT.
13161 (machopic_asm_out_destructor): Likewise.
13162 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
13163 reference of flag_pic to MACHOPIC_INDIRECT.
13164 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
13165 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
13166 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
13167 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
13168 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
13169 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
13170 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
13171 (TARGET_DYNAMIC_NO_PIC): Define.
13172 (SUBTARGET_SWITCHES): Define, have sub-target switches for
13173 dynamic-no-pic.
13174 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
13175 rs6000_override_options to here. Dynamic-no-pic overrides
13176 pic.
13177 (CC1_SPEC): Change from not static then pic to not static and not
13178 dynamic-no-pic then pic.
13179 * config/rs6000/rs6000.c (rs6000_override_options): Move the
13180 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
13181 (rs6000_legitimize_reload_address): Add case for loading floating in
13182 dynamic-no-pic.
13183 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
13184 of flag_pic to MACHOPIC_INDIRECT.
13185 (secondary_reload_class): Conditional change the reference of
13186 flag_pic to MACHOPIC_INDIRECT.
13187 (rs6000_output_mi_thunk): Change reference of flag_pic to
13188 MACHOPIC_INDIRECT.
13189 (output_profile_hook): Likewise.
13190 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
13191 * config/rs6000/rs6000.md (movdf_low): Add the case for
13192 MACHO_DYNAMIC_NO_PIC_P.
13193 (call): Change references for flag_pic in TARGET_MACHO to
13194 MACHOPIC_INDIRECT.
13195 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
13196 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
13197 * doc/invoke.texi (-mdynamic-no-pic): Document.
13198
13199 2003-03-10 Devang Patel <dpatel@apple.com>
13200
13201 PR c++/9394
13202 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
13203 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
13204 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
13205 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
13206 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
13207 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
13208
13209 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
13210
13211 PR optimization/7189
13212 * toplev.c (rest_of_compilation): Move
13213 check_function_return_warnings up to just after
13214 delete_unreachable_blocks.
13215
13216 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
13217
13218 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
13219 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
13220 Declare.
13221 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
13222 for reg rename optimization to avoid using Z and Y registers.
13223
13224 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
13225
13226 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
13227 when adding to X and Y since leax/leay are fast.
13228 ("*addhi3"): Accept 'I' constraint when adding to address register.
13229 ("rotlhi3"): Operand 1 must be a register_operand.
13230 (peephole2): New peephole to optimize some adds.
13231 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
13232 to represent -2 .. 2 small integer range.
13233
13234 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
13235
13236 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
13237 each 16-bit rotation.
13238
13239 2003-03-10 Zack Weinberg <zack@codesourcery.com>
13240
13241 * c-opts.c (add_prefixed_path): Don't use concat. When
13242 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
13243 cpp_GCC_INCLUDE_DIR_len characters.
13244
13245 2003-03-10 Segher Boessenkool <segher@koffie.nl>
13246
13247 * testsuite/gcc.dg/altivec-9.c: New file.
13248
13249 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
13250 (rs6000_emit_prologue): Use rs6000_frame_related instead.
13251
13252 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
13253
13254 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
13255 vectors.
13256 (__ev_convert_u64): Remove macro. Define as inline.
13257 (__ev_convert_s64): Same.
13258
13259 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
13260
13261 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
13262 (rs6000_stack_t): Add spe_64bit_regs_used.
13263
13264 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
13265 spe_64bit_regs_used, and use it to determine the size of the
13266 frame.
13267 (spe_func_has_64bit_regs_p): New.
13268 (spe_synthesize_frame_save): New.
13269 (rs6000_frame_related): Handle SPE synthetic registers.
13270 (rs6000_emit_prologue): Only save in 64-bits if the function used
13271 any registers in 64-bit mode.
13272 (rs6000_emit_epilogue): Same, but for restore.
13273
13274 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
13275
13276 * arm.h (enum floating_point_type): Delete. Replace with...
13277 (enum fputype): ... new.
13278 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
13279 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
13280 * arm.md (attr fpu): Reworked for new underlying enum values.
13281 * arm.c (arm_fpu_arch): Now enum fputype.
13282 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
13283 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
13284 Update uses of arm_fpu_arch and arm_fpu_tune.
13285
13286 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
13287
13288 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
13289 (try_crossjump_to_edge): Replace refereces to one jump table by
13290 references to identical jump table.
13291 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
13292 (replace_label): Moved to rtlanal.c.
13293 (struct rtx_pair): Moved to rtl.h.
13294 * rtl.h (struct rtx_pair): Moved from loop.c.
13295 (replace_label): New extern function.
13296 (subrtx_p): New extern function.
13297 (tablejump_p): New extern function.
13298 * rtlanal.c (replace_label): Moved from loop.c.
13299 (subrtx_p_1): New static function.
13300 (subrtx_p): New function.
13301 (tablejump_p): New function.
13302
13303 2003-03-10 Jan Hubicka <jh@suse.cz>
13304
13305 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
13306
13307 * cfgcleanup.c (merge_blocks): Return where to iterate next.
13308 (try_optimize_cfg): Use return value of merge_blocks
13309
13310 2003-03-10 Michael Matz <matz@suse.de>
13311
13312 * cfg.c (unchecked_make_edge): New.
13313 (cached_make_edge): Use it.
13314 * basic-block.h (unchecked_make_edge): Declare.
13315 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
13316
13317 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
13318
13319 * fpa.md: New file. Move all patterns relating to FPA co-processor
13320 to here...
13321 * arm.md: ... from here.
13322 (cirrus.md, fpa.md): Include at end of description.
13323 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
13324 (pic_load_addr_based): Remove register constraint from expander.
13325 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
13326 (sordered, sungt, sunle, sunge, sunlt): Likewise.
13327 (eh_epilogue, tablejump): Likewise.
13328
13329 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13330
13331 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
13332 on operands if it has a PLACEHOLDER_EXPR.
13333
13334 2003-03-09 David Edelsohn <edelsohn@gnu.org>
13335 Mostafa Hagog
13336
13337 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
13338 condition.
13339
13340 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
13341
13342 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
13343 * config/ip2k/ip2k.h: Similarly.
13344 * config/m32r/m32r.h: Similarly.
13345 * config/m68hc11/m68hc11.h: Similarly.
13346 * config/mn10200/mn10200.h: Similarly.
13347 * config/mn10300/mn10300.h: Similarly.
13348 * config/pdp11/pdp11.h: Similarly.
13349 * config/v850/v850.h: Similarly.
13350 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
13351 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
13352 * config/mips/iris3.h: Remove #if 0 block.
13353
13354 2003-03-09 Roger Sayle <roger@eyesopen.com>
13355 Joern Rennecke <joern.rennecke@superh.com>
13356
13357 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
13358 pending argument upon return from handle_braces here.
13359 (do_spec_2): Instead handle it upon return from do_spec_1 here.
13360
13361 2003-03-09 Roger Sayle <roger@eyesopen.com>
13362 Joern Rennecke <joern.rennecke@superh.com>
13363
13364 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
13365 pending argument upon return from handle_braces here.
13366 (do_spec_2): Instead handle it upon return from do_spec_1 here.
13367
13368 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13369
13370 * varasm.c (make_decl_one_only): Use declare_weak().
13371
13372 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13373
13374 PR middle-end/9986
13375 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
13376 after the common builtins.
13377 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
13378 * pa.c (TARGET_INIT_BUILTINS): Define.
13379 (pa_init_builtins): New function.
13380
13381 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
13382 space has been allocated for the outgoing arguments, set the arg
13383 pointer for a call emitted after virtuals have been instantiated
13384 using the stack pointer offset, otherwise abort.
13385
13386 2003-03-09 DJ Delorie <dj@redhat.com>
13387
13388 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
13389
13390 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
13391
13392 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
13393 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
13394 conversion to integer.
13395 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
13396
13397 2003-03-09 Roger Sayle <roger@eyesopen.com>
13398
13399 * builtins.def: Fix typo and improve grammar.
13400 * loop-unroll.c (decide_peel_completely): Tidy log message.
13401
13402 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
13403
13404 * config/h8300/h8300.md (*tstsi_upper_bit): New.
13405 (*iorsi3_e2f): Likewise.
13406
13407 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
13408
13409 * config/h8300/h8300.c (h8300_and_costs): Return the number of
13410 assembly instructions needed.
13411 (h8300_shift_costs): Likewise.
13412
13413 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
13414
13415 * config/cris/aout.h (ENDFILE_SPEC): Undef.
13416
13417 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
13418 moves from here ...
13419 * expr.c (emit_move_insn_1): ... to here.
13420
13421 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
13422 (TARGET_OS_CPP_BUILTINS): New macro.
13423 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
13424 (TARGET_OS_CPP_BUILTINS): New macro.
13425 (CPP_PREDEFINES): Don't define. Move old definitions and...
13426 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
13427 (TARGET_CPU_CPP_BUILTINS): New macro.
13428 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
13429 definitions and the optional __PIC__, __pic__ and
13430 __NO_UNDERSCORES__ definitions to...
13431 (TARGET_OS_CPP_BUILTINS): New macro.
13432
13433 * flags.h (flag_leading_underscore): Declare.
13434
13435 * c-opts.c (c_common_post_options): On fopen failure, return
13436 false, not NULL.
13437
13438 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13439
13440 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
13441 config.h.
13442 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
13443 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
13444
13445 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13446
13447 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
13448 CPP_PREDEFINES.
13449 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
13450 CPP_PREDEFINES.
13451
13452 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13453
13454 * c-common.h (c_common_init, c_common_post_options): Update.
13455 * c-objc-common.c (c_objc_common_init): Update for new prototype.
13456 * c-opts.c (saved_lineno): New.
13457 (c_common_post_options, c_common_init): Update prototypes,
13458 move call to cpp_read_main_file from latter to former.
13459 * c-tree.h (c_ojbc_common_init): Update.
13460 * langhooks-def.h (lhd_post_options): New.
13461 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
13462 * langhooks.c (lhd_post_options): New.
13463 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
13464 * toplev.c (no_backend): New.
13465 (process_options): Call post_options hook and set main_input_filename
13466 and input_filename here.
13467 (lang_dependent_init, do_compile): post_options hook moved to
13468 process_options.
13469 * objc/objc-act.c (objc_init): Update prototype.
13470 * objc/objc-act.h (objc_init): Update prototype.
13471
13472 2003-03-08 Roger Sayle <roger@eyesopen.com>
13473
13474 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
13475 a complex or vector type, using a load in the original mode.
13476
13477 2003-03-08 Jan Hubicka <jh@suse.cz>
13478
13479 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
13480 * gt-cgraph.h: New GC file.
13481 * cgraph.c (known_fns): New static variable.
13482 (cgraph_node): Add the decl into varray.
13483
13484 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13485
13486 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
13487
13488 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
13489
13490 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
13491 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
13492 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
13493 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
13494 All callers changed.
13495 * arm.md, arm.h, arm-protos.h: Updated.
13496
13497 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
13498 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
13499 * arm.c (arm_regno_class, f_register_operand): Updated.
13500
13501 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13502
13503 * config/cris/cris.h: Remove EGCS references.
13504 (CPP_SPEC): Remove "-$".
13505 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
13506
13507 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13508
13509 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
13510 preference to CPP_PREDEFINES.
13511
13512 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13513
13514 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
13515
13516 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
13517
13518 * config/h8300/h8300.md (*extzv_16_8): New.
13519
13520 2003-03-08 Jan Hubicka <jh@suse.cz>
13521
13522 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
13523 * cgraph.h: (cgraph_local_info): Add can_inline_once
13524 (cgraph_global_info): Add inline_once.
13525 (cgraph_node): Add previous.
13526 (cgraph_remove_node): New.
13527 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
13528 function.
13529 (cgraph_optimize): Call it.
13530 (cgraph_finalize_function): Set inlinable flags.
13531 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
13532 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
13533 (cgraph_expand_function): Likewise.
13534 * cgraph.c
13535 (cgraph_node): Put nodes into doubly linked chain.
13536 (cgraph_remove_node): New function.
13537 * flags.h (flag_inline_functions_called_once): Declare.
13538 * tree-inline.c: Include cgraph.h
13539 (inlinable_functions_p): Add extra argument to bypass limits.
13540 (expand_call_inline): Obey cgraph flag.
13541 * tree-inline.h (tree_inlinable_function_p): Update prototype.
13542
13543 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13544
13545 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
13546 irreducible loops.
13547
13548 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
13549 loops info correctly.
13550
13551 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
13552
13553 PR middle-end/7796
13554 * unroll.c (calculate_giv_inc): Handle constants being
13555 loaded with LSHIFTRT.
13556
13557 2003-03-07 David Edelsohn <edelsohn@gnu.org>
13558
13559 * config/rs6000/rs6000.c (processor_target_table): Do not disable
13560 GP optional instructions on Power3, Power4, 620, and 630.
13561
13562 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
13563
13564 * calls.c: Fix comment formatting.
13565 * cfgloopanal.c: Likewise.
13566 * cfgloopmanip.c: Likewise.
13567 * combine.c: Likewise.
13568 * dwarf2out.c: Likewise.
13569 * ggc-common.c: Likewise.
13570 * langhooks.c: Likewise.
13571 * loop-unroll.c: Likewise.
13572 * loop.c: Likewise.
13573 * ra-build.c: Likewise.
13574 * sbitmap.c: Likewise.
13575 * toplev.c: Likewise.
13576
13577 2003-03-07 James E Wilson <wilson@tuliptree.org>
13578
13579 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
13580
13581 2003-03-07 Geoffrey Keating <geoffk@apple.com>
13582
13583 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
13584 support -no-integrated-cpp.
13585
13586 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
13587 than langhooks.name.
13588
13589 2003-03-07 Michael Matz <matz@suse.de>
13590
13591 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
13592 (DF_FOR_REGALLOC): New.
13593 * df.c (df_ref_record): Set DF_REF_STRIPPED.
13594 (read_modify_subreg_p): Simplify.
13595 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
13596 Use DF_FOR_REGALLOC.
13597 * ra.h (struct web): New member subreg_stripped.
13598 (invalid_mode_change_regs): Declare.
13599 * ra.c (invalid_mode_change_regs): New.
13600 (init_ra): Initialize it.
13601 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
13602 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
13603 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
13604 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
13605 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
13606
13607 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
13608
13609 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
13610 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
13611 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
13612 machine description file from ...
13613 * cirrus.md: ... here.
13614
13615 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
13616
13617 * config/h8300/h8300.md (a peephole2): Don't use
13618 reg_overlap_mentioned_p.
13619
13620 2003-03-06 Geoffrey Keating <geoffk@apple.com>
13621
13622 * c-pch.c: Include langhooks.h.
13623 (IDENT_LENGTH): New.
13624 (get_ident): New.
13625 (pch_ident): Delete.
13626 (pch_init): Use get_ident, IDENT_LENGTH.
13627 (c_common_valid_pch): Likewise. Also, use actual language
13628 in warning message.
13629 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
13630
13631 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
13632 c-parse.in.
13633 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
13634 gt-objc-objc-act.h.
13635 (gt-objc-objc-act.h): New rule.
13636 * objc/lang-specs.h: Support PCH.
13637 * objc/objc-act.c: Include gt-objc-objc-act.h.
13638 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
13639 (build_selector_reference_decl): Move idx out, mark for PCH.
13640 (build_class_reference_decl): Likewise.
13641 (build_objc_string_decl): Move *_idx out, mark for PCH.
13642 (build_tmp_function_decl): Move xxx out, mark for PCH.
13643
13644 2003-03-06 Dale Johannesen <dalej@apple.com>
13645
13646 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
13647 global functions for inlining on Darwin.
13648
13649 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
13650
13651 * haifa-sched.c (schedule_block): Don't call reorder when sorting
13652 is prohibited.
13653
13654 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
13655
13656 * Makefile.in (c-ppoutput.o): Update.
13657 * c-common.h (init_pp_output): New.
13658 (preprocess_file): Update.
13659 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
13660 Register builtins.
13661 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
13662 Make call to cpp_read_main_file common to whether preprocessing
13663 or not. Don't register builtins.
13664 * c-ppoutput.c: Include c-pragma.h.
13665 (setup_callbacks): Rename init_pp_output.
13666 (preprocess_file): No longer setup callbacks or call
13667 cpp_read_main_file.
13668 * cpphash.h (_cpp_init_mbchar): New.
13669 * cppinit.c (init_library): Call _cpp_init_mbchar.
13670 * cpplex.c (_cpp_init_mbchar): New.
13671
13672 2003-03-06 Roger Sayle <roger@eyesopen.com>
13673
13674 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
13675 MEM, try loading the MEM into a register and taking the low-part
13676 of that, to help CSE see the use of the MEM in its true mode.
13677
13678 2003-03-05 Tom Tromey <tromey@redhat.com>
13679
13680 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
13681 Define.
13682
13683 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
13684
13685 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
13686 operand 2.
13687 ("*ineqbranchsi"): Likewise.
13688
13689 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
13690
13691 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
13692 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
13693 register store followed by a stack increment.
13694
13695 2003-03-05 Chris Moller <cmoller@redhat.com>
13696
13697 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
13698 to inhibit saving CARRY_REGS.
13699
13700 * config/stormy16/stormy16.c (xs_hi_general_operand):
13701 added predicate to detect and error-out on out-of-range
13702 const_ints for movhi.
13703 * config/stormy16/stormy16.md (movhi): use
13704 xs_hi_general_operand.
13705
13706 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
13707 added a check for local vbl size overflow.
13708 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
13709 added predicate to detect and error-out on out-of-range
13710 const_ints for addhi and subhi.
13711 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
13712 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
13713
13714 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
13715 add a term to accept PRE_MODIFY addresses.
13716 * config/stormy16/stormy16.c (xstormy16_expand_move):
13717 add code to expand PRE_MODIFY addresses to an add followed
13718 by a move.
13719
13720 2003-03-06 Jason Merrill <jason@redhat.com>
13721
13722 * tree-inline.c (inlinable_function_p): Revert earlier change
13723 pending investigation.
13724
13725 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
13726
13727 * config/h8300/h8300.md (a new peephole2): New.
13728
13729 2003-03-06 Jan Hubicka <jh@suse.cz>
13730
13731 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
13732
13733 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13734
13735 * dwarf2out.c (size_of_die): Compute size of external reference to
13736 die correctly.
13737
13738 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
13739
13740 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
13741 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
13742 expanders.
13743
13744 2003-03-05 Roger Sayle <roger@eyesopen.com>
13745
13746 * expr.h (lang_expand_expr): Delete obsolete prototype.
13747
13748 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13749
13750 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
13751
13752 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13753
13754 * config/h8300/h8300.md (a peephole2): Generalize to
13755 accept a memory operand.
13756
13757 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
13758
13759 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
13760 * config/alpha/alpha.c (print_operand, case '+'): New.
13761 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
13762 (call_value_osf_1_noreturn): Likewise.
13763
13764 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13765
13766 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
13767 (expand_end_bindings): Likewise.
13768
13769 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13770
13771 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
13772 (epilogue): Don't generate return_external_pic when emitting PA 2.0
13773 code.
13774
13775 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
13776
13777 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
13778
13779 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
13780
13781 * hooks.c (hook_rtx_rtx_null): New.
13782
13783 * hooks.h (hook_rtx_rtx_null): Protoize.
13784
13785 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
13786 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
13787
13788 * target.h (struct gcc_target): Add dwarf_register_span.
13789
13790 * dwarf2out.c (multiple_reg_loc_descriptor): New.
13791 (one_reg_loc_descriptor): New.
13792 (reg_loc_descriptor): Add support for values that span more than
13793 one register.
13794
13795 2003-03-05 Jan Hubicka <jh@suse.cz>
13796
13797 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
13798 * alias.c: Include cgraph.h
13799 (mark_constant_function): Use cgraph_rtl_info.
13800 * calls.c: Include cgraph.h
13801 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
13802 calls.
13803 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
13804 * cgraph.c (cgraph_rtl_info): New function.
13805 * cgraph.h (cgraph_rtl_info): Declare
13806 (cgraph_rtl_info): Likewise.
13807 * function.h (struct function): Add recursive_call_emit.
13808 * toplev.c: Include cgraph.h.
13809 (rest_of_compilation): Set preferred_incoming_stack_boundary.
13810
13811 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13812
13813 * config/h8300/h8300.c (output_simode_bld): Clear the
13814 destination first if possible.
13815 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
13816 alternative.
13817 (extzv_1_r_inv_h8300hs): Likewise.
13818
13819 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13820
13821 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
13822 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
13823 * cfgloop.c (flow_loop_free): Made global.
13824 (establish_preds): New static function.
13825 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
13826 (get_loop_exit_edges): New.
13827 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
13828 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
13829 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
13830 loops.
13831 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
13832 removability of an edge.
13833 (fix_irreducible_loops): New static function.
13834 (find_path, remove_path): Add ability to remove enclosing loops.
13835 (unloop): New.
13836 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
13837 flags.
13838 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
13839 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
13840 not neccessary.
13841 (decide_peel_completely, peel_loops_completely): Allow complete peeling
13842 of non-duplicable once rolling loops.
13843 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
13844
13845 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
13846
13847 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
13848 for align_jumps is 4.
13849
13850 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
13851 use GENERAL_REGS.
13852
13853 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
13854
13855 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
13856 according to va_arg type.
13857 (EXPAND_BUILTIN_VA_ARG): Remove.
13858 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
13859 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
13860
13861 2003-03-05 David Edelsohn <edelsohn@gnu.org>
13862
13863 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
13864 else clauses.
13865
13866 2003-03-05 Michael Matz <matz@suse.de>
13867
13868 * i386/i386.c (ix86_save_reg): Also test
13869 current_function_uses_const_pool.
13870
13871 2003-03-05 Michael Matz <matz@suse.de>
13872
13873 * unwind.h: Add the GPL exception.
13874 * Makefile.in (USER_H): Add unwind.h.
13875
13876 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
13877
13878 PR c/9799
13879 * c-typeck.c (push_init_level): Add sanity check.
13880
13881 2003-03-05 Jan Hubicka <jh@suse.cz>
13882
13883 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
13884 RTL inlining is done.
13885
13886 * cgraphunit.c (cgraph_mark_local_functions): New local function.
13887 (cgraph_optimize): Mark local functions.
13888 * i386-protos.h (init_cumulative_args): Update prototype.
13889 * i386.c (init_cumulative_args): Use register passing convention for
13890 local functions.
13891
13892 * cgraph.c (cgraph_global_info_ready): New global variable
13893 (cgraph_local_info, cgraph_global_info): New functions.
13894 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
13895 structures.
13896 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
13897 Declare.
13898 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
13899 (cgraph_mark_functions_to_output): Use inline_many.
13900 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
13901 (cgraph_expand_functions): Expand inline functions last.
13902 (cgraph_optimize): Do not emit uneeded functions.
13903
13904 2003-03-04 Steve Ellcey <sje@cup.hp.com>
13905
13906 * expr.c (convert_modes): Check for legal hard register.
13907
13908 2003-03-04 Tom Tromey <tromey@redhat.com>
13909
13910 * doc/sourcebuild.texi (Front End Directory): Document tags.
13911 * configure: Rebuilt.
13912 * configure.in (target_list): Added tags.
13913 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
13914 TAGS files by reference.
13915 * objc/Make-lang.in (objc.tags): New target.
13916
13917 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13918
13919 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
13920 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
13921 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
13922 gcov_read_string, gcov_write_length): Modified to enable reading/
13923 writing of whole .da file just once.
13924 (da_file_open, da_file_close, da_file_eof, da_file_error,
13925 da_file_position, da_file_seek, da_file_write, da_file_read): New
13926 functions.
13927 (actual_da_file, actual_da_file_position, actual_da_file_length,
13928 actual_da_file_buffer, actual_da_file_buffer_size): New static
13929 functions.
13930 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
13931 just once.
13932
13933
13934 2003-03-04 Andreas Schwab <schwab@suse.de>
13935
13936 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
13937 offset without frame pointer.
13938
13939 2003-03-04 Steve Ellcey <sje@cup.hp.com>
13940
13941 * expr.c (expand_expr): Call promote_mode to set unsignedp.
13942
13943 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
13944
13945 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
13946 * configure: Regenerated.
13947 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
13948
13949 2003-03-04 Andreas Jaeger <aj@suse.de>
13950
13951 * configure.in: Check for <memcheck.h>.
13952 * configure: Regenerated.
13953
13954 * config.in: Define HAVE_MEMCHECK_H.
13955
13956 * ggc-common.c: Use <memcheck.h> if available instead of
13957 <valgrind.h>.
13958 * ggc-page.c: Likewise.
13959 * cppfiles.c: Likewise.
13960
13961 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
13962
13963 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
13964
13965 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
13966
13967 PR c/9262
13968 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
13969 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
13970
13971 2003-03-04 Jan Hubicka <jh@suse.cz>
13972
13973 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
13974 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
13975 for -O3.
13976
13977 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
13978
13979 * configure.in: Delete three unused variables. Move a variable
13980 definition closer to its use. Simplify use_collect2 logic. Start to
13981 organize. Simplify tests for in-tree gas and ld.
13982 * configure: Regenerate.
13983
13984 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
13985
13986 * Makefile.in: Update.
13987 * c-common.c (flag_no_line_commands, flag_no_output,
13988 flag_dump_macros, flag_dump_includes): New.
13989 * c-common.h (flag_no_line_commands, flag_no_output,
13990 flag_dump_macros, flag_dump_includes, preprocess_file): New.
13991 (init_c_lex): Update prototype.
13992 * c-lex.c (init_c_lex): Update prototype; move some code to
13993 c_common_init.
13994 * c-opts.c (preprocess_file): Subsume into c_common_init.
13995 (c_common_decode_option): Update flags.
13996 (c_common_init): Move code from preprocess_file and init_c_lex.
13997 (sanitize_cpp_opts): Update.
13998 * c-ppoutput.c: New, cppmain.c almost verbatim.
13999 * cpphash.h (struct printer): Remove.
14000 (struct cpp_reader): Remove print.
14001 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
14002 cpp_preprocess_file): Remove.
14003 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
14004 and dump_includes.
14005 * cppmain.c: Remove.
14006 * doc/passes.texi: Update.
14007
14008 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14009
14010 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
14011 (assign_stack_local_1): Perform overall stack alignment only when
14012 STACK_ALIGNMENT_NEEDED is nonzero.
14013 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
14014
14015 * pa.c (compute_frame_size): Rename fsize to size. Account for
14016 alignment to a word boundary before general register save block. Only
14017 account for double-word alignment before floating point register save
14018 block if one or more are saved. Don't allocate space for %r3 when
14019 frame pointer is needed.
14020 (hppa_expand_prologue): Include alignment to word boundary in local
14021 frame size.
14022 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
14023 (STACK_ALIGNMENT_NEEDED): Define.
14024
14025 2003-03-04 Kevin Buettner <kevinb@redhat.com>
14026
14027 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
14028 global register variables.
14029
14030 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
14031
14032 * reload.c (reload_adjust_reg_for_mode): New function.
14033 (subst_reloads): Call it.
14034 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
14035 * reload.h (reload_adjust_reg_for_mode): Declare.
14036 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
14037 Call it.
14038
14039 2003-03-03 James E Wilson <wilson@tuliptree.org>
14040
14041 * optabs.c (add_equal_note): Delete SUBREG_REG use.
14042 Fixes PR c/7872.
14043
14044 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14045
14046 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
14047 (*ixorsi3_lshiftrt_16): New.
14048 (*iorsi3_ashift_16): Remove.
14049
14050 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14051
14052 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
14053 pattern.
14054
14055 2003-03-03 Geoffrey Keating <geoffk@apple.com>
14056
14057 * doc/install.texi (Specific): Update entry for powerpc-darwin.
14058
14059 2003-03-03 Richard Henderson <rth@redhat.com>
14060
14061 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
14062
14063 2003-03-03 David Edelsohn <edelsohn@gnu.org>
14064
14065 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
14066 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
14067 (rs6000_variable_issue): Do not return negative value.
14068 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
14069 scheduling pass.
14070
14071 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14072
14073 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
14074 prune_unused_types calls.
14075
14076 2003-03-03 Jason Merrill <jason@redhat.com>
14077
14078 * tree-inline.c (find_builtin_longjmp_call): Save and restore
14079 lineno and input_filename.
14080 (find_alloca_call): Likewise.
14081 (inlinable_function_p): Run the langhook earlier.
14082
14083 * calls.c (compute_argument_addresses): Give the new MEMs a
14084 minimum alignment of PARM_BOUNDARY.
14085
14086 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
14087
14088 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
14089 subtarget_asm_isa_spec.
14090 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
14091 (ASM_SPEC): Define as SH_ASM_SPEC.
14092 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
14093 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
14094 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
14095 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
14096
14097 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
14098 and align_jumps if not set.
14099 Force align_jumps to be at least 2.
14100 When relaxing, force align_functions to be at least the maximum of
14101 align_loops, align_jumps and 4.
14102 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
14103 (sh_loop_align): Honour align_loops_log.
14104
14105 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
14106 to check for indirect_jump_scratch.
14107 (indirect_jump_scratch): Add second set.
14108 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
14109 when looking for indirect_jump_scratch.
14110 Extract scratch register taking new structure of indirect_jump_scratch
14111 into account.
14112 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
14113
14114 2003-03-03 Jan Hubicka <jh@suse.cz>
14115
14116 * calls.c (rtx_for_function_call): Take the address as an argument
14117 (expand_call): Do not modify the expression.
14118
14119 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
14120 optimizing.
14121
14122 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14123
14124 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
14125 TARGET_H8300H and TARGET_H8300S.
14126
14127 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14128
14129 * config/h8300/h8300.md (a peephole2): New.
14130
14131 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14132
14133 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
14134 operands[0] and operands[1] are different.
14135
14136 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14137
14138 * reload1.c (reload_cse_move2add): Remove variable success.
14139
14140 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14141
14142 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
14143 warnings.
14144
14145 2003-03-02 Richard Henderson <rth@redhat.com>
14146
14147 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
14148 * config.in, configure: Rebuild.
14149 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
14150 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
14151 paired ldtoffx and ldxmov annotations.
14152 (load_symptr_internal1): Remove.
14153 (load_symptr_high, load_symptr_low): New.
14154
14155 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
14156
14157 * c-incpath.c (add_path): Fix sysp assignment.
14158
14159 2003-03-02 Kurt Garloff <garloff@suse.de>
14160
14161 * params.def: Introduce parameter max-inline-insns-rtl for
14162 a separate limit for the RTL inliner.
14163 * params.h: Likewise.
14164 * integrate.c (function_cannot_inline_p): Use it.
14165 * toplev.c (decode_f_option): Set multiple parameters
14166 controlling inlining with -finline-limit.
14167 * params.def: Fix orthographic and typographic errors.
14168 * doc/invoke.texi: Document parameters controlling inlining
14169 and the way -finline-limit sets multiple of them.
14170
14171 * tree.h (struct tree_decl): Introduce inlined_function_flag,
14172 recording whether the function became eligible for inlining
14173 by a compiler flag rather than the declaration.
14174 Provide DID_INLINE_FUNC macro to access it.
14175 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
14176 * cp/decl.c (grokfndecl): Likewise.
14177 * toplev.c (rest_of_compilation): Likewise.
14178 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
14179 * print-tree.c (print_node): Report it.
14180 * params.def: Introduce new max-inline-insns-auto limit.
14181 * params.h: Likewise.
14182 * tree-inline.c (inlinable_function_p): Apply it to functions
14183 with DID_INLINE_FUNC set.
14184 * toplev.c (decode_f_option): Initialize it from -finline-limit
14185 value.
14186 * doc/invoke.texi: Document new parameter.
14187
14188 2003-03-02 Geoffrey Keating <geoffk@apple.com>
14189
14190 * fix-header.c (read_scan_file): Don't reference simplify_path.
14191
14192 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
14193
14194 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
14195 min/max instructions by default as may result in reload errors.
14196
14197 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
14198
14199 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
14200 avoid reload problems; define split for it.
14201
14202 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
14203
14204 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
14205 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
14206 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
14207 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
14208 rotatert and rotate.
14209 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
14210 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
14211 ("*rotrhi3_addr"): New split for shift insns on address register.
14212 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
14213 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
14214 (___rotrhi3): Likewise.
14215 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
14216
14217 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
14218
14219 * toplev.c (aux_base_name): Moved from toplev.h.
14220 (filename): Constify.
14221 (lang_dependent_init): Don't duplicate name.
14222 (process_options): Set aux_base_name here, not...
14223 (do_compile): ...here. Change protoype.
14224 (toplev_main): Move some code from do_compile.
14225 * toplev.h: Remove aux_base_name.
14226
14227 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
14228
14229 * config/h8300/h8300-protos.h: Add a prototype for
14230 iorxor_operator.
14231 * config/h8300/h8300.c (print_operand): Handle 'c'.
14232 (iorxor_operator): New.
14233 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
14234 * config/h8300/h8300.md (*iorhi3_zext): Remove.
14235 (*iorsi3_zexthi): Likewise.
14236 (*iorsi3_zextsi): Likewise.
14237 (*xorhi3_zextqi): Likewise.
14238 (*xorsi3_zexthi): Likewise.
14239 (*xorsi3_zextsi): Likewise.
14240 (*ixorhi3_zext): New.
14241 (*ixorsi3_zext_qi): Likewise.
14242 (*ixorsi3_zext_hi): Likewise.
14243
14244 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
14245
14246 * c-incpath.c (remove_component_p, simplify_path): Move back to
14247 cppfiles.c.
14248 (remove_duplicates): Use cpp_simplify_path.
14249 * c-incpath.h (simplify_path): Remove.
14250 * c-lex.c: Don't include c-incpath.h.
14251 (init_c_lex): Remove simplify_path.
14252 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
14253 (find_or_create_entry, validate_pch): Revert.
14254
14255 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
14256
14257 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
14258 an external cpp during compilation.
14259 (option_map): Likewise.
14260 * objc/lang-specs.h (default_compilers): Similarly.
14261 * doc/invoke.texi: Document -no-integrated-cpp flag.
14262
14263 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
14264
14265 * config/h8300/h8300.md (zero_extendqisi2): Change to an
14266 expander.
14267 (*zero_extendqisi2_h8300): New.
14268 (*zero_extendqisi2_h8300hs): New.
14269 (two splitters): New.
14270
14271 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14272
14273 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
14274
14275 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14276
14277 * config/h8300/h8300.md (a peephole2): Remove dead code.
14278
14279 2003-03-01 Roger Sayle <roger@eyesopen.com>
14280
14281 PR c++/9367
14282 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
14283 (BT_FN_INT_CONST_STRING_VALIST_ARG,
14284 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
14285 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
14286 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
14287 BT_FN_INT_STRING_CONST_STRING_VAR,
14288 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
14289 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
14290 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
14291 ATTR_NONNULL_3): Also include the nothrow attribute.
14292 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
14293 vsnprintf, vscanf, vsscanf): Don't define attributes here.
14294 * builtins.def (putchar, puts): Make full C89 built-ins.
14295 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
14296 vsscanf, vsnprintf, vsprintf): New built-ins.
14297 * c-common.c (c_common_nodes_and_builtins): Handle new macro
14298 DEF_FUNCTION_TYPE_VAR_3.
14299
14300 * doc/extend.texi: Document these new built-in functions.
14301
14302 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14303
14304 * config/h8300/h8300.md (a peephole2): New.
14305
14306 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
14307
14308 * predict.c (estimate_bb_frequencies): Correctly set
14309 real_values_initialized after initialization.
14310
14311 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
14312
14313 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
14314 cppinit.o, cppdefault.o, fix-header): Update.
14315 * c-incpath.c: New file.
14316 * c-incpath.h: New file.
14317 * c-lex.c: Include c-incpath.h.
14318 (init_c_lex): Register path simplifier.
14319 * c-opts.c: Include cppdefault.h and c-incpath.h.
14320 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
14321 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
14322 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
14323 (missing_arg, c_common_decode_option): Handle them.
14324 (c_common_post_options): Register include chains.
14325 (print_help): Update.
14326 * cppdefault.h (struct default include): Update.
14327 Move some macros to ...
14328 * cppdefault.c: ... here.
14329 (cpp_include_defaults): Add extra field add_sysroot.
14330 * cppfiles.c (include_file, search_from, find_or_create_entry,
14331 cpp_included, find_include_file, remap_filename): Update for
14332 renaming of search_path to cpp_path, and of the chain headers.
14333 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
14334 * cpphash.h (struct search_path): Move to cpplib.h.
14335 (struct cpp_buffer, struct cpp_reader): Update.
14336 (_cpp_simplify_pathname): Remove.
14337 * cppinit.c: Don't include prefix.h and cppdefault.h.
14338 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
14339 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
14340 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
14341 no_pth, cpp_handle_options): Remove.
14342 (struct pending_option): Remove chain members.
14343 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
14344 cpp_handle_option): Update.
14345 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
14346 (struct cpp_options): Remove quote_include, bracket_include,
14347 include_prefix, include_prefix_len, verbose, ignore_srcdir,
14348 no_standard_includes, no_standard_cplusplus_includes.
14349 (struct cpp_callbacks): Add simplify_path.
14350 (cpp_handle_options): Remove.
14351 * fix-header.c: Include c-incpath.h.
14352 (read_scan_file): Update to use c-incpath functionality.
14353 * doc/passes.texi: Update.
14354
14355 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14356
14357 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
14358 satisfies EXTRA_CONSTRAINT 'U'.
14359
14360 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14361
14362 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
14363 register.
14364 (*tst_extzv_memqi_1_n): Change to a splitter.
14365 (a peephole2): Update.
14366
14367 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
14368
14369 * predict.c (estimate_bb_frequencies): Initialize the sreal
14370 constants once per compilation.
14371
14372 2003-02-28 Richard Henderson <rth@redhat.com>
14373
14374 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
14375
14376 2003-02-28 scott snyder <snyder@fnal.gov>
14377
14378 * flags.h: Add flag_eliminate_unused_debug_types.
14379 * toplev.c: Add flag_eliminate_unused_debug_types.
14380 (f_options): Add -feliminate-unused-debug-types.
14381 * dwarf2out.c (struct file_table): Add emitted member.
14382 (splice_child_die): Fix the parent pointer for the child being
14383 spliced.
14384 (lookup_filename): Maintain file_table.emitted array. Don't
14385 output .file directive here.
14386 (maybe_emit_file): (new)
14387 (init_file_table): Set up file_table.emitted.
14388 (dwarf2out_source_line): Use maybe_emit_file.
14389 (dwarf2out_start_source_file): Use maybe_emit_file.
14390 (dwarf2out_init): Use maybe_emit_file.
14391 (prune_unused_types_walk_attribs): (new)
14392 (prune_unused_types_mark): (new)
14393 (prune_unused_types_walk): (new)
14394 (prune_unused_types_prune): (new)
14395 (prune_unused_types): (new)
14396 (dwarf2out_finish): Call prune_unused_types if
14397 flag_eliminate_unused_debug_types is set.
14398 * doc/invoke.texi (Option Summary): Add
14399 -feliminate-unused-debug-types.
14400 (Debugging Options): Likewise.
14401
14402 2003-02-28 Geoffrey Keating <geoffk@apple.com>
14403
14404 * doc/invoke.texi: Change .pch to .gch.
14405 * cppfiles.c (open_file_pch): Likewise.
14406 * gcc.c (default_compilers): Likewise.
14407
14408 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
14409
14410 * floatlib.c: Remove.
14411
14412 2003-02-28 Jason Merrill <jason@redhat.com>
14413
14414 * stor-layout.c (variable_size): Leave a "minus 1" outside the
14415 SAVE_EXPR.
14416
14417 2003-02-28 David Edelsohn <edelsohn@gnu.org>
14418
14419 * config/rs6000/power4.md: Add compare bypass.
14420
14421 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
14422
14423 * config/netbsd.h: Update copyright years.
14424 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
14425 -pthread is specified on the command line.
14426
14427 2003-02-28 Dale Johannesen <dalej@apple.com>
14428
14429 * loop.c (struct movable): Add insert_temp, shrink savemode.
14430 (scan_loop): Accept invariants that require copying; mark as
14431 insert_temp.
14432 (combine_movables): Don't combine insert_temp movables.
14433 (move_movables): Insert copies for insert_temp movables.
14434 Don't record the info based on regno for insert_temp's.
14435
14436 2003-02-28 Joel Sherrill <joel@OARcorp.com>
14437
14438 PR 9638/other
14439 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
14440 this constant defaults to 1.
14441
14442 2003-02-28 Bob Wilson <bob.wilson@acm.org>
14443
14444 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
14445
14446 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
14447
14448 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
14449 ARMv5e processor, not just for XScale. Instructions are predicable.
14450 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
14451
14452 2003-02-28 Nick Clifton <nickc@redhat.com>
14453
14454 * config/arm/arm.c (note_invalid_constants): Change parameter type
14455 from bool to int.
14456
14457 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
14458
14459 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
14460 test of bit 7.
14461 (*tst_extzv_memqi_1_n): Likewise.
14462 (a peephole2): New.
14463
14464 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
14465
14466 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
14467 #ifndef __mips16.
14468
14469 2003-02-28 Jan Hubicka <jh@suse.cz>
14470
14471 * combine.c (gen_lowpart_for_combine): Update handling of
14472 subregs_of_mode
14473 * flow.c (life_analysis, mark_used_regs): Likewise.
14474 * regclass.c (subregs_of_mode): Turn into single bitmap.
14475 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
14476 dealing with subregs_of_mode
14477 * regs.h (subregs_of_mode): Update prototype.
14478
14479 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
14480
14481 * emit-rtl.c (set_reg_attrs_for_parm): New function.
14482 * rtl.h (set_reg_attrs_for_parm): New exported function.
14483 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
14484 set_reg_attrs_from_mem.
14485
14486 2003-02-27 Roger Sayle <roger@eyesopen.com>
14487 Zack Weinberg <zack@codesourcery.com>
14488
14489 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
14490
14491 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
14492
14493 * reload1.c (sext_for_mode): Remove.
14494 (reload_cse_move2add): Use trunc_int_for_mode instead of
14495 sext_for_mode.
14496 (move2add_note_store): Likewise.
14497 Reset register information if we see a set in non-integer
14498 mode.
14499
14500 2003-02-27 David Edelsohn <edelsohn@gnu.org>
14501
14502 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
14503 option.
14504 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
14505 * config/rs6000/aix51.h: Same.
14506 * config/rs6000/aix52.h: Same.
14507 * config/rs6000/power4.md: Additional VMX bypasses.
14508
14509 2003-02-27 Geert Bosch <bosch@gnat.com>
14510
14511 * toplev.c (print_version): Add indentation for GGC heuristics and
14512 output after printing version information.
14513
14514 2003-02-27 James E Wilson <wilson@tuliptree.org>
14515
14516 * combine.c (simplify_comparison): Require integral mode when
14517 permuting SUBREG with AND.
14518
14519 2003-02-27 Steve Ellcey <sje@cup.hp.com>
14520
14521 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
14522
14523 2003-02-27 Nick Clifton <nickc@redhat.com>
14524
14525 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
14526 deleted when cirrus instructions were added.
14527
14528 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
14529
14530 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
14531 POSIX thread support by default.
14532
14533 2003-02-27 Roger Sayle <roger@eyesopen.com>
14534
14535 * config/i386/cygwin.h: Don't include any other files directly.
14536 * config/i386/mingw32.h: Don't include cygwin.h directly.
14537 * config.gcc (cygwin, mingw32, uwin): Instead make these files
14538 explicit in the tm_files variable.
14539
14540 2003-02-27 Alan Modra <amodra@bigpond.net.au>
14541
14542 * config/rs6000/rs6000.md: Add TI constant splitter.
14543
14544 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
14545
14546 * builtins.c (purge_builtin_constant_p): Handle subreg of
14547 constant_p_rtx too.
14548
14549 * function.c (assign_stack_local_1): Truncate constant added to
14550 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
14551
14552 2003-02-26 David Edelsohn <edelsohn@gnu.org>
14553
14554 * config.gcc: Add power4 to PowerPC with_cpu list.
14555
14556 2003-02-26 Jan Hubicka <jh@suse.cz>
14557
14558 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
14559
14560 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14561
14562 * gcov-dump.c (print_prefix): Fix signedness warning.
14563 * gcov-io.h (struct counter_section, struct counter_section_data): New.
14564 (struct function_info): n_arc_counts field removed, n_counter_sections,
14565 counter_sections fields added.
14566 (struct gcov_info): arc_counts, n_arc_counts fields removed,
14567 n_counter_sections, counter_sections fields added.
14568 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
14569 profile sections.
14570 * profile.h (MAX_COUNTER_SECTIONS): New.
14571 (struct section_info): New.
14572 (struct profile_info): count_instrumented_edges,
14573 count_edges_instrumented_now fields removed, n_sections, section_info
14574 fields added.
14575 (find_counters_section): Declare.
14576 * profile.c (struct function_list): count_edges field removed,
14577 n_counter_sections, counter_sections fields added.
14578 (set_purpose, label_for_tag, build_counter_section_fields,
14579 build_counter_section_value, build_counter_section_data_fields,
14580 build_counter_section_data_value, build_function_info_fields,
14581 build_function_info_value, build_gcov_info_fields,
14582 build_gcov_info_value): New static functions.
14583 (find_counters_section): New function.
14584 (instrument_edges, get_exec_counts, compute_branch_probabilities,
14585 branch_prob, create_profiler): Modified to support multiple profile
14586 sections.
14587
14588 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14589
14590 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
14591 is 8 * STACK_BOUNDARY.
14592 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
14593
14594 2003-02-26 Michael Matz <matz@suse.de>
14595
14596 * ra-colorize.c (merge_moves): Fix list handling.
14597
14598 2003-02-26 Nick Clifton <nickc@redhat.com>
14599
14600 * config/arm/arm.c (is_load_address): Rename to...
14601 (arm_memory_load_p) ... this and make it check for SUBREGs and
14602 constant loads that will be converted into loads from the
14603 minipool.
14604 (is_cirrus_insn): Rename to ...
14605 (arm_cirrus_insn_p): ... this, for consistency. Replace test
14606 of CIRRUS_NO with CIRRUS_NOT.
14607 (cirrus_reorg): Use renamed functions.
14608 (note_invalid_constants): Change from a void function to bool.
14609 Add an extra parameter, saying whether the fixups should be
14610 pushed. Return true if fixups are needed.
14611 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
14612 of CIRRUS_NO with CIRRUS_NOT.
14613 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
14614 other floating point co-processors can also affect this.
14615 * config/arm/arm.md ("type" attribute): Add mav_farith and
14616 mav_dmult. Replace references to "cirrus_type" attribute with
14617 "type".
14618 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
14619 ("cirrus_type" attribute): Delete - use "type" instead.
14620 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
14621 'normal'.
14622
14623 2003-02-25 Jan Hubicka <jh@suse.cz>
14624
14625 * objc-act.c: Include cgraph.h
14626 (mark_referenced_methods): New function.
14627 (objc_init): Call it.
14628 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
14629
14630 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
14631 mode.
14632
14633 * optabs.c (expand_fix): Do not widen the input operand.
14634
14635 * expr.c (emit_group_store): Fix crash when converting single
14636 register into complex register.
14637
14638 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
14639 * alias.c: Include timevar.h
14640 (init_alias_analysis): Set timevar
14641 * jump.c: Include timevar.h
14642 (rebuild_jump_labels): Set timevar
14643 * regcalss.c: Include timevar.h
14644 (reg_scan): Set timevar
14645 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
14646
14647 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14648
14649 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
14650
14651 * Makefile.in (loop-unroll.o): New.
14652 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
14653 (unroll_and_peel_loops): Declare.
14654 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
14655 flag_old_unroll_loops.
14656 * loop.c (loop_invariant_p): Ditto.
14657 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
14658 flag_old_unroll_all_loops.
14659 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
14660 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
14661 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
14662 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
14663 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
14664 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
14665 PARAM_MAX_ONCE_PEELED_INSNS): New.
14666 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
14667 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
14668 instead of old one.
14669 (flag_peel_loops): New.
14670 (lang_independent_options): The new flags added.
14671 (rest_of_compilation): Call new unroller.
14672 (process_options): Setup flags for coexistence of old and new unroller.
14673 * doc/invoke.texi: Document new options.
14674 * doc/passes.texi: Document new unroller pass.
14675
14676 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
14677
14678 * fixinc/fixincl.x: Regenerate
14679
14680 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
14681
14682 * function.c (assign_parms): Set reg_attrs for parameters passed in
14683 registers.
14684
14685 2003-02-26 Alan Modra <amodra@bigpond.net.au>
14686
14687 PR target/9681
14688 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
14689
14690 2003-02-25 David Edelsohn <edelsohn@gnu.org>
14691
14692 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
14693 pseudo-op.
14694
14695 2003-02-25 Roger Sayle <roger@eyesopen.com>
14696
14697 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
14698 * cse.c (invalidate_skipped_set): Likewise.
14699 * integrate.c (subst_constants): Likewise.
14700 * jump.c (reversed_comparison_code_parts): Likewise.
14701 * loop.c (canonicalize_condition): Likewise.
14702 * simplify-rtx.c (simplify_relational_operation): Likewise.
14703
14704 2003-02-25 Roger Sayle <roger@eyesopen.com>
14705
14706 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
14707 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
14708 the appropriate macro to define built-in function.
14709 (fmod,fmodf,fmodl): New built-in functions.
14710
14711 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
14712
14713 2003-02-25 Richard Henderson <rth@redhat.com>
14714
14715 * config/i386/i386.c (function_arg): Pass variable sized
14716 structures correctly on the stack.
14717
14718 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
14719
14720 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
14721 does not reduce the cost of SET.
14722
14723 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14724
14725 PR target/9732
14726 * config/rs6000/rs6000.c (first_reg_to_save): Handle
14727 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
14728 (rs6000_emit_prologue): Likewise.
14729 (rs6000_emit_epilogue): Likewise.
14730 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
14731 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
14732
14733 2003-02-25 Richard Henderson <rth@redhat.com>
14734
14735 * real.c (real_to_integer2): Force overflow result only for
14736 unsigned overflow.
14737
14738 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
14739
14740 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
14741
14742 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
14743 Richard Henderson <rth@redhat.com>
14744
14745 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
14746 there is no similar load.
14747
14748 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
14749 Richard Henderson <rth@redhat.com>
14750
14751 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
14752 sched-rgn.c.
14753 (add_forward_dependence): New function prototype.
14754
14755 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
14756 sched-init.h.
14757 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
14758 them to haifa-sched.c.
14759
14760 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
14761 haifa_classify_insn): Move them from sched-rgn.c.
14762
14763 * sched-deps.c (add_dependence): Return flag of creating a new
14764 entry.
14765 (add_forward_dependence): New function.
14766 (compute_forward_dependences): Use the function.
14767
14768 * sched-ebb.c (earliest_block_with_similiar_load): New function.
14769 (add_deps_for_risky_insns): New function.
14770 (schedule_ebb): Call the function.
14771
14772 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
14773
14774 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
14775 TARGET_VECTOR_OPAQUE_P. Document accordingly.
14776
14777 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
14778 opaque types fail.
14779
14780 * c-typeck.c (comptypes): Change call to vector_types_compatible
14781 to vector_opaque_p.
14782 (convert_for_assignment): Call vector_opaque_p instead of
14783 vector_types_compatible.
14784 (really_start_incremental_init): Disallow initialization of opaque
14785 types.
14786
14787 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
14788 Define TARGET_VECTOR_OPAQUE_P.
14789 (TARGET_INITIALIZER): Same.
14790
14791 * target.h (struct gcc_target): Remove vector_types_compatible.
14792 Add vector_opaque_p.
14793
14794 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
14795 Remove.
14796 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
14797 a vector type. Change return type to bool.
14798 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
14799 (TARGET_VECTOR_OPAQUE_P): Define.
14800
14801 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
14802 target hook.
14803 Include target.h.
14804 (cp_parser_init_declarator): Fix typo in function comments.
14805
14806 2003-02-25 Jan Hubicka <jh@suse.cz>
14807
14808 * Makefile.in (lcm.o): Add dependency on function.h
14809 * lcm.c (function.h): Include.
14810 * i386.c (machine_function, ix86_stack_locals,
14811 * ix86_save_varrargs_registers) : Move to
14812 ...
14813 * i386.h (machine_function, ix86_stack_locals,
14814 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
14815 (ix86_optimize_mode_switching): New.
14816 * i386.md (fix patterns): Set ix86_optimize_mode_switching
14817
14818 2003-02-25 Nick Clifton <nickc@redhat.com>
14819
14820 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
14821 of fourth arg is 'fndecl' not 'indirect'. Update comment
14822 describing the function's parameters.
14823
14824 2003-02-24 Jan Hubicka <jh@suse.cz>
14825
14826 * combine.c (simplify_shift_const): Fix previous patch.
14827
14828 2003-02-24 Jeff Law <law@redhat.com>
14829
14830 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
14831 alternative.
14832 (testsi_1, testhi_1, testqi_1): Likewise.
14833
14834 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14835
14836 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
14837 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
14838 * doc/extend.texi (Tru64 Pragmas): Reflect this.
14839
14840 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
14841 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
14842 * fixinc/fixincl.x: Regenerate.
14843 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
14844 testcase.
14845 Fixes PR c/5059, c/6126, other/9671.
14846
14847 2003-02-24 Roger Sayle <roger@eyesopen.com>
14848
14849 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
14850 from handle_braces in "%{...}".
14851
14852 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
14853
14854 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
14855 (prepare_move_operands): Handle TLS operands.
14856 (tls_symbolic_operand): New.
14857 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
14858 (legitimize_pic_address): Do nothing for the TLS symbol.
14859 (sh_encode_section_info): Handle TLS case.
14860 (sh_strip_name_encoding): Drop TLS encoding.
14861 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
14862 * config/sh/sh.h (SH_TLS_ENCODING): Define.
14863 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
14864 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
14865 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
14866 * config/sh/sh.md: Define TLS UNSPEC constants.
14867 (type): Add tls_load.
14868 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
14869 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
14870 ("tls_initial_exec"): New insn.
14871 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
14872 ("load_gbr"): New insn.
14873
14874 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
14875 * configure: Regenerate.
14876
14877 2003-02-24 Alan Modra <amodra@bigpond.net.au>
14878
14879 PR 9297, PR 9722
14880 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
14881 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
14882 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
14883 (enum block_op_methods): Reorder for better store_expr optimization.
14884 * expr.c (store_expr): Test bit 1 of "want_value" for call param
14885 stores, test bit 0 for original want_value meaning. Pass
14886 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
14887 recursive calls, and calls to expand_param.
14888 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
14889 expected, set target to 0 rather than to subtarget. Formatting.
14890
14891 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
14892
14893 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
14894
14895 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14896
14897 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
14898 new default behavior.
14899 * ggc-common.c: Include sys/resource.h.
14900 (ggc_rlimit_bound): New function.
14901 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
14902 defaults to account for rlimits.
14903
14904 2003-02-22 Richard Henderson <rth@redhat.com>
14905
14906 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
14907
14908 2003-02-22 Kelley Cook <kelley@dwhoops.info>
14909
14910 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
14911 (ix86_tune_string): Rename from ix86_cpu_string.
14912
14913 2003-02-22 Kelley Cook <kelleycook@comcast.net>
14914
14915 * config/i386/i386.c: Replace "mcpu" with "mtune".
14916 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
14917 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
14918 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
14919 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
14920
14921 2003-02-23 Andreas Schwab <schwab@suse.de>
14922
14923 * config.gcc: Delete references to m68k/t-linux and
14924 m68k/t-linux-aout.
14925 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
14926
14927 2003-02-22 Jan Hubicka <jh@suse.cz>
14928
14929 * toplev.c (rest_of_compilation): Apply fotgotten hunk
14930 of track scheduling patch.
14931
14932 2003-02-22 Jan Hubicka <jh@suse.cz>
14933
14934 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
14935 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
14936
14937 2003-02-22 Jan Hubicka <jh@suse.cz>
14938
14939 * c-decl.c (c_expand_body_1): Fix.
14940
14941 2003-02-22 Jan Hubicka <jh@suse.cz>
14942
14943 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
14944
14945 * cfgcleanup.c (try_forward_edges): Don't check loop structures
14946 when not optimizing.
14947 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
14948 when not expensive.
14949 * toplev.c (rest_of_compilation): Duplicate loop headers only when
14950 optimizing; Delete trivially dead insns early; fix optimize check.
14951
14952 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
14953 dependency on cgraph.h
14954 * c-decl.c: Include cgraph.h
14955 (finish_function): Update call of tree_inlinable_function_p.
14956 * c-objc-common.c: Include cgraph.h
14957 * cgraph.h: New file.
14958 * cgraphunit.c: New file.
14959 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
14960 (cgraph_nodes, cgraph_n_nodes): Globalize.
14961 (cgraph_finalize_function, cgraph_finalize_compilation_unit
14962 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
14963 Move into cgraphunit.c
14964 * tree-inline.c: Include cgraph.h
14965 * tree-inline.c: Include cgraph.h
14966
14967 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
14968
14969 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
14970 for copying a register.
14971
14972 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
14973
14974 PR other/3782
14975 * toplev.c (process_options): If flag_detailed_statistics is set,
14976 then set time_report as well.
14977
14978 PR c/8828
14979 * jump.c (never_reached_warning): Don't fall through BARRRIER
14980 insns. Update comments to reflect what the function really does.
14981
14982 2003-02-21 Roger Sayle <roger@eyesopen.com>
14983
14984 * fold-const.c (omit_one_operand): No longer static.
14985 * tree.h (omit_one_operand): Prototype here.
14986 (div_and_round_double): Keep fold-const.c prototypes together.
14987 * builtins.c (builtin_mathfn_code): Handle binary built-in
14988 funtions, such as "pow" and "atan2".
14989 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
14990 Simplify optimizations using "type" the builtin's return type.
14991
14992 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
14993
14994 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
14995 Fix functionalization typo.
14996
14997 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
14998 in an asm.
14999
15000 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15001
15002 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
15003 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
15004 documentation.
15005 * ggc-common.c: Include params.h
15006 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
15007 init_ggc_heuristics): New functions.
15008 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
15009 init_ggc_heuristics): Prototype.
15010 * toplev.c (print_version): Output GGC heuristics.
15011 (parse_options_and_default_flags): Call init_ggc_heuristics.
15012
15013 2003-02-22 Jan Hubicka <jh@suse.cz>
15014
15015 * i386.c (def_builtin): Special case 64bit builtins.
15016 (MASK_SSE164, MASK_SSE264): New constants.
15017 (builtin_description): Add 64bit builtins.
15018 (ix86_init_mmx_sse_builtins): Likewise.
15019 * i386.h (enum ix86_builtins): Likewise.
15020 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
15021 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
15022 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
15023 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
15024 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
15025 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
15026 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
15027
15028 2003-02-22 Jan Hubicka <jh@suse.cz>
15029
15030 * i386.c (builtin_description): Add __builtin_ia32_paddq and
15031 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
15032 and __builtin_ia32_psubq128.
15033 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
15034 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
15035 (mmx_adddi3, mmx_subdi3): New.
15036 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
15037 * xmmintrin.h (_mm_movepi64_pi64): New.
15038 (_mm_add_epi64, _mm_sub_epi64): fix.
15039 (_mm_mul_pu16): Rename to...
15040 (_mm_mul_su32): ... this one.
15041
15042 * builtins.c (expand_builtin_expect): Do not predict
15043 flag_guess_branch_prob is not set.
15044 * c-semantics.c (expand_stmt): Likewise.
15045 * predict.c (predict_insn): Likewise.
15046 * stmt.c (expand_continue_loop): Likewise.
15047 * toplev.c (rest_of_compilation): Do not call
15048 note_prediction_to_br_prob and note_prediction_to_br_prob
15049 when not optimizing.
15050
15051 2003-02-21 Jan Hubicka <jh@suse.cz>
15052
15053 * cfgrtl.c (commit_edge_insertions): Call
15054 find_many_sub_basic_block only when some code has been emitted.
15055 (commit_edge_insertions_watch_calls): Bring into sync with
15056 commit_edge_insertions
15057
15058 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
15059
15060 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
15061
15062 * sh.md (binary_sf_op): Use extra constant operand instead of
15063 negating constant operand 4.
15064 * sh.c (sh_expand_binop_v2sf): Supply it.
15065
15066 2003-02-21 Zack Weinberg <zack@codesourcery.com>
15067
15068 * cpphash.h (struct lexer_state): Add directive_wants_padding.
15069 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
15070 for directives of type INCL.
15071 (glue_header_name, parse_include): Use get_token_no_padding.
15072 * cppmacro.c (replace_args): If directive_wants_padding,
15073 provide padding tokens.
15074
15075 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
15076
15077 * config/h8300/h8300.md (a peephole2): New.
15078
15079 2003-02-21 Jan Hubicka <jh@suse.cz>
15080
15081 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
15082 (commit_edge_insertions): Call find_many_sub_basic_blocks
15083
15084 * reg-stack.c (convert_regs): Cleax aux for blocks.
15085
15086 2003-02-21 Jan Hubicka <jh@suse.cz>
15087
15088 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
15089
15090 2003-02-21 Glen Nakamura <glen@imodulo.com>
15091
15092 PR optimization/8613
15093 * builtins.c (expand_builtin): Emit postincrements before expanding
15094 builtin functions.
15095
15096 2003-02-21 Ben Elliston <bje@redhat.com>
15097
15098 PR other/5634
15099 * doc/install.texi (Configuration): Explain using $HOME instead of
15100 the ~ metacharacter when referring to home directories.
15101
15102 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
15103
15104 * configure.in (TARGET_SYSTEM_ROOT): Set default to
15105 ${exec_prefix}/${target_alias}/sys-root. Match explicit
15106 '${exec_prefix}' (in addition to the expansion thereof) as
15107 relocatable.
15108 * configure: Rebuilt.
15109
15110 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
15111
15112 * config/h8300/h8300.md (addhi3_incdec): Change the name to
15113 *addhi3_incdec.
15114 (addsi3_incdec): Change the name to *addsi3_incdec.
15115
15116 2003-02-20 Roger Sayle <roger@eyesopen.com>
15117
15118 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
15119
15120 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
15121
15122 PR fortran/9038
15123 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
15124 options to be ignored.
15125 (c_common_decode_option): Ignore them when preprocessing.
15126
15127 2003-02-20 Jan Hubicka <jh@suse.cz>
15128
15129 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
15130 global variables.
15131 (lang_independent_options): Add -fsched2-use-superblocks
15132 -fsced2-use-traces.
15133 (rest_of_compilation): Deal with it.
15134 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
15135 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
15136 Declare.
15137 * rtl.h (reg_to_stack): Update prototype.
15138 * reg-stack.c (reg_to_stack): Return when something has changed;
15139 update liveness when executing after superblock scheduling.
15140
15141 * combine.c (simplify_shift_const): Simplify few special cases
15142 into constants.
15143
15144 2003-02-20 David Edelsohn <edelsohn@gnu.org>
15145
15146 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
15147 (add.,subf.,neg.): Change attribute to fast_compare.
15148 All DFA descriptions updated.
15149
15150 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
15151
15152 Change base class access representation.
15153 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
15154 TREE_VIA_PRIVATE): Remove.
15155 (BINFO_BASEACCESSES): New binfo elt.
15156 (BINFO_BASEACCESS): New accessor.
15157 (BINFO_ELTS): Increase.
15158 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
15159 (access_public_node, access_protected_node,
15160 access_private_node): New global nodes.
15161 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
15162 * dbxout.c (dbxout_type): Adjust.
15163 * dwarf2out.c (gen_inheritance_die): Add access parameter.
15164 (gen_member_die): Adjust.
15165 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
15166 (output_type): Adjust.
15167 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
15168
15169 Change base class access representation. Share virtual base
15170 binfos.
15171 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
15172 call.
15173 * cp/class.c (build_base_path): Likewise.
15174 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
15175 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
15176 (make_new_vtable): Adjust.
15177 (force_canonical_binfo_r): Delete.
15178 (force_canonical_binfo): Delete.
15179 (mark_primary_virtual_base): Delete.
15180 (dfs_unshared_virtual_bases): Delete.
15181 (mark_primary_bases): Adjust.
15182 (maybe_warn_about_overly_private_class): Adjust.
15183 (dfs_base_derived_from): Delete.
15184 (base_derived_from): Follow the inheritance chain.
15185 (struct find_final_overrider_data): Add vpath member.
15186 (dfs_find_final_overrider): Adjust.
15187 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
15188 (find_final_overrider): Adjust.
15189 (update_vtable_entry_for_fn): Adjust.
15190 (modify_all_vtables): Adjust.
15191 (walk_subobject_offsets): Adjust.
15192 (layout_nonempty_base_or_field): Adjust.
15193 (layout_empty_base): Remove last parameter. Adjust.
15194 (build_base_field): Adjust.
15195 (build_base_fields): Adjust.
15196 (propagate_binfo_offsets): Remove last parameter. Adjust.
15197 (dfs_set_offset_for_unshared_vbases): Delete.
15198 (layout_virtual_bases): Adjust.
15199 (finish_struct_1): Adjust.
15200 (init_class_processing): Don't init access nodes.
15201 (dfs_get_primary_binfo): Delete.
15202 (get_primary_binfo): Adjust.
15203 (dump_class_hierarchy_r): Remove most derived arg, add IGO
15204 parameter. Adjust.
15205 (dump_class_hierarchy): Adjust.
15206 (finish_vtbls): Adjust.
15207 (get_original_base): Delete.
15208 (build_vtt_inits): Adjust.
15209 (dfs_build_secondary_vptr_vtt_inits): Adjust.
15210 (dfs_ctor_vtable_bases_queue_p): Adjust.
15211 (build_ctor_vtbl_group): Adjust.
15212 (dfs_accumulate_vtbl_inits): Adjust.
15213 (build_vtbl_initializer): Adjust.
15214 (build_vbase_offset_vtbl_entries): Adjust.
15215 (add_vcall_offset_vtbl_entries_1): Adjust.
15216 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
15217 (access_*_node): Remove.
15218 (CANONICAL_BINFO): Delete.
15219 (BINFO_UNSHARED_MARKED): Remove.
15220 (BINFO_MARKED): Set LANG_FLAG_0 directly.
15221 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
15222 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
15223 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
15224 Delete.
15225 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
15226 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
15227 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
15228 Delete.
15229 (BINFO_DEPENDENT_BASE_P): New.
15230 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
15231 index.
15232 (markedp, unmarkedp): Adjust.
15233 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
15234 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
15235 find_vbase_instance, binfo_for_vbase): Delete.
15236 (copied_binfo, original_binfo): Declare.
15237 (finish_base_specifier): Add virtual_p arg.
15238 (unshare_base_binfos): Delete.
15239 (copy_base_binfos): Declare.
15240 (reverse_path): Delete.
15241 * cp/decl.c (xref_basetypes): Access and virtuality passed
15242 differently. Don't copy direct base binfos here. Call
15243 copy_base_binfos.
15244 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
15245 (initialize_vtbl_ptrs): Adjust.
15246 (expand_member_init): Adjust.
15247 * cp/parser.c (cp_parser_base_specifier): Adjust.
15248 * cp/pt.c (instantiate_class_template): Adjust.
15249 (get_template_base_recursive): Adjust.
15250 * cp/rtti.c (get_pseudo_ti_init): Adjust.
15251 (get_pseudo_ti_desc): Adjust.
15252 * cp/tree.c (unshare_base_binfos): Rename to ...
15253 (copy_base_binfos): ... here, reimplement.
15254 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
15255 (reverse_path): Remove.
15256 * cp/typeck.c (get_delta_difference): Adjust error messages.
15257 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
15258 * cp/search.c (lookup_base_r): Adjust.
15259 (dynamic_cast_base_recurse): Adjust.
15260 (canonical_binfo): Remove.
15261 (dfs_canonical_queue): Remove.
15262 (dfs_assert_unmarked_p): Remove.
15263 (assert_canonical_unmarked): Remove.
15264 (shared_marked_p, shared_unmarked_p): Remove.
15265 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
15266 (dfs_access_in_type): Adjust.
15267 (access_in_type): Adjust.
15268 (dfs_accessible_queue_p): Adjust.
15269 (dfs_accessible_p): Adjust.
15270 (is_subobject_of_p_1, is_subobject_of_p): Remove.
15271 (struct lookup_field_info): Remove from_dep_base_p field.
15272 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
15273 (lookup_field_r): Remove dependent base code.
15274 (lookup_member): Likewise.
15275 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
15276 (dfs_unmarked_real_bases_queue_p): Remove.
15277 (dfs_marked_real_bases_queue_p): Remove.
15278 (dfs_skip_vbases): Remove.
15279 (dfs_get_pure_virtuals): Adjust.
15280 (markedp, unmarkedp): Adjust.
15281 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
15282 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
15283 (dfs_unmark): Adjust.
15284 (dfs_get_vbase_types):Remove.
15285 (dfs_build_inheritance_graph_order): Remove.
15286 (get_vbase_types): Remove
15287 (dfs_find_vbase_instance): Remove.
15288 (find_vbase_instance): Remove.
15289 (dfs_debug_unmarkedp): Adjust.
15290 (dependent_base_p): Remove.
15291 (dfs_push_type_decls): Adjust.
15292 (dfs_push_decls): Adjust.
15293 (dfs_no_overlap_yet): Adjust.
15294 (copied_binfo): New function.
15295 (original_binfo): New function.
15296 (binfo_for_vbase): Remove.
15297
15298 Change base class access representation.
15299 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
15300 (add_interface_do): Likewise.
15301
15302 2003-02-20 David Edelsohn <edelsohn@gnu.org>
15303
15304 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
15305 * config/rs6000/power4.md (power4-store,power4-vecstore): New
15306 insn reservations.
15307 (power4-fpstore): Compact.
15308
15309 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
15310
15311 * config/h8300/h8300.md (*iorsi3_w): New.
15312
15313 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
15314
15315 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
15316 * rtl.c (reg_note_name): Likewise.
15317 * rtl.h (enum reg_note): Likewise.
15318 * doc/invoke.texi: Likewise.
15319 * doc/rtl.texi: Likewise.
15320
15321 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
15322
15323 * bb-reorder.c (find_traces_1_round): Fix comment typo.
15324
15325 2003-02-19 Roger Sayle <roger@eyesopen.com>
15326
15327 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
15328 addition in the presence of signaling NaNs.
15329
15330 2003-02-19 Krister Walfridsson <cato@df.lth.se>
15331
15332 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
15333
15334 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15335
15336 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
15337 ORing with 0xffff??00 with the highest bit of the ?? part set.
15338 (compute_logical_op_length): Update.
15339 (compute_logical_op_cc): Likewise.
15340
15341 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
15342
15343 * bb-reorder.c (find_traces_1_round): Fixed condition for small
15344 destination block with multiple predecessors.
15345 (connect_traces): Check whether the block is a start of trace.
15346
15347 2003-02-19 Jan Hubicka <jh@suse.cz>
15348
15349 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
15350 * function.c (assign_params): Likewise.
15351 * arm-protos.h (arm_init_cumulative_args): Update prototype.
15352 * arm.c (arm_init_cumulative_args): Update function.
15353 * arm.h (INIT_CUMULATIVE_ARGS): Update.
15354 * avr-protos.h (init_cumulative_args): Update prototype.
15355 * avr.c (init_cumulative_args): Update function.
15356 * avr.h (INIT_CUMULATIVE_ARGS): Update.
15357 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
15358 * d30v.c (d30v_init_cumulative_args): Update function.
15359 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
15360 * frv-protos.h (frv_init_cumulative_args): Update prototype.
15361 * frv.c (frv_init_cumulative_args): Update function.
15362 * frv.h (INIT_CUMULATIVE_ARGS): Update.
15363 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
15364 * pa.h (INIT_CUMULATIVE_ARGS): Update.
15365 * sparc-protos.h (init_cumulative_args): Update prototype.
15366 * sparc.c (init_cumulative_args): Update function.
15367 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
15368 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
15369
15370 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15371
15372 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
15373 (*ashiftsi_sextqi_7): Likewise.
15374
15375 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15376
15377 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
15378 ISO C99 and C++.
15379
15380 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
15381 for C++ on IRIX 6.5.1[89].
15382 * fixinc/tests/base/internal/sgimacros.h: New file.
15383
15384 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
15385 * fixinc/tests/base/internal/wchar_core.h: New file.
15386
15387 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
15388 socklen_t definition.
15389 * fixinc/fixincl.x: Regenerate.
15390 * fixinc/tests/base/sys/socket.h: New file.
15391 Fixes PR libgcj/9652.
15392
15393 2003-02-19 Jan Hubicka <jh@suse.cz>
15394
15395 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
15396
15397 2003-02-19 David Edelsohn <edelsohn@gnu.org>
15398
15399 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
15400 align_jumps_max_skip and align_loops_max_skip.
15401
15402 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
15403
15404 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
15405 test size if named section.
15406
15407 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
15408
15409 * expr.c (expand_expr): Use gen_int_mode for the argument
15410 to gen_rtx_MULT.
15411
15412 2003-02-19 Jan Hubicka <jh@suse.cz>
15413
15414 * i386.md (cosxf2): Fix conditional.
15415
15416 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15417
15418 * config/h8300/h8300.md (extendqisi2): Change to an expander.
15419 (*extendqisi2_h8300): New.
15420 (*extendqisi2_h8300hs): Likewise.
15421
15422 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15423
15424 * config/h8300/h8300-protos.h: Update the prototype for
15425 split_adds_subs. Remove the prototypes for
15426 const_int_le_2_operand and const_int_le_6_operand.
15427 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
15428 (const_int_le_2_operand): Remove.
15429 (const_int_le_6_operand): Likewise.
15430 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
15431 for const_int_le_2_operand and const_int_le_6_operand.
15432 * config/h8300/h8300.md: Update all uses of split_adds_subs.
15433 (a peephole2): New.
15434
15435 2003-02-18 Jan Hubicka <jh@suse.cz>
15436
15437 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
15438 (cgraph_expand_function): Rewrite.
15439
15440 2003-02-18 Matt Austern <austern@apple.com>
15441
15442 * toplev.c, langhooks.c, langhooks-def.h: Move
15443 write_global_declarations from toplev.c to langhooks.c.
15444
15445 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
15446
15447 * config/h8300/h8300.c (general_operand_src): Always check
15448 MODE.
15449 (general_operand_dst): Likewise.
15450
15451 2003-02-18 Roger Sayle <roger@eyesopen.com>
15452
15453 * convert.c (convert_to_real): Also optimize (float)log(x) into
15454 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
15455
15456 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
15457
15458 * config/sh/sh.c (unspec_caller_rtx_p): New.
15459 (sh_cannot_copy_insn_p): New.
15460 (TARGET_CANNOT_COPY_INSN_P): New.
15461
15462 2003-02-18 Richard Henderson <rth@redhat.com>
15463
15464 * c-common.c (handle_used_attribute): Accept static data too.
15465
15466 2003-02-18 Nick Clifton <nickc@redhat.com>
15467 Aldy Hernandez <aldyh@redhat.com>
15468
15469 * testsuite/gcc.dg/20030218-1.c: New.
15470
15471 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
15472
15473 * target-def.h (TARGET_INITIALIZER): Add
15474 TARGET_VECTOR_TYPES_COMPATIBLE.
15475 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
15476
15477 * target.h (struct gcc_target): Add field vector_types_compatible.
15478
15479 * c-typeck.c (comptypes): Take into account
15480 TARGET_VECTOR_TYPES_COMPATIBLE.
15481 (convert_for_assignment): Same.
15482
15483 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
15484 (rs6000_spe_vector_types_compatible): New.
15485 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
15486
15487 2003-02-19 Andreas Schwab <schwab@suse.de>
15488
15489 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
15490 * toplev.c: Include langhooks-def.h.
15491
15492 2003-02-18 Chris Demetriou <cgd@broadcom.com>
15493
15494 * config/mips/mips.h (enum processor_type): Sort entries
15495 alphabetically.
15496 * config/mips/mips.md (define_attr cpu): Sync with processor_type
15497 enum values, including adding entries that were missing.
15498
15499 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
15500
15501 * sh.c (calc_live_regs): Also check GET_CODE when checking if
15502 initial value for PR_REG is still the PR_REG register.
15503
15504 2003-02-18 Jim Wilson <wilson@redhat.com>
15505
15506 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
15507 instruction in output template.
15508 (bsp_value): Change output template from string to C code, add %,
15509 before actual instruction.
15510 (flushrs): Mark as not predicable.
15511
15512 2003-02-18 Krister Walfridsson <cato@df.lth.se>
15513
15514 * inclhack.def (netbsd_bogus_semicolon): New fix.
15515 * fixincl.x: Rebuilt.
15516 * tests/base/ctype.h: Update.
15517
15518 2003-02-18 Roger Sayle <roger@eyesopen.com>
15519
15520 * fold-const.c (negate_expr_p): New function to determine whether
15521 an expression can be negated cheaply.
15522 (fold) [MINUS_EXPR]: Use it to determine whether to transform
15523 -A - B into -B - A for floating point types.
15524
15525 2003-02-18 Roger Sayle <roger@eyesopen.com>
15526
15527 * sbitmap.c (sbitmap_resize): New function.
15528 * sbitmap.h (sbitmap_resize): Prototype here.
15529 * recog.c (split_all_insns): Use sbitmap_resize.
15530
15531 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
15532
15533 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
15534 insn length.
15535 (extendqisi2): Likewise.
15536 (*extendhisi2_h8300): Likewise.
15537
15538 2003-02-18 Matt Austern <austern@apple.com>
15539
15540 * langhooks.h, langhooks-def.h: introduce new langhook,
15541 final_write_globals, with write_global_declarations as default.
15542 * toplev.c: Move invocation of wrapup_global_declarations from
15543 compile_file to new function, write_global_declarations. Change
15544 compile_file to use final_write_globals hook. Change
15545 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
15546 conditional.
15547
15548 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15549
15550 * pa.md: Correct and enhance comment.
15551
15552 2003-02-18 Geoffrey Keating <geoffk@apple.com>
15553
15554 * gcc.c (validate_switches): Don't scan past closing '}'.
15555
15556 2003-02-18 Ben Elliston <bje@redhat.com>
15557
15558 PR c++/1607
15559 * doc/extend.texi (Function Attributes): Document the effect of
15560 the C++ "this" parameter on the counting of arguments for the
15561 "format" and "format_arg" attributes.
15562
15563 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
15564
15565 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
15566 (__ev_stdw): Same.
15567 (__ev_stdh): Same.
15568
15569 2003-02-17 Jan Hubicka <jh@suse.cz>
15570
15571 * recog.c (split_all_insns): Fix memory overflow.
15572
15573 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
15574
15575 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
15576 (cmphi): Likewise.
15577 (*cmphi_h8300): Likewise.
15578 (*cmphi_h8300hs): Likewise.
15579 (cmpsi): Likewise.
15580 (7 peephole2): Likewise.
15581
15582 2003-02-16 Jan Hubicka <jh@suse.cz>
15583
15584 * c-typeck.c (build_c_cast): Fold constant variables into
15585 initial values.
15586
15587 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15588
15589 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
15590 (Binaries): Ditto for Sinix/Reliant Unix.
15591
15592 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
15593
15594 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
15595 not overlap the final result register.
15596
15597 2003-02-16 Arend Bayer <arend.bayer@web.de>
15598 Richard Henderson <rth@redhat.com>
15599
15600 PR c/8068
15601 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
15602 rearrange mult arguments for less recursion.
15603 (extract_muldiv): New. Prevent runaway recursion.
15604
15605 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
15606
15607 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
15608 MASK_ALIGN_DOUBLE.
15609
15610 2003-02-15 Roger Sayle <roger@eyesopen.com>
15611
15612 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
15613 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
15614 (ext_80387_constants_table): Global table of 80387 special constants
15615 guarded by ext_80387_constants_init flag when not initialized.
15616 (init_ext_80387_constants): New function to initialize this table.
15617 (standard_80387_constant_p): Extend to recognize extra 80387
15618 constants, in XFmode, on processors where this is a win.
15619 (standard_80387_constant_opcode): New function to return the
15620 opcode associated with standard_80387_constant_p.
15621 (standard_80387_constant_rtx): New function to return the XFmode
15622 CONST_DOUBLE associated with standard_80387_constant_p.
15623 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
15624
15625 * config/i386/i386-protos.h (standard_80387_constant_opcode):
15626 Prototype here.
15627 (standard_80387_constant_rtx): Likewise.
15628
15629 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
15630 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
15631 *movtf_integer): Simplify using new standard_80387_constant_opcode.
15632
15633 2003-02-15 Geoffrey Keating <geoffk@apple.com>
15634
15635 * doc/invoke.texi (Optimize Options): Correct @option syntax.
15636
15637 2003-02-15 Richard Henderson <rth@redhat.com>
15638
15639 * Makefile.in (cfglayout.o): Depend on TARGET_H.
15640 * cfglayout.c: Include target.h.
15641 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
15642 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
15643 * target.h (struct gcc_target): Add cannot_copy_insn_p.
15644
15645 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
15646 (TARGET_CANNOT_COPY_INSN_P): New.
15647 (override_options): Revert 2003-02-08 hack.
15648
15649 2003-02-15 Richard Henderson <rth@redhat.com>
15650
15651 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
15652 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
15653
15654 2003-02-15 David Edelsohn <edelsohn@gnu.org>
15655
15656 * config/rs6000/rs6000.h (processor_type): Add PPC440.
15657 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
15658 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
15659 TARGET_SCHED_VARIABLE_ISSUE): Define.
15660 (rs6000_use_dfa_pipeline_interface): New function.
15661 (rs6000_multipass_dfa_lookahead): New Function.
15662 (rs6000_variable_issue): New function.
15663 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
15664 (rs6000_issue_rate): Add PPC440.
15665 * config/rs6000/rs6000.md (unspec list): Correct typo.
15666 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
15667 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
15668 cmp, delayed_cr, mfcr, mtcr.
15669 (automata_option): Set "ndfa".
15670 (extendMMNN2): Update attributes.
15671 (movcc_internal1): Discourage move to non-cr0. Update
15672 attributes.
15673 (movMM_update): Update attributes.
15674 (cmpMM_internal): Update attributes.
15675 (sCC CR materialization): Update attributes.
15676 (branch patterns): Do not discourage non-cr0.
15677 (cr logical patterns): Prefer destructive register allocation.
15678 Update attributes.
15679 (movesi_from_cr): Update attribute.
15680 (mtcrf_operation): Update attribute.
15681 (mtcrfsi): Update attribute.
15682 * config/rs6000/40x.md: New file.
15683 * config/rs6000/603.md: New file.
15684 * config/rs6000/6xx.md: New file.
15685 * config/rs6000/7450.md: New file.
15686 * config/rs6000/7xx.md: New file.
15687 * config/rs6000/mpc.md: New file.
15688 * config/rs6000/power4.md: New file.
15689 * config/rs6000/rios1.md: New file.
15690 * config/rs6000/rios2.md: New file.
15691 * config/rs6000/rs64.md: New file.
15692 [Some DFA descriptions based on work by Michael Hayes]
15693
15694 2003-02-15 Richard Henderson <rth@redhat.com>
15695
15696 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
15697 successors with multiple predecessors.
15698 (connect_traces): Try harder to copy traces of length 1.
15699
15700 * function.h (struct function): Add computed_goto_common_label,
15701 computed_goto_common_reg.
15702 * function.c (free_after_compilation): Zap them.
15703 * stmt.c (expand_computed_goto): Use them to produce one
15704 indirect branch per function.
15705
15706 2003-02-15 Richard Henderson <rth@redhat.com>
15707
15708 * cfgcleanup.c: Include params.h.
15709 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
15710 too many outgoing edges from a block.
15711 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
15712 * params.def (max-crossjump-edges): New.
15713 * doc/invoke.texi: Document it.
15714
15715 2003-02-15 Richard Henderson <rth@redhat.com>
15716
15717 * recog.c (split_all_insns): Include new blocks in life update;
15718 do a global life update.
15719
15720 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
15721
15722 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
15723 Update copyright.
15724 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
15725 -mno-cygwin case.
15726
15727 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15728
15729 PR optimization/7702
15730 * reload1.c (reload_cse_simplify_set): Honor
15731 CANNOT_CHANGE_MODE_CLASS.
15732
15733 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
15734
15735 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
15736 function.
15737 * config/mn10300/mn10300-protos.h: Declare it.
15738 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
15739 attribute cc of instructions that may use clr.
15740
15741 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
15742
15743 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
15744 (x - (x & y)) is found.
15745
15746 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15747
15748 * configure.in: Fix typo.
15749 * configure: Regenerate.
15750
15751 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
15752
15753 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
15754
15755 2003-02-13 Adam Nemet <anemet@lnxw.com>
15756
15757 PR opt/2391
15758 * combine.c: Fix spelling in comment.
15759 (cached_nonzero_bits): New function.
15760 (cached_num_sign_bit_copies): New function.
15761 (nonzero_bits_with_known): New macro.
15762 (num_sign_bit_copies_with_known): New macro.
15763 (nonzero_bits1): Rename from nonzero_bits. Add three new
15764 arguments. Change calls from nonzero_bits to
15765 nonzero_bits_with_known.
15766 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
15767 three new arguments. Change calls from num_sign_bit_copies to
15768 num_sign_bit_copies_with_known.
15769 (nonzero_bits): New macro.
15770 (num_sign_bit_copies): New macro.
15771 (update_table_tick): Don't traverse identical subexpression more
15772 than once.
15773 (get_last_value_validate): Likewise.
15774
15775 2003-02-13 Zack Weinberg <zack@codesourcery.com>
15776
15777 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
15778 * function.h (struct emit_status): Length of regno_pointer_align
15779 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
15780 not regno_pointer_align_length (i.e. length actually used, not
15781 length as allocated)
15782
15783 * config/i386/i386.c (struct stack_local_entry): New.
15784 (struct machine_function): Replace huge array with alist.
15785 (assign_386_stack_local): Change to match.
15786
15787 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
15788
15789 * inclhack.def (hpux_long_double): Tighten select and add bypass
15790 regexp.
15791 * fixincl.x: Rebuilt.
15792
15793 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
15794
15795 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
15796 edge and block ends with a jump insn it must be simple jump.
15797
15798 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
15799
15800 * Makefile.in (PREPROCESSOR_DEFINES): Add
15801 @TARGET_SYSTEM_ROOT_DEFINE@.
15802 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
15803 is specified or if building a cross compiler.
15804 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
15805 if the sysroot is under $exec_prefix.
15806 * configure: Regenerated.
15807 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
15808 defined.
15809 (struct default_include): Add add_sysroot field.
15810 (cpp_SYSROOT): Declare.
15811 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
15812 field.
15813 (cpp_SYSROOT): New variable.
15814 * cppinit.c (cpp_create_reader): Initialize
15815 CPP_OPTION (pfile, sysroot).
15816 (init_standard_includes): Handle add_sysroot. Do not
15817 add unrelocated copies of relocated directories.
15818 (COMMAND_LINE_OPTIONS): Add -isysroot.
15819 (cpp_handle_option): Handle -isysroot.
15820 * cpplib.h (struct cpp_options): Add sysroot member.
15821 * gcc.c (The Specs Language): Update description of %I.
15822 (target_system_root_changed): New variable.
15823 (process_command): Conditionalize make_relative_prefix call
15824 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
15825 target_system_root_changed.
15826 (do_spec_1): Add -isysroot to %I.
15827 * doc/invoke.texi (Spec Files): Update description of %I.
15828 * doc/install.texi (--with-sysroot): Update comment about
15829 relocation.
15830
15831 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
15832
15833 * config/h8300/h8300.md (a peephole2): New.
15834
15835 2003-02-13 Robert Lipe <robertlipe@usa.net>
15836 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15837
15838 * doc/install.texi (Specific): Update three SCO-related URLs.
15839
15840 2003-02-13 Andreas Schwab <schwab@suse.de>
15841
15842 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
15843 Parenthesize properly.
15844 (NPREDECESORS): Parenthesize properly.
15845
15846 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
15847
15848 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
15849
15850 2003-02-12 Roger Sayle <roger@eyesopen.com>
15851
15852 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
15853 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
15854
15855 * reg-stack.c (subst_stack_regs_pat): Add support for binary
15856 UNSPEC instructions (e.g. "fpatan").
15857
15858 2003-02-12 Mike Stump <mrs@apple.com>
15859
15860 * varray.c (element_size): Remove.
15861 (uses_ggc): Remove.
15862 (element): Add.
15863 (varray_init): Use new interface.
15864 (varray_grow): Use new interface.
15865 (varray_clear): Use new interface.
15866
15867 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15868
15869 * config/rs6000/spe.h: Add casts to the arguments of the following
15870 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
15871 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
15872 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
15873 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
15874 __ev_get_u16, __ev_get_s16.
15875
15876 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15877
15878 * config/h8300/h8300.md (a peephole2): New.
15879
15880 2003-02-12 Jan Hubicka <jh@suse.cz>
15881
15882 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
15883 (OBJS): Add callgraph.o
15884 (callgraph.o): New.
15885 * c-decl.c (expand_body_1): Break out from ...
15886 (expand_body): This one; change calling convention
15887 (finish_function): Move some of expand_body logic here.
15888 (c_expand_deferred_function): Update call of expand_body
15889 (c_expand_stmt): Use c_expand_body_1.
15890 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
15891 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
15892 * c-tree.h (c_expand_body): Declare.
15893 * callgraph.c: New file.
15894 * flags.h (flag_unit_at_a_time): Declare.
15895 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
15896 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
15897 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
15898 * langhooks.h (struct lang_hooks_for_callgraph): New.
15899 (struct lang_hooks): Add callgraph field.
15900 * toplev.c (flag_unit_at_a_time): New.
15901 (lang_independent_options): Add flag_unit_at_a_time.
15902 (process_options): Disable unit-at-a-time mode for frontends not
15903 supporting callgraph.
15904 * tree-inline.c (typedef struct inline_data): Add "decl"
15905 (expand_call_inline): Update callgraph.
15906 (optimize_inline_calls): Set id.decl.
15907 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
15908 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
15909 cgraph_calls_p): Declare.
15910 * invoke.texi (-funit-at-a-time): Document
15911
15912 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15913
15914 * config/rs6000/spe.h: Fix misc formatting.
15915 (__ev_create_ufix32_fs): Cast ev argument.
15916 (__ev_create_sfix32_fs): Same.
15917 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
15918 (__ev_get_ufix32_fs_internal): Same.
15919
15920 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
15921
15922 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
15923 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
15924
15925 2003-02-12 Zack Weinberg <zack@codesourcery.com>
15926
15927 * cpplib.c (do_include_common): Move warnings for
15928 #include_next and #import out to callers. Use early-return
15929 instead of nested ifs. Don't do check_eol here.
15930 (parse_include): Do check_eol here with the rest of the
15931 parsing stuff.
15932 (do_include_next, do_import): Now handle warnings.
15933
15934 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15935
15936 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
15937
15938 2003-02-12 Jan Hubicka <jh@suse.cz>
15939
15940 * predict.c (estimate_probability): Fix roundoff error.
15941
15942 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15943
15944 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
15945 (two peephole2): New.
15946
15947 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
15948
15949 * config/h8300/h8300.md (several peephole2): Replace
15950 find_regno_note with peep2_reg_dead_p.
15951
15952 2003-02-11 Richard Henderson <rth@redhat.com>
15953
15954 * gcse.c (lookup_set): Remove unused argument PAT. Update
15955 both callers.
15956
15957 2003-02-11 Geoffrey Keating <geoffk@apple.com>
15958
15959 * diagnostic.c (real_abort): New.
15960 (diagnostic_report_diagnostic): Call real_abort on error.
15961 * diagnostic.h (diagnostic_abort_on_error): New.
15962 (struct diagnostic_context): Add abort_on_error field.
15963 * toplev.c (setup_core_dumping): New.
15964 (decode_d_option): Handle 'H' case.
15965 * doc/invoke.texi (Debugging Options): Document -dH.
15966
15967 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
15968
15969 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
15970 which refers to obsolete directories.
15971
15972 2003-02-11 Richard Henderson <rth@redhat.com>
15973
15974 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
15975
15976 2002-10-21 Jan Hubicka <jh@suse.cz>
15977
15978 * i386.c (contains_128bit_aligned_vector_p): New function.
15979 (ix86_function_arg_boundary): Properly align vector modes.
15980
15981 2003-02-11 Bob Wilson <bob.wilson@acm.org>
15982
15983 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
15984 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
15985 as a SET pattern.
15986
15987 2003-02-11 Roger Sayle <roger@eyesopen.com>
15988
15989 * builtins.c: Fix failure caused by commiting wrong patch.
15990
15991 2003-02-11 Dale Johannesen <dalej@apple.com>
15992 * ra-build.c (compare_and_free_webs): Relax checking.
15993 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
15994 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
15995
15996 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15997
15998 PR optimization/9651
15999 * rtlanal.c (may_trap_p): Handle FIX.
16000
16001 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
16002
16003 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
16004 * doc/invoke.texi: Extra alias.
16005
16006 2003-02-11 Geoffrey Keating <geoffk@apple.com>
16007
16008 * config/rs6000/host-darwin.c: Fix comment.
16009
16010 2003-02-11 David Edelsohn <edelsohn@gnu.org>
16011
16012 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
16013 predicate for mod result.
16014
16015 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16016
16017 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
16018 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
16019 * fixincl.x: Rebuilt.
16020 * tests/base/stdlib.h: Update.
16021 * tests/base/ctype.h: New file.
16022
16023 2003-02-11 Jan Hubicka <jh@suse.cz>
16024
16025 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
16026
16027 2003-02-11 Richard Henderson <rth@redhat.com>
16028
16029 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
16030 appropriated as globals.
16031 (ix86_expand_clrstr): Similarly.
16032 * config/i386/i386.md (cmpstrsi): Similarly.
16033
16034 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
16035
16036 * config/h8300/h8300.md (a peephole2): Add a case of 255.
16037
16038 2003-02-11 Roger Sayle <roger@eyesopen.com>
16039
16040 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
16041 (pow_optab, atan2_optab): Define corresponding macros.
16042 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
16043 * genopinit.c (optabs): Implement pow_optab and atan2_optab
16044 using pow?f3 and atan2?f3 patterns.
16045 * builtins.c (expand_errno_check): New function to update errno
16046 if necessary, split out from expand_builtin_mathfn.
16047 (expand_builtin_mathfn): Use expand_errno_check.
16048 (expand_builtin_mathfn_2): New function to handle expanding binary
16049 math functions, reusing the code in expand_errno_check.
16050 (expand_builtin): Handle the pow and atan2 math built-ins,
16051 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
16052 expand_builtin_mathfn_2.
16053
16054 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
16055
16056 2003-02-11 Jan Hubicka <jh@suse.cz>
16057
16058 * combine.c (combine_simplify_rtx): Fix folding of
16059 nested float_truncates.
16060
16061 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
16062
16063 * config/h8300/h8300.md (a peephole2): Fix a typo.
16064
16065 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
16066
16067 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
16068 register number.
16069
16070 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
16071
16072 * config/h8300/h8300-protos.h: Add a prototype for
16073 gtuleu_operator.
16074 * config/h8300/h8300.c (gtuleu_operator): New.
16075 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
16076 * config/h8300/h8300.md (a peephole2): New.
16077
16078 2003-02-11 Jan Hubicka <jh@suse.cz>
16079
16080 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
16081
16082 2003-02-11 Jan Hubicka <jh@suse.cz>
16083
16084 * predict.c (choose_function_section): Choose sections correctly.
16085
16086 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16087
16088 * reload1.c (first_label_num): New.
16089 (reload): Index offsets_known_at and offsets_at using difference of
16090 label number and first label number. Don't use offset pointers.
16091 (set_label_offsets, set_initial_label_offsets): Likewise.
16092
16093 2003-02-10 Roger Sayle <roger@eyesopen.com>
16094
16095 * mips-tfile.c (init_file): Add missing initializers in the
16096 "#ifdef __alpha" case.
16097 (file_offset, max_file_offset): Declare as unsigned long.
16098 (write_varray): Cast to "unsigned long" in comparisons against
16099 either file_offset or max_file_offset.
16100 (write_object): Likewise.
16101 (read_seek): Likewise.
16102 (copy_object): Likewise. Declare "ifd" as int to match its use
16103 in add_ext_symbol, and avoid signed/unsigned conditional warning.
16104
16105 2003-02-10 Nick Clifton <nickc@redhat.com>
16106 Aldy Hernandez <aldyh@redhat.com>
16107
16108 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
16109 override options which have been specified on the command line.
16110
16111 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
16112
16113 * config/h8300/h8300.md (abssf2): New.
16114 (*abssf2_h8300): Likewise.
16115 (*abssf2_h8300hs): Likewise.
16116
16117 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
16118
16119 * tree.c (build_tree_list): Fix parameter names in comment.
16120
16121 2003-02-10 Janis Johnson <janis187@us.ibm.com>
16122
16123 * config/rs6000/ppc64-fp.c: New file.
16124 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
16125
16126 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
16127
16128 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
16129 * bb-reorder.c (make_reorder_chain): Deleted.
16130 (make_reorder_chain_1): Deleted.
16131 (find_traces): New function.
16132 (rotate_loop): New function.
16133 (mark_bb_visited): New function.
16134 (find_traces_1_round): New function.
16135 (copy_bb): New function.
16136 (bb_to_key): New function.
16137 (better_edge_p): New function.
16138 (connect_traces): New function.
16139 (copy_bb_p): New function.
16140 (get_uncond_jump_length): New function.
16141 (reorder_basic_blocks): Use new functions (Software Trace Cache).
16142 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
16143 boundaries.
16144
16145 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
16146
16147 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
16148
16149 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16150
16151 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
16152 (DECL_LIVE_RANGE_RTL): Remove.
16153
16154 2003-02-10 Nick Clifton <nickc@redhat.com>
16155
16156 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
16157 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
16158 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
16159 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
16160 config/arm/freebsd.h, config/arm/linux-elf.h,
16161 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
16162 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
16163 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
16164 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
16165 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
16166 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
16167 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
16168 and reformat as appropriate.
16169
16170 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
16171
16172 * config/h8300/clzsi2.c: Remove.
16173 * config/h8300/ctzsi2.c: Likewise.
16174 * config/h8300/paritysi2.c: Likewise.
16175 * config/h8300/popcountsi2.c: Likewise.
16176 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
16177 ctzsi2, paritysi2, and popcountsi2.
16178
16179 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
16180 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
16181
16182 PR c/7741
16183 * c-decl.c (duplicate_decls): Discard the initializer of the
16184 new decl when the types are conflicting.
16185
16186 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
16187
16188 * Makefile.in (sreal.o): Added.
16189 (predict.o): Depends on sreal.h instead of real.h.
16190 * sreal.c: New file.
16191 * sreal.h: New file.
16192 * predict.c: Use sreal.c instead of real.c.
16193
16194 2003-02-10 Nick Clifton <nickc@redhat.com>
16195
16196 * Contributed support for the Cirrus EP9312 "Maverick"
16197 floating point co-processor. Written by Aldy Hernandez
16198 <aldyh@redhat.com>.
16199 (config/arm/arm.c): Add Cirrus support.
16200 (config/arm/arm.h): Likewise.
16201 (config/arm/aout.h): Likewise.
16202 (config/arm/arm.md): Likewise.
16203 (config/arm/arm-protos.h): Likewise.
16204 (config.gcc): Likewise.
16205 (doc/invoke.texi): Describe new -mcpu value and new
16206 -mcirrus-fix-invalid-insns switch,
16207 (cirrus.md): New file.
16208
16209 2003-02-10 Jan Hubicka <jh@suse.cz>
16210
16211 * combine.c (combine_simplify_rtx): Simplify using
16212 (float_truncate (float x)) is (float x)
16213 (float_extend (float_extend x)) is (float_extend x).
16214
16215 2003-02-10 Alan Modra <amodra@bigpond.net.au>
16216
16217 * calls.c (try_to_integrate): Tidy stack_usage_map access.
16218 (emit_library_call_value_1): Likewise. Formatting.
16219 (store_one_arg): Likewise.
16220
16221 2003-02-09 Nick Clifton <nickc@redhat.com>
16222 Aldy Hernandez <aldyh@redhat.com>
16223
16224 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
16225 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
16226 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
16227 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
16228 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
16229 docs. Add range test for immediate value.
16230
16231 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
16232
16233 Rename spe_evxor to xorv2si3.
16234 (xorv4hi3): New.
16235 (xorv1di3): New.
16236
16237 2003-02-10 Glen Nakamura <glen@imodulo.com>
16238
16239 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
16240 tag.
16241
16242 2003-02-10 Jan Hubicka <jh@suse.cz>
16243
16244 * i386.c (vector_move_operand): New predicate.
16245 (ix86_expand_vector_move): Be happy about 0.
16246 * i386.h (PREDICATE_CODES): Add sse-move_operand.
16247 * i386.md (mov*_internal): Add 'C' alternative.
16248
16249 2003-02-09 Jan Hubicka <jh@suse.cz>
16250
16251 * i386.md (floathi*): Deal with SSE.
16252
16253 2003-02-09 Jan Hubicka <jh@suse.cz>
16254
16255 * simplify-rtx.c (simplify_unary_operation,
16256 simplify_binary_operation): Deal with vector modes
16257 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
16258
16259 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
16260
16261 * toplev.c (rest_of_compilation): Recompute register usage after
16262 split_all_insns.
16263
16264 2003-02-09 Richard Henderson <rth@redhat.com>
16265
16266 * libgcc-std.ver (__clztf2): New.
16267 (__ctztf2, __popcounttf2, __paritytf2): New.
16268 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
16269 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
16270 adjust code to match the different type sizes.
16271 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
16272 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
16273
16274 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
16275 TImode; select word_mode and twice that.
16276 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
16277 select the modes from float, double, and long double.
16278 (init_optabs): Remove duplicate initializations.
16279
16280 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
16281
16282 * doc/install.texi: Squeeze and streamline section on
16283 testing and regression checking.
16284
16285 2003-02-09 Jan Hubicka <jh@suse.cz>
16286
16287 * i386.md (ahi?v*3): Set third operand type to TImode.
16288 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
16289
16290 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
16291 integer mode.
16292
16293 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
16294 Change code so they are arithmetic expressions now.
16295 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
16296 simplify_ternary_operation): Deal with VEC_* expressions.
16297
16298 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
16299
16300 2003-02-08 Jan Hubicka <jh@suse.cz>
16301
16302 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
16303 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
16304 possibly got duplicated.
16305
16306 2003-02-08 Richard Henderson <rth@redhat.com>
16307
16308 * config/alpha/alpha.c (override_options): Turn off explicit
16309 relocs until post-peep2 code duplication resolved.
16310
16311 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
16312
16313 * optabs.c (expand_unop): Widen clz properly when clz is done
16314 via libcall.
16315
16316 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
16317
16318 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
16319 * config/h8300/crti.asm: Likewise.
16320 * config/h8300/crtn.asm: Likewise.
16321 * config/h8300/ctzsi2.c: Likewise.
16322 * config/h8300/fixunssfsi.c: Likewise.
16323 * config/h8300/h8300-protos.h: Likewise.
16324 * config/h8300/h8300.c: Likewise.
16325 * config/h8300/h8300.h: Likewise.
16326 * config/h8300/h8300.md: Likewise.
16327 * config/h8300/paritysi2.c: Likewise.
16328 * config/h8300/popcountsi2.c: Likewise.
16329 * config/h8300/rtems.h: Likewise.
16330
16331 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16332
16333 * doc/invoke.texi: Documentation for my previous commit.
16334 * doc/passes.texi: Ditto.
16335
16336 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16337
16338 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
16339 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
16340 Declare.
16341 (DLTHE_FLAG_UPDATE_FREQ): New.
16342 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
16343 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
16344 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
16345 fix_bb_placement, fix_bb_placements, place_new_loop,
16346 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
16347 New static functions.
16348 (fix_loop_placement, can_duplicate_loop_p,
16349 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
16350 New functions.
16351
16352 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
16353 unswitch_loops): Declare.
16354 * loop-init.c: New file.
16355 * loop-unswitch.c: New file.
16356 * Makefile.in (loop-init.o, loop-unswitch.o): New.
16357 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
16358 * toplev.c (DFI_loop2): New dump.
16359 (flag_unswitch_loops): New.
16360 (lang_independent_options): Add it.
16361 (rest_of_compilation): Call new loop optimizer.
16362 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
16363
16364 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
16365
16366 * config/h8300/clzsi2.c: New.
16367 * config/h8300/ctzsi2.c: Likewise.
16368 * config/h8300/paritysi2.c: Likewise.
16369 * config/h8300/popcountsi2.c: Likewise.
16370 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
16371
16372 2003-02-07 David Edelsohn <edelsohn@gnu.org>
16373
16374 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
16375 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
16376 (ctzsi2): New pattern.
16377 (ffssi2): Use clz instead of unspec.
16378 (clzdi2): Rename from cntlzd2.
16379 (ctzdi2): New pattern.
16380 (ffsdi2): Use clz instead of unspec.
16381
16382 2003-02-07 Loren James Rittle <ljrittle@acm.org>
16383
16384 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
16385 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
16386 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
16387 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
16388
16389 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
16390
16391 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
16392
16393 2003-02-07 Richard Henderson <rth@redhat.com>
16394
16395 PR 9226
16396 * gcse.c (local_cprop_find_used_regs): New.
16397 (local_cprop_pass): Use it.
16398
16399 2003-02-07 Fred Fish <fnf@intrinsity.com>
16400
16401 * mips-tfile.c (parse_def): Parenthesize assignments to fix
16402 precedence bugs.
16403
16404 2003-02-07 Segher Boessenkool <segher@koffie.nl>
16405
16406 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
16407
16408 2003-02-07 Roger Sayle <roger@eyesopen.com>
16409
16410 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
16411 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
16412 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
16413 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
16414 builtin functions (and their __builtin_* variants).
16415 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
16416 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
16417 when not optimizing.
16418
16419 * doc/extend.texi: Document new pow and atan2 builtins, and
16420 their float and long double variants. Realphabetize builtins.
16421
16422 2003-02-07 Jan Hubicka <jh@suse.cz>
16423
16424 * i386.md (sse2_nandv2di3): Fix.
16425
16426 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
16427
16428 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
16429 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
16430 definition.
16431 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
16432 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
16433
16434 2003-02-07 Jan Hubicka <jh@suse.cz>
16435
16436 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
16437
16438 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
16439
16440 * cfg.c (dump_flow_info): Add back accidently deleted line.
16441
16442 2003-02-07 Andrey Petrov <petrov@netbsd.org>
16443
16444 * optabs.c (expand_float): Search wider integer modes first.
16445
16446 2003-02-07 Bob Wilson <bob.wilson@acm.org>
16447
16448 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
16449 based on preprocessor flag.
16450
16451 2003-02-07 Roger Sayle <roger@eyesopen.com>
16452 Richard Henderson <rth@redhat.com>
16453
16454 * gcse.c (implicit_sets): New.
16455 (compute_hash_table_work): Include them in hash table.
16456 (find_implicit_sets, fis_get_condition): New.
16457 (one_cprop_pass): Allocate and free implicit_sets; call
16458 find_implicit_sets before building hash table.
16459
16460 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
16461
16462 * config/t-netbsd (USER_H): Revert previous change.
16463
16464 2003-02-07 Gabor Greif <ggreif@lucent.com>
16465
16466 * doc/c-tree.texi (Namespaces): Fix typo.
16467
16468 2003-02-07 Jan Hubicka <jh@suse.cz>
16469
16470 * regrename.c (do_replace, find_oldest_value_reg,
16471 copyprop_hardreg_forward_1): Update register attributes.
16472
16473 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
16474
16475 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
16476 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
16477 variables starting with underscore.
16478 (struct unit_usage): New structure.
16479 (unit_usages, cycle_alt_unit_usages): New global variables.
16480 (check_unit_distribution_in_reserv): Remove it.
16481 (store_alt_unit_usage): New function.
16482 (check_regexp_units_distribution): Rewrite it.
16483
16484 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16485
16486 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
16487 target_cpu_default.
16488 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
16489 if not MASK_NO_SPACE_REGS.
16490 (output_call): Adjust return pointer, don't load new space register
16491 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
16492 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
16493 TARGET_NO_SPACE_REGS is true.
16494 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
16495 conditions.
16496 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
16497 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
16498 true. Use bve when TARGET_64BIT is true.
16499
16500 2003-02-06 Richard Henderson <rth@redhat.com>
16501
16502 * combine.c (nonzero_bits): Fix double break.
16503
16504 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
16505 Richard Henderson <rth@redhat.com>
16506
16507 PR c/9530
16508 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
16509 from functions that return a float to functions that don't.
16510
16511 2003-02-06 Jan Hubicka <jh@suse.cz>
16512
16513 * i386.c (x86_inter_unit_moves): New variable.
16514 (ix86_secondary_memory_needed): Fix 64bit case, honor
16515 TARGET_INTER_UNIT_MOVES
16516 * i386.h (x86_inter_unit_moves): Declare.
16517 (TARGET_INTER_UNIT_MOVES): New macro.
16518 * i386.md (movsi_1): Cleanup constraints; disable
16519 when not doing inter-unit moves.
16520 (movsi_1_nointernunit): New.
16521 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
16522 (movdi_1_rex64_nointerunit): New.
16523 (mivsf_1): disable when not doing inter-unit moves.
16524 (movsf_1_nointerunit): New.
16525
16526 * basic-block.h (inside_basic_block_p): Declare.
16527 * cfgbuild.c (inside_basic_block_p): Make global.
16528 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
16529 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
16530 update CFG.
16531 (fix_basic_block_boundaries, add_missing_bbs): New.
16532 (rank): Use profile.
16533 (scheudle_ebbs): Rely on CFG; update coments.
16534
16535 2003-02-05 Geoffrey Keating <geoffk@apple.com>
16536
16537 * Makefile.in (host_hook_obj): New.
16538 (OBJS): Add $(host_hook_obj).
16539 (host_default.o): New rule.
16540 * config.gcc (host_hook_obj): New, default to host-default.o.
16541 (powerpc-*-darwin*): Use host-darwin.o.
16542 (out_host_hook_obj): New.
16543 * configure: Regenerate.
16544 * configure.in: Print information about out_host_hook_obj, substitute
16545 into output files.
16546 * host-default.c: New file.
16547 * hosthooks.h: New file.
16548 * toplev.c (general_init): Call host_hooks.extra_signals.
16549 * config/rs6000/host-darwin.c: New file.
16550 * config/rs6000/x-darwin: New file.
16551 * doc/hostconfig.texi: Add documentation for new host hook.
16552 Rearrange existing documentation.
16553
16554 2003-02-05 Roger Sayle <roger@eyesopen.com>
16555
16556 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
16557 with *targetm.delegitimize_address.
16558 (rtl_for_decl_location): Likewise.
16559 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
16560 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
16561
16562 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
16563 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
16564 prototype.
16565 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
16566 i386_simplify_dwarf_addr. Made static. Prototyped.
16567 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
16568 i386_simplify_dwarf_addr to ix86_delegitimize_address.
16569 (ix86_find_base_term): Likewise.
16570 (maybe_get_pool_constant): Likewise.
16571
16572 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
16573 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
16574 prototype.
16575 * config/s390/s390.c (s390_delegitimize_address): Renamed from
16576 s390_simplify_dwarf_addr. Made static. Prototyped.
16577 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
16578
16579 2003-02-05 Richard Henderson <rth@redhat.com>
16580
16581 PR c/8602
16582 * integrate.c (output_inline_function): Reset input_filename
16583 and lineno from the decl before rest_of_compilation.
16584
16585 2003-02-05 Richard Henderson <rth@redhat.com>
16586
16587 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16588 (CTZ_DEFINED_VALUE_AT_ZERO): New.
16589 * doc/rtl.texi, doc/tm.texi: Document them.
16590
16591 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
16592 of the value at zero properly.
16593 * fold-const.c (tree_expr_nonnegative_p): Likewise.
16594 * simplify-rtx.c (simplify_unary_operation): Likewise.
16595
16596 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16597 (CTZ_DEFINED_VALUE_AT_ZERO): New.
16598
16599 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
16600 (TARGET_EXPAND_BUILTIN): Remove.
16601 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
16602 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16603 (enum arm_builtins): Remove.
16604 * config/arm/arm.md (UNSPEC_CLZ): Remove.
16605 (clzsi2): Rename from clz; use clz instead of unspec.
16606 (ctzsi2): New.
16607 * config/arm/arm-protos.h: Update.
16608
16609 2003-02-05 Jan Hubicka <jh@suse.cz>
16610
16611 * i386-protos.h (x86_emit_floatuns): Declare.
16612 * i386.c (x86_emit_floatuns): New global function.
16613 * i386.md (floatunssisf2, floatunsdisf2,
16614 floatunsdidf2): New patterns.
16615
16616 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16617
16618 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
16619
16620 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
16621
16622 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
16623 config/ia64/linux.h
16624
16625 2003-02-05 Roger Sayle <roger@eyesopen.com>
16626
16627 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
16628
16629 2003-02-05 Jakub Jelinek <jakub@redhat.com>
16630
16631 PR optimization/8555
16632 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
16633 instead of aborting.
16634
16635 2003-02-04 Richard Henderson <rth@redhat.com>
16636
16637 * config/i386/i386.md (UNSPEC_BSF): Remove.
16638 (ffssi2): Split into cmove and no_cmove insns and splitters;
16639 lose pentium float trick for now.
16640 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
16641 (ctzsi2, clzsi2, bsr): New.
16642
16643 2003-02-04 Richard Henderson <rth@redhat.com>
16644
16645 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
16646 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
16647 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
16648 (ffsdi2): Use popcount instead of unspec.
16649 (popcountdi2): Rename from *popcnt.
16650 (ctzdi2, clzdi2, getf_exp_tf): New.
16651
16652 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
16653
16654 * genconfig.c (main): Generate CC0_P.
16655 * rtl.h (CC0_P): Remove.
16656
16657 2003-02-04 Richard Henderson <rth@redhat.com>
16658
16659 * libgcc2.h, libgcc2.c (__ffsSI2): New.
16660 (__ffsDI2): Rename from __ffsdi2.
16661 * mklibgcc.in (lib2funcs): Add _ffssi2.
16662
16663 2003-02-04 Richard Henderson <rth@redhat.com>
16664
16665 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
16666 rounds with a "bit table" lookup.
16667
16668 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16669
16670 * reload.c (find_reloads): Do not use the mode specified in the insn
16671 pattern as reload mode for address operands. Do not generate optional
16672 reloads for operands where a mandatory reload was already pushed.
16673
16674 2003-02-04 Richard Henderson <rth@redhat.com>
16675
16676 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
16677 builtins instead of inline assembly.
16678
16679 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16680
16681 PR c/9376
16682 * libgcc2.c (__subvdi3): Fix typo.
16683
16684 2003-02-04 Jan Hubicka <jh@suse.cz>
16685
16686 * i386.md (movti_rex64): Fix constraint.
16687
16688 2003-02-04 Jan Hubicka <jh@suse.cz>
16689
16690 * i386.md (vector push splitters): Fix typo in resolving conflict.
16691
16692 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
16693
16694 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
16695
16696 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
16697
16698 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
16699 for recent libstdc++. Remove formatting cruft.
16700
16701 2003-02-04 Jakub Jelinek <jakub@redhat.com>
16702
16703 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
16704 attribute even if input file name is absolute, but one of the
16705 includes is relative.
16706
16707 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
16708
16709 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
16710 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
16711 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
16712
16713 2003-02-03 Richard Henderson <rth@redhat.com>
16714
16715 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16716 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
16717 return type to "int". Shuffle declarations and undef int trap.
16718 * libgcc2.h: Remove their declarations.
16719 * optabs.c (expand_unop): Force outmode to int for bitops.
16720
16721 2003-02-03 Bob Wilson <bob.wilson@acm.org>
16722
16723 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
16724 coprocessor registers before floating-point registers.
16725 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
16726 to account for a previously removed register.
16727 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
16728 Delete unused macros.
16729
16730 2003-02-03 Jan Hubicka <jh@suse.cz>
16731
16732 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
16733 (mov*_internal): Fix predicates; require one of operands to not be
16734 memory.
16735 (SSE?MMX move expanders): Fix predicates; force one of operands to
16736 register.
16737 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
16738 (movups/movupd/movdqu patterns): Force one of operands to not be
16739 memory.
16740
16741 2003-02-03 Roger Sayle <roger@eyesopen.com>
16742
16743 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
16744 takes a single rtx and returns it unmodified.
16745 * hooks.h (hook_rtx_rtx_identity): Prototype here.
16746 * target.h (struct gcc_target): Add "delegitimize_address"
16747 field to target structure.
16748 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
16749 for delegitimize_address target using hook_rtx_rtx_identity.
16750 (TARGET_INITIALIZER): Initialize delegitimize_address field
16751 using TARGET_DELEGITIMIZE_ADDRESS macro.
16752 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
16753 extensions of constant pool references. Use delegitimize_address
16754 to undo the obfuscation of "-fpic".
16755 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
16756
16757 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
16758 i386_simplify_dwarf_addr.
16759 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
16760 (maybe_get_pool_constant): Likewise.
16761
16762 2003-02-03 Jan Hubicka <jh@suse.cz>
16763
16764 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
16765
16766 2003-02-03 Jan Hubicka <jh@suse.cz>
16767
16768 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
16769
16770 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16771
16772 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
16773 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
16774
16775 2003-02-02 Andreas Schwab <schwab@suse.de>
16776
16777 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
16778
16779 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
16780
16781 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
16782 (epilogue_insns): Likewise.
16783
16784 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16785
16786 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
16787
16788 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16789
16790 * pa-protos.h (attr_length_millicode_call): Remove second argument.
16791 (attr_length_indirect_call, attr_length_indirect_call,
16792 attr_length_save_restore_dltp): New prototypes.
16793 * pa.c (attr_length_millicode_call): Remove second argument. Check
16794 INSN_ADDRESSES_SET_P in distance calculation.
16795 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
16796 INSN_ADDRESSES.
16797 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
16798 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
16799 Call attr_length_call directly.
16800 (attr_length_indirect_call, output_indirect_call,
16801 attr_length_save_restore_dltp): New functions.
16802 * pa.md (attr_length_millicode_call): Drop second argument from all
16803 patterns.
16804 (return_internal_pic): Delete.
16805 (return_external_pic): Remove use of PIC register and pic operand and
16806 flag checks.
16807 (epilogue): Use return_internal for both normal and pic code.
16808 (call, call_value): Emit new 32-bit pic patterns for symref and
16809 indirect calls. Remove uses for arg pointer and pic register.
16810 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
16811 call_reg_pic_post_reload, call_val_symref_pic,
16812 call_val_symref_pic_post_reload, call_val_reg_pic,
16813 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
16814 Implement define_split and define_peephole2 patterns for pre reload
16815 patterns.
16816 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
16817 call_value_internal_reg_64bit): Shorten names.
16818 (all call patterns): Explicitly indicate registers used and clobbered.
16819 Use attr_length_indirect_call and attr_length_save_restore_dltp for
16820 attribute length calculation. Move code generation for indirect calls
16821 to output_indirect_call.
16822 (sibcall, sibcall_value): Don't restore PIC register.
16823 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
16824 register retore.
16825
16826 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16827
16828 * doc/install.texi (Testing): Simplify and compress instructions
16829 concerning Dejagnu.
16830
16831 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16832
16833 * collect2.c (pexecute_pid): Rename to pid.
16834 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
16835 pid.
16836
16837 2003-02-01 Geoffrey Keating <geoffk@apple.com>
16838
16839 * doc/extend.texi (Function Attributes): Remove documentation
16840 for PowerPC Windows NT function attributes..
16841
16842 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
16843
16844 * dwarf2out.c (gen_type_die): Check for typedefs before calling
16845 for TYPE_MAIN_VARIANT.
16846
16847 2003-02-01 Richard Henderson <rth@redhat.com>
16848
16849 * libgcc2.c: Include auto-host.h.
16850 (ATTRIBUTE_HIDDEN): New.
16851 (__clz_tab): Don't declare here for clz and ctz.
16852 (__clzsi2, __clzdi2): Use count_leading_zeros.
16853 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
16854 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
16855 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
16856 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
16857
16858 2003-02-01 Richard Henderson <rth@redhat.com>
16859
16860 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
16861 to the conditional.
16862 (ashlsi3_1_zext splitter): Likewise.
16863
16864 2003-02-01 Richard Henderson <rth@redhat.com>
16865
16866 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
16867 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16868 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
16869 return type to Wtype.
16870
16871 * libgcc-std.ver (GCC_3.4): Fix inheritance.
16872
16873 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
16874 expander input constraint.
16875
16876 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16877
16878 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
16879 OTI_parity.
16880 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
16881 * optabs.c (widen_clz, expand_parity): New.
16882 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
16883 for libcalls to clz, ctz, popcount, and parity.
16884 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
16885 parity_optab, and set up libfunc handlers.
16886 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16887 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
16888 __popcount_tab): New.
16889 * libgcc2.h: Declare them.
16890 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
16891 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
16892 and parity_optab.
16893 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
16894 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
16895 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
16896 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
16897 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
16898 BUILT_IN_PARITYLL): New.
16899 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
16900 and add optab argument.
16901 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
16902 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
16903 * expr.c (expand_expr): Handle them.
16904 * fold-const.c (tree_expr_nonnegative_p): Likewise.
16905 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
16906 * reload1.c (eliminate_regs): Handle them.
16907 (elimination_effects): Likewise.
16908 * function.c (instantiate_virtual_regs_1): Likewise
16909 * genattrtab.c (check_attr_value): Likewise.
16910 * simplify-rtx.c (simplify_unary_operation): Likewise.
16911 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
16912 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
16913 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
16914 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
16915 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
16916 __builtin_arm_clz.
16917 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
16918 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
16919 * doc/extend.texi (Other Builtins): Add new builtins.
16920 * doc/md.texi (Standard Names): Add new patterns.
16921
16922 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
16923
16924 * reload.c: Revert 2003-01-31 change.
16925
16926 2003-02-01 Jan Hubicka <jh@suse.cz>
16927
16928 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
16929
16930 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
16931
16932 * flags.h (flag_volatile): Remove declaration.
16933 (flag_volatile_global, flag_volatile_static): Likewise.
16934 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
16935 * toplev.c (flag_volatile): Remove definition.
16936 (flag_volatile_global, flag_volatile_static): Likewise.
16937 (f_options): Remove corresponding entries here.
16938 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
16939 or flag_volatile_static.
16940 * doc/invoke.texi: Remove documentation of -fvolatile,
16941 -fvolatile-global and -fvolatile-static.
16942
16943 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16944
16945 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
16946 updating of total_code_bytes from prologue to epilogue.
16947
16948 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
16949
16950 * reload.c (find_reloads): Do not use the mode specified in the insn
16951 pattern as reload mode for address operands. Do not generate optional
16952 reloads for operands where a mandatory reload was already pushed.
16953 Generate optional reloads only in the final pass though find_reloads.
16954 (have_replacement_p): New function.
16955
16956 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16957
16958 * doc/install.texi (Testing): Remove a reference to our obsolete
16959 /testresults web pages and strip redundant information concerning
16960 test results.
16961 (Binaries): Refer to Microsoft Windows instead of listing all
16962 possible variants.
16963
16964 2003-02-01 Jan Hubicka <jh@suse.cz>
16965
16966 * loop.c (emit_prefetch_instructions): Do conversion at right place in
16967 RTL chain.
16968
16969 * combine.c (simplify_set): Reverse order of ragumetns to
16970 REG_CANNOT_CHANGE_MODE_P
16971 * df.c (df_def_record_1): Likewise.
16972 * recog.c (register_operand): Likewise.
16973 * simplify-rtx.c (simplify_subreg): Likewise.
16974 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
16975 CANNOT_CHANGE_MODE_CLASS.
16976 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
16977 Likewise.
16978 * reload.c (push_reload): Likewise.
16979 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16980 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16981 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16982 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
16983 * mips.c (mips_cannot_change_mode_class): Update.
16984 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16985 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16986 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16987 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
16988 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
16989 * sh.c (sh_cannot_change_mode_class): Update.
16990 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
16991 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
16992
16993 2003-01-31 Geoffrey Keating <geoffk@apple.com>
16994
16995 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
16996 change to LINK_COMMAND_SPEC in gcc.c.
16997
16998 2003-01-31 Jan Hubicka <jh@suse.cz>
16999
17000 PR c/9506
17001 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
17002
17003 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17004
17005 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
17006 duplicated code.
17007
17008 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
17009
17010 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
17011 (BINFO_ELTS): New #define.
17012 * stor-layout.c (finalize_record_size): Don't set them.
17013 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
17014 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
17015 (BINFO_LANG_ELTS): New #define.
17016 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
17017 * java/class.c (make_class): Use BINFO_ELTS.
17018 (set_super_info): Likewse.
17019 (add_interface_do): Likewise.
17020 * objc/objc-act.c (start_class): Use BINFO_ELTS.
17021
17022 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
17023
17024 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
17025 (times): Don't ever declare if not HAVE_TIMES.
17026 (clock): Don't ever declare if not HAVE_CLOCK.
17027
17028 2003-01-30 Richard Henderson <rth@redhat.com>
17029
17030 * flow.c (update_life_info): Zap life info after cleanup_cfg.
17031 (regno_uninitialized): Use correct live at function entry set.
17032 (regno_clobbered_at_setjmp): Likewise.
17033
17034 * expr.c (store_expr): Promote all MEM intermediates to regs.
17035
17036 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17037
17038 * config/arm/arm.c: Fix comment typos.
17039 * config/arm/arm.h: Likewise.
17040 * config/arm/netbsd-elf.h: Likewise.
17041 * config/arm/netbsd.h: Likewise.
17042
17043 2003-01-30 Geoffrey Keating <geoffk@apple.com>
17044
17045 * gengtype.c (struct walk_type_data): Add needs_cast_p.
17046 (walk_type): Set needs_cast_p in walk_type_data.
17047 (write_types_process_field): Supply casts when required to suppress
17048 warnings.
17049 (write_root): Cast gt_pch_n_S to suppress warning.
17050 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
17051 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
17052 when they might exist.
17053 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
17054 insn-conditions.o, and rs6000.o.
17055
17056 2003-01-30 Richard Henderson <rth@redhat.com>
17057
17058 * ggc-page.c (G.context_depth_allocations): New.
17059 (G.context_depth_collections): New.
17060 (alloc_page): Set G.context_depth_allocations.
17061 (ggc_collect): Set G.context_depth_collections.
17062 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
17063 (ggc_pop_context): Early exit for no allocations or collections.
17064
17065 2003-01-30 Richard Henderson <rth@redhat.com>
17066
17067 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
17068
17069 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
17070
17071 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
17072 size, the link register is always saved if any other register is
17073 saved.
17074
17075 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17076
17077 * config/h8300/h8300-protos.h: Update the prototype for
17078 compute_plussi_cc.
17079 (cpp_reader): Declare before it is used.
17080 * config/h8300/h8300.c (compute_plussi_cc): Change the return
17081 type to int.
17082 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
17083 see an unknown H8 variant.
17084
17085 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17086
17087 PR target/9316
17088 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
17089 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
17090 * config/rs6000/t-rtems: New file. multilib variants to match OS.
17091 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
17092 rs6000/t-ppcgas so we get the desired multilibs.
17093
17094 2003-01-30 Nick Clifton <nickc@redhat.com>
17095
17096 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
17097 when popping saved IP register off the stack.
17098
17099 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17100
17101 * config/rs6000/aix43.h: Fix comment typos.
17102 * config/rs6000/aix51.h: Likewise.
17103 * config/rs6000/aix52.h: Likewise.
17104 * config/rs6000/altivec.h: Likewise.
17105 * config/rs6000/rs6000.c: Likewise.
17106 * config/rs6000/rs6000.h: Likewise.
17107 * config/rs6000/rs6000.md: Likewise.
17108 * config/rs6000/spe.md: Likewise.
17109
17110 2003-01-29 Mark Mitchell <mark@codesourcery.com>
17111
17112 * c-common.c (builtin_define_float_constants): Define
17113 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
17114
17115 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17116
17117 * config/sh/lib1funcs.asm: Fix comment typos.
17118 * config/sh/linux.h: Likewise.
17119 * config/sh/sh.c: Likewise.
17120 * config/sh/sh.md: Likewise.
17121
17122 2003-01-30 Loren James Rittle <ljrittle@acm.org>
17123
17124 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
17125
17126 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
17127
17128 * config/fp-bit.h (__make_dp): Declare if TMODES.
17129
17130 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
17131
17132 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
17133 general_operand_src and general_operand_dst.
17134
17135 2003-01-29 David Edelsohn <edelsohn@gnu.org>
17136
17137 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
17138 Return true for variable sized types.
17139 (rs6000_va_arg): Handle variable sized types passed by reference
17140 on non-SVR4 ABI.
17141
17142 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
17143
17144 * arm.c (arm_legtimize_address): New function.
17145 * arm-protos.h (arm_legtimize_address): Add prototype.
17146 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
17147 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
17148 do ... while (0)
17149
17150 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17151
17152 PR bootstrap/9296
17153 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
17154 depended on it being defined until now.
17155
17156 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17157
17158 PR target/9295
17159 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
17160 RTEMS code knows which C++ initialization style the toolset
17161 configuration is using.
17162
17163 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17164
17165 PR bootstrap/9293
17166 * config/m68k/t-crtstuff: Replace spaces with tabs, add
17167 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
17168
17169 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17170
17171 PR bootstrap/9292
17172 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
17173 RTEMS threads.
17174 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
17175
17176 2003-01-29 Nick Clifton <nickc@redhat.com>
17177
17178 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
17179 not $(srcdir).
17180
17181 2003-01-29 Andrew Haley <aph@redhat.com>
17182
17183 * tree-inline.c (walk_tree): Add CHAR_TYPE.
17184
17185 2003-01-29 Jan Hubicka <jh@suse.cz>
17186
17187 * i386.md (subdi3_carry_rex64): Fix typo.
17188
17189 2003-01-28 Stan Shebs <shebs@apple.com>
17190
17191 * coretypes.h (cpp_reader): Forward declare struct.
17192 * c-pragma.h (cpp_reader): Remove forward declaration.
17193 * hashtable.h (cpp_reader): Likewise.
17194 * scan.h (cpp_reader): Likewise.
17195 * tree.h (cpp_reader): Likewise.
17196 * config/darwin-protos.h (cpp_reader): Likewise.
17197 * config/arm/arm-protos.h (cpp_reader): Likewise.
17198 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
17199 struct cpp_reader in prototypes.
17200
17201 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
17202
17203 * doc/install.texi: Add documentation for installation into
17204 tooldirs and with DESTDIR.
17205
17206 2003-01-28 Richard Henderson <rth@redhat.com>
17207
17208 * config.gcc (ia64*-*-aix*): Remove.
17209 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
17210 * config/ia64/unwind-aix.c: Remove file.
17211
17212 2003-01-28 Andreas Schwab <schwab@suse.de>
17213
17214 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
17215 register.
17216 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
17217 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
17218 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
17219 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
17220 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
17221 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
17222 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
17223
17224 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
17225
17226 * combine.c (nonzero_bits): Fix check for negative divide operands.
17227
17228 2003-01-28 Richard Henderson <rth@redhat.com>
17229
17230 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
17231 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
17232
17233 2003-01-28 Richard Henderson <rth@redhat.com>
17234
17235 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
17236
17237 * config/cris/cris.c (cris_address_cost): Make static.
17238 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
17239 * config/cris/cris.h (ADDRESS_COST): Remove.
17240 * config/cris/cris-protos.h: Update.
17241
17242 2003-01-23 Mike Stump <mrs@apple.com>
17243
17244 * regclass.c (init_reg_autoinc): New function.
17245 (regclass): Move initialization of forbidden_inc_dec_class from
17246 here...
17247 (init_regs): to here. Avoids reinitialization for each function,
17248 saving compilation time.
17249
17250 2003-01-28 Jason Merrill <jason@redhat.com>
17251
17252 * cpplib.h (struct cpp_options): Add warn_deprecated field.
17253 * cppinit.c (cpp_create_reader): Turn it on by default.
17254 * c-opts.c (c_common_decode_option): Set it.
17255 * cpplib.c (do_pragma_once): Only complain about #pragma once
17256 if warn_deprecated is set.
17257
17258 2003-01-28 Dale Johannesen <dalej@apple.com>
17259
17260 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
17261 * loop.c (scan_loop): Move movables on -Os rich-register targets.
17262 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
17263
17264 2003-01-28 Richard Henderson <rth@redhat.com>
17265
17266 * target.h (targetm.address_cost): New.
17267 * target-def.h (TARGET_ADDRESS_COST): New.
17268 (TARGET_RTX_COSTS): Uncomment. Oops.
17269 * cse.c (address_cost): Use new target hook.
17270 (default_address_cost): New.
17271 * output.h (default_address_cost): Declare.
17272 * hooks.c (hook_int_rtx_0): New.
17273 * hooks.h (hook_int_rtx_0): Declare.
17274 * loop.c (combine_givs_p): Remove if 0 code.
17275 * system.h (ADDRESS_COST): Poison.
17276
17277 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
17278 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
17279 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
17280 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
17281 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
17282 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
17283 config/xtensa/xtensa.c, config/xtensa/xtensa.h
17284 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
17285 (ADDRESS_COST): Remove.
17286
17287 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
17288 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
17289 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
17290 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
17291 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
17292 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
17293 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
17294 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
17295 config/mips/mips.c, config/mips/mips.h,
17296 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
17297 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
17298 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
17299 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
17300 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
17301 config/vax/vax.c, config/vax/vax.h
17302 (foo_address_cost): Make static.
17303 (TARGET_ADDRESS_COST): New.
17304 (ADDRESS_COST): Remove.
17305
17306 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
17307 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
17308 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
17309 config/stormy16/stormy16.h
17310 (ADDRESS_COST): Move code ...
17311 (foo_address_cost): ... here.
17312 (TARGET_ADDRESS_COST): New.
17313
17314 * config/m32r/m32r.c (m32r_address_cost): Remove.
17315 * config/m32r/m32r-protos.h: Update.
17316
17317 * config/mmix/mmix.c (mmix_address_cost): Remove.
17318 * config/mmix/mmix-protos.h: Update.
17319
17320 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
17321 mn10300_address_cost; move unsig allocation ...
17322 (mn10300_address_cost): ... here.
17323 (TARGET_ADDRESS_COST): New.
17324 * config/mn10300/mn10300-protos.h: Update.
17325 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
17326
17327 * doc/tm.texi: Update.
17328
17329 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
17330
17331 * haifa-sched.c (schedule_insn): Return necessary cycle advance
17332 after issuing the insn.
17333 (rank_for_schedule): Make a insn with /S the highest priority
17334 insn.
17335 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
17336 (choose_ready): Check SCHED_GROUP_P.
17337 (schedule_block): Advance cycle after issuing insn if it is
17338 necessary. Don't reorder insns if there is an insn with /S.
17339 (set_priorities): Ignore schedule groups.
17340
17341 * sched-deps.c (remove_dependence, group_leader): Remove the
17342 functions.
17343 (add_dependence): Ignore schedule groups.
17344 (set_sched_group_p): Don't make copy of dependencies from previous
17345 insn of the schedule group. Add anti-dependency to the previous
17346 insn of the schedule group.
17347 (compute_forward_dependences): Ignore schedule groups.
17348
17349 * sched-ebb.c (init_ready_list): Ignore schedule groups.
17350
17351 * sched-rgn.c (init_ready_list): Ditto.
17352 (can_schedule_ready_p): Ditto.
17353
17354 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
17355
17356 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
17357 register to another one.
17358
17359 2003-01-28 Richard Henderson <rth@redhat.com>
17360
17361 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
17362
17363 2003-01-28 Roger Sayle <roger@eyesopen.com>
17364
17365 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
17366
17367 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
17368
17369 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
17370 class contains a floating-point register, return the size of the
17371 mode in half words.
17372
17373 2003-01-28 Jan Hubicka <jh@suse.cz>
17374
17375 * i386.c (ix86_carry_flag_operator): New predicate.
17376 (fcmov_operator): Fix whitespace.
17377 (ix86_expand_carry_flag_compare): Deal with floating point.
17378 (ix86_expand_int_movcc): Deal with fp; update insn expansion
17379 (ix86_expand_int_addcc): Likewise.
17380 (ix86_expand_strlensi_unroll_1): likewsie.
17381 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
17382 * i386.md (add?i_carry_rex64): Use new predicate.
17383 (sub?i3_carry_rex64): Likewise.
17384 (x86_mov?icc_0_m1*): Likewise.
17385
17386 2003-01-28 Andreas Schwab <schwab@suse.de>
17387
17388 * cfgloopmanip.c (create_preheader): Initialize src to avoid
17389 warning.
17390
17391 * expmed.c (emit_store_flag): Fix cast to avoid sign
17392 comparison warning.
17393
17394 * combine.c (force_to_mode): Add cast to fix warning when
17395 STORE_FLAG_VALUE is negative.
17396
17397 2003-01-27 Richard Henderson <rth@redhat.com>
17398
17399 * Makefile.in (cse.o): Depend on TARGET_H.
17400 * cse.c (rtx_cost): Use targetm.rtx_costs.
17401 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
17402 * doc/tm.texi: Update.
17403
17404 * target.h (targetm.rtx_costs): New.
17405 * target-def.h (TARGET_RTX_COSTS): New.
17406 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
17407 * hooks.h: Update.
17408
17409 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
17410 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
17411 * config/alpha/alpha.h (PROCESSOR_MAX): New.
17412 (CONST_COSTS, RTX_COSTS): Remove.
17413
17414 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
17415 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
17416 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
17417 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
17418 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
17419 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
17420 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
17421 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
17422 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
17423 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
17424 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
17425 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
17426 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
17427 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
17428 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
17429 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
17430 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
17431 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
17432 config/v850/v850.c, config/v850/v850.h,
17433 config/xtensa/xtensa.c, config/xtensa/xtensa.h
17434 (CONST_COSTS, RTX_COSTS): Move code ...
17435 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
17436
17437 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
17438 (arm_rtx_costs, TARGET_RTX_COSTS): New.
17439 * config/arm/arm-protos.h: Update.
17440 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
17441
17442 * config/avr/avr.h (CONST_COSTS): Move code ...
17443 * config/avr/avr.c (avr_rtx_costs): ... here.
17444 (default_rtx_costs): Make static.
17445 * config/avr/avr-protos.h: Update.
17446
17447 * config/h8300/h8300.c (const_costs): Make static.
17448 (h8300_and_costs, h8300_shift_costs): Likewise.
17449 * config/h8300/h8300-protos.h: Update.
17450
17451 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
17452 (CONST_COSTS): Move code ...
17453 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
17454 default_rtx_costs; update for signature change.
17455 * config/ip2k/ip2k-protos.h: Update.
17456
17457 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
17458 (CONST_COSTS): Move code ...
17459 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
17460 (TARGET_RTX_COSTS): New.
17461 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
17462 * config/m68hc11/m68hc11-protos.h: Update.
17463
17464 * config/m68k/m68k.c (const_int_cost): Make static.
17465 * config/m68k/m68k-protos.h: Update.
17466
17467 * config/mcore/mcore.c (mcore_const_costs): Make static.
17468 (mcore_and_cost, mcore_ior_cost): Likewise.
17469 * config/mcore/mcore-protos.h: Update.
17470
17471 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
17472 (mmix_rtx_cost_recalculated): Remove.
17473 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
17474 * config/mmix/mmix-protos.h: Update.
17475
17476 * config/sh/sh.c (shiftcosts): Make static.
17477 (addsubcosts, andcosts, multcosts): Likewise.
17478 * config/sh/sh-protos.h: Update.
17479
17480 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
17481 (sparc_rtx_costs): Make static; update for change in signature.
17482 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
17483 * config/sparc/sparc-protos.h: Update.
17484
17485 * config/v850/v850.c (const_costs): Make static.
17486 * config/v850/v850-protos.h: Update.
17487
17488 * config/vax/vax.h (RTX_COSTS): Remove.
17489 (CONST_COSTS): Move code ...
17490 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
17491 from vax_rtx_cost.
17492 (vax_rtx_costs, TARGET_RTX_COSTS): New.
17493
17494 2003-01-27 Richard Henderson <rth@redhat.com>
17495
17496 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
17497 * config/vax/vax-protos.h: Update. Really.
17498
17499 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
17500
17501 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
17502 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
17503 zero if no hardware floating point.
17504 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
17505 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
17506 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
17507 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
17508 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
17509 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
17510 even FP registers on N32 and N64.
17511 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
17512 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
17513 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
17514 even-register-like alignment to 128-bit arguments.
17515 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
17516 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
17517 on N32 or N64.
17518 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
17519 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
17520 (TPBIT): Set to tp-bit.c.
17521 (tp-bit.c): Create out of fp-bit.c.
17522
17523 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
17524
17525 * c-parse.in: Remove '%expect 32' directive in objc mode.
17526
17527 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
17528
17529 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
17530 (LIBGCOV): New variable.
17531 (libgcc.mk): Add LIBGCOV.
17532 (LIBGCC_DEPS): Add libgcov.c.
17533 (libgcov.a): New target.
17534 (clean): Remove libgcov.a.
17535 (install-libgcc): Do libgcov too.
17536 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
17537 with libgcov.a.
17538 * libgcc2.c (L_gcov): Move into ...
17539 * libgcov.c: ... here. New file.
17540 * mklibgcc.in: Add libgcov rules.
17541 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
17542
17543 * doc/invoke.texi (profile-arcs, test-coverage): Update and
17544 clarify.
17545
17546 * profile.c (index_counts_file): Remove duplicate check for open file.
17547
17548 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
17549
17550 * gcc/doc/invoke.texi (Optimization Options): Group together
17551 optional and experimental flags. Move trapv and bounds-check
17552 out of this section. Group floating point flags together.
17553 (Code Gen Options): Move trapv and bounds-check to here.
17554
17555 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
17556
17557 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
17558
17559 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
17560
17561 PR optimization/9090
17562 * function.c (purge_addressof_1): After pushing an addressed register
17563 onto the stack, simplify the result.
17564
17565 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17566
17567 * doc/extend.texi: Fix typo.
17568
17569 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17570
17571 * doc/cppopts.texi: Fix typo.
17572 * doc/objc.texi: Likewise.
17573 * doc/passes.texi: Likewise.
17574
17575 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
17576
17577 * real.c (ibm_extended_format): Add 53 to minimum exponent.
17578 (encode_ibm_extended): Adjust.
17579
17580 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
17581
17582 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
17583 timevar_id enumerations.
17584
17585 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17586
17587 * combine.c: Fix formatting.
17588
17589 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17590
17591 * doc/gccint.texi: Update the copyright.
17592
17593 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17594
17595 * doc/cpp.texi: Fix typos.
17596 * doc/extend.texi: Likewise.
17597 * doc/gty.texi: Likewise.
17598 * doc/install.texi: Likewise.
17599 * doc/passes.texi: Likewise.
17600 * doc/rtl.texi: Likewise.
17601 * doc/tm.texi: Likewise.
17602
17603 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17604
17605 * config/ia64/fde-glibc.c: Fix comment typos.
17606 * config/ia64/hpux.h: Likewise.
17607 * config/ia64/ia64.c: Likewise.
17608 * config/ia64/ia64.h: Likewise.
17609 * config/ia64/unwind-ia64.c: Likewise.
17610
17611 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17612
17613 * config/i386/i386-modes.def: Fix comment typos.
17614 * config/i386/i386.c: Likewise.
17615 * config/i386/i386.md: Likewise.
17616
17617 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
17618
17619 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
17620 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
17621 ASM_FINISH_DECLARE_OBJECT before defining it.
17622 * toplev.c (rest_of_decl_compilation): Don't define
17623 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
17624 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
17625 parameters for DWARF2 targets because they _are_ used.
17626
17627 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
17628
17629 * fp-bit.h: Define macros for TFmode floating-point constants
17630 in IBM-extended TFmode types.
17631 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
17632 widths.
17633 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
17634 TFmode type.
17635
17636 * config/fp-bit.h: Define macros for TFmode floating-point
17637 constants in IEEE quad TFmode type. Declare functions according
17638 to L_ macros.
17639 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
17640 (TFtype, TItype, UTItype): Define if TMODES is defined.
17641 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
17642 (F_T_BITOFF, D_T_BITOFF): Define.
17643 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
17644 guaranteed to be wide enough.
17645 * config/fp-bit.c: Check for L_ macros for tf functions.
17646 (__thenan_tf): New.
17647 (nan): Adjust.
17648 (pack_d, unpack_d): Support IEEE 854 quad type.
17649 (_fpmul_parts): Support TFmode. Compute exponent adjustment
17650 from FRAC_NBITS, FRAC_BITS and NGARDS.
17651 (usi_to_float): Cast constants to be shifted to fractype
17652 instead of assuming long long is wide enough.
17653 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
17654
17655 2003-01-26 Andreas Jaeger <aj@suse.de>
17656
17657 * df.c: Remove prototype of unused function df_regno_rtl_debug.
17658
17659 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
17660
17661 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
17662 (DBBIT_FUNCS): Added _df_to_tf.
17663 (TPBIT_FUNCS): New.
17664 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
17665 (LIBGCC_DEPS): Added TPBIT.
17666 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
17667
17668 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
17669 been able to move the result to target.
17670
17671 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
17672 for the appropriate mode.
17673
17674 * calls.c (emit_library_call_value_1): Handle return values
17675 in a PARALLEL.
17676
17677 * rtl.c (get_mode_alignment): Moved to...
17678 * stor-layout.c: ... here.
17679
17680 * print-rtl.c (print_rtx): Don't print MEM details in
17681 GENERATOR_FILEs.
17682
17683 2003-01-26 Michael Hayes <mph@paradise.net.nz>
17684
17685 * df.h: Update comments, tidy formatting.
17686 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
17687 REVERSE, UNION, INTERSECTION. All uses updated.
17688 (OLD_DF_INTERFACE): Remove.
17689 (struct insn_info): Remove commented out insn field.
17690 * df.c: Update comments, tidy formatting.
17691 (df_def_table_realloc): Remove.
17692
17693
17694 2003-01-26 Alan Modra <amodra@bigpond.net.au>
17695
17696 * calls.c (save_fixed_argument_area): Tidy.
17697 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
17698 (expand_call): Comment typo fixes. Don't init low_to_save. Start
17699 call chain loop at 1 if !try_tail_call. Formatting.
17700 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
17701 Use save_fixed_argument_area and restore_fixed_argument_area.
17702
17703 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17704
17705 * df.c (df_uses_record): Handle CC0.
17706
17707 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
17708
17709 * reload.c (maybe_memory_address_p): New function.
17710 (find_reloads_address): Use it instead of memory_address_p.
17711
17712 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
17713
17714 * final.c (shorten_branches): Align the address of code label
17715 when computing initial lengths and addresses.
17716
17717 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17718
17719 * config/m68hc11/m68hc11.md: Fix a comment typo.
17720
17721 2003-01-25 Andreas Jaeger <aj@suse.de>
17722
17723 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
17724 TARGET_MACHO.
17725
17726 2003-01-25 Roger Sayle <roger@eyesopen.com>
17727
17728 * gcse.c (bypass_last_basic_block): New global variable.
17729 (bypass_block): Use redirect_edge_and_branch_force to redirect
17730 fall-through edges. Use bypass_last_basic_block to determine
17731 which blocks have valid PRE information.
17732 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
17733
17734 2003-01-25 Jan Hubicka <jh@suse.cz>
17735
17736 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
17737
17738 2003-01-25 Jan Hubicka <jh@suse.cz>
17739 Eric Botcazou <ebotcazou@libertysurf.fr>
17740 PR opt/8492
17741 * gcse.c (one_cprop_pass): Delete unreachable blocks.
17742
17743 2003-01-25 Richard Henderson <rth@redhat.com>
17744
17745 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
17746 from ia64_aix_select_rtx_section.
17747 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
17748 instead of saving and restoring flag_pic.
17749 (ia64_rwreloc_unique_section): Similarly.
17750 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
17751 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
17752 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
17753 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
17754
17755 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17756
17757 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
17758 comment.
17759
17760 2003-01-25 Richard Henderson <rth@redhat.com>
17761
17762 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
17763
17764 2003-01-25 Kelley Cook <kelleycook@comcast.net>
17765
17766 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
17767
17768 2003-01-25 Segher Boessenkool <segher@koffie.nl>
17769
17770 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
17771 type for bitmaps. Use unsigned long.
17772 (nBITMAP_WORD_BITS): New macro.
17773 (BITMAP_WORD_BITS): New macro.
17774 (rest of file): Use it.
17775 * bitmap.c: Use it.
17776
17777 2003-01-25 Richard Henderson <rth@redhat.com>
17778
17779 2002-02-19 Robert Lipe <robertlipe@usa.net>
17780 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
17781
17782 2003-01-25 Roger Sayle <roger@eyesopen.com>
17783
17784 * builtins.c (purge_builtin_constant_p): Scan insn stream
17785 sequentially rather than by basic block.
17786 * function.c (purge_addressof): Simplify test with INSN_P.
17787
17788 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17789
17790 * combine.c (simplify_comparison, case AND): Remove a redundant test.
17791
17792 2003-01-25 Roger Sayle <roger@eyesopen.com>
17793
17794 * function.h (struct function): New field calls_constant_p.
17795 (current_function_calls_constant_p): New macro for above.
17796 * function.c (prepare_function_start): Initialize calls_eh_return
17797 and calls_constant_p.
17798 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
17799 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
17800 when the current_function_calls_constant_p.
17801 * integrate.c (expand_inline_function): Set calls_constant_p if
17802 the function being inlined has calls_constant_p set.
17803
17804 2003-01-25 Roger Sayle <roger@eyesopen.com>
17805
17806 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
17807 optimizing, even if flag_gcse is true.
17808 * toplev.c (rest_of_compilation): purge_builtin_constant_p
17809 only needs to be called when "optimize > 0 && flag_gcse".
17810
17811 2003-01-25 Roger Sayle <roger@eyesopen.com>
17812
17813 * stmt.c (emit_case_bit_tests): New routine to implement suitable
17814 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
17815 (case_bit_test_cmp): New comparison function for "qsort" to order
17816 case_bit_tests by decreasing number of destination nodes.
17817 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
17818 (expand_end_case_type): Use emit_case_bit_tests to implement
17819 suitable switch statments.
17820 (CASE_USE_BIT_TESTS): New target macro to disable the above.
17821 * Makefile.in (stmt.o): Add dependency on optab.h.
17822 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
17823
17824 2003-01-23 Andreas Schwab <schwab@suse.de>
17825
17826 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
17827 __do_global_ctors_aux hidden global and don't put it in
17828 .init_array.
17829 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
17830 instead so that it comes first.
17831
17832 2003-01-25 Jan Hubicka <jh@suse.cz>
17833
17834 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
17835 subreg is read/modify.
17836
17837 2003-01-25 Jan Hubicka <jh@suse.cz>
17838
17839 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
17840 do libcall for large blocks.
17841 * i386.md (comi patterns): Set type to ssecomi.
17842 (sse2_unpck?pd): Fix mode of vec_select.
17843
17844 * cse.c: Include except.h
17845 (cse_set_around_loop): Do not create new basic blocks.
17846 * Makefile.in (cse.o): Add dependnecy on except.h
17847
17848 2003-01-25 Jan Hubicka <jh@suse.cz>
17849
17850 * builtins.c (fold_trunc_transparent_mathfn): New function.
17851 (fold_builtin): Use it.
17852 * convert.c (convert_to_real): Re-enable code to convert
17853 math functions; add support for floor familly functions.
17854
17855 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17856
17857 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
17858 dependencies on coretypes.h and $(TM_H).
17859
17860 2003-01-25 Jan Hubicka <jh@suse.cz>
17861
17862 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
17863
17864 2003-01-24 Stuart Hastings <stuart@apple.com>
17865
17866 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
17867
17868 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17869
17870 * config/c4x/c4x.md (UNSPEC_BU): New constants.
17871 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
17872 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
17873 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
17874 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
17875 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
17876 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
17877 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
17878
17879 2003-01-24 Jan Hubicka <jh@suse.cz>
17880
17881 * emit-rtl.c (reg_attrs_htab): New static variable.
17882 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
17883 functions.
17884 (reg_rtx): Do not maintain regno_decl.
17885 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
17886 set_mem_attrs_from_reg): New global function.
17887 (init_emit): Do not initialize regno_decl.
17888 (init_emit_once): initialize reg_attrs_htab.
17889 * final.c (alter_subreg): Do not replace REG by SUBREG.
17890 (gen_mem_expr_from_op): Improve output.
17891 (output_asm_operands): Likewise.
17892 * function.c (assign_params): Do not set REGNO_DECL.
17893 * function.h (struct function): Kill regno_decl.
17894 (REGNO_DECL): Kill.
17895 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
17896 * print_rtl.c (print_rtx): Output REG information.
17897 * regclass.c (reg_scan_mark_refs): Update attrs.
17898 * reload1.c (alter_reg): Likewise.
17899 * simplify_rtx.c (simplify_subreg): Likewise.
17900 * stmt.c (expand_decl): Likewise.
17901 * rtl.def (REG): Add new field.
17902 * rtl.h (struct reg_attrs): New.
17903 (rtunion_def): At rtreg.
17904 (X0MEMATTR): Add checking.
17905 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
17906 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
17907 Declare.
17908 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
17909
17910 2003-01-24 Bob Wilson <bob.wilson@acm.org>
17911
17912 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
17913 (xtensa_emit_call, print_operand): Fix printf format strings
17914 to avoid compile warnings.
17915 (xtensa_function_prologue, xtensa_function_epilogue): Change type
17916 of "size" argument to HOST_WIDE_INT to fix compile warnings.
17917 * config/xtensa/xtensa-protos.h
17918 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
17919
17920 2003-01-24 Jan Hubicka <jh@suse.cz>
17921
17922 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
17923 (implicit_built_in_decls): New global array.
17924 (mathfn_built_in): New global function.
17925 (fold_trunc_transparent_mathfn): New static function
17926 (expand_builtin_strstr, expand_bultin_strchr,
17927 expand_builtin_strpbrk, expand_builtin_strcpy,
17928 expand_builtin_strncpy, expand_bultin_strcmp,
17929 expand_bultin_strncat, expand_builtin_fputs): Use
17930 implicint_built_in_decls.
17931 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
17932 * builtins.def: Fix comments.
17933 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
17934 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
17935 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
17936 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
17937 (DEF_C99_C90RES_BULTIN): New.
17938 (*f, *l builtins): Update.
17939 * c-common.c (DEF_BUILTIN): Initialize implicit array.
17940 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
17941 * convert.c (strip_float_extensions): New global function.
17942 * tree.h (DEF_BUILTIN): Accept 10 arguments.
17943 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
17944 Declare.
17945 * java/builtins.c (define_builtin): Handle implicit.
17946 (DEF_BUILTIN): Update.
17947 * tm.texi (TARGET_C99_FUNCTIONS): Document.
17948 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
17949 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
17950 when using glibc2.
17951
17952 2003-01-24 Bob Wilson <bob.wilson@acm.org>
17953
17954 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
17955 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
17956 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
17957 * config/xtensa/crti.asm: New file.
17958 * config/xtensa/crtn.asm: New file.
17959 * config/xtensa/t-elf: New file.
17960 * config/xtensa/t-linux: New file.
17961 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
17962 Move various CFLAGS settings to new t-elf file.
17963
17964 2003-01-24 Richard Henderson <rth@redhat.com>
17965
17966 PR optimization/4382
17967 * tree-inline.c (find_builtin_longjmp_call_1): New.
17968 (find_builtin_longjmp_call): New.
17969 (inlinable_function_p): Use it.
17970
17971 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17972
17973 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
17974 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
17975 * config/i386/i386.c (function_arg_pass_by_reference): New.
17976 (ix86_va_arg): Support arguments passed by reference.
17977
17978 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17979
17980 * cfgloopanal.c: New file.
17981 * cfgloopmanip.c: New file.
17982 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
17983 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
17984 cfglayout.o): Add dependency on cfgloop.h.
17985 (cfgloop.o): Add flags.h dependency.
17986 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
17987 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
17988 (struct loop, struct loops, flow_loops_find, flow_loops_update,
17989 flow_loops_free, flow_loops_dump, flow_loop_dump,
17990 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
17991 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
17992 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
17993 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
17994 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
17995 find_common_loop, verify_loop_structure): Declarations moved to ...
17996 * cfgloop.h: New file.
17997 * bb-reorder.c (reorder_basic_blocks): Modified.
17998 * cfglayout.c: Include cfgloop.h.
17999 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
18000 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
18001 (break_superblocks): New static function.
18002 (cfg_layout_finalize): Use it.
18003 (cfg_layout_split_block): New function.
18004 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
18005 fields.
18006 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
18007 changed.
18008 (cfg_layout_split_block): Declare.
18009 * cfgloop.c: Include cfgloop.h and flags.h.
18010 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
18011 get_loop_body): Avoid signed versus unsigned comparison warnings.
18012 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
18013 loop_latch_edge): Modified.
18014 (verify_loop_structure): Modified to use flags stored in loop structure;
18015 check irreducible loops.
18016 (cancel_loop, cancel_loop_tree): New functions.
18017 (estimate_probability): Use loop analysis code for predictions.
18018 (estimate_loops_at_level): Avoid signed versus unsigned comparison
18019 warnings.
18020 * doloop.c: Include cfgloop.h.
18021 * loop.c: Include cfgloop.h.
18022 * predict.c: Include cfgloop.h.
18023 * toplev.c: Include cfgloop.h.
18024 * unroll.c: Include cfgloop.h.
18025 * tracer.c (tracer): Modified.
18026
18027 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
18028
18029 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
18030
18031 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
18032
18033 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
18034 * configure: Regenerate.
18035
18036 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
18037 (tls_symbolic_reference_mentioned_p): Add prototype.
18038 (s390_tls_get_offset): Add prototype.
18039 (emit_pic_move): Remove prototype, replace by ...
18040 (emit_symbolic_move): .. this new prototype.
18041
18042 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
18043 (tls_model_chars): New global variable.
18044 (s390_encode_section_info): Encode TLS model.
18045 Use targetm.binds_local_p to check for local symbols.
18046 (s390_strip_name_encoding): New function.
18047 (TARGET_STRIP_NAME_ENCODING): Define.
18048
18049 (get_thread_pointer): New function.
18050 (legitimize_tls_address): New function.
18051 (legitimize_address): Call it.
18052 (emit_pic_move): Remove, replace by ...
18053 (emit_symbolic_move): ... this new function.
18054
18055 (larl_operand): Handle TLS operands.
18056 (legitimate_constant_p): Likewise.
18057 (s390_decompose_address): Likewise.
18058 (s390_cannot_force_const_mem): New function.
18059 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
18060
18061 (s390_output_symbolic_const): Handle TLS unspecs.
18062 (print_operand): New code 'J'.
18063 (machine_function): Add struct member 'some_ld_name'.
18064 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
18065
18066 (enum s390_builtin): New type.
18067 (code_for_builtin_64, code_for_builtin_31): New global variables.
18068 (s390_init_builtins, s390_expand_builtin): New functions.
18069 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
18070
18071 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
18072 (ASM_OUTPUT_LABELREF): Define.
18073 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
18074
18075 * config/s390/s390.md: Define TLS UNSPEC constants.
18076 ("movdi", "movsi"): Handle TLS operands.
18077 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
18078 ("*tls_load_64", "*tls_load_31"): New insns.
18079 ("call_value_tls", "call_value_tls_exp"): New expanders.
18080 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
18081 "bas_tls_64", "bas_tls_31"): New insns.
18082
18083 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
18084
18085 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
18086 spe ABI is configured, if requested.
18087
18088 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
18089
18090 * doc/passes.texi: Fix typo.
18091
18092 2003-01-24 Andreas Schwab <schwab@suse.de>
18093
18094 * stor-layout.c (excess_unit_span): Only define if used.
18095
18096 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
18097
18098 * gcc/doc/invoke.texi (Optimization Options): List -O levels
18099 for each optimization flag.
18100
18101 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
18102
18103 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
18104
18105 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
18106
18107 * doc/bugreport.texi: Use @command instead of @code for commands.
18108 * doc/collect2.texi: Likewise.
18109 * doc/headerdirs.texi: Likewise.
18110 * doc/invoke.texi: Likewise.
18111 * doc/standards.texi: Likewise.
18112 * doc/tm.texi: Likewise.
18113 * doc/trouble.texi: Likewise.
18114
18115 2003-01-24 Nick Clifton <nickc@redhat.com>
18116
18117 * config/arm/arm.c (use_return_insn): Do not use a single return
18118 instruction for interrupt handelrs which have to create a stack
18119 frame.
18120 (arm_expand_prologue): Do not pre-bias the return address of
18121 interrupt handlers which create a stack frame.
18122
18123 2003-01-24 Nick Clifton <nickc@redhat.com>
18124
18125 * Add sh2e support:
18126
18127 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
18128
18129 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
18130 med_cbranches. Fix logic in short_cbranches.
18131
18132 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
18133
18134 * config/sh/sh.md (delay for cbranch): Don't annul delay
18135 slots on SH2e.
18136 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
18137 cbranch with unfilled delay slot on SH2e.
18138 (output_branch): Fill with a nop the delay slot of a
18139 branch that required a delay slot but didn't get one.
18140
18141 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
18142
18143 * doc/invoke.texi (SH options): Document -m2e.
18144 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
18145 * config/sh/lib1funcs.asm: Likewise.
18146 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
18147 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
18148 not __sh1__.
18149 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
18150 SH2E up.
18151 (SH3E_BIT): Renamed to...
18152 (SH_E_BIT): ... this. Replace all uses.
18153 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
18154 Replace all uses of TARGET_SH3E with TARGET_SH2E.
18155 (TARGET_SWITCHES): Added 2e.
18156 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
18157 (processor_type): Added PROCESSOR_SH2E.
18158 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
18159 TARGET_SH2E, except in sqrtsf2_i.
18160 (attribute cpu): Added sh2e.
18161 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
18162 (MULTILIB_MATCHES): Use m2e multilib for m3e.
18163 * config.gcc: Add sh2e target support.
18164
18165 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
18166
18167 Rename -W to -Wextra.
18168 * c-decl.c: Update comments.
18169 * c-typeck.c: Likewise.
18170 * flags.h: Likewise.
18171 * function.c: Likewise.
18172 * stmt.c: Likewise.
18173 * toplev.c: Update comments.
18174 (W_options): Add 'extra'.
18175 (display_help): Remove '-W'.
18176 (decode_W_option): Special warn_uninitialized treatment in the case
18177 of -Wextra.
18178 * doc/invoke.texi: Update with new entries.
18179
18180 2003-01-23 Richard Henderson <rth@redhat.com>
18181
18182 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
18183 in no-else-block case. Add commentary.
18184
18185 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18186
18187 * configure.in: Revert last change.
18188
18189 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18190
18191 * configure.in: Don't include ansidecl.h in tconfig.h.
18192 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
18193 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
18194 ATTRIBUTE_UNUSED.
18195
18196 * configure: Regenerate.
18197
18198 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18199
18200 PR java/6748
18201 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
18202 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
18203 kernels.
18204
18205 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18206
18207 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
18208
18209 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
18210
18211 * genattrtab.c (write_attr_get): Mark 'insn' paramter
18212 as ATTRIBUTE_UNUSED.
18213
18214 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
18215
18216 * arm.c (thumb_base_register_rtx_p): New function.
18217 (thumb_index_register_rtx_p): New function.
18218 (thumb_legitimate_address_p): New function.
18219 (thumb_legitimate_offset_p): New function.
18220 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
18221 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
18222 definitions.
18223 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
18224 (THUMB_LEGITIMATE_OFFSET): Delte.
18225 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
18226 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
18227 (thumb_legitimate_offset_p): Likewise.
18228
18229 2003-01-23 Andreas Schwab <schwab@suse.de>
18230
18231 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
18232
18233 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18234
18235 * fixinc/Makefile.in (FL_LIST): Revert last change.
18236
18237 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
18238
18239 PR other/7341
18240 * invoke.texi (ftest-coverage): Fix broken cross-reference.
18241 Change @code to @command for gcov command.
18242
18243 * gcc.texi: Adjust title of gcov section.
18244 Adjust copyright.
18245 * gcov.texi: Likewise.
18246
18247 2003-01-22 Roger Sayle <roger@eyesopen.com>
18248
18249 PR optimization/8423
18250 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
18251 its argument is constant, or 0 if !flag_gcse.
18252 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
18253 if it's argument is constant.
18254 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
18255 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
18256 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
18257 * builtins.c (purge_builtin_constant_p): New function to force
18258 instantiation of any remaining CONSTANT_P_RTX nodes.
18259 * rtl.h (purge_builtin_constant_p): Prototype here.
18260 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
18261 pass after GCSE and before loop.
18262 (flag_gcse): No longer static.
18263 * flags.h (flag_gcse): Prototype here.
18264
18265 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
18266
18267 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
18268 introduced by last change.
18269
18270 2003-01-22 Andreas Schwab <schwab@suse.de>
18271
18272 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
18273
18274 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
18275
18276 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
18277 request a scratch reg on H8S when the shift count is 8.
18278
18279 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
18280
18281 * config/s390/s390-protos.h (preferred_la_operand_p):
18282 Remove second parameter.
18283 * config/s390/s390.c (preferred_la_operand_p): Likewise.
18284 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
18285 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
18286 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
18287 Add peepholes to transform ADD to LOAD ADDRESS.
18288
18289 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
18290
18291 * arm.c (arm_address_register_rtx_p): New function.
18292 (arm_legitimate_address_p): New function.
18293 (arm_legitimate_index_p): New function.
18294 (legitimize_pic_address): Use arm_legitimate_index_p.
18295 * arm-protos.h (arm_legtimate_address_p): Add prototype.
18296 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
18297 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
18298
18299 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
18300
18301 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
18302 * config/s390/2064.md (define_bypass): Correct 'Load' and
18303 'Load-address' bypass values.
18304
18305 2003-01-22 Andreas Schwab <schwab@suse.de>
18306
18307 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
18308
18309 2003-01-21 Zack Weinberg <zack@codesourcery.com>
18310
18311 * genautomata.c (output_internal_insn_latency_func,
18312 output_print_reservation_func): Short circuit when there is no
18313 automaton to generate code for.
18314
18315 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18316
18317 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
18318 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
18319
18320 2003-01-21 Geoffrey Keating <geoffk@apple.com>
18321
18322 * config/rs6000/rs6000.md: Remove warning.
18323 (builtin_setjmp_receiver): Likewise.
18324 * config/darwin.c (update_stubs): Slightly improve terrible hack
18325 with identifiers. Add comment pointing out problems with it.
18326 (update_non_lazy_ptrs): Likewise.
18327
18328 2003-01-21 Richard Henderson <rth@redhat.com>
18329
18330 * dwarf2out.c (lookup_filename): Fix printf format warning.
18331 * system.h (fread_unlocked, fwrite_unlocked): Undef.
18332
18333 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
18334 (fixincl.o-warn, gnu-regex.o-warn): New.
18335 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
18336 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
18337 * fixinc/fixincl.c (process): Fix printf format warning.
18338
18339 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
18340
18341 * dwarf2out (output_file_names): Don't crash if called
18342 with empty file_table.
18343
18344 2003-01-21 Zack Weinberg <zack@codesourcery.com>
18345
18346 * genautomata.c (output_internal_insn_latency_func): Add
18347 missing break statement to generated code.
18348
18349 2003-01-21 Roger Sayle <roger@eyesopen.com>
18350
18351 * stmt.c (same_case_target_p): New function to determine whether
18352 two case labels branch to the same target. Split out from...
18353 (group_case_nodes): ... here. Use same_case_target_p instead.
18354 (strip_default_case_nodes): Remove explicit case nodes
18355 that branch to the default destination.
18356 (expand_end_case_type): Call strip_default_case_nodes after
18357 group_case_nodes, to simplify the case-list before we count it.
18358 Only generate table_label RTX when actually needed. Try to share
18359 thiscase->exit_label and thiscase->data.case_stmt.default_label
18360 when a switch has no explicit default case. Simplify test for
18361 constant index.
18362
18363 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
18364
18365 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
18366 \t.
18367 (*negsf2_h8300hs): Likewise.
18368 (*addsi3_lshiftrt_16_zexthi): Likewise.
18369 (*iorhi3_lshiftrt_8): Likewise.
18370
18371 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
18372
18373 * dwarf2out.c (fde_table_in_use): Mark GTY.
18374 (dwarf2out_cfi_label_num): New variable, marked GTY.
18375 (dwarf2out_cfi_label): Use it instead of static label_num.
18376 * emit-rtl.c (label_num): Mark GTY.
18377
18378 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
18379
18380 * config/h8300/h8300.c (output_plussi): Support H8/300.
18381 (compute_plussi_length): Likewise.
18382 (compute_plussi_cc): Likewise.
18383 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
18384 output assembly instructions.
18385
18386 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18387
18388 * calls.c (fix_unsafe_tree): Prototype.
18389
18390 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
18391 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
18392 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
18393 c-parse.o-warn): Add -Wno-error.
18394 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
18395
18396 * configure.in (--enable-werror): Add new flag.
18397 * doc/install.texi (--enable-werror): Document.
18398 * configure: Regenerate.
18399
18400 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
18401
18402 2003-01-21 Andreas Schwab <schwab@suse.de>
18403
18404 * genautomata.c (output_internal_insn_latency_func): Fix missing
18405 close paren in output.
18406
18407 2003-01-21 Zack Weinberg <zack@codesourcery.com>
18408
18409 * genautomata.c: Space savings in generated code:
18410 (output_dfa_insn_code_func): Split out the table-enlargement
18411 path to an out-of-line static function, dfa_insn_code_enlarge.
18412 (output_internal_insn_latency_func): Use a lookup table for the
18413 default latencies.
18414 (output_print_reservation_func): Use a lookup table for the
18415 strings.
18416
18417 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
18418
18419 PR opt/7507
18420 * calls.c (fix_unsafe_tree): Split out from ...
18421 (expand_call): ... here. Use it on the function address too.
18422
18423 2003-01-20 Richard Henderson <rth@redhat.com>
18424
18425 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
18426
18427 2003-01-20 Richard Henderson <rth@redhat.com>
18428
18429 PR opt/7154
18430 * stmt.c (expand_asm_operands): Validize memory operands.
18431
18432 2003-01-20 Richard Henderson <rth@redhat.com>
18433
18434 PR opt/8848
18435 * ifcvt.c (noce_process_if_block): Correct arguments to
18436 modified_between_p for no-else-block case.
18437
18438 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18439
18440 * config/h8300/h8300.c (const_costs): Remove a warning.
18441 (output_plussi): Likewise.
18442 (compute_plussi_length): Likewise.
18443 (compute_plussi_cc): Likewise.
18444
18445 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18446
18447 * config/h8300/h8300.md (addsi_h8300): Remove the last
18448 alternative.
18449
18450 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18451
18452 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
18453
18454 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18455
18456 * system.h (__NO_STRING_INLINES): Define.
18457
18458 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18459
18460 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
18461 is not a scalar int mode.
18462
18463 2003-01-20 Roger Sayle <roger@eyesopen.com>
18464
18465 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
18466 insn's notes following a substitution inside a libcall.
18467
18468 2003-01-20 Zack Weinberg <zack@codesourcery.com>
18469
18470 * configure.in: Check for system-provided 'uchar' type.
18471 * configure, config.in: Regenerate.
18472 * cpphash.h: Only typedef 'uchar' if the system doesn't.
18473
18474 2003-01-20 Richard Henderson <rth@redhat.com>
18475
18476 * expr.h (MUST_PASS_IN_STACK): Move implementation...
18477 * calls.c (default_must_pass_in_stack): ... here.
18478
18479 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
18480
18481 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
18482
18483 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
18484
18485 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
18486 Wrap up definition of `insn_alts'.
18487
18488 * genattrtab.c (main): Wrap up `insn_alts'.
18489
18490 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18491
18492 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
18493 prototyping.
18494 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
18495
18496 * config.in, configure: Regenerate.
18497
18498 2003-01-20 Nick Clifton <nickc@redhat.com>
18499
18500 * config/arm/arm.md (sibcall_epilogue): Add an
18501 UNSPEC_PROLOGUE_USE to prevent the link register from being
18502 considered dead.
18503
18504 2003-01-20 Jan Hubicka <jh@suse.cz>
18505
18506 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
18507
18508 2003-01-20 Andreas Schwab <schwab@suse.de>
18509
18510 * system.h: Don't declare strsignal if the decl test hasn't been
18511 run yet.
18512
18513 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18514
18515 * config/h8300/h8300.c (notice_update_cc): Don't assume that
18516 recog_data.operands[0] is always associated with cc0.
18517
18518 2003-01-19 David Edelsohn <edelsohn@gnu.org>
18519
18520 * collect2.c (ldgetname): Expand declaration to prototype.
18521 * read-rtl.c (atoll): Add prototype.
18522 * system.h (strsignal): Also declare if no declaration found.
18523
18524 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
18525
18526 * config.gcc (mips64*-*-linux*): Added.
18527 * config/mips/linux64.h, config/mips/t-linux64: New file.
18528 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
18529 * config/mips/mips.c (override_options): Use it.
18530 * config/mips/mips.h (TARGET_SWITCHES): Added...
18531 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
18532 * Makefile.in (SPECS): New.
18533 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
18534 * gcc.c (process_command): Move self-spec processing past spec
18535 file loading.
18536 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
18537 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
18538 CRTSTUFF_T_CFLAGS.
18539 (SPECS): Document.
18540 * doc/invoke.texi (-mabi-fake-default): Document.
18541
18542 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
18543
18544 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
18545 z_reg, z_reg_qi): Declare static and GTY().
18546 (da_reg): Remove.
18547 (create_regs_rtx): Don't create da_reg.
18548 ("gt-m68hc11.h"): Include for GTY roots.
18549 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
18550 and GTY() here.
18551 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
18552 (m68hc11_soft_tmp_reg): Likewise.
18553 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
18554
18555 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
18556
18557 * basic-block.h: Fix comment formatting.
18558 * calls.c: Likewise.
18559 * combine.c: Likewise.
18560 * convert.c: Likewise.
18561 * gcov.c: Likewise.
18562 * haifa-sched.c: Likewise.
18563 * libgcc2.c: Likewise.
18564 * loop.c: Likewise.
18565 * profile.c: Likewise.
18566 * system.h: Likewise.
18567
18568 2003-01-18 Roger Sayle <roger@eyesopen.com>
18569
18570 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
18571
18572 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18573
18574 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
18575
18576 2003-01-17 Dale Johannesen <dalej@apple.com>
18577
18578 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
18579 (*floatunssidf2_internal): Ditto.
18580
18581 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
18582
18583 * alias.c: Fix comment typos.
18584 * basic-block.h: Likewise.
18585 * c-common.c: Likewise.
18586 * c-common.h: Likewise.
18587 * c-decl.c: Likewise.
18588 * c-opts.c: Likewise.
18589 * c-pragma.c: Likewise.
18590 * c-pretty-print.h: Likewise.
18591 * cfg.c: Likewise.
18592 * cfganal.c: Likewise.
18593 * cfgbuild.c: Likewise.
18594 * cfgcleanup.c: Likewise.
18595 * cfglayout.c: Likewise.
18596 * cfgrtl.c: Likewise.
18597 * convert.c: Likewise.
18598 * cpphash.h: Likewise.
18599 * cpplex.c: Likewise.
18600 * cpplib.h: Likewise.
18601 * df.h: Likewise.
18602 * diagnostic.c: Likewise.
18603 * diagnostic.h: Likewise.
18604 * dwarf2.h: Likewise.
18605
18606 2003-01-17 Stan Shebs <shebs@apple.com>
18607
18608 * config/darwin-protos.h: Forward-declare struct cpp_reader.
18609
18610 2003-01-17 Douglas B Rupp <rupp@gnat.com>
18611
18612 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
18613 mistake in last checkin.
18614
18615 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
18616
18617 * et-forest.c: Fix comment typos.
18618 * et-forest.h: Likewise.
18619 * except.c: Likewise.
18620 * expr.c: Likewise.
18621 * flags.h: Likewise.
18622 * flow.c: Likewise.
18623 * gcc.c: Likewise.
18624 * gcse.c: Likewise.
18625 * genattrtab.c: Likewise.
18626 * genautomata.c: Likewise.
18627 * gengtype.c: Likewise.
18628 * genrecog.c: Likewise.
18629 * global.c: Likewise.
18630 * gthr-rtems.h: Likewise.
18631
18632 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18633
18634 * i386.c (x86_function_profiler): Fix format specifier.
18635
18636 2003-01-17 Richard Henderson <rth@redhat.com>
18637
18638 * gengtype.c (walk_type): Allow paramN_is.
18639
18640 2003-01-17 Nick Clifton <nickc@redhat.com>
18641
18642 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
18643
18644 2003-01-16 Richard Henderson <rth@redhat.com>
18645
18646 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
18647
18648 2003-01-16 Richard Henderson <rth@redhat.com>
18649
18650 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
18651 (alpha_next_sequence_number): Likewise.
18652 (alpha_this_literal_sequence_number): Likewise.
18653 (alpha_this_gpdisp_sequence_number): Likewise.
18654 (struct alpha_funcs, alpha_funcs_num): Likewise.
18655 (struct alpha_links): Fix branch merge error.
18656 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
18657
18658 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
18659
18660 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
18661 R. Ghazi.
18662
18663 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
18664
18665 * ifcvt.c: Fix comment typos.
18666 * lcm.c: Likewise.
18667 * libgcc2.c: Likewise.
18668 * local-alloc.c: Likewise.
18669 * loop.c: Likewise.
18670 * predict.c: Likewise.
18671 * ra-build.c: Likewise.
18672 * ra.c: Likewise.
18673 * ra-colorize.c: Likewise.
18674 * ra.h: Likewise.
18675 * ra-rewrite.c: Likewise.
18676 * regmove.c: Likewise.
18677 * reload.h: Likewise.
18678 * rtlanal.c: Likewise.
18679 * toplev.c: Likewise.
18680 * tree.h: Likewise.
18681 * unwind-dw2-fde-glibc.c: Likewise.
18682 * vmsdbgout.c: Likewise.
18683
18684 2003-01-16 Richard Henderson <rth@redhat.com>
18685
18686 * dwarf2out.c (struct file_table): Remove.
18687 (FILE_TABLE_INCREMENT): Remove.
18688 (file_table): Make a varray; mark for GC. Update all users.
18689 (file_table_last_lookup_index): Extract from struct file_table.
18690 (output_file_names): Fix unsigned compare warnings.
18691 (add_name_attribute): Remove inline marker.
18692 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
18693 (lookup_filename): Don't manage size of file_table.
18694 (init_file_table): Allocate file_table with GC.
18695 (dwarf2out_init): Don't record main_input_filename here.
18696 (dwarf2out_finish): Do it here instead.
18697
18698 2003-01-16 Bruce Korb <bkorb@gnu.org>
18699
18700 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
18701
18702 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
18703
18704 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
18705 instead of rotldi3_mextr.
18706
18707 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
18708
18709 * haifa-sched.c (move_insn): Restore moving all schedule group.
18710 (set_priorities): Restore taking SCHED_GROUP_P into account.
18711
18712 * sched-deps.c (add_dependence): Restore processing the last group
18713 insn.
18714 (remove_dependence, group_leader): Restore the functions.
18715 (set_sched_group_p): Restore adding dependencies from previous insn
18716 in the group.
18717 (compute_forward_dependences): Restore usage of group_leader.
18718
18719 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
18720 account.
18721
18722 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
18723 account.
18724 (can_schedule_ready_p): Ditto.
18725 (add_branch_dependences): Restore skipping over the group insns.
18726
18727 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18728
18729 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
18730 68HC12 pre/post inc/dec side effects.
18731
18732 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18733
18734 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
18735
18736 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
18737
18738 * sh.md (mshflo_w_x): Fix description of operation.
18739
18740 2003-01-16 Zack Weinberg <zack@codesourcery.com>
18741
18742 * config/rs6000/rs6000.h: Mention Altivec registers in
18743 commentary. Fix typo.
18744
18745 2003-01-16 David Edelsohn <edelsohn@gnu.org>
18746
18747 * config/rs6000/rs6000.md (movti_string): Remove clobber.
18748 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
18749 generate PARALLEL with clobber for TARGET_POWER.
18750
18751 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18752
18753 * ra-colorize.c (colorize_one_web): Initialize variable.
18754 * regmove.c (fixup_match_1): Likewise.
18755 * reload1.c (reload_as_needed): Likewise.
18756 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
18757
18758 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18759
18760 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
18761
18762 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18763
18764 * dbxout.c (lastfile, cwd): Fix `unused' warning.
18765 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
18766 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
18767 is_main_source, file_table, decl_die_table_in_use,
18768 abbrev_die_table_in_use, line_info_table_in_use,
18769 separate_line_info_table_in_use, pubname_table_in_use,
18770 arange_table_in_use, ranges_table_in_use,
18771 current_function_has_inlines): Likewise.
18772 * flow.c (life_analysis): Likewise.
18773 * genemit.c (gen_insn): Likewise.
18774 * protoize.c (cplus_suffix): Likewise.
18775
18776 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
18777 * arm.h (ROUND_UP_WORD): Likewise.
18778
18779 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
18780 warning.
18781 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
18782 init_emit_once): Likewise.
18783 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
18784 Likewise.
18785 * function.c (assign_stack_temp_for_type): Likewise.
18786 * loop.c (loop_invariant_p): Likewise.
18787 * recog.c (push_operand): Likewise.
18788 * regclass.c (init_reg_sets_1): Likewise.
18789 * reload.c (update_auto_inc_notes): Likewise.
18790 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
18791 * stmt.c (expand_asm_operands): Likewise.
18792 * stor-layout.c (start_record_layout): Likewise.
18793
18794 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
18795
18796 * config/c4x/c4x.md (epilogue): Correct last patch.
18797
18798 2003-01-15 Richard Henderson <rth@redhat.com>
18799
18800 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
18801 also check that GP is being used.
18802 (alpha_find_lo_sum_using_gp): New.
18803 (alpha_does_function_need_gp): Use get_attr_usegp.
18804 * config/alpha/alpha-protos.h: Update.
18805 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
18806 as needed.
18807
18808 2003-01-15 Roger Sayle <roger@eyesopen.com>
18809
18810 * gcse.c (one_cprop_pass): Change function arguments to take both
18811 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
18812 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
18813 (bypass_jumps): New function to perform separate jump bypassing pass.
18814 * rtl.h (bypass_jumps): Add function prototype.
18815 * timevar.def (TV_BYPASS): New timing variable.
18816 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
18817 (dump_file): New entry for the bypass RTL dump file.
18818 (rest_of_compilation): Insert new jump bypassing optimization
18819 pass after loop.
18820 * doc/passes.texi: Document new pass.
18821
18822 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
18823
18824 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
18825 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
18826 * pa.h (TARGET_SOM_SDEF): Define.
18827 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
18828
18829 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18830
18831 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
18832 allocate 4-bytes of locals on 68HC11.
18833 (expand_epilogue): Likewise.
18834 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
18835
18836 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18837
18838 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
18839 and -mshort-double to the assembler to specify the ABI.
18840 (LINK_SPEC): Likewise.
18841 (CPP_SPEC): Pass HCS12 specific define.
18842 (MASK_M68S12): New define.
18843 (TARGET_M68S12): Likewise.
18844 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
18845 (TARGET_VERSION): Update.
18846 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
18847 (LINK_SPEC): Update.
18848 (ASM_SPEC): Update.
18849 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
18850 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
18851
18852 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18853
18854 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
18855 the return code.
18856
18857 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18858
18859 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
18860 flag before setting it.
18861
18862 2003-01-15 Roger Sayle <roger@eyesopen.com>
18863
18864 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
18865 when loop condition is known true, i.e. "while (1) { ... }".
18866 (genrtl_for_stmt): Similarly for "for" statements.
18867
18868 2003-01-15 Roger Sayle <roger@eyesopen.com>
18869
18870 * real.c (real_sqrt): Return a bool result indicating whether
18871 a floating point exception or trap should be raised.
18872 * real.h (real_sqrt): Update function prototype.
18873 * builtins.c (fold_builtin): Only fold non-trapping square
18874 roots unless we're ignoring errno and trapping math.
18875
18876 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
18877
18878 * expr.h (emit_conditional_add): Add PARAMS to declaration.
18879 * gengtype-lex.l (malloc, realloc): Move defines after include of
18880 system.h. Remove duplicate include of system.h.
18881
18882 2003-01-15 Roger Sayle <roger@eyesopen.com>
18883
18884 PR middle-end/9009
18885 * optabs.c (expand_unop): When manipulating the FP sign bit
18886 using integer operations, account for targets with different
18887 integer and FP word orders.
18888 (expand_abs): Likewise.
18889
18890 2003-01-15 David Edelsohn <edelsohn@gnu.org>
18891
18892 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
18893 file extension in section name.
18894
18895 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
18896
18897 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
18898 constant offset.
18899
18900 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
18901
18902 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
18903 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
18904 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
18905 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
18906
18907 2003-01-15 Jan Hubicka <jh@suse.cz>
18908
18909 PR f/9258
18910 * global.c (struct allocno): Add no_stack_reg.
18911 (global_conflicts): Set no_stack_reg.
18912 (find_reg): Use it.
18913
18914 * convert.c (convert_to_real): Fold - and abs only when profitable.
18915 * fold-const.c (fold): Fold truncates in - and abs.
18916
18917 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18918
18919 Segher Boessenkool <segher@koffie.nl>
18920
18921 * predict.c (real_inv_br_prob_base): New variable.
18922 (propagate_freq): Use multiply by reciprocal instead of
18923 division. Don't divide by 1.0 at all.
18924 (estimate_bb_frequencies): Similar.
18925
18926 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
18927
18928 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
18929 * configure: Rebuilt.
18930
18931 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
18932
18933 * config/s390/s390.c (s390_safe_attr_type): New function.
18934 (s390_use_dfa_pipeline_interface): New function, return true for z900.
18935 (s390_issue_rate): New function.
18936 (s390_agen_dep_p): New function.
18937 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
18938 (s390_adjust_cost): Return 'cost' if new DFA is used.
18939 (s390_adjust_priority): Delete function.
18940 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
18941 * config/s390/s390.md (atype attribute): Attribute 'atype' default
18942 determined by 'op_type'.
18943 (type attribute): Added more type attributes.
18944 * config/s390/2064.md: New DFA description for z900 pipeline.
18945
18946 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
18947
18948 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
18949 forced to memory. Fixes PR bootstrap/9036.
18950
18951 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
18952 to set $gp before the call.
18953
18954 2003-01-14 Richard Henderson <rth@redhat.com>
18955
18956 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
18957 for force_const_mem.
18958
18959 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18960
18961 * genattr.c (main): Rearrange output to avoid prototype warning.
18962 * genautomata.c (transform_3): Fix ambiguous-else warning.
18963 * local-alloc.c (requires_inout): Add parentheses around
18964 assignment used as truth-value.
18965 * timevar.c: Move system includes above local includes. Include
18966 toplev.h
18967 * Makefile.in (timevar.o): Depend on toplev.h.
18968
18969 2003-01-14 Denis Chertykov <denisc@overta.ru>
18970
18971 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
18972 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
18973
18974 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
18975 attributes.
18976 (TARGET_ATTRIBUTE_TABLE): New macro.
18977 (valid_machine_type_attribute): Remove.
18978 (valid_machine_decl_attribute): Remove.
18979 (ip2k_handle_progmem_attribute): New function.
18980 (ip2k_handle_fndecl_attribute): New function.
18981
18982 2003-01-10 Andrew Haley <aph@redhat.com>
18983
18984 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
18985 registers to be in correct order. Add rip.
18986
18987 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
18988
18989 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
18990 (*iorsi3_and_lshiftrt_9_sb): Likewise.
18991
18992 2003-01-14 Jan Hubicka <jh@suse.cz>
18993
18994 * convert.c (strip_float_extensions): Look for narrowest type handling
18995 FP constants.
18996
18997 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
18998 float1 CMP float2.
18999 * convert.c (strip_float_extensions): Make global.
19000 * tree.h (strip_float_extensions): Declare.
19001
19002 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
19003
19004 * timevar.def: define TV_NAME_LOOKUP.
19005 * timevar.c (timevar_pop): Be verbose when aborting.
19006
19007 2003-01-13 Andreas Schwab <schwab@suse.de>
19008
19009 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
19010 $(parsedir), just move the temporary file at the end.
19011 ($(parsedir)/gengtype-yacc.c): Likewise.
19012
19013 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
19014
19015 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
19016 ${ac_tool_prefix} to ADAC or CC. Protect them from word
19017 splitting.
19018 * configure: Rebuilt.
19019
19020 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19021
19022 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
19023 internal_mcount): Don't use PARAMS.
19024 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
19025 ISO C style.
19026 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
19027
19028 2003-01-13 Andreas Schwab <schwab@suse.de>
19029
19030 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
19031 directive.
19032
19033 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
19034
19035 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
19036 (*iorsi3_and_lshiftrt_n_sb): Likewise.
19037
19038 2003-01-12 Mark Mitchell <mark@codesourcery.com>
19039
19040 PR c++/9264
19041 * c-lex.c (c_lex): Set the token value to error_mark_node for
19042 invalid numeric constants.
19043
19044 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19045
19046 * c-pch.c (asm_file_startpos): Change to `long'.
19047 (pch_init): Use ftell, not ftello.
19048 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
19049 Use `long' instead of `off_t'.
19050 (c_common_read_pch): Likewise.
19051 * ggc-common.c (gt_pch_save): Use long/ftell instead of
19052 off_t/ftello.
19053
19054 2003-01-12 Alan Modra <amodra@bigpond.net.au>
19055
19056 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
19057
19058 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
19059
19060 * arm-protos.h (struct cpp_reader): Add declaration.
19061
19062 2003-01-11 Jan Hubicka <jh@suse.cz>
19063
19064 PR target/9068
19065 * i386.c (output_fp_compare): Fix typo.
19066
19067 2003-01-10 David Edelsohn <edelsohn@gnu.org>
19068
19069 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
19070
19071 2003-01-10 Geoffrey Keating <geoffk@apple.com>
19072
19073 * Makefile.in (parsedir): New variable.
19074 (docobjdir): New variable.
19075 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
19076 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
19077 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
19078 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
19079 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
19080 Use docobjdir.
19081 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
19082 objc.maintainer-clean): Use parsedir.
19083
19084 * varasm.c (struct constant_descriptor_rtx): Remove unused
19085 `label' field.
19086
19087 * toplev.c (documented_lang_options): Document -Winvalid-pch.
19088
19089 2003-01-10 Richard Henderson <rth@redhat.com>
19090
19091 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
19092 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
19093
19094 2003-01-10 Richard Henderson <rth@redhat.com>
19095
19096 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
19097 not INTEGRAL_MODE_P when widening extensions.
19098
19099 2003-01-10 Richard Henderson <rth@redhat.com>
19100
19101 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
19102
19103 2003-01-10 Geoffrey Keating <geoffk@apple.com>
19104
19105 * ggc-page.c (ggc_collect): Avoid overflow computing
19106 min_expand.
19107
19108 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
19109 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
19110 Remove calls.
19111 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
19112
19113 2003-01-10 Jan Hubicka <jh@suse.cz>
19114
19115 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
19116 with weird operands.
19117
19118 2003-01-10 Dale Johannesen <dalej@apple.com>
19119
19120 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
19121 parameters. Call check_sibcall_argument_overlap if indicated.
19122 (check_sibcall_argument_overlap): Add mark_stored_args_map
19123 parameter. Don't mark parameter area as clobbered if not set.
19124 (expand_call): Adjust calls to above.
19125
19126 2003-01-10 Kelley Cook <kelleycook@comcast.net>
19127
19128 * configure.in (linker read-only and read-write section mixing):
19129 Squelch some assembler warnings.
19130 * configure: Likewise.
19131
19132 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
19133
19134 * doc/invoke.texi: Document -mtune, delete -mcpu
19135 option for S/390 and zSeries.
19136 * config/s390/s390.c (s390_tune_string) New variable.
19137 (s390_cpu_string) Delete variable.
19138 (override_options): Use s390_tune_string instead of
19139 s390_cpu_string.
19140 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
19141
19142 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
19143
19144 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
19145
19146 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
19147
19148 * jump.c (next_nonnote_insn_in_loop): New function.
19149 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
19150 next_nonnote_insn.
19151 (duplicate_loop_exit_test). Likewise.
19152
19153 2003-01-09 Geoffrey Keating <geoffk@apple.com>
19154
19155 Merge from pch-branch:
19156
19157 2003-01-06 Geoffrey Keating <geoffk@apple.com>
19158
19159 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
19160 load.
19161
19162 2002-12-24 Geoffrey Keating <geoffk@apple.com>
19163
19164 * cpplib.c (count_registered_pragmas): New function.
19165 (save_registered_pragmas): New function.
19166 (_cpp_save_pragma_names): New function.
19167 (restore_registered_pragmas): New function.
19168 (_cpp_restore_pragma_names): New function.
19169 * cpphash.h (_cpp_save_pragma_names): Prototype.
19170 (_cpp_restore_pragma_names): Likewise.
19171 * cpppch.c (struct save_macro_item): Split from save_macro_data.
19172 (struct save_macro_data): New field 'saved_pragmas'.
19173 (save_macros): Update for changes to struct save_macro_data.
19174 (cpp_prepare_state): Call _cpp_save_pragma_names, update
19175 for changes to struct save_macro_data.
19176 (cpp_read_state): Call _cpp_restore_pragma_names, update
19177 for changes to struct save_macro_data.
19178
19179 * cpppch.c (cpp_read_state): Restore the hashtable references
19180 in the cpp_reader.
19181
19182 * tree.h (built_in_decls): Mark for PCH.
19183
19184 * dbxout.c (lastfile): Don't mark for PCH.
19185
19186 * ggc.h: Document PCH calls into memory managers.
19187
19188 2002-12-18 Geoffrey Keating <geoffk@apple.com>
19189
19190 * doc/invoke.texi (Precompiled Headers): Document the
19191 directory form of PCH.
19192 * cppfiles.c (validate_pch): New function.
19193 (open_file_pch): Search suitably-named directories for PCH files.
19194
19195 2002-12-14 Geoffrey Keating <geoffk@apple.com>
19196
19197 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
19198 reorder options.
19199 (Type Information): Mention that the information is also
19200 used to implement PCH.
19201 * doc/passes.texi (Passes): Improve documentation of
19202 language-specific files.
19203
19204 2002-12-11 Geoffrey Keating <geoffk@apple.com>
19205
19206 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
19207 (struct walk_type_data): Add reorder_fn field.
19208 (walk_type): Process 'reorder' option.
19209 (write_types_process_field): Reorder parameters to gt_pch_note_object,
19210 call reorder_note_routine.
19211 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
19212 (ggc_wtd): Update for change to struct write_types_data.
19213 (pch_wtd): Likewise.
19214 * ggc.h (gt_pch_note_object): Reorder parameters.
19215 (gt_handle_reorder): New definition.
19216 (gt_pch_note_reorder): New prototype.
19217 * ggc-common.c (struct ptr_data): Add reorder_fn.
19218 (gt_pch_note_object): Reorder parameters.
19219 (gt_pch_note_reorder): New.
19220 (gt_pch_save): Call reorder_fn.
19221 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
19222
19223 * dbxout.c (cwd): Don't mark for PCH.
19224
19225 2002-12-09 Geoffrey Keating <geoffk@apple.com>
19226
19227 * gengtype.c (finish_root_table): Fix some warnings.
19228 (write_root): Handle TYPE_STRING.
19229 * ggc.h (gt_ggc_m_S): Add prototype.
19230 * stringpool.c (gt_ggc_m_S): New function.
19231
19232 2002-11-30 Geoffrey Keating <geoffk@apple.com>
19233
19234 * dwarf2out.c (dw2_string_counter): New.
19235 (AT_string_form): Use it.
19236 (same_dw_val_p): Update for removal of hashtable.h hash tables.
19237
19238 2002-11-22 Geoffrey Keating <geoffk@apple.com>
19239
19240 * dbxout.c: Include gt-dbxout.h.
19241 (lastfile): Mark for PCH/GGC.
19242 (cwd): Likewise.
19243 (struct typeinfo): Likewise.
19244 (typevec): Likewise.
19245 (typevec_len): Likewise.
19246 (next_type_number): Likewise.
19247 (struct dbx_file): Likewise.
19248 (current_file): Likewise.
19249 (next_file_number): Likewise.
19250 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
19251 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
19252 (dbxout_end_source_file): Don't free struct dbx_file.
19253 (dbxout_type): Use GGC to allocate typevec.
19254 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
19255 (GTFILES): Add dbxout.c.
19256 (gt-dbxout.h): New rule.
19257
19258 * Makefile.in (c-pch.o): Add debug.h as dependency.
19259 * c-pch.c: Include debug.h.
19260 (pch_init): Call start_source_file to keep nesting right.
19261 (c_common_read_pch): Add orig_name parameter. Call
19262 start_source_file debug hook. Call end_source_file debug hook.
19263 * c-common.h (c_common_read_pch): Update prototype.
19264 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
19265 callback.
19266 * cppfiles.c (struct include_file): Add new field `header_name'.
19267 (find_or_create_entry): Default it to `name'.
19268 (open_file_pch): Set it to the original header file searched for.
19269 (stack_include_file): Don't stack an empty buffer, just handle
19270 PCH files immediately. Pass header_name field to read_pch callback.
19271
19272 2002-11-19 Geoffrey Keating <geoffk@apple.com>
19273
19274 * function.c (funcdef_no): Mark to be saved in a PCH.
19275
19276 2002-11-15 Geoffrey Keating <geoffk@apple.com>
19277
19278 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
19279
19280 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
19281
19282 2002-11-14 Geoffrey Keating <geoffk@apple.com>
19283
19284 * optabs.h (code_to_optab): Add GTY marker.
19285
19286 2002-11-13 Geoffrey Keating <geoffk@apple.com>
19287
19288 * Makefile.in (GTFILES): Add cpplib.h.
19289 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
19290 * c-decl.c (build_compound_literal): Don't use var_labelno.
19291 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
19292 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
19293 * varasm.c (const_labelno): Use gengtype to mark.
19294 (var_labelno): Likewise.
19295 (in_section): Likewise.
19296 (in_named_name): Likewise.
19297 (struct in_named_entry): Likewise.
19298 (in_named_htab): Likewise.
19299 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
19300 (init_varasm_once): Use GGC to allocate in_named_htab.
19301 * config/darwin.c (current_pic_label_num): Mark for PCH.
19302
19303 2002-11-11 Geoffrey Keating <geoffk@apple.com>
19304
19305 * ggc-simple.c (init_ggc_pch): New stub procedure.
19306 (ggc_pch_count_object): Likewise.
19307 (ggc_pch_total_size): Likewise.
19308 (ggc_pch_this_base): Likewise.
19309 (ggc_pch_alloc_object): Likewise.
19310 (ggc_pch_prepare_write): Likewise.
19311 (ggc_pch_write_object): Likewise
19312 (ggc_pch_finish): Likewise.
19313 (ggc_pch_read): Likewise.
19314
19315 2002-11-08 Geoffrey Keating <geoffk@apple.com>
19316
19317 * c-pch.c (c_common_write_pch): Write the macro definitions after
19318 the GCed data.
19319 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
19320 definitions after the GCed data.
19321 * cpplib.c (save_macros): New.
19322 (reset_ht): New.
19323 (cpp_write_pch_deps): Split out of cpp_write_pch.
19324 (cpp_write_pch_state): Split out of cpp_write_pch.
19325 (cpp_write_pch): Delete.
19326 (struct save_macro_data): Delete.
19327 (cpp_prepare_state): New.
19328 (cpp_read_state): Erase and restore initial macro definitions.
19329 * cpplib.h (struct save_macro_data): Forward-declare.
19330 (cpp_write_pch_deps): Prototype.
19331 (cpp_write_pch_state): Prototype.
19332 (cpp_write_pch): Delete prototype.
19333 (cpp_prepare_state): Prototype.
19334 (cpp_read_state): Add fourth argument.
19335
19336 2002-11-04 Geoffrey Keating <geoffk@apple.com>
19337
19338 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
19339 (write_array): Remove warning.
19340
19341 * gengtype.c (contains_scalar_p): New.
19342 (finish_root_table): Add the table to all languages, even if it's
19343 empty.
19344 (write_roots): Output gt_pch_scalar_rtab.
19345 * ggc-common.c (gt_pch_save): Write out scalars.
19346 (gt_pch_restore): Read scalars back.
19347
19348 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
19349 (struct page_entry): Delete pch_page field.
19350 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
19351 (clear_marks): Likewise.
19352 (sweep_pages): Likewise.
19353 (poison_pages): Likewise.
19354 (ggc_print_statistics): Likewise.
19355 (ggc_pch_read): Don't free objects read from a PCH.
19356 Properly set up in_use_p and page_tails.
19357
19358 2002-10-25 Geoffrey Keating <geoffk@apple.com>
19359
19360 * gengtype.c (struct write_types_data): New.
19361 (struct walk_type_data): Make `cookie' const; add extra
19362 prev_val item; add `orig_s' field.
19363 (walk_type): Update prev_val[3].
19364 (write_types_process_field): New.
19365 (write_func_for_structure): Take write_types_data structure.
19366 (write_types): New.
19367 (ggc_wtd): New.
19368 (pch_wtd): New.
19369 (write_types_local_process_field): New.
19370 (gc_mark_process_field): Delete.
19371 (write_local_func_for_structure): New.
19372 (gc_mark_func_name): Delete.
19373 (write_gc_types): Delete.
19374 (write_local): New.
19375 (finish_root_table): Don't include 'ggc_' in PFX.
19376 (write_root): Rename from write_root. Fill pchw field of structures.
19377 (write_array): New.
19378 (write_roots): Rename from write_gc_roots. Split out to write_array.
19379 Update to changes to other routines. Write gt_pch_cache_rtab table.
19380 (main): Write PCH walking routines.
19381 * ggc-common.c: Include toplev.h, sys/mman.h.
19382 (ggc_mark_roots): For cache hashtables, also mark the hash table
19383 and the array of entries.
19384 (saving_htab): New.
19385 (struct ptr_data): New.
19386 (POINTER_HASH): New.
19387 (gt_pch_note_object): New.
19388 (saving_htab_hash): New.
19389 (saving_htab_eq): New.
19390 (struct traversal_state): New.
19391 (call_count): New.
19392 (call_alloc): New.
19393 (compare_ptr_data): New.
19394 (relocate_ptrs): New.
19395 (write_pch_globals): New.
19396 (struct mmap_info): New.
19397 (gt_pch_save): New.
19398 (gt_pch_restore): New.
19399 * ggc-page.c (ROUND_UP_VALUE): New.
19400 (ROUND_UP): New.
19401 (struct page_entry): Add field `pch_page'.
19402 (init_ggc): Use ROUND_UP.
19403 (struct ggc_pch_data): Declare.
19404 (init_ggc_pch): New.
19405 (ggc_pch_count_object): New.
19406 (ggc_pch_total_size): New.
19407 (ggc_pch_this_base): New.
19408 (ggc_pch_alloc_object): New.
19409 (ggc_pch_prepare_write): New.
19410 (ggc_pch_write_object): New.
19411 (ggc_pch_finish): New.
19412 (ggc_pch_read): New.
19413 * ggc.h (gt_pointer_operator): New.
19414 (gt_note_pointers): New.
19415 (gt_pch_note_object): New prototype.
19416 (gt_pointer_walker): New.
19417 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
19418 (LAST_GGC_ROOT_TAB): Update.
19419 (gt_pch_cache_rtab): Declare.
19420 (gt_pch_scalar_rtab): Declare.
19421 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
19422 (LAST_GGC_CACHE_TAB): Update.
19423 (gt_pch_save_stringpool): Declare.
19424 (gt_pch_restore_stringpool): Declare.
19425 (gt_pch_p_S): Declare.
19426 (gt_pch_n_S): Declare.
19427 (struct ggc_pch_data): Forward-declare.
19428 (init_ggc_pch): Declare.
19429 (ggc_pch_count_object): Declare.
19430 (ggc_pch_total_size): Declare.
19431 (ggc_pch_this_base): Declare.
19432 (ggc_pch_alloc_object): Declare.
19433 (ggc_pch_prepare_write): Declare.
19434 (ggc_pch_write_object): Declare.
19435 (ggc_pch_finish): Declare.
19436 (ggc_pch_read): Declare.
19437 (gt_pch_save): Declare.
19438 (gt_pch_restore): Declare.
19439 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
19440 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
19441 const_double_htab, mem_attrs_htab using GGC.
19442 * c-pch.c: Include ggc.h.
19443 (pch_init): Allow reading PCH file back.
19444 (c_common_write_pch): Call gt_pch_save.
19445 (c_common_read_pch): Call gt_pch_restore.
19446 * c-parse.in (init_reswords): Delete now-untrue comment.
19447 Allocate ridpointers using GGC.
19448 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
19449 calling expand_deferred_fns.
19450 * c-common.h (ridpointers): Mark for GTY machinery.
19451 * Makefile.in (stringpool.o): Update dependencies.
19452 (c-pch.o): Update dependencies.
19453 (ggc-common.o): Update dependencies.
19454 * stringpool.c: Include gt-stringpool.h.
19455 (gt_pch_p_S): New.
19456 (gt_pch_n_S): New.
19457 (struct string_pool_data): New.
19458 (spd): New.
19459 (gt_pch_save_stringpool): New.
19460 (gt_pch_restore_stringpool): New.
19461 * tree.c (init_ttree): Make type_hash_table allocated using GC.
19462
19463 2002-10-04 Geoffrey Keating <geoffk@apple.com>
19464
19465 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
19466 (output_mangled_typename): Don't pass size_t to printf.
19467
19468 * tree.h (union tree_type_symtab): Add tag to `address' field.
19469 (union tree_decl_u2): Add tag to 'i' field.
19470 * varasm.c (union rtx_const_un): Add tags to all fields.
19471 * gengtype.c (struct walk_type_data): New.
19472 (output_escaped_param): Take struct walk_type_data parameter.
19473 (write_gc_structure_fields): Delete.
19474 (walk_type): New.
19475 (write_gc_marker_routine_for_structure): Delete.
19476 (write_func_for_structure): New.
19477 (gc_mark_process_field): New.
19478 (gc_mark_func_name): New.
19479 (gc_counter): Delete.
19480 (write_gc_types): Use write_func_for_structure.
19481 (write_gc_roots): Use walk_type.
19482
19483 2002-10-02 Geoffrey Keating <geoffk@apple.com>
19484
19485 * ggc-common.c (ggc_mark_roots): Delete 'x'.
19486 (ggc_splay_dont_free): Fix warning about unused 'x'.
19487 (ggc_print_common_statistics): Remove warnings.
19488
19489 2002-10-01 Mike Stump <mrs@apple.com>
19490
19491 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
19492 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
19493
19494 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
19495 Catherine Moore <clm@redhat.com>
19496
19497 * Makefile (c-pch.o): Update dependencies.
19498 (LIBCPP_OBJS): Add cpppch.o.
19499 (cpppch.o): New.
19500 * c-common.c (c_common_init): Don't call pch_init here.
19501 * c-common.h (c_common_read_pch): Update prototype.
19502 * c-lex.c (c_common_parse_file): Call pch_init here.
19503 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
19504 (c_common_decode_option): Handle them.
19505 * c-pch.c: Include c-pragma.h.
19506 (save_asm_offset): Delete.
19507 (pch_init): Move contents of save_asm_offset into here, call
19508 cpp_save_state.
19509 (c_common_write_pch): Call cpp_write_pch.
19510 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
19511 cpp_valid_state.
19512 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
19513 * cppfiles.c (stack_include_file): Update for change to
19514 parameters of cb.read_pch.
19515 * cpphash.h (struct cpp_reader): Add `savedstate' field.
19516 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
19517 `restore_pch_deps' fields.
19518 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
19519 (cpp_save_state): Prototype.
19520 (cpp_write_pch): Prototype.
19521 (cpp_valid_state): Prototype.
19522 (cpp_read_state): Prototype.
19523 * cpppch.c: New file.
19524 * flags.h (version_flag): Remove prototype.
19525 * mkdeps.c (deps_save): New.
19526 (deps_restore): New.
19527 * mkdeps.h (deps_save): Prototype.
19528 (deps_restore): Prototype.
19529 * toplev.c (late_init_hook): Delete.
19530 (version_flag): Make static again.
19531 (compile_file): Don't call late_init_hook.
19532 * toplev.h (late_init_hook): Delete.
19533 * doc/cppopts.texi: Document -fpch-deps.
19534 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
19535
19536 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
19537
19538 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
19539 callers.
19540 (c_common_valid_pch): Rename from c_valid_pch, change callers.
19541 (c_common_read_pch): Rename from c_read_pch, change callers.
19542
19543 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
19544 a space between it and its argument.
19545
19546 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
19547
19548 * c-pch.c: New file.
19549 * toplev.h (late_init_hook): Declare.
19550 * toplev.c (late_init_hook): Define.
19551 (version_flag): Make globally visible.
19552 (compile_file): Call late_init_hook.
19553 (init_asm_output): Make output file seekable.
19554 * gcc.c (default_compilers): Update c-header rule.
19555 * flags.h (version_flag): Declare.
19556 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
19557 fields.
19558 * cppfiles.c (struct include_file): Add 'pch' field.
19559 (INCLUDE_PCH_P): New.
19560 (open_file_pch): New.
19561 (stack_include_file): Handle PCH files specially.
19562 (find_include_file): Call open_file_pch instead of open_file.
19563 (_cpp_read_file): Explain why open_file is used instead of
19564 open_file_pch.
19565 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
19566 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
19567 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
19568 in cpplib callbacks.
19569 * c-common.c (pch_file): Correct comment.
19570 (allow_pch): Define.
19571 (c_common_init): Call pch_init.
19572 * c-common.h (allow_pch): Declare.
19573 (pch_init): Declare.
19574 (c_valid_pch): Declare.
19575 (c_read_pch): Declare.
19576 (c_write_pch): Declare.
19577 * Makefile.in (c-pch.o): New.
19578 (C_AND_OBJC_OBJS): Add c-pch.o.
19579 * doc/invoke.texi (Precompiled Headers): Add index entries,
19580 complete truncated paragraph.
19581
19582 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
19583
19584 * c-common.c: (pch_file): Define.
19585 * c-common.h (pch_file): Declare.
19586 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
19587 (missing_arg): Require --output-pch= to have an argument.
19588 (c_common_decode_option): Handle --output-pch=.
19589 * gcc.c: Document new %V.
19590 (default_compilers): Handle compiling C header files.
19591 (do_spec_1): Implement %V.
19592 (main): Handle "gcc foo.h" without trying to run linker.
19593 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
19594 (Overall Options): Document what the driver does with header files,
19595 document new -x option possibilities.
19596 (Invoking G++): More documentation for PCH.
19597 (Precompiled Headers): New.
19598
19599 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
19600
19601 * ggc.h: Don't include varray.h. Rearrange functions to be more
19602 organized.
19603 (ggc_add_root): Delete.
19604 (ggc_mark_rtx): Delete.
19605 (ggc_mark_tree): Delete.
19606 (struct ggc_statistics): Remove contents.
19607 * ggc-common.c: Remove unneeded includes.
19608 (struct ggc_root): Delete.
19609 (roots): Delete.
19610 (ggc_add_root): Delete.
19611 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
19612 (ggc_print_common_statistics): Remove most of the contents.
19613 * Makefile.in (GGC_H): No longer uses varray.h.
19614 (ggc-common.o): Update dependencies.
19615 (c-parse.o): Add varray.h to dependencies.
19616 (c-common.o): Add varray.h.
19617 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
19618 (mark_ident_hash): Rename to ggc_mark_stringpool.
19619 (init_stringpool): Don't use ggc_add_root.
19620 * c-parse.in: Include varray.h.
19621 * c-common.c: Include varray.h.
19622 * objc/Make-lang.in (objc-act.o): Add varray.h.
19623 * objc/objc-act.c: Include varray.h.
19624
19625 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
19626
19627 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
19628 (dw_cfi_oprnd1_desc): Likewise.
19629
19630 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
19631
19632 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
19633 move out of ifdef.
19634 (alpha_links): Use gengtype to mark; move out of ifdef.
19635 (mark_alpha_links_node): Delete.
19636 (mark_alpha_links): Delete.
19637 (alpha_need_linkage): Use GGC to allocate splay tree, struct
19638 alpha_links, strings. Don't use ggc_add_root.
19639 * ggc-common.c (ggc_splay_alloc): New.
19640 (ggc_splay_dont_free): New.
19641 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
19642 (ggc_mark_tree): Likewise.
19643 (splay_tree_new_ggc): New.
19644 (ggc_splay_alloc): Declare.
19645 (ggc_splay_dont_free): Declare.
19646 * dwarf2asm.c: Include gt-dwarf2asm.h.
19647 (mark_indirect_pool_entry): Delete.
19648 (mark_indirect_pool): Delete.
19649 (indirect_pool): Use gengtype to mark.
19650 (dw2_force_const_mem): Don't use ggc_add_root.
19651 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
19652 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
19653 (gt-dwarf2asm.h): Depend on s-gtype.
19654
19655 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
19656
19657 * tree.h (union tree_type_symtab): Mark `die' field.
19658 * Makefile.in (dwarf2out.o): Update dependencies.
19659 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
19660 hash tables.
19661 (dw_cfi_oprnd1_desc): New function.
19662 (dw_cfi_oprnd2_desc): New function.
19663 (indirect_string_alloc): Delete.
19664 (debug_str_do_hash): New function.
19665 (debug_str_eq): New function.
19666 (mark_limbo_die_list): Delete.
19667 (dwarf2out_init): Don't call ggc_add_root.
19668
19669 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
19670
19671 The following changes are merged from itanium-sched-branch:
19672
19673 2003-01-08 David Edelsohn <edelsohn@gnu.org>
19674
19675 * doc/md.texi: Clarify assignment of units to automata description.
19676
19677 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
19678
19679 * genautomata.c (unit_decl): Remove members
19680 `the_same_automaton_unit' and
19681 `the_same_automaton_message_reported_p'.
19682 (process_unit_to_form_the_same_automaton_unit_lists,
19683 form_the_same_automaton_unit_lists_from_regexp,
19684 form_the_same_automaton_unit_lists, the_same_automaton_lists):
19685 Remove them.
19686 (annotation_message_reported_p): New global variable.
19687 (check_unit_distribution_in_reserv,
19688 check_regexp_units_distribution): New functions.
19689 (check_unit_distributions_to_automata): Rewrite it.
19690
19691 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
19692
19693 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
19694 Use continue instead of break if cycle is too big.
19695
19696 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
19697
19698 * genautomata.c (check_unit_distributions_to_automata): Output at
19699 most one message for a unit.
19700 (process_unit_to_form_the_same_automaton_unit_lists): Check
19701 automaton of units instead of units themself.
19702
19703 * doc/md.texi: Describe the constraint about assigning unit to
19704 automata.
19705
19706 2002-12-20 Jan Hubicka <jH@suse.cz>
19707 Vladimir Makarov <vmakarov@redhat.com>
19708
19709 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
19710 and `in_set_p'.
19711 (gen_cpu_unit): Initialize the new members.
19712 (process_regexp_cycles): Calculate minimal finish cycle too. Set
19713 up `min_occ_cycle_num'.
19714 (evaluate_max_reserv_cycles): Change the function call.
19715 (CLEAR_BIT): New macro.
19716 (states_union, state_shift): Use the mask.
19717 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
19718 (form_reservs_matter): New function.
19719 (make_automaton): Call the function and use the mask.
19720 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
19721 account.
19722
19723 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19724
19725 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
19726
19727 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19728
19729 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
19730 for Itanium.
19731
19732 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19733
19734 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
19735 default cpu.
19736
19737 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19738 2002-10-31 Dale Johannesen <dalej@apple.com>
19739
19740 * haifa-sched.c (find_set_reg_weight): New function.
19741 (find_insn_reg_weight): Use the new function.
19742 (schedule_block): Do sorting ready queue always
19743 after insn issue.
19744
19745 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
19746
19747 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
19748
19749 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
19750
19751 * haifa-sched.c (choice_entry): New structure.
19752 (choice_stack, cycle_issued_insns): New variables.
19753 (max_issue): Rewrite it.
19754 (choose_ready): Set up ready_try for unknown insns too.
19755 (schedule_block): Allocate and free choice_stack. Set up
19756 and modify cycle_issued_insns.
19757
19758 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
19759 with and without filling the bundle.
19760 (bundling): Combine calls of issue_nops_and_insn.
19761
19762 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
19763
19764 * config/ia64/itanium1.md: New file.
19765
19766 * config/ia64/itanium2.md: New file.
19767
19768 * config/ia64/ia64.md: Move DFA descriptions into the new files.
19769 Remove the old pipeline description.
19770
19771 * config/ia64/ia64.c (ia64_override_options): Add aliases of
19772 itanium processor names.
19773
19774 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
19775
19776 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
19777 (ia64_reorg): Set up queried unit codes for Itanium2 too.
19778
19779 * config/ia64/ia64.md: Add descriptions for Itanium2.
19780
19781 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19782
19783 * config/ia64/ia64.h (processor_type): New enumeration.
19784 (ia64_tune, ia64_tune_string): New external declarations.
19785 (TARGET_OPTIONS): Add option `tune='.
19786
19787 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
19788 variables.
19789 (ia64_override_options): Set up `ia64_tune'.
19790 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
19791 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
19792 (bundling): Add nops for MM-insns only for Itanium.
19793 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
19794 Itanium.
19795
19796 * config/ia64/ia64.md (cpu): New attribute.
19797 (DFA description): Enable it only for Itanium.
19798
19799 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19800 Richard Henderson <rth@redhat.com>
19801
19802 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
19803 MASK_EARLY_STOP_BITS.
19804 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
19805 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
19806 `early-stop-bits'.
19807
19808 * config/ia64/ia64.c (ia64_dfa_new_cycle,
19809 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
19810 instead of TARGET_TUNE_STOP_BITS.
19811
19812 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
19813 `-mearly-stop-bits'.
19814
19815 * config/ia64/ia64.c (automata_option "v"): Comment it.
19816
19817 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
19818
19819 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
19820 New macros.
19821 (TARGET_SWITCHES): Add entries for the new option.
19822
19823 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
19824 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
19825 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
19826 global variables.
19827 (ia64_sched_reorder2): Set up `clocks'.
19828 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
19829 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
19830 queue when TARGET_TUNE_STOP_BITS.
19831 (bundling): Insert additional nops for MM-insns.
19832 (final_emit_insn_group_barriers): Add insertion of stop bits
19833 according `stops_p'.
19834 (ia64_reorg): Initiate the new varibales.
19835
19836 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
19837
19838 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
19839
19840 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
19841 insns at the end of block insn scheduling.
19842
19843 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
19844
19845 * sched-deps.c (remove_dependence, group_leader): Remove it.
19846 (add_dependence): Add dependence to group leader to.
19847 (set_sched_group_p): Add dependence to the first insn of the
19848 schedule group too.
19849 (sched_analyze_insn): Make dependence to jump as anti-dependence.
19850 Change true dependence by anti-dependence when
19851 `reg_pending_barrier'.
19852
19853 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
19854 add_branch_dependences): Ignore schedule groups.
19855
19856 * sched-ebb.c (init_ready_list): Ditto.
19857
19858 * (move_insn, set_priorities): Ditto.
19859
19860 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
19861 flag is clear after reload.
19862 (adjust_cost): Change cost only for output dependencies.
19863
19864 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
19865
19866 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
19867
19868 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
19869
19870 * target.h (gcc_target): Add member
19871 `dependencies_evaluation_hook'.
19872
19873 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
19874 macro.
19875 (TARGET_SCHED): Add initiatialization of the new member.
19876
19877 * sched-ebb.c: Include `target.h'.
19878 (schedule_ebb): Call `dependencies_evaluation_hook'.
19879
19880 * sched-rgn.c (schedule_region): Call
19881 `dependencies_evaluation_hook'.
19882
19883 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
19884 New macro.
19885 (ia64_dependencies_evaluation_hook): New function.
19886
19887 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
19888 Describe the new hook.
19889
19890 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
19891
19892 * target.h (gcc_target): Add members
19893 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
19894
19895 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
19896 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
19897 macros.
19898 (TARGET_SCHED): Add initiatialization of the new members.
19899
19900 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
19901 insn scheduling too.
19902 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
19903 initialize `ready_try'.
19904 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
19905 `dfa_new_cycle' says not to do it.
19906
19907 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
19908 bundling.
19909
19910 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
19911
19912 * config/ia64/ia64.c: Include `hashtab.h'.
19913 (ia64_first_cycle_multipass_dfa_lookahead_guard,
19914 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
19915 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
19916 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
19917 bundle_state_eq_p, insert_bundle_state,
19918 initiate_bundle_state_table, finish_bundle_state_table,
19919 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
19920 get_template, get_next_important_insn, bundling): New functions.
19921 (ia64_internal_sched_reorder): Remove it.
19922 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
19923 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
19924 (ia64_safe_itanium_requires_unit0): Remove it.
19925 (group_barrier_needed_p): Place group barrier right before a real
19926 insn.
19927 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
19928 Remove them.
19929 (bundle_name): New variable.
19930 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
19931 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
19932 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
19933 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
19934 temp_dfa_state, prev_cycle_state): New global variables.
19935 (insn_matches_slot, maybe_rotate, finish_last_head,
19936 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
19937 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
19938 find_best_packet, itanium_reorder, dump_current_packet,
19939 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
19940 (sched_data, sched_ready, sched_types): Remove them.
19941 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
19942 `init_insn_group_barriers'.
19943 (ia64_sched_reorder, ia64_sched_reorder2): Call
19944 ia64_dfa_sched_reorder.
19945 (ia64_variable_issue): Rewrite it.
19946 (bundle_state): New structure.
19947 (index_to_bundle_states, bundle_states_num,
19948 allocated_bundle_states_chain, free_bundle_state_chain): New
19949 global variables.
19950 (ia64_sched_finish): Add stop bits and call `bundling' after the
19951 2nd insn scheduling.
19952 (ia64_use_dfa_pipeline_interface): Return zero always.
19953 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
19954 insn scheduling.
19955 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
19956 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
19957 (ia64_reorg): Add bundling insns.
19958
19959 * doc/tm.texi
19960 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
19961 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
19962
19963 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
19964
19965 * config/ia64/ia64.md: Add Itanium1 DFA description.
19966 (itanium_class): Add `nop' and `pre_cycle'. Add
19967 define_function_unit for `nop'.
19968 (nop): Change attribute `itanium_class'.
19969 (pre_cycle): New define_insn.
19970
19971 * config/ia64/ia64-protos.h (bundling_p): New external variable.
19972 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
19973 ia64_produce_address_p): New function prototypes.
19974
19975 * config/ia64/ia64.c (bundling_p): New global variable.
19976 (ia64_use_dfa_pipeline_interface,
19977 ia64_first_cycle_multipass_dfa_lookahead,
19978 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
19979 functions.
19980 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
19981 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
19982 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
19983 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
19984 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
19985 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
19986 (dfa_pre_cycle_insn): New variable.
19987
19988 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
19989
19990 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
19991 constructions.
19992
19993 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
19994 New function prototypes.
19995
19996 * genattrtab.c (main): Process the new constructions.
19997
19998 * genautomata.c (gen_presence_absence_set,
19999 process_presence_absence_names, process_presence_absence_patterns,
20000 add_presence_absence, check_absence_pattern_sets): Add parameter
20001 `final_p'.
20002 (unit_decl): Add new members `final_presence_list' and
20003 `final_absence_list'.
20004 (unit_pattern_rel_decl): Add new member `final_p'.
20005 (gen_final_presence_set, gen_final_absence_set): New functions.
20006 (process_decls): Use member `final_p'.
20007 (temp_reserv): New global variable.
20008 (reserv_sets_are_intersected): Add processing `final_presence_set'
20009 and `final_absence_set'.
20010 (initiate_states): Allocate `temp_reserv'.
20011 (unit_final_presence_set_table, unit_final_absence_set_table): New
20012 gloabal variables.
20013 (initiate_presence_absence_pattern_sets): Initiate them.
20014 (NDFA_to_DFA): Fix typo.
20015 (output_description): Output `final_presence_set' and
20016 `final_absence_set'.
20017
20018 * doc/md.texi (final_presence_set, final_absence_set): Describe
20019 them.
20020
20021 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
20022
20023 * genautomata.c (transform_3): Process a missing case (nothing on
20024 unit place).
20025
20026 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
20027
20028 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
20029 comments about queried units and the minimization.
20030
20031 * doc/md.texi: Ditto.
20032
20033 * genautomata.c (create_composed_state): Return nonzero if the new
20034 state has been created.
20035 (first_cycle_unit_presence): New function.
20036 (state_is_differed): Add new parameter. Use the new function.
20037 Take queried units into account.
20038 (partition_equiv_class): Pass additional parameter to
20039 `state_is_differed'.
20040 (merge_states): Process composed states too.
20041 (build_automaton, create_automata, output_min_issue_delay_table,
20042 output_tables, output_statistics): Output more information.
20043 (output_reserved_units_table): Use function
20044 `first_cycle_unit_presence'.
20045 (output_tables): Output table of queried units even if the
20046 minimization is switched on.
20047 (write_automata): Output code for querying units even if the
20048 minimization is switched on.
20049
20050 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
20051
20052 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
20053 syntax of the constructions.
20054
20055 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
20056 extended syntax of the constructions.
20057
20058 * genautomata.c (unit_rel_decl): Rename it to
20059 `unit_pattern_rel_decl'.
20060 (pattern_set_el, pattern_reserv): New structures.
20061 (pattern_set_el_t, pattern_reserv_t): New types.
20062 (gen_presence_absence_set): New function.
20063 (process_presence_absence): Remove it.
20064 (process_presence_absence_names,
20065 process_presence_absence_patterns): New functions.
20066 (get_presence_absence_set): Remove it.
20067 (initiate_presence_absence_sets): Rename it on
20068 `initiate_presence_absence_pattern_sets'. Use new function
20069 `form_reserv_sets_list'.
20070 (form_reserv_sets_list, check_presence_pattern_sets,
20071 check_absence_pattern_sets, output_pattern_set_el_list): New
20072 functions.
20073 (unit_decl): Change types of members `presence_list' and
20074 `absence_list'.
20075 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
20076 (decl): Change types of members `excl', `presence', and `absence'.
20077 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
20078 at the end of the vector.
20079 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
20080 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
20081 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
20082 (gen_presence_set, gen_absence_set): Use new function
20083 `gen_presence_absence_set'.
20084 (add_presence_absence): Process `pattern_list' instead of
20085 `source_list'.
20086 (process_decls): USe new functions
20087 `process_presence_absence_names' and
20088 `process_presence_absence_patterns'.
20089 (reserv_sets_are_intersected): Use new function
20090 `check_presence_pattern_sets'.
20091 (presence_set, absence_set): Remove them.
20092 (unit_presence_set_table, unit_absence_set_table): New global
20093 variables.
20094 (output_description): Use new function
20095 `output_pattern_set_el_list'.
20096 (generate): Use `initiate_presence_absence_pattern_sets'.
20097
20098 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
20099
20100 * genattr.c (main): Add output of prototype of new interface
20101 function `dfa_clean_insn_cache'.
20102
20103 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
20104 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
20105 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
20106 the generated code.
20107 (write_automata): Call the new function.
20108
20109 2003-01-09 Jan Hubicka <jh@suse.cz>
20110
20111 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
20112 correctly.
20113
20114 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
20115
20116 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
20117
20118 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
20119
20120 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
20121 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
20122 (CONSTRAINT_LEN): Provide default definition.
20123 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
20124 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
20125 (EXTRA_CONSTRAINT_STR): Likewise.
20126 (REG_CLASS_FROM_CONSTRAINT): Define.
20127 * genoutput.c (check_constraint_len, constraint_len): New functions.
20128 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
20129 constraint / modifier.
20130 (gen_insn): Call check_constraint_len.
20131 * local-alloc.c (block_alloc): Update to use new macros / pass
20132 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
20133 * ra-build.c (handle_asm_insn): Likewise.
20134 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
20135 (constrain_operands, peep2_find_free_register): Likewise.
20136 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
20137 * regmove.c (find_matches): Likewise.
20138 * reload.c (push_secondary_reload, find_reloads): Likewise.
20139 (alternative_allows_memconst): Likewise.
20140 * reload1.c (maybe_fix_stack_asms): Likewise.
20141 (reload_cse_simplify_operands): Likewise.
20142 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
20143 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
20144 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
20145 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
20146 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
20147 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
20148
20149 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
20150
20151 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
20152
20153 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
20154 length.
20155 (*extzv_1_r_h8300hs): Likewise.
20156 (*extzv_1_r_inv_h8300): Likewise.
20157 (*extzv_1_r_inv_h8300hs): Likewise.
20158
20159 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
20160
20161 * config/h8300/h8300.h (PREDICATE_CODES): New.
20162
20163 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
20164
20165 * config/h8300/h8300.md (*addsi3_upper): New.
20166 (*iorsi3_shift): Likewise.
20167 (two splitters): Likewise.
20168 (*addsi3_shift): Likewise.
20169 (two splitters): Likewise.
20170
20171 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
20172
20173 * Makefile.in (optabs.o): Add dependency on basic-block.h.
20174 * basic-block.h (control_flow_insn_p): Fuction was exported.
20175 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
20176 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
20177 notes only when the region is contained in a single basic block.
20178
20179 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
20180
20181 PR inline-asm/8832
20182 * tree.h (expand_asm): New prototype.
20183 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
20184 to do so.
20185 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
20186 down to expand_asm.
20187 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
20188 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
20189 (volatile_refs_p) [ASM_INPUT]: Likewise.
20190 (side_effects_p) [ASM_INPUT]: Likewise.
20191
20192 2003-01-09 Jan Hubicka <jh@suse.cz>
20193
20194 * i386.md (*mul*): FIx constraints; remove confused comment; fix
20195 athlon_decode attributes
20196 (imul/k8 optimization peep2s): New.
20197
20198 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
20199 * i386.md (type attribute): Add ssecomi.
20200 (unit, memory, prefix attributes): Handle ssecomi.
20201 (cvt?2? patterns): Fix athlon_decode attribute
20202 (comi patterns): Set attribute to ssecomi.
20203
20204 PR target/8343
20205 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
20206
20207 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
20208
20209 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
20210 that match register_operands.
20211 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
20212 register_operand the default case.
20213
20214 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
20215
20216 PR c/8032
20217 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
20218 an empty element, do not advance the pointer to unfilled
20219 fields if there are pending initializers.
20220
20221 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
20222
20223 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
20224 (install-gcc-tooldir, install-cpp, installdirs,
20225 install-common, install-driver, install-info, install-man,
20226 install-headers, install-include-dir, install-headers-tar,
20227 install-headers-cpio, install-headers-cp, install-mkheaders,
20228 install-collect2, uninstall): Prepend $(DESTDIR) to
20229 destination paths in all (un)installation commands.
20230 (install-driver): Rewrite $(LN) commands to support DESTDIR
20231 with "ln" as well as with "ln -s".
20232 (installdirs): Simply use mkinstalldirs.
20233 (install-libgcc, install-multilib): Also pass DESTDIR.
20234 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
20235 installation destination variable ldir.
20236 * config/alpha/t-osf4, config/arm/t-netbsd,
20237 config/ia64/t-hpux, config/mips/t-iris5-6,
20238 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
20239 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
20240 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
20241 in the definition of SHLIB_INSTALL.
20242 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
20243 $(libsubdir) in the installation commands.
20244
20245 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
20246
20247 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
20248 non-optimizing compile.
20249 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
20250 compile.
20251
20252 2003-01-08 Douglas B Rupp <rupp@gnat.com>
20253
20254 * config/i386/i386.c (ix86_attribute_table): Add new attributes
20255 ms_struct and gcc_struct.
20256 (ix86_handle_struct_attribute): New function.
20257 (ix86_ms_bitfield_layout_p): Update to take new attributes
20258 into account.
20259 * doc/extend.texi: Document new attributes.
20260 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
20261
20262 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
20263
20264 PR optimization/8750
20265 * config/i386/i386.c (ix86_expand_prologue): Don't allow
20266 scheduling pass to move insns across __alloca call.
20267
20268 2003-01-08 Dale Johannesen <dalej@apple.com>
20269
20270 * config/rs6000/rs6000.md: Replace *store_multiple_string
20271 with *stmsi[3-8].
20272
20273 2003-01-08 Jeff Sturm <jsturm@one-point.com>
20274
20275 PR target/9210
20276 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
20277 Set SYMBOL_REF_FLAG on local data sym_ref.
20278
20279 2003-01-08 Dale Johannesen <dalej@apple.com>
20280
20281 * function.c (assign_parms): Don't set pretend_args_size if
20282 REG_PARM_STACK_SPACE.
20283 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
20284 pretend_args_size.
20285
20286 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
20287
20288 * gcc.hlp: Delete.
20289
20290 2003-01-09 Jan Hubicka <jh@suse.cz>
20291
20292 * i386.c (ix86_expand_int_addcc): Fix thinko.
20293
20294 2003-01-08 David Edelsohn <edelsohn@gnu.org>
20295
20296 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
20297 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
20298 as hook_bool_tree_hwi_hwi_tree_true.
20299 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
20300 (rs6000_emit_epilogue): Same.
20301 (rs6000_output_mi_thunk): Re-implement as RTL.
20302 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
20303 xcoffout_declare_function if any debugging enabled.
20304
20305 2003-01-08 Chris Demetriou <cgd@broadcom.com>
20306
20307 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
20308 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
20309 * config/mips/mips.h (enum processor_type): Rename
20310 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
20311 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
20312 Add PROCESSOR_M4K.
20313 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
20314 (ISA_MIPS32R2): New define.
20315 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
20316 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
20317 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
20318 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
20319 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
20320 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
20321 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
20322 compiling MIPS16 code.
20323 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
20324 comment.
20325 (ISA_HAS_SEB_SEH): New define.
20326 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
20327 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
20328 processor_type value renaming. Add support for MIPS32R2.
20329 Clean up comments, and move "sb1" entry with other MIPS64 CPU
20330 entries.
20331 (override_options): Reimplement -mipsN option handling so that
20332 it will work correctly for -mips32r2. Avoid branch-likely
20333 instructions on MIPS32R2.
20334 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
20335 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
20336 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
20337 (extendhisi2_hw, extendqisi2_hw): New.
20338 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
20339 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
20340 MIPS32R2, and MIPS64.
20341 (LINK_SPEC): Pass -mips32r2 to linker.
20342 * config/mips/t-isa3264: Built -mips32r2 multilibs.
20343 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
20344 for mips32r2 in the -march description. Alphabetically sort
20345 CPU names in the -march description. Add long-missed -mips32
20346 and -mips64 to MIPS option summary.
20347
20348 * config.gcc: Update copyright years to include 2003.
20349 * config/mips/mips.c: Likewise.
20350 * config/mips/mips.h: Likewise.
20351 * config/mips/mips.md: Likewise.
20352 * config/mips/netbsd.h: Likewise.
20353 * doc/invoke.texi: Likewise.
20354
20355 2003-01-08 Andreas Schwab <schwab@suse.de>
20356
20357 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
20358 variable.
20359 * configure: Regenerated.
20360
20361 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
20362
20363 * config/h8300/h8300.c (output_logical_op): Replace byte/word
20364 extraction of det with b0, b1, w0, w2, etc.
20365 (compute_logical_op_length): Likewise.
20366 (compute_logical_op_cc): Likewise.
20367
20368 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
20369
20370 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
20371 HIGH on all variants.
20372
20373 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
20374
20375 * Makefile.in (PARTITION_H): New.
20376 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
20377 * basic-block.h: Include hard-reg-set.h.
20378
20379 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
20380
20381 * arm.h (ENABLE_XF_PATTERNS): Delete.
20382 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
20383 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
20384 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
20385 (cmpxf_trap): Delete.
20386 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
20387
20388 2003-01-08 Jan Hubicka <jh@suse.cz>
20389
20390 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
20391 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
20392 (add??cc): New expanders.
20393 * i386.c (expand_int_addcc): New function.
20394 * i386-protos.h (expand_int_addcc): Declare.
20395
20396 * alias.c (memory_modified_1): New static function.
20397 (memory_modified): New static varaible.
20398 (memory_modified_in_insn_p): New global function.
20399 * rtl.h (memory_modified_in_insn_p): Declare.
20400 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
20401 references.
20402
20403 * expr.h (emit_conditional_add): Declare.
20404
20405 2003-01-07 Janis Johnson <janis187@us.ibm.com>
20406
20407 PR other/8947
20408 * doc/invoke.texi (-malign-double): Explain that the option breaks
20409 binary compatibility.
20410
20411 2003-01-08 Andreas Schwab <schwab@suse.de>
20412
20413 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
20414 should come from the generic *-*-linux* entry.
20415
20416 2003-01-07 Jan Hubicka <jh@suse.cz>
20417
20418 * cselib.c (cselib_current_insn_in_libcall): New static variable.
20419 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
20420 we are inside libcall.
20421 * cselib.h (elt_loc_list): Add in_libcall.
20422 * gcse.c (do_local_cprop): Do not copy propagate using insns
20423 in libcalls.
20424
20425 2003-01-07 David Edelsohn <edelsohn@gnu.org>
20426
20427 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
20428 not normally affect to issue rate.
20429
20430 2003-01-07 Jan Hubicka <jh@suse.cz>
20431
20432 * genopinit.c (optabs): Add addc_optab.
20433 * ifcvt.c (noce_try_store_flag): Rename to ...
20434 (noce_try_addcc): ... this one; handle generic conditional increment.
20435 (noce_process_if_block): Update noce_try_addcc call.
20436 * optabs.c (emit_conditional_add): New.
20437 (init_obtabs): Initialize addc_optab.
20438 * optabs.h (optab_index): Add OTI_addcc.
20439 (addcc_optab): New macro.
20440 * md.texi: Document addMcc
20441
20442 PR target/8322
20443 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
20444 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
20445 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
20446
20447 * reload1.c (delete_output_reload): Avoid repeated attempts
20448 to delete insn.
20449
20450 2003-01-07 Andreas Schwab <schwab@suse.de>
20451
20452 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
20453 Move --enable-initfini-array check ...
20454 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
20455 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
20456 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
20457 * configure: Rebuild.
20458
20459 2003-01-07 Richard Henderson <rth@redhat.com>
20460
20461 * alias.c (find_base_value): Only use new_reg_base_value shortcut
20462 if the register is set once.
20463
20464 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
20465
20466 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
20467 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
20468 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
20469
20470 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
20471 Sunil Davasam <sunil.k.davasam@intel.com>
20472
20473 PR libstdc++/9076
20474 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
20475 DW_CFA_same_value, read next and ignore.
20476
20477 2003-01-07 Richard Henderson <rth@redhat.com>
20478
20479 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
20480
20481 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
20482
20483 * cfg.c: Include alloc-pool.h
20484 (edge_pool): New pool.
20485 (bb_pool): New pool.
20486 (first_deleted_edge): Remove.
20487 (first_deleted_block): Remove.
20488 (init_flow): Alloc/free the pools.
20489 (free_edge): Use pools.
20490 (alloc_block): Ditto.
20491 (expunge_block): Ditto.
20492 (cached_make_edge): Ditto.
20493
20494 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
20495
20496 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
20497
20498 * et-forest.c: Include alloc-pool.h.
20499 (struct et_forest): Add node_pool and occur_pool.
20500 (et_forest_create): Create the new pools.
20501 (et_forest_delete): Delete them.
20502 (et_forest_add_node): Allocate and free using pools.
20503 (et_forest_add_edge): Ditto.
20504 (et_forest_remove_node): Ditto.
20505 (et_forest_remove_edge): Ditto.
20506
20507 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
20508
20509 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
20510
20511 * config/h8300/h8300.c (output_logical_op): Simplify and
20512 optimize the handling of SImode.
20513 * config/h8300/h8300.c (compute_logical_op_length): Update
20514 accordingly.
20515 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
20516
20517 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
20518
20519 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
20520 big-endian correction to indirect arguments too.
20521
20522 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
20523
20524 Segher Boessenkool <segher@koffie.nl>
20525
20526 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
20527 (alt_reg_names): Ditto, fix formatting.
20528 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
20529
20530 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
20531
20532 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
20533 (output_logical_op): Constify intval and det.
20534 (compute_logical_length): Likewise.
20535 (compute_logical_cc): Likewise.
20536 (output_a_shift): Constify mask.
20537 (h8300_encode_label): Constify len.
20538
20539 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
20540
20541 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
20542 (h8300_expand_epilogue): Likewise.
20543
20544 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
20545
20546 Segher Boessenkool <segher@koffie.nl>
20547
20548 * config/rs6000/altivec.md: Remove spaces from assembler
20549 instruction argument lists.
20550
20551 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20552
20553 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
20554 c4x_assembler_function_p.
20555 (c4x_null_epilogue_p): Complement return value, all uses updated.
20556 (c4x_insert_attributes): Add naked.
20557 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
20558 * doc/extend.texi: Update C4x function attributes.
20559
20560 2003-01-06 Richard Henderson <rth@redhat.com>
20561
20562 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
20563 properly when changing "local-ness".
20564 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
20565
20566 2003-01-06 Dale Johannesen <dalej@apple.com>
20567
20568 * config/darwin-protos.h: Add prototypes for new section functions.
20569
20570 2003-01-06 Chris Demetriou <cgd@broadcom.com>
20571
20572 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
20573 to EABI.
20574
20575 2003-01-06 Zack Weinberg <zack@codesourcery.com>
20576
20577 * hwint.h: If the current compiler has no 64-bit type at all,
20578 make HOST_WIDEST_INT 32 bits.
20579
20580 2003-01-06 Eric Christopher <echristo@redhat.com>
20581
20582 * config/mips/mips.md (movdf_internal2): Fix constraints.
20583
20584 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
20585
20586 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
20587
20588 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
20589
20590 * config/mips/mips.md (leadi): Use dla rather than la.
20591
20592 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
20593
20594 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
20595 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
20596
20597 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
20598
20599 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
20600 redefinition.
20601
20602 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
20603
20604 * config/h8300/h8300.md (*extzv_8_23): New.
20605
20606 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
20607
20608 * pa64-hpux.h (JCR_SECTION_NAME): Define.
20609 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
20610 USE_EH_FRAME_REGISTRY when defining.
20611
20612 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
20613
20614 * config/h8300/h8300.c (output_a_shift): Do not output a
20615 variable shift.
20616 * config/h8300/h8300.md (two splitters): New.
20617
20618 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
20619
20620 * config/mips/mips.md: Disable the movstrsi define_split.
20621
20622 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20623
20624 * alloc-pool.c: Don't include "libiberty.h".
20625 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
20626 * convert.c (convert_to_real): Hide unused variable.
20627
20628 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20629
20630 * Makefile.in (gtyp-gen.h): Const-ify.
20631 * gcov-dump.c (tag_table): Likewise.
20632
20633 2003-01-04 Bruce Korb <bkorb@gnu.org>
20634
20635 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
20636 of *both* the file name and the fix name.
20637
20638 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
20639
20640 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
20641 collect2.
20642 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
20643 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
20644 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
20645 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
20646 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
20647 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
20648 elfos.h.
20649 (EH_FRAME_IN_DATA_SECTION): Delete define.
20650 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
20651 (STARTFILE_SPEC): Use crtbegin.o.
20652 (ENDFILE_SPEC): Use crtend.o.
20653 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
20654 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
20655 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
20656 DTOR_LIST_BEGIN): Define.
20657 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
20658 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
20659 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
20660
20661 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
20662
20663 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
20664 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
20665 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
20666 Cleanup handling of replacement text.
20667 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
20668
20669 2003-01-04 Bruce Korb <bkorb@gnu.org>
20670
20671 * fixinc/tests/base/math.h: removed obsolete results
20672 * fixinc/tests/base/stdlib.h: ditto
20673 * fixinc/tests/base/sys/param.h: ditto
20674 * fixinc/tests/base/sys/stat.h: ditto
20675 * fixinc/tests/base/time.h: ditto
20676 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
20677 * fixinc/tests/base/sys/byteorder.h: ditto
20678 * fixinc/inclhack.def: Remove superfluous backslashes
20679
20680 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
20681
20682 * config/h8300/h8300-protos.h: Add prototypes for
20683 the new functions defined below.
20684 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
20685 define.
20686 (dosize): Emit RTL instead of assembly code.
20687 (push): Likewise.
20688 (pop): Likewise.
20689 (h8300_output_function_prologue): Remove.
20690 (h8300_expand_prologue): New.
20691 (h8300_expand_epilogue): New.
20692 (h8300_output_function_epilogue): Do only the reset of
20693 pragma_saveall.
20694 * config/h8300/h8300.md (push_h8300): New.
20695 (push_h8300hs): Likewise.
20696 (pop_h8300): Likewise.
20697 (pop_h8300hs): Likewise.
20698 (*stm_h8300s_2): Change the name to stm_h8300s_2.
20699 (*stm_h8300s_3): Change the name to stm_h8300s_3.
20700 (*stm_h8300s_4): Change the name to stm_h8300s_4.
20701 (*ldm_h8300s_2): New.
20702 (*ldm_h8300s_3): Likewise.
20703 (*ldm_h8300s_4): Likewise.
20704 (return): Likewise.
20705 (*return_1): Likewise.
20706 (prologue): Likewise.
20707 (epilogue): Likewise.
20708 (monitor_prologue): Likewise.
20709
20710 2003-01-03 Dale Johannesen <dalej@apple.com>
20711
20712 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
20713 machopic_picsymbol_stub1.
20714 (EXTRA_SECTION_FUNCTIONS): Ditto.
20715 * rs6000/rs6000.c: Update copyright.
20716 (machopic_output_stub): Use them. Remove an insn from stub code.
20717
20718 2003-01-02 Jason Merrill <jason@redhat.com>
20719
20720 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
20721
20722 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
20723 static/external decls.
20724
20725 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
20726 outermost scope.
20727 * c-decl.c (c_make_fname_decl): Push the decls there, too.
20728
20729 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
20730
20731 * config/h8300/h8300-protos.h: Add a prototype for
20732 h8300_current_function_interrupt_function_p.
20733 * config/h8300/h8300.c (interrupt_handler): Remove.
20734 (os_task): Likewise.
20735 (monitor): Likewise.
20736 (pragma_interrupt): New.
20737 (WORD_REG_USED): Use
20738 h8300_current_function_interrupt_function_p.
20739 (dosize): Likewise.
20740 (h8300_output_function_prologue): Likewise.
20741 Do not set interrupt_handler, os_task, monitor.
20742 (h8300_output_function_prologue): Use
20743 h8300_current_function_interrupt_function_p.
20744 Do not set interrupt_handler, os_task, monitor.
20745 (h8300_current_function_interrupt_function_p): New.
20746 (h8300_pr_interrupt): Set pragma_interrupt.
20747 (h8300_insert_attributes): Reset pragma_interrupt.
20748
20749 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20750
20751 * doc/install.texi (Configuration): Fix markup for reference to
20752 gcc/config.gcc.
20753
20754 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
20755
20756 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
20757 (*iorhi3_two_qi): Likewise.
20758 (*iorsi3_zexthi): Likewise.
20759 (*xorhi3_zextqi): Likewise.
20760 (*xorsi3_zexthi): Likewise.
20761 (*xorsi3_zextqi): Likewise.
20762
20763 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
20764
20765 * config/h8300/h8300.c (stack_pointer_operand): New.
20766 (const_int_gt_2_operand): Likewise.
20767 (const_int_ge_8_operand): Likewise.
20768 * config/h8300/h8300.md (a splitter): Likewise.
20769 (a peephole2): Likewise.
20770 * config/h8300/h8300-protos.h: Add prototypes for the new
20771 functions above.
20772
20773 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20774
20775 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
20776 objc/objc-act.h: Fix copyright years.
20777
20778 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20779
20780 * doc/passes.texi: Fix documentation for -fssa-ccp
20781
20782 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
20783
20784 * gccbug.in: Update for new categories.
20785
20786 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20787
20788 * config/h8300/h8300.md: Reorder some patterns.
20789
20790 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20791
20792 * config/h8300/h8300.c (output_logical_op): Fix a warning.
20793
20794 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20795
20796 * config/darwin-protos.h, config/c4x/c4x-protos.h,
20797 config/cris/cris-protos.h, config/i370/i370-protos.h,
20798 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
20799 config/v850/v850-protos.h: Use struct, and don't conditionally
20800 compile on GCC_C_PRAGMA_H.
20801
20802 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20803
20804 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
20805 * config/h8300/h8300-protos.h: Likewise.
20806 * config/sh/sh-protos.h: Likewise.
20807
20808 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20809
20810 * config/arm/arm-protos.h: Use struct cpp_reader instead of
20811 cpp_reader.
20812 * config/h8300/h8300-protos.h: Likewise.
20813 * config/sh/sh-protos.h: Likewise.
20814
20815 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20816
20817 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
20818 arm_pr_long_calls_off): Use struct.
20819 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
20820 : Similarly.
20821 Don't include cpplib.h.
20822 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
20823 sh_pr_nosave_low_regs): Similarly.
20824
20825 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20826
20827 * config/h8300/h8300.c: Include cpplib.h.
20828
20829 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
20830
20831 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
20832 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
20833 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
20834 "GCC" in the copyright header.
20835
20836 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20837
20838 * c-pragma.c (c_register_pragma): New.
20839 (init_pragma): Use it.
20840 * c-pragma.h (cpp_register_pragma): Don't declare.
20841 (c_register_pragma): New.
20842 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
20843 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
20844 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
20845 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
20846 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
20847 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
20848 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
20849 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
20850 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
20851 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
20852 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
20853 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
20854
20855 See ChangeLog.8 for earlier changes.