]> gcc.gnu.org Git - gcc.git/blob - gcc/ChangeLog
mcore.c (block_move_sequence): Replace gen_rtx_CONST_INT with GEN_INT.
[gcc.git] / gcc / ChangeLog
1 2004-02-01 Kazu Hirata <kazu@cs.umass.edu>
2
3 * config/mcore/mcore.c (block_move_sequence): Replace
4 gen_rtx_CONST_INT with GEN_INT.
5
6 2004-02-02 Jan Hubicka <jh@suse.cz>
7
8 * alias.c (record_set): Use hard_regno_nregs.
9 * bt-load.c (find_btr_reference, note_btr_set): Likewise.
10 * builtins.c (apply_args_size): Likewise.
11 * caller-save.c (setup_save_areas, save_call_clobbered_regs,
12 mark_set_regs, add_stored_regs, mark_referenced_regs,
13 insert_restore, insert_save, insert_one_insn): Likewise.
14 * cfgcleanup.c: Include regs.h
15 (mark_effect, mentions_nonequal_regs): Likewise.
16 * cfgrtl.c (mark_killed_regs): Likewise
17 * combine.c (update_table_tick, record_value_for_reg,
18 record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
19 reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
20 reg_bitfield_target_p, distribute_notes): Likewise.
21 * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
22 exp_equiv_p, cse_insn): Likewise.
23 * cselib.c (cselib_lookup): Likewise.
24 (cselib_invalidate_regno, cselib_record_set): Likewise.
25 * df.c (df_ref_record): Likewise.
26 * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
27 Likewise.
28 * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
29 count_or_remove_death_notes_bb): Likewise.
30 * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
31 * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
32 mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
33 * integrate.c (mark_stores): Likewise.
34 * jump.c (delete_prior_computation): Likewise.
35 * lcm.c (reg_dies, reg_becomes_live): Likewise.
36 * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
37 * loop.c (LOOP_REGNO_NREGS): Likewise.
38 * postreload.c (reload_combine, reload_combine_note_store,
39 reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
40 * ra-colorize.c (combine, color_usable_p, get_free_reg,
41 calculate_dont_begin, calculate_dont_begin, colorize_one_web,
42 try_recolor_web, insert_coalesced_conflicts, check_colors,
43 break_precolored_alias): Likewise.
44 * ra-debug.c: Include regs.h
45 (ra_print_rtx_object): Likewise.
46 * ra-rewrite (choose_spill_colors): Likewise.
47 (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
48 * ra.c (init_ra): Likewise.
49 * recog.c (reg_fits_class_p, peep2_reg_dead_p,
50 peep2_find_free_register): Likewise.
51 * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
52 * regclass.c (hard_regno_nregs): New array.
53 (init_reg_modes_once): Initialize it.
54 (choose_hard_reg_mode): Use it.
55 (record_reg_classes): Likewise.
56 * regmove.c (mark_flags_life_zones): Likewise.
57 * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
58 scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
59 copy_value, maybe_mode_change, find_oldest_value_reg,
60 copyprop_hardreg_forward_1):
61 * regs.h (hard_regno_nregs): Declare.
62 * realod.c (reload_inner_reg_of_subreg): Use it.
63 (push_reload, combine_reloads, find_dummy_reload,
64 hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
65 refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
66 reload_adjust_reg_for_mode): Likewise.
67 * reload1.c (compute_use_by_pseudos, count_pseudo,
68 count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
69 spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
70 clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
71 allocate_reload_reg, choose_reload_regs, emit_reload_insns,
72 delete_output_reload): Likewise.
73 * resource.c (update_live_status, mark_referenced_resources,
74 mark_set_resources, mark_target_live_regs): Likewise.
75 * rtlanal.c: Include regs.h
76 (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
77 dead_or_set_regno_p, find_regno_note, find_reg_fusage,
78 subreg_regno_offset, subreg_offset_representable_p,
79 hoist_test_store): Likewise.
80 * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
81 * sched-rgn.c (check_live_1, update_live_1): Likewise.
82 * stmt.c: Include regs.h
83 (decl_conflicts_with_clobbers_p): Likewise.
84 * varasm.c (make_decl_rtl): Likewise.
85 * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
86
87 2004-02-01 Kazu Hirata <kazu@cs.umass.edu>
88
89 * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
90 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
91 config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
92 config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
93 config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
94 config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
95 config/iq2000/iq2000.h, config/m32r/m32r.c,
96 config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
97 config/m68hc11/m68hc11.md, config/m68k/m68k.md,
98 config/mcore/mcore.c, config/mcore/mcore.h,
99 config/mcore/mcore.md, config/mips/mips.c,
100 config/ns32k/ns32k.h, config/ns32k/ns32k.md,
101 config/rs6000/rs6000.c, config/s390/s390.c,
102 config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
103 config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
104 "gen_rtx (FOO, " with "gen_rtx_FOO (".
105
106 2004-02-01 Kazu Hirata <kazu@cs.umass.edu>
107
108 * config/h8300/h8300.md (two peephole2's): New.
109
110 2004-02-01 Eric Botcazou <ebotcazou@libertysurf.fr>
111
112 * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
113 (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
114 (ASM_CPU_SPEC): Likewise
115 * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
116 (ASM_CPU_SPEC): Remove -mcpu=v8plus. Handle -mcpu=ultrasparc3.
117
118 2004-02-01 Roger Sayle <roger@eyesopen.com>
119
120 * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
121 isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
122 (expand_builtin): Always call expand_builtin_pow.
123
124 2004-02-01 Roger Sayle <roger@eyesopen.com>
125
126 * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
127 BUILT_IN_SIGNBITL): New GCC builtins.
128 * builtins.c (expand_builtin_signbit): New function to RTL expand
129 calls to signbit, signbitf and signbitl as inline intrinsics.
130 (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
131 (fold_builtin_signbit): New function to perform constant folding
132 of signbit, signbitf and signbitl.
133 (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
134
135 * doc/extend.texi: Document new signbit{,f,l} builtins.
136
137 2004-02-01 Richard Sandiford <rsandifo@redhat.com>
138
139 * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
140
141 2004-02-01 Chris Demetriou <cgd@broadcom.com>
142
143 * config/mips/mips.h (PREDICATE_CODES): Remove entries for
144 "mips_const_double_ok" and "simple_memory_operand", which were
145 removed from the MIPS port with the mips-3_4-rewrite branch merge.
146 * config/mips/mips.c (mips16_lay_out_constants): Update comment
147 for removal of simple_memory_operand.
148
149 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
150
151 * config/c4x/c4x.md: Use GEN_INT instead of
152 gen_rtx (CONST_INT, ...).
153
154 2004-01-31 Richard Henderson <rth@redhat.com>
155
156 * varasm.c (output_constant_pool): Don't zap the pool.
157
158 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
159
160 * genrecog.c (decision_type): Add DT_const_int.
161 (write_cond) [DT_const_int]: Print a comparison against small
162 constant.
163 (write_node): Simplify comparisons against small constants
164 before printing tests.
165
166 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
167
168 * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
169 instead of gen_rtx_CONST_INT.
170
171 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
172
173 * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
174 instead of gen_rtx_CONST_INT.
175
176 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
177
178 * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
179 hook_bool_CUMULATIVE_ARGS_false.
180 * targhooks.c (default_strict_argument_naming): Rename to
181 hook_bool_CUMULATIVE_ARGS_false.
182 * targhooks.h: Update the prototype for
183 default_strict_argument_naming.
184
185 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
186
187 * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
188 * config/sh/sh.h: Likewise.
189 * config/sh/sh.md: Likewise.
190
191 2004-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
192
193 * doc/invoke.texi (SPARC options): Restructure and update.
194
195 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
196
197 * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
198 STRICT_ARGUMENT_NAMING): Poison.
199 * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
200 hook_bool_tree_false.
201 * targhooks.c (default_promote_function_args): Remove.
202 (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
203 Don't check incoming.
204 (default_strict_argument_naming): Don't use
205 STRICT_ARGUMENT_NAMING.
206 * targhooks.h: Remove the prototype for
207 default_promote_function_args.
208
209 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
210
211 * config/i386/i386-protos.h: Remove the prototype for
212 ix86_setup_incoming_varargs.
213 * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
214 (ix86_setup_incoming_varargs): Make it static.
215 * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
216
217 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
218
219 * alloc-pool.c: Fix comment typos.
220 * builtin-types.def: Likewise.
221 * builtins.def: Likewise.
222 * c-pretty-print.c: Likewise.
223 * df.h: Likewise.
224 * reload1.c: Likewise.
225
226 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
227
228 * doc/invoke.texi: Follow spelling conventions.
229 * doc/tm.texi: Likewise.
230
231 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
232
233 * doc/install.texi: Fix typos.
234 * doc/invoke.texi: Likewise.
235
236 2004-01-31 Ulrich Weigand <uweigand@de.ibm.com>
237
238 * config/s390/s390.c (s390_decompose_address): Do not treat virtual
239 registers as pointers.
240 * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
241
242 2004-01-31 Paolo Bonzini <bonzini@gnu.org>
243
244 * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
245 and restore it to gen_lowpart_general on exit.
246 (gen_lowpart_for_combine): Adjust all callers to go through
247 gen_lowpart.
248 * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
249 and restore it to gen_lowpart_general on exit.
250 (gen_lowpart_if_possible): Adjust all callers to go through
251 gen_lowpart.
252 * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
253 (gen_lowpart): Declare as pointer to function, initialized to
254 gen_lowpart_general.
255 * rtl.h (gen_lowpart): Declare as pointer to function.
256
257 2004-01-31 Kazu Hirata <kazu@cs.umass.edu>
258
259 * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
260 * calls.c: Likewise.
261 * emit-rtl.c: Likewise.
262 * function.c: Likewise.
263 * reload1.c: Likewise.
264 * config/i386/cygming.h: Likewise.
265 * config/i386/i386.c: Likewise.
266 * config/i386/winnt.c: Likewise.
267
268 2004-01-30 Dara Hazeghi <dhazeghi@yahoo.com>
269
270 PR bootstrap/9249
271 * doc/install.texi: document --enable-__cxa_atexit option.
272 * configure.ac: Disable __cxa_atexit if not supported.
273 * configure: Regenerate.
274
275 2003-01-30 Daniel Berlin <dberlin@dberlin.org>
276
277 * ggc-zone.c (ggc_free): New function.
278
279 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
280
281 alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
282 cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
283 flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
284 ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
285 tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
286 config/alpha/alpha.c, config/alpha/alpha.h,
287 config/alpha/alpha.md, config/alpha/unicosmk.h,
288 config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
289 config/c4x/c4x-protos.h, config/c4x/c4x.md,
290 config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
291 config/frv/frvend.c, config/i386/cygming.h,
292 config/i386/djgpp.h, config/i386/emmintrin.h,
293 config/i386/gthr-win32.c, config/i386/i386-interix.h,
294 config/i386/i386-protos.h, config/i386/openbsd.h,
295 config/i386/winnt.c, config/i386/xm-mingw32.h,
296 config/i386/xmmintrin.h, config/ia64/ia64.md,
297 config/iq2000/iq2000.md, config/m32r/m32r.md,
298 config/m68k/m68k.md, config/mcore/mcore-elf.h,
299 config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
300 config/mips/iris5gas.h, config/mips/iris6.h,
301 config/mips/iris6gas.h, config/mips/linux.h,
302 config/mips/mips.md, config/mips/netbsd.h,
303 config/mips/openbsd.h, config/mips/windiss.h,
304 config/pa/fptr.c, config/rs6000/aix.h,
305 config/rs6000/altivec.h, config/rs6000/darwin.h,
306 config/rs6000/xcoff.h, config/s390/s390-protos.h,
307 config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
308 config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
309 config/sparc/sol2.h: Update copyright.
310
311 2004-01-30 Kelley Cook <kcook@gcc.gnu.org>
312
313 * Makefile.in (abs_docdir, abs_srcdir): Define.
314 (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
315
316 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
317
318 * genconfig.c (main): Have CC0_P check its operand even on a
319 target without cc0.
320
321 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
322
323 * config/alpha/alpha.c: Remove mentions of deprecates macros
324 in comments, remove some target-independent comments about target
325 macros, and/or add minimal function comments for target hook
326 implementations.
327 * config/avr/avr.c: Likewise.
328 * config/ia64/ia64.h: Likewise.
329 * config/ip2k/ip2k.c: Likewise.
330 * config/iq2000/iq2000.c: Likewise.
331 * config/m32r/m32r.h: Likewise.
332 * config/m68hc11/m68hc11.c: Likewise.
333 * config/mcore/mcore.c: Likewise.
334 * config/mmix/mmix.c: Likewise.
335 * config/mn10300/mn10300.c: Likewise.
336 * config/pa/pa.c: Likewise.
337 * config/pdp11/pdp11.c: Likewise.
338 * config/rs6000/rs6000.h: Likewise.
339 * config/sh/sh.c: Likewise.
340 * config/sh/sh.h: Likewise.
341 * config/sparc/sparc.c: Likewise.
342 * config/sparc/sparc.h: Likewise.
343 * config/stormy16/stormy16.c: Likewise.
344 * config/xtensa/xtensa.c: Likewise.
345
346 2004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
347
348 PR optimization/12147
349 * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
350 RELOAD_FOR_OPADDR_ADDR.
351 (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
352 might be reused as RELOAD_FOR_OPADDR_ADDR register.
353
354 2004-01-30 Jan Hubicka <jh@suse.cz>
355
356 * reload.c (get_secondary_mem): Fix updating of
357 secondary_memlocs_elim_used.
358
359 2004-01-30 Richard Henderson <rth@redhat.com>
360
361 * varasm.c (struct rtx_const, struct pool_constant): Remove.
362 (MAX_RTX_HASH_TABLE): Remove.
363 (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
364 (first_pool, last_pool, pool_offset): Remove.
365 (struct rtx_constant_pool): Split out from ...
366 (struct varasm_status): ... here. Reference one via pointer.
367 (struct constant_descriptor_rtx): Merge struct pool_constant.
368 (SYMHASH): Remove.
369 (decode_rtx_const): Remove.
370 (const_hash_rtx, compare_constant_rtx): Remove.
371 (record_constant_rtx): Remove.
372 (const_desc_rtx_hash, const_desc_rtx_eq): New.
373 (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
374 (const_rtx_hash_1, const_rtx_hash): New.
375 (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
376 (simplify_subtraction): Use simplify_rtx.
377 (force_const_mem): Rewrite to use new data structures.
378 (find_pool_constant): Likewise.
379 (get_pool_constant, get_pool_constant_mark,
380 get_pool_constant_for_function, get_pool_mode,
381 get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
382 (output_constant_pool_2): Split out from output_constant_pool.
383 (output_constant_pool_1): Likewise. Use new pool datastructures.
384 (output_constant_pool): Zap entire pool datastructure.
385 (mark_constant): Use new pool datastructures.
386 (mark_constants): Use for_each_rtx.
387 (mark_constant_pool): Use new pool datastructures.
388
389 2004-01-30 Fariborz Jahanian <fjahanian@apple.com>
390
391 * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
392 Copy operands[1] to pseudo for simplify_gen_subreg.
393
394 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
395
396 * gcse.c (bypass_block): Fix a typo in the previous check-in
397 to the file.
398
399 2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
400
401 * toplev.c: Include alloc-pool.h.
402 * Makefile.in (toplev.c): Update dependencies.
403
404 2004-01-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
405
406 * combine.c (simplify_shift_const, case XOR): Be careful when
407 commuting XOR with ASHIFTRT.
408
409 2004-01-30 Kazu Hirata <kazu@cs.umass.edu>
410 Eric Botcazou <ebotcazou@libertysurf.fr>
411
412 * config/sparc/sparc-protos.h: Remove the prototype for
413 sparc_builtin_saveregs.
414 * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
415 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
416 (TARGET_PROMOTE_PROTOTYPES): Likewise.
417 (TARGET_STRUCT_VALUE_RTX): Likewise.
418 (TARGET_RETURN_IN_MEMORY): Likewise.
419 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
420 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
421 (sparc_builtin_saveregs): Make it static.
422 (sparc_promote_prototypes): New.
423 (sparc_struct_value_rtx): Likewise.
424 (sparc_return_in_memory): Likewise.
425 * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
426 (PROMOTE_FUNCTION_RETURN): Likewise.
427 (RETURN_IN_MEMORY): Likewise.
428 (STRUCT_VALUE): Likewise.
429 (STRUCT_VALUE_INCOMING): Likewise.
430 (EXPAND_BUILTIN_SAVEREGS): Likewise.
431 (STRICT_ARGUMENT_NAMING): Likewise.
432 (PROMOTE_PROTOTYPES): Likewise.
433
434 * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
435
436 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
437
438 PR c/12818
439 * varasm.c (const_hash_1) <STRING_CST>: Use the
440 address to compute the hash value if flag_writable_strings.
441 (compare_constant) <STRING_CST>: Compare the addresses
442 if flag_writable_strings.
443 (build_constant_desc): Do not copy the expression for a
444 STRING_CST if flag_writable_strings.
445
446 2004-01-30 Jan Hubicka <jh@suse.cz>
447
448 * alloc-pool.c: Include hashtab.h
449 (alloc_pool_descriptor): New structure
450 (alloc_pool_hash): New global variable.
451 (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
452 (create_alloc_pool): Update statistics.
453 (free_alloc_pool): Likewise.
454 (pool_alloc): Likewise.
455 (output_info): New structure
456 (print_statistics, dump_alloc_pool_statistics): New function.
457 * alloc-pool.h (alloc_pool_def): Turn name to be constant.
458 (dump_alloc_pool_statistics): Declare.
459 * toplev.c (finalize): Dump statistics.
460
461 * reload.c (secondary_memlocs_elim_used): New static variable.
462 (get_secondary_mem): Update it.
463 (find_reloads): Use it.
464
465 2004-01-30 Steven Bosscher <s.bosscher@student.tudelft.nl>
466
467 * toplev.c: Fix broken checkin of 2003-12-30, again.
468
469 2004-01-30 Ulrich Weigand <uweigand@de.ibm.com>
470
471 * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
472 s390*-*-* targets by specifying a 'nop' insn.
473 * configure: Regenerate.
474
475 2004-01-30 Eric Botcazou <ebotcazou@libertysurf.fr>
476
477 PR target/11475
478 * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
479
480 2004-01-29 Jakub Jelinek <jakub@redhat.com>
481
482 * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
483 of addr when creating MEM copy.
484
485 2004-01-29 Devang Patel <dpatel@apple.com>
486
487 * dwarf2out.c (gen_field_die): Do not equate decl number to die.
488
489 2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
490
491 PR inline-asm/6162
492 * reload.c (find_reloads): Only support one pair of commutative
493 operands.
494
495 2004-01-29 Roger Sayle <roger@eyesopen.com>
496
497 PR java/13824
498 * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
499 as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
500 recursion.
501
502 2004-01-29 Kazu Hirata <kazu@cs.umass.edu>
503
504 * config/frv/frv.c: Don't mention deprecated macros in
505 comments. Remove some target-independent comments about
506 target macros.
507 * config/frv/frv.h: Likewise.
508
509 2004-01-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
510
511 * cfghooks.c (split_block): Set probability and count of the
512 new edge.
513
514 2005-01-29 Josef Zlomek <zlomekj@suse.cz>
515
516 * dwarf2out.c (struct die_struct): Added field decl_id.
517 (decl_die_table): Changed to hash table.
518 (decl_die_table_allocated): Deleted.
519 (decl_die_table_in_use): Deleted.
520 (DECL_DIE_TABLE_INCREMENT): Deleted.
521 (decl_die_table_hash): New function.
522 (decl_die_table_eq): New function.
523 (lookup_decl_die): Lookup in a hash table.
524 (equate_decl_number_to_die): Insert into a hash table.
525 (dwarf2out_init): Init hash table decl_die_table.
526
527 2004-01-29 Jakub Jelinek <jakub@redhat.com>
528
529 PR optimization/13424
530 * expr.c (store_constructor): Revert 2003-12-03 change.
531
532 * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
533 expected before returning early. Avoid sharing RTL if they
534 need to be changed.
535
536 * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
537 handling so that memory attributes are preserved. Don't call
538 ix86_set_move_mem_attrs.
539 (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
540 (ix86_expand_clrstr): Rename src argument to
541 dst. Rework rep_stos and strset handling so that memory attributes
542 are preserved.
543 (ix86_expand_strlen): Pass src argument to
544 ix86_expand_strlensi_unroll_1. Rework strlenqi_1 handling so that
545 memory attributes are preserved.
546 (ix86_expand_strlensi_unroll_1): Add src argument. Use
547 change_address instead of gen_rtx_MEM.
548 * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
549 expanders.
550 (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
551 strmovqi, strmovqi_rex64): Remove.
552 (rep_mov*, strmov*): Prefix insn names with *.
553 (strset, strset_singleop, rep_stos): New expanders.
554 (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
555 strsetqi, strsetqi_rex64): Remove.
556 (rep_stos*, strset*): Prefix insn names with *.
557 (rep_stosqi_rex64): Likewise. Fix mode of dirflag reg from DImode
558 to SImode.
559 (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
560 are preserved.
561 (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
562 Prefix insn names with *.
563 (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
564 (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
565 (strlenqi_1): New expander.
566 * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
567
568 2004-01-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
569
570 * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
571 * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
572 verify_flow_info): Declaration removed.
573 * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
574 (debug_bb, debug_bb_n): Add argument to dump_bb call.
575 * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
576 try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
577 instead of delete_block.
578 * cfghooks.c: Include timevar.h and toplev.h.
579 (cfg_hooks): Define here.
580 (verify_flow_info, dump_bb): Moved from cfg.c.
581 (redirect_edge_and_branch, redirect_edge_and_branch_force,
582 split_block, split_block_after_labels, move_block_after,
583 delete_basic_block, split_edge, create_basic_block,
584 create_empty_bb, can_merge_blocks_p, merge_blocks,
585 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
586 New functions.
587 * cfghooks.h (struct cfg_hooks): Added fields name,
588 make_forwarder_block, tidy_fallthru_edge and
589 move_block_after. Changed type of verify_flow_info, dump_bb,
590 split_block fields. Renamed cfgh_split_edge and delete_block
591 fields.
592 (redirect_edge_and_branch, redirect_edge_and_branch_force,
593 split_block, delete_block, split_edge, create_basic_block,
594 can_merge_blocks_p, merge_blocks): Macros removed.
595 (cfg_hooks): Do not export.
596 (verify_flow_info, dump_bb, redirect_edge_and_branch,
597 redirect_edge_and_branch_force, split_block, split_block_after_labels,
598 move_block_after, delete_basic_block, split_edge, create_basic_block,
599 create_empty_bb, can_merge_blocks_p, merge_blocks,
600 make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
601 Declare.
602 (cfg_layout_rtl_cfg_hooks): Declare.
603 * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
604 New functions.
605 (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
606 (redirect_edge_with_latch_update): Removed.
607 (make_forwarder_block): Moved to cfghooks.c, semantics changed.
608 * cfgloopmanip.c (remove_bbs): Do not update dominators here.
609 * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
610 rtl_delete_block, rtl_split_block, rtl_merge_blocks,
611 tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
612 cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
613 cfghooks.c.
614 (rtl_create_basic_block): Coding style fix.
615 (rtl_tidy_fallthru_edge, rtl_move_block_after,
616 rtl_make_forwarder_block): New functions.
617 (update_cfg_after_block_merging): Removed.
618 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
619 * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
620 to dump_bb.
621 * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
622 find_if_case_2): Don't update dominators.
623 * timevar.def (TV_CFG_VERIFY): New.
624 * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
625 * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
626 * cfgloopmanip.c (split_loop_bb): Don't update dominators.
627 (remove_bbs): Don't call remove_bbs.
628 (create_preheader): Use make_forwarder_block.
629 (mfb_keep_just, mfb_update_loops): New static functions.
630
631 2004-01-29 Kazu Hirata <kazu@cs.umass.edu>
632
633 * config/avr/avr.h: Remove target-independent comments about
634 target macros.
635
636 2004-01-28 Daniel Berlin <dberlin@dberlin.org>
637
638 * timevar.c (timevar_print): Mention when checking is enabled.
639
640 2004-01-28 Giovanni Bajo <giovannibajo@gcc.gnu.org>
641
642 * c-lex.c (c_lex): Rename to...
643 (c_lex_with_flags): Add new parameter to get CPP flags.
644 (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
645 * c-pragma.h (c_lex_with_flags): Declare.
646
647 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
648
649 * config/mcore/mcore.c (mcore_external_libcall): Add a
650 comment.
651 (mcore_return_in_memory): Likewise.
652
653 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
654
655 * config/mcore/mcore-protos.h: Remove the prototype for
656 mcore_setup_incoming_varargs.
657 * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
658 (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
659 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
660 (TARGET_PROMOTE_PROTOTYPES): Likewise.
661 (TARGET_STRUCT_VALUE_RTX): Likewise.
662 (TARGET_RETURN_IN_MEMORY): Likewise.
663 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
664 (mcore_setup_incoming_varargs): Make it static. Receive the
665 first argument by reference. Add argument second_time.
666 (mcore_external_libcall): New.
667 (mcore_return_in_memory): Likewise.
668 * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
669 (PROMOTE_FUNCTION_RETURN): Likewise.
670 (STRUCT_VALUE): Likewise.
671 (RETURN_IN_MEMORY): Likewise.
672 (SETUP_INCOMING_VARARGS): Likewise.
673 (PROMOTE_PROTOTYPES): Likewise.
674 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
675
676 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
677
678 * config/m32r/m32r-protos.h: Remove the prototype for
679 m32r_setup_incoming_varargs.
680 * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
681 (TARGET_STRUCT_VALUE_RTX): Likewise.
682 (TARGET_RETURN_IN_MEMORY): Likewise.
683 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
684 (m32r_return_in_memory): New.
685 (m32r_setup_incoming_varargs): Make it static.
686 * config/m32r/m32r.h: Remove #undef of
687 ASM_OUTPUT_EXTERNAL_LIBCALL. Remove the commented-out
688 definitions of PROMOTE_FUNCTION_ARGS and
689 PROMOTE_FUNCTION_RETURN.
690 (PROMOTE_PROTOTYPES): Remove.
691 (RETURN_IN_MEMORY): Likewise.
692 (STRUCT_VALUE): Likewise.
693
694 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
695
696 * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
697 (TARGET_STRUCT_VALUE_RTX): Likewise.
698 (m68k_struct_value_rtx): Likewise.
699 * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
700 STRUCT_VALUE_REGNUM.
701 (PROMOTE_PROTOTYPES): Remove.
702 * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
703 STRUCT_VALUE_REGNUM.
704 * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
705 * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
706
707 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
708
709 * config/stormy16/stormy16.c
710 (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
711 TARGET_BUILD_BUILTIN_VA_LIST.
712
713 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
714
715 * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
716 (TARGET_STRUCT_VALUE_RTX): Likewise.
717 (TARGET_RETURN_IN_MEMORY): Likewise.
718 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
719 (v850_return_in_memory): Likewise.
720 (v850_setup_incoming_varargs): Likewise.
721 * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
722 (SETUP_INCOMING_VARARGS): Likewise.
723 (RETURN_IN_MEMORY): Likewise.
724 (STRUCT_VALUE): Likewise.
725
726 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
727
728 * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
729 (fr30_setup_incoming_varargs): Don't use
730 STRICT_ARGUMENT_NAMING.
731 * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
732 (STRICT_ARGUMENT_NAMING): Likewise.
733
734 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
735
736 * config/frv/frv-protos.h: Remove the prototype for
737 frv_expand_builtin_saveregs.
738 * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
739 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
740 (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
741 STRUCT_VALUE_REGNUM.
742 (frv_expand_builtin_saveregs): Make it static.
743 (frv_struct_value_rtx): New.
744 * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
745
746 2004-01-29 Jan Hubicka <jh@suse.cz>
747
748 PR c++/12850
749 * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
750 initial pointers.
751 * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
752 for functions that will be only inlined.
753 (cgraph_mark_function_to_output): Likewise.
754 (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
755 do not clear function body.
756 * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
757 (tree_rest_of_compilation): Reorganize the logic releasing function
758 body to use callgraph datastructure.
759
760 2004-01-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
761
762 * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
763 to register_operand.
764
765 2004-01-28 Zack Weinberg <zack@codesourcery.com>
766
767 * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
768 (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
769 match_operand expressions so that all match_dups appear
770 lexically after their corresponding match_operands.
771
772 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
773
774 * config/h8300/h8300.c (WORD_REG_USED): Use
775 HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
776 (compute_saved_regs): Likewise.
777 (h8300_expand_prologue): Likewise. Allocate locals after
778 saving registers.
779 (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
780 of FRAME_POINTER_REGNUM. Deallocate locals before saving
781 registers.
782 (h8300_initial_elimination_offset): Adjust for the new frame
783 layout, which swaps flips the order of locals and saved
784 registers.
785 * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
786 (HARD_FRAME_POINTER_REGNUM): New.
787 (ELIMINABLE_REGS): Add an elimination rule from
788 FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
789 (REGISTER_NAMES): Add fp.
790 * config/h8300/h8300.md (FP_REG): Change to 11.
791 (HFP_REG): New.
792
793 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
794
795 * genrecog.c (write_node): Remove a useless local variable.
796
797 2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
798
799 * Makefile.in (options.c options.h): Use stamp file s-options to
800 avoid unnecessary rebuilds.
801 (options.o): New target listing dependencies.
802 (gtyp-gen.h): Use stamp file s-gtyp-gen.
803 (STAGESTUFF): Add s-gtyp-gen.
804
805 2004-01-28 Richard Henderson <rth@redhat.com>
806
807 * ggc.h (ggc_free): Declare.
808 * ggc-common.c (ggc_realloc): Use it.
809 * ggc-page.c: Remove lots of inline markers.
810 (globals): Add free_object_list.
811 (ggc_alloc): Tidy.
812 (ggc_free, validate_free_objects): New.
813 (poison_pages): Provide default.
814 (ggc_collect): Call validate_free_objects; emit markers to
815 the debug file.
816
817 2004-01-28 Zack Weinberg <zack@codesourcery.com>
818 Jim Wilson <wilson@specifixinc.com>
819
820 * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
821 Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
822 scratch pointer.
823 (ia64_secondary_reload_class): Delete case GR_REGS.
824 * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
825 Do not allocate a scratch register.
826 (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
827
828 2004-01-28 Jan Hubicka <jh@suse.cz>
829
830 * gcse.c (bypass_block): Prevent edges to be unified when we are
831 about to emit compenstation code.
832
833 2004-01-28 Nick Clifton <nickc@redhat.com>
834
835 * config/arm/arm.c (arm_expand_builtin): Force second argument of
836 the setcwx insn into a register.
837
838 2004-01-28 Richard Sandiford <rsandifo@redhat.com>
839
840 * config/fp-bit.c (pack_d): When using paired doubles to implement
841 a long double, round the high part separately.
842 (unpack_d): Fix the case in which the high part is a power of two
843 and the low part is a nonzero value of the opposite sign.
844
845 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
846
847 * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
848 (TARGET_STRUCT_VALUE_RTX): Likewise.
849 (c4x_external_libcall): Likewise.
850 (c4x_struct_value_rtx): Likewise.
851 * config/c4x/c4x.h: Remove.
852 (STRUCT_VALUE_REGNUM): Likewise.
853 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
854
855 2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
856
857 * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
858 (TARGET_STRUCT_VALUE_RTX): Likewise.
859 * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
860 (STRUCT_VALUE): Likewise.
861 (PROMOTE_PROTOTYPES): Likewise.
862
863 2004-01-27 Roger Sayle <roger@eyesopen.com>
864
865 * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
866 CONST_INT before using INTVAL.
867
868 2004-01-27 Ulrich Weigand <uweigand@de.ibm.com>
869
870 * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
871 * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
872 frame if !TARGET_BACKCHAIN.
873 * config/s390/s390.md ("allocate_stack"): Use pattern only if
874 TARGET_BACKCHAIN.
875 * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
876
877 2004-01-27 Zack Weinberg <zack@codesourcery.com>
878
879 * ia64.c (ia64_function_arg): When placing HFAs in integer
880 registers, do not special case the mode used for complex
881 types. Do not advance int_regs until the current register
882 is full.
883
884 2004-01-27 Richard Sandiford <rsandifo@redhat.com>
885
886 PR target/7297
887 * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
888
889 2004-01-27 David Edelsohn <edelsohn@gnu.org>
890
891 * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
892 slow, unaligned loads and stores while debugging. Fix formatting.
893
894 2004-01-27 David Edelsohn <edelsohn@gnu.org>
895
896 * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
897 of computing wmode.
898 (restore_stack_nonlocal): Same.
899
900 2004-01-27 Devang Patel <dpatel@apple.com>
901
902 * Makefile.in (dwarf2out.o): Depend on input.h
903 * dbxout.c (dbx_debug_hooks): Add new empty hook for
904 imported_module_or_decl.
905 (xcoff_debug_hooks): Same.
906 * sdbout.c (sdb_debug_hooks): Same.
907 * vmsdbgout.c (vmsdbg_debug_hooks): Same.
908 * debug.c (do_nothing_debug_hooks): Same.
909 (debug_nothing_tree_tree): New function.
910 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
911 * dwarf2out.c: Include input.h.
912 (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
913 (remove_child_TAG): New function.
914 (dwarf_tag_name): Handle DW_TAG_imported_module.
915 (gen_subprogram_die): Equate decl number to declaration die. Do not
916 remove all children dies while reusing declaration die for definition.
917 Instead, selectively remove only formal parameters.
918 (gen_variable_die): Equate variable decl to declaration die.
919 (gen_field_die): Equate field decl to line number.
920 (force_namespace_die): Replace it with ...
921 (force_decl_die): ... this.
922 (force_type_die): New function.
923 (setup_namespace_context): Replace use of force_namespace_die() with
924 force_decl_die().
925 (gen_namespace_die): Same.
926 (dwarf2out_imported_module_or_decl): New function.
927
928 2004-01-27 Bob Wilson <bob.wilson@acm.org>
929
930 * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
931 on CQImode and CHImode incoming arguments in register a7.
932 (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
933 * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
934 * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
935 xtensa_copy_incoming_a7 before reload.
936
937 2004-01-27 J"orn Rennecke <joern.rennecke@superh.com>
938
939 * coverage.c (get_coverage_counts): Give a different message
940 if flag_guess_branch_prob is set.
941 * predict.c (counts_to_freqs): Return an int.
942 (estimate_bb_frequencies): If counts_to_freqs returns zero,
943 calculate estimates.
944
945 2004-01-27 Kazu Hirata <kazu@cs.umass.edu>
946
947 * config/iq2000/iq2000-protos.h: Remove the prototype for
948 iq2000_setup_incoming_varargs.
949 * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
950 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
951 (TARGET_PROMOTE_PROTOTYPES): Likewise.
952 (TARGET_STRUCT_VALUE_RTX): Likewise.
953 (TARGET_RETURN_IN_MEMORY): Likewise.
954 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
955 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
956 (iq2000_return_in_memory): Likewise.
957 (iq2000_setup_incoming_varargs): Make it static. Receive the
958 first argument by reference.
959 * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
960 (PROMOTE_FUNCTION_RETURN): Likewise.
961 (PROMOTE_PROTOTYPES): Likewise.
962 (RETURN_IN_MEMORY): Likewise.
963 (STRUCT_VALUE): Likewise.
964 (SETUP_INCOMING_VARARGS): Likewise.
965 (STRICT_ARGUMENT_NAMING): Likewise.
966
967 2004-01-24 James A. Morrison <ja2morri@uwaterloo.ca>
968
969 * fixinc/fixinc.c (test_test): Initialize res.
970 (start_flexer): Initialize pz_cmd_save.
971
972 2004-01-27 Zack Weinberg <zack@codesourcery.com>
973
974 * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
975 SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
976
977 2004-01-27 Zack Weinberg <zack@codesourcery.com>
978
979 PR 7198
980 * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
981 (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
982 (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
983 Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
984 Possibly rename pattern for consistency.
985 Remove ??? comments suggesting that this be done.
986 (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
987 New patterns.
988 (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
989 (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
990 (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
991 (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
992 Update to match.
993
994 2004-01-27 Ian Lance Taylor <ian@wasabisystems.com>
995
996 * config/arm/arm.c (output_return_instruction): Only restore IP
997 into SP if frame_pointer_needed.
998
999 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1000
1001 * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
1002 for SCmode and DCmode if ARCH32.
1003 (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
1004 * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
1005 if ARCH32.
1006 (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
1007 if ARCH32.
1008 (BASE_OUTGOING_VALUE_REG): Likewise.
1009
1010 2004-01-27 Eric Botcazou <ebotcazou@libertysurf.fr>
1011
1012 PR target/10904
1013 PR target/13058
1014 * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
1015 Forbid mode changes from SImode for lower FP regs if ARCH64.
1016
1017 2004-01-27 J"orn Rennecke <joern.rennecke@superh.com>
1018
1019 * Makefile.in (bt-load.o): Depend on except.h.
1020 * bt-load.c (except.h): #include.
1021 (compute_defs_uses_and_gen): If insn at end of BB can throw
1022 within this function, consider registers used by it unavailable for
1023 btr migration.
1024 (move_btr_def): If insn at end of BB can throw, insert before rather
1025 than after.
1026
1027 * flags.h (flag_btr_bb_exclusive): Declare.
1028 * toplev.c (flag_btr_bb_exclusive): New variable.
1029 (f_options): Add btr-bb-exclusive.
1030 * bt-load.c (augment_live_range): Restore old behaviour if
1031 flag_btr_bb_exclusive is set.
1032 * common.opt: Add entry for -fbtr-bb-exclusive.
1033 * opts.c (common_handle_options): Same.
1034 * doc/invoke.texi: Document -fbtr-bb-exclusive.
1035
1036 * bt-load.c (btrs_live_at_end): New variable.
1037 (compute_defs_uses_and_gen): Compute its pointed-to array.
1038 (clear_btr_from_live_range, add_btr_to_live_range): Update it.
1039 (augment_live_range): When augmenting with a new dominator,
1040 use only its btrs_live_at_end set, but also add in the full set
1041 of the old dominator.
1042 (btr_def_live_range): Use btrs_live_at_end.
1043 (move_btr_def): Set other_btr_uses_before_def, and move new set
1044 to the end of the basic block, if appropriate.
1045 (migrate_btr_defs): Allocate and free btrs_live_at_end.
1046
1047 * bt-load.c (basic_block_freq): Remove outdated comment.
1048
1049 2004-01-27 Alan Modra <amodra@bigpond.net.au>
1050
1051 * config/rs6000/rs6000.h: Correct target_flags free bits comment.
1052 (PREDICATE_CODES): Remove duplicate.
1053 * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
1054 (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
1055 (MASK_PROFILE_KERNEL): Adjust define.
1056
1057 2004-01-27 Jakub Jelinek <jakub@redhat.com>
1058
1059 * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
1060 of long string literals from 32 bytes to sizeof (void *) when !-Os
1061 and to 1 with -Os.
1062
1063 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1064
1065 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
1066 constant addresses in the normal mode.
1067
1068 2004-01-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1069
1070 * system.h (CHAR_BITFIELD): Delete.
1071 (BOOL_BITFIELD): New.
1072 * c-decl.c (c_scope): Use BOOL_BITFIELD.
1073 * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
1074
1075 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1076
1077 * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
1078 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
1079 (TARGET_PROMOTE_PROTOTYPES): Likewise.
1080 (TARGET_STRUCT_VALUE_RTX): Likewise.
1081 (TARGET_RETURN_IN_MEMORY): Likewise.
1082 (arc_return_in_memory): Likewise.
1083 * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
1084 (PROMOTE_FUNCTION_RETURN): Likewise.
1085 (RETURN_IN_MEMORY): Likewise.
1086 (STRUCT_VALUE): Likewise.
1087
1088 2004-01-26 Richard Henderson <rth@redhat.com>
1089
1090 * c-parse.in (extension): Use itype.
1091 (SAVE_EXT_FLAGS): Don't allocate a tree.
1092 (RESTORE_EXT_FLAGS): Don't read a tree.
1093
1094 2004-01-26 Jan Hubicka <jh@suse.cz>
1095
1096 * cselib.c (discard_useless_values): Clear out value pointer pointing
1097 to datastructure to be recycled.
1098
1099 2004-01-25 Jan Hubicka <jh@suse.cz>
1100
1101 * genextract.c (main): Do not output the memset when not checking.
1102
1103 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1104
1105 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
1106 switch statement instead of a chain of if statements.
1107
1108 2004-01-26 Jeff Law <law@redhat.com>
1109
1110 * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry. Add
1111 acute accents for Petur Runolfsson's entry.
1112
1113 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1114
1115 * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
1116 (TARGET_RETURN_IN_MEMORY): Likewise.
1117 * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
1118 (RETURN_IN_MEMORY): Likewise.
1119
1120 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
1121
1122 * config/rs6000/rs6000.c (rs6000_emit_move): split slow
1123 unaligned load/store into smaller loads and stores.
1124
1125 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
1126
1127 * function.c (assign_parms): Do not assign
1128 long long argument to memory in prologue if
1129 is it loaded into register.
1130
1131 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
1132
1133 PR middle-end/13779
1134 * expr.c (emit_group_load): split constant
1135 correctly into register components of PARALLEL insn.
1136
1137 2004-01-26 Fariborz Jahanian <fjahanian@apple.com>
1138
1139 * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
1140 Use adjust_address_nv directly with appropriate mode.
1141 (restore_stack_nonlocal): Ditto.
1142
1143 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1144
1145 * config/xtensa/xtensa-protos.h: Remove the prototype for
1146 xtensa_builtin_saveregs.
1147 * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
1148 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
1149 (TARGET_PROMOTE_PROTOTYPES): Likewise.
1150 (TARGET_STRUCT_VALUE_RTX): Likewise.
1151 (TARGET_RETURN_IN_MEMORY): Likewise.
1152 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
1153 (xtensa_builtin_saveregs): Make it static.
1154 (xtensa_return_in_memory): New.
1155 * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
1156 (PROMOTE_FUNCTION_RETURN): Likewise.
1157 (PROMOTE_PROTOTYPES): Likewise.
1158 (STRUCT_VALUE): Likewise.
1159 (RETURN_IN_MEMORY): Likewise.
1160 (EXPAND_BUILTIN_SAVEREGS): Likewise.
1161
1162 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1163
1164 * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
1165 (arm_setup_incoming_varargs): Likewise.
1166 * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
1167
1168 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1169
1170 * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
1171 (cris_setup_incoming_varargs): Likewise.
1172 * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
1173
1174 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1175
1176 * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
1177 (ns32k_struct_value_rtx): Likewise.
1178 * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
1179 NS32K_STRUCT_VALUE_REGNUM.
1180
1181 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1182
1183 * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
1184 (TARGET_PROMOTE_PROTOTYPES): Likewise.
1185 (TARGET_STRUCT_VALUE_RTX): Likewise.
1186 (arm_struct_value_rtx): Likewise.
1187 * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
1188 (STRUCT_VALUE): Likewise.
1189 (STRUCT_VALUE_REGNUM): Likewise.
1190 (PROMOTE_PROTOTYPES): Likewise.
1191
1192 2004-01-26 Kazu Hirata <kazu@cs.umass.edu>
1193
1194 * config/ia64/ia64-protos.h: Remove the prototype for
1195 ia64_setup_incoming_varargs and ia64_return_in_memory.
1196 * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
1197 (TARGET_RETURN_IN_MEMORY): Likewise.
1198 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
1199 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
1200 (ia64_setup_incoming_varargs): Adjust the arguments to meet
1201 the requirement of TARGET_SETUP_INCOMING_VARARGS.
1202 (ia64_return_in_memory): Make it static. Change the return
1203 type to bool from int. Add an argument.
1204 (ia64_struct_value_rtx): New.
1205 * config/ia64/ia64.h: Remove commented-out definitions of
1206 PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
1207 PROMOTE_PROTOTYPES.
1208 (RETURN_IN_MEMORY): Remove.
1209 (STRUCT_VALUE_REGNUM): Likewise.
1210 (STRICT_ARGUMENT_NAMING): Likewise.
1211
1212 2004-01-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1213
1214 PR target/13666
1215 * config/sparc/sparc.c (function_arg_union_value): New function.
1216 (function_arg): Use it to deal with unions.
1217 (function_value): Likewise. Define 'regbase' only for ARCH64.
1218 Replace a conditional statement by a simpler one.
1219
1220 2004-01-26 Richard Sandiford <rsandifo@redhat.com>
1221
1222 * config/mips/mips.c (mips16_optimize_gp): Delete.
1223 (mips_reorg): Don't call it.
1224
1225 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1226
1227 * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
1228 (floatunsqihf2): Remove operand 6.
1229 (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
1230 fix patterns.
1231 (ldi_conditional, ldf_conditional): Validate operands.
1232
1233 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1234
1235 * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
1236 (HAVE_GAS_HIDDEN): Undefine as interim measure.
1237
1238 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1239
1240 * config/c4x/c4x.c (c4x_legitimate_address_p): Invalidate direct
1241 memory references if TARGET_EXPOSE_LDP nonzero.
1242
1243 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1244
1245 * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
1246
1247 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1248
1249 * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
1250 invalid operand combinations.
1251
1252 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1253
1254 * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
1255 c4x_legitimate_address_p. Fix post_modify check.
1256
1257 * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
1258 * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
1259
1260 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1261
1262 * config/pa/pa-protos.h: Remove the prototype for
1263 hppa_builtin_saveregs. Add a prototype for
1264 pa_return_in_memory.
1265 * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
1266 (TARGET_PROMOTE_PROTOTYPES): Likewise.
1267 (TARGET_STRUCT_VALUE_RTX): Likewise.
1268 (TARGET_RETURN_IN_MEMORY): Likewise.
1269 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
1270 (pa_struct_value_rtx): Likewise.
1271 (pa_return_in_memory): Likewise.
1272 * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
1273 PA_STRUCT_VALUE_REGNUM.
1274 (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
1275 (EXPAND_BUILTIN_SAVEREGS): Remove.
1276 (PROMOTE_PROTOTYPES): Likewise.
1277 (PROMOTE_FUNCTION_RETURN): Likewise.
1278
1279 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1280
1281 * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
1282 (TARGET_STRUCT_VALUE_RTX): Likewise.
1283 (vax_struct_value_rtx): Likewise.
1284 * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
1285 VAX_STRUCT_VALUE_REGNUM.
1286 (PROMOTE_PROTOTYPES): Remove.
1287
1288 2004-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1289
1290 * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS): Handle symref.
1291
1292 2003-04-25 Chris Demetriou <cgd@broadcom.com>
1293
1294 * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
1295 and MIPS64 have HI/LO interlocks. Update comment.
1296
1297 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1298
1299 * config/stormy16/stormy16-protos.h: Remove the prototype for
1300 xstormy16_setup_incoming_varargs.
1301 * config/stormy16/stormy16.c
1302 (xstormy16_setup_incoming_varargs): Remove.
1303 (xstormy16_return_in_memory): New.
1304 (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
1305 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
1306 (TARGET_PROMOTE_PROTOTYPES): Likewise.
1307 (TARGET_STRUCT_VALUE_RTX): Likewise.
1308 (TARGET_RETURN_IN_MEMORY): Likewise.
1309 * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
1310 (PROMOTE_FUNCTION_RETURN): Likewise
1311 (PROMOTE_PROTOTYPES): Likewise
1312 (RETURN_IN_MEMORY): Likewise
1313 (STRUCT_VALUE): Likewise
1314 (SETUP_INCOMING_VARARGS): Likewise
1315
1316 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
1317
1318 * config/mips/mips.c (mips_offset_within_object_p): New function.
1319 (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
1320 SYMBOL_CONSTANT_POOL cases. Also use it for SYMBOL_GENERAL if the
1321 ABI has 64-bit pointers and the object file only allows 32-bit symbols.
1322
1323 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1324
1325 * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
1326 (PROMOTE_FUNCTION_RETURN): Likewise.
1327
1328 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1329
1330 * config/mn10300/mn10300-protos.h: Remove the prototype for
1331 mn10300_builtin_saveregs.
1332 * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
1333 (TARGET_STRUCT_VALUE_RTX): Likewise.
1334 (TARGET_RETURN_IN_MEMORY): Likewise.
1335 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
1336 (mn10300_return_in_memory): Likewise.
1337 (mn10300_builtin_saveregs): Make it static.
1338 * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
1339 (RETURN_IN_MEMORY): Likewise.
1340 (STRUCT_VALUE): Likewise.
1341 (EXPAND_BUILTIN_SAVEREGS): Likewise.
1342
1343 2004-01-25 Eric Botcazou <ebotcazou@act-europe.fr>
1344
1345 PR bootstrap/13853
1346 * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
1347
1348 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1349
1350 * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
1351 using ccr.
1352
1353 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1354
1355 * config/i860/i860-protos.h: Remove the prototype for
1356 i860_saveregs.
1357 * config/i860/i860.c (i860_saveregs): Make it static.
1358 (i860_struct_value_rtx): New.
1359 (TARGET_STRUCT_VALUE_RTX): Likewise.
1360 (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
1361 * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
1362 I860_STRUCT_VALUE_REGNUM.
1363 (EXPAND_BUILTIN_SAVEREGS): Remove.
1364
1365 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1366
1367 * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
1368 (TARGET_RETURN_IN_MEMORY): Likewise.
1369 (m68hc11_struct_value_rtx): Likewise.
1370 (m68hc11_return_in_memory): Likewise.
1371 * config/m68hc11/m68hc11.h: Remove a commented-out definition
1372 of PROMOTE_PROTOTYPES.
1373 (RETURN_IN_MEMORY): Remove.
1374 (STRUCT_VALUE_REGNUM): Likewise.
1375
1376 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1377
1378 * config/mmix/mmix-protos.h: Remove the prototype for
1379 mmix_setup_incoming_varargs.
1380 * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
1381 (TARGET_STRUCT_VALUE_RTX): Likewise.
1382 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
1383 (mmix_setup_incoming_varargs): Make it static.
1384 (mmix_struct_value_rtx): New.
1385 * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
1386 Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
1387 (STRUCT_VALUE_REGNUM): Remove.
1388 (SETUP_INCOMING_VARARGS): Likewise.
1389
1390 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1391
1392 * config/mips/mips-protos.h: Remove the prototypes for
1393 mips_setup_incoming_varargs and mips_return_in_memory.
1394 * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
1395 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
1396 (TARGET_PROMOTE_PROTOTYPES): Likewise.
1397 (TARGET_STRUCT_VALUE_RTX): Likewise.
1398 (TARGET_RETURN_IN_MEMORY): Likewise.
1399 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
1400 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
1401 (mips_setup_incoming_varargs): Match the prototype for
1402 TARGET_SETUP_INCOMING_VARARGS.
1403 (mips_return_in_memory): Make it static. Add argument fntype.
1404 (mips_strict_argument_naming): New.
1405 * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
1406 (PROMOTE_FUNCTION_ARGS): Likewise.
1407 (PROMOTE_FUNCTION_RETURN): Likewise.
1408 (STRUCT_VALUE): Likewise.
1409 (RETURN_IN_MEMORY): Likewise.
1410 (SETUP_INCOMING_VARARGS): Likewise.
1411 (STRICT_ARGUMENT_NAMING): Likewise.
1412
1413 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1414
1415 * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
1416 (TARGET_RETURN_IN_MEMORY): Likewise.
1417 (TARGET_SETUP_INCOMING_VARARGS): Likewise.
1418 (ip2k_return_in_memory): Likewise.
1419 (ip2k_setup_incoming_varargs): Likewise.
1420 * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
1421 (STRUCT_VALUE): Likewise.
1422 (STRUCT_VALUE_INCOMING): Likewise.
1423 (SETUP_INCOMING_VARARGS): Likewise.
1424
1425 2004-01-25 Kazu Hirata <kazu@cs.umass.edu>
1426
1427 * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
1428 (TARGET_RETURN_IN_MEMORY): Likewise.
1429 (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
1430 (avr_return_in_memory): Remove.
1431 * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
1432 (STRUCT_VALUE): Likewise.
1433 (STRUCT_VALUE_INCOMING): Likewise.
1434 (STRICT_ARGUMENT_NAMING): Likewise.
1435
1436 2004-01-25 Jan Hubicka <jh@suse.cz>
1437
1438 * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
1439
1440 2004-01-25 Richard Sandiford <rsandifo@redhat.com>
1441
1442 * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
1443 (mips_regno_mode_ok_for_base_p): Declare.
1444 * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
1445 (FRAME_POINTER_REGNUM): Renumber to 78.
1446 (FIRST_PSEUDO_REGISTER): Update comment accordingly.
1447 (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
1448 (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
1449 (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
1450 (REG_MODE_OK_FOR_BASE_P): Likewise.
1451 * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
1452 entry for 77 to "$arg" and entry for 78 to "$frame".
1453 (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
1454 (mips_reg_mode_ok_for_base_p): Remove.
1455 (mips_regno_mode_ok_for_base_p): New function, derived from old
1456 BASE_REG_P macro. Don't enforce the mips16 stack pointer
1457 restrictions unless we're being strict.
1458 (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
1459
1460 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1461
1462 * c-common.h: Fix comment typos.
1463 * c-decl.c: Likewise.
1464 * cgraphunit.c: Likewise.
1465 * combine.c: Likewise.
1466 * et-forest.c: Likewise.
1467 * flow.c: Likewise.
1468 * function.c: Likewise.
1469 * ifcvt.c: Likewise.
1470 * integrate.c: Likewise.
1471 * jump.c: Likewise.
1472 * postreload.c: Likewise.
1473 * varray.c: Likewise.
1474
1475 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1476
1477 * doc/frontends.texi: Update copyright.
1478 * doc/gcov.texi: Likewise.
1479 * doc/gty.texi: Likewise.
1480 * doc/sourcebuild.texi: Likewise.
1481 * doc/standards.texi: Likewise.
1482
1483 2004-01-24 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
1484
1485 PR target/12978
1486 * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
1487 Remove movstrqi_small because it conflicts with movstrqi_large.
1488
1489 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1490
1491 * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
1492 (TARGET_STRUCT_VALUE_RTX): Likewise.
1493 (cris_struct_value_rtx): Likewise.
1494 * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
1495 (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
1496 STRUCT_VALUE_REGNUM.
1497 (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
1498
1499 2004-01-24 Ian Lance Taylor <ian@wasabisystems.com>
1500
1501 PR bootstrap/13848
1502 * cse.c (cse_cc_succs): Change the mode of the source expression
1503 as soon as decide we need a new mode. Don't permit changing modes
1504 if we found a match in a successor block.
1505 (cse_condition_code_reg): Save original mode of source expression
1506 so that we know whether we have to change the mode in other
1507 insns.
1508
1509 2004-01-24 Jan Hubicka <jh@suse.cz>
1510
1511 * emit-rtl.c (change_address, adjust_address_1, offset_address,
1512 widen_memory_access): Return early when there is nothing to change.
1513
1514 2004-01-24 Jakub Jelinek <jakub@redhat.com>
1515
1516 * simplify-rtx.c (simplify_relational_operation): Don't
1517 simplify address == constant into address + -constant == 0.
1518
1519 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1520
1521 * gcc.c (process_command): Don't internationalize the
1522 Copyright message.
1523 * mips-tfile.c (main): Likewise.
1524
1525 2004-01-24 Andreas Tobler <a.tobler@schweiz.ch>
1526
1527 * cse.c: (cse_cc_succs) Fix comparison warning.
1528
1529 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1530
1531 * config/h8300/h8300.md: Remove extraneous USE in expanders.
1532
1533 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1534
1535 * config/h8300/h8300-protos.h: Provide prototypes for
1536 h8300_legitimate_constant_p and h8300_legitimate_address_p.
1537 * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
1538 (h8300_rtx_ok_for_base_p): Likewise.
1539 (h8300_legitimate_address_p): Likewise.
1540 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
1541 h8300_legitimate_constant_p.
1542 (RTX_OK_FOR_BASE_P): Remove.
1543 (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
1544
1545 2004-01-24 Kazu Hirata <kazu@cs.umass.edu>
1546
1547 * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
1548 (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
1549 (REG_OK_FOR_INDEX_STRICT_P): Likewise.
1550 (REG_OK_FOR_BASE_STRICT_P): Likewise.
1551 (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
1552 (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
1553 (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
1554 (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
1555
1556 2004-01-24 Jan Hubicka <jh@suse.cz>
1557
1558 * cselib.c (remove_useless_values): Do not access discarded values.
1559
1560 2004-01-24 Joseph S. Myers <jsm@polyomino.org.uk>
1561
1562 * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
1563 arrays.
1564
1565 2004-01-23 Kazu Hirata <kazu@cs.umass.edu>
1566
1567 * recog.c: Fix a typo in copyright.
1568
1569 2004-01-23 Andrew Pinski <apinski@apple.com>
1570
1571 * config/rs6000/rs6000.md (call): Fix misappiled patch.
1572 (call_value): Likewise.
1573
1574 2004-01-23 Richard Henderson <rth@redhat.com>
1575
1576 PR opt/12941
1577 * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
1578 (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
1579 if SHIFT_COUNT_TRUNCATED is set.
1580
1581 2004-01-23 Bob Wilson <bob.wilson@acm.org>
1582
1583 * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
1584 separate real and imaginary parts.
1585 * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
1586
1587 2004-01-23 Hartmut Penner <hpenner@de.ibm.com>
1588
1589 PR target/13674
1590 * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
1591 loading into GPR.
1592
1593 2004-01-23 Jan Hubicka <jh@suse.cz>
1594
1595 * emit-rtl.c (change_address_1): Do not re-generate the RTX if nothing
1596 change.
1597
1598 * alloc-pool.c (align_four): Kill.
1599 (create_alloc_pool): Align size to eight.
1600 (free_alloc_pool, free_pool): Invalidate deallocated data.
1601
1602 2004-01-23 Ian Lance Taylor <ian@wasabisystems.com>
1603
1604 PR gcc/1532
1605 * cse.c (cse_change_cc_mode): New static function.
1606 (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
1607 (cse_condition_code_reg): New function.
1608 * rtl.h (cse_condition_code_reg): Declare.
1609 * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
1610 * target.h (struct gcc_target): Add fixed_condition_code_regs and
1611 cc_modes_compatible.
1612 * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
1613 (TARGET_CC_MODES_COMPATIBLE): Define.
1614 (TARGET_INITIALIZER): Add new initializers.
1615 * targhooks.c (default_cc_modes_compatible): New function.
1616 * targhooks.c (default_cc_modes_compatible): Declare.
1617 * hooks.c (hook_bool_intp_intp_false): New function.
1618 * hooks.h (hook_bool_intp_intp_false): Declare.
1619 * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
1620 (TARGET_CC_MODES_COMPATIBLE): Define.
1621 (ix86_fixed_condition_code_regs): New static function.
1622 (ix86_cc_modes_compatible): Likewise.
1623 * doc/tm.texi (Condition Code): Document new hooks.
1624
1625 2004-01-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1626
1627 * fixinc/inclhack.def (bad_lval): Renamed to ...
1628 (alpha_bad_lval): ... this.
1629 Removed file list.
1630 Restrict to alpha*-dec-osf*.
1631 * fixinc/fixincl.x: Regenerate.
1632 * fixinc/tests/base/dirent.h: Remove, moving test ...
1633 * fixinc/tests/base/testing.h: ... here, reflecting new name.
1634
1635 2004-01-23 Zack Weinberg <zack@codesourcery.com>
1636
1637 PR c/13814
1638 * c-decl.c (diagnose_mismatched_decls): Also discard a
1639 built-in if we encounter an old-style definition with the
1640 same name.
1641
1642 2004-01-23 Jakub Jelinek <jakub@redhat.com>
1643
1644 * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
1645 set to default{32,64}.
1646
1647 2004-01-21 Jakub Jelinek <jakub@redhat.com>
1648
1649 * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
1650 [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
1651
1652 2004-01-23 Eric Botcazou <ebotcazou@act-europe.fr>
1653 Olivier Hainque <hainque@act-europe.fr>
1654
1655 * fold-const.c (fold_binary_op_with_conditional_arg): Only
1656 build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
1657
1658 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
1659
1660 * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
1661 size for minipool references.
1662
1663 2004-01-23 Roger Sayle <roger@eyesopen.com>
1664
1665 * real.c (real_floor, real_ceil): Tweak to allow input and output
1666 arguments to overlap.
1667 (real_round): New function to implement round(3m) semantics.
1668 * real.h (real_round): Prototype here.
1669 * builtins.c (fold_builtin_round): New function to constant fold
1670 round, roundf and roundl.
1671 (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
1672
1673 2004-01-23 Alexandre Oliva <aoliva@redhat.com>
1674
1675 PR optimization/13819
1676 * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
1677 introduced by 2004-01-20's Jan Hubicka's copy_insn change.
1678 (sh_handle_sp_switch_attribute): Remove warning.
1679
1680 2003-11-30 Jan Hubicka <jh@suse.cz>
1681
1682 * i386.c (ix86_emit_restore_regs_using_mov): Deal with large offsets.
1683
1684 2004-01-23 J"orn Rennecke <joern.rennecke@superh.com>
1685
1686 * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
1687 may or may not return non-NIL.
1688 * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
1689 check CANNOT_CHANGE_MODE_CLASS
1690
1691 2004-01-23 Jan Hubicka <jh@suse.cz>
1692
1693 * basic-block.h (PROP_POSTRELOAD): New macro.
1694 (CLEANUP_LOG_LINKS): New.
1695 * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
1696 * toplev.c (rest_of_handle_life): Preserve LOG_LINKS trought cleanup_cfg.
1697
1698 * cselib.c (value_pool): New.
1699 (new_cselib_val): Use pool.
1700 (cselib_init): Initialize value_pool
1701 (cselib_finish): Free pool.
1702
1703 2004-01-23 Eric Botcazou <ebotcazou@libertysurf.fr>
1704
1705 * config/sparc/sparc.c (scan_record_type): New function.
1706 (function_arg_slotno): Use it to determine which kinds of
1707 registers the record can be passed in.
1708
1709 2004-01-22 James A. Mmorrison <ja2morri@uwaterloo.ca>
1710
1711 * config/pa/fptr.c: Fix old-style definition.
1712
1713 2004-01-22 Paolo Bonzini <bonzini@gnu.org>
1714
1715 PR optimization/13724
1716 * cse.c (fold_rtx) <SUBREG>: Fold a SUBREG to zero if it
1717 represents the zero bits produced by a ZERO_EXTEND operation.
1718
1719 2004-01-22 Roger Sayle <roger@eyesopen.com>
1720
1721 PR optimization/13821
1722 * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
1723 correctly calculate the lowpart offset of the contracted subreg.
1724
1725 2004-01-22 Ian Lance Taylor <ian@wasabisystems.com>
1726
1727 * doc/invoke.texi (Optimize Options): Note that --param arguments
1728 are subject to change without notice.
1729
1730 2004-01-22 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1731
1732 * config.gcc (mips-sgi-irix6*o32): Removed.
1733 * config/mips/iris6-o32-as.h: Likewise.
1734 * config/mips/iris6-o32-gas.h: Likewise.
1735 * config/mips/iris6-o32.h: Likewise.
1736
1737 2004-01-22 Jan Hubicka <jh@suse.cz>
1738
1739 * cfgcleanup.c (first_pass): New static variable.
1740 (try_forward_edges): Add work limiting check for threading.
1741 (try_crossjump_bb): Add work limiting check for crossjumping.
1742 (try_optimize_cfg): Maintain first pass variable.
1743
1744 2004-01-22 Bob Wilson <bob.wilson@acm.org>
1745
1746 * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
1747 handles complex and vector modes.
1748
1749 2004-01-22 Kazu Hirata <kazu@cs.umass.edu>
1750
1751 * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
1752 (REG_OK_FOR_BASE_P_STRICT): Likewise.
1753 (STRICT): Likewise.
1754
1755 2004-01-22 Daniel Jacobowitz <drow@mvista.com>
1756
1757 * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
1758 (genrtl_for_stmt): Remove emit_nop calls.
1759
1760 2004-01-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1761
1762 PR target/13713
1763 PR target/13324
1764 * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
1765 movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
1766 clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
1767
1768 2004-01-22 Daniel Jacobowitz <drow@mvista.com>
1769
1770 * config/arm/arm.c: Include "debug.h".
1771 (thumb_pushpop): Take two new arguments. Add some commentary.
1772 Output frame information when pushing.
1773 (thumb_exit, thumb_unexpanded_epilogue): Update calls to
1774 thumb_pushpop.
1775 (thumb_output_function_prologue): Likewise. Accumulate a CFA
1776 offset, and pass it to thumb_pushpop. Output CFI information.
1777 (thumb_expand_prologue): Add some frame-related markers and notes.
1778
1779 2004-01-22 Ulrich Weigand <uweigand@de.ibm.com>
1780
1781 * config/s390/s390.c (s390_frame_info): Allow large frame sizes
1782 for TARGET_64BIT.
1783 (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
1784 * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
1785
1786 2004-01-22 Roger Sayle <roger@eyesopen.com>
1787 Paolo Bonzini <bonzini@gnu.org>
1788
1789 * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
1790 (subreg_lsb): Change to call new subreg_lsb_1 helper function.
1791 * rtl.h (subreg_lsb_1): Prototype here.
1792 * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
1793 sign extensions.
1794
1795 2004-01-22 Kazu Hirata <kazu@cs.umass.edu>
1796
1797 * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
1798 macro need not be defined if jump-tables should contain
1799 relative addresses only when -fPIC or -fPIC is in effect.
1800
1801 2004-01-22 Jan Hubicka <jh@suse.cz>
1802
1803 * alias.c (reg_base_value): Turn into varray.
1804 (reg_base_value_size): Kill.
1805 (old_reg_base_value): New deletable varray.
1806 (alias_invariant_size): New variable.
1807 (REG_BASE_VALUE): Update to use varray.
1808 (find_base_value): Likewise.
1809 (record_set): Likewise.
1810 (record_base_value): Likewise.
1811 (memrefs_conflict_p): Likewise.
1812 (record_set): Likewise
1813 (record_base_value): Likewise.
1814 (memrefs_conflict_p): Use alias_invariant_size.
1815 (init_alias_analysis): Use varray; set alias_invariant_size;
1816 rescale other arrays to be sized by maxreg.
1817 (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
1818
1819 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
1820
1821 * config/sparc/sparc.c (function_arg_slotno): Use
1822 FLOAT_TYPE_P to detect FP fields in structures.
1823 (function_arg_record_value_1): Likewise.
1824 (function_arg_record_value_2): Likewise.
1825
1826 2004-01-22 Jan Hubicka <jh@suse.cz>
1827
1828 * function.c (allocate_struct_function): Do not initialize expr, emit
1829 and varasm.
1830 (prepare_function_start): Do it here.
1831 * c-parse.in (maybe_type_qual): Do not produce line number notes.
1832
1833 2004-01-22 Eric Botcazou <ebotcazou@libertysurf.fr>
1834
1835 PR target/13559
1836 * config/sparc/sparc.c (function_arg_record_value_3): Revert
1837 to 'word_mode' once the first slot has been filled.
1838
1839 2004-01-22 Olivier Hainque <hainque@act-europe.fr>
1840
1841 * config/sparc/sparc.c (function_arg_record_value_1): Fix
1842 computation of the number of integer registers required.
1843
1844 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
1845
1846 * config/i386/i386.md: Simplify certain comparisons of
1847 const_int.
1848
1849 2004-01-21 Andrew Pinski <apinski@apple.com>
1850
1851 PR target/13785
1852 * config/rs6000/rs6000.md (call_value): Force operand
1853 1 not operand 0 into a register.
1854
1855 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
1856
1857 * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
1858 unwind-dw2-fde.h: Update copyright.
1859
1860 2004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1861
1862 * pa-protos.h: Update copyright.
1863 * pa.h: Likewise.
1864 * pa.md: Likewise.
1865
1866 2004-01-21 Caroline Tice <ctice@apple.com>
1867
1868 PR target/12308
1869 * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
1870 flags register.
1871 (fix_truncdfdi2): Likewise.
1872 (fix_truncsfdi2): Likewise.
1873 (*fix_truncdi_1): Likewise.
1874 (fix_truncxfsi2): Likewise.
1875 (fix_truncdfsi2): Likewise.
1876 (fix_truncsfsi2): Likewise.
1877 (*fix_truncsi_1): Likewise.
1878 (fix_truncxfhi2): Likewise.
1879 (fix_truncdfhi2): Likewise.
1880 (fix_truncsfhi2): Likewise.
1881 (*fix_trunchi_1): Likewise.
1882
1883 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
1884
1885 * alias.c, basic-block.h, c-common.c, c-common.h,
1886 c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
1887 calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
1888 combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
1889 cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
1890 defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
1891 expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
1892 genautomata.c, genconditions.c, genemit.c, genflags.c,
1893 gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
1894 ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
1895 langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
1896 line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
1897 ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
1898 rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
1899 target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
1900 unwind.h, varray.c, varray.h: Update copyright.
1901
1902 2004-01-21 Kazu Hirata <kazu@cs.umass.edu>
1903
1904 * config/h8300/coff.h: Update copyright.
1905 * config/h8300/elf.h: Likewise.
1906 * config/h8300/h8300-protos.h: Likewise.
1907 * config/h8300/h8300.c: Likewise.
1908 * config/h8300/h8300.h: Likewise.
1909 * config/h8300/h8300.md: Likewise.
1910
1911 2004-01-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1912
1913 * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
1914 ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
1915 ultrix_unistd): New hacks.
1916 * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
1917 ULTRIX_CONST2_CHECK): Add checks.
1918 * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
1919 * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
1920 * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
1921 * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
1922 * fixinc/tests/base/locale.h: New file.
1923 * fixinc/fixincl.x: Rebuilt.
1924
1925 2004-01-21 Andreas Jaeger <aj@suse.de>
1926 Michael Matz <matz@suse.de>
1927
1928 * doc/extend.texi (Extended Asm): Clarify memory clobber.
1929
1930 2004-01-21 Jakub Jelinek <jakub@redhat.com>
1931
1932 * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
1933 _Jv_RegisterClasses through a function pointer.
1934
1935 2004-01-21 Falk Hueffner <falk@debian.org>
1936
1937 PR target/12898
1938 * config/alpha/alpha.c (alpha_emit_set_const_1): If
1939 no_new_pseudos, use gen_rtx_SET directly for SImode constants
1940 which need multiple instructions to emit.
1941
1942 2004-01-21 Inaoka Kazuhiro <inaoka.kazuhiro@renesas.com>
1943
1944 * config/m32r/m32r.h (CPP_SPEC): Define.
1945
1946 2004-01-21 Zack Weinberg <zack@codesourcery.com>
1947
1948 * c-decl.c (merge_decls): Kill different_binding_level and
1949 different_tu arguments; simplify throughout.
1950 (duplicate_decls): Likewise.
1951 (pushdecl, merge_translation_unit_decls): Update calls to
1952 duplicate_decls.
1953
1954 2004-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1955
1956 * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
1957 $(SYSTEM_H).
1958 (print-rtl1.o): Depend on $(SYSTEM_H).
1959
1960 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
1961
1962 PR bootstrap/12730
1963 * configure.ac: Delete definition and subsitution of docdir.
1964 Add info, man, srcman and srcinfo to target hooks. Create doc/
1965 directory.
1966 * configure: Regenerate.
1967 * Makefile.in: Don't substitute docdir and delete all references
1968 throughout.
1969 (MAKEINFOFLAGS): Define.
1970 (stmp-docobjdir): Delete.
1971 (INFOFILES, MANFILES): Define.
1972 (info): Call lang.info, srcinfo and lang.srcinfo.
1973 (generated-manpages): Call lang.man, srcman and lang.srcman.
1974 (srcinfo, srcman): New rules to copy back files to source directory.
1975 (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
1976 (install-man): Revamp rule.
1977 (clean): Update dvi directory.
1978 (distclean): Delete TAGS from front end directorys.
1979 (maintainer-clean): Delete all document files in source directory.
1980
1981 objc/Make-lang.in (objc.man, objc.info): Dummy entries.
1982 (objc.srcman, objc.srcinfo): Likewise.
1983
1984 2004-01-20 Bruce Korb <bkorb@gnu.org>
1985
1986 * fixinc/inclhack.def(math_exception): bypass only for glibc.
1987 (matherr_decl): rename & relocate as exception_structure.
1988 This fix must precede the math_exception fix.
1989
1990 2004-01-20 Roger Sayle <roger@eyesopen.com>
1991
1992 * fold-const.c (fold_convert): Rename to fold_convert_const.
1993 (fold_convert_const): Change arguments to take a tree_code,
1994 a type and the operand/expression to be converted. Return
1995 NULL_TREE if no simplification is possible. Add support for
1996 FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
1997 (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
1998 Adjust call to fold_convert to match new fold_convert_const.
1999 Avoid modifying the tree passed to fold in-place.
2000
2001 2004-01-21 Alan Modra <amodra@bigpond.net.au>
2002
2003 * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
2004 * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
2005 * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
2006
2007 2004-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2008
2009 * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
2010 * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
2011 Likewise. Handle frames larger than 0x7fffffff on 64-bit ports.
2012 (emit_move_sequence): Check scratch_reg first in various if statements.
2013 Extend source simplification to handle all 64-bit CONST_INTs.
2014 (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
2015 frame size.
2016 (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
2017 frame offset calculations.
2018 * pa.h (NEW_HP_ASSEMBLER): Add comment.
2019 (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
2020 LEGITIMATE_64BIT_CONST_INT_P): Define.
2021 (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P. Treat
2022 any CONST_INT as legitimate during and after reload.
2023 (VAL_32_BITS_P, INT_32_BITS): Define.
2024 (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
2025
2026 2004-01-20 Jan Hubicka <jh@suse.cz>
2027
2028 * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
2029 emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
2030 containing hard regs are shared.
2031 (gen_hard_reg_clobber): New function.
2032 (hard_reg_clobbers): New array.
2033 * genemit.c (gen_exp): Use gen_hard_reg_clobber.
2034 (copy_rtx): Do not copy clobbers containing hard regs.
2035 * rtl.h (gen_hard_reg_clobber): Declare.
2036
2037 2004-01-20 Jan Hubicka <jh@suse.cz>
2038
2039 * varray.c: Include hashtab.h
2040 (varray_descriptor): New structure.
2041 (hash_descriptor, eq_descriptor, varray_descriptor,
2042 print_statistics): New static functions
2043 (varray_init, varray_grow): Update statistics
2044 (dump_varray_statistics): New function.
2045 * varray.h (dump_varray_statistics): Declare.
2046 * toplev.c (finalize): Call it.
2047 * Makefile.in (varray.o): Add dependency.
2048
2049 2004-01-20 Jan Hubicka <jh@suse.cz>
2050
2051 * cselib.c: Include alloc-pool.h
2052 (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
2053 (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
2054 (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
2055 unchain_one_elt_loc_list_pool, unchain_one_value,
2056 new_cselib_val): Simplify using allocpool.
2057 (cselib_init): Initialize allocpools.
2058 (cselib_finish): Finish allocpools.
2059 * Makefile.in (cselib.o): Depend on alloc-pool.h
2060
2061 2004-01-20 Richard Sandiford <rsandifo@redhat.com>
2062
2063 * config/mips/mips.c (mips_load_call_address): Make the call insn
2064 use $gp if it could be calling a lazy binding stub.
2065
2066 2004-01-20 Kazu Hirata <kazu@cs.umass.edu>
2067
2068 * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
2069 (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
2070 (TARGET_STRUCT_VALUE_RTX): Likewise.
2071 * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
2072 (PROMOTE_FUNCTION_RETURN): Remove.
2073 (STRUCT_VALUE): Remove.
2074
2075 2004-01-20 Denis Chertykov <denisc@overta.ru>
2076
2077 PR bootstrap/13735
2078 * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
2079 register as pointer after reload.
2080
2081 2004-01-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2082
2083 PR optimization/12440
2084 * loop.c: Include ggc.h.
2085 (loop_optimize): Run garbage collector between optimization of loops.
2086 * Makefile.in (loop.o): Add GGC_H dependency.
2087
2088 2004-01-20 Hartmut Penner <hpenner@de.ibm.com>
2089
2090 * gcc/config/rs6000/rs6000.c (function_arg) Handle
2091 vector register special in function without prototype.
2092 (function_arg_advance): Vector parameters get always
2093 GPRs allocated for the linux64 target.
2094
2095 2004-01-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2096
2097 * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
2098 not TARGET_M32RX_MASK.
2099
2100 2004-01-20 Eric Botcazou <ebotcazou@libertysurf.fr>
2101
2102 PR target/13557
2103 * config/sparc/sparc.c (function_arg): Reorder the cases.
2104
2105 2004-01-19 Per Bothner <per@bothner.com>
2106
2107 Move cpp_reader's line_maps field to a shared global.
2108 * cpphash.h (cpp_reader): Rename line_maps field to line_table
2109 and change the type to a pointer rather than a struct.
2110 * cppinit.c (cpp_push_main_field): Adjust accordingly.
2111 * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
2112 Likewise.
2113 * cppfiles.c (validate_pch): Likewise.
2114 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
2115 Likewise.
2116 * cpperror.c (print_location): Likewise.
2117 * cpplib.h (cpp_create_reader): New line_maps pointer parameter.
2118 * cppinit.c (cpp_create_reader): Handle new parameter.
2119 (cpp_destroy): Don't free line_maps - that's no longer our job.
2120 * input.h (line_table): New variable.
2121 * toplev.c (line_table): Declare variable.
2122 (general_init): Initialize line_table.
2123 * c-opts.c (c_common_init_options): Pass line_table to
2124 cpp_create_reader.
2125 * fix-header.c (read_scan_file): New local variable line_table.
2126 Initialize, and pass it to cpp_create_reader.
2127 * Makefile.in (LIBS, LIBDEPS): Add libcpp.a.
2128 (C_AND_OBJC_OBJS, fix-header): Remove redundant libcpp.a.
2129
2130 2004-01-19 Per Bothner <per@bothner.com>
2131
2132 Implement a cache for linemap_lookup.
2133 * line-map.h (struct_line_maps): Add cache field.
2134 * line-map.c (linemap_init): Zero cache field.
2135 (linemap_add): Set cache field to offset of newly allocated map.
2136 (linemap_lookup): Use and set cache field.
2137
2138 2004-01-20 Kaz Kojima <kkojima@gcc.gnu.org>
2139
2140 PR optimization/13567
2141 * cse.c (cse_basic_block): Call cse_insn with a non-null
2142 libcall_insn for the last SET insn of a no-confilict block.
2143
2144 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
2145
2146 * Makefile.in (target_noncanonical, program_transform_name): Use
2147 immediate define instead of deferred.
2148 (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
2149 PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
2150 GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
2151 deferred backquote.
2152
2153 2004-01-20 Joseph S. Myers <jsm@polyomino.org.uk>
2154
2155 * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
2156 true unconditionally.
2157 * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
2158 Remove.
2159 (build_unary_op, build_modify_expr): Don't handle extended
2160 lvalues.
2161 (build_component_ref, build_conditional_expr): Call non_lvalue
2162 instead of pedantic_non_lvalue.
2163 (build_c_cast): Don't condition use of non_lvalue on pedantic.
2164 * fold-const.c (fold): Don't check pedantic directly for
2165 COMPOUND_EXPR. Ensure that results for COMPOUND_EXPR are
2166 passed to pedantic_non_lvalue.
2167 * doc/extend.texi: Remove documentation of extended lvalues.
2168
2169 2004-01-19 Roger Sayle <roger@eyesopen.com>
2170
2171 PR optimization/5263
2172 * simplify-rtx.c (associative_constant_p): Delete.
2173 (simplify_associative_operation): Rewrite to linearize terms, and
2174 attempt to simplify new term against both left and right subterms.
2175 (simplify_binary_operation): Call swap_commutative_operands_p on
2176 op0 and op1, not trueop0 and trueop1. Move the initialization of
2177 trueop0 and trueop1 down to where first needed.
2178 (simplify_relational_operation): Likewise.
2179 * rtlanal.c (commutative_operand_precedence): Also order constant
2180 operands using avoid_constant_pool_reference.
2181
2182 2004-01-19 Richard Henderson <rth@redhat.com>
2183
2184 * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
2185 don't check memory mode.
2186 (unaligned_memory_operand): Likewise.
2187 (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
2188 abort for op0 not MEM.
2189
2190 * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
2191 is not a reg, copy to a scratch first.
2192 (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
2193 unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
2194 unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
2195 (reload_inqi, reload_inhi): Fix mode of op0.
2196 (reload_inqi_help, reload_inhi_help, reload_outqi_help,
2197 reload_outhi_help): Likewise. Use define_insn_and_split.
2198
2199 * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
2200 as well as $29 dead.
2201
2202 2004-01-19 Eric Botcazou <ebotcazou@libertysurf.fr>
2203
2204 * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New. Emit
2205 "tls_object" for thread-local objects.
2206 * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
2207 "#tls" for thread-local sections.
2208 * configure.ac (thread-local checks): Specify --fatal-warnings in
2209 every binutils-specific checks. For sparc*-*-*, test whether the
2210 OS is Solaris and the tools are native and act accordingly.
2211 * configure: Rebuild.
2212
2213 2004-01-19 Jeff Law <law@redhat.com>
2214
2215 * contrib.texi: Update Paolo Carlini's entry. New entries for
2216 Jerry Quinn and Petur Runolfsson.
2217
2218 2004-01-19 Roger Sayle <roger@eyesopen.com>
2219
2220 * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
2221 size, don't use the larger zero-extending loads.
2222
2223 2004-01-19 Richard Henderson <rth@redhat.com>
2224
2225 * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
2226 * alpha.md (UNSPEC_NT_LDA): Remove.
2227 (UNSPEC_CVTLQ, cvtlq): New.
2228 (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
2229 (extendsidi2_fix): Remove.
2230 (extendsidi2 splitter): Use cvtlq.
2231 (extendsidi2 fp peepholes): Remove.
2232 (cvtql): Use SFmode instead of SImode.
2233 (fix_trunc?fsi): Update to match.
2234 (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
2235 (movsi): Rename from movsi_nofix, remove f alternatives.
2236 (movsi_nt_vms): Similarly.
2237 (movsi_fix, movsi_nt_vms_fix): Remove.
2238 (nt_lda): Remove.
2239 * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
2240
2241 2004-01-19 Jan Hubicka <jh@suse.cz>
2242
2243 * cgraph.c (cgraph_remove_node): Fix removal from linked list.
2244 * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
2245 list.
2246 (cgraph_remove_unreachable_nodes): New function
2247 (cgraph_decide_inlining_of_small_function): Fix pasto.
2248 (cgraph_decide_inlining_incrementally): Fix pasto.
2249 (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
2250
2251 2004-01-19 Steven Bosscher <stevenb@suse.de>
2252
2253 * gengtype.c (header_file): Make it static.
2254 (write_types_process_field, write_enum_defn): Minor whitespace fixes.
2255 * gengtype.h (header_file): No longer extern.
2256
2257 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
2258
2259 * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
2260 * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
2261 * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
2262
2263 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
2264
2265 * stmt.c (HAVE_casesi): Define it not already defined.
2266 (HAVE_tablejump): Likewise.
2267 (expand_end_case_type): Resort to the binary tree method if
2268 neither casesi or tablejump is available.
2269
2270 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
2271
2272 * final.c (final_scan_insn): Make non-static again.
2273 * output.h (final_scan_insn): Re-add prototype.
2274 * config/arc/arc.c (arc_output_function_epilogue): Add NULL
2275 to final_scan_insn call.
2276 * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
2277 * config/mips/mips.c (mips_output_conditional_branch): Likewise.
2278 * config/pa/pa.c (output_lbranch, output_call): Likewise.
2279 * config/sh/sh.c (print_slot): Likewise.
2280 * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
2281 (output_sibcall, sparc_flat_function_epilogue): Likewise.
2282
2283 2004-01-18 Jan Hubicka <jh@suse.cz>
2284
2285 * basic-block.h (try_redirect_by_replacing_jump): Declare.
2286 * cfgcleanup.c (try_optimize_cfg): Use it.
2287 * cfgrtl.c (try_redirect_by_replacing_jump): Export.
2288 (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
2289 Kill hack.
2290 (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
2291
2292 Revert:
2293 2004-01-16 Geoffrey Keating <geoffk@apple.com>
2294
2295 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
2296 even after reload, just don't remove the actual jump tables.
2297
2298 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
2299
2300 * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
2301
2302 2004-01-18 Kazu Hirata <kazu@cs.umass.edu>
2303
2304 * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
2305 the size of a pointer in bytes.
2306
2307 2004-01-18 Roger Sayle <roger@eyesopen.com>
2308
2309 * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
2310 live "next" variable, which could lead to an infinite loop.
2311
2312 2004-01-18 Andrew Pinski <pinskia@physics.uc.edu>
2313
2314 * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
2315 block.
2316
2317 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
2318 Check for NULL in the chain and remove repeated code.
2319
2320 2004-01-18 Jan Hubicka <jh@suse.cz>
2321
2322 * coverage.c (checksum_string): Rename to ...
2323 (coverage_checksum_string): ... this one, Use crc32_string; recognize
2324 names containing random number and zero the number out in order to get
2325 match.
2326
2327 2004-01-18 Richard Sandiford <rsandifo@redhat.com>
2328
2329 * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
2330
2331 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
2332
2333 * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
2334 doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
2335 doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
2336 doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
2337 doc/trouble.texi: Remove trailing whitespace.
2338
2339 2004-01-18 Richard Sandiford <rsandifo@redhat.com>
2340
2341 PR target/7618
2342 * config/mips/mips.c: Include cfglayout.h.
2343 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
2344 (mips_unspec_offset_high): Add temporary register argument.
2345 (mips_load_call_address): New function, split out from...
2346 (mips_expand_call): ...here.
2347 (mips_output_cplocal): New function.
2348 (mips_output_function_prologue, mips_output_function_epilogue): Use it.
2349 (mips_emit_loadgp): New function, split out from...
2350 (mips_expand_prologue): ...here.
2351 (mips_output_mi_thunk): New function.
2352
2353 2004-01-17 Bernardo Innocenti <bernie@develer.com>
2354
2355 * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
2356 mcpu32): Remove redundant checks for implied target predefines.
2357
2358 2004-1-17 Andrew Pinski <pinskia@physics.uc.edu>
2359
2360 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
2361 Return type is unsigned int not int.
2362 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
2363 Likewise.
2364
2365 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
2366
2367 * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
2368 doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
2369 "GNU/Linux" and "Microsoft Windows" terminology.
2370
2371 2004-01-18 Joseph S. Myers <jsm@polyomino.org.uk>
2372
2373 * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
2374 doc/cppopts.texi, doc/extend.texi, doc/install.texi,
2375 doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
2376 doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
2377 @smallexample instead of @example.
2378
2379 2004-01-17 Ziemowit Laski <zlaski@apple.com>
2380
2381 * objc/objc-act.c (build_objc_method_call): Use target
2382 hooks instead of macros to determine if ..._stret
2383 dispatchers should be used (NeXT runtime only).
2384
2385 2004-01-17 Roger Sayle <roger@eyesopen.com>
2386
2387 * builtins.c (expand_builtin_expect_jump): Fix mistake in my
2388 last patch. Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
2389
2390 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
2391
2392 * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
2393 (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
2394 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
2395 macros.
2396 * reload1.c (emit_reload_insns): Use them.
2397 * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
2398 (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
2399 for NULL PATTERN.
2400
2401 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
2402
2403 * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
2404 (final_scan_insn): Update to take an additional SEEN argument. Emit
2405 a line note after the prologue. Make static.
2406 (line_note_exists): Remove.
2407 (final): Don't initialize line_note_exists. Update call to
2408 final_scan_insn.
2409 * output.h (final_scan_insn): Remove prologue.
2410 * function.c (set_insn_locators): Update comment.
2411 (thread_prologue_and_epilogue_insns): Add a comment.
2412
2413 2004-01-17 Andrew Pinski <pinskia@physics.uc.edu>
2414
2415 PR target/10781
2416 * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
2417 Prototype.
2418 * config/rs6000/rs6000.c (rs6000_special_round_type_align):
2419 New function.
2420 * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
2421 * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
2422 * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
2423
2424 2004-01-17 Jan Hubicka <jh@suse.cz>
2425
2426 * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
2427 commit.
2428
2429 * toplev.c (HAVE_conditional_execution): Provide default.
2430 (rest_of_handle_reorder_blocks): For conditional_execution target
2431 update liveness once after all transformations
2432 (rest_of_compilation): Do crossjumping before ce3.
2433
2434 2004-01-17 Geoffrey Keating <geoffk@apple.com>
2435
2436 * alias.c (new_alias_set): Mark last_alias_set for PCH.
2437 (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
2438 for PCH.
2439 (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
2440 * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
2441 (get_TOC_alias_set): Mark 'set' for PCH.
2442
2443 2004-01-16 Geoffrey Keating <geoffk@apple.com>
2444
2445 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
2446 even after reload, just don't remove the actual jump tables.
2447
2448 2004-01-17 J. Brobecker <brobecker@gnat.com>
2449
2450 * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
2451 Remove checks for is_ada() and TREE_UNSIGNED.
2452 (subrange_type_die): Emit a byte_size attribute if the subrange
2453 type size is different from the base type size.
2454 (modified_type_die): Replace call to is_ada_subrange_type() by
2455 call to is_subrange_type().
2456
2457 2004-01-16 Andrew Pinski <pinskia@physics.uc.edu>
2458
2459 * config/sh/sh.c: Include ggc.h.
2460
2461 2004-01-16 Geoffrey Keating <geoffk@apple.com>
2462
2463 * Makefile.in (MD5_H): New.
2464 (fold-const.o): Depend on md5.h.
2465 (dwarf2out.o): Likewise.
2466 (cppfiles.o): Likewise.
2467 * cppfiles.c: Include md5.h.
2468 (should_stack_file): Check against list read from PCH file.
2469 (struct pchf_data): New.
2470 (pchf): New variable.
2471 (struct pchf_adder_info): New.
2472 (pchf_adder): New.
2473 (pchf_save_compare): New.
2474 (_cpp_save_file_entries): New.
2475 (_cpp_read_file_entries): New.
2476 (struct pchf_compare_data): New.
2477 (pchf_compare): New.
2478 (check_file_against_entries): New.
2479 * cpphash.h (_cpp_save_file_entries): Prototype.
2480 (_cpp_read_file_entries): Prototype.
2481 * cpppch.c (cpp_write_pch_state): Write the list of headers.
2482 (cpp_read_state): Read the list of headers.
2483
2484 2004-01-17 Jan Hubicka <jh@suse.cz>
2485
2486 * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
2487 builtin_expect specially.
2488 * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
2489 (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
2490 * invoke.texi (max-inline-insns-single): Set to 100.
2491 (large-function-insns): Set to 3000.
2492
2493 2004-01-16 Eric Christopher <echristo@redhat.com>
2494 Chandrakala Chavva <cchavva@redhat.com>
2495
2496 * cppcharset.c (one_iso88591_to_utf8): New function.
2497 (convert_iso88591_utf8): Ditto. Use.
2498 (conversion_tab): Use.
2499 (_cpp_input_to_utf8): New function.
2500 (_cpp_init_iconv_buffer): Ditto.
2501 (_cpp_close_iconv_buffer): Ditto.
2502 * cpphash.h: Prototype new functions.
2503 (cpp_buffer): Add input_cset_desc.
2504 * cppinit.c: Add input_charset default.
2505 * cpplib.c (cpp_push_buffer): Support init and
2506 close of iconv.
2507 * cpplib.h (cpp_options): Add input_charset.
2508
2509 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
2510
2511 * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
2512 * config/alpha/unicosmk.h: Remove a commented-out definition
2513 of ASM_OUTPUT_SECTION_NAME.
2514 * config/stormy16/stormy16.h: Likewise.
2515
2516 2004-01-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2517
2518 * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
2519 (alpha___extern_prefix_sys_stat): ... this.
2520 Apply to <sys/mount.h>, too.
2521 Tweak to match more variations.
2522 * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
2523
2524 * fixinc/inclhack.def (alpha___extern_prefix,
2525 alpha___extern_prefix_standards): New hacks to obey
2526 __PRAGMA_EXTERN_PREFIX.
2527 * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
2528 test.
2529 * fixinc/tests/base/standards.h: Likewise.
2530
2531 * fixincl/inclhack.def (alpha_pthread): Tweak to match more
2532 variations.
2533 New testcase.
2534 * fixinc/tests/base/pthread.h: Handle it.
2535
2536 * fixincl/inclhack.def (bad_lval): Sort file list.
2537 Add many missing files up to Tru64 UNIX V5.1B.
2538 * gcc/fixinc/tests/base/libgen.h: Renamed to ...
2539 * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
2540 order.
2541
2542 * fixinc/fixincl.x: Regenerate.
2543
2544 2004-01-16 Mark Mitchell <mark@codesourcery.com>
2545
2546 * version.c (version_string): Change to 3.5.0.
2547 * doc/include/gcc-common.texi (version-GCC): Likewise.
2548
2549 2004-01-16 Jan Hubicka <jh@suse.cz>
2550
2551 * i386.md (load_tp_di): Fix pasto.
2552
2553 PR opt/13608
2554 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
2555
2556 * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
2557 pp_c_character_constant, pp_c_floating_constant,
2558 pp_c_additive_expression, pp_c_shift_expression,
2559 pp_c_equality_expression, pp_c_and_expression,
2560 pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
2561 pp_c_logical_and_expression): Remove inline modifier.
2562 * dwarf2out.c (get_AT): Likewise.
2563 * et-forest.c (et_splay): Likewise.
2564 * ra.h (ra_alloc, ra_calloc): Likewise
2565
2566 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
2567
2568 * config/frv/frv-protos.h: Fix comment formatting.
2569 * config/frv/frv.c: Likewise.
2570 * config/frv/frv.h: Likewise.
2571 * config/frv/frv.md: Likewise.
2572 * config/frv/frvbegin.c: Likewise.
2573 * config/frv/frvend.c: Likewise.
2574
2575 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
2576
2577 * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
2578 * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
2579 LINKER_DOES_NOT_WORK_WITH_DWARF2.
2580 (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
2581
2582 2004-01-16 J"orn Rennecke <joern.rennecke@superh.com>
2583
2584 PR 11864
2585 * postreload.c (reload_cse_simplify_operands): Don't remove
2586 implicit extension from LOAD_EXTEND_OP.
2587
2588 2004-01-16 Jan Hubicka <jh@suse.cz>
2589
2590 PR opt/11350
2591 * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
2592 after reload.
2593 * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
2594 rtl_try_redirect_by_replacing_branch): Likewise.
2595
2596 2004-01-15 Geoffrey Keating <geoffk@apple.com>
2597
2598 PR pch/13689
2599 * alias.c (struct alias_set_entry): Mark for GC.
2600 (alias_sets): Make static, mark for GC.
2601 (record_alias_subset): Use GC to allocate alias structures.
2602 * varray.c (element): Make generic varrays GCed.
2603
2604 PR pch/13361
2605 * c-typeck.c (constructor_asmspec): Delete.
2606 (struct initializer_stack): Delete field 'asmspec'.
2607 (start_init): Delete saving of asmspec.
2608 (finish_init): Don't update constructor_asmspec.
2609 * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
2610 * stmt.c (expand_asm): Duplicate strings from tree.
2611 (expand_asm_operands): Likewise.
2612 * tree.c (tree_size): Update computation of size of STRING_CST.
2613 (make_node): Don't make STRING_CST nodes.
2614 (build_string): Allocate string with tree node.
2615 * tree.def (STRING_CST): Update comment.
2616 * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
2617 (tree_string): Place contents of string in tree node.
2618 * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
2619 from tree.
2620
2621 * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
2622 altivec operands.
2623
2624 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2625
2626 * c-common.h: Fix comment formatting.
2627 * c-cppbuiltin.c: Likewise.
2628 * c-pragma.c: Likewise.
2629 * calls.c: Likewise.
2630 * collect2.c: Likewise.
2631 * cppcharset.c: Likewise.
2632 * cpptrad.c: Likewise.
2633 * dbxout.c: Likewise.
2634 * defaults.h: Likewise.
2635 * dwarf2out.c: Likewise.
2636 * fold-const.c: Likewise.
2637 * genautomata.c: Likewise.
2638 * genconditions.c: Likewise.
2639 * genflags.c: Likewise.
2640 * gengtype.c: Likewise.
2641 * integrate.c: Likewise.
2642 * loop.c: Likewise.
2643 * predict.c: Likewise.
2644 * sdbout.c: Likewise.
2645
2646 2004-01-15 Zack Weinberg <zack@codesourcery.com>
2647
2648 * config/ia64/ia64.md (*movti_internal): C output template
2649 extracted to ia64.c.
2650 (*movti_internal_reg): Delete.
2651 (reload_inti, reload_outti): Use the correct mode on operand 2
2652 in the first place, don't fix it up in the output template.
2653 (movtf, reload_ointf, reload_outtf): New expanders.
2654 (*movtf_internal): New define_insn_and_split.
2655 * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
2656 make static; do not hand TFmode CONST_DOUBLEs to split_double.
2657 (ia64_split_tmode_move): New function, body mostly pulled
2658 from ia64.md:*movti_internal.
2659 (ia64_function_arg_words): New function, extracted common
2660 logic from ia64_function_arg et seq.
2661 (ia64_function_arg_offset): Likewise. Handle correctly the
2662 case of a scalar quantity 16 bytes wide with only 8-byte alignment.
2663 (ia64_function_arg, ia64_function_arg_partial_nregs)
2664 (ia64_function_arg_advance): Use ia64_function_arg_words and
2665 ia64_function_arg_offset.
2666 (ia64_function_value): TCmode does not go in float regs.
2667 (ia64_secondary_reload_class): Also handle TFmode.
2668 * config/ia64/ia64-protos.h: Remove prototype for
2669 ia64_split_timode; add prototype for ia64_split_tmode_move.
2670
2671 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
2672
2673 * Makefile.in (MAINT): Make it an immediate assignment.
2674
2675 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2676
2677 * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
2678
2679 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2680
2681 * config/h8300/coff.h: Replace Hitachi with Renesas.
2682 * config/h8300/elf.h: Likewise.
2683 * config/h8300/h8300-protos.h: Likewise.
2684 * config/h8300/h8300.c: Likewise.
2685 * config/h8300/h8300.h: Likewise.
2686 * config/h8300/h8300.md: Likewise.
2687 * config/h8300/lib1funcs.asm: Likewise.
2688
2689 2004-01-15 Andrew Pinski <apinski@apple.com>
2690
2691 * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
2692 around it.
2693
2694 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2695
2696 * config/h8300/h8300.c (h8300_return_in_memory): New.
2697 (TARGET_STRUCT_VALUE_RTX): Likewise.
2698 (TARGET_RETURN_IN_MEMORY): Likewise.
2699 * config/h8300/h8300.h (STRUCT_VALUE): Remove.
2700 (RETURN_IN_MEMORY): Likewise.
2701
2702 2004-01-15 Richard Earnshaw <rearnsha@arm.com>
2703
2704 PR optimization/13375
2705 * gcse.c (handle_avail_expr): Just return if the source is not a
2706 single set.
2707
2708 2004-01-15 Richard Earnshaw <rearnsha@arm.com>
2709 Daniel Jacobowitz <drow@mvista.com>
2710
2711 * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
2712 (EQUIV): Define.
2713 (ARM_FUNC_ALIAS): New macro.
2714 * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
2715 * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
2716
2717 2004-01-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2718
2719 PR optimization/12372
2720 * calls.c (expand_call): Add call_fusage data for stack arguments in
2721 constant calls.
2722
2723 2004-01-15 Alan Modra <amodra@bigpond.net.au>
2724
2725 * config/rs6000/rs6000.c (uses_TOC): Correct comment. Make static.
2726 (rs6000_elf_declare_function_name): Formatting.
2727 * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
2728
2729 2004-01-15 Jan Hubicka <jh@suse.cz>
2730
2731 PR bootstrap/13692
2732 * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
2733 previous patch.
2734
2735 2004-01-15 Richard Henderson <rth@redhat.com>
2736
2737 * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
2738 integer regs of the same call-savedness.
2739
2740 2004-01-15 Andreas Schwab <schwab@suse.de>
2741
2742 PR bootstrap/13562
2743 * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
2744 status for NOTB/NOTW/NEGW methods.
2745
2746 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2747
2748 * doc/invoke.texi: Update dump file names. Fix a typo.
2749
2750 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2751
2752 * builtins.c (expand_builtin_va_end): Don't use
2753 EXPAND_BUILTIN_VA_END.
2754 * system.h (EXPAND_BUILTIN_VA_END): Poison.
2755 * config/d30v/d30v.h: Remove a commented-out definition of
2756 EXPAND_BUILTIN_VA_END.
2757 * config/stormy16/stormy16.h: Likewise.
2758
2759 2004-01-15 Kazu Hirata <kazu@cs.umass.edu>
2760
2761 * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
2762 * targhooks.c (default_struct_value_rtx): Don't use
2763 STRUCT_VALUE_INCOMING_REGNUM.
2764
2765 2004-01-15 Kelley Cook <kcook@gcc.gnu.org>
2766
2767 PR bootstrap/12744
2768 * configure.in: Revamp enable-generated-files-in-srcdir rule to define
2769 GENINSRC and not parsedir. Define srcextra as a langhook.
2770 * configure: Regenerate.
2771 * Makefile.in: Suppress default .l.c rule. Don't substitute
2772 parsedir and delete all references throughout. Conditionally define
2773 rule for srcextra dependent on GENINSRC.
2774 (stmp-docobjdir): Delete.
2775 (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
2776 (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
2777 and gengtype-yacc.h back to source directory.
2778 (maintainer-clean): Delete all parse files in source directory.
2779 (distclean): Delete generated files.
2780
2781 * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
2782 (objc-parse.c, objc-parse.y): Don't use parsedir.
2783 (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
2784 directory if requested.
2785 (po-generated): Don't use parsedir.
2786 (objc.maintainer-clean): Delete above files from source directory.
2787
2788 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2789
2790 * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
2791
2792 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2793
2794 * doc/tm.texi: Replace RETURN_IN_MEMORY with
2795 TARGET_RETURN_IN_MEMORY.
2796
2797 2004-01-15 Jan Hubicka <jh@suse.cz>
2798
2799 * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
2800 * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
2801 functions accepting SSE arguments
2802 (function_arg): Warn only when asked to warn.
2803 * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
2804
2805 2004-01-14 Joseph S. Myers <jsm@polyomino.org.uk>
2806
2807 * c-parse.in (stmts_and_decls): Make label at end of compound
2808 statement a hard error.
2809
2810 2004-01-14 Jan Hubicka <jh@suse.cz>
2811
2812 * cgraph.c (create_edge): Use local.redefined_extern_inline.
2813 * cgraph.h (cgraph_local_info): Sort fields by size; add
2814 redefined_extern_inline
2815 (cgraph_global_info): Sort fields by size.
2816 (cgraph_node): Likewise.
2817 * cgraphunit.c (cgraph_finalize_function): Se
2818 local.redefined_extern_inline on redefinition.
2819 (cgraph_analyze_function): Use it; fix formating.
2820
2821 2004-01-14 Jan Hubicka <jh@suse.cz>
2822
2823 PR c++/10776
2824 * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
2825 outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
2826 bitmaps
2827 (cache_size): New variable
2828 (add_dependence): Update use; canonize early memory locations
2829 (sched_analyze_1): Likewise.
2830 (sched_analyze_2): Likewise.
2831 (init_dependency_caches): Initialize bitmaps.
2832 (free_dependency_caches): Free bitmaps
2833
2834 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2835
2836 * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
2837 targetm.calls.strict_argument_naming().
2838 * target.h: Likewise.
2839
2840 2004-01-14 Richard Henderson <rth@redhat.com>
2841
2842 PR debug/13231
2843 * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
2844 instructions.
2845
2846 2004-01-14 Richard Henderson <rth@redhat.com>
2847
2848 PR c++/12491
2849 * except.c (struct eh_region): Add u.fixup.resolved.
2850 (resolve_one_fixup_region): Split out from ...
2851 (resolve_fixup_regions): ... here.
2852
2853 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2854
2855 * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
2856
2857 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2858
2859 * config/alpha/alpha.h (STRUCT_VALUE): Remove.
2860 * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
2861 (STRUCT_VALUE): Remove.
2862
2863 2004-01-14 Steven Bosscher <stevenb@suse.de>
2864
2865 * system.h: Poison PROMOTED_MODE
2866 * integrate.c (expand_inline_function): Don't mention the
2867 PROMOTED_MODE.
2868 * loop.c (update_giv_derive): Same.
2869 * tree.h (DECL_RTL): Same.
2870
2871 2004-01-14 J"orn Rennecke <joern.rennecke@superh.com>
2872
2873 PR target/9365
2874 * sh.c (gen_block_redirect): Add special handling of RETURN.
2875 (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
2876 far branch target (i.e. it's a return).
2877
2878 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2879
2880 * regrename.c (find_oldest_value_reg): Fix a warning.
2881
2882 2004-01-14 Richard Earnshaw <rearnsha@arm.com>
2883
2884 PR bootstrap/12527
2885 * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
2886 Move linux-gas.h and linux-elf.h before aout.h.
2887 * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
2888 * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
2889
2890 2004-01-14 Kazu Hirata <kazu@cs.umass.edu>
2891
2892 * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
2893 (CONST_INT, VOIDmode, ...).
2894
2895 2004-01-14 Richard Earnshaw <rearnsha@arm.com>
2896
2897 * regrename.c (find_oldest_value_reg): If the replacement uses
2898 multiple hard registers, check that all of them are in CLASS.
2899
2900 2004-01-14 Jan Hubicka <jh@suse.cz>
2901
2902 * alias.c (get_alias_set): Initialize alias set to 0 when subset is
2903 impossible.
2904
2905 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
2906
2907 * Makefile.in: Define MAINT from --enable-maintainer-mode.
2908
2909 2004-01-14 Hartmut Penner <hpenner@de.ibm.com>
2910
2911 * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
2912 Calculate always vrsave_mask if TARGET_ALTIVEC.
2913 (rs6000_emit_prologue): Emit code for vrsave
2914 only if TARGET_ALTIVEC_VRSAVE.
2915 (rs6000_emit_epilogue): Likewise.
2916
2917 2004-01-14 Eric Botcazou <ebotcazou@libertysurf.fr>
2918
2919 * config/sparc/sparc.md (tie_add32): Fix pasto.
2920 (tie_add64): Likewise.
2921
2922 2004-01-14 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2923
2924 * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
2925
2926 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
2927
2928 * config/iq2000/iq2000-protos.h: Fix comment formatting.
2929 * config/iq2000/iq2000.c: Likewise.
2930 * config/iq2000/iq2000.md: Likewise.
2931
2932 2004-01-14 J. Brobecker <brobecker@gnat.com>
2933
2934 * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
2935 (subrange_type_die): Add handle for nameless subrange types.
2936
2937 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
2938
2939 * config/h8300/h8300-protos.h: Replace do_movsi with
2940 h8300_expand_movsi.
2941 * config/h8300/h8300.c (do_movsi): Change to
2942 h8300_expand_movsi.
2943 * config/h8300/h8300.md (movsi): Replace do_movsi with
2944 h8300_expand_movsi.
2945 (movsf): Likewise.
2946
2947 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
2948
2949 * config/h8300/h8300.c (dosize): Change to
2950 h8300_emit_stack_adjustment. Update callers.
2951
2952 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
2953
2954 * config/h8300/h8300.md (movstrictqi): Add an alternative with
2955 the source being post_inc. Tighten the predicate for the
2956 destination to register_operand.
2957 (movstricthi): Likewise.
2958
2959 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
2960
2961 * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
2962 * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
2963 * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
2964
2965 2004-01-14 Jan Hubicka <jh@suse.cz>
2966
2967 Partial fix PR c++/12850
2968 * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
2969 at zero nest level.
2970
2971 2004-01-13 Bernardo Innocenti <bernie@develer.com>
2972
2973 * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
2974 pseudo-register.
2975
2976 2004-01-13 Devang Patel <dpatel@apple.com
2977
2978 PR debug/7078
2979 * dbxout.c (dbxout_symbol_name): Emit mangled names for
2980 NAMESPACE_DECL memebers.
2981
2982 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>
2983
2984 PR c++/12709
2985 * c-common.c (finish_fname_decls): Use the chain only if the
2986 tree is an expr_stmt.
2987
2988 2004-01-13 Vladimir Makarov <vmakarov@redhat.com>
2989
2990 * rtl.def: Add comment about new option in automata_option.
2991
2992 * genautomata.c (PROGRESS_OPTION): New macro.
2993 (progress_flag): New global variable.
2994 (gen_automata_option): Process `progress'.
2995 (transform_insn_regexps, check_unit_distributions_to_automata,
2996 make_automaton, NDFA_to_DFA, build_automaton, create_automata,
2997 expand_automata, write_automata): Print about the progress only if
2998 progress_flag. Remove fflush.
2999 (initiate_automaton_gen): Process command line flag `-progress'.
3000
3001 * doc/md.texi: Describe the new option.
3002
3003 2004-01-13 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3004
3005 * cfg.c (dump_bb): Dump entry edges.
3006
3007 2004-01-13 Richard Earnshaw <rearnsha@arm.com>
3008
3009 * arm.c (thumb_legitimate_address_p): Only allow constant pool
3010 references from SImode.
3011 * arm.md (thumb_movhi_insn): Don't allow minipool references.
3012
3013 2004-01-13 Kazu Hirata <kazu@cs.umass.edu>
3014
3015 * system.h (TEXT_SECTION): Poison.
3016 * varasm.c (text_section): Don't use TEXT_SECTION.
3017 * config/sh/sh.c (sh_file_start): Fix a comment typo.
3018 * doc/tm.texi (TEXT_SECTION): Remove.
3019
3020 2004-01-13 Ben Elliston <bje@wasabisystems.com>
3021
3022 * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
3023
3024 2004-01-12 James E Wilson <wilson@specifixinc.com>
3025
3026 * unwind-libunwind.c: Delete.
3027
3028 2004-01-12 Zack Weinberg <zack@codesourcery.com>
3029
3030 PR 13656
3031 * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
3032 oldtype is set, set *newtypep or *oldtypep too. Do not set
3033 them at the very end.
3034 (validate_proto_after_old_defn): Restructure for comprehensibility;
3035 make error messages clearer.
3036
3037 2004-01-12 Zack Weinberg <zack@codesourcery.com>
3038
3039 * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
3040 (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
3041 * varray.c: No need to prototype error.
3042 (varray_check_failed): Wrap long string onto two lines.
3043 (varray_underflow): New function.
3044
3045 2004-01-13 Steven Bosscher <stevenb@suse.de>
3046
3047 PR c++/13376
3048 * function.h (struct function): Kill `name' field.
3049 (current_function_name): Make it an extern function.
3050 * function.c (current_function_name): New function.
3051 * graph.c: Update all uses of current_function_name.
3052 * gcse.c: Likewise.
3053 * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
3054 config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
3055 * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
3056 instead of a strcmp with "main".
3057
3058 2004-01-13 Jan Hubicka <jh@suse.cz>
3059
3060 * c-decl.c (diagnose_mismatched_decls): Fix warning calls.
3061
3062 * cgraphunit.c (cgraph_optimize_function): Always do
3063 optimize_inline_calls when there is always_inline callee.
3064 (cgraph_decide_inlining): Fix formating.
3065 * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
3066 functions.
3067 (expand_call_inline): Likewise.
3068 * toplev.h (sorry): Fix prototype.
3069
3070 2004-01-12 Roger Sayle <roger@eyesopen.com>
3071
3072 * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
3073 conditional jumps that drop through to unconditional jumps or the
3074 end of the sequence.
3075
3076 2004-01-13 Jan Hubicka <jh@suse.cz>
3077
3078 * alias.c (new_alias_set): Construct the alias_set varray.
3079 (init_alias_once): Don't do it here.
3080
3081 2004-01-12 Marc Espie <espie@openbsd.org>
3082
3083 * system.h: handle YYBYACC like YYBISON.
3084
3085 2004-01-12 Jonathan Merriman <jonm@dualitymedia.com>
3086
3087 PR target/10847
3088 * config.gcc: No longer includes conflicting header sparc/sol2.h when
3089 building on sparc64-*-openbsd*.
3090
3091 2004-01-12 Andrew Pinski <pinskia@physics.uc.edu>
3092
3093 PR debug/13539
3094 * dbxout.c (dbxout_type): Protected inheritance is not
3095 private but protected.
3096
3097 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
3098
3099 * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
3100
3101 2004-01-12 Kazu Hirata <kazu@cs.umass.edu>
3102
3103 PR optimization/12508.
3104 * combine.c (try_combine): Remove a dead set in a parallel
3105 even if its destination is a subreg.
3106
3107 Revert:
3108 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
3109 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
3110 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
3111
3112 2004-01-12 Geoffrey Keating <geoffk@apple.com>
3113
3114 * real.c: Update copyright date.
3115 * emit-rtl.c: Likewise.
3116 * rtl.h: Likewise.
3117 * dwarf2out.c: Likewise.
3118 * config/rs6000/darwin-ldouble.c: Likewise.
3119 * config/rs6000/rs6000.md: Likewise.
3120
3121 2004-01-12 David Edelsohn <edelsohn@gnu.org>
3122
3123 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
3124 TFmode to SImode libfuncs.
3125
3126 2004-01-12 Roger Sayle <roger@eyesopen.com>
3127
3128 PR middle-end/11397
3129 * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
3130
3131 2004-01-12 Jan Hubicka <jh@suse.cz>
3132
3133 PR opt/12826
3134 * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
3135 stored.
3136
3137 PR opt/12863
3138 * cfgcleanup.c (label_is_jump_target_p): Move to...
3139 * rtlanal.c (label_is_jump_target_p): ... here.
3140 * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Fix redirecting of fallthru
3141 edges unified with branch edges.
3142
3143 2004-01-12 Richard Earnshaw <rearnsha@arm.com>
3144
3145 * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
3146 high word of an integral CONST_DOUBLE.
3147
3148 2004-01-12 Paul Brook <paul@codesourcery.com>
3149
3150 * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
3151
3152 2004-01-12 J"orn Rennecke <joern.rennecke@superh.com>
3153
3154 PR target/13585
3155 * sh-protos.h (check_use_sfunc_addr): Declare.
3156 * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
3157 * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
3158
3159 2004-01-12 Jan Hubicka <jh@suse.cz>
3160
3161 * alias.c: Invlude varray.h
3162 (alias_sets): Turn into varray.
3163 (get_alias_set_entry): Use VARRAY; mark inline.
3164 (mems_in_disjoint_alias_sets_p): Mark inline.
3165 (record_alias_subset): Use varray.
3166 (init_alias_once): Initialize varray.
3167 (new_alias_set): Grow array.
3168 * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
3169
3170 2004-01-12 Jan Hubicka <jh@suse.cz>
3171
3172 Partial fix for PR opt/10776 II
3173 * cselib.c: Include params.h
3174 (cselib_invalidate_mem): Limit amount of nonconflicting memory
3175 locations.
3176 * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
3177 * Makefile.in (cselib.o): Depend on params.h
3178
3179 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
3180
3181 * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
3182 simplify_unary_operation if the operand has a known mode.
3183
3184 2004-01-12 Hartmut Penner <hpenner@de.ibm.com>
3185
3186 PR target/13534
3187 * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
3188 predicate to handle 'ld' conform addresses.
3189 * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
3190 contraint.
3191 (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
3192 are memory contraints.
3193 * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
3194 New prototype.
3195 * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
3196 Change 'o' to 'Y' constraint.
3197 (*movdf_softfloat64): Ditto.
3198
3199 2004-01-12 Bernardo Innocenti <bernie@develer.com>
3200
3201 * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
3202 brace-enclosed syntax in all C output statements.
3203
3204 2004-01-12 David Edelsohn <edelsohn@gnu.org>
3205
3206 PR target/13401
3207 * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
3208 Objective-C language type value is 14.
3209
3210 2004-01-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
3211
3212 PR c/12148
3213 * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
3214 `int' in a number of places to make sure we always have a SImode
3215 and not a HImode. Add a 'L' suffix to a number of constants.
3216
3217 2004-01-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3218
3219 * pa.c: Don't include obstack.h.
3220
3221 * pa.md: Correct constraint in pattern for loading PIC label address.
3222
3223 2004-01-11 Kaz Kojima <kkojima@gcc.gnu.org>
3224
3225 * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
3226 before defining.
3227
3228 2004-01-11 Steven Bosscher <stevenb@suse.de>
3229
3230 PR fortran/9972
3231 * toplev.c (rest_of_handle_inline): Also consider functions
3232 for deferral if the language is GNU F77.
3233
3234 2004-01-11 Zack Weinberg <zack@codesourcery.com>
3235
3236 * c-decl.c (diagnose_arglist_conflict): Add missing space to
3237 diagnostic messages.
3238
3239 2004-01-11 Jakub Jelinek <jakub@redhat.com>
3240
3241 PR middle-end/13392
3242 * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
3243 to drop through label. Don't fall back to SCC even when conditional
3244 jump has not been found.
3245
3246 2004-01-11 Jan Hubicka <jh@suse.cz>
3247
3248 * invoke.texi: Fix syntax error in previous patch.
3249
3250 Partial fix for PR opt/10776
3251 * Makefile.in (reload.o): Include param.h
3252 * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
3253 * reload.c: Include params.h.
3254 (find_equiv_reg): Work limiting check.
3255 * invoke.texi: Document.
3256
3257 2004-01-11 Richard Sandiford <rsandifo@redhat.com>
3258
3259 * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
3260 out-of-bounds accesses to string constants. Simplify mips16
3261 case accordingly.
3262
3263 2004-01-11 Richard Sandiford <rsandifo@redhat.com>
3264
3265 PR optimization/13469
3266 * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
3267 reload_cse_regs (-fnon-call-exceptions only).
3268
3269 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
3270
3271 * config/mcore/lib1.asm: Fix comment formatting.
3272 * config/mcore/mcore-elf.h: Likewise.
3273 * config/mcore/mcore.c: Likewise.
3274 * config/mcore/mcore.h: Likewise.
3275 * config/mcore/mcore.md: Likewise.
3276
3277 2004-01-10 Zack Weinberg <zack@codesourcery.com>
3278
3279 * c-decl.c (duplicate_decls): Break apart into...
3280 (diagnose_arglist_conflict, validate_proto_after_old_defn)
3281 (locate_old_defn, diagnose_mismatched_decls, merge_decls):
3282 ... these new functions. Restructure for comprehensibility.
3283 Remove various archaic special cases. Always report the
3284 location of the previous declaration when a diagnostic is issued.
3285 (redeclaration_error_message): Fold into diagnose_mismatched_decls.
3286 (match_builtin_function_types): Delete unnecessary forward declaration.
3287
3288 2004-01-10 Zack Weinberg <zack@codesourcery.com>
3289
3290 * genautomata.c (make_automaton, NDFA_to_DFA):
3291 Print progress bars with '.' characters instead of '*'.
3292 (build_automaton): Change notes to match.
3293
3294 2004-01-10 Kazu Hirata <kazu@cs.umass.edu>
3295
3296 * config/m32r/m32r.md: Use define_constants for unspec and
3297 unspec_volatile.
3298
3299 2004-01-10 Jan Hubicka <jh@suse.cz>
3300
3301 PR opt/11635
3302 * expr.c (expand_expr_real): More curefully expand union casts.
3303
3304 2004-01-10 Kazu Hirata <kazu@cs.umass.edu>
3305
3306 * config/m32r/m32r.md (flush_icache): Use 1 for
3307 unspec_volatile.
3308
3309 2004-01-10 David Edelsohn <edelsohn@gnu.org>
3310 James E Wilson <wilson@specifixinc.com>
3311
3312 PR debug/12860
3313 * dbxout.c (dbxout_symbol): Remove initialization of
3314 current_sym_code, current_sym_value, and current_sym_addr.
3315 (dbxout_symbol_location): Same.
3316 (dbxout_prepare_symbol): Zero current_sym_code,
3317 current_sym_value, and current_sym_addr.
3318
3319 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
3320
3321 * tree.c (get_unwidened): Reorder conditions so that the null pointer
3322 check is done first.
3323
3324 2004-01-09 Eric Christopher <echristo@redhat.com>
3325
3326 * toplev.c (rest_of_handle_cfg): Add reg_scan pass
3327 if we're running mark_constant_function.
3328
3329 2004-01-09 Jeff Bailey <jbailey@nisa.net>
3330
3331 PR target/12561
3332 * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
3333
3334 2004-01-09 Andrew Pinski <pinskia@physics.uc.edu>
3335
3336 PR debug/11231
3337 * dbxout.c (dbxout_type_fields): Return if any item is
3338 error_mark_node or the type is error_mark_node.
3339
3340 2004-01-09 Geoffrey Keating <geoffk@apple.com>
3341
3342 * config/rs6000/darwin-ldouble.c: Add big comment explaining
3343 exactly what is expected as a 'long double'.
3344 (_xlqadd): When a value to be returned is representable as a
3345 'double', just return it directly, do not construct it using a union.
3346 Also, correct final fixup.
3347 (_xlqmul): Likewise.
3348 (_xlqdiv): Likewise.
3349 * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
3350
3351 * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
3352
3353 2004-01-09 Richard Henderson <rth@redhat.com>
3354
3355 * recog.c (constrain_operands): Validate mem operands.
3356
3357 2004-01-09 James E Wilson <wilson@specifixinc.com>
3358
3359 * gcc.c (init_spec): Remove -lunwind from shared case.
3360 * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
3361
3362 2004-01-09 Steve Ellcey <sje@cup.hp.com>
3363
3364 * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
3365 * configure: Regenerate
3366
3367 2004-01-09 Joseph S. Myers <jsm@polyomino.org.uk>
3368
3369 PR c/11234
3370 * c-typeck.c (build_c_cast): If pedantic, warn for conversions
3371 between function and object pointers.
3372 (digest_init): When comparing a pointer to function type to the
3373 target type, only apply TREE_TYPE once to the pointer to function
3374 type.
3375 * except.c (for_each_eh_label_1): Treat data as a pointer to a
3376 function pointer rather than casting it to a function pointer.
3377 (for_each_eh_label): Update caller.
3378 * recog.h (struct insn_data): Use a struct or union for output.
3379 * genoutput.c (output_insn_data): Update.
3380 * final.c (get_insn_template): Update.
3381
3382 2004-01-09 Mark Mitchell <mark@codesourcery.com>
3383
3384 * expr.h (expand_expr): Make it a macro, not a function.
3385 (expand_expr_real): New function.
3386 * expr.c (store_expr): Adjust logic for deciding whether or not to
3387 copy the value returned by expand_expr.
3388 (expand_expr): Rename to ...
3389 (expand_expr_real): ... this. Add alt_rtl parameter. Adjust
3390 calls to language hooks.
3391 * c-common.h (c_expand_expr): Adjust prototype.
3392 * c-common.c (c_expand_expr): Add alt_rtl parameter.
3393 * langhooks-def.h (lhd_expand_expr): Change prototype.
3394 * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
3395 * langhooks.h (lang_hooks): Change type of expand_expr.
3396 * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
3397 (last_expr_alt_rtl): Likewise.
3398 (expand_expr_stmt_value): Set last_expr_alt_rtl.
3399 (clear_last_expr): Clear it.
3400 (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
3401 (expand_end_bindings): Save and restor last_expr_alt_rtl.
3402 * tree.def (RTL_EXPR): Give it an additional operand.
3403 * tree.h (RTL_EXPR_ALT_RTL): New macro.
3404
3405 2004-01-09 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3406
3407 * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
3408 * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
3409
3410 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
3411
3412 PR target/13380.
3413 * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
3414 or (ne:SI (reg:CC 17) (const_int 0)).
3415 Be specific about modes wherever possible.
3416
3417 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
3418
3419 * config/m32r/m32r.c (m32r_expand_block_move): Call
3420 gen_movestrsi_internal with two more arguments.
3421 (m32r_output_block_move): Adjust operand numbers.
3422 Properly update the source and destination pointers.
3423 * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
3424 'r+'. Change the set detinations to match_operand.
3425
3426 2004-01-09 Kazu Hirata <kazu@cs.umass.edu>
3427
3428 * final.c (FIRST_INSN_ADDRESS): Remove.
3429 (shorten_branches): Don't use FIRST_INSN_ADDRESS.
3430 * system.h (FIRST_INSN_ADDRESS): Poison.
3431 * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
3432 * config/m32r/m32r-protos.h: Remove the prototype for
3433 m32r_first_insn_address.
3434 * config/m32r/m32r.c (m32r_first_insn_address): Remove.
3435 * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
3436 * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
3437
3438 2004-01-09 J. Brobecker <brobecker@gnat.com>
3439
3440 * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
3441 we just created.
3442 (is_ada_subrange_type): DIEs for enumeration subtypes should be
3443 emitted as subrange types too.
3444 (subrange_type_die): Add handling of enumeration subtypes.
3445
3446 2004-01-08 Richard Henderson <rth@redhat.com>
3447
3448 PR opt/12441
3449 Revert: Sat Mar 30 14:08:55 CET 2002 Jan Hubicka <jh@suse.cz>
3450 * i386.c (aligned_operand): Be prepared for SUBREGed registers.
3451 (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
3452 (ix86_address_cost): Be prepared for SUBREGed registers.
3453 (legitimate_address_p): Accept SUBREGed registers.
3454
3455 2004-01-08 Kelley Cook <kcook@gcc.gnu.org>
3456
3457 * Makefile.in: Rename configure.in to configure.ac
3458 * doc/sourcebuild.texi: Likewise.
3459 * configure: Regenerate.
3460 * config.in: Regenerate.
3461
3462 2004-01-08 Stuart Hastings <stuart@apple.com>
3463
3464 * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
3465
3466 2004-01-08 Jan Hubicka <jh@suse.cz>
3467
3468 * cgraphunit.c (cgraph_decide_inlining): Fix typo.
3469
3470 2004-01-08 Geoffrey Keating <geoffk@apple.com>
3471
3472 * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
3473 (UNSPEC_FIX_TRUNC_TF): New constant.
3474 (movtf_internal): Make splitter active only when insn is active.
3475 (extenddftf2): Rewrite to properly load zero into low part.
3476 (extenddftf2_internal): New.
3477 (extendsftf2): Rewrite.
3478 (truncdftf2): Correct length.
3479 (floatditf2): Delete.
3480 (fix_trunc_helper): New.
3481 (fix_trunctfdi2): Use fix_trunc_helper.
3482 (fix_trunctfsi2): Likewise.fix_trunc
3483 (fix_trunctfsi2_internal): New.
3484
3485 * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
3486 addresses are legitimate on Darwin even when flag_pic.
3487 (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
3488 non-offsettable addresses for loads of TFmode constants.
3489
3490 2004-01-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3491
3492 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
3493 variables in the appropriate bss section.
3494
3495 2004-01-09 Alan Modra <amodra@bigpond.net.au>
3496
3497 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
3498 target_flags has MASK_POWERPC64 when -m64.
3499 * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
3500 to 620, 630, power3, power4 and rs64a entries.
3501 * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
3502
3503 2004-01-08 Richard Sandiford <rsandifo@redhat.com>
3504
3505 * simplify-rtx.c (simplify_immed_subreg): Fix construction of
3506 floating-point constants.
3507
3508 2004-01-08 J. Brobecker <brobecker@gnat.com>
3509
3510 * dwarf2out.c (subrange_type_die): Add context_die parameter.
3511 Create the subrange_type DIE using the given context DIE.
3512 (modified_type_die): Update call to subrange_type_die.
3513
3514 2004-01-08 Zack Weinberg <zack@codesourcery.com>
3515
3516 * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
3517 Add multiple-include guard.
3518
3519 2004-01-08 Hartmut Penner <hpenner@de.ibm.com>
3520
3521 * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
3522 all vector constant loadable by vsplt*.
3523 (output_vec_const_move): Likewise.
3524
3525 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
3526
3527 PR c/6024
3528 * c-typeck.c (comptypes): Only treat enumerated types in the same
3529 translation unit as compatible with each other when they are the
3530 same type.
3531 * doc/extend.texi: Update.
3532
3533 2004-01-07 Joseph S. Myers <jsm@polyomino.org.uk>
3534
3535 PR c/12165
3536 * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
3537 array type from the array element type.
3538
3539 2004-01-07 Alan Modra <amodra@bigpond.net.au>
3540
3541 * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
3542 * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
3543 * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
3544 (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
3545 * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
3546
3547 2004-01-06 Eric Christopher <echristo@redhat.com>
3548
3549 * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
3550 (DWARF2_DEBUGGING_INFO): Define.
3551 (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
3552 * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
3553 * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
3554 for irix as.
3555 (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
3556 * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
3557 * config/mips/iris5gas.h: Ditto.
3558 (DBX_DEBUGGING_INFO): Remove.
3559 (DWARF2_DEBUGGING_INFO): Ditto.
3560 (MIPS_DEBUGGING_INFO): Ditto.
3561 (PREFERRED_DEBUGGING_TYPE): Ditto.
3562 * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
3563 (PREFERRED_DEBUGGING_TYPE): Ditto.
3564 (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
3565 * config/mips/elf64.h: Ditto.
3566
3567 2004-01-06 Jan Hubicka <jh@suse.cz>
3568
3569 * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
3570 (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
3571
3572 2004-01-06 Geoffrey Keating <geoffk@apple.com>
3573
3574 * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
3575 (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
3576 * config/rs6000/darwin-ldouble.c: New.
3577
3578 * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
3579 for constants.
3580 (constant_subword): Delete.
3581 * rtl.h (constant_subword): Delete prototype.
3582 (immed_double_const): Is not in varasm.c.
3583 * simplify-rtx.c (simplify_immed_subreg): New.
3584 (simplify_subreg): Use simplify_immed_subreg.
3585
3586 * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
3587 than trying to generate RTL directly.
3588 (fix_trunctfsi2): Use expand_fix rather than trying to generate
3589 RTL directly.
3590
3591 * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
3592
3593 2004-01-06 David Edelsohn <edelsohn@gnu.org>
3594
3595 * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
3596 function into a separate macro.
3597 (read_only_data_section): Add void argument.
3598 (private_data_section): Same.
3599 (read_only_private_data_section): Same.
3600 (toc_section): Same.
3601
3602 2004-01-06 Jan Hubicka <jh@suse.cz>
3603
3604 * invoke.texi: Remove typo in last change.
3605
3606 PR target/10301
3607 * config.gcc: Accept opteron and athlon-64 as variants
3608 of k8.
3609 * i386.c (override_options): Likewise.
3610 * invoke.texi (i386 -mtune): Expand documentation.
3611
3612 2004-01-06 Kazu Hirata <kazu@cs.umass.edu>
3613
3614 * alias.c: Fix comment typos.
3615 * builtins.c: Likewise.
3616 * cfg.c: Likewise.
3617 * df.c: Likewise.
3618 * dominance.c: Likewise.
3619 * dwarf2out.c: Likewise.
3620 * emit-rtl.c: Likewise.
3621 * expr.c: Likewise.
3622 * final.c: Likewise.
3623 * fold-const.c: Likewise.
3624 * gcse.c: Likewise.
3625 * genattrtab.c: Likewise.
3626 * genrecog.c: Likewise.
3627 * gensupport.c: Likewise.
3628 * ggc-zone.c: Likewise.
3629 * integrate.c: Likewise.
3630 * local-alloc.c: Likewise.
3631 * loop.c: Likewise.
3632 * recog.c: Likewise.
3633 * regmove.c: Likewise.
3634 * reg-stack.c: Likewise.
3635 * reorg.c: Likewise.
3636 * rtlanal.c: Likewise.
3637 * rtl.h: Likewise.
3638 * sched-ebb.c: Likewise.
3639 * simplify-rtx.c: Likewise.
3640 * toplev.c: Likewise.
3641 * varasm.c: Likewise.
3642
3643 2004-01-06 Kazu Hirata <kazu@cs.umass.edu>
3644
3645 * doc/install.texi: Fix typos.
3646 * doc/invoke.texi: Likewise.
3647 * doc/md.texi: Likewise.
3648
3649 2004-01-06 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3650
3651 * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
3652
3653 2004-01-06 Jan Hubicka <jh@suse.cz>
3654
3655 * i386.c (init_cumulative_args): Add handling of MMX_REGPARM.
3656 (function_arg_advance): Do not pass aggregates in SSE; deal handling
3657 of MMX_REGPARM.
3658 (function_arg): Add new warnings about ABI changes; fix SSE_REGPARM;
3659 add MMX_REGPARM.
3660 * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
3661 (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
3662 (MMX_REGPARM_MAX): Similarly for -mmmx.
3663
3664 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
3665
3666 * config/sh/linux.h: Fix comment formatting.
3667 * config/sh/netbsd-elf.h: Likewise.
3668 * config/sh/sh.c: Likewise.
3669 * config/sh/sh.h: Likewise.
3670 * config/sh/vxworks.h: Likewise.
3671
3672 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
3673
3674 * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
3675 * toplev.c (output_file_directive): Don't use
3676 ASM_OUTPUT_MAIN_SOURCE_FILENAME.
3677
3678 2004-01-05 Steven Bosscher <s.bosscher@student.tudelft.nl>
3679
3680 * toplev.c: Fix broken checkin of 2003-12-30.
3681
3682 2004-01-05 Daniel Berlin <dberlin@dberlin.org>
3683
3684 * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
3685 (USING_MMAP): We don't support non-mmap.
3686 (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
3687 large objects.
3688 (struct page_entry): Remove bytes_free.
3689 (struct page_table_chain): Remove.
3690 (struct globals): Remove page_table member.
3691 (loookup_page_table_entry): Function deleted.
3692 (set_page_table_entry): Ditto.
3693 (ggc_allocated_p): No longer need page table lookups.
3694 (ggc_marked_p): Ditto.
3695 (alloc_small_page): Don't care about bytes_free anymore.
3696 (alloc_large_page): Round up size.
3697 (ggc_alloc_zone_1): Mark large objects as such, and calculate
3698 their size the new way.
3699 Remove page table lookups and setting.
3700 (ggc_get_size): Calculate large object size the new way.
3701 (sweep_pages): Redo to account for fact that we no longer have
3702 bytes_free.
3703 (ggc_collect): No longer need to reincrement bytes_free.
3704 (ggc_pch_alloc_object): Handle new large objects properly.
3705 (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
3706
3707 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
3708
3709 * doc/invoke.texi: Remove a page break.
3710
3711 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
3712
3713 * config/avr/avr.c (avr_output_function_prologue): Remove an
3714 extra pair of curly braces.
3715
3716 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
3717
3718 * config/mn10300/mn10300.c: Fix comment formatting.
3719 * config/mn10300/mn10300.h: Likewise.
3720
3721 2004-01-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3722
3723 * tree.h: Update documentation on nothrow_flag.
3724 * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
3725 types.
3726
3727 2004-01-05 Kazu Hirata <kazu@cs.umass.edu>
3728
3729 * doc/invoke.texi: Remove traces of dead ports.
3730
3731 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
3732
3733 * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
3734 option.
3735
3736 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
3737
3738 PR target/12945
3739 * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
3740 counter labels.
3741 * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
3742 (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
3743 string constants if TARGET_MIPS16. Use SYMBOL_REF_DECL to check
3744 the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
3745 (mips_symbol_insns): Don't trust the local/global classification.
3746 (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
3747 (override_options): Make -mabicalls -fno-unit-at-a-time imply
3748 -mno-explicit-relocs.
3749 (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
3750 between local and global symbols.
3751
3752 2004-01-05 Richard Sandiford <rsandifo@redhat.com>
3753
3754 * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
3755 (mips_preferred_reload_class): Declare.
3756 * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
3757 (EXTRA_CONSTRAINT): Update accordingly.
3758 (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
3759 * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
3760 (mips_preferred_reload_class): New function. Prefer LEA_REGS if
3761 mips_dangerous_for_la25_p.
3762 (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
3763 if mips_dangerous_for_la25_p.
3764
3765 2004-01-05 Bernardo Innocenti <bernie@develer.com>
3766
3767 * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
3768 warning.
3769
3770 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
3771
3772 * configure.ac: Use AC_PROG_CPP_WERROR.
3773 * configure: Regenerate.
3774
3775 2004-01-04 Zack Weinberg <zack@codesourcery.com>
3776
3777 * .cvsignore: Add autom4te.cache.
3778
3779 2004-01-04 Richard Sandiford <rsandifo@redhat.com>
3780
3781 * doc/invoke.texi: Revamp documentation of MIPS options. Remove
3782 -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
3783 -m4650, -mfix7000 and -(m)no-crt0. Put endianness options first,
3784 then architecture options, then ABI options. General rewording.
3785
3786 2004-01-04 Joseph S. Myers <jsm@polyomino.org.uk>
3787
3788 PR c/3414
3789 * doc/extend.texi: Clarify definition of malloc attribute.
3790
3791 2004-01-04 Jan Hubicka <jh@suse.cz>
3792
3793 * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
3794 * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
3795 * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
3796 (cgraph_inline_p): Add extra argument reason.
3797 * cgraphunit.c: Minor formating fixes.
3798 cgraph_first_inlined_callee): New functions.
3799 (record_call_1): Record builtins too.
3800 (cgraph_analyze_function): Update inline_failed messages.
3801 (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
3802 cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
3803 (cgraph_check_inline_limits): Likewise; Add argument reason.
3804 (cgraph_set_inline_failed): New static function.
3805 (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
3806 reasons.
3807 (cgraph_inline_p): Add new argument reason.
3808 * tree-inline.c (expand_call_inline): Update warning.
3809
3810 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
3811
3812 * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
3813 with modern equivalents.
3814 * configure: Regenerate.
3815
3816 * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
3817 * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
3818 * configure: Regenerate.
3819
3820 * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
3821
3822 * configure.in: Rename to configure.ac.
3823 * configure.ac: Renamed from configure.in; make minimum necessary
3824 changes for autoconf 2.5x.
3825 * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
3826 * configure: Regenerate with autoconf 2.57.
3827
3828 2004-01-03 Kazu Hirata <kazu@cs.umass.edu>
3829
3830 * config/mips/linux.h: Fix comment formatting.
3831 * config/mips/mips.c: Likewise.
3832 * config/mips/mips.h: Likewise.
3833 * config/mips/mips.md: Likewise.
3834 * config/mips/netbsd.h: Likewise.
3835 * config/mips/windiss.h: Likewise.
3836
3837 2004-01-02 Richard Henderson <rth@redhat.com>
3838
3839 * config/i386/i386.md (fp constant pool splitter): Reorg suppression
3840 for sse and 387; add suppression for mmx.
3841
3842 2004-01-02 Andrew Pinski <pinskia@physics.uc.edu>
3843
3844 * loop.c (loop_optimize): Free all loops_info's mems.
3845
3846 * c-typeck.c (finish_init): Free spelling_base before
3847 setting it again.
3848
3849 * cfgloop.c (flow_loops_find): Always free the sbitmap
3850 headers.
3851
3852 * predict.c (estimate_probability): Free bbs after being
3853 done with it.
3854
3855 2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
3856
3857 * config/mn10300/mn10300.h (PREDICATE_CODES): Add
3858 const_8bit_operand and call_address_operand.
3859
3860 2004-01-02 Jan Hubicka <jh@suse.cz>
3861
3862 * cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls
3863 when there is nothing to inline but warnings are requested.
3864 (cgraph_decide_inlining): Fix memory leak.
3865
3866 2004-01-02 Jan Hubicka <jh@suse.cz>
3867
3868 * expr.c (store_constructor): Fix pasto in previous patch.
3869
3870 2004-01-02 Kazu Hirata <kazu@cs.umass.edu>
3871
3872 * config/i386/cygming.h: Fix comment formatting.
3873 * config/i386/djgpp.h: Likewise.
3874 * config/i386/gthr-win32.c: Likewise.
3875 * config/i386/i386-interix.h: Likewise.
3876 * config/i386/i386.c: Likewise.
3877 * config/i386/i386.h: Likewise.
3878 * config/i386/openbsd.h: Likewise.
3879 * config/i386/winnt.c: Likewise.
3880 * config/i386/xm-mingw32.h: Likewise.
3881
3882 2004-01-02 Joseph S. Myers <jsm@polyomino.org.uk>
3883
3884 * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
3885 copyright and last modification dates.
3886
3887 2004-01-02 Andreas Jaeger <aj@suse.de>, Gerald Pfeifer <gp@suse.de>
3888
3889 * doc/install.texi (Specific): Mention x86_64.
3890
3891 2004-01-01 Hans-Peter Nilsson <hp@bitrange.com>
3892
3893 * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
3894 Call force_operand on plus_constant result.
3895
3896 2004-01-01 Jan Hubicka <jh@suse.cz>
3897
3898 * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
3899 * expr.c (store_constructor): Use vec_init pattern.
3900 * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
3901 * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
3902 (vec_set_optab, vec_extract_optab, vec_init_optab): New.
3903 * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
3904 New patterns.
3905 (sse2_unpc?pd): Fix pattern.
3906 (sse2_movlpd): Kill.
3907 (sse2_movsd): Deal with movlpd too.
3908 * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
3909 (ix86_expand_vector_init): New.
3910 * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
3911 * md.texi (vec_set, vec_extract): Document
3912
3913 2003-12-31 Jan Hubicka <jh@suse.cz>
3914
3915 PR opt/13473
3916 * recog.c (validate_replace_rtx_1): Take care for RTL sharing inside
3917 ASM input operands
3918
3919 PR opt/12617
3920 * toplev.c (dump_file_index): Reorder ce3 and bbro.
3921 (dump_file): Likewise.
3922 (rest_of_compilation): Likewise.
3923
3924 PR debug/13367
3925 * cgraph.c (cgraph_function_possibly_inlined): Even with
3926 flag_really_no_inline we inline always_inline functions.
3927 * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
3928 for non-always_inline functions when there is flag_really_no_inline.
3929 (cgraph_decide_inlining): Limit work done when not inlining.
3930 (cgraph_decide_inlining_incrementally): Likewise.
3931 (cgraph_optimize_function): Check whether something got inlined.
3932 * c-objc-common.c (c_disregard_inline_limits): Do not always inline
3933 extern inline functions when not inlining.
3934
3935 * opts.c (decode_options): Disable crossjumping at -O1
3936 * invoke.texi (-O1): Document change.
3937
3938 See ChangeLog.10 for earlier changes.
3939
This page took 0.208171 seconds and 6 git commands to generate.