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