ip2k.c (ip2k_reorg): Use INSN_P instead of its definition.
[gcc.git] / gcc / ChangeLog
1 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
2
3 * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
4 definition.
5
6 2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7
8 * opts.c: Include insn-attr.h.
9 * Makefile.in (opts.o): Depend on INSN_ATTR_H.
10
11 2003-06-27 J"orn Rennecke <joern.rennecke@superh.com>
12
13 * flow.c (propagate_one_insn): Use proper test for a register
14 being part of the return value.
15
16 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
17
18 * config/avr/avr.c: Fix a comment typo.
19
20 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
21
22 * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
23 with avr_simplify_comparison_p.
24 * config/avr/avr.c: Likewise.
25
26 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
27
28 * builtins.c: Follow spelling conventions.
29 * cgraph.c: Likewise.
30 * cpplex.c: Likewise.
31 * config/arm/arm.c: Likewise.
32 * config/arm/iwmmxt.md: Likewise.
33 * config/c4x/c4x-modes.def: Likewise.
34 * config/c4x/c4x.c: Likewise.
35 * config/c4x/c4x.h: Likewise.
36 * config/c4x/c4x.md: Likewise.
37 * config/i386/i386-interix.h: Likewise.
38 * config/mips/mips.h: Likewise.
39
40 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
41
42 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
43 __mc68020__ on TARGET_68020.
44
45 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
46
47 * config/h8300/h8300.c: Fix a comment typo.
48
49 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
50
51 * c-parse.in (yylexstring): Use a location_t.
52
53 * diagnostic.h (diagnostic_set_info): Replace file and lineno
54 parameters with a location_t.
55 * diagnostic.c (diagnostic_set_info): Replace file and lineno
56 parameters with a location_t.
57 (inform, warning, pedwarn, error, sorry, fatal_error,
58 internal_error, warning_with_decl, pedwarn_with_decl,
59 error_with_decl): Adjust.
60 * c-error.c (pedwarn_c99): Adjust.
61 * c-format.c (status_warning): Adjust.
62 * rtl-error.c (file_and_line_for_asm): Rename to ...
63 (location_for_asm): Return a location_t.
64 (diagnostic_for_asm): Adjust.
65
66 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
67
68 * cpptrad.c (skip_macro_block_comment): New.
69 (copy_comment): Use it if appropriate.
70
71 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
72
73 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
74 definition.
75 (store_killed_in_insn): Likewise.
76 * print-rtl.c (print_rtx): Likewise.
77 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
78 * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
79 (m68hc11_reassign_regs): Likewise.
80 (m68hc11_reorg): Likewise.
81
82 2003-06-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
83
84 * diagnostic.c (output_integer_with_precision): New macro.
85 (output_format): Use it. Handle more format specifiers.
86 (output_long_decimal): Remove.
87 (output_unsigned_decimal): Likewise.
88 (output_long_unsigned_decimal): Likewise.
89 (output_octal): Likewise.
90 (output_long_octal): Likewise.
91 (output_hexadecimal): Likewise.
92 (output_long_hexadecimal): Likewise.
93 (output_long_long_decimal): Likewise.
94
95 2003-06-28 Andreas Schwab <schwab@suse.de>
96
97 * config/ia64/ia64.md: Follow recent emit_note API change.
98
99 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
100
101 * c-parse.in (%union): Replace filename & lineno with location.
102 (save_filename, save_lineno): Remove.
103 (save_location): New.
104 (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
105 nested_function, notype_nested_function, if_prefix, lineno_stmt,
106 lineno_label, label): Adjust.
107
108 2003-06-28 Jakub Jelinek <jakub@redhat.com>
109
110 * builtins.c (c_strlen): Add only_value argument.
111 Handle COND_EXPR and COMPOUND_EXPR.
112 (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
113 Adjust c_strlen callers.
114 (expand_builtin_strcpy, expand_builtin_strncpy,
115 expand_builtin_strcmp, expand_builtin_strncmp,
116 expand_builtin_fputs, expand_builtin_sprintf,
117 fold_builtin): Adjust c_strlen callers.
118
119 2003-06-28 Josef Zlomek <zlomekj@suse.cz>
120
121 * bb-reorder.c (find_traces_1_round): Do not send basic block
122 to next round when we are in the last round.
123
124 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
125
126 * Makefile.in: Update.
127 * opts.c: Include tm_p.h.
128 (handle_options): Make static.
129 (decode_options): Copied from toplev.c.
130 * opts.h (decode_options): New.
131 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
132 some to...
133 (general_init): ...here.
134 (toplev_main): Use decode_options instead.
135 * toplev.h (save_argc, save_argv): New.
136
137 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
138
139 * explow.c (find_next_ref): Remove.
140 * rtl.h: Remove the prototype for find_next_ref.
141
142 2003-06-27 Roger Sayle <roger@eyesopen.com>
143
144 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
145 call to match recent API change.
146
147 2003-06-27 Zack Weinberg <zack@codesourcery.com>
148
149 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
150 declaration.
151
152 * c-format.c (check_format_string, get_constant)
153 * cfgrtl.c (rtl_split_edge):
154 Mark the definition static, matching the forward declaration.
155
156 2003-06-27 Gunther Nikl <gni@gecko.de>
157
158 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
159
160 PR target/11014
161 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
162 syntax for MIT / MOTOROLA.
163
164 PR other/10240
165 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
166 * configure: Rebuilt.
167
168 2003-06-27 Chris Demetriou <cgd@broadcom.com>
169
170 * config/mips/mips.c (mips_build_va_list): Make padding in
171 va_list structure explicit to avoid -Wpadded warnings.
172
173 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
174
175 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
176 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
177 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
178 Declare it.
179 * config/s390/s390.md ("reload_outti", "reload_outdi",
180 "reload_outdf"): New expanders.
181
182 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
183 memory operands as source.
184 ("movdi" + splitters): Likewise.
185 ("movdf" + splitters): Likewise.
186 * config/s390/s390.c (s390_split_ok_p): New function.
187 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
188
189 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
190
191 * combine.c (force_to_mode): Replace the equality comparison
192 of INTVALs with a pointer equality comparison.
193 (simplify_comparison): Likewise.
194
195 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
196
197 * jump.c (rtx_renumbered_equal_p): Replace an expression that
198 is known to be 0 with 0.
199
200 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
201
202 * gcse.c (expr_equiv_p): Replace expressions that are known to
203 be 0 with 0.
204
205 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
206
207 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
208 with a pointer equality comparison.
209
210 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
211
212 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
213 are known to be not equivalent.
214
215 2003-06-27 Richard Henderson <rth@redhat.com>
216
217 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
218 in floating point registers. Validate that we don't receive complex
219 values here. Use #elif.
220 (return_in_memory, function_value): New.
221 (alpha_va_arg): Handle complex values as two arguments.
222 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
223 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
224 (SPLIT_COMPLEX_ARGS): New.
225 * config/alpha/alpha-protos.h: Update.
226
227 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
228
229 * ggc-page.c (inverse_table): Change type of mult to size_t.
230 (compute_inverse): Compute inverse using size_t, not unsigned int.
231 Compute inverse also for sizes larger than half a machine page.
232
233 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
234
235 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
236 when called before cgraph_optimize.
237
238 2003-06-27 Zack Weinberg <zack@codesourcery.com>
239
240 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
241 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
242 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
243
244 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
245
246 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
247 of known_decls.
248
249 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
250
251 * defaults.h (REGISTER_MOVE_COST): Define default here.
252 * regclass.c: Don't define default REGISTER_MOVE_COST here.
253 * reload.c, reload1.c: Ditto.
254
255 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
256
257 * flags.h: Really install previous change.
258
259 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
260
261 * rtl.h (emit_note): Remove FILE parameter.
262 * emit-rtl.c (emit_line_note): Adjust emit_note call.
263 (emit_note): Remove FILE parameter. Adjust.
264 * builtins.c (expand_builtin_expect): Adjust emit_note call.
265 * c-semantics.c (genrtl_scope_stmt): Likewise.
266 (expand_stmt): Likewise.
267 * cfglayout.c (reemit_insn_block_notes): Likewise.
268 (duplicate_insn_chain): Likewise.
269 * except.c (expand_eh_region_start, expand_eh_region_end,
270 sjlj_emit_function_enter): Likewise.
271 * explow.c (probe_stack_range): Likewise.
272 * expr.c (emit_block_move_via_loop): Likewise.
273 * function.c (init_function_start, expand_function_start,
274 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
275 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
276 * reg-stack.c (compensate_edge): Likewise.
277 * reload1.c (reload): Likewise.
278 * rtlanal.c (hoist_insn_to_edge): Likewise.
279 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
280 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
281 expand_exit_loop_top_cond, expand_value_return,
282 expand_start_bindings_and_block, expand_end_bindings,
283 expand_decl_cleanup, expand_start_case): Likewise.
284 * unroll.c (copy_loop_body
285 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
286 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
287 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
288 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
289 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
290 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
291 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
292
293 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
294
295 * c-tree.h (grokfield): Remove unused filename and line parameters.
296 * c-decl.c (grokfield): Remove unused filename and line parameters.
297 * c-parse.in (component_decl): Adjust field grokking rules, adjust
298 grokfield calls.
299 (component_declarator): Likewise.
300 (component_notype_declarator): Likewise.
301 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
302 calls.
303 (build_protocol_template, build_method_prototype_list_template,
304 build_method_prototype_template, build_category_template,
305 build_selector_template, build_class_template,
306 build_super_template, build_ivar_template,
307 build_ivar_list_template, build_method_list_template,
308 build_method_template, add_instance_variable): Likewise.
309
310 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
311
312 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
313 OP2 are known to be not equivalent.
314
315 2003-06-26 Devang Patel <dpatel@apple.com>
316
317 * final.c (debug_flush_symbol_queue): New function.
318 (debug_queue_symbol): New function.
319 (debug_free_queue): New function.
320 (debug_nesting): New variable.
321 (symbol_queue): New variable.
322 (symbol_queue_index): Same.
323 (symbol_queue_size): Same.
324 * debug.h (debug_flush_symbol_queue): New.
325 (debug_queue_symbol): New.
326 (debug_free_queue): New.
327 (debug_nesting): New.
328 (symbol_queue_index): New.
329 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
330 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
331 (dbxout_init): Delay symbol output.
332 (dbxout_global_decl): Save, set and reset TREE_USED bit around
333 dbxout_symbol() call.
334 (dbxout_begin_function): Same.
335 (dbxout_finish): Free symbol queue.
336 (dbxout_type): Put appropriate symbols in queue.
337 (dbxout_symbol): Put info for symbol's type in queue.
338 Decrement/Increment nesting counts flush symbol queue appropriately.
339 (dbxout_parms): Increment dbxout nesting.
340 (dbxout_reg_parms): Same.
341 * flags.h (flag_debug_only_used_symbols): New.
342 * toplev.c (flag_debug_only_used_symbols): New variable.
343 (lang_independent_options): Add entries for new option
344 -feliminate-unused-debug-symbols.
345 * common.opt: Add entry for -feliminate-unused-debug-symbols.
346 * opts.c (common_handle_options): Same.
347 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
348 -feliminate-unused-debug-symbols.
349 * doc/invoke.texi (Debugging Options): Document
350 -feliminate-unused-debug-symbols.
351
352 2003-06-26 Roger Sayle <roger@eyesopen.com>
353 Jakub Jelinek <jakub@redhat.com>
354
355 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
356 obtain the format string instead of using TREE_STRING_POINTER and
357 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
358 return value is unused or the length of src is a known constant.
359
360 2003-06-26 Richard Henderson <rth@redhat.com>
361
362 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
363
364 2003-06-26 Richard Henderson <rth@redhat.com>
365
366 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
367 (ia64_split_call): Only load descriptor for GP register inputs.
368 (ia64_expand_epilogue): Check current_frame_info.mask not
369 current_function_is_leaf to restore ar.pfs.
370
371 2003-06-26 Richard Henderson <rth@redhat.com>
372
373 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
374 instead of replacing it.
375
376 2003-06-26 Richard Henderson <rth@redhat.com>
377
378 * flow.c (propagate_one_insn): Kill function return value
379 registers across tail calls.
380
381 * flow.c (propagate_one_insn): Preserve live-at-end registers
382 across tail calls.
383
384 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
385
386 * reload.c (can_reload_into): New function.
387 (push_reload): Use it.
388
389 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
390
391 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
392 references to the amount of a rotation.
393
394 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
395
396 * config/sh/coff.h: Don't include dbxcoff.h.
397 * config.gcc: List it here.
398
399 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
400
401 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
402 earlier. Don't check if SRC is a constant.
403
404 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
405
406 * Makefile.in (OBJS): Add postreload.o.
407 Remove cselib.h from the dependency list for reload1.o.
408 Add a dependency list for postreload.o.
409 * reload.h: Change the comment for the prototype of
410 reload_cse_regs.
411 * reload1.c: Don't include cselib.h.
412 (reload_cse_regs): Move to postreload.c
413 (reload_cse_regs_1): Likewise.
414 (reload_cse_noop_set_p): Likewise.
415 (reload_cse_simplify_set): Likewise.
416 (reload_cse_simplify_operands): Likewise.
417 (RELOAD_COMBINE_MAX_USES): Likewise.
418 (reload_combine_ruid): Likewise.
419 (LABEL_LIVE): Likewise.
420 (reload_combine): Likewise.
421 (reload_combine_note_use): Likewise.
422 (reload_combine_note_store): Likewise.
423 (reg_set_luid): Likewise.
424 (reg_offset): Likewise.
425 (reg_base_reg): Likewise.
426 (reg_mode): Likewise.
427 (move2add_luid): Likewise.
428 (move2add_last_label_luid): Likewise.
429 (MODES_OK_FOR_MOVE2ADD): Likewise.
430 (reload_cse_move2add): Likewise.
431 (move2add_note_store): Likewise.
432 (reload_cse_simplify): Likewise.
433 * postreload.c: New.
434
435 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
436
437 * config/avr/avr.c (final_prescan_insn): Remove support for
438 -mrtl.
439 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
440 (TARGET_RTL_DUMP): Likewise.
441 (TARGET_SWITCHES): Remove -mrtl.
442
443 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
444
445 * config/h8300/h8300-protos.h: Change emit_a_rotate to
446 output_a_rotate. Add a prototype for compute_a_rotate_length.
447 * config/h8300/h8300.c (emit_a_rotate): Change to
448 output_a_rotate.
449 (compute_a_rotate_length): New.
450 (h8300_adjust_insn_length): Remove.
451 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
452 * config/h8300/h8300.md (adjust_length): Remove.
453 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
454 (*rotlhi3_1): Likewise.
455 (*rotlsi3_1): Likewise.
456
457 2003-06-26 Roger Sayle <roger@eyesopen.com>
458 Richard Henderson <rth@redhat.com>
459
460 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
461 list against re-evaluation. If expand_unop fails, call expand_call
462 with the stabilized argument list rather than return NULL_RTX.
463 (expand_builtin_mathfn2): Likewise, always stabilize the argument
464 list, and call expand_call ourselves if expand_binop fails.
465
466 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
467
468 PR optimization/11210
469 * fold-const (decode_field_reference): Strip only NOPs that
470 don't affect the sign.
471
472 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
473
474 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
475 (pop_fpscr, fpu_switch): Likewise.
476
477 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
478
479 * value-prof.c: New.
480 * value-prof.h: New.
481 * Makefile.in (value-prof.o): New.
482 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
483 (profile.o): Add value-prof.h and tree.h dependency.
484 * flags.h (flag_profile_values): Declare.
485 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
486 Add new counters.
487 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
488 GCOV_COUNTER_V_DELTA): New counter sections.
489 (__gcov_merge_single, __gcov_merge_delta): Declare.
490 * flow.c (mark_used_regs): Set subregs_of_mode only when the
491 structure is initialized.
492 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
493 * profile.c: Include value-prof.h and tree.h.
494 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
495 gen_const_delta_profiler, instrument_values): New static functions.
496 (get_exec_counts): Fix comment.
497 (branch_prob): Invoke instrument_values.
498 * toplev.c (flag_profile_values): New flag.
499 * doc/invoke.texi (-fprofile-values): Document.
500
501 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
502
503 * Makefile.in (cfgrtl.o): Add expr.h dependency.
504 * cfgrtl.c: Include expr.h.
505 (mark_killed_regs, safe_insert_insn_on_edge): New
506 functions.
507 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
508 * basic-block.h (safe_insert_insn_on_edge): Declare.
509
510 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
511
512 * c-opts.c (missing_arg): Make non-static.
513 (c_common_handle_option): Don't check for missing arguments.
514 * opts.c (handle_option): Check for missing arguments.
515
516 2003-06-26 David Edelsohn <edelsohn@gnu.org>
517
518 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
519
520 2003-06-25 Loren James Rittle <ljrittle@acm.org>
521
522 * configure.in (ld_vers): Portability [sed].
523 * configure: Regenerate with autoconf213.
524
525 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
526
527 * doc/extend.texi: Document new builtin functions for Intel
528 Prescott New Intrunctions.
529
530 * doc/invoke.texi: Document new command-line options, -mpni and
531 -mno-pni, for Intel Prescott New Intrunctions.
532
533 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
534
535 * config/i386/i386.c (override_options): Turn on MASK_SSE2
536 for -mpni. Turn on MASK_SSE for -msse2.
537 (bdesc_2arg): Add PNI builtins with 2 args.
538 (bdesc_1arg): Add PNI builtins with 1 arg.
539 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
540 (ix86_expand_builtin): Likewise.
541
542 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
543 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
544 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
545 (TARGET_PNI): New.
546 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
547 -mpni and -mno-pni.
548 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
549 (ix86_builtins): Add PNI builtins.
550 (config/i386/i386.md): Add PNI patterns.
551
552 * config/i386/pmmintrin.h: New file.
553
554 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
555
556 * config/h8300/h8300.md (call): Fix the insn lengths.
557 (call_value): Likewise.
558
559 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
560
561 * c-common.c (handle_used_attribute): Use mark_referenced.
562 * varasm.c (mark_referenced): Break out from ...
563 (assemble_name): ... here.
564 * tree.h (mark_referenced): Declare.
565
566 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
567
568 * gccbug.in: Add PCH to list of categories.
569
570 2003-06-25 Martin Schaffner <schaffner@gmx.li>
571
572 * cppfiles.c: Clarify comments.
573 * cpphash.h: Likewise.
574 * cpplib.h: Likewise.
575 * cppmacro.c: Likewise.
576 * mkdeps.h: Likewise.
577
578 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
579
580 * c-opts.c (complain_wrong_lang, write_langs): Remove.
581 (c_common_handle_option): Complaints about wrong language are
582 handled in opts.c now.
583 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
584 (find_opt): Fix thinko.
585 (handle_option): Update prototype. Complain about switches for
586 a different front end.
587 * opts.h (lang_names, handle_options): New.
588 (handle_option): Remove.
589 * opts.sh: Write out language names array.
590 * toplev.c (parse_options_and_default_flags): Use handle_options.
591
592 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
593
594 * config/i386/i386.c (MASK_SSE1): Removed.
595 (MASK_SSE164): Removed.
596 (MASK_SSE264): Removed.
597 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
598 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
599 with MASK_SSE2 | MASK_64BIT.
600 (bdesc_1arg): Likewise.
601 (ix86_init_mmx_sse_builtins): Likewise.
602
603 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
604 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
605 -msse2.
606
607 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
608
609 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
610 (HOST_WIDE_INT_PRINT_DEC_SPACE,
611 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
612 HOST_WIDEST_INT_PRINT_DEC_SPACE,
613 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
614 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
615 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
616 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
617
618 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
619 * ra-debug.c (dump_static_insn_cost): Likewise.
620
621 2003-06-26 Nick Clifton <nickc@redhat.com>
622
623 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
624 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
625 Replace occurances of '???' with 'XXX' incase they are
626 mistaken for trigraphs.
627 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
628 does not have a register for the first operand.
629
630 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
631
632 * config/sh/sh.c (sh_register_move_cost):
633 Add case for moving between MAC_REGS.
634
635 2003-06-25 Zack Weinberg <zack@codesourcery.com>
636
637 PR 10178
638 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
639 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
640 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
641 to true.
642 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
643 return 0.
644
645 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
646
647 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
648 * bt-load.c: Include "tm_p.h".
649
650 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
651
652 * config/h8300/h8300.c (compute_mov_length): Adjust for the
653 new optimization.
654 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
655 an SImode constant whose upper and lower are the same.
656
657 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
658
659 * varasm.c (assemble_name): Mark needed variables even when
660 global info is ready.
661
662 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
663
664 PR other/11280
665 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
666 -freorder-functions description.
667
668 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
669
670 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
671
672 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
673
674 * opts.c (common_handle_option): Add missing break;s.
675
676 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
677
678 * config/h8300/h8300-protos.h: Add a prototype for
679 compute_mov_length.
680 * config/h8300/h8300.c (compute_mov_length): New.
681 * config/h8300/h8300.md (*movqi_h8300): Use it.
682 (*movqi_h8300hs): Likewise.
683 (movstrictqi): Likewise.
684 (*movhi_h8300): Likewise.
685 (*movhi_h8300hs): Likewise.
686 (movstricthi): Likewise.
687 (*movsi_h8300): Likewise.
688 (*movsf_h8300): Likewise.
689 (*movsi_h8300hs): Likewise.
690 (*movsf_h8300hs): Likewise.
691
692 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
693
694 * jump.c (next_nondeleted_insn): Remove.
695 * rtl.h: Remove the prototype for next_nondeleted_insn.
696
697 2003-06-24 Roger Sayle <roger@eyesopen.com>
698
699 PR optimization/11311
700 * builtins.c (powi_cost): Fix typo. The number of multiplications
701 required is the number to reduce the argument, result, plus the
702 cost of calculating the residual, val [not n, the original value].
703
704 2003-06-24 Roger Sayle <roger@eyesopen.com>
705
706 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
707
708 2003-06-24 Richard Henderson <rth@redhat.com>
709 (blame to: Loren James Rittle <ljrittle@acm.org>)
710
711 * real.h (ieee_extended_intel_96_round_53_format): New.
712 * real.c (ieee_extended_intel_96_round_53_format): New.
713 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
714 for XFmode and TFmode.
715
716 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
717
718 * config/h8300/h8300.md (4 anonymous patterns): Give internal
719 names.
720 (movsi_h8300): Change the name to *movsi_h8300.
721 (movsi_h8300hs): Change the name to *movsi_h8300hs.
722 (movsf_h8300): Change the name to *movsf_h8300.
723 (movsf_h8300hs): Change the name to *movsf_h8300hs.
724
725 2003-06-24 Jakub Jelinek <jakub@redhat.com>
726
727 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
728 src twice.
729
730 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
731
732 Back out these patches:
733 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
734 * sh.h (OLD_ARG_MODE): New macro.
735 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
736 (FUNCTION_ARG_1): Break out of:
737 (FUNCTION_ARG). Use OLD_ARG_MODE.
738 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
739 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
740 of the generated register.
741
742 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
743 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
744 an even number of floating point regs are in use, use the same
745 sequence of argument passing registers for SCmode as would be
746 used for two SFmode values.
747 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
748 swap real / imaginary parts in incoming SCmode values passed
749 in registers.
750
751 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
752
753 PR target/11260
754 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
755
756 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
757
758 * Makefile.in (cgraph.o): Depend on output.h, not depend on
759 tree-inline.h
760 * cgraph.c: Do not include tree-inline.h; include output.h
761 (known_fns): Rename to ...
762 (known_decls): ... this one; update all uses.
763 (cgraph_varpool_hash): New static variable.
764 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
765 variables.
766 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
767 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
768 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
769 New functions.
770 * cgraph.h (cgraph_varpool_node): New structure.
771 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
772 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
773 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
774 cgraph_varpool_asemble_pending_decls): Declare.
775 * cgraphunit.c (record_call_1): Notice variable references.
776 (cgraph_finalize_compilation_unit): Assemble pending variables.
777 * toplev.c (wrapup_global_declarations): Use varpool.
778 (compile_file): Assemble pending declarations.
779 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
780 * varasm.c (assemble_name): Notice varpool references.
781
782 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
783
784 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
785 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
786 * varasm.c (assemble_variable): Call prepare_assemble_variable.
787
788 2003-06-23 Roger Sayle <roger@eyesopen.com>
789
790 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
791 calls for pow, powf, powl and their __builtin_ variants.
792 (expand_builtin_pow): If the second argument is a constant
793 integer and compiling with -ffast-math, use expand_powi to
794 generate RTL if powi_cost is less than POWI_MAX_MULTS.
795 (powi_cost): New function to return the number of multiplications
796 necessary to evaluate an Nth power, for integer constant N.
797 (expand_powi): New function to expand the RTL for evaluating
798 the Nth power of a floating point value, for integer constant N.
799
800 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
801
802 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
803
804 * cgraph.c (cgraph_nodes_queue): Declare.
805 (eq_node): Take identifier as p2.
806 (cgraph_node): Update htab_find_slot_with_hash call.
807 (cgraph_node_for_identifier): New.
808 (cgraph_mark_needed_node): Move here from cgraphunit.c.
809 * cgraph.h (cgraph_nodes_queue): Declare.
810 (cgraph_node_for_identifier): Declare.
811 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
812 instead of in cgraph_finalize_compilation_unit; constructors and
813 destructors are entry points.
814 (cgraph_finalize_compilation_unit): Reorganize debug outout;
815 examine nested functions after lowerng; call collect_functions hook.
816 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
817 (cgraph_finalize_compilation_unit): Do not collect entry points.
818 * varasm.c: Include cgraph.h
819 (assemble_name): Mark referenced identifier as needed.
820
821 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
822
823 2003-06-23 Jakub Jelinek <jakub@redhat.com>
824
825 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
826 just SYMBOL_REF.
827 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
828 mode, as it requires pic register loaded.
829
830 * varasm.c (resolve_unique_section): Remove prototype. No longer
831 static.
832 * tree.h (resolve_unique_section): New prototype.
833
834 2003-06-23 Andreas Schwab <schwab@suse.de>
835
836 PR debug/9905
837 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
838 recursing through first argument.
839
840 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
841
842 * ChangeLog.1: Fix a typo.
843 * cfgrtl.c: Fix comment typos.
844 * dwarf2out.c: Likewise.
845 * expmed.c: Likewise.
846 * genrecog.c: Likewise.
847 * jump.c: Likewise.
848 * rtlanal.c: Likewise.
849 * ssa-dce.c: Likewise.
850 * toplev.c: Likewise.
851
852 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
853
854 * doc/extend.texi: Fix typos.
855 * doc/md.texi: Likewise.
856 * doc/tm.texi: Likewise.
857
858 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
859
860 * basic-block.h: Fix comment formatting.
861 * bt-load.c: Likewise.
862 * builtins.c: Likewise.
863 * c-common.c: Likewise.
864 * c-common.h: Likewise.
865 * c-format.c: Likewise.
866 * coverage.c: Likewise.
867 * cpplib.h: Likewise.
868 * cpppch.c: Likewise.
869 * dbxout.c: Likewise.
870 * diagnostic.c: Likewise.
871 * dwarf2out.c: Likewise.
872 * expr.c: Likewise.
873 * fold-const.c: Likewise.
874 * function.c: Likewise.
875 * gcc.c: Likewise.
876 * gcov-io.c: Likewise.
877 * gcov-io.h: Likewise.
878 * gcov.c: Likewise.
879 * profile.c: Likewise.
880 * real.h: Likewise.
881 * sched-deps.c: Likewise.
882
883 2003-06-23 Roger Sayle <roger@eyesopen.com>
884 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
885
886 * doc/contrib.texi (Contributors): Add a note on testing and
887 remove duplicates from testers list.
888
889 2003-06-23 Nick Clifton <nickc@redhat.com>
890
891 * read-rtl.c (read_braced_string): Check for EOF. If
892 encountered issue an error message.
893
894 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
895
896 * doc/invoke.texi: Document dump options, dT and dW.
897
898 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
899
900 * genrecog.c (pred_table): Remove the entry for
901 mode_independent_operand.
902 * recog.c (next_insns_test_no_inequality): Remove.
903 (mode_independent_operand): Likewise.
904 * recog.h: Remove the prototype for mode_independent_operand.
905
906 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
907
908 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
909 store into bit 0.
910 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
911 second alternative to set_znv.
912 (*extzv_1_r_inv_h8300hs): Likewise.
913
914 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
915
916 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
917 set in_tree_gas_is_elf accordingly.
918 (in_tree_ld): Find out whether LD emulation is ELF, set
919 in_tree_ld_is_elf accordingly.
920 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
921 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
922 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
923 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
924 grepping gas/Makefile.
925 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
926 $in_tree_ld_is_elf instead of grepping ld/Makefile.
927 * configure: Regenerate.
928
929 2003-06-22 Roger Sayle <roger@eyesopen.com>
930
931 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
932 up the stabilized argument list, not build_tree_list.
933 (expand_builtin_strcpy): Construct new argument list manually
934 instead of using chainon to modify the original argument list.
935 (expand_builtin_stpcpy): Construct new argument list manually
936 instead of using copy_list and chainon.
937 (expand_builtin_sprintf): New function. Optimize calls to
938 sprintf when the format is "%s" or doesn't contain a '%'.
939 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
940 expand_builtin_sprintf.
941
942 2003-06-22 Andreas Schwab <schwab@suse.de>
943
944 * function.c (set_insn_locators): Mark as unused.
945
946 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
947
948 * common.opt: Add -finline-limit.
949 * opts.c (common_handle_options): Handle it.
950 * opts.sh: Temporary kludge for -finline-limit.
951 * toplev.c (decode_f_option, independent_decode_option): Die.
952 (parse_options_and_default_flags): No independent_decode_option.
953
954 2003-06-22 Andreas Jaeger <aj@suse.de>
955
956 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
957
958 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
959
960 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
961
962 2003-06-22 Andreas Schwab <schwab@suse.de>
963
964 * doc/invoke.texi: Remove leading `-' from options in index.
965
966 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
967
968 * bt-load.c: Follow spelling conventions.
969
970 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
971
972 * expr.c (emit_move_insn_1): Fix a comment typo.
973
974 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
975
976 * doc/invoke.texi: Alphabetize dump options.
977
978 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
979
980 * doc/invoke.texi: Remove a duplicate -dk.
981
982 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
983
984 * doc/invoke.texi: Update dump file names.
985
986 2003-06-22 Zack Weinberg <zack@codesourcery.com>
987
988 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
989 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
990
991 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
992
993 * doc/rtl.texi: Fix the @findex for pre_modify.
994
995 2003-06-22 Andreas Jaeger <aj@suse.de>
996
997 * caller-save.c: Convert to ISO C90.
998 * calls.c: Likewise.
999 * cfg.c: Likewise.
1000 * cfganal.c: Likewise.
1001 * cfgbuild.c: Likewise.
1002 * cfgcleanup.c: Likewise.
1003 * cfghooks.c: Likewise.
1004 * cfglayout.c: Likewise.
1005 * cfglayout.h: Likewise.
1006 * cfgloop.c: Likewise.
1007 * cfgloop.h: Likewise.
1008 * cfgloopanal.c: Likewise.
1009 * cfgloopmainip.c: Likewise.
1010 * cfgrtl.c: Likewise.
1011
1012 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
1013
1014 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
1015 64-bit alignment.
1016
1017 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
1018
1019 * arm.md (all call_value patterns): Remove register constraints on
1020 value operand.
1021
1022 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
1023
1024 * common.opt: More -f switches.
1025 * opts.c (common_handle_options): Handle them.
1026 * toplev.c (time_report): Make extern.
1027 (f_options): USe flag_dummy.
1028 (decode_f_option): No need to use f_options now.
1029 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
1030 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
1031
1032 2003-06-22 Andreas Jaeger <aj@suse.de>
1033
1034 * c-lex.c: Convert to ISO C90.
1035 * c-objc-common.c: Likewise.
1036 * c-opts.c: Likewise.
1037 * c-pch.c: Likewise.
1038 * c-ppoutput.c: Likewise.
1039 * c-pragma.h: Likewise.
1040 * c-pretty-print.c: Likewise.
1041 * c-pretty-print.h: Likewise.
1042 * c-semantics.c: Likewise.
1043 * c-tree.h: Likewise.
1044 * c-typeck.c: Likewise.
1045
1046 * c-lang.c: Convert to ISO C90.
1047
1048 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
1049
1050 * opts.c (find_opt): Fix to always guarantee a find of a
1051 switch with joined parameter.
1052 * opts.h (struct cl_option): New member back_chain.
1053 * opts.sh: Update to calculate and add back_chain member.
1054
1055 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
1056
1057 * diagnostic.h (output_host_wide_integer): Declare.
1058 * diagnostic.c (output_long_long_decicaml): New function.
1059 (output_host_wide_integer): Likewise.
1060 (output_format): Use them. Handle "%ll" and "%w".
1061
1062 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
1063
1064 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
1065
1066 2003-06-21 Zack Weinberg <zack@codesourcery.com>
1067
1068 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
1069 * configure.in: Don't use gcc_AC_C_CHARSET.
1070 * configure, config.in: Regenerate.
1071 * config/i370/i370.c, config/i370/i370.h: Use
1072 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
1073 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
1074
1075 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
1076
1077 * Makefile.in: Update.
1078 * common.opt: New switches.
1079 * opts.c: Include diagnostic.h.
1080 (common_handle_option): Handle new switches.
1081 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
1082 flag_if_conversion2, flag_delete_null_pointer_checks,
1083 flag_rerun_cse_after_loop): Make extern.
1084 (flag_dummy): New.
1085 (f_options): Update to use flag_dummy for moved options.
1086 (decode_f_option): Some switches moved to opts.c.
1087 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
1088 flag_if_conversion2, flag_delete_null_pointer_checks,
1089 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
1090 flag_tracer, flag_thread_jumps, flag_unroll_loops,
1091 flag_unroll_all_loops, flag_unswitch_loops): New.
1092
1093 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
1094
1095 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
1096
1097 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
1098
1099 * config/h8300/h8300-protos.h: Add a prototype for
1100 same_cmp_preceding_p.
1101 * config/h8300/h8300.c (same_cmp_preceding): New.
1102 * config/h8300/h8300.md: Extend peephole2's that transform
1103 compare:SI into shorter sequences so that they can deal with
1104 signed comparisons.
1105
1106 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1107
1108 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
1109
1110 Update Andreas Jaeger's entry.
1111
1112 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
1113 Loren J. Rittle.
1114
1115 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
1116
1117 * mkconfig.sh: Add multiple inclusion guards to generated headers.
1118
1119 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
1120
1121 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
1122 * common.opt: Add remaining -W options and -g.
1123 * diagnostic.c (warnings_are_errors): Remove.
1124 * flags.h: Make most warning flags boolean.
1125 * opts.c (common_handle_option): Handle remaining -W options, and -g.
1126 Move many warning flags from toplev.c, making them boolean.
1127 * toplev.c: Remove many warning flags.
1128 (decode_W_option): Remove.
1129 (decode_g_option): Make extern. Error on unknown switch.
1130 (lang_independent_W_options): Use warn_dummy.
1131 (independent_decode_option): Just handle -f switches now.
1132 * toplev.h (decode_g_option): New.
1133
1134 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
1135
1136 PR/11092
1137 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
1138 vectors.
1139
1140 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
1141
1142 * opts.sh: Tweak awk script for portability.
1143
1144 2003-06-20 Mark Mitchell <mark@codesourcery.com>
1145
1146 PR c++/10888
1147 * tree-inline.c (expand_call_inline): Do not warn about failing to
1148 inline functions declared in system headers.
1149 * doc/invoke.texi (-Winline): Expand on documentation.
1150
1151 2003-06-20 Richard Henderson <rth@redhat.com>
1152
1153 * config/alpha/alpha.c (alpha_file_start): Disable
1154 file_start_file_directive for ELF and not MDEBUG.
1155
1156 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
1157
1158 * sh.h (ROUND_TYPE_ALIGN): Remove.
1159
1160 2003-06-20 Richard Henderson <rth@redhat.com>
1161
1162 * hooks.c (hook_int_void_no_regs): Rename from
1163 hook_reg_class_void_no_regs; change return type.
1164 * hooks.h: Update.
1165 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
1166 * target.h (branch_target_register_class): Change return type to int.
1167 Add documentation.
1168 * config/sh/sh.c (sh_target_reg_class): Change return type.
1169 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
1170
1171 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
1172
1173 * c-format.c: Change _Bool to bool reverting part of the last
1174 patch.
1175
1176 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1177
1178 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
1179 strip name encoding.
1180
1181 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1182
1183 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
1184 * configure: Regenerate.
1185 Fixes PR driver/9362.
1186
1187 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1188
1189 * config/alpha/alpha.c (alpha_file_start): Fix typo.
1190
1191 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1192
1193 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
1194 to ASM_OUTPUT_SOURCE_LINE.
1195
1196 2003-06-20 Daniel Egger <degger@fhm.edu>
1197 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1198
1199 * doc/install.texi (Building): Correct and improve statement
1200 about parallel builds.
1201
1202 2003-06-20 Andreas Jaeger <aj@suse.de>
1203
1204 * c-common.c: Change _Bool to bool reverting part of the last
1205 patch.
1206
1207 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
1208
1209 * tree.h (expand_function_end): Remove all parameters.
1210 * function.c (expand_function_end): Remove all parameters.
1211 Use input_location. Never expand_end_bindings.
1212 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
1213 * coverage.c (create_coverage): Likewise.
1214
1215 2003-06-20 Nick Clifton <nickc@redhat.com>
1216
1217 * doc/extend.texi (ARM Built-in Functions): New node. Document
1218 ARM builtin functions for iWMMXt support.
1219
1220 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
1221
1222 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
1223 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
1224 (--with-as): Add @anchor.
1225 (--with-gnu-ld): Fix typo.
1226 (--with-ld): Add @uref to --with-as.
1227
1228 2003-06-19 Zack Weinberg <zack@codesourcery.com>
1229
1230 * doc/tm.texi: Uniformly use @defmac for macros, rather than
1231 @table items. Minor formatting and editorial corrections.
1232
1233 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
1234
1235 * line-map.c, line-map.h: Convert to ISO prototypes.
1236
1237 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1238
1239 * gcse.c (store_killed_in_insn): Fix.
1240
1241 2003-06-19 Zack Weinberg <zack@codesourcery.com>
1242
1243 * target.h (asm_out.file_start, file_start_app_off,
1244 file_start_file_directive): New hooks.
1245 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
1246 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
1247 New hook-definition macros.
1248 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
1249 * varasm.c (default_file_start): New.
1250 * output.h: Prototype it.
1251 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
1252 * system.h: Poison ASM_FILE_START.
1253
1254 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
1255 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
1256 (unicosmk_asm_file_start): Rename unicosmk_file_start,
1257 make static, take no arguments.
1258 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
1259 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
1260 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
1261 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
1262 comment.
1263 * config/arc/arc.c (arc_asm_file_start): Rename
1264 arc_file_start, take no arguments, make static.
1265 (TARGET_ASM_FILE_START): Set it.
1266 * config/arm/arm.c (aof_file_start): New static function.
1267 (TARGET_ASM_FILE_START): Set it, when appropriate.
1268 * config/arm/coff.h, config/arm/elf.h:
1269 Set TARGET_ASM_FILE_START_APP_OFF to true.
1270 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
1271 take no arguments, make static.
1272 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
1273 Set them.
1274 * config/c4x/c4x.c (c4x_file_start): New static function.
1275 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
1276 Set them.
1277 * config/cris/cris.c (cris_file_start): New static function.
1278 (TARGET_ASM_FILE_START): Set it.
1279 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
1280 dsp16xx_file_start, make static.
1281 (luxworks_dsp16xx_file_start): Delete.
1282 (TARGET_ASM_FILE_START): Set it.
1283 * config/h8300/h8300.c (asm_file_start): Rename
1284 h8300_file_start, make static, take no arguments.
1285 (TARGET_ASM_FILE_START): Set it.
1286 * config/i370/i370.c (i370_file_start): New static function.
1287 (TARGET_ASM_FILE_START): Set it.
1288 * config/i386/i386.c (x86_file_start): New static function.
1289 (TARGET_ASM_FILE_START): Set it.
1290 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
1291 X86_FILE_START_FLTUSED): New macros, default to false.
1292 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
1293 * config/i386/sysv4.h, config/i386/sco5.h: Override
1294 X86_FILE_START_VERSION_DIRECTIVE to true.
1295 * config/ia64/ia64.c (ia64_file_start): New static function.
1296 (TARGET_ASM_FILE_START): Set it.
1297 (emit_safe_across_calls): Take no arguments.
1298 * config/ia64/ia64.md: Update to match.
1299 * config/m32r/m32r.c (m32r_asm_file_start): Rename
1300 m32r_file_start, make static, take no arguments.
1301 (TARGET_ASM_FILE_START): Set it.
1302 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
1303 m68hc11_file_start, make static, take no arguments.
1304 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1305 (print_options): Delete.
1306 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
1307 (TARGET_ASM_FILE_START_APP_OFF): Set.
1308 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
1309 m68k_hp320_file_start.
1310 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
1311 Make static, take no arguments.
1312 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1313 * config/mmix/mmix.c (mmix_asm_file_start): Rename
1314 mmix_file_start, make static, take no arguments.
1315 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1316 * config/mn10300/mn10300.c (asm_file_start): Rename
1317 mn10300_file_start, make static, take no arguments.
1318 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1319 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
1320 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
1321 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
1322 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
1323 pa_hpux64_hpas_file_start): New static functions.
1324 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
1325 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
1326 pa_linux_file_start.
1327 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
1328 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
1329 appropriate.
1330 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
1331 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
1332 (rs6000_file_start): Make static, take no arguments. Reset
1333 default_cpu under certain conditions.
1334 (rs6000_xcoff_file_start): New function.
1335 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
1336 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
1337 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
1338 * config/sh/sh.c (output_file_start): Rename
1339 sh_file_start, make static, take no arguments. Merge in old
1340 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
1341 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1342 * config/sh/sh.c (TARGET_ELF): Define to 0.
1343 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
1344 * config/v850/v850.c (asm_file_start): Delete.
1345 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
1346 * config/vax/vax.c (vax_file_start): New static function.
1347 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
1348
1349 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
1350 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
1351 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
1352 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
1353 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
1354 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
1355
1356 * config/darwin.h, config/elfos.h, config/alpha/elf.h
1357 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
1358 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
1359 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
1360 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
1361 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
1362 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
1363 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
1364 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
1365 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
1366 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
1367 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
1368 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
1369 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
1370 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
1371 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
1372 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
1373 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
1374
1375 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
1376 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
1377 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
1378 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
1379 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
1380 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
1381 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
1382
1383 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
1384 Remove reference to ASM_FILE_START in comment.
1385 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
1386 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
1387 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
1388
1389 2003-06-19 Graeme Peterson <gp@qnx.com>
1390
1391 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
1392 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
1393 sysroot_hdrs_suffix_spec): New.
1394 (static_specs): Initialize new variables.
1395 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
1396 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
1397 New macros.
1398
1399 2003-06-19 Andreas Jaeger <aj@suse.de>
1400
1401 * c-aux-info.c: Convert to ISO C90.
1402 * c-pragma.c: Likewise.
1403 * c-common.c: Likewise.
1404 * c-common.h: Likewise.
1405 * c-convert.c: Likewise.
1406 * c-cppbuiltin.c: Likewise.
1407 * c-dump.c: Likewise.
1408 * c-decl.c: Likewise
1409 * c-format.c: Likewise.
1410 * c-incpath.c: Likewise.
1411 * c-incpath.h: Likewise.
1412
1413 2003-06-19 Roger Sayle <roger@eyesopen.com>
1414
1415 * builtins.c (expand_errno_check): Assume that flag_errno_math
1416 and HONOR_NANS have been tested before calling here. Only try
1417 to set errno ourselves if the decl can't throw an exception.
1418 (expand_builtin_mathfn): Move the code to stabilize the arg
1419 after the main switch, so that that its only done when needed.
1420 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
1421 Don't modify the original expr when stabilizing the argument.
1422 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
1423 the args after the main switch, and don't modify the orginal exp.
1424
1425 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
1426
1427 * expr.c (const_vector_from_tree): Initialize remaining elements
1428 to 0.
1429
1430 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
1431
1432 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
1433 Change "fix" to "float".
1434
1435 2003-06-19 Andreas Jaeger <aj@suse.de>
1436
1437 * c-tree.h: Remove declaration of poplevel.
1438
1439 * tree.h: Remove declaration of approx_sqrt.
1440
1441 * c-lex.c: Remove redundant declaration of asm_out_file.
1442
1443 * flags.h: Remove declaration of warn_unknown_pragma and
1444 main_input_filename.
1445
1446 * rtl.h: Remove functions from fold-const.c since they're already
1447 declared in tree.h.
1448
1449 * regs.h: Remove redundant declaration of reg_names.
1450
1451 * bt-load.c (migrate_btr_defs): Correct printf arguments.
1452
1453 * protoize.c: Fix breakage from last patch.
1454
1455 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
1456
1457 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
1458 has been included.
1459
1460 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
1461
1462 * config/sparc/sparc.c: Update copyright year.
1463
1464 2003-06-19 David Edelsohn <edelsohn@gnu.org>
1465
1466 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
1467 to ABI_V4.
1468
1469 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
1470
1471 PR bootstrap/4068
1472 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
1473
1474 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
1475
1476 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
1477 to the end of the file. Remove unnecessary prototypes.
1478
1479 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
1480
1481 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
1482 calls to insn_default_latency and result_ready_cost. Initialize
1483 def_latency to 1.
1484
1485 2003-06-18 Richard Henderson <rth@redhat.com>
1486
1487 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
1488 (_Unwind_FindEnclosingFunction): Implement.
1489
1490 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
1491
1492 * toplev.c (rest_of_handle_sched): Hide the entire function if
1493 INSN_SCHEDULING is not defined.
1494 (rest_of_compilation): Call rest_of_handle_sched() only when
1495 INSN_SCHEDULING is defined.
1496
1497 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
1498 J"orn Rennecke <joern.rennecke@superh.com>
1499
1500 * bt-load.c: New file.
1501 * Makefile.in (OBJS): Include bt-load.o
1502 (bt-load.o): Add dependencies.
1503 * flags.h (flag_branch_target_load_optimize): Declare.
1504 (flag_branch_target_load_optimize2): Likewise.
1505 * hooks.c (hook_reg_class_void_no_regs): New function.
1506 (hook_bool_bool_false): Likewise.
1507 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
1508 * rtl.h (branch_target_load_optimize): Declare.
1509 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
1510 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
1511 (TARGET_INITIALIZER): Include these.
1512 * target.h (struct gcc_target): Add branch_target_register_class
1513 and branch_target_register_callee_saved members.
1514 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
1515 (dump_file) Add "tars" entry.
1516 (flag_branch_target_load_optimize): New variable.
1517 (flag_branch_target_load_optimize2): Likewise.
1518 (lang_independent_options): Add entries for new options.
1519 (rest_of_compilation): Call branch_target_load_optimize.
1520 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
1521 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
1522 * doc/invoke.texi: Document -fbranch-target-load-optimize and
1523 -fbranch-target-load-optimize2.
1524 * rtl.h (epilogue_completed): Declare.
1525 * recog.c (epilogue_completed): New variable.
1526 * toplev.c (rest_of_compilation): Set it.
1527 * flow.c (mark_regs_live_at_end): Use it.
1528 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
1529 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1530 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1531 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1532
1533 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
1534 (sh_target_reg_class): New function.
1535 (sh_optimize_target_register_callee_saved): Likwise.
1536 (shmedia_target_regs_stack_space): Likewise.
1537 (shmedia_reserve_space_for_target_registers_p): Likewise.
1538 (shmedia_target_regs_stack_adjust): Likewise.
1539 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
1540 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
1541 (calc_live_regs): If flag_branch_target_load_optimize2 and
1542 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
1543 for target registers, make sure that we save all target registers.
1544 (sh_expand_prologue, sh_expand_epilogue): Take target register
1545 optimizations into account. Collapse stack adjustments if that
1546 is beneficial.
1547 (initial_elimination_offset): Reserve space for target registers
1548 if necessary.
1549 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
1550 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
1551
1552 2003-06-18 Nick Clifton <nickc@redhat.com>
1553
1554 * config.gcc: Add an extra_header for ARM targets.
1555 Support configuring with --with-cpu=iwmmxt.
1556 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
1557 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
1558 names. Fix formatting.
1559 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
1560 names.
1561 * config/arm/arm-protos.h (arm_emit_vector_const): New
1562 prototype.
1563 (arm_output_load_gr): New prototype.
1564 * config/arm/arm.c (extra_reg_names1): Delete.
1565 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
1566 * arch_is_iwmmxt): Define.
1567 (all_cores, all_architecture): Add entry for iwmmxt.
1568 (arm_override_options): Add support for iwmmxt.
1569 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
1570 arm_print_value, arm_rtx_costs_1, output_move_double,
1571 arm_compute_save_reg_mask, arm_output_epilogue,
1572 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
1573 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
1574 Likewise.
1575 (arm_init_cumulative_args): Count iwmmxt registers.
1576 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
1577 has been set.
1578 (struct minipool_node): Add fix_size field.
1579 (add_minipool_forward_ref): Add support for 8-byte aligning of
1580 the pool.
1581 (add_minipool_backward_ref, add_minipool_offsets,
1582 dump_minipool, push_minipool_fix): Likewise.
1583 (struct builtin_description): New struct.
1584 (builtin_description): New array of iwmmxt builtin functions.
1585 (arm_init_iwmmxt_builtins): New function.
1586 (arm_init_builtins): New function.
1587 (safe_vector_operand): New function.
1588 (arm_expand_binop_builtin): New function.
1589 (arm_expand_unop_builtin): New function.
1590 (arm_expand_builtin): New function.
1591 (arm_emit_vector_const): New function.
1592 (arm_output_load_gr): New function.
1593 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
1594 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
1595 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
1596 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
1597 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
1598 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
1599 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
1600 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
1601 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
1602 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
1603 registers unless the iwmmxt target is selected.
1604 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
1605 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
1606 IS_IWMMXT_GR_REGNUM): Define.
1607 (FIRST_PSEUDO_REGISTER): Bump to 63.
1608 (struct machine_function): Add sibcall_blocked field.
1609 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
1610 nargs fields.
1611 (enum arm_builtins): New enum list.
1612 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
1613 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
1614 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
1615 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
1616 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
1617 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
1618 (movv2si, movv4hi, movv8qi): New expands for vector moves.
1619 Include iwmmxt.md.
1620 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
1621 multilib.
1622 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
1623 * config/arm/mmintrin.h: New ARM specific header file.
1624 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
1625
1626 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
1627
1628 * toplev.c (Remaining -d letters summary): Update.
1629
1630 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1631
1632 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
1633 argument.
1634 (function_arg): Handle CALL_LIBCALL flag.
1635 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
1636 prototype.
1637 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
1638 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
1639 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
1640 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
1641
1642 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
1643
1644 * Makefile.in: Update.
1645 * common.opt: New options.
1646 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
1647 set_Wunused): New.
1648 (common_handle_option): Handle new options.
1649 * toplev.c (set_target_switch): Export.
1650 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
1651 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
1652 (independent_decode_option): More options handled in opts.c now.
1653 Change prototype.
1654 * toplev.h (set_target_switch): New.
1655
1656 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
1657
1658 PR debug/4252
1659 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
1660 to dump_switch_p().
1661 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
1662 from static strings in dump_files.
1663
1664 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1665
1666 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
1667 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
1668 libiberty macros.
1669
1670 2003-06-17 Jason Merrill <jason@redhat.com>
1671
1672 PR c++/10929
1673 * tree-inline.c (expand_call_inline): Don't warn about failing to
1674 inline a function which was made inline by -finline-functions.
1675
1676 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1677
1678 * config/h8300/h8300-protos.h: Update to ISO C.
1679 * config/h8300/h8300.c: Likewise.
1680 * config/h8300/h8300.h: Likewise.
1681 * config/h8300/h8300.md: Likewise.
1682
1683 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1684
1685 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
1686 * configure: Regenerate.
1687 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
1688
1689 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
1690
1691 * install.texi (Testing): Add information on how to run Java
1692 runtime tests separately.
1693
1694 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1695
1696 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
1697
1698 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
1699 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
1700
1701 2003-06-17 Christopher Faylor <cgf@redhat.com>
1702
1703 * doc/install.texi: Add msvc rebuild caveat.
1704
1705 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1706
1707 * config/sh/coff.h: Replace Hitachi with Renesas.
1708 * config/sh/elf.h: Likewise.
1709 * config/sh/embed-elf.h: Likewise.
1710 * config/sh/lib1funcs.asm: Likewise.
1711 * config/sh/sh-protos.h: Likewise.
1712 * config/sh/sh.c: Likewise.
1713 * config/sh/sh.h: Likewise.
1714 * config/sh/sh.md: Likewise.
1715
1716 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1717
1718 * ChangeLog.3: Fix comment typos.
1719 * ChangeLog.6: Likewise.
1720 * config/d30v/d30v.c: Likewise.
1721 * config/h8300/h8300.md: Likewise.
1722 * config/m32r/m32r.md: Likewise.
1723 * config/mips/mips.c: Likewise.
1724 * config/mips/mips.md: Likewise.
1725 * config/ns32k/NOTES: Likewise.
1726
1727 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
1728 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1729
1730 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
1731 to run Java runtime tests separately.
1732
1733 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1734
1735 * config/h8300/h8300-protos.h: Update a comment.
1736
1737 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1738
1739 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
1740 are aligned like integral modes.
1741 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
1742
1743 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
1744 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
1745 * sh.md (*pt): Remove.
1746
1747 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
1748
1749 * sh.md (return_media_rte): New pattern.
1750 (return_media): Use it.
1751
1752 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
1753
1754 * doc/contrib.texi: Replace Hitachi with Renesas.
1755 * doc/install.texi: Likewise.
1756 * doc/invoke.texi: Likewise.
1757
1758 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1759
1760 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
1761 behaviour.
1762
1763 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1764
1765 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
1766
1767 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
1768 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
1769
1770 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
1771 -msdata=eabi usages.
1772
1773 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
1774
1775 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1776
1777 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
1778 * fixinc/gnu-regex.c: Don't define `volatile'.
1779 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
1780 * ggc-simple.c: Likewise.
1781 * system.h: Don't define `volatile'.
1782
1783 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
1784 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
1785 call these macros.
1786 * config.in, configure: Regenerated.
1787
1788 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1789
1790 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
1791 Handle POINTERS_EXTEND_UNSIGNED.
1792
1793 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1794
1795 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
1796 !TARGET_IRIX6]: Define as NULL.
1797
1798 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1799
1800 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
1801
1802 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
1803
1804 * dbxout.c (dbxout_source_line_counter): New global variable.
1805 Mark it with GTY(()).
1806 (dbxout_source_line): Increment dbxout_source_line_counter
1807 and pass it to ASM_OUTPUT_SOURCE_LINE.
1808 * sdbout.c (sdbout_source_line_counter): New global variable.
1809 Mark it with GTY(()).
1810 (unnamed_struct_number): Mark it with GTY(()).
1811 (sdbout_source_line): Increment sdbout_source_line_counter
1812 and pass it to ASM_OUTPUT_SOURCE_LINE.
1813 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
1814 (xcoffout_source_line): Pass 0 as third argument to
1815 ASM_OUTPUT_SOURCE_LINE.
1816 (xcoffout_begin_prologue): Likewise.
1817 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1818 Use it instead of 'sym_lineno' but without incrementing it.
1819 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1820 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1821 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1822 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
1823 argument to ASM_OUTPUT_SOURCE_LINE.
1824 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1825 * config/arm/aout.h: Remove useless comment.
1826 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1827 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1828 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1829 Use it instead of 'sym_lineno' but without incrementing it.
1830 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1831 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
1832 parameter. Use it instead of 'sym_lineno' but without incrementing it.
1833 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
1834 argument to ASM_OUTPUT_SOURCE_LINE.
1835 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1836 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1837 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
1838 Use it instead of 'sym_lineno' but without incrementing it.
1839 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1840 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1841 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1842 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
1843 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
1844
1845 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
1846
1847 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
1848 (expand_block_move, output_block_move): Remove.
1849 * config/mips/mips.h (enum block_move_type): Remove.
1850 * config/mips/mips.c (block_move_call, output_block_move): Remove.
1851 (mips_block_move_straight, mips_adjust_block_mem): New function.
1852 (mips_block_move_loop): Renamed and reworked from block_move_loop.
1853 (mips_expand_block_move): Likewise expand_block_move. Return false
1854 to fall back on the target-independent code.
1855 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
1856 (movstrsi_internal*): Remove.
1857
1858 2003-06-16 Zack Weinberg <zack@codesourcery.com>
1859
1860 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
1861 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
1862 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
1863 ISO C: new-style function declarations, no need for PARAMS,
1864 no special punctuation on indirect function calls, use string
1865 constant concatenation where convenient.
1866
1867 2003-06-17 Andreas Jaeger <aj@suse.de>
1868
1869 * rtl.h: Remove declarations from coverage.h.
1870 * toplev.c: Include coverage.h.
1871 * Makefile.in (toplev.o): Depend on coverage.h.
1872
1873 * toplev.h: Remove extra declaration of print_time.
1874
1875 * gengtype.c (close_output_files): Remove duplicated declaration.
1876
1877 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1878
1879 * config/sparc/sysv4.h: Remove target-independent comment;
1880 replace "GNU CC" with "GCC".
1881 * config/vxworks.h: Replace "GNU compiler" with "GCC".
1882 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
1883 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
1884 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
1885 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
1886 config/sparc/rtemself.h, config/sparc/sol2-64.h,
1887 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
1888 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
1889 config/sparc/sol2.h, config/sparc/sp64-aout.h,
1890 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
1891 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
1892 "GNU compiler", "GNU CC" with "GCC".
1893 * config/sparc/cypress.md, config/sparc/hypersparc.md,
1894 config/sparc/sparc-modes.def, config/sparc/sparc.c,
1895 config/sparc/sparc.md, config/sparc/sparclet.md,
1896 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
1897 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
1898 "GNU C Compiler" with "GCC".
1899 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
1900
1901 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
1902
1903 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
1904 constants.
1905
1906 * testsuite/gcc.c-torture/execute/simd-4.c: New.
1907
1908 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
1909
1910 * config/ip2k/ip2k.h: Remove target-independent comments.
1911
1912 * config.gcc: Explicitly mention elfos.h in ip2k entry.
1913 * config/ip2k/ip2k.h: Don't #include it here.
1914
1915 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1916
1917 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
1918 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
1919 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
1920 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
1921 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
1922 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
1923 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
1924 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
1925 the PTR macro.
1926
1927 * gengtype.c: Don't use UNION_INIT_ZERO.
1928 * system.h (UNION_INIT_ZERO): Delete.
1929
1930 2003-06-16 Richard Henderson <rth@redhat.com>
1931
1932 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
1933 GET_MODE_UNIT_SIZE when simplifying constant vectors.
1934
1935 2003-06-16 Andreas Jaeger <aj@suse.de>
1936
1937 * timevar.c (get_run_time): Remove function provided also by
1938 libiberty.
1939 * timevar.h: Remove get_run_time declaration.
1940
1941 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
1942
1943 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
1944 unreachable code.
1945
1946 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1947
1948 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
1949 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
1950 use macros from "symcat.h", instead rely on ISO C.
1951
1952 * system.h: Don't include "symcat.h".
1953 * configure.in (AC_C_STRINGIZE): Delete.
1954 * config.in, configure: Regenerate.
1955
1956 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1957
1958 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
1959
1960 * tree.h (STMT_CHECK): New macro.
1961 Also upper-case argument names on all checking macros and
1962 fix some whitespace problems; assume CODE argument does not
1963 have side-effects.
1964
1965 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1966
1967 * scan.h: Convert to ISO C.
1968 * system.h: Likewise.
1969
1970 * c-format.c (dynamic_format_types): New pointer for dynamic data.
1971 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
1972 New functions split out of...
1973 (handle_format_attribute): ...here.
1974
1975 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
1976
1977 * sh.h (REG_CLASS_FROM_LETTER): Change to:
1978 (REG_CLASS_FROM_CONSTRAINT).
1979 (CONST_OK_FOR_I): Rename to:
1980 (CONST_OK_FOR_I08). Changed all users.
1981 (CONST_OK_FOR_J): Rename to:
1982 (CONST_OK_FOR_I16). Changed all users.
1983 (CONST_OK_FOR_K): Rename to:
1984 (CONST_OK_FOR_P27). Changed all users.
1985 (CONST_OK_FOR_L): Rename to:
1986 (CONST_OK_FOR_K08). Changed all users.
1987 (CONST_OK_FOR_O): Rename to:
1988 (CONST_OK_FOR_I06). Changed all users.
1989 (CONST_OK_FOR_P): Rename to:
1990 (CONST_OK_FOR_I10). Changed all users.
1991 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
1992 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
1993 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
1994 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
1995 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
1996 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
1997 (CONST_OK_FOR_LETTER_P): Replace with
1998 (CONST_OK_FOR_CONSTRAINT_P).
1999 (EXTRA_CONSTRAINT_S): Rename to:
2000 (EXTRA_CONSTRAINT_C16). Changed all users.
2001 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
2002 (EXTRA_CONSTRAINT_T): Rename to:
2003 (EXTRA_CONSTRAINT_Csy). Changed all users.
2004 (EXTRA_CONSTRAINT_Z): Remove.
2005 (EXTRA_CONSTRAINT): Replace with:
2006 (EXTRA_CONSTRAINT_STR).
2007 (EXTRA_CONSTRAINT_U): Rename to:
2008 (EXTRA_CONSTRAINT_Z). Changed all users.
2009 * sh.c (and_operand): Use CONST_OK_FOR_J16.
2010 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
2011 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
2012 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
2013 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
2014 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
2015 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
2016 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
2017 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
2018 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
2019 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
2020 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
2021 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
2022 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
2023 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
2024 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
2025 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
2026 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
2027 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
2028 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
2029 (sssubv4hi3): Likewise.
2030 (movsf_i): Change I[08]/r to G/r.
2031 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
2032
2033 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
2034
2035 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
2036
2037 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
2038
2039 2003-06-16 Andreas Jaeger <aj@suse.de>
2040
2041 * basic-block.h: Remove duplicate prototype of
2042 note_prediction_to_br_prob.
2043
2044 * tree.h: Remove duplicate prototype of strip_float_extensions.
2045
2046 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2047
2048 * config/c4x/c4x.c: Don't include "c-tree.h".
2049 * config/pa/pa.c: Likewise.
2050 * langhooks.c: Likewise.
2051 * tree.h (poplevel): Declare.
2052
2053 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
2054
2055 * config/h8300/h8300.c (const_costs): Move this to ...
2056 (h8300_rtx_costs): ... here.
2057
2058 2003-06-16 Roger Sayle <roger@eyesopen.com>
2059
2060 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
2061 (tan_optab, atan_optab): Define corresponding macros.
2062 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
2063 * genopinit.c (optabs): Implement tan_optab and atan_optab
2064 using tan?f2 and atan?f2 patterns.
2065 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
2066 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
2067 Change the default value of errno_set to false.
2068 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
2069 using expand_builtin_mathfn.
2070
2071 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
2072 expander patterns implemented using existing atan2?f3 patterns.
2073
2074 2003-06-16 Roger Sayle <roger@eyesopen.com>
2075
2076 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
2077 both operands of the addition equal, reuse the expanded RTL.
2078 (expand_expr <MULT_EXPR>): Likewise for multiplication.
2079
2080 2003-06-16 Roger Sayle <roger@eyesopen.com>
2081 Jeff Law <law@redhat.com>
2082
2083 * fold-const.c (operand_equal_p): Consider two calls to "const"
2084 functions with identical non-volatile arguments to be equal.
2085 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
2086 built-in function to be equal to the "foo" form.
2087
2088 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
2089
2090 * config/rs6000/sysv4le.h: Remove target-independent comment.
2091 Replace "GNU compiler" with "GCC" in comment.
2092
2093 2003-06-16 Andreas Jaeger <aj@suse.de>
2094
2095 * tracer.c: Remove duplicate declaration.
2096
2097 * toplev.c: Remove extra declaration of decode_d_option.
2098
2099 * ssa.c: Remove duplicate declaration.
2100
2101 * sreal.c: Remove extra declaration of dump_sreal.
2102
2103 * reload1.c: Remove duplicate declarations.
2104
2105 * integrate.c: Remove extra declaration of
2106 set_decl_abstract_flags.
2107
2108 * flow.c: Remove extra declaration of dump_flow_info.
2109
2110 * alias.c: Remove extra declaration of get_addr.
2111
2112 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
2113
2114 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
2115 config/vxworks.h: GNU CC -> GCC.
2116
2117 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
2118 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
2119 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
2120 ssa.h, tree.def: Replace overly specific references to "GNU C"
2121 and "GNU C Compiler" with references to "GCC".
2122
2123 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
2124
2125 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
2126 memory reference. Fix test that checks if operand 1 is using r0.
2127 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
2128
2129 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
2130 defined.
2131
2132 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
2133
2134 * function.h (struct emit_status): Remove x_last_linenum,
2135 x_last_filename. Add x_last_location.
2136 * rtl.h: #include "input.h".
2137 (NOTE_DATA): New.
2138 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
2139 number notes.
2140 * emit-rtl.c (last_linenum, last_filename): Remove.
2141 (last_location): New.
2142 (emit_line_note_after): LINE must always be >= 0.
2143 (emit_line_note): Likewise. Check not duplicate here...
2144 (emit_note): ... rather than here.
2145 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
2146 * integrate.c (expand_inline_function): Use emit_line_note for
2147 line number notes.
2148 (copy_insn_list): Likewise.
2149 * unroll.c (copy_loop_body): Likewise.
2150 * Makefile.in (RTL_H): Add input.h.
2151
2152 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
2153
2154 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
2155
2156 2003-06-16 Richard Henderson <rth@redhat.com>
2157
2158 * config/alpha/alpha-protos.h, config/alpha/elf.h,
2159 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
2160 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
2161 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
2162 Remove unneeded static function decls.
2163
2164 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
2165
2166 * c-opts.c (c_common_handle_option): s/on/value/.
2167 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
2168 directly rather than converting the argument.
2169 * c.opt: Update docs. Use UInteger where appropriate.
2170 * common.opt: Use UInteger where appropriate.
2171 * opts.c (integral_argument): New.
2172 (handle_argument): Handle integral arguments, and optional
2173 joined arguments.
2174 (common_handle_option): Update.
2175 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
2176 * opts.sh: Handle JoinedOrMissing and UInteger flags.
2177
2178 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
2179
2180 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
2181 unnecessary extern declaration.
2182
2183 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
2184
2185 * config/gofast.h, config/interix.h, config/interix3.h,
2186 config/libgloss.h, config/linux-aout.h, config/linux.h,
2187 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
2188 * config/kaos.h: "GNU compiler" -> GCC.
2189 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
2190
2191 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
2192 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
2193 GNU CC -> GCC.
2194
2195 * config/svr3.h: Remove #if 0 code, misleading comments.
2196 GNU CC -> GCC.
2197
2198 2003-06-15 Zack Weinberg <zack@codesourcery.com>
2199
2200 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
2201 main_input_filename to avoid conflict with input_filename macro.
2202
2203 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2204
2205 * config/mips/mips.h (asm_file_name, g_switch_set,
2206 g_switch_value): Remove.
2207 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
2208 unnecessary extern declarations.
2209
2210 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2211
2212 * config/frv/frv.h: Remove declaration of g_switch_value.
2213 * config/m32r/m32r.h: Remove declaration of g_switch_value.
2214 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
2215
2216 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2217
2218 * opts.sh: Quote '+' in regex.
2219
2220 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
2221
2222 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
2223 * config/rs6000/rs6000.c: Include cfglayout.h.
2224 * config/alpha/alpha.c: Likewise.
2225 * config/ia64/ia64.c: Likewise.
2226 * config/sparc/sparc.c: Likewise.
2227 * config/sh/sh.c: Likewise.
2228
2229 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2230
2231 * opts.sh: Quote '+' in regex.
2232
2233 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2234
2235 * c-opts.c (lang_flags): Update for new spelling of flags.
2236 (write_langs): Similarly.
2237 * c.opt: Specify languages.
2238 * opts.h: Remove languages.
2239 * opts.sh: Recognise front-end defined languages.
2240 * doc/sourcebuild.texi: Update.
2241
2242 2003-06-15 Andreas Jaeger <aj@suse.de>
2243
2244 * alloc-pool.c: Convert to ISO C90 prototypes.
2245 * alloc-pool.h: Likewise.
2246 * alias.c: Likewise.
2247 * attribs.c: Likewise.
2248 * bb-reorder.c: Likewise.
2249 * bitmap.h: Likewise.
2250 * bitmap.c: Likewise.
2251 * builtins.c: Likewise.
2252
2253 * tree.h: Convert prototypes of attribs.c to ISO C90.
2254 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
2255 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
2256 * expr.h: Convert prototypes of builtins.c to ISO C90.
2257
2258 2003-06-15 Roger Sayle <roger@eyesopen.com>
2259
2260 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
2261 implement exp, expf and expl built-ins as inline x87 intrinsics.
2262 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
2263 represent x87's fscale, frndint and f2xm1 insns respectively.
2264 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
2265 to encode x87's "fscale" instruction followed by a pop.
2266 (*frndintxf2): New insn pattern for "frndint".
2267 (*f2xm1xf2): New insn pattern for "f2xm1".
2268
2269 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
2270 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
2271 UNSPEC_FPATAN.
2272
2273 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2274
2275 * gencheck.c (main): Avoid generating duplicate macros.
2276
2277 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
2278 knowing names of language subdirectories.
2279
2280 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
2281
2282 * c-pch.c (asm_file_name): Remove.
2283 * common.opt: Add more switches.
2284 * flags.h (g_switch_set): Boolify.
2285 * opts.c (g_switch_value, g_switch_set, exit_after_options,
2286 version_flag): Move from toplev.c.
2287 (common_handle_option): Handle more switches from toplev.c.
2288 * toplev.c (display_help, display_target_options, decode_d_option,
2289 print_version): Make non-static, remove prototypes.
2290 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
2291 (version_flag, g_switch_value, g_switch_set, exit_after_options):
2292 Remove.
2293 (independent_decode_option): Move some handlers to opts.c.
2294 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
2295 exit_after_options, version_flag, display_help, display_target_options,
2296 print_version, decode_d_option): New.
2297
2298 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
2299
2300 * config/alpha/alpha.md: Follow spelling conventions.
2301 * config/arm/arm.c: Likewise.
2302 * config/arm/arm.h: Likewise.
2303 * config/arm/arm.md: Likewise.
2304 * config/arm/crtn.asm: Likewise.
2305 * config/m32r/m32r.c: Likewise.
2306 * config/m32r/m32r.md: Likewise.
2307 * config/rs6000/rs6000.c: Likewise.
2308
2309 2003-06-15 Richard Henderson <rth@redhat.com>
2310
2311 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
2312 insn_locators_initialize.
2313 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
2314 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
2315 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2316 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
2317
2318 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
2319
2320 * builtins.c (expand_builtin_expect_jump): Remove redundant
2321 tests that are also in any_condjump_p().
2322
2323 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2324
2325 * libgcc2.c: Delete sysV68 L_trampoline section.
2326 * config/m68k/mot3300-crt0.S: Delete file.
2327 * config/m68k/mot3300Mcrt0.S: Likewise.
2328
2329 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
2330
2331 * config/aoutos.h: Remove.
2332 * config.gcc: Remove reference to aoutos.h.
2333 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
2334
2335 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
2336
2337 * doc/install.texi: Follow spelling conventions.
2338 * doc/tm.texi: Likewise.
2339 * config/fp-bit.c: Likewise.
2340 * config/arm/arm.c: Likewise.
2341 * config/frv/frv.c: Likewise.
2342 * config/ns32k/NOTES: Likewise.
2343 * config/ns32k/STATUS: Likewise.
2344
2345 2003-06-14 Roger Sayle <roger@eyesopen.com>
2346 Zack Weinberg <zack@codesourcery.com>
2347
2348 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
2349 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
2350 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
2351
2352 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
2353 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
2354 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
2355 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
2356 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
2357 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
2358 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
2359 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
2360 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
2361 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
2362 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
2363 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
2364 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
2365 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
2366 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
2367 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
2368 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
2369 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
2370 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
2371 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
2372
2373 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
2374
2375 * opts.sh (POSIXLY_CORRECT): Unset it.
2376
2377 * tree.h (init_function_start): Remove filename and line paramters.
2378 * function.c (init_function_start): Remove filename and line
2379 parameters. Use DECL_SOURCE_LOCATION.
2380 * c-decl.c (store_parm_decls): Adjust init_function_start call.
2381 (c_expand_body_1): Likewise.
2382 * coverage.c (create_coverage): Likewise.
2383 * objc/objc-act.c (build_tmp_function_decl): Set line number to
2384 zero.
2385 (hack_method_prototype): Adjust init_function_start call.
2386
2387 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
2388
2389 PR target/3724
2390 * arm/linux-elf.h (PROFILE_HOOK): Define.
2391
2392 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
2393
2394 PR target/11183
2395 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
2396
2397 2003-06-14 Roger Sayle <roger@eyesopen.com>
2398
2399 * opts.sh: Work around a mysterious feature in cygwin's gawk
2400 where specifying the input files explicitly has a different
2401 behavior to piping them via stdin.
2402
2403 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
2404
2405 * doc/sourcebuild.texi: Update.
2406
2407 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
2408
2409 PR target/11183
2410 * arm.c (output_move_double): Pass SImode to adjust_address.
2411
2412 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
2413
2414 * Makefile.in: Update to use common.opt and lang_opt_files.
2415 (c-options.c, c-options.h): Remove.
2416 (options.c, options.h): Add.
2417 * c-opts.c: Include options.h not c-options.h.
2418 * common.opt: New file.
2419 * configure, configure.in: Add lang_opt_files.
2420 * opts.c: Include flags.h and diagnostic.h.
2421 (common_handle_option): New.
2422 (handle_option): Update to recognize common options and all
2423 language-dependent options.
2424 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
2425 (struct cl_option): Make flags of type int.
2426 * opts.h: Flag option with front ends to which it applies.
2427 Handle duplicate options.
2428 * toplev.c (filename): Remove.
2429 (independent_decode_option): Don't handle filenames and -quiet.
2430 (process_options, do_compile): Update.
2431
2432 2003-06-14 Nick Clifton <nickc@redhat.com>
2433
2434 * doc/install.texi (Specific): Add description of different
2435 ARM supported file format targets.
2436
2437 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
2438
2439 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
2440 inside delay slots.
2441
2442 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
2443
2444 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
2445 * unwind-pe.h (size_of_encoded_value): Do not define if
2446 NO_SIZE_OF_ENCODED_VALUE is defined.
2447
2448 2003-06-13 Roger Sayle <roger@eyesopen.com>
2449
2450 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
2451 expanding a complex constant into a CONCAT target.
2452
2453 2003-06-13 Zack Weinberg <zack@codesourcery.com>
2454
2455 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
2456 (ASM_FILE_START_1): Delete.
2457 * config/i386/att.h, config/i386/sco5.h,
2458 config/i386/sysv3.h
2459 (ASM_FILE_START_1): Delete.
2460
2461 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
2462
2463 * config/i386/bsd.h: Remove ASM_FILE_START.
2464 * config/i386/djgpp.h: Likewise.
2465 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
2466
2467 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
2468 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
2469
2470 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
2471
2472 PR bootstrap/10835
2473 * haifa-sched.c (max_lookahead_tries,
2474 cached_first_cycle_multipass_dfa_lookahead,
2475 cached_issue_rate): New variables.
2476 (max_issue): Check the number of tries.
2477 (choose_ready): Calculate max_lookahead_tries.
2478 (sched_init): Check cached_issue_rate.
2479
2480 2003-06-13 Richard Henderson <rth@redhat.com>
2481
2482 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
2483 * cfgrtl.c (purge_dead_edges): Expect it too.
2484
2485 2003-06-13 Jim Wilson <wilson@tuliptree.org>
2486 Eric Botcazou <ebotcazou@libertysurf.fr>
2487
2488 PR bootstrap/10983
2489 * combine.c (make_extraction): Use gen_lowpart_for_combine
2490 when extracting from a REG and not in the destination of a SET.
2491
2492 2003-06-13 Doug Evans <dje@sebabeach.org>
2493
2494 * tsystem.h (abort): Declare in inhibit_libc case to remove build
2495 warnings for addvsi3, et.al.
2496
2497 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
2498
2499 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
2500
2501 * simplify-rtx.c (simplify_subreg): Same.
2502
2503 * emit-rtl.c (gen_lowpart_common): Same.
2504
2505 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
2506
2507 * builtins.c: Fix comment typos.
2508 * fold-const.c: Likewise.
2509
2510 2003-06-13 Doug Evans <dje@sebabeach.org>
2511 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2512
2513 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
2514 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
2515 (m32r_va_arg): Use it.
2516 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
2517 (RETURN_IN_MEMORY): Ditto.
2518
2519 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
2520
2521 * c-typeck.c: Remove #if 0 clauses.
2522
2523 PR other/1494
2524 * config/alpha/openbsd.h, config/i386/openbsd.h,
2525 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
2526 residual reference to EGCS.
2527
2528 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
2529
2530 * arm.c (output_call_mem): If the address references the link-register
2531 use an instruction sequence that avoids early-clobbering IP.
2532 (eliminate_lr2ip): Delete.
2533
2534 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2535
2536 * c-format.c (format_types_orig): Disallow '*' width/precision in
2537 asm_fprintf format checks.
2538
2539 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
2540
2541 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
2542 non-integral types from integer register save area slots.
2543
2544 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
2545
2546 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
2547
2548 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
2549
2550 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
2551
2552 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
2553
2554 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
2555 to file_end_indicate_exec_stack.
2556
2557 2003-06-12 Richard Henderson <rth@redhat.com>
2558
2559 PR target/11089
2560 * config/i386/i386.md (sse_movaps): Use an expander to force
2561 one operand to be a register.
2562 (sse_movups): Likewise.
2563
2564 2003-06-13 Doug Evans <dje@sebabeach.org>
2565
2566 Remove some build warnings.
2567 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
2568 (__do_global_ctors,__do_global_dtors): Ditto.
2569
2570 2003-06-12 Richard Henderson <rth@redhat.com>
2571
2572 PR middle-end/10557
2573 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
2574
2575 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
2576
2577 * config/m32r/m32r.md: Fix a comment typo.
2578
2579 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2580 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
2581
2582 PR target/10142
2583 * config/sparc/sparc.c (function_arg_record_value_parms): Add
2584 new 'stack' field.
2585 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
2586 integer slots for an integer field.
2587 (function_arg_record_value_3): Shift vector index.
2588 (function_arg_record_value_2): Likewise.
2589 (function_arg_record_value): Initialize 'stack' to 0.
2590 Set 'stack' to 1 if we run out of integer slots for an integer field.
2591 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
2592
2593 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
2594
2595 PR optimization/10955
2596 * unroll.c (unroll_loop): Fix off-by-one bug.
2597
2598 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2599
2600 * config/rs6000/rs6000.c (function_arg): Remove typo.
2601
2602 2003-06-12 Richard Henderson <rth@redhat.com>
2603
2604 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
2605 and UNSPEC_DTPOFF.
2606
2607 2003-06-12 Richard Henderson <rth@redhat.com>
2608
2609 PR middle-end/10475
2610 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
2611 for extracting sub-words.
2612
2613 2003-06-12 Richard Henderson <rth@redhat.com>
2614
2615 PR target/7594
2616 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
2617 (zero_extendqihi2, zero_extendqisi2): Likewise.
2618
2619 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2620
2621 * config/rs6000/rs6000.c (function_arg): Always split vectors for
2622 e500 if it's a stdarg function.
2623 (function_arg_advance): Advance 2 registers for vectors in a
2624 stdarg function.
2625 (init_cumulative_args): Initialize stdarg.
2626 (rs6000_spe_function_arg): New.
2627
2628 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
2629
2630 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2631
2632 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
2633
2634 2003-06-12 Roger Sayle <roger@eyesopen.com>
2635
2636 PR middle-end/168
2637 * fold-const.c (tree_expr_nonnegative_p): Handle addition
2638 and multiplication of zero extensions, floating point division,
2639 and integer<->fp, fp<->fp and zero extension conversions.
2640 The built-in ceil and floor functions preserve signedness.
2641
2642 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
2643
2644 * ChangeLog: Follow spelling conventions.
2645 * ChangeLog.2: Likewise.
2646 * c-decl.c: Likewise.
2647 * cfgloop.h: Likewise.
2648 * cgraph.c: Likewise.
2649 * coverage.c: Likewise.
2650 * cppcharset.c: Likewise.
2651 * cpphash.h: Likewise.
2652 * cpplex.c: Likewise.
2653 * cpplib.c: Likewise.
2654 * dbxout.c: Likewise.
2655 * df.c: Likewise.
2656 * dwarf2out.c: Likewise.
2657 * dwarfout.c: Likewise.
2658 * emit-rtl.c: Likewise.
2659 * explow.c: Likewise.
2660 * gcov-io.c: Likewise.
2661 * gcov-io.h: Likewise.
2662 * gcov.c: Likewise.
2663 * gengtype.c: Likewise.
2664 * ggc.h: Likewise.
2665 * opts.c: Likewise.
2666 * real.c: Likewise.
2667 * reload.c: Likewise.
2668 * stmt.c: Likewise.
2669
2670 2003-06-12 Janis Johnson <janis187@us.ibm.com>
2671
2672 * doc/install.texi (m32r-*-elf): Change company to Renesas.
2673
2674 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
2675
2676 * basic-block.h (flow_delete_block_noexpunge): Kill.
2677 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
2678 rtl_delete_block.
2679
2680 2003-06-10 Richard Henderson <rth@redhat.com>
2681
2682 PR inline-asm/4823
2683 * reg-stack.c (any_malformed_asm): New.
2684 (check_asm_stack_operands): Set it.
2685 (convert_regs_1): Check it before aborting.
2686
2687 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
2688
2689 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
2690
2691 2003-06-12 Jakub Jelinek <jakub@redhat.com>
2692
2693 * c-opts.c (complain_wrong_lang): Add on argument.
2694 Print no- switch if on is false.
2695 (c_common_decode_option): Adjust caller.
2696
2697 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
2698
2699 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
2700 to initialize GOT register.
2701
2702 2003-06-12 Roger Sayle <roger@eyesopen.com>
2703
2704 * fold-const.c (tree_expr_nonnegative_p): Add support for
2705 floating point constants, addition and multiplication.
2706
2707 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
2708
2709 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
2710 constraint modifier for operand 0.
2711
2712 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
2713
2714 Don't warn on dollars in builtin macro definitions,
2715 e.g. __REGISTER_PREFIX__.
2716 * cpphash.h (struct cpp_reader): Move member warn_dollars...
2717 * cpplib.h (struct cpp_options): ...to here. Change type to
2718 unsigned char.
2719 * cppinit.c (cpp_create_reader): Set it to 1 here.
2720 (post_options): Don't set it here.
2721 * c-opts.c (c_common_init_options): Reset it to 0 here.
2722 (finish_options): Set it here.
2723 * cpplex.c (forms_identifier_p): Tweak for new location of
2724 warn_dollars.
2725
2726 * configure.in (assembler dwarf2 debug_line support): Define insn
2727 for cris-*-* and mmix-*-*.
2728 * configure: Regenerate.
2729
2730 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
2731
2732 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
2733 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
2734 (sh-*-elf*): Add sh*-*-kaos* support.
2735 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
2736 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
2737 config/sh/kaos-sh.h: New files.
2738
2739 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
2740
2741 * gcse.c (fis_get_condition): Make it a global function.
2742 * reload1.c (reload_cse_move2add): Detect implicit sets.
2743 * rtl.h: Add a prototype for fis_get_condition.
2744
2745 2003-06-11 Richard Henderson <rth@redhat.com>
2746
2747 * stmt.c (expand_asm_operands): Don't warn for memories with
2748 queued addresses.
2749
2750 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
2751
2752 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
2753 brackets.
2754
2755 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
2756
2757 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
2758 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
2759 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
2760 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
2761 * langhooks.c (lhd_decode_option): Remove.
2762 * langhooks.h (struct lang_hooks): Remove decode_option.
2763 * opts.c (handle_option): No longer use decode_option.
2764
2765 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2766
2767 * cfgloopanal.c (variable_initial_value): Update the set of altered
2768 registers correctly.
2769
2770 2003-06-11 Roger Sayle <roger@eyesopen.com>
2771 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2772
2773 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
2774 * config/i386/netbsd-elf.h: Likewise.
2775 * config/m32r/m32r.h: Likewise.
2776 * config/mn10300/mn10300.h: Likewise.
2777 * config/stormy16/stormy16.h: Likewise.
2778 * config/v850/v850.h: Likewise.
2779 * config/vax/netbsd-elf.h: Likewise.
2780 * config/xtensa/elf.h: Likewise.
2781 * config/xtensa/linux.h: Likewise.
2782
2783 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2784
2785 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
2786 DWARF 2 default.
2787
2788 * config/mips/dbxmdebug.h: New file.
2789 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
2790 gas and --with-stabs.
2791
2792 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
2793
2794 * expr.c (can_move_by_pieces): align argument may be unused.
2795
2796 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
2797
2798 * expr.c (convert_move): Handle moves between two CONCATs.
2799
2800 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
2801
2802 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
2803 !TARGET_H8300.
2804
2805 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
2806
2807 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
2808 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
2809 (TARGET_RTL_DUMP): Likewise.
2810 (TARGET_SWITHCES): Remove -mrtl-dump.
2811
2812 2003-06-10 Richard Henderson <rth@redhat.com>
2813
2814 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
2815
2816 2003-06-10 Richard Henderson <rth@redhat.com>
2817
2818 * config/ia64/ia64.md (call_gp): Fix memory mode.
2819
2820 2003-06-10 James E Wilson <wilson@tuliptree.org>
2821
2822 PR target/8812
2823 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
2824 hard regs for reload_reg_used_at_all and reg_class_contents checks.
2825
2826 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
2827
2828 * config/h8300/h8300.c (print_operand): Remove support for
2829 operand character 'b'.
2830 Add the AND case to operand character 'c'.
2831 * config/h8300/h8300.md (two anonymous patterns): Replace
2832 operand character 'b' with 'c'.
2833
2834 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
2835
2836 * config/h8300/h8300.c (print_operand): Remove support for
2837 operand character 'u'.
2838
2839 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
2840
2841 * configure.in: Fix typo.
2842 * configure: Regenerate.
2843
2844 2003-06-10 Loren James Rittle <ljrittle@acm.org>
2845
2846 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
2847 compilation guard.
2848
2849 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
2850
2851 * sh-protos.h (function_symbol): Declare.
2852 * sh.c (expand_block_move, expand_ashiftrt): Use it.
2853 (sh_expand_prologue, sh_expand_epilogue): Likewise.
2854 (sh_initialize_trampoline): Likewise.
2855 (function_symbol): New function.
2856 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
2857 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
2858 (call_value_pop, shcompact_return_tramp): Likewise.
2859
2860 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
2861
2862 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
2863 target register.
2864
2865 2003-06-10 DJ Delorie <dj@redhat.com>
2866
2867 * doc/md.texi (Machine Constraints): Document stormy's Z
2868 constraint.
2869
2870 2003-06-10 Geoffrey Keating <geoffk@apple.com>
2871
2872 * except.c (call_site_base): Mark with GTY.
2873
2874 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
2875
2876 * arm-proto.h: Convert to ISO C90 prototypes.
2877 * arm.c: Likewise.
2878
2879 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
2880
2881 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
2882
2883 2003-06-10 Steve Ellcey <sje@cup.hp.com>
2884
2885 * calls.c (expand_call): Convert structure_value_addr to Pmode if
2886 necessary.
2887
2888 2003-06-10 Andrew Haley <aph@redhat.com>
2889
2890 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
2891 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
2892 (lhd_decl_ok_for_sibcall): New.
2893 * langhooks.c (lhd_decl_ok_for_sibcall): New.
2894 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
2895 * calls.c (expand_call): Check lang_hook before generating a
2896 sibcall.
2897
2898 2003-06-10 DJ Delorie <dj@redhat.com>
2899
2900 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
2901 which matches (const_int 0) for addhi3.
2902 * config/stormy16/stormy16.md: Document known constraints.
2903 (addhi3): Handle adding zero.
2904
2905 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2906
2907 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
2908 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
2909 * config/m32r/m32r-protos.h: Prototype it.
2910
2911 2003-06-10 Janis Johnson <janis187@us.ibm.com>
2912
2913 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
2914 common to rs6000 sysv targets.
2915 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
2916 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
2917
2918 2003-06-10 Nick Clifton <nickc@redhat.com>
2919
2920 * config.gcc: Add arm-wince-pe target.
2921 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
2922 Add comment about default apcs26 support.
2923 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
2924 multilib.
2925 (MULTILIB_DIRNAMES): Add 'apcs32'.
2926 * config/arm/t-wince-pe: New makefile fragment.
2927 * config/arm/wince-pe.h: New file. Overrides a few definitions
2928 in arm/pe.h
2929
2930 2003-06-10 Roger Sayle <roger@eyesopen.com>
2931
2932 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
2933 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
2934 when x is easily negated and f is sin, tan or atan.
2935 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
2936 sin(x) with flag_unsafe_math_optimizations.
2937 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
2938 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
2939
2940 2003-06-10 Roger Sayle <roger@eyesopen.com>
2941
2942 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
2943 is a floating point type *and* we currently honor NaNs.
2944 (fold <NE_EXPR>): Likewise.
2945
2946 2003-06-10 Mark Mitchell <mark@codesourcery.com>
2947
2948 PR c++/11131
2949 * tree-inline.c (inlinable_function_p): Call the language-specific
2950 hook early.
2951
2952 2003-06-09 David Taylor <dtaylor@emc.com>
2953
2954 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
2955 the f_res field.
2956
2957 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
2958
2959 * configure.in: Remove references to host_truncate_target.
2960 * configure: Regenerate.
2961 * config.gcc: Remove references to truncate_target,
2962 host_truncate_target.
2963
2964 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
2965 Replace "build_canonical" with build, "host_canonical" with host.
2966 * configure.in: Use GCC_TOPLEV_SUBDIRS.
2967 * aclocal.m4: Include ../config/acx.m4.
2968 * configure: Regenerate.
2969
2970 2003-06-09 David Taylor <dtaylor@emc.com>
2971
2972 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
2973 bytes of padding in the __va_list_tag structure a name (reserved).
2974
2975 2003-06-09 Jason Merrill <jason@redhat.com>
2976
2977 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
2978
2979 2003-06-09 Osku Salerma <osku@iki.fi>
2980
2981 * c-format.c (check_format_string, get_constant): New.
2982 (handle_format_attribute, handle_format_arg_attribute,
2983 decode_format_attr): Change to use above functions.
2984
2985 2003-06-09 Richard Henderson <rth@redhat.com>
2986
2987 * stmt.c (expand_asm_operands): Re-word warning.
2988
2989 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
2990
2991 PR target/8787
2992 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
2993 if -masm=intel.
2994
2995 2003-06-09 James E Wilson <wilson@tuliptree.org>
2996
2997 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
2998 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
2999 Add libgcc exception.
3000
3001 2003-06-09 David Edelsohn <edelsohn@gnu.org>
3002 Ayal Zaks <gcchaifa@us.ibm.com>
3003
3004 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
3005 (insvsi*): Add insert_word attribute.
3006 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
3007 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
3008 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
3009
3010 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
3011
3012 * fold-const.c (fold): Fix a comment typo.
3013
3014 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
3015
3016 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
3017 removed.
3018
3019 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
3020
3021 * sh.c (gen_block_redirect): Use locators.
3022
3023 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
3024
3025 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
3026 cast to int.
3027
3028 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
3029
3030 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
3031 operators.
3032 * configure: Regenerated.
3033
3034 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
3035 Alexandre Oliva <aoliva@redhat.com>
3036
3037 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
3038 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
3039 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
3040 n32/64 PIC.
3041 (MUST_SAVE_REGISTERS): Delete.
3042 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
3043 (machine_function): Add global_pointer field.
3044 (mips_classify_constant): Check for (const $gp) using pointer equality
3045 with pic_offset_table_rtx.
3046 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
3047 (mips_restore_gp): Use current_function_outgoing_args_size.
3048 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
3049 GP_REG_FIRST + 28. Handle relocation strings that have
3050 more than one '('.
3051 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
3052 (mips_global_pointer): New function.
3053 (mips_save_reg_p): New function, mostly split out from...
3054 (compute_frame_size): ...here. Remove handling of extra_size.
3055 Reclaim args_size if no variables depend on it. Don't treat gp
3056 as a special case: handle it in the main GPR loop.
3057 (mips_initial_elimination_offset): Fix comment.
3058 (save_restore_insns): Save every register in the GPR mask,
3059 removing distinction between mask and real_mask.
3060 (mips_output_function_prologue): Update .frame psuedo-op after
3061 the removal of extra_size. Move the SVR4 PIC stack allocation
3062 and cprestore instructions to mips_expand_prologue.
3063 (mips_gp_insn): New function.
3064 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
3065 the chosen global pointer. Handle SVR4 PIC stack allocation
3066 in the same way as other ABIs. Adjust varargs code accordingly.
3067 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
3068 to emit the loadgp sequence. Follow it with a loadgp_blockage
3069 if not using explicit relocs.
3070 (mips_output_function_epilogue): Reinstate the default gp register.
3071 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
3072 (mips16_optimize_gp): Likewise.
3073 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
3074 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
3075 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
3076 (loadgp): Remove.
3077 (loadgp_blockage, cprestore): New instructions.
3078 (builtin_setjmp_setup): Implement using emit_move_insn. Use
3079 pic_offset_table_rtx.
3080 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
3081 (builtin_longjmp): Use gen_raw_REG to force use of $28.
3082
3083 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
3084
3085 * config/mips/mips-protos.h (mips_output_division): Declare.
3086 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
3087 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
3088 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
3089 (TARGET_CHECK_ZERO_DIV): New macro.
3090 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
3091 * config/mips/mips.c (mips_output_division): New function.
3092 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
3093 account when calculating the default length of a division.
3094 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
3095 Enable regardless of optimization level. Use mips_output_division.
3096 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
3097 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
3098 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
3099 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
3100 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
3101 umoddi3_internal): Remove.
3102
3103 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
3104
3105 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
3106 (mips_sw_reg_names): Likewise.
3107 (mips_regno_to_class): Change hilo entry to NO_REGS.
3108 (hilo_operand): Use MD_REG_P.
3109 (extend_operator): New predicate.
3110 (override_options): Remove 'a' constraint.
3111 (mips_secondary_reload_class): Remove hilo handling. Also remove
3112 handling of (plus sp reg) reloads for mips16.
3113 (mips_register_move_cost): Remove hilo handling.
3114 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
3115 (MD_REG_LAST): Remove hilo from range.
3116 (HILO_REGNUM): Delete.
3117 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
3118 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
3119 (PREDICATE_CODES): Add entry for extend_operator.
3120 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
3121 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
3122 Remove constraints from multiplication define_expands. Remove
3123 clobbers from "decorative" define_expand patterns.
3124 (UNSPEC_HILO_DELAY): Delete.
3125 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
3126 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
3127 Adjust C code to just emit insns for !TARGET_64BIT.
3128 (mulsidi3_internal): Rename to mulsidi3_32bit.
3129 (mulsidi3_64bit): Use a "d" constraint for the destination.
3130 Use extend_operator so that the pattern can handle umulsidi3 as well.
3131 Split the instruction after reload.
3132 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
3133 (umulsidi3_internal): Rename to umulsidi3_32bit.
3134 (umulsidi3_64bit): Remove.
3135 (*smsac_di, *umsac_di): Line-wrap fixes.
3136 (udivsi3_internal): Don't allow operand 2 to be constant.
3137 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
3138 (movdi_internal2, movsi_internal): Remove hilo alternatives.
3139 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
3140
3141 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
3142
3143 PR target/10913
3144 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
3145 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
3146 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
3147 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
3148 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
3149 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
3150 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
3151 asm_out_text_file with asm_out_file.
3152 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
3153 * config/mips/elf.h (TEXT_SECTION): Undefine.
3154 * config/mips/elf64.h (TEXT_SECION): Undefine.
3155 * config/mips/openbsd.h (TEXT_SECION): Undefine.
3156 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
3157 (override_options): Disable small-data optimizations unless using
3158 gas or explicit relocations.
3159 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
3160 iris6_asm_named_section, iris6_asm_file_start): Remove code for
3161 handling TARGET_FILE_SWITCHING.
3162 (copy_file_data): Move into TARGET_IRIX6 block.
3163
3164 2003-06-08 Richard Henderson <rth@redhat.com>
3165
3166 * expr.h (EXPAND_MEMORY): New.
3167 * expr.c (expand_expr): Check it.
3168 * stmt.c (expand_asm_operands): Provide it when the constraint
3169 requires a memory. Warn for memory input constraints without
3170 a memory operand.
3171
3172 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3173
3174 * varasm.c: Don't include c-tree.h.
3175
3176 2003-06-08 Andreas Jaeger <aj@suse.de>
3177
3178 * predict.h: Convert to ISO C90 prototypes.
3179 * predict.c: Likewise.
3180 * tree-dump.h: Likewise.
3181 * tree-dump.c: Likewise.
3182 * diagnostic.h: Likewise.
3183 * diagnostic.c: Likewise.
3184 * combine.c: Likewise.
3185
3186 * rtl.h: Convert prototypes of combine.c to ISO C90.
3187
3188 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
3189
3190 * cfglayout.c (insn_scope): New static function
3191 (block_locators_*, line_locators*, file_locators*): New static varrays.
3192 (scope_to_insns_initialize): Use them.
3193 (insn_line, insn_file): New functions.
3194 (scope_to_insns_finalize): Use insn_scope.
3195 (prologue_locator, epilogue_locator): New global variables.
3196 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
3197 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
3198 (emit_insn_after_scope, emit_insn_before_scope
3199 emit_jump_insn_after_scope, emit_jump_insn_before_scope
3200 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
3201 (emit_insn_after_setloc, emit_insn_before_setloc
3202 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
3203 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
3204 use locators.
3205 * final.c (notice_source_line): Use locators.
3206 (final_start_function): Set initial source file and line.
3207 (final_scan_insn): Use locators.
3208 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
3209 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
3210 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
3211 noce_process_if_block, find_cond_trap): Likewise.
3212 * integrate.c (copy_insn_list): Likewise.
3213 * jump.c (duplicate_loop_exit_test): LIkewise.
3214 * print-rtl.c (print_rtx): Print locators.
3215 * recog.c (peephole2_optimize): Likewise.
3216 * rtl.h (INSN_SCOPE): Remove.
3217 (emit_insn_after_scope, emit_insn_before_scope
3218 emit_jump_insn_after_scope, emit_jump_insn_before_scope
3219 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
3220 (emit_insn_after_setloc, emit_insn_before_setloc
3221 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
3222 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
3223 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
3224 * unroll.c (copy_loop_body): Use locators.
3225 * function.c (set_insn_locators): New function.
3226 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
3227
3228 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
3229
3230 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
3231 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
3232 _fixsfdi _fixunssfdi.
3233 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
3234 popcounthi2.
3235 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
3236 * config/h8300/clzhi2.c: New.
3237 * config/h8300/ctzhi2.c: Likewise.
3238 * config/h8300/parityhi2.c: Likewise.
3239 * config/h8300/popcounthi2.c: Likewise.
3240
3241 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
3242
3243 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
3244 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
3245
3246 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
3247 (dump_bb): New based on old dump_bb in cfgrtl.c
3248 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
3249 * cfghooks.h (cfgh_verify_flow_info): Return status.
3250 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
3251 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
3252 (dump_bb): Remove generic parts.
3253 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
3254 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
3255
3256 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
3257
3258 * Makefile.in: Rename options.c and options.h to c-options.c and
3259 c-options.h.
3260 (OBJS): Remove options.o.
3261 * c-opts.c: Don'tInclude c-options.h instead of options.h.
3262 * opts.c: Don't include options.h.
3263 (find_opt): Can't use enum opt_code or N_OPTS.
3264 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
3265 * opts.sh: ... here.
3266
3267 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
3268 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3269
3270 PR pch/9830
3271 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
3272 if HAVE_MINCORE is defined.
3273 (MAP_FAILED): Define if not defined.
3274 (gt_pch_save): Test against MAP_FAILED.
3275 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
3276 the mapping address to the preferred base after checking it
3277 is possible to do so. Test against MAP_FAILED.
3278 * configure.in: Test for the presence of mincore in libc.
3279 * config.in: Regenerate.
3280 * configure: Regenerate.
3281
3282 2003-06-07 Richard Henderson <rth@redhat.com>
3283
3284 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
3285 conditional compilation guard.
3286
3287 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
3288
3289 * optabs.c (expand_abs): Set result_unsignedp to 1 if
3290 flag_trav is zero.
3291
3292 2003-06-07 Richard Henderson <rth@redhat.com>
3293
3294 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
3295
3296 2003-06-07 Richard Henderson <rth@redhat.com>
3297
3298 * basic-block.h (EDGE_SIBCALL): New.
3299 (EDGE_ALL_FLAGS): Update.
3300 * cfg.c (dump_edge_info): Add sibcall name.
3301 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
3302 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
3303
3304 2003-06-07 Andreas Jaeger <aj@suse.de>
3305
3306 * mklibgcc.in (lib2funcs): Remove _exit.
3307 * libgcc2.c: Remove L_exit.
3308 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
3309
3310 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
3311
3312 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
3313
3314 * ggc.h: Convert to ISO C90 prototypes.
3315 * ggc-none.c: Likewise.
3316 * ggc-common.c: Likewise.
3317 * ggc-page.c: Likewise.
3318 * ggc-simple.c: Likewise.
3319
3320 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
3321
3322 * system.h: Poison INIT_SECTION_PREAMBLE.
3323
3324 2003-06-07 Zack Weinberg <zack@codesourcery.com>
3325
3326 * config.gcc (with_cpu handling): Translate sparc64 in
3327 $machine to --with-cpu=v9.
3328 * config/alpha/alpha.c
3329 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
3330 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
3331
3332 * target.h: New hook asm_out.file_end.
3333 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
3334 * toplev.c (compile_file): Use targetm.asm_out.file_end.
3335 * system.h: Poison ASM_FILE_END.
3336 * varasm.c (file_end_indicate_exec_stack): New.
3337 * output.h: Prototype it.
3338 * doc/tm.texi: Document TARGET_ASM_FILE_END and
3339 file_end_indicate_exec_stack. Delete references to attasm.h.
3340
3341 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
3342 (ASM_FILE_END): Delete; move code...
3343 * config/darwin.c (darwin_file_end): Here; new function.
3344 * config/darwin-protos.h: Prototype it.
3345 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
3346 rename unicosmk_file_end.
3347 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
3348 * config/arm/arm.c (aof_file_end): ... here; new static function.
3349 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
3350 Make aof_dump_imports and aof_dump_pic_table static.
3351 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
3352 Set TARGET_ASM_FILE_END to avr_file_end.
3353 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
3354 Set TARGET_ASM_FILE_END to c4x_file_end.
3355 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
3356 make static. Take no arguments. Set TARGET_ASM_FILE_END to
3357 h8300_file_end.
3358 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
3359 * config/i370/i370.c (i370_file_end): ... here; new static function.
3360 Set TARGET_ASM_FILE_END to i370_file_end.
3361 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
3362 Take no arguments. Call file_end_indicate_exec_stack if
3363 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
3364 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
3365 Define NEED_INDICATE_EXEC_STACK to 0.
3366 * config/i386/linux.h, config/i386/linux64.h: Redefine
3367 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
3368 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
3369 i386_pe_file_end. Take no arguments. Use ix86_file_end.
3370 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
3371 ia64_hpux_file_end, make static. Take no arguments.
3372 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
3373 commands_in_prologues, commands_in_epilogues): Delete.
3374 (function_epilogue): Update to match.
3375 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
3376 make static. Take no arguments.
3377 (iris6_asm_file_end): Rename iris6_file_end, make static, use
3378 mips_file_end, take no arguments.
3379 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
3380 appropriate.
3381 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
3382 make static, take no arguments. Set TARGET_ASM_FILE_END to
3383 mmix_file_end.
3384 * config/pa/pa.c (output_deferred_plabels): Make static, take
3385 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
3386 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
3387 (ASM_FILE_END): Delete; move code...
3388 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
3389 new static function.
3390
3391 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
3392 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
3393 Don't set ASM_FILE_END.
3394 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
3395 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
3396 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
3397 file_end_indicate_exec_stack; don't set ASM_FILE_END.
3398 * config/alpha/unicosmk.h, config/i386/cygming.h
3399 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
3400 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
3401 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
3402 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3403 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
3404 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
3405
3406 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
3407
3408 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
3409 specified.
3410
3411 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
3412
3413 * Makefile.in (stageprofile_build): Kill redundant target.
3414 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
3415
3416 2003-06-07 Andreas Jaeger <aj@suse.de>
3417
3418 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
3419
3420 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
3421 * config/dsp16xx/dsp16xx.h: Likewise.
3422 * config/i386/i386.h: Likewise.
3423 * config/ip2k/ip2k.h: Likewise.
3424
3425 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
3426
3427 * Makefile.in (OJBS, c-opts.o): Update.
3428 (c-options.c, c-options.h): Rename options.h and options.c.
3429 (options.h): Rename options_.h.
3430 (opts.o): New.
3431 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
3432 (c_common_init_options): Update prototype.
3433 * c-lang.c (c_init_options): Update prototype.
3434 (LANG_HOOKS_HANDLE_OPTION): Override.
3435 (LANG_HOOKS_DECODE_OPTION): Drop.
3436 * c-opts.c: Include opts.h and options.h instead of c-options.h
3437 and c-options.c.
3438 (lang_flags): Move to file scope.
3439 (find_opt, c_common_decode_option): Remove.
3440 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
3441 CL_REJECT_NEGATIVE): Move to opts.h.
3442 (missing_arg): Update prototype.
3443 (c_common_init_options): Update for new prototype.
3444 (c_common_handle_options): Filenames are passed as N_OPTS.
3445 * hooks.c (hook_int_void_0): New.
3446 * hooks.h (hook_int_void_0): New.
3447 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
3448 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
3449 (LANG_HOOKS_INITIALIZER): Update.
3450 * langhooks.h (init_options): Update.
3451 (handle_option): New.
3452 * opts.c, opts.h: New files.
3453 * opts.sh: Update c file to include opts.h and options.h.
3454 * toplev.c: Include opts.h; change options.h to options_.h.
3455 (parse_options_and_default_flags): Get lang_mask, use
3456 handle_option for language-specific handling.
3457 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
3458 (LANG_HOOKS_HANDLE_OPTION): Override.
3459 (objc_init_options): Update.
3460
3461 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
3462 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
3463
3464 PR other/7031
3465 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
3466 gcov.
3467
3468 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
3469
3470 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
3471 section names.
3472 * configure: Regenerate.
3473
3474 2003-06-07 Alan Modra <amodra@bigpond.net.au>
3475
3476 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
3477
3478 2003-06-06 James E Wilson <wilson@tuliptree.org>
3479
3480 PR inline-asm/10890
3481 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
3482 different in fields.
3483
3484 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
3485
3486 * configure.in: Make $(target_subdir) correspond with top level usage.
3487 * Makefile.in: Likewise.
3488 * configure: Regenerate.
3489
3490 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3491
3492 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
3493 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
3494 unsigned HOST_WIDE_INT.
3495 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
3496 Likewise.
3497 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
3498 Likewise.
3499
3500 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3501
3502 * doc/install.texi (Prerequisites): New section documenting
3503 tools and packages necessary prior to building and/or
3504 modifying GCC.
3505 * doc/install.texi2html: Also generate prerequisites.html.
3506
3507 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
3508
3509 PR target/11052
3510 * ifcvt.c (noce_process_if_block): Fail if the destination has
3511 side-effects.
3512
3513 2003-06-06 Jason Merrill <jason@redhat.com>
3514
3515 * stmt.c (resolve_asm_operand_names): Rename from
3516 resolve_operand_names. No longer static. Avoid needless copying.
3517 Don't build array of constraints.
3518 (expand_asm_operands): Build it here.
3519 * tree.h: Declare resolve_asm_operand_names.
3520
3521 * stmt.c (expand_decl): Put artificial vars into registers even
3522 when not optimizing, and don't mark the regs as user vars.
3523
3524 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
3525
3526 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
3527 of the generated register.
3528
3529 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
3530
3531 * config.gcc: Add a missing sparc64 case.
3532
3533 2003-06-06 Jakub Jelinek <jakub@redhat.com>
3534
3535 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
3536 the .hidden assembly stubs.
3537
3538 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
3539
3540 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
3541 and x86_64-*-*.
3542
3543 * config/i386/mmintrin.h: Update version and add alternate
3544 intrinsic names.
3545 * config/i386/xmmintrin.h: Likewise.
3546
3547 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
3548 intrinsics to ...
3549 * config/i386/emmintrin.h: Here. New file.
3550
3551 2003-06-06 Roger Sayle <roger@eyesopen.com>
3552
3553 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
3554 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
3555 when the ABS_EXPR (fabs or abs) is not required.
3556 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
3557 always nonnegative from fold to here. Additionally, cabs and fabs
3558 are always non-negative, and pow and atan are non-negative if
3559 their first argument is non-negative.
3560
3561 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
3562 Evaluate cabs of a constant at compile-time. Convert cabs of a
3563 non-complex argument into fabs. Convert cabs(z) into
3564 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
3565 -funsafe-math-optimizations or -ffast-math.
3566 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
3567 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
3568
3569 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
3570
3571 * sourcebuild.texi (Front End Directory): Document new hooks.
3572
3573 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
3574
3575 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
3576 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
3577 stack frames.
3578 (pro_epilogue_adjust_stack_rex64_2): New pattern
3579
3580 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
3581 Pop Sebastian
3582 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3583
3584 * cfghooks.h, cfghooks.c: New files.
3585 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
3586 (OBJS): Add cfghooks.o.
3587 (cfghooks.o): New rule.
3588 * basic-block.h (split_edge): Rename to rtl_split_edge.
3589 (verify_flow_info): Rename to rtl_verify_flow_info.
3590 (cfghooks.h): Included here.
3591 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
3592 (verify_flow_info): Renamed rtl_verify_flow_info.
3593 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
3594
3595 * basic-block.h (split_block, split_edge, flow_delete_block,
3596 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
3597 (flow_delete_block_noexpunge): Return void.
3598 * cfg.c (verify_flow_info): New function.
3599 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
3600 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
3601 Use delete_block.
3602 * cfglayout.c (function_footer): Rename to...
3603 (cfg_layout_function_footer): ... this variable
3604 (unlink_insn_chain): Make global.
3605 (fixup_reorder_chain, record_effective_endpoints): Update.
3606 (cleanup_unconditional_jumps): Use delete_block.
3607 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
3608 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
3609 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
3610 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
3611 (cfg_layout_function_footer): Declare.
3612 * cfgloopmanip (split_loop_bb): Do not update RBI.
3613 (remove_bbs): Use delete_block.
3614 (loop_reidrect_edge, loop_delete_branch_edge): Use
3615 redirect_edge_and_branch.
3616 (create_preheader): Use split_block and redirect_edge_and_branch_force.
3617 (split_edge_with): Likewise.
3618 * cfgrtl.c: Include cfglayout.h
3619 (split_edge): Rename to ...
3620 (rtl_split_edge) ... this one; make local.
3621 (redirect_edge_and_branch): Rename to ...
3622 (rtl_redirect_edge_and_branch) ... this one; make local.
3623 (redirect_edge_and_branch_force): Rename to ...
3624 (rtl_redirect_edge_and_branch_force) ... this one; make local.
3625 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
3626 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
3627 cfglayout.c; update to directly call RTL counterparts.
3628 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
3629 * ifcvt.c (find_cond_trap): Use delete_block.
3630 (find_if_case_1): Use delete_block.
3631 (find_if_case_2): Use delete_block.
3632 * rtl.h (unlink_insn_chain): Declare.
3633 * toplev.c (rtl_reigster_cfg_hooks): New.
3634
3635 2003-06-05 Richard Henderson <rth@redhat.com>
3636
3637 * recog.c (peephole2_optimize): Revert last change.
3638
3639 2003-06-05 Richard Henderson <rth@redhat.com>
3640
3641 * recog.c (peephole2_optimize): Don't split block unless
3642 can_throw_internal.
3643
3644 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
3645
3646 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
3647 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
3648
3649 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
3650
3651 PR optimization/4490
3652 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
3653 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
3654 documentation to accurately reflect what these options do.
3655
3656 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
3657
3658 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
3659 (ENDFILE_SPEC): Redefine to handle -pie.
3660
3661 2003-06-05 Phil Edwards <phil@jaj.com>
3662
3663 * Makefile.in (qmtest-g++): Use target_alias, not target.
3664
3665 2003-06-05 Per Bothner <pbothner@apple.com>
3666
3667 * toplev.c (push_srcloc): Simplify behavior to save current location
3668 and set current location to parameters.
3669 (pop_srcloc): Simplify semantics.
3670 (lang_dependent_init): Remove now-useless initial push_srcloc.
3671
3672 2003-05-06 Richard Henderson <rth@redhat.com>
3673
3674 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
3675 language-specific tree codes.
3676
3677 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3678
3679 PR middle-end/9986
3680 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
3681 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
3682
3683 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
3684
3685 * install.tex: Document profiledbootstrap.
3686
3687 * configure.in: Add support for lang.stageprofile and
3688 lang.stagefeedback
3689 * Makefile.in (clean, distclean): Kill new stages
3690 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
3691 (STAGE2_FLAGS_TO_PASS): ... this one.
3692 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
3693 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
3694 (stageprofile_build, stageprofile_copy, stagefeedback_build,
3695 stagefeedback_copy): New.
3696 (restageprofile, restagefeedback, stageprofile-start,
3697 stageprofile, stagefeedback-start): Likewise.
3698
3699 2003-06-05 David Miller <davem@redhat.com>
3700 Richard Henderson <rth@redhat.com>
3701
3702 * optabs.c (HAVE_conditional_trap): Provide default.
3703 (gen_conditional_trap): Likewise.
3704 (init_optabs): Merge init_traps.
3705 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
3706
3707 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
3708
3709 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
3710 is REG for nonzero_bits (REG) == 8.
3711
3712 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
3713
3714 * i386.md (align): Fix warning; clarify what to do when no p2align
3715 is available.
3716
3717 2003-06-05 Nick Clifton <nickc@redhat.com>
3718
3719 * config.gcc (m32r-elf): Revert previous delta.
3720 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
3721 multilibs. Remove m32rx specific version.
3722 (crtfini.o): Likewise.
3723 (EXTRA_MULTILIB_PARTS): Define.
3724
3725 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3726
3727 * doc/md.texi (Machine Constraints): Correct the meaning of
3728 constraints related to floating-point registers on SPARC.
3729
3730 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3731 Paolo Bonzini <bonzini@gnu.org>
3732
3733 PR target/10663
3734 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
3735 assembler and linker output to /dev/null.
3736 Use a 'sed' construct instead of 'grep -A1'.
3737 * configure: Regenerate.
3738
3739 2003-06-04 Richard Henderson <rth@redhat.com>
3740
3741 * config/i386/i386.c (struct ix86_address): Add seg.
3742 (no_seg_address_operand): New.
3743 (ix86_decompose_address): Restructure PLUS loop. Accept one
3744 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
3745 to test for a regnum, not stack_pointer_rtx.
3746 (ix86_address_cost): Reduce cost if non-default segment.
3747 (legitimate_address_p): Remove UNSPEC_TP check.
3748 (get_thread_pointer): Add to_reg argument. Don't represent
3749 the thread pointer as a memory load.
3750 (legitimize_tls_address): Split out of ...
3751 (legitimize_address): ... here.
3752 (print_operand_address): Handle parts.seg.
3753 (ix86_expand_move): Use legitimize_tls_address.
3754 (ix86_rtx_costs): Handle UNSPEC_TP.
3755 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
3756 (TARGET_TLS_DIRECT_SEG_REFS): New.
3757 (TARGET_SWITCHES): Add tls-direct-seg-refs.
3758 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
3759 (PREDICATE_CODES): Add no_seg_address_operand.
3760 * config/i386/i386.md (lea_1): Use it.
3761 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
3762 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
3763 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
3764 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
3765 * doc/invoke.texi: Add -mtls-direct-seg-refs.
3766
3767 2003-06-04 Mark Mitchell <mark@codesourcery.com>
3768
3769 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
3770 (QMTEST_GPP_TESTS): Use "g++" by default.
3771 (stamp-qmtest): Tweak database creation.
3772 (QMTEST_DIR/context): Update context file format.
3773 (qmtest-g++): Tweak command-line.
3774
3775 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3776
3777 * Makefile.in (varasm.o): Don't set -Wno-error.
3778 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
3779
3780 2003-06-04 Zack Weinberg <zack@codesourcery.com>
3781
3782 PR bootstrap/3163
3783 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
3784 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
3785 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
3786 and AC_CHECK_FUNCS lists, respectively. Use
3787 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
3788 AC_FUNC_MMAP_FILE.
3789 * configure, config.in: Regenerate.
3790
3791 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3792
3793 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
3794 * arm.c (arm_output_function_prologue): Fix format specifiers.
3795 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
3796 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
3797 HOST_WIDE_INT_PRINT_DEC.
3798 * vax.c (vax_output_function_prologue): Fix format specifiers.
3799
3800 2003-06-04 Richard Henderson <rth@redhat.com>
3801
3802 * cse.c (find_best_addr): Consider binary operators even if second
3803 argument is not CONST_INT.
3804
3805 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3806
3807 * doc/invoke.texi (max-cse-path-length): Document.
3808
3809 2003-06-04 Richard Henderson <rth@redhat.com>
3810
3811 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
3812
3813 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
3814
3815 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
3816 Remove semi-colon at the end of the expression.
3817
3818 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3819
3820 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
3821 * i370.h (mvs_function_name_length): Likewise.
3822 * i960.h (CONSTANT_ALIGNMENT): Likewise.
3823 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
3824 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3825 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3826 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
3827 variable.
3828
3829 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3830
3831 * config.gcc: Reorganize --with-cpu logic. Set
3832 configure_default_options according to the default CPU, --with-cpu,
3833 --with-arch, --with-tune, --with-schedule, --with-abi, and
3834 --with-float. Check for legal values of various options.
3835 * configure.in: Define configure_default_options in configargs.h.
3836 * configure: Regenerated.
3837 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
3838 (TARGET_DEFAULT_FLOAT_P): New macros.
3839 * gcc.c (do_option_spec): New function.
3840 (struct default_spec, option_default_specs): New.
3841 (main): Call do_option_spec.
3842 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
3843 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
3844 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
3845
3846 * doc/install.texi: Update --with-cpu documentation. Mention
3847 --with-arch, --with-schedule, --with-tune, --with-abi, and
3848 --with-float.
3849 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
3850
3851 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3852
3853 * config.gcc: Only process --with-cpu logic in the third pass.
3854
3855 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
3856
3857 * config.gcc: Reorganize --with-cpu section. Remove an
3858 obsolete comment about the default CPU for x86-64. Fix
3859 a typo for the ep9312. Update the list of supported PowerPC
3860 CPUs. Support a limited set of new --with-cpu options
3861 for i386.
3862
3863 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
3864
3865 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
3866 complex numbers <= 32 bits into two registers.
3867
3868 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3869
3870 * alpha.c (print_operand_address): Fix format specifier warnings.
3871 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3872 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3873 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
3874 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
3875 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
3876 ASM_OUTPUT_SKIP): Likewise.
3877 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3878 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3879 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
3880 Likewise.
3881 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3882 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
3883 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
3884 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3885 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
3886 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3887 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3888 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
3889 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3890 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
3891
3892 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
3893
3894 * c-decl.c (c_init_decl_processing): Clear input_file_name
3895 while building common nodes.
3896 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
3897 Don't add working directory for strings like <built-in> .
3898
3899 2003-06-04 David Edelsohn <edelsohn@gnu.org>
3900
3901 * doc/install.texi (*-ibm-aix*): Native as and ld required
3902 to bootstrap on AIX 5L.
3903
3904 2003-06-04 Richard Henderson <rth@redhat.com>
3905
3906 * c-common.c (handle_cleanup_attribute): New.
3907 (c_common_attributes): Add it.
3908 * c-decl.c (finish_decl): Honor the cleanup attribute.
3909 * doc/extend.texi (Variable Attributes): Document it.
3910
3911 * unwind-c.c: New file.
3912 * Makefile.in (LIB2ADDEH): Add it.
3913 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
3914 config/ia64/t-ia64: Likewise.
3915
3916 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3917
3918 * function.c (trampolines_created): New variable.
3919 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
3920 * function.h (trampolines_created): Add.
3921 * config/s390/linux.h (ASM_FILE_END): Define.
3922 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
3923 * config/m68k/linux.h (ASM_FILE_END): Define.
3924 * config/rs6000/linux.h (ASM_FILE_END): Define.
3925 * config/rs6000/linux64.h (ASM_FILE_END): Define.
3926 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
3927 * config/sparc/linux.h (ASM_FILE_END): Define.
3928 * config/sparc/linux64.h (ASM_FILE_END): Define.
3929 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
3930 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
3931 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
3932
3933 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
3934
3935 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
3936 (ix86_reorg): Use it.
3937 * i386.md (align): New insn pattern.
3938
3939 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3940
3941 * toplev.c (rest_of_type_compilation): Fix typo.
3942
3943 2003-06-04 Jakub Jelinek <jakub@redhat.com>
3944 Alan Modra <amodra@bigpond.net.au>
3945
3946 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
3947 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
3948 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
3949 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
3950 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
3951 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
3952 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
3953 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
3954
3955 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
3956 Pass it to $gcc_cv_as.
3957 * configure: Rebuilt.
3958
3959 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
3960 (print_operand): Allow TARGET_AIX to be non-constant.
3961 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
3962 Define unconditionally.
3963 (rs6000_elf_declare_function_name): New function.
3964 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
3965 non-constant.
3966 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
3967 to 1.
3968 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
3969 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
3970 is defined.
3971 (TARGET_AIX): Define to 1 if TARGET_64BIT.
3972 (PROCESSOR_DEFAULT): Remove.
3973 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
3974 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
3975 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
3976 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
3977 -m32 and -m64.
3978 (MULTILIB_DEFAULTS): Define.
3979 (SUBSUBTARGET_EXTRA_SPECS): Define.
3980 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
3981 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
3982 (TARGET_NO_TOC): Remove.
3983 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
3984 TARGET_PROTOTYPE): Define to 0.
3985 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
3986 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
3987 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
3988 if !TARGET_64BIT.
3989 (USER_LABEL_PREFIX): Remove.
3990 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
3991 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
3992 if TARGET_64BIT.
3993 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
3994 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
3995 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
3996 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
3997 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
3998 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
3999 TARGET_64BIT.
4000 (RS6000_CALL_GLUE): Likewise.
4001 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
4002 RESTORE_FP_SUFFIX): Likewise.
4003 (ASM_DECLARE_FUNCTION_NAME): Remove.
4004 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
4005 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
4006 name if TARGET_64BIT.
4007 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
4008 !TARGET_64BIT.
4009 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
4010 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
4011 (DRAFT_V4_STRUCT_RET): Define.
4012 (SIGNAL_FRAMESIZE): New enum value.
4013 (MD_FALLBACK_FRAME_STATE_FOR): Define.
4014 * config/rs6000/default64.h: New file.
4015 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
4016 options.
4017 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
4018 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
4019 if !TARGET_64BIT.
4020 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
4021 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
4022 function.
4023 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
4024 (TARGET_OS_CPP_BUILTINS): Use it.
4025 (CPP_SYSV_SPEC): Remove.
4026 (CPP_SPEC): Remove cpp_sysv.
4027 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
4028 Add SUBSUBTARGET_EXTRA_SPECS.
4029 (SUBSUBTARGET_EXTRA_SPECS): Define.
4030 * config/rs6000/biarch64.h: New file.
4031 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
4032 New prototype.
4033 * config/rs6000/x-linux64: New file.
4034 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
4035 multilibs.
4036 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
4037 * config/rs6000/eabi-cn.asm: Likewise.
4038 * config/rs6000/tramp.asm: Likewise.
4039 * config/rs6000/sol-ci.asm: Likewise.
4040 * config/rs6000/sol-cn.asm: Likewise.
4041 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
4042 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
4043 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
4044 _CALL_AIXDESC section.
4045 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
4046 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
4047 or default32.
4048
4049 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
4050
4051 * config.gcc: Revert accidentally committed ARM changes.
4052
4053 2003-06-04 Roger Sayle <roger@eyesopen.com>
4054
4055 * builtins.c (dconstpi, dconste): New mathematical constants.
4056 (init_builtin_dconsts): New function to initialize dconstpi
4057 and dconste.
4058 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
4059 compile time with -ffast-math when x is an integer constant.
4060 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
4061 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
4062
4063 2003-06-04 Roger Sayle <roger@eyesopen.com>
4064
4065 * calls.c (expand_call): Avoid calling pure or const functions
4066 when the result is ignored (or void) and none of the arguments
4067 are volatile. Move warning diagnostic earlier in function.
4068
4069 2003-06-04 Andreas Jaeger <aj@suse.de>
4070
4071 * system.h: Do not poison TDESC_SECTION_ASM_OP,
4072 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
4073
4074 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4075
4076 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
4077 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
4078 handle %ll, optimize regular character case.
4079
4080 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4081
4082 * Makefile.in (cse.o): Add params.h dependency.
4083 * cse.c: Include params.h.
4084 (PATHLENGTH): Removed.
4085 (struct cse_basic_block_data): Make path array dynamic.
4086 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
4087 of PATHLENGTH.
4088 (cse_main, cse_basic_block): Allocate path array.
4089 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
4090
4091 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
4092
4093 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
4094 * i386.md (UNSPEC_REP): New constant.
4095 (return_internal_long): New pattern.
4096
4097 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4098
4099 PR optimization/11018
4100 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
4101 consistently to decide whether the scratch register is really
4102 required.
4103
4104 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4105
4106 PR optimization/10876
4107 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
4108 new 'O' constraint for constant 4096.
4109 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
4110 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
4111 Do not transform into MINUS insn for constant 4096.
4112 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
4113 for constant 4096 as third operand.
4114 (addsi3 expander): Remove.
4115 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
4116 new alternative for constant 4096 as third operand.
4117 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
4118 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
4119 operand.
4120 (subsi3 expander): Remove.
4121 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
4122 constant 4096 as third operand.
4123 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
4124 the SPARC port.
4125
4126 2003-06-03 Chris Demetriou <cgd@broadcom.com>
4127
4128 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
4129
4130 2003-06-04 Andreas Jaeger <aj@suse.de>
4131
4132 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
4133
4134 * config/i386/i386.c (ix86_expand_prologue): Do not use
4135 SUBTARGET_PROLOGUE.
4136
4137 * system.h: Poision SUBTARGET_PROLOGUE.
4138
4139 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
4140
4141 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
4142 dependend code.
4143
4144 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
4145
4146 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
4147 INSN_CACHE_LINE_WIDTH.
4148
4149 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
4150 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
4151 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
4152
4153 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
4154 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
4155
4156 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
4157 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
4158 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
4159 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
4160 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
4161 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
4162
4163 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
4164 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
4165 DBX_WORKING_DIRECTORY.
4166
4167 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
4168 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
4169
4170 * config/frv/frv-protos.h: Remove unused const_section
4171 declaration.
4172 * config/vax/vax-protos.h: Likewise.
4173
4174 * output.h: Remove CONST_SECTION_ASM_OP usage.
4175
4176 * system.h: Poison CONST_SECTION_ASM_OP.
4177
4178 * crtstuff.c (__do_global_dtors_aux): Remove usage of
4179 CRT_GET_RFIB_TEXT.
4180 (frame_dummy): Likewise.
4181 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
4182 * system.h: Poison CRT_GET_RFIB_TEXT.
4183
4184 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
4185
4186 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
4187 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
4188 (recognized_function): Likewise.
4189 (read_scan_file): Likewise.
4190
4191 2003-06-03 Roger Sayle <roger@eyesopen.com>
4192
4193 * optabs.c (expand_binop): Optimize complex multiplication for
4194 the case of squaring a complex argument.
4195
4196 2003-06-03 Roger Sayle <roger@eyesopen.com>
4197
4198 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
4199 non-volatile operands of binary operations.
4200 (prepare_cmp_insn): Likewise.
4201
4202 2003-06-03 Roger Sayle <roger@eyesopen.com>
4203
4204 * varasm.c (force_const_mem): Handle alignment of constants not
4205 representable as a type in the front-end language.
4206
4207 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
4208
4209 * flow.c (initialize_uninitialized_subregs): Use
4210 emit_move_insn instead of emitting a hardcoded move.
4211
4212 2003-06-03 Richard Henderson <rth@redhat.com>
4213
4214 * optabs.c (expand_abs_nojump): Split out from ...
4215 (expand_abs): ... here.
4216 * optabs.h (expand_abs_nojump): Declare.
4217 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
4218 * Makefile.in (ifcvt.o): Depend on optabs.h.
4219
4220 2003-06-03 Alan Modra <amodra@bigpond.net.au>
4221
4222 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
4223
4224 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
4225
4226 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
4227 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
4228 to yes.
4229 * configure.in: Allow default_use_cxa_atexit to determine the
4230 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
4231 disabled.
4232 * configure: Regenerate.
4233
4234 2003-06-03 Douglas B Rupp <rupp@gnat.com>
4235
4236 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
4237 * doc/gcc.texi: Remove vms.texi section.
4238 * doc/vms.texi: Remove obsolete file.
4239
4240 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
4241
4242 * configure.in (inhibit_libc): Don't define when configuring
4243 with --with-newlib --with-headers.
4244 * configure: Regenerate.
4245
4246 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
4247
4248 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4249
4250 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
4251 IRIX 6 without GNU ld.
4252 * configure: Regenerate.
4253
4254 2003-06-03 Roger Sayle <roger@eyesopen.com>
4255
4256 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
4257 of a complex number rather than invoke mov_optab directly.
4258
4259 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
4260
4261 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
4262 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
4263
4264 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
4265
4266 * config/i386/x86-64.h: Remove two target-independent comments;
4267 replace "GNU CC" with "GCC".
4268
4269 2003-06-03 Anthony Green <green@redhat.com>
4270
4271 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
4272
4273 2003-06-03 Roger Sayle <roger@eyesopen.com>
4274
4275 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
4276 New builtins representing ISO C99's cabs, cabsf and cabsl.
4277 * builtins.c (expand_builtin_fabs): New function.
4278 (expand_builtin_cabs): New function.
4279 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
4280 using expand_builtin_fabs and expand_builtin_cabs respectively.
4281
4282 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
4283
4284 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
4285
4286 * function.c (assign_parms): Split complex arguments.
4287
4288 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
4289
4290 * expr.h (SPLIT_COMPLEX_ARGS): Define.
4291 (split_complex_types): Protoize.
4292 (split_complex_values): Protoize.
4293
4294 * calls.c (expand_call): Split complex arguments on architectures
4295 that require it.
4296 (split_complex_values): New.
4297 (split_complex_types): New.
4298
4299 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
4300 (rs6000_function_value): Handle complex values on AIX.
4301 (rs6000_complex_function_value): New.
4302
4303 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
4304
4305 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
4306 (SPLIT_COMPLEX_ARGS): New.
4307
4308 2003-06-03 Jakub Jelinek <jakub@redhat.com>
4309
4310 * configure.in (HAVE_LD_PIE): Check for ld -pie.
4311 * config.in: Rebuilt.
4312 * configure: Rebuilt.
4313 * toplev.c (flag_pie, flag_shlib): New variables.
4314 (f_options): Add -fpie and -fPIE.
4315 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
4316 Set flag_shlib if flag_pic and not -fpie/-fPIE.
4317 * flags.h (flag_pic, flag_shlib): Add.
4318 * varasm.c (default_binds_local_p): Use flag_shlib instead of
4319 flag_pic.
4320 * gcc.c (LINK_PIE_SPEC): Define.
4321 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
4322 (option_map): Add --pie -> -pie mapping.
4323 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
4324 and -fPIE the same way as -fPIC.
4325 * config/openbsd.h (ASM_SPEC): Likewise.
4326 * config/frv/frv.h (ASM_SPEC): Likewise.
4327 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
4328 * config/arm/semi.h (ASM_SPEC): Likewise.
4329 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
4330 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
4331 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
4332 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
4333 * config/m68k/linux.h (CPP_SPEC): Likewise.
4334 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
4335 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
4336 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
4337 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
4338 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
4339 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
4340 * config/netbsd-aout.h (ASM_SPEC): Likewise.
4341 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
4342 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
4343 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
4344 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
4345 * config/sparc/sparc.h (ASM_SPEC): Likewise.
4346 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
4347 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
4348 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
4349 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
4350 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
4351 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
4352 Simplify.
4353 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4354 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4355 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4356 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4357 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4358 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4359 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4360 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
4361
4362 2003-06-03 Jakub Jelinek <jakub@redhat.com>
4363
4364 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
4365 != 0 handling. Pass 0 to store_by_pieces.
4366 (expand_builtin_mempcpy): Add endp argument. Don't call
4367 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
4368 directly. If ignoring result, only do expand_call.
4369 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
4370 otherwise.
4371 (expand_builtin_strncpy, expand_builtin_memset): Adjust
4372 store_by_pices callers.
4373 (expand_builtin): Adjust expand_builtin_memcpy and
4374 expand_builtin_mempcpy callers.
4375 * expr.c (can_move_by_pieces): New function.
4376 (move_by_pieces): Add endp argument, return to resp. memory at end
4377 or one byte earlier depending on endp.
4378 (store_by_pieces): Likewise.
4379 (emit_block_move): Adjust call to move_by_pieces.
4380 (emit_push_insn): Adjust move_by_pieces caller.
4381 * expr.h (can_move_by_pieces): New prototype.
4382 (store_by_pieces): Adjust prototypes.
4383 * rtl.h (move_by_pieces): Adjust prototype.
4384 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
4385 caller.
4386
4387 2003-06-03 Ben Elliston <bje@wasabisystems.com>
4388
4389 * doc/md.texi (Processor pipeline description): Improve wording.
4390
4391 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
4392
4393 * c-opts.c (c_common_handle_option): New, pulled out of
4394 c_common_decode_option. Substitute uses of argv.
4395 (c_common_decode_option): Broken into two.
4396
4397 2003-06-02 Roger Sayle <roger@eyesopen.com>
4398 Zack Weinberg <zack@codesourcery.com>
4399
4400 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
4401 test of TREE_CONSTANT_POOL_ADDRESS_P.
4402
4403 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4404
4405 * mips.c: Don't include output.h twice.
4406 * stormy16.c: Likewise.
4407 * xtensa.c: Likewise.
4408 * output.h: Protect against multiple inclusion.
4409
4410 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
4411
4412 * sh.h (OLD_ARG_MODE): New macro.
4413 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
4414 (FUNCTION_ARG_1): Break out of:
4415 (FUNCTION_ARG). Use OLD_ARG_MODE.
4416
4417 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4418
4419 * gcc/config.gcc Add support multilib parts for m32rx processor.
4420
4421 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4422
4423 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
4424 (mostlyclean): Delete c-options.c and c-options.h.
4425
4426 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
4427
4428 * c-opts.c (CL_REJECT_NEGATIVE): New.
4429 (c_common_decode_option): Update to use it.
4430 * c.opt: Update documentation; use RejectNegative.
4431 * opts.sh: Handle RejectNegative.
4432
4433 2003-06-01 Zack Weinberg <zack@codesourcery.com>
4434
4435 * ggc-page.c (init_ggc): Give better diagnostics on failure to
4436 open /dev/zero.
4437 * toplev.c (crash_signal): Reset handling for received signal
4438 to SIG_DFL.
4439
4440 2003-06-02 Ben Elliston <bje@wasabisystems.com>
4441
4442 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
4443 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
4444 (arm_use_dfa_pipeline_interface): Implement.
4445 * config/arm/arm.md (arm): New automaton.
4446 (write_buf): Remove function units; new cpu unit.
4447 (write_blockage): Remove function units; new cpu unit.
4448 (core): Remove function units; new cpu unit.
4449 (r_mem_f_wbuf): New instruction reservation.
4450 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
4451 (store1_ldsched, store2, store3, store4): Likewise.
4452 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
4453 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
4454 (multi_cycle, single_cycle): Likewise.
4455 * config/arm/fpa.md (armfp): New automaton.
4456 (fpa): Remove function units; new cpu unit.
4457 (fpa_mem): Remove function unit; new cpu unit.
4458 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
4459 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
4460
4461 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4462
4463 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
4464 * c-format.c (enum format_type): Add asm_fprintf_format_type.
4465 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
4466 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
4467 (format_types_orig): Renamed from format_types. Add new data.
4468 (format_types): Declare as pointer.
4469 (handle_format_attribute): Move later in file so we have all
4470 necessary declarations. Add section to capture HOST_WIDE_INT.
4471 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
4472 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
4473
4474 2003-06-01 Andreas Jaeger <aj@suse.de>
4475
4476 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
4477 ROUND_TYPE_SIZE_UNIT.
4478
4479 * stor-layout.c (finalize_record_size): Remove usages of
4480 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
4481 (finalize_type_size): Likewise.
4482 (layout_type): Likewise.
4483
4484 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
4485
4486 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
4487
4488 * config/d30v/d30v.h: Remove text copied from the manual.
4489
4490 2003-06-01 Roger Sayle <roger@eyesopen.com>
4491 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4492 Geoffrey Keating <geoffk@apple.com>
4493
4494 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
4495 constants as condition code values.
4496
4497 2003-06-01 DJ Delorie <dj@redhat.com>
4498
4499 * cppmacro.c (warn_of_redefinition): Handle cases where the two
4500 definitions have different numbers of tokens.
4501
4502 2003-06-01 Andreas Jaeger <aj@suse.de>
4503
4504 * gen-protos.c (main): Readd unused attribute for argc.
4505
4506 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
4507
4508 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
4509 * c.opt: End in blank line.
4510 * opts.sh: Take AWK from environment if available; use C locale.
4511
4512 2003-06-01 Andreas Schwab <schwab@suse.de>
4513
4514 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
4515
4516 2003-06-01 Andreas Jaeger <aj@suse.de>
4517
4518 * gen-protos.c (main): Revert patch to check for argument.
4519
4520 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
4521
4522 PR target/11044
4523 * config/i386/i386.md (length attribute): Set length to 4
4524 for instructions of type "fcmp".
4525
4526 2003-06-01 Andreas Jaeger <aj@suse.de>
4527
4528 * toplev.c: Use ISO C90 prototypes.
4529
4530 * toplev.h: Use ISO C90 prototypes.
4531
4532 * genrecog.c: Use ISO C90 prototypes.
4533 (nodes_identical): Correct declaration to match prototype.
4534 (maybe_both_true): Likewise.
4535 (merge_trees): Likewise.
4536
4537 * genpeep.c (gen_peephole): Remove #if 0 code.
4538 Use ISO C90 prototypes.
4539
4540 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
4541 Remove #if 0'ed function simplify_by_alternatives.
4542 (optimize_attrs): Remove #if 0'ed code.
4543 Remove ^L.
4544 Use ISO C90 prototypes.
4545 (make_canonical): Remove #if 0'ed code.
4546 (convert_const_symbol_ref): Remove #if 0'ed function.
4547
4548 * gen-protos.c (main): Check for argument.
4549
4550 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
4551
4552 * params.h: Use ISO C90 prototypes.
4553 * params.c: Likewise.
4554 * intl.c: Likewise.
4555 * intl.h: Likewise.
4556 * lists.c: Likewise.
4557 * errors.c: Likewise.
4558 * errors.h: Likewise.
4559 * gencodes.c: Likewise.
4560 * genpreds.c: Likewise.
4561 * genattr.c: Likewise.
4562 * gen-protos.c: Likewise.
4563 * genflags.c: Likewise
4564 * genconditions.c: Likewise.
4565 * genautomata.c: Likewise.
4566 * gencheck.c: Likewise.
4567 * genconfig.c: Likewise.
4568 * genconstants.c: Likewise.
4569 * genemit.c: Likewise.
4570 * genextract.c: Likewise.
4571 * gengenrtl.c: Likewise.
4572 * gengtype.c: Likewise.
4573 * gengtype.h: Likewise.
4574 * genopinit.c: Likewise.
4575 * genoutput.c: Likewise.
4576 * gensupport.c: Likewise.
4577 * gensupport.h: Likewise.
4578
4579 * sdbout.h: Use ISO C90 prototypes.
4580
4581 * sdbout.c (CONTIN): Removed empty macro.
4582 (sdbout_one_type): Remove CONTIN usages.
4583 Remove ^Ls.
4584 (tag_of_ru_type): Remove #if 0'ed function.
4585 (sdbout_symbol): Remove #if 0'ed code.
4586 (sdbout_one_type): Remove a #if 1.
4587 (sdbout_one_type): Remove #if 0'ed code.
4588 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
4589 Remove PARAMS, use ISO C90 prototypes for all functions.
4590
4591 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
4592
4593 * rtl.def (CONST_DOUBLE): Update comment.
4594
4595 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
4596
4597 * opts.sh: Remove path from sort.
4598
4599 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
4600
4601 PR/9680
4602 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
4603 TARGET_SPE for SPE_VECTOR_MODE.
4604
4605 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
4606
4607 * toplev.c (botch): Remove.
4608 (do_abort): Remove.
4609 (set_Wunused): Comment.
4610 (set_Wextra): Comment.
4611 Remove ^L's.
4612 (rest_of_compilation): Factor out common code into functions.
4613 (rest_of_handle_inlining): New.
4614 (rest_of_handle_ssa): New.
4615 (rest_of_handle_cse): New.
4616 (rest_of_handle_gcse): New.
4617 (rest_of_handle_loop_optimize): New.
4618 (rest_of_handle_jump_bypass): New.
4619 (rest_of_handle_sibling_calls): New.
4620 (rest_of_handle_null_pointer): New.
4621 (rest_of_handle_addresof): New.
4622 (rest_of_handle_flow): New.
4623 (rest_of_handle_branch_prob): New.
4624 (rest_of_handle_if_conversion): New.
4625 (rest_of_handle_tracer): New.
4626 (rest_of_handle_loop2): New.
4627 (rest_of_handle_cse2): New.
4628 (rest_of_handle_life): New.
4629 (rest_of_handle_combine): New.
4630 (rest_of_handle_if_after_combine): New.
4631 (rest_of_handle_regmove): New.
4632 (rest_of_handle_sched): New.
4633 (rest_of_handle_old_regalloc): New.
4634 (rest_of_handle_new_regalloc): New.
4635 (rest_of_handle_regrename): New.
4636 (rest_of_handle_reorder_blocks): New.
4637 (rest_of_handle_sched2): New.
4638 (rest_of_handle_new_regalloc): New.
4639 (rest_of_handle_old_regalloc): New.
4640 (rest_of_handle_regrename): New.
4641 (rest_of_handle_reorder_blocks): New.
4642 (rest_of_handle_stack_regs): New.
4643 (rest_of_handle_machine_reorg): New.
4644 (rest_of_handle_delay_slots): New.
4645 (rest_of_handle_final): New.
4646
4647 * toplev.h (botch): Remove prototype.
4648 (do_abort): Same.
4649
4650 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
4651
4652 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
4653 * c-opts.c: Include c-options.h and c-options.c.
4654 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
4655 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
4656 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
4657 OPT, opt_comp): Remove.
4658 (missing_arg, c_common_init_options, c_common_decode_option,
4659 write_langs): Update for macro redefinitions and enumeration
4660 name changes.
4661 * c.opt, opts.sh: New files.
4662 * doc/passes.texi: Update.
4663
4664 2003-05-31 Andreas Jaeger <aj@suse.de>
4665
4666 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
4667 usage.
4668
4669 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
4670
4671 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
4672
4673 * system.h: Poison ALLOCATE_TRAMPOLINE.
4674
4675 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
4676 * system.h: Poison HANDLE_PRAGMA.
4677
4678 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
4679
4680 * doc/invoke.texi: Update dump file names.
4681
4682 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4683
4684 * c-format.c (format_length_info, format_char_info,
4685 format_flag_spec, format_flag_pair, format_kind_info):
4686 De-const-ify structure members.
4687
4688 2003-05-31 Roger Sayle <roger@eyesopen.com>
4689
4690 * flags.h (flag_wrapv): New flag controlling overflow semantics.
4691 * toplev.c (flag_wrapv): Declare the variable with default false.
4692 (lang_independent_options): New option "-fwrapv" to set the above.
4693
4694 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
4695 as x, when signed arithmetic overflow wraps around.
4696 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
4697 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
4698 overflow when flag_wrapv is true.
4699
4700 * doc/invoke.texi: Document new -fwrapv command line option.
4701 * doc/c-tree.texi: Mention that the overflow semantics of
4702 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
4703 upon both flag_wrapv and flag_trapv.
4704
4705 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4706
4707 * doc/install.texi (mips-sgi-irix5): Add missing
4708 HTML <hr> marker.
4709
4710 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4711
4712 * doc/md.texi (Machine Constraints): Document
4713 missing SPARC constraints.
4714
4715 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4716
4717 * doc/md.texi (Automaton pipeline description): Use
4718 "type" instead of "cpu" as the attribute in the examples.
4719
4720 2003-05-30 Stan Shebs <shebs@apple.com>
4721
4722 * system.h: Poison OBJC_PROLOGUE.
4723
4724 2003-05-30 Roger Sayle <roger@eyesopen.com>
4725
4726 * emit-rtl.c (gen_complex_constant_part): New function for getting
4727 the constant real or imaginary part of a complex constant.
4728 (gen_realpart): Use it.
4729 (gen_imagpart): Likewise.
4730
4731 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
4732
4733 * doc/invoke.texi: Fix typos.
4734 * doc/rtl.texi: Likewise.
4735
4736 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4737
4738 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
4739 mode.
4740 * config/h8300/crtn.asm: Likewise.
4741 * config/h8300/lib1funcs.asm: Likewise.
4742 * config/h8300/h8300.c (asm_file_start): Likewise.
4743 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
4744 h8300snelf emulations for normal mode.
4745 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
4746 emulations for normal mode.
4747
4748 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4749
4750 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
4751 true if TARGET_NORMAL_MODE.
4752
4753 2003-05-30 Roger Sayle <roger@eyesopen.com>
4754
4755 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
4756 making a substitution.
4757 (dead_libcall_p): If directly replacing a libcall with a
4758 constant value produces an invalid instruction, also try forcing
4759 the constant into the constant pool.
4760 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
4761 obvious that the source is a constant.
4762 (compress_float_constant): Use set_unique_reg_note to place
4763 REG_EQUAL notes on instructions.
4764
4765 2003-05-30 Eric Christopher <echristo@redhat.com>
4766
4767 * config/mips/mips.c (extern_list): Add GTY marker.
4768 (extern_head): Separate out definition. Add marker.
4769 (mips_output_external): Use ggc_alloc for extern_list
4770 allocation.
4771 (mips_output_external_libcall): Ditto.
4772
4773 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
4774
4775 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
4776 later.
4777
4778 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4779
4780 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
4781 warnings.
4782 (PRINT_OPERAND): Likewise.
4783
4784 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4785
4786 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
4787 -mdebug/-no-mdebug switches ...
4788 (MDEBUG_ASM_SPEC): ... here.
4789 Use only with gas.
4790 (EXTRA_SPECS): Initialize mdebug_asm_spec.
4791
4792 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
4793
4794 * gthr-gnat.c: Remove #undef UNUSED.
4795 (__gnat_default_lock, __gnat_default_unlock): Prototype.
4796 (__gnat_task_lock, __gnat_task_unlock): Make declarations
4797 prototypes.
4798 (__gnat_install_locks): Convert declaration to ISO C90, make
4799 parameter declarations prototypes, and remove blank line.
4800 * gthr-gnat.h (__gnat_install_locks): Make parameter
4801 declarations prototypes.
4802
4803 2003-05-29 Jason Merrill <jason@redhat.com>
4804
4805 * Makefile.in (unstrap): Remove stage_last after make unstage1.
4806
4807 2003-05-29 Roger Sayle <roger@eyesopen.com>
4808
4809 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
4810
4811 2003-05-29 Roger Sayle <roger@eyesopen.com>
4812 Kaveh Ghazi <ghazi@caip.rutgers.edu>
4813
4814 PR bootstrap/10169
4815 * mips-tfile.c (main): Use getopt_long instead of getopt.
4816 Add new command line option --version to display version.
4817 Treat --verbose like -v to report a single line version.
4818 (options): New global variable for getopt_long.
4819 * mips-tdump.c (main): Use getopt_long instead of getopt.
4820 New command line options -v, --version and -verbose to display
4821 the program version number (to match mips-tfile's behavior).
4822 (options): New global variable for getopt_long.
4823
4824 * gcov.c (options): Zero-terminate getopt_long array.
4825 * gcov-dump.c (options): Likewise.
4826
4827 * Makefile.in (mips-tdump.o): Add dependency on version.h.
4828
4829 2003-05-29 Stan Shebs <shebs@apple.com>
4830
4831 Remove OBJC_PROLOGUE everywhere.
4832 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
4833 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
4834 * config/d30v/d30v.h: Similarly.
4835 * config/ip2k/ip2k.h: Similarly.
4836 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
4837
4838 2003-05-29 Roger Sayle <roger@eyesopen.com>
4839
4840 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
4841 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
4842 (expand_unreachable_stmt): Expand unreachable while statements
4843 using genrtl_do_stmt_1.
4844
4845 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
4846
4847 * config/mips/mips-protos.h (mips_output_load_label): Declare.
4848 * config/mips/mips.c (mips_output_load_label): New function.
4849 (mips_output_conditional_branch): Use it.
4850 * config/mips/mips.md (jump): And here.
4851
4852 2003-05-28 Bob Wilson <bob.wilson@acm.org>
4853
4854 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
4855 (xtensa_split_operand_pair): New proto.
4856 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
4857 (smalloffset_double_mem_p): Delete.
4858 (gen_float_relational, printx, print_operand, xtensa_va_arg):
4859 Fix whitespace.
4860 (xtensa_split_operand_pair): New.
4861 (xtensa_dbx_register_number): Fix formatting.
4862 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
4863 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
4864 instead of splitting them into single-word moves. Remove unnecessary
4865 checks for reload_in_progress and reload_completed.
4866 (movdi_internal, movdf_internal): Change to post-reload split patterns.
4867 Add constraints to allow constant operands.
4868 (movsf_internal): Allow CONST_INT operands.
4869
4870 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
4871
4872 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
4873 fragment i386/x-mingw32.
4874 * config/i386/x-mingw32: New file. Make local_includedir
4875 relative to EXEC_PREFIX.
4876
4877 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
4878
4879 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
4880 (MD_STARTFILE_PREFIX): Define.
4881
4882 2003-05-27 Denis Chertykov <denisc@overta.ru>
4883
4884 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
4885 VOIDmode.
4886 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
4887 call of cselib_invalidate_regno.
4888
4889 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
4890
4891 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
4892 -lthread to -lpthread.
4893
4894 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
4895 Bruce Korb <bkorb@gnu.org>
4896 Arno Klaassen <arno@heho.snv.jussieu.fr>
4897
4898 * fixinc/inclhack.def: Add missing declaration of getpagesize()
4899 to unistd.h on Solaris 2.5.1.
4900 Fix prototype of recv() and send() in sys/socket.h on
4901 Solaris 2.5.1 and 2.6.
4902 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
4903 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
4904 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
4905 * fixinc/fixincl.x: Regenerate.
4906
4907 2003-05-27 Jason Merrill <jason@redhat.com>
4908
4909 * tree.c (expr_first, expr_length): New fns.
4910 * tree.h: Declare them.
4911
4912 * tree.c (iterative_hash_expr): Hash commutative expressions
4913 consistently.
4914
4915 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4916
4917 * tree.h (contains_placeholder_p): Now returns bool.
4918 (CONTAINS_PLACEHOLDER_P): New macro.
4919 (type_contains_placeholder_p): New function.
4920 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
4921 (contains_placeholder_p): Now returns bool.
4922 Rework to use CONTAINS_PLACEHOLDER_P macro.
4923 (type_contains_placeholder_p): New function.
4924 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
4925 type_contains_placeholder_p.
4926 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
4927 Use CONTAINS_PLACEHOLDER_P macro.
4928 * builtins.c (fold_builtin): Likewise.
4929 * calls.c (initialize_argument_information): Likewise.
4930 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
4931 * explow.c (expr_size): Likewise.
4932 * expr.c (store_constructor, get_inner_reference): Likewise.
4933 * function.c (assign_parms): Likewise.
4934 * stor-layout.c (variable_size): Likewise.
4935
4936 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
4937
4938 * diagnostic.h (output_verbatim, verbatim): Remove printf
4939 attribute.
4940
4941 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4942
4943 * doc/contrib.texi (Contributors): Update Kean Johnston.
4944
4945 2003-05-24 David Edelsohn <edelsohn@gnu.org>
4946
4947 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
4948
4949 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
4950
4951 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
4952 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
4953 Replace "GNU CC" with "GCC".
4954
4955 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
4956
4957 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
4958 intermediate computation.
4959
4960 2003-05-23 Eric Christopher <echristo@redhat.com>
4961
4962 * config/mips/mips.md (clzsi, clzdi): New patterns.
4963
4964 2003-05-23 Geoffrey Keating <geoffk@apple.com>
4965
4966 * gcc.c (default_compilers): Use -o to specify preprocessor's output
4967 file. Make -no-integrated-cpp work when building PCH files.
4968 * objc/lang-specs.h: Likewise.
4969
4970 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
4971
4972 * fixinc/Makefile.in: Correct description.
4973 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
4974 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
4975 fixinc/genfixes: Replace "GNU CC" with "GCC".
4976
4977 2003-05-23 Roger Sayle <roger@eyesopen.com>
4978
4979 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
4980 builtin functions (and their __builtin_* variants).
4981 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
4982 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
4983 optimizing.
4984
4985 * doc/extend.texi: Document new tan and atan builtins, and
4986 their float and long double variants.
4987
4988 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
4989
4990 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
4991 __sparcv9 in the TARGET_ARCH64 case.
4992
4993 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
4994
4995 * i386.c (ix86_reorg): Calls are also jumps.
4996
4997 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
4998
4999 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
5000 note containing an EXPR_LIST, process all the arguments.
5001
5002 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
5003 Andreas Jaeger <aj@suse.de>
5004
5005 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
5006 do not use assertion.
5007
5008 2003-05-23 Mike Stump <mrs@apple.com>
5009
5010 * tlink.c (scan_linker_output): Add support for darwin linker, as it
5011 emits unresolved symbols one per line, consuming the entire line.
5012
5013 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
5014 Zack Weinberg <zack@codesourcery.com>
5015
5016 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
5017 * config/m68k/m68k.c (m68k_output_function_prologue):
5018 Remove code under #if NEED_PROBE.
5019 * config/m68k/m68k.h: Don't define NEED_PROBE.
5020 * config/m68k/m68k.md: Remove "probe" insn.
5021 * doc/md.texi: Remove documentation of "probe" pattern.
5022
5023 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
5024
5025 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
5026
5027 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
5028
5029 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
5030 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
5031
5032 2003-05-22 Roger Sayle <roger@eyesopen.com>
5033
5034 * real.c (real_maxval): New function to return the largest finite
5035 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
5036 * real.h (real_maxval): Prototype here.
5037 * fold-const.c (fold_inf_compare): Transform comparisons against
5038 +-Infinity into comparisons against DBL_MAX (or equivalent).
5039
5040 2003-05-22 Mike Stump <mrs@apple.com>
5041
5042 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
5043 default.
5044
5045 2003-05-22 DJ Delorie <dj@redhat.com>
5046
5047 * calls.c (expand_call): If the arg block is going to grow
5048 downward, we need argblock to point to the top of the block,
5049 not the bottom.
5050
5051 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5052
5053 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
5054
5055 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
5056 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
5057
5058 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5059
5060 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
5061 * m68k.c: Likewise.
5062 * m68k.h: Likewise.
5063
5064 2003-05-22 Zack Weinberg <zack@codesourcery.com>
5065
5066 PR other/2873
5067 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
5068 expressions to prevent triggering on recent curses.h,
5069 linux/nls.h, or X11/Xlib.h.
5070 (stdio_va_list): Add _G_va_list to bypass pattern.
5071 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
5072 * fixinc/fixincl.x: Regenerate.
5073
5074 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
5075
5076 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
5077 switches when --target-help option is specified.
5078
5079 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
5080
5081 PR bootstrap/10805
5082 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
5083 failure with Sun assembler 5.0 Alpha 03/27/98.
5084
5085 2003-05-21 Loren James Rittle <ljrittle@acm.org>
5086
5087 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
5088 to match system compiler convention.
5089
5090 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
5091
5092 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
5093 value, not just if defined.
5094 Update copyright year.
5095
5096 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5097
5098 PR target/6428
5099 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
5100 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
5101 option is used without `-static'.
5102 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
5103 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
5104
5105 2003-05-21 Bob Wilson <bob.wilson@acm.org>
5106
5107 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
5108 TARGET_SERIALIZE_VOLATILE): Delete.
5109 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
5110 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
5111 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
5112 "-mno-serialize-volatile".
5113 * config/xtensa/xtensa.c (print_operand): Remove checks of
5114 TARGET_SERIALIZE_VOLATILE.
5115 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
5116 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
5117 "-mserialize-volatile" and "-mno-serialize-volatile" options.
5118
5119 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
5120
5121 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
5122 (nested_function): Likewise.
5123 (notype_nested_function): Likewise.
5124
5125 2003-05-21 Nick Clifton <nickc@redhat.com>
5126
5127 * config/stormy16/stormy-abi: Update overflow type for
5128 R_XSTORMY16_16 reloc.
5129
5130 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
5131
5132 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
5133 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
5134 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
5135 * print-tree.c (print_node): Remove ambient-boundedness.
5136 * tree.h (tree_common): Remove bounded_flag.
5137 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
5138 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
5139 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
5140 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
5141 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
5142 Remove.
5143 (TYPE_QUALS): Remove BOUNDED.
5144 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
5145 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
5146 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
5147 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
5148 VA_LIST_POINTER_DEPTH): Remove.
5149 (struct tree_type): Remove pointer_depth.
5150
5151 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5152
5153 * c-pretty-print.c (pp_c_integer_literal): Use
5154 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
5155
5156 2003-05-20 Roger Sayle <roger@eyesopen.com>
5157 Kazu Hirata <kazu@cs.umass.edu>
5158 Joern Rennecke <joern.rennecke@superh.com>
5159
5160 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
5161 setcc and jump, if they exist. If substituted instruction
5162 fails to validate, store current effort in a REG_EQUAL note.
5163 (cprop_insn): Don't attempt further substitutions if the
5164 current instruction has been deleted.
5165 (local_cprop_pass): Likewise.
5166
5167 * jump.c (redirect_jump): Also update REG_EQUAL note, if
5168 one is attached to the jump instruction.
5169 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
5170
5171 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
5172
5173 PR c++/9738
5174 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
5175 even if not first.
5176
5177 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5178
5179 * genautomata.c (output_description, output_automaton_units,
5180 output_state_arcs): Add missing specifiers.
5181
5182 2003-05-20 Bob Wilson <bob.wilson@acm.org>
5183
5184 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
5185 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
5186 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
5187 (nsau): Rename to do_nsau. Provide alternate version for use when
5188 the NSAU instruction is available.
5189 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
5190 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
5191 * config/xtensa/xtensa-config.h: Update comments to match binutils.
5192 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
5193 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
5194 (TARGET_ABS, TARGET_ADDX): Define.
5195 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
5196 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
5197 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
5198 *subx8): Set predicate condition to TARGET_ADDX.
5199 (abssi2): Set predicate condition to TARGET_ABS.
5200 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
5201 "-maddx", and "-mno-addx" options.
5202 (Xtensa Options): Likewise. Also tag some opcode names with @code.
5203
5204 2003-05-20 Kevin Ryde <user42@zip.com.au>
5205 Wolfgang Bangerth <bangerth@dealii.org>
5206
5207 PR/10355
5208 * doc/extend.texi: Put a warning into the documentation
5209 of attribute regparm.
5210
5211 2003-05-20 Jason Merrill <jason@redhat.com>
5212
5213 * tree.c (expr_last): New fn.
5214 * tree.h: Declare it.
5215 * objc/objc-act (expr_last): Rename to objc_expr_last.
5216
5217 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
5218
5219 * sh.c (sh_register_move_cost): Add clase for moving between
5220 FP registers and MAC registers.
5221
5222 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
5223
5224 * pa/milli64.S ($$mulI): Fix typo.
5225
5226 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
5227
5228 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
5229 (nonlocal_set_p): Remove initial blank line.
5230 * dwarf2out.c (simple_type_size_in_bits): Likewise.
5231 * et-forest.c (et_forest_create): Likewise.
5232 * explow.c (stabilize): Likewise.
5233 * fix-header.c (write_lbrac): Likewise.
5234 * graph.c (start_fct, node_data): Likewise.
5235 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
5236 * rtlanal.c (global_reg_mentioned_p): Likewise.
5237 * tree.c (bit_position): Likewise.
5238
5239 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
5240
5241 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
5242 -lthread to -lpthread.
5243
5244 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
5245
5246 * c-opts.c (c_common_decode_option): Don't accept dollars
5247 as identifier characters in assembly.
5248 * doc/cpp.texi: Document this.
5249
5250 2003-05-19 Seth Arnold <sarnold@wirex.com>
5251 Aldy Hernandez <aldyh@redhat.com>
5252
5253 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
5254 vrsave_size twice.
5255
5256 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
5257
5258 * doc/tm.texi (function_arg): Fix typo.
5259
5260 2003-05-19 Matt Austern <austern@apple.com>
5261
5262 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
5263 * c-common.h (warn_invalid_offsetof): Declare.
5264 * c-common.c (warn_invalid_offsetof): Define.
5265 * doc/invoke.texi: Document -Winvalid-offsetof.
5266 * testsuite/g++.dg/other/offsetof3.C: New.
5267 * testsuite/g++.dg/other/offsetof4.C: New.
5268
5269 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
5270 David Edelsohn <edelsohn@gnu.org>
5271
5272 * config/rs6000/rs6000.c (rs6000_alignment_string,
5273 rs6000_alignment_flags): New variables.
5274 (rs6000_parse_alignment_option): New function.
5275 (rs6000_override_options): Call it.
5276 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
5277 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
5278 macros.
5279 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
5280 natural alignment if TARGET_NATURAL_ALIGNMENT
5281 (ROUND_TYPE_ALIGN): Always use default record alignment if
5282 TAGET_NATURAL_ALIGNMENT.
5283 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
5284 (ROUND_TYPE_ALIGN): Same.
5285 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
5286 (ROUND_TYPE_ALIGN): Same.
5287 * doc/invoke.texi (Option Summary, PowerPC Options): Document
5288 new options.
5289
5290 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
5291
5292 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
5293 of a function using ASMSPEC, prepend a star.
5294
5295 2003-05-19 Jason Merrill <jason@redhat.com>
5296
5297 * tree-inline.c (copy_body_r): Avoid generating &* during inline
5298 substitution.
5299
5300 2003-05-19 Andrew Macleod <amacleod@redhat.com>
5301
5302 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
5303 not mark assignments to the hard frame pointer as being stack
5304 frame related.
5305 (xstormy16_expand_epilogue): Mark adjustments to the stack
5306 pointer as being stack frame related.
5307
5308 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5309
5310 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
5311 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
5312 (PREDICATE_CODES): Add hilo_operand.
5313 * config/mips/mips.c (hilo_operand): New predicate.
5314 (mips_adjust_insn_length): Account for the number nops that might
5315 be needed to avoid hardware hazards.
5316 * config/mips/mips.md (dslot): Remove attribute.
5317 (hazard): New attribute.
5318 (can_delay): Use it. Check for calls, branches & jumps.
5319 (muldi3): Use the standard dmult pattern for mips16 code.
5320 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
5321
5322 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5323
5324 * config/mips/mips-protos.h (final_prescan_insn,
5325 mips_count_memory_refs, mips_fill_delay_slot): Remove.
5326 * config/mips/mips.h (delay_type, dslots_load_total,
5327 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
5328 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
5329 mips_load_reg3, mips_load_reg4): Remove.
5330 (MASK_STATS): Remove.
5331 (MASK_EXPLICIT_RELOCS): Reuse its value.
5332 (TARGET_STATS): Remove.
5333 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
5334 Warn that -mstats is now ignored.
5335 (FINAL_PRESCAN_INSN): Undefine.
5336 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
5337 (ASM_OUTPUT_REG_POP): Likewise.
5338 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
5339 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
5340 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
5341 mips_fill_delay_slot, mips_count_memory_refs,
5342 final_prescan_insn): Remove.
5343 (output_block_move): Remove calls to mips_count_memory_refs.
5344 (print_operand): Remove printing of #nop for TARGET_STATS.
5345 (mips_output_function_epilogue): Remove TARGET_STATS code.
5346 Reorganize setting of fnnmae.
5347 * config/mips/mips.md: Remove handling of dslot statistics
5348 throughout file. Change all fcmp patterns into normal asm
5349 templates, removing calls to mips_fill_delay_slot.
5350 * doc/invoke.texi: Remove documentation of -mstats.
5351
5352 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5353
5354 * config/mips/mips.c (mips_class_max_nregs): Return the number of
5355 words in the mode.
5356
5357 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
5358
5359 * config/mips/mips.c (override_options): Disable explicit
5360 relocs for old ABIs unless using gas.
5361
5362 2003-05-18 Eric Christopher <echristo@redhat.com>
5363
5364 * config/mips/mips.h: Remove definition of g_switch_value.
5365
5366 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
5367
5368 * flags.h (g_switch_value): Change to an unsigned
5369 HOST_WIDE_INT.
5370 * toplev.c (g_switch_value): Likewise.
5371
5372 * config/alpha/alpha.c (small_symbolic_operand): Remove
5373 g_switch_value cast.
5374 (alpha_in_small_data_p): Cast size to an unsigned
5375 HOST_WIDE_INT.
5376
5377 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
5378 unsigned HOST_WIDE_INT.
5379 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
5380 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
5381
5382 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
5383 unsigned HOST_WIDE_INT.
5384 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
5385 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
5386 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
5387
5388 * config/rs6000/rs6000.c (rs6000_file_start): Use
5389 HOST_WIDE_INT_PRINT_UNSIGNED.
5390 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
5391 (rs6000_elf_in_small_data_p): Cast size to unsigned
5392 HOST_WIDE_INT.
5393 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
5394 Remove.
5395 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
5396 g_switch_set.
5397 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
5398 g_switch_value cast.
5399
5400 2003-05-18 Roger Sayle <roger@eyesopen.com>
5401 Zack Weinberg <zack@codesourcery.com>
5402
5403 PR middle-end/10472
5404 * builtins.c (expand_builtin_memcpy): Call force_operand on
5405 expressions and use simplify_gen_binary to create the addition.
5406
5407 2003-05-18 Andreas Schwab <schwab@suse.de>
5408
5409 * config/m68k/m68k.md: Use define_constants for unspec numbers.
5410
5411 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
5412
5413 * config/sparc/sparc.h: Define sparc for now.
5414 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5415
5416 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
5417
5418 * config/stormy16/stormy16.h: Remove about 3000 lines of
5419 target-independent comments. Update copyright notice.
5420
5421 * doc/collect2.texi: GNU CC -> GCC.
5422 * doc/headerdirs.texi: GNU CC -> GCC.
5423
5424 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
5425
5426 * hashtable.h (struct ht_identifier): Add data member "hash_value".
5427 * hashtable.c (ht_lookup): Use it when searching, remember.
5428 (ht_expand): Do not recompute.
5429 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
5430
5431 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
5432
5433 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
5434
5435 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
5436
5437 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
5438 Default here.
5439 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
5440 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
5441 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
5442 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
5443 config/arm/linux-elf.h, config/arm/rtems-elf.h,
5444 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
5445 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
5446 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
5447 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
5448 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
5449 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
5450 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
5451 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
5452 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
5453 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
5454 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
5455 Don't define __ELF__.
5456 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
5457 Define __ELF__.
5458 * doc/cpp.texi: Document __ELF__.
5459 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
5460
5461 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5462
5463 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
5464 always use stdarg.
5465 * c-errors.c (pedwarn_c99): Likewise.
5466 * c-format.c (status_warning): Likewise.
5467 * c-semantics.c (build_stmt): Likewise.
5468 * calls.c (emit_library_call, emit_library_call_value): Likewise.
5469 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
5470 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
5471 * diagnostic.c (build_message_string, output_printf,
5472 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
5473 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
5474 error_with_decl, fnotice): Likewise.
5475 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
5476 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
5477 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
5478 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
5479 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
5480 dw2_asm_output_encoded_addr_rtx): Likewise.
5481 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
5482 * errors.c (warning, error, fatal, internal_error): Likewise.
5483 * final.c (output_operand_lossage, asm_fprintf): Likewise.
5484 * fix-header.c (fatal): Likewise.
5485 * gcc.c (fatal, error, notice): Likewise.
5486 * gcov.c (fnotice): Likewise.
5487 * genattrtab.c (attr_rtx, attr_printf): Likewise.
5488 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
5489 * gensupport.c (message_with_line): Likewise.
5490 * mips-tfile.c (fatal, error): Likewise.
5491 * protoize.c (notice): Likewise.
5492 * ra-debug.c (ra_debug_msg): Likewise.
5493 * read-rtl.c (fatal_with_file_and_line): Likewise.
5494 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
5495 * tree.c (build, build_nt, build_function_type_list): Likewise.
5496
5497 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5498
5499 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
5500 * gcc.c (cpp_predefines): Remove.
5501 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
5502 (static_specs): Remove predefines.
5503 * system.h: Poison CPP_PREDEFINES.
5504 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
5505 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
5506
5507 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5508
5509 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
5510 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
5511 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
5512 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
5513
5514 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5515
5516 PR c/9209
5517 * c-common.c, c-common.h (dollars_in_ident): Remove.
5518 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
5519 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
5520 * cpphash.h (warned_dollar): Rename warn_dollars.
5521 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
5522 Permit dollars regardless of -std=.
5523 (post_options): Set warn_dollars.
5524 * cpplex.c (forms_identifier_p): Use warn_dollars.
5525 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
5526 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
5527 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
5528 Update documentation.
5529
5530 2003-05-17 Andreas Schwab <schwab@suse.de>
5531
5532 * config/m68k/m68k.c (m68k_output_function_prologue): Use
5533 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
5534 formatting a HOST_WIDE_INT.
5535 (m68k_output_function_epilogue): Likewise.
5536
5537 2003-05-17 Zack Weinberg <zack@codesourcery.com>
5538
5539 * doc/install.texi: Remove information about desupported targets.
5540
5541 2003-05-17 Andreas Schwab <schwab@suse.de>
5542
5543 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
5544 * config/m68k/linux.h: Likewise.
5545 * config/m68k/m68k-none.h: Likewise.
5546 * config/m68k/netbsd-elf.h: Likewise.
5547 * config/m68k/sgs.h: Likewise.
5548 * config/m68k/m68k.h: Likewise.
5549 * config/m68k/m68k.md: Likewise.
5550 * config/m68k/m68k.c: Likewise.
5551 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
5552 constraints.
5553 * doc/invoke.texi (Option Summary): Remove -mfpa.
5554 (M680x0 Options): Likewise.
5555
5556 2003-05-17 David Edelsohn <edelsohn@gnu.org>
5557
5558 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
5559
5560 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5561
5562 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
5563 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
5564 config/sparc/rtemself.h, config/sparc/sol2-64.h,
5565 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
5566 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
5567
5568 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5569
5570 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
5571 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
5572
5573 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
5574
5575 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
5576 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
5577 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
5578 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
5579 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
5580 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
5581 sparc/sysv4.h,
5582 * sparc/sysv4-only.h: New.
5583
5584 2003-05-17 Alan Modra <amodra@bigpond.net.au>
5585
5586 * function.c (assign_parms): Check for zero size args.
5587
5588 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5589
5590 * cfgloopanal.c (test_for_iteration): Use string concatentation on
5591 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
5592 function calls into one.
5593 * dbxout.c (dbxout_symbol): Likewise.
5594 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
5595 * dwarf2asm.c (dw2_asm_output_data_uleb128,
5596 dw2_asm_output_data_sleb128): Likewise.
5597 * genrecog.c (debug_decision_2): Likewise.
5598 * loop.c (emit_prefetch_instructions): Likewise.
5599 * print-rtl.c (print_rtx): Likewise.
5600 * print-tree.c (print_node_brief, print_node): Likewise.
5601 * ra-debug.c (dump_igraph, dump_graph_cost,
5602 dump_static_insn_cost): Likewise.
5603 * ra-rewrite.c (dump_cost): Likewise.
5604 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
5605 * sreal.c (dump_sreal): Likewise.
5606 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
5607 * varasm.c (assemble_vtable_entry): Likewise.
5608
5609 * avr.c (avr_output_function_prologue,
5610 avr_output_function_epilogue, print_operand): Fix format specifier
5611 warnings.
5612 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
5613 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
5614
5615 2003-05-16 Geoffrey Keating <geoffk@apple.com>
5616
5617 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
5618 and ! TARGET_STRING cases.
5619
5620 * doc/cppopts.texi (-undef): Fix texinfo warning.
5621
5622 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
5623 * cppfiles.c (validate_pch): When -H is used, print some information
5624 about PCH files found.
5625
5626 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
5627
5628 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
5629 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
5630 * config/mips/t-sr71k: Likewise.
5631
5632 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5633
5634 * arc.c (arc_output_function_prologue,
5635 arc_output_function_epilogue): Fix format specifier warnings.
5636 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
5637
5638 * v850.c (print_operand): Fix format specifier warnings.
5639
5640 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
5641 specifier warnings.
5642
5643 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
5644 format specifier warnings.
5645
5646 * ip2k.c (function_prologue, function_epilogue, print_operand):
5647 Fix format specifier warnings.
5648 * ip2k.md: Likewise.
5649
5650 * i960.c (i960_output_function_prologue, i960_print_operand,
5651 i960_print_operand_addr): Fix format specifier warnings.
5652
5653 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
5654 (i370_output_function_prologue): Fix format specifier warnings.
5655 * i370.h (PRINT_OPERAND): Likewise.
5656
5657 * fr30.c (fr30_print_operand): Fix format specifier warnings.
5658
5659 * dsp16xx.c (print_operand_address): Fix format specifier warning.
5660 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
5661
5662 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
5663 specifier warnings.
5664
5665 * alpha.c (print_operand_address, alpha_start_function,
5666 unicosmk_output_ssib): Use string concatentation on
5667 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
5668 function calls into one.
5669 * arm.c (arm_print_operand): Likewise.
5670 * cris.c (cris_asm_output_mi_thunk): Likewise.
5671 * frv.c (frv_asm_output_mi_thunk): Likewise.
5672 * ia64.c (ia64_print_operand, process_set): Likewise.
5673 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
5674 Likewise.
5675 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
5676 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
5677 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
5678 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
5679 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
5680 * s390.c (s390_assemble_integer): Likewise.
5681 * sparc.c (sparc_flat_function_prologue,
5682 sparc_flat_function_epilogue): Likewise.
5683 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
5684 * vax.c (vax_output_mi_thunk): Likewise.
5685
5686 * frv.c (frv_print_operand_memory_reference): Fix format specifier
5687 warning.
5688 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
5689
5690 * m68k.c (m68k_output_function_epilogue): Fix format specifier
5691 warnings.
5692
5693 * stormy16-protos.h (xs_hi_general_operand,
5694 xs_hi_nonmemory_operand): Prototype.
5695 * stormy16.c (xstormy16_output_shift): Fix format specifier
5696 warnings.
5697
5698 * cris.c: Fix format specifier warnings.
5699
5700 2003-05-16 Nick Clifton <nickc@redhat.com>
5701
5702 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
5703
5704 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
5705
5706 * doc/bugreport.texi: Remove most of the of the preface of the
5707 bugs section.
5708
5709 2003-05-16 Jakub Jelinek <jakub@redhat.com>
5710
5711 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
5712 .save XX, r0.
5713
5714 2003-05-15 Roger Sayle <roger@eyesopen.com>
5715
5716 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
5717
5718 2003-05-15 Eric Christopher <echristo@redhat.com>
5719
5720 * cfgcleanup.c (merge_blocks): Fix return value.
5721
5722 2003-05-15 Eric Christopher <echristo@redhat.com>
5723
5724 * combine.c (expand_compound_operation): Make sure
5725 that zero_extend operation is profitable.
5726
5727 2003-05-15 Richard Henderson <rth@redhat.com>
5728
5729 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
5730 code protected by USE_GNULIBC_1.
5731
5732 2003-05-15 Zack Weinberg <zack@codesourcery.com>
5733
5734 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
5735 remove hppa*-*-mpeix* which could not be built, and prune
5736 files from tmake_file= or tm_file= lists that don't exist.
5737
5738 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
5739 * config/alpha/t-interix, config/arm/conix-elf.h
5740 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
5741 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
5742 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
5743 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
5744 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
5745 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
5746 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
5747 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
5748 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
5749 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
5750 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
5751 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
5752 * config/m68k/tower-as.h, config/m68k/tower.h
5753 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
5754 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
5755 * config/m88k/m88k-protos.h, config/m88k/m88k.c
5756 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
5757 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
5758 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
5759 * config/mips/rtems64.h, config/mips/sni-gas.h
5760 * config/mips/sni-svr4.h, config/mips/t-ecoff
5761 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
5762 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
5763 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
5764 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
5765 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
5766 * config/romp/romp-protos.h, config/romp/romp.c
5767 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
5768 * config/rs6000/aix3newas.h, config/rs6000/mach.h
5769 * config/sparc/bsd.h, config/sparc/hal.h
5770 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
5771 * config/sparc/lynx.h, config/sparc/netbsd.h
5772 * config/sparc/sp86x-aout.h, config/sparc/splet.h
5773 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
5774 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
5775 * config/sparc/t-halos, config/sparc/t-sparcbare
5776 * config/sparc/t-splet, config/sparc/t-sunos41
5777 * config/v850/rtems.h: Delete file.
5778
5779 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
5780
5781 * config/rs6000/rs6000-protos.h (function_value): Protoize.
5782
5783 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
5784
5785 * config/rs6000/rs6000.c (rs6000_function_value): New.
5786
5787 2003-05-15 Philip Blundell <philb@gnu.org>
5788
5789 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
5790 All uses updated.
5791 (arm_tune_xscale): New variable.
5792 (arm_override_options): Set it.
5793 (arm_adjust_cost): Use it in place of arm_arch_xscale.
5794 (arm_gen_load_multiple): Likewise.
5795 (arm_gen_store_multiple): Likewise.
5796 * config/arm/arm.md (is_xscale): Likewise.
5797 * config/arm/arm.h (arm_tune_xscale): Declare.
5798
5799 2003-05-15 Philip Blundell <philb@gnu.org>
5800
5801 PR target/10730
5802 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
5803 involving invalid constants.
5804
5805 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5806
5807 * pa.c (hppa_expand_prologue): Remove blockage.
5808
5809 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
5810
5811 * doc/bugreport.texi: Remove most of the bug reporting
5812 instructions and merge them into bugs.html.
5813
5814 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
5815
5816 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
5817 g_switch_value to unsigned HOST_WIDE_INT.
5818
5819 2003-05-14 Eric Christopher <echristo@redhat.com>
5820
5821 * combine.c: Fix header comments.
5822 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
5823 to all calls and prototype.
5824
5825 2003-05-14 Roger Sayle <roger@eyesopen.com>
5826
5827 PR optimization/10764
5828 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
5829 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
5830 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
5831 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
5832 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
5833 the corresponding *fyl2x_?fxf3 instructions.
5834
5835 2003-05-14 Bob Wilson <bob.wilson@acm.org>
5836
5837 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
5838 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
5839 XCHAL_HAVE_L32R): New.
5840 * config/xtensa/xtensa-protos.h (non_const_move_operand,
5841 xtensa_load_constant, xtensa_function_prologue,
5842 xtensa_function_epilogue): Delete prototypes.
5843 (xtensa_expand_prologue): New.
5844 * config/xtensa/xtensa.c (frame_size_const,
5845 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
5846 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
5847 xtensa_function_prologue): Delete.
5848 (add_operand, xtensa_mem_offset): Formatting.
5849 (move_operand): If the const16 option is available, allow any SFmode
5850 and SImode constants.
5851 (xtensa_emit_move_sequence): Inline the former contents of
5852 xtensa_load_constant with modifications to handle the const16 option.
5853 (override_options): Add xtensa_char_to_class['W'] and set it to
5854 the general register class only if the const16 option is enabled.
5855 Fix formatting. Disallow PIC when using the const16 option.
5856 (print_operand): Reorganize to switch on "letter" instead of the
5857 RTL code. Add output_operand_lossage calls for invalid cases.
5858 Add support for 't' and 'b' letters.
5859 (xtensa_expand_prologue): New function to replace
5860 xtensa_function_prologue and xtensa_reorg.
5861 (xtensa_function_epilogue): Declare this as static. Delete code
5862 to print the retw.n or retw instruction.
5863 (xtensa_return_addr): Use A0_REG instead of 0.
5864 (xtensa_rtx_costs): Add costs for using the const16 option.
5865 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
5866 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
5867 (TARGET_SWITCHES): Add "const16" and "no-const16".
5868 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
5869 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
5870 using the const16 option.
5871 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
5872 (TRAMPOLINE_SIZE): Change from 49 to 59.
5873 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
5874 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
5875 when using the const16 option.
5876 (PREDICATE_CODES): Delete non_const_move_operand.
5877 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
5878 UNSPECV_ENTRY.
5879 (movdi, movdf): If the source is a constant, always expand to a
5880 sequence of movsi insns.
5881 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
5882 (movsi_internal, movsf_internal): Add alternative using const16 insns.
5883 (movsf): Add const16 support.
5884 (entry, prologue, epilogue): New.
5885 (set_frame_ptr): Add missing mode for unspec_volatile operation.
5886 Likewise for subsequent split pattern.
5887 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
5888 "-mconst16" and "-mno-const16" options.
5889
5890 2003-05-14 Richard Henderson <rth@redhat.com>
5891
5892 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
5893 to be DImode register. Merge load_symptr.
5894 * config/ia64/ia64.md (load_symptr): Remove.
5895
5896 2003-05-14 Richard Henderson <rth@redhat.com>
5897
5898 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
5899 DEFERRED_CONSTANT_P.
5900 * integrate.c (copy_rtx_and_substitute): Update use.
5901 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
5902 to the copy generated.
5903 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
5904 of the constant to see if we should emit.
5905 (mark_constant): Similarly.
5906 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
5907
5908 2003-05-14 David Edelsohn <edelsohn@gnu.org>
5909
5910 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
5911 move record condition.
5912 (movdi_internal2): Same.
5913
5914 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
5915
5916 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
5917 (GCOV_TAG_*) Force type to gcov_unsigned_t.
5918 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
5919 (struct gcov_var): Remove modified. Add start, length, offset,
5920 overread. Have buffer array for libgcov.
5921 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
5922 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
5923 * gcov-io.c (gcov_open): Set mode, do not read anything.
5924 (gcov_close): Write final block.
5925 (gcov_write_block, gcov_allocate): New.
5926 (gcov_write_bytes): Make static. Write or allocate buffer.
5927 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
5928 null.
5929 (gcov_write_string): Adjust.
5930 (gcov_write_tag)
5931 (gcov_write_length): Adjust. Flush the block.
5932 (gcov_write_tag_length): Buffer can never be null.
5933 (gcov_read_bytes): Make static. Read in block.
5934 (gcov_sync): Moved here. Adjust.
5935 (gcov_seek): Moved here. Adjust.
5936 * coverage.c (read_counts_file): Adjust.
5937 * gcov-dump.c (print_prefix): Add position parameter.
5938 (flag_dump_positions): New flag.
5939 (options, main, print_usage): Add it.
5940 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
5941 tag_summary): Adjust.
5942 * gcov.c (read_graph_file, read_count_file): Adjust.
5943 * libgcov.c (gcov_exit): Adjust.
5944
5945 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
5946 (libgcov.a): Depend on libgcc.a.
5947 (gcov.o, gcov-dump.o): Add gcov-io.c.
5948 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
5949
5950 * loop.c (check_dbra_loop): Factor common test.
5951
5952 2003-05-14 Ben Elliston <bje@wasabisystems.com>
5953
5954 * doc/md.texi (Automaton pipeline description): Grammar fixes.
5955
5956 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
5957
5958 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
5959 (TARGET_INITIALIZER): Include it.
5960 * target.h (struct gcc_target): Add machine_dependent_reorg field.
5961 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
5962 * system.h: Poison MACHINE_DEPENDENT_REORG.
5963
5964 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
5965 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
5966 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5967 (alpha_handle_trap_shadows): Remove "first insn" parameter.
5968 (alpha_align_insns): Likewise.
5969 (alpha_reorg): Likewise. Make static. Update calls to above
5970 functions.
5971
5972 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
5973 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
5974 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5975 (arm_reorg): Remove parameter. Make static.
5976
5977 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
5978 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
5979 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5980 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
5981 Remove parameter.
5982
5983 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
5984 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
5985 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5986 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
5987 Remove parameter.
5988
5989 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
5990 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
5991 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
5992
5993 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
5994 * config/frv/frv.c: Remove orphaned comment.
5995
5996 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
5997 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
5998 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
5999 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
6000 Remove parameter.
6001
6002 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
6003 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
6004 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6005 (emit_insn_group_barriers): Remove "first insn" parameter.
6006 (emit_all_insn_group_barriers): Likewise.
6007 (ia64_reorg): Likewise. Make static. Update calls to above functions.
6008 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
6009
6010 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
6011 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
6012 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6013 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
6014 Remove parameter.
6015
6016 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
6017 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
6018 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6019 (m68hc11_reorg): Make static. Remove parameter.
6020
6021 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
6022 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
6023 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6024 (conditionalize_optimization): Remove parameter.
6025 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
6026 Make static. Update call to conditionalize_optimization.
6027
6028 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
6029 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
6030 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6031 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
6032 Make static.
6033
6034 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
6035 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
6036 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6037 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
6038 Remove parameter.
6039
6040 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
6041 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
6042 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6043 (pa_combine_instructions): Remove "first insn" parameter.
6044 (remove_useless_addtr_insns): Likewise.
6045 (pa_reorg): Likewise. Make static. Update calls to above functions.
6046
6047 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
6048 commented-out definition.
6049
6050 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
6051 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
6052 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6053 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
6054 Remove parameter.
6055
6056 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
6057 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
6058 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6059 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
6060 Remove parameter.
6061 (sh_output_mi_thunk): Call sh_reorg directly.
6062 * config/sh/sh.md: Update comment.
6063
6064 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
6065 commented-out definition.
6066
6067 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
6068 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
6069 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6070 (v850_reorg): Make static. Remove parameter.
6071
6072 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
6073 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
6074 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
6075 (xtensa_reorg): Make static. Remove parameter.
6076
6077 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
6078 (TARGET_MACHINE_DEPENDENT_REORG): Document.
6079
6080 2003-05-13 Richard Henderson <rth@redhat.com>
6081
6082 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
6083 the old decl had instantiated DECL_RTL.
6084
6085 2003-05-13 Mike Stump <mrs@apple.com>
6086
6087 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
6088
6089 2003-05-13 Janis Johnson <janis187@us.ibm.com>
6090
6091 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
6092 HOST_WIDE_INT argument.
6093
6094 2003-05-13 Jason Merrill <jason@redhat.com>
6095
6096 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
6097
6098 * tree.c (iterative_hash_expr): New fn.
6099
6100 * c-semantics.c (emit_local_var): Don't mess with temp slots if
6101 there's no initializer.
6102
6103 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
6104
6105 * final.c (final_scan_insn): Apply the effects of frame-related
6106 delay slot insns before emitting a delayed branch.
6107
6108 2003-05-13 Nick Clifton <nickc@redhat.com>
6109
6110 * config/mcore/mcore.md (jump): Use emit_jump_insn.
6111
6112 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6113
6114 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
6115 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
6116
6117 2003-05-12 DJ Delorie <dj@redhat.com>
6118
6119 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
6120 (emit_push_insn): Don't use push when the source alignment is less
6121 than the stack's push rounding.
6122
6123 2003-05-13 Zack Weinberg <zack@codesourcery.com>
6124
6125 * diagnostic.c (output_format): Add support for %m.
6126 (output_printf, output_verbatim, diagnostic_set_info,
6127 verbatim): Set err_no field of the text_info structure being
6128 initialized.
6129 (fatal_io_error): Delete function.
6130 * diagnostic.h (text_info): Add err_no field.
6131 * toplev.h (fatal_io_error): Delete prototype.
6132
6133 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
6134 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
6135 * objc/objc-act.c: Replace all calls to fatal_io_error with
6136 calls to fatal_error; add ": %m" to the end of all the affected
6137 error messages.
6138
6139 2003-05-13 Zack Weinberg <zack@codesourcery.com>
6140
6141 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
6142 * rtl.h: Prototype it.
6143 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
6144 when appropriate.
6145
6146 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6147
6148 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
6149 ("*iorsi3_oi"): Likewise.
6150
6151 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
6152
6153 * arm.md (compare_scc): Use shorter sequence for EQ case.
6154 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
6155 (and_scc_scc): Ensure split only applies when there is a dominance
6156 of the comparisons.
6157 (and_scc_scc_nodom): New insn-and-split pattern.
6158
6159 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
6160
6161 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
6162 to _Unwind_SetGRPtr().
6163
6164 2003-05-13 Michael Eager <eager@mvista.com>
6165
6166 * Makefile.in: Initialize program_transform_cross_name from
6167 @program_transform_name@ instead of target_alias.
6168
6169 2003-05-12 Janis Johnson <janis187@us.ibm.com>
6170 Alan Modra <amodra@bigpond.net.au>
6171 Jakub Jelinek <jakub@redhat.com>
6172
6173 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
6174 * configure: Rebuild.
6175 * config/rs6000/rs6000-protos.h: Update.
6176 * config/rs6000/rs6000.c (rs6000_tls_size): New.
6177 (rs6000_tls_size_string): New.
6178 (rs6000_parse_tls_size_option): New.
6179 (rs6000_legitimize_tls_address): New.
6180 (rs6000_tls_get_addr): New.
6181 (rs6000_got_sym): New.
6182 (rs6000_tls_symbol_ref): New.
6183 (rs6000_tls_symbol_ref_1): New.
6184 (rs6000_get_some_local_dynamic_name): New.
6185 (rs6000_get_some_local_dynamic_name_1): New.
6186 (TARGET_HAVE_TLS): New.
6187 (TARGET_CANNOT_FORCE_CONST_MEM): New.
6188 (rs6000_override_options): Handle -mtls-size option.
6189 (constant_pool_expr_1): Handle TLS symbols.
6190 (rs6000_legitimize_address): Handle TLS symbols.
6191 (rs6000_tls_referenced_p): New.
6192 (rs6000_legitimate_address): Handle TLS symbols.
6193 (rs6000_emit_move): Handle TLS symbols.
6194 (print_operand): Handle TLS symbols.
6195 (uses_TOC): Handle TLS symbols.
6196 (rs6000_emit_prologue): Use symbol for unspec constant.
6197 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
6198 (some_ld_name): New.
6199 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
6200 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
6201 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
6202 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
6203 Support TLS.
6204 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
6205 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
6206 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
6207 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
6208 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
6209 tls_tls_64): New.
6210 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
6211
6212 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
6213
6214 * Makefile.in (stage2_build, stage3_build, stage4_build):
6215 Set BUILD_CC to the same as CC.
6216
6217 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
6218
6219 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
6220
6221 2003-05-12 Andreas Schwab <schwab@suse.de>
6222
6223 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
6224 as unused.
6225 (bundling): Initialize 'pos'.
6226 (ia64_expand_builtin): Initialize 'rmode'.
6227
6228 2003-05-12 David Edelsohn <edelsohn@gnu.org>
6229
6230 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
6231 (ASM_OUTPUT_ALIGNED_COMMON): Same.
6232 (ASM_OUTPUT_LOCAL): Same.
6233
6234 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
6235
6236 * varasm.c (output_constant): Fix underflow.
6237
6238 2003-05-12 Mark Mitchell <mark@codesourcery.com>
6239
6240 PR other/10745
6241 * configure.in: Correct detection of GNU ld version number.
6242 * configure: Regenerated.
6243
6244 2003-05-12 Zack Weinberg <zack@codesourcery.com>
6245
6246 * diagnostic.c (diagnostic_for_decl): Take a
6247 diagnostic_context argument. Restructure to be consistent
6248 with diagnostic_report_diagnostic.
6249 (diagnostic_count_diagnostic): Now static. Take a
6250 diagnostic_info argument, not just a diagnostic_t. Some code
6251 moved here from internal_error. Move a case label for
6252 clarity.
6253 (diagnostic_action_after_output): New function. Code moved
6254 here from internal_error and fatal_error.
6255 (bug_report_request): New #define so that this text appears in
6256 only one place.
6257 (diagnostic_report_diagnostic): Update to match changes to
6258 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
6259 (diagnostic_set_info): Call gettext here.
6260
6261 (pedwarn): Update comment. Don't call gettext here.
6262 (sorry): Use report_diagnostic. Don't call gettext here.
6263 (fatal_error): Remove final fnotice and exit, but call
6264 real_abort to prevent warnings about noreturn function returning.
6265 (internal_error): Likewise. Don't do ICE suppression here nor
6266 call context->internal_error.
6267 (warning_with_decl): Suppress for decls in system headers.
6268 Adjust call to diagnostic_for_decl.
6269 (pedwarn_with_decl): Likewise.
6270 (error_with_decl): Adjust call to diagnostic_for_decl.
6271 (error_recursion): Use bug_report_request.
6272
6273 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
6274 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
6275 diagnostic_count_diagnostic.
6276
6277 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6278
6279 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
6280
6281 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
6282
6283 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
6284 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
6285 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
6286
6287 2003-05-12 Roger Sayle <roger@eyesopen.com>
6288
6289 * doc/rtl.texi: Document zero_extract as a valid destination
6290 of a set insn.
6291
6292 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
6293
6294 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
6295 '.'. Change all local symbol definitions and references to use LSYM.
6296
6297 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
6298
6299 * expr.h (assemble_static_space): Update prototype.
6300 * output.h (assemble_zeros, output_constant): Likewise.
6301 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
6302 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
6303 it 64bit clean.
6304 * elf.h (ASM_OTUPUT_SKIP): Likewise.
6305 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
6306 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6307 Expect HOST_WIDE_INT operand.
6308 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6309 Expect HOST_WIDE_INT operand.
6310 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6311 Expect HOST_WIDE_INT operand.
6312 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
6313 HOST_WIDE_INT operand.
6314 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
6315 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
6316 * aout.h (ASM_OTUPUT_SKIP): Likewise.
6317 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
6318 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
6319 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
6320 * frv.h (ASM_OTUPUT_SKIP): Likewise.
6321 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
6322 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6323 Make it 64bit
6324 clean.
6325 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
6326 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6327 Make it 64bit clean.
6328 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
6329 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
6330 HOST_WIDE_INT operand
6331 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6332 Expect HOST_WIDE_INT operand
6333 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
6334 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
6335 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
6336 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6337 Likewise.
6338 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
6339 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6340 Likewise.
6341 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6342 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
6343 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6344 ASM_OUTPUT_SKIP): Likewise.
6345 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
6346 Likewise.
6347 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6348 ASM_OUTPUT_SKIP): Likewise.
6349 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6350 ASM_OUTPUT_SKIP): Likewise.
6351 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
6352 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
6353 ASM_OUTPUT_SKIP): Likewise.
6354 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
6355 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
6356 ASM_OUTPUT_SKIP): Likewise.
6357 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
6358 Likewise.
6359 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
6360 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
6361 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
6362 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
6363 ASM_OUTPUT_SKIP): Make it 64bit clean.
6364 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
6365 Make it 64bit clean.
6366 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
6367 ASM_OUTPUT_SKIP): Make it 64bit clean.
6368 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
6369 64bit clean.
6370 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
6371 HOST_WIDE_INT argument
6372 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
6373 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
6374 HOST_WIDE_INT argument
6375 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
6376 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
6377 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
6378 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
6379 HOST_WIDE_INT argument
6380 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
6381 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
6382 * varasm.c (asm_output_bss, asm_output_aligned_bss,
6383 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
6384 HOST_WIDE_INT argument
6385
6386 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
6387
6388 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
6389 favor of walk_tree_without_duplicates. Add comments.
6390
6391 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
6392
6393 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
6394 (struct alloc_pool_def): New element 'id'.
6395 * alloc-pool.c (fancy_abort): Extern function prototype.
6396 (abort): Macro which uses fancy_abort.
6397 (struct allocation_object_def): New structure.
6398 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
6399 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
6400 (last_id): New variable.
6401 (create_alloc_pool): Add the offset of u.data to size of element,
6402 increase and use last_id.
6403 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
6404 (pool_alloc): Likewise. Set ID for elements.
6405 (pool_free): Check whether the PTR was allocated from POOL.
6406
6407 2003-05-11 Richard Henderson <rth@redhat.com>
6408
6409 PR c/10675
6410 * c-decl.c: Include hashtab.h.
6411 (detect_field_duplicates): New.
6412 (finish_struct): Use it.
6413 * Makefile.in (c-decl.o): Update.
6414 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
6415 (component_decl_list, component_decl_list2,
6416 components, components_notype): Build list in reverse order.
6417 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
6418
6419 * tree.c (chainon): Special case op2 null as well.
6420 Reorg for clarity.
6421
6422 2003-05-11 Roger Sayle <roger@eyesopen.com>
6423
6424 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
6425 to implement log, logf and logl built-ins as inline x87 intrinsics.
6426 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
6427 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
6428 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
6429
6430 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
6431 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
6432
6433 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6434
6435 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
6436
6437 * sparc.c (print_operand): Fix uninitialized warning.
6438
6439 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6440
6441 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
6442 real insns.
6443 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
6444 condition.
6445
6446 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
6447
6448 * doc/cpp.texi: Fix typos.
6449
6450 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6451
6452 * config/s390/s390.c (s390_function_arg_float): New function.
6453 (s390_function_arg_pass_by_reference): Use it.
6454 (s390_function_arg_advance): Likewise.
6455 (s390_function_arg): Likewise.
6456 (s390_va_arg): Likewise
6457
6458 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
6459
6460 * coverage.h (coverage_counter_alloc): New function.
6461 * function.h (struct function): Remove arc_profile flag.
6462 * coverage.c (fn_ident): Remove.
6463 (fn_b_ctrs, no_coverage): New.
6464 (get_coverage_counts): Use current_function_funcdef_no.
6465 (coverage_counter_alloc): New.
6466 (coverage_counter_ref): Adjust.
6467 (coverage_begin_output): Check no_coverage. Use
6468 current_function_funcdef_no.
6469 (coverage_end_function): Likewise.
6470 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
6471 than clearing flag_inline_functions. Do not clear arc_profile
6472 flag.
6473 * function.c (prepare_function_start): Do not set arc_profile
6474 flag.
6475 * profile.c (instrument_edges): Return number of instrumented
6476 edges. Use a for loop.
6477 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
6478 local to here and simplify. Use profile_arc_flag not arc_profile
6479 flag.
6480 (find_spanning_tree): Reformat.
6481 * toplev.c (rest_of_compilation): Use profile_arc_flags and
6482 flag_test_coverage rather than arc_profile flag.
6483
6484 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
6485
6486 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
6487
6488 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6489
6490 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
6491
6492 2003-05-11 Bruno Haible <bruno@clisp.org>
6493
6494 * cppfiles.c (find_or_create_entry): Preserve errno.
6495
6496 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
6497
6498 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
6499 cpplib as it's a Standard Predefined Macro.
6500 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
6501 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
6502 __STDC_HOSTED__ appropriately.
6503 * cpplib.h (_cpp_init_builtins): Update.
6504 * fix-header.c (read_scan_file): Update.
6505 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
6506
6507 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
6508
6509 PR C++/689
6510 PR C++/9257
6511 * c-opts.c (c_common_decode_option): Don't set
6512 warn_ctor_dtor_privacy wen -Wall.
6513 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
6514
6515 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
6516
6517 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
6518 patch.
6519
6520 2003-05-10 Zack Weinberg <zack@codesourcery.com>
6521
6522 * diagnostic.c: Reorder functions for clarity, putting all the
6523 functions in the "error" family next to each other, and
6524 likewise all the functions in the "error_with_decl" family.
6525 Some other routines were moved too. Add comments.
6526 (vbuild_message_string): Fold into sole caller.
6527
6528
6529 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
6530
6531 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
6532 (EH_RETURN_HANDLER_RTX): Likewise.
6533 (expand_builtin_eh_return): Do not copy stack adjustment
6534 if EH_RETURN_STACKADJ_RTX is not defined.
6535 (expand_eh_return): Likewise. Also, do not pass stack
6536 adjustment as argument to the eh_return pattern.
6537 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
6538 because EH_RETURN_STACKADJ_RTX is not defined.
6539 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
6540 is not defined, treat stack pointer like a regular register.
6541 (uw_init_context_1): Set up fake initial stack pointer register.
6542 (uw_install_context_1): Do not compute stack adjustment if
6543 EH_RETURN_STACKADJ_RTX is not defined.
6544
6545 * config/i386/i386.md ("eh_return"): Remove first argument.
6546 * config/mips/mips.md ("eh_return"): Likewise.
6547 * config/rs6000/rs6000.md ("eh_return"): Likewise.
6548 * config/sh/sh.md ("eh_return"): Likewise.
6549
6550 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
6551
6552 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
6553
6554 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
6555
6556 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
6557
6558 * defaults.h (GCOV_TYPE_SIZE): Remove.
6559 * gcov-io.h (gcov_type): Set to specific mode int on target.
6560 (gcov_unsigned_t, gcov_position_t): New.
6561 (GCOV_TYPE_NODE): New.
6562 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
6563 (GCOV_COUNTERS_SUMMABLE): New.
6564 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
6565 gcov_ctr_info, gcov_info): Adjust types.
6566 (gcov_var): Adjust types.
6567 (gcov_write_unsigned, gcov_write_tag,
6568 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
6569 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
6570 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
6571 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
6572 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
6573 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
6574 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
6575 __gcov_init, __gcov_merge_add): Adjust gcov types.
6576 * coverage.c (ctr_merge_functions): Constify.
6577 (ctr_names): New.
6578 (read_counts_file): Adjust gcov types. Only summarize & merge
6579 summable counters.
6580 (coverage_counter_ref): Use GCOV_TYPE_NODE.
6581 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
6582 build_ctr_info_value, build_gcov_info): Adjust types.
6583 * profile.c (branch_prob): Adjust gcov types.
6584 * gcov_dump (dump_file): Adjust gcov types.
6585
6586 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
6587
6588 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
6589 constants.
6590 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
6591 * arm.c (arm_select_dominance_cc_mode): Renamed from
6592 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
6593 Callers updated.
6594 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
6595
6596 2003-05-09 Roger Sayle <roger@eyesopen.com>
6597
6598 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
6599 as unsigned to avoid signed/unsigned comparison warnings.
6600
6601 2003-05-09 Bob Wilson <bob.wilson@acm.org>
6602
6603 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
6604 instruction if the Xtensa density option is enabled.
6605
6606 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
6607
6608 * mklibgcc.in: Remove extra quotes.
6609
6610 2003-05-09 Mark Mitchell <mark@codesourcery.com>
6611
6612 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
6613 of int_ftype_void.
6614
6615 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
6616
6617 * reload1.c (reload_cse_move2add): Don't turn an implicit
6618 truncation into a self-set in the narrow mode.
6619
6620 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
6621
6622 * arm.md (clzsi2): The CLZ instruction is predicable.
6623
6624 2003-05-09 Bob Wilson <bob.wilson@acm.org>
6625
6626 * config/xtensa/xtensa.c: Formatting.
6627
6628 2003-05-09 Diego Novillo <dnovillo@redhat.com>
6629
6630 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
6631 instead of TREE_OPERAND to access the operand of a
6632 CONSTRUCTOR node.
6633
6634 2003-05-09 Diego Novillo <dnovillo@redhat.com>
6635
6636 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
6637 one operand.
6638
6639 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
6640
6641 * toplev.h (warning_with_file_and_line): Don't declare.
6642 (error_with_file_and_line): Likewise.
6643 * diagnostic.c (error_with_file_and_line): Remove.
6644 (warning_with_file_and_line): Likewise.
6645
6646 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
6647
6648 * c-parse.in (if_stmt_locus): New object.
6649 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
6650 (select_or_iter_stmt rule): Likewise.
6651 (if_stmt_file): Remove.
6652 (if_stmt_line): Likewise.
6653 * jump.c: include "diagnostic.h"
6654 (never_reached_warning): Don't use warning_with_file_and_line.
6655 * Makefile.in (jump.o): Add dependce on diagnostic.h
6656
6657 2003-05-09 Alan Modra <amodra@bigpond.net.au>
6658
6659 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
6660 Move code handling pieces not larger than a word to..
6661 * function.c (assign_parms): ..here, but use change_address instead
6662 of adjust_address and operand_subword, and expand_binop instead of
6663 expand_shift. Adjust calls to move_block_from_reg.
6664 * expr.h (move_block_from_reg): Update declaration.
6665 (copy_blkmode_from_reg): Formatting.
6666 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
6667 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
6668 move_block_from_reg calls.
6669 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
6670 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
6671 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
6672 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
6673 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
6674 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
6675 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
6676 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
6677 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
6678
6679 2003-05-08 DJ Delorie <dj@redhat.com>
6680
6681 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
6682 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
6683 variable-sized types).
6684 (xstormy16_function_arg): New. Pass them that way too.
6685 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
6686 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
6687
6688 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
6689
6690 * mklibgcc.in: Use mkinstalldirs when installing multilib
6691 directories.
6692
6693 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
6694
6695 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
6696 instead of CODE_FOR_jump
6697
6698 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
6699
6700 * objc/objc-act.c (error_with_ivar): Don't use
6701 error_with_file_and_line.
6702 (warn_with_method): Don't use warning_with_file_and_line.
6703
6704 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
6705
6706 * stmt.c (emit_locus): New macro.
6707 (emit_filename): Remove.
6708 (emit_lineno): Likewise.
6709 (struct stmt_status): Replace members x_emit_filename and
6710 x_emit_lineno with x_emit_locus.
6711 (set_file_and_line_for_stmt): Adjust.
6712 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
6713 (warn_if_unused_value): Likewise.
6714 (check_seenlabel): Likewise.
6715
6716 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
6717
6718 * c-decl.c (define_label): Tidy. Don't use any of
6719 error_with_file_and_line or warning_with_file_and_file.
6720 (pending_xref_error): Likewise.
6721 (store_parm_decls): Likewise.
6722 (current_function_prototype_locus): New object. Package from
6723 current_function_prototype_file and current_function_prototype_line.
6724 (start_function): Use it.
6725 (current_function_prototype_file): Remove.
6726 (current_function_prototype_line): Remove;
6727
6728 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6729
6730 * builtins.c (readonly_data_expr): New function.
6731 (expand_builtin_memmove): Optimize any rodata source, not just
6732 strings.
6733
6734 2003-05-07 David Mosberger <davidm@hpl.hp.com>
6735
6736 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
6737
6738 2003-05-07 Richard Henderson <rth@redhat.com>
6739
6740 * config/i386/i386.c (ix86_split_long_move): Fix base register
6741 mode for XFmode splits for TARGET_64BIT.
6742
6743 2003-05-07 Richard Henderson <rth@redhat.com>
6744
6745 * sched-ebb.c (schedule_ebb): Supply the correct starting
6746 block number to save_line_notes.
6747
6748 2003-05-07 Richard Henderson <rth@redhat.com>
6749
6750 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
6751 (dump_file): Likewise.
6752
6753 2003-05-07 David Mosberger <davidm@hpl.hp.com>
6754
6755 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
6756 forget to preserve gp.
6757 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
6758
6759 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
6760 .prologue directive.
6761 Use .skip instead of data8 for .bss section to make Intel
6762 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
6763 explicit in the .mib bundles and remove the unnecessary stop
6764 bits. Replace local labels with normal labels, to make ias
6765 happy. Don't register __do_global_ctors_aux here, do it in
6766 crtend.asm instead.
6767
6768 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
6769 __do_global_ctors_aux in .init_array section instead of
6770 declaring it as a hidden global. Replace local labels with
6771 ordinary labels to make ias happy.
6772
6773 2003-05-07 Richard Henderson <rth@redhat.com>
6774
6775 PR c++/10570
6776 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
6777 * flags.h, toplev.c, doc/invoke.texi: Likewise.
6778
6779 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
6780 * unwind.inc (_Unwind_DeleteException): Check for null
6781 exception_cleanup.
6782
6783 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
6784 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
6785 * unwind.h: Declare them.
6786 * libgcc-std.ver (GCC_3.3): Export them.
6787
6788 2003-05-07 Richard Henderson <rth@redhat.com>
6789
6790 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
6791 not _Unwind_Word.
6792
6793 2003-05-07 Zack Weinberg <zack@codesourcery.com>
6794
6795 * stmt.c (force_label_rtx): New function, based on logic
6796 formerly found in expand_expr.
6797 * expr.h: Prototype it.
6798 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
6799 appropriate.
6800 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
6801
6802 * print-tree.c (debug_tree): Free the table after we're done
6803 with it. Use putc.
6804
6805 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
6806
6807 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
6808 Unreverse arguments for __ev_subw.
6809
6810 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
6811
6812 2003-05-07 Nick Clifton <nickc@redhat.com>
6813
6814 * config/stormy16/stormy-abi: Update to include
6815 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
6816 R_XSTORMY16_12 relocs.
6817
6818 2003-05-07 Alan Modra <amodra@bigpond.net.au>
6819
6820 * function.c (assign_parms): Correct reversed reg_parm_stack_space
6821 test. Add partial in-regs size to stack_args_size.
6822
6823 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6824
6825 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
6826 as a C only option.
6827
6828 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
6829
6830 * gcov-io.h (GCOV_LOCKED): New #define.
6831 (GCOV_LINKAGE): Make sure it is #defined.
6832 (gcov_write_string, gcov_write_tag, gcov_write_length,
6833 gcov_read_string, gcov_time): Poison in libgcov.
6834 (gcov_seek_end): Remove.
6835 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
6836 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
6837 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
6838 GCOV_TAG_SUMMARY_LENGTH): New #defines.
6839 (gcov_write_tag, gcov_write_length): Not in libgcov.
6840 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
6841 (gcov_write_tag, gcov_write_length): Not in libgcov.
6842 (gcov_write_tag_length): New.
6843 (gcov_write_summary): Use gcov_write_tag_length.
6844 * libgcov.c: Always #include gcov-io.h.
6845 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
6846 (GCOV_LINKAGE): Define to nothing for L_gcov.
6847 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
6848 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
6849 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
6850 (read_count_file): Likewise.
6851 * gcov-dump.c (dump_file): Likewise.
6852 * coverag.c (read_counts_file): Likewise.
6853
6854 2003-05-06 Mark Mitchell <mark@codesourcery.com>
6855
6856 PR other/10658
6857 * gcc.c (process_command): Update copyright date.
6858
6859 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
6860
6861 * doc/install.texi (mips-*-*): Add note about libstdc++.
6862
6863 2003-05-06 DJ Delorie <dj@redhat.com>
6864
6865 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
6866 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
6867 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
6868
6869 2003-05-06 <neil@cat.daikokuya.co.uk>
6870
6871 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
6872 and -Wstrict-prototypes if C++.
6873
6874 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
6875
6876 * config/rs6000/linuxspe.h: New file.
6877
6878 * config.gcc: Add powerpc-*-linux-gnuspe* target.
6879
6880 2003-05-06 Richard Henderson <rth@redhat.com>
6881
6882 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
6883 previous frame didn't save sp. Clear sp for next frame.
6884 (uw_install_context_1): Honor saved sp from frame.
6885
6886 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6887
6888 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
6889 (mips_move_1word, mips_move_2words): Remove declaration.
6890 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
6891 (mips_restore_gp): Remove insn argument.
6892 * config/mips/mips.h (FP_REG_RTX_P): New macro.
6893 * config/mips/mips.c (volatile_buffer): Remove.
6894 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
6895 (mips_move_1word, mips_move_2words): Remove, replacing with...
6896 (mips_output_move): ...this new function.
6897 (mips_restore_gp): Remove insn argument. Adjust for above changes.
6898 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
6899 handling of floating-point constants. Handle zero CONST_DOUBLE
6900 arguments.
6901 (mips_annotate_frame_insn): Replace with...
6902 (mips_set_frame_expr): ...this, which just takes one argument.
6903 (mips_frame_set): Change the register argument to an rtx.
6904 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
6905 check whether moves should be split. Use mips_split_64bit_move
6906 to split them. Use mips_subword to generate the high and low
6907 parts of a paired FPR. Adjust calls to frame_set and
6908 mips_set_frame_expr.
6909 (mips_expand_prologue): Simplify due to above changes.
6910 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
6911 targets, replacing xisting register-only versions.
6912 (UNSPEC_STORE_DF_HIGH): New unspec.
6913 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
6914 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
6915 (*paradoxical_extendhidi2): Remove.
6916 (movdi_internal, movdi_internal2): Use mips_output_move.
6917 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
6918 (movsf_internal1, movsf_internal2): Likewise.
6919 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
6920 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
6921 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
6922 Add m <- G alternative.
6923 (load_df_low, load_df_high, store_df_low): New patterns.
6924 (movhi_internal): Use @ template instead of calling a function.
6925 Remove unnecessary 'z' alternatives.
6926 (movqi_internal): Likewise.
6927 (exception_receiver): Update call to mips_restore_gp.
6928
6929 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
6930
6931 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
6932 (mips_delegitimize_address): Declare.
6933 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
6934 (FIND_BASE_TERM): Define.
6935 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
6936 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
6937 Handle small-data addresses.
6938
6939 2003-05-05 Roger Sayle <roger@eyesopen.com>
6940
6941 * real.c (real_powi): New function to calculate the value of
6942 a real raised to an integer power, i.e. pow(x,n) for int n.
6943 (real_sqrt): Convert to using the faster do_add, do_multiply
6944 and do_divide API for consistency with the rest of real.c.
6945 * real.h (real_powi): Prototype here.
6946 * builtins.c (fold_builtin): Avoid local variable mode when
6947 evaluating sqrt at compile time. Attempt to evaluate pow at
6948 compile-time, by checking for an integral exponent.
6949
6950 2003-05-05 Richard Henderson <rth@redhat.com>
6951
6952 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
6953
6954 2003-05-05 David O'Brien <obrien@FreeBSD.org>
6955
6956 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
6957 other FreeBSD ports.
6958 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
6959 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
6960
6961 2003-05-05 Janis Johnson <janis187@us.ibm.com>
6962
6963 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
6964 expanded variables.
6965 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
6966
6967 2003-05-05 Zack Weinberg <zack@codesourcery.com>
6968
6969 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
6970 * varasm.c (struct varasm_status): Add deferred_constants field.
6971 (n_deferred_strings): Delete variable.
6972 (n_deferred_constants): New #define.
6973 (struct constant_descriptor_tree): Kill next and label fields.
6974 (const_hash_table, MAX_HASH_TABLE): Delete.
6975 (const_desc_htab): New static variable.
6976 (const_hash): Rename const_desc_hash, and make it fit the
6977 hashtab.h interface.
6978 (const_desc_eq): New.
6979 (const_hash_1, compare_constant): Const-ify arguments.
6980 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
6981 SYMBOL_REFs. Clarify comments. Don't set desc->label.
6982 (output_constant_def): Do the lookup/insert using the
6983 hashtab.h interface. Don't muck with n_deferred_constants or
6984 DEFERRED_CONSTANT_P here.
6985 Always call maybe_output_constant_def_contents.
6986 (maybe_output_constant_def_contents): Take a pointer to the
6987 descriptor, not the EXP and RTL separately. Return
6988 immediately if this constant is not deferred. Defer output of
6989 everything, except writable string constants. Update
6990 n_deferred_constants here.
6991 (output_constant_def_contents): Now takes just one argument,
6992 an rtx. Clear DEFERRED_CONSTANT_P here.
6993 (mark_constant_pool): Update for rename of n_deferred_strings.
6994 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
6995
6996 (init_varasm_status): Clear p->deferred_constants.
6997 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
6998
6999 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7000
7001 * builtins.c (expand_builtin_stpcpy): Only expand when the length
7002 of the source string can be evaluated at compile-time.
7003
7004 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
7005
7006 * testsuite/gcc.c-torture/compile/simd-6.c: New.
7007
7008 * c-typeck.c (digest_init): Handle arrays of vector constants.
7009
7010 2003-05-05 Jakub Jelinek <jakub@redhat.com>
7011
7012 * builtins.c (expand_builtin_mempcpy): New function.
7013 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
7014 ignored into strcpy no matter what arguments it has.
7015 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
7016 expand_builtin_mempcpy.
7017
7018 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
7019
7020 * testsuite/gcc.dg/20030505.c: New.
7021
7022 * c-typeck.c (convert_for_assignment): Opaque pointers can
7023 interconvert.
7024
7025 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
7026 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
7027 (spe_init_builtins): Rename all pv2si_type_node to
7028 opaque_p_V2SI_type_node.
7029 Remove declaration of pv2si_type_node.
7030 (is_ev64_opaque_type): Accept opaque pointers.
7031
7032 2003-05-05 Geoffrey Keating <geoffk@apple.com>
7033
7034 * config/rs6000/rs6000.c (validate_condition_mode): Use
7035 flag_finite_math_only.
7036 (rs6000_reverse_condition): Never return UNKNOWN; use
7037 flag_finite_math_only.
7038 (rs6000_generate_compare): Use flag_finite_math_only.
7039 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
7040 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
7041 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
7042
7043 * toplev.c (check_global_declarations): Suppress not-used warning
7044 for volatile variables.
7045
7046 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
7047
7048 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
7049 usage of bitfield instructions for mode1 != BLKmode, only ignoring
7050 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
7051 (store_field): Likewise.
7052
7053 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
7054
7055 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
7056 evsubifw to builtins accepting 5-bit unsigned constants.
7057 (easy_vector_constant): Return if V1DImode. Fix typo.
7058
7059 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
7060
7061 * config/rs6000/spe.h: Revert licensing change from last patch.
7062
7063 2003-05-05 DJ Delorie <dj@redhat.com>
7064
7065 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
7066 before reload, but defer the split until after.
7067 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
7068 to match.
7069
7070 2003-05-05 David Edelsohn <edelsohn@gnu.org>
7071
7072 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
7073 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
7074
7075 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7076
7077 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
7078 is defined.
7079
7080 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7081
7082 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
7083 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
7084 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
7085
7086 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
7087 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
7088 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
7089 New.
7090
7091 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
7092 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
7093
7094 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
7095 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
7096 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
7097 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
7098 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
7099 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
7100 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
7101 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
7102 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
7103 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
7104 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
7105 BUILT_IN_STRDUP): Add "nonnull" attribute.
7106
7107 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7108
7109 * expr.c (store_field): Don't clobber TEMP in shift: it might be
7110 a variable.
7111 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
7112 whose purpose is to step up the alignment.
7113 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
7114
7115 * stor-layout.c (compute_record_mode): Relax restriction
7116 on fields crossing word boundaries forcing BLKmode.
7117
7118 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
7119
7120 * cppinit.c (cpp_create_reader, post_options): Warn about
7121 trigraphs unless explicity set or -trigraphs.
7122 * cpplex.c (warn_in_comment): New.
7123 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
7124 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
7125 * doc/cppopts.texi, doc/cpp.texi: Update.
7126
7127 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7128
7129 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
7130 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
7131 namespace clash.
7132 (GCOV_MERGE_FUNCTIONS): New.
7133 (gcov_merge_fn): Declare.
7134 (struct gcov_ctr_info): New field "merge".
7135 (__gcov_merge_add): Declare.
7136 * coverage.c (ctr_merge_functions): New.
7137 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
7138 of gcov_ctr_info type.
7139 * libgcov.c (__gcov_merge_add): New.
7140 (gcov_exit): Call a hook to merge values of counters.
7141
7142 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
7143
7144 * toplev.h (pedwarn_with_file_and_line): Don't declare.
7145 * diagnostic.c (pedwarn_with_file_and_line): Remove.
7146
7147 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
7148
7149 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
7150
7151 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7152
7153 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
7154 expand_builtin_frame_address): Update prototypes.
7155 (expand_builtin_constant_p, expand_builtin_strlen,
7156 expand_builtin_strcpy, expand_builtin_memset,
7157 expand_builtin_bzero, expand_builtin_args_info,
7158 expand_builtin_frame_address): Pass in just the argument(s)
7159 needed, not the entire expression `exp'.
7160 (expand_builtin): Update all calls to these functions.
7161
7162 2003-05-03 Richard Henderson <rth@redhat.com>
7163
7164 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
7165 <BUILT_IN_DWARF_SP_COLUMN>: New.
7166 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
7167 (BUILT_IN_DWARF_SP_COLUMN): New.
7168 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
7169 (expand_builtin_dwarf_sp_column): New.
7170 * except.h: Update to match.
7171 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
7172 (execute_cfa_program): Record location expression address
7173 before extracting length.
7174 (uw_update_context_1): Install old CFA into stack pointer column.
7175 (uw_init_context_1): Set cfa_reg to stack pointer column.
7176
7177 2003-05-03 Richard Henderson <rth@redhat.com>
7178
7179 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
7180 return bool.
7181 (toc_relative_expr_p): Likewise.
7182 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
7183 (legitimate_constant_pool_address_p): Move from rs6000.h, change
7184 into a function, downcase all users.
7185 (legitimate_small_data_p): Likewise.
7186 (legitimate_offset_address_p): Likewise.
7187 (legitimate_indexed_address_p): Likewise.
7188 (legitimate_indirect_address_p): Likewise.
7189 (legitimate_lo_sum_address_p): Likewise.
7190 (rs6000_mode_dependent_address): Likewise.
7191 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
7192 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
7193 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
7194 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
7195 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
7196 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
7197 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
7198 * config/rs6000/rs6000-protos.h: Update.
7199
7200 2003-05-03 Geoffrey Keating <geoffk@apple.com>
7201
7202 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
7203 (REVERSE_CONDITION): Define.
7204
7205 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
7206 to branch_positive_comparison_operator.
7207 (ccr_bit): Check that sCOND conditions are actually a positive bit.
7208 (print_operand): Remove %D substitution.
7209 (rs6000_emit_sCOND): Generate complement operation to ensure that
7210 sCOND input is a positive bit.
7211 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
7212 same order as bCOND, and add the missing ones. Remove the %D
7213 substitutions from the scc patterns.
7214
7215 * simplify-rtx.c (simplify_relational_operation): Add case for
7216 ! (fabs(x) < 0.0).
7217
7218 2003-05-03 Bruce Korb <bkorb@gnu.org>
7219
7220 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
7221 in fixincl.x
7222 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
7223
7224 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
7225
7226 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
7227
7228 2003-05-03 Zack Weinberg <zack@codesourcery.com>
7229
7230 PR c/10604
7231 * c-common.c (warn_sign_compare): Initialize to -1.
7232 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
7233 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
7234 for C++ only.
7235 (c_common_post_options): Set warn_sign_compare from extra_warnings
7236 if it's still -1 at this point.
7237
7238 * toplev.c (maybe_warn_unused_parameter): New static variable.
7239 (set_Wextra): New static function.
7240 (W_options): Remove "extra".
7241 (decode_W_option): Call set_Wextra.
7242 (independent_decode_option): Likewise.
7243 (set_Wunused): Cooperate with set_Wextra in setting
7244 warn_unused_parameter.
7245 (rest_of_compilation): No need to check extra_warnings as
7246 well as warn_uninitialized.
7247
7248 * c-typeck.c (build_binary_op, build_conditional_expr):
7249 No need to check extra_warnings as well as warn_sign_compare.
7250 (internal_build_compound_expr): No need to check extra_warnings
7251 as well as warn_unused_value.
7252 * function.c (expand_function_end): No need to check extra_warnings
7253 as well as warn_unused_parameter.
7254 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
7255 as well as warn_unused_value.
7256
7257 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
7258
7259 * Makefile.in: Disable -Werror for gengtype-lex.o.
7260
7261 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
7262
7263 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
7264 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
7265 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
7266 * calls.c (emit_call_1): Likewise.
7267 (expand_call): For calls initializing constant memory, replace
7268 emission of standalone mem /u clobber with function usage entry.
7269 * expr.c (emit_block_move_via_libcall): Likewise.
7270 * cse.c (count_reg_usage, case EXPR_LIST): New case.
7271 * flow.c (propagate_one_insn): Pass entire operand of
7272 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
7273 * integrate.c (try_constants): For CALL_INSNs, substitute constants
7274 within the FUNCTION_USAGE also.
7275 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
7276 FUNCTION_USAGE lists.
7277 * reload1.c (replace_pseudos_in): Renamed.
7278 (reload): Use it for clobbers surviving until the end of the reload.
7279
7280 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7281
7282 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
7283 gen_lowpart on non-integer modes.
7284
7285 * stor-layout.c (place_field): When adjusting offset_align, use
7286 desired_align, not DECL_ALIGN.
7287
7288 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
7289
7290 * c-decl.c (pending_invalid_xref_file): Remove.
7291 (pending_invalid_xref_line): Remove.
7292 (pending_invalid_xref_location): New.
7293 (lookup_label): Use location_t and input_location directly.
7294 (lookup_tag): Likewise.
7295 (pending_xref_error): Likewise.
7296 (c_expand_body_1): Likewise.
7297 * c-common.c (x_expand_start_cond): Likewise.
7298 * c-semantics.c (genrtl_for_stmt): Likewise.
7299 (find_reachable_label): Likewise.
7300 * expr.c (expand_expr): Likewise.
7301 * integrate.c (output_inline_function): Likewise.
7302 * tree-inline.c (find_alloca_call): Likewise.
7303 (find_builtin_longjmp_call): Likewise.
7304 * gcc.c (input_filename): Make static.
7305
7306 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
7307
7308 * config/mips/mips.md: Fix comment typo.
7309
7310 * config/mips/mips.c (mips_integer_op): New structure.
7311 (MIPS_MAX_INTEGER_OPS): Define.
7312 (mips_const_insns): Use mips_build_integer to determine the number
7313 of instructions needed to load a CONST_INT.
7314 (move_operand): Reject compound CONST_INTs.
7315 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
7316 (mips_move_integer): New fn.
7317 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
7318 (mips_legitimize_move): Only legitimize constants when moving
7319 word or subword values.
7320
7321 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
7322
7323 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
7324
7325 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7326
7327 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
7328 modifying it.
7329
7330 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
7331 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7332
7333 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
7334 Hernandez, and Kazu Hirata. Update Richard Henderson.
7335
7336 2003-05-02 Geoffrey Keating <geoffk@apple.com>
7337
7338 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
7339 to tentative declaration.
7340
7341 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
7342 (SYMBOL_FLAG_SMALL_V4): Delete.
7343 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
7344 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
7345 (rs6000_elf_in_small_data_p): Add extra section names. Add
7346 comment about TREE_PUBLIC test.
7347
7348 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
7349 expand_stmt on result of expand_unreachable_stmt.
7350
7351 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7352
7353 * doc/contrib.texi (Contributors): Add Daniel Berlin.
7354
7355 2003-05-02 David Edelsohn <edelsohn@gnu.org>
7356
7357 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
7358 number of automata.
7359
7360 * config/rs6000/rs6000.c (symbol_ref_operand): Check
7361 SYMBOL_REF_FUNCTION_P on AIX.
7362 (current_file_function_operand): Same.
7363 * config/rs6000/rs6000.md (call,call_value): Force non-function
7364 symbol_ref into register on AIX.
7365
7366 2003-05-02 Alan Modra <amodra@bigpond.net.au>
7367
7368 * calls.c (struct arg_data): Move offset, slot_offset, size and
7369 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
7370 (initialize_argument_information): Adjust call to locate_and_pad_parm.
7371 Delete alignment_pad var. Don't calculate slot_offset here.
7372 (emit_library_call_value_1): Delete alignment_pad, offset and size
7373 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
7374 Adjust call to locate_and_pad_parm. Don't tweak arg size for
7375 partial in-regs here. Formatting fixes.
7376 * expr.h (struct locate_and_pad_arg_data): New struct.
7377 (locate_and_pad_parm): Adjust declaration.
7378 * function.c (assign_parms): Localize vars. Use "locate" instead of
7379 other arg location vars. Don't invoke FUNCTION_ARG or
7380 FUNCTION_INCOMING_ARG unless pretend_named is different from
7381 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
7382 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
7383 Use slot_offset for stack home of reg parms. Correct test for
7384 parm passed in memory. Formatting fixes.
7385 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
7386 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
7387 Correct initial_offset_ptr handling. Localize vars. Always pad
7388 locate->offset even when in_regs.
7389
7390 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
7391
7392 * Makefile.in (TREE_H): Replace location.h with input.h.
7393 (GTFILES) Remove location.h
7394 (gt-lists.h): Replace gt-location.h with gt-input.h
7395 * input.h (input_filename, input_line): Remove variables.
7396 (location_s, location_t): Move from location.h.
7397 (input_location): New.
7398 (input_filename, input_line): New #defines.
7399 * location.h: Remove.
7400 * tree.h: Replace location.h with input.h.
7401 (input_filename, input_line): Remove.
7402 * diagnostic.h: Replace location.h with input.h.
7403 * gcc.h (input_filename, input_filename_length): Remove declarations.
7404 * toplev.c (input_filename, input_line): Remove.
7405 (input_location): Define.
7406 (push_srcloc, pop_srcloc): Adjust.
7407 * diagnostic.c (diagnostic_report_current_module): Adjust.
7408
7409 2003-05-02 Nick Clifton <nickc@redhat.com>
7410
7411 * configure.in: Add xstormy16 to list of targets that has a nop
7412 instruction and hence which can be tested to see if the
7413 assembler supports the --gdwarf2 switch.
7414 * configure: Regenerate.
7415
7416 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
7417
7418 PR target/8257
7419 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
7420 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
7421 Avoid undefined shifts by making the shift operand unsigned.
7422
7423 2003-05-01 DJ Delorie <dj@redhat.com>
7424
7425 * reload.c (find_reloads): Also check that all of a multi-reg
7426 value is in the class.
7427
7428 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
7429
7430 * scan.h (lineno): Revert the rename here.
7431
7432 2003-05-01 Stan Shebs <shebs@apple.com>
7433
7434 * config/darwin.c (darwin_encode_section_info): Call
7435 default_encode_section_info.
7436
7437 2003-05-01 David Edelsohn <edelsohn@gnu.org>
7438
7439 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
7440 (movsi_internal1): Use new mfjmpr attribute.
7441 (movhi_internal): Same.
7442 (movqi_internal): Same.
7443 (movcc_internal1): Same.
7444 (movdi_internal64): Same.
7445 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
7446 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
7447 * config/rs6000/40x.md: Add fpu_405.
7448 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
7449 into power4misc automata. Remove extraneous parentheses.
7450 * config/rs6000/440.md: New file.
7451 * config/rs6000/rs6000.c (processor_target_table): Add 440,
7452 440fp. Rename 405f to 405fp.
7453 (function_arg_padding): Correct formatting.
7454 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
7455
7456 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
7457
7458 * input.h (lineno): Rename to ...
7459 (input_line): ... here.
7460 * tree.h (lineno): Rename to ...
7461 (input_line): ... here.
7462 * scan.h (lineno): Rename to ...
7463 (input_line): ... here.
7464 * toplev.c (lineno): Rename to ...
7465 (input_line): ... here.
7466 (push_srcloc, pop_srcloc): Rename lineno to input_line.
7467 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
7468 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
7469 store_parm_decls, c_expand_body_1): Likewise.
7470 * c-errors.c (pedwarn_c99): Likewise.
7471 * c-format.c (status_warning): Likewise.
7472 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
7473 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
7474 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
7475 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
7476 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
7477 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
7478 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
7479 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
7480 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
7481 * coverage.c (create_coverage): Likewise.
7482 * diagnostic.c (pedwarn, sorry, error, fatal_error,
7483 internal_error, warning, diagnostic_report_current_module,
7484 inform): Likewise.
7485 * expr.c (expand_expr): Likewise.
7486 * integrate.c (expand_inline_function,
7487 output_inline_function): Likewise.
7488 * rtl-error.c (file_and_line_for_asm): Likewise.
7489 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
7490 walk_tree): Likewise.
7491 * tree.c (make_node): Likewise.
7492 * ada, cp, f, java, objc, treelang: Likewise.
7493 * objc/objc-act.c (objc_init): Rename lineno to input_line.
7494 (build_module_descriptor, build_selector_translation_table,
7495 build_protocol_template, build_method_prototype_list_template,
7496 build_category_template, build_selector_table,
7497 build_class_template, build_super_template, build_ivar_template,
7498 build_ivar_list_template, build_method_list_template,
7499 build_method_template, add_instance_variable): Likewise.
7500
7501 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
7502 name from input_filename.
7503
7504 2003-04-30 Eric Christopher <echristo@redhat.com>
7505 Richard Sandiford <rsandifo@redhat.com>
7506
7507 * configure: Regenerate from patches below.
7508 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
7509 for all symbolic operands.
7510 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
7511 to function.
7512 * config/mips/linux.h: Fix typo.
7513 * Merge from mips-3_4-rewrite branch:
7514
7515 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
7516
7517 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
7518 handling local labels when TARGET_ABICALLS.
7519
7520 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
7521
7522 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
7523 integer argument.
7524 (mips_expand_call): Likewise.
7525 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
7526 (FIXED_REGISTERS): Clear $31 entry.
7527 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
7528 (EPILOGUE_USES): Define.
7529 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
7530 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
7531 (override_options): Add a 'j' register class.
7532 (mips_expand_call): Handle sibcalls
7533 (mips_expand_epilogue): Handle epilogues for sibcalls.
7534 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
7535 (sibcall_epilogue): New pattern.
7536 (call, call_value): Adjust calls to mips_expand_call.
7537 (sibcall, sibcall_value): New expanders.
7538 (sibcall_internal, sibcall_value_internal): New patterns.
7539 (sibcall_value_multiple_internal): New pattern.
7540
7541 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
7542
7543 * config/mips/mips.md (extended_mips16): New attribute.
7544 (define_attr length): Default to 8 if extended_mips16 == yes.
7545 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
7546 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
7547 (call_internal): Set extended_mips16 to yes for direct jumps.
7548 Remove redundant mode attribute.
7549 (call_value_internal, call_value_multiple_internal): Likewise.
7550 (call_split): Remove redundant mode attribute.
7551 (call_value_split, call_value_multiple_split): Likewise.
7552
7553 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
7554 of unaligned offsets.
7555
7556 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
7557 of SYMBOL_GENERAL.
7558
7559 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
7560
7561 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
7562 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
7563 for mips16 code.
7564
7565 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
7566
7567 * config/mips/mips.h (ADDRESS_COST): Define.
7568
7569 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
7570
7571 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
7572 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
7573 * config/mips/mips.md: Replace 'R' constraints with 'U'.
7574
7575 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
7576
7577 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
7578 of a two-instruction sequence. Add register->memory alternative.
7579 (truncdihi2, truncdiqi2): Likewise.
7580 Rework shift/truncate instructions so that they only handle right
7581 shifts of 32 (or more, in the case of arithmetic shifts).
7582 Add patterns for truncate/sign-extend.
7583
7584 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7585
7586 * configure.in (mips*-*-*): Check for explicit relocation support.
7587 * configure: Regenerate.
7588
7589 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7590
7591 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
7592 and -mno-explicit-relocs.
7593 (MASK_EXPLICIT_RELOCS): Define.
7594 (TARGET_EXPLICIT_RELOCS): Use it.
7595 (mips_split_addresses): Remove declaration.
7596 * config/mips/mips.c (override_options): Update comment for
7597 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
7598
7599 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7600
7601 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
7602 a CONST as identity. Check the return value of gen_lowpart_common.
7603
7604 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7605
7606 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
7607 references for TARGET_EXPLICIT_RELOCS.
7608 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
7609 !TARGET_MIPS16.
7610
7611 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7612
7613 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
7614 (addsi3): Remove redundant constraints.
7615 (addsi3_internal): Use separate register & constant alternatives.
7616 Use a 'Q' constraint and "addiu" insn for the latter.
7617 (adddi3_internal_3, addsi3_internal_2): Likewise.
7618
7619 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
7620
7621 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
7622 (mips_expand_unaligned_store): Declare.
7623 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
7624 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
7625 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
7626 (UNSPEC_ULD, UNSPEC_USD): Remove.
7627 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
7628 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
7629 (extv, extzv): Use mips_expand_unaligned_load.
7630 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
7631 predicate for operand 3.
7632 (movsi_ulw, movsi_usw): Replace with...
7633 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
7634 (movdi_uld, movdi_usd): Likewise replace with...
7635 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
7636
7637 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
7638
7639 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
7640 * config/mips/mips.h (LEA_REGS): New register class.
7641 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
7642 (GR_REG_CLASS_P): Include LEA_REGS.
7643 (DANGEROUS_FOR_LA25_P): New macro.
7644 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
7645 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
7646 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
7647 entries to LEA_REGS.
7648 (mips_global_pic_constant_p): New function.
7649 (override_options): Add 'e' register constraint.
7650 (mips_secondary_reload_class): Return LEA_REGS when reloading
7651 a dangerous constant into a class containing $25.
7652 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
7653 (movsi_internal): Likewise.
7654
7655 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
7656
7657 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
7658 * config/mips/mips.md (call_split): New insn.
7659 (call_value_split, call_value_multiple_split): New insns.
7660 (call_internal): Turn into a define_insn_and_split. Split the
7661 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
7662 (call_value_internal, call_value_multiple_internal): Likewise.
7663
7664 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
7665
7666 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
7667 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
7668 (mips_encode_section_info): Don't take symbol visibility into
7669 account if TARGET_ABICALLS. Add more commentary.
7670 * config/mips/mips.md: Add commentary above reloc constants.
7671
7672 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
7673
7674 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
7675 from mips_legitimize_move. Legitimize constant pool references.
7676 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
7677 a REG_EQUAL note to the last instruction.
7678
7679 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
7680
7681 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
7682 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
7683 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
7684 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
7685 * config/mips/mips.md (UNSPEC_HIGH): New constant.
7686 (UNSPEC_RELOC_GPREL16): Rename to...
7687 (RELOC_GPREL16): ...this.
7688 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
7689 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
7690 (macro_calls): New attribute.
7691 (length): Use it to set the default length of calls. Don't allow
7692 calls to have delay slots if macro_calls is "yes".
7693 (luisi, luidi): New patterns.
7694 (lowsi, lowdi): Use '%R' to print the relocation.
7695 (lowdi_extend): Remove.
7696 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
7697 (call_internal): Merge alternatives. Always use "jal".
7698 (call_value_internal, call_value_multiple_internal): Likewise.
7699 (reloc_gprel16): Remove.
7700 * config/mips/mips.c (mips_got_alias_set): New variable.
7701 (mips_classify_constant): Handle the new relocation constants.
7702 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
7703 (mips_symbolic_address_p): Return false if generating explicit relocs.
7704 Otherwise allow local PIC symbols to have an offset.
7705 (mips_splittable_symbol_p): New function.
7706 (mips_classify_address): Use it to check whether a LO_SUM is valid.
7707 (mips_const_insns): Always accept HIGH.
7708 (call_insn_operand): Don't accept global symbols if using explicit
7709 relocs.
7710 (move_operand): Don't accept HIGH when generating PIC.
7711 (mips_reloc, mips_lui_reloc): New functions.
7712 (mips_force_temporary): Remove MODE argument. Expect VALUE to
7713 be a valid right-hand-side for a SET pattern.
7714 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
7715 (mips_emit_high): New function.
7716 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
7717 case. Use mips_splittable_symbol_p to check whether a LO_SUM
7718 address should be used. Use mips_emit_high to generate the
7719 high part of such an address. Adjust the global symbol + offset
7720 case to match the change to mips_force_temprorary.
7721 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
7722 If generating explicit-reloc PIC, load the address of global
7723 symbols from the GOT. Use mips_emit_high to emit the high part
7724 of an address.
7725 (mips_simplify_dwarf_addr): New function.
7726 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
7727 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
7728 (mips_expand_call): Load the addresses of global functions using
7729 %call* relocs if generating explicit-reloc PIC. Don't generate
7730 an exception_receiver pattern.
7731 (override_options): Initialize mips_got_alias_set.
7732 (print_relocation): Remove in favor of...
7733 (mips_reloc_string): ...this new function.
7734 (print_operand): Handle '%R'. Use mips_reloc_string.
7735 (print_operand_address): Use print_operand to print the symbolic
7736 part of a LO_SUM address.
7737 (mips_output_function_prologue): Use .cprestore, reverting last patch.
7738 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
7739 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
7740 for local symbols.
7741
7742 2003-02-02 Eric Christopher <echristo@redhat.com>
7743
7744 * config/mips/mips.c (mips_sign_extend): Remove.
7745 * config/mips/mips-protos.h: Ditto.
7746 * config/mips/mips.md (movdi_internal2_extend): Remove.
7747 (extendsidi2): Fix mode of convert_memory_address.
7748
7749 2003-01-24 Eric Christopher <echristo@redhat.com>
7750
7751 * config/mips/mips.md: Rewrite zero_extend* and extend*
7752 patterns. Use explicit instructions and split after reload
7753 for register extensions.
7754 (ashlsi3_internal1_extend): New combiner pattern for
7755 shift and extend combinations.
7756 * config/mips/mips.h: Change Pmode back to ptr_mode
7757 for performance enhancement.
7758 * combine.c (expand_compound_operation): Make sure
7759 that zero_extend operation is profitable.
7760
7761 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
7762
7763 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
7764 addresses depend on ptr_mode rather than Pmode.
7765 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
7766 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
7767 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
7768 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
7769 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
7770 condition for selecting cpaddsi or cpadddi: use cpadd instead.
7771 (tablejump_internal1): Remove condition.
7772 (tablejump_internal2): Change condition to TARGET_64BIT.
7773 (cpaddsi): Rename to...
7774 (cpadd): ...this.
7775 (cpadddi): Remove.
7776
7777 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
7778
7779 * config/mips/mips-protos.h (mips16_constant_after_function_p,
7780 mips_address_cost, mips_check_split, double_memory_operand,
7781 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
7782 pic_address_needs_scratch, symbolic_operand): Remove declarations.
7783 (mips_legitimate_address_p): Return bool.
7784 (mips_address_insns, mips_fetch_insns, mips_const_insns,
7785 mips_legitimize_address, mips_legitimize_move,
7786 mips_expand_call): Declare.
7787 (mips_return_addr): Move outside #ifdef RTX_CODE.
7788
7789 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
7790 (PIC_FN_ADDR_REG): New reg_class.
7791 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
7792 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
7793 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
7794 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
7795 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
7796 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
7797 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
7798 (LEGITIMATE_PIC_OPERAND): Undefine.
7799 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
7800 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
7801 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
7802 (FUNCTION_MODE): Change to SImode.
7803 (CONST_COSTS): Use mips_const_insns to calculate the cost of
7804 most constants. Treat const_artih_operands specially if they
7805 occur in a PLUS or MINUS.
7806 (CONSTANT_POOL_COST): New macro.
7807 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
7808 Add LO_SUM handling.
7809 (ADDRESS_COST): Undefine.
7810 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
7811 Add CONST to the list of codes for arith_operand. Add LABEL_REF
7812 to call_insn_operand and remove CONST_INT.
7813
7814 * config/mips/mips.c: Include integrate.h.
7815 (SINGLE_WORD_MODE_P): New macro.
7816 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
7817 (mips_constant_info, mips_address_info): New structs.
7818 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
7819 (mips_classify_constant, mips_classify_symbol,
7820 mips_valid_base_register_p, mips_symbolic_address_p,
7821 mips_classify_address, mips_symbol_insns,
7822 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
7823 mips_fetch_insns, mips_force_temporary, mips_add_offset,
7824 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
7825 mips_print_relocation): New functions.
7826 (const_arith_operand): New operand predicate.
7827 (arith_operand): Use it.
7828 (mips_const_double_ok, mips16_simple_memory_operand,
7829 simple_memory_operand, double_memory_operand, mips_check_split,
7830 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
7831 mips16_gp_offset_p, mips16_output_gp_offset,
7832 mips16_constant_after_function_p, mips16_constant): Remove.
7833 (call_insn_operand): Be more fussy about symbolic constants.
7834 Use register_operand.
7835 (move_operand): Use mips_symbolic_address_p to check symbolic
7836 operands and general_operand to check the rest.
7837 (symbolic_operand): Use mips_classify_constant.
7838 (mips_legitimate_address_p): Use mips_classify_address.
7839 (mips_move_1word): Combine handling of symbolic addresses.
7840 Remove special treatment of gp-relative loads for TARGET_MIPS16.
7841 (move_move_2words): Likewise. Assume addresses are offsettable
7842 if they need to refer to more than one word. Add HIGH handling.
7843 (mips_restore_gp): Use ptr_mode for the GP save slot.
7844 (mips_expand_call): New function, combining the old mips.md
7845 call and call_internal define_expands. If the address isn't
7846 a call_insn_operand, force it into a register. For SVR4 PIC,
7847 emit an exception_receiver instruction after the call.
7848 (override_options): Only override flag_pic for TARGET_ABICALLS
7849 if it is currently zero. Allow mips_split_addresses when
7850 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
7851 Add new register class letter, 'c'.
7852 (print_operand): Use mips_classify_constant for constant operands.
7853 (print_operand_address): Use mips_classify_address.
7854 (mips_output_function_prologue): Don't use .cprestore.
7855 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
7856 via the frame pointer if current_function_calls_eh_return.
7857 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
7858 to mark whether a symbol is local or global.
7859 (build_mips16_call_stub): Expect the address of the function rather
7860 than a MEM reference to it. Update call generation sequences.
7861 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
7862 small-data adjustments.
7863
7864 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
7865 length for loads and stores.
7866 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
7867 (define_attr type): Add const and prefetch.
7868 (define_attr length): Use mips_const_insns for const instructions.
7869 Use mips_fetch_insns for load and store instructions.
7870 (define_attr single_insn): New.
7871 (define_attr can_delay): Use it.
7872 (define_attr abicalls): Remove.
7873 (define_delay): Use can_delay. Always allow calls to have delay slots.
7874 (addsi3_internal_2): Add 'Q' constraint.
7875 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
7876 (high): Remove.
7877 (lowsi): Renamed from low.
7878 (lowdi): New pattern.
7879 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
7880 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
7881 (loadgp): Change operand 0 to an immediate_operand.
7882 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
7883 beforehand.
7884 (cpaddsi, cpadddi): New patterns.
7885 (tablejump_internal3, tablejump_internal4): Remove define_expands
7886 and associated define_splits.
7887 (call, call_value): Use mips_expand_call.
7888 (call_internal): New, replacing all existing call_internal* insns.
7889 (call_value_internal): Likewise call_value_internal*.
7890 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
7891 (untyped_call): Remove if (operands[0]) magic.
7892 (prefetch_si_address, prefetch_si): Change type to "prefetch".
7893 (prefetch_di_address, prefetch_di): Likewise.
7894 (leasi, leadi): Remove.
7895 (reloc_gprel16): New.
7896
7897 * config/mips/5400.md (ir_vr54_hilo): Include const type.
7898 * config/mips/5500.md (ir_vr55_hilo): Likewise.
7899 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
7900
7901 2003-01-08 Eric Christopher <echristo@redhat.com>
7902
7903 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
7904 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
7905 configure check for libgloss.
7906 * config/mips/elf64.h: Ditto.
7907 * config/mips/mips.c: Remove ABI_MEABI.
7908 * config/mips/mips.h: Ditto.
7909
7910 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
7911
7912 Fix merge fallout.
7913 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
7914 (muldi3_internal): Remove outdated comment.
7915 (*muls_di, *umuls_di): Fix comment and 64-bitness.
7916 (*smsac_di, *umsac_di): Likewise. Reformat.
7917 (umulsi3_highpart): Minor formatting tweaks.
7918 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
7919 redundant scratch operand. Minor formatting tweak.
7920 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
7921 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
7922 (smulsi3_highpart): As for the unsigned version.
7923 (smulsi3_highpart_internal): Likewise.
7924 (smulsi3_highpart_mulhi_internal): Likewise.
7925 (smulsi3_highpart_neg_mulhi_internal): Likewise.
7926 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
7927 (*smul_acc_di): Remove duplicated pattern.
7928 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
7929 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
7930 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
7931
7932 2002-10-22 Eric Christopher <echristo@redhat.com>
7933
7934 * config/mips/mips-protos.h (mips_return_addr): New.
7935 * config/mips/mips.c (mips_return_addr): New.
7936 (movdi_operand): Remove.
7937 (se_register_operand): Ditto.
7938 (se_reg_or_0_operand): Ditto.
7939 (se_uns_arith_operand): Ditto.
7940 (se_arith_operand): Ditto.
7941 (se_nonmemory_operand): Ditto.
7942 (extend_operator): Ditto.
7943 (highpart_shift_operator): Ditto.
7944 (mips_initial_elimination_offset): Remove return address pointer
7945 elimination.
7946 (mips_reg_names): Remove $ra.
7947 (mips_regno_to_class): Ditto.
7948 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
7949 and TARGET_64BIT.
7950 (POINTER_BOUNDARY): Remove.
7951 (POINTERS_EXTEND_UNSIGNED): Define to 0.
7952 (PROMOTE_MODE): Promote to Pmode.
7953 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
7954 (Pmode): Define to TARGET_64BIT.
7955 (FUNCTION_MODE): Define as Pmode.
7956 (mips_args): Remove deleted functions.
7957 (SIZE_TYPE): Depend on POINTER_SIZE.
7958 (PTRDIFF_TYPE): Ditto.
7959 (FIXED_REGISTERS): Fix extra registers.
7960 (CALL_USED_REGISTERS): Ditto.
7961 (CALL_REALLY_USED_REGISTERS): Ditto.
7962 (RAP_REG_NUM): Remove.
7963 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
7964 (RETURN_ADDR_RTX): Define to mips_return_addr.
7965 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
7966 (CAN_ELIMINATE): Ditto.
7967 * config/mips/mips.md: For DImode patterns, take into account
7968 deletions above. Split mulsidi patterns into sign_extend and
7969 zero_extend.
7970
7971 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
7972 Michael Meissner <meissner@redhat.com>
7973
7974 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
7975 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
7976 mop up unnecessarly moves through LO.
7977 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
7978 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
7979 change mtlo/macc sequences into mul/add sequences when a three-
7980 address mul is available.
7981 (*macc2): New pattern. Add a define_peephole2 to generate it.
7982 (*mul_sub_si): Fix contraint for operand 5.
7983 (*muls): Use in 32-bit code as well.
7984 (*msac): Likewise. Use msub instead of msac in vr5500 code
7985 if the destination is LO. Remove duplicate define_split.
7986 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
7987 (*msac_di): Likewise. Fix formatting.
7988 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
7989 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
7990 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
7991 (*xmulsi3_neg_highpart_mulhi): Likewise.
7992 (*mul_acc_64bit_di): Remove.
7993 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
7994
7995 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
7996
7997 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
7998 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
7999 (MULTILIB_DIRNAMES): Remove long32.
8000 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
8001 (MULTILIB_REDUNDANT_DIRS): Remove.
8002
8003 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
8004
8005 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
8006 * gcc.c (driver_self_specs): New variable.
8007 (do_self_spec): New function.
8008 (main): Use it to process driver_self_specs.
8009
8010 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
8011
8012 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
8013 Remove DImode define_split for !TARGET_64BIT.
8014 (anddi3): Remove !TARGET_64BIT support from here as well.
8015 Change operand 2's predicate to se_uns_arith_operand.
8016 Add constant alternatives to define_insn.
8017 (iordi3, xordi3, *nordi3): Likewise.
8018 (anddi3_internal1, xordi3_immed): Remove.
8019
8020 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
8021
8022 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
8023 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
8024 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
8025 * config/mips/mips.md: Apply same renaming here.
8026
8027 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
8028
8029 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
8030 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
8031 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
8032 * config/mips/mips.md (define_attr cpu): Remove r4320.
8033 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
8034
8035 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
8036
8037 * config/mips/mips.c (mips16_strings): New variable.
8038 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
8039 symbol in mips16_strings. Free the list.
8040 (mips_encode_section_info): Keep track of local strings.
8041
8042 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
8043
8044 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
8045 (sordered_df, sordered_sf): Remove.
8046 * config/mips/mips.c (get_float_compare_codes): New fn.
8047 (gen_int_relational, gen_conditional_move): Use it.
8048
8049 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
8050
8051 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
8052 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
8053 * config/mips/mips.c (fcc_register_operand): New function.
8054 (mips_emit_fcc_reload): New function, extracted from reload_incc.
8055 (override_options): Allow TFmode values in float registers
8056 if ISA_HAS_8CC.
8057 * cnfig/mips/mips.md (reload_incc): Change destination prediate
8058 to fcc_register_operand. Remove misleading source constraint.
8059 Use mips_emit_fcc_reload.
8060 (reload_outcc): Duplicate reload_incc.
8061
8062
8063 2003-04-30 Diego Novillo <dnovillo@redhat.com>
8064
8065 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
8066
8067 2003-04-30 Geoffrey Keating <geoffk@apple.com>
8068
8069 * tree-inline.c (inlinable_function_p): Back out last change, it's
8070 unnecessary.
8071
8072 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
8073
8074 * ggc-page.c (TREE_EXP_SIZE): Define.
8075 (extra_order_size_table): New entry for expr trees with
8076 two operands.
8077
8078 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
8079
8080 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
8081 (c_expand_start_cond): Adjust.
8082 (c_expand_end_cond): Don't use warning_with_file_and_file.
8083 (shadow_warning): Likewise.
8084
8085 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
8086
8087 * tree.h (DECL_POINTER_DEPTH): Remove.
8088 (struct tree_decl): Remove pointer_depth.
8089
8090 2003-04-30 Janis Johnson <janis187@us.ibm.com>
8091
8092 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
8093 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
8094 (rs6000_xcoff_encode_section_info): Remove.
8095 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
8096 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
8097 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
8098 Use SYMBOL_REF_FLAGS.
8099 (rs6000_elf_encode_section_info): Call default_encode_section_info for
8100 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
8101 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
8102 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
8103 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
8104 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
8105
8106 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
8107
8108 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
8109
8110 2003-04-30 Andreas Schwab <schwab@suse.de>
8111
8112 * doc/extend.texi (Other Builtins): Enclose multiple word data
8113 type in braces for @deftypefn.
8114
8115 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8116
8117 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
8118
8119 * doc/install.texi (--enable-threads): Document "gnat" option.
8120
8121 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
8122
8123 * diagnostic.h (output_formatted_scalar): Tweak.
8124 * diagnostic.c (output_long_decimal): Likewise.
8125 (output_unsigned_decimal): Likewise.
8126 (output_long_unsigned_decimal): Likewise.
8127 (output_octal): Likewise.
8128 (output_long_octal): Likewise.
8129 (output_hexadecimal): Likewise.
8130 (output_long_hexadecimal): Likewise.
8131 (output_pointer): New function.
8132 (output_format): Use it. Recognize "%p" format specifier.
8133
8134 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8135
8136 * function.c (purge_addressof_1): Postpone insn in fewer cases.
8137
8138 2003-04-29 Geoffrey Keating <geoffk@apple.com>
8139
8140 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
8141 call abort() after running out of stack space.
8142
8143 * c-typeck.c (function_types_compatible_p): Ignore incompatible
8144 'volatile' qualifiers on a function's return type in GNU mode.
8145
8146 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
8147
8148 * expr.c (emit_group_load): Dump parallels of simd types to
8149 memory.
8150
8151 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
8152
8153 * genautomata.c (add_vect): Check undefined value for range type
8154 too.
8155
8156 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
8157
8158 * configure.in: More general test for cmp --ignore-initial.
8159 * configure: Regenerate.
8160
8161 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8162
8163 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
8164 (layout_decl, place_field): Likewise.
8165 Also make minor type and whitespace changes.
8166
8167 * tree.c (save_expr): Don't fold a COMPONENT_REF.
8168
8169 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
8170
8171 * calls.c (expand_call): When modes of target and valreg match, force
8172 sibcall failure when target is a MEM.
8173
8174 2003-04-29 Geoffrey Keating <geoffk@apple.com>
8175
8176 * tree-inline.c (inlinable_function_p): Don't support inlining
8177 functions using varargs.
8178
8179 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
8180
8181 * dwarf2out.c (output_call_frame_info): No need to output EH
8182 unwind information if all_throwers_are_sibcalls.
8183
8184 * c-semantics.c (expand_unreachable_stmt): Return a tree.
8185 (expand_stmt): Update for change to expand_unreachable_stmt.
8186 (expand_unreachable_if_stmt): Likewise.
8187
8188 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
8189
8190 2003-04-29 Jason Merrill <jason@redhat.com>
8191
8192 PR middle-end/10336
8193 * jump.c (never_reached_warning): Really stop looking if we reach
8194 the beginning of the function.
8195
8196 2003-04-29 Bob Wilson <bob.wilson@acm.org>
8197
8198 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
8199 Remove redundant macros.
8200 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
8201 (LOCAL_LABEL_PREFIX): Define unconditionally.
8202 (NO_DOT_IN_LABEL): Clarify comment.
8203 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
8204 definition to "long int".
8205
8206 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
8207
8208 bootstrap/10452
8209 * gengtype-yacc.y: Improve portability.
8210
8211 2003-04-29 Zack Weinberg <zack@codesourcery.com>
8212
8213 * config.gcc: Install obsolete target list for GCC 3.3.
8214 * doc/install.texi: Mention in specific-target instructions
8215 that certain configurations are deprecated.
8216
8217 2003-04-29 Zack Weinberg <zack@codesourcery.com>
8218
8219 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
8220
8221 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8222
8223 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
8224 * gcc.c (display_help): Likewise.
8225 * toplev.c (f_options): Likewise.
8226 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
8227 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
8228 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
8229 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
8230 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
8231
8232 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
8233
8234 * varasm.c (default_assemble_visibility): Use assemble_name.
8235
8236 2003-04-29 David O'Brien <obrien@FreeBSD.org>
8237
8238 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
8239 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
8240 (SIZE_TYPE): New macro.
8241 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
8242 (SET_ASM_OP): New macro.
8243 (HANDLE_SYSV_PRAGMA): New macro.
8244 (ASM_WEAKEN_LABEL): New macro.
8245
8246 2003-04-28 Mark Mitchell <mark@codesourcery.com>
8247
8248 PR c++/10180
8249 * tree-inline.c (expand_call_inline): Call push_srcloc when
8250 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
8251
8252 2003-04-28 Mike Stump <mrs@apple.com>
8253
8254 * gdbinit.in: Update to reflect new identifier structure.
8255
8256 2003-04-28 Zack Weinberg <zack@codesourcery.com>
8257
8258 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
8259 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
8260 struct tree_complex, struct tree_vector): Remove RTL field.
8261 (CONSTRUCTOR_ELTS): Use elt 0.
8262 * tree.def (CONSTRUCTOR): Delete first of its two operands.
8263 * varasm.c (output_constant_def): Remove early exit if
8264 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
8265 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
8266 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
8267 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
8268
8269 2003-04-28 Jakub Jelinek <jakub@redhat.com>
8270
8271 * c-decl.c (finish_decl): When prototype with asmspec is found
8272 for built-in, adjust built_in_decls as well as expr.c decls.
8273 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
8274 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
8275 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
8276
8277 2003-04-28 Richard Henderson <rth@redhat.com>
8278
8279 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
8280 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
8281 integral constant mult operand.
8282 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
8283 (const_smulsi3_highpart_v8plus): Likewise.
8284 (const_smulsi3_highpart): Likewise.
8285 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
8286 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
8287 (const_umulsi3_highpart_v8plus): Likewise.
8288 (const_umulsi3_highpart): Likewise.
8289
8290 2003-04-28 David O'Brien <obrien@FreeBSD.org>
8291
8292 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
8293 Define as 1.
8294
8295 2003-04-28 David O'Brien <obrien@FreeBSD.org>
8296
8297 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
8298
8299 2003-04-28 Jakub Jelinek <jakub@redhat.com>
8300
8301 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
8302 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
8303 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
8304 functions.
8305 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
8306
8307 2003-04-28 Nick Clifton <nickc@redhat.com>
8308
8309 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
8310
8311 2003-04-27 Zack Weinberg <zack@codesourcery.com>
8312
8313 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
8314 output_constant_def, use its result instead of TREE_CST_RTL (exp).
8315 Can assume it has the form (mem (symbol_ref ".LCxxx")).
8316 (expand_expr <COMPONENT_REF>): Can always just extract the
8317 relevant field of a CONSTRUCTOR.
8318 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
8319 ARRAY_RANGE_REF>): Make control flow explicit.
8320 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
8321 an INTEGER_CST.
8322
8323 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
8324
8325 * reload1.c (reg_set_luid): Fix a comment typo.
8326
8327 2003-04-27 Zack Weinberg <zack@codesourcery.com>
8328
8329 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
8330 struct deferred_string, const_str_htab): Kill.
8331 (n_deferred_strings): New static variable.
8332 (build_constant_desc): Set SYMBOL_REF_DECL of the new
8333 symbol_ref to point to the constant.
8334 (output_constant_def): When a deferred string is forced out,
8335 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
8336 (mark_constant): Likewise.
8337 (maybe_output_constant_def_contents): When deferring a string
8338 constant, just set STRING_POOL_ADDRESS_P and increment
8339 n_deferred_strings.
8340 (mark_constant_pool): Check n_deferred_strings, not the size
8341 of const_str_htab.
8342 (init_varasm_once): No need to create const_str_htab.
8343
8344 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
8345 SYMBOL_REF_DECL points to a constant.
8346
8347 2003-04-26 Zack Weinberg <zack@codesourcery.com>
8348
8349 * varasm.c (output_constant_def): Split out two new static
8350 functions, build_constant_desc and maybe_output_constant_def_contents.
8351 Restructure for comprehensibility. Don't call
8352 output_addressed_constants. Treat defstr being non-NULL for
8353 STRING_POOL_ADDRESS_P constants as an invariant.
8354 (struct deferred_string): Remove labelno field.
8355 (output_constant_def_contents): Kill labelno argument. Call
8356 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
8357 asm_out.internal_label.
8358 (mark_constant): Update call to output_constant_def_contents.
8359 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
8360 constants as an invariant.
8361
8362 2003-04-26 Richard Henderson <rth@redhat.com>
8363
8364 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
8365 (ix86_expand_call, ix86_rtx_consts): Likewise.
8366
8367 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8368
8369 * doc/md.texi (cmpstr): Document additional restrictions.
8370
8371 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
8372
8373 * flags.h (time_report): Remove.
8374 * timevar.c (timevar_enable): New.
8375 (TIMEVAR_ENABLE): Remove, use timevar_enable.
8376 (timevar_init): Rename from init_timevar.
8377 * timevar.h (timevar_init): Rename from init_timevar.
8378 * toplev.c (time_report): Make static.
8379 (do_compile): Conditionally call init_timevar first.
8380 (preprocess_options): Move some code to do_compile.
8381
8382 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
8383
8384 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
8385
8386 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
8387
8388 * _cpp_lex_direct: Remove pointless code.
8389
8390 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
8391
8392 * doc/extend.texi (Function Attributes): Document "near" and "far"
8393 for 68HC11 and 68HC12.
8394
8395 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8396
8397 * expr.c (store_field): When making temporary for store, don't
8398 make it TYPE_QUAL_CONST.
8399
8400 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
8401
8402 * toplev.c (read_integral_parameter): Use "argument" in error
8403 message to distinguish it from actual invalid options.
8404
8405 2003-04-25 Bob Wilson <bob.wilson@acm.org>
8406
8407 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
8408 addition of __PIC__ and __pic__ macros.
8409 * config/xtensa/xtensa.h: Clean up indentation.
8410
8411 2003-04-25 Bob Wilson <bob.wilson@acm.org>
8412
8413 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
8414 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
8415 (SUBTARGET_CPP_SPEC): Define.
8416 (LIB_SPEC): Delete.
8417 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
8418 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
8419 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
8420 Define.
8421 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
8422 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
8423
8424 2003-04-25 H.J. Lu <hjl@gnu.org>
8425
8426 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
8427 for return mode.
8428 (ia64_expand_builtin): Set rmode to SImode for
8429 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
8430 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
8431 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
8432 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
8433
8434 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
8435
8436 * configure.in (make_compare_target): Test for GNU cmp and set this
8437 variable appropriately.
8438 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
8439 compare4-lean): Rename actual targets to slowcompare*. New compare*
8440 targets depend on names based on make_compare_target.
8441 * configure: Regenerated.
8442
8443 2003-04-25 Richard Henderson <rth@redhat.com>
8444
8445 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
8446 to clobber ar.pfs and ar.unat.
8447 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
8448 fix test for spilling ar.pfs to the stack.
8449
8450 2003-04-25 Richard Henderson <rth@redhat.com>
8451
8452 PR opt/10315
8453 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
8454 checks during reload; use validize_mem instead of adjust_address.
8455
8456 2003-04-26 Ben Elliston <bje@wasabisystems.com>
8457
8458 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
8459 return values from recog_memoized().
8460
8461 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8462
8463 PR opt/8705
8464 * gcse.c (try_replace_reg): On a successful substitution of a constant
8465 into a single set, try to simplify the source of the set.
8466 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
8467 constant source.
8468
8469 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
8470
8471 * cpplex.c (cpp_token_len): Tighten up.
8472 (cpp_token_as_text): Need extra byte now.
8473 * cpplib.c (glue_header_name): Need extra 2 bytes.
8474 * cppmacro.c (cpp_macro_definition): Need extra byte.
8475
8476 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
8477
8478 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
8479 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
8480 where they might be not present. Use their _sp64 equivalent
8481 instead.
8482
8483 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
8484
8485 * i386.md (cvtsi2sdq): Fix typo in previous patch.
8486
8487 2003-04-24 Krister Walfridsson <cato@df.lth.se>
8488
8489 * configure.in: Check whether mbstowcs works.
8490 * configure, config.in: Regenerate.
8491 * intl.c: Use HAVE_WORKING_MBSTOWCS.
8492
8493 2003-04-24 H.J. Lu <hjl@gnu.org>
8494
8495 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
8496 for __sync_bool_compare_and_swap_di for int return type.
8497
8498 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
8499 Change return type to int.
8500 (__sync_bool_compare_and_swap): Likewise.
8501
8502 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
8503
8504 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
8505 looking for fallthru edge.
8506
8507 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
8508 Fix.
8509 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
8510 athlon-fvector): New.
8511 (athlon_*): Revisit to match new optimization guide.
8512 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
8513 * i386.md (cvt??2?? patterns): Fix modes.
8514 (fistp patterns): Set modes.
8515
8516 Accidentaly commited with my earlier reload patch:
8517 PR c/10308
8518 * reload.c (find_reloads_address_1): Reload plus at the place of
8519 index register.
8520
8521 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
8522
8523 New GCOV_TAG_FUNCTION layout
8524 * coverage.c (struct function_list): Replace name with ident.
8525 (struct counts_entry): Likewise.
8526 (fn_ident): New.
8527 (htab_counts_entry_hash, htab_counts_entry_eq,
8528 htab_counts_entry_del): Adjust.
8529 (reads_count_file, get_coverage_counts,
8530 coverage_begin_output, coverage_end_function): Adjust.
8531 (build_fn_info_type, build_fn_info_value): Likewise.
8532 * gcov-dump.c (tag_function): Adjust.
8533 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
8534 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
8535 * gcov.c (struct function_info): Add ident.
8536 (read_graph_file, read_count_file): Adjust.
8537 * libgcov.c (gcov_exit): Adjust.
8538
8539 2003-04-23 Richard Henderson <rth@redhat.com>
8540
8541 PR opt/8300
8542 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
8543 after initialize_uninitialized_subregs; update reg info assuming
8544 new pseudos were created.
8545
8546 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
8547
8548 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
8549 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
8550 (lex_string): Take cpp_string with full spelling.
8551 (cb_ident): Update.
8552 (c_lex): Update diagnostics.
8553 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
8554 (create_literal): New.
8555 (lex_string): Unterminated literals have type CPP_OTHER.
8556 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
8557 for CPP_OTHER.
8558 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
8559 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
8560 * cpplib.c (parse_include, do_line, do_linemarker,
8561 destringize_and_run): Update for token storing full spelling.
8562 * cpplib.h: Update token spelling types.
8563 * cppmacro.c (stringify_arg, check_trad_stringification):
8564 Update for token storing full spelling.
8565
8566 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
8567
8568 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
8569
8570 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
8571
8572 * arm.h (TARGET_OPTIONS): Add value field.
8573
8574 2003-04-23 Mark Mitchell <mark@codesourcery.com>
8575
8576 * doc/extend.texi: Remove duplicate 2003 copyright date.
8577
8578 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
8579
8580 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
8581 (libgcov.a): Depends on LIBGCC_DEPS.
8582 * basic-block.h (profile_info): Moved here from coverage.h. Made
8583 a pointer.
8584 * coverage.c (struct function_list): Fixed array of counter types.
8585 (struct counts_entry): Keyed by counter type, contains summary.
8586 (profile_info): Moved to profile.c.
8587 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
8588 vars.
8589 (profiler_label): Remove.
8590 (ctr_labels): New.
8591 (set_purpose, label_for_tag, build_counter_section_fields,
8592 build_counter_section_value, build_counter_section_data_fields,
8593 build_counter_section_data_values, build_function_info_fields,
8594 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
8595 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
8596 build_ctr_info_value, build_gcov_info): New.
8597 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
8598 (reads_counts_file): Adjust.
8599 (get_coverage_counts): Takes counter number. Add summary
8600 parameter. Adjust.
8601 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
8602 create counter array labels.
8603 (coverage_end_function): Adjust.
8604 (create_coverage): Adjust.
8605 (find_counters_section): Remove.
8606 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
8607 (struct section_info, struct profile_info): Remove.
8608 (profile_info): Moved to basic-block.h.
8609 (coverage_counter_ref): Takes a counter number.
8610 (get_coverage_counts): Takes a counter number. Added summary
8611 parameter.
8612 (find_counters_section): Remove.
8613 * gcov-dump.c (tag_arc_counts): Rename to ...
8614 (tag_counters): ... here. Adjust.
8615 (tag_table): Move tag_counters to 3rd entry. Remove
8616 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
8617 (dump_file): Check for counter tag values here.
8618 (tag_summary): Adjust.
8619 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
8620 * gcov-io.h (GCOV_LOCKED): New.
8621 (GCOV_TAG_ARC_COUNTS): Rename to ...
8622 (GCOV_TAG_COUNTS_BASE): ... here.
8623 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
8624 Remove.
8625 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
8626 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
8627 GCOV_TAG_IS_COUNTER): New.
8628 (struct gcov_ctr_summary): New.
8629 (struct gcov_summary): Adjust.
8630 (struct gcov_counter_section): Remove.
8631 struct gcov_counter_section_data): Remove.
8632 (struct gcov_function_info): Rename to ...
8633 (struct gcov_fn_info): ... here. Adjust.
8634 (struct gcov_ctr_info): New.
8635 (struct gcov_info): Adjust.
8636 * gcov.c (read_count_file): Adjust.
8637 (output_lines): Adjust.
8638 * libgcov.c (gcov_exit): Adjust.
8639 (__gcov_flush): Adjust.
8640 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
8641 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
8642 probably_never_executed_bb_p, compute_frequency_function): Adjust
8643 profile_info use.
8644 * profile.c (struct counts_entry): Remove.
8645 (profile_info): Define here.
8646 (get_exec_counts): Adjust get_coverage_counts call.
8647 (compute_branch_probablilities): Remove find_counters_section
8648 call.
8649 (gen_edge_profiler): Adjust coverage_counter_ref call.
8650 * tracer.c (tail_duplicate): Adjust profile_info use.
8651
8652 2003-04-23 Roger Sayle <roger@eyesopen.com>
8653
8654 PR optimization/10339
8655 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
8656 directly instead of unsafely transforming call into a memcmp.
8657 (expand_builtin_strncmp): Likewise.
8658
8659 2003-04-22 Roger Sayle <roger@eyesopen.com>
8660
8661 * alias.c (mark_constant_function): Check for constancy and
8662 purity even of void functions. Update both the function decl
8663 and the cgraph RTL info with the results.
8664
8665 2003-04-22 Roger Sayle <roger@eyesopen.com>
8666
8667 * real.c (do_add): Change to return a bool indicating that the
8668 result of the operation may be inexact due to loss of precision.
8669 (do_multiply): Likewise.
8670 (do_divide): Likewise.
8671
8672 2003-04-22 Geoffrey Keating <geoffk@apple.com>
8673 Loren James Rittle <ljrittle@acm.org>
8674
8675 * dwarf2out.c (fde_table_allocated): Mark with GTY.
8676 (decl_die_table_allocated): Likewise.
8677 (abbrev_die_table_allocated): Likewise.
8678 (line_info_table_allocated): Likewise.
8679 (separate_line_info_table_allocated): Likewise.
8680 (pubname_table_allocated): Likewise.
8681 (arange_table_allocated): Likewise.
8682 (ranges_table_allocated): Likewise.
8683 (decl_die_table_in_use): Unconditionalize; mark with GTY.
8684 (abbrev_die_table_in_use): Likewise.
8685 (line_info_table_in_use): Likewise.
8686 (separate_line_info_table_in_use): Likewise.
8687 (pubname_table_in_use): Likewise.
8688 (arange_table_in_use): Likewise.
8689 (ranges_table_in_use): Likewise.
8690 (have_location_lists): Likewise.
8691 (emitcount): New GTY-marked static, moved...
8692 (maybe_emit_file): ...from here.
8693 (label_num): New GTY-marked static, moved...
8694 (gen_internal_sym): ...from here.
8695
8696 2003-04-22 Richard Henderson <rth@redhat.com>
8697
8698 PR 8866
8699 * rtl.h (MEM_NOTRAP_P): New.
8700 (MEM_COPY_ATTRIBUTES): Copy it.
8701 * rtlanal.c (may_trap_p): Check it.
8702 * expr.c (do_tablejump): Set it.
8703 * doc/rtl.texi (Flags): Document it.
8704
8705 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
8706
8707 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
8708
8709 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
8710 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
8711
8712 2003-04-22 Vincent Celier <celier@gnat.com>
8713
8714 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
8715 --enable-threads=gnat.
8716 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
8717 * configure.in: Add gnat to the list of thread packages
8718 * configure: Rebuild.
8719 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
8720
8721 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
8722
8723 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
8724
8725 2003-04-22 Devang Patel <dpatel@apple.com>
8726
8727 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
8728 parameter count.
8729 (_cpp_copy_replacement_text): Same.
8730
8731 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
8732
8733 * c-lex.c (c_lex): Handle CPP_OTHER differently.
8734 * cppexp.c (_cpp_parse_expr): Similarly.
8735 * cpplex.c (SPELL_CHAR): Remove.
8736 (_cpp_lex_direct): Stray chars are saved as byte strings.
8737 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
8738 handle SPELL_CHAR.
8739 (cpp_avoid_paste): Update handling of CPP_OTHER.
8740 * cpplib.h: Spell CPP_OTHER like a number.
8741 (struct cpp_token): Remove member c.
8742 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
8743
8744 2003-04-22 David Turner <novalis@gnu.org>
8745
8746 * gbl-ctors.h: Add special license exception.
8747 * libgcc2.h: Likewise.
8748 * tsystem.h: Likewise.
8749 * gcov-io.h: Likewise.
8750
8751 2003-04-22 David Edelsohn <edelsohn@gnu.org>
8752
8753 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
8754 macro defaulting to original BRANCH_COST heuristic.
8755 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
8756
8757 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
8758
8759 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
8760
8761 * config/rs6000/t-spe: Merge in t-fprules into file.
8762
8763 * config.gcc: Add t-spe to powerpc-eabispe.
8764
8765 2003-04-22 Kean Johnston <jkj@sco.com>
8766
8767 * tlink.c (recompile_files): Add missing '=' to putenv calls
8768
8769 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
8770
8771 * ginclude/stddef.h: Provide C++ safe offsetof.
8772
8773 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
8774
8775 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
8776 for reg notes, if there are no substitutions, just use a SUBREG.
8777
8778 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8779
8780 * Makefile.in (calls.o): Depend on except.h.
8781 * calls.c: Include except.h.
8782 (emit_call_1): Call note_eh_region_may_contain_throw if
8783 appropriate.
8784 * except.c (eh_region): Add may_contain_throw.
8785 (expand_eh_region_end_cleanup): Do not include handler code when
8786 it cannot be reached.
8787 (note_eh_region_may_contain_throw): New function.
8788 * except.h (note_eh_region_may_contain_throw): New function.
8789
8790 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8791
8792 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
8793 changes.
8794
8795 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
8796
8797 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
8798 64-bit long doubles.
8799
8800 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
8801
8802 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
8803 a number of conversions required for type consistency and previously
8804 stripped off by STRIP_NOPS.
8805
8806 * calls.c (expand_call): Prevent sibcall optimization for calls to
8807 nested subprograms.
8808
8809 * expmed.c (extract_bit_field): Reverse operands of && condition to
8810 prevent a potential division by zero in the previously first branch.
8811 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
8812
8813 2003-04-21 Joel Brobecker <brobecker@gnat.com>
8814
8815 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
8816 (subrange_type_die): Likewise.
8817 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
8818 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
8819
8820 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8821
8822 Break out coverage routines to new file.
8823 * Makefile.in (COVERAGE_H): New variable
8824 (C_OBJS): Add coverage.o
8825 (coverage.o): New target.
8826 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
8827 dependencies.
8828 (GTFILES): Adjust.
8829 (gt-coverage.h): New target.
8830 (gt-profile.h): Remove.
8831 * profile.h: Remove. Move to ...
8832 * coverage.h: ... here. New. #include gcov-io.h.
8833 * gcov-io.h: Move function definitions to ...
8834 * gcov-io.c: ... here. New.
8835 * profile.c: Move coverage routines to coverage.c.
8836 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
8837 end_branch_prob): Adjust.
8838 * coverage.c: New. Coverage routines from profile.c
8839 (coverage_counter_ref, coverage_init, coverage_finish,
8840 coverage_end_function, coverage_begin_output,
8841 coverage_counter_ref, get_coverage_counts): Define.
8842 * gcov-dump.c, gcov.c: #include gcov-io.c.
8843 * libgcov.c: Likewise. Adjust.
8844 * loop-init.c: Don't #include profile.h
8845 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
8846 * rtl.h: Add coverage prototypes.
8847 * toplev.c (compile_file): Init coverage, not branch_prob.
8848 Always call coverage_finish.
8849 (rest_of_compilation): Call coverage_end_function.
8850
8851 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
8852
8853 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
8854
8855 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
8856
8857 * c-ppoutput.c (cb_include): Don't take a cpp_token.
8858 * cppfiles.c: Don't undef strcmp.
8859 (find_include_file): Don't take a cpp_token. Check for empty
8860 file names.
8861 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
8862 (cpp_push_include): Simplify.
8863 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
8864 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
8865 (parse_include): Similary. Don't check for zero-length filenames.
8866 (do_include_common, do_pragma_dependency): Update accordingly.
8867 * cpplib.h (struct cpp_callbacks): Change prototype of include.
8868
8869 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8870
8871 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
8872 details of conflict handling.
8873
8874 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
8875 when conversion overflows.
8876
8877 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
8878
8879 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
8880 before clearing.
8881
8882 2003-04-21 Mark Mitchell <mark@codesourcery.com>
8883
8884 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
8885 have the same form as the old RTL.
8886
8887 2003-04-21 Andreas Jaeger <aj@suse.de>
8888
8889 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
8890
8891 2003-04-20 Chris Lattner <sabre@nondot.org>
8892 Zack Weinberg <zack@codesourcery.com>
8893
8894 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
8895 genrtl_cleanup_stmt. Correct comment at head of
8896 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
8897
8898 * stmt.c (struct nesting): Kill n_function_calls.
8899 (expand_start_bindings): Don't set
8900 thisblock->data.block.n_function_calls.
8901 (expand_end_bindings): Compare function_call_count against 0.
8902 (expand_cleanups): Kill DONT_DO argument; all callers passed
8903 NULL_TREE. All callers updated to match.
8904
8905 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8906
8907 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
8908 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
8909 (output_constant_def): Remove code predicated on
8910 defer_addressed_constants_flag.
8911
8912 * output.h: Remove prototypes of deleted functions.
8913 * c-typeck.c (constructor_subconstants_deferred): Kill.
8914 (struct initializer_stack): Remove 'deferred' field.
8915 (start_init): Remove all references to the above.
8916 (finish_init): Likewise. Also remove never-executed call to
8917 output_deferred_addressed_constants. Pull assignment to
8918 defstr out of if expression.
8919
8920 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8921
8922 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
8923 NOTE_NEWLINE): Remove.
8924 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
8925 to handle new form of line note type.
8926
8927 2003-04-20 Zack Weinberg <zack@codesourcery.com>
8928
8929 * target.h (encode_section_info): Add new argument carrying
8930 the RTL to be modified by the hook.
8931
8932 * varasm.c (make_decl_rtl, output_constant_def): Update calls
8933 to encode_section_info.
8934 (default_encode_section_info): Take and use RTL argument,
8935 don't use TREE_CST_RTL or DECL_RTL.
8936 * output.h: Update prototype of default_encode_section_info.
8937 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
8938 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
8939 Update calls to encode_section_info.
8940
8941 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
8942 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
8943 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
8944 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
8945 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
8946 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
8947 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
8948 except for PE dllimport/dllexport. Update calls to
8949 default_encode_section_info.
8950
8951 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
8952 Update prototypes.
8953
8954 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
8955
8956 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8957
8958 PR/8705
8959 * pa.md (movccfp): New expander.
8960 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
8961 Reverse fcmp conditions.
8962
8963 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
8964
8965 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
8966 of operand 1 correctly.
8967
8968 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
8969
8970 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
8971 * gcov.c (output_lines): Don't be so fussy about going past EOF.
8972
8973 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
8974
8975 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
8976 (cppcharset.o): New target.
8977 * c-lex.c (is_extended_char): Move to cppcharset.c.
8978 (utf8_extend_token): Delete.
8979 * cppcharset.c: New file.
8980 * cpphash.h (_cpp_valid_ucn): New.
8981 * cpplex.c (lex_identifier): Update prototype.
8982 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
8983 escapes.
8984 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
8985 in cppcharset.c.
8986 (lex_number, lex_identifier, cpp_parse_escape): Update.
8987 (_cpp_lex_direct): Update to handle UCNs.
8988 (cpp_avoid_paste): Don't paste to form a UCN.
8989
8990 2003-04-19 Roger Sayle <roger@eyesopen.com>
8991
8992 * builtins.c (expand_builtin): Don't expand a pure or const
8993 built-in function if the result will be ignored and none of
8994 its arguments are volatile.
8995
8996 2003-04-19 Kean Johnston <jkj@sco.com>
8997
8998 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
8999 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
9000 target fragment now: t-sco5; dont compile crti.o.
9001 * config/i386/sco5.h: major overhaul to remove all COFF remnants
9002 and to use elfos.h for most definitions.
9003 (BSS_SECTION_ASM_OP): set correct segment attributes.
9004 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
9005 (DWARF2_UNWIND_INFO): Always set to 1.
9006 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
9007 (MD_STARTFILE_PREFIX_1): Define.
9008 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
9009 (DEFAULT_LINKER): Define if not specified to configure.
9010 (CTORS_SECTION_ASM_OP): Remove COFF crud.
9011 (DTORS_SECTION_ASM_OP): Remove COFF crud.
9012 (WINT_TYPE): Define.
9013 (SDB_DEBUGGING_INFO): Remove.
9014 (EXTRA_SECTIONS): Likewise.
9015 (EXTRA_SECTION_FUNCTIONS): Likewise.
9016 (CTOR_LIST_BEGIN): Likewise.
9017 (CTOR_LIST_END): Likewise.
9018 (INIT_SECTION_FUNCTION): Likewise.
9019 (FINI_SECTION_FUNCTION): Likewise.
9020 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
9021 (LOCAL_LABEL_PREFIX): Likewise.
9022 (NON_SAVING_SETJMP): Likewise.
9023 (RETURN_POPS_ARGS): Likewise.
9024 (ASM_OUTPUT_SKIP): Likewise.
9025 (TARGET_ASM_NAMED_SECTION): Likewise.
9026 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
9027 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
9028 (ASM_OUTPUT_IDENT): Likewise.
9029 (ASM_OUTPUT_CASE_LABEL): Likewise.
9030 (ASM_OUTPUT_ASCII): Likewise.
9031 (ASM_OUTPUT_LIMITED_STRING): Likewise.
9032 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
9033 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
9034 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
9035 (ASM_FINISH_DECLARE_OBJECT): Likewise.
9036 (ASM_DECLARE_OBJECT_NAME): Likewise.
9037 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
9038 (ASM_DECLARE_FUNCTION_NAME): Likewise.
9039 (ASM_DECLARE_RESULT): Likewise.
9040 (ASM_WEAKEN_LABEL): Likewise.
9041 (SUPPORTS_WEAK): Likewise.
9042 (APPLY_RESULT_SIZE): Likewise.
9043 (LPREFIX): Likewise.
9044 (ALIGN_ASM_OP): Likewise.
9045 (ASCII_DATA_ASM_OP): Likewise.
9046 (IDENT_ASM_OP): Likewise.
9047 (ASM_SHORT): Likewise.
9048 (ASM_LONG): Likewise.
9049 (TYPE_ASM_OP): Likewise.
9050 (SIZE_ASM_OP): Likewise.
9051 (STRING_ASM_OP): Likewise.
9052 (SKIP_ASM_OP): Likewise.
9053 (EH_FRAME_SECTION_ASM_OP): Likewise.
9054 (READONLY_DATA_SECTION_ASM_OP): Likewise.
9055 (INIT_SECTION_ASM_OP): Likewise.
9056 (FINI_SECTION_ASM_OP): Likewise.
9057 (TEXT_SECTION_ASM_OP): Likewise.
9058 (DATA_SECTION_ASM_OP): Likewise.
9059 (TYPE_OPERANT_FORMAT): Likewise.
9060 (ASM_SPEC): Remove COFF code.
9061 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
9062 cause -pg to emit an error; use pcrt1elf.o with -pp
9063 (ENDFILE_SPEC): Likewise.
9064 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
9065 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
9066 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
9067 add -z alt_resolve to support weak symbols the way GCC wants them.
9068 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
9069 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
9070 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
9071 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
9072 (CRTSTUFF_T_CFLAGS_S): Define.
9073 (MULTILIB_OPTIONS): Likewise.
9074 (MULTILIB_DIRNAMES): Likewise.
9075 (MULTILIB_MATCHES): Likewise.
9076 (MULTILIB_EXTRA_OPTS): Likewise.
9077 (LIBGCC): Likewise.
9078 (INSTALL_LIBGCC): Likewise.
9079 (crti.o): Remove.
9080 * config/i386/t-sco5gas: Remove.
9081 * doc/install.texi: Updated for new OpenServer instructions.
9082 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
9083
9084 2003-04-19 Kean Johnston <jkj@sco.com>
9085
9086 * fixinc/check.tpl: Allow user to over-ride diff program.
9087 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
9088 (sco_math): Added test for SCO math header files.
9089 (sco_regset): Added check for conflicts with ieeefp.h.
9090 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
9091 * fixinc/fixincl.x: Regenerated
9092 * fixinc/tests/base/math.h: Added sco_math tests.
9093 * fixinc/tests/base/string.h: New file.
9094 * fixinc/tests/base/sys/regset.h: New file.
9095
9096 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9097
9098 * cpphash.h (struct cpp_buffer): Remove backup_to.
9099 * cpplex.c (BACKUP, get_effective_char): Die.
9100 (_cpp_skip_block_comment): Assume '*' is location on entry.
9101 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
9102 (IF_NEXT_IS): Update.
9103 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
9104
9105 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
9106
9107 * README.Portability: Move to a new section and obsolete K+R
9108 portability issues.
9109
9110 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
9111
9112 * rtlanal.c (subreg_offset_representable_p): Fix call of
9113 subreg_lowpart.
9114
9115 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9116
9117 * cpphash.h (struct cpp_reader): New member warned_dollar.
9118 * cpplex.c (continues_identifier_p): New function.
9119 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
9120 lex_number and lex_string, and simplify.
9121 (parse_slow, unescaped_terminator_p): Die.
9122 (_cpp_lex_direct): Update.
9123
9124 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9125
9126 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
9127
9128 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
9129
9130 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
9131 fork behavior.
9132
9133 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9134
9135 * cppexp.c (eval_token): Permit true and false even if pedantic.
9136
9137 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9138
9139 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
9140
9141 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
9142
9143 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
9144 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
9145 (struct include_file): Remove fefcnt, mapped members.
9146 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
9147 (read_include_file): Don't use mmap, terminate buffers in '\r'.
9148 (purge_cache): Don't use munmap.
9149 * cpphash.h (CPP_BUF_COLUMN): Update.
9150 (lexer_state): Remove lexing_comment.
9151 (struct _cpp_line_note): New.
9152 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
9153 next_line and need_line. Remove col_adjust and saved_flags.
9154 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
9155 _cpp_skip_block_comment, scan_out_logical_line): New.
9156 (_cpp_init_mbchar): Remove.
9157 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
9158 (cpp_read_main_file): Set line to 1 earlier.
9159 (post_options): -traditional-cpp doesn't want trigraphs.
9160 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
9161 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
9162 _cpp_get_fresh_line): New.
9163 (handle_newline, skip_escaped_newlines, trigraph_p,
9164 continue_after_nul, _cpp_init_mbchar): Remove.
9165 (get_effective_char): Update.
9166 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
9167 (skip_line_comment): Simplify.
9168 (skip_whitespace, parse_identifier, parse_slow, parse_number,
9169 parse_string): Update.
9170 (cpp_lex_direct): Use clean lines and process line notes. Update.
9171 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
9172 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
9173 directly.
9174 (_cpp_handle_directive): Don't set saved_flags.
9175 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
9176 cpp_undef, handle_assertion, cpp_push_buffer): Update.
9177 (_cpp_pop_buffer): Free notes.
9178 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
9179 * cpppch.c (cpp_read_state): \n terminate buffer.
9180 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
9181 (copy_comment): Use _cpp_skip_block_comment.
9182 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
9183 Simplify.
9184 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
9185 save_replacement_text): Update.
9186 (scan_out_logical_line): Update to use clean lines and process
9187 line notes.
9188 * fix-header.c (read_scan_file): Update.
9189
9190 2003-04-18 Douglas B Rupp <rupp@gnat.com>
9191
9192 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
9193 null begin parameter (as well as pointer to null).
9194 (__deregister_frame_info_bases): Likewise.
9195
9196 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9197
9198 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
9199 hard or virtual register and copy into pseudo if replacement fails.
9200
9201 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
9202
9203 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
9204
9205 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
9206
9207 * calls.c (expand_call): Move special case for constructor calls
9208 to right place. Ensures constructor calls used to initialize
9209 arguments get a clean outgoing argument block for themselves.
9210 Move check for stack deallocation completeness until after last
9211 deallocation. Add stack_pointer_delta to set of state
9212 variables saved and restored along with current stack_level.
9213
9214 * integrate.c (expand_inline_function): Ensure non-const actuals
9215 don't end up const in the caller's flow after conversion to possibly
9216 const formal type.
9217
9218 2003-04-18 Vincent Celier <celier@gnat.com>
9219
9220 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
9221 and *_DIV_EXPR as TRUNC_*_EXPR.
9222
9223 2003-04-18 Mark Mitchell <mark@codesourcery.com>
9224
9225 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
9226 for orphaned jump tables.
9227
9228 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
9229
9230 * reload1.c: Revert my previous patch on 2002-04-17.
9231
9232 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9233
9234 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
9235 Add Segher Boessenkool.
9236
9237 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
9238
9239 PR c/9177
9240 * c-decl.c (c_expand_body): Don't garbage collect the function
9241 body if we are going to dump it later.
9242
9243 2003-04-18 Richard Henderson <rth@redhat.com>
9244
9245 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
9246 (alpha_end_function): Don't set them.
9247 (decl_in_text_section): Remove.
9248 (alpha_encode_section_info): Remove.
9249 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
9250 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
9251 sections, rather than decl_in_text_section results.
9252
9253 2003-04-18 Roger Sayle <roger@eyesopen.com>
9254
9255 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
9256 and SIGN_EXTRACT.
9257
9258 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
9259
9260 PR optimization/7675
9261 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
9262 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
9263 nested functions if they refer to declarations from parent functions.
9264 * stmt.c (expand_decl): Don't put automatic variables in registers
9265 if the DECL_NONLOCAL flag is set.
9266
9267 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
9268
9269 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
9270 consider those to be movable where the source matches
9271 want_to_gcse_p.
9272 (update_ld_motion_stores): In comment, refer to
9273 compute_ld_motion_mems for validity of replacement.
9274
9275 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
9276
9277 * gcov-dump.c (tag_summary): Remove max_sum
9278 * gcov-io.h (gcov_summary, gcov_write_summary,
9279 gcov_read_summary): Kill max_sum.
9280 * libgcov.c (gcov_exit): Do one pass over the data. Make error
9281 message more verbose.
9282
9283 * emit-rtl.c (subreg_hard_regno): Check that register is
9284 representable.
9285
9286 * reload.c (reload_inner_reg_of_subreg): When register is not
9287 representable, reload the whole thing.
9288 (find_reloads): Likewsie.
9289 * rtlanal.c (subreg_representable_p): New function.
9290
9291 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
9292 allow negative probabilities for edges from the call to exit.
9293 (branch_prob): Do not add fake edges for functions that may return
9294 twice.
9295
9296 2003-04-17 DJ Delorie <dj@redhat.com>
9297
9298 * toplev.c (target_options): Add value field.
9299 (set_target_switch): Handle target options with values.
9300 * doc/tm.texi: Document how fixed vs variable target
9301 options work.
9302 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
9303 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
9304 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
9305 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
9306 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
9307 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
9308 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
9309 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
9310 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
9311 Add value initializer to target options.
9312
9313 2003-04-07 Loren James Rittle <ljrittle@acm.org>
9314
9315 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
9316
9317 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
9318
9319 * reload1.c (move2add_last_cc0): New.
9320 (reload_cse_move2add): Detect implicit sets.
9321 (move2add_note_store): Notice a store into cc0.
9322
9323 2003-04-17 Roger Sayle <roger@eyesopen.com>
9324
9325 PR c/10375
9326 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
9327 function attributes.
9328
9329 2003-04-17 Janis Johnson <janis187@us.ibm.com>
9330
9331 * doc/sourcebuild.texi (Test Suites): Document support for testing
9332 binary compatibility (moved from testsuite/README.compat).
9333
9334 2003-04-17 Richard Henderson <rth@redhat.com>
9335
9336 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
9337
9338 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
9339
9340 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
9341 the one provided by the FSF.
9342
9343 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9344
9345 * doc/install.texi (Binaries): Update URL and list of platforms
9346 provided by ftp.thewrittenword.com.
9347
9348 2003-04-17 Richard Henderson <rth@redhat.com>
9349
9350 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
9351 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
9352 * config/xtensa/xtensa.md (call, call_value): Likewise.
9353
9354 2003-04-17 Richard Henderson <rth@redhat.com>
9355
9356 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
9357 (print_operand_address): Likewise.
9358 (ep_memory_operand): Likewise.
9359 (special_symbolref_operand): Likewise.
9360 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
9361 (v850_encode_section_info): Call default_encode_section_info.
9362 (v850_strip_name_encoding): Remove.
9363 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
9364 (ASM_OUTPUT_LABELREF): Remove.
9365 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
9366 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
9367 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
9368 (ENCODED_NAME_P): Remove.
9369 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
9370 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
9371 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
9372
9373 2003-04-17 Richard Henderson <rth@redhat.com>
9374
9375 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
9376 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
9377 SYMBOL_REF_FUNCTION_P.
9378
9379 2003-04-17 Richard Henderson <rth@redhat.com>
9380
9381 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
9382 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
9383 (text_segment_operand): Likewise.
9384
9385 2003-04-17 Richard Henderson <rth@redhat.com>
9386
9387 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
9388 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9389 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
9390 (sh_encode_section_info): Remove.
9391 (sh_strip_name_encoding): Remove.
9392 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
9393 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
9394 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
9395 (ASM_OUTPUT_LABELREF): Remove.
9396 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
9397 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
9398
9399 2003-04-17 Richard Henderson <rth@redhat.com>
9400
9401 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
9402 (tls_model_chars): Remove.
9403 (larl_operand): Use SYMBOL_REF_FLAGS.
9404 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9405 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
9406 (s390_output_mi_thunk): Likewise.
9407 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
9408 (s390_function_profiler): Likewise.
9409 (s390_encode_section_info): Use default_encode_section_info
9410 and SYMBOL_FLAG_ALIGN1.
9411 (s390_strip_name_encoding): Remove.
9412 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
9413 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
9414 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
9415
9416 2003-04-17 Richard Henderson <rth@redhat.com>
9417
9418 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
9419 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
9420 (print_operand_address): Likewise.
9421
9422 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
9423 * config/ns32k/ns32k.c (expand_block_move): Don't check
9424 flag_unroll_loops.
9425
9426 2003-04-17 Richard Henderson <rth@redhat.com>
9427
9428 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
9429 SYMBOL_REF_FLAG.
9430
9431 2003-04-17 Richard Henderson <rth@redhat.com>
9432
9433 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
9434
9435 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
9436 (SYMBOL_REF_MODEL): New.
9437 (LIT_NAME_P): Move from m32r.h.
9438 (m32r_select_section): Remove.
9439 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
9440 (m32r_strip_name_encoding): Remove.
9441 (m32r_in_small_data_p): New.
9442 (small_data_operand): Use SYMBOL_REF_SMALL_P.
9443 (addr24_operand): Use SYMBOL_REF_MODEL.
9444 (call26_operand): Likewise.
9445 (addr32_operand): Tidy.
9446 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
9447 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
9448 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
9449 (READONLY_DATA_SECTION_ASM_OP): Remove.
9450 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
9451 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
9452 (TARGET_ASM_SELECT_SECTION): Remove.
9453 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
9454 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
9455 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
9456 (ASM_OUTPUT_LABELREF): Remove.
9457
9458 2003-04-17 Richard Henderson <rth@redhat.com>
9459
9460 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
9461 (encode_section_info): Remove.
9462 * config/ip2k/ip2k-protos.h: Update.
9463
9464 2003-04-17 Richard Henderson <rth@redhat.com>
9465
9466 * varasm.c (default_encode_section_info): Don't set
9467 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
9468 * config/i370/i370.c (i370_encode_section_info): Remove.
9469 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
9470 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
9471 * config/i370/i370.md (movsi): Likewise.
9472
9473 * config/i370/t-i370: Add missing backslash.
9474
9475 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
9476
9477 * doc/invoke.texi (inline-limit): Fix pasto.
9478
9479 2003-04-17 Richard Henderson <rth@redhat.com>
9480
9481 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
9482 (small_call_insn_operand): Use it.
9483 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
9484 (h8300_eightbit_constant_address_p): Use it.
9485 (SYMBOL_FLAG_TINY_DATA): New.
9486 (h8300_tiny_constant_address_p): Use it.
9487 (h8300_encode_label, h8300_strip_name_encoding): Remove.
9488 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
9489 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
9490 (ASM_OUTPUT_LABELREF): Remove.
9491
9492 2003-04-16 Richard Henderson <rth@redhat.com>
9493
9494 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
9495 all users with SYMBOL_REF_SMALL_P.
9496 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
9497 (frv_encode_section_info): Remove.
9498 (frv_strip_name_encoding): Remove.
9499 (frv_in_small_data_p): Merge tests from encode_section_info.
9500 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
9501 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
9502 (SDATA_NAME_P): Remove.
9503 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
9504 (ASM_OUTPUT_LABELREF): Remove.
9505 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
9506
9507 * config/frv/frv.c (frv_asm_out_constructor): New.
9508 (frv_asm_out_destructor): New.
9509 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
9510 (DTORS_SECTION_ASM_OP): New.
9511 (ASM_OUTPUT_CONSTRUCTOR): Remove.
9512 (ASM_OUTPUT_DESTRUCTOR): Remove.
9513
9514 2003-04-16 Richard Henderson <rth@redhat.com>
9515
9516 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
9517 SYMBOL_REF_LOCAL_P; abort if not pic.
9518 (cris_encode_section_info): Remove.
9519
9520 2003-04-16 Richard Henderson <rth@redhat.com>
9521
9522 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
9523 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
9524
9525 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
9526 flag_inline_trees.
9527
9528 2003-04-16 Richard Henderson <rth@redhat.com>
9529
9530 * config/avr/avr.c (avr_encode_section_info): Remove.
9531 (avr_insert_attributes): New.
9532 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
9533 (avr_assemble_integer): Likewise.
9534
9535 2003-04-16 Richard Henderson <rth@redhat.com>
9536
9537 * arc.c (arc_encode_section_info): Remove.
9538 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
9539 (arc_print_operand, arc_print_operand_address): Likewise.
9540 * arc.h (EXTRA_CONSTRAINT): Likewise.
9541
9542 2003-04-16 Roger Sayle <roger@eyesopen.com>
9543
9544 * c-semantics.c (find_reachable_label): New function to find a
9545 potentially reachable label in an expression.
9546 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
9547 assumes the start of the IF_STMT is unreachable (dead) code.
9548 (expand_unreachable_stmt): Similar to expand_stmt but assumes
9549 the start of the statement list is unreachable (dead) code.
9550 (genrtl_if_stmt): If the controlling expression of the IF
9551 is constant, use expand_unreachable_stmt for the THEN or ELSE
9552 clause as appropriate.
9553 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
9554 the body of a SWITCH statement.
9555 (expand_stmt): The code immediately following a "return",
9556 "break", "continue" or "goto" is unreachable.
9557 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
9558
9559 2003-04-16 Richard Henderson <rth@redhat.com>
9560
9561 * rtl.h (MEM_ALIAS_SET): Update documentation.
9562 * doc/rtl.texi (Special Accessors): New node.
9563 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
9564
9565 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
9566
9567 * reload1.c (reload_cse_noop_set_p): Return false if mode of
9568 SET_DEST is not the same as that returned by...
9569 * cselib.h (cselib_reg_set_mode): ... new function.
9570 * cselib.c (cselib_reg_set_mode): Define it.
9571 (REG_VALUES): Document semantics of first element as set mode.
9572 (cselib_subst_to_values): Skip first element if ELT is NULL.
9573 (cselib_lookup): Likewise. Insert past the first element.
9574 (cselib_invalidate_regno): NULLify first element.
9575 (cselib_record_set): Set first element.
9576
9577 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
9578
9579 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
9580 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
9581 * tree.h: Add prototypes for the two new functions.
9582 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
9583 updates introduced in the previous revision by call to saved_expr_p.
9584 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
9585
9586 * expr.c (store_field): Force usage of bitfield instructions when
9587 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
9588 (expand_expr, case BIT_FIELD_REF): likewise.
9589
9590 2003-04-16 Mark Mitchell <mark@codesourcery.com>
9591
9592 PR middle-end/8866
9593 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
9594 jumptables.
9595
9596 2003-04-16 Richard Henderson <rth@redhat.com>
9597
9598 * config/ia64/ia64.c (sdata_symbolic_operand): Use
9599 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
9600 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
9601 (function_operand): Use SYMBOL_REF_FUNCTION_P.
9602 (ia64_expand_load_address): Likewise.
9603 (ia64_assemble_integer): Likewise.
9604 (ia64_encode_section_info): Remove.
9605 (ia64_strip_name_encoding): Remove.
9606 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
9607 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
9608
9609 2003-04-16 Richard Henderson <rth@redhat.com>
9610
9611 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
9612 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
9613 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
9614 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
9615 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
9616 (global_symbolic_operand): Similarly.
9617 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
9618 (tls_symbolic_operand_type): Likewise.
9619 (alpha_encode_section_info): Use default_encode_section_info.
9620 (alpha_strip_name_encoding): Remove.
9621 (get_tls_get_addr): Split out from ...
9622 (alpha_legitimize_address): ... here.
9623 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
9624 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
9625 (alpha_initialize_trampoline): Use init_one_libfunc.
9626 (alpha_setup_incoming_varargs): Mark unused parameters.
9627 (alpha_initial_elimination_offset): Likewise.
9628 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
9629 (unicosmk_unique_section): Use default_strip_name_encoding.
9630 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
9631
9632 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
9633
9634 * config.gcc: Add t-spe for eabispe.
9635
9636 * config/rs6000/t-spe: New.
9637
9638 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
9639
9640 Re-apply this patch:
9641
9642 2002-05-16 Dale Johannesen <dalej@apple.com>
9643 * combine.c (cant_combine_insn_p): Reenable combinations
9644 involving hard regs unless CLASS_LIKELY_SPILLED_P.
9645
9646 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9647
9648 PR/10271
9649 * pa-protos.h (function_arg): Remove last argument.
9650 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
9651 * pa.h (struct hppa_args): Add member incoming.
9652 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
9653 member incoming.
9654 (FUNCTION_ARG): Revise call to function_arg.
9655 (FUNCTION_INCOMING_ARG): Delete.
9656
9657 2003-04-15 Zack Weinberg <zack@codesourcery.com>
9658
9659 * configure.in: Unify the code which creates symlinks to a
9660 just-built as, ld, objdump, and nm with the code that detects
9661 their presence for purposes of feature tests.
9662 * configure: Regenerate.
9663
9664 2003-04-15 Zack Weinberg <zack@codesourcery.com>
9665
9666 * varasm.c (output_constant_def): Do not consult
9667 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
9668 (after_function_constants, output_after_function_constants): Delete.
9669 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
9670 * config/mips/mips-protos.h, config/mips/mips.c
9671 (mips16_constant_after_function_p): Delete.
9672 * config/mips/mips.h: Delete #if-0-ed definition of
9673 CONSTANT_AFTER_FUNCTION_P.
9674 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
9675 mention of CONSTANT_AFTER_FUNCTION_P in comment.
9676
9677 2003-04-15 Geoffrey Keating <geoffk@apple.com>
9678
9679 * tree.c (next_decl_uid): Mark with GTY.
9680 (next_type_uid): Likewise.
9681
9682 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
9683
9684 PR target/9594:
9685 * sh.c (barrier_align): Also recognize stuff_delay_slot as
9686 an indicator that a barrier was created by branch splitting.
9687
9688 2003-04-15 Mark Mitchell <mark@codesourcery.com>
9689
9690 * c-decl.c (implicitly_declare): Copy declarations that are going
9691 to be placed in a local scope.
9692
9693 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
9694
9695 * invoke.texi (Spec Files): Wrap if-exists-else example.
9696 (MCore): Remove duplicate @itemx entries and @opindex entries.
9697
9698 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
9699
9700 * unwind.inc (_Unwind_Backtrace): New function.
9701 * unwind.h (_Unwind_Backtrace): Declare it.
9702 * libgcc-std.ver (_Unwind_Backtrace): Export it.
9703
9704 2003-04-14 Jason Merrill <jason@redhat.com>
9705
9706 PR middle-end/10336, c++/10401
9707 * jump.c (never_reached_warning): Also stop looking if we reach the
9708 beginning of the function.
9709
9710 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9711
9712 PR target/10338
9713 PR bootstrap/10198
9714 PR bootstrap/10140
9715 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
9716
9717 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
9718
9719 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
9720
9721 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9722
9723 * optabs.c (expand_binop): In multi-word add cases, ensure
9724 XTARGET is copied to TARGET if they are different.
9725
9726 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
9727
9728 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
9729 to region, possible after integration of function with unreachable
9730 regions that were optimized away.
9731
9732 2003-04-15 Jakub Jelinek <jakub@redhat.com>
9733
9734 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
9735 instead of TOC_REGISTER in epilogue in
9736 current_function_calls_eh_return functions.
9737
9738 2003-04-14 Mark Mitchell <mark@codesourcery.com>
9739
9740 * doc/extend.texi (Empty Structures): Correct description of G++'s
9741 handling of these structures.
9742
9743 * c-decl.c (grokdeclarator): Reject extern redeclarations of
9744 static variables.
9745
9746 2003-04-14 Janis Johnson <janis287@us.ibm.com>
9747
9748 * config/rs6000/rs6000.md (define_constants): Define constants for
9749 all UNSPEC usage, including new values for TLS support.
9750 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
9751 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
9752 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
9753 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
9754 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
9755 eh_set_lr_di): Use them.
9756 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
9757 rs6000_emit_epilogue) Use them.
9758
9759 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
9760
9761 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
9762
9763 * Makefile.in (c-opts.o): Use custom action.
9764
9765 2003-04-14 Douglas B Rupp <rupp@gnat.com>
9766
9767 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
9768
9769 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9770
9771 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
9772 handle "superflat arrays" in Ada.
9773
9774 * integrate.c (expand_inline_function): Don't inline if would
9775 lose /u on a BLKmode TARGET.
9776
9777 2003-04-14 Joel Brobecker <brobecker@gnat.com>
9778
9779 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
9780 extracted from dbxout_type.
9781 (dbxout_range_type): print large bounds in octal format.
9782 (dbxout_type): Replace extracted code by call to
9783 print_int_cst_bounds_in_octal_p.
9784
9785 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
9786 of DW_LANG_Ada83 for Ada units.
9787
9788 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
9789
9790 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
9791 temporary used to round CONST_INT sizes.
9792
9793 * tree.c (int_fits_type_p): Extract generic checks from the case
9794 of constant type bounds. Refine the checks against constant type
9795 bounds to allow for possible decisions against each of these bounds
9796 without requiring both bounds to be constant.
9797 (tree_int_cst_msb): Put back.
9798 * tree.h (tree_int_cst_msb): Likewise.
9799
9800 * global.c (global_conflicts): Prevent allocation of call clobbered
9801 hard regs to pseudos live across abnormal edges, as later passes are
9802 not ready to handle them.
9803
9804 * fold-const.c (fold): Reorder tests for conditional expressions.
9805
9806 * expr.c (highest_pow2_factor): Return unsigned.
9807 * expr.h (offset_address): Likewise.
9808 * emit-rtl.c (offset_address): POW2 argument now unsigned.
9809
9810 2003-04-14 Roger Sayle <roger@eyesopen.com>
9811
9812 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
9813 string literals at compile-time.
9814
9815 2003-04-14 Roger Sayle <roger@eyesopen.com>
9816
9817 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
9818 comparison operation and c1/c2 are floating point constants into
9819 x swap(cmp) (c1 - c2).
9820
9821 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
9822
9823 * genautomata.c (output_translate_vect): Fix a typo in loop
9824 condition.
9825
9826 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
9827
9828 PR target/10377
9829 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
9830 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
9831 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
9832 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
9833 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
9834 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
9835 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
9836 ("*extopqihi_swap_side", "*extopqisi_swap_side")
9837 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
9838 When next to constraint R, replace constraint i with n.
9839
9840 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
9841
9842 PR opt/10024
9843 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
9844
9845 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9846
9847 * doc/contrib.texi (Contributors): Correct my entry.
9848
9849 2003-04-13 Roger Sayle <roger@eyesopen.com>
9850
9851 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
9852 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
9853 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
9854 implies DECL_BUILT_IN to simplify logic.
9855 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
9856
9857 2003-04-13 Roger Sayle <roger@eyesopen.com>
9858
9859 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
9860 (BT_FN_PTR_SIZE_SIZE): Likewise.
9861 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
9862 New built-in functions for malloc, calloc and strdup respectively.
9863 * calls.c (special_function_p): No need to handle malloc-like
9864 functions any longer. ECF_MALLOC is set via built-in attributes.
9865
9866 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
9867
9868 * doc/extend.texi: Document these new built-in functions.
9869
9870 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9871
9872 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
9873 (expand_builtin_stpcpy): New.
9874 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
9875 * builtins.def: Add mempcpy & stpcpy support.
9876 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
9877
9878 2003-04-13 Nick Clifton <nickc@redhat.com>
9879
9880 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
9881 "GCC".
9882 * config/rs6000/40x.md, config/rs6000/603.md,
9883 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
9884 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
9885 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
9886 config/rs6000/aix43.h, config/rs6000/aix51.h,
9887 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
9888 config/rs6000/altivec.h, config/rs6000/altivec.md,
9889 config/rs6000/beos.h, config/rs6000/darwin.h,
9890 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
9891 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
9892 config/rs6000/freebsd.h, config/rs6000/gnu.h,
9893 config/rs6000/host-darwin.c, config/rs6000/linux.h,
9894 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
9895 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
9896 config/rs6000/netbsd.h, config/rs6000/power4.md,
9897 config/rs6000/rios1.md, config/rs6000/rios2.md,
9898 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
9899 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
9900 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
9901 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
9902 config/rs6000/spe.md, config/rs6000/sysv4.h,
9903 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
9904 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
9905
9906 2003-04-13 Nick Clifton <nickc@redhat.com>
9907
9908 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
9909 support for -mcall-aix switch.
9910 * config/rs6000/eabiaix.h: Delete.
9911 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
9912 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
9913 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
9914 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
9915 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
9916 debug_stack_info, output_function_profiler,
9917 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
9918 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
9919 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
9920 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
9921 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
9922 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
9923 multilibs.
9924 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
9925 (MULTILIB_EXCEPTIONS): Delete.
9926 (MULTILIB_MATCHES): Remove mcall-aix matches.
9927
9928 * doc/fragments.texi: Replace -mcall-aix example with an ARM
9929 one.
9930 * doc/install.texi: Delete powerpc-*-eabiaix target.
9931 * doc/invoke.texi: Remove documentation of mcall-aix switch.
9932 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
9933 * config.gcc: Delete powerpc-*-eabiaix target.
9934
9935 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
9936
9937 * doc/invoke.texi: Fix typos.
9938 * doc/tm.texi: Likewise.
9939
9940 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9941
9942 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
9943
9944 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9945
9946 * tree.c (build_constructor): New function.
9947 * tree.h: Prototype it.
9948
9949 * c-typeck.c (build_c_cast, pop_init_level)
9950 * profile.c (build_function_info_value, build_gcov_info_value)
9951 (create_profiler):
9952 Use build_constructor.
9953
9954 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
9955
9956 * objc/objc-act.c (build_constructor):
9957 Rename objc_build_constructor. Use build_constructor.
9958 (build_objc_string_object, objc_add_static_instance)
9959 (init_def_list, init_objc_symtab, init_module_descriptor)
9960 (generate_static_references, build_selector_translation_table)
9961 (build_descriptor_table_initializer, generate_descriptor_table)
9962 (build_protocol_initializer, build_ivar_list_initializer)
9963 (generate_ivars_list, build_dispatch_table_initializer)
9964 (generate_dispatch_table, generate_protocol_list)
9965 (build_category_initializer, build_shared_structure_initializer):
9966 Update to match.
9967
9968 2003-04-12 Zack Weinberg <zack@codesourcery.com>
9969
9970 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
9971
9972 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9973
9974 * config/m68hc11/m68hc11-protos.h
9975 (m68hc11_eq_compare_operator): Declare
9976 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
9977 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
9978 (d_register_operand): Check the operand mode.
9979 (hard_addr_reg_operand): Likewise.
9980
9981 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9982
9983 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
9984 pattern for dbcc/ibcc generation for 68HC12.
9985 ("doloop_end"): New pattern.
9986 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
9987 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
9988 ("m68hc12_dbcc_dec_qi"): New pattern.
9989 ("m68hc12_dbcc_inc_qi"): New pattern.
9990 (split): Add split for the above when we can't use dbcc/ibcc due to
9991 reloading.
9992 (peephole2): Add peephole2 to generate the above when possible.
9993
9994 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
9995
9996 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
9997 mode of operand 0.
9998 (peephole2 optimize const load): Likewise for operand 2.
9999 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
10000 clobbers CC_REGNUM.
10001 ("*rotrhi3_with_carry"): Likewise.
10002 (ashift:DI 1 split): Update pattern to create the above rotate.
10003 (lshiftrt:DI 1 split): Likewise.
10004
10005 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
10006
10007 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
10008 ("tstqi_z_used" split): Use it.
10009 ("cmphi_z_used"): Likewise.
10010 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
10011 ("cmpqi_z_used"): Likewise.
10012
10013 2003-04-12 Mark Mitchell <mark@codesourcery.com>
10014
10015 PR c++/7910
10016 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
10017
10018 2003-04-12 Zack Weinberg <zack@codesourcery.com>
10019
10020 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
10021 * configure, config.in: Regenerate.
10022 * intl.c (gcc_gettext_width): New function.
10023 * intl.h: Prototype it.
10024
10025 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
10026
10027 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
10028 recognize -mnorelax.
10029 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
10030 (REG_CLASS_NAMES): Add its name.
10031 (REG_CLASS_CONTENTS): Define its content.
10032
10033 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
10034
10035 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
10036 parameters so that offsets are valid for far definition.
10037 (__mulsi3): Likewise and use ret to return.
10038 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
10039
10040 2003-04-12 David Edelsohn <edelsohn@gnu.org>
10041
10042 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
10043
10044 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
10045
10046 * mklibgcc.in (libgcc-stage-start): For every multilib directory
10047 containing a libgcc.a, move lib* to the corresponding stage dir.
10048
10049 * Makefile.in (stage1-start, stage2-start, stage3-start,
10050 stage4-start): Move $(SPECS) to specs in stage dir.
10051 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
10052 back as $(SPECS).
10053
10054 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
10055 object files from the non-libgcc/ multilib directories as well.
10056
10057 2003-04-11 Geoffrey Keating <geoffk@apple.com>
10058
10059 * profile.c (read_counts_file): Initialise 'checksum'.
10060
10061 * emit-rtl.c (gen_rtx): Really correct typo.
10062
10063 PR c++/9393
10064 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
10065 * configure.in: Check for gettimeofday.
10066 * tree.c (flag_random_seed): Define.
10067 (default_flag_random_seed): New.
10068 (append_random_chars): Use flag_random_seed rather than trying
10069 to acquire randomness here.
10070 * tree.h (default_flag_random_seed): Declare.
10071 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
10072 descriptions.
10073 (decode_f_option): Handle -frandom-seed.
10074 (print_switch_values): Call default_flag_random_seed.
10075 * flags.h (flag_random_seed): Declare.
10076 * configure: Regenerate.
10077 * config.in: Regenerate.
10078 * config/alpha/t-crtfm: Use -frandom-seed.
10079
10080 * doc/extend.texi (Empty Structures): New.
10081
10082 * c-pch.c: Include flags.h. Add comments to routines.
10083 (struct c_pch_validity): New.
10084 (get_ident): Update PCH file version number.
10085 (pch_init): Output current debugging type.
10086 (c_common_valid_pch): Check debugging type.
10087 * Makefile.in (c-pch.o): Update dependencies.
10088 * flags.h (debug_type_names): Declare.
10089 * toplev.c (debug_type_names): Move out of decode_g_option.
10090
10091 2003-04-11 Eric Christopher <echristo@redhat.com>
10092
10093 * emit-rtl.c (gen_rtx): Fix typos.
10094
10095 2003-04-11 Richard Henderson <rth@redhat.com>
10096
10097 * emit-rtl.c (gen_rtx): Zero '0' fields.
10098
10099 2003-04-11 Richard Henderson <rth@redhat.com>
10100
10101 PR c++/10202
10102 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
10103 not COMPLETE_TYPE_P for re-invoking layout_decl.
10104
10105 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
10106
10107 * doc/bugreport.texi: Fix paragraph breaking between sections
10108 in preparation for TeXinfo's paragraph indentation fixes.
10109 * doc/extend.texi: Ditto.
10110 * doc/invoke.texi: Ditto.
10111 * doc/objc.texi: Ditto.
10112 * doc/gcov.texi: Wrap 'gcov' in @command{}.
10113 * doc/invoke.texi (Darwin Options): Add a preamble.
10114
10115 2003-04-11 Richard Henderson <rth@redhat.com>
10116
10117 * config/i386/i386.c (tls_model_chars): Remove.
10118 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
10119 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
10120 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
10121 (tls_symbolic_operand_1): Likewise.
10122 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
10123 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
10124 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
10125 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
10126 bits "copied from i386.h" with default_encode_section_info.
10127
10128 2003-04-11 Richard Henderson <rth@redhat.com>
10129
10130 * rtl.def (SYMBOL_REF): Add two 0 fields.
10131 * gengtype.c (adjust_field_rtx_def): Handle them.
10132 * print-rtl.c (print_rtx): Print them.
10133 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
10134 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
10135 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
10136 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
10137 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
10138 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
10139 (SYMBOL_FLAG_MACH_DEP): New.
10140 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
10141 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
10142 (assemble_static_space): Set SYMBOL_REF_FLAGS.
10143 (assemble_trampoline_template): Likewise.
10144 (output_constant_def, force_const_mem): Likewise.
10145 (default_encode_section_info): New.
10146 * output.h: Declare it.
10147 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
10148
10149 2003-04-11 Richard Henderson <rth@redhat.com>
10150
10151 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
10152 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
10153 * optabs.c (init_optabs): Initialize them.
10154 (init_libfuncs): Use init_one_libfunc.
10155 * calls.c (expand_call): Use gcov_flush_libfunc.
10156 * expr.c (store_constructor): Use setbits_libfunc.
10157 * function.c (expand_main_function): Use init_one_libfunc.
10158 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
10159
10160 2003-04-11 Mark Mitchell <mark@codesourcery.com>
10161
10162 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
10163 documentation; add DECL_FRIEND_CONTEXT.
10164
10165 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10166
10167 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
10168 notes on linker selection and configuration for 64-bit HP-UX port.
10169 * doc/invoke.texi (hppa): Remove hppa text from description for
10170 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
10171 and -threads options.
10172
10173 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
10174 libc.a on libdld.sl when -static is specified and -nolibdld is not
10175 specified.
10176 * pa64-hpux.h (LIB_SPEC): Likewise.
10177 * pa-hpux11.h (LIB_SPEC): Likewise.
10178 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
10179 is not specified.
10180
10181 2003-04-11 Zack Weinberg <zack@codesourcery.com>
10182
10183 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
10184 not IDENTIFIER_LOCAL_VALUE.
10185
10186 2003-04-11 Richard Henderson <rth@redhat.com>
10187
10188 PR c/10201
10189 * expr.c (expand_expr): Move DECL_RTL frobbing ...
10190 * stor-layout.c (layout_decl): ... here.
10191
10192 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
10193
10194 * doc/invoke.texi: Eliminate extra white-space caused by
10195 @gccoptlist{ on its own line.
10196 * doc/invoke.texi: Ensured there are two spaces between each option.
10197 * doc/invoke.texi: Re-wrapped option lines that were too wide.
10198 Added @gol to options that didn't have them.
10199
10200 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
10201
10202 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
10203 gcov-iov.h.
10204
10205 Simplify interface to gcov reading and writing.
10206 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
10207 gcov_alloc, gcov_modified, gcov_errored): Move into ...
10208 (struct gcov_var gcov_var): ... this static structure.
10209 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
10210 Return void.
10211 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
10212 read object.
10213 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
10214 (gcov_reserve_length): Remove.
10215 (gcov_write_tag): New.
10216 (gcov_write_length): Adjust.
10217 (gcov_read_summary, gcov_write_summary): Adjust.
10218 (gcov_eof, gcov_ok): Rename to ...
10219 (gcov_is_eof, gcov_is_error): ... here. Return error code.
10220 (gcov_save_position, gcov_resync): Rename to ...
10221 (gcov_position, gcov_seek): ... here.
10222 (gcov_skip, gcov_skip_string): Remove.
10223 (gcov_error): Remove.
10224 (gcov_open, gcov_close): Adjust.
10225 * gcov.c (find_source): Take const char *, copy it on allocation.
10226 (read_graph_file): Adjust.
10227 (read_count_file): Adjust.
10228 * libgcov.c (gcov_exit): Adjust.
10229 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
10230 tag_arc_counts, tag_summary): Return void. Adjust.
10231 (struct tag_format): Adjust proc member.
10232 (dump_file): Adjust gcov calls.
10233
10234 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
10235
10236 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
10237 mkfixinc.sh.
10238 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
10239 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
10240 build != host sysrooted builds.
10241 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
10242 TARGET_SYSTEM_ROOT even on sysrooted natives.
10243 * configure: Rebuilt.
10244
10245 2003-04-10 Zack Weinberg <zack@codesourcery.com>
10246
10247 * c-decl.c (struct binding_level): Add shadowed_tags and
10248 function_body; remove this_block, tag_transparent, and
10249 subblocks_tag_transparent; update comments.
10250 (clear_binding_level, lookup_tag_reverse): Kill.
10251 (make_binding_level): Use ggc_alloc_cleared or memset.
10252 (lookup_tag): Remove struct binding_level* parameter. All
10253 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
10254 current_binding_level->tags if asked for thislevel_only or if
10255 we might have to diagnose "struct foo; union foo;"
10256 (pushlevel): Ignore argument. Do not push another binding
10257 level on the transition from the parameters to the top level
10258 of the function body; just tweak the flags and proceed.
10259 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
10260 a function body, separate the parameter list from the
10261 top-level local variables.
10262 (set_block): Do nothing.
10263 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
10264 shadowed_tags if necessary.
10265 (warn_if_shadowing): Nuke the special case for local shadowing
10266 parameter.
10267 (pushdecl): Do not create a shadow entry if we are replacing
10268 an older decl in the same binding level.
10269 (pushdecl_function_level): Tweak for new way of indicating
10270 function scope.
10271 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
10272 (start_function): Don't set subblocks_tag_transparent.
10273 (finish_function): Fix up the binding_level stack for totally
10274 empty functions. Otherwise, don't call poplevel.
10275
10276 * c-common.c (shadow_warning): MANDATORY argument is no longer
10277 necessary. Always use plain warning.
10278 * c-common.h: Update to match.
10279
10280 * cfglayout.c (scope_to_insns_initialize): Clear block when we
10281 hit the FUNCTION_DECL.
10282 * function.c: Do not create cyclic tree structure.
10283
10284 2003-04-10 Zack Weinberg <zack@codesourcery.com>
10285
10286 * c-tree.h (struct lang_identifier): Replace global_value,
10287 local_value members with symbol_value, tag_value. Kill
10288 implicit_decl and limbo_value.
10289 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
10290 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
10291 C_MISSING_PROTOTYPE_WARNED): Kill.
10292 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
10293 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
10294 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
10295 (implicit_decl_warning, lookup_name_current_level,
10296 record_function_scope_shadow): Don't prototype.
10297 (pushdecl_function_level): Prototype.
10298
10299 * c-decl.c (truly_local_externals): New variable.
10300 (struct binding_level): Adjust commentary.
10301 (get_function_binding_level, clear_limbo_values,
10302 record_function_scope_shadow): Kill.
10303 (lookup_name_current_level, implicit_decl_warning): Are now static.
10304 (any_external_decl, record_external_decl): New static functions.
10305 (clone_underlying type): Split out of pushdecl.
10306 (c_print_identifier): Update to match changes to struct
10307 lang_identifier.
10308 (poplevel): Delete #if 0 block. Make externals invisible
10309 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
10310 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
10311 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
10312 (duplicate-decls): For real parm decl after a forward decl,
10313 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
10314 foo(...) { } with only a warning. Say whether a previous
10315 declaration was implicit.
10316 (warn_if_shadowing): Now handles all shadowing, not just
10317 local-over-local. Clarify comments.
10318 (pushdecl): Rewritten. There is no longer a distinction
10319 between global and local symbol values; they're all
10320 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
10321 DECL_EXTERNAL decls, and use any_external_decl to check
10322 against previous externals. Kill #if 0 blocks. Don't
10323 tolerate error_mark_node being NULL.
10324 (pushdecl_top_level): Handle only those cases which
10325 Objective C (the only user) needs.
10326 (pushdecl_function_level): New function.
10327 (implicitly_declare): Create ordinary decls with
10328 C_DECL_IMPLICIT set. Recycle old decls, however they got
10329 created.
10330 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
10331 for C_DECL_INVISIBLE symbols.
10332 (lookup_name_current_level): Likewise. Use chain_member.
10333 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
10334 Use pushdecl_function_level.
10335 (builtin_function): Use C_DECL_INVISIBLE.
10336 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
10337 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
10338 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
10339 (identifier_global_value): Same. Must scan
10340 global_binding_level in extremis.
10341
10342 * c-typeck.c (undeclared_variable): New static function, split
10343 from build_external_ref.
10344 (build_external_ref): Use DECL_CONTEXT, not
10345 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
10346 an instance variable. Restructure for clarity.
10347 * objc/objc-act.c: Use identifier_global_value, not
10348 IDENTIFIER_GLOBAL_VALUE.
10349
10350 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
10351
10352 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
10353 not Working Paper.
10354 * doc/invoke.texi (C++ Dialect Options): Same.
10355
10356 2003-04-10 Zack Weinberg <zack@codesourcery.com>
10357
10358 * tree.c (tree_operand_check_failed): New function.
10359 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
10360 TREE_RTL_OPERAND_CHECK): New checking macros.
10361 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
10362 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
10363 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
10364 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
10365 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
10366 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
10367 checking macros.
10368
10369 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
10370
10371 PR inline-asm/8803
10372 * function.c (instantate_virtual_regs): Verify that all ASM statements
10373 match after the virutal regs instantiation.
10374
10375 2003-04-10 Steve Ellcey <sje@cup.hp.com>
10376
10377 * ia64-protos.h (addp4_optimize_ok): New.
10378 * ia64.c (addp4_optimize_ok): New.
10379 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
10380 (*ptr_extend_plus_2): Ditto.
10381
10382 2003-04-10 Steve Ellcey <sje@cup.hp.com>
10383
10384 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
10385 not with convert_memory_address.
10386 (store_constructor): Ditto, and same for copy_size_rtx.
10387 (expand_expr): Ditto.
10388
10389 2003-04-10 Douglas B Rupp <rupp@gnat.com>
10390
10391 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
10392
10393 2003-04-10 Bob Wilson <bob.wilson@acm.org>
10394
10395 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
10396 even if it is configured to be write-through.
10397
10398 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
10399
10400 * config/s390/s390.c (larl_operand): Do not allow symbols
10401 marked with '@'.
10402 (s390_encode_section_info): Mark symbols with forced 1-byte
10403 alignment with '@'.
10404 (s390_strip_name_encoding): Strip '@'.
10405 (legitimize_pic_address): Handle symbols that are not valid
10406 LARL operands in 64-bit mode.
10407
10408 2003-04-10 Andrew Haley <aph@redhat.com>
10409
10410 * tree-inline.c (inlinable_function_p): Disable inlining for
10411 synchronized methods.
10412
10413 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
10414
10415 * c-common.h (lang_statement_code_p): Remove declaration.
10416 (statement_code_p): Ditto.
10417 (c_common_stmt_codes): Define; list of c-common statement codes.
10418 (statement_code_p): New extern declaration.
10419 (STATEMENT_CODE_P): Define.
10420 (INIT_STATEMENT_CODES): Define.
10421 * c-common.c (statement_code_p): Kill the function, declare
10422 as an array of bools instead.
10423 (lang_statement_code_p): Remove.
10424 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
10425 (c_safe_from_p): Ditto.
10426 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
10427 to initialize the statement_code_p array.
10428 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
10429 statement_code_p.
10430 (copy_tree_r): Ditto.
10431 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
10432 statement tree codes.
10433 * cp/lex.c (cxx_init): Add missing print line break. Use
10434 INIT_STATEMENT_CODES to initialize the statement_code_p array.
10435 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
10436 instead of statement_code_p.
10437 * cp/pt.c (tsubst_expr): Ditto.
10438 * cp/tree.c (verify_stmt_tree_r): Ditto.
10439 (cp_statement_code_p): Remove.
10440 (init_tree): Don't set lang_statement_code_p, it's gone.
10441
10442 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10443 Zack Weinberg <zack@codesourcery.com>
10444
10445 * regrename.c (struct du_chain): Use a bitfield for reg_class.
10446 * cse.c (struct qty_table_elem, struct table_elt, struct set):
10447 Use bitfields for fields holding enum rtx_code or
10448 enum machine_mode values. Add comments explaining size choices.
10449
10450 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
10451
10452 * config/fp-bit.c (unpack_d): Handle pair of doubles with
10453 different signs correctly.
10454
10455 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
10456
10457 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
10458 (reg_pending_barrier): Make it of the enumeration type.
10459 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
10460 TRUE_BARRIER.
10461 (sched_analyze): Ditto.
10462 (sched_analyze_insn): Ditto. Use anti-dependencies for
10463 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
10464 (init_deps_global): Initialize the barrier as NO_BARRIER.
10465
10466 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
10467
10468 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
10469 Check that asm insn starts on a new cycle. Add nops after asm
10470 insn to end bundle.
10471 (bundling): Move insn type evaluation from the loop. Call
10472 issue_nops_and_insn with the new parameter. Ignore changing
10473 position for nops after asm insn.
10474
10475 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
10476
10477 * optabs.c: Comment that gen_add2_insn and others may actually
10478 return emitted insns, if the gen functions turn out to return
10479 emitted insns.
10480 * reload1.c (reload_cse_move2add): Cope with emitted insns from
10481 gen_add2_insn.
10482
10483 2003-04-09 Richard Henderson <rth@redhat.com>
10484
10485 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
10486 but not tls_symbolic_operand.
10487 (ia64_expand_load_address): Remove scratch operand.
10488 (ia64_expand_tls_address): Split out from ia64_expand_move.
10489 (ia64_expand_move): Split symbolics only after reload.
10490 (ia64_emit_cond_move): New.
10491 * config/ia64/ia64-protos.h: Update.
10492 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
10493 (symbolic splitter): Accept SImode operands too.
10494 (cmove splitter): Use ia64_emit_cond_move.
10495
10496 2003-04-09 Nick Clifton <nickc@redhat.com>
10497
10498 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
10499 newer.
10500 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
10501 instead of -mno-fpu.
10502 * config/arm/semi.h (ASM_SPEC): Likewise.
10503 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
10504 but only if -msoft-float is specified pass. Otherwise pass
10505 -mfpu=softvfp.
10506
10507 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10508
10509 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
10510 free_EXPR_LIST_node.
10511
10512 2003-04-08 Roger Sayle <roger@eyesopen.com>
10513
10514 * fold-const.c (fold): Use "fold" following build in more places.
10515 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
10516 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
10517
10518 2003-04-08 Roger Sayle <roger@eyesopen.com>
10519
10520 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
10521 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
10522 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
10523 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
10524 Delete function scope "fcode" variable to avoid shadowing.
10525
10526 2003-04-08 Kevin Buettner <kevinb@redhat.com>
10527
10528 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
10529 Take into account DWARF_INITIAL_LENGTH_SIZE.
10530
10531 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
10532
10533 * reorg.c (fill_slots_from_thread): When considering changing the
10534 insn following a reg-to-reg copy insn to use the source reg of the
10535 copy, bail out if there's overlap between the registers.
10536
10537 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10538
10539 * function.c (postponed_insns): New.
10540 (purge_addressof_1): Postpone processing of insns if addressofs
10541 are not put into stack.
10542 (purge_addressof): Process postponed insns.
10543
10544 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
10545
10546 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
10547 this is FP_MODE_DOUBLE .
10548 * sh.c (ra.h): #include.
10549 (push_regs): Add second parameter. Changed all callers.
10550 If necessary, set fpscr before saving floating point registers.
10551 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
10552 do saves / restores with SZ == 1.
10553 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
10554 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
10555 registers are being restored, restore FPSCR only after restoring them.
10556
10557 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
10558
10559 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
10560 regardless of architecture.
10561 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
10562
10563 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
10564
10565 * sh.c (push_regs, calc_live_regs): Return int. Take single
10566 HARD_REG_SET * parameter. Changed all callers.
10567
10568 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
10569
10570 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
10571 GOTOFF operand.
10572 (legitimize_pic_address): Move plus outside the unspec.
10573 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
10574 for validity.
10575
10576 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
10577
10578 * gcov-io.h (gcov_save_position): Remove __inline__ from
10579 declaration.
10580
10581 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
10582
10583 * doc/install.texi: Use @command and @samp for single- and
10584 multi-word commands respectively.
10585 * doc/makefile.texi: Likewise.
10586 * doc/sourcebuild.texi: Likewise.
10587
10588 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
10589 Richard Henderson <rth@redhat.com>
10590
10591 PR c/9516
10592 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
10593 favor of looping and tail recursion for TREE_LIST and binops.
10594
10595 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10596
10597 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
10598 for insns without luid.
10599
10600 2003-04-07 Glen Nakamura <glen@imodulo.com>
10601
10602 PR opt/8634
10603 * explow.c (maybe_set_unchanging): Don't flag non-static const
10604 aggregate type initializers with RTX_UNCHANGING_P.
10605
10606 2003-04-07 Richard Henderson <rth@redhat.com>
10607
10608 PR opt/8634
10609 * function.c (purge_addressof_1): Don't try arithmetics for
10610 unchanging memories.
10611
10612 2003-04-07 Janis Johnson <janis187@us.ibm.com>
10613
10614 * doc/sourcebuild.texi (Test Suites): Document testing support for
10615 gcov and profile-directed optimizations; describe gcc.misc-tests.
10616
10617 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
10618
10619 PR target/10077
10620 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
10621
10622 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
10623
10624 * doc/rtl.texi (Comparison operations): Update to
10625 record the allowed comparison modes.
10626
10627 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
10628
10629 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
10630 V2SI_type_node to opaque_V2SI_type_node. Rename all
10631 V2SF_type_node to opaque_V2SF_type_node.
10632 (rs6000_init_builtins): Define opaque_V2SI_type_node and
10633 opaque_V2SF_type_node.
10634 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
10635 opaque_V2SF_type_node are opaque types.
10636
10637 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
10638
10639 * gcse.c (replace_store_insn): Use single_set.
10640
10641 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
10642
10643 Change gcov file interface to single file at a time.
10644 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
10645 Convert to C89 prototypes.
10646 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
10647 gcov_error, gcov_modified): New static variables.
10648 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
10649 functions.
10650 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
10651 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
10652 (gcov_read_summary, gcov_write_summary): Adjust.
10653 (gcov_save_position, gcov_reserve_length, gcov_write_length):
10654 Adjust.
10655 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
10656 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
10657 (da_file_position, da_file_seek, da_file_write, da_file_read):
10658 Remove.
10659 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
10660 * gcov.c (gcov_type): Don't typedef here.
10661 (IN_GCOV): #define
10662 (read_graph_file, read_count_file): Adjust.
10663 * gcov-dump.c (gcov_type): Don't typedef here.
10664 (IN_GCOV): #define.
10665 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
10666 Remove FILE parameter, adjust.
10667 (struct tag_format): Adjust proc member.
10668 (dump_file): Adjust.
10669 * libgcov.c (IN_LIBGCOV): #define.
10670 (gcov_exit): Adjust.
10671 * loop-init.c: Don't #include gcov-io.h
10672 * profile.c (struct counts_entry): New structure to hold counter
10673 values.
10674 (struct section_reference, struct da_index_entry): Remove.
10675 (bbg_file, da_file): Remove.
10676 (htab_counts_index_hash, htab_counts_index_eq,
10677 htab_counts_index_del): Replace with ...
10678 (htab_counts_entry_hash, htab_counts_entry_eq,
10679 htab_counts_entry_del): ... these.
10680 (cleanup_counts_index, index_counts_file): Remove.
10681 (read_counts_file): New function.
10682 (get_exec_counts): Adjust.
10683 (compute_branch_probabilities): Don't free the exec counts here.
10684 (branch_prob): Adjust.
10685 (init_branch_prob): Adjust.
10686 (end_branch_prob): Adjust.
10687
10688 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
10689
10690 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
10691 -mfloat-gprs.
10692
10693 * config/rs6000/rs6000.c: Delete rs6000_fprs.
10694 Declare rs6000_float_gprs.
10695 Declare rs6000_float_gprs_string.
10696 (rs6000_parse_float_gprs_option): New.
10697 (rs6000_override_options): Genericize rs6000_parse_* calls to use
10698 rs6000_parse_yes_no_option.
10699 Change check for cpu=8540, to use TARGET_E500.
10700 (rs6000_parse_isel_option): Delete.
10701 (rs6000_parse_spe_option): Delete.
10702 (rs6000_parse_vrsave_option): Delete.
10703
10704 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
10705 Define rs6000_float_gprs_string.
10706 (TARGET_OPTIONS): Add rs6000_float_gprs option.
10707
10708 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
10709
10710 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
10711
10712 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
10713
10714 PR opt/10024
10715 * cfglayout.c (cfg_layout_redirect_edge):
10716 Redirect any branch edges unified with the fallthru one.
10717 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
10718 case fallthru edges when called via cfglayout.c
10719
10720 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
10721
10722 * c-typeck.c (output_init_element): Check for type == error_mark_node.
10723
10724 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
10725
10726 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
10727 split.
10728 (a splitter): Do zero-extension via HImode.
10729
10730 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
10731
10732 * doc/invoke.texi: Eliminate extra white-space caused by
10733 @gccoptlist{ on its own line.
10734 * doc/invoke.texi: Ensured there are two spaces between each option.
10735 * doc/invoke.texi: Re-wrapped option lines that were too wide.
10736 Added @gol to options that didn't have them.
10737
10738 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
10739
10740 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
10741
10742 2003-04-06 Zack Weinberg <zack@codesourcery.com>
10743
10744 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
10745 at the sizes of the relevant structures, rather than relying
10746 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
10747 sizes of any such we don't know about. Use
10748 lang_hooks.identifier_size for IDENTIFIER_NODE.
10749
10750 (initializer_zerop): Use CONSTRUCTOR_ELTS.
10751 * tree.def: Update commentary. Make fourth element of
10752 the definition for all 'c' and 'x' nodes zero.
10753
10754 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
10755 * langhooks-def.h: Update to match.
10756 * langhooks.c: New default, lhd_tree_size.
10757
10758 * c-common.def (SRCLOC): Kill.
10759 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
10760 Remove entirely - was already #if-ed out.
10761
10762
10763 2003-04-06 Zack Weinberg <zack@codesourcery.com>
10764
10765 * mklibgcc.in: Use a here document to avoid running afoul of
10766 shells that generate control-A from "echo \1".
10767
10768 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
10769
10770 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
10771 option.
10772
10773 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
10774 rs6000_spe.
10775
10776 * config/rs6000/eabi.h (TARGET_E500): Define.
10777
10778 * config/rs6000/rs6000.h (TARGET_E500): Define.
10779 (TARGET_OPTIONS): Add spe= option.
10780 Declare rs6000_spe and rs6000_spe_string extern.
10781
10782 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
10783 Change TARGET_SPE to TARGET_E500.
10784 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
10785 !TARGET_FPRS.
10786 (print_operand): Same.
10787 (rs6000_generate_compare): Same.
10788 (output_cbranch): Same.
10789 (rs6000_spe): Declare.
10790 (rs6000_spe_string): Declare.
10791 (rs6000_override_options): Call rs6000_parse_spe_option.
10792 (rs6000_parse_spe_option): New.
10793
10794 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
10795
10796 * hashtable.c (gcc_obstack_init): Delete this function
10797 and everything related to it.
10798 * hashtable.h: Remove prototype.
10799 * bitmap.c (bitmap_element_allocate): Cleanup redundant
10800 defines. Cleanup some unnecessary whitespace.
10801 * defaults.h (obstack_chunk_alloc): Redefine with
10802 appropriate casts for libiberty obstacks.
10803 (obstack_chunk_free): Ditto.
10804 (OBSTACK_CHUNK_SIZE): Define, default to 0.
10805 (gcc_obstack_init): Define as a call to _obstack_begin.
10806 * tree.c (print_obstack_statistics): Delete this unused
10807 function.
10808 * tree.h (obstack): Don't forward-declare.
10809 (print_obstack_statistics): Delete prototype.
10810 (print_obstack_name): Ditto.
10811 (gcc_obstack_init): Ditto.
10812 * rtl.h (gcc_obstack_init): Ditto.
10813 * java/jv-scan.c (gcc_obstack_init): Delete this
10814 function, its prototype and related defines.
10815 * java/jvgenmain.c (gcc_obstack_init): Delete this
10816 function, and related defines.
10817 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
10818 (obstack_chunk_free): Ditto
10819
10820 2003-04-06 Geoffrey Keating <geoffk@apple.com>
10821
10822 * dbxout.c (dbxout_handle_pch): Move prototype out from
10823 #if defined DBX_DEBUGGING_INFO.
10824
10825 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
10826
10827 * gcov.c (struct arc_info): Replace local_span with cycle.
10828 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
10829 (solve_flow_graph): Set is_call_return.
10830 (add_line_counts): Adjust. In block mode, blocks attach to last line.
10831 (accumulate_line_counts): Find graph cycles, not spanning tree.
10832 (output_branch_count): Adjust.
10833 (output_lines): Adjust.
10834 * doc/gcov.texi: Update.
10835
10836 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
10837
10838 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
10839 the second alternative to "#".
10840
10841 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
10842
10843 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
10844 (single_zero_operand): Likewise.
10845
10846 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
10847
10848 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
10849 * df.c: Include alloc-pool.h, not obstack.h.
10850 (df_ref_obstack): Remove.
10851 (df_ref_pool, df_link_pool): Add pools.
10852 (df_alloc): Init the new pools.
10853 (df_free): And free them.
10854 (df_link_create): Use the pools.
10855 (df_ref_create): Ditto.
10856
10857 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
10858
10859 * simplify-rtx.c: Fix formatting.
10860
10861 2003-04-05 Andrew Pinski <apinski@apple.com>
10862
10863 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
10864 reg with reg1 == reg2 and offset1 = -8.
10865
10866 2003-04-05 David Edelsohn <edelsohn@gnu.org>
10867
10868 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
10869 multiply costs. Correct Power4 divide costs.
10870 * config/rs6000/power4.md: Restore multiply and FP latency.
10871
10872 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10873
10874 * alias.c (find_base_term): Export.
10875 * rtl.h (find_base_term): Declare.
10876 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
10877 instead of flag_exceptions. Move test for parameter passing ...
10878 (store_killed_in_insn): ... here.
10879
10880 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10881
10882 PR bootstrap/10267
10883 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
10884 for configuring.
10885
10886 2003-04-04 Geoffrey Keating <geoffk@apple.com>
10887
10888 * dbxout.c (scope_labelno): Add GTY.
10889 (have_used_extensions): Add GTY.
10890 (source_label_number): Add GTY.
10891 (lastfile): Add GTY.
10892 (lastfile_is_base): New.
10893 (base_input_file): New.
10894 (dbxout_handle_pch): New.
10895 (dbx_debug_hooks): Add handle_pch.
10896 (xcoff_debug_hooks): Likewise.
10897 (dbxout_function_end): Remove scope_labelno.
10898 (dbxout_init): Set base_input_file.
10899 (dbxout_handle_pch): New.
10900 (dbxout_source_file): Honour lastfile_is_base.
10901 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
10902 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
10903 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
10904 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
10905 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
10906 * debug.h (struct gcc_debug_hooks): Add handle_pch.
10907 * c-pch.c (pch_init): Don't call start_source_file, but do call
10908 handle_pch.
10909 (c_common_write_pch): Call handle_pch.
10910 (c_common_read_pch): Don't call start_source_file,
10911 or end_source_file.
10912
10913 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
10914
10915 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
10916 use of default attributes to agree MEM_ALIGN macro.
10917
10918 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
10919
10920 * dbxout.c (dbxout_type): When printing type index of range type
10921 whose bounds are printed in octal format, print type of parent type if
10922 it exists so enumerated type descriptions are not transformed
10923 into unsigned types.
10924
10925 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
10926
10927 * config/h8300/h8300-protos.h: Add a prototype for
10928 compute_a_shift_cc.
10929 * config/h8300/h8300.c (shift_one): Update the CC status.
10930 (shift_two): Likewise.
10931 (output_a_shift_cc): Set cc_inline and cc_special.
10932 (compute_a_shift_cc): New.
10933 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
10934
10935 2003-04-04 Richard Henderson <rth@redhat.com>
10936
10937 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
10938
10939 2003-04-04 Loren James Rittle <ljrittle@acm.org>
10940
10941 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
10942 * fixinc/fixincl.x: Rebuilt.
10943 * fixinc/tests/base/stdio.h: Regenerated.
10944
10945 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
10946
10947 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
10948
10949 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
10950
10951 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
10952 (NORMAL_MODE).
10953 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
10954
10955 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10956
10957 * doc/contrib.texi (Contributors): Add entries for Wolfgang
10958 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
10959 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
10960 Danny Smith, and Ulrich Weigand.
10961 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
10962 entry.
10963
10964 2003-04-04 Nick Clifton <nickc@redhat.com>
10965
10966 * config/sparc/sol2-bi.h: Revert previous delta.
10967 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
10968
10969 2003-04-04 Nick Clifton <nickc@redhat.com>
10970
10971 * config/v850/v850.c (expand_prologue): Only use register save
10972 helper functions if long calls are not being used.
10973 Add a clobber of r11 id using long calls.
10974 (pattern_is_ok_for_prologue): Account for the extra clobber.
10975 (construct_save_jarl): Likewise.
10976 * config/v850/v850.md (prolog pattern): Do not use this pattern
10977 for v850e's.
10978
10979 2003-04-04 Andreas Schwab <schwab@suse.de>
10980
10981 * stor-layout.c (layout_decl): Avoid syntax error in last change
10982 when PCC_BITFIELD_TYPE_MATTERS is defined but not
10983 EMPTY_FIELD_BOUNDARY.
10984
10985 2003-04-03 Jason Merrill <jason@redhat.com>
10986
10987 PR c/10175
10988 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
10989 Look backwards for a line note.
10990
10991 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
10992
10993 * fix-header.c (read_scan_file): Defer switch processing.
10994
10995 2003-04-03 Matt Austern <austern@apple.com>
10996
10997 * cpppch.c (reset_ht): Remove.
10998 (cpp_read_state): Remove loop to reset hashtable identifiers.
10999 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
11000 after pch file is written.
11001 * ggc.h (gt_pch_fixup_stringpool): Declare.
11002 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
11003 hashnode's value to another hashtable, then clear the original.
11004 (saved_ident_hash): Define.
11005 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
11006 store definitions in ident_hash, and clear ident_hash.
11007 (gt_pch_fixup_stringpool): Define. Restore definitions from
11008 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
11009
11010 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
11011
11012 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
11013
11014 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
11015
11016 PR optimization/10157
11017 * gcse.c (can_copy_p): Rename it to can_copy.
11018 (can_copy_init_p): Remove.
11019 (compute_can_copy): Use can_copy instead of can_copy_p.
11020 (can_copy_p): New exported function. Call compute_can_copy.
11021 (hash_scan_set): Use it.
11022 (gcse_main): Don't call compute_can_copy.
11023 (bypass_jumps): Don't call compute_can_copy.
11024 * rtl.h (can_copy_p): Declare.
11025 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
11026 copy if the mode doesn't support copy operations.
11027
11028 2003-04-03 Jason Merrill <jason@redhat.com>
11029
11030 * Makefile.in (unstrap): Also remove stage_last.
11031
11032 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
11033 (dwarf2out_source_line): Don't do anything if line==0.
11034
11035 * stor-layout.c (do_type_align): New fn, split out from...
11036 (layout_decl): ...here. Do all alignment calculations for
11037 FIELD_DECLs here.
11038 (update_alignment_for_field): Not here.
11039 (start_record_layout, debug_rli): Remove unpadded_align.
11040 * tree.h (struct record_layout_info_s): Remove unpadded_align.
11041 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
11042 or DECL_MODE on the CONST_DECLs.
11043 (finish_struct): Don't mess with DECL_ALIGN.
11044
11045 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
11046
11047 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
11048
11049 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
11050
11051 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
11052 function is an interrupt handler.
11053
11054 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
11055 restoring target registers with EH_RETURN_STACKADJ_RTX; use
11056 multiple registers in round-robin fashion.
11057
11058 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11059
11060 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
11061 * system.h (CHAR_BITFIELD): New.
11062
11063 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
11064
11065 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
11066 and LE.
11067 (another peephole2): Likewise.
11068
11069 2003-04-03 Nick Clifton <nickc@redhat.com>
11070
11071 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
11072 (DEF_ARCH64_SPEC): Likewise.
11073
11074 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
11075
11076 * i386.c (constant_address_p): Use legitimate_constant_p.
11077 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
11078
11079 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
11080
11081 * config/h8300/h8300-protos.h: Add a prototype for
11082 gtle_operator.
11083 * config/h8300/h8300.c (gtle_operator): New.
11084 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
11085 gtle_operator.
11086 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
11087 and LE.
11088
11089 2003-04-02 Richard Henderson <rth@redhat.com>
11090
11091 * libgcc-std.ver (_Unwind_GetCFA): New.
11092 * unwind-dw2.c (_Unwind_GetCFA): New.
11093 * unwind-libunwind.c (_Unwind_GetCFA): New.
11094 * unwind-sjlj.c (_Unwind_GetCFA): New.
11095 * unwind.h: Declare it.
11096
11097 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
11098
11099 PR inline-asm/8088
11100 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
11101 when MMX/SSE is not available.
11102
11103 2003-04-02 Mike Stump <mrs@apple.com>
11104
11105 * doc/install.texi (Specific): Update pointers to apple.com.
11106
11107 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
11108
11109 * i386.c (override_options): Disable red zone by default on i386.
11110 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
11111 Do not test TARGET_64BIT together with TARGET_RED_ZONE
11112
11113 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
11114
11115 * config/h8300/h8300.md (a peephole2): Tighten the condition.
11116
11117 2003-04-02 Richard Henderson <rth@redhat.com>
11118
11119 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
11120
11121 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
11122
11123 * config/h8300/h8300.md (a peephole2): New.
11124
11125 2003-04-02 Richard Henderson <rth@redhat.com>
11126
11127 * except.c (sjlj_find_directly_reachable_regions): Recognize when
11128 must-not-throw region has been deleted.
11129
11130 2003-04-02 Richard Henderson <rth@redhat.com>
11131
11132 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
11133 optimization when flag_exceptions not enabled.
11134
11135 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
11136
11137 * config/rs6000/rs6000.c
11138 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
11139 macros.
11140 (rs6000_issue_rate): Add case for 8540.
11141 (rs6000_use_sched_lookahead): New function.
11142
11143 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
11144 units into MU ones.
11145 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
11146 reservation before retirement.
11147 (ppc8540_multiply, ppc8540_load, ppc8540_store,
11148 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
11149 Remove additional cycle in the reservation before retirement.
11150 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
11151 reservation of ppc8540_issue.
11152
11153 2003-04-02 Andreas Schwab <schwab@suse.de>
11154
11155 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
11156
11157 2003-04-01 Richard Henderson <rth@redhat.com>
11158
11159 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
11160 notes for nothrow calls if flag_forced_unwind_exceptions.
11161 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
11162 (sjlj_find_directly_reachable_regions): Likewise.
11163 (reachable_handlers): Likewise.
11164 (can_throw_external): Likewise.
11165 (collect_one_action_chain): Record cleanups after catch-all and
11166 must-not-throw if flag_forced_unwind_exceptions.
11167 * flags.h (flag_forced_unwind_exceptions): Declare.
11168 * toplev.c (flag_forced_unwind_exceptions): New.
11169 (lang_independent_options): Add it.
11170 * doc/invoke.text: Add it.
11171
11172 2003-04-01 David Mosberger <davidm@hpl.hp.com>
11173
11174 * config/ia64/crti.asm: Clean up trailing whitespace.
11175 Remove trailing hashes (#) from identifiers.
11176
11177 * config/ia64/crtn.asm: Ditto.
11178
11179 * config/ia64/crtend.asm: Remove trailing hashes (#) from
11180 identifiers.
11181 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
11182 directives. Drop explicit bundling---it just makes the code
11183 harder to read. Don't save/restore gp needlessly.
11184
11185 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
11186 identifiers (they're only needed if the identifier would clash
11187 with a register name otherwise).
11188 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
11189 directives. Drop explicit bundling---it just makes the code
11190 harder to read.
11191 (__do_jv_register_classes): Ditto.
11192 (.fini_array): Remove "progbits" (newer
11193 assemblers don't like wrong section-types).
11194 (.init_array): Ditto.
11195
11196 2003-04-01 Roger Sayle <roger@eyesopen.com>
11197
11198 PR fortran/9974
11199 * gcse.c (reg_killed_on_edge): New function to test whether the
11200 given reg is overwritten by any instruction queued on an edge.
11201 (bypass_block): Ignore substitutions killed on incoming edges.
11202 Don't bypass outgoing edges that have queued instructions.
11203
11204 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
11205
11206 * real.h (EXP_BITS): Make room for...
11207 (struct real_value): ... added canonical bit.
11208 (struct real_format): Added pnan.
11209 (mips_single_format, mips_double_format, mips_extended_format,
11210 mips_quad_format): New.
11211 * real.c: Copy p to pnan in all formats.
11212 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
11213 (real_nan): Use pnan to compute significand's shift.
11214 (real_identical): Disregard significand in canonical
11215 NaNs.
11216 (real_hash): Likewise. Take signalling into account.
11217 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
11218 Disregard significand bits in canonical NaNs. Set all bits of
11219 canonical NaN if !qnan_msb_set.
11220 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
11221 qnan_msb_set to tell the base double format.
11222 (ibm_extended_format): Use 53 as pnan.
11223 (mips_single_format, mips_double_format, mips_extended_format,
11224 mips_quad_format): Copied from the corresponding ieee/ibm
11225 formats, with qnan_msb_set false.
11226 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
11227 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
11228 * config/mips/mips.c (override_options): Use mips_single_format
11229 and mips_double_format. Default TFmode to mips_quad_format.
11230 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
11231 * config/mips/t-irix6: Likewise.
11232 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
11233 * config/fp-bit.c (pack_d, unpack_d): Obey it.
11234
11235 2003-04-01 Geoffrey Keating <geoffk@apple.com>
11236
11237 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
11238 (live_image_destructor): Reset image to initial state.
11239 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
11240
11241 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
11242
11243 * config/sparc/sparc.c (input_operand): Accept bare
11244 CONSTANT_P_RTX operands.
11245
11246 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11247
11248 * gcse.c (struct ls_expr): Added pattern_regs field.
11249 (ldst_entry): Initialize it.
11250 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
11251 (store_ops_ok): Use regs precomputed by them.
11252 (find_loads, store_killed_in_insn, load_kills_store): Change return
11253 type to bool.
11254 (store_killed_before, store_killed_after): Take position of register
11255 set in account.
11256 (reg_set_info): Store position of the setter.
11257 (gcse_main): Enable store motion.
11258 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
11259 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
11260 sharing.
11261 (simple_mem): Enable store motion of non-symbol mems.
11262 (regvec): Type changed.
11263 (LAST_AVAIL_CHECK_FAILURE): New.
11264 (compute_store_table_current_insn): New.
11265 (build_store_vectors): Computation of availability and anticipatability
11266 moved ...
11267 (compute_store_table, find_moveable_store): ... here.
11268 (delete_store): Remove senseless comment.
11269 (store_motion): Reorganize.
11270
11271 2003-04-01 Kevin Buettner <kevinb@redhat.com>
11272
11273 * config/mips/mips.c (override_options): Provide mappings for
11274 HI_REGNUM and LO_REGNUM.
11275 * config/mips/mips.h (MD_DBX_FIRST): Define.
11276
11277 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11278
11279 * combine.c (merge_outer_ops): Fix typo.
11280
11281 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
11282
11283 2003-04-01 David Edelsohn <edelsohn@gnu.org>
11284
11285 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
11286 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
11287 imul_compare. Add lmul_compare.
11288 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
11289 in second pair of dispatch slots. Model stores more accurately.
11290 Tweak multiply model. Add bypasses for CR instructions dependent
11291 on complicated compares.
11292 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
11293 (muldi3): Add lmul_compare patterns.
11294 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
11295 and FPSTORE_UX to split instructions and add COMPARE,
11296 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
11297 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
11298 (rs6000_rtx_costs): Separate POWER4 multiply case.
11299
11300 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
11301
11302 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
11303 Do nothing if __builtin_return_address was not used.
11304
11305 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
11306
11307 * i386.md (test patterns): Allow memory operand in operand1.
11308
11309 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
11310
11311 * testsuite/gcc.c-torture/execute/simd-3.c: New.
11312
11313 * expr.c (expand_expr): Handle VECTOR_CST.
11314 (const_vector_from_tree): New.
11315
11316 * varasm.c (output_constant): Handle VECTOR_CST.
11317
11318 * c-typeck.c (digest_init): Build a vector constant from a
11319 VECTOR_TYPE.
11320
11321 * config/rs6000/rs6000.c: Remove prototype for
11322 easy_vector_constant.
11323 (easy_vector_constant): Add mode parameter. Rewrite to handle
11324 more easy constants.
11325 (rs6000_emit_move): Pass mode to easy_vector_constant.
11326 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
11327 (emit_easy_vector_insn): New.
11328 (easy_vector_same): New.
11329 (EASY_VECTOR_15): New macro.
11330 (EASY_VECTOR_15_ADD_SELF): New macro.
11331 (bdesc_2arg): Rename to xorv2si3.
11332 (easy_vector_constant_add_self): New.
11333 (input_operand): Allow vector constants.
11334
11335 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
11336 easy_vector_constant, easy_vector_constant_add_self.
11337 (EXTRA_CONSTRAINT): Add 'W'.
11338
11339 * config/rs6000/rs6000-protos.h: Add prototype for
11340 easy_vector_constant, emit_easy_vector_insn.
11341
11342 * config/rs6000/altivec.md (xorv8hi3): New.
11343 (xorv16qi3): New.
11344 Remove all _const0 patterns.
11345 (movv4si_internal): Rewrite to use code. Add vector constant to
11346 vector alternative. Add splitter.
11347 (movv8hi_internal): Same.
11348 (movv16qi_internal): Same.
11349 (movv4sf_internal): Same.
11350 Change the unspecs for vspltis* to use constants.
11351
11352 * config/rs6000/spe.md ("xorv4hi3"): New.
11353 ("spe_evxor"): Rename to xorv2si3.
11354 ("xorv1di3"): New.
11355 Remove all _const0 patterns.
11356 (movv2si_internal): Rewrite to use code. Add vector constant to
11357 alternatives. Add splitter.
11358 (movv4hi_internal): Add vector constant to alternatives.
11359 (movv1di_internal): Same.
11360 (movv2sf_internal): Same.
11361
11362 2003-03-31 Mark Mitchell <mark@codesourcery.com>
11363
11364 PR c/9936
11365 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
11366 variably-sized arrays in parameters.
11367 (set_save_expr_context): New function.
11368 (c_expand_body): Use it, via walk_tree.
11369
11370 2003-03-31 Eric Christopher <echristo@redhat.com>
11371
11372 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
11373 (combinable_i3pat): Remove call to expand_field_assignment and
11374 #if 0'd code.
11375
11376 2003-03-31 Mark Mitchell <mark@codesourcery.com>
11377
11378 PR c++/10278
11379 * c-common.c (finish_label_address_expr): Handle the
11380 error_mark_node.
11381
11382 2003-03-31 Richard Henderson <rth@redhat.com>
11383
11384 * real.c (real_identical): Reorg so as to not compare
11385 signalling for normals.
11386
11387 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
11388
11389 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
11390
11391 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
11392
11393 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
11394 notes as they are boggus.
11395 (m68hc11_gen_movqi): Likewise.
11396
11397 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
11398
11399 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
11400 save the soft registers after the frame pointer so that gdb can unwind
11401 the frame more easily.
11402 (expand_epilogue): Likewise in opposite order; allow to use X register
11403 as scratch if the return value is by reference.
11404
11405 2003-03-31 Jason Merrill <jason@redhat.com>
11406
11407 PR java/10145
11408 * stor-layout.c (update_alignment_for_field): Respect
11409 DECL_USER_ALIGN for zero-length bitfields, too.
11410 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
11411 fields.
11412
11413 2003-03-31 Matt Austern <austern@apple.com>
11414
11415 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
11416 (count_defs): Keep track of number of defs as well as total size.
11417 (write_defs): Put every definition in cpp_savedstate's defs array.
11418 (comp_hashnode): Define. Comparison function for qsort.
11419 (cpp_write_pch_deps): Sort definitions before writing them.
11420 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
11421 (collect_ht_nodes): Define.
11422 (cpp_valid_state): When verifying that undefined identifiers in
11423 the pch file are still undefined, read a sorted list of undefined
11424 identifiers, collect all defined identifiers into a sorted list,
11425 and walk through both lists to make sure there's no match.
11426
11427 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
11428
11429 * config/h8300/h8300.md (a peephole2): New.
11430
11431 2003-03-31 Michael Matz <matz@suse.de>
11432
11433 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
11434
11435 2003-03-31 Segher Boessenkool <segher@koffie.nl>
11436
11437 PR target/10177
11438 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
11439 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
11440 all call-clobbered registers as used.
11441
11442 2003-03-31 Michael Matz <matz@suse.de>
11443
11444 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
11445 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
11446
11447 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
11448
11449 * gcov.c: Add -a & -u options.
11450 (struct arc_info): Add local_span, is_call_non_return,
11451 is_nonlocal_return, is_unconditional flags, remove is_call flag.
11452 (struct block_info): Add flags, is_call_site, is_nonlocal_return
11453 members. Make encodings a union with span member.
11454 (struct function_info): Add blocks_executed, line, src, line_next
11455 members.
11456 (struct coverage_info): Make branches a union with blocks member.
11457 (struct source_info): Add functions member.
11458 (object_summary, program_count): New global variables.
11459 (flag_all_blocks, flag_unconditional): New flags.
11460 (find_source, output_branch_count): New functions.
11461 (print_usage): Adjust.
11462 (options): Adjust.
11463 (process_args): Adjust.
11464 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
11465 <GCOV_TAG_BLOCKS>: Read flags.
11466 <GCOV_TAG_LINES>: Adjust.
11467 (read_count_file): Process SUMMARY tags.
11468 (solve_flow_graph): Set is_unconditional and clear is_call_site
11469 appropriately.
11470 (add_branch_counts): Adjust. Don't count unconditional branches.
11471 (add_line_counts): Deal with all-blocks mode, accumulate block
11472 coverage.
11473 (accumulate_line_counts): Adjust, generate local spanning tree for
11474 all-blocks mode.
11475 (output_lines): Adjust.
11476 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
11477 * doc/gcov.texi: Document.
11478
11479 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
11480
11481 * config/h8300/h8300.md: Organize peephole2's that transform
11482 (compare (reg:HI) (const_int)).
11483
11484 2003-03-31 Roger Sayle <roger@eyesopen.com>
11485
11486 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
11487 (init_emit_once): Initialize dconstm2 and dconsthalf here.
11488 * real.h (dconstm2, dconsthalf): Add prototypes here.
11489 * real.c (real_sqrt): Use dconsthalf rather than local copy.
11490 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
11491 exp(x/2.0) remember to fold the division if possible.
11492 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
11493 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
11494 1.0/(x*x) and pow(x,0.5) as sqrt(x).
11495
11496 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
11497
11498 * config/h8300/h8300.md (a new peephole2): New.
11499
11500 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
11501
11502 * gcse.c (simple_mem): Return false for floating-point accesses
11503 if flag_float_store is true.
11504
11505 2003-03-30 Roger Sayle <roger@eyesopen.com>
11506
11507 * gcse.c (gcse_constant_p): New function to identify constants
11508 suitable for constant propagation, including COMPARE with two
11509 integer constant arguments.
11510 (hash_scan_set): Use gcse_constant_p.
11511 (find_avail_set): Likewise.
11512 (cprop_insn): Likewise.
11513 (do_local_cprop): Likewise.
11514 (find_implicit_sets): Likewise.
11515 (find_bypass_set): Likewise.
11516
11517 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
11518
11519 * except.h: Remove definition of varray_type.
11520
11521 2003-03-30 Richard Henderson <rth@redhat.com>
11522
11523 PR opt/10011, opt/10252:
11524 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
11525 before post-gcse cse pass.
11526
11527 2003-03-30 Roger Sayle <roger@eyesopen.com>
11528
11529 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
11530
11531 2003-03-30 DJ Delorie <dj@redhat.com>
11532
11533 * profile.c (instrument_edges): Make sure any newly created
11534 jump insns have correct jump label info.
11535
11536 2003-03-30 Richard Henderson <rth@redhat.com>
11537
11538 * cfgbuild.c (make_edges): Use tablejump_p.
11539 * cfgcleanup.c (label_is_jump_target_p): Likewise.
11540 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
11541 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
11542 (try_redirect_by_replacing_jump): Likewise.
11543 (redirect_edge_and_branch): Likewise.
11544 * cse.c (fold_rtx): Likewise.
11545 * jump.c (delete_related_insns): Likewise.
11546 * rtlanal.c (get_jump_table_offset): Likewise.
11547 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
11548
11549 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
11550
11551 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
11552 (STRICT2_WARN): Likewise.
11553
11554 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11555
11556 PR other/6955
11557 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
11558 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
11559
11560 2003-03-30 Richard Henderson <rth@redhat.com>
11561
11562 PR c/10083
11563 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
11564 don't zero_extend const inputs.
11565
11566 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
11567
11568 * reload1.c (reload_cse_move2add): Fix a comment typo.
11569
11570 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
11571
11572 * config/h8300/h8300.md (a peephole2): Remove useless code.
11573
11574 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
11575
11576 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
11577 (*iorsi3_and_lshiftrt): Likewise.
11578 (*iorsi3_zero_extract): Likewise.
11579
11580 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
11581
11582 * config/h8300/h8300.md (*insv_si_8_8): New.
11583 (*insv_si_8_8_lshiftrt_8): Likewise.
11584 (a peephole2): Likewise.
11585
11586 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11587
11588 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
11589 Uniformly use bugfix instead of bug fix.
11590
11591 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11592
11593 PR doc/895
11594 * ONEWS: Remove those items that already appear in the EGCS
11595 release notes on our web pages.
11596
11597 2003-03-29 Alan Modra <amodra@bigpond.net.au>
11598
11599 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
11600 TARGET_HARD_FLOAT. Reformat.
11601 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
11602
11603 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
11604
11605 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
11606 work on Solaris 2.5.1.
11607
11608 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
11609
11610 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
11611 section of h8300.md
11612 (*addsi3_and_nor_r_1): Likewise.
11613
11614 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
11615
11616 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
11617 set up before any trapping memory access if flag_non_call_exceptions.
11618
11619 2003-03-29 Alan Modra <amodra@bigpond.net.au>
11620
11621 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
11622
11623 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
11624
11625 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
11626
11627 * configure.in: Clarify comments.
11628 * configure: Regenerate.
11629
11630 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
11631
11632 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
11633 label even if pool empty when generating PIC.
11634 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
11635
11636 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
11637 Dhananjay Deshpande <dhananjayd@kpit.com>
11638
11639 PR target/10205
11640 * config/h8300/h8300.c (h8300_initial_elimination_offset):
11641 Correct the offset computation when TARGET_NORMAL.
11642
11643 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
11644
11645 PR target/10067
11646 * config/sparc/sparc.md (jump pattern): Correct order
11647 when issuing the annuling marker.
11648
11649 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
11650
11651 PR c/8281
11652 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
11653 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
11654
11655 2003-03-28 Alan Modra <amodra@bigpond.net.au>
11656
11657 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
11658 globalize_label.
11659 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11660 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11661 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11662 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11663 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11664 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
11665 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
11666
11667 2003-03-28 Alan Modra <amodra@bigpond.net.au>
11668
11669 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
11670 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
11671 notes after hoisting.
11672 (load_mems): Adjust replace_loop_mems call.
11673
11674 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
11675 Richard Henderson <rth@redhat.com>
11676
11677 PR target/10114 and PR target/10084
11678 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
11679
11680 2003-03-27 Richard Henderson <rth@redhat.com>
11681
11682 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
11683
11684 2003-03-27 Roger Sayle <roger@eyesopen.com>
11685
11686 * fold-const.c (fold_inf_compare): New function to simplify FP
11687 comparisons against +Infinity or -Infinity.
11688 (fold): Optimize floating point comparisons against Infs and NaNs.
11689
11690 2003-03-27 Janis Johnson <janis187@us.ibm.com>
11691
11692 * libgcov.c: Provide only dummy functions if libc is not available.
11693
11694 2003-03-27 Richard Henderson <rth@redhat.com>
11695
11696 * real.h (struct real_value): Add signalling.
11697 (EXP_BITS): Decrement.
11698 * real.c (get_canonical_qnan): Don't set MSB-1.
11699 (get_canonical_snan): Likewise. Set signalling.
11700 (real_identical): Compare signalling.
11701 (round_for_format): Remove force-one-bit on code.
11702 (real_nan): Likewise. Set signalling.
11703 (encode_ieee_single): Add force-one-bit code; honor signalling.
11704 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
11705 (decode_ieee_single): Set signalling.
11706 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
11707
11708 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
11709
11710 PR ada/9953
11711 * ada/Makefile.in (gnatlib configuration for HPUX): Split
11712 the general section for HPUX into specific sections for
11713 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
11714 11 case.
11715
11716 2003-03-27 Glen Nakamura <glen@imodulo.com>
11717
11718 PR opt/10087
11719 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
11720 while incrementing giv.
11721 (record_biv): Check for duplicate biv locations and
11722 set (struct induction *) v->same if found.
11723
11724 2003-03-27 David Mosberger <davidm@hpl.hp.com>
11725
11726 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
11727 v0.9 API change: replace read of UNW_REG_HANDLER with
11728 unw_get_proc_info().
11729 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
11730 with unw_get_proc_info().
11731 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
11732 unw_get_proc_info().
11733
11734 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
11735
11736 * config/rs6000/8540.md: Use presence_set instead of absence_set.
11737
11738 2003-03-26 Richard Henderson <rth@redhat.com>
11739
11740 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
11741
11742 2003-03-26 Roger Sayle <roger@eyesopen.com>
11743
11744 PR bootstrap/10051, PR bootstrap/10169.
11745 * mips-tfile.c (init_file): Don't provide a static initializer.
11746 (initialize_init_file): Initialize the contents of init_file.
11747 (add_file): Call initialize_init_file if not already initialized.
11748
11749 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
11750
11751 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
11752 registers used for global asm variables.
11753 (s390_frame_info, s390_arg_frame_offset): Likewise.
11754 (s390_emit_prologue, s390_emit_epilogue): Likewise.
11755
11756 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
11757
11758 * config/rs6000/8540.md: New file.
11759
11760 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
11761 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
11762 reservations for imul.
11763
11764 * config/rs6000/rs6000.md: Include 8540.md. Change
11765 delayed_compare onto mult_compare for insns generating
11766 multiplication.
11767 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
11768 New type attribute values.
11769
11770 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
11771 fpsimple instead of fp.
11772 (*divsf3_gpr): Use type vecfdiv instead of fp.
11773 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
11774 instead of vecfloat.
11775 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
11776 (spe_brinc): Use type brinc instead of veccomplex.
11777 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
11778 veccomplex.
11779 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
11780 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
11781 *movv2sf_internal): Define type attribute values for all
11782 alternatives.
11783 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
11784 of fpcompare.
11785 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
11786 instead of fpcompare.
11787
11788 2003-03-26 David Edelsohn <edelsohn@gnu.org>
11789
11790 * config/rs6000/power4.md: Allow delay between dispatch and
11791 function units for simple instructions. Correct store units.
11792 Allow branch to occupy as many dispatch slots as necessary.
11793
11794 2003-03-26 Jakub Jelinek <jakub@redhat.com>
11795
11796 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
11797 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
11798 zero extend old to it.
11799 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
11800 operand.
11801
11802 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
11803
11804 PR target/7784
11805 * reload.c (find_reloads_address): Handle
11806 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
11807 all base registers.
11808
11809 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
11810
11811 PR other/10203
11812 * version.c: Reference the GCC web site in the URL.
11813
11814 2003-03-26 Alan Modra <amodra@bigpond.net.au>
11815
11816 * c-incpath.c (add_standard_paths): Add both "translated" and
11817 non-translated header paths.
11818
11819 2003-03-25 Loren James Rittle <ljrittle@acm.org>
11820
11821 * doc/install.texi (*-*-freebsd*): Update with known status.
11822
11823 2003-03-21 Jason Merrill <jason@redhat.com>
11824
11825 PR optimization/10171
11826 * unroll.c (unroll_loop): Don't delete the jump at the end unless
11827 we also delete a jump at the beginning.
11828
11829 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
11830
11831 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
11832 contributor.
11833
11834 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
11835
11836 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
11837 constants are not expensive.
11838
11839 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
11840
11841 PR opt/10056
11842 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
11843 jump jumping to the next instruction.
11844 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
11845
11846 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11847
11848 * doc/passes.texi (Passes): Properly document that we do not
11849 perform jump2 any longer; remove command-line option -dJ.
11850
11851 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
11852
11853 PR optimization/8746
11854 * config/i386/i386.md (and promoting splitters): Disable HImode to
11855 SImode promoting when the sign bit matters and is not preserved, or
11856 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
11857 for size.
11858
11859 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11860
11861 * config/h8300/h8300.md (a peephole2): Extend to support loads
11862 in QImode and HImode.
11863
11864 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
11865
11866 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
11867 _return_far
11868 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
11869 (MULTILIB_EXCEPTIONS): Likewise.
11870 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
11871 by calling some board support routine.
11872 ("call_value"): Likewise.
11873 ("*return_void"): Likewise for return.
11874 ("*return_16bit"): Likewise.
11875 ("*return_32bit"): Likewise.
11876 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
11877 for 68HC11 too.
11878 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
11879 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
11880 -mlong-calls for 68HC11.
11881 * config/m68hc11/larith.asm (declare_near): New macro.
11882 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
11883 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
11884 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
11885 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
11886 (__mulhi32): Likewise.
11887 (ret): Update macro for 68HC11.
11888 (__far_trampoline): Implement for 68HC11.
11889 (__call_a16, __call_a32, __return_void, __return_16): New support
11890 routines for 68HC11 memory bank switching calling support.
11891 (__return_32): Likewise.
11892
11893 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
11894
11895 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
11896
11897 2003-03-24 Janis Johnson <janis187@us.ibm.com>
11898
11899 * doc/install.texi (Testing): Mention test result links from build
11900 status pages.
11901
11902 2003-03-24 Mark Mitchell <mark@codesourcery.com>
11903
11904 * function.c (put_var_into_stack): Change bool parameter to int.
11905 (gen_mem_addressof): Likewise.
11906 * rtl.h (gen_mem_addressof): Likewise.
11907 * tree.h (put_var_into_stack): Likewise.
11908 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
11909 gen_mem_addressof or put_var_into_stack.
11910 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
11911 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
11912
11913 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
11914
11915 * config/h8300/h8300.md (a peephole2): New.
11916
11917 2003-03-24 Jakub Jelinek <jakub@redhat.com>
11918
11919 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
11920
11921 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11922
11923 * doc/contrib.texi (Contributors): Update Janis Johnson.
11924
11925 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11926
11927 PR target/10072
11928 * combine.c (simplify_if_then_else): Check that the mode
11929 has MODE_INT class before applying the (OP Z (mult COND C2))
11930 transformation.
11931
11932 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
11933
11934 PR optimization/9414
11935 * config/sparc/sparc.md (widening peepholes): Use
11936 widen_memory_access instead of change_address.
11937
11938 2003-03-23 Mark Mitchell <mark@codesourcery.com>
11939
11940 PR c++/7086
11941 * c-typeck.c (c_mark_addressable): Adjust calls to
11942 put_var_into_stack.
11943 * expr.c (expand_expr): Likewise.
11944 * function.c (put_var_into_stack): Add rescan parameter. Do not
11945 call fixup_var_refs when rescan is false.
11946 (gen_mem_addressof): Likewise.
11947 (assign_parms): Adjust calls to put_var_into_stack.
11948 (setjmp_protect): Likewise.
11949 (setjmp_protect_args): Likewise.
11950 * rtl.h (gen_mem_addressof): Change prototype.
11951 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
11952 * tree.h (put_var_into_stack): Change prototype.
11953
11954 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
11955
11956 PR middle-end/9967
11957 * builtins.c (expand_builtin_fputs): When optimizing for size,
11958 don't transform fputs into fwrite.
11959
11960 2003-03-23 Glen Nakamura <glen@imodulo.com>
11961
11962 PR c/8224
11963 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
11964 when signedness changes for division or modulus.
11965
11966 2003-03-24 Alan Modra <amodra@bigpond.net.au>
11967
11968 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
11969 globalize_label.
11970
11971 2003-03-23 Roger Sayle <roger@eyesopen.com>
11972
11973 PR c/10178
11974 * stmt.c (expand_end_case_type): Check for overflow in range when
11975 determining whether to use a bit-test implementation.
11976
11977 2003-03-23 Richard Henderson <rth@redhat.com>
11978
11979 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
11980 before flow2.
11981 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
11982
11983 2003-03-23 Richard Henderson <rth@redhat.com>
11984
11985 PR opt/10116
11986 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
11987 from then_bb or else_bb after flow2.
11988
11989 2003-03-23 Zack Weinberg <zack@codesourcery.com>
11990
11991 * configure.in: Check whether it is necessary to link against
11992 libm to use ldexp.
11993 * configure: Regenerate.
11994 * Makefile.in: Add LDEXP_LIB substitution variable.
11995
11996 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
11997
11998 * config/h8300/h8300.md: Fix comment typos.
11999
12000 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12001
12002 * pa.c (output_cbranch): Fix typo in comment.
12003
12004 2003-03-22 Richard Henderson <rth@redhat.com>
12005
12006 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
12007 after reload.
12008
12009 2003-03-22 DJ Delorie <dj at redhat dot com>,
12010 Bruce Korb <bkorb at gnu dot org>
12011
12012 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
12013 buggy Solaris 2.6 mutex/cond initializers.
12014 (solaris_mutex_init): Rename to solaris_mutex_init_2.
12015 * fixinc/fixincl.x: Regenerate.
12016 * fixinc/tests/base/pthread.h: Update.
12017 * fixinc/fixincl.c(initialize): be explicit about the default case
12018 and indicate verbose level when being very, very verbose.
12019 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
12020
12021 2003-03-22 Andreas Jaeger <aj@suse.de>
12022
12023 * config/i386/i386.c (ix86_init_machine_status): Return value.
12024
12025 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12026
12027 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
12028 conditional branch to the following instruction. Use next_real_insn
12029 instead of next_active_insn.
12030 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
12031 instead of next_active_insn.
12032
12033 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
12034
12035 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
12036 instead of 'm' constraint in forced-split alternatives.
12037 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
12038 VALIDATE_ADDRESS parameter to operand_subword.
12039
12040 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
12041
12042 * config/h8300/h8300.c (notice_update_cc): Correctly handle
12043 the case where the set destination is STRICT_LOW_PART.
12044
12045 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
12046
12047 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
12048 c30 instead of a c40 processor.
12049
12050 2003-03-22 Alan Modra <amodra@bigpond.net.au>
12051
12052 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
12053
12054 2003-03-21 Zack Weinberg <zack@codesourcery.com>
12055
12056 * c-common.c: Include intl.h.
12057 (shadow_warning): Rewrite to allow better diagnostic translations.
12058 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
12059 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
12060 use it throughout.
12061 * Makefile.in (c-common.o): Add intl.h.
12062
12063 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
12064
12065 * config.gcc: Remove 'float_format'.
12066
12067 * fixproto: Define NULL and size_t in generated stdlib.h and
12068 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
12069 Rearrange file generation loop for readability. Generate time.h,
12070 string.h if missing.
12071 * tsystem.h: Include <string.h>, <time.h> unconditionally.
12072 * config.gcc: Blow away POSIX defines.
12073
12074 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
12075
12076 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
12077
12078 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
12079
12080 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
12081 writing .interrupt command.
12082 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
12083 if it's a far or near function.
12084 ("call_value"): Likewise.
12085 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
12086 near attributes.
12087 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
12088 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
12089 (m68hc11_initial_elimination_offset): Set current_function_far
12090 according to attributes.
12091 (expand_prologue): Likewise.
12092 (trap_handler_symbol): New global to keep track of trap handlers.
12093 (m68hc11_encode_section_info): Mark symbol as far if needed; set
12094 trap symbol.
12095 (m68hc11_is_far_symbol): New function.
12096 (m68hc11_is_trap_symbol): New function.
12097 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
12098 (m68hc11_is_trap_symbol): Declare.
12099
12100 2003-03-21 Jan Hubicka <jh@suse.cz>
12101
12102 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
12103 only when amount of saved regs changed.
12104 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
12105 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
12106
12107 2003-03-21 Jan Hubicka <jh@suse.cz>
12108
12109 PR inline-asm/7916
12110 * function.c (instantiate_virtual_regs_lossage): New function.
12111 (instantiate_virtual_regs_1): Use it.
12112 (instantiate_virtual_regs): Do not continue in substition when insn has
12113 been deleted.
12114
12115 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
12116
12117 * combine.c (make_field_assignment): Fix a warning.
12118
12119 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
12120
12121 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
12122
12123 2003-03-21 Dale Johannesen <dalej@apple.com>
12124
12125 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
12126 priority for R2 on Darwin.
12127 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
12128
12129 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
12130
12131 * combine.c (make_field_assignment): Remove unnecessary AND
12132 when storing into zero_extract.
12133
12134 2003-03-21 Zack Weinberg <zack@codesourcery.com>
12135
12136 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
12137 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
12138 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
12139 in comment.
12140
12141 2003-03-21 DJ Delorie <dj@redhat.com>
12142
12143 * optabs.c (init_integral_libfuncs): Make sure we init at least up
12144 to "long long" size words.
12145
12146 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
12147
12148 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
12149 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
12150 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
12151
12152 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12153
12154 PR doc-bug/9813
12155 * doc/extend.texi: Move misplaced paragraph about underscores in
12156 variables in macros.
12157
12158 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
12159 Richard Henderson <rth@redhat.com>
12160
12161 PR optimization/8366
12162 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
12163 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
12164 PIC+SYMBOLIC_CONST in other modes than Pmode.
12165 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
12166 the form PIC+SYMBOLIC_CONST as mode dependent.
12167
12168 2003-03-21 DJ Delorie <dj@redhat.com>
12169
12170 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
12171 sure we always emit at least one insn.
12172
12173 2003-03-21 Christopher Faylor <cgf@redhat.com>
12174
12175 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
12176 stub t-cygming. Use common target header cygming.h. Add extra
12177 c_target_obj and cxx_target_obj file. Default cygwin to posix
12178 threading. Enforce i386 as float format.
12179 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
12180 Remove cygwin.h as target header. Use common target header
12181 cygming.h Enforce i386 as float format. Correct typo.
12182 * config/i386/cygming.h: New file, containing definitions
12183 common to mingw32 and cygwin.
12184 * config/i386/cygwin.h: Remove definitions common to cygwin and
12185 mingw. Simplify special spec logic. Define "wrappers" around
12186 certain include path defines to accommodate -mno-cygwin.
12187 Remove some #if 0'ed code.
12188 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
12189 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
12190 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
12191 * config/i386/mingw32.h: Remove definitions common to cygwin and
12192 mingw.
12193 (EXTRA_OS_CPP_BUILTINS): Adjust.
12194 (TARGET_VERSION): Define.
12195 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
12196 mingw32.h definitions.
12197 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
12198 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
12199 Add compilation rules for cygwin1.o cygwin2.o.
12200 * config/i386/cygwin1.c: New file.
12201 * config/i386/cygwin2.c: New file.
12202 * config/i386/t-cygming: New makefile stub.
12203
12204 2003-03-20 Richard Henderson <rth@redhat.com>
12205
12206 * fold-const.c (extract_muldiv_1): Revert changing order of
12207 operands in case MULT_EXPR of 2003-02-16 patch.
12208
12209 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
12210 Merge changes from new-regalloc-branch
12211
12212 From Michael Matz <matz@suse.de>
12213 * df.c (df_ref_record_1): Move init of loc to safe point.
12214 Only recurse on interesting things in parallels.
12215 Handle CLASS_CANNOT_CHANGE_MODE smarter.
12216 (df_uses_record): Ditto.
12217
12218 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
12219 it's already okay to use memory operands in (IE doesn't require
12220 adding another insn or anything).
12221
12222 2003-03-20 Richard Henderson <rth@redhat.com>
12223
12224 PR middle-end/6348
12225 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
12226 different from word_mode.
12227
12228 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12229
12230 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
12231 source operand to those that can be extracted with bld.
12232
12233 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
12234
12235 PR 10066
12236 * arm.md (UNSPEC_PIC_BASE): New constant.
12237 (pic_add_dot_plus_four): Wrap with unspec.
12238 (pic_add_dot_plus_eight): Likewise.
12239
12240 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12241
12242 * config/h8300/h8300.md (*insv_si_1_n): New.
12243 (*insv_si_1_n_lshiftrt): Likewise.
12244
12245 2003-03-20 Roger Sayle <roger@eyesopen.com>
12246
12247 * fold-const.c (fold_mathfn_compare): New function to simplify
12248 comparisons against built-in math functions. Fold comparisons
12249 of sqrt against constants.
12250 (fold): Call fold_mathfn_compare when appropriate.
12251
12252 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
12253
12254 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
12255 information.
12256
12257 2003-03-20 Per Bothner <pbothner@apple.com>
12258
12259 Various cleanups to help compile server.
12260
12261 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
12262 and pass that to _cpp_init_hashtable.
12263 (cpp_read_main_file): Drop hash_table* argument; don't call
12264 _cpp_init_hashtable.
12265 * cpplib.h: Update declarations to match.
12266 * c-opts.c (c_common_init_options): Pass ident_hash to
12267 cpp_create_reader.
12268 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
12269 * fix-header.c (read_scan_file): Likewise pass NULL table to
12270 cpp_create_reader rather than cpp_read_main_file.
12271
12272 * cppfiles.c (cpp_rename_file): Generalized and renamed
12273 to cpp_change_file.
12274 * cpplib.h: Update declaration to match.
12275 * c-opts.c (push_command_line_line, finish_options): Change
12276 cpp_rename_file calls to cpp_change_file.
12277
12278 * line-map.c (add_line_map): Allow leaving the outermost file.
12279 Allowing entering an outermost-file after the initial time.
12280
12281 * toplev.c (pop_srcloc): Allow popping from initial file.
12282
12283 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
12284
12285 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
12286
12287 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12288
12289 * config/h8300/h8300.md (a peephole2): New.
12290
12291 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
12292
12293 * config/h8300/h8300.md (*addsi3_and_r_1): New.
12294 (*addsi3_and_not_r_1): Likewise.
12295
12296 2003-03-19 Loren James Rittle <ljrittle@acm.org>
12297
12298 * Makefile.in (STRICT2_WARN): Add @WERROR@.
12299 (GCC_WARN_CFLAGS): Remove $(WERROR).
12300 (fixinc.sh-warn): New.
12301 * ada/Make-lang.in (ada-warn): Add $(WERROR).
12302 * cp/Make-lang.in (cp-warn): Add $(WERROR).
12303 * f/Make-lang.in (f-warn): Add $(WERROR).
12304 * java/Make-lang.in (java-warn): Add $(WERROR).
12305 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
12306
12307 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
12308
12309 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
12310 langhooks-def.h (lhd_tree_dump_dump_tree),
12311 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
12312 Change return type from 'int' to 'bool'. Replace 0 and 1 with
12313 true and false in return statements.
12314
12315 2003-03-19 Kevin Buettner <kevinb@redhat.com>
12316
12317 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
12318 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
12319 DWARF_INITIAL_LENGTH_SIZE.
12320 (output_compilation_unit_header, output_pubnames, output_aranges)
12321 (output_line_info): Output 0xffffffff escape value for 64-bit
12322 DWARF extension.
12323 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
12324
12325 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
12326
12327 * config/s390/s390.c (s390_preferred_reload_class): Do not
12328 force constants to the pool unless necessary.
12329 (s390_decompose_address): Prefer to use pointer as base,
12330 not index register.
12331 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
12332 Q alternative.
12333 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
12334 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
12335 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
12336 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
12337 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
12338
12339 2003-03-19 Jan Hubicka <jh@suse.cz>
12340
12341 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
12342 * i386.c (use_fast_prologue_epilogue): Remove.
12343 (ix86_frame): New field save_regs-using_mov;
12344 (ix86_compute_frame_layout): Decide on fast prologues;
12345 allocate saved registers in red zone.
12346 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
12347
12348 2003-03-19 Nick Clifton <nickc@redhat.com>
12349
12350 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
12351
12352 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12353
12354 PR 10062
12355 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
12356 * pa-protos.h (output_lbranch): New prototype.
12357 * pa.c (compute_frame_size): Change size of the frame marker on the
12358 64-bit ports to 48 bytes.
12359 (pa_output_function_prologue): Document why SAVE_SP is set.
12360 (hppa_expand_prologue): Save previous stack pointer into frame marker
12361 on targets which use the hpux unwind library.
12362 (output_cbranch): Use output_lbranch.
12363 (output_lbranch): New function to output long unconditional branches.
12364 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
12365 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
12366 64-bit ports.
12367 * pa.md (jump): Use output_lbranch.
12368 (allocate_stack): New expander for dynamic stack allocation.
12369
12370 2003-03-19 Alan Modra <amodra@bigpond.net.au>
12371
12372 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
12373 when debugging on XCOFF targets. Delete "abi" temp.
12374
12375 PR target/10073
12376 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
12377
12378 2003-03-18 Jakub Jelinek <jakub@redhat.com>
12379
12380 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
12381 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
12382 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
12383
12384 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
12385 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
12386 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
12387
12388 2003-03-18 Geoffrey Keating <geoffk@apple.com>
12389
12390 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
12391 the result of machopic_function_base_name.
12392 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
12393 string rather than a static array.
12394
12395 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
12396
12397 * gengtype.c: Include rtl.h.
12398 (enum rtx_code): Don't define.
12399 (rtx_format): Make declaration match rtl.h.
12400 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
12401 users.
12402 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
12403 * Makefile.in (gengtype.o): Update dependencies.
12404
12405 2003-03-18 Andreas Schwab <schwab@suse.de>
12406
12407 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
12408 martin@blom.org.
12409
12410 2003-03-18 Geoffrey Keating <geoffk@apple.com>
12411
12412 * function.c (next_block_index): Mark with GTY.
12413
12414 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
12415
12416 2003-03-18 Richard Henderson <rth@redhat.com>
12417
12418 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
12419 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
12420 until after reload.
12421
12422 2003-03-18 Richard Henderson <rth@redhat.com>
12423
12424 * builtins.c (expand_builtin_unop): New target_mode operand;
12425 use it to convert the result to the correct mode.
12426 (expand_builtin): Update all callers.
12427
12428 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
12429
12430 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
12431
12432 2003-03-18 Jan Hubicka <jh@suse.cz>
12433
12434 * i386.md: Fix previous commit that mistakely applied the patch
12435 twice.
12436
12437 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
12438 canonicalized.
12439 (memrefs_conflict_p): Likewise.
12440 (addr_side_effect_eval): Canonicalize the constructed address.
12441
12442 2003-03-18 Jan Hubicka <jh@suse.cz>
12443
12444 * i386.md (cvtts?2si peep2): New.
12445
12446 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
12447
12448 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
12449
12450 2003-03-18 Andreas Schwab <schwab@suse.de>
12451
12452 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
12453 for format.
12454
12455 2003-03-17 Jason Merrill <jason@redhat.com>
12456
12457 PR c++/10091
12458 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
12459 an unaligned member of TREE_ADDRESSABLE type.
12460
12461 2003-03-18 Alan Modra <amodra@bigpond.net.au>
12462
12463 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
12464 (TARGET_PROFILE_KERNEL): Define.
12465 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
12466 (PROFILE_BEFORE_PROLOGUE): Don't define.
12467 (PROFILE_KERNEL): Remove hacks.
12468 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
12469 (rs6000_stack_info): No need to save lr if just for profiling when
12470 TARGET_PROFILE_KERNEL.
12471 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
12472 (output_function_profiler): Localize label generation. Emit code
12473 for kernel profiling.
12474
12475 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
12476
12477 * config/h8300/h8300-protos.h: Add a prototype for
12478 byte_accesses_mergeable_p.
12479 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
12480 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
12481 (a splitter): Likewise.
12482 (*iorsi3_ashift_16_ashift_24): Likewise.
12483 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
12484
12485 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12486
12487 * dwarf2asm.h: Delete obsolete comment.
12488 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
12489 dw2_asm_output_pcrel, dw2_asm_output_addr,
12490 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
12491 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
12492 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
12493 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
12494
12495 2003-03-17 Zack Weinberg <zack@codesourcery.com>
12496
12497 * c-tree.h (struct lang_identifier): Remove error_locus field.
12498 (IDENTIFIER_ERROR_LOCUS): Kill.
12499 (record_function_scope_shadow): New prototype.
12500 * c-typeck.c (build_external_ref): Don't complain if
12501 decl is error_mark_node. When not at file scope, bind the
12502 decl's local value to error_mark_node to suppress further
12503 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
12504
12505 * c-decl.c (get_function_binding_level): New static function.
12506 (record_function_scope_shadow): New exported function.
12507 (c_make_fname_decl): Use get_function_binding_level.
12508
12509 2003-03-17 Steve Ellcey <sje@cup.hp.com>
12510
12511 * stmt.c (tail_recursion_args): Call promote_mode to set
12512 unsignedp flag correctly before calling convert_move.
12513
12514 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12515
12516 * loop-unroll.c (decide_peel_completely,
12517 decide_unroll_constant_iterations, decide_unroll_stupid,
12518 decide_unroll_runtime_iterations, decide_peel_simple): Set
12519 loop->has_desc.
12520
12521 2003-03-17 Jan Hubicka <jh@suse.cz>
12522
12523 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
12524
12525 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12526
12527 * function.c (assign_parms): For a struct value address passed as
12528 first argument, delay the function's result RTL setup code until
12529 after the emission of parameter conversions.
12530
12531 2003-03-17 Dave Love <fx@gnu.org>
12532 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12533
12534 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
12535 __arch64__ to match Compaq cc.
12536
12537 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
12538
12539 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
12540 (c_common_init): Set EBCDIC in cpp options.
12541 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
12542 not conditional compilation.
12543 * cpplib.h (struct cpp_options): New entry EBCDIC.
12544
12545 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
12546
12547 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
12548
12549 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12550
12551 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
12552 argument to 0 for redirect_jump.
12553
12554 2003-03-16 Mark Mitchell <mark@codesourcery.com>
12555
12556 PR c++/8805
12557 * except.c (eh_region_u_cleanup): Add prev_try.
12558 (expand_eh_region_end_cleanup): Set it.
12559 (reachable_handlers): Use it to skip over cleanup blocks.
12560
12561 2003-03-17 Andreas Jaeger <aj@suse.de>
12562
12563 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
12564
12565 2003-03-17 Alan Modra <amodra@bigpond.net.au>
12566
12567 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
12568 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
12569 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
12570 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
12571
12572 2003-03-16 Richard Henderson <rth@redhat.com>
12573
12574 * simplify-rtx (simplify_binary_operation): Don't abort for
12575 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
12576
12577 2003-03-16 Richard Henderson <rth@redhat.com>
12578
12579 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
12580 optimize_size as well.
12581
12582 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
12583
12584 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
12585 for D register to specify the low part of it, aka B.
12586 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
12587 the register if we are loading 1 or -1 to it; avoid using temp
12588 register when moving X/Y to Y/X.
12589 (m68hc11_gen_movqi): Likewise.
12590 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
12591
12592 2003-03-14 Mark Mitchell <mark@codesourcery.com>
12593
12594 PR optimization/9016
12595 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
12596 into the constant pool.
12597
12598 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
12599
12600 PR target/9164
12601 * tree.c (get_narrower): For extensions with unchanged bit number,
12602 return the unsignedness of the outer mode.
12603
12604 2003-03-16 Roger Sayle <roger@eyesopen.com>
12605
12606 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
12607 to avoid "may be used uninitialized" warning on ia64-hpux.
12608 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
12609
12610 2003-03-16 Andreas Jaeger <aj@suse.de>
12611
12612 * configure.in: Improve check for memcheck.h.
12613 * configure: Regenerated.
12614
12615 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
12616
12617 * doc/cppopts.texi: Remove documentation of -A-.
12618
12619 2003-03-15 Zack Weinberg <zack@codesourcery.com>
12620
12621 * doc/libgcc.texi: Remove @tie.
12622
12623 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
12624
12625 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
12626 (rtx_pair): Added new element update_label_nuses, renamed to
12627 replace_label_data.
12628 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
12629 replace_label_data instead of rtx_pair.
12630 * loop.c (load_mems): Likewise.
12631 * rtlanal.c (replace_label): Replace label in pool constants and in
12632 INSN_LIST (in REG_LABEL note).
12633 (subrtx_p): Renamed to rtx_referenced_p.
12634 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
12635 LABEL_REF with CODE_LABEL, traverse constants from pool.
12636
12637 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
12638 Zack Weinberg <zack@codesourcery.com>
12639
12640 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
12641 * doc/libgcc.texi: New file.
12642 * doc/interface.texi: Delete paragraph about libgcc interface.
12643 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
12644
12645 2003-03-15 Jason Merrill <jason@redhat.com>
12646
12647 PR debug/9039
12648 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
12649
12650 PR debug/6387
12651 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
12652 function DIEs at toplevel.
12653 (decls_for_scope): At -g1, don't descend into subblocks.
12654
12655 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
12656
12657 * varasm.c (struct rtx_const): Change type of un.addr member
12658 to struct holding an additional 'symbol' member.
12659 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
12660 with equal string addresses as equal.
12661 (simplify_subtraction): Adapt to struct rtx_const change.
12662
12663 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
12664
12665 * fix-header.c (read_scan_file): Read main file before handling -D.
12666
12667 2003-03-15 Roger Sayle <roger@eyesopen.com>
12668
12669 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
12670 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
12671 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
12672 (find_sub_basic_blocks): Likewise.
12673 * cgraphunit.c (cgraph_expand_functions): Likewise.
12674 * dwarf2out.c (prune_unused_types): Likewise.
12675 * expr.c (store_field): Likewise.
12676 * genextract.c (print_path): Likewise.
12677 * haifa-sched.c (schedule_insn): Likewise.
12678 * lcm.c (compute_antinout_edge): Likewise.
12679 * loop-unroll.c (decide_peel_once_rolling): Likewise.
12680 * ra-colorize.c (ra_colorize_free_all): Likewise.
12681 * ra-debug.c (dump_igraph): Likewise.
12682 (debug_hard_reg_set): Likewise.
12683 * reg-stack.c (reg_to_stack): Likewise.
12684 * rtlanal.c (refers_to_regno_p): Likewise.
12685 * tracer.c (layout_superblocks): Likewise.
12686
12687 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
12688
12689 * fix-header.c (read_scan_file): Fix thinko.
12690
12691 2003-03-15 Glen Nakamura <glen@imodulo.com>
12692
12693 * reload1.c (choose_reload_regs): Use && instead of ||
12694 with REG_CANNOT_CHANGE_MODE_P condition.
12695
12696 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
12697
12698 * Makefile.in: Update.
12699 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
12700 * c-lex.c (init_c_lex): Register builtins hook is dead.
12701 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
12702 (c_common_decode_option): Don't call cpp_handle_option.
12703 Handle -A, -D and -U.
12704 (handle_deferred_opts): Simplify.
12705 (finish_options): Define builtins and command line macros.
12706 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
12707 * cppinit.c: Don't include intl.h.
12708 (init_builtins): Rename cpp_init_builtins. No hook to call.
12709 (init_library): Don't need to sort options.
12710 (cpp_create_reader): Don't set pending.
12711 (cpp_destroy): Don't free pending.
12712 (struct pending_option, cl_directive_handler, struct cpp_pending,
12713 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
12714 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
12715 cl_options, cpp_handle_option): Remove.
12716 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
12717 cpp_finish_options): Remove.
12718 (cpp_init_builtins): New.
12719 * fix-header.c (read_scan_file): Update to handle -D. Fix
12720 handling of -I. Replace call to cpp_finish_options.
12721
12722 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12723
12724 PR optimization/9387
12725 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
12726 for conditional returns.
12727
12728 2003-03-14 Jason Merrill <jason@redhat.com>
12729
12730 PR optimization/6871
12731 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
12732
12733 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
12734
12735 * c-opts.c (finish_options): New.
12736 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
12737 (missing_arg): Handle OPT_include and OPT_imacros.
12738 (c_common_init, c_common_parse_file): Use finish_options.
12739 (handle_deferred_opts): Update.
12740 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
12741 (cpp_finish_options): Don't handle -imacros here.
12742 (no_fil): Remove.
12743 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
12744
12745 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12746
12747 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
12748 rs6000_maybe_dead if !fromprolog.
12749
12750 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
12751
12752 * Makefile.in: Update.
12753 * c-common.h (fe_file_change, pp_file_change): New.
12754 * c-lex.c (init_c_lex): Don't set cb_file_change.
12755 (c_common_parse_file): Move to c-opts.c.
12756 (cb_file_change): Rename fe_file_change.
12757 * c-opts.c: Include debug.h.
12758 (warn_unused_macros, include_cursor): New.
12759 (push_command_line_include, cb_file_change): New.
12760 (COMMAND_LINE_OPTIONS): Handle -include.
12761 (c_common_decode_option): Use local warn_unused_macros.
12762 Handle OPT_include.
12763 (c_common_post_options): Set file change callback.
12764 (handle_deferred_opts): Skip -include. Don't free the array.
12765 (c_common_init): Call cpp_finish_options here, and push an
12766 initial -include file.
12767 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
12768 (preprocess_file): Don't call cpp_finish_options.
12769 (init_pp_output): Don't set the file change callback.
12770 (pp_file_change): Return if no line commands or no output.
12771 * cpphash.h (next_include_file, first_unused_line): Remove.
12772 * cppinit.c (include_head, include_tail): Remove.
12773 (cpp_destroy): Don't free -include chain.
12774 (cpp_finish_options): Don't handle -include, or worry about
12775 -Wunused-macros.
12776 (_cpp_maybe_push_include_file): Remove.
12777 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
12778 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
12779 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
12780 Used flag is set based upon the state of the warn_unused_macros
12781 flag, and so use of first_unused_line is unnecessary.
12782
12783 2003-03-13 Jan Hubicka <jh@suse.cz>
12784
12785 * cselib.c (clear_table): Do not take argument; always clear just
12786 used slots.
12787 (cselib_process_insn): Update call of clear_table
12788 (cselib_init): Do not call clear_table.
12789 (cselib_finish): Clear table.
12790
12791 * cse.c (count_reg_usage): Do not check side_effects_p.
12792 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
12793 like noop.
12794 (find_reg_equal_equiv_note): Do not use find_reg_note.
12795
12796 2003-03-14 Richard Henderson <rth@redhat.com>
12797
12798 PR target/9700
12799 * config/alpha/alpha.c (alpha_va_start): Account for
12800 current_function_pretend_args_size in the AP offset.
12801
12802 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
12803 (INITIAL_ELIMINATION_OFFSET): Move out of line.
12804 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
12805 (alpha_initial_elimination_offset) New.
12806 * config/alpha/alpha-protos.h: Update.
12807
12808 2003-03-14 Jakub Jelinek <jakub@redhat.com>
12809
12810 * stmt.c (expand_start_case): Call emit_queue ().
12811
12812 2003-03-14 Chris Demetriou <cgd@broadcom.com>
12813 Alexandre Oliva <aoliva@redhat.com>
12814
12815 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
12816 words in new abis.
12817
12818 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
12819
12820 PR optimization/8396
12821 * tree-inline.c (initialize_inlined_parameters): Make sure the value
12822 of read-only constant arguments is passed with the right type.
12823
12824 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
12825
12826 * doc/extend.texi (Function Names): Make the example compilable.
12827
12828 2003-03-13 David Edelsohn <edelsohn@gnu.org>
12829
12830 * config/rs6000/rs6000.c (processor_target_table): Really allow
12831 GP optional instructions on Power4.
12832
12833 2003-03-13 Roger Sayle <roger@eyesopen.com>
12834
12835 * calls.c (flags_from_decl_or_type): Factor and remove redundant
12836 conditional tests.
12837
12838 2003-03-13 Mike Stump <mrs@apple.com>
12839
12840 * ggc-page.c (struct page_entry): Remove varray.h header.
12841 Add index_by_depth field.
12842 Remove save_in_use_p field.
12843 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
12844 by_depth_max, by_depth, and save_in_use fields.
12845 (INITIAL_PTE_COUNT): Add.
12846 (save_in_use_p_i): Add.
12847 (save_in_use_p): Add.
12848 (adjust_depth): Add.
12849 (move_ptes_to_front): Add.
12850 (push_depth): Add.
12851 (push_by_depth): Add.
12852 (prefetch): Add.
12853 (free_page): Add support for and use faster data structures.
12854 (ggc_alloc): Likewise.
12855 (init_ggc): Likewise.
12856 (ggc_recalculate_in_use_p): Likewise.
12857 (ggc_pop_context): Likewise.
12858 (clear_marks): Likewise.
12859 (ggc_pch_read): Likewise.
12860 * Makefile.in (ggc-page.o): Remove varray.h.
12861
12862 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
12863
12864 * ChangeLog: Rotated last year's entries to...
12865 * ChangeLog.8: New.
12866
12867 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
12868 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
12869 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
12870 config/ia64/ia64-protos.h, config/ia64/ia64.c,
12871 config/ia64/ia64.h, config/ia64/ia64.md,
12872 config/ia64/itanium1.md, config/ia64/itanium2.md,
12873 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
12874 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
12875
12876 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
12877
12878 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
12879 Differentiate endianness.
12880 (s6000_override_options): Use cpu type instead of TARGET_SPE.
12881
12882 2003-03-13 Nick Clifton <nickc@redhat.com>
12883
12884 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
12885 LDM instructions with writeback enabled.
12886 (output_return_instruction): Likewise.
12887
12888 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
12889 (CALL_USED_REGISTERS): Remove definition.
12890 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
12891
12892 2003-03-13 Alan Modra <amodra@bigpond.net.au>
12893
12894 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
12895 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
12896 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
12897 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
12898 (rs6000_legitimize_address): Formatting.
12899 (rs6000_emit_move): Likewise.
12900 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
12901 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
12902 (rs6000_elf_select_section): Comment reason for shlib being
12903 set for ABI_AIX.
12904 (rs6000_elf_unique_section): Likewise.
12905 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
12906 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
12907 as well as flag_pic.
12908 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
12909 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
12910 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
12911
12912 2003-03-13 Richard Henderson <rth@redhat.com>
12913
12914 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
12915
12916 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
12917 (ia64_gp_save_reg): Remove.
12918 (struct ia64_frame_info): Move to the beginning of the file;
12919 add reg_save_gp.
12920 (ia64_expand_call): Rearrange for new call patterns.
12921 (ia64_reload_gp): New.
12922 (ia64_split_call): New.
12923 (ia64_compute_frame_size): Allocate reg_save_gp.
12924 (ia64_expand_prologue): Save reg_save_gp.
12925 (ia64_expand_epilogue): Don't restore gp.
12926 (ia64_hard_regno_rename_ok): Remove R4 hack.
12927 (ia64_function_ok_for_sibcall): New.
12928 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
12929 call try_split on sibcall pattern.
12930 * config/ia64/ia64-protos.h: Update.
12931 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
12932 Rename from nopic versions. Confiscate 2nd argument to call as
12933 a marker.
12934 (call_pic, call_value_pic, sibcall_pic): Remove.
12935 (call_gp, call_value_gp, sibcall_gp): New.
12936 (builtin_setjmp_setup): Remove.
12937 (builtin_setjmp_receiver): Call ia64_reload_gp.
12938
12939 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12940
12941 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
12942 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
12943 "GNU CC" with "GCC".
12944
12945 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
12946 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
12947 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
12948 GCC, not GNU CC.
12949
12950 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
12951 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
12952
12953 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
12954 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
12955 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
12956 "GNU CC" with "GCC".
12957
12958 * config/v850/lib1funcs.asm, config/v850/rtems.h,
12959 config/v850/v850-c.c, config/v850/v850-protos.h,
12960 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
12961 GCC, not GNU CC.
12962
12963 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
12964 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
12965 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
12966 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
12967 GNU CC.
12968
12969 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
12970
12971 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
12972
12973 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12974
12975 * fixinc/fixinc.interix: Remove dead code (most of it).
12976 * fixinc/fixinc.dgux: Remove.
12977
12978 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
12979 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
12980
12981 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
12982
12983 * pa.c (pa_init_builtins): Fix warning.
12984
12985 2003-03-12 Steve Ellcey <sje@cup.hp.com>
12986
12987 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
12988 (ASM_OUTPUT_XDATA_SHORT): Remove.
12989 (ASM_OUTPUT_XDATA_INT): Remove.
12990 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
12991 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
12992 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
12993 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
12994
12995 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
12996
12997 PR c++/7050
12998 * expr.c (store_expr): Don't attempt to store void-typed trees,
12999 just evaluate them for side effects.
13000
13001 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
13002
13003 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
13004 * cppinit.c (push_include): Move with changes to cppfiles.c.
13005 (cpp_read_main_file): Mark named operators here...
13006 (cpp_finish_options): ...not here. Update.
13007 (_cpp_maybe_push_include_file): Update.
13008 * cpplib.h (cpp_push_include, cpp_rename_file): New.
13009
13010 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
13011
13012 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
13013 _gcc_COMPUTE_GAS_VERSION.
13014 * configure.in: Use them.
13015 * configure: Regenerate.
13016
13017 2003-03-12 Bob Wilson <bob.wilson@acm.org>
13018
13019 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
13020 to detect carry.
13021 (subdi3): Reorder emitted instructions.
13022
13023 2003-03-12 Andreas Jaeger <aj@suse.de>
13024
13025 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
13026 NETBSD_OS_CPP_BUILTINS_LP64.
13027
13028 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
13029
13030 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
13031 Rearrange. Reorganize.
13032 * configure.in: Rearrange.
13033 * configure: Regenerate.
13034
13035 2003-03-12 Andreas Jaeger <aj@suse.de>
13036
13037 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
13038 LP64 targets.
13039
13040 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
13041 _LP64.
13042
13043 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
13044 _LP64 macros here.
13045 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
13046
13047 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
13048 NETBSD_OS_CPP_BUILTINS_LP64.
13049 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
13050 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
13051
13052 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
13053
13054 2003-03-12 Jan Hubicka <jh@suse.cz>
13055
13056 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
13057
13058 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
13059
13060 Fix PR target/9797 and PR c/9853.
13061 * stmt.c (expand_decl_init): Call push_temp_slots () and
13062 pop_temp_slots ().
13063
13064 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
13065
13066 * sh.c: Include basic-block.h.
13067 (sh_output_mi_thunk, emit_load_ptr): New functions.
13068 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
13069
13070 2003-03-12 Nick Clifton <nickc@redhat.com>
13071
13072 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
13073 (CALL_USED_REGISTERS): Likewise.
13074 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
13075 describing how this value is calculated.
13076
13077 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
13078
13079 * configure.in (rlim_t): Define to long if no valid definition
13080 found in sys/resource.h.
13081 * config.in, configure: Regenerate.
13082
13083 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
13084
13085 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
13086 TARGET_OS_CPP_BUILTINS.
13087 * config/mcore/mcore-pe.h: Similarly.
13088 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
13089 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
13090
13091 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
13092
13093 PR c/9928
13094 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
13095 only if it is a VAR_DECL.
13096
13097 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
13098
13099 PR optimization/9888
13100 * config/i386/i386.md (jcc_1): Fix range.
13101 (jcc_2): Likewise.
13102 (jump): LIkewise.
13103 (doloop_end_internal): Likewise.
13104
13105 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
13106
13107 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
13108 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
13109 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
13110 DLL_IMPORT_EXPORT_PREFIX and "i."
13111 (i386_pe_dllexport_name_p): Here.
13112 (i386_pe_dllimport_name_p): Here.
13113 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
13114 not 9 chars when getting identifier name.
13115 (i386_pe_mark_dllimport): Here.
13116 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
13117 not 9 chars when getting identifier name. Correct comment.
13118 (i386_pe_strip_name_encoding): Here. Add comments for different
13119 cases.
13120 (gen_fastcall_suffix): Break down xmalloc() argument to
13121 components.
13122 (gen_stdcall_suffix): Likewise.
13123 Update copyright year.
13124
13125 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
13126
13127 PR optimization/9888
13128 * config/i386/i386.md (movsi_1): Remove special alternatives
13129 for %eax register.
13130 (movsi_1_nointernunit): Likewise.
13131 (movhi_1): Likewise.
13132 * config/i386/i386.c (memory_address_length): Do not use
13133 short displacement when there is no base.
13134 (ix86_attr_length_address_default): Handle LEA instructions.
13135
13136 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
13137
13138 * c-cppbuiltin.c (builtin_define_std): Make non-static.
13139
13140 2003-03-11 Loren James Rittle <ljrittle@acm.org>
13141
13142 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
13143 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
13144 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
13145 * config/freebsd.h (CPP_PREDEFINES): Remove.
13146 (TARGET_OS_CPP_BUILTINS): New.
13147 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
13148 instead of TARGET_OS_CPP_BUILTINS.
13149 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
13150
13151 2003-03-11 Geoffrey Keating <geoffk@apple.com>
13152
13153 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
13154
13155 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
13156
13157 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
13158 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
13159
13160 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
13161
13162 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
13163
13164 * toplev.c (independent_decode_option): Return success for --help,
13165 --target-help and --version.
13166
13167 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
13168
13169 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
13170 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
13171 specified.
13172 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
13173 DRIVER_SELF_SPECS.
13174 (LINK_SPEC): Let endian options affect the linker emulation name.
13175
13176 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
13177
13178 * sh.md (reload_inqi): Fix mode for source in second set.
13179
13180 2003-03-11 Jan Hubicka <jh@suse.cz>
13181
13182 * cselib.c (cselib_invalidate_mem_1): Move too ...
13183 (cselib_invalidate_mem): ... here; use new list
13184 (dummy_val, first_containing_mem): New static variables.
13185 (clear_table): Initialize first_containing_mem.
13186 (discard_useless_values): Compact the containing_mem list.
13187 (add_mem_for_addr): Add to the list.
13188 * cselib.h (cselib_val): Add next_containing_mem.
13189
13190 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
13191
13192 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
13193 instructions for e500.
13194
13195 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
13196
13197 * Makefile.in: Update.
13198 * c-cppbuiltin.c: Include tm_p.h.
13199
13200 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
13201
13202 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
13203
13204 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
13205 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
13206 (_Unwind_SetGR): Same.
13207 (_Unwind_GetGRPtr): New.
13208 (_Unwind_SetGRPtr): New.
13209 (uw_update_context_1): Use accesor functions instead of accessing
13210 context->reg[] directly.
13211 (uw_install_context_1): Same.
13212 (execute_cfa_program): Same.
13213 (__frame_state_for): Same.
13214
13215 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
13216 the synthetic register offset.
13217
13218 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
13219
13220 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
13221
13222 * config/cris/cris.md: Remove lingering EGCS reference.
13223 ("*extopqihi_side_biap"): For HI operation, match
13224 cris_additive_operand_extend_operator, not
13225 cris_operand_extend_operator. Adjust condition.
13226 ("*extopqihi_side", "*extopqihi"): Ditto.
13227 ("*extopqisi_side_biap"): Correct operand numbers in condition.
13228 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
13229 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
13230 ("*extophisi_swap"): Ditto.
13231 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
13232 PLUS, not cris_operand_extend_operator. Adjust condition and
13233 output template.
13234 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
13235 * config/cris/cris.h (PREDICATE_CODES): Add
13236 cris_additive_operand_extend_operator.
13237 * config/cris/cris.c (cris_additive_operand_extend_operator):
13238 New predicate.
13239
13240 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
13241
13242 * df.c (read_modify_subreg_p): Change from static to global.
13243 * df.h (read_modify_subreg_p): Add prototype.
13244 * sched-deps.c (sched_analyze_1): Generate true dependency for
13245 strict_low_part, certain subregs and zero/sign_extract.
13246
13247 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
13248
13249 * Makefile.in: Update.
13250 * c-common.c: Don't include real.h or except.h.
13251 (REGISTER_PREFIX): Remove.
13252 (builtin_define_std, builtin_define_with_value,
13253 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
13254 builtin_define_type_max, builtin_define_type_precision,
13255 builtin_define_float_constants): Move to c-cppbuiltin.c.
13256 (c_stddef_cpp_builtins): New.
13257 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
13258 * c-cppbuiltin.c: New, extracted from c-common.c.
13259 (define__GNUC__): New.
13260 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
13261 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
13262 (cpp_unique_options): Don't support no-gcc.
13263 (do_spec_1): Remove support of version specs.
13264 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
13265 * doc/passes.texi: Update.
13266 * doc/tm.texi: Update.
13267
13268 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
13269
13270 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
13271
13272 2003-03-10 Andrew Pinski <apinski@apple.com>
13273
13274 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
13275 is on should not get here.
13276 (machopic_indirect_data_reference): If dynamic-no-pic is on just
13277 generate high/low parts of the address.
13278 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
13279 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
13280 symbol and labels with a new reg. Dynamic-no-pic does not have a
13281 pic_offset_table_rtx.
13282 (machopic_select_section): Change references of flag_pic to
13283 MACHOPIC_INDIRECT.
13284 (machopic_asm_out_destructor): Likewise.
13285 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
13286 reference of flag_pic to MACHOPIC_INDIRECT.
13287 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
13288 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
13289 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
13290 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
13291 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
13292 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
13293 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
13294 (TARGET_DYNAMIC_NO_PIC): Define.
13295 (SUBTARGET_SWITCHES): Define, have sub-target switches for
13296 dynamic-no-pic.
13297 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
13298 rs6000_override_options to here. Dynamic-no-pic overrides
13299 pic.
13300 (CC1_SPEC): Change from not static then pic to not static and not
13301 dynamic-no-pic then pic.
13302 * config/rs6000/rs6000.c (rs6000_override_options): Move the
13303 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
13304 (rs6000_legitimize_reload_address): Add case for loading floating in
13305 dynamic-no-pic.
13306 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
13307 of flag_pic to MACHOPIC_INDIRECT.
13308 (secondary_reload_class): Conditional change the reference of
13309 flag_pic to MACHOPIC_INDIRECT.
13310 (rs6000_output_mi_thunk): Change reference of flag_pic to
13311 MACHOPIC_INDIRECT.
13312 (output_profile_hook): Likewise.
13313 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
13314 * config/rs6000/rs6000.md (movdf_low): Add the case for
13315 MACHO_DYNAMIC_NO_PIC_P.
13316 (call): Change references for flag_pic in TARGET_MACHO to
13317 MACHOPIC_INDIRECT.
13318 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
13319 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
13320 * doc/invoke.texi (-mdynamic-no-pic): Document.
13321
13322 2003-03-10 Devang Patel <dpatel@apple.com>
13323
13324 PR c++/9394
13325 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
13326 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
13327 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
13328 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
13329 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
13330 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
13331
13332 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
13333
13334 PR optimization/7189
13335 * toplev.c (rest_of_compilation): Move
13336 check_function_return_warnings up to just after
13337 delete_unreachable_blocks.
13338
13339 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
13340
13341 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
13342 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
13343 Declare.
13344 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
13345 for reg rename optimization to avoid using Z and Y registers.
13346
13347 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
13348
13349 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
13350 when adding to X and Y since leax/leay are fast.
13351 ("*addhi3"): Accept 'I' constraint when adding to address register.
13352 ("rotlhi3"): Operand 1 must be a register_operand.
13353 (peephole2): New peephole to optimize some adds.
13354 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
13355 to represent -2 .. 2 small integer range.
13356
13357 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
13358
13359 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
13360 each 16-bit rotation.
13361
13362 2003-03-10 Zack Weinberg <zack@codesourcery.com>
13363
13364 * c-opts.c (add_prefixed_path): Don't use concat. When
13365 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
13366 cpp_GCC_INCLUDE_DIR_len characters.
13367
13368 2003-03-10 Segher Boessenkool <segher@koffie.nl>
13369
13370 * testsuite/gcc.dg/altivec-9.c: New file.
13371
13372 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
13373 (rs6000_emit_prologue): Use rs6000_frame_related instead.
13374
13375 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
13376
13377 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
13378 vectors.
13379 (__ev_convert_u64): Remove macro. Define as inline.
13380 (__ev_convert_s64): Same.
13381
13382 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
13383
13384 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
13385 (rs6000_stack_t): Add spe_64bit_regs_used.
13386
13387 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
13388 spe_64bit_regs_used, and use it to determine the size of the
13389 frame.
13390 (spe_func_has_64bit_regs_p): New.
13391 (spe_synthesize_frame_save): New.
13392 (rs6000_frame_related): Handle SPE synthetic registers.
13393 (rs6000_emit_prologue): Only save in 64-bits if the function used
13394 any registers in 64-bit mode.
13395 (rs6000_emit_epilogue): Same, but for restore.
13396
13397 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
13398
13399 * arm.h (enum floating_point_type): Delete. Replace with...
13400 (enum fputype): ... new.
13401 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
13402 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
13403 * arm.md (attr fpu): Reworked for new underlying enum values.
13404 * arm.c (arm_fpu_arch): Now enum fputype.
13405 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
13406 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
13407 Update uses of arm_fpu_arch and arm_fpu_tune.
13408
13409 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
13410
13411 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
13412 (try_crossjump_to_edge): Replace refereces to one jump table by
13413 references to identical jump table.
13414 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
13415 (replace_label): Moved to rtlanal.c.
13416 (struct rtx_pair): Moved to rtl.h.
13417 * rtl.h (struct rtx_pair): Moved from loop.c.
13418 (replace_label): New extern function.
13419 (subrtx_p): New extern function.
13420 (tablejump_p): New extern function.
13421 * rtlanal.c (replace_label): Moved from loop.c.
13422 (subrtx_p_1): New static function.
13423 (subrtx_p): New function.
13424 (tablejump_p): New function.
13425
13426 2003-03-10 Jan Hubicka <jh@suse.cz>
13427
13428 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
13429
13430 * cfgcleanup.c (merge_blocks): Return where to iterate next.
13431 (try_optimize_cfg): Use return value of merge_blocks
13432
13433 2003-03-10 Michael Matz <matz@suse.de>
13434
13435 * cfg.c (unchecked_make_edge): New.
13436 (cached_make_edge): Use it.
13437 * basic-block.h (unchecked_make_edge): Declare.
13438 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
13439
13440 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
13441
13442 * fpa.md: New file. Move all patterns relating to FPA co-processor
13443 to here...
13444 * arm.md: ... from here.
13445 (cirrus.md, fpa.md): Include at end of description.
13446 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
13447 (pic_load_addr_based): Remove register constraint from expander.
13448 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
13449 (sordered, sungt, sunle, sunge, sunlt): Likewise.
13450 (eh_epilogue, tablejump): Likewise.
13451
13452 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13453
13454 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
13455 on operands if it has a PLACEHOLDER_EXPR.
13456
13457 2003-03-09 David Edelsohn <edelsohn@gnu.org>
13458 Mostafa Hagog
13459
13460 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
13461 condition.
13462
13463 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
13464
13465 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
13466 * config/ip2k/ip2k.h: Similarly.
13467 * config/m32r/m32r.h: Similarly.
13468 * config/m68hc11/m68hc11.h: Similarly.
13469 * config/mn10200/mn10200.h: Similarly.
13470 * config/mn10300/mn10300.h: Similarly.
13471 * config/pdp11/pdp11.h: Similarly.
13472 * config/v850/v850.h: Similarly.
13473 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
13474 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
13475 * config/mips/iris3.h: Remove #if 0 block.
13476
13477 2003-03-09 Roger Sayle <roger@eyesopen.com>
13478 Joern Rennecke <joern.rennecke@superh.com>
13479
13480 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
13481 pending argument upon return from handle_braces here.
13482 (do_spec_2): Instead handle it upon return from do_spec_1 here.
13483
13484 2003-03-09 Roger Sayle <roger@eyesopen.com>
13485 Joern Rennecke <joern.rennecke@superh.com>
13486
13487 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
13488 pending argument upon return from handle_braces here.
13489 (do_spec_2): Instead handle it upon return from do_spec_1 here.
13490
13491 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13492
13493 * varasm.c (make_decl_one_only): Use declare_weak().
13494
13495 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13496
13497 PR middle-end/9986
13498 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
13499 after the common builtins.
13500 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
13501 * pa.c (TARGET_INIT_BUILTINS): Define.
13502 (pa_init_builtins): New function.
13503
13504 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
13505 space has been allocated for the outgoing arguments, set the arg
13506 pointer for a call emitted after virtuals have been instantiated
13507 using the stack pointer offset, otherwise abort.
13508
13509 2003-03-09 DJ Delorie <dj@redhat.com>
13510
13511 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
13512
13513 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
13514
13515 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
13516 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
13517 conversion to integer.
13518 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
13519
13520 2003-03-09 Roger Sayle <roger@eyesopen.com>
13521
13522 * builtins.def: Fix typo and improve grammar.
13523 * loop-unroll.c (decide_peel_completely): Tidy log message.
13524
13525 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
13526
13527 * config/h8300/h8300.md (*tstsi_upper_bit): New.
13528 (*iorsi3_e2f): Likewise.
13529
13530 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
13531
13532 * config/h8300/h8300.c (h8300_and_costs): Return the number of
13533 assembly instructions needed.
13534 (h8300_shift_costs): Likewise.
13535
13536 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
13537
13538 * config/cris/aout.h (ENDFILE_SPEC): Undef.
13539
13540 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
13541 moves from here ...
13542 * expr.c (emit_move_insn_1): ... to here.
13543
13544 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
13545 (TARGET_OS_CPP_BUILTINS): New macro.
13546 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
13547 (TARGET_OS_CPP_BUILTINS): New macro.
13548 (CPP_PREDEFINES): Don't define. Move old definitions and...
13549 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
13550 (TARGET_CPU_CPP_BUILTINS): New macro.
13551 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
13552 definitions and the optional __PIC__, __pic__ and
13553 __NO_UNDERSCORES__ definitions to...
13554 (TARGET_OS_CPP_BUILTINS): New macro.
13555
13556 * flags.h (flag_leading_underscore): Declare.
13557
13558 * c-opts.c (c_common_post_options): On fopen failure, return
13559 false, not NULL.
13560
13561 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13562
13563 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
13564 config.h.
13565 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
13566 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
13567
13568 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13569
13570 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
13571 CPP_PREDEFINES.
13572 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
13573 CPP_PREDEFINES.
13574
13575 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13576
13577 * c-common.h (c_common_init, c_common_post_options): Update.
13578 * c-objc-common.c (c_objc_common_init): Update for new prototype.
13579 * c-opts.c (saved_lineno): New.
13580 (c_common_post_options, c_common_init): Update prototypes,
13581 move call to cpp_read_main_file from latter to former.
13582 * c-tree.h (c_ojbc_common_init): Update.
13583 * langhooks-def.h (lhd_post_options): New.
13584 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
13585 * langhooks.c (lhd_post_options): New.
13586 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
13587 * toplev.c (no_backend): New.
13588 (process_options): Call post_options hook and set main_input_filename
13589 and input_filename here.
13590 (lang_dependent_init, do_compile): post_options hook moved to
13591 process_options.
13592 * objc/objc-act.c (objc_init): Update prototype.
13593 * objc/objc-act.h (objc_init): Update prototype.
13594
13595 2003-03-08 Roger Sayle <roger@eyesopen.com>
13596
13597 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
13598 a complex or vector type, using a load in the original mode.
13599
13600 2003-03-08 Jan Hubicka <jh@suse.cz>
13601
13602 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
13603 * gt-cgraph.h: New GC file.
13604 * cgraph.c (known_fns): New static variable.
13605 (cgraph_node): Add the decl into varray.
13606
13607 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13608
13609 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
13610
13611 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
13612
13613 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
13614 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
13615 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
13616 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
13617 All callers changed.
13618 * arm.md, arm.h, arm-protos.h: Updated.
13619
13620 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
13621 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
13622 * arm.c (arm_regno_class, f_register_operand): Updated.
13623
13624 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
13625
13626 * config/cris/cris.h: Remove EGCS references.
13627 (CPP_SPEC): Remove "-$".
13628 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
13629
13630 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13631
13632 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
13633 preference to CPP_PREDEFINES.
13634
13635 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
13636
13637 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
13638
13639 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
13640
13641 * config/h8300/h8300.md (*extzv_16_8): New.
13642
13643 2003-03-08 Jan Hubicka <jh@suse.cz>
13644
13645 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
13646 * cgraph.h: (cgraph_local_info): Add can_inline_once
13647 (cgraph_global_info): Add inline_once.
13648 (cgraph_node): Add previous.
13649 (cgraph_remove_node): New.
13650 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
13651 function.
13652 (cgraph_optimize): Call it.
13653 (cgraph_finalize_function): Set inlinable flags.
13654 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
13655 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
13656 (cgraph_expand_function): Likewise.
13657 * cgraph.c
13658 (cgraph_node): Put nodes into doubly linked chain.
13659 (cgraph_remove_node): New function.
13660 * flags.h (flag_inline_functions_called_once): Declare.
13661 * tree-inline.c: Include cgraph.h
13662 (inlinable_functions_p): Add extra argument to bypass limits.
13663 (expand_call_inline): Obey cgraph flag.
13664 * tree-inline.h (tree_inlinable_function_p): Update prototype.
13665
13666 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13667
13668 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
13669 irreducible loops.
13670
13671 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
13672 loops info correctly.
13673
13674 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
13675
13676 PR middle-end/7796
13677 * unroll.c (calculate_giv_inc): Handle constants being
13678 loaded with LSHIFTRT.
13679
13680 2003-03-07 David Edelsohn <edelsohn@gnu.org>
13681
13682 * config/rs6000/rs6000.c (processor_target_table): Do not disable
13683 GP optional instructions on Power3, Power4, 620, and 630.
13684
13685 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
13686
13687 * calls.c: Fix comment formatting.
13688 * cfgloopanal.c: Likewise.
13689 * cfgloopmanip.c: Likewise.
13690 * combine.c: Likewise.
13691 * dwarf2out.c: Likewise.
13692 * ggc-common.c: Likewise.
13693 * langhooks.c: Likewise.
13694 * loop-unroll.c: Likewise.
13695 * loop.c: Likewise.
13696 * ra-build.c: Likewise.
13697 * sbitmap.c: Likewise.
13698 * toplev.c: Likewise.
13699
13700 2003-03-07 James E Wilson <wilson@tuliptree.org>
13701
13702 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
13703
13704 2003-03-07 Geoffrey Keating <geoffk@apple.com>
13705
13706 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
13707 support -no-integrated-cpp.
13708
13709 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
13710 than langhooks.name.
13711
13712 2003-03-07 Michael Matz <matz@suse.de>
13713
13714 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
13715 (DF_FOR_REGALLOC): New.
13716 * df.c (df_ref_record): Set DF_REF_STRIPPED.
13717 (read_modify_subreg_p): Simplify.
13718 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
13719 Use DF_FOR_REGALLOC.
13720 * ra.h (struct web): New member subreg_stripped.
13721 (invalid_mode_change_regs): Declare.
13722 * ra.c (invalid_mode_change_regs): New.
13723 (init_ra): Initialize it.
13724 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
13725 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
13726 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
13727 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
13728 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
13729
13730 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
13731
13732 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
13733 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
13734 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
13735 machine description file from ...
13736 * cirrus.md: ... here.
13737
13738 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
13739
13740 * config/h8300/h8300.md (a peephole2): Don't use
13741 reg_overlap_mentioned_p.
13742
13743 2003-03-06 Geoffrey Keating <geoffk@apple.com>
13744
13745 * c-pch.c: Include langhooks.h.
13746 (IDENT_LENGTH): New.
13747 (get_ident): New.
13748 (pch_ident): Delete.
13749 (pch_init): Use get_ident, IDENT_LENGTH.
13750 (c_common_valid_pch): Likewise. Also, use actual language
13751 in warning message.
13752 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
13753
13754 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
13755 c-parse.in.
13756 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
13757 gt-objc-objc-act.h.
13758 (gt-objc-objc-act.h): New rule.
13759 * objc/lang-specs.h: Support PCH.
13760 * objc/objc-act.c: Include gt-objc-objc-act.h.
13761 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
13762 (build_selector_reference_decl): Move idx out, mark for PCH.
13763 (build_class_reference_decl): Likewise.
13764 (build_objc_string_decl): Move *_idx out, mark for PCH.
13765 (build_tmp_function_decl): Move xxx out, mark for PCH.
13766
13767 2003-03-06 Dale Johannesen <dalej@apple.com>
13768
13769 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
13770 global functions for inlining on Darwin.
13771
13772 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
13773
13774 * haifa-sched.c (schedule_block): Don't call reorder when sorting
13775 is prohibited.
13776
13777 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
13778
13779 * Makefile.in (c-ppoutput.o): Update.
13780 * c-common.h (init_pp_output): New.
13781 (preprocess_file): Update.
13782 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
13783 Register builtins.
13784 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
13785 Make call to cpp_read_main_file common to whether preprocessing
13786 or not. Don't register builtins.
13787 * c-ppoutput.c: Include c-pragma.h.
13788 (setup_callbacks): Rename init_pp_output.
13789 (preprocess_file): No longer setup callbacks or call
13790 cpp_read_main_file.
13791 * cpphash.h (_cpp_init_mbchar): New.
13792 * cppinit.c (init_library): Call _cpp_init_mbchar.
13793 * cpplex.c (_cpp_init_mbchar): New.
13794
13795 2003-03-06 Roger Sayle <roger@eyesopen.com>
13796
13797 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
13798 MEM, try loading the MEM into a register and taking the low-part
13799 of that, to help CSE see the use of the MEM in its true mode.
13800
13801 2003-03-05 Tom Tromey <tromey@redhat.com>
13802
13803 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
13804 Define.
13805
13806 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
13807
13808 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
13809 operand 2.
13810 ("*ineqbranchsi"): Likewise.
13811
13812 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
13813
13814 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
13815 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
13816 register store followed by a stack increment.
13817
13818 2003-03-05 Chris Moller <cmoller@redhat.com>
13819
13820 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
13821 to inhibit saving CARRY_REGS.
13822
13823 * config/stormy16/stormy16.c (xs_hi_general_operand):
13824 added predicate to detect and error-out on out-of-range
13825 const_ints for movhi.
13826 * config/stormy16/stormy16.md (movhi): use
13827 xs_hi_general_operand.
13828
13829 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
13830 added a check for local vbl size overflow.
13831 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
13832 added predicate to detect and error-out on out-of-range
13833 const_ints for addhi and subhi.
13834 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
13835 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
13836
13837 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
13838 add a term to accept PRE_MODIFY addresses.
13839 * config/stormy16/stormy16.c (xstormy16_expand_move):
13840 add code to expand PRE_MODIFY addresses to an add followed
13841 by a move.
13842
13843 2003-03-06 Jason Merrill <jason@redhat.com>
13844
13845 * tree-inline.c (inlinable_function_p): Revert earlier change
13846 pending investigation.
13847
13848 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
13849
13850 * config/h8300/h8300.md (a new peephole2): New.
13851
13852 2003-03-06 Jan Hubicka <jh@suse.cz>
13853
13854 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
13855
13856 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13857
13858 * dwarf2out.c (size_of_die): Compute size of external reference to
13859 die correctly.
13860
13861 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
13862
13863 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
13864 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
13865 expanders.
13866
13867 2003-03-05 Roger Sayle <roger@eyesopen.com>
13868
13869 * expr.h (lang_expand_expr): Delete obsolete prototype.
13870
13871 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13872
13873 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
13874
13875 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13876
13877 * config/h8300/h8300.md (a peephole2): Generalize to
13878 accept a memory operand.
13879
13880 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
13881
13882 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
13883 * config/alpha/alpha.c (print_operand, case '+'): New.
13884 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
13885 (call_value_osf_1_noreturn): Likewise.
13886
13887 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
13888
13889 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
13890 (expand_end_bindings): Likewise.
13891
13892 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13893
13894 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
13895 (epilogue): Don't generate return_external_pic when emitting PA 2.0
13896 code.
13897
13898 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
13899
13900 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
13901
13902 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
13903
13904 * hooks.c (hook_rtx_rtx_null): New.
13905
13906 * hooks.h (hook_rtx_rtx_null): Protoize.
13907
13908 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
13909 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
13910
13911 * target.h (struct gcc_target): Add dwarf_register_span.
13912
13913 * dwarf2out.c (multiple_reg_loc_descriptor): New.
13914 (one_reg_loc_descriptor): New.
13915 (reg_loc_descriptor): Add support for values that span more than
13916 one register.
13917
13918 2003-03-05 Jan Hubicka <jh@suse.cz>
13919
13920 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
13921 * alias.c: Include cgraph.h
13922 (mark_constant_function): Use cgraph_rtl_info.
13923 * calls.c: Include cgraph.h
13924 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
13925 calls.
13926 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
13927 * cgraph.c (cgraph_rtl_info): New function.
13928 * cgraph.h (cgraph_rtl_info): Declare
13929 (cgraph_rtl_info): Likewise.
13930 * function.h (struct function): Add recursive_call_emit.
13931 * toplev.c: Include cgraph.h.
13932 (rest_of_compilation): Set preferred_incoming_stack_boundary.
13933
13934 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
13935
13936 * config/h8300/h8300.c (output_simode_bld): Clear the
13937 destination first if possible.
13938 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
13939 alternative.
13940 (extzv_1_r_inv_h8300hs): Likewise.
13941
13942 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13943
13944 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
13945 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
13946 * cfgloop.c (flow_loop_free): Made global.
13947 (establish_preds): New static function.
13948 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
13949 (get_loop_exit_edges): New.
13950 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
13951 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
13952 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
13953 loops.
13954 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
13955 removability of an edge.
13956 (fix_irreducible_loops): New static function.
13957 (find_path, remove_path): Add ability to remove enclosing loops.
13958 (unloop): New.
13959 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
13960 flags.
13961 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
13962 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
13963 not neccessary.
13964 (decide_peel_completely, peel_loops_completely): Allow complete peeling
13965 of non-duplicable once rolling loops.
13966 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
13967
13968 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
13969
13970 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
13971 for align_jumps is 4.
13972
13973 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
13974 use GENERAL_REGS.
13975
13976 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
13977
13978 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
13979 according to va_arg type.
13980 (EXPAND_BUILTIN_VA_ARG): Remove.
13981 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
13982 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
13983
13984 2003-03-05 David Edelsohn <edelsohn@gnu.org>
13985
13986 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
13987 else clauses.
13988
13989 2003-03-05 Michael Matz <matz@suse.de>
13990
13991 * i386/i386.c (ix86_save_reg): Also test
13992 current_function_uses_const_pool.
13993
13994 2003-03-05 Michael Matz <matz@suse.de>
13995
13996 * unwind.h: Add the GPL exception.
13997 * Makefile.in (USER_H): Add unwind.h.
13998
13999 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
14000
14001 PR c/9799
14002 * c-typeck.c (push_init_level): Add sanity check.
14003
14004 2003-03-05 Jan Hubicka <jh@suse.cz>
14005
14006 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
14007 RTL inlining is done.
14008
14009 * cgraphunit.c (cgraph_mark_local_functions): New local function.
14010 (cgraph_optimize): Mark local functions.
14011 * i386-protos.h (init_cumulative_args): Update prototype.
14012 * i386.c (init_cumulative_args): Use register passing convention for
14013 local functions.
14014
14015 * cgraph.c (cgraph_global_info_ready): New global variable
14016 (cgraph_local_info, cgraph_global_info): New functions.
14017 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
14018 structures.
14019 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
14020 Declare.
14021 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
14022 (cgraph_mark_functions_to_output): Use inline_many.
14023 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
14024 (cgraph_expand_functions): Expand inline functions last.
14025 (cgraph_optimize): Do not emit uneeded functions.
14026
14027 2003-03-04 Steve Ellcey <sje@cup.hp.com>
14028
14029 * expr.c (convert_modes): Check for legal hard register.
14030
14031 2003-03-04 Tom Tromey <tromey@redhat.com>
14032
14033 * doc/sourcebuild.texi (Front End Directory): Document tags.
14034 * configure: Rebuilt.
14035 * configure.in (target_list): Added tags.
14036 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
14037 TAGS files by reference.
14038 * objc/Make-lang.in (objc.tags): New target.
14039
14040 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14041
14042 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
14043 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
14044 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
14045 gcov_read_string, gcov_write_length): Modified to enable reading/
14046 writing of whole .da file just once.
14047 (da_file_open, da_file_close, da_file_eof, da_file_error,
14048 da_file_position, da_file_seek, da_file_write, da_file_read): New
14049 functions.
14050 (actual_da_file, actual_da_file_position, actual_da_file_length,
14051 actual_da_file_buffer, actual_da_file_buffer_size): New static
14052 functions.
14053 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
14054 just once.
14055
14056
14057 2003-03-04 Andreas Schwab <schwab@suse.de>
14058
14059 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
14060 offset without frame pointer.
14061
14062 2003-03-04 Steve Ellcey <sje@cup.hp.com>
14063
14064 * expr.c (expand_expr): Call promote_mode to set unsignedp.
14065
14066 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
14067
14068 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
14069 * configure: Regenerated.
14070 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
14071
14072 2003-03-04 Andreas Jaeger <aj@suse.de>
14073
14074 * configure.in: Check for <memcheck.h>.
14075 * configure: Regenerated.
14076
14077 * config.in: Define HAVE_MEMCHECK_H.
14078
14079 * ggc-common.c: Use <memcheck.h> if available instead of
14080 <valgrind.h>.
14081 * ggc-page.c: Likewise.
14082 * cppfiles.c: Likewise.
14083
14084 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
14085
14086 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
14087
14088 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
14089
14090 PR c/9262
14091 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
14092 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
14093
14094 2003-03-04 Jan Hubicka <jh@suse.cz>
14095
14096 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
14097 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
14098 for -O3.
14099
14100 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
14101
14102 * configure.in: Delete three unused variables. Move a variable
14103 definition closer to its use. Simplify use_collect2 logic. Start to
14104 organize. Simplify tests for in-tree gas and ld.
14105 * configure: Regenerate.
14106
14107 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
14108
14109 * Makefile.in: Update.
14110 * c-common.c (flag_no_line_commands, flag_no_output,
14111 flag_dump_macros, flag_dump_includes): New.
14112 * c-common.h (flag_no_line_commands, flag_no_output,
14113 flag_dump_macros, flag_dump_includes, preprocess_file): New.
14114 (init_c_lex): Update prototype.
14115 * c-lex.c (init_c_lex): Update prototype; move some code to
14116 c_common_init.
14117 * c-opts.c (preprocess_file): Subsume into c_common_init.
14118 (c_common_decode_option): Update flags.
14119 (c_common_init): Move code from preprocess_file and init_c_lex.
14120 (sanitize_cpp_opts): Update.
14121 * c-ppoutput.c: New, cppmain.c almost verbatim.
14122 * cpphash.h (struct printer): Remove.
14123 (struct cpp_reader): Remove print.
14124 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
14125 cpp_preprocess_file): Remove.
14126 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
14127 and dump_includes.
14128 * cppmain.c: Remove.
14129 * doc/passes.texi: Update.
14130
14131 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14132
14133 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
14134 (assign_stack_local_1): Perform overall stack alignment only when
14135 STACK_ALIGNMENT_NEEDED is nonzero.
14136 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
14137
14138 * pa.c (compute_frame_size): Rename fsize to size. Account for
14139 alignment to a word boundary before general register save block. Only
14140 account for double-word alignment before floating point register save
14141 block if one or more are saved. Don't allocate space for %r3 when
14142 frame pointer is needed.
14143 (hppa_expand_prologue): Include alignment to word boundary in local
14144 frame size.
14145 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
14146 (STACK_ALIGNMENT_NEEDED): Define.
14147
14148 2003-03-04 Kevin Buettner <kevinb@redhat.com>
14149
14150 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
14151 global register variables.
14152
14153 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
14154
14155 * reload.c (reload_adjust_reg_for_mode): New function.
14156 (subst_reloads): Call it.
14157 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
14158 * reload.h (reload_adjust_reg_for_mode): Declare.
14159 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
14160 Call it.
14161
14162 2003-03-03 James E Wilson <wilson@tuliptree.org>
14163
14164 * optabs.c (add_equal_note): Delete SUBREG_REG use.
14165 Fixes PR c/7872.
14166
14167 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14168
14169 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
14170 (*ixorsi3_lshiftrt_16): New.
14171 (*iorsi3_ashift_16): Remove.
14172
14173 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14174
14175 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
14176 pattern.
14177
14178 2003-03-03 Geoffrey Keating <geoffk@apple.com>
14179
14180 * doc/install.texi (Specific): Update entry for powerpc-darwin.
14181
14182 2003-03-03 Richard Henderson <rth@redhat.com>
14183
14184 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
14185
14186 2003-03-03 David Edelsohn <edelsohn@gnu.org>
14187
14188 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
14189 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
14190 (rs6000_variable_issue): Do not return negative value.
14191 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
14192 scheduling pass.
14193
14194 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14195
14196 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
14197 prune_unused_types calls.
14198
14199 2003-03-03 Jason Merrill <jason@redhat.com>
14200
14201 * tree-inline.c (find_builtin_longjmp_call): Save and restore
14202 lineno and input_filename.
14203 (find_alloca_call): Likewise.
14204 (inlinable_function_p): Run the langhook earlier.
14205
14206 * calls.c (compute_argument_addresses): Give the new MEMs a
14207 minimum alignment of PARM_BOUNDARY.
14208
14209 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
14210
14211 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
14212 subtarget_asm_isa_spec.
14213 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
14214 (ASM_SPEC): Define as SH_ASM_SPEC.
14215 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
14216 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
14217 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
14218 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
14219
14220 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
14221 and align_jumps if not set.
14222 Force align_jumps to be at least 2.
14223 When relaxing, force align_functions to be at least the maximum of
14224 align_loops, align_jumps and 4.
14225 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
14226 (sh_loop_align): Honour align_loops_log.
14227
14228 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
14229 to check for indirect_jump_scratch.
14230 (indirect_jump_scratch): Add second set.
14231 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
14232 when looking for indirect_jump_scratch.
14233 Extract scratch register taking new structure of indirect_jump_scratch
14234 into account.
14235 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
14236
14237 2003-03-03 Jan Hubicka <jh@suse.cz>
14238
14239 * calls.c (rtx_for_function_call): Take the address as an argument
14240 (expand_call): Do not modify the expression.
14241
14242 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
14243 optimizing.
14244
14245 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14246
14247 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
14248 TARGET_H8300H and TARGET_H8300S.
14249
14250 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14251
14252 * config/h8300/h8300.md (a peephole2): New.
14253
14254 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14255
14256 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
14257 operands[0] and operands[1] are different.
14258
14259 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
14260
14261 * reload1.c (reload_cse_move2add): Remove variable success.
14262
14263 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14264
14265 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
14266 warnings.
14267
14268 2003-03-02 Richard Henderson <rth@redhat.com>
14269
14270 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
14271 * config.in, configure: Rebuild.
14272 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
14273 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
14274 paired ldtoffx and ldxmov annotations.
14275 (load_symptr_internal1): Remove.
14276 (load_symptr_high, load_symptr_low): New.
14277
14278 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
14279
14280 * c-incpath.c (add_path): Fix sysp assignment.
14281
14282 2003-03-02 Kurt Garloff <garloff@suse.de>
14283
14284 * params.def: Introduce parameter max-inline-insns-rtl for
14285 a separate limit for the RTL inliner.
14286 * params.h: Likewise.
14287 * integrate.c (function_cannot_inline_p): Use it.
14288 * toplev.c (decode_f_option): Set multiple parameters
14289 controlling inlining with -finline-limit.
14290 * params.def: Fix orthographic and typographic errors.
14291 * doc/invoke.texi: Document parameters controlling inlining
14292 and the way -finline-limit sets multiple of them.
14293
14294 * tree.h (struct tree_decl): Introduce inlined_function_flag,
14295 recording whether the function became eligible for inlining
14296 by a compiler flag rather than the declaration.
14297 Provide DID_INLINE_FUNC macro to access it.
14298 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
14299 * cp/decl.c (grokfndecl): Likewise.
14300 * toplev.c (rest_of_compilation): Likewise.
14301 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
14302 * print-tree.c (print_node): Report it.
14303 * params.def: Introduce new max-inline-insns-auto limit.
14304 * params.h: Likewise.
14305 * tree-inline.c (inlinable_function_p): Apply it to functions
14306 with DID_INLINE_FUNC set.
14307 * toplev.c (decode_f_option): Initialize it from -finline-limit
14308 value.
14309 * doc/invoke.texi: Document new parameter.
14310
14311 2003-03-02 Geoffrey Keating <geoffk@apple.com>
14312
14313 * fix-header.c (read_scan_file): Don't reference simplify_path.
14314
14315 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
14316
14317 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
14318 min/max instructions by default as may result in reload errors.
14319
14320 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
14321
14322 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
14323 avoid reload problems; define split for it.
14324
14325 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
14326
14327 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
14328 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
14329 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
14330 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
14331 rotatert and rotate.
14332 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
14333 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
14334 ("*rotrhi3_addr"): New split for shift insns on address register.
14335 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
14336 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
14337 (___rotrhi3): Likewise.
14338 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
14339
14340 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
14341
14342 * toplev.c (aux_base_name): Moved from toplev.h.
14343 (filename): Constify.
14344 (lang_dependent_init): Don't duplicate name.
14345 (process_options): Set aux_base_name here, not...
14346 (do_compile): ...here. Change protoype.
14347 (toplev_main): Move some code from do_compile.
14348 * toplev.h: Remove aux_base_name.
14349
14350 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
14351
14352 * config/h8300/h8300-protos.h: Add a prototype for
14353 iorxor_operator.
14354 * config/h8300/h8300.c (print_operand): Handle 'c'.
14355 (iorxor_operator): New.
14356 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
14357 * config/h8300/h8300.md (*iorhi3_zext): Remove.
14358 (*iorsi3_zexthi): Likewise.
14359 (*iorsi3_zextsi): Likewise.
14360 (*xorhi3_zextqi): Likewise.
14361 (*xorsi3_zexthi): Likewise.
14362 (*xorsi3_zextsi): Likewise.
14363 (*ixorhi3_zext): New.
14364 (*ixorsi3_zext_qi): Likewise.
14365 (*ixorsi3_zext_hi): Likewise.
14366
14367 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
14368
14369 * c-incpath.c (remove_component_p, simplify_path): Move back to
14370 cppfiles.c.
14371 (remove_duplicates): Use cpp_simplify_path.
14372 * c-incpath.h (simplify_path): Remove.
14373 * c-lex.c: Don't include c-incpath.h.
14374 (init_c_lex): Remove simplify_path.
14375 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
14376 (find_or_create_entry, validate_pch): Revert.
14377
14378 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
14379
14380 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
14381 an external cpp during compilation.
14382 (option_map): Likewise.
14383 * objc/lang-specs.h (default_compilers): Similarly.
14384 * doc/invoke.texi: Document -no-integrated-cpp flag.
14385
14386 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
14387
14388 * config/h8300/h8300.md (zero_extendqisi2): Change to an
14389 expander.
14390 (*zero_extendqisi2_h8300): New.
14391 (*zero_extendqisi2_h8300hs): New.
14392 (two splitters): New.
14393
14394 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14395
14396 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
14397
14398 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14399
14400 * config/h8300/h8300.md (a peephole2): Remove dead code.
14401
14402 2003-03-01 Roger Sayle <roger@eyesopen.com>
14403
14404 PR c++/9367
14405 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
14406 (BT_FN_INT_CONST_STRING_VALIST_ARG,
14407 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
14408 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
14409 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
14410 BT_FN_INT_STRING_CONST_STRING_VAR,
14411 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
14412 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
14413 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
14414 ATTR_NONNULL_3): Also include the nothrow attribute.
14415 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
14416 vsnprintf, vscanf, vsscanf): Don't define attributes here.
14417 * builtins.def (putchar, puts): Make full C89 built-ins.
14418 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
14419 vsscanf, vsnprintf, vsprintf): New built-ins.
14420 * c-common.c (c_common_nodes_and_builtins): Handle new macro
14421 DEF_FUNCTION_TYPE_VAR_3.
14422
14423 * doc/extend.texi: Document these new built-in functions.
14424
14425 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14426
14427 * config/h8300/h8300.md (a peephole2): New.
14428
14429 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
14430
14431 * predict.c (estimate_bb_frequencies): Correctly set
14432 real_values_initialized after initialization.
14433
14434 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
14435
14436 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
14437 cppinit.o, cppdefault.o, fix-header): Update.
14438 * c-incpath.c: New file.
14439 * c-incpath.h: New file.
14440 * c-lex.c: Include c-incpath.h.
14441 (init_c_lex): Register path simplifier.
14442 * c-opts.c: Include cppdefault.h and c-incpath.h.
14443 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
14444 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
14445 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
14446 (missing_arg, c_common_decode_option): Handle them.
14447 (c_common_post_options): Register include chains.
14448 (print_help): Update.
14449 * cppdefault.h (struct default include): Update.
14450 Move some macros to ...
14451 * cppdefault.c: ... here.
14452 (cpp_include_defaults): Add extra field add_sysroot.
14453 * cppfiles.c (include_file, search_from, find_or_create_entry,
14454 cpp_included, find_include_file, remap_filename): Update for
14455 renaming of search_path to cpp_path, and of the chain headers.
14456 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
14457 * cpphash.h (struct search_path): Move to cpplib.h.
14458 (struct cpp_buffer, struct cpp_reader): Update.
14459 (_cpp_simplify_pathname): Remove.
14460 * cppinit.c: Don't include prefix.h and cppdefault.h.
14461 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
14462 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
14463 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
14464 no_pth, cpp_handle_options): Remove.
14465 (struct pending_option): Remove chain members.
14466 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
14467 cpp_handle_option): Update.
14468 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
14469 (struct cpp_options): Remove quote_include, bracket_include,
14470 include_prefix, include_prefix_len, verbose, ignore_srcdir,
14471 no_standard_includes, no_standard_cplusplus_includes.
14472 (struct cpp_callbacks): Add simplify_path.
14473 (cpp_handle_options): Remove.
14474 * fix-header.c: Include c-incpath.h.
14475 (read_scan_file): Update to use c-incpath functionality.
14476 * doc/passes.texi: Update.
14477
14478 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14479
14480 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
14481 satisfies EXTRA_CONSTRAINT 'U'.
14482
14483 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
14484
14485 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
14486 register.
14487 (*tst_extzv_memqi_1_n): Change to a splitter.
14488 (a peephole2): Update.
14489
14490 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
14491
14492 * predict.c (estimate_bb_frequencies): Initialize the sreal
14493 constants once per compilation.
14494
14495 2003-02-28 Richard Henderson <rth@redhat.com>
14496
14497 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
14498
14499 2003-02-28 scott snyder <snyder@fnal.gov>
14500
14501 * flags.h: Add flag_eliminate_unused_debug_types.
14502 * toplev.c: Add flag_eliminate_unused_debug_types.
14503 (f_options): Add -feliminate-unused-debug-types.
14504 * dwarf2out.c (struct file_table): Add emitted member.
14505 (splice_child_die): Fix the parent pointer for the child being
14506 spliced.
14507 (lookup_filename): Maintain file_table.emitted array. Don't
14508 output .file directive here.
14509 (maybe_emit_file): (new)
14510 (init_file_table): Set up file_table.emitted.
14511 (dwarf2out_source_line): Use maybe_emit_file.
14512 (dwarf2out_start_source_file): Use maybe_emit_file.
14513 (dwarf2out_init): Use maybe_emit_file.
14514 (prune_unused_types_walk_attribs): (new)
14515 (prune_unused_types_mark): (new)
14516 (prune_unused_types_walk): (new)
14517 (prune_unused_types_prune): (new)
14518 (prune_unused_types): (new)
14519 (dwarf2out_finish): Call prune_unused_types if
14520 flag_eliminate_unused_debug_types is set.
14521 * doc/invoke.texi (Option Summary): Add
14522 -feliminate-unused-debug-types.
14523 (Debugging Options): Likewise.
14524
14525 2003-02-28 Geoffrey Keating <geoffk@apple.com>
14526
14527 * doc/invoke.texi: Change .pch to .gch.
14528 * cppfiles.c (open_file_pch): Likewise.
14529 * gcc.c (default_compilers): Likewise.
14530
14531 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
14532
14533 * floatlib.c: Remove.
14534
14535 2003-02-28 Jason Merrill <jason@redhat.com>
14536
14537 * stor-layout.c (variable_size): Leave a "minus 1" outside the
14538 SAVE_EXPR.
14539
14540 2003-02-28 David Edelsohn <edelsohn@gnu.org>
14541
14542 * config/rs6000/power4.md: Add compare bypass.
14543
14544 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
14545
14546 * config/netbsd.h: Update copyright years.
14547 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
14548 -pthread is specified on the command line.
14549
14550 2003-02-28 Dale Johannesen <dalej@apple.com>
14551
14552 * loop.c (struct movable): Add insert_temp, shrink savemode.
14553 (scan_loop): Accept invariants that require copying; mark as
14554 insert_temp.
14555 (combine_movables): Don't combine insert_temp movables.
14556 (move_movables): Insert copies for insert_temp movables.
14557 Don't record the info based on regno for insert_temp's.
14558
14559 2003-02-28 Joel Sherrill <joel@OARcorp.com>
14560
14561 PR 9638/other
14562 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
14563 this constant defaults to 1.
14564
14565 2003-02-28 Bob Wilson <bob.wilson@acm.org>
14566
14567 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
14568
14569 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
14570
14571 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
14572 ARMv5e processor, not just for XScale. Instructions are predicable.
14573 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
14574
14575 2003-02-28 Nick Clifton <nickc@redhat.com>
14576
14577 * config/arm/arm.c (note_invalid_constants): Change parameter type
14578 from bool to int.
14579
14580 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
14581
14582 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
14583 test of bit 7.
14584 (*tst_extzv_memqi_1_n): Likewise.
14585 (a peephole2): New.
14586
14587 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
14588
14589 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
14590 #ifndef __mips16.
14591
14592 2003-02-28 Jan Hubicka <jh@suse.cz>
14593
14594 * combine.c (gen_lowpart_for_combine): Update handling of
14595 subregs_of_mode
14596 * flow.c (life_analysis, mark_used_regs): Likewise.
14597 * regclass.c (subregs_of_mode): Turn into single bitmap.
14598 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
14599 dealing with subregs_of_mode
14600 * regs.h (subregs_of_mode): Update prototype.
14601
14602 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
14603
14604 * emit-rtl.c (set_reg_attrs_for_parm): New function.
14605 * rtl.h (set_reg_attrs_for_parm): New exported function.
14606 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
14607 set_reg_attrs_from_mem.
14608
14609 2003-02-27 Roger Sayle <roger@eyesopen.com>
14610 Zack Weinberg <zack@codesourcery.com>
14611
14612 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
14613
14614 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
14615
14616 * reload1.c (sext_for_mode): Remove.
14617 (reload_cse_move2add): Use trunc_int_for_mode instead of
14618 sext_for_mode.
14619 (move2add_note_store): Likewise.
14620 Reset register information if we see a set in non-integer
14621 mode.
14622
14623 2003-02-27 David Edelsohn <edelsohn@gnu.org>
14624
14625 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
14626 option.
14627 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
14628 * config/rs6000/aix51.h: Same.
14629 * config/rs6000/aix52.h: Same.
14630 * config/rs6000/power4.md: Additional VMX bypasses.
14631
14632 2003-02-27 Geert Bosch <bosch@gnat.com>
14633
14634 * toplev.c (print_version): Add indentation for GGC heuristics and
14635 output after printing version information.
14636
14637 2003-02-27 James E Wilson <wilson@tuliptree.org>
14638
14639 * combine.c (simplify_comparison): Require integral mode when
14640 permuting SUBREG with AND.
14641
14642 2003-02-27 Steve Ellcey <sje@cup.hp.com>
14643
14644 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
14645
14646 2003-02-27 Nick Clifton <nickc@redhat.com>
14647
14648 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
14649 deleted when cirrus instructions were added.
14650
14651 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
14652
14653 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
14654 POSIX thread support by default.
14655
14656 2003-02-27 Roger Sayle <roger@eyesopen.com>
14657
14658 * config/i386/cygwin.h: Don't include any other files directly.
14659 * config/i386/mingw32.h: Don't include cygwin.h directly.
14660 * config.gcc (cygwin, mingw32, uwin): Instead make these files
14661 explicit in the tm_files variable.
14662
14663 2003-02-27 Alan Modra <amodra@bigpond.net.au>
14664
14665 * config/rs6000/rs6000.md: Add TI constant splitter.
14666
14667 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
14668
14669 * builtins.c (purge_builtin_constant_p): Handle subreg of
14670 constant_p_rtx too.
14671
14672 * function.c (assign_stack_local_1): Truncate constant added to
14673 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
14674
14675 2003-02-26 David Edelsohn <edelsohn@gnu.org>
14676
14677 * config.gcc: Add power4 to PowerPC with_cpu list.
14678
14679 2003-02-26 Jan Hubicka <jh@suse.cz>
14680
14681 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
14682
14683 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14684
14685 * gcov-dump.c (print_prefix): Fix signedness warning.
14686 * gcov-io.h (struct counter_section, struct counter_section_data): New.
14687 (struct function_info): n_arc_counts field removed, n_counter_sections,
14688 counter_sections fields added.
14689 (struct gcov_info): arc_counts, n_arc_counts fields removed,
14690 n_counter_sections, counter_sections fields added.
14691 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
14692 profile sections.
14693 * profile.h (MAX_COUNTER_SECTIONS): New.
14694 (struct section_info): New.
14695 (struct profile_info): count_instrumented_edges,
14696 count_edges_instrumented_now fields removed, n_sections, section_info
14697 fields added.
14698 (find_counters_section): Declare.
14699 * profile.c (struct function_list): count_edges field removed,
14700 n_counter_sections, counter_sections fields added.
14701 (set_purpose, label_for_tag, build_counter_section_fields,
14702 build_counter_section_value, build_counter_section_data_fields,
14703 build_counter_section_data_value, build_function_info_fields,
14704 build_function_info_value, build_gcov_info_fields,
14705 build_gcov_info_value): New static functions.
14706 (find_counters_section): New function.
14707 (instrument_edges, get_exec_counts, compute_branch_probabilities,
14708 branch_prob, create_profiler): Modified to support multiple profile
14709 sections.
14710
14711 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14712
14713 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
14714 is 8 * STACK_BOUNDARY.
14715 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
14716
14717 2003-02-26 Michael Matz <matz@suse.de>
14718
14719 * ra-colorize.c (merge_moves): Fix list handling.
14720
14721 2003-02-26 Nick Clifton <nickc@redhat.com>
14722
14723 * config/arm/arm.c (is_load_address): Rename to...
14724 (arm_memory_load_p) ... this and make it check for SUBREGs and
14725 constant loads that will be converted into loads from the
14726 minipool.
14727 (is_cirrus_insn): Rename to ...
14728 (arm_cirrus_insn_p): ... this, for consistency. Replace test
14729 of CIRRUS_NO with CIRRUS_NOT.
14730 (cirrus_reorg): Use renamed functions.
14731 (note_invalid_constants): Change from a void function to bool.
14732 Add an extra parameter, saying whether the fixups should be
14733 pushed. Return true if fixups are needed.
14734 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
14735 of CIRRUS_NO with CIRRUS_NOT.
14736 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
14737 other floating point co-processors can also affect this.
14738 * config/arm/arm.md ("type" attribute): Add mav_farith and
14739 mav_dmult. Replace references to "cirrus_type" attribute with
14740 "type".
14741 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
14742 ("cirrus_type" attribute): Delete - use "type" instead.
14743 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
14744 'normal'.
14745
14746 2003-02-25 Jan Hubicka <jh@suse.cz>
14747
14748 * objc-act.c: Include cgraph.h
14749 (mark_referenced_methods): New function.
14750 (objc_init): Call it.
14751 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
14752
14753 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
14754 mode.
14755
14756 * optabs.c (expand_fix): Do not widen the input operand.
14757
14758 * expr.c (emit_group_store): Fix crash when converting single
14759 register into complex register.
14760
14761 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
14762 * alias.c: Include timevar.h
14763 (init_alias_analysis): Set timevar
14764 * jump.c: Include timevar.h
14765 (rebuild_jump_labels): Set timevar
14766 * regcalss.c: Include timevar.h
14767 (reg_scan): Set timevar
14768 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
14769
14770 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
14771
14772 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
14773
14774 * Makefile.in (loop-unroll.o): New.
14775 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
14776 (unroll_and_peel_loops): Declare.
14777 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
14778 flag_old_unroll_loops.
14779 * loop.c (loop_invariant_p): Ditto.
14780 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
14781 flag_old_unroll_all_loops.
14782 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
14783 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
14784 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
14785 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
14786 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
14787 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
14788 PARAM_MAX_ONCE_PEELED_INSNS): New.
14789 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
14790 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
14791 instead of old one.
14792 (flag_peel_loops): New.
14793 (lang_independent_options): The new flags added.
14794 (rest_of_compilation): Call new unroller.
14795 (process_options): Setup flags for coexistence of old and new unroller.
14796 * doc/invoke.texi: Document new options.
14797 * doc/passes.texi: Document new unroller pass.
14798
14799 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
14800
14801 * fixinc/fixincl.x: Regenerate
14802
14803 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
14804
14805 * function.c (assign_parms): Set reg_attrs for parameters passed in
14806 registers.
14807
14808 2003-02-26 Alan Modra <amodra@bigpond.net.au>
14809
14810 PR target/9681
14811 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
14812
14813 2003-02-25 David Edelsohn <edelsohn@gnu.org>
14814
14815 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
14816 pseudo-op.
14817
14818 2003-02-25 Roger Sayle <roger@eyesopen.com>
14819
14820 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
14821 * cse.c (invalidate_skipped_set): Likewise.
14822 * integrate.c (subst_constants): Likewise.
14823 * jump.c (reversed_comparison_code_parts): Likewise.
14824 * loop.c (canonicalize_condition): Likewise.
14825 * simplify-rtx.c (simplify_relational_operation): Likewise.
14826
14827 2003-02-25 Roger Sayle <roger@eyesopen.com>
14828
14829 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
14830 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
14831 the appropriate macro to define built-in function.
14832 (fmod,fmodf,fmodl): New built-in functions.
14833
14834 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
14835
14836 2003-02-25 Richard Henderson <rth@redhat.com>
14837
14838 * config/i386/i386.c (function_arg): Pass variable sized
14839 structures correctly on the stack.
14840
14841 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
14842
14843 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
14844 does not reduce the cost of SET.
14845
14846 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14847
14848 PR target/9732
14849 * config/rs6000/rs6000.c (first_reg_to_save): Handle
14850 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
14851 (rs6000_emit_prologue): Likewise.
14852 (rs6000_emit_epilogue): Likewise.
14853 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
14854 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
14855
14856 2003-02-25 Richard Henderson <rth@redhat.com>
14857
14858 * real.c (real_to_integer2): Force overflow result only for
14859 unsigned overflow.
14860
14861 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
14862
14863 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
14864
14865 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
14866 Richard Henderson <rth@redhat.com>
14867
14868 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
14869 there is no similar load.
14870
14871 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
14872 Richard Henderson <rth@redhat.com>
14873
14874 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
14875 sched-rgn.c.
14876 (add_forward_dependence): New function prototype.
14877
14878 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
14879 sched-init.h.
14880 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
14881 them to haifa-sched.c.
14882
14883 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
14884 haifa_classify_insn): Move them from sched-rgn.c.
14885
14886 * sched-deps.c (add_dependence): Return flag of creating a new
14887 entry.
14888 (add_forward_dependence): New function.
14889 (compute_forward_dependences): Use the function.
14890
14891 * sched-ebb.c (earliest_block_with_similiar_load): New function.
14892 (add_deps_for_risky_insns): New function.
14893 (schedule_ebb): Call the function.
14894
14895 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
14896
14897 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
14898 TARGET_VECTOR_OPAQUE_P. Document accordingly.
14899
14900 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
14901 opaque types fail.
14902
14903 * c-typeck.c (comptypes): Change call to vector_types_compatible
14904 to vector_opaque_p.
14905 (convert_for_assignment): Call vector_opaque_p instead of
14906 vector_types_compatible.
14907 (really_start_incremental_init): Disallow initialization of opaque
14908 types.
14909
14910 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
14911 Define TARGET_VECTOR_OPAQUE_P.
14912 (TARGET_INITIALIZER): Same.
14913
14914 * target.h (struct gcc_target): Remove vector_types_compatible.
14915 Add vector_opaque_p.
14916
14917 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
14918 Remove.
14919 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
14920 a vector type. Change return type to bool.
14921 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
14922 (TARGET_VECTOR_OPAQUE_P): Define.
14923
14924 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
14925 target hook.
14926 Include target.h.
14927 (cp_parser_init_declarator): Fix typo in function comments.
14928
14929 2003-02-25 Jan Hubicka <jh@suse.cz>
14930
14931 * Makefile.in (lcm.o): Add dependency on function.h
14932 * lcm.c (function.h): Include.
14933 * i386.c (machine_function, ix86_stack_locals,
14934 * ix86_save_varrargs_registers) : Move to
14935 ...
14936 * i386.h (machine_function, ix86_stack_locals,
14937 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
14938 (ix86_optimize_mode_switching): New.
14939 * i386.md (fix patterns): Set ix86_optimize_mode_switching
14940
14941 2003-02-25 Nick Clifton <nickc@redhat.com>
14942
14943 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
14944 of fourth arg is 'fndecl' not 'indirect'. Update comment
14945 describing the function's parameters.
14946
14947 2003-02-24 Jan Hubicka <jh@suse.cz>
14948
14949 * combine.c (simplify_shift_const): Fix previous patch.
14950
14951 2003-02-24 Jeff Law <law@redhat.com>
14952
14953 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
14954 alternative.
14955 (testsi_1, testhi_1, testqi_1): Likewise.
14956
14957 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14958
14959 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
14960 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
14961 * doc/extend.texi (Tru64 Pragmas): Reflect this.
14962
14963 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
14964 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
14965 * fixinc/fixincl.x: Regenerate.
14966 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
14967 testcase.
14968 Fixes PR c/5059, c/6126, other/9671.
14969
14970 2003-02-24 Roger Sayle <roger@eyesopen.com>
14971
14972 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
14973 from handle_braces in "%{...}".
14974
14975 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
14976
14977 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
14978 (prepare_move_operands): Handle TLS operands.
14979 (tls_symbolic_operand): New.
14980 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
14981 (legitimize_pic_address): Do nothing for the TLS symbol.
14982 (sh_encode_section_info): Handle TLS case.
14983 (sh_strip_name_encoding): Drop TLS encoding.
14984 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
14985 * config/sh/sh.h (SH_TLS_ENCODING): Define.
14986 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
14987 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
14988 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
14989 * config/sh/sh.md: Define TLS UNSPEC constants.
14990 (type): Add tls_load.
14991 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
14992 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
14993 ("tls_initial_exec"): New insn.
14994 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
14995 ("load_gbr"): New insn.
14996
14997 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
14998 * configure: Regenerate.
14999
15000 2003-02-24 Alan Modra <amodra@bigpond.net.au>
15001
15002 PR 9297, PR 9722
15003 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
15004 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
15005 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
15006 (enum block_op_methods): Reorder for better store_expr optimization.
15007 * expr.c (store_expr): Test bit 1 of "want_value" for call param
15008 stores, test bit 0 for original want_value meaning. Pass
15009 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
15010 recursive calls, and calls to expand_param.
15011 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
15012 expected, set target to 0 rather than to subtarget. Formatting.
15013
15014 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
15015
15016 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
15017
15018 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15019
15020 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
15021 new default behavior.
15022 * ggc-common.c: Include sys/resource.h.
15023 (ggc_rlimit_bound): New function.
15024 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
15025 defaults to account for rlimits.
15026
15027 2003-02-22 Richard Henderson <rth@redhat.com>
15028
15029 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
15030
15031 2003-02-22 Kelley Cook <kelley@dwhoops.info>
15032
15033 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
15034 (ix86_tune_string): Rename from ix86_cpu_string.
15035
15036 2003-02-22 Kelley Cook <kelleycook@comcast.net>
15037
15038 * config/i386/i386.c: Replace "mcpu" with "mtune".
15039 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
15040 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
15041 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
15042 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
15043
15044 2003-02-23 Andreas Schwab <schwab@suse.de>
15045
15046 * config.gcc: Delete references to m68k/t-linux and
15047 m68k/t-linux-aout.
15048 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
15049
15050 2003-02-22 Jan Hubicka <jh@suse.cz>
15051
15052 * toplev.c (rest_of_compilation): Apply fotgotten hunk
15053 of track scheduling patch.
15054
15055 2003-02-22 Jan Hubicka <jh@suse.cz>
15056
15057 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
15058 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
15059
15060 2003-02-22 Jan Hubicka <jh@suse.cz>
15061
15062 * c-decl.c (c_expand_body_1): Fix.
15063
15064 2003-02-22 Jan Hubicka <jh@suse.cz>
15065
15066 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
15067
15068 * cfgcleanup.c (try_forward_edges): Don't check loop structures
15069 when not optimizing.
15070 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
15071 when not expensive.
15072 * toplev.c (rest_of_compilation): Duplicate loop headers only when
15073 optimizing; Delete trivially dead insns early; fix optimize check.
15074
15075 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
15076 dependency on cgraph.h
15077 * c-decl.c: Include cgraph.h
15078 (finish_function): Update call of tree_inlinable_function_p.
15079 * c-objc-common.c: Include cgraph.h
15080 * cgraph.h: New file.
15081 * cgraphunit.c: New file.
15082 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
15083 (cgraph_nodes, cgraph_n_nodes): Globalize.
15084 (cgraph_finalize_function, cgraph_finalize_compilation_unit
15085 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
15086 Move into cgraphunit.c
15087 * tree-inline.c: Include cgraph.h
15088 * tree-inline.c: Include cgraph.h
15089
15090 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
15091
15092 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
15093 for copying a register.
15094
15095 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
15096
15097 PR other/3782
15098 * toplev.c (process_options): If flag_detailed_statistics is set,
15099 then set time_report as well.
15100
15101 PR c/8828
15102 * jump.c (never_reached_warning): Don't fall through BARRRIER
15103 insns. Update comments to reflect what the function really does.
15104
15105 2003-02-21 Roger Sayle <roger@eyesopen.com>
15106
15107 * fold-const.c (omit_one_operand): No longer static.
15108 * tree.h (omit_one_operand): Prototype here.
15109 (div_and_round_double): Keep fold-const.c prototypes together.
15110 * builtins.c (builtin_mathfn_code): Handle binary built-in
15111 funtions, such as "pow" and "atan2".
15112 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
15113 Simplify optimizations using "type" the builtin's return type.
15114
15115 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
15116
15117 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
15118 Fix functionalization typo.
15119
15120 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
15121 in an asm.
15122
15123 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15124
15125 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
15126 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
15127 documentation.
15128 * ggc-common.c: Include params.h
15129 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
15130 init_ggc_heuristics): New functions.
15131 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
15132 init_ggc_heuristics): Prototype.
15133 * toplev.c (print_version): Output GGC heuristics.
15134 (parse_options_and_default_flags): Call init_ggc_heuristics.
15135
15136 2003-02-22 Jan Hubicka <jh@suse.cz>
15137
15138 * i386.c (def_builtin): Special case 64bit builtins.
15139 (MASK_SSE164, MASK_SSE264): New constants.
15140 (builtin_description): Add 64bit builtins.
15141 (ix86_init_mmx_sse_builtins): Likewise.
15142 * i386.h (enum ix86_builtins): Likewise.
15143 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
15144 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
15145 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
15146 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
15147 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
15148 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
15149 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
15150
15151 2003-02-22 Jan Hubicka <jh@suse.cz>
15152
15153 * i386.c (builtin_description): Add __builtin_ia32_paddq and
15154 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
15155 and __builtin_ia32_psubq128.
15156 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
15157 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
15158 (mmx_adddi3, mmx_subdi3): New.
15159 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
15160 * xmmintrin.h (_mm_movepi64_pi64): New.
15161 (_mm_add_epi64, _mm_sub_epi64): fix.
15162 (_mm_mul_pu16): Rename to...
15163 (_mm_mul_su32): ... this one.
15164
15165 * builtins.c (expand_builtin_expect): Do not predict
15166 flag_guess_branch_prob is not set.
15167 * c-semantics.c (expand_stmt): Likewise.
15168 * predict.c (predict_insn): Likewise.
15169 * stmt.c (expand_continue_loop): Likewise.
15170 * toplev.c (rest_of_compilation): Do not call
15171 note_prediction_to_br_prob and note_prediction_to_br_prob
15172 when not optimizing.
15173
15174 2003-02-21 Jan Hubicka <jh@suse.cz>
15175
15176 * cfgrtl.c (commit_edge_insertions): Call
15177 find_many_sub_basic_block only when some code has been emitted.
15178 (commit_edge_insertions_watch_calls): Bring into sync with
15179 commit_edge_insertions
15180
15181 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
15182
15183 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
15184
15185 * sh.md (binary_sf_op): Use extra constant operand instead of
15186 negating constant operand 4.
15187 * sh.c (sh_expand_binop_v2sf): Supply it.
15188
15189 2003-02-21 Zack Weinberg <zack@codesourcery.com>
15190
15191 * cpphash.h (struct lexer_state): Add directive_wants_padding.
15192 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
15193 for directives of type INCL.
15194 (glue_header_name, parse_include): Use get_token_no_padding.
15195 * cppmacro.c (replace_args): If directive_wants_padding,
15196 provide padding tokens.
15197
15198 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
15199
15200 * config/h8300/h8300.md (a peephole2): New.
15201
15202 2003-02-21 Jan Hubicka <jh@suse.cz>
15203
15204 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
15205 (commit_edge_insertions): Call find_many_sub_basic_blocks
15206
15207 * reg-stack.c (convert_regs): Cleax aux for blocks.
15208
15209 2003-02-21 Jan Hubicka <jh@suse.cz>
15210
15211 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
15212
15213 2003-02-21 Glen Nakamura <glen@imodulo.com>
15214
15215 PR optimization/8613
15216 * builtins.c (expand_builtin): Emit postincrements before expanding
15217 builtin functions.
15218
15219 2003-02-21 Ben Elliston <bje@redhat.com>
15220
15221 PR other/5634
15222 * doc/install.texi (Configuration): Explain using $HOME instead of
15223 the ~ metacharacter when referring to home directories.
15224
15225 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
15226
15227 * configure.in (TARGET_SYSTEM_ROOT): Set default to
15228 ${exec_prefix}/${target_alias}/sys-root. Match explicit
15229 '${exec_prefix}' (in addition to the expansion thereof) as
15230 relocatable.
15231 * configure: Rebuilt.
15232
15233 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
15234
15235 * config/h8300/h8300.md (addhi3_incdec): Change the name to
15236 *addhi3_incdec.
15237 (addsi3_incdec): Change the name to *addsi3_incdec.
15238
15239 2003-02-20 Roger Sayle <roger@eyesopen.com>
15240
15241 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
15242
15243 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
15244
15245 PR fortran/9038
15246 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
15247 options to be ignored.
15248 (c_common_decode_option): Ignore them when preprocessing.
15249
15250 2003-02-20 Jan Hubicka <jh@suse.cz>
15251
15252 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
15253 global variables.
15254 (lang_independent_options): Add -fsched2-use-superblocks
15255 -fsced2-use-traces.
15256 (rest_of_compilation): Deal with it.
15257 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
15258 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
15259 Declare.
15260 * rtl.h (reg_to_stack): Update prototype.
15261 * reg-stack.c (reg_to_stack): Return when something has changed;
15262 update liveness when executing after superblock scheduling.
15263
15264 * combine.c (simplify_shift_const): Simplify few special cases
15265 into constants.
15266
15267 2003-02-20 David Edelsohn <edelsohn@gnu.org>
15268
15269 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
15270 (add.,subf.,neg.): Change attribute to fast_compare.
15271 All DFA descriptions updated.
15272
15273 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
15274
15275 Change base class access representation.
15276 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
15277 TREE_VIA_PRIVATE): Remove.
15278 (BINFO_BASEACCESSES): New binfo elt.
15279 (BINFO_BASEACCESS): New accessor.
15280 (BINFO_ELTS): Increase.
15281 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
15282 (access_public_node, access_protected_node,
15283 access_private_node): New global nodes.
15284 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
15285 * dbxout.c (dbxout_type): Adjust.
15286 * dwarf2out.c (gen_inheritance_die): Add access parameter.
15287 (gen_member_die): Adjust.
15288 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
15289 (output_type): Adjust.
15290 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
15291
15292 Change base class access representation. Share virtual base
15293 binfos.
15294 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
15295 call.
15296 * cp/class.c (build_base_path): Likewise.
15297 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
15298 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
15299 (make_new_vtable): Adjust.
15300 (force_canonical_binfo_r): Delete.
15301 (force_canonical_binfo): Delete.
15302 (mark_primary_virtual_base): Delete.
15303 (dfs_unshared_virtual_bases): Delete.
15304 (mark_primary_bases): Adjust.
15305 (maybe_warn_about_overly_private_class): Adjust.
15306 (dfs_base_derived_from): Delete.
15307 (base_derived_from): Follow the inheritance chain.
15308 (struct find_final_overrider_data): Add vpath member.
15309 (dfs_find_final_overrider): Adjust.
15310 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
15311 (find_final_overrider): Adjust.
15312 (update_vtable_entry_for_fn): Adjust.
15313 (modify_all_vtables): Adjust.
15314 (walk_subobject_offsets): Adjust.
15315 (layout_nonempty_base_or_field): Adjust.
15316 (layout_empty_base): Remove last parameter. Adjust.
15317 (build_base_field): Adjust.
15318 (build_base_fields): Adjust.
15319 (propagate_binfo_offsets): Remove last parameter. Adjust.
15320 (dfs_set_offset_for_unshared_vbases): Delete.
15321 (layout_virtual_bases): Adjust.
15322 (finish_struct_1): Adjust.
15323 (init_class_processing): Don't init access nodes.
15324 (dfs_get_primary_binfo): Delete.
15325 (get_primary_binfo): Adjust.
15326 (dump_class_hierarchy_r): Remove most derived arg, add IGO
15327 parameter. Adjust.
15328 (dump_class_hierarchy): Adjust.
15329 (finish_vtbls): Adjust.
15330 (get_original_base): Delete.
15331 (build_vtt_inits): Adjust.
15332 (dfs_build_secondary_vptr_vtt_inits): Adjust.
15333 (dfs_ctor_vtable_bases_queue_p): Adjust.
15334 (build_ctor_vtbl_group): Adjust.
15335 (dfs_accumulate_vtbl_inits): Adjust.
15336 (build_vtbl_initializer): Adjust.
15337 (build_vbase_offset_vtbl_entries): Adjust.
15338 (add_vcall_offset_vtbl_entries_1): Adjust.
15339 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
15340 (access_*_node): Remove.
15341 (CANONICAL_BINFO): Delete.
15342 (BINFO_UNSHARED_MARKED): Remove.
15343 (BINFO_MARKED): Set LANG_FLAG_0 directly.
15344 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
15345 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
15346 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
15347 Delete.
15348 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
15349 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
15350 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
15351 Delete.
15352 (BINFO_DEPENDENT_BASE_P): New.
15353 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
15354 index.
15355 (markedp, unmarkedp): Adjust.
15356 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
15357 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
15358 find_vbase_instance, binfo_for_vbase): Delete.
15359 (copied_binfo, original_binfo): Declare.
15360 (finish_base_specifier): Add virtual_p arg.
15361 (unshare_base_binfos): Delete.
15362 (copy_base_binfos): Declare.
15363 (reverse_path): Delete.
15364 * cp/decl.c (xref_basetypes): Access and virtuality passed
15365 differently. Don't copy direct base binfos here. Call
15366 copy_base_binfos.
15367 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
15368 (initialize_vtbl_ptrs): Adjust.
15369 (expand_member_init): Adjust.
15370 * cp/parser.c (cp_parser_base_specifier): Adjust.
15371 * cp/pt.c (instantiate_class_template): Adjust.
15372 (get_template_base_recursive): Adjust.
15373 * cp/rtti.c (get_pseudo_ti_init): Adjust.
15374 (get_pseudo_ti_desc): Adjust.
15375 * cp/tree.c (unshare_base_binfos): Rename to ...
15376 (copy_base_binfos): ... here, reimplement.
15377 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
15378 (reverse_path): Remove.
15379 * cp/typeck.c (get_delta_difference): Adjust error messages.
15380 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
15381 * cp/search.c (lookup_base_r): Adjust.
15382 (dynamic_cast_base_recurse): Adjust.
15383 (canonical_binfo): Remove.
15384 (dfs_canonical_queue): Remove.
15385 (dfs_assert_unmarked_p): Remove.
15386 (assert_canonical_unmarked): Remove.
15387 (shared_marked_p, shared_unmarked_p): Remove.
15388 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
15389 (dfs_access_in_type): Adjust.
15390 (access_in_type): Adjust.
15391 (dfs_accessible_queue_p): Adjust.
15392 (dfs_accessible_p): Adjust.
15393 (is_subobject_of_p_1, is_subobject_of_p): Remove.
15394 (struct lookup_field_info): Remove from_dep_base_p field.
15395 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
15396 (lookup_field_r): Remove dependent base code.
15397 (lookup_member): Likewise.
15398 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
15399 (dfs_unmarked_real_bases_queue_p): Remove.
15400 (dfs_marked_real_bases_queue_p): Remove.
15401 (dfs_skip_vbases): Remove.
15402 (dfs_get_pure_virtuals): Adjust.
15403 (markedp, unmarkedp): Adjust.
15404 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
15405 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
15406 (dfs_unmark): Adjust.
15407 (dfs_get_vbase_types):Remove.
15408 (dfs_build_inheritance_graph_order): Remove.
15409 (get_vbase_types): Remove
15410 (dfs_find_vbase_instance): Remove.
15411 (find_vbase_instance): Remove.
15412 (dfs_debug_unmarkedp): Adjust.
15413 (dependent_base_p): Remove.
15414 (dfs_push_type_decls): Adjust.
15415 (dfs_push_decls): Adjust.
15416 (dfs_no_overlap_yet): Adjust.
15417 (copied_binfo): New function.
15418 (original_binfo): New function.
15419 (binfo_for_vbase): Remove.
15420
15421 Change base class access representation.
15422 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
15423 (add_interface_do): Likewise.
15424
15425 2003-02-20 David Edelsohn <edelsohn@gnu.org>
15426
15427 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
15428 * config/rs6000/power4.md (power4-store,power4-vecstore): New
15429 insn reservations.
15430 (power4-fpstore): Compact.
15431
15432 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
15433
15434 * config/h8300/h8300.md (*iorsi3_w): New.
15435
15436 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
15437
15438 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
15439 * rtl.c (reg_note_name): Likewise.
15440 * rtl.h (enum reg_note): Likewise.
15441 * doc/invoke.texi: Likewise.
15442 * doc/rtl.texi: Likewise.
15443
15444 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
15445
15446 * bb-reorder.c (find_traces_1_round): Fix comment typo.
15447
15448 2003-02-19 Roger Sayle <roger@eyesopen.com>
15449
15450 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
15451 addition in the presence of signaling NaNs.
15452
15453 2003-02-19 Krister Walfridsson <cato@df.lth.se>
15454
15455 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
15456
15457 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15458
15459 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
15460 ORing with 0xffff??00 with the highest bit of the ?? part set.
15461 (compute_logical_op_length): Update.
15462 (compute_logical_op_cc): Likewise.
15463
15464 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
15465
15466 * bb-reorder.c (find_traces_1_round): Fixed condition for small
15467 destination block with multiple predecessors.
15468 (connect_traces): Check whether the block is a start of trace.
15469
15470 2003-02-19 Jan Hubicka <jh@suse.cz>
15471
15472 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
15473 * function.c (assign_params): Likewise.
15474 * arm-protos.h (arm_init_cumulative_args): Update prototype.
15475 * arm.c (arm_init_cumulative_args): Update function.
15476 * arm.h (INIT_CUMULATIVE_ARGS): Update.
15477 * avr-protos.h (init_cumulative_args): Update prototype.
15478 * avr.c (init_cumulative_args): Update function.
15479 * avr.h (INIT_CUMULATIVE_ARGS): Update.
15480 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
15481 * d30v.c (d30v_init_cumulative_args): Update function.
15482 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
15483 * frv-protos.h (frv_init_cumulative_args): Update prototype.
15484 * frv.c (frv_init_cumulative_args): Update function.
15485 * frv.h (INIT_CUMULATIVE_ARGS): Update.
15486 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
15487 * pa.h (INIT_CUMULATIVE_ARGS): Update.
15488 * sparc-protos.h (init_cumulative_args): Update prototype.
15489 * sparc.c (init_cumulative_args): Update function.
15490 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
15491 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
15492
15493 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15494
15495 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
15496 (*ashiftsi_sextqi_7): Likewise.
15497
15498 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15499
15500 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
15501 ISO C99 and C++.
15502
15503 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
15504 for C++ on IRIX 6.5.1[89].
15505 * fixinc/tests/base/internal/sgimacros.h: New file.
15506
15507 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
15508 * fixinc/tests/base/internal/wchar_core.h: New file.
15509
15510 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
15511 socklen_t definition.
15512 * fixinc/fixincl.x: Regenerate.
15513 * fixinc/tests/base/sys/socket.h: New file.
15514 Fixes PR libgcj/9652.
15515
15516 2003-02-19 Jan Hubicka <jh@suse.cz>
15517
15518 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
15519
15520 2003-02-19 David Edelsohn <edelsohn@gnu.org>
15521
15522 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
15523 align_jumps_max_skip and align_loops_max_skip.
15524
15525 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
15526
15527 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
15528 test size if named section.
15529
15530 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
15531
15532 * expr.c (expand_expr): Use gen_int_mode for the argument
15533 to gen_rtx_MULT.
15534
15535 2003-02-19 Jan Hubicka <jh@suse.cz>
15536
15537 * i386.md (cosxf2): Fix conditional.
15538
15539 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15540
15541 * config/h8300/h8300.md (extendqisi2): Change to an expander.
15542 (*extendqisi2_h8300): New.
15543 (*extendqisi2_h8300hs): Likewise.
15544
15545 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
15546
15547 * config/h8300/h8300-protos.h: Update the prototype for
15548 split_adds_subs. Remove the prototypes for
15549 const_int_le_2_operand and const_int_le_6_operand.
15550 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
15551 (const_int_le_2_operand): Remove.
15552 (const_int_le_6_operand): Likewise.
15553 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
15554 for const_int_le_2_operand and const_int_le_6_operand.
15555 * config/h8300/h8300.md: Update all uses of split_adds_subs.
15556 (a peephole2): New.
15557
15558 2003-02-18 Jan Hubicka <jh@suse.cz>
15559
15560 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
15561 (cgraph_expand_function): Rewrite.
15562
15563 2003-02-18 Matt Austern <austern@apple.com>
15564
15565 * toplev.c, langhooks.c, langhooks-def.h: Move
15566 write_global_declarations from toplev.c to langhooks.c.
15567
15568 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
15569
15570 * config/h8300/h8300.c (general_operand_src): Always check
15571 MODE.
15572 (general_operand_dst): Likewise.
15573
15574 2003-02-18 Roger Sayle <roger@eyesopen.com>
15575
15576 * convert.c (convert_to_real): Also optimize (float)log(x) into
15577 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
15578
15579 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
15580
15581 * config/sh/sh.c (unspec_caller_rtx_p): New.
15582 (sh_cannot_copy_insn_p): New.
15583 (TARGET_CANNOT_COPY_INSN_P): New.
15584
15585 2003-02-18 Richard Henderson <rth@redhat.com>
15586
15587 * c-common.c (handle_used_attribute): Accept static data too.
15588
15589 2003-02-18 Nick Clifton <nickc@redhat.com>
15590 Aldy Hernandez <aldyh@redhat.com>
15591
15592 * testsuite/gcc.dg/20030218-1.c: New.
15593
15594 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
15595
15596 * target-def.h (TARGET_INITIALIZER): Add
15597 TARGET_VECTOR_TYPES_COMPATIBLE.
15598 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
15599
15600 * target.h (struct gcc_target): Add field vector_types_compatible.
15601
15602 * c-typeck.c (comptypes): Take into account
15603 TARGET_VECTOR_TYPES_COMPATIBLE.
15604 (convert_for_assignment): Same.
15605
15606 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
15607 (rs6000_spe_vector_types_compatible): New.
15608 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
15609
15610 2003-02-19 Andreas Schwab <schwab@suse.de>
15611
15612 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
15613 * toplev.c: Include langhooks-def.h.
15614
15615 2003-02-18 Chris Demetriou <cgd@broadcom.com>
15616
15617 * config/mips/mips.h (enum processor_type): Sort entries
15618 alphabetically.
15619 * config/mips/mips.md (define_attr cpu): Sync with processor_type
15620 enum values, including adding entries that were missing.
15621
15622 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
15623
15624 * sh.c (calc_live_regs): Also check GET_CODE when checking if
15625 initial value for PR_REG is still the PR_REG register.
15626
15627 2003-02-18 Jim Wilson <wilson@redhat.com>
15628
15629 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
15630 instruction in output template.
15631 (bsp_value): Change output template from string to C code, add %,
15632 before actual instruction.
15633 (flushrs): Mark as not predicable.
15634
15635 2003-02-18 Krister Walfridsson <cato@df.lth.se>
15636
15637 * inclhack.def (netbsd_bogus_semicolon): New fix.
15638 * fixincl.x: Rebuilt.
15639 * tests/base/ctype.h: Update.
15640
15641 2003-02-18 Roger Sayle <roger@eyesopen.com>
15642
15643 * fold-const.c (negate_expr_p): New function to determine whether
15644 an expression can be negated cheaply.
15645 (fold) [MINUS_EXPR]: Use it to determine whether to transform
15646 -A - B into -B - A for floating point types.
15647
15648 2003-02-18 Roger Sayle <roger@eyesopen.com>
15649
15650 * sbitmap.c (sbitmap_resize): New function.
15651 * sbitmap.h (sbitmap_resize): Prototype here.
15652 * recog.c (split_all_insns): Use sbitmap_resize.
15653
15654 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
15655
15656 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
15657 insn length.
15658 (extendqisi2): Likewise.
15659 (*extendhisi2_h8300): Likewise.
15660
15661 2003-02-18 Matt Austern <austern@apple.com>
15662
15663 * langhooks.h, langhooks-def.h: introduce new langhook,
15664 final_write_globals, with write_global_declarations as default.
15665 * toplev.c: Move invocation of wrapup_global_declarations from
15666 compile_file to new function, write_global_declarations. Change
15667 compile_file to use final_write_globals hook. Change
15668 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
15669 conditional.
15670
15671 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15672
15673 * pa.md: Correct and enhance comment.
15674
15675 2003-02-18 Geoffrey Keating <geoffk@apple.com>
15676
15677 * gcc.c (validate_switches): Don't scan past closing '}'.
15678
15679 2003-02-18 Ben Elliston <bje@redhat.com>
15680
15681 PR c++/1607
15682 * doc/extend.texi (Function Attributes): Document the effect of
15683 the C++ "this" parameter on the counting of arguments for the
15684 "format" and "format_arg" attributes.
15685
15686 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
15687
15688 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
15689 (__ev_stdw): Same.
15690 (__ev_stdh): Same.
15691
15692 2003-02-17 Jan Hubicka <jh@suse.cz>
15693
15694 * recog.c (split_all_insns): Fix memory overflow.
15695
15696 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
15697
15698 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
15699 (cmphi): Likewise.
15700 (*cmphi_h8300): Likewise.
15701 (*cmphi_h8300hs): Likewise.
15702 (cmpsi): Likewise.
15703 (7 peephole2): Likewise.
15704
15705 2003-02-16 Jan Hubicka <jh@suse.cz>
15706
15707 * c-typeck.c (build_c_cast): Fold constant variables into
15708 initial values.
15709
15710 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15711
15712 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
15713 (Binaries): Ditto for Sinix/Reliant Unix.
15714
15715 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
15716
15717 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
15718 not overlap the final result register.
15719
15720 2003-02-16 Arend Bayer <arend.bayer@web.de>
15721 Richard Henderson <rth@redhat.com>
15722
15723 PR c/8068
15724 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
15725 rearrange mult arguments for less recursion.
15726 (extract_muldiv): New. Prevent runaway recursion.
15727
15728 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
15729
15730 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
15731 MASK_ALIGN_DOUBLE.
15732
15733 2003-02-15 Roger Sayle <roger@eyesopen.com>
15734
15735 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
15736 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
15737 (ext_80387_constants_table): Global table of 80387 special constants
15738 guarded by ext_80387_constants_init flag when not initialized.
15739 (init_ext_80387_constants): New function to initialize this table.
15740 (standard_80387_constant_p): Extend to recognize extra 80387
15741 constants, in XFmode, on processors where this is a win.
15742 (standard_80387_constant_opcode): New function to return the
15743 opcode associated with standard_80387_constant_p.
15744 (standard_80387_constant_rtx): New function to return the XFmode
15745 CONST_DOUBLE associated with standard_80387_constant_p.
15746 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
15747
15748 * config/i386/i386-protos.h (standard_80387_constant_opcode):
15749 Prototype here.
15750 (standard_80387_constant_rtx): Likewise.
15751
15752 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
15753 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
15754 *movtf_integer): Simplify using new standard_80387_constant_opcode.
15755
15756 2003-02-15 Geoffrey Keating <geoffk@apple.com>
15757
15758 * doc/invoke.texi (Optimize Options): Correct @option syntax.
15759
15760 2003-02-15 Richard Henderson <rth@redhat.com>
15761
15762 * Makefile.in (cfglayout.o): Depend on TARGET_H.
15763 * cfglayout.c: Include target.h.
15764 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
15765 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
15766 * target.h (struct gcc_target): Add cannot_copy_insn_p.
15767
15768 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
15769 (TARGET_CANNOT_COPY_INSN_P): New.
15770 (override_options): Revert 2003-02-08 hack.
15771
15772 2003-02-15 Richard Henderson <rth@redhat.com>
15773
15774 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
15775 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
15776
15777 2003-02-15 David Edelsohn <edelsohn@gnu.org>
15778
15779 * config/rs6000/rs6000.h (processor_type): Add PPC440.
15780 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
15781 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
15782 TARGET_SCHED_VARIABLE_ISSUE): Define.
15783 (rs6000_use_dfa_pipeline_interface): New function.
15784 (rs6000_multipass_dfa_lookahead): New Function.
15785 (rs6000_variable_issue): New function.
15786 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
15787 (rs6000_issue_rate): Add PPC440.
15788 * config/rs6000/rs6000.md (unspec list): Correct typo.
15789 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
15790 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
15791 cmp, delayed_cr, mfcr, mtcr.
15792 (automata_option): Set "ndfa".
15793 (extendMMNN2): Update attributes.
15794 (movcc_internal1): Discourage move to non-cr0. Update
15795 attributes.
15796 (movMM_update): Update attributes.
15797 (cmpMM_internal): Update attributes.
15798 (sCC CR materialization): Update attributes.
15799 (branch patterns): Do not discourage non-cr0.
15800 (cr logical patterns): Prefer destructive register allocation.
15801 Update attributes.
15802 (movesi_from_cr): Update attribute.
15803 (mtcrf_operation): Update attribute.
15804 (mtcrfsi): Update attribute.
15805 * config/rs6000/40x.md: New file.
15806 * config/rs6000/603.md: New file.
15807 * config/rs6000/6xx.md: New file.
15808 * config/rs6000/7450.md: New file.
15809 * config/rs6000/7xx.md: New file.
15810 * config/rs6000/mpc.md: New file.
15811 * config/rs6000/power4.md: New file.
15812 * config/rs6000/rios1.md: New file.
15813 * config/rs6000/rios2.md: New file.
15814 * config/rs6000/rs64.md: New file.
15815 [Some DFA descriptions based on work by Michael Hayes]
15816
15817 2003-02-15 Richard Henderson <rth@redhat.com>
15818
15819 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
15820 successors with multiple predecessors.
15821 (connect_traces): Try harder to copy traces of length 1.
15822
15823 * function.h (struct function): Add computed_goto_common_label,
15824 computed_goto_common_reg.
15825 * function.c (free_after_compilation): Zap them.
15826 * stmt.c (expand_computed_goto): Use them to produce one
15827 indirect branch per function.
15828
15829 2003-02-15 Richard Henderson <rth@redhat.com>
15830
15831 * cfgcleanup.c: Include params.h.
15832 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
15833 too many outgoing edges from a block.
15834 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
15835 * params.def (max-crossjump-edges): New.
15836 * doc/invoke.texi: Document it.
15837
15838 2003-02-15 Richard Henderson <rth@redhat.com>
15839
15840 * recog.c (split_all_insns): Include new blocks in life update;
15841 do a global life update.
15842
15843 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
15844
15845 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
15846 Update copyright.
15847 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
15848 -mno-cygwin case.
15849
15850 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
15851
15852 PR optimization/7702
15853 * reload1.c (reload_cse_simplify_set): Honor
15854 CANNOT_CHANGE_MODE_CLASS.
15855
15856 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
15857
15858 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
15859 function.
15860 * config/mn10300/mn10300-protos.h: Declare it.
15861 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
15862 attribute cc of instructions that may use clr.
15863
15864 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
15865
15866 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
15867 (x - (x & y)) is found.
15868
15869 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15870
15871 * configure.in: Fix typo.
15872 * configure: Regenerate.
15873
15874 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
15875
15876 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
15877
15878 2003-02-13 Adam Nemet <anemet@lnxw.com>
15879
15880 PR opt/2391
15881 * combine.c: Fix spelling in comment.
15882 (cached_nonzero_bits): New function.
15883 (cached_num_sign_bit_copies): New function.
15884 (nonzero_bits_with_known): New macro.
15885 (num_sign_bit_copies_with_known): New macro.
15886 (nonzero_bits1): Rename from nonzero_bits. Add three new
15887 arguments. Change calls from nonzero_bits to
15888 nonzero_bits_with_known.
15889 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
15890 three new arguments. Change calls from num_sign_bit_copies to
15891 num_sign_bit_copies_with_known.
15892 (nonzero_bits): New macro.
15893 (num_sign_bit_copies): New macro.
15894 (update_table_tick): Don't traverse identical subexpression more
15895 than once.
15896 (get_last_value_validate): Likewise.
15897
15898 2003-02-13 Zack Weinberg <zack@codesourcery.com>
15899
15900 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
15901 * function.h (struct emit_status): Length of regno_pointer_align
15902 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
15903 not regno_pointer_align_length (i.e. length actually used, not
15904 length as allocated)
15905
15906 * config/i386/i386.c (struct stack_local_entry): New.
15907 (struct machine_function): Replace huge array with alist.
15908 (assign_386_stack_local): Change to match.
15909
15910 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
15911
15912 * inclhack.def (hpux_long_double): Tighten select and add bypass
15913 regexp.
15914 * fixincl.x: Rebuilt.
15915
15916 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
15917
15918 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
15919 edge and block ends with a jump insn it must be simple jump.
15920
15921 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
15922
15923 * Makefile.in (PREPROCESSOR_DEFINES): Add
15924 @TARGET_SYSTEM_ROOT_DEFINE@.
15925 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
15926 is specified or if building a cross compiler.
15927 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
15928 if the sysroot is under $exec_prefix.
15929 * configure: Regenerated.
15930 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
15931 defined.
15932 (struct default_include): Add add_sysroot field.
15933 (cpp_SYSROOT): Declare.
15934 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
15935 field.
15936 (cpp_SYSROOT): New variable.
15937 * cppinit.c (cpp_create_reader): Initialize
15938 CPP_OPTION (pfile, sysroot).
15939 (init_standard_includes): Handle add_sysroot. Do not
15940 add unrelocated copies of relocated directories.
15941 (COMMAND_LINE_OPTIONS): Add -isysroot.
15942 (cpp_handle_option): Handle -isysroot.
15943 * cpplib.h (struct cpp_options): Add sysroot member.
15944 * gcc.c (The Specs Language): Update description of %I.
15945 (target_system_root_changed): New variable.
15946 (process_command): Conditionalize make_relative_prefix call
15947 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
15948 target_system_root_changed.
15949 (do_spec_1): Add -isysroot to %I.
15950 * doc/invoke.texi (Spec Files): Update description of %I.
15951 * doc/install.texi (--with-sysroot): Update comment about
15952 relocation.
15953
15954 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
15955
15956 * config/h8300/h8300.md (a peephole2): New.
15957
15958 2003-02-13 Robert Lipe <robertlipe@usa.net>
15959 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15960
15961 * doc/install.texi (Specific): Update three SCO-related URLs.
15962
15963 2003-02-13 Andreas Schwab <schwab@suse.de>
15964
15965 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
15966 Parenthesize properly.
15967 (NPREDECESORS): Parenthesize properly.
15968
15969 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
15970
15971 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
15972
15973 2003-02-12 Roger Sayle <roger@eyesopen.com>
15974
15975 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
15976 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
15977
15978 * reg-stack.c (subst_stack_regs_pat): Add support for binary
15979 UNSPEC instructions (e.g. "fpatan").
15980
15981 2003-02-12 Mike Stump <mrs@apple.com>
15982
15983 * varray.c (element_size): Remove.
15984 (uses_ggc): Remove.
15985 (element): Add.
15986 (varray_init): Use new interface.
15987 (varray_grow): Use new interface.
15988 (varray_clear): Use new interface.
15989
15990 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
15991
15992 * config/rs6000/spe.h: Add casts to the arguments of the following
15993 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
15994 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
15995 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
15996 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
15997 __ev_get_u16, __ev_get_s16.
15998
15999 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
16000
16001 * config/h8300/h8300.md (a peephole2): New.
16002
16003 2003-02-12 Jan Hubicka <jh@suse.cz>
16004
16005 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
16006 (OBJS): Add callgraph.o
16007 (callgraph.o): New.
16008 * c-decl.c (expand_body_1): Break out from ...
16009 (expand_body): This one; change calling convention
16010 (finish_function): Move some of expand_body logic here.
16011 (c_expand_deferred_function): Update call of expand_body
16012 (c_expand_stmt): Use c_expand_body_1.
16013 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
16014 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
16015 * c-tree.h (c_expand_body): Declare.
16016 * callgraph.c: New file.
16017 * flags.h (flag_unit_at_a_time): Declare.
16018 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
16019 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
16020 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
16021 * langhooks.h (struct lang_hooks_for_callgraph): New.
16022 (struct lang_hooks): Add callgraph field.
16023 * toplev.c (flag_unit_at_a_time): New.
16024 (lang_independent_options): Add flag_unit_at_a_time.
16025 (process_options): Disable unit-at-a-time mode for frontends not
16026 supporting callgraph.
16027 * tree-inline.c (typedef struct inline_data): Add "decl"
16028 (expand_call_inline): Update callgraph.
16029 (optimize_inline_calls): Set id.decl.
16030 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
16031 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
16032 cgraph_calls_p): Declare.
16033 * invoke.texi (-funit-at-a-time): Document
16034
16035 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
16036
16037 * config/rs6000/spe.h: Fix misc formatting.
16038 (__ev_create_ufix32_fs): Cast ev argument.
16039 (__ev_create_sfix32_fs): Same.
16040 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
16041 (__ev_get_ufix32_fs_internal): Same.
16042
16043 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
16044
16045 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
16046 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
16047
16048 2003-02-12 Zack Weinberg <zack@codesourcery.com>
16049
16050 * cpplib.c (do_include_common): Move warnings for
16051 #include_next and #import out to callers. Use early-return
16052 instead of nested ifs. Don't do check_eol here.
16053 (parse_include): Do check_eol here with the rest of the
16054 parsing stuff.
16055 (do_include_next, do_import): Now handle warnings.
16056
16057 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16058
16059 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
16060
16061 2003-02-12 Jan Hubicka <jh@suse.cz>
16062
16063 * predict.c (estimate_probability): Fix roundoff error.
16064
16065 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
16066
16067 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
16068 (two peephole2): New.
16069
16070 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
16071
16072 * config/h8300/h8300.md (several peephole2): Replace
16073 find_regno_note with peep2_reg_dead_p.
16074
16075 2003-02-11 Richard Henderson <rth@redhat.com>
16076
16077 * gcse.c (lookup_set): Remove unused argument PAT. Update
16078 both callers.
16079
16080 2003-02-11 Geoffrey Keating <geoffk@apple.com>
16081
16082 * diagnostic.c (real_abort): New.
16083 (diagnostic_report_diagnostic): Call real_abort on error.
16084 * diagnostic.h (diagnostic_abort_on_error): New.
16085 (struct diagnostic_context): Add abort_on_error field.
16086 * toplev.c (setup_core_dumping): New.
16087 (decode_d_option): Handle 'H' case.
16088 * doc/invoke.texi (Debugging Options): Document -dH.
16089
16090 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
16091
16092 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
16093 which refers to obsolete directories.
16094
16095 2003-02-11 Richard Henderson <rth@redhat.com>
16096
16097 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
16098
16099 2002-10-21 Jan Hubicka <jh@suse.cz>
16100
16101 * i386.c (contains_128bit_aligned_vector_p): New function.
16102 (ix86_function_arg_boundary): Properly align vector modes.
16103
16104 2003-02-11 Bob Wilson <bob.wilson@acm.org>
16105
16106 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
16107 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
16108 as a SET pattern.
16109
16110 2003-02-11 Roger Sayle <roger@eyesopen.com>
16111
16112 * builtins.c: Fix failure caused by commiting wrong patch.
16113
16114 2003-02-11 Dale Johannesen <dalej@apple.com>
16115 * ra-build.c (compare_and_free_webs): Relax checking.
16116 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
16117 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
16118
16119 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16120
16121 PR optimization/9651
16122 * rtlanal.c (may_trap_p): Handle FIX.
16123
16124 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
16125
16126 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
16127 * doc/invoke.texi: Extra alias.
16128
16129 2003-02-11 Geoffrey Keating <geoffk@apple.com>
16130
16131 * config/rs6000/host-darwin.c: Fix comment.
16132
16133 2003-02-11 David Edelsohn <edelsohn@gnu.org>
16134
16135 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
16136 predicate for mod result.
16137
16138 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16139
16140 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
16141 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
16142 * fixincl.x: Rebuilt.
16143 * tests/base/stdlib.h: Update.
16144 * tests/base/ctype.h: New file.
16145
16146 2003-02-11 Jan Hubicka <jh@suse.cz>
16147
16148 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
16149
16150 2003-02-11 Richard Henderson <rth@redhat.com>
16151
16152 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
16153 appropriated as globals.
16154 (ix86_expand_clrstr): Similarly.
16155 * config/i386/i386.md (cmpstrsi): Similarly.
16156
16157 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
16158
16159 * config/h8300/h8300.md (a peephole2): Add a case of 255.
16160
16161 2003-02-11 Roger Sayle <roger@eyesopen.com>
16162
16163 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
16164 (pow_optab, atan2_optab): Define corresponding macros.
16165 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
16166 * genopinit.c (optabs): Implement pow_optab and atan2_optab
16167 using pow?f3 and atan2?f3 patterns.
16168 * builtins.c (expand_errno_check): New function to update errno
16169 if necessary, split out from expand_builtin_mathfn.
16170 (expand_builtin_mathfn): Use expand_errno_check.
16171 (expand_builtin_mathfn_2): New function to handle expanding binary
16172 math functions, reusing the code in expand_errno_check.
16173 (expand_builtin): Handle the pow and atan2 math built-ins,
16174 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
16175 expand_builtin_mathfn_2.
16176
16177 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
16178
16179 2003-02-11 Jan Hubicka <jh@suse.cz>
16180
16181 * combine.c (combine_simplify_rtx): Fix folding of
16182 nested float_truncates.
16183
16184 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
16185
16186 * config/h8300/h8300.md (a peephole2): Fix a typo.
16187
16188 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
16189
16190 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
16191 register number.
16192
16193 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
16194
16195 * config/h8300/h8300-protos.h: Add a prototype for
16196 gtuleu_operator.
16197 * config/h8300/h8300.c (gtuleu_operator): New.
16198 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
16199 * config/h8300/h8300.md (a peephole2): New.
16200
16201 2003-02-11 Jan Hubicka <jh@suse.cz>
16202
16203 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
16204
16205 2003-02-11 Jan Hubicka <jh@suse.cz>
16206
16207 * predict.c (choose_function_section): Choose sections correctly.
16208
16209 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16210
16211 * reload1.c (first_label_num): New.
16212 (reload): Index offsets_known_at and offsets_at using difference of
16213 label number and first label number. Don't use offset pointers.
16214 (set_label_offsets, set_initial_label_offsets): Likewise.
16215
16216 2003-02-10 Roger Sayle <roger@eyesopen.com>
16217
16218 * mips-tfile.c (init_file): Add missing initializers in the
16219 "#ifdef __alpha" case.
16220 (file_offset, max_file_offset): Declare as unsigned long.
16221 (write_varray): Cast to "unsigned long" in comparisons against
16222 either file_offset or max_file_offset.
16223 (write_object): Likewise.
16224 (read_seek): Likewise.
16225 (copy_object): Likewise. Declare "ifd" as int to match its use
16226 in add_ext_symbol, and avoid signed/unsigned conditional warning.
16227
16228 2003-02-10 Nick Clifton <nickc@redhat.com>
16229 Aldy Hernandez <aldyh@redhat.com>
16230
16231 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
16232 override options which have been specified on the command line.
16233
16234 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
16235
16236 * config/h8300/h8300.md (abssf2): New.
16237 (*abssf2_h8300): Likewise.
16238 (*abssf2_h8300hs): Likewise.
16239
16240 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
16241
16242 * tree.c (build_tree_list): Fix parameter names in comment.
16243
16244 2003-02-10 Janis Johnson <janis187@us.ibm.com>
16245
16246 * config/rs6000/ppc64-fp.c: New file.
16247 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
16248
16249 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
16250
16251 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
16252 * bb-reorder.c (make_reorder_chain): Deleted.
16253 (make_reorder_chain_1): Deleted.
16254 (find_traces): New function.
16255 (rotate_loop): New function.
16256 (mark_bb_visited): New function.
16257 (find_traces_1_round): New function.
16258 (copy_bb): New function.
16259 (bb_to_key): New function.
16260 (better_edge_p): New function.
16261 (connect_traces): New function.
16262 (copy_bb_p): New function.
16263 (get_uncond_jump_length): New function.
16264 (reorder_basic_blocks): Use new functions (Software Trace Cache).
16265 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
16266 boundaries.
16267
16268 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
16269
16270 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
16271
16272 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16273
16274 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
16275 (DECL_LIVE_RANGE_RTL): Remove.
16276
16277 2003-02-10 Nick Clifton <nickc@redhat.com>
16278
16279 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
16280 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
16281 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
16282 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
16283 config/arm/freebsd.h, config/arm/linux-elf.h,
16284 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
16285 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
16286 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
16287 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
16288 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
16289 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
16290 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
16291 and reformat as appropriate.
16292
16293 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
16294
16295 * config/h8300/clzsi2.c: Remove.
16296 * config/h8300/ctzsi2.c: Likewise.
16297 * config/h8300/paritysi2.c: Likewise.
16298 * config/h8300/popcountsi2.c: Likewise.
16299 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
16300 ctzsi2, paritysi2, and popcountsi2.
16301
16302 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
16303 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
16304
16305 PR c/7741
16306 * c-decl.c (duplicate_decls): Discard the initializer of the
16307 new decl when the types are conflicting.
16308
16309 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
16310
16311 * Makefile.in (sreal.o): Added.
16312 (predict.o): Depends on sreal.h instead of real.h.
16313 * sreal.c: New file.
16314 * sreal.h: New file.
16315 * predict.c: Use sreal.c instead of real.c.
16316
16317 2003-02-10 Nick Clifton <nickc@redhat.com>
16318
16319 * Contributed support for the Cirrus EP9312 "Maverick"
16320 floating point co-processor. Written by Aldy Hernandez
16321 <aldyh@redhat.com>.
16322 (config/arm/arm.c): Add Cirrus support.
16323 (config/arm/arm.h): Likewise.
16324 (config/arm/aout.h): Likewise.
16325 (config/arm/arm.md): Likewise.
16326 (config/arm/arm-protos.h): Likewise.
16327 (config.gcc): Likewise.
16328 (doc/invoke.texi): Describe new -mcpu value and new
16329 -mcirrus-fix-invalid-insns switch,
16330 (cirrus.md): New file.
16331
16332 2003-02-10 Jan Hubicka <jh@suse.cz>
16333
16334 * combine.c (combine_simplify_rtx): Simplify using
16335 (float_truncate (float x)) is (float x)
16336 (float_extend (float_extend x)) is (float_extend x).
16337
16338 2003-02-10 Alan Modra <amodra@bigpond.net.au>
16339
16340 * calls.c (try_to_integrate): Tidy stack_usage_map access.
16341 (emit_library_call_value_1): Likewise. Formatting.
16342 (store_one_arg): Likewise.
16343
16344 2003-02-09 Nick Clifton <nickc@redhat.com>
16345 Aldy Hernandez <aldyh@redhat.com>
16346
16347 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
16348 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
16349 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
16350 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
16351 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
16352 docs. Add range test for immediate value.
16353
16354 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
16355
16356 Rename spe_evxor to xorv2si3.
16357 (xorv4hi3): New.
16358 (xorv1di3): New.
16359
16360 2003-02-10 Glen Nakamura <glen@imodulo.com>
16361
16362 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
16363 tag.
16364
16365 2003-02-10 Jan Hubicka <jh@suse.cz>
16366
16367 * i386.c (vector_move_operand): New predicate.
16368 (ix86_expand_vector_move): Be happy about 0.
16369 * i386.h (PREDICATE_CODES): Add sse-move_operand.
16370 * i386.md (mov*_internal): Add 'C' alternative.
16371
16372 2003-02-09 Jan Hubicka <jh@suse.cz>
16373
16374 * i386.md (floathi*): Deal with SSE.
16375
16376 2003-02-09 Jan Hubicka <jh@suse.cz>
16377
16378 * simplify-rtx.c (simplify_unary_operation,
16379 simplify_binary_operation): Deal with vector modes
16380 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
16381
16382 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
16383
16384 * toplev.c (rest_of_compilation): Recompute register usage after
16385 split_all_insns.
16386
16387 2003-02-09 Richard Henderson <rth@redhat.com>
16388
16389 * libgcc-std.ver (__clztf2): New.
16390 (__ctztf2, __popcounttf2, __paritytf2): New.
16391 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
16392 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
16393 adjust code to match the different type sizes.
16394 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
16395 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
16396
16397 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
16398 TImode; select word_mode and twice that.
16399 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
16400 select the modes from float, double, and long double.
16401 (init_optabs): Remove duplicate initializations.
16402
16403 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
16404
16405 * doc/install.texi: Squeeze and streamline section on
16406 testing and regression checking.
16407
16408 2003-02-09 Jan Hubicka <jh@suse.cz>
16409
16410 * i386.md (ahi?v*3): Set third operand type to TImode.
16411 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
16412
16413 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
16414 integer mode.
16415
16416 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
16417 Change code so they are arithmetic expressions now.
16418 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
16419 simplify_ternary_operation): Deal with VEC_* expressions.
16420
16421 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
16422
16423 2003-02-08 Jan Hubicka <jh@suse.cz>
16424
16425 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
16426 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
16427 possibly got duplicated.
16428
16429 2003-02-08 Richard Henderson <rth@redhat.com>
16430
16431 * config/alpha/alpha.c (override_options): Turn off explicit
16432 relocs until post-peep2 code duplication resolved.
16433
16434 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
16435
16436 * optabs.c (expand_unop): Widen clz properly when clz is done
16437 via libcall.
16438
16439 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
16440
16441 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
16442 * config/h8300/crti.asm: Likewise.
16443 * config/h8300/crtn.asm: Likewise.
16444 * config/h8300/ctzsi2.c: Likewise.
16445 * config/h8300/fixunssfsi.c: Likewise.
16446 * config/h8300/h8300-protos.h: Likewise.
16447 * config/h8300/h8300.c: Likewise.
16448 * config/h8300/h8300.h: Likewise.
16449 * config/h8300/h8300.md: Likewise.
16450 * config/h8300/paritysi2.c: Likewise.
16451 * config/h8300/popcountsi2.c: Likewise.
16452 * config/h8300/rtems.h: Likewise.
16453
16454 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16455
16456 * doc/invoke.texi: Documentation for my previous commit.
16457 * doc/passes.texi: Ditto.
16458
16459 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16460
16461 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
16462 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
16463 Declare.
16464 (DLTHE_FLAG_UPDATE_FREQ): New.
16465 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
16466 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
16467 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
16468 fix_bb_placement, fix_bb_placements, place_new_loop,
16469 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
16470 New static functions.
16471 (fix_loop_placement, can_duplicate_loop_p,
16472 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
16473 New functions.
16474
16475 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
16476 unswitch_loops): Declare.
16477 * loop-init.c: New file.
16478 * loop-unswitch.c: New file.
16479 * Makefile.in (loop-init.o, loop-unswitch.o): New.
16480 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
16481 * toplev.c (DFI_loop2): New dump.
16482 (flag_unswitch_loops): New.
16483 (lang_independent_options): Add it.
16484 (rest_of_compilation): Call new loop optimizer.
16485 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
16486
16487 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
16488
16489 * config/h8300/clzsi2.c: New.
16490 * config/h8300/ctzsi2.c: Likewise.
16491 * config/h8300/paritysi2.c: Likewise.
16492 * config/h8300/popcountsi2.c: Likewise.
16493 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
16494
16495 2003-02-07 David Edelsohn <edelsohn@gnu.org>
16496
16497 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
16498 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
16499 (ctzsi2): New pattern.
16500 (ffssi2): Use clz instead of unspec.
16501 (clzdi2): Rename from cntlzd2.
16502 (ctzdi2): New pattern.
16503 (ffsdi2): Use clz instead of unspec.
16504
16505 2003-02-07 Loren James Rittle <ljrittle@acm.org>
16506
16507 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
16508 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
16509 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
16510 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
16511
16512 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
16513
16514 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
16515
16516 2003-02-07 Richard Henderson <rth@redhat.com>
16517
16518 PR 9226
16519 * gcse.c (local_cprop_find_used_regs): New.
16520 (local_cprop_pass): Use it.
16521
16522 2003-02-07 Fred Fish <fnf@intrinsity.com>
16523
16524 * mips-tfile.c (parse_def): Parenthesize assignments to fix
16525 precedence bugs.
16526
16527 2003-02-07 Segher Boessenkool <segher@koffie.nl>
16528
16529 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
16530
16531 2003-02-07 Roger Sayle <roger@eyesopen.com>
16532
16533 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
16534 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
16535 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
16536 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
16537 builtin functions (and their __builtin_* variants).
16538 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
16539 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
16540 when not optimizing.
16541
16542 * doc/extend.texi: Document new pow and atan2 builtins, and
16543 their float and long double variants. Realphabetize builtins.
16544
16545 2003-02-07 Jan Hubicka <jh@suse.cz>
16546
16547 * i386.md (sse2_nandv2di3): Fix.
16548
16549 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
16550
16551 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
16552 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
16553 definition.
16554 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
16555 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
16556
16557 2003-02-07 Jan Hubicka <jh@suse.cz>
16558
16559 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
16560
16561 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
16562
16563 * cfg.c (dump_flow_info): Add back accidently deleted line.
16564
16565 2003-02-07 Andrey Petrov <petrov@netbsd.org>
16566
16567 * optabs.c (expand_float): Search wider integer modes first.
16568
16569 2003-02-07 Bob Wilson <bob.wilson@acm.org>
16570
16571 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
16572 based on preprocessor flag.
16573
16574 2003-02-07 Roger Sayle <roger@eyesopen.com>
16575 Richard Henderson <rth@redhat.com>
16576
16577 * gcse.c (implicit_sets): New.
16578 (compute_hash_table_work): Include them in hash table.
16579 (find_implicit_sets, fis_get_condition): New.
16580 (one_cprop_pass): Allocate and free implicit_sets; call
16581 find_implicit_sets before building hash table.
16582
16583 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
16584
16585 * config/t-netbsd (USER_H): Revert previous change.
16586
16587 2003-02-07 Gabor Greif <ggreif@lucent.com>
16588
16589 * doc/c-tree.texi (Namespaces): Fix typo.
16590
16591 2003-02-07 Jan Hubicka <jh@suse.cz>
16592
16593 * regrename.c (do_replace, find_oldest_value_reg,
16594 copyprop_hardreg_forward_1): Update register attributes.
16595
16596 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
16597
16598 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
16599 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
16600 variables starting with underscore.
16601 (struct unit_usage): New structure.
16602 (unit_usages, cycle_alt_unit_usages): New global variables.
16603 (check_unit_distribution_in_reserv): Remove it.
16604 (store_alt_unit_usage): New function.
16605 (check_regexp_units_distribution): Rewrite it.
16606
16607 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16608
16609 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
16610 target_cpu_default.
16611 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
16612 if not MASK_NO_SPACE_REGS.
16613 (output_call): Adjust return pointer, don't load new space register
16614 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
16615 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
16616 TARGET_NO_SPACE_REGS is true.
16617 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
16618 conditions.
16619 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
16620 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
16621 true. Use bve when TARGET_64BIT is true.
16622
16623 2003-02-06 Richard Henderson <rth@redhat.com>
16624
16625 * combine.c (nonzero_bits): Fix double break.
16626
16627 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
16628 Richard Henderson <rth@redhat.com>
16629
16630 PR c/9530
16631 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
16632 from functions that return a float to functions that don't.
16633
16634 2003-02-06 Jan Hubicka <jh@suse.cz>
16635
16636 * i386.c (x86_inter_unit_moves): New variable.
16637 (ix86_secondary_memory_needed): Fix 64bit case, honor
16638 TARGET_INTER_UNIT_MOVES
16639 * i386.h (x86_inter_unit_moves): Declare.
16640 (TARGET_INTER_UNIT_MOVES): New macro.
16641 * i386.md (movsi_1): Cleanup constraints; disable
16642 when not doing inter-unit moves.
16643 (movsi_1_nointernunit): New.
16644 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
16645 (movdi_1_rex64_nointerunit): New.
16646 (mivsf_1): disable when not doing inter-unit moves.
16647 (movsf_1_nointerunit): New.
16648
16649 * basic-block.h (inside_basic_block_p): Declare.
16650 * cfgbuild.c (inside_basic_block_p): Make global.
16651 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
16652 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
16653 update CFG.
16654 (fix_basic_block_boundaries, add_missing_bbs): New.
16655 (rank): Use profile.
16656 (scheudle_ebbs): Rely on CFG; update coments.
16657
16658 2003-02-05 Geoffrey Keating <geoffk@apple.com>
16659
16660 * Makefile.in (host_hook_obj): New.
16661 (OBJS): Add $(host_hook_obj).
16662 (host_default.o): New rule.
16663 * config.gcc (host_hook_obj): New, default to host-default.o.
16664 (powerpc-*-darwin*): Use host-darwin.o.
16665 (out_host_hook_obj): New.
16666 * configure: Regenerate.
16667 * configure.in: Print information about out_host_hook_obj, substitute
16668 into output files.
16669 * host-default.c: New file.
16670 * hosthooks.h: New file.
16671 * toplev.c (general_init): Call host_hooks.extra_signals.
16672 * config/rs6000/host-darwin.c: New file.
16673 * config/rs6000/x-darwin: New file.
16674 * doc/hostconfig.texi: Add documentation for new host hook.
16675 Rearrange existing documentation.
16676
16677 2003-02-05 Roger Sayle <roger@eyesopen.com>
16678
16679 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
16680 with *targetm.delegitimize_address.
16681 (rtl_for_decl_location): Likewise.
16682 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
16683 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
16684
16685 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
16686 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
16687 prototype.
16688 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
16689 i386_simplify_dwarf_addr. Made static. Prototyped.
16690 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
16691 i386_simplify_dwarf_addr to ix86_delegitimize_address.
16692 (ix86_find_base_term): Likewise.
16693 (maybe_get_pool_constant): Likewise.
16694
16695 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
16696 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
16697 prototype.
16698 * config/s390/s390.c (s390_delegitimize_address): Renamed from
16699 s390_simplify_dwarf_addr. Made static. Prototyped.
16700 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
16701
16702 2003-02-05 Richard Henderson <rth@redhat.com>
16703
16704 PR c/8602
16705 * integrate.c (output_inline_function): Reset input_filename
16706 and lineno from the decl before rest_of_compilation.
16707
16708 2003-02-05 Richard Henderson <rth@redhat.com>
16709
16710 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16711 (CTZ_DEFINED_VALUE_AT_ZERO): New.
16712 * doc/rtl.texi, doc/tm.texi: Document them.
16713
16714 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
16715 of the value at zero properly.
16716 * fold-const.c (tree_expr_nonnegative_p): Likewise.
16717 * simplify-rtx.c (simplify_unary_operation): Likewise.
16718
16719 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16720 (CTZ_DEFINED_VALUE_AT_ZERO): New.
16721
16722 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
16723 (TARGET_EXPAND_BUILTIN): Remove.
16724 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
16725 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
16726 (enum arm_builtins): Remove.
16727 * config/arm/arm.md (UNSPEC_CLZ): Remove.
16728 (clzsi2): Rename from clz; use clz instead of unspec.
16729 (ctzsi2): New.
16730 * config/arm/arm-protos.h: Update.
16731
16732 2003-02-05 Jan Hubicka <jh@suse.cz>
16733
16734 * i386-protos.h (x86_emit_floatuns): Declare.
16735 * i386.c (x86_emit_floatuns): New global function.
16736 * i386.md (floatunssisf2, floatunsdisf2,
16737 floatunsdidf2): New patterns.
16738
16739 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16740
16741 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
16742
16743 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
16744
16745 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
16746 config/ia64/linux.h
16747
16748 2003-02-05 Roger Sayle <roger@eyesopen.com>
16749
16750 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
16751
16752 2003-02-05 Jakub Jelinek <jakub@redhat.com>
16753
16754 PR optimization/8555
16755 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
16756 instead of aborting.
16757
16758 2003-02-04 Richard Henderson <rth@redhat.com>
16759
16760 * config/i386/i386.md (UNSPEC_BSF): Remove.
16761 (ffssi2): Split into cmove and no_cmove insns and splitters;
16762 lose pentium float trick for now.
16763 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
16764 (ctzsi2, clzsi2, bsr): New.
16765
16766 2003-02-04 Richard Henderson <rth@redhat.com>
16767
16768 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
16769 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
16770 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
16771 (ffsdi2): Use popcount instead of unspec.
16772 (popcountdi2): Rename from *popcnt.
16773 (ctzdi2, clzdi2, getf_exp_tf): New.
16774
16775 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
16776
16777 * genconfig.c (main): Generate CC0_P.
16778 * rtl.h (CC0_P): Remove.
16779
16780 2003-02-04 Richard Henderson <rth@redhat.com>
16781
16782 * libgcc2.h, libgcc2.c (__ffsSI2): New.
16783 (__ffsDI2): Rename from __ffsdi2.
16784 * mklibgcc.in (lib2funcs): Add _ffssi2.
16785
16786 2003-02-04 Richard Henderson <rth@redhat.com>
16787
16788 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
16789 rounds with a "bit table" lookup.
16790
16791 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
16792
16793 * reload.c (find_reloads): Do not use the mode specified in the insn
16794 pattern as reload mode for address operands. Do not generate optional
16795 reloads for operands where a mandatory reload was already pushed.
16796
16797 2003-02-04 Richard Henderson <rth@redhat.com>
16798
16799 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
16800 builtins instead of inline assembly.
16801
16802 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
16803
16804 PR c/9376
16805 * libgcc2.c (__subvdi3): Fix typo.
16806
16807 2003-02-04 Jan Hubicka <jh@suse.cz>
16808
16809 * i386.md (movti_rex64): Fix constraint.
16810
16811 2003-02-04 Jan Hubicka <jh@suse.cz>
16812
16813 * i386.md (vector push splitters): Fix typo in resolving conflict.
16814
16815 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
16816
16817 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
16818
16819 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
16820
16821 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
16822 for recent libstdc++. Remove formatting cruft.
16823
16824 2003-02-04 Jakub Jelinek <jakub@redhat.com>
16825
16826 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
16827 attribute even if input file name is absolute, but one of the
16828 includes is relative.
16829
16830 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
16831
16832 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
16833 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
16834 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
16835
16836 2003-02-03 Richard Henderson <rth@redhat.com>
16837
16838 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16839 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
16840 return type to "int". Shuffle declarations and undef int trap.
16841 * libgcc2.h: Remove their declarations.
16842 * optabs.c (expand_unop): Force outmode to int for bitops.
16843
16844 2003-02-03 Bob Wilson <bob.wilson@acm.org>
16845
16846 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
16847 coprocessor registers before floating-point registers.
16848 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
16849 to account for a previously removed register.
16850 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
16851 Delete unused macros.
16852
16853 2003-02-03 Jan Hubicka <jh@suse.cz>
16854
16855 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
16856 (mov*_internal): Fix predicates; require one of operands to not be
16857 memory.
16858 (SSE?MMX move expanders): Fix predicates; force one of operands to
16859 register.
16860 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
16861 (movups/movupd/movdqu patterns): Force one of operands to not be
16862 memory.
16863
16864 2003-02-03 Roger Sayle <roger@eyesopen.com>
16865
16866 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
16867 takes a single rtx and returns it unmodified.
16868 * hooks.h (hook_rtx_rtx_identity): Prototype here.
16869 * target.h (struct gcc_target): Add "delegitimize_address"
16870 field to target structure.
16871 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
16872 for delegitimize_address target using hook_rtx_rtx_identity.
16873 (TARGET_INITIALIZER): Initialize delegitimize_address field
16874 using TARGET_DELEGITIMIZE_ADDRESS macro.
16875 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
16876 extensions of constant pool references. Use delegitimize_address
16877 to undo the obfuscation of "-fpic".
16878 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
16879
16880 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
16881 i386_simplify_dwarf_addr.
16882 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
16883 (maybe_get_pool_constant): Likewise.
16884
16885 2003-02-03 Jan Hubicka <jh@suse.cz>
16886
16887 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
16888
16889 2003-02-03 Jan Hubicka <jh@suse.cz>
16890
16891 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
16892
16893 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16894
16895 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
16896 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
16897
16898 2003-02-02 Andreas Schwab <schwab@suse.de>
16899
16900 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
16901
16902 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
16903
16904 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
16905 (epilogue_insns): Likewise.
16906
16907 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16908
16909 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
16910
16911 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16912
16913 * pa-protos.h (attr_length_millicode_call): Remove second argument.
16914 (attr_length_indirect_call, attr_length_indirect_call,
16915 attr_length_save_restore_dltp): New prototypes.
16916 * pa.c (attr_length_millicode_call): Remove second argument. Check
16917 INSN_ADDRESSES_SET_P in distance calculation.
16918 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
16919 INSN_ADDRESSES.
16920 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
16921 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
16922 Call attr_length_call directly.
16923 (attr_length_indirect_call, output_indirect_call,
16924 attr_length_save_restore_dltp): New functions.
16925 * pa.md (attr_length_millicode_call): Drop second argument from all
16926 patterns.
16927 (return_internal_pic): Delete.
16928 (return_external_pic): Remove use of PIC register and pic operand and
16929 flag checks.
16930 (epilogue): Use return_internal for both normal and pic code.
16931 (call, call_value): Emit new 32-bit pic patterns for symref and
16932 indirect calls. Remove uses for arg pointer and pic register.
16933 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
16934 call_reg_pic_post_reload, call_val_symref_pic,
16935 call_val_symref_pic_post_reload, call_val_reg_pic,
16936 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
16937 Implement define_split and define_peephole2 patterns for pre reload
16938 patterns.
16939 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
16940 call_value_internal_reg_64bit): Shorten names.
16941 (all call patterns): Explicitly indicate registers used and clobbered.
16942 Use attr_length_indirect_call and attr_length_save_restore_dltp for
16943 attribute length calculation. Move code generation for indirect calls
16944 to output_indirect_call.
16945 (sibcall, sibcall_value): Don't restore PIC register.
16946 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
16947 register retore.
16948
16949 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16950
16951 * doc/install.texi (Testing): Simplify and compress instructions
16952 concerning Dejagnu.
16953
16954 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16955
16956 * collect2.c (pexecute_pid): Rename to pid.
16957 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
16958 pid.
16959
16960 2003-02-01 Geoffrey Keating <geoffk@apple.com>
16961
16962 * doc/extend.texi (Function Attributes): Remove documentation
16963 for PowerPC Windows NT function attributes..
16964
16965 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
16966
16967 * dwarf2out.c (gen_type_die): Check for typedefs before calling
16968 for TYPE_MAIN_VARIANT.
16969
16970 2003-02-01 Richard Henderson <rth@redhat.com>
16971
16972 * libgcc2.c: Include auto-host.h.
16973 (ATTRIBUTE_HIDDEN): New.
16974 (__clz_tab): Don't declare here for clz and ctz.
16975 (__clzsi2, __clzdi2): Use count_leading_zeros.
16976 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
16977 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
16978 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
16979 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
16980
16981 2003-02-01 Richard Henderson <rth@redhat.com>
16982
16983 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
16984 to the conditional.
16985 (ashlsi3_1_zext splitter): Likewise.
16986
16987 2003-02-01 Richard Henderson <rth@redhat.com>
16988
16989 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
16990 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
16991 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
16992 return type to Wtype.
16993
16994 * libgcc-std.ver (GCC_3.4): Fix inheritance.
16995
16996 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
16997 expander input constraint.
16998
16999 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
17000
17001 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
17002 OTI_parity.
17003 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
17004 * optabs.c (widen_clz, expand_parity): New.
17005 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
17006 for libcalls to clz, ctz, popcount, and parity.
17007 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
17008 parity_optab, and set up libfunc handlers.
17009 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
17010 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
17011 __popcount_tab): New.
17012 * libgcc2.h: Declare them.
17013 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
17014 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
17015 and parity_optab.
17016 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
17017 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
17018 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
17019 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
17020 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
17021 BUILT_IN_PARITYLL): New.
17022 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
17023 and add optab argument.
17024 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
17025 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
17026 * expr.c (expand_expr): Handle them.
17027 * fold-const.c (tree_expr_nonnegative_p): Likewise.
17028 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
17029 * reload1.c (eliminate_regs): Handle them.
17030 (elimination_effects): Likewise.
17031 * function.c (instantiate_virtual_regs_1): Likewise
17032 * genattrtab.c (check_attr_value): Likewise.
17033 * simplify-rtx.c (simplify_unary_operation): Likewise.
17034 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
17035 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
17036 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
17037 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
17038 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
17039 __builtin_arm_clz.
17040 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
17041 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
17042 * doc/extend.texi (Other Builtins): Add new builtins.
17043 * doc/md.texi (Standard Names): Add new patterns.
17044
17045 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
17046
17047 * reload.c: Revert 2003-01-31 change.
17048
17049 2003-02-01 Jan Hubicka <jh@suse.cz>
17050
17051 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
17052
17053 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
17054
17055 * flags.h (flag_volatile): Remove declaration.
17056 (flag_volatile_global, flag_volatile_static): Likewise.
17057 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
17058 * toplev.c (flag_volatile): Remove definition.
17059 (flag_volatile_global, flag_volatile_static): Likewise.
17060 (f_options): Remove corresponding entries here.
17061 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
17062 or flag_volatile_static.
17063 * doc/invoke.texi: Remove documentation of -fvolatile,
17064 -fvolatile-global and -fvolatile-static.
17065
17066 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17067
17068 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
17069 updating of total_code_bytes from prologue to epilogue.
17070
17071 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
17072
17073 * reload.c (find_reloads): Do not use the mode specified in the insn
17074 pattern as reload mode for address operands. Do not generate optional
17075 reloads for operands where a mandatory reload was already pushed.
17076 Generate optional reloads only in the final pass though find_reloads.
17077 (have_replacement_p): New function.
17078
17079 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17080
17081 * doc/install.texi (Testing): Remove a reference to our obsolete
17082 /testresults web pages and strip redundant information concerning
17083 test results.
17084 (Binaries): Refer to Microsoft Windows instead of listing all
17085 possible variants.
17086
17087 2003-02-01 Jan Hubicka <jh@suse.cz>
17088
17089 * loop.c (emit_prefetch_instructions): Do conversion at right place in
17090 RTL chain.
17091
17092 * combine.c (simplify_set): Reverse order of ragumetns to
17093 REG_CANNOT_CHANGE_MODE_P
17094 * df.c (df_def_record_1): Likewise.
17095 * recog.c (register_operand): Likewise.
17096 * simplify-rtx.c (simplify_subreg): Likewise.
17097 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
17098 CANNOT_CHANGE_MODE_CLASS.
17099 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
17100 Likewise.
17101 * reload.c (push_reload): Likewise.
17102 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17103 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17104 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17105 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
17106 * mips.c (mips_cannot_change_mode_class): Update.
17107 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17108 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17109 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17110 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
17111 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
17112 * sh.c (sh_cannot_change_mode_class): Update.
17113 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
17114 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
17115
17116 2003-01-31 Geoffrey Keating <geoffk@apple.com>
17117
17118 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
17119 change to LINK_COMMAND_SPEC in gcc.c.
17120
17121 2003-01-31 Jan Hubicka <jh@suse.cz>
17122
17123 PR c/9506
17124 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
17125
17126 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17127
17128 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
17129 duplicated code.
17130
17131 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
17132
17133 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
17134 (BINFO_ELTS): New #define.
17135 * stor-layout.c (finalize_record_size): Don't set them.
17136 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
17137 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
17138 (BINFO_LANG_ELTS): New #define.
17139 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
17140 * java/class.c (make_class): Use BINFO_ELTS.
17141 (set_super_info): Likewse.
17142 (add_interface_do): Likewise.
17143 * objc/objc-act.c (start_class): Use BINFO_ELTS.
17144
17145 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
17146
17147 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
17148 (times): Don't ever declare if not HAVE_TIMES.
17149 (clock): Don't ever declare if not HAVE_CLOCK.
17150
17151 2003-01-30 Richard Henderson <rth@redhat.com>
17152
17153 * flow.c (update_life_info): Zap life info after cleanup_cfg.
17154 (regno_uninitialized): Use correct live at function entry set.
17155 (regno_clobbered_at_setjmp): Likewise.
17156
17157 * expr.c (store_expr): Promote all MEM intermediates to regs.
17158
17159 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17160
17161 * config/arm/arm.c: Fix comment typos.
17162 * config/arm/arm.h: Likewise.
17163 * config/arm/netbsd-elf.h: Likewise.
17164 * config/arm/netbsd.h: Likewise.
17165
17166 2003-01-30 Geoffrey Keating <geoffk@apple.com>
17167
17168 * gengtype.c (struct walk_type_data): Add needs_cast_p.
17169 (walk_type): Set needs_cast_p in walk_type_data.
17170 (write_types_process_field): Supply casts when required to suppress
17171 warnings.
17172 (write_root): Cast gt_pch_n_S to suppress warning.
17173 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
17174 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
17175 when they might exist.
17176 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
17177 insn-conditions.o, and rs6000.o.
17178
17179 2003-01-30 Richard Henderson <rth@redhat.com>
17180
17181 * ggc-page.c (G.context_depth_allocations): New.
17182 (G.context_depth_collections): New.
17183 (alloc_page): Set G.context_depth_allocations.
17184 (ggc_collect): Set G.context_depth_collections.
17185 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
17186 (ggc_pop_context): Early exit for no allocations or collections.
17187
17188 2003-01-30 Richard Henderson <rth@redhat.com>
17189
17190 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
17191
17192 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
17193
17194 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
17195 size, the link register is always saved if any other register is
17196 saved.
17197
17198 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17199
17200 * config/h8300/h8300-protos.h: Update the prototype for
17201 compute_plussi_cc.
17202 (cpp_reader): Declare before it is used.
17203 * config/h8300/h8300.c (compute_plussi_cc): Change the return
17204 type to int.
17205 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
17206 see an unknown H8 variant.
17207
17208 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17209
17210 PR target/9316
17211 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
17212 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
17213 * config/rs6000/t-rtems: New file. multilib variants to match OS.
17214 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
17215 rs6000/t-ppcgas so we get the desired multilibs.
17216
17217 2003-01-30 Nick Clifton <nickc@redhat.com>
17218
17219 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
17220 when popping saved IP register off the stack.
17221
17222 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17223
17224 * config/rs6000/aix43.h: Fix comment typos.
17225 * config/rs6000/aix51.h: Likewise.
17226 * config/rs6000/aix52.h: Likewise.
17227 * config/rs6000/altivec.h: Likewise.
17228 * config/rs6000/rs6000.c: Likewise.
17229 * config/rs6000/rs6000.h: Likewise.
17230 * config/rs6000/rs6000.md: Likewise.
17231 * config/rs6000/spe.md: Likewise.
17232
17233 2003-01-29 Mark Mitchell <mark@codesourcery.com>
17234
17235 * c-common.c (builtin_define_float_constants): Define
17236 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
17237
17238 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
17239
17240 * config/sh/lib1funcs.asm: Fix comment typos.
17241 * config/sh/linux.h: Likewise.
17242 * config/sh/sh.c: Likewise.
17243 * config/sh/sh.md: Likewise.
17244
17245 2003-01-30 Loren James Rittle <ljrittle@acm.org>
17246
17247 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
17248
17249 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
17250
17251 * config/fp-bit.h (__make_dp): Declare if TMODES.
17252
17253 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
17254
17255 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
17256 general_operand_src and general_operand_dst.
17257
17258 2003-01-29 David Edelsohn <edelsohn@gnu.org>
17259
17260 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
17261 Return true for variable sized types.
17262 (rs6000_va_arg): Handle variable sized types passed by reference
17263 on non-SVR4 ABI.
17264
17265 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
17266
17267 * arm.c (arm_legtimize_address): New function.
17268 * arm-protos.h (arm_legtimize_address): Add prototype.
17269 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
17270 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
17271 do ... while (0)
17272
17273 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17274
17275 PR bootstrap/9296
17276 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
17277 depended on it being defined until now.
17278
17279 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17280
17281 PR target/9295
17282 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
17283 RTEMS code knows which C++ initialization style the toolset
17284 configuration is using.
17285
17286 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17287
17288 PR bootstrap/9293
17289 * config/m68k/t-crtstuff: Replace spaces with tabs, add
17290 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
17291
17292 2003-01-29 Joel Sherrill <joel@OARcorp.com>
17293
17294 PR bootstrap/9292
17295 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
17296 RTEMS threads.
17297 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
17298
17299 2003-01-29 Nick Clifton <nickc@redhat.com>
17300
17301 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
17302 not $(srcdir).
17303
17304 2003-01-29 Andrew Haley <aph@redhat.com>
17305
17306 * tree-inline.c (walk_tree): Add CHAR_TYPE.
17307
17308 2003-01-29 Jan Hubicka <jh@suse.cz>
17309
17310 * i386.md (subdi3_carry_rex64): Fix typo.
17311
17312 2003-01-28 Stan Shebs <shebs@apple.com>
17313
17314 * coretypes.h (cpp_reader): Forward declare struct.
17315 * c-pragma.h (cpp_reader): Remove forward declaration.
17316 * hashtable.h (cpp_reader): Likewise.
17317 * scan.h (cpp_reader): Likewise.
17318 * tree.h (cpp_reader): Likewise.
17319 * config/darwin-protos.h (cpp_reader): Likewise.
17320 * config/arm/arm-protos.h (cpp_reader): Likewise.
17321 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
17322 struct cpp_reader in prototypes.
17323
17324 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
17325
17326 * doc/install.texi: Add documentation for installation into
17327 tooldirs and with DESTDIR.
17328
17329 2003-01-28 Richard Henderson <rth@redhat.com>
17330
17331 * config.gcc (ia64*-*-aix*): Remove.
17332 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
17333 * config/ia64/unwind-aix.c: Remove file.
17334
17335 2003-01-28 Andreas Schwab <schwab@suse.de>
17336
17337 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
17338 register.
17339 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
17340 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
17341 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
17342 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
17343 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
17344 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
17345 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
17346
17347 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
17348
17349 * combine.c (nonzero_bits): Fix check for negative divide operands.
17350
17351 2003-01-28 Richard Henderson <rth@redhat.com>
17352
17353 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
17354 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
17355
17356 2003-01-28 Richard Henderson <rth@redhat.com>
17357
17358 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
17359
17360 * config/cris/cris.c (cris_address_cost): Make static.
17361 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
17362 * config/cris/cris.h (ADDRESS_COST): Remove.
17363 * config/cris/cris-protos.h: Update.
17364
17365 2003-01-23 Mike Stump <mrs@apple.com>
17366
17367 * regclass.c (init_reg_autoinc): New function.
17368 (regclass): Move initialization of forbidden_inc_dec_class from
17369 here...
17370 (init_regs): to here. Avoids reinitialization for each function,
17371 saving compilation time.
17372
17373 2003-01-28 Jason Merrill <jason@redhat.com>
17374
17375 * cpplib.h (struct cpp_options): Add warn_deprecated field.
17376 * cppinit.c (cpp_create_reader): Turn it on by default.
17377 * c-opts.c (c_common_decode_option): Set it.
17378 * cpplib.c (do_pragma_once): Only complain about #pragma once
17379 if warn_deprecated is set.
17380
17381 2003-01-28 Dale Johannesen <dalej@apple.com>
17382
17383 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
17384 * loop.c (scan_loop): Move movables on -Os rich-register targets.
17385 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
17386
17387 2003-01-28 Richard Henderson <rth@redhat.com>
17388
17389 * target.h (targetm.address_cost): New.
17390 * target-def.h (TARGET_ADDRESS_COST): New.
17391 (TARGET_RTX_COSTS): Uncomment. Oops.
17392 * cse.c (address_cost): Use new target hook.
17393 (default_address_cost): New.
17394 * output.h (default_address_cost): Declare.
17395 * hooks.c (hook_int_rtx_0): New.
17396 * hooks.h (hook_int_rtx_0): Declare.
17397 * loop.c (combine_givs_p): Remove if 0 code.
17398 * system.h (ADDRESS_COST): Poison.
17399
17400 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
17401 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
17402 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
17403 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
17404 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
17405 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
17406 config/xtensa/xtensa.c, config/xtensa/xtensa.h
17407 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
17408 (ADDRESS_COST): Remove.
17409
17410 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
17411 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
17412 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
17413 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
17414 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
17415 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
17416 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
17417 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
17418 config/mips/mips.c, config/mips/mips.h,
17419 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
17420 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
17421 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
17422 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
17423 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
17424 config/vax/vax.c, config/vax/vax.h
17425 (foo_address_cost): Make static.
17426 (TARGET_ADDRESS_COST): New.
17427 (ADDRESS_COST): Remove.
17428
17429 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
17430 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
17431 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
17432 config/stormy16/stormy16.h
17433 (ADDRESS_COST): Move code ...
17434 (foo_address_cost): ... here.
17435 (TARGET_ADDRESS_COST): New.
17436
17437 * config/m32r/m32r.c (m32r_address_cost): Remove.
17438 * config/m32r/m32r-protos.h: Update.
17439
17440 * config/mmix/mmix.c (mmix_address_cost): Remove.
17441 * config/mmix/mmix-protos.h: Update.
17442
17443 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
17444 mn10300_address_cost; move unsig allocation ...
17445 (mn10300_address_cost): ... here.
17446 (TARGET_ADDRESS_COST): New.
17447 * config/mn10300/mn10300-protos.h: Update.
17448 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
17449
17450 * doc/tm.texi: Update.
17451
17452 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
17453
17454 * haifa-sched.c (schedule_insn): Return necessary cycle advance
17455 after issuing the insn.
17456 (rank_for_schedule): Make a insn with /S the highest priority
17457 insn.
17458 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
17459 (choose_ready): Check SCHED_GROUP_P.
17460 (schedule_block): Advance cycle after issuing insn if it is
17461 necessary. Don't reorder insns if there is an insn with /S.
17462 (set_priorities): Ignore schedule groups.
17463
17464 * sched-deps.c (remove_dependence, group_leader): Remove the
17465 functions.
17466 (add_dependence): Ignore schedule groups.
17467 (set_sched_group_p): Don't make copy of dependencies from previous
17468 insn of the schedule group. Add anti-dependency to the previous
17469 insn of the schedule group.
17470 (compute_forward_dependences): Ignore schedule groups.
17471
17472 * sched-ebb.c (init_ready_list): Ignore schedule groups.
17473
17474 * sched-rgn.c (init_ready_list): Ditto.
17475 (can_schedule_ready_p): Ditto.
17476
17477 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
17478
17479 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
17480 register to another one.
17481
17482 2003-01-28 Richard Henderson <rth@redhat.com>
17483
17484 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
17485
17486 2003-01-28 Roger Sayle <roger@eyesopen.com>
17487
17488 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
17489
17490 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
17491
17492 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
17493 class contains a floating-point register, return the size of the
17494 mode in half words.
17495
17496 2003-01-28 Jan Hubicka <jh@suse.cz>
17497
17498 * i386.c (ix86_carry_flag_operator): New predicate.
17499 (fcmov_operator): Fix whitespace.
17500 (ix86_expand_carry_flag_compare): Deal with floating point.
17501 (ix86_expand_int_movcc): Deal with fp; update insn expansion
17502 (ix86_expand_int_addcc): Likewise.
17503 (ix86_expand_strlensi_unroll_1): likewsie.
17504 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
17505 * i386.md (add?i_carry_rex64): Use new predicate.
17506 (sub?i3_carry_rex64): Likewise.
17507 (x86_mov?icc_0_m1*): Likewise.
17508
17509 2003-01-28 Andreas Schwab <schwab@suse.de>
17510
17511 * cfgloopmanip.c (create_preheader): Initialize src to avoid
17512 warning.
17513
17514 * expmed.c (emit_store_flag): Fix cast to avoid sign
17515 comparison warning.
17516
17517 * combine.c (force_to_mode): Add cast to fix warning when
17518 STORE_FLAG_VALUE is negative.
17519
17520 2003-01-27 Richard Henderson <rth@redhat.com>
17521
17522 * Makefile.in (cse.o): Depend on TARGET_H.
17523 * cse.c (rtx_cost): Use targetm.rtx_costs.
17524 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
17525 * doc/tm.texi: Update.
17526
17527 * target.h (targetm.rtx_costs): New.
17528 * target-def.h (TARGET_RTX_COSTS): New.
17529 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
17530 * hooks.h: Update.
17531
17532 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
17533 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
17534 * config/alpha/alpha.h (PROCESSOR_MAX): New.
17535 (CONST_COSTS, RTX_COSTS): Remove.
17536
17537 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
17538 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
17539 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
17540 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
17541 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
17542 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
17543 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
17544 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
17545 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
17546 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
17547 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
17548 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
17549 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
17550 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
17551 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
17552 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
17553 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
17554 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
17555 config/v850/v850.c, config/v850/v850.h,
17556 config/xtensa/xtensa.c, config/xtensa/xtensa.h
17557 (CONST_COSTS, RTX_COSTS): Move code ...
17558 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
17559
17560 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
17561 (arm_rtx_costs, TARGET_RTX_COSTS): New.
17562 * config/arm/arm-protos.h: Update.
17563 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
17564
17565 * config/avr/avr.h (CONST_COSTS): Move code ...
17566 * config/avr/avr.c (avr_rtx_costs): ... here.
17567 (default_rtx_costs): Make static.
17568 * config/avr/avr-protos.h: Update.
17569
17570 * config/h8300/h8300.c (const_costs): Make static.
17571 (h8300_and_costs, h8300_shift_costs): Likewise.
17572 * config/h8300/h8300-protos.h: Update.
17573
17574 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
17575 (CONST_COSTS): Move code ...
17576 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
17577 default_rtx_costs; update for signature change.
17578 * config/ip2k/ip2k-protos.h: Update.
17579
17580 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
17581 (CONST_COSTS): Move code ...
17582 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
17583 (TARGET_RTX_COSTS): New.
17584 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
17585 * config/m68hc11/m68hc11-protos.h: Update.
17586
17587 * config/m68k/m68k.c (const_int_cost): Make static.
17588 * config/m68k/m68k-protos.h: Update.
17589
17590 * config/mcore/mcore.c (mcore_const_costs): Make static.
17591 (mcore_and_cost, mcore_ior_cost): Likewise.
17592 * config/mcore/mcore-protos.h: Update.
17593
17594 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
17595 (mmix_rtx_cost_recalculated): Remove.
17596 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
17597 * config/mmix/mmix-protos.h: Update.
17598
17599 * config/sh/sh.c (shiftcosts): Make static.
17600 (addsubcosts, andcosts, multcosts): Likewise.
17601 * config/sh/sh-protos.h: Update.
17602
17603 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
17604 (sparc_rtx_costs): Make static; update for change in signature.
17605 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
17606 * config/sparc/sparc-protos.h: Update.
17607
17608 * config/v850/v850.c (const_costs): Make static.
17609 * config/v850/v850-protos.h: Update.
17610
17611 * config/vax/vax.h (RTX_COSTS): Remove.
17612 (CONST_COSTS): Move code ...
17613 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
17614 from vax_rtx_cost.
17615 (vax_rtx_costs, TARGET_RTX_COSTS): New.
17616
17617 2003-01-27 Richard Henderson <rth@redhat.com>
17618
17619 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
17620 * config/vax/vax-protos.h: Update. Really.
17621
17622 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
17623
17624 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
17625 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
17626 zero if no hardware floating point.
17627 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
17628 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
17629 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
17630 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
17631 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
17632 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
17633 even FP registers on N32 and N64.
17634 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
17635 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
17636 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
17637 even-register-like alignment to 128-bit arguments.
17638 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
17639 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
17640 on N32 or N64.
17641 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
17642 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
17643 (TPBIT): Set to tp-bit.c.
17644 (tp-bit.c): Create out of fp-bit.c.
17645
17646 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
17647
17648 * c-parse.in: Remove '%expect 32' directive in objc mode.
17649
17650 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
17651
17652 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
17653 (LIBGCOV): New variable.
17654 (libgcc.mk): Add LIBGCOV.
17655 (LIBGCC_DEPS): Add libgcov.c.
17656 (libgcov.a): New target.
17657 (clean): Remove libgcov.a.
17658 (install-libgcc): Do libgcov too.
17659 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
17660 with libgcov.a.
17661 * libgcc2.c (L_gcov): Move into ...
17662 * libgcov.c: ... here. New file.
17663 * mklibgcc.in: Add libgcov rules.
17664 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
17665
17666 * doc/invoke.texi (profile-arcs, test-coverage): Update and
17667 clarify.
17668
17669 * profile.c (index_counts_file): Remove duplicate check for open file.
17670
17671 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
17672
17673 * gcc/doc/invoke.texi (Optimization Options): Group together
17674 optional and experimental flags. Move trapv and bounds-check
17675 out of this section. Group floating point flags together.
17676 (Code Gen Options): Move trapv and bounds-check to here.
17677
17678 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
17679
17680 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
17681
17682 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
17683
17684 PR optimization/9090
17685 * function.c (purge_addressof_1): After pushing an addressed register
17686 onto the stack, simplify the result.
17687
17688 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17689
17690 * doc/extend.texi: Fix typo.
17691
17692 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
17693
17694 * doc/cppopts.texi: Fix typo.
17695 * doc/objc.texi: Likewise.
17696 * doc/passes.texi: Likewise.
17697
17698 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
17699
17700 * real.c (ibm_extended_format): Add 53 to minimum exponent.
17701 (encode_ibm_extended): Adjust.
17702
17703 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
17704
17705 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
17706 timevar_id enumerations.
17707
17708 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17709
17710 * combine.c: Fix formatting.
17711
17712 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17713
17714 * doc/gccint.texi: Update the copyright.
17715
17716 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17717
17718 * doc/cpp.texi: Fix typos.
17719 * doc/extend.texi: Likewise.
17720 * doc/gty.texi: Likewise.
17721 * doc/install.texi: Likewise.
17722 * doc/passes.texi: Likewise.
17723 * doc/rtl.texi: Likewise.
17724 * doc/tm.texi: Likewise.
17725
17726 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17727
17728 * config/ia64/fde-glibc.c: Fix comment typos.
17729 * config/ia64/hpux.h: Likewise.
17730 * config/ia64/ia64.c: Likewise.
17731 * config/ia64/ia64.h: Likewise.
17732 * config/ia64/unwind-ia64.c: Likewise.
17733
17734 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
17735
17736 * config/i386/i386-modes.def: Fix comment typos.
17737 * config/i386/i386.c: Likewise.
17738 * config/i386/i386.md: Likewise.
17739
17740 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
17741
17742 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
17743 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
17744 ASM_FINISH_DECLARE_OBJECT before defining it.
17745 * toplev.c (rest_of_decl_compilation): Don't define
17746 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
17747 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
17748 parameters for DWARF2 targets because they _are_ used.
17749
17750 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
17751
17752 * fp-bit.h: Define macros for TFmode floating-point constants
17753 in IBM-extended TFmode types.
17754 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
17755 widths.
17756 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
17757 TFmode type.
17758
17759 * config/fp-bit.h: Define macros for TFmode floating-point
17760 constants in IEEE quad TFmode type. Declare functions according
17761 to L_ macros.
17762 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
17763 (TFtype, TItype, UTItype): Define if TMODES is defined.
17764 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
17765 (F_T_BITOFF, D_T_BITOFF): Define.
17766 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
17767 guaranteed to be wide enough.
17768 * config/fp-bit.c: Check for L_ macros for tf functions.
17769 (__thenan_tf): New.
17770 (nan): Adjust.
17771 (pack_d, unpack_d): Support IEEE 854 quad type.
17772 (_fpmul_parts): Support TFmode. Compute exponent adjustment
17773 from FRAC_NBITS, FRAC_BITS and NGARDS.
17774 (usi_to_float): Cast constants to be shifted to fractype
17775 instead of assuming long long is wide enough.
17776 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
17777
17778 2003-01-26 Andreas Jaeger <aj@suse.de>
17779
17780 * df.c: Remove prototype of unused function df_regno_rtl_debug.
17781
17782 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
17783
17784 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
17785 (DBBIT_FUNCS): Added _df_to_tf.
17786 (TPBIT_FUNCS): New.
17787 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
17788 (LIBGCC_DEPS): Added TPBIT.
17789 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
17790
17791 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
17792 been able to move the result to target.
17793
17794 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
17795 for the appropriate mode.
17796
17797 * calls.c (emit_library_call_value_1): Handle return values
17798 in a PARALLEL.
17799
17800 * rtl.c (get_mode_alignment): Moved to...
17801 * stor-layout.c: ... here.
17802
17803 * print-rtl.c (print_rtx): Don't print MEM details in
17804 GENERATOR_FILEs.
17805
17806 2003-01-26 Michael Hayes <mph@paradise.net.nz>
17807
17808 * df.h: Update comments, tidy formatting.
17809 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
17810 REVERSE, UNION, INTERSECTION. All uses updated.
17811 (OLD_DF_INTERFACE): Remove.
17812 (struct insn_info): Remove commented out insn field.
17813 * df.c: Update comments, tidy formatting.
17814 (df_def_table_realloc): Remove.
17815
17816
17817 2003-01-26 Alan Modra <amodra@bigpond.net.au>
17818
17819 * calls.c (save_fixed_argument_area): Tidy.
17820 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
17821 (expand_call): Comment typo fixes. Don't init low_to_save. Start
17822 call chain loop at 1 if !try_tail_call. Formatting.
17823 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
17824 Use save_fixed_argument_area and restore_fixed_argument_area.
17825
17826 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17827
17828 * df.c (df_uses_record): Handle CC0.
17829
17830 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
17831
17832 * reload.c (maybe_memory_address_p): New function.
17833 (find_reloads_address): Use it instead of memory_address_p.
17834
17835 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
17836
17837 * final.c (shorten_branches): Align the address of code label
17838 when computing initial lengths and addresses.
17839
17840 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17841
17842 * config/m68hc11/m68hc11.md: Fix a comment typo.
17843
17844 2003-01-25 Andreas Jaeger <aj@suse.de>
17845
17846 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
17847 TARGET_MACHO.
17848
17849 2003-01-25 Roger Sayle <roger@eyesopen.com>
17850
17851 * gcse.c (bypass_last_basic_block): New global variable.
17852 (bypass_block): Use redirect_edge_and_branch_force to redirect
17853 fall-through edges. Use bypass_last_basic_block to determine
17854 which blocks have valid PRE information.
17855 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
17856
17857 2003-01-25 Jan Hubicka <jh@suse.cz>
17858
17859 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
17860
17861 2003-01-25 Jan Hubicka <jh@suse.cz>
17862 Eric Botcazou <ebotcazou@libertysurf.fr>
17863 PR opt/8492
17864 * gcse.c (one_cprop_pass): Delete unreachable blocks.
17865
17866 2003-01-25 Richard Henderson <rth@redhat.com>
17867
17868 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
17869 from ia64_aix_select_rtx_section.
17870 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
17871 instead of saving and restoring flag_pic.
17872 (ia64_rwreloc_unique_section): Similarly.
17873 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
17874 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
17875 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
17876 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
17877
17878 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17879
17880 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
17881 comment.
17882
17883 2003-01-25 Richard Henderson <rth@redhat.com>
17884
17885 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
17886
17887 2003-01-25 Kelley Cook <kelleycook@comcast.net>
17888
17889 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
17890
17891 2003-01-25 Segher Boessenkool <segher@koffie.nl>
17892
17893 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
17894 type for bitmaps. Use unsigned long.
17895 (nBITMAP_WORD_BITS): New macro.
17896 (BITMAP_WORD_BITS): New macro.
17897 (rest of file): Use it.
17898 * bitmap.c: Use it.
17899
17900 2003-01-25 Richard Henderson <rth@redhat.com>
17901
17902 2002-02-19 Robert Lipe <robertlipe@usa.net>
17903 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
17904
17905 2003-01-25 Roger Sayle <roger@eyesopen.com>
17906
17907 * builtins.c (purge_builtin_constant_p): Scan insn stream
17908 sequentially rather than by basic block.
17909 * function.c (purge_addressof): Simplify test with INSN_P.
17910
17911 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
17912
17913 * combine.c (simplify_comparison, case AND): Remove a redundant test.
17914
17915 2003-01-25 Roger Sayle <roger@eyesopen.com>
17916
17917 * function.h (struct function): New field calls_constant_p.
17918 (current_function_calls_constant_p): New macro for above.
17919 * function.c (prepare_function_start): Initialize calls_eh_return
17920 and calls_constant_p.
17921 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
17922 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
17923 when the current_function_calls_constant_p.
17924 * integrate.c (expand_inline_function): Set calls_constant_p if
17925 the function being inlined has calls_constant_p set.
17926
17927 2003-01-25 Roger Sayle <roger@eyesopen.com>
17928
17929 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
17930 optimizing, even if flag_gcse is true.
17931 * toplev.c (rest_of_compilation): purge_builtin_constant_p
17932 only needs to be called when "optimize > 0 && flag_gcse".
17933
17934 2003-01-25 Roger Sayle <roger@eyesopen.com>
17935
17936 * stmt.c (emit_case_bit_tests): New routine to implement suitable
17937 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
17938 (case_bit_test_cmp): New comparison function for "qsort" to order
17939 case_bit_tests by decreasing number of destination nodes.
17940 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
17941 (expand_end_case_type): Use emit_case_bit_tests to implement
17942 suitable switch statments.
17943 (CASE_USE_BIT_TESTS): New target macro to disable the above.
17944 * Makefile.in (stmt.o): Add dependency on optab.h.
17945 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
17946
17947 2003-01-23 Andreas Schwab <schwab@suse.de>
17948
17949 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
17950 __do_global_ctors_aux hidden global and don't put it in
17951 .init_array.
17952 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
17953 instead so that it comes first.
17954
17955 2003-01-25 Jan Hubicka <jh@suse.cz>
17956
17957 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
17958 subreg is read/modify.
17959
17960 2003-01-25 Jan Hubicka <jh@suse.cz>
17961
17962 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
17963 do libcall for large blocks.
17964 * i386.md (comi patterns): Set type to ssecomi.
17965 (sse2_unpck?pd): Fix mode of vec_select.
17966
17967 * cse.c: Include except.h
17968 (cse_set_around_loop): Do not create new basic blocks.
17969 * Makefile.in (cse.o): Add dependnecy on except.h
17970
17971 2003-01-25 Jan Hubicka <jh@suse.cz>
17972
17973 * builtins.c (fold_trunc_transparent_mathfn): New function.
17974 (fold_builtin): Use it.
17975 * convert.c (convert_to_real): Re-enable code to convert
17976 math functions; add support for floor familly functions.
17977
17978 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17979
17980 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
17981 dependencies on coretypes.h and $(TM_H).
17982
17983 2003-01-25 Jan Hubicka <jh@suse.cz>
17984
17985 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
17986
17987 2003-01-24 Stuart Hastings <stuart@apple.com>
17988
17989 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
17990
17991 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
17992
17993 * config/c4x/c4x.md (UNSPEC_BU): New constants.
17994 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
17995 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
17996 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
17997 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
17998 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
17999 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
18000 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
18001
18002 2003-01-24 Jan Hubicka <jh@suse.cz>
18003
18004 * emit-rtl.c (reg_attrs_htab): New static variable.
18005 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
18006 functions.
18007 (reg_rtx): Do not maintain regno_decl.
18008 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
18009 set_mem_attrs_from_reg): New global function.
18010 (init_emit): Do not initialize regno_decl.
18011 (init_emit_once): initialize reg_attrs_htab.
18012 * final.c (alter_subreg): Do not replace REG by SUBREG.
18013 (gen_mem_expr_from_op): Improve output.
18014 (output_asm_operands): Likewise.
18015 * function.c (assign_params): Do not set REGNO_DECL.
18016 * function.h (struct function): Kill regno_decl.
18017 (REGNO_DECL): Kill.
18018 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
18019 * print_rtl.c (print_rtx): Output REG information.
18020 * regclass.c (reg_scan_mark_refs): Update attrs.
18021 * reload1.c (alter_reg): Likewise.
18022 * simplify_rtx.c (simplify_subreg): Likewise.
18023 * stmt.c (expand_decl): Likewise.
18024 * rtl.def (REG): Add new field.
18025 * rtl.h (struct reg_attrs): New.
18026 (rtunion_def): At rtreg.
18027 (X0MEMATTR): Add checking.
18028 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
18029 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
18030 Declare.
18031 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
18032
18033 2003-01-24 Bob Wilson <bob.wilson@acm.org>
18034
18035 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
18036 (xtensa_emit_call, print_operand): Fix printf format strings
18037 to avoid compile warnings.
18038 (xtensa_function_prologue, xtensa_function_epilogue): Change type
18039 of "size" argument to HOST_WIDE_INT to fix compile warnings.
18040 * config/xtensa/xtensa-protos.h
18041 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
18042
18043 2003-01-24 Jan Hubicka <jh@suse.cz>
18044
18045 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
18046 (implicit_built_in_decls): New global array.
18047 (mathfn_built_in): New global function.
18048 (fold_trunc_transparent_mathfn): New static function
18049 (expand_builtin_strstr, expand_bultin_strchr,
18050 expand_builtin_strpbrk, expand_builtin_strcpy,
18051 expand_builtin_strncpy, expand_bultin_strcmp,
18052 expand_bultin_strncat, expand_builtin_fputs): Use
18053 implicint_built_in_decls.
18054 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
18055 * builtins.def: Fix comments.
18056 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
18057 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
18058 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
18059 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
18060 (DEF_C99_C90RES_BULTIN): New.
18061 (*f, *l builtins): Update.
18062 * c-common.c (DEF_BUILTIN): Initialize implicit array.
18063 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
18064 * convert.c (strip_float_extensions): New global function.
18065 * tree.h (DEF_BUILTIN): Accept 10 arguments.
18066 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
18067 Declare.
18068 * java/builtins.c (define_builtin): Handle implicit.
18069 (DEF_BUILTIN): Update.
18070 * tm.texi (TARGET_C99_FUNCTIONS): Document.
18071 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
18072 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
18073 when using glibc2.
18074
18075 2003-01-24 Bob Wilson <bob.wilson@acm.org>
18076
18077 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
18078 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
18079 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
18080 * config/xtensa/crti.asm: New file.
18081 * config/xtensa/crtn.asm: New file.
18082 * config/xtensa/t-elf: New file.
18083 * config/xtensa/t-linux: New file.
18084 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
18085 Move various CFLAGS settings to new t-elf file.
18086
18087 2003-01-24 Richard Henderson <rth@redhat.com>
18088
18089 PR optimization/4382
18090 * tree-inline.c (find_builtin_longjmp_call_1): New.
18091 (find_builtin_longjmp_call): New.
18092 (inlinable_function_p): Use it.
18093
18094 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18095
18096 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
18097 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
18098 * config/i386/i386.c (function_arg_pass_by_reference): New.
18099 (ix86_va_arg): Support arguments passed by reference.
18100
18101 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18102
18103 * cfgloopanal.c: New file.
18104 * cfgloopmanip.c: New file.
18105 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
18106 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
18107 cfglayout.o): Add dependency on cfgloop.h.
18108 (cfgloop.o): Add flags.h dependency.
18109 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
18110 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
18111 (struct loop, struct loops, flow_loops_find, flow_loops_update,
18112 flow_loops_free, flow_loops_dump, flow_loop_dump,
18113 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
18114 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
18115 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
18116 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
18117 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
18118 find_common_loop, verify_loop_structure): Declarations moved to ...
18119 * cfgloop.h: New file.
18120 * bb-reorder.c (reorder_basic_blocks): Modified.
18121 * cfglayout.c: Include cfgloop.h.
18122 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
18123 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
18124 (break_superblocks): New static function.
18125 (cfg_layout_finalize): Use it.
18126 (cfg_layout_split_block): New function.
18127 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
18128 fields.
18129 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
18130 changed.
18131 (cfg_layout_split_block): Declare.
18132 * cfgloop.c: Include cfgloop.h and flags.h.
18133 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
18134 get_loop_body): Avoid signed versus unsigned comparison warnings.
18135 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
18136 loop_latch_edge): Modified.
18137 (verify_loop_structure): Modified to use flags stored in loop structure;
18138 check irreducible loops.
18139 (cancel_loop, cancel_loop_tree): New functions.
18140 (estimate_probability): Use loop analysis code for predictions.
18141 (estimate_loops_at_level): Avoid signed versus unsigned comparison
18142 warnings.
18143 * doloop.c: Include cfgloop.h.
18144 * loop.c: Include cfgloop.h.
18145 * predict.c: Include cfgloop.h.
18146 * toplev.c: Include cfgloop.h.
18147 * unroll.c: Include cfgloop.h.
18148 * tracer.c (tracer): Modified.
18149
18150 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
18151
18152 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
18153
18154 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
18155
18156 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
18157 * configure: Regenerate.
18158
18159 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
18160 (tls_symbolic_reference_mentioned_p): Add prototype.
18161 (s390_tls_get_offset): Add prototype.
18162 (emit_pic_move): Remove prototype, replace by ...
18163 (emit_symbolic_move): .. this new prototype.
18164
18165 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
18166 (tls_model_chars): New global variable.
18167 (s390_encode_section_info): Encode TLS model.
18168 Use targetm.binds_local_p to check for local symbols.
18169 (s390_strip_name_encoding): New function.
18170 (TARGET_STRIP_NAME_ENCODING): Define.
18171
18172 (get_thread_pointer): New function.
18173 (legitimize_tls_address): New function.
18174 (legitimize_address): Call it.
18175 (emit_pic_move): Remove, replace by ...
18176 (emit_symbolic_move): ... this new function.
18177
18178 (larl_operand): Handle TLS operands.
18179 (legitimate_constant_p): Likewise.
18180 (s390_decompose_address): Likewise.
18181 (s390_cannot_force_const_mem): New function.
18182 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
18183
18184 (s390_output_symbolic_const): Handle TLS unspecs.
18185 (print_operand): New code 'J'.
18186 (machine_function): Add struct member 'some_ld_name'.
18187 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
18188
18189 (enum s390_builtin): New type.
18190 (code_for_builtin_64, code_for_builtin_31): New global variables.
18191 (s390_init_builtins, s390_expand_builtin): New functions.
18192 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
18193
18194 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
18195 (ASM_OUTPUT_LABELREF): Define.
18196 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
18197
18198 * config/s390/s390.md: Define TLS UNSPEC constants.
18199 ("movdi", "movsi"): Handle TLS operands.
18200 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
18201 ("*tls_load_64", "*tls_load_31"): New insns.
18202 ("call_value_tls", "call_value_tls_exp"): New expanders.
18203 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
18204 "bas_tls_64", "bas_tls_31"): New insns.
18205
18206 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
18207
18208 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
18209 spe ABI is configured, if requested.
18210
18211 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
18212
18213 * doc/passes.texi: Fix typo.
18214
18215 2003-01-24 Andreas Schwab <schwab@suse.de>
18216
18217 * stor-layout.c (excess_unit_span): Only define if used.
18218
18219 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
18220
18221 * gcc/doc/invoke.texi (Optimization Options): List -O levels
18222 for each optimization flag.
18223
18224 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
18225
18226 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
18227
18228 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
18229
18230 * doc/bugreport.texi: Use @command instead of @code for commands.
18231 * doc/collect2.texi: Likewise.
18232 * doc/headerdirs.texi: Likewise.
18233 * doc/invoke.texi: Likewise.
18234 * doc/standards.texi: Likewise.
18235 * doc/tm.texi: Likewise.
18236 * doc/trouble.texi: Likewise.
18237
18238 2003-01-24 Nick Clifton <nickc@redhat.com>
18239
18240 * config/arm/arm.c (use_return_insn): Do not use a single return
18241 instruction for interrupt handelrs which have to create a stack
18242 frame.
18243 (arm_expand_prologue): Do not pre-bias the return address of
18244 interrupt handlers which create a stack frame.
18245
18246 2003-01-24 Nick Clifton <nickc@redhat.com>
18247
18248 * Add sh2e support:
18249
18250 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
18251
18252 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
18253 med_cbranches. Fix logic in short_cbranches.
18254
18255 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
18256
18257 * config/sh/sh.md (delay for cbranch): Don't annul delay
18258 slots on SH2e.
18259 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
18260 cbranch with unfilled delay slot on SH2e.
18261 (output_branch): Fill with a nop the delay slot of a
18262 branch that required a delay slot but didn't get one.
18263
18264 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
18265
18266 * doc/invoke.texi (SH options): Document -m2e.
18267 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
18268 * config/sh/lib1funcs.asm: Likewise.
18269 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
18270 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
18271 not __sh1__.
18272 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
18273 SH2E up.
18274 (SH3E_BIT): Renamed to...
18275 (SH_E_BIT): ... this. Replace all uses.
18276 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
18277 Replace all uses of TARGET_SH3E with TARGET_SH2E.
18278 (TARGET_SWITCHES): Added 2e.
18279 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
18280 (processor_type): Added PROCESSOR_SH2E.
18281 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
18282 TARGET_SH2E, except in sqrtsf2_i.
18283 (attribute cpu): Added sh2e.
18284 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
18285 (MULTILIB_MATCHES): Use m2e multilib for m3e.
18286 * config.gcc: Add sh2e target support.
18287
18288 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
18289
18290 Rename -W to -Wextra.
18291 * c-decl.c: Update comments.
18292 * c-typeck.c: Likewise.
18293 * flags.h: Likewise.
18294 * function.c: Likewise.
18295 * stmt.c: Likewise.
18296 * toplev.c: Update comments.
18297 (W_options): Add 'extra'.
18298 (display_help): Remove '-W'.
18299 (decode_W_option): Special warn_uninitialized treatment in the case
18300 of -Wextra.
18301 * doc/invoke.texi: Update with new entries.
18302
18303 2003-01-23 Richard Henderson <rth@redhat.com>
18304
18305 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
18306 in no-else-block case. Add commentary.
18307
18308 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18309
18310 * configure.in: Revert last change.
18311
18312 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18313
18314 * configure.in: Don't include ansidecl.h in tconfig.h.
18315 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
18316 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
18317 ATTRIBUTE_UNUSED.
18318
18319 * configure: Regenerate.
18320
18321 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
18322
18323 PR java/6748
18324 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
18325 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
18326 kernels.
18327
18328 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18329
18330 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
18331
18332 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
18333
18334 * genattrtab.c (write_attr_get): Mark 'insn' paramter
18335 as ATTRIBUTE_UNUSED.
18336
18337 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
18338
18339 * arm.c (thumb_base_register_rtx_p): New function.
18340 (thumb_index_register_rtx_p): New function.
18341 (thumb_legitimate_address_p): New function.
18342 (thumb_legitimate_offset_p): New function.
18343 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
18344 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
18345 definitions.
18346 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
18347 (THUMB_LEGITIMATE_OFFSET): Delte.
18348 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
18349 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
18350 (thumb_legitimate_offset_p): Likewise.
18351
18352 2003-01-23 Andreas Schwab <schwab@suse.de>
18353
18354 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
18355
18356 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18357
18358 * fixinc/Makefile.in (FL_LIST): Revert last change.
18359
18360 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
18361
18362 PR other/7341
18363 * invoke.texi (ftest-coverage): Fix broken cross-reference.
18364 Change @code to @command for gcov command.
18365
18366 * gcc.texi: Adjust title of gcov section.
18367 Adjust copyright.
18368 * gcov.texi: Likewise.
18369
18370 2003-01-22 Roger Sayle <roger@eyesopen.com>
18371
18372 PR optimization/8423
18373 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
18374 its argument is constant, or 0 if !flag_gcse.
18375 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
18376 if it's argument is constant.
18377 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
18378 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
18379 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
18380 * builtins.c (purge_builtin_constant_p): New function to force
18381 instantiation of any remaining CONSTANT_P_RTX nodes.
18382 * rtl.h (purge_builtin_constant_p): Prototype here.
18383 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
18384 pass after GCSE and before loop.
18385 (flag_gcse): No longer static.
18386 * flags.h (flag_gcse): Prototype here.
18387
18388 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
18389
18390 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
18391 introduced by last change.
18392
18393 2003-01-22 Andreas Schwab <schwab@suse.de>
18394
18395 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
18396
18397 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
18398
18399 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
18400 request a scratch reg on H8S when the shift count is 8.
18401
18402 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
18403
18404 * config/s390/s390-protos.h (preferred_la_operand_p):
18405 Remove second parameter.
18406 * config/s390/s390.c (preferred_la_operand_p): Likewise.
18407 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
18408 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
18409 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
18410 Add peepholes to transform ADD to LOAD ADDRESS.
18411
18412 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
18413
18414 * arm.c (arm_address_register_rtx_p): New function.
18415 (arm_legitimate_address_p): New function.
18416 (arm_legitimate_index_p): New function.
18417 (legitimize_pic_address): Use arm_legitimate_index_p.
18418 * arm-protos.h (arm_legtimate_address_p): Add prototype.
18419 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
18420 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
18421
18422 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
18423
18424 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
18425 * config/s390/2064.md (define_bypass): Correct 'Load' and
18426 'Load-address' bypass values.
18427
18428 2003-01-22 Andreas Schwab <schwab@suse.de>
18429
18430 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
18431
18432 2003-01-21 Zack Weinberg <zack@codesourcery.com>
18433
18434 * genautomata.c (output_internal_insn_latency_func,
18435 output_print_reservation_func): Short circuit when there is no
18436 automaton to generate code for.
18437
18438 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18439
18440 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
18441 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
18442
18443 2003-01-21 Geoffrey Keating <geoffk@apple.com>
18444
18445 * config/rs6000/rs6000.md: Remove warning.
18446 (builtin_setjmp_receiver): Likewise.
18447 * config/darwin.c (update_stubs): Slightly improve terrible hack
18448 with identifiers. Add comment pointing out problems with it.
18449 (update_non_lazy_ptrs): Likewise.
18450
18451 2003-01-21 Richard Henderson <rth@redhat.com>
18452
18453 * dwarf2out.c (lookup_filename): Fix printf format warning.
18454 * system.h (fread_unlocked, fwrite_unlocked): Undef.
18455
18456 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
18457 (fixincl.o-warn, gnu-regex.o-warn): New.
18458 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
18459 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
18460 * fixinc/fixincl.c (process): Fix printf format warning.
18461
18462 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
18463
18464 * dwarf2out (output_file_names): Don't crash if called
18465 with empty file_table.
18466
18467 2003-01-21 Zack Weinberg <zack@codesourcery.com>
18468
18469 * genautomata.c (output_internal_insn_latency_func): Add
18470 missing break statement to generated code.
18471
18472 2003-01-21 Roger Sayle <roger@eyesopen.com>
18473
18474 * stmt.c (same_case_target_p): New function to determine whether
18475 two case labels branch to the same target. Split out from...
18476 (group_case_nodes): ... here. Use same_case_target_p instead.
18477 (strip_default_case_nodes): Remove explicit case nodes
18478 that branch to the default destination.
18479 (expand_end_case_type): Call strip_default_case_nodes after
18480 group_case_nodes, to simplify the case-list before we count it.
18481 Only generate table_label RTX when actually needed. Try to share
18482 thiscase->exit_label and thiscase->data.case_stmt.default_label
18483 when a switch has no explicit default case. Simplify test for
18484 constant index.
18485
18486 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
18487
18488 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
18489 \t.
18490 (*negsf2_h8300hs): Likewise.
18491 (*addsi3_lshiftrt_16_zexthi): Likewise.
18492 (*iorhi3_lshiftrt_8): Likewise.
18493
18494 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
18495
18496 * dwarf2out.c (fde_table_in_use): Mark GTY.
18497 (dwarf2out_cfi_label_num): New variable, marked GTY.
18498 (dwarf2out_cfi_label): Use it instead of static label_num.
18499 * emit-rtl.c (label_num): Mark GTY.
18500
18501 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
18502
18503 * config/h8300/h8300.c (output_plussi): Support H8/300.
18504 (compute_plussi_length): Likewise.
18505 (compute_plussi_cc): Likewise.
18506 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
18507 output assembly instructions.
18508
18509 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18510
18511 * calls.c (fix_unsafe_tree): Prototype.
18512
18513 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
18514 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
18515 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
18516 c-parse.o-warn): Add -Wno-error.
18517 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
18518
18519 * configure.in (--enable-werror): Add new flag.
18520 * doc/install.texi (--enable-werror): Document.
18521 * configure: Regenerate.
18522
18523 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
18524
18525 2003-01-21 Andreas Schwab <schwab@suse.de>
18526
18527 * genautomata.c (output_internal_insn_latency_func): Fix missing
18528 close paren in output.
18529
18530 2003-01-21 Zack Weinberg <zack@codesourcery.com>
18531
18532 * genautomata.c: Space savings in generated code:
18533 (output_dfa_insn_code_func): Split out the table-enlargement
18534 path to an out-of-line static function, dfa_insn_code_enlarge.
18535 (output_internal_insn_latency_func): Use a lookup table for the
18536 default latencies.
18537 (output_print_reservation_func): Use a lookup table for the
18538 strings.
18539
18540 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
18541
18542 PR opt/7507
18543 * calls.c (fix_unsafe_tree): Split out from ...
18544 (expand_call): ... here. Use it on the function address too.
18545
18546 2003-01-20 Richard Henderson <rth@redhat.com>
18547
18548 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
18549
18550 2003-01-20 Richard Henderson <rth@redhat.com>
18551
18552 PR opt/7154
18553 * stmt.c (expand_asm_operands): Validize memory operands.
18554
18555 2003-01-20 Richard Henderson <rth@redhat.com>
18556
18557 PR opt/8848
18558 * ifcvt.c (noce_process_if_block): Correct arguments to
18559 modified_between_p for no-else-block case.
18560
18561 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18562
18563 * config/h8300/h8300.c (const_costs): Remove a warning.
18564 (output_plussi): Likewise.
18565 (compute_plussi_length): Likewise.
18566 (compute_plussi_cc): Likewise.
18567
18568 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18569
18570 * config/h8300/h8300.md (addsi_h8300): Remove the last
18571 alternative.
18572
18573 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18574
18575 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
18576
18577 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18578
18579 * system.h (__NO_STRING_INLINES): Define.
18580
18581 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18582
18583 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
18584 is not a scalar int mode.
18585
18586 2003-01-20 Roger Sayle <roger@eyesopen.com>
18587
18588 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
18589 insn's notes following a substitution inside a libcall.
18590
18591 2003-01-20 Zack Weinberg <zack@codesourcery.com>
18592
18593 * configure.in: Check for system-provided 'uchar' type.
18594 * configure, config.in: Regenerate.
18595 * cpphash.h: Only typedef 'uchar' if the system doesn't.
18596
18597 2003-01-20 Richard Henderson <rth@redhat.com>
18598
18599 * expr.h (MUST_PASS_IN_STACK): Move implementation...
18600 * calls.c (default_must_pass_in_stack): ... here.
18601
18602 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
18603
18604 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
18605
18606 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
18607
18608 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
18609 Wrap up definition of `insn_alts'.
18610
18611 * genattrtab.c (main): Wrap up `insn_alts'.
18612
18613 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18614
18615 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
18616 prototyping.
18617 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
18618
18619 * config.in, configure: Regenerate.
18620
18621 2003-01-20 Nick Clifton <nickc@redhat.com>
18622
18623 * config/arm/arm.md (sibcall_epilogue): Add an
18624 UNSPEC_PROLOGUE_USE to prevent the link register from being
18625 considered dead.
18626
18627 2003-01-20 Jan Hubicka <jh@suse.cz>
18628
18629 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
18630
18631 2003-01-20 Andreas Schwab <schwab@suse.de>
18632
18633 * system.h: Don't declare strsignal if the decl test hasn't been
18634 run yet.
18635
18636 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
18637
18638 * config/h8300/h8300.c (notice_update_cc): Don't assume that
18639 recog_data.operands[0] is always associated with cc0.
18640
18641 2003-01-19 David Edelsohn <edelsohn@gnu.org>
18642
18643 * collect2.c (ldgetname): Expand declaration to prototype.
18644 * read-rtl.c (atoll): Add prototype.
18645 * system.h (strsignal): Also declare if no declaration found.
18646
18647 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
18648
18649 * config.gcc (mips64*-*-linux*): Added.
18650 * config/mips/linux64.h, config/mips/t-linux64: New file.
18651 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
18652 * config/mips/mips.c (override_options): Use it.
18653 * config/mips/mips.h (TARGET_SWITCHES): Added...
18654 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
18655 * Makefile.in (SPECS): New.
18656 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
18657 * gcc.c (process_command): Move self-spec processing past spec
18658 file loading.
18659 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
18660 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
18661 CRTSTUFF_T_CFLAGS.
18662 (SPECS): Document.
18663 * doc/invoke.texi (-mabi-fake-default): Document.
18664
18665 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
18666
18667 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
18668 z_reg, z_reg_qi): Declare static and GTY().
18669 (da_reg): Remove.
18670 (create_regs_rtx): Don't create da_reg.
18671 ("gt-m68hc11.h"): Include for GTY roots.
18672 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
18673 and GTY() here.
18674 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
18675 (m68hc11_soft_tmp_reg): Likewise.
18676 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
18677
18678 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
18679
18680 * basic-block.h: Fix comment formatting.
18681 * calls.c: Likewise.
18682 * combine.c: Likewise.
18683 * convert.c: Likewise.
18684 * gcov.c: Likewise.
18685 * haifa-sched.c: Likewise.
18686 * libgcc2.c: Likewise.
18687 * loop.c: Likewise.
18688 * profile.c: Likewise.
18689 * system.h: Likewise.
18690
18691 2003-01-18 Roger Sayle <roger@eyesopen.com>
18692
18693 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
18694
18695 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18696
18697 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
18698
18699 2003-01-17 Dale Johannesen <dalej@apple.com>
18700
18701 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
18702 (*floatunssidf2_internal): Ditto.
18703
18704 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
18705
18706 * alias.c: Fix comment typos.
18707 * basic-block.h: Likewise.
18708 * c-common.c: Likewise.
18709 * c-common.h: Likewise.
18710 * c-decl.c: Likewise.
18711 * c-opts.c: Likewise.
18712 * c-pragma.c: Likewise.
18713 * c-pretty-print.h: Likewise.
18714 * cfg.c: Likewise.
18715 * cfganal.c: Likewise.
18716 * cfgbuild.c: Likewise.
18717 * cfgcleanup.c: Likewise.
18718 * cfglayout.c: Likewise.
18719 * cfgrtl.c: Likewise.
18720 * convert.c: Likewise.
18721 * cpphash.h: Likewise.
18722 * cpplex.c: Likewise.
18723 * cpplib.h: Likewise.
18724 * df.h: Likewise.
18725 * diagnostic.c: Likewise.
18726 * diagnostic.h: Likewise.
18727 * dwarf2.h: Likewise.
18728
18729 2003-01-17 Stan Shebs <shebs@apple.com>
18730
18731 * config/darwin-protos.h: Forward-declare struct cpp_reader.
18732
18733 2003-01-17 Douglas B Rupp <rupp@gnat.com>
18734
18735 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
18736 mistake in last checkin.
18737
18738 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
18739
18740 * et-forest.c: Fix comment typos.
18741 * et-forest.h: Likewise.
18742 * except.c: Likewise.
18743 * expr.c: Likewise.
18744 * flags.h: Likewise.
18745 * flow.c: Likewise.
18746 * gcc.c: Likewise.
18747 * gcse.c: Likewise.
18748 * genattrtab.c: Likewise.
18749 * genautomata.c: Likewise.
18750 * gengtype.c: Likewise.
18751 * genrecog.c: Likewise.
18752 * global.c: Likewise.
18753 * gthr-rtems.h: Likewise.
18754
18755 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18756
18757 * i386.c (x86_function_profiler): Fix format specifier.
18758
18759 2003-01-17 Richard Henderson <rth@redhat.com>
18760
18761 * gengtype.c (walk_type): Allow paramN_is.
18762
18763 2003-01-17 Nick Clifton <nickc@redhat.com>
18764
18765 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
18766
18767 2003-01-16 Richard Henderson <rth@redhat.com>
18768
18769 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
18770
18771 2003-01-16 Richard Henderson <rth@redhat.com>
18772
18773 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
18774 (alpha_next_sequence_number): Likewise.
18775 (alpha_this_literal_sequence_number): Likewise.
18776 (alpha_this_gpdisp_sequence_number): Likewise.
18777 (struct alpha_funcs, alpha_funcs_num): Likewise.
18778 (struct alpha_links): Fix branch merge error.
18779 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
18780
18781 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
18782
18783 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
18784 R. Ghazi.
18785
18786 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
18787
18788 * ifcvt.c: Fix comment typos.
18789 * lcm.c: Likewise.
18790 * libgcc2.c: Likewise.
18791 * local-alloc.c: Likewise.
18792 * loop.c: Likewise.
18793 * predict.c: Likewise.
18794 * ra-build.c: Likewise.
18795 * ra.c: Likewise.
18796 * ra-colorize.c: Likewise.
18797 * ra.h: Likewise.
18798 * ra-rewrite.c: Likewise.
18799 * regmove.c: Likewise.
18800 * reload.h: Likewise.
18801 * rtlanal.c: Likewise.
18802 * toplev.c: Likewise.
18803 * tree.h: Likewise.
18804 * unwind-dw2-fde-glibc.c: Likewise.
18805 * vmsdbgout.c: Likewise.
18806
18807 2003-01-16 Richard Henderson <rth@redhat.com>
18808
18809 * dwarf2out.c (struct file_table): Remove.
18810 (FILE_TABLE_INCREMENT): Remove.
18811 (file_table): Make a varray; mark for GC. Update all users.
18812 (file_table_last_lookup_index): Extract from struct file_table.
18813 (output_file_names): Fix unsigned compare warnings.
18814 (add_name_attribute): Remove inline marker.
18815 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
18816 (lookup_filename): Don't manage size of file_table.
18817 (init_file_table): Allocate file_table with GC.
18818 (dwarf2out_init): Don't record main_input_filename here.
18819 (dwarf2out_finish): Do it here instead.
18820
18821 2003-01-16 Bruce Korb <bkorb@gnu.org>
18822
18823 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
18824
18825 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
18826
18827 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
18828 instead of rotldi3_mextr.
18829
18830 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
18831
18832 * haifa-sched.c (move_insn): Restore moving all schedule group.
18833 (set_priorities): Restore taking SCHED_GROUP_P into account.
18834
18835 * sched-deps.c (add_dependence): Restore processing the last group
18836 insn.
18837 (remove_dependence, group_leader): Restore the functions.
18838 (set_sched_group_p): Restore adding dependencies from previous insn
18839 in the group.
18840 (compute_forward_dependences): Restore usage of group_leader.
18841
18842 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
18843 account.
18844
18845 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
18846 account.
18847 (can_schedule_ready_p): Ditto.
18848 (add_branch_dependences): Restore skipping over the group insns.
18849
18850 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18851
18852 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
18853 68HC12 pre/post inc/dec side effects.
18854
18855 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18856
18857 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
18858
18859 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
18860
18861 * sh.md (mshflo_w_x): Fix description of operation.
18862
18863 2003-01-16 Zack Weinberg <zack@codesourcery.com>
18864
18865 * config/rs6000/rs6000.h: Mention Altivec registers in
18866 commentary. Fix typo.
18867
18868 2003-01-16 David Edelsohn <edelsohn@gnu.org>
18869
18870 * config/rs6000/rs6000.md (movti_string): Remove clobber.
18871 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
18872 generate PARALLEL with clobber for TARGET_POWER.
18873
18874 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18875
18876 * ra-colorize.c (colorize_one_web): Initialize variable.
18877 * regmove.c (fixup_match_1): Likewise.
18878 * reload1.c (reload_as_needed): Likewise.
18879 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
18880
18881 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18882
18883 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
18884
18885 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18886
18887 * dbxout.c (lastfile, cwd): Fix `unused' warning.
18888 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
18889 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
18890 is_main_source, file_table, decl_die_table_in_use,
18891 abbrev_die_table_in_use, line_info_table_in_use,
18892 separate_line_info_table_in_use, pubname_table_in_use,
18893 arange_table_in_use, ranges_table_in_use,
18894 current_function_has_inlines): Likewise.
18895 * flow.c (life_analysis): Likewise.
18896 * genemit.c (gen_insn): Likewise.
18897 * protoize.c (cplus_suffix): Likewise.
18898
18899 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
18900 * arm.h (ROUND_UP_WORD): Likewise.
18901
18902 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
18903 warning.
18904 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
18905 init_emit_once): Likewise.
18906 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
18907 Likewise.
18908 * function.c (assign_stack_temp_for_type): Likewise.
18909 * loop.c (loop_invariant_p): Likewise.
18910 * recog.c (push_operand): Likewise.
18911 * regclass.c (init_reg_sets_1): Likewise.
18912 * reload.c (update_auto_inc_notes): Likewise.
18913 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
18914 * stmt.c (expand_asm_operands): Likewise.
18915 * stor-layout.c (start_record_layout): Likewise.
18916
18917 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
18918
18919 * config/c4x/c4x.md (epilogue): Correct last patch.
18920
18921 2003-01-15 Richard Henderson <rth@redhat.com>
18922
18923 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
18924 also check that GP is being used.
18925 (alpha_find_lo_sum_using_gp): New.
18926 (alpha_does_function_need_gp): Use get_attr_usegp.
18927 * config/alpha/alpha-protos.h: Update.
18928 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
18929 as needed.
18930
18931 2003-01-15 Roger Sayle <roger@eyesopen.com>
18932
18933 * gcse.c (one_cprop_pass): Change function arguments to take both
18934 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
18935 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
18936 (bypass_jumps): New function to perform separate jump bypassing pass.
18937 * rtl.h (bypass_jumps): Add function prototype.
18938 * timevar.def (TV_BYPASS): New timing variable.
18939 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
18940 (dump_file): New entry for the bypass RTL dump file.
18941 (rest_of_compilation): Insert new jump bypassing optimization
18942 pass after loop.
18943 * doc/passes.texi: Document new pass.
18944
18945 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
18946
18947 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
18948 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
18949 * pa.h (TARGET_SOM_SDEF): Define.
18950 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
18951
18952 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
18953
18954 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
18955 allocate 4-bytes of locals on 68HC11.
18956 (expand_epilogue): Likewise.
18957 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
18958
18959 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18960
18961 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
18962 and -mshort-double to the assembler to specify the ABI.
18963 (LINK_SPEC): Likewise.
18964 (CPP_SPEC): Pass HCS12 specific define.
18965 (MASK_M68S12): New define.
18966 (TARGET_M68S12): Likewise.
18967 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
18968 (TARGET_VERSION): Update.
18969 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
18970 (LINK_SPEC): Update.
18971 (ASM_SPEC): Update.
18972 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
18973 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
18974
18975 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
18976
18977 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
18978 the return code.
18979
18980 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
18981
18982 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
18983 flag before setting it.
18984
18985 2003-01-15 Roger Sayle <roger@eyesopen.com>
18986
18987 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
18988 when loop condition is known true, i.e. "while (1) { ... }".
18989 (genrtl_for_stmt): Similarly for "for" statements.
18990
18991 2003-01-15 Roger Sayle <roger@eyesopen.com>
18992
18993 * real.c (real_sqrt): Return a bool result indicating whether
18994 a floating point exception or trap should be raised.
18995 * real.h (real_sqrt): Update function prototype.
18996 * builtins.c (fold_builtin): Only fold non-trapping square
18997 roots unless we're ignoring errno and trapping math.
18998
18999 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
19000
19001 * expr.h (emit_conditional_add): Add PARAMS to declaration.
19002 * gengtype-lex.l (malloc, realloc): Move defines after include of
19003 system.h. Remove duplicate include of system.h.
19004
19005 2003-01-15 Roger Sayle <roger@eyesopen.com>
19006
19007 PR middle-end/9009
19008 * optabs.c (expand_unop): When manipulating the FP sign bit
19009 using integer operations, account for targets with different
19010 integer and FP word orders.
19011 (expand_abs): Likewise.
19012
19013 2003-01-15 David Edelsohn <edelsohn@gnu.org>
19014
19015 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
19016 file extension in section name.
19017
19018 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
19019
19020 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
19021 constant offset.
19022
19023 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
19024
19025 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
19026 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
19027 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
19028 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
19029
19030 2003-01-15 Jan Hubicka <jh@suse.cz>
19031
19032 PR f/9258
19033 * global.c (struct allocno): Add no_stack_reg.
19034 (global_conflicts): Set no_stack_reg.
19035 (find_reg): Use it.
19036
19037 * convert.c (convert_to_real): Fold - and abs only when profitable.
19038 * fold-const.c (fold): Fold truncates in - and abs.
19039
19040 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
19041
19042 Segher Boessenkool <segher@koffie.nl>
19043
19044 * predict.c (real_inv_br_prob_base): New variable.
19045 (propagate_freq): Use multiply by reciprocal instead of
19046 division. Don't divide by 1.0 at all.
19047 (estimate_bb_frequencies): Similar.
19048
19049 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
19050
19051 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
19052 * configure: Rebuilt.
19053
19054 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
19055
19056 * config/s390/s390.c (s390_safe_attr_type): New function.
19057 (s390_use_dfa_pipeline_interface): New function, return true for z900.
19058 (s390_issue_rate): New function.
19059 (s390_agen_dep_p): New function.
19060 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
19061 (s390_adjust_cost): Return 'cost' if new DFA is used.
19062 (s390_adjust_priority): Delete function.
19063 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
19064 * config/s390/s390.md (atype attribute): Attribute 'atype' default
19065 determined by 'op_type'.
19066 (type attribute): Added more type attributes.
19067 * config/s390/2064.md: New DFA description for z900 pipeline.
19068
19069 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
19070
19071 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
19072 forced to memory. Fixes PR bootstrap/9036.
19073
19074 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
19075 to set $gp before the call.
19076
19077 2003-01-14 Richard Henderson <rth@redhat.com>
19078
19079 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
19080 for force_const_mem.
19081
19082 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19083
19084 * genattr.c (main): Rearrange output to avoid prototype warning.
19085 * genautomata.c (transform_3): Fix ambiguous-else warning.
19086 * local-alloc.c (requires_inout): Add parentheses around
19087 assignment used as truth-value.
19088 * timevar.c: Move system includes above local includes. Include
19089 toplev.h
19090 * Makefile.in (timevar.o): Depend on toplev.h.
19091
19092 2003-01-14 Denis Chertykov <denisc@overta.ru>
19093
19094 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
19095 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
19096
19097 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
19098 attributes.
19099 (TARGET_ATTRIBUTE_TABLE): New macro.
19100 (valid_machine_type_attribute): Remove.
19101 (valid_machine_decl_attribute): Remove.
19102 (ip2k_handle_progmem_attribute): New function.
19103 (ip2k_handle_fndecl_attribute): New function.
19104
19105 2003-01-10 Andrew Haley <aph@redhat.com>
19106
19107 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
19108 registers to be in correct order. Add rip.
19109
19110 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
19111
19112 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
19113 (*iorsi3_and_lshiftrt_9_sb): Likewise.
19114
19115 2003-01-14 Jan Hubicka <jh@suse.cz>
19116
19117 * convert.c (strip_float_extensions): Look for narrowest type handling
19118 FP constants.
19119
19120 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
19121 float1 CMP float2.
19122 * convert.c (strip_float_extensions): Make global.
19123 * tree.h (strip_float_extensions): Declare.
19124
19125 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
19126
19127 * timevar.def: define TV_NAME_LOOKUP.
19128 * timevar.c (timevar_pop): Be verbose when aborting.
19129
19130 2003-01-13 Andreas Schwab <schwab@suse.de>
19131
19132 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
19133 $(parsedir), just move the temporary file at the end.
19134 ($(parsedir)/gengtype-yacc.c): Likewise.
19135
19136 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
19137
19138 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
19139 ${ac_tool_prefix} to ADAC or CC. Protect them from word
19140 splitting.
19141 * configure: Rebuilt.
19142
19143 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19144
19145 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
19146 internal_mcount): Don't use PARAMS.
19147 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
19148 ISO C style.
19149 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
19150
19151 2003-01-13 Andreas Schwab <schwab@suse.de>
19152
19153 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
19154 directive.
19155
19156 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
19157
19158 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
19159 (*iorsi3_and_lshiftrt_n_sb): Likewise.
19160
19161 2003-01-12 Mark Mitchell <mark@codesourcery.com>
19162
19163 PR c++/9264
19164 * c-lex.c (c_lex): Set the token value to error_mark_node for
19165 invalid numeric constants.
19166
19167 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19168
19169 * c-pch.c (asm_file_startpos): Change to `long'.
19170 (pch_init): Use ftell, not ftello.
19171 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
19172 Use `long' instead of `off_t'.
19173 (c_common_read_pch): Likewise.
19174 * ggc-common.c (gt_pch_save): Use long/ftell instead of
19175 off_t/ftello.
19176
19177 2003-01-12 Alan Modra <amodra@bigpond.net.au>
19178
19179 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
19180
19181 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
19182
19183 * arm-protos.h (struct cpp_reader): Add declaration.
19184
19185 2003-01-11 Jan Hubicka <jh@suse.cz>
19186
19187 PR target/9068
19188 * i386.c (output_fp_compare): Fix typo.
19189
19190 2003-01-10 David Edelsohn <edelsohn@gnu.org>
19191
19192 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
19193
19194 2003-01-10 Geoffrey Keating <geoffk@apple.com>
19195
19196 * Makefile.in (parsedir): New variable.
19197 (docobjdir): New variable.
19198 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
19199 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
19200 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
19201 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
19202 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
19203 Use docobjdir.
19204 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
19205 objc.maintainer-clean): Use parsedir.
19206
19207 * varasm.c (struct constant_descriptor_rtx): Remove unused
19208 `label' field.
19209
19210 * toplev.c (documented_lang_options): Document -Winvalid-pch.
19211
19212 2003-01-10 Richard Henderson <rth@redhat.com>
19213
19214 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
19215 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
19216
19217 2003-01-10 Richard Henderson <rth@redhat.com>
19218
19219 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
19220 not INTEGRAL_MODE_P when widening extensions.
19221
19222 2003-01-10 Richard Henderson <rth@redhat.com>
19223
19224 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
19225
19226 2003-01-10 Geoffrey Keating <geoffk@apple.com>
19227
19228 * ggc-page.c (ggc_collect): Avoid overflow computing
19229 min_expand.
19230
19231 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
19232 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
19233 Remove calls.
19234 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
19235
19236 2003-01-10 Jan Hubicka <jh@suse.cz>
19237
19238 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
19239 with weird operands.
19240
19241 2003-01-10 Dale Johannesen <dalej@apple.com>
19242
19243 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
19244 parameters. Call check_sibcall_argument_overlap if indicated.
19245 (check_sibcall_argument_overlap): Add mark_stored_args_map
19246 parameter. Don't mark parameter area as clobbered if not set.
19247 (expand_call): Adjust calls to above.
19248
19249 2003-01-10 Kelley Cook <kelleycook@comcast.net>
19250
19251 * configure.in (linker read-only and read-write section mixing):
19252 Squelch some assembler warnings.
19253 * configure: Likewise.
19254
19255 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
19256
19257 * doc/invoke.texi: Document -mtune, delete -mcpu
19258 option for S/390 and zSeries.
19259 * config/s390/s390.c (s390_tune_string) New variable.
19260 (s390_cpu_string) Delete variable.
19261 (override_options): Use s390_tune_string instead of
19262 s390_cpu_string.
19263 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
19264
19265 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
19266
19267 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
19268
19269 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
19270
19271 * jump.c (next_nonnote_insn_in_loop): New function.
19272 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
19273 next_nonnote_insn.
19274 (duplicate_loop_exit_test). Likewise.
19275
19276 2003-01-09 Geoffrey Keating <geoffk@apple.com>
19277
19278 Merge from pch-branch:
19279
19280 2003-01-06 Geoffrey Keating <geoffk@apple.com>
19281
19282 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
19283 load.
19284
19285 2002-12-24 Geoffrey Keating <geoffk@apple.com>
19286
19287 * cpplib.c (count_registered_pragmas): New function.
19288 (save_registered_pragmas): New function.
19289 (_cpp_save_pragma_names): New function.
19290 (restore_registered_pragmas): New function.
19291 (_cpp_restore_pragma_names): New function.
19292 * cpphash.h (_cpp_save_pragma_names): Prototype.
19293 (_cpp_restore_pragma_names): Likewise.
19294 * cpppch.c (struct save_macro_item): Split from save_macro_data.
19295 (struct save_macro_data): New field 'saved_pragmas'.
19296 (save_macros): Update for changes to struct save_macro_data.
19297 (cpp_prepare_state): Call _cpp_save_pragma_names, update
19298 for changes to struct save_macro_data.
19299 (cpp_read_state): Call _cpp_restore_pragma_names, update
19300 for changes to struct save_macro_data.
19301
19302 * cpppch.c (cpp_read_state): Restore the hashtable references
19303 in the cpp_reader.
19304
19305 * tree.h (built_in_decls): Mark for PCH.
19306
19307 * dbxout.c (lastfile): Don't mark for PCH.
19308
19309 * ggc.h: Document PCH calls into memory managers.
19310
19311 2002-12-18 Geoffrey Keating <geoffk@apple.com>
19312
19313 * doc/invoke.texi (Precompiled Headers): Document the
19314 directory form of PCH.
19315 * cppfiles.c (validate_pch): New function.
19316 (open_file_pch): Search suitably-named directories for PCH files.
19317
19318 2002-12-14 Geoffrey Keating <geoffk@apple.com>
19319
19320 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
19321 reorder options.
19322 (Type Information): Mention that the information is also
19323 used to implement PCH.
19324 * doc/passes.texi (Passes): Improve documentation of
19325 language-specific files.
19326
19327 2002-12-11 Geoffrey Keating <geoffk@apple.com>
19328
19329 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
19330 (struct walk_type_data): Add reorder_fn field.
19331 (walk_type): Process 'reorder' option.
19332 (write_types_process_field): Reorder parameters to gt_pch_note_object,
19333 call reorder_note_routine.
19334 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
19335 (ggc_wtd): Update for change to struct write_types_data.
19336 (pch_wtd): Likewise.
19337 * ggc.h (gt_pch_note_object): Reorder parameters.
19338 (gt_handle_reorder): New definition.
19339 (gt_pch_note_reorder): New prototype.
19340 * ggc-common.c (struct ptr_data): Add reorder_fn.
19341 (gt_pch_note_object): Reorder parameters.
19342 (gt_pch_note_reorder): New.
19343 (gt_pch_save): Call reorder_fn.
19344 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
19345
19346 * dbxout.c (cwd): Don't mark for PCH.
19347
19348 2002-12-09 Geoffrey Keating <geoffk@apple.com>
19349
19350 * gengtype.c (finish_root_table): Fix some warnings.
19351 (write_root): Handle TYPE_STRING.
19352 * ggc.h (gt_ggc_m_S): Add prototype.
19353 * stringpool.c (gt_ggc_m_S): New function.
19354
19355 2002-11-30 Geoffrey Keating <geoffk@apple.com>
19356
19357 * dwarf2out.c (dw2_string_counter): New.
19358 (AT_string_form): Use it.
19359 (same_dw_val_p): Update for removal of hashtable.h hash tables.
19360
19361 2002-11-22 Geoffrey Keating <geoffk@apple.com>
19362
19363 * dbxout.c: Include gt-dbxout.h.
19364 (lastfile): Mark for PCH/GGC.
19365 (cwd): Likewise.
19366 (struct typeinfo): Likewise.
19367 (typevec): Likewise.
19368 (typevec_len): Likewise.
19369 (next_type_number): Likewise.
19370 (struct dbx_file): Likewise.
19371 (current_file): Likewise.
19372 (next_file_number): Likewise.
19373 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
19374 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
19375 (dbxout_end_source_file): Don't free struct dbx_file.
19376 (dbxout_type): Use GGC to allocate typevec.
19377 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
19378 (GTFILES): Add dbxout.c.
19379 (gt-dbxout.h): New rule.
19380
19381 * Makefile.in (c-pch.o): Add debug.h as dependency.
19382 * c-pch.c: Include debug.h.
19383 (pch_init): Call start_source_file to keep nesting right.
19384 (c_common_read_pch): Add orig_name parameter. Call
19385 start_source_file debug hook. Call end_source_file debug hook.
19386 * c-common.h (c_common_read_pch): Update prototype.
19387 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
19388 callback.
19389 * cppfiles.c (struct include_file): Add new field `header_name'.
19390 (find_or_create_entry): Default it to `name'.
19391 (open_file_pch): Set it to the original header file searched for.
19392 (stack_include_file): Don't stack an empty buffer, just handle
19393 PCH files immediately. Pass header_name field to read_pch callback.
19394
19395 2002-11-19 Geoffrey Keating <geoffk@apple.com>
19396
19397 * function.c (funcdef_no): Mark to be saved in a PCH.
19398
19399 2002-11-15 Geoffrey Keating <geoffk@apple.com>
19400
19401 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
19402
19403 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
19404
19405 2002-11-14 Geoffrey Keating <geoffk@apple.com>
19406
19407 * optabs.h (code_to_optab): Add GTY marker.
19408
19409 2002-11-13 Geoffrey Keating <geoffk@apple.com>
19410
19411 * Makefile.in (GTFILES): Add cpplib.h.
19412 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
19413 * c-decl.c (build_compound_literal): Don't use var_labelno.
19414 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
19415 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
19416 * varasm.c (const_labelno): Use gengtype to mark.
19417 (var_labelno): Likewise.
19418 (in_section): Likewise.
19419 (in_named_name): Likewise.
19420 (struct in_named_entry): Likewise.
19421 (in_named_htab): Likewise.
19422 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
19423 (init_varasm_once): Use GGC to allocate in_named_htab.
19424 * config/darwin.c (current_pic_label_num): Mark for PCH.
19425
19426 2002-11-11 Geoffrey Keating <geoffk@apple.com>
19427
19428 * ggc-simple.c (init_ggc_pch): New stub procedure.
19429 (ggc_pch_count_object): Likewise.
19430 (ggc_pch_total_size): Likewise.
19431 (ggc_pch_this_base): Likewise.
19432 (ggc_pch_alloc_object): Likewise.
19433 (ggc_pch_prepare_write): Likewise.
19434 (ggc_pch_write_object): Likewise
19435 (ggc_pch_finish): Likewise.
19436 (ggc_pch_read): Likewise.
19437
19438 2002-11-08 Geoffrey Keating <geoffk@apple.com>
19439
19440 * c-pch.c (c_common_write_pch): Write the macro definitions after
19441 the GCed data.
19442 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
19443 definitions after the GCed data.
19444 * cpplib.c (save_macros): New.
19445 (reset_ht): New.
19446 (cpp_write_pch_deps): Split out of cpp_write_pch.
19447 (cpp_write_pch_state): Split out of cpp_write_pch.
19448 (cpp_write_pch): Delete.
19449 (struct save_macro_data): Delete.
19450 (cpp_prepare_state): New.
19451 (cpp_read_state): Erase and restore initial macro definitions.
19452 * cpplib.h (struct save_macro_data): Forward-declare.
19453 (cpp_write_pch_deps): Prototype.
19454 (cpp_write_pch_state): Prototype.
19455 (cpp_write_pch): Delete prototype.
19456 (cpp_prepare_state): Prototype.
19457 (cpp_read_state): Add fourth argument.
19458
19459 2002-11-04 Geoffrey Keating <geoffk@apple.com>
19460
19461 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
19462 (write_array): Remove warning.
19463
19464 * gengtype.c (contains_scalar_p): New.
19465 (finish_root_table): Add the table to all languages, even if it's
19466 empty.
19467 (write_roots): Output gt_pch_scalar_rtab.
19468 * ggc-common.c (gt_pch_save): Write out scalars.
19469 (gt_pch_restore): Read scalars back.
19470
19471 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
19472 (struct page_entry): Delete pch_page field.
19473 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
19474 (clear_marks): Likewise.
19475 (sweep_pages): Likewise.
19476 (poison_pages): Likewise.
19477 (ggc_print_statistics): Likewise.
19478 (ggc_pch_read): Don't free objects read from a PCH.
19479 Properly set up in_use_p and page_tails.
19480
19481 2002-10-25 Geoffrey Keating <geoffk@apple.com>
19482
19483 * gengtype.c (struct write_types_data): New.
19484 (struct walk_type_data): Make `cookie' const; add extra
19485 prev_val item; add `orig_s' field.
19486 (walk_type): Update prev_val[3].
19487 (write_types_process_field): New.
19488 (write_func_for_structure): Take write_types_data structure.
19489 (write_types): New.
19490 (ggc_wtd): New.
19491 (pch_wtd): New.
19492 (write_types_local_process_field): New.
19493 (gc_mark_process_field): Delete.
19494 (write_local_func_for_structure): New.
19495 (gc_mark_func_name): Delete.
19496 (write_gc_types): Delete.
19497 (write_local): New.
19498 (finish_root_table): Don't include 'ggc_' in PFX.
19499 (write_root): Rename from write_root. Fill pchw field of structures.
19500 (write_array): New.
19501 (write_roots): Rename from write_gc_roots. Split out to write_array.
19502 Update to changes to other routines. Write gt_pch_cache_rtab table.
19503 (main): Write PCH walking routines.
19504 * ggc-common.c: Include toplev.h, sys/mman.h.
19505 (ggc_mark_roots): For cache hashtables, also mark the hash table
19506 and the array of entries.
19507 (saving_htab): New.
19508 (struct ptr_data): New.
19509 (POINTER_HASH): New.
19510 (gt_pch_note_object): New.
19511 (saving_htab_hash): New.
19512 (saving_htab_eq): New.
19513 (struct traversal_state): New.
19514 (call_count): New.
19515 (call_alloc): New.
19516 (compare_ptr_data): New.
19517 (relocate_ptrs): New.
19518 (write_pch_globals): New.
19519 (struct mmap_info): New.
19520 (gt_pch_save): New.
19521 (gt_pch_restore): New.
19522 * ggc-page.c (ROUND_UP_VALUE): New.
19523 (ROUND_UP): New.
19524 (struct page_entry): Add field `pch_page'.
19525 (init_ggc): Use ROUND_UP.
19526 (struct ggc_pch_data): Declare.
19527 (init_ggc_pch): New.
19528 (ggc_pch_count_object): New.
19529 (ggc_pch_total_size): New.
19530 (ggc_pch_this_base): New.
19531 (ggc_pch_alloc_object): New.
19532 (ggc_pch_prepare_write): New.
19533 (ggc_pch_write_object): New.
19534 (ggc_pch_finish): New.
19535 (ggc_pch_read): New.
19536 * ggc.h (gt_pointer_operator): New.
19537 (gt_note_pointers): New.
19538 (gt_pch_note_object): New prototype.
19539 (gt_pointer_walker): New.
19540 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
19541 (LAST_GGC_ROOT_TAB): Update.
19542 (gt_pch_cache_rtab): Declare.
19543 (gt_pch_scalar_rtab): Declare.
19544 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
19545 (LAST_GGC_CACHE_TAB): Update.
19546 (gt_pch_save_stringpool): Declare.
19547 (gt_pch_restore_stringpool): Declare.
19548 (gt_pch_p_S): Declare.
19549 (gt_pch_n_S): Declare.
19550 (struct ggc_pch_data): Forward-declare.
19551 (init_ggc_pch): Declare.
19552 (ggc_pch_count_object): Declare.
19553 (ggc_pch_total_size): Declare.
19554 (ggc_pch_this_base): Declare.
19555 (ggc_pch_alloc_object): Declare.
19556 (ggc_pch_prepare_write): Declare.
19557 (ggc_pch_write_object): Declare.
19558 (ggc_pch_finish): Declare.
19559 (ggc_pch_read): Declare.
19560 (gt_pch_save): Declare.
19561 (gt_pch_restore): Declare.
19562 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
19563 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
19564 const_double_htab, mem_attrs_htab using GGC.
19565 * c-pch.c: Include ggc.h.
19566 (pch_init): Allow reading PCH file back.
19567 (c_common_write_pch): Call gt_pch_save.
19568 (c_common_read_pch): Call gt_pch_restore.
19569 * c-parse.in (init_reswords): Delete now-untrue comment.
19570 Allocate ridpointers using GGC.
19571 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
19572 calling expand_deferred_fns.
19573 * c-common.h (ridpointers): Mark for GTY machinery.
19574 * Makefile.in (stringpool.o): Update dependencies.
19575 (c-pch.o): Update dependencies.
19576 (ggc-common.o): Update dependencies.
19577 * stringpool.c: Include gt-stringpool.h.
19578 (gt_pch_p_S): New.
19579 (gt_pch_n_S): New.
19580 (struct string_pool_data): New.
19581 (spd): New.
19582 (gt_pch_save_stringpool): New.
19583 (gt_pch_restore_stringpool): New.
19584 * tree.c (init_ttree): Make type_hash_table allocated using GC.
19585
19586 2002-10-04 Geoffrey Keating <geoffk@apple.com>
19587
19588 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
19589 (output_mangled_typename): Don't pass size_t to printf.
19590
19591 * tree.h (union tree_type_symtab): Add tag to `address' field.
19592 (union tree_decl_u2): Add tag to 'i' field.
19593 * varasm.c (union rtx_const_un): Add tags to all fields.
19594 * gengtype.c (struct walk_type_data): New.
19595 (output_escaped_param): Take struct walk_type_data parameter.
19596 (write_gc_structure_fields): Delete.
19597 (walk_type): New.
19598 (write_gc_marker_routine_for_structure): Delete.
19599 (write_func_for_structure): New.
19600 (gc_mark_process_field): New.
19601 (gc_mark_func_name): New.
19602 (gc_counter): Delete.
19603 (write_gc_types): Use write_func_for_structure.
19604 (write_gc_roots): Use walk_type.
19605
19606 2002-10-02 Geoffrey Keating <geoffk@apple.com>
19607
19608 * ggc-common.c (ggc_mark_roots): Delete 'x'.
19609 (ggc_splay_dont_free): Fix warning about unused 'x'.
19610 (ggc_print_common_statistics): Remove warnings.
19611
19612 2002-10-01 Mike Stump <mrs@apple.com>
19613
19614 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
19615 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
19616
19617 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
19618 Catherine Moore <clm@redhat.com>
19619
19620 * Makefile (c-pch.o): Update dependencies.
19621 (LIBCPP_OBJS): Add cpppch.o.
19622 (cpppch.o): New.
19623 * c-common.c (c_common_init): Don't call pch_init here.
19624 * c-common.h (c_common_read_pch): Update prototype.
19625 * c-lex.c (c_common_parse_file): Call pch_init here.
19626 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
19627 (c_common_decode_option): Handle them.
19628 * c-pch.c: Include c-pragma.h.
19629 (save_asm_offset): Delete.
19630 (pch_init): Move contents of save_asm_offset into here, call
19631 cpp_save_state.
19632 (c_common_write_pch): Call cpp_write_pch.
19633 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
19634 cpp_valid_state.
19635 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
19636 * cppfiles.c (stack_include_file): Update for change to
19637 parameters of cb.read_pch.
19638 * cpphash.h (struct cpp_reader): Add `savedstate' field.
19639 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
19640 `restore_pch_deps' fields.
19641 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
19642 (cpp_save_state): Prototype.
19643 (cpp_write_pch): Prototype.
19644 (cpp_valid_state): Prototype.
19645 (cpp_read_state): Prototype.
19646 * cpppch.c: New file.
19647 * flags.h (version_flag): Remove prototype.
19648 * mkdeps.c (deps_save): New.
19649 (deps_restore): New.
19650 * mkdeps.h (deps_save): Prototype.
19651 (deps_restore): Prototype.
19652 * toplev.c (late_init_hook): Delete.
19653 (version_flag): Make static again.
19654 (compile_file): Don't call late_init_hook.
19655 * toplev.h (late_init_hook): Delete.
19656 * doc/cppopts.texi: Document -fpch-deps.
19657 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
19658
19659 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
19660
19661 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
19662 callers.
19663 (c_common_valid_pch): Rename from c_valid_pch, change callers.
19664 (c_common_read_pch): Rename from c_read_pch, change callers.
19665
19666 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
19667 a space between it and its argument.
19668
19669 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
19670
19671 * c-pch.c: New file.
19672 * toplev.h (late_init_hook): Declare.
19673 * toplev.c (late_init_hook): Define.
19674 (version_flag): Make globally visible.
19675 (compile_file): Call late_init_hook.
19676 (init_asm_output): Make output file seekable.
19677 * gcc.c (default_compilers): Update c-header rule.
19678 * flags.h (version_flag): Declare.
19679 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
19680 fields.
19681 * cppfiles.c (struct include_file): Add 'pch' field.
19682 (INCLUDE_PCH_P): New.
19683 (open_file_pch): New.
19684 (stack_include_file): Handle PCH files specially.
19685 (find_include_file): Call open_file_pch instead of open_file.
19686 (_cpp_read_file): Explain why open_file is used instead of
19687 open_file_pch.
19688 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
19689 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
19690 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
19691 in cpplib callbacks.
19692 * c-common.c (pch_file): Correct comment.
19693 (allow_pch): Define.
19694 (c_common_init): Call pch_init.
19695 * c-common.h (allow_pch): Declare.
19696 (pch_init): Declare.
19697 (c_valid_pch): Declare.
19698 (c_read_pch): Declare.
19699 (c_write_pch): Declare.
19700 * Makefile.in (c-pch.o): New.
19701 (C_AND_OBJC_OBJS): Add c-pch.o.
19702 * doc/invoke.texi (Precompiled Headers): Add index entries,
19703 complete truncated paragraph.
19704
19705 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
19706
19707 * c-common.c: (pch_file): Define.
19708 * c-common.h (pch_file): Declare.
19709 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
19710 (missing_arg): Require --output-pch= to have an argument.
19711 (c_common_decode_option): Handle --output-pch=.
19712 * gcc.c: Document new %V.
19713 (default_compilers): Handle compiling C header files.
19714 (do_spec_1): Implement %V.
19715 (main): Handle "gcc foo.h" without trying to run linker.
19716 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
19717 (Overall Options): Document what the driver does with header files,
19718 document new -x option possibilities.
19719 (Invoking G++): More documentation for PCH.
19720 (Precompiled Headers): New.
19721
19722 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
19723
19724 * ggc.h: Don't include varray.h. Rearrange functions to be more
19725 organized.
19726 (ggc_add_root): Delete.
19727 (ggc_mark_rtx): Delete.
19728 (ggc_mark_tree): Delete.
19729 (struct ggc_statistics): Remove contents.
19730 * ggc-common.c: Remove unneeded includes.
19731 (struct ggc_root): Delete.
19732 (roots): Delete.
19733 (ggc_add_root): Delete.
19734 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
19735 (ggc_print_common_statistics): Remove most of the contents.
19736 * Makefile.in (GGC_H): No longer uses varray.h.
19737 (ggc-common.o): Update dependencies.
19738 (c-parse.o): Add varray.h to dependencies.
19739 (c-common.o): Add varray.h.
19740 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
19741 (mark_ident_hash): Rename to ggc_mark_stringpool.
19742 (init_stringpool): Don't use ggc_add_root.
19743 * c-parse.in: Include varray.h.
19744 * c-common.c: Include varray.h.
19745 * objc/Make-lang.in (objc-act.o): Add varray.h.
19746 * objc/objc-act.c: Include varray.h.
19747
19748 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
19749
19750 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
19751 (dw_cfi_oprnd1_desc): Likewise.
19752
19753 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
19754
19755 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
19756 move out of ifdef.
19757 (alpha_links): Use gengtype to mark; move out of ifdef.
19758 (mark_alpha_links_node): Delete.
19759 (mark_alpha_links): Delete.
19760 (alpha_need_linkage): Use GGC to allocate splay tree, struct
19761 alpha_links, strings. Don't use ggc_add_root.
19762 * ggc-common.c (ggc_splay_alloc): New.
19763 (ggc_splay_dont_free): New.
19764 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
19765 (ggc_mark_tree): Likewise.
19766 (splay_tree_new_ggc): New.
19767 (ggc_splay_alloc): Declare.
19768 (ggc_splay_dont_free): Declare.
19769 * dwarf2asm.c: Include gt-dwarf2asm.h.
19770 (mark_indirect_pool_entry): Delete.
19771 (mark_indirect_pool): Delete.
19772 (indirect_pool): Use gengtype to mark.
19773 (dw2_force_const_mem): Don't use ggc_add_root.
19774 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
19775 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
19776 (gt-dwarf2asm.h): Depend on s-gtype.
19777
19778 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
19779
19780 * tree.h (union tree_type_symtab): Mark `die' field.
19781 * Makefile.in (dwarf2out.o): Update dependencies.
19782 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
19783 hash tables.
19784 (dw_cfi_oprnd1_desc): New function.
19785 (dw_cfi_oprnd2_desc): New function.
19786 (indirect_string_alloc): Delete.
19787 (debug_str_do_hash): New function.
19788 (debug_str_eq): New function.
19789 (mark_limbo_die_list): Delete.
19790 (dwarf2out_init): Don't call ggc_add_root.
19791
19792 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
19793
19794 The following changes are merged from itanium-sched-branch:
19795
19796 2003-01-08 David Edelsohn <edelsohn@gnu.org>
19797
19798 * doc/md.texi: Clarify assignment of units to automata description.
19799
19800 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
19801
19802 * genautomata.c (unit_decl): Remove members
19803 `the_same_automaton_unit' and
19804 `the_same_automaton_message_reported_p'.
19805 (process_unit_to_form_the_same_automaton_unit_lists,
19806 form_the_same_automaton_unit_lists_from_regexp,
19807 form_the_same_automaton_unit_lists, the_same_automaton_lists):
19808 Remove them.
19809 (annotation_message_reported_p): New global variable.
19810 (check_unit_distribution_in_reserv,
19811 check_regexp_units_distribution): New functions.
19812 (check_unit_distributions_to_automata): Rewrite it.
19813
19814 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
19815
19816 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
19817 Use continue instead of break if cycle is too big.
19818
19819 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
19820
19821 * genautomata.c (check_unit_distributions_to_automata): Output at
19822 most one message for a unit.
19823 (process_unit_to_form_the_same_automaton_unit_lists): Check
19824 automaton of units instead of units themself.
19825
19826 * doc/md.texi: Describe the constraint about assigning unit to
19827 automata.
19828
19829 2002-12-20 Jan Hubicka <jH@suse.cz>
19830 Vladimir Makarov <vmakarov@redhat.com>
19831
19832 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
19833 and `in_set_p'.
19834 (gen_cpu_unit): Initialize the new members.
19835 (process_regexp_cycles): Calculate minimal finish cycle too. Set
19836 up `min_occ_cycle_num'.
19837 (evaluate_max_reserv_cycles): Change the function call.
19838 (CLEAR_BIT): New macro.
19839 (states_union, state_shift): Use the mask.
19840 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
19841 (form_reservs_matter): New function.
19842 (make_automaton): Call the function and use the mask.
19843 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
19844 account.
19845
19846 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19847
19848 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
19849
19850 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19851
19852 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
19853 for Itanium.
19854
19855 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19856
19857 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
19858 default cpu.
19859
19860 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
19861 2002-10-31 Dale Johannesen <dalej@apple.com>
19862
19863 * haifa-sched.c (find_set_reg_weight): New function.
19864 (find_insn_reg_weight): Use the new function.
19865 (schedule_block): Do sorting ready queue always
19866 after insn issue.
19867
19868 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
19869
19870 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
19871
19872 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
19873
19874 * haifa-sched.c (choice_entry): New structure.
19875 (choice_stack, cycle_issued_insns): New variables.
19876 (max_issue): Rewrite it.
19877 (choose_ready): Set up ready_try for unknown insns too.
19878 (schedule_block): Allocate and free choice_stack. Set up
19879 and modify cycle_issued_insns.
19880
19881 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
19882 with and without filling the bundle.
19883 (bundling): Combine calls of issue_nops_and_insn.
19884
19885 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
19886
19887 * config/ia64/itanium1.md: New file.
19888
19889 * config/ia64/itanium2.md: New file.
19890
19891 * config/ia64/ia64.md: Move DFA descriptions into the new files.
19892 Remove the old pipeline description.
19893
19894 * config/ia64/ia64.c (ia64_override_options): Add aliases of
19895 itanium processor names.
19896
19897 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
19898
19899 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
19900 (ia64_reorg): Set up queried unit codes for Itanium2 too.
19901
19902 * config/ia64/ia64.md: Add descriptions for Itanium2.
19903
19904 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19905
19906 * config/ia64/ia64.h (processor_type): New enumeration.
19907 (ia64_tune, ia64_tune_string): New external declarations.
19908 (TARGET_OPTIONS): Add option `tune='.
19909
19910 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
19911 variables.
19912 (ia64_override_options): Set up `ia64_tune'.
19913 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
19914 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
19915 (bundling): Add nops for MM-insns only for Itanium.
19916 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
19917 Itanium.
19918
19919 * config/ia64/ia64.md (cpu): New attribute.
19920 (DFA description): Enable it only for Itanium.
19921
19922 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
19923 Richard Henderson <rth@redhat.com>
19924
19925 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
19926 MASK_EARLY_STOP_BITS.
19927 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
19928 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
19929 `early-stop-bits'.
19930
19931 * config/ia64/ia64.c (ia64_dfa_new_cycle,
19932 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
19933 instead of TARGET_TUNE_STOP_BITS.
19934
19935 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
19936 `-mearly-stop-bits'.
19937
19938 * config/ia64/ia64.c (automata_option "v"): Comment it.
19939
19940 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
19941
19942 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
19943 New macros.
19944 (TARGET_SWITCHES): Add entries for the new option.
19945
19946 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
19947 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
19948 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
19949 global variables.
19950 (ia64_sched_reorder2): Set up `clocks'.
19951 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
19952 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
19953 queue when TARGET_TUNE_STOP_BITS.
19954 (bundling): Insert additional nops for MM-insns.
19955 (final_emit_insn_group_barriers): Add insertion of stop bits
19956 according `stops_p'.
19957 (ia64_reorg): Initiate the new varibales.
19958
19959 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
19960
19961 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
19962
19963 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
19964 insns at the end of block insn scheduling.
19965
19966 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
19967
19968 * sched-deps.c (remove_dependence, group_leader): Remove it.
19969 (add_dependence): Add dependence to group leader to.
19970 (set_sched_group_p): Add dependence to the first insn of the
19971 schedule group too.
19972 (sched_analyze_insn): Make dependence to jump as anti-dependence.
19973 Change true dependence by anti-dependence when
19974 `reg_pending_barrier'.
19975
19976 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
19977 add_branch_dependences): Ignore schedule groups.
19978
19979 * sched-ebb.c (init_ready_list): Ditto.
19980
19981 * (move_insn, set_priorities): Ditto.
19982
19983 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
19984 flag is clear after reload.
19985 (adjust_cost): Change cost only for output dependencies.
19986
19987 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
19988
19989 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
19990
19991 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
19992
19993 * target.h (gcc_target): Add member
19994 `dependencies_evaluation_hook'.
19995
19996 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
19997 macro.
19998 (TARGET_SCHED): Add initiatialization of the new member.
19999
20000 * sched-ebb.c: Include `target.h'.
20001 (schedule_ebb): Call `dependencies_evaluation_hook'.
20002
20003 * sched-rgn.c (schedule_region): Call
20004 `dependencies_evaluation_hook'.
20005
20006 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
20007 New macro.
20008 (ia64_dependencies_evaluation_hook): New function.
20009
20010 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
20011 Describe the new hook.
20012
20013 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
20014
20015 * target.h (gcc_target): Add members
20016 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
20017
20018 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
20019 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
20020 macros.
20021 (TARGET_SCHED): Add initiatialization of the new members.
20022
20023 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
20024 insn scheduling too.
20025 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
20026 initialize `ready_try'.
20027 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
20028 `dfa_new_cycle' says not to do it.
20029
20030 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
20031 bundling.
20032
20033 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
20034
20035 * config/ia64/ia64.c: Include `hashtab.h'.
20036 (ia64_first_cycle_multipass_dfa_lookahead_guard,
20037 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
20038 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
20039 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
20040 bundle_state_eq_p, insert_bundle_state,
20041 initiate_bundle_state_table, finish_bundle_state_table,
20042 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
20043 get_template, get_next_important_insn, bundling): New functions.
20044 (ia64_internal_sched_reorder): Remove it.
20045 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
20046 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
20047 (ia64_safe_itanium_requires_unit0): Remove it.
20048 (group_barrier_needed_p): Place group barrier right before a real
20049 insn.
20050 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
20051 Remove them.
20052 (bundle_name): New variable.
20053 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
20054 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
20055 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
20056 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
20057 temp_dfa_state, prev_cycle_state): New global variables.
20058 (insn_matches_slot, maybe_rotate, finish_last_head,
20059 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
20060 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
20061 find_best_packet, itanium_reorder, dump_current_packet,
20062 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
20063 (sched_data, sched_ready, sched_types): Remove them.
20064 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
20065 `init_insn_group_barriers'.
20066 (ia64_sched_reorder, ia64_sched_reorder2): Call
20067 ia64_dfa_sched_reorder.
20068 (ia64_variable_issue): Rewrite it.
20069 (bundle_state): New structure.
20070 (index_to_bundle_states, bundle_states_num,
20071 allocated_bundle_states_chain, free_bundle_state_chain): New
20072 global variables.
20073 (ia64_sched_finish): Add stop bits and call `bundling' after the
20074 2nd insn scheduling.
20075 (ia64_use_dfa_pipeline_interface): Return zero always.
20076 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
20077 insn scheduling.
20078 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
20079 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
20080 (ia64_reorg): Add bundling insns.
20081
20082 * doc/tm.texi
20083 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
20084 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
20085
20086 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
20087
20088 * config/ia64/ia64.md: Add Itanium1 DFA description.
20089 (itanium_class): Add `nop' and `pre_cycle'. Add
20090 define_function_unit for `nop'.
20091 (nop): Change attribute `itanium_class'.
20092 (pre_cycle): New define_insn.
20093
20094 * config/ia64/ia64-protos.h (bundling_p): New external variable.
20095 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
20096 ia64_produce_address_p): New function prototypes.
20097
20098 * config/ia64/ia64.c (bundling_p): New global variable.
20099 (ia64_use_dfa_pipeline_interface,
20100 ia64_first_cycle_multipass_dfa_lookahead,
20101 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
20102 functions.
20103 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
20104 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
20105 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
20106 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
20107 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
20108 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
20109 (dfa_pre_cycle_insn): New variable.
20110
20111 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
20112
20113 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
20114 constructions.
20115
20116 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
20117 New function prototypes.
20118
20119 * genattrtab.c (main): Process the new constructions.
20120
20121 * genautomata.c (gen_presence_absence_set,
20122 process_presence_absence_names, process_presence_absence_patterns,
20123 add_presence_absence, check_absence_pattern_sets): Add parameter
20124 `final_p'.
20125 (unit_decl): Add new members `final_presence_list' and
20126 `final_absence_list'.
20127 (unit_pattern_rel_decl): Add new member `final_p'.
20128 (gen_final_presence_set, gen_final_absence_set): New functions.
20129 (process_decls): Use member `final_p'.
20130 (temp_reserv): New global variable.
20131 (reserv_sets_are_intersected): Add processing `final_presence_set'
20132 and `final_absence_set'.
20133 (initiate_states): Allocate `temp_reserv'.
20134 (unit_final_presence_set_table, unit_final_absence_set_table): New
20135 gloabal variables.
20136 (initiate_presence_absence_pattern_sets): Initiate them.
20137 (NDFA_to_DFA): Fix typo.
20138 (output_description): Output `final_presence_set' and
20139 `final_absence_set'.
20140
20141 * doc/md.texi (final_presence_set, final_absence_set): Describe
20142 them.
20143
20144 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
20145
20146 * genautomata.c (transform_3): Process a missing case (nothing on
20147 unit place).
20148
20149 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
20150
20151 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
20152 comments about queried units and the minimization.
20153
20154 * doc/md.texi: Ditto.
20155
20156 * genautomata.c (create_composed_state): Return nonzero if the new
20157 state has been created.
20158 (first_cycle_unit_presence): New function.
20159 (state_is_differed): Add new parameter. Use the new function.
20160 Take queried units into account.
20161 (partition_equiv_class): Pass additional parameter to
20162 `state_is_differed'.
20163 (merge_states): Process composed states too.
20164 (build_automaton, create_automata, output_min_issue_delay_table,
20165 output_tables, output_statistics): Output more information.
20166 (output_reserved_units_table): Use function
20167 `first_cycle_unit_presence'.
20168 (output_tables): Output table of queried units even if the
20169 minimization is switched on.
20170 (write_automata): Output code for querying units even if the
20171 minimization is switched on.
20172
20173 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
20174
20175 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
20176 syntax of the constructions.
20177
20178 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
20179 extended syntax of the constructions.
20180
20181 * genautomata.c (unit_rel_decl): Rename it to
20182 `unit_pattern_rel_decl'.
20183 (pattern_set_el, pattern_reserv): New structures.
20184 (pattern_set_el_t, pattern_reserv_t): New types.
20185 (gen_presence_absence_set): New function.
20186 (process_presence_absence): Remove it.
20187 (process_presence_absence_names,
20188 process_presence_absence_patterns): New functions.
20189 (get_presence_absence_set): Remove it.
20190 (initiate_presence_absence_sets): Rename it on
20191 `initiate_presence_absence_pattern_sets'. Use new function
20192 `form_reserv_sets_list'.
20193 (form_reserv_sets_list, check_presence_pattern_sets,
20194 check_absence_pattern_sets, output_pattern_set_el_list): New
20195 functions.
20196 (unit_decl): Change types of members `presence_list' and
20197 `absence_list'.
20198 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
20199 (decl): Change types of members `excl', `presence', and `absence'.
20200 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
20201 at the end of the vector.
20202 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
20203 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
20204 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
20205 (gen_presence_set, gen_absence_set): Use new function
20206 `gen_presence_absence_set'.
20207 (add_presence_absence): Process `pattern_list' instead of
20208 `source_list'.
20209 (process_decls): USe new functions
20210 `process_presence_absence_names' and
20211 `process_presence_absence_patterns'.
20212 (reserv_sets_are_intersected): Use new function
20213 `check_presence_pattern_sets'.
20214 (presence_set, absence_set): Remove them.
20215 (unit_presence_set_table, unit_absence_set_table): New global
20216 variables.
20217 (output_description): Use new function
20218 `output_pattern_set_el_list'.
20219 (generate): Use `initiate_presence_absence_pattern_sets'.
20220
20221 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
20222
20223 * genattr.c (main): Add output of prototype of new interface
20224 function `dfa_clean_insn_cache'.
20225
20226 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
20227 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
20228 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
20229 the generated code.
20230 (write_automata): Call the new function.
20231
20232 2003-01-09 Jan Hubicka <jh@suse.cz>
20233
20234 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
20235 correctly.
20236
20237 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
20238
20239 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
20240
20241 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
20242
20243 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
20244 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
20245 (CONSTRAINT_LEN): Provide default definition.
20246 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
20247 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
20248 (EXTRA_CONSTRAINT_STR): Likewise.
20249 (REG_CLASS_FROM_CONSTRAINT): Define.
20250 * genoutput.c (check_constraint_len, constraint_len): New functions.
20251 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
20252 constraint / modifier.
20253 (gen_insn): Call check_constraint_len.
20254 * local-alloc.c (block_alloc): Update to use new macros / pass
20255 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
20256 * ra-build.c (handle_asm_insn): Likewise.
20257 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
20258 (constrain_operands, peep2_find_free_register): Likewise.
20259 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
20260 * regmove.c (find_matches): Likewise.
20261 * reload.c (push_secondary_reload, find_reloads): Likewise.
20262 (alternative_allows_memconst): Likewise.
20263 * reload1.c (maybe_fix_stack_asms): Likewise.
20264 (reload_cse_simplify_operands): Likewise.
20265 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
20266 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
20267 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
20268 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
20269 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
20270 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
20271
20272 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
20273
20274 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
20275
20276 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
20277 length.
20278 (*extzv_1_r_h8300hs): Likewise.
20279 (*extzv_1_r_inv_h8300): Likewise.
20280 (*extzv_1_r_inv_h8300hs): Likewise.
20281
20282 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
20283
20284 * config/h8300/h8300.h (PREDICATE_CODES): New.
20285
20286 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
20287
20288 * config/h8300/h8300.md (*addsi3_upper): New.
20289 (*iorsi3_shift): Likewise.
20290 (two splitters): Likewise.
20291 (*addsi3_shift): Likewise.
20292 (two splitters): Likewise.
20293
20294 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
20295
20296 * Makefile.in (optabs.o): Add dependency on basic-block.h.
20297 * basic-block.h (control_flow_insn_p): Fuction was exported.
20298 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
20299 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
20300 notes only when the region is contained in a single basic block.
20301
20302 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
20303
20304 PR inline-asm/8832
20305 * tree.h (expand_asm): New prototype.
20306 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
20307 to do so.
20308 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
20309 down to expand_asm.
20310 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
20311 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
20312 (volatile_refs_p) [ASM_INPUT]: Likewise.
20313 (side_effects_p) [ASM_INPUT]: Likewise.
20314
20315 2003-01-09 Jan Hubicka <jh@suse.cz>
20316
20317 * i386.md (*mul*): FIx constraints; remove confused comment; fix
20318 athlon_decode attributes
20319 (imul/k8 optimization peep2s): New.
20320
20321 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
20322 * i386.md (type attribute): Add ssecomi.
20323 (unit, memory, prefix attributes): Handle ssecomi.
20324 (cvt?2? patterns): Fix athlon_decode attribute
20325 (comi patterns): Set attribute to ssecomi.
20326
20327 PR target/8343
20328 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
20329
20330 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
20331
20332 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
20333 that match register_operands.
20334 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
20335 register_operand the default case.
20336
20337 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
20338
20339 PR c/8032
20340 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
20341 an empty element, do not advance the pointer to unfilled
20342 fields if there are pending initializers.
20343
20344 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
20345
20346 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
20347 (install-gcc-tooldir, install-cpp, installdirs,
20348 install-common, install-driver, install-info, install-man,
20349 install-headers, install-include-dir, install-headers-tar,
20350 install-headers-cpio, install-headers-cp, install-mkheaders,
20351 install-collect2, uninstall): Prepend $(DESTDIR) to
20352 destination paths in all (un)installation commands.
20353 (install-driver): Rewrite $(LN) commands to support DESTDIR
20354 with "ln" as well as with "ln -s".
20355 (installdirs): Simply use mkinstalldirs.
20356 (install-libgcc, install-multilib): Also pass DESTDIR.
20357 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
20358 installation destination variable ldir.
20359 * config/alpha/t-osf4, config/arm/t-netbsd,
20360 config/ia64/t-hpux, config/mips/t-iris5-6,
20361 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
20362 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
20363 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
20364 in the definition of SHLIB_INSTALL.
20365 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
20366 $(libsubdir) in the installation commands.
20367
20368 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
20369
20370 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
20371 non-optimizing compile.
20372 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
20373 compile.
20374
20375 2003-01-08 Douglas B Rupp <rupp@gnat.com>
20376
20377 * config/i386/i386.c (ix86_attribute_table): Add new attributes
20378 ms_struct and gcc_struct.
20379 (ix86_handle_struct_attribute): New function.
20380 (ix86_ms_bitfield_layout_p): Update to take new attributes
20381 into account.
20382 * doc/extend.texi: Document new attributes.
20383 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
20384
20385 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
20386
20387 PR optimization/8750
20388 * config/i386/i386.c (ix86_expand_prologue): Don't allow
20389 scheduling pass to move insns across __alloca call.
20390
20391 2003-01-08 Dale Johannesen <dalej@apple.com>
20392
20393 * config/rs6000/rs6000.md: Replace *store_multiple_string
20394 with *stmsi[3-8].
20395
20396 2003-01-08 Jeff Sturm <jsturm@one-point.com>
20397
20398 PR target/9210
20399 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
20400 Set SYMBOL_REF_FLAG on local data sym_ref.
20401
20402 2003-01-08 Dale Johannesen <dalej@apple.com>
20403
20404 * function.c (assign_parms): Don't set pretend_args_size if
20405 REG_PARM_STACK_SPACE.
20406 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
20407 pretend_args_size.
20408
20409 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
20410
20411 * gcc.hlp: Delete.
20412
20413 2003-01-09 Jan Hubicka <jh@suse.cz>
20414
20415 * i386.c (ix86_expand_int_addcc): Fix thinko.
20416
20417 2003-01-08 David Edelsohn <edelsohn@gnu.org>
20418
20419 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
20420 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
20421 as hook_bool_tree_hwi_hwi_tree_true.
20422 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
20423 (rs6000_emit_epilogue): Same.
20424 (rs6000_output_mi_thunk): Re-implement as RTL.
20425 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
20426 xcoffout_declare_function if any debugging enabled.
20427
20428 2003-01-08 Chris Demetriou <cgd@broadcom.com>
20429
20430 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
20431 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
20432 * config/mips/mips.h (enum processor_type): Rename
20433 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
20434 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
20435 Add PROCESSOR_M4K.
20436 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
20437 (ISA_MIPS32R2): New define.
20438 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
20439 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
20440 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
20441 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
20442 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
20443 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
20444 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
20445 compiling MIPS16 code.
20446 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
20447 comment.
20448 (ISA_HAS_SEB_SEH): New define.
20449 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
20450 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
20451 processor_type value renaming. Add support for MIPS32R2.
20452 Clean up comments, and move "sb1" entry with other MIPS64 CPU
20453 entries.
20454 (override_options): Reimplement -mipsN option handling so that
20455 it will work correctly for -mips32r2. Avoid branch-likely
20456 instructions on MIPS32R2.
20457 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
20458 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
20459 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
20460 (extendhisi2_hw, extendqisi2_hw): New.
20461 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
20462 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
20463 MIPS32R2, and MIPS64.
20464 (LINK_SPEC): Pass -mips32r2 to linker.
20465 * config/mips/t-isa3264: Built -mips32r2 multilibs.
20466 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
20467 for mips32r2 in the -march description. Alphabetically sort
20468 CPU names in the -march description. Add long-missed -mips32
20469 and -mips64 to MIPS option summary.
20470
20471 * config.gcc: Update copyright years to include 2003.
20472 * config/mips/mips.c: Likewise.
20473 * config/mips/mips.h: Likewise.
20474 * config/mips/mips.md: Likewise.
20475 * config/mips/netbsd.h: Likewise.
20476 * doc/invoke.texi: Likewise.
20477
20478 2003-01-08 Andreas Schwab <schwab@suse.de>
20479
20480 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
20481 variable.
20482 * configure: Regenerated.
20483
20484 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
20485
20486 * config/h8300/h8300.c (output_logical_op): Replace byte/word
20487 extraction of det with b0, b1, w0, w2, etc.
20488 (compute_logical_op_length): Likewise.
20489 (compute_logical_op_cc): Likewise.
20490
20491 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
20492
20493 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
20494 HIGH on all variants.
20495
20496 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
20497
20498 * Makefile.in (PARTITION_H): New.
20499 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
20500 * basic-block.h: Include hard-reg-set.h.
20501
20502 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
20503
20504 * arm.h (ENABLE_XF_PATTERNS): Delete.
20505 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
20506 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
20507 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
20508 (cmpxf_trap): Delete.
20509 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
20510
20511 2003-01-08 Jan Hubicka <jh@suse.cz>
20512
20513 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
20514 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
20515 (add??cc): New expanders.
20516 * i386.c (expand_int_addcc): New function.
20517 * i386-protos.h (expand_int_addcc): Declare.
20518
20519 * alias.c (memory_modified_1): New static function.
20520 (memory_modified): New static varaible.
20521 (memory_modified_in_insn_p): New global function.
20522 * rtl.h (memory_modified_in_insn_p): Declare.
20523 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
20524 references.
20525
20526 * expr.h (emit_conditional_add): Declare.
20527
20528 2003-01-07 Janis Johnson <janis187@us.ibm.com>
20529
20530 PR other/8947
20531 * doc/invoke.texi (-malign-double): Explain that the option breaks
20532 binary compatibility.
20533
20534 2003-01-08 Andreas Schwab <schwab@suse.de>
20535
20536 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
20537 should come from the generic *-*-linux* entry.
20538
20539 2003-01-07 Jan Hubicka <jh@suse.cz>
20540
20541 * cselib.c (cselib_current_insn_in_libcall): New static variable.
20542 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
20543 we are inside libcall.
20544 * cselib.h (elt_loc_list): Add in_libcall.
20545 * gcse.c (do_local_cprop): Do not copy propagate using insns
20546 in libcalls.
20547
20548 2003-01-07 David Edelsohn <edelsohn@gnu.org>
20549
20550 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
20551 not normally affect to issue rate.
20552
20553 2003-01-07 Jan Hubicka <jh@suse.cz>
20554
20555 * genopinit.c (optabs): Add addc_optab.
20556 * ifcvt.c (noce_try_store_flag): Rename to ...
20557 (noce_try_addcc): ... this one; handle generic conditional increment.
20558 (noce_process_if_block): Update noce_try_addcc call.
20559 * optabs.c (emit_conditional_add): New.
20560 (init_obtabs): Initialize addc_optab.
20561 * optabs.h (optab_index): Add OTI_addcc.
20562 (addcc_optab): New macro.
20563 * md.texi: Document addMcc
20564
20565 PR target/8322
20566 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
20567 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
20568 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
20569
20570 * reload1.c (delete_output_reload): Avoid repeated attempts
20571 to delete insn.
20572
20573 2003-01-07 Andreas Schwab <schwab@suse.de>
20574
20575 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
20576 Move --enable-initfini-array check ...
20577 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
20578 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
20579 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
20580 * configure: Rebuild.
20581
20582 2003-01-07 Richard Henderson <rth@redhat.com>
20583
20584 * alias.c (find_base_value): Only use new_reg_base_value shortcut
20585 if the register is set once.
20586
20587 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
20588
20589 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
20590 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
20591 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
20592
20593 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
20594 Sunil Davasam <sunil.k.davasam@intel.com>
20595
20596 PR libstdc++/9076
20597 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
20598 DW_CFA_same_value, read next and ignore.
20599
20600 2003-01-07 Richard Henderson <rth@redhat.com>
20601
20602 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
20603
20604 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
20605
20606 * cfg.c: Include alloc-pool.h
20607 (edge_pool): New pool.
20608 (bb_pool): New pool.
20609 (first_deleted_edge): Remove.
20610 (first_deleted_block): Remove.
20611 (init_flow): Alloc/free the pools.
20612 (free_edge): Use pools.
20613 (alloc_block): Ditto.
20614 (expunge_block): Ditto.
20615 (cached_make_edge): Ditto.
20616
20617 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
20618
20619 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
20620
20621 * et-forest.c: Include alloc-pool.h.
20622 (struct et_forest): Add node_pool and occur_pool.
20623 (et_forest_create): Create the new pools.
20624 (et_forest_delete): Delete them.
20625 (et_forest_add_node): Allocate and free using pools.
20626 (et_forest_add_edge): Ditto.
20627 (et_forest_remove_node): Ditto.
20628 (et_forest_remove_edge): Ditto.
20629
20630 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
20631
20632 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
20633
20634 * config/h8300/h8300.c (output_logical_op): Simplify and
20635 optimize the handling of SImode.
20636 * config/h8300/h8300.c (compute_logical_op_length): Update
20637 accordingly.
20638 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
20639
20640 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
20641
20642 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
20643 big-endian correction to indirect arguments too.
20644
20645 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
20646
20647 Segher Boessenkool <segher@koffie.nl>
20648
20649 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
20650 (alt_reg_names): Ditto, fix formatting.
20651 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
20652
20653 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
20654
20655 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
20656 (output_logical_op): Constify intval and det.
20657 (compute_logical_length): Likewise.
20658 (compute_logical_cc): Likewise.
20659 (output_a_shift): Constify mask.
20660 (h8300_encode_label): Constify len.
20661
20662 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
20663
20664 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
20665 (h8300_expand_epilogue): Likewise.
20666
20667 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
20668
20669 Segher Boessenkool <segher@koffie.nl>
20670
20671 * config/rs6000/altivec.md: Remove spaces from assembler
20672 instruction argument lists.
20673
20674 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
20675
20676 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
20677 c4x_assembler_function_p.
20678 (c4x_null_epilogue_p): Complement return value, all uses updated.
20679 (c4x_insert_attributes): Add naked.
20680 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
20681 * doc/extend.texi: Update C4x function attributes.
20682
20683 2003-01-06 Richard Henderson <rth@redhat.com>
20684
20685 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
20686 properly when changing "local-ness".
20687 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
20688
20689 2003-01-06 Dale Johannesen <dalej@apple.com>
20690
20691 * config/darwin-protos.h: Add prototypes for new section functions.
20692
20693 2003-01-06 Chris Demetriou <cgd@broadcom.com>
20694
20695 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
20696 to EABI.
20697
20698 2003-01-06 Zack Weinberg <zack@codesourcery.com>
20699
20700 * hwint.h: If the current compiler has no 64-bit type at all,
20701 make HOST_WIDEST_INT 32 bits.
20702
20703 2003-01-06 Eric Christopher <echristo@redhat.com>
20704
20705 * config/mips/mips.md (movdf_internal2): Fix constraints.
20706
20707 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
20708
20709 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
20710
20711 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
20712
20713 * config/mips/mips.md (leadi): Use dla rather than la.
20714
20715 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
20716
20717 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
20718 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
20719
20720 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
20721
20722 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
20723 redefinition.
20724
20725 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
20726
20727 * config/h8300/h8300.md (*extzv_8_23): New.
20728
20729 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
20730
20731 * pa64-hpux.h (JCR_SECTION_NAME): Define.
20732 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
20733 USE_EH_FRAME_REGISTRY when defining.
20734
20735 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
20736
20737 * config/h8300/h8300.c (output_a_shift): Do not output a
20738 variable shift.
20739 * config/h8300/h8300.md (two splitters): New.
20740
20741 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
20742
20743 * config/mips/mips.md: Disable the movstrsi define_split.
20744
20745 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20746
20747 * alloc-pool.c: Don't include "libiberty.h".
20748 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
20749 * convert.c (convert_to_real): Hide unused variable.
20750
20751 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20752
20753 * Makefile.in (gtyp-gen.h): Const-ify.
20754 * gcov-dump.c (tag_table): Likewise.
20755
20756 2003-01-04 Bruce Korb <bkorb@gnu.org>
20757
20758 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
20759 of *both* the file name and the fix name.
20760
20761 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
20762
20763 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
20764 collect2.
20765 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
20766 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
20767 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
20768 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
20769 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
20770 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
20771 elfos.h.
20772 (EH_FRAME_IN_DATA_SECTION): Delete define.
20773 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
20774 (STARTFILE_SPEC): Use crtbegin.o.
20775 (ENDFILE_SPEC): Use crtend.o.
20776 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
20777 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
20778 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
20779 DTOR_LIST_BEGIN): Define.
20780 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
20781 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
20782 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
20783
20784 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
20785
20786 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
20787 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
20788 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
20789 Cleanup handling of replacement text.
20790 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
20791
20792 2003-01-04 Bruce Korb <bkorb@gnu.org>
20793
20794 * fixinc/tests/base/math.h: removed obsolete results
20795 * fixinc/tests/base/stdlib.h: ditto
20796 * fixinc/tests/base/sys/param.h: ditto
20797 * fixinc/tests/base/sys/stat.h: ditto
20798 * fixinc/tests/base/time.h: ditto
20799 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
20800 * fixinc/tests/base/sys/byteorder.h: ditto
20801 * fixinc/inclhack.def: Remove superfluous backslashes
20802
20803 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
20804
20805 * config/h8300/h8300-protos.h: Add prototypes for
20806 the new functions defined below.
20807 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
20808 define.
20809 (dosize): Emit RTL instead of assembly code.
20810 (push): Likewise.
20811 (pop): Likewise.
20812 (h8300_output_function_prologue): Remove.
20813 (h8300_expand_prologue): New.
20814 (h8300_expand_epilogue): New.
20815 (h8300_output_function_epilogue): Do only the reset of
20816 pragma_saveall.
20817 * config/h8300/h8300.md (push_h8300): New.
20818 (push_h8300hs): Likewise.
20819 (pop_h8300): Likewise.
20820 (pop_h8300hs): Likewise.
20821 (*stm_h8300s_2): Change the name to stm_h8300s_2.
20822 (*stm_h8300s_3): Change the name to stm_h8300s_3.
20823 (*stm_h8300s_4): Change the name to stm_h8300s_4.
20824 (*ldm_h8300s_2): New.
20825 (*ldm_h8300s_3): Likewise.
20826 (*ldm_h8300s_4): Likewise.
20827 (return): Likewise.
20828 (*return_1): Likewise.
20829 (prologue): Likewise.
20830 (epilogue): Likewise.
20831 (monitor_prologue): Likewise.
20832
20833 2003-01-03 Dale Johannesen <dalej@apple.com>
20834
20835 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
20836 machopic_picsymbol_stub1.
20837 (EXTRA_SECTION_FUNCTIONS): Ditto.
20838 * rs6000/rs6000.c: Update copyright.
20839 (machopic_output_stub): Use them. Remove an insn from stub code.
20840
20841 2003-01-02 Jason Merrill <jason@redhat.com>
20842
20843 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
20844
20845 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
20846 static/external decls.
20847
20848 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
20849 outermost scope.
20850 * c-decl.c (c_make_fname_decl): Push the decls there, too.
20851
20852 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
20853
20854 * config/h8300/h8300-protos.h: Add a prototype for
20855 h8300_current_function_interrupt_function_p.
20856 * config/h8300/h8300.c (interrupt_handler): Remove.
20857 (os_task): Likewise.
20858 (monitor): Likewise.
20859 (pragma_interrupt): New.
20860 (WORD_REG_USED): Use
20861 h8300_current_function_interrupt_function_p.
20862 (dosize): Likewise.
20863 (h8300_output_function_prologue): Likewise.
20864 Do not set interrupt_handler, os_task, monitor.
20865 (h8300_output_function_prologue): Use
20866 h8300_current_function_interrupt_function_p.
20867 Do not set interrupt_handler, os_task, monitor.
20868 (h8300_current_function_interrupt_function_p): New.
20869 (h8300_pr_interrupt): Set pragma_interrupt.
20870 (h8300_insert_attributes): Reset pragma_interrupt.
20871
20872 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
20873
20874 * doc/install.texi (Configuration): Fix markup for reference to
20875 gcc/config.gcc.
20876
20877 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
20878
20879 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
20880 (*iorhi3_two_qi): Likewise.
20881 (*iorsi3_zexthi): Likewise.
20882 (*xorhi3_zextqi): Likewise.
20883 (*xorsi3_zexthi): Likewise.
20884 (*xorsi3_zextqi): Likewise.
20885
20886 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
20887
20888 * config/h8300/h8300.c (stack_pointer_operand): New.
20889 (const_int_gt_2_operand): Likewise.
20890 (const_int_ge_8_operand): Likewise.
20891 * config/h8300/h8300.md (a splitter): Likewise.
20892 (a peephole2): Likewise.
20893 * config/h8300/h8300-protos.h: Add prototypes for the new
20894 functions above.
20895
20896 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20897
20898 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
20899 objc/objc-act.h: Fix copyright years.
20900
20901 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
20902
20903 * doc/passes.texi: Fix documentation for -fssa-ccp
20904
20905 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
20906
20907 * gccbug.in: Update for new categories.
20908
20909 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20910
20911 * config/h8300/h8300.md: Reorder some patterns.
20912
20913 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20914
20915 * config/h8300/h8300.c (output_logical_op): Fix a warning.
20916
20917 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20918
20919 * config/darwin-protos.h, config/c4x/c4x-protos.h,
20920 config/cris/cris-protos.h, config/i370/i370-protos.h,
20921 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
20922 config/v850/v850-protos.h: Use struct, and don't conditionally
20923 compile on GCC_C_PRAGMA_H.
20924
20925 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20926
20927 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
20928 * config/h8300/h8300-protos.h: Likewise.
20929 * config/sh/sh-protos.h: Likewise.
20930
20931 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20932
20933 * config/arm/arm-protos.h: Use struct cpp_reader instead of
20934 cpp_reader.
20935 * config/h8300/h8300-protos.h: Likewise.
20936 * config/sh/sh-protos.h: Likewise.
20937
20938 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20939
20940 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
20941 arm_pr_long_calls_off): Use struct.
20942 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
20943 : Similarly.
20944 Don't include cpplib.h.
20945 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
20946 sh_pr_nosave_low_regs): Similarly.
20947
20948 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
20949
20950 * config/h8300/h8300.c: Include cpplib.h.
20951
20952 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
20953
20954 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
20955 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
20956 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
20957 "GCC" in the copyright header.
20958
20959 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
20960
20961 * c-pragma.c (c_register_pragma): New.
20962 (init_pragma): Use it.
20963 * c-pragma.h (cpp_register_pragma): Don't declare.
20964 (c_register_pragma): New.
20965 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
20966 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
20967 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
20968 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
20969 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
20970 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
20971 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
20972 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
20973 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
20974 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
20975 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
20976 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
20977
20978 See ChangeLog.8 for earlier changes.