OSDN Git Service

* gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2004-04-01  Alan Modra  <amodra@bigpond.net.au>
2             Jakub Jelinek  <jakub@redhat.com>
3
4         * gcc.c (init_gcc_specs): If HAVE_LD_AS_NEEDED, link with
5         -lgcc --as-needed -lgcc_s --no-as-needed by default.
6         * configure.ac (HAVE_LD_AS_NEEDED): Check for ld --as-needed.
7         * configure: Rebuilt.
8         * config.in: Rebuilt.
9         * Makefile.in (stage1-start): Copy also libgcc_s*$(SHLIB_EXT).
10         (stage2-start, stage3-start, stage4-start): Likewise.
11         (stageprofile-start, stagefeedback-start): Likewise.
12
13 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
14
15         * config/sparc/sparc.h (DITF_CONVERSION_LIBFUNCS): Define to 0.
16         * config/sparc/linux.h (DITF_CONVERSION_LIBFUNCS): Redefine to 1.
17         * config/sparc/linux64.h (DITF_CONVERSION_LIBFUNCS): Redefine to 1.
18         * config/sparc/sol2.h (DITF_CONVERSION_LIBFUNCS): Redefine to 1.
19         (SOLARIS_CONVERSION_LIBFUNCS): Rename to SUN_CONVERSION_LIBFUNCS.
20         * config/sparc/sparc.c (sparc_init_libfuncs): Initialize optabs
21         with _Q_qtoll, _Q_qtoull and _Q_lltoq if DITF_CONVERSION_LIBFUNCS.
22         * config.gcc (sparc-*-linux*): Revert 2004-03-23 change.
23         * config/sparc/t-linux64 (TARGET_LIBGCC2_CFLAGS): Likewise.
24         * config/sparc/t-linux: Removed.
25
26 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
27
28         PR c++/14755
29         * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in
30         "bitfld++ == const" to "++bitfld == const + incr" transformations.
31
32 2004-04-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
33
34         * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.
35         * stor-layout.c (layout_decl): Likewise.
36         * tree.c (get_narrower): Likewise and also use BIT_FIELD_REF_UNSIGNED.
37         * fold-const.c (make_bit_field_ref): Use BIT_FIELD_REF_UNSIGNED.
38         * print-tree.c (print_node): Handle various used of unsigned_flag.
39         * tree.def (BIT_FIELD_REF): Update comment.
40         * tree.h (TREE_UNSIGNED): Deleted.
41         (DECL_UNSIGNED, BIT_FIELD_REF_UNSIGNED): New macros.
42
43 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
44
45         * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:
46         Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.
47         * c-format.c, c-opts.c, c-pretty-print.c, c-typeck.c: Likewise.
48         * calls.c, convert.c, dbxout.c, dojump.c, dwarf2out.c: Likewise.
49         * expmed.c, expr.c, fold-const.c, function.c, integrate.c: Likewise.
50         * optabs.c, sdbout.c, stmt.c, stor-layout.c, tree-dump.c: Likewise.
51         * tree.c, config/iq2000/iq2000.c, config/m32r/m32r.c: Likewise.
52         * config/mips/mips.c, config/rs6000/rs6000.c: Likewise.
53         * config/s390/s390.c, config/sparc/sparc.c, objc/objc-act.c: Likewise.
54         * stor-layout.c (layout_type, case COMPLEX_TYPE): Test for
55         REAL_TYPE, not INTEGER_TYPE.
56         (layout_type, case VECTOR_TYPE): Simplify code.
57         * tree.c (build_vector_type_for_mode): Remove dup unsigned setting.
58         * tree.h: Update comments.
59         (STRIP_NOPS): Use TYPE_UNSIGNED.
60         (TYPE_UNSIGNED): New macro.
61         (TYPE_TRAP_SIGNED): Remove now redundant check.
62         (SAVE_EXPR_NOPLACEHOLDER): Don't use TREE_UNSIGNED.
63
64 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
65
66         * function.c (put_var_into_stack): Properly set orig_reg for indirect.
67
68 2004-03-31  Andrew Pinski  <pinskia@physics.uc.edu>
69
70         * config/rs6000/t-darwin (LIB2FUNCS_STATIC_EXTRA):
71         Add darwin-fpsave.asm, darwin-vecsave.asm,
72         and darwin-world.asm.
73         (TARGET_LIBGCC2_CFLAGS): Add -Wa,-force_cpusubtype_ALL
74         as the asm files contain altivec instructions.
75         * config/rs6000/darwin-fpsave.asm: New file.
76         * config/rs6000/darwin-vecsave.asm: New file.
77         * config/rs6000/darwin-world.asm: New file.
78
79 2004-03-31  Zack Weinberg  <zack@codesourcery.com>
80
81         * gengtype-yacc.y (option, stringseq): Add missing
82         terminating semicolon.
83
84 2004-03-30  David Edelsohn  <edelsohn@gnu.org>
85
86         * config/rs6000/rs6000.md (tls_gd_32, tls_gd_64,
87         tls_ld_32, tls_ld_64, tls_dtprel_32, tls_dtprel_64,
88         tls_dtprel_ha_32, tls_dtprel_ha_64,
89         tls_dtprel_lo_32, tls_dtprel_lo_64,
90         tls_got_dtprel_64, tls_tprel_32, tls_tprel_64,
91         tls_tprel_ha_32, tls_tprel_ha_64,
92         tls_tprel_lo_32, tls_tprel_lo_64,
93         tls_got_tprel_32, tls_got_tprel_64,
94         tls_tls_32, tls_tls_64): Replace register_operand with
95         gpc_reg_operand.
96
97 2004-03-30  Mostafa Hagog  <mustafa@il.ibm.com>
98
99         * config/rs6000/rs6000.md (*ctrsi_internal1, *ctrsi_internal2,
100         *ctrdi_internal1, *ctrdi_internal2, *ctrsi_internal3,
101         *ctrsi_internal4, *ctrdi_internal3, *ctrdi_internal4,
102         *ctrsi_internal5, *ctrsi_internal6, *ctrdi_internal5,
103         *ctrdi_internal6): Replace register_operand with
104         nonimmediate_operand.
105
106 2004-03-29  Fariborz Jahanian <fjahanian@apple.com>
107
108         * fold-const.c (fold): Reassociate multiply expression
109         with an adjacent non-multiply expression to use
110         architecture's multiply-add instruction.
111
112 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
113
114         * gengtype.c (create_option): New function.
115         * gengtype.h: Prototype it.
116         * gengtype-yacc.y (stringseq): New rule.
117         (option): Use create_option.  Add new bare ID production.  Use
118         stringseq, not STRING directly.
119
120         * alias.c, bitmap.c, c-decl.c, cgraph.h, cpplib.h, cselib.h
121         * dwarf2out.c, emit-rtl.c, function.h, lists.c, tree.h
122         * varray.h, config/alpha/alpha.c:
123         Use new shorter form of GTY markers.
124
125         * doc/gty.texi: Rewrite.
126
127 2004-03-30  Andrew Pinski  <pinskia@physics.uc.edu>
128
129         * config/darwin.c (machopic_function_base_name):
130         Remove current_name and getting the name of the
131         current function.
132
133 2004-03-30  Nick Clifton  <nickc@redhat.com>
134
135         * config/arm/arm.md (thumb_jump): Reduce the backward branch
136         range, and increase the forward branch range, to allow for
137         the fact that the PC will be off by 4.
138
139 2004-03-30  Alan Modra  <amodra@bigpond.net.au>
140
141         * .cvsignore: Add GPATH, GRTAGS, GSYMS and GTAGS (GNU GLOBAL)
142
143 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
144
145         * config/rs6000/rs6000.c (output_vec_const_move):
146         Find all cases of EASY_VECTOR_15_ADD_SELF.
147         (easy_vector_constant_add_self): Accept
148         all vector constant loadable by vsplt* and vadd*.
149         (easy_vector_same): Use easy_vector_splat_const.
150         (easy_vector_const): Use easy_vector_splat_const.
151         (easy_vector_splat_const): New function.
152         (gen_easy_vector_constant_add_self): New function.
153
154         * config/rs6000/rs6000-protos.c (gen_easy_vector_constant_add_self):
155         New prototype.
156
157         * config/rs6000/altivec.md (movv4si splitter): Change to
158         emit move insn with halfed vector constant.
159         (*movv8hi splitter): Likewise.
160         (*movv16qi splitter): Likewise.
161
162 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
163
164         PR 11591
165         * config/rs6000/rs6000.c (rs6000_legitimate_address):
166         Allow any offset to argument pointer in no-strict case.
167
168 2004-03-30  Jan Hubicka  <jh@suse.cz>
169
170         * toplev.c (backend_init): Add missing call to inint_optimization_passes.
171         * passes.c (init_optimization_passes, finish_optimization_passes): Output cgraph
172         dump file in non-unit-at-a-time mode.
173
174 2004-03-29  Hans-Peter Nilsson  <hp@axis.com>
175
176         * config/cris/cris.h: Correct #ifdef to test for
177         HAVE_AS_NO_MUL_BUG_ABORT_OPTION, not
178         HAVE_AS_MUL_BUG_ABORT_OPTION.
179
180 2004-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
181
182         * function.c (put_var_into_stack): If old RTL was ADDRESSOF, update
183         the address inside the old RTL.
184
185 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
186
187         * c-decl.c: Verify that C_SIZEOF_STRUCT_LANG_IDENTIFIER is correct.
188         (struct c_binding, struct c_scope): Add chain_next
189         attributes to GTY markers.
190         (struct lang_identifier, struct lang_tree_node): Define
191         here...
192         * c-tree.h: ... not here.  No longer need to declare struct
193         c_binding either.  Do define C_SIZEOF_STRUCT_LANG_IDENTIFIER.
194         * c-lang.c, objc/objc-lang.c: Set LANG_HOOKS_IDENTIFIER_SIZE
195         to C_SIZEOF_STRUCT_LANG_IDENTIFIER.
196
197         PR 14734, 11944
198         * c-decl.c (get_parm_info): If error_mark_node is encountered
199         in the bindings chain, unbind and discard it; don't abort.
200
201 2004-03-28  Olga Golovonevsky <olga@il.ibm.com>
202             Dorit Naishlos <dorit@il.ibm.com>
203
204         * config/rs6000/altivec.md: (andvv16qi3, andv8hi3, one_cmplv16qi2,
205         one_cmplv8hi2, one_cmplv4si2, iorv16qi3, iorv8hi3,): New modelling.
206
207 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
208
209         * config/m68hc11/m68hc11-protos.h (m68hc11_page0_symbol_p): Declare.
210
211         * config/m68hc11/m68hc11.c (m68hc11_handle_page0_attribute): New.
212         (m68hc11_attribute_table): New attribute "page0" to mark a global
213         variable as being allocated from within page0 section.
214         (m68hc11_encode_label): New function.
215         (m68hc11_strip_name_encoding): New function.
216         (m68hc11_page0_symbol_p): New function.
217         (m68hc11_indirect_p): Accept global variables marked in page0.
218         (m68hc11_encode_section_info): Lookup "page0" attribute.
219
220         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): 'R' constraint also
221         represents access to page0 variables.
222
223         * config/m68hc11/m68hc11.md ("*logicalsi3_zexthi"): Use gen_rtx_REG.
224         ("*logicalsi3_silshl16_zext"): Likewise.
225         ("*ashldi3_const32"): Likewise.
226         (peephole2 ashift): Likewise.
227
228 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
229
230         * c-tree.h (C_DECL_REGISTER): New.
231         * c-aux-info.c (gen_decl), c-decl.c (objc_mark_locals_volatile,
232         finish_decl, grokdeclarator, get_parm_info), c-typeck.c
233         (build_array_ref, c_mark_addressable): Set and use it.
234         * c-decl.c (grokdeclarator), c-typeck.c (c_mark_addressable):
235         Allow structures with volatile fields to be declared register.
236         Don't check TREE_ADDRESSABLE before warning about taking address
237         of register.
238         * c-decl.c (finish_decl): Don't allow structures with volatile
239         fields to be placed in named register.
240         * doc/trouble.texi: Remove reference to structures with volatile
241         fields in registers.
242
243 2004-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
244
245         * function.c (thread_prologue_and_epilogue): Move
246         NOTE_INSN_FUNCTION_END and NOTE_INSN_FUNCTION_BEG notes
247         before the epilogue.
248
249 2004-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
250
251         * expr.c (store_constructor): Use gen_int_mode to correctly
252         sign-extend CONST_INT value.
253
254 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
255
256         * builtin-types.def (BT_WINT, BT_FN_INT_WINT, BT_FN_WINT_WINT): New.
257         * builtins.def (DEF_C94_BUILTIN): New.  Add wctype builtins.
258         * doc/extend.texi: Likewise.
259
260 2004-03-26  Diego Novillo  <dnovillo@redhat.com>
261
262         * c-typeck.c (comptypes): Replace calls to TYPE_DOMAIN
263           with TYPE_ORIG_SIZE_TYPE.
264
265 2004-03-25  Aldy Hernandez  <aldyh@redhat.com>
266
267         PR 14219
268         * c-typeck.c (build_binary_op): Do not allow comparisons of
269         vectors.
270
271 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
272
273         * config.gcc: Remove sparc-tti-*.
274         * config/sparc/pbd.h: Delete.
275
276         * config/sparc/sol2.h: Remove note about Sun OS 4.x.
277         * config/sparc/aout.h: Likewise.
278
279         * config/sparc/sparc.h: Remove if 0'd code.
280         * config/sparc/sparc.md (call): Remove if 0'd code.
281         (call_value): Likewise.
282         (nonlocal_goto): Likewise.
283         (unimp_insn): Delete.
284
285 2004-03-25  Roger Sayle  <roger@eyesopen.com>
286
287         * fold-const.c (tree_expr_nonnegative_p): Handle BIT_XOR_EXPR like
288         BIT_IOR_EXPR; A^B is nonnegative when A and B are nonnegative.
289
290 2004-03-25  Richard Henderson  <rth@redhat.com>
291
292         PR 11527
293         * c-typeck.c (pop_init_level): Emit pending init elements earlier
294         rather than later.
295
296 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
297
298         * builtins.c (fold_builtin): Fix error in last change.
299
300 2004-03-25  Richard Sandiford  <rsandifo@redhat.com>
301
302         * config/mips/mips.h: Formatting fix.
303
304 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
305
306         * builtins.def: Add ctype builtins.
307         * doc/extend.texi: Likewise.
308
309 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
310
311         * builtins.c (fold_builtin): Add new builtin optimizations for
312         sqrt and/or cbrt.
313         * fold-const.c (fold): Likewise.
314
315 2004-03-25  David Edelsohn  <edelsohn@gnu.org>
316
317         * config/rs6000/rs6000.c (rs6000_always_hint): New variable.
318         (rs6000_sched_groups): New variable.
319         (processor_target_table): Add power5.
320         (rs6000_override_options): Set rs6000_sched_insert_nops,
321         rs6000_sched_costly_dep and rs6000_sched_restricted_insns_priority
322         from rs6000_sched_groups.
323         (output_cbranch): Use rs6000_always_hint.
324         (rs6000_variable_issue): Use rs6000_sched_groups.
325         (rs6000_adjust_cost): Add CPU_POWER5.
326         (is_microcoded_insn): Use rs6000_sched_groups.
327         (is_dispatch_slot_restricted): Use rs6000_sched_groups.
328         Return 2 for POWER5 cracked instructions.
329         (is_cracked_insn): Use rs6000_sched_groups.
330         (is_branch_slot_insn): Use rs6000_sched_groups.
331         (rs6000_issue_rate): Add CPU_POWER5.
332         (rs6000_sched_finish): Use rs6000_sched_groups.
333         (rs6000_rtx_costs): Add PROCESSOR_POWER5.
334         * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_POWER5.
335         (DEFAULT_SCHED_COSTLY_DEP): Delete.
336         (DEFAULT_RESTRICTED_INSNS_PRIORITY): Delete.
337         (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Delete.
338         * config/rs6000/rs6000.md (define_attr "cpu"): Add power5.
339         * config/rs6000/power5.md: New file.
340         * doc/invoke.texi: Add power5 option.
341
342 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
343
344         * cfgrtl.c, dbxout.c, tree.def, config/darwin.h,
345         config/arm/arm.c, objc/objc-act.c: Fix comment typos.
346         * doc/invoke.texi: Fix a typo.
347
348 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
349
350         PR optimization/9707.
351         * stmt.c (emit_case_nodes): Emit equality comparisons instead
352         of recursing if both children are single-valued cases with no
353         children.
354
355 2004-03-25  Paul Brook  <paul@codesourcery.com>
356
357         * config/arm/arm.c (vfp_print_multi): Remove.
358         (arm_output_fldmx): New function.
359         (vfp_emit_fstmx): Return block size, not insn. Add ARM10 VFPr1 bugfix.
360         (arm_expand_prologue): Update to match.
361         (arm_get_vfp_saved_size): New Function.
362         (arm_get_frame_offsets): Use it.
363         (arm_output_epilogue): Use new functions.
364
365 2004-03-24  Richard Henderson  <rth@redhat.com>
366
367         * alias.c (alias_invariant, alias_invariant_size): Mark GTY.
368         (reg_known_value, reg_known_value_size): Likewise; make static.
369         (reg_known_equiv_p): Make static.
370         (clear_reg_alias_info): Update for new indexing.
371         (get_reg_known_value, set_reg_known_value): New.
372         (get_reg_known_equiv_p, set_reg_known_equiv_p): New.
373         (canon_rtx): Use them.
374         (init_alias_analysis): Likewise.  Allocate reg_known_value with gc.
375         Don't play queer offsetting games with reg_known_value and
376         reg_known_equiv_p.
377         (end_alias_analysis): Free reg_known_value with gc.
378         * rtl.h (get_reg_known_value, get_reg_known_equiv_p): Declare.
379         * sched-deps.c (reg_known_equiv_p, reg_known_value): Remove.
380         (deps_may_trap_p, sched_analyze_1, sched_analyze_2): Use the new
381         functions instead.
382
383 2004-03-24  Kazu Hirata  <kazu@cs.umass.edu>
384
385         * dwarf2asm.c, loop.h, pretty-print.c, pretty-print.h,
386         config/i386/mmintrin.h: Update copyright.
387
388 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
389
390         * configure.ac: Add --enable-werror-always (for top level bootstrap
391         support).
392         * configure: Regenerate.
393
394 2004-03-24  Ziemowit Laski  <zlaski@apple.com>
395
396         * objc/objc-act.c (objc_comptypes): Treat comparisons
397         between 'Class' and '<class> *' as explicitly invalid.
398
399 2004-03-24  David Edelsohn  <edelsohn@gnu.org>
400
401         * doc/invoke.texi (-frename-registers: Add enabled at -O3.
402         (-fprofile-values): Add enabled with profile-{generate,use}.
403         (-fvpt): Same.
404         (-ftracer): Add enabled with profile-use.
405         (-funit-at-a-time): Add enabled at -O2,-O3.
406         (-funroll-loops): Add enabled with profile-use.
407         (-funswitch-loops): Add enabled with profile-use.  Remove duplicates.
408         (max-gcse-passes): Mention default.
409         (max-cse-path-length): Mention default.
410
411 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
412
413         * Makefile.in (STRICT2_WARN): Reorder.
414         * configure.ac: Check for -Wold-style-definition, and use it
415         in strict1_warn if it's available.
416         * configure: Regnerate.
417
418 2004-03-24  Paul Brook  <paul@nowt.org>
419
420         * config.gcc <arm>: Add --with-abi=
421         * config/arm/arm-protos.h (arm_get_frame_size, thumb_get_frame_size,
422         thumb_far_jump_used): Remove prototypes.
423         (arm_needs_doubleword_align): Add prototype.
424         (thumb_compute_initial_elimination_offset): Ditto.
425         * config/arm/arm.c (arm_get_frame_offsets): New function.
426         (use_return_insn, output_return_instruction, arm_output_epilogue,
427         arm_output_function_epilogue, arm_compute_initial_elimination_offset,
428         arm_expand_prologue, thumb_expand_epilogue): Use it.
429         (arm_abi, target_abi_name, all_arm_abis): New variables.
430         (arm_override_options): Set them.  Set structure padding for AAPCS.
431         (arm_return_in_memory): Update ABI check.
432         (arm_init_cumulative_args): Initialize can_split.
433         (arm_needs_doubleword_align): New function.
434         (arm_function_arg): Don't split args after pushing to stack. Handle
435         doubleword/even reg alignment.
436         (arm_va_arg): Handle all doubleword aligned args.
437         (add_minpoolforward ref, dump_minpool, push_minpool_fix): Align based
438         on ABI, not CPU.
439         (arm_compute_save_reg0_reg12_mask): Fix comment.
440         (thumb_get_frame_size, thumb_get_frame_size): Remove.
441         (thumb_jump_far_used_p): Remove superfluous argument.  Return save
442         value for alignment.
443         (thumb_unexpanded_epilogue, thumb_output_function_prologue): Change
444         to match.
445         (thumb_compute_initial_elimination_offset): New function.
446         (thumb_expand_prologue): Use arm_get_frame_offsets.  Remove
447         unneccessary rounding.
448         * config/arm/arm.h (target_abi_name): Declare.
449         (ARM_DOUBLEWORD_ALIGN, DOUBLEWORD_ALIGNMENT, TARGET_IWMMXT_ABI,
450         arm_abi_type, ARM_DEFAULT_ABI): Define.
451         (ARM_FLAG_ATPCS): Remove.
452         (TARGET_OPTIONS, OPTION_DEFAULT_SPECS): Add -mabi=.
453         (BIGGEST_ALIGNMENT, PREFERRED_STACK_BOUNDARY, STACK_BOUNDARY): Use it.
454         (ADJUST_FIELD_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT,
455         TYPE_NEEDS_IWMMXT_ALIGNMENT): Remove.
456         (LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P):
457         Contitionalize on ABI, not CPU.
458         (struct arm_stack_offsets): Define.
459         (struct machine_function): Add stack_offsets.  Remove frame_size.
460         (FUNCTION_ARG_PARTIAL_NREGS): Don't split if previous args have been
461         pushed.
462         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_BOUNDARY): Handle general
463         doubleword alignment.
464         (THUMB_INITIAL_ELIMINATION_OFFSET,
465         ARM_INITIAL_ELIMINATION_OFFSET): Remove.
466         (INITIAL_ELIMINATION_OFFSET): Call functions directly.
467         * config/arm/arm.md (align_8): Enable for all targets.
468         * config/arm/netbsd-elf.h (TARGET_DEFAULT): Remove TARGET_ATPCS.
469         (ARM_DEFAULT_ABI): Define.
470         * doc/invoke.texi <ARM>: Document -mabi=. Update documentation for
471         -mstructure-size-boundary.
472
473 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
474
475         * configure.ac: Check for -Wno-variadic-macros; don't use
476         -pedantic (in stage 1 or a simple 'make all') unless it's available,
477         and if it's available, use it.  Also, clean up check for
478         -Wno-long-long.
479         * configure: Regenerate.
480
481 2004-03-24  Richard Sandiford  <rsandifo@redhat.com>
482
483         * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Remove tm_defines.
484         * config/mips/vr.h (DEFAULT_VR_ARCH): New macro, defined to vr4130.
485         (MULTILIB_DEFAULTS): Use it.
486         (MIPS_CPU_STRING_DEFAULT): Remove.
487         (MIPS_ABI_DEFAULT, MIPS_MARCH_CONTROLS_SOFT_FLOAT): Define.
488         (DRIVER_SELF_SPECS): Make -mfix-vr4122-bugs imply -march=vr4120.  Make
489         EABI64 -mlong32 the default ABI.  Enforce the default architecture.
490         * config/mips/t-vr (MULTILIB_OPTIONS): Add mfix-vr4122-bugs,
491         march=vr4130, march=vr4300, march=vr5000 and march=vr5500.
492         (MULTILIB_MATCHES): Use -mfix-vr4122-bugs multilibs for -march=vr4120.
493         (MULTILIB_EXCEPTIONS): Change choice of multilibs.  Update comments
494         accordingly.
495
496 2004-03-24  DJ Delorie  <dj@redhat.com>
497             Richard Sandiford  <rsandifo@redhat.com>
498
499         * config/mips/mips.h (MASK_FIX_VR4122, TARGET_FIX_VR4122): New macros.
500         (TARGET_SWITCHES): Add -mfix-vr4122-bugs and -mno-fix-vr4122-bugs.
501         (ASM_SPEC): Pass down -mfix-vr4122-bugs.
502         * config/mips/mips.c (mips_avoid_hazards): Don't emit whole functions
503         in .set noreorder and .set nomacro if TARGET_FIX_VR4122.
504         (mips_init_libfuncs): Use special functions for divsi3 and modsi3
505         if TARGET_FIX_VR4122.
506         * config/mips/mips.md (define_attr length): Account for nops inserted
507         after macc and dmult when using -mfix-vr4122-bugs.
508         (umuldi3_highpart, divmodsi4, divmoddi4): Disable if TARGET_FIX_VR4122.
509         * config/mips/t-vr (LIB2FUNCS_STATIC_EXTRA): Define instead of
510         LIB2FUNCS_EXTRA.  Add config/mips/vr4122-div.S.
511         * config/mips/vr4122-div.S: New file.
512         * doc/invoke.texi: Document -mfix-vr4122-bugs.
513
514 2004-03-24  Richard Sandiford  <rsandifo@redhat.com>
515
516         * config/mips/mips.h (PROCESSOR_R4130): New processor_type.
517         (TARGET_MIPS4130): New macro.
518         (ISA_HAS_MACC): Return true if TARGET_MIPS4130 && !TARGET_MIPS16.
519         * config/mips/mips.c (mips_cpu_info_table): Add a vr4130 entry.
520         (override_options): Extend MIPS_MARCH_CONTROLS_SOFT_FLOAT to deal
521         with PROCESSOR_R4130.
522         * config/mips/mips.md (define_attr cpu): Add r4130.
523         * doc/invoke.texi: Document vr4130 as a supported MIPS architecture.
524
525 2004-03-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
526             Richard Sandiford  <rsandifo@redhat.com>
527
528         * doc/invoke.texi: Apply missed hunk from 2004-03-03 change.
529
530 2004-03-24  Alexandre Oliva  <aoliva@redhat.com>
531
532         PR preprocessor/14438
533         * cpplib.c (do_pragma): Remove line_change call after pragma
534         handler.
535
536 2004-03-23  Ian Lance Taylor  <ian@wasabisystems.com>
537
538         * doc/extend.texi (ARM Built-in Functions): Replace with correct
539         declarations.
540
541 2004-03-23  Roger Sayle  <roger@eyesopen.com>
542
543         * reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND
544         if flag_unsafe_math_optimizations.
545         * config/i386/i386.md (truncdfsf2): If flag_unsafe_math_optimizations
546         and TARGET_80387 expand using truncdfsf2_noop pattern.
547         (truncxfsf2): Likewise using truncxfsf2_noop.
548         (truncxfdf2): Likewise using truncxfdf2_noop.
549         (truncdfsf2_noop, truncxfsf2_noop, truncxfdf2_noop): New patterns.
550
551 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
552
553         * hooks.c (hook_constcharptr_tree_null): New hook.
554         * hooks.h (hook_constcharptr_tree_null): New prototype.
555         * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): New target hook.
556         * target.h (mangle_fundamental_type): New target hook.
557         * config/rs6000/rs6000.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Point
558         target hook at rs6000_mangle_fundamental_type.
559         (rs6000_mangle_fundamental_type): New function.
560         * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Document.
561
562 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
563
564         PR 12267, 12391, 12560, 13129, 14114, 14133
565         * c-tree.h: Forward declare struct c_binding.  Declare
566         c_override_bindings_to_false.  Update prototypes.
567         (struct lang_identifier): Update comments.  Change fields to be
568         struct c_binding *.
569         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE)
570         (IDENTIFIER_LABEL_VALUE, C_DECL_INVISIBLE)
571         (KEEP_NO, KEEP_YES, KEEP_MAYBE): Delete.
572         (C_DECL_IN_EXTERNAL_SCOPE, C_DECL_DECLARED_BUILTIN): New.
573         * c-common.h: Update prototypes.
574         * c-decl.c (struct c_scope): Update commentary.  Remove names,
575         names_last, parms, parms_last, tags, and shadowed fields.  Add
576         bindings and depth fields.
577         (scope_freelist): Move to more appropriate location.
578         (c_print_identifier): Update for changes to struct lang_identifier.
579         (objc_mark_locals_volatile): Update for new bindings structures.
580         (global_bindings_p): Honor c_override_global_bindings_to_false.
581         (pushlevel): Rename to push_scope; take no arguments; use the
582         scope_freelist; initialize scope->depth and check for overflow.
583         (poplevel): Rename to pop_scope; totally rewritten for new bindings
584         structures.
585         (diagnose_mismatched_decls): Use C_DECL_DECLARED_BUILTIN, not
586         C_DECL_INVISIBLE, for certain decisions.  Adjust some diagnostics.
587         Improve some commentary.  Adjust handling of forward parm decls.
588         (merge_decls): Set C_DECL_DECLARED_BUILTIN when appropriate.
589         Preserve C_DECL_IN_EXTERNAL_SCOPE.
590         (warn_if_shadowing): Correct indentation.  Improve diagnostics.
591         (pushdecl): Remove unnecessary assertion.  Short-circuit anonymous
592         decls.  Rewrite for new bindings structures.  Improve commentary.
593         Eliminate the copy_node call.
594         (implicit_decl_warning): Use the "diag" idiom (as seen in
595         locate_old_decl) to reduce code duplication; call locate_old_decl
596         if appropriate.  Relocate to remove need for forward declaration.
597         (implicitly_declare): Adjust for new bindings structures.  Kludge
598         around Objective-C not-really-builtin functions.
599         (undeclared_variable): Improve diagnostics.  If current_function_decl
600         is nonnull but current_function_scope is null, use current_scope.
601         Use bind.
602         (lookup_tag): Adjust for new bindings structures.  Kludge around
603         Objective-C's tag declarations that wind up in the external scope.
604         (lookup_name): Adjust for new bindings structures.  Kludge around
605         c-common.c's pseudo-typedefs that wind up in the external scope.
606         (lookup_name_current_level): Rename lookup_name_in_scope; take a
607         second argument indicating the scope to examine; rewrite for
608         new bindings structures.
609         (c_init_decl_processing): Adjust for renamed functions.  Do not
610         initialize current_file_decl, first_builtin_decl, last_builtin_decl.
611         First scope pushed is the external scope, not the global scope.
612         (builtin_function): Use bind, not pushdecl.  Adjust other bits
613         for new data structures.  Keep track of builtins that should be
614         made visible automatically.
615         (start_decl): Adjust diagnostics.  Remove unnecessary call to
616         expand_decl.
617         (grokparms): Return 0 if arg_types is error_mark_node.
618         (get_parm_info): Rename "void_at_end" argument to "ellipsis", with
619         reversed sense.  Rewrite for new bindings structures.  Do not
620         leave any decls in the scope, to prevent pop_scope from doing
621         contradictory things with them.
622         (finish_struct, finish_enum): Remove redundant diagnostics.
623         (build_enumerator): Don't cascade diagnostics for error_mark_node.
624         Mark location where -pedantic changes the meaning of the program.
625         (store_parm_decls_newstyle, store_parm_decls_oldstyle): Load the
626         parameter decls into the function's scope structure using bind.
627         Warn here about function definitions in the wrong style.
628         Adjust diagnostics.
629         (store_parm_decls): Correct the determination of whether a
630         function was defined with a prototype.
631         (c_write_global_declarations): Operate on all file decls and on
632         the external scope.  Split body of the loop to...
633         (c_write_global_declarations_1): ... this new function, to avoid
634         code duplication.
635         (truly_local_externals, first_builtin_decl, last_builtin_decl)
636         (make_scope, pop_scope, in_parm_level_p, set_block)
637         (any_external_decl, record_external_decl, bind_label, getdecls)
638         (link_hash_hash, link_hash_eq, merge_translation_unit_decls)
639         (c_reset_state): Delete.
640         (visible_builtins, c_override_global_bindings_to_false)
641         (c_binding, I_SYMBOL_BINDING, I_SYMBOL_DECL, I_TAG_BINDING)
642         (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
643         (external_scope, binding_freelist, bind, free_binding_and_advance)
644         (push_file_scope, pop_file_scope): New.
645         (pushtag, pushdecl_top_level, lookup_label, declare_label)
646         (define_label, c_make_fname_decl, finish_decl)
647         (mark_forward_parm_decls, build_compound_literal)
648         (grokdeclarator, start_function, check_for_loop_decls)
649         (identifier_global_value, record_builtin_type): Minor adjustments
650         for new bindings structures.  Improve diagnostics and commentary.
651         * c-objc-common.c (start_cdtor, finish_cdtor): Adjust calls to
652         pushlevel/poplevel respectively.
653         (c_objc_common_finish_file): Don't call merge_translation_unit_decls.
654         * c-opts.c (c_common_parse_file): Remove spurious ATTRIBUTE_UNUSED.
655         Warn about YYDEBUG not being defined only if -dy.  Remove no-longer-
656         correct loop over multiple translation units; call fatal_error if
657         requested to compile more than one file at once.  (This disables
658         IMA temporarily - an up-front error being preferable to a crash.)
659         * c-parse.in (pushlevel, poplevel rules): Rename push_scope, pop_scope.
660         (all actions): Adjust calls to pushlevel/poplevel.
661         (parsing_iso_function_signature): Delete.
662         (extdef_1): Fold into extdef.
663         (old_style_parm_decls_1): Fold into old_style_parm_decls.  Don't
664         warn here about function definitions in the wrong style.
665         (after_tyle_declarator, parm_declarator_starttypename)
666         (parm_declarator_nostarttypename, notype_declarator): Remove
667         commented-out productions.
668         (parmlist_1, parmlist_2): Use make_node, not tree_cons, to create
669         an empty TREE_LIST node.  Adjust calls to get_parm_info.
670         (parmlist_2 : ELLIPSIS): Tag the arg-info block with error_mark_node
671         to suppress -Wold-style-definition after this error.
672         (c_parse_file): Don't clear the binding stack or call
673         finish_fname_decls here.  Correct comment.
674         * c-typeck.c (same_translation_unit_p): Export.
675         (common_type): Use c_override_global_bindings_to_false, not
676         pushlevel/poplevel/declare_parm_level.
677         * c-lang.c: Override LANG_HOOKS_CLEAR_BINDING_STACK,
678         LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK,
679         and LANG_HOOKS_GETDECLS with do-nothing stubs.
680         * objc/objc-lang.c: Likewise.
681         * objc/objc-act.c: Adjust all calls to pushlevel, poplevel,
682         get_parm_info.
683         (OBJC_VOID_AT_END): Delete; replace all uses
684         with void_list_node.
685         (generate_forward_declaration_to_string_table): Delete.
686         * objc/objc-act.h (OCTI_STRG_DECL, UOBJC_STRINGS_decl): Delete.
687
688         * coverage.c (create_coverage): Don't pushdecl anything.
689         * langhooks.c (lhd_clear_binding_stack): Call
690         lang_hooks.decls.poplevel, not poplevel.
691         * tree.c (list_length): If ENABLE_TREE_CHECKING, abort on a
692         circular list rather than going into an infinite loop.
693
694 2004-03-23  Olivier Hainque  <hainque@act-europe.fr>
695
696         * optabs.c (expand_binop): When synthesizing double word rotates
697         from single word shifts, use a new register target if the provided
698         target is not a REG already.
699
700 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
701
702         * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.
703         * c-common.c (handle_mode_attribute): Add extra arg to
704         build_pointer_type_for_mode and build_reference_type_for_mode.
705         * c-typeck.c (build_c_cast): Only look at TREE_CONSTANT_OVERFLOW
706         for INTEGER_CST.
707         * tree.c (build_pointer_type_for_mode): Add arg CAN_ALIAS_ALL.
708         Chain pointers via TYPE_NEXT_PTR_TO.
709         (build_reference_type_for_mode): Similarly.
710         (build_type_no_quals): Add extra arg to build_pointer_type_for_mode
711         and build_reference_type_for_mode.
712         (tree_check4_failed): New function.
713         * tree.h (TREE_CHECK4, PTR_OR_REF_CHECK): New macros.
714         (TYPE_REF_CAN_ALIAS_ALL, TYPE_NEXT_PTR_TO, TYPE_NEXT_REF_TO): Likewise.
715         (TREE_NO_UNSUED_WARNING, TREE_VIA_VIRTUAL, TREE_CONSTANT_OVERFLOW):
716         Add check.
717
718 2004-03-23  Roger Sayle  <roger@eyesopen.com>
719
720         * fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when
721         A is nonnegative or B is nonnegative.  Similarly A|B is nonnegative
722         when both A and B are nonnegative.
723         (tree_expr_nonzero_p): A|B is nonzero when A is nonzero or B is
724         nonzero.
725
726 2004-03-23  Kazu Hirata  <kazu@cs.umass.edu>
727
728         * fold-const.c (fold): Remove cases for INTEGER_CST, REAL_CST,
729         VECTOR_CST, STRING_CST, COMPLEX_CST, and CONSTRUCTOR.
730
731 2004-03-23  Kazu Hirata  <kazu@cs.umass.edu>
732
733         PR optimization/14669
734         * fold-const.c (fold): Only unwiden integer comparisons for equality
735         and inequality operators, or when the signedness doesn't change.
736
737 2004-03-23  Jakub Jelinek  <jakub@redhat.com>
738
739         * config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.
740         * config/sparc/t-linux64 (TARGET_LIBGCC2_CFLAGS): Set.
741         * config/sparc/t-linux: New file.
742
743 2004-03-23  Richard Sandiford  <rsandifo@redhat.com>
744
745         * gcse.c (can_assign_to_reg_p): New function, split out from...
746         (want_to_gcse_p): ...here.
747         (compute_ld_motion_mems): Use can_assign_to_reg_p to validate
748         the rhs of a store.
749
750 2004-03-22  Diego Novillo  <dnovillo@redhat.com>
751
752         * c-typeck.c (same_translation_unit_p): Fix pasto.
753
754 2004-03-22  David Edelsohn  <edelsohn@gnu.org>
755
756         * params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New.
757         (PARAM_MAX_SCHED_REGION_INSNS): New.
758         * sched-rgn.c: Include params.h
759         (MAX_RGN_BLOCKS): Delete.
760         (MAX_RGN_INSNS): Delete.
761         (too_large): Return bool.  Convert to PARAM_VALUE.
762         * Makefile.in (sched-rgn.o): Depend on $(PARAMS_H).
763         * doc/invoke.texi (param): Document max-sched-region-blocks and
764         max-sched-region-insns.
765
766 2004-03-22  Joel Brobecker  <brobecker@gnat.com>
767
768         * dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE
769         for base types.
770
771 2004-03-22  Joel Brobecker  <brobecker@gnat.com>
772
773         * dwarf2out.c (is_subrange_type): Minor code rework. No behavior
774         change.
775
776 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
777
778         PR c/14069
779         * c-decl.c (finish_struct): Change type of incorrect flexible array
780         field into error_mark_node.
781
782 2004-03-22  Andrew Pinski  <pinskia@physics.uc.edu>
783
784         PR target/14580
785         * config/rs6000/rs6000.c (symbol_ref_operand): Reject symbols
786         who are not local for Darwin PIC.
787
788 2004-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
789
790         * regrename.c (regrename_optimize): Set regs_ever_live for all
791         registers introduced as replacement.
792
793 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
794
795         PR middle-end/14470
796         * expr.c (mark_queue): New function.
797         (emit_insns_enqueued_after_mark): New function replacing
798         emit_queue.  Clear the body of emitted queued insns.
799         (emit_queue): Call emit_insns_enqueued_after_mark.
800         (store_expr): Mark the increment queue on entry.  Emit
801         only the incrementations queued when expanding the source.
802
803 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
804
805         * configure.ac: Allow --disable-coverage-flags (for the future benefit
806         of top level bootstrap, and consistency).  Reindent.
807         * configure: Regenerate.
808
809 2004-03-21  Kazu Hirata  <kazu@cs.umass.edu>
810
811         * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,
812         ggc-page.c, integrate.c, var-tracking.c, web.c: Remove
813         unnecessary casts.
814
815 2004-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
816
817         PR target/14291
818         * gcov-io.h (gcov_truncate): Define ftruncate as _chsize for
819         __MINGW32__.
820
821 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
822
823         * config/s390/s390.md ("*doloop_si"): Change predicate for operand 2
824         to nonimmediate_operand.
825         ("*doloop_di"): Likewise.
826
827 2004-03-21  Alexandre Oliva  <aoliva@redhat.com>
828
829         * real.h (struct real_value): Use the same type for all
830         bitfields.  Rename exp to uexp.
831         (REAL_EXP, SET_REAL_EXP): New accessor macros for uexp.
832         Adjust all uses of exp...
833         * builtins.c: ... here, ...
834         * emit-rtl.c: ... here, and ...
835         * real.c: ... and here.
836
837 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
838
839         * pretty-print.c (pp_base_maybe_space): New function.
840         * pretty-print.h (pp_base_maybe_space): Declare.
841         (pp_maybe_space): New macro.
842
843 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
844
845         * config/s390/s390.md ("addti3", "subti3"): New insns and splitters.
846
847 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
848
849         * expmed.c (choose_mult_variant): Pass MULT_COST as argument instead
850         of using register multiplication cost.
851         (expand_mult): Adapt choose_mult_variant call.
852         (expand_mult_highpart): Call choose_mult_variant with WIDER_MODE
853         of MODE; pass appropriate cost bound.  Adjust result when
854         performing signed multiplication by a negative constant.
855         Don't use intermediate modes larger than word_mode.
856
857 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
858
859         * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.
860         * emit-rtl.c (component_ref_for_mem_expr): Likewise.
861         (set_mem_attributes_minus_bitpos): Call SUBSTITUTE_PLACEHOLDER_IN_EXPR.
862         * explow.c (expr_size): Likewise.
863         * expr.h (placeholder_list, find_placeholder): Deleted.
864         * expr.c (store_constructor): Likewise.
865         (get_inner_reference): Likewise.  Also don't call find_placeholder.
866         (placeholder_list, find_placeholder): Deleted.
867         (is_aligning_offset): Don't handle WITH_RECORD_EXPR, PLACEHOLDER_EXPR.
868         (expand_expr_real, cases PLACEHOLDER_EXPR, WITH_RECORD_EXPR): Likewise.
869         (highest_pow2_factor, case WITH_RECORD_EXPR): Remove.
870         * dojump.c (do_jump, case WITH_RECORD_EXPR): Likewise.
871         * dwarf2out.c (loc_descriptor_from_tree, case WITH_RECORD_EXPR):
872         Likewise.
873         * fold-const.c (invert_truthvalue, case WITH_RECORD_EXPR): Likewise.
874         (extract_muldiv, case WITH_RECORD_EXPR): Likewise.
875         * tree.c (expr_align, case WITH_RECORD_EXPR): Likewise.
876         (contains_placeholder_p): Don't handle WITH_RECORD_EXPR.
877         Clean up by using first_rtl_op.
878         (substitute_in_expr): Use SUBSTITUTE_IN_EXPR for recursive call.
879         (substitute_placeholder_in_expr): New function.
880         * tree.def (WITH_RECORD_EXPR): Deleted.
881         * tree.h (SUBSTITUTE_IN_EXPR, SUBSTITUTE_PLACEHOLDER_IN_EXPR): New.
882         (substitute_placeholder_in_expr): New.
883
884 2004-03-21  Andrew Pinski  <pinskia@gcc.gnu.org>
885
886         * dojump.c (prefer_and_bit_test): Fix which part of
887         the and_test is replaced.
888
889 2004-03-21  Joseph S. Myers  <jsm@polyomino.org.uk>
890
891         * frontends.texi: Add missing line.
892
893 2004-03-21  Zack Weinberg  <zack@codesourcery.com>
894             Chris Devers  <cdevers@pobox.com>
895             Joseph S. Myers  <jsm@polyomino.org.uk>
896
897         * doc/frontends.texi: Rewrite.
898         * doc/gcc.texi: Update last modification date.
899
900 2004-03-21  Josef Zlomek  <zlomekj@suse.cz>
901
902         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug
903         message before redirecting the edge.
904
905 2004-03-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
906
907         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER
908         flag.
909         * explow.c (force_not_mem): Set REG_POINTER flag according to
910         MEM_POINTER one.
911         * rtl.h (MEM_POINTER): New macro.
912         (struct rtx_def): Use integrated for MEM_SCALAR_P and frame_related
913         for MEM_POINTER.
914
915 2004-03-20  Roger Sayle  <roger@eyesopen.com>
916
917         PR target/13889
918         * cse.c (fold_rtx): Avoid substituting constants into unary
919         conversion operations.
920
921 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
922
923         * fold-const.c (fold): Replace "expr" with "t".
924
925 2004-03-20  Ian Lance Taylor  <ian@wasabisystems.com>
926
927         PR c/12373
928         * c-typeck.c (tagged_types_tu_compatible_p): Don't use
929         DECL_ORIGINAL_TYPE if there isn't one.
930
931 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
932
933         * fold-const.c (fold): Replace "final_type" with "type".
934         Remove variable "final_type".
935
936 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
937
938         * fold-const.c (fold): Constify "type".
939         Replace "TREE_TYPE (t)" with "type".
940
941 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
942
943         * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,
944         dwarf2asm.c, ifcvt.c, stor-layout.c, varasm.c: Replace calls
945         via (*targetm.foo) () with targetm.foo ().
946
947 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
948
949         PR other/14630
950         * doc/install.texi: Add info directory category and entry.
951
952 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
953
954         * fold-const.c (fold): Replace "t" with "tem" where it is used
955         as a temporary variable.  Remove "orig_t" and all of its uses.
956
957 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
958
959         * fold-const.c (fold): Remove variable "invert".
960         Move the handling of relational expressions that can be folded
961         to a constant ...
962         (fold_relational_const): ... here.
963         (tree_expr_nonzero_p): New.
964
965 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
966
967         PR c/14635
968         * builtins.def (nan, nanf, nanl, nans, nansf, nansl): Change to
969         DEF_GCC_BUILTIN.
970
971 2004-03-20  Richard Sandiford  <rsandifo@redhat.com>
972
973         * Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.
974         (GTFILES): Add $(srcdir)/dojump.h.
975         (gt-dojump.h): New dependency.
976         * dojump.c (and_reg, and_test, shift_test): New static variables.
977         (prefer_and_bit_test): New function.
978         (do_jump): Use it to choose between (X & (1 << C)) and (X >> C) & 1.
979
980 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
981
982         * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
983         expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c,
984         reorg.c, tree.h: Fix comment typos.
985
986 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
987
988         * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
989         c-decl.c, c-objc-common.c, c-typeck.c, calls.c, cfglayout.c,
990         cse.c, dbxout.c, dwarf2out.c, except.c, final.c,
991         haifa-sched.c, integrate.c, passes.c, rtlanal.c, sched-rgn.c,
992         sched-vis.c, simplify-rtx.c, stor-layout.c, tree.c, varasm.c,
993         vmsdbgout.c: Replace calls via (*targetm.foo) () with
994         targetm.foo ().
995
996 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
997
998         * config/rs6000/altivec.h (vec_dst, vec_dstst, vec_dststt,
999         vec_dstt, vec_sld, vec_splat): Add prototypes, marked with
1000         always_inline attribute.
1001         * config/rs6000/rs6000.c (altivec_expand_dst_builtin):
1002         Treat expansion as completed even if literal argument is
1003         invalid (so that other expansions are not tried in vain).
1004
1005 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
1006
1007         * loop-doloop.c (add_test): Replace GEN_INT (0) with
1008         const0_rtx.
1009
1010 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
1011
1012         * fold-const.c (fold) <ABS_EXPR>: Move the handling of constants
1013         ...
1014         (fold_abs_const): ... here.
1015
1016 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1017
1018         * tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly.
1019
1020 2004-03-19  Denis Chertykov  <denisc@overta.ru>
1021
1022         PR target/11520
1023         * config/avr/avr.md ("call_insn"): Handle explicit integer
1024         specially.
1025         (call_value_insn): Likewise.
1026
1027 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1028
1029         * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.
1030
1031 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
1032
1033         * fold-const.c (negate_expr): Move the handling of constants
1034         ...
1035         (fold_negate_const): ... here.
1036
1037 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1038
1039         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.
1040         * langhooks.h (struct lang_hooks_for_types): New field hash_types.
1041         * tree.c (debug_no_type_hash): Deleted.
1042         (type_hash_canon): Abort if passed a variant.
1043         Check lang_hooks.types.hash_types.
1044         (build_type_no_quals): Copy mode of POINTER_TYPE and REFERENCE_TYPE.
1045         (build_array_type): Remove unnecessary allocation of pointer type.
1046         (build_complex_type): Properly qualify resulting type.
1047
1048 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
1049
1050         * config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo.
1051
1052 2004-03-19  Richard Sandiford  <rsandifo@redhat.com>
1053
1054         * expmed.c (choose_mult_variant, expand_mult_const): New, split from...
1055         (expand_mult): ...here.
1056         (extract_high_half): New, split out from expand_mult_highpart.
1057         (expand_highpart_optab): Likewise.  Don't clobber target prematurely.
1058         (expand_highpart): Evaluate the cost of a shift/add sequence,
1059         then see if any of the specialized optabs are cheaper.
1060
1061 2004-03-18  Ian Lance Taylor  <ian@wasabisystems.com>
1062
1063         * mklibgcc.in: Remove obsolete MAYBE_USE_COLLECT2.
1064
1065 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1066
1067         * convert.c (convert_to_real): Add more math builtins.
1068
1069 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1070
1071         * convert.c (convert_to_real): Reformat using switch stmt.
1072
1073 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1074
1075         * c-common.c (pointer_int_sum): Do not complain about using
1076         pointers to pointers-to-members.
1077
1078 2004-03-18  Kazu Hirata  <kazu@cs.umass.edu>
1079
1080         * system.h (MD_ASM_CLOBBERS): Move to "Old target macros that
1081         have moved to the target hooks structure".
1082
1083 2004-03-18  James E Wilson  <wilson@specifixinc.com>
1084
1085         * config/mips/mips.md (type): Split move into arith and fmove.  Split
1086         hilo into mthilo and mfhilo.  Add trap.  Delete icmp.  Fix all uses.
1087         * config/mips/5400.md (ir_vr54_hilo, ir_vr54_arith, ir_vr54_fabs):
1088         Likewise.
1089         * config/mips/5500.md (ir_vr55_hilo, ir_vr55_arith, ir_vr55_fabs):
1090         Likewise.
1091         * config/mips/7000.md (rm7_int_other, rm7_mthilo, rm7_mfhilo,
1092         rm7_fp_quick): Likewise.
1093         * config/mips/9000.md (rm9k_int, rm9k_mfhilo, rm9k_mthilo,
1094         rm9k_fquick): Likewise.
1095         * config/mips/sr71k.md (ir_sr70_hilo, ir_sr70_arith, ir_sr70_fabs):
1096         Likewise.
1097         (ir_sr70_icmp): Delete.
1098
1099 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1100
1101         * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5): New macros.
1102         (tree_check2_failed, tree_check3_failed, tree_check5_failed): New decl.
1103         (FUNC_OR_METHOD_CHECK, SET_ARRAY_OR_VECTOR_CHECK): New macros.
1104         (REC_OR_UNION_CHECK, NUMERICAL_TYPE_CHECK): Likewise.
1105         (TYPE_VALUES, TYPE_DOMAIN, TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD):
1106         Protect with proper check.
1107         (TYPE_ARG_TYPES, TYPE_METHOD_BASETYPE, TYPE_OFFSET_BASETYPE): Likewise.
1108         (TYPE_MIN_VALUE, TYPE_MAX_VALUE): Likewise.
1109         * tree.c (type_hash_eq): Rewrite to access proper fields for each type.
1110         (tree_check2_failed, tree_check3_failed, tree_check5_failed): New.
1111         * c-typeck.c (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
1112         * dwarf2out.c (gen_enumeration_type_die): Use TYPE_VALUES,
1113         not TYPE_FIELDS.
1114         * stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.
1115
1116 2004-03-18  Mostafa Hagog  <mustafa@il.ibm.com>
1117
1118         * gcse.c (eliminate_partially_redundant_loads): Reject change if
1119         dest is set between beginning and current insn.
1120
1121 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
1122
1123         * c-decl.c (grokdeclarator): Do not complain about redeclaring
1124         visible "static" identifiers "extern" in a local scope.
1125         * dwarf2out.c (loc_descriptor_from_tree): Handle pre- and
1126         post-increments/decrements.
1127
1128 2004-03-18  Bob Wilson  <bob.wilson@acm.org>
1129
1130         * config/xtensa/xtensa.c (current_function_arg_words): Delete.
1131         (xtensa_builtin_saveregs): Use current_function_args_info.arg_words.
1132         (xtensa_va_start): Remove assignment to current_function_arg_words.
1133
1134 2004-03-18  Richard Sandiford  <rsandifo@redhat.com>
1135
1136         * alias.c (record_set): Detect the case where a register is assigned
1137         a new value that has the same base term as the old one.
1138
1139 2004-03-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1140
1141         * doloop.c: Removed.
1142         * loop-doloop.c: New file.
1143         * Makefile.in (doloop.o): Remove.
1144         (loop-doloop.o): New.
1145         * cfgloop.h (get_loop_level, doloop_optimize_loops): Declare.
1146         * cfgloopanal.c (get_loop_level): New function.
1147         * loop-iv.c (iv_number_of_iterations): Handle case when loop
1148         is leaved immediatelly.
1149         * loop.c (strength_reduce): Do not call doloop optimization.
1150         * loop.h (LOOP_BCT): Removed.
1151         * passes.c (rest_of_handle_loop_optimize): Do not use LOOP_BCT.
1152         (rest_of_handle_loop2): Call doloop_optimize_loops.
1153         (rest_of_compilation): Test for optimizations moved to
1154         rest_of_handle_loop2.
1155
1156 2004-03-17  Fariborz Jahanian <fjahanian@apple.com>
1157
1158         * config/rs6000/rs6000.c (rs6000_stack_info): correct reg_size
1159         for mixed mode.
1160         (rs6000_emit_prologue): Ditto.
1161         (rs6000_emit_epilogue): Ditto.
1162         * config/rs6000/rs6000.h: Definition of DWARF_CIE_DATA_ALIGNMENT
1163         macro for mixed mode.
1164
1165 2004-03-18  Jan Hubicka  <jh@suse.cz>
1166
1167         * predict.c (propagate_freq): Compute correctly frequency of
1168         EXIT_BLOCK.
1169
1170 2004-03-17  Eric Christopher  <echristo@redhat.com>
1171
1172         * builtins.c (apply_args_size): Use reg_raw_mode.
1173         (apply_result_size): Ditto.
1174
1175 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1176
1177         PR target/14620
1178         * config/rtems.h: Add STD_LIB_SPEC and LIB_SPEC.
1179
1180 2004-03-17  Jakub Jelinek  <jakub@redhat.com>
1181
1182         * config/rs6000/t-linux64 (bispecs): Don't add -mlong-double-128 for
1183         32-bit builds when defaulting to 32-bit.
1184
1185 2004-03-17  Jan Hubicka  <jh@suse.cz>
1186
1187         * cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info
1188         array.
1189
1190 2004-03-17  James E Wilson  <wilson@specifixinc.com>
1191
1192         * config/mips/mips.md (zero_extendsidi2): Add length attribute.
1193         (hazard_nop): Change type to nop.
1194         (type): Split arith into arith, shift, slt, clz.  Delete darith.
1195         Fix all uses.  Change arith to multi if more than one insn emitted.
1196         * config/mips/5400.md (ir_vr54_arith): Likewise.
1197         * config/mips/5500.md (ir_vr55_arith): Likewise.
1198         * config/mips/7000.md (rm7_int_other): Likewise.
1199         * config/mips/9000.md (rm9k_int): Likewise.
1200         * config/mips/sr71k.md (ir_sr70_arith): Likewise.
1201
1202 2004-03-17  Joel Brobecker  <brobecker@gnat.com>
1203
1204         * dwarf2out.c (subrange_type_die): Define new variable "subtype"
1205         to hold the subtype tree instead of recomputing it several times.
1206
1207 2004-03-17  Kazu Hirata  <kazu@cs.umass.edu>
1208
1209         * config/mn10300/mn10300.c (notice_update_cc): Don't handle
1210         CC_INVERT.
1211         * config/mn10300/mn10300.md (cc): Remove "invert".
1212
1213 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1214
1215         * builtins.c (integer_valued_real_p): Add builtin rint.
1216         (fold_builtin): Likewise.
1217         * convert.c (convert_to_real): Likewise.
1218
1219         * convert.c (convert_to_real): Fix typos in `long double'
1220         builtins.
1221
1222 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
1223
1224         PR c++/14481
1225         * fold-const.c (fold): Set TREE_NO_UNUSED_WARNING on implicitly
1226         generated COMPOUND_EXPRs.
1227
1228 2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1229
1230         * config/h8300/t-rtems (h8300-*-rtems*): New.
1231
1232 2004-03-16  Eric Christopher  <echristo@redhat.com>
1233
1234         * doc/cppopts.texi(fwide-exec-charset): Fix typo.
1235
1236 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
1237
1238         * config/i386/i386-protos.h: Add a prototype for
1239         ix86_reverse_condition.
1240         * config/i386/i386.c (ix86_reverse_condition): New.
1241         * config/i386/i386.h (REVERSE_CONDITION): Use
1242         ix86_reverse_condition.
1243         * config/i386/i386.md: Use ix86_reverse_condition instead of
1244         REVERSE_CONDITION.
1245
1246 2004-03-16  J. Brobecker  <brobecker@gnat.com>
1247
1248         * dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR.
1249
1250 2004-03-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1251
1252         PR bootstrap/12974
1253         * Makefile.in: Pass $(INCLUDES) down to libgcc.mk explicitly.
1254
1255 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1256
1257         * c-common.c (c_common_type_for_mode): Build vector types on
1258         demand.
1259         (handle_mode_attribute): Deprecate using the mode attribute
1260         to create vector types.  Fix indentation.
1261         (vector_type_node_list): Remove.
1262         (handle_vector_size_attribute): Create vector types on demand.
1263         Strip a NON_LVALUE_EXPR from the attribute if there is one.
1264         * c-typeck.c (comptypes): Make vector types compatible if they
1265         have the same underlying mode.
1266         (convert_for_assignment): Use comptypes to convert between
1267         vector types.
1268         * tree.c (build_common_tree_nodes_2): Do not create vector types.
1269         * config/arm/arm.c (arm_init_iwmmxt_builtins): Create necessary
1270         vector types.
1271         * tree.h: Remove vector types.
1272         * config/i386/i386.c (i386_init_mmx_sse_builtins): Likewise.
1273         * config/rs6000/rs6000.c (rs6000_init_builtins): Likewise.
1274         (V16QI_type_node, V2SI_type_node, V2SF_type_node, V4HI_type_node,
1275         V4SI_type_node, V4SF_type_node, V8HI_type_node): New globals.
1276         * doc/extend.texi (Vector Types): Document how to use the
1277         vector_size attribute to create vectors, rather than mode.
1278
1279         * config/arm/mmintrin.h: Use vector_size attribute, not mode.
1280         * config/i386/emmintrin.h: Likewise.
1281         * config/i386/mmintrin.h: Likewise.
1282         * config/i386/xmmintrin.h: Likewise.
1283         * config/sh/ushmedia.h: Likewise.
1284
1285 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
1286
1287         * config/freebsd-spec.h, config/arc/arc-protos.h,
1288         config/arm/aout.h, config/arm/elf.h, config/arm/freebsd.h,
1289         config/arm/linux-gas.h, config/arm/semi.h,
1290         config/cris/cris-protos.h, config/i386/xm-djgpp.h,
1291         config/ia64/freebsd.h, config/mips/7000.md,
1292         config/mips/9000.md, config/ns32k/ns32k-protos.h,
1293         config/sparc/pbd.h: Update copyright.
1294
1295 2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1296
1297         PR target/14577
1298         * config.gcc: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff.
1299
1300 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1301
1302         * combine.c (combine_simplify_rtx): Remove the "last"
1303         parameter and its documentation.  Adjust recursive calls.
1304         (simplify_logical): Always perform the only simplification
1305         controlled by "last", if the simplified expression is
1306         actually different.
1307         (try_combine): Do not pass the "last" parameter to
1308         combine_simplify_rtx.
1309
1310 2004-03-16  Richard Sandiford  <rsandifo@redhat.com>
1311
1312         PR target/14599
1313         * config/mips/mips.md (UNSPEC_GP): New constant.
1314         * config/mips/mips.c (CONST_GP_P): Expect the CONST to contain
1315         an UNSPEC instead of (reg $gp).
1316         (mips16_gp_pseudo_reg): Change accordingly.
1317         (print_operand): Print $gp directly when handling CONST_GP_P.
1318
1319 2004-03-16  Richard Zidlicky  <rz@linux-m68k.org>
1320
1321         * config.gcc, config/m68k/linux.h: Implement with-cpu for m68k-linux.
1322         * longlong.h: Make code 68060 clean when compiling for m68060.
1323
1324 2004-03-16  Richard Zidlicky  <rz@linux-m68k.org>
1325
1326         * config/m68k/m68k.md: Fix constraints for bitfield instructions.
1327         * doc/md.texi: Clarify description of "i" constraint.
1328
1329 2004-03-15  James E Wilson  <wilson@specifixinc.com>
1330
1331         * config/mips/mips.md (type): Split load into load, fpload, fpidxload.
1332         Split store into store, fpstore, fpidxstore.  Fix all uses.
1333         * config/mips/5400.md (ir_vr54_load, ir_vr54_store, ir_vr54_fstore):
1334         Likewise.
1335         * config/mips/5500.md (ir_vr55_load, i5_vr55_store): Likewise.
1336         * config/mips/7000.md (rm7_ld, rm7_st): Likewise.
1337         * config/mips/9000.md (rm9k_load, rm9k_store): Likewise.
1338         * config/mips/sr71k.md (ir_sr70_load, ir_sr70_store, ir_sr70_fload,
1339         ir_sr70_fstore): Likewise.
1340
1341 2004-03-15  Richard Henderson  <rth@redhat.com>
1342
1343         PR middle-end/14535
1344         * except.c (collect_one_action_chain): Record action for cleanup
1345         outer of exception spec.
1346
1347 2004-03-15  Ian Lance Taylor  <ian@wasabisystems.com>
1348
1349         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
1350         Fix the check for abort and only do the mmap if we can.
1351
1352 2004-03-15  Eric Botcazou  <ebotcazou@act-europe.fr>
1353
1354         * config/sparc/sparc.h: Rework comments about the code model
1355         in 64-bit environment and the mode 'Pmode'.
1356         * doc/invoke.texi (SPARC options): Rework description of the
1357         different code models supported in 64-bit environment.
1358
1359 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
1360
1361         * defaults.h (REVERSIBLE_CC_MODE): Define.
1362         * jump.c (reversed_comparison_code_parts): Don't check if
1363         REVERSIBLE_CC_MODE is defined.
1364
1365 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
1366
1367         * c-incpath.c, c-incpath.h, c-pch.c, c.opt, cppexp.c,
1368         et-forest.h, genattr.c, ggc-none.c, hosthooks-def.h,
1369         hosthooks.h, params.h, ra-colorize.c, web.c,
1370         config/darwin-c.c, config/alpha/freebsd.h, config/arm/pe.c,
1371         config/avr/avr-protos.h, config/avr/avr.md,
1372         config/fr30/fr30-protos.h, config/fr30/fr30.md,
1373         config/h8300/fixunssfsi.c, config/i386/darwin.h,
1374         config/i386/freebsd.h, config/i386/freebsd64.h,
1375         config/ia64/hpux.h, config/ia64/unwind-ia64.c,
1376         config/ip2k/libgcc.S, config/m32r/xm-m32r.h,
1377         config/mmix/mmix-modes.def, config/ns32k/netbsd.h,
1378         config/ns32k/ns32k.md, config/pa/pa64-hpux.h,
1379         config/pa/pa64-regs.h, config/rs6000/aix41.h,
1380         config/rs6000/aix43.h, config/rs6000/host-darwin.c,
1381         config/sparc/aout.h, config/sparc/freebsd.h,
1382         config/sparc/litecoff.h, config/vax/vax-protos.h,
1383         doc/hostconfig.texi, doc/include/gcc-common.texi: Update
1384         copyright.
1385
1386 2004-03-15  Paul Brook  <paul@codesourcery.com>
1387
1388         * config/arm/arm.c (thumb_expand_prologue): Tie prologue insns to fp.
1389
1390 2004-03-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1391
1392         * c-pretty-print.c (pp_c_semicolon): Fix formatting.
1393         (pp_c_cv_qualifier): Document.
1394         (pp_c_space_for_pointer_operator): Likewise.
1395         (pp_c_integer_constant): Likewise.
1396         (pp_c_identifier): Likewise.
1397         (pp_c_init_declarator): Don't print function body.
1398
1399 2004-03-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1400
1401         * doc/contrib.texi, doc/extend.texi, doc/gcov.texi,
1402         doc/install.texi, doc/invoke.texi, doc/makefile.texi,
1403         doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Capitalize
1404         "gcc", "g++" and "g77" or mark up with appropriate markup.  Adjust
1405         wording and grammar.
1406
1407 2004-03-14  Roger Sayle  <roger@eyesopen.com>
1408
1409         * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()
1410         with lang_hooks.foo ().
1411         * builtins.c (expand_builtin_va_arg): Likewise.
1412         * c-common.c (fname_as_string, c_common_truthvalue_conversion,
1413         c_common_type_for_mode, c_common_nodes_and_builtins,
1414         handle_mode_attribute, handle_vector_size_attribute): Likewise.
1415         * c-convert.c (convert): Likewise.
1416         * c-format.c (check_format_types): Likewise.
1417         * c-objc-common.c (c_tree_printer): Likewise.
1418         * c-typeck.c (build_unary_op, build_conditional_expr,
1419         build_binary_op): Likewise.
1420         * calls.c (try_to_integrate, expand_call,
1421         emit_library_call_value_1): Likewise.
1422         * cgraph.c (cgraph_node_name, cgraph_function_possibly_inlined_p):
1423         Likewise.
1424         * cgraphunit.c (record_call_1, cgraph_analyze_function,
1425         cgraph_expand_function): Likewise.
1426         * convert.c (convert_to_pointer, convert_to_integer): Likewise.
1427         * coverage.c (build_fn_info_type, build_ctr_info_type,
1428         build_gcov_info, create_coverage): Likewise.
1429         * dbxout.c (dbxout_init): Likewise.
1430         * diagnostic.c (diagnostic_report_current_function): Likewise.
1431         * dojump.c (do_jump): Likewise.
1432         * dwarf2out.c (dwarf2_name): Likewise.
1433         * except.c (init_eh): Likewise.
1434         * explow.c (expr_size, int_expr_size): Likewise.
1435         * expmed.c (make_tree, const_mult_add_overflow_p, expand_mult_add):
1436         Likewise.
1437         * expr.c (store_expr, store_constructor, safe_from_p,
1438         expand_expr_real, do_store_flag, try_casesi): Likewise.
1439         * function.c (push_function_context_to, pop_function_context_from,
1440         free_after_parsing, assign_stack_local_1, assign_stack_temp_for_type,
1441         put_var_into_stack, allocate_struct_function, current_function_name):
1442         Likewise.
1443         * integrate.c (copy_decl_for_inlining, expand_inline_function):
1444         Likewise.
1445         * langhooks.c (lhd_clear_binding_stack, write_global_declarations,
1446         lhd_print_error_function): Likewise.
1447         * opts.c (handle_option, decode_options): Likewise.
1448         * passes.c (open_dump_file): Likewise.
1449         * print-tree.c (print_node): Likewise.
1450         * stmt.c (expand_fixup, fixup_gotos, expand_asm_operands,
1451         expand_decl_cleanup, emit_case_nodes): Likewise.
1452         * stor-layout.c (variable_size): Likewise.
1453         * toplev.c (announce_function, wrapup_global_declarations,
1454         check_global_declarations, compile_file, default_tree_printer,
1455         process_options, lang_dependent_init, finalize): Likewise.
1456         * tree-dump.c (dequeue_and_dump): Likewise.
1457         * tree-inline.c (remap_decl, remap_block, copy_body_r,
1458         initialize_inlined_parameters, declare_return_variable,
1459         inlinable_function_p, expand_call_inline, optimize_inline_calls,
1460         walk_tree, copy_tree_r): Likewise.
1461         * tree-optimize.c (tree_rest_of_compilation): Likewise.
1462         * tree.c (decl_assembler_name, tree_size, size_in_bytes, staticp,
1463         unsafe_for_reeval, get_unwidened, get_narrower, get_callee_fndecl,
1464         variably_modified_type_p, dump_tree_statistics): Likewise.
1465         * varasm.c (assemble_variable, compare_constant, copy_constant,
1466         force_const_mem, compute_reloc_for_constant, output_constant,
1467         output_addressed_constants, initializer_constant_valid_p): Likewise.
1468
1469 2004-03-14  Kelley Cook  <kcook@gcc.gnu.org>
1470
1471         * doc/install.texi: Make autoconf 2.13 the exception, not the rule.
1472
1473 2004-03-14  Andreas Tobler  <a.tobler@schweiz.ch>
1474
1475         * doc/install.texi: Reflect autoconf and automake version for
1476         libffi. Update autoconf version to 2.59.
1477
1478 2004-03-13  Roger Sayle  <roger@eyesopen.com>
1479
1480         * fold-const.c (negate_expr, operand_equal_for_comparison_p,
1481         optimize_bit_field_compare, decode_field_reference, all_ones_mask_p,
1482         make_range, build_range_check, fold_range_test, unextend,
1483         constant_boolean_node, fold_binary_op_with_conditional_arg,
1484         fold_truthop, fold_mathfn_compare, fold_inf_compare,
1485         fold_single_bit_test, fold): Replace calls via (*lang_hooks.foo) ()
1486         with lang_hooks.foo ().
1487
1488 2004-03-14  Richard Earnshaw  <rearnsha@arm.com>
1489
1490         * arm.h (EXTRA_CONSTRAINT_STR_ARM): Update comment.
1491
1492 2004-03-13  Dara Hazeghi  <dhazeghi@yahoo.com>
1493
1494         * doc/install.texi: Note status of -fnew-ra.
1495
1496 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1497
1498         PR middle-end/14470
1499         * expr.c (store_expr): Call emit_queue before generating the move
1500         from the temporary to the original target.  Protect the temporary
1501         from emit_queue.
1502
1503 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
1504
1505         PR target/14533
1506         * config/s390/s390.c (legitimize_pic_address): Don't abort on UNSPEC
1507         other than UNSPEC_GOTOFF.
1508
1509 2004-03-13  Richard Earnshaw  <rearnsha@arm.com>
1510
1511         * arm.c (arm_legitimate_address_p): New argument, OUTER.  Pass through
1512         to arm_legitimate_index_p.  Update all callers with SET as default
1513         value.
1514         (arm_legitimate_index_p): New argument, OUTER.  Restrict the index
1515         range if OUTER is a sign-extend operation on QImode.  Correctly
1516         reject shift operations on sign-extended QImode addresses.
1517         (bad_signed_byte_operand): Delete.
1518         (arm_extendqisi_mem_op): New function.
1519         * arm.h (EXTRA_CONSTRAINT_ARM): Delete.  Replace with...
1520         (EXTRA_CONSTRAINT_STR_ARM): ... this.  Handle extended address
1521         constraints.
1522         (CONSTRAINT_LEN): New.
1523         (EXTRA_CONSTRAINT): Delete.  Replace with...
1524         (EXTRA_CONSTRAINT_STR): ... this.
1525         (PREDICATE_CODES): Remove bad_signed_byte_operand.
1526         * arm.md (extendqihi_insn): Use new constraint Uq.  Rework.  Length
1527         is now always default.
1528         (define_splits for bad sign-extend loads): Delete.
1529         (arm_extendqisi, arm_extendqisi_v5): Likewise.
1530         * arm/vfp.md (arm_movsi_vfp, arm_movdi_vfp, movsf_vfp, movdf_vfp):
1531         Rework 'U' constraint to 'Uv'.
1532         * arm-protos.h: Remove bad_signed_byte_operand.  Add
1533         arm_extendqisi_mem_op.
1534         * doc/md.texi (ARM constraints): Rename VFP constraint (now Uv).
1535         Add Uq constraint.
1536
1537 2004-03-13  Alan Modra  <amodra@bigpond.net.au>
1538
1539         * config/rs6000/rs6000.c (rs6000_va_arg): Replace SPLIT_COMPLEX_ARGS
1540         with targetm version.
1541
1542         PR target/14567
1543         * config/rs6000/rs6000.h (UNITS_PER_ARG, RS6000_ARG_SIZE): Delete.
1544         (HARD_REGNO_MODE_OK): Disallow TFmode for fp31.
1545         * config/rs6000/rs6000.c (rs6000_arg_size): New function.
1546         Update all users of RS6000_ARG_SIZE.
1547         (function_arg_advance): Count fregno using mode size.
1548         (function_arg): Handle long double split over regs and memory.
1549         (function_arg_partial_nregs): Likewise.
1550         (rs6000_va_arg): Repackage complex args.
1551
1552 2004-03-13  Dean Ferreyra <dferreyra@igc.org>
1553
1554         PR target/14047
1555         * config/avr/avr.c (avr_progmem_p): Add "attributes" parameter.
1556         (avr_insert_attributes): Pass "attributes" to avr_progmem_p.
1557         * config/avr/avr-protos.h (avr_progmem_p): Change prototype.
1558
1559 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
1560
1561         * config/rs6000/rs6000-protos.h (rs6000_output_dwarf_dtprel): Add
1562         prototype.
1563         * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): New.
1564         * config/rs6000/rs6000.h (ASM_OUTPUT_DWARF_DTPREL): Define.
1565
1566 2003-03-12  Andrew Pinski  <apinski@apple.com>
1567
1568         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
1569         Use ret instead of result. Use addr instead of base.
1570
1571 2004-03-12  David Edelsohn  <edelsohn@gnu.org>
1572
1573         * doc/install.texi (*-ibm-aix*): Document assembler and achiver
1574         fixes required by libstdc++ and update installation instructions
1575         for libstdc++.a.
1576
1577 2004-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
1578
1579         * config/i386/winnt.c (i386_pe_strip_name_encoding_full): Strip
1580         leading '@' on fastcall symbols before stripping suffix.
1581
1582 2004-03-12  Roger Sayle  <roger@eyesopen.com>
1583
1584         * combine.c (unmentioned_reg_p): New function to check whether an
1585         expression is a "specialization" of another, i.e. that there are
1586         no registers or memory references mentioned in the first that don't
1587         appear in the second.
1588         (unmentioned_reg_p_1): New helper subroutine of unmentioned_reg_p.
1589         (combine_instructions): Also try combining instructions using the
1590         REG_EQUAL note from a preceding log-linked instruction.
1591
1592 2004-03-12  Roger Sayle  <roger@eyesopen.com>
1593
1594         * config/i386/i386.c (ix86_split_ashrdi): Optimize shift by 63.
1595
1596 2004-03-12  Matt Austern  <austern@apple.com>
1597
1598         * target.h (struct gcc_target): New target hook, unwind_label.
1599         * target-def.h (TARGET_ASM_EMIT_UNWIND_LABEL): New hook.
1600         * output.h (default_emit_unwind_label): New function.
1601         * default.h (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): New macro.
1602         (TARGET_USES_WEAK_UNWIND_INFO): New target macro.
1603         (TARGET_SUPPORTS_HIDDEN): New target macro.
1604         * dwarf2out.c (struct dw_fde_struct): Add field for function decl
1605         that corresponds to this FDE.
1606         (FRAME_BEGIN_LABEL): Allow target to override default label.
1607         (output_call_frame_info): If FDEs are linknonce, then use extra
1608         indirection for FDE encoding, output a label for each FDE, and
1609         output an empty label for each function without an FDE.
1610         (dwarf2out_begin_prologue): Set up decl field when creating an FDE.
1611         * varasm.c (globalize_decl): Call ASM_MAKE_LABEL_LINKONCE for
1612         decls with DECL_ONE_ONLY set, if that macro is defined.
1613         (make_decl_one_only): Don't use DECL_COMMON if we're compiling
1614         for a SUPPORTS_ONE_ONLY target.
1615         * config/darwin-protos.h (darwin_unique_section): Declare.
1616         (darwin_asm_named_section): Likewise.
1617         (darwin_section_type_flags): Likewise.
1618         (darwin_non_lazy_pcrel): Likewise.
1619         (darwin_emit_unwind_label): Likewise.
1620         (darwin_make_decl_one_only): Likewise.
1621         * config/darwin.c (machopic_finish): Get rid of tweak that
1622         eliminate stubs for symbols that are defined.
1623         (darwin_encode_section_info): Don't treat weak functions as defined.
1624         (darwin_make_decl_one_only): Define.
1625         (darwin_asm_named_section): Likewise.
1626         (darwin_section_type_flags): Likewise.
1627         (darwin_unique_section): Likewise.
1628         (darwin_emit_unwind_label): Likewise.
1629         (darwin_non_lazy_pcrel): Likewise.
1630         (darwin_asm_output_dwarf_delta): Difference between two labels is
1631         local only if both labels are local.
1632         * config/darwin.h (MAKE_DECL_ONE_ONLY): Define.
1633         (ASM_MAKE_LABEL_LINKONCE): Likewise.
1634         (TARGET_SUPPORTS_HIDDEN): Likewise.
1635         (TARGET_USES_WEAK_UNWIND_INFO): Likewise.
1636         (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): Likewise.
1637         (FRAME_BEGIN_LABEL): Likewise.
1638         (ASM_DECLARE_OBJECT_NAME): Make references to weak symbols indirect.
1639         (ASM_DECLARE_FUNCTION_NAME): Likewise.
1640         (darwin_eh_frame_section): Give __eh_frame section the coalesced flag.
1641         (TARGET_ASM_UNIQUE_SECTION): Define.
1642         (EH_FRAME_SECTION_NAME): Define.
1643         (EH_FRAME_SECTION_ATTR): Likewise.
1644         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
1645         (TARGET_ASM_NAMED_SECTION): Likewise.
1646         (TARGET_SECTION_TYPE_FLAGS): Likewise.
1647         * doc/tm.texi: Document TARGET_USES_WEAK_UNWIND_INFO,
1648         TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY, TARGET_SUPPORTS_HIDDEN,
1649         TARGET_ASM_EMIT_UNWIND_LABEL.
1650
1651 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1652
1653         * builtins.c (expand_builtin_mathfn): Add pow10* to the
1654         existing exp10* case.
1655         (expand_builtin): Likewise.
1656
1657 2004-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1658
1659         * doc/tm.texi (registers) <Values in Registers>: Add
1660         entry for REGMODE_NATURAL_SIZE.
1661
1662 2004-03-12  Richard Henderson  <rth@redhat.com>
1663
1664         PR target/14547
1665         * target.h (struct gcc_target): Move calls substructure before
1666         booleans.  Add split_complex_arg.
1667         * function.c (assign_parms, split_complex_args): Use it.
1668         * calls.c (expand_call): Likewise.
1669         (split_complex_values): Likewise.  Check for splittable types
1670         before allocating memory.
1671         (split_complex_types): Likewise.
1672         * system.h (SPLIT_COMPLEX_ARGS): Poison.
1673         * expr.h (SPLIT_COMPLEX_ARGS): Remove.
1674         * target-def.h (TARGET_SPLIT_COMPLEX_ARG): New.
1675         * config/alpha/alpha.c (alpha_split_complex_arg): New.
1676         (TARGET_SPLIT_COMPLEX_ARG): New.
1677         * config/alpha/alpha.h (SPLIT_COMPLEX_ARGS): Remove.
1678         * config/rs6000/rs6000.c (TARGET_SPLIT_COMPLEX_ARG): New.
1679         (rs6000_override_options): Zap it for non-AIX.
1680         (rs6000_function_value): Use targetm.calls.split_complex_arg.
1681         * config/rs6000/rs6000.h (SPLIT_COMPLEX_ARGS): Remove.
1682         * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): New.
1683         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Remove.
1684         * doc/tm.texi (TARGET_SPLIT_COMPLEX_ARG): Modify from old
1685         SPLIT_COMPLEX_ARGS entry.
1686
1687 2004-03-11  Richard Henderson  <rth@redhat.com>
1688
1689         * config/alpha/alpha.c (xfloating_ops, vax_cvt_ops): New.
1690         (alpha_lookup_xfloating_lib_func): Use them, return rtx.
1691         (alpha_emit_xfloating_arith): Update to match.
1692         (alpha_emit_xfloating_compare): Likewise.
1693         (alpha_emit_xfloating_cvt): Likewise.
1694         (alpha_emit_xfloating_libcall): Take already built symbol,
1695         mark call const.
1696         * config/alpha/alpha.md (extendsftf2, extenddftf2): Take
1697         op1 in a register.
1698
1699 2004-03-11  Richard Henderson  <rth@redhat.com>
1700
1701         PR target/14539
1702         * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.
1703
1704         * simplify-rtx.c (simplify_relational_operation): Fix typo.
1705
1706 2004-03-11  Richard Henderson  <rth@redhat.com>
1707
1708         PR middle-end/14477
1709         * except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.
1710
1711 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1712
1713         PR target/14262
1714         * calls.c (load_register_parameters): If BLOCK_REG_PADDING is not
1715         defined, pass small BLKmode values in registers in the low-order part.
1716
1717 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1718
1719         * combine.c (if_then_else_cond): Check for NULL return value of
1720         simplify_gen_subreg.
1721
1722 2004-03-11  Richard Sandiford  <rsandifo@redhat.com>
1723
1724         PR target/14496
1725         * config/mips/mips.h (UNITS_PER_FPVALUE): Fix value for
1726         TARGET_SINGLE_FLOAT.
1727
1728 2004-03-11  Steve Ellcey  <sje@cup.hp.com>
1729
1730         * config/ia64/hpux.h (TARGET_INIT_LIBFUNCS): Add undef.
1731         * config/ia64/ia64.h (TARGET_INIT_LIBFUNCS): Add define.
1732         * config/ia64/ia64.c (ia64_init_libfuncs): New.
1733         (ia64_hpux_init_libfuncs): Add call to ia64_init_libfuncs.
1734
1735 2004-03-11  Roger Sayle  <roger@eyesopen.com>
1736
1737         * fold-const.c (negate_expr_p) <RSHIFT_EXPR>: We can optimize
1738         -((int)X>>C) where C is an integer constant one bit less than the
1739         size of X into (unsigned)X>>C.  Similarly for unsigned->signed.
1740         (negate_expr) <RSHIFT_EXPR>: Implement the above transformations.
1741
1742         * simplify-rtx.c (simplify_unary_operation): Also implement the
1743         above transformations at the RTL level.
1744
1745 2004-03-11  Alan Modra  <amodra@bigpond.net.au>
1746
1747         * real.c (encode_ibm_extended): Do round low word.
1748
1749 2004-03-11  Ben Elliston  <bje@wasabisystems.com>
1750
1751         * config/arm/arm.md (is_xscale): Comment this attribute and move
1752         it a bit further up in the file, closer to related attributes.
1753
1754 2004-03-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
1755
1756         * config/host-solaris.c (sol_gt_pch_use_address): Add
1757         missing terminating marker to comment.
1758
1759 2004-03-11  Richard Sandiford  <rsandifo@redhat.com>
1760
1761         * config/mips/mips.md: Use move_operand in splitters for 64-bit moves.
1762         (movdi, movsi, movhi, movqi, movsf, movdf): Remove predicates.
1763         (*movdi_32bit_mips16, *movsi_mips16, *movhi_mips16, *movqi_mips16)
1764         (*movsf_mips16, *movdf_mips16):  Name unnamed patterns.  Use
1765         move_operand as source predicate in all cases.
1766         (*movdi_32bit): Renamed from movdi_internal.  Remove 'F' constraint.
1767         Test reg_or_0_operand.  Use move_operand as source predicate.
1768         (*movdi_64bit): Renamed from movdi_internal2.  Test reg_or_0_operand.
1769         (*movdi_64bit_mips16): Renamed from movdi_internal2_mips16.
1770         (*movsi_internal): Renamed from movsi_internal.  Test reg_or_0_operand.
1771         (movhi, movqi, movsf, movdf): Use mips_legitimize_move.
1772         (*movhi_internal): Renamed from movhi_internal.  Test reg_or_0_operand.
1773         Use move_operand as source predicate.  Remove 'K' constraint.
1774         (*movqi_internal): Likewise movqi_internal.
1775         (*movsf_hardfloat): Renamed from movsf_internal1.  Test
1776         reg_or_0_operand.  Use move_operand as source predicate.
1777         (*movsf_softfloat): Likewise movsf_internal2.
1778         (*movdf_hardfloat_64bit): Likewise movsf_internal1a.
1779         (*movdf_hardfloat_32bit): Likewise movsf_internal1b.
1780         (*movdf_softfloat): Likewise movdf_internal2.
1781         * config/mips/mips.c (move_operand): Match arbitrary CONST_INTs
1782         for DImode if !TARGET_64BIT.
1783         (mips_legitimize_move): Simplify accordingly.
1784
1785 2004-03-11  Josef Zlomek  <zlomekj@suse.cz>
1786
1787         PR/14362
1788         * var-tracking.c (struct variable_def): Added field refcount.
1789         (variable_htab_free): Decrease the refcount and delete variable
1790         only if there are no more references.
1791         (unshare_variable): New function.
1792         (vars_copy_1): Increase refcount instead of copying the variable.
1793         (variable_union): Share the variables where possible, unshare
1794         the variables if needed.
1795         (variable_different_p): Return false if var1 and var2 are
1796         the same structure.
1797         (variable_was_changed): Init the refcount of new variable.
1798         (set_frame_base_location): Unshare variable if needed.
1799         (set_variable_part): Init the refcount of new variable.
1800         Unshare the variables if needed.
1801         (delete_variable_part): Unshare the variables if needed.
1802         (emit_notes_for_differences_1): Init the refcount of new variable.
1803         (vt_add_function_parameters): Do not add function parameters to
1804         IN set of ENTRY_BLOCK_PTR because it is unused anyway.
1805         (vt_initialize): Do not add frame_base_decl to IN set of
1806         ENTRY_BLOCK_PTR because it is unused anyway.
1807
1808 2004-03-11  Josef Zlomek  <zlomekj@suse.cz>
1809
1810         * var-tracking.c (vars_copy_1): Cleanup and speedup chain operations.
1811         (vars_copy): Likewise.
1812         (variable_union): Likewise.
1813         (set_variable_part): Likewise.
1814         (delete_variable_part): Likewise.
1815
1816 2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>
1817
1818         * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,
1819         ggc-page.c, var-tracking.c, config/fp-bit.c, config/c4x/c4x.c,
1820         config/cris/cris.c, config/i386/ppro.md, config/i860/i860.c,
1821         config/i860/i860.h, config/m32r/m32r.h, config/m32r/xm-m32r.h,
1822         config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
1823         config/mips/mips.c, config/mmix/mmix.c, config/ns32k/ns32k.h,
1824         config/pa/pa.c, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
1825         config/pdp11/pdp11.h, config/rs6000/rs6000.c,
1826         config/stormy16/stormy16.c: Fix comment typos and formatting.
1827
1828 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1829
1830         * configure: Regenerate, since I forgot to while committing Paolo's
1831         changes.
1832
1833 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1834
1835         PR ada/14131
1836         Move language detection to the top level.
1837         * configure.ac: Remove code to detect languages,
1838         it now lives exclusively in the top level.
1839         * aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the
1840         top level, renamed to ACX_PROG_GNAT.
1841
1842 2004-03-10  Richard Henderson  <rth@redhat.com>
1843
1844         * c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address
1845         extra arguments.
1846         * config.host (*-*-solaris2*, *-*-linux*): Add out_host_hook_obj
1847         and host_xmake_file fragments.
1848         * ggc-common.c (gt_pch_save): Update for gt_pch_get_address change.
1849         (gt_pch_restore): Similarly for gt_pch_use_address.
1850         (default_gt_pch_get_address): New.
1851         (mmap_gt_pch_get_address): Split out of gt_pch_save.
1852         (default_gt_pch_use_address): Split out of gt_pch_restore.
1853         (mmap_gt_pch_use_address): Likewise.
1854         * hooks.c (hook_voidp_size_t_null): Remove.
1855         (hook_bool_voidp_size_t_false): Remove.
1856         * hooks.h: Likewise.
1857         * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): Use one of the
1858         default_ or mmap_ definitions.
1859         (HOST_HOOKS_GT_PCH_USE_ADDRESS): Likewise.
1860         * hosthooks.h (struct host_hooks): Update gt_pch_get_address
1861         and gt_pch_use_address.
1862         * config/host-linux.c, config/host-solaris.c: New files.
1863         * config/x-linux, config/x-solaris: New files.
1864         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_get_address):
1865         Update for changed definition.
1866         (darwin_rs6000_gt_pch_use_address): Likewise.
1867         * doc/hostconfig.texi: Update docs.
1868
1869 2004-03-10  Richard Henderson  <rth@redhat.com>
1870
1871         PR c/14517
1872         * c-decl.c (grokdeclarator): Don't warn for duplicate qualifiers
1873         except for pedantic c90 mode.
1874
1875 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1876
1877         * configure.ac: Bump AC_PREREQ to 2.59.
1878         * configure: Regenerate.
1879
1880 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
1881
1882         * optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.
1883         (exp10_optab, exp2_optab): Define corresponding macros.
1884         * optabs.c (init_optabs): Initialize exp10_optab and exp2_optab.
1885         * genopinit.c (optabs): Implement exp10_optab and exp2_optab
1886         using exp10?f2 and exp2?f2 patterns.
1887         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP10{,F,L}
1888         using exp10_optab, and BUILT_IN_EXP2{,F,L} using exp2_optab.
1889         (expand_builtin): Expand BUILT_IN_EXP10{,F,L} and BUILT_IN_EXP2{,F,L}
1890         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
1891
1892         * config/i386/i386.md (exp10sf2, exp10df2, exp10xf2, exp2sf2,
1893         exp2df2, exp2xf2): New patterns to implement exp10, exp10f, exp10l,
1894         exp2, exp2f and exp2l built-ins as inline x87 intrinsics.
1895
1896 2004-03-10  Anthony Green  <green@redhat.com>
1897
1898         * doc/invoke.texi (ARM Options): Fix -mpfu typo.
1899
1900 2004-03-10  David Edelsohn  <edelsohn@gnu.org>
1901
1902         * config/rs6000/aix.h (TARGET_OS_CPP_BUILTINS): Rename to ...
1903         (TARGET_OS_AIX_CPP_BUILTINS): this.  Conditionally define
1904         __LONGDOUBLE128.
1905         * config/rs6000/aix41.h (TARGET_OS_CPP_BUILTINS): Use
1906         TARGET_OS_AIX_CPP_BUILTINS.
1907         * config/rs6000/aix43.h (TARGET_OS_CPP_BUILTINS): Same.
1908         * config/rs6000/aix51.h (TARGET_OS_CPP_BUILTINS): Same.
1909         * config/rs6000/aix52.h (TARGET_OS_CPP_BUILTINS): Same.
1910         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Revert
1911         previous change.
1912
1913 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1914
1915         * fold-const.c (tree_expr_nonnegative_p): Add more builtin cases.
1916
1917 2004-03-10  David Edelsohn  <edelsohn@gnu.org>
1918
1919         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
1920         __LONGDOUBLE128 on AIX.
1921
1922 2004-03-10  Andrew Haley  <aph@redhat.com>
1923
1924         PR optimization/14381
1925         * function.c (expand_function_end): Emit a blockage insn before
1926         the epilogue when -fnon-call-exceptions is used.
1927
1928         * except.c (expand_start_all_catch): Make comment more accurate.
1929
1930 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
1931
1932         PR target/14480
1933         * config/rs6000/t-rtems: Add missing file on branch.
1934
1935 2004-03-10  Ulrich Weigand  <uweigand@de.ibm.com>
1936
1937         * dbxout.c (dbxout_symbol_location): Do not output references
1938         to optimized-out constant pool symbols.
1939
1940 2004-03-10  Andreas Schwab  <schwab@suse.de>
1941
1942         * config/ia64/ia64.md (divsi3, udivsi3): Remove unused variable
1943         twon34_r.
1944
1945 2004-03-09  James E Wilson  <wilson@specifixinc.com>
1946
1947         * alias.c (alias_sets_might_conflict_p): New.
1948         * c-typeck.c (build_c_cast): Call it if warn_strict_aliasing > 1.
1949         * common.opt (Wstrict-aliasing=): New.
1950         * flags.h (warn_strict_aliasing): Change type to int.
1951         * opts.c (warn_strict_aliasing): Change type to int.
1952         (common_handle_option): Handle OPT_Wstrict_aliasing_.
1953         * tree.h (alias_sets_might_conflict_p): Declare it.
1954         * doc/invoke.tex (-Wstrict-aliasing=2): Document it.
1955
1956 2004-03-10  Roman Zippel  <zippel@linux-m68k.org>
1957
1958         PR bootstrap/12371
1959         * config/m68k/m68k.h (FIXED_REGISTERS): Add arg pointer.
1960         (CALL_USED_REGISTERS): Likewise.
1961         (REG_CLASS_CONTENTS): Likewise.
1962         (REG_ALLOC_ORDER): New.
1963         (REGNO_REG_CLASS): Use regno_reg_class.
1964         * config/m68k/m68k.c: Add regno_reg_class array.
1965
1966 2004-03-09  Steve Ellcey  <sje@cup.hp.com>
1967
1968         * config/ia64/ia64.md (divsi3): Fix algorithm.
1969           (udivsi3): Ditto.
1970           (setf_exp_xf): Remove '*' from name.
1971         * testsuite/gcc.dg/20040309-1.c: New test.
1972
1973 2004-03-09  Ian Lance Taylor  <ian@wasabisystems.com>
1974
1975         * system.h (SUNOS4_SHARED_LIBRARIES): Poison.
1976         * collect2.c: Remove SUNOS4_SHARED_LIBRARIES code.
1977         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): Don't define.
1978         * config/sparc/sparc.c (sparc_aout_select_section): Remove.
1979         (sparc_aout_select_rtx_section): Don't check
1980         SUNOS4_SHARED_LIBRARIES.
1981         * config/sparc/sparc.h (SUNOS4_SHARED_LIBRARIES): Don't define.
1982
1983 2004-03-10  Hans-Peter Nilsson  <hp@axis.com>
1984
1985         PR other/14474
1986         * doc/md.texi (Pattern Ordering, Dependent Patterns)
1987         (Jump Patterns, Looping Patterns): Wrap in separate "@ifset
1988         INTERNALS".
1989
1990 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
1991
1992         * config/ia64/hpux.h (MULTILIB_DEFAULTS): Define.
1993         (LIBGCC_SPEC): Update to match.
1994
1995 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
1996
1997         * c-decl.c (last_function_parms, last_function_parm_tags)
1998         (last_function_parm_others, current_function_parms)
1999         (current_function_parm_tags, current_function_parm_others):
2000         Delete.
2001         (ARG_INFO_PARMS, ARG_INFO_TAGS, ARG_INFO_TYPES, ARG_INFO_OTHERS):
2002         New macros.
2003         (grokdeclarator): For function definitions, save the arg-info
2004         block from the declarator in DECL_ARGUMENTS.
2005         (grokparms): Do not write to last_function_parm*.  Use ARG_INFO_*
2006         macros to operate on arg-info block.  Can assume ARG_INFO_PARMS
2007         contains only PARM_DECLs.  Improve diagnostics.
2008         (get_parm_info): Use ARG_INFO_* macros.  Improve comments and
2009         diagnostics.  Disable some expensive checks if not ENABLE_CHECKING.
2010         (store_parm_decls_newstyle): Take the function to operate on,
2011         and an arg-info block, as arguments; don't get anything from
2012         current_function_* globals.
2013         (store_parm_decls_oldstyle): Likewise.
2014         (store_parm_decls): Pass fndecl and its arg-info block down to
2015         store_parm_decls_newstyle/oldstyle.  Send functions with empty
2016         argument lists through store_parm_decls_newstyle to reduce
2017         overhead.
2018         (pushdecl): Comment on the problems with the call to copy_node.
2019         Clear DECL_ARGUMENTS of the old node after copying it, if it
2020         is an arg-info block instead of a chain of decls.
2021         (start_function): Do not manipulate current_function_parm* or
2022         last_function_parm*.
2023
2024 2004-03-09  Roger Sayle  <roger@eyesopen.com>
2025             Andrew Pinski  <pinskia@physics.uc.edu>
2026
2027         * ifcvt.c (noce_try_sign_mask): New function to transform
2028         "x = (y < 0) ? z : 0" into the equivalent "x = (y >> C) & z".
2029         (noce_process_if_block): Call noce_try_sign_mask.
2030
2031 2004-03-09  Andrew Pinski  <apinski@apple.com>
2032
2033         * c-typeck.c (tagged_types_tu_compatible_p):
2034         Fix typo.
2035
2036 2004-03-09  Roger Sayle  <roger@eyesopen.com>
2037
2038         * simplify-rtx.c (simplify_const_relational_operation): New function
2039         renamed from simplify_relational_operation.
2040         (simplify_relational_operation): Change prototype to accept an
2041         additional mode argument.  Call simplify_const_relational_operation.
2042         (simplify_gen_relational): Update simplify_relational_operation call.
2043         (simplify_ternary_operation): Update simplify_relational_operation
2044         subroutine call to use simplify_const_relational_operation instead.
2045
2046         * rtl.h (simplify_const_relational_operation): Prototype here.
2047         (simplify_relational_operation): Add addtional mode argument.
2048
2049         * combine.c (combine_simplify_rtx): Update calls to
2050         simplify_relational_operation.
2051         (simplify_set): Likewise.
2052         (gen_binary): Likewise.
2053         * cse.c (fold_rtx): Likewise.
2054         * dojump.c (compare_from_rtx): Likewise.
2055         (do_compare_rtx_and_jump): Likewise.
2056         * integrate.c (subst_constants): Likewise.
2057         * unroll.c (simplify_cmp_and_jump_insns): Likewise.
2058
2059 2004-03-09  Kazu Hirata  <kazu@cs.umass.edu>
2060
2061         * config/m32r/m32r.md: Remove all define_peephole's.
2062
2063 2004-03-09  Alan Modra  <amodra@bigpond.net.au>
2064
2065         * config/rs6000/rs6000.md: Remove trailing whitespace.
2066
2067 2004-03-08  Eric Christopher  <echristo@redhat.com>
2068
2069         * Makefile.in (site.exp): Add libiconv variable definition.
2070
2071 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
2072
2073         * configure: Regenerate for config/accross.m4 correction.
2074
2075 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
2076
2077         PR target/14480
2078         * config/rs6000/t-rtems: Add missing file on branch.
2079
2080 2004-03-08  Roger Sayle  <roger@eyesopen.com>
2081
2082         PR middle-end/14289
2083         * c-typeck.c (c_mark_addressable): A register variable should
2084         be considered global if its not automatic, i.e. TREE_PUBLIC,
2085         TREE_STATIC or DECL_EXTERNAL.
2086         * function.c (put_var_into_stack): Call abort when placing a
2087         hard register into the stack, if x_parm_reg_stack_loc is NULL.
2088
2089 2004-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
2090
2091         * config/s390/s390.md ("*extendqidi2_short_displ"): Add CC clobber.
2092         ("*extendqisi2_short_displ"): Likewise.
2093
2094 2004-03-08  Kazu Hirata  <kazu@cs.umass.edu>
2095
2096         * config/pdp11/pdp11.c (comparison_operator_index): Remove.
2097         (comp_operator): Likewise.
2098         * config/pdp11/pdp11-protos.h: Remove corresponding
2099         prototypes.
2100
2101 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
2102
2103         * expr.c (highest_pow2_factor_for_type): Rename into
2104         highest_pow2_factor_for_target.  Use DECL_ALIGN instead of
2105         TYPE_ALIGN when the target is a COMPONENT_REF.
2106         (expand_assignment): Ajust call to highest_pow2_factor_for_type.
2107
2108 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
2109
2110         * config/rs6000/rs6000.c: Formatting fix.
2111         (legitimate_offset_address_p): Correct offset range check.
2112
2113         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
2114         -msoft-float by -mcpu.  Consolidate similar code for MASK_MULTIPLE
2115         and MASK_STRING.
2116
2117 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
2118
2119         * config/rs6000/rs6000.md (ashrdi3): Do not call ashrdi3_no_power
2120         for little endian.
2121         ("ashrdi3_no_power"): Disable for little endian.
2122         (ashrdi3): Same.
2123
2124 2004-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2125
2126         * fold-const.c (tree_expr_nonnegative_p): Reformat checks for
2127         builtins.
2128
2129 2004-03-08  Hans-Peter Nilsson  <hp@axis.com>
2130
2131         PR target/14471
2132         * configure.ac (Target-specific assembler checks) <cris-*-*>: New
2133         case, checking for -no-mul-bug-abort option.
2134         * configure, config.in: Regenerate.
2135         * doc/invoke.texi (CRIS Options): Document -mmul-bug-workaround
2136         and -mno-mul-bug-workaround.
2137         * config/cris/cris.md ("smulsi3_highpart", "umulsi3_highpart")
2138         ("mulsidi3", "umulsidi3"): Prefix output template with "%!".
2139         ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3"):
2140         Ditto.  Make attribute "slottable" dependent on TARGET_MUL_BUG.
2141         * config/cris/mulsi3.asm (__Mul) [__CRIS_arch_version >= 10]: Make
2142         sure mulu.d is not last on cache-line.
2143         * config/cris/cris.h (ASM_SPEC): Translate -mno-mul-bug-workaround
2144         into -no-mul-bug-abort depending on HAVE_AS_MUL_BUG_ABORT_OPTION.
2145         (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG): New macros.
2146         (TARGET_SWITCHES): New options -mmul-bug-workaround and
2147         -mno-mul-bug-workaround.
2148         (TARGET_DEFAULT): Include TARGET_MASK_MUL_BUG.
2149         (PRINT_OPERAND_PUNCT_VALID_P): Include '!'.
2150         * config/cris/cris.c (cris_operand_extend_operator): Clarify
2151         relation to MULT in head comment.
2152         (cris_op_str): Abort for MULT.
2153         (cris_print_operand) <case '!'>: New case.
2154
2155 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
2156
2157         PR debug/11983
2158         * dwarf2out.c (enum dw_val_class): Rename dw_val_class_float to
2159         dw_val_class_vec.  Replace use throughout file.
2160         (dw_float_const): Delete.
2161         (dw_vec_const): New.
2162         (dw_val_struct_union): Rename val_float to val_vec.  Replace use
2163         throughout file.
2164         (add_AT_vec): Rename from add_AT_float.  Add elt_size param.
2165         (same_dw_val_p): Adjust vec comparison.  Use memcmp.
2166         (size_of_die): Adjust dw_val_class_vec sizing.
2167         (output_die): Output dw_val_class_vec.
2168         (insert_int, extract_int, insert_float): New functions.
2169         (add_const_value_attribute): Use insert_float for CONST_DOUBLE.
2170         Handle CONST_VECTOR.
2171         (add_location_or_const_value_attribute): Handle CONST_VECTOR.
2172
2173 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
2174
2175         * config/rs6000/rs6000.c (rs6000_parse_abi_options): SPE and
2176         AltiVec abi cannot co-exist.
2177
2178         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Same.
2179
2180 2004-03-07  Jan Hubicka  <jh@suse.cz>
2181
2182         * except.c (emit_to_new_bb_before):  Break fallthru edges.
2183
2184 2004-03-07  Stephane Carrez  <stcarrez@nerim.fr>
2185
2186         * config/m68hc11/m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.
2187         ("*lshrsi3"): Also accept an immediate for 68HC12.
2188         ("*ashrsi3_const"): Likewise.
2189         ("*ashrsi3"): Likewise.
2190         ("*ashlsi3_const"): Likewise.
2191         ("*ashlsi3"): Likewise.
2192         ("cmphi_1_hc12"): Compare two hard register by pushing them and
2193         comparing with a pop; don't use a split for that.
2194         ("cmphi split"): Disable compare split for 68HC12.
2195
2196         * config/m68hc11/m68hc11.c (m68hc11_notice_update_cc): Invalidate
2197         the status operands if they have side effects.
2198
2199 2004-03-07  Kazu Hirata  <kazu@cs.umass.edu>
2200
2201         * defaults.h (LEGITIMIZE_ADDRESS): Provide a default
2202         definition.
2203         * config/arc/arc.h, config/fr30/fr30.h, config/frv/frv.h,
2204         config/h8300/h8300.h, config/ia64/ia64.h,
2205         config/mcore/mcore.h, config/mmix/mmix.h,
2206         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
2207         config/stormy16/stormy16.h, config/v850/v850.h,
2208         config/vax/vax.h (LEGITIMIZE_ADDRESS): Remove.
2209         * doc/tm.texi (LEGITIMIZE_ADDRESS): Mention the default
2210         definition.
2211
2212 2004-03-07  Roger Sayle  <roger@eyesopen.com>
2213
2214         * fold-const.c (fold) <IOR_EXPR>: Fold x | x as x.
2215         <XOR_EXPR>: Fold x ^ x as zero.
2216         <AND_EXPR>: Fold x & x as x.
2217
2218 2004-03-07  Roger Sayle  <roger@eyesopen.com>
2219
2220         * fold-const.c (fold) <EQ_EXPR>: Rewrite optimization to transform
2221         "foo++ == const" into "++foo == const+incr".
2222
2223 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
2224
2225         * config/mips/mips.c (mips_in_small_data_p): Return false if
2226         TARGET_ABICALLS.
2227
2228 2004-03-06  Stephane Carrez  <stcarrez@nerim.fr>
2229
2230         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Use 2,-sp to push
2231         the stack register.
2232         (expand_prologue): Don't make an interrupt or a trap handler a far
2233         symbol.
2234         (m68hc11_initial_elimination_offset): Likewise.
2235
2236 2004-03-06  Richard Henderson  <rth@redhat.com>
2237
2238         * config/alpha/alpha.c (alpha_in_small_data_p): False for functions.
2239
2240 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
2241
2242         * config/ns32k/ns32k-protos.h: Add a prototype for
2243         ns32k_notice_update_cc.
2244         * config/ns32k/ns32k.c (ns32k_notice_update_cc): New.
2245         * config/ns32k/ns32k.h (NOTICE_UPDATE_CC): Call
2246         ns32k_notice_update_cc.
2247
2248 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
2249
2250         * config/s390/s390.md ("load_multiple", "*load_multiple_di",
2251         "*load_multiple_si"): Allow only if reload_completed.
2252         ("store_multiple", "*store_multiple_di", "*store_multiple_si"):
2253         Likewise.
2254
2255 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
2256
2257         * config/vax/vax-protos.h: Add a prototype for
2258         vax_notice_update_cc.
2259         * config/vax/vax.c (vax_notice_update_cc): New.
2260         * config/vax/vax.h (NOTICE_UPDATE_CC): Call
2261         vax_notice_update_cc.
2262
2263 2004-03-06  David Edelsohn  <edelsohn@gnu.org>
2264
2265         * collect2.c (main): Only export initfunc and finifunc if
2266         LD_INIT_SWITCH not defined.
2267         (scan_prog_file): Only export constructors and destructors if
2268         LD_INIT_SWITCH not defined.  Only export symbols not found in
2269         shared objects.
2270
2271 2004-03-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2272
2273         * pa.md (icacheflush): Reorder operands to make match_scratch operand
2274         last.
2275         * pa.h (INITIALIZE_TRAMPOLINE): Remove unnecessary scratch argument
2276         from calls to gen_icacheflush.
2277
2278 2004-03-06  Richard Henderson  <rth@redhat.com>
2279
2280         * config/alpha/alpha.h (MASK_LONG_DOUBLE_128): New.
2281         (TARGET_LONG_DOUBLE_128): New.
2282         (TARGET_SWITCHES): Add long-double-{128,64}.
2283         (TARGET_HAS_XFLOATING_LIBS): Default to TARGET_LONG_DOUBLE_128.
2284         (LONG_DOUBLE_TYPE_SIZE): Honor TARGET_LONG_DOUBLE_128.
2285         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): New.
2286         (WIDEST_HARDWARE_FP_SIZE): New.
2287         (TARGET_CPU_CPP_BUILTINS): Define __LONG_DOUBLE_128__.
2288         * config/alpha/alpha.c (override_options): Clear MASK_LONG_DOUBLE_128
2289         if TARGET_VAX_FLOAT.
2290         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): Remove.
2291         (TARGET_DEFAULT): Set MASK_LONG_DOUBLE_128.
2292
2293 2004-03-06  Richard Henderson  <rth@redhat.com>
2294
2295         * config/alpha/alpha.c (alpha_swapped_comparison_operator): Fix
2296         botched rtx class conversion.
2297
2298 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2299
2300         * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P,
2301         BUILTIN_CBRT_P, BUILTIN_ROOT_P): New macros.
2302
2303         * builtins.c (fold_builtin_logarithm, fold_builtin): Use new
2304         macros.
2305         * fold-const.c (fold_mathfn_compare, fold): Likewise.
2306
2307 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2308
2309         PR target/14343
2310         * config/i386/i386.md (movv2di_internal): Conditionalize on
2311         TARGET_SSE, not TARGET_SSE2.
2312
2313 2004-03-05  Chris Demetriou  <cgd@broadcom.com>
2314
2315         * config.gcc (mips64orion-*-elf*, mips64orionel-*-elf*): Delete
2316         duplicated line.
2317
2318 2004-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2319
2320         * builtins.c: Consistently use logN not log* in comments.
2321
2322 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
2323
2324         * rtl.h (mem_expr_equal_p): Function prototype added.
2325         * cfgcleanup.c (merge_memattrs): New function.
2326         (flow_find_cross_jump): Call merge_memattrs for matching insns.
2327         * emit-rtl.c (mem_expr_equal_p): New function.
2328
2329 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
2330
2331         * objc/objc-act.c (synth_module_prologue): Const-qualify
2332         objc_selector type if using the GNU runtime; fix generated
2333         signatures for objc_msg_lookup and objc_msg_lookup_super
2334         to match what GNU ObjC headers provide; reformat and clean up.
2335         (synth_self_and_ucmd_args): Use previously constructed (and
2336         hence possibly const-qualified) objc_selector type.
2337
2338 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
2339
2340         * doc/tm.texi (HARD_REGNO_RENAME_OK): Document.
2341
2342 2004-03-05  Jason Merrill  <jason@redhat.com>
2343
2344         * tree.h (TYPE_HASH): Use TYPE_UID.
2345         (TREE_HASH): New macro with old definition of TYPE_HASH.
2346         * tree.c (build_type_attribute_variant): Use iterative_hash_object.
2347         (build_array_type, build_function_type): Likewise.
2348         (build_method_type_directly): Likewise.
2349         (build_offset_type, build_complex_type): Likewise.
2350         (type_hash_list, attribute_hash_list): Likewise. Now static.
2351         * except.c: s/TYPE_HASH/TREE_HASH/.
2352
2353 2004-03-05  Bob Wilson  <bob.wilson@acm.org>
2354
2355         * config/xtensa/xtensa.c (function_arg): Handle 16-byte aligned args.
2356         (xtensa_va_start): Initialize __va_stk to ($arg_ptr - 32).  Adjust
2357         __va_ndx by 2 words when referencing an argument on the stack.
2358         (xtensa_va_arg): Handle 16-byte aligned args.  Adjust __va_ndx by 2
2359         words when an arg on the stack is first seen.
2360
2361 2004-03-05  Paul Brook  <paul@codesourcery.com>
2362
2363         * arm.h (ARM_FLAG_VFP): Remove.
2364         (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber.
2365         * netbsd-elf.h (ARM_FLAG_VFP): Remove.
2366
2367 2004-03-05  Paul Brook  <paul@codesourcery.com>
2368
2369         * function.c (assign_parms): Include pretend alignment offset.
2370
2371 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2372
2373         * stor-layout.c (layout_type, case FUNCTION_TYPE): Make size
2374         FUNCTION_BOUNDARY, not POINTER_SIZE * 2.
2375
2376 2004-03-05  Ian Lance Taylor  <ian@wasabisystems.com>
2377
2378         * configure.ac: When passing --enable-languages to subdir
2379         configure when host != build, make sure we don't pass an empty
2380         value.
2381         * configure: Regenerate.
2382
2383 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
2384
2385         PR 13577
2386         * gcc.c (cc1_options): Robustify -auxbase-strip from multiple -o
2387         options.
2388
2389 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
2390
2391         * simplify-rtx.c (simplify_relational_operation): If
2392         flag_wrapv is set, do not move terms between the two
2393         side of a relational operator.
2394
2395 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
2396
2397         * rtlanal.c: Include target.h and output.h
2398         (rtx_cost, address_cost, default_address_cost): Move from...
2399         * cse.c (rtx_cost, address_cost, default_address_cost):
2400         ... this file.
2401         * rtl.h (rtx_cost, address_cost): Move under rtlanal.c.
2402         * Makefile.in: Adjust dependencies.
2403
2404 2004-03-05  Paolo Bonzini <bonzini@gnu.org>
2405
2406         * cse.c (cse_end_of_basic_block): Make static.
2407         * local-alloc.c (function_invariant_p): Move to
2408         reload1.c.
2409         * loop.c (libcall_other_reg, record_excess_regs):
2410         Make static.
2411         * reload1.c (function_invariant_p): Moved here
2412         from local-alloc.c, made static.
2413         * rtl.h (cse_end_of_basic_block, function_invariant_p,
2414         libcall_other_reg, record_excess_regs): Remove
2415         declarations.
2416
2417 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
2418
2419         * config/m32r/m32r.c (signed_comparison_operator): Add a
2420         missing parenthesis.
2421
2422 2004-03-04  Ian Lance Taylor  <ian@wasabisystems.com>
2423
2424         * ggc-common.c (gt_pch_restore): Don't unmap addr unless we are
2425         going to call mmap again.  Read the file into the right place.
2426         Give a fatal error if we have to relocate.
2427
2428 2004-03-04  Bob Wilson  <bob.wilson@acm.org>
2429
2430         * config/xtensa/xtensa.c (xtensa_return_in_msb): New function.
2431         (TARGET_RETURN_IN_MSB): Define to xtensa_return_in_msb.
2432
2433 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
2434
2435         PR other/14354
2436         * config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would
2437         round the same.  When rounding, clear bits that would cause a
2438         second rounding in pack_d.
2439         (_fpmul_parts): Ditto.  Remove #if 0:d code.
2440
2441 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
2442
2443         PR c++/14425, c++/14426
2444         * config/rs6000/altivec.h (vec_splat_s8, vec_splat_s16,
2445         vec_splat_s32, vec_splat_u8, vec_splat_u16, vec_splat_u32):
2446         Change C++ definitions to accept a 'const int' argument;
2447         the prototypes already do.
2448         * config/rs6000/rs6000.c (rs6000_common_init_builtins):
2449         Rename v4si_ftype_char, v8hi_ftype_char, v16qi_ftype_char,
2450         v4sf_ftype_v4si_char, v4si_ftype_v4sf_char, v4si_ftype_v4si_char,
2451         v8hi_ftype_v8hi_char, v16qi_ftype_v16qi_char,
2452         v16qi_ftype_v16qi_v16qi_char, v8hi_ftype_v8hi_v8hi_char,
2453         v4si_ftype_v4si_v4si_char and v4sf_ftype_v4sf_v4sf_char to
2454         end in ..._int; change them to accept an int instead of a char
2455         as the last parameter.
2456
2457 2004-03-04  Phil Edwards  <phil@codesourcery.com>
2458
2459         * genmultilib:  Change '=' to '-' when translating option names
2460         to directory names.
2461
2462 2004-03-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2463
2464         * expr.c (expand_expr_real, case COMPONENT_REF): Get proper type of
2465         stack slot for temp used for result of BLKmode but in integral mode.
2466
2467 2004-03-04  Jan Hubicka  <jh@suse.cz>
2468
2469         * reload.c (find_reloads): Reorganize if seqeunce to switch.
2470
2471         * cfgrtl.c (rtl_redirect_edge_and_branch):  Set the source BB as dirty.
2472         (cfglayout_redirect_edge_and_branch):  Set the source BB as dirty.
2473
2474 2004-03-04  Steve Ellcey  <sje@cup.hp.com>
2475
2476         * config/ia64/ia64.md (divdf3_internal_thr): Fix algorithm.
2477         * testsuite/gcc.dg/20040303-1.c: New test.
2478
2479 2004-03-04  Steven Bosscher  <stevenb@suse.de>
2480
2481         * ppro.md: Rewrite as a DFA pipeline description.
2482         * i386.md: Remove all uses of the ppro_uops attribute.
2483         * i386.c: (ix86_safe_ppro_uops, ix86_dump_ppro_packet,
2484         ix86_reorder_insn, ix86_sched_reorder_ppro, ix86_sched_init,
2485         ix86_sched_reorder, ix86_variable_issue,
2486         struct ix86_sched_data, TARGET_SCHED_VARIABLE_ISSUE,
2487         TARGET_SCHED_INIT, TARGET_SCHED_REORDER): Remove.
2488         (ia32_use_dfa_pipeline_interface): Add TARGET_PENTIUMPRO.
2489         (ia32_multipass_dfa_lookahead): Add TARGET_PENTIUMPRO.
2490         * athlon.md (athlon_ssecmp_load): Fix comment
2491
2492 2004-03-04  Stuart Hastings  <stuart@apple.com>
2493
2494         * gcc/doc/invoke.texi: Document -mlongcall for Darwin/PPC.
2495
2496 2004-03-04  Stuart Hastings  <stuart@apple.com>
2497
2498         * gcc/config/i386/darwin.h: Darwin/x86 doesn't support CPUs before
2499         686, tell Darwin assembler to allow prefetch insns, non-empty def
2500         of SUBTARGET_OPTION_TRANSLATE_TABLE.
2501
2502 2004-03-04  DJ Delorie  <dj@redhat.com>
2503
2504         PR optimization/14282
2505         * sched-deps.c (sched_analyze_insn): Allow a stack adjustment
2506         between a call and the assignment of its return value.
2507
2508 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
2509
2510         * config/h8300/h8300.c: Put a comment for every function.
2511
2512 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
2513
2514         * config/h8300/h8300.md: Add comments about peephole2's.
2515
2516 2004-03-04  Steven Bosscher  <stevenb@suse.de>
2517
2518         * i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.
2519
2520 2004-03-04  Jan Hubicka  <jh@suse.cz>
2521
2522         * cfgcleanup.c (thread_jump): Update call of cselib_init.
2523         * cselib.c (cselib_record_memory): New static variable.
2524         (cselib_lookup_mem, cselib_record_set, cselib_record_sets):
2525         Give up on memories when asked for.
2526         (cselib_init): Accept new argument.
2527         * cselib.h (cselib_init): Update prototype.
2528         * gcse.c (local_cprop_pass): Update call of cselib_init.
2529         * loop.c (load_mems): Update call of cselib_init.
2530         * postreload.c (reload_cse_regs_1): Update call of cselib_init.
2531         * sched-deps.c (sched_analyze): Update call of cselib_init.
2532
2533 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
2534             GP <gp@qnx.com>
2535
2536         * config/rs6000/rs6000.c (output_function_profiler): Append @plt
2537         when compiling PIC.
2538
2539 2004-03-04  Josef Zlomek  <zlomekj@suse.cz>
2540
2541         PR/14362
2542         * var-tracking.c (track_expr_p): Do not track variables which
2543         should be ignored for debugging purposes.
2544
2545 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
2546
2547         * real.c (encode_ibm_extended): Don't bother rounding low double.
2548         * c-cppbuiltin.c (builtin_define_float_constants): Tweak MAX
2549         when fmt->pnan < fmt->p.
2550
2551 2004-03-04  Eric Christopher  <echristo@redhat.com>
2552
2553         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Fix to check
2554         only range of valid arg registers and fixed_regs.
2555
2556 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
2557
2558         PR target/14406
2559         * config/rs6000/rs6000.md (abstf2, abstf2+1): Delete define_insn.
2560         (abstf2, abstf2_internal): New define_expand.
2561
2562 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2563
2564         PR optimization/14235
2565         * expr.c (convert_move): Copy the source to a new pseudo
2566         when converting from a sub-word source to a larger-than-word
2567         register which conflicts with the source.
2568
2569 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
2570
2571         PR 13728
2572         * c-decl.c (diagnose_mismatched_decls): Issue an error for two
2573         parameters with the same name, unless one is a forward decl.
2574         Do not issue a redundant-redeclaration warning for forward
2575         decls of parameters.
2576
2577 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
2578
2579         * doc/install.texi (*-ibm-aix*): Document use of Bash to speed up
2580         configuration.
2581
2582 2004-03-03  Ian Lance Taylor  <ian@wasabisystems.com>
2583
2584         * ggc-zone.c (ggc_pch_write_object): Don't align file pointer.
2585
2586 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
2587
2588         * target-def.h (TARGET_OPTF): Delete.
2589         * c-opts.c (TARGET_OPTF): Define.
2590
2591 2004-03-04  Jan Hubicka  <jh@suse.cz>
2592
2593         * cselib.c (cselib_finish): Fix another miss-application of my previous
2594         patch.
2595
2596 2004-03-03  Mike Stump  <mrs@apple.com>
2597
2598         Add framework support for darwin.
2599
2600         * c-incpath.c: Include target.h and machmode.h.
2601         (add_path): Use a consistent style for cpp_dir.  Initialize
2602         p->construct to 0.
2603         (add_cpp_dir_path): New.
2604         (register_include_chains): Add use of extra_includes callback.
2605         (hook_void_int): Add.
2606         (target_c_incpath): Add.
2607         * c-incpath.h (add_cpp_dir_path): New.
2608         (target_c_incpath_s): Add.
2609         (target_c_incpath): Add.
2610         (C_INCPATH_INIT): Add.
2611         * c-opts.c (c_common_missing_argument,
2612         c_common_handle_option): Add -F argument processing.
2613         * c.opt: Add -F argument processing.
2614         * gcc.c (trad_capable_cpp): Add -F argument processing.
2615         * cppfiles.c (find_file_in_dir): Update to use construct
2616         callback.
2617         (search_path_exhausted, cpp_get_path, cpp_get_buffer,
2618         cpp_get_prev): New.
2619         (_cpp_find_file): Use search_path_exhausted.
2620         (make_cpp_dir): Initialize construct to 0.
2621         * cpplib.h (missing_header_cb
2622         cpp_get_path, cpp_get_buffer, cpp_get_file, cpp_get_prev): New.
2623         (cpp_callbacks): Add missing_header
2624         (cpp_dir): Add construct.
2625         * target-def.h: (TARGET_OPTF): New.
2626         * hooks.c (hook_void_int, hook_void_charptr): Add.
2627         * hooks.h (hook_void_int, hook_void_charptr): Add.
2628         * Makefile.in (c-incpath.o) : Add $(TARGET_H) and
2629         $(MACHMODE_H) dependencies.
2630         * doc/invoke.texi (Darwin Options): Document -F.
2631         * doc/tm.texi (TARGET_EXTRA_INCLUDES): Add.
2632         (TARGET_OPTF): Add.
2633         * fix-header.c (target_c_incpath): Add.
2634
2635         * config/darwin-c.c: Add c-incpath.h include.
2636         (using_frameworks, find_subframework_file,
2637         find_subframework_header, add_system_framework_path,
2638         frameworks_in_use, num_frameworks, max_frameworks,
2639         add_framework, find_framework, struct framework_header,
2640         framework_header_dirs, framework_construct_pathname,
2641         find_subframework_file, add_system_framework_path,
2642         add_framework_path, framework_defaults,
2643         darwin_register_frameworks, find_subframework_header): Add.
2644         * config/darwin.h (TARGET_EXTRA_INCLUDES, TARGET_OPTF): New.
2645         (TARGET_OPTION_TRANSLATE_TABLE): Add -framework support.
2646         (CPP_SPEC): Add __APPLE_CC__ support.
2647         * t-darwin (darwin-c.o): Add c-incpath.h dependency.
2648
2649 2004-03-04  Jan Hubicka  <jh@suse.cz>
2650
2651         * cselib.c (cselib_finish): Fix miss-application of my previous
2652         patch.
2653
2654 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
2655
2656         * hooks.c (hook_tree_tree_identity): New.
2657         * hooks.h: Add a prototype for hook_tree_tree_identity.
2658         * stmt.c (expand_asm_operands): Use targetm.md_asm_clobbers
2659         instead of MD_ASM_CLOBBERS.
2660         * system.h (MD_ASM_CLOBBERS): Poison.
2661         * target-def.h (TARGET_MD_ASM_CLOBBERS): New.
2662         (TARGET_INITIALIZER): Add TARGET_MD_ASM_CLOBBERS.
2663         * target.h (gcc_target): Add md_asm_clobbers.
2664         * config/i386/i386.c (TARGET_MD_ASM_CLOBBERS): New.
2665         (ix86_md_asm_clobbers): New.
2666         * config/i386/i386.h (MD_ASM_CLOBBERS): Remove.
2667         * doc/tm.texi (MD_ASM_CLOBBERS): Change to
2668         TARGET_MD_ASM_CLOBBERS.
2669
2670 2004-03-03  Stuart Hastings  <stuart@apple.com>
2671
2672         * gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.
2673
2674 2004-03-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2675
2676         * config/sparc/sparc.c (noov_compare64_op): Fix typo.
2677
2678         * config/sparc/sparc.h (ASM_FLOAT): Delete.
2679         (ASM_DOUBLE): Likewise.
2680         (ASM_LONGDOUBLE): Likewise.
2681         * config/sparc/pbd.h (ASM_INT_OP): Delete.
2682
2683 2003-03-03  Richard Henderson  <rth@redhat.com>
2684
2685         PR opt/13862
2686         * cselib.c (cselib_record_sets): Don't record multiple sets in
2687         asm insns.
2688
2689 2004-03-03  Mostafa Hagog  <mustafa@il.ibm.com>
2690
2691         * common.opt: Add description of the new -fgcse-after-reload flag.
2692
2693         * flags.h (flag_gcse_after_reload): Declaration of global variable.
2694
2695         * gcse.c (reg_used_on_edge ,reg_set_between_after_reload_p,
2696         reg_used_between_after_reload_p, rtx get_avail_load_store_reg,
2697         is_jump_table_basic_block, bb_has_well_behaved_predecessors,
2698         get_bb_avail_insn, hash_scan_set_after_reload,
2699         compute_hash_table_after_reload, eliminate_partially_redundant_loads,
2700         gcse_after_reload, get_bb_avail_insn): New functions to implement
2701         gcse-after-reload.
2702         (gcse_after_reload_main): New function, the main entry point to
2703         gcse-after-reload.
2704
2705         * rtl.h (gcse_after_reload_main): Declaration of the new function.
2706
2707         * opts.c (common_handle_option): Handle the -fgcse-after-reload flag.
2708
2709         * toplev.c (flag_gcse_after_reload): Initialization.
2710
2711         * passes.c (rest_of_handl_gcse2): Call gcse_after_reload_main.
2712
2713         * params.def (PARAM_GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
2714         PARAM_GCSE_AFTER_RELOAD_CRITICAL_FRACTION): New parameters for tuning
2715         the gcse after reload optimization.
2716
2717         * params.h (GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
2718         GCSE_AFTER_RELOAD_CRITICAL_FRACTION): Two macros to access the tuning
2719         parameters.
2720
2721         * doc/invoke.texi: Documentation for the new flag gcse-after-reload.
2722
2723 2004-03-03  Nicolas Pitre <nico@cam.org>
2724
2725         * config/arm/ieee754-df.S (muldf3, divdf3): Fix denormalization of
2726         small negative values.
2727
2728 2004-03-03  Jan Hubicka  <jh@suse.cz>
2729
2730         * cselib.c (hash_table):  Remove GTY marker.
2731         (reg_values): Turn into array.
2732         (used_regs): Likewise.
2733         (n_used_regs): New static variable.
2734         (reg_values_old): Kill.
2735         (clear_table): Update uses of arrays.
2736         (cselib_lookup): Likewise.
2737         (cselib_record_set): Likewise.
2738         (cselib_init): Likewise.
2739         (cselib_finish): Likewise.
2740         (cselib_udpate_varray_sizes): Kill.
2741         * cselib.h (cselib_update_varray_sizes): Kill.
2742
2743 2004-03-03  Paul Brook  <paul@codesourcery.com>
2744
2745         * flow.c (ior_reg_cond, and_reg_cond): Remove stray ")".
2746
2747 2004-03-03  Jan Hubicka  <jh@suse.cz>
2748
2749         * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
2750         Rename from ...; make statistics transparent.
2751         (ggc_alloc_cleared, ggc_realloc_stat): ... these.
2752         (loc_descriptor): New structure.
2753         (hash_descriptor, eq_descriptor, loc_descriptor, cmp_statistics,
2754         add_statistics):
2755         New static function.
2756         (ggc_record_overhead, dump_statistics): New global function.
2757         * ggc-none.c (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
2758         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Rename
2759         from ...; accept locations
2760         (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
2761         ggc_realloc, ggc_alloc_typed):  ... this one.
2762         from ...; accept locations
2763         * ggc-page.c (ggc_alloc_typed_stat, ggc_alloc_zone_stat,
2764         ggc_alloc_stat): Rename from ... ; pass locations
2765         * ggc-page.c (ggc_alloc_typed, ggc_alloc_zone, ggc_alloc):
2766         ... this one.
2767         (ggc_alloc_stat): Record overehead.
2768         * ggc.h (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
2769         ggc_realloc, ggc_alloc_typed):  Turn to macros
2770         (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
2771         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Declare.
2772         (dump_ggc_loc_satistics, ggc_record_overehead): Declare.
2773         * langhooks.h (lhd_make_node): Declare.
2774         (LANG_HOOKS_MAKE_TYPE): Default to new function,
2775         * langhooks.c (lhd_make_node): New.
2776         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Rename from ... ; pass
2777         locations.
2778         (rtx_alloc, swallow_copy_rtx): ... this one.
2779         * rtl.h (rtx_alloc, swallow_copy_rtx): Turn to macros.
2780         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Declare.
2781         * toplpev.c (finalize): Dump stats.
2782         * tree.c (make_node_stat, copy_node_stat, make_tree_vec_stat,
2783         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
2784         Rename from ... ; pass locators.
2785         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
2786         build?,  build_decl): Declare.
2787         * tree.h (make_node_stat, copy_node_stat, make_tree_vec_stat,
2788         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
2789         Declare.
2790         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
2791         build?,  build_decl): New macros.
2792         * Makefile.in (RTL_H, TREE_H): Add statistics.h dependency.
2793         * statistics.h: New file.
2794
2795 2004-03-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2796             Richard Sandiford  <rsandifo@redhat.com>
2797
2798         * config/mips/mips.h (MASK_FIX_SB1): Bump.
2799         (MASK_FIX_R4400, TARGET_FIX_R4400): New macros.
2800         (TARGET_SWITCHES): Add -mfix-r4400 and -mno-fix-r4400.
2801         * config/mips/mips.c (mips_output_division): Fill the branch delay
2802         slot with a nop if TARGET_FIX_R4000.  Extend R4000 workarounds to
2803         TARGET_FIX_R4400.
2804         (mips_output_division): Adjust accordingly.
2805         (override_options): Make -march=r4400 imply -mfix-r4400 by default.
2806         * doc/invoke.texi: Document -mfix-r4400 and new errata workarounds.
2807
2808 2004-03-03  Paolo Bonzini  <bonzini@gnu.org>
2809
2810         * alias.c (rtx_equal_for_memref_p): Use predicates
2811         to test rtx classes and new rtx class codes, possibly
2812         splitting conditionals that tested against '<' and 'o'.
2813         * caller-save.c (save_call_clobbered_regs): Likewise.
2814         * combine.c (contains_muldiv, find_split_point, subst,
2815         combine_simplify_rtx, simplify_if_then_else,
2816         simplify_set, simplify_logical, expand_compound_operation,
2817         make_compound_operation, if_then_else_cond, known_cond,
2818         apply_distributive_law, cached_nonzero_bits,
2819         cached_num_sign_bit_copies, simplify_shift_const,
2820         gen_binary, simplify_comparison, update_table_tick,
2821         record_value_for_reg, get_lsat_value_validate): Likewise.
2822         * cse.c (mention_regs, find_best_addr, find_comparison_args,
2823         fold_rtx, cse_insn, invalidate_memory, cse_basic_block):
2824         Likewise.
2825         * emit-rtl.c (copy_insn_1): Likewise.
2826         * expr.c (force_operand): Likewise.
2827         * final.c (final_scan_insn, get_mem_expr_from_op): Likewise.
2828         * flow.c (notice_stack_pointer_modification_1,
2829         invalidate_mems_from_autoinc, ior_reg_cond, not_reg_cond,
2830         and_reg_cond, elim_reg_cond): Likewise.
2831         * function.c (update_epilogue_consts): Likewise.
2832         * genattrtab.c (attr_rtx_1): Likewise.
2833         * genopinit.c (gen_insn): Likewise.
2834         * integrate.c (subst_constants): Likewise.
2835         * jump.c (reversed_comparison_code_parts,
2836         reversed_comparison_code, delete_related_insns,
2837         rtx_renumbered_equal_p): Likewise.
2838         * local-alloc.c (block_alloc): Likewise.
2839         * loop.c (rtx_equal_for_prefetch_p, maybe_eliminate_biv,
2840         canonicalize_condition): Likewise.
2841         * loop-iv.c (simplify_using_conditions, iv_number_of_iterations):
2842         Likewise.
2843         * optabs.c (add_equal_node, expand_binop): Likewise.
2844         * predict.c (estimate_probability): Likewise.
2845         * ra-debug.c (ra_print_rtx_2op, ra_print_rtx): Likewise.
2846         * recog.c (validate_replace_rtx_1, comparison_operator,
2847         offsettable_address_p, constrain_operands): Likewise.
2848         * reg-stack.c (swap_rtx_condition_1, subst_stack_regs_pat):
2849         Likewise.
2850         * regclass.c (scan_one_insn): Likewise.
2851         * regmove.c (stable_and_no_regs_but_for_p): Likewise.
2852         * regrename.c (kill_autoinc_value): Likewise.
2853         * reload.c (find_reusable_reload, find_reloads,
2854         reg_overlap_mentioned_for_reload_p): Likewise.
2855         * reload1.c (gen_reload, delete_address_reloads_1): Likewise.
2856         * rtl.c (copy_rtx): Likewise.
2857         * rtl.h (CONSTANT_P, INSN_P): Likewise.
2858         * rtlanal.c (commutative_operand_precedence): Likewise.
2859         * sched-deps.c (conditions_mutex_p): Likewise.
2860         * sched-rgn.c (is_cfg_nonregular): Likewise.
2861         * simplify-rtx.c (simplify_gen_binary,
2862         simplify_gen_relational, simplify_replace_rtx,
2863         simplify_unary_operation, simplify_binary_operation,
2864         simplify_ternary_operation, simplify_rtx): Likewise.
2865         * unroll.c (reg_dead_after_loop): Likewise.
2866         * config/alpha/alpha.c (alpha_swapped_comparison_operator,
2867         print_operand): Likewise.
2868         * config/arc/arc.c (proper_comparison_operator): Likewise.
2869         * config/arm/arm.c (arm_arm_address_cost, arm_select_cc_mode):
2870         Likewise.
2871         * config/avr/avr.c (_reg_unused_after): Likewise.
2872         * config/frv/frv.c (frv_ifcvt_modify_tests,
2873         frv_ifcvt_modify_insn, frv_pack_insn): Likewise.
2874         * config/i386/i386.c (ix86_comparison_operator,
2875         ix86_carry_flag_operator, fcmov_comparison_operator,
2876         arith_or_logical_operator, print_operand,
2877         ix86_expand_binary_operator, ix86_binary_operator_ok):
2878         Likewise.
2879         * config/i386/i386.md: Likewise.
2880         * config/ia64/ia64.c (not_postinc_memory_operand,
2881         ia64_print_operand, update_set_flags, errata_emit_nops):
2882         Likewise.
2883         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS,
2884         CONSTRAINT_OK_FOR_S): Likewise.
2885         * config/ip2k/ip2k.c (mdr_resequence_xy_yx,
2886         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
2887         ip2k_xexp_not_uses_reg_for_mem, ip2k_xexp_not_uses_reg_p,
2888         ip2k_composite_xexp_not_uses_reg_p, ip2k_unary_operator):
2889         Likewise.
2890         * config/iq2000/iq2000.c (cmp_op, symbolic_expression_p,
2891         eqne_comparison_operator, signed_comparison_operator):
2892         Likewise.
2893         * config/mips/mips.c (cmp_op, symbolic_expression_p):
2894         Likewise.
2895         * config/mmix/mmix (mmix_foldable_comparison_operator,
2896         mmix_comparison_operator): Likewise.
2897         * config/pa/pa.c (hppa_legitimize_address): Likewise.
2898         * config/rs6000/rs6000.c (stmw_operation,
2899         branch_comparison_operator, trap_comparison_operator,
2900         ccr_bit): Likewise.
2901         * config/rs6000/rs6000.h (SELECT_CC_MODE): Likewise.
2902         * config/s390/s390.c (s390_alc_comparison,
2903         s390_slb_comparison):L Likewise.
2904         * config/sh/sh.c (gen_block_redirect, reg_unused_after):
2905         Likewise.
2906         * config/sparc/sparc.c (eq_or_neq, normal_comp_operator,
2907         noov_compare_op, noov_compare64_op, v9_regcmp_op,
2908         emit_hard_tfmode_operation, reg_unused_after)
2909         * doc/md.texi, doc/rtl.texi: Likewise.
2910
2911         * ra-debug.c: Add 2004 to list of copyright years.
2912         * unroll.c: Likewise.
2913
2914         * combine.c (simplify_logical): Remove dummy test,
2915         (apply_distributive_law): Fix typo in comment.
2916         GET_CODE (x) == AND so x is a commutative binary op.
2917         * jump.c (delete_related_insns): simplify loop
2918         condition, move testing of RTX codes inside the loop.
2919         (rtx_renumbered_equal_p): do not use RTX_CODE.
2920         * rtl.c (rtx_class): Declare as enum rtx_class.
2921         * rtl.def (EQ, NE, UNEQ, LTGT, UNORDERED, ORDERED):
2922         Move to RTX_COMM_COMPARE class.
2923         (HIGH, SYMBOL_REF, LABEL_REF, CONST, CONST_INT, CONST_DOUBLE):
2924         Move to RTX_CONST_OBJ class.
2925         * rtl.h (enum rtx_class): New declaration,
2926         (RTX_OBJ_MASK, RTX_OBJ_RESULT, RTX_COMPARE_MASK,
2927         RTX_COMPARE_RESULT, RTX_ARITHMETIC_MASK, RTX_ARITHMETIC_RESULT,
2928         RTX_BINARY_MASK, RTX_BINARY_RESULT, RTX_COMMUTATIVE_MASK,
2929         RTX_COMMUTATIVE_RESULT, RTX_NON_COMMUTATIVE_RESULT,
2930         RTX_EXPR_FIRST, RTX_EXPR_LAST, UNARY_P, BINARY_P,
2931         ARITHMETIC_P, COMMUTATIVE_ARITHMETIC_P, COMPARISON_P,
2932         SWAPPABLE_OPERANDS_P, NON_COMMUTATIVE_P, COMMUTATIVE_P,
2933         OBJECT_P): New macros.
2934         * config/sparc/sparc.c (noov_compare_op): Remove register
2935         from parameter.
2936
2937 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
2938
2939         * target.h: Remove texi jargons in comments.
2940
2941 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2942
2943         * config/h8300/lib1funcs.asm (___fixunssfsi): Change the
2944         threshold to 0x4f.
2945
2946         Revert:
2947         2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
2948         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
2949         as well.
2950         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
2951         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
2952
2953 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2954
2955         * doc/md.texi (cbranchmode4): New.
2956
2957 2004-03-02  Eric Christopher  <echristo@redhat.com>
2958
2959         * config/mips/mips16.S: Change fixsfsi and fixdfsi to
2960         fix_trunc.
2961         * config/mips/mips.c (mips_init_libfuncs): Change accordingly.
2962         * config/mips/t-elf (LIB1ASMFUNCS): Ditto.
2963         * config/mips/t-isa3264 (LIB1ASMFUNCS): Ditto.
2964         * config/mips/t-r3900 (LIB1ASMFUNCS): Ditto.
2965
2966 2004-03-02  Richard Henderson  <rth@redhat.com>
2967
2968         PR middle-end/11767
2969         * coverage.c (coverage_counter_ref): Set MEM_NOTRAP_P.
2970         * optabs.c (prepare_cmp_insn): Force trapping memories to registers
2971         before the compare, if flag_non_call_exceptions.
2972
2973 2004-03-02  Richard Henderson  <rth@redhat.com>
2974
2975         PR middle-end/14327
2976         * stmt.c (expand_computed_goto): Do do_pending_stack_adjust before
2977         emitting the label, not after.
2978
2979 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2980
2981         * config/m68hc11/m68hc11.c (m68hc11_addr_mode): New variable.
2982         (m68hc11_mov_addr_mode): Likewise.
2983         (m68hc11_override_options): Initialize them based on target.
2984         (register_indirect_p): Allow a MEM for indirect addressing modes and
2985         use flags to control what is allowed.
2986         (m68hc11_small_indexed_indirect_p): Use m68hc11_mov_addr_mode for
2987         supported addressing modes.
2988         (m68hc11_register_indirect_p): Use m68hc11_addr_mode.
2989         (go_if_legitimate_address_internal): Likewise.
2990         (m68hc11_indirect_p): Likewise and check the mode.
2991         (print_operand): Allow a (MEM (MEM)) and generate indirect addressing.
2992
2993 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2994
2995         * builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
2996         (expand_builtin_setjmp_setup): Use
2997         targetm.builtin_setjmp_frame_value instead of
2998         BUILTIN_SETJMP_FRAME_VALUE.
2999         * system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
3000         * target-def.h (TARGET_BUILTIN_SETJMP_FRAME_VALUE): New.
3001         (TARGET_INITIALIZER): Add TARGET_BUILTIN_SETJMP_FRAME_VALUE.
3002         * target.h (gcc_target): Add builtin_setjmp_frame_value.
3003         * targhooks.c (default_builtin_setjmp_frame_value): New.
3004         * targhooks.h: Add a prototype for
3005         default_builtin_setjmp_frame_value.
3006         * doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Change to
3007         TARGET_BUILTIN_SETJMP_FRAME_VALUE.
3008
3009 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3010
3011         * config/m68hc11/m68hc11.md (move peephole2): New peepholes to optimize
3012         sequences of moves.
3013         (add peepholes): New peepholes to optimize sequences adding small
3014         constants.
3015         (bset peepholes): New peepholes to transform an OR in a bset form
3016         (bclr peepholes): Likewise for bclr form.
3017         (cmp peepholes): New peepholes to avoid register copies when comparing.
3018
3019 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3020
3021         * config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split
3022         to separate push from moves.
3023         ("*pushdf_internal"): Likewise.
3024         ("*pushsf_internal"): Likewise.
3025         ("*pushsi_internal"): Likewise.
3026         ("movdi_internal"): Use define_insn_and_split; non push operand.
3027         ("movdf_internal"): Likewise.
3028         ("movsf_internal"): Likewise.
3029         ("movsi_internal"): Likewise.
3030         ("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints
3031         ("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise.
3032         ("*ashlsi3_const1", "*lshrsi3_const1"): Likewise.
3033
3034 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3035
3036         * config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.
3037         ("cmphi_z_used", "cmpqi_z_used"): Likewise.
3038         ("movstrictsi", "movstricthi", "movstrictqi"): Likewise.
3039         ("anddi3", "andsi3", "iordi3", "iorsi3"): Likewise.
3040         ("xordi3", "xorsi3", "*logicalsi3_zexthi"): Likewise.
3041         ("*logicalsi3_zextqi", "*logicalhi3_zexthi_ashift8"): Likewise.
3042         ("logicalhi3_zexthi", "*logicalsi3_silshr16"): Likewise.
3043         ("*logicalsi3_silshl16", "*logicalsi3_silshl16_zext"): Likewise.
3044         ("*ashldi3_const32", "*ashldi3_const1", "addsi_silshr16"): Likewise.
3045         ("addsi_andshr16", "*ashlsi3_const16_zexthi"): Likewise.
3046         ("*lshrdi3_const32", "*lshrdi_const1"): Likewise.
3047
3048 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3049
3050         * config/m68hc11/m68hc11.md (SOFT_TMP_REGNUM): Define.
3051         (SOFT_XY_REGNUM): Define.
3052         (cmp split): Use the above instead of hard coded numbers.
3053         (8-bit op split): No need to check the mode; allow Q_REG.
3054         (ashift split): Adjust the first operand if it uses the SP and we
3055         are pushing the shifted value.
3056         (plus shift split): Fix when a source is in register D+X.
3057         ("doloop_end"): Pass dummy arguments to gen_rtx_NE.
3058
3059 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
3060
3061         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix when
3062         comparing with Z register.
3063
3064 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3065
3066         * cfgloop.h (struct loop_desc): Removed.
3067         (struct loop): Fields simple, desc and has_desc removed.
3068         (simple_loop_p, count_loop_iterations): Declaration removed.
3069         * cfgloopanal.c (struct unmark_altered_insn_data): Removed.
3070         (unmark_altered, blocks_invariant_registers, unmark_altered_insn
3071         blocks_single_set_registers, invariant_rtx_wrto_regs_p_helper,
3072         invariant_rtx_wrto_regs_p, test_for_iteration, constant_iterations,
3073         simple_loop_exit_p, variable_initial_value, variable_initial_values,
3074         simple_condition_p, simple_increment, count_strange_loop_iterations,
3075         inverse, fits_in_mode_p, simple_loop_p, count_loop_iterations):
3076         Removed.
3077         * loop-iv.c (check_simple_exit, find_simple_exit): Update comments.
3078
3079 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
3080
3081         * genattrtab.c: Don't handle MATCH_INSN.
3082         * genrecog.c: Likewise.
3083         * gensupport.c: Likewise.
3084         * rtl.def (match_insn): Remove.
3085         * doc/md.texi (match_insn, match_insn2): Remove.
3086
3087 2004-03-02  Mark Mitchell  <mark@codesourcery.com>
3088
3089         * doc/c-tree.texi (DECL_ASSEMBLER_NAME): Mention that using this
3090         macro results in memory allocation.
3091
3092 2004-03-02  David O'Brien  <obrien@FreeBSD.org>
3093
3094         * config/freebsd-spec.h (FBSD_DYNAMIC_LINKER): Add.
3095         * config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Define
3096         %(fbsd_dynamic_linker),
3097         (LINK_SPEC): Use %(fbsd_dynamic_linker), and sync style with
3098         config/i386/freebsd.h
3099         * config/arm/freebsd.h: Ditto.
3100         * config/i386/freebsd.h: Ditto.
3101         * config/i386/freebsd64.h: Ditto.
3102         * config/ia64/freebsd.h: Ditto.
3103         * config/rs6000/sysv4.h: Ditto.
3104         * config/sparc/freebsd.h: Ditto.
3105
3106 2004-03-02  Loren James Rittle  <ljrittle@acm.org>
3107
3108         * gcc/doc/install.texi (*-*-freebsd*): Update target information.
3109
3110 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
3111
3112         * rtl.def (define_combine): Remove.
3113
3114 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
3115
3116         * config/h8300/h8300.md: Tweak formatting.
3117
3118 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
3119
3120         * config/h8300/h8300.md (*cmphi_h8300): Rename to
3121         *cmphi_h8300_znvc.
3122         (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
3123
3124 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
3125
3126         PR bootstrap/14356
3127         * gcc.c (process_command): Remove const-qualification from argv.
3128         (main): Likewise.
3129
3130 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
3131
3132         * config/h8300/h8300.md (pushqi1_h8300hs): Rename to
3133         pushqi1_h8300hs_advanced.  Adjust its caller.
3134         (pushhi1_h8300hs): Rename to pushhi1_h8300hs_advanced.
3135         Adjust its caller.
3136
3137 2004-03-02  Nicolas Roche  <roche@act-europe.fr>
3138
3139         * Makefile.in (install-libgcc, install-multilib): Pass
3140         mkinstalldirs var to libgcc.mk.
3141
3142 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
3143
3144         * system.h (DBX_OUTPUT_STANDARD_TYPES): Poison.
3145         * doc/tm.texi (DBX_OUTPUT_STANDARD_TYPES): Remove.
3146
3147 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
3148
3149         * config/h8300/h8300.c (gtle_operator): Accept GT and LE.
3150         * config/h8300/h8300.md: Split several peephole2's, each into
3151         two.
3152
3153 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3154
3155         * dominance.c (recount_dominator): Handle postdominators.
3156
3157 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3158
3159         * config/mips/mips-protos.h (enum mips_symbol_type): Move from mips.h.
3160         (NUM_SYMBOL_TYPES): Likewise.
3161         (SYMBOL_64_HIGH, SYMBOL_64_MID, SYMBOL_64_LOW): New symbol types.
3162         (mips_unspec_address): Declare.
3163         (mips_gotoff_page, mips_gotoff_global): Delete.
3164         * config/mips/mips.h (PREDICATE_CODES): Add general_symbolic_operand.
3165         * config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete.
3166         (mips_symbolic_constant_p, mips_symbolic_address_p)
3167         (mips_symbol_insns): Handle new symbol types.
3168         (general_symbolic_operand): New predicate.
3169         (mips_unspec_address): Make extern.
3170         (mips_gotoff_page, mips_gotoff_global): Delete.
3171         (override_options): Allow -mabi=64 -mno-abicalls -mexplicit-relocs.
3172         Handle new symbol types.
3173         * config/mips/mips.md (*lea_high64, *lea64): New patterns.
3174         (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_disp[sd]i): Call
3175         mips_unspec_address directly.
3176         * doc/invoke.texi: Remove the -mabi=64 -mno-abicalls exception from
3177         the documentation of -mexplicit-relocs.
3178
3179 2004-03-01  Jeff Law  <law@redhat.com>
3180
3181         * fold-const.c (fold): An equality comparison of a non-weak object
3182         against zero has a known result.  Similarly an equality comparison
3183         of the address of two non-weak, unaliased symbols has a known result.
3184
3185         * ggc-page.c (struct page_entry): New field PREV.
3186         (ggc_alloc): Update PREV field appropriately.
3187         (sweep_pages): Likewise.
3188         (ggc_free): Likewise.  Use PREV field rather than loop to
3189         improve ggc_free performance.
3190
3191 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3192
3193         * config/mips/mips.c (mips_output_division): Use the division
3194         instruction to fill the delay slot of a zero check.
3195         (mips_idiv_insns): Adjust accordingly.
3196
3197 2004-03-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3198
3199         * config.gcc: Create a default tmake_file for linux, and use
3200         it in all but two linux clauses.  Comment those two.
3201
3202 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
3203
3204         * combine.c (try_combine):  Do not refer to is_replaced.
3205         (gen_lowpart_for_combine):  Perverse subregs now have a
3206         more politically correct name.
3207         * cse.c (cse_insn): Likewise.
3208         * jump.c: Fix bogus reference to delete_insn.
3209
3210 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
3211
3212         PR debug/14328
3213         * dwarf2out.c (gen_enumeration_type_die): Output all enumeration
3214         constants as signed values.
3215
3216         PR middle-end/13448
3217         * c-tree.h (readonly_warning): Rename to ...
3218         (readonly_error): ... this.
3219         * c-typeck.c (build_unary_op): Adjust accordingly.
3220         (readonly_warning): Rename to ...
3221         (readonly_error): ... this and issue errors, not warnings.
3222         (build_modify_expr): Call readonly_error, not readonly_warning.
3223         (c_expand_asm_operands): Likewise.
3224         * tree-inline.c (optimize_inline_calls): Do not inline functions
3225         after errors have occurred.
3226
3227 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3228
3229         * configure.ac: Rearrange some threading code for clarity;
3230         add section comment.
3231         * configure: Regenerate.
3232
3233 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3234
3235         * passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment
3236         typos.
3237         * doc/cppopts.texi: Fix a typo.
3238
3239 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3240
3241         * config/i386/i386.md: Fix formatting.
3242
3243 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3244
3245         * configure.ac: Add some comments delineating sections of code.
3246
3247         * doc/install.texi: Note that libada uses autoconf 2.57 also.
3248
3249         * doc/install.texi: Fix idiot typo in previous commit.
3250
3251         * doc/install.texi: Update for conversion of intl to autoconf 2.57.
3252
3253 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3254
3255         * config/h8300/h8300.md: Add comments about peephole2's.
3256
3257 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3258
3259         * config/h8300/h8300.md: Tweak operand numbers of some
3260         peephole2's.
3261
3262 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3263
3264         * config/h8300/h8300.md: Tweak comments about peephole2's.
3265
3266 2004-02-29  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
3267
3268         PR middle-end/14203
3269         * function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P
3270         instead of testing whether DECL_RTL is not NULL.
3271
3272 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3273
3274         * config/sh/sh.c: Fix formatting.
3275
3276 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3277
3278         * config/sh/sh.c: Convert to ISO-C.
3279
3280 2004-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3281
3282         * c-typeck.c (tagged_types_tu_compatible_p): Fix pasto in
3283         my previous patch.
3284
3285         * config/darwin.h (machopic_finish): Output stub even if the
3286         symbol is already defined.
3287
3288 2004-02-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3289
3290         * pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.
3291
3292 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3293
3294         * genattr.c (main): Don't define
3295         TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
3296         * system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison.
3297         (DFA_PIPELINE_INTERFACE): Likewise.
3298         * doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove.
3299         (DFA_PIPELINE_INTERFACE): Likewise.
3300
3301 2004-02-28  Richard Sandiford  <rsandifo@redhat.com>
3302
3303         * config/mips/mips.md (tstsi, tstdi): Delete.
3304
3305 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3306
3307         * config/mips/mips.c (override_options): Remove an obsolete
3308         duplicate definition of the "e" constraint.
3309         * config/mips/mips.h: Update a comment accordingly.
3310
3311 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3312
3313         * config/mips/mips.md: Complete the unfinished R4000
3314         multiply/shift errata workaround.  Improve documentation.
3315         (hazard): Use TARGET_FIX_R4000 to decide whether an "imul" instruction
3316         has a hilo hazard.
3317         (mulsi3, mulsi3_internal, mulsi3_r4000): Use TARGET_FIX_R4000.
3318         (muldi3, muldi3_internal): Likewise.
3319         (muldi3_internal2): Remove, replacing with...
3320         (muldi3_mult3, muldi3_r4000): ...these new patterns.
3321         (mulsidi3): Take the errata into account.
3322         (mulsidi3_32bit): Remove, replacing with...
3323         (mulsidi3_32bit_internal, mulsidi3_32bit_r4000): ...these new patterns.
3324         (mulsidi3_64bit, mulsidi3_64bit_parts): Disable if TARGET_FIX_R4000.
3325         (umulsidi3): Take the errata into account.
3326         (umulsidi3_32bit): Remove, replacing with..
3327         (umulsidi3_32bit_internal, umulsidi3_32bit_r4000): ...these patterns.
3328         (umulsi3_highpart, umulsi3_highpart_internal): Disable if
3329         TARGET_FIX_R4000.
3330         (smulsi3_highpart, smulsi3_highpart_internal): Likewise.
3331         (smuldi3_highpart, umuldi3_highpart): Likewise.
3332         * doc/invoke.texi: Document the errata workaround.
3333
3334 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3335
3336         * config/mips/mips-protos.h (mips_idiv_insns): Declare.
3337         * config/mips/mips.h (MASK_FIX_SB1): Bump.
3338         (MASK_FIX_R4000, TARGET_FIX_R4000): New macros.
3339         (TARGET_SWITCHES): Add -mfix-r4000 and -mno-fix-r4000.
3340         * config/mips/mips.c (mips_idiv_insns): New function.
3341         (override_options): Make -march=r4000 imply -mfix-r4000 by default.
3342         (mips_output_division): Add a workaround for the R4000 divide/shift
3343         errata.
3344         * config/mips/mips.md (length): Use mips_idiv_insns() to calculate
3345         the length of an "idiv" instruction.
3346         * doc/invoke.texi: Document the new switches.
3347
3348 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3349
3350         * doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
3351         TARGET_SCHED_IS_COSTLY_DEPENDENCE.
3352
3353 2004-02-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3354
3355         PR optimization/14229
3356         * cfgrtl.c (rtl_tidy_fallthru_edge): Do not fail for !onlyjump jump.
3357
3358 2004-02-28  Eric Botcazou  <ebotcazou@act-europe.fr>
3359
3360         * fold-const.c (fold): Strip NOPs that change the signedness
3361         for RSHIFT too.  Expand comment.
3362
3363 2004-02-27  Ian Lance Taylor  <ian@wasabisystems.com>
3364
3365         PR optimization/7871
3366         * flow.c (mark_set_1): Don't add LOG_LINKS for global registers
3367         from or to call insns.
3368
3369 2004-02-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
3370
3371         PR optimization/7871
3372         * flow.c (propagate_one_insn): Interpret calls as setting global
3373         registers, not merely clobbering them.
3374
3375 2004-02-27  Dale Johannesen  <dalej@apple.com>
3376
3377         * config/darwin.c (machopic_output_possible_stub_label):  Remove.
3378         config/darwin-protos.h:  Ditto.
3379         config/darwin.h:  Remove call to it.
3380         * combine.c (distribute_notes): Do not place a REG_DEAD note
3381         when value is both set and used.
3382
3383 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
3384
3385         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
3386         as well.
3387         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
3388         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
3389
3390 2004-02-27  Andrew Pinski  <apinski@apple.com>
3391
3392         * c-typeck.c (tagged_types_tu_compatible_p) <ENUMERAL_TYPE>:
3393         Speedup common case of the type values being in the same order.
3394
3395 2004-02-27  Steve Ellcey  <sje@cup.hp.com>
3396
3397         * config/ia64/ia64.h (no-inline-float-divide): New option.
3398         * config/ia64/ia64.h (no-inline-int-divide): New option.
3399         * config/ia64/ia64.h (no-inline-sqrt): New option.
3400         (TARGET_DEFAULT): Add MASK_INLINE_FLOAT_DIV_THR to define.
3401         * config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
3402         * config/ia64/ia64.c (ia64_override_options): Modify error
3403         checking for inlined division/sqrt.
3404
3405 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
3406
3407         * bb-reorder.c, cfgbuild.c, diagnostic.c, explow.c, profile.c,
3408         ra-build.c, read-rtl.c, tracer.c, unwind-dw2-fde-glibc.c,
3409         value-prof.c, config/darwin-protos.h, config/frv/frv-abi.h,
3410         config/i386/pmmintrin.h, config/pa/pa-hpux.h: Update
3411         copyright.
3412
3413 2004-02-27  Paul Brook  <paul@codesourcery.com>
3414
3415         * function.c (assign_parms): Don't count pretend args for alignment.
3416
3417 2004-02-27  Richard Henderson  <rth@redhat.com>
3418
3419         * passes.c: New file.
3420         * Makefile.in (OBJS-common): Add it.
3421         * diagnostic.c (rtl_dump_and_exit): Move decl ...
3422         * flags.h (rtl_dump_and_exit): ... here.
3423         * output.h (size_directive_output, last_assemble_variable_decl):
3424         Move from toplev.c.
3425         * rtl.h (reg_alloc): Move from toplev.c.
3426         * toplev.c (HAVE_conditional_execution, DUMPFILE_FORMAT,
3427         struct dump_file_info, enum dump_file_index, dump_file_tbl,
3428         open_dump_file, close_dump_file, rest_of_decl_compilation,
3429         rest_of_type_compilation, rest_of_handle_final,
3430         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
3431         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
3432         rest_of_handle_new_regalloc, rest_of_handle_old_regalloc,
3433         rest_of_handle_regrename, rest_of_handle_reorder_blocks,
3434         rest_of_handle_sched, rest_of_handle_sched2, rest_of_handle_regmove,
3435         rest_of_handle_tracer, rest_of_handle_if_conversion,
3436         rest_of_handle_if_after_combine, rest_of_handle_web,
3437         rest_of_handle_branch_prob,
3438         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
3439         rest_of_handle_addressof, rest_of_handle_sibling_calls,
3440         rest_of_handle_jump_bypass, rest_of_handle_inlining,
3441         rest_of_handle_null_pointer, rest_of_handle_combine,
3442         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
3443         rest_of_handle_gcse, rest_of_handle_loop_optimize,
3444         rest_of_handle_loop2, rest_of_compilation): Move to passes.c.
3445         (decode_d_option): Use enable_rtl_dump_file.
3446         (compile_file, finalize, do_compile): Move profile+combine+graph
3447         cleanup to finish_optimization_passes.
3448         * toplev.h (init_optimization_passes, finish_optimization_passes,
3449         enable_rtl_dump_file): Declare.
3450
3451 2004-02-27  Eric Botcazou  <ebotcazou@act-europe.fr>
3452             Roger Sayle  <roger@eyesopen.com>
3453
3454         * fold-const.c (fold): Revert 2004-02-25 change.  Use the original
3455         operands to build a tree with swapped operands.
3456         * expr.c (expand_expr_real) <MAX_EXPR>: Consistently use the
3457         'unsignedp' predicate to specify the signedness.
3458
3459 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
3460
3461         * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c,
3462         expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c,
3463         params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix
3464         comment typos and formatting.  Follow spelling conventions.
3465
3466 2004-02-26  Aldy Hernandez  <aldyh@redhat.com>
3467
3468         * config/rs6000/rs6000.md: Add fixuns_truncsfsi2 and
3469         fix_truncsfsi2.
3470
3471         * config/rs6000/spe.md: Delete spe_efsctuiz.
3472         Add spe_fixuns_truncsfsi2.
3473         Add spe_fix_truncsfsi2.
3474
3475 2004-02-26  Eric Christopher  <echristo@redhat.com>
3476
3477         * c-lex.c (c_lex_string_translate): New variable.
3478         (lex_string): Use to determine string translation.
3479         * c-pragma.h: Prototype.
3480         * c-parse.in (start_string_translation): New. Set above.
3481         (stop_string_translation): Ditto.
3482         (attribute, attribute_list, asm_def, asm_stmt,
3483         asm_operand): Use above functions.
3484         * cp/parser.c (cp_parser_declaration): Translate strings
3485         unless token is RID_EXTERN. Set c_lex_string_translate
3486         for recursive use.
3487         (cp_parser_asm_definition): Only translate argument strings
3488         to asms.
3489         (cp_parser_asm_operand_list): Ditto.
3490         (cp_parser_attribute_list): Do not translate attribute strings.
3491
3492 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3493
3494         * stmt.c (expand_start_case_dummy): Remove.
3495         * tree.h: Remove the corresponding prototype.
3496
3497 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3498
3499         * builtins.c (apply_args_register_offset): Remove.
3500         * tree.h: Remove the corresponding prototype.
3501
3502 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3503
3504         * stor-layout.c (is_pending_size): Remove.
3505         * tree.h: Remove the corresponding prototype.
3506
3507 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3508
3509         * recog.c (validate_replace_src): Remove.
3510         * recog.h: Remove the corresponding prototype.
3511
3512 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3513
3514         * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
3515         MAYBE_REG_PARM_STACK_SPACE.
3516         * function.c: Likewise.
3517         * system.h (FINAL_REG_PARM_STACK_SPACE): Poison.
3518         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
3519         * doc/tm.texi (FINAL_REG_PARM_STACK_SPACE): Remove.
3520         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
3521
3522 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3523
3524         * c-decl.c (c_expand_deferred_function): Remove.
3525         * c-tree.h: Remove the corresponding prototype.
3526
3527 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3528
3529         * postreload.c (reload_cse_move2add): Generate just a PLUS
3530         instead of an entire SET.
3531
3532 2004-02-26  Jan Hubicka  <jh@suse.cz>
3533
3534         * config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m
3535         /pentium4m.
3536         * i386.c (override_options): Add support for new CPUs.
3537         * i386.h (TARGET_CPU_DEFAULT_NAMES): New names.
3538         (TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New
3539         constants.
3540         * invoke.texi: Extend documentation of -mtune/-march for new CPUs.
3541
3542 2004-02-26  Bob Wilson  <bob.wilson@acm.org>
3543
3544         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define __xtensa__.
3545
3546 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
3547
3548         * config/sparc/sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'.
3549         (sparc_emit_fixunsdi): New prototype.
3550         * config/sparc/sparc.c (sparc_emit_floatunsdi): Use 'mode' argument.
3551         (sparc_emit_fixunsdi): New function.
3552         * config/sparc/sparc.md (floatunsdisf2): Use 'general_operand' for
3553         operand 1.  Pass SFmode to sparc_emit_floatunsdi.
3554         (floatunsdidf2): Use 'general_operand' for operand 1.  Pass DFmode
3555         to sparc_emit_floatunsdi.
3556         (fixuns_truncsfdi2): New expander.
3557         (fixuns_truncdfdi2): Likewise.
3558
3559 2004-02-26  Alan Modra  <amodra@bigpond.net.au>
3560
3561         * gcse.c (delete_null_pointer_checks_1): Do not delete CC setter
3562         unless HAVE_cc0.
3563
3564 2004-02-25  Richard Henderson  <rth@redhat.com>
3565
3566         * explow.c (force_reg): Call mark_reg_pointer as appropriate.
3567         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
3568         use (op0-op1) == 0 if op0 is a pointer.
3569         * config/alpha/alpha.md (cmpdi): Use some_operand.
3570         (three comparison combine splits): Remove.
3571
3572 2004-02-25  Richard Henderson  <rth@redhat.com>
3573
3574         PR c/12794
3575         * c-common.c (handle_alias_attribute): Reject the attribute if
3576         current_function_decl is set.
3577
3578 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3579
3580         * config.gcc: Add comment describing extra_gcc_objs.
3581         i[34567]86-*-cygwin*): Replace host_extra_gcc_objs with extra_gcc_objs.
3582         * configure.ac (extra_gcc_objs): New substitution variable.
3583         (host_extra_gcc_objs): Don't substitute.
3584         * configure: Regenerate.
3585         * Makefile.in: Use extra_gcc_objs.
3586
3587 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3588
3589         * doc/contrib.texi: Add an entry for myself.
3590
3591 2004-02-25  Jan Hubicka  <jh@suse.cz>
3592
3593         * basic-block.h (make_eh_edge, break_superblocks): Declare.
3594         * cfgbuild.c (make_eh_edge):  Make global.
3595         * cfglayout.c (break_superblocks): Likewise; fix memory leak.
3596         * except.c (build_post_landing_pads, connect_post_landing_pads,
3597         dw2_build_landing_pads, sjlj_emit_function_enter,
3598         sjlj_emit_function_exit, sjlj_emit_dispatch_table,
3599         sjlj_build_landing_pads): Update CFG.
3600         (emit_to_new_bb_before): New function.
3601         (finish_eh_generation): Do not rebuild the CFG.
3602
3603 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3604
3605         * config.gcc (hppa*-*-*, parisc*-*-*): Add MASK_BIG_SWITCH to all
3606         target_cpu_default defines.
3607         * pa-hpux.h (TARGET_DEFAULT): Add MASK_BIG_SWITCH to define.
3608         * pa.h (TARGET_DEFAULT): Likewise.
3609
3610 2004-02-25  Eric Botcazou  <ebotcazou@act-europe.fr>
3611
3612         * fold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like
3613         comparisons with regard to signedness.
3614
3615 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
3616
3617         * arm.c (thumb_legitimize_address): New function.
3618         * arm-protos.h: Prototype it.
3619         * arm.h (THUMB_LEGITIMIZE_ADDRESS): Define.
3620         (LEGITIMIZE_ADDRESS): Use it.
3621
3622 2004-02-25  J"orn Rennecke <joern.rennecke@superh.com>
3623
3624         * reload1.c (reload): Only spill eliminable register with multiple
3625         adjacent elimination alternatives if all alternatives fail.
3626
3627 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
3628
3629         * arm.c (arm_legitimate_index_p): For QImode the range of an offset
3630         is -4095...+4095 inclusive.
3631
3632 2004-02-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3633
3634         * doc/install.texi (sparc-sun-solaris2* specific notes): Document
3635         the bootstrap failure with Sun CC 5.4 and 5.5.
3636
3637 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
3638
3639         * cse.c (cse_change_cc_mode_insns): Stop at any instruction
3640         which modifies NEWREG.
3641         (cse_condition_code_reg): Update the mode of CC_REG in
3642         CC_SRC_INSN on our own.
3643
3644 2004-02-24  Michael Matz  <matz@suse.de>
3645
3646         * config/i386/i386.c (ix86_comp_type_attributes): Check for
3647         regparm attributes.
3648
3649 2004-02-24  Richard Henderson  <rth@redhat.com>
3650
3651         * toplev.c (dump_file_tbl): Rename from dump_file.
3652         * bb-reorder.c, bt-load.c, cfgcleanup.c, cfglayout.c, cfgloopanal.c,
3653         cfgloopmanip.c, cfgrtl.c, config/arm/arm.c, config/frv/frv.c,
3654         config/i386/i386.c, config/ia64/ia64.c, config/mips/mips.c,
3655         config/sh/sh.c, cse.c, flow.c, ifcvt.c, loop-iv.c, loop-unroll.c,
3656         loop-unswitch.c, output.h, predict.c, profile.c, ra-build.c,
3657         ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, regrename.c, reload1.c,
3658         toplev.c, tracer.c, value-prof.c, var-tracking.c, web.c:
3659         s/rtl_dump_file/dump_file/g.
3660
3661 2004-02-24  Aldy Hernandez  <aldyh@redhat.com>
3662
3663         * config/rs6000/spe.md (spe_fix_truncsfsi2): Delete.
3664         (spe_fixuns_truncsfsi2): Delete.
3665
3666         * config/rs6000/rs6000.md (fix_truncsfsi2): Delete.
3667         (fixuns_truncsfsi2): Delete.
3668
3669 2004-02-24  Josef Zlomek  <zlomekj@suse.cz>
3670
3671         PR/14240
3672         * rtlanal.c (replace_label): Fix replacing labels in constant pool.
3673
3674 2004-02-24  Geoffrey Keating  <geoffk@apple.com>
3675
3676         * config/darwin.h (TARGET_HAS_F_SETLKW): Define.
3677
3678 2004-02-24  Jason Merrill  <jason@redhat.com>
3679
3680         * tree.c (check_qualified_type): New fn.
3681         (get_qualified_type): Use it.  If type already has the desired
3682         quals, just return it.
3683         * tree.h: Declare it.
3684
3685 2003-02-24  Sanjiv Kumar Gupta  <sanjivg@noida.hcltech.com>
3686
3687         * target-def.h (TARGET_SCHED_INIT_GLOBAL,
3688         TARGET_SCHED_FINISH_GLOBAL): New macros.
3689
3690         * target.h (md_init_global, md_finish_global): Function
3691         declarations corresponding to new target macros.
3692
3693         * haifa-sched.c (sched_init, sched_finish): Allow target to
3694         call the new schedular hooks.
3695
3696         * flow.c (recompute_reg_usage): Add PROP_DEATH_NOTES flag in
3697         call to update_life_info.
3698
3699         * config/sh/sh.h (OVERRIDE_OPTIONS): Re-enable
3700         flag_schedule_insns for SH4.
3701
3702         * config/sh/sh.c (sh_md_init_global, sh_md_finish_global,
3703         find_set_regmode_weight, find_insn_regmode_weight,
3704         find_regmode_weight), sh_md_init, sh_dfa_new_cycle,
3705         sh_variable_issue, high_pressure, ready_reorder,
3706         rank_for_reorder, swap_reorder, sh_reorder, sh_reorder2): New
3707         functions used to throttle the insn movement in first
3708         scheduling pass for SH.
3709
3710         * gcc/doc/tm.texi: Document TARGET_SCHED_INIT_GLOBAL and
3711         TARGET_SCHED_FINISH_GLOBAL.
3712
3713 2004-02-24  Alexandre Oliva  <aoliva@redhat.com>
3714
3715         Implement FR-V FDPIC ABI support for frv-uclinux and frv-linux.
3716         2004-02-05  Alexandre Oliva  <aoliva@redhat.com>
3717         * config/frv/frv.c (frv_emit_movsi): Use GOT relocations for
3718         symbols in sections named by the user.
3719         2004-01-30  Alexandre Oliva  <aoliva@redhat.com>
3720         * config/frv/linux.h (TARGET_OS_CPP_BUILTINS): New.
3721         2004-01-27  Alexandre Oliva  <aoliva@redhat.com>
3722         * config.gcc (frv-*-*linux*): Handle like *-*-linux*.
3723         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove, obviated by
3724         the above.
3725         2004-01-20  Alexandre Oliva  <aoliva@redhat.com>
3726         * config/frv/frv.md (symGOT2reg_hilo, symGOTOFF2reg_hilo): Add
3727         one more pseudo to further improve code generation.
3728         2004-01-19  Alexandre Oliva  <aoliva@redhat.com>
3729         * config/frv/frv.md (movdi_ldd): Introduce explicit indirection
3730         inside UNSPEC.
3731         2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
3732         * config/frv/frv.c (frv_legitimate_address_p): Added
3733         allow_double_reg_p argument.  Adjust all callers.  Use it to
3734         decide whether to enable double-register indirect addressing.
3735         (frv_funcdesc_alias_set): Remove.
3736         (frv_expand_fdpic_call): Force non-SYMBOL_REF operand into
3737         register.  Emit movdi_ldd.
3738         (ldd_address_operand): New.
3739         * config/frv/frv-protos.h (frv_legitimate_address_p): Adjust.
3740         * config/frv/frv.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
3741         (PREDICATE_CODES): Add ldd_address_operand.
3742         * config/frv/frv.md (movdi_ldd): New.
3743         (symGOT2reg_hilo, symGOTOFF2reg_hilo): Use separate pseudo for
3744         intermediate computations if possible.
3745         (symGOTOFF2reg_i): Fix harmless typo.
3746         2003-12-18  Alexandre Oliva  <aoliva@redhat.com>
3747         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Cast
3748         relocated p_vaddr to vaddr type.
3749         * config/frv/frv-protos.h (frv_expand_fdpic_call): Return void.
3750         * config/frv/frv.c (frv_get_funcdesc_alias_set): New.
3751         (frv_expand_fdpic_call): Propagate incoming MEM's expr to funcdesc
3752         MEM, or use a funcdesc alias set.  Use regular move instead of
3753         ldd.
3754         (dbl_memory_one_insn_operand): Recognize function descriptors by
3755         type or by alias set, and don't split them.
3756         * config/frv/frv.md (call, call_value): Never use call_internal
3757         for fdpic.
3758         (call_internal, call_value_internal): Never match for FDPIC.
3759         (call_fdpicdi, call_fdpicsi, call_value_fdpicdi,
3760         call_value_fdpicsi): Require FDPIC.
3761         (ldd): Removed.
3762         2003-12-17  Alexandre Oliva  <aoliva@redhat.com>
3763         * config/frv/frv.h (CRT_GET_RFIB_DATA): Define for __FRV_FDPIC__.
3764         * unwind-dw2-fde-glibc.c: Don't include elf-fdpic.h any more.
3765         (_Unwind_IteratePhdrCallback): Adjust type of load_base for FRV
3766         FDPIC.  Compute data base address.
3767         * config/frv/linux.h (SUBTARGET_DRIVER_SELF_SPECS): Enable -mfdpic
3768         before the other self-specs are processed.
3769         * config/frv/t-linux (CRTSTUFF_T_CFLAGS, TARGET_LIBGCC2_CFLAGS):
3770         Build with -fPIC.
3771         2003-12-15  Alexandre Oliva  <aoliva@redhat.com>
3772         * unwind-dw2-fde-glibc.c: Don't include bits/elf-fdpic.h if
3773         inhibit_libc is defined.
3774         2003-12-12  Alexandre Oliva  <aoliva@redhat.com>
3775         * unwind-dw2-fde-glibc.c: Include bits/elf-fdpic.h for
3776         __FRV_FDPIC__.
3777         (__RELOC_POINTER): Define.
3778         (_Unwind_IteratePhdrCallback): Use it.
3779         * config/frv/frv.h (Twrite): Define.
3780         (TRANSFER_FROM_TRAMPOLINE): Use it.
3781         * config/frv/linux.h (INVOKE__main): Undefine.
3782         (Twrite): Override.
3783         2003-12-05  Richard Sandiford  <rsandifo@redhat.com>
3784         * doc/invoke.texi (-mlong-calls, -mlinked-fp): Document FRV options.
3785         (-mlibrary-pic): Emphasize that this option generates EABI code.
3786         (-mcpu): Add fr550.
3787         (-mpack): Remove.
3788         2003-11-30  Alexandre Oliva  <aoliva@redhat.com>
3789         * config/frv/frv.c (int_2word_operand): Reject LABELs, SYMBOL_REFs
3790         and CONSTs in FDPIC mode.
3791         * gcc/config.gcc (with_cpu): Default to fr400 on frv-*-*linux*.
3792         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
3793         * config/frv/frv.c (move_source_operand): Don't accept symbolic
3794         constants.
3795         * config/frv/frv.md (*movhi_internal, *movsi_internal): Use an 'n'
3796         rather than 'i' constraint for the 2-instruction alternative.
3797         (*movsi_2word): New, incorporating existing int_2word_operand splitter.
3798         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
3799         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Q): Renamed from
3800         EXTRA_CONSTRAINT_FOR_Y.
3801         (EXTRA_CONSTRAINT): Remove handling of 'Y'.
3802         * config/frv/frv.md (*movsi_internal): Remove 'Q' constraint.
3803         (addsi3): Change 'Y' constraint to 'Q'.
3804         2003-11-27  Richard Sandiford  <rsandifo@redhat.com>
3805         * reload.c (CONST_POOL_OK_P): New macro.
3806         (find_reloads): Use it to decide whether a constant can be forced
3807         into memory.
3808         * config/frv/frv.h (LEGITIMATE_PIC_OPERAND_P): Return true if the
3809         constant satisfies got12_operand.
3810         (frv_cannot_force_const_mem): Always return true for TARGET_FDPIC.
3811         (frv_legitimate_address_p): Check for valid unspec offsets using
3812         got12_operand rather than frv_legitimate_fdpic_operand_p.
3813         (frv_legitimate_fdpic_operand_p): Delete.
3814         (frv_emit_movsi): Abort if we try to use the FDPIC register during
3815         or after reload.
3816         (frv_legitimate_constant_p): Return LEGITIMATE_PIC_OPERAND_P if
3817         TARGET_FDPIC.
3818         * config/frv/frv.md (*movdf_double): Add alternatives for CONST_DOUBLE.
3819         2003-11-19  Richard Sandiford  <rsandifo@redhat.com>
3820         * config/frv/frv-protos.h (fdpic_operand, fdpic_got12_operand)
3821         (frv_fdpic_fptr_operand): Don't declare here.
3822         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Y): Call got12_operand
3823         rather than fdpic_got12_operand.
3824         (PREDICATE_CODES): Remove symbolic_operand entry.  Add entries for
3825         got12_operand and const_unspec_operand.
3826         * config/frv/frv.c (got12_operand): Renamed from fdpic_got12_operand.
3827         (gpr_or_int12_operand, dbl_memory_one_insn_operand): Update calls.
3828         (symbolic_operand): Remove.
3829         (const_unspec_operand): New predicate.
3830         * config/frv/frv.md (*movsi_got): Use got12_operand.
3831         (*movsi_high_got, *movsi_lo_sum_got): Use const_unspec_operand.
3832         2003-11-18  Richard Sandiford  <rsandifo@redhat.com>
3833         * config/frv/frv-protos.h (frv_output_addr_const_extra): Remove.
3834         * config/frv/frv.h (OUTPUT_ADDR_CONST_EXTRA): Remove definition.
3835         * config/frv/frv.c (frv_unspec): New structure.
3836         (frv_small_data_reloc_p, frv_const_unspec_p): New functions.
3837         (frv_print_operand_memory_reference): Use frv_const_unspec_p to
3838         validate CONST indices.  Use frv_output_const_unspec to print them.
3839         (frv_print_operand): Update call to unspec_got_name.  Use
3840         frv_output_const_unspec to print constant unspecs.
3841         (frv_legitimate_fdpic_operand_p): Return true if frv_const_unspec_p.
3842         Reject UNSPECs otherwise.
3843         (unspec_got_name): Take the relocation number as argument, not an
3844         rtx containing it.
3845         (frv_output_addr_const_extra): Remove, replacing with...
3846         (frv_output_const_unspec): ...this new function.
3847         (frv_find_base_term): Use frv_const_unspec_p & frv_small_data_reloc_p.
3848         (gpr_or_int12_operand): Use fdpic_got12_operand.
3849         (dbl_memory_one_insn_operand): Likewise.
3850         (fdpic_got12_operand): Use frv_const_unspec_p.
3851         (frv_emit_movsi): Use frv_const_unspec_p to check for CONSTs that
3852         are already legitimate.  Use frv_small_data_reloc_p when deciding
3853         whether to use HIGH/LO_SUM for R_FRV_GOTOFF12 and R_FRV_GPREL12.
3854         2003-11-18  Alexandre Oliva  <aoliva@redhat.com>
3855         * config/frv/t-linux (SHLIB_MAPFILES): Override so as to export...
3856         * config/frv/libgcc-frv.ver: ... frv-specific symbols.  New file.
3857         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
3858         label, for real this time.
3859         * config/frv/frv.c (frv_local_funcdesc_p): Update to new
3860         representation of visibility.
3861         (fdpic_got12_operand, symbolic_operand): Mark unused arguments as
3862         such.
3863         2003-11-17  Richard Sandiford  <rsandifo@redhat.com>
3864         * config/frv/frv.h (MASK_LINKED_FP, TARGET_LINKED_FP): New macros.
3865         (TARGET_SWITCHES): Add -mlinked-fp and -mno-linked-fp.
3866         * config/frv/frv.c (frv_override_options): Set MASK_LINKED_FP unless
3867         it was explicitly disabled.
3868         (frv_stack_info): There is no need to save the link register in every
3869         frame unless TARGET_LINKED_FP is true.
3870         (frv_frame_pointer_required): If !TARGET_LINKED_FP, only require a
3871         frame pointer if the stack pointer might change value.
3872         (frv_return_addr_rtx): Check and process "count" argument.
3873         2003-11-14  Richard Sandiford  <rsandifo@redhat.com>
3874         * config/frv/frv-protos.h (frv_legitimize_address): Remove.
3875         (frv_find_base_term): Declare.
3876         * config/frv/frv.h (LEGITIMIZE_ADDRESS): Do nothing.
3877         (FIND_BASE_TERM): Define.
3878         (PREDICATE_CODES): Remove pic_register_operand, pic_symbolic_operand,
3879         small_data_register_operand, small_data_symbolic_operand.  Add
3880         symbolic_operand.
3881         * config/frv/frv.c (const_small_data_p, plus_small_data_p): Delete.
3882         (frv_print_operand_memory_reference, output_move_single): Remove
3883         special handling for unlegitimized sdata addresses.
3884         (frv_legitimate_address_p): Don't allow sums of SDA_BASE_REG
3885         and symbolic addresses.
3886         (frv_legitimize_address, frv_legitimize_fdpic_address): Delete.
3887         (frv_find_base_term): New function.
3888         (int_2word_operand): Check specifically for symbolic address constants.
3889         (pic_register_operand, pic_symbolic_operand): Delete.
3890         (small_data_register_operand, small_data_symbolic_operand): Delete.
3891         (dbl_memory_one_insn_operand): Don't call plus_small_data_p.
3892         Allow UNSPEC_GOT constants if !TARGET_FDPIC.
3893         (move_source_operand): Only accept CONSTs if they're a two-insn
3894         symbolic constant.
3895         (fdpic_got12_operand): Don't require TARGET_FDPIC.
3896         (frv_emit_movsi): Legitimize sdata and -mlibrary-pic addresses
3897         using gen_symGOTOFF2reg*.
3898         (frv_ifcvt_rewrite_mem): Remove (plus gr16 ...) special cases.
3899         (frv_rtx_costs): Give all MEM addresses a cost of 0.  Give MEMs
3900         themselves a cost of 3 insns.
3901         * config/mips/mips.md (*movsi_got): Allow for !TARGET_FDPIC too.
3902         Change predicate to symbolic_operand.
3903         (*movsi_high_got, *movsi_lo_sum_got): Likewise.
3904         (*movsi_lda_sdata): Delete.
3905         (*movsi_pic, movsi_high_pic, movsi_lo_sum_pic): Delete.
3906         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
3907         * config.gcc: Add t-slibgcc-elf-ver and support --with-cpu for
3908         frv-*-*linux*.
3909         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
3910         label.
3911         * config/frv/frv.h (DRIVER_SELF_SPECS): Add blank before
3912         -multilib-library-pic.
3913         (LINK_SPEC): Add -z text for -mfdpic.
3914         * config/frv/frvbegin.c (__ROFIXUP_LIST__): Don't define on FDPIC.
3915         * config/frv/frvend.c (__ROFIXUP_END__): Likewise.
3916         * config/frv/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC):
3917         Override.
3918         (OPTION_DEFAULT_SPECS, HAS_INIT_SECTION, INIT_SECTION_ASM_OP,
3919         FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION): Define.
3920         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Use
3921         crtstuff-generated files.
3922         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
3923         * config.gcc: Add frv-*-*linux*.
3924         * config/frv/linux.h, config/frv/t-linux: New.
3925         2003-10-06  Alexandre Oliva  <aoliva@redhat.com>
3926         * config/frv/frv.h (LINK_SPEC): Pass -melf32frvfd to the linker
3927         when -mfdpic even if a linker script is explicitly listed.
3928         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
3929         * config/frv/frv.c (frv_override_options): Clear asm_out
3930         unaligned_op for SImode on FDPIC.
3931         (frv_emit_movsi): Use compute_reloc_for_constant to compute the
3932         argument passed to decl_readonly_section.
3933         (frv_assemble_integer): Revert 2003-09-30's change, but make the
3934         whole block run with FDPIC even with -fno-PIC.
3935         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
3936         * config/frv/frv.c (frv_cannot_force_const_mem): Don't force
3937         symbol or label plus offset to memory.
3938         (frv_emit_movsi): Emit GPREL only if -mgprel-ro.  Emit 32-bit
3939         GOTOFF and GPREL for LABEL_REF.
3940         * config/frv/frv.h (DRIVER_SELF_SPECS): Add -mgprel-ro with
3941         -mfdpic unless -mno-gprel-ro, -fpic or -fpie.
3942         (MASK_GPREL_RO, TARGET_GPREL_RO): New.
3943         (TARGET_SWITCHES): Added gprel-ro and no-gprel-ro.
3944         * doc/invoke.texi: Document them.
3945         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
3946         * config/frv/frv-protos.h (frv_gen_GPsym2reg): Declare.
3947         (frv_splittable_got_operand): Removed.
3948         * config/frv/frv.c (frv_cannot_force_const_mem): Reject HIGH and
3949         LO_SUM.  Add comments.
3950         (frv_override_options): Moved enabling of FDPIC to
3951         DRIVER_SELF_SPECS.  Don't enable MASK_DWORD.
3952         (frv_local_funcdesc_p): Remove unnecessary heck for flag_pie.
3953         (frv_legitimize_fdpic_address): Don't duplicate logic in
3954         frv_emit_movsi.
3955         (frv_gen_GPsym2reg): New.
3956         (unspec_got_name): Added gprel.
3957         (frv_expand_fdpic_call): Add support for inlining PLTs.
3958         (fdpic_fptr_operand): Renamed from frv_fdpic_fptr_operand.
3959         (gpr_or_int12_operand): Added GPREL12.
3960         (pic_symbolic_operand): Match even if !flag_pic for FDPIC.
3961         (small_data_symbolic_operand): Fail if FDPIC.
3962         (fdpic_splittable_got_operand): Removed.
3963         (fdpic_got12_operand): Added GPREL12.
3964         (frv_emit_movsi): Reorganize to avoid duplication.  Emit GPREL
3965         when appropriate.  Fix sdata GOTOFF.
3966         (frv_legitimate_constant_p): Require legitimate PIC operand for
3967         FDPIC with pic, but only a legitimate fdpic operand for non-pic.
3968         (frv_assemble_integer): Move FDPIC funcdesc handling out of
3969         flag_pic case.
3970         (frv_asm_out_constructor, frv_asm_out_destructor): Abort if
3971         frv_assemble_integer fails.
3972         * config/frv/frv.h (DRIVER_SELF_SPECS): New.
3973         (SUBTARGET_DRIVER_SELF_SPECS): New.
3974         (ASM_SPEC): Don't pass -mno-fdpic.
3975         (LINK_SPEC): Pass -melf32frvfd for FDPIC.
3976         (MASK_INLINE_PLT, TARGET_INLINE_PLT): New.
3977         (TARGET_SWITCHES): Add -minline-plt, -mno-inline-plt and
3978         -multilib-library-pic.
3979         (PREDICATE_CODES): Added fdpic_operand, fdpic_fptr_operand,
3980         condexec_si_media_operator, condexec_sf_add_operator and
3981         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
3982         and condexec_sf_unary_operator.
3983         * config/frv/frv.md (R_FRV_GPREL12, R_FRV_GPRELHI, R_FRV_GPRELLO):
3984         New.
3985         (movsi_got, movsi_high_got, movsi_lo_sum_got): Move before
3986         movsi_internal.  Give them internal names.  movsi_got has type
3987         int.
3988         (fdpic got splitters): Remove.
3989         (symGPREL2reg, symGPREL2reg_hilo): New.
3990         * config/frv/t-frv (MULTILIB_MATCHES): Don't map -fpic and -fPIC
3991         to -mlibrary-pic.  Map -multilib-library-pic to it.
3992         * doc/invoke.texi: -mfdpic, -minline-plt, -multilib-library-pic:
3993         Document.
3994         2003-09-28  Alexandre Oliva  <aoliva@redhat.com>
3995         * config/frv/frv.c (frv_function_symbol_referenced_p): Declare.
3996         (TARGET_CANNOT_FORCE_CONST_MEM): Define to...
3997         (frv_cannot_force_const_mem): New function.
3998         (const_small_data_p, plus_small_data_p): Update comments on sdata
3999         on FDPIC.
4000         (frv_override_options): Set flag_pie for FDPIC too.
4001         (frv_conditional_register_usage): Mark gr16 and gr17 as non-fixed,
4002         call-saved registers on FDPIC.
4003         (frv_stack_info): Don't preserve the PIC register on FDPIC, and
4004         don't force LR to be preserved.
4005         (frv_expand_prologue): Likewise.
4006         (frv_asm_output_mi_thunk): Use 12-bit funcdesc gotoff for -fpic.
4007         (frv_frame_pointer_required): Don't force it just because the
4008         FDPIC register is used.
4009         (frv_legitimate_address_p) <CONST>: Accept a legitimate FDPIC
4010         operand only if !condexec_p.
4011         (frv_legitimize_address): Return the FDPIC-legitimized address.
4012         Don't match small data here on FDPIC.
4013         (frv_legitimate_fdpic_operand_p): Don't accept unadorned function
4014         symbols.  Use TRUE/FALSE instead of 1/0.
4015         (frv_local_funcdesc_p): New.
4016         (frv_legitimize_fdpic_address): Rewrite to use GOTOFF and 12-bit
4017         immediates when possible.
4018         (pic_symbolic_operand): Accept SYMBOL_REFs and CONSTs in FDPIC.
4019         (dbl_memory_one_insn_operand): Accept addresses that add a REG and
4020         an UNSPEC_GOT.
4021         (frv_emit_movsi): Handle FDPIC before small data.  Use GOTOFF and
4022         12-bit immediates when possible.
4023         (frv_legitimate_constant_p): In FDPIC, reject SImode operands that
4024         are not legitimate pic operands.
4025         (frv_in_small_data_p): Re-enable for FDPIC.
4026         * config/frv/frv.h (SDA_BASE_REG): Remove comment about FDPIC.
4027         (FRV_GLOBAL_P): Removed.
4028         * config/frv/frv.md: Add modes to CONSTs.
4029         (movsi_got): New.
4030         (movsi_lo_sum_got): Use separate matches instead of match_dup.
4031         (movsi_high_pic, movsi_lo_sum_pic): Match on non-FDPIC only.
4032         (fdpic splittable operations): Match on flag_pic != 1.
4033         2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
4034         * config/frv/frv.c (frv_asm_out_constructor,
4035         frv_asm_out_destructor): Pass to frv_assemble_integer the size in
4036         bytes, not bits.
4037         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
4038         * config/frv/frv.c (frv_assemble_integer): Reject complex
4039         expressions referencing function SYMBOL_REFs.
4040         * config/frv/frv.c (frv_function_symbol_referenced_p): New.
4041         (move_source_operand): Reject CONSTs that reference function
4042         SYMBOL_REFs on FDPIC.
4043         (frv_emit_movsi): If we get such a CONST, break it up.
4044         * config/frv/frv.h (CPP_SPEC): Define __FRV_FDPIC__ for -mfdpic.
4045         (TRANSFER_FROM_TRAMPOLINE): Use different definitions for FDPIC.
4046         * config/frv/frv.c (frv_print_operand) <I>: Recognize PLUS without
4047         MEM.
4048         (frv_assemble_integer): Don't use funcdesc for LABEL_REFs.
4049         (frv_trampoline_size): Increase for FDPIC.
4050         * config/frv/frv.h (TRAMPOLINE_ALIGNMENT): Bump to 64 for FDPIC.
4051         (TRANSFER_FROM_TRAMPOLINE): Handle FDPIC trampolines.
4052         * config/frv/frv.c (frv_legitimize_fdpic_address, frv_emit_movsi):
4053         Disable use of GOTOFF for now.
4054         (const_small_data_p, plus_small_data_p, frv_in_small_data_p):
4055         Disable use of small data in FDPIC for now.
4056         (frv_asm_output_mi_thunk): Implement for FDPIC.
4057         * config/frv/frv.h (SDA_BASE_REG): Set to -1 with FDPIC.
4058         * config/frv/frv.c (frv_asm_out_constructor): Use
4059         frv_assemble_integer for FDPIC pointers.
4060         (frv_asm_out_destructor): Likewise.
4061         * config/frv/frv.md (ldd): Fix order of operands.  Use
4062         address_operand for input.
4063         2003-09-18  DJ Delorie  <dj@redhat.com>
4064         * config/frv/frv.c (frv_legitimate_fdpic_operand_p): Remove UNSPEC_PIC.
4065         (unspec_got_name): Correct typo.
4066         (frv_emit_movsi): Pre-expand splittable GOTs.
4067         (frv_expand_fdpic_call): Rename gen_lddi to gen_ldd.
4068         * config/frv/frv.md (lddi): Fix syntax error, rename to ldd.
4069         (symGOT2reg_hilo, symGOTOFF2reg_hilo): New.
4070         * config/frv/t-frv: Add -mfdpic multilibs.
4071         * config/frv/frv.h (ASM_SPEC): Pass -mfdpic/-mno-fdpic.
4072         (TARGET_SWITCHES): Add -mno-fdpic, fix documentation.
4073         * config/frv/frv.c (frv_override_options): -mfdpic assumes
4074         flag_pic, default to 32-bit pics, require DWORD ops.
4075         (frv_override_options): Add W and Z constraints.
4076         (frv_expand_prologue): No pic prologue for -mfdpic.
4077         (frv_asm_output_mi_thunk): Support -mfdpic (soon).
4078         (frv_print_operand_memory_reference): Handle GOT constants.
4079         (frv_legitimate_address_p): Allow GOT constants.
4080         (frv_legitimize_address): Handle GOT addresses too.
4081         (frv_legitimate_fdpic_operand_p): New.
4082         (frv_legitimize_fdpic_address): New.
4083         (unspec_got_name): New.
4084         (frv_output_addr_const_extra): New.
4085         (frv_expand_fdpic_call): New.
4086         (frv_fdpic_fptr_operand): New.
4087         (gpr_or_int12_operand): Handle GOT operands.
4088         (int_2word_operand): Handle GOT operands.
4089         (fdpic_operand): New.
4090         (fdpic_splittable_got_operand): New.
4091         (fdpic_got12_operand): New.
4092         (frv_emit_movsi): Handle GOT operands.
4093         (frv_assemble_integer): -mfdpic doesn't use rofixups.
4094         (frv_print_operand): Support 'g' code for GOT operands.
4095         * config/frv/frv-protos.h: Add prototypes as needed.
4096         * config/frv/frv.md (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
4097         R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
4098         R_FRV_FUNCDESC_GOTLO, R_FRV_FUNCDESC_VALUE,
4099         R_FRV_FUNCDESC_GOTOFF12, R_FRV_FUNCDESC_GOTOFFHI,
4100         R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12, R_FRV_GOTOFFHI,
4101         R_FRV_GOTOFFLO): New.
4102         (movsi_high_got, movsi_lo_sum_got): New.
4103         (*movsi_pic): Don't use this splitter for -mfdpic.
4104         (addsi3): Allow GOT references also.
4105         (call, call_value): Handle -mfdpic separately.
4106         (call_fdpicdi, call_fdpicsi, lddi, call_value_fdpicdi,
4107         call_value_fdpicsi): New.
4108         (symGOT2reg, symGOT2reg_i, got splitters, symGOTOFF2reg,
4109         symGOTOFF2reg_i): New.
4110         * config/frv/frv.h (MASK_FDPIC): New.
4111         (TARGET_FDPIC): New.
4112         (TARGET_SWITCHES): Add -mfdpic.
4113         (FDPIC_FPTR_REGNO): New.
4114         (FDPIC_REGNO): New.
4115         (OUR_FDPIC_REG): New.
4116         (enum reg_class): Add FDPIC_REGS, FDPIC_FPTR_REGS, and
4117         FDPIC_CALL_REGS.
4118         (REG_CLASS_NAMES): Likewise.
4119         (REG_CLASS_CONTENTS): Likewise.
4120         (EXTRA_CONSTRAINT_FOR_Y): New, for 12-bit GOTs.
4121         (EXTRA_CONSTRAINT): Add it here.
4122         (FRV_GLOBAL_P): New.
4123         (OUTPUT_ADDR_CONST_EXTRA): New.
4124
4125 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
4126
4127         * config/sparc/sparc.h: Remove commented-out definitions of
4128         TARGET_EDOM and GEN_ERRNO_RTX.
4129
4130 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
4131
4132         * df.c, df.h, ra-build.c, ra-rewrite.c, ra.c, web.c: Replace
4133         df_analyse with df_analyze.
4134
4135 2004-02-24  Alan Modra  <amodra@bigpond.net.au>
4136
4137         * gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not
4138         beginning of block.
4139
4140 2004-02-23  James E Wilson  <wilson@specifixinc.com>
4141
4142         * calls.c (precompute_arguments): Update comment.
4143
4144 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4145
4146         * et-forest.c: Replace et_occurences with et_occurrences.
4147
4148 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4149
4150         * cfgloop.h, loop-iv.c, loop-unswitch.c: Replace iv_analyse
4151         with iv_analyze.
4152
4153 2004-02-23  Kelley Cook  <kcook@gcc.gnu.org>
4154
4155         * config/i386/i386.c: Rename pni to sse3.
4156         * config/i386/i386.h: Likewise.
4157         * config/i386/i386.md: Likewise.
4158         * config/i386/pmmintrin.h: Likewise.
4159         * doc/extend.texi: Likewise.
4160         * doc/invoke.texi: Likewise.
4161
4162 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
4163             Kazu Hirata  <kazu@cs.umass.edu>
4164
4165         Remove -fwritable-strings.
4166         * c-common.c (fix_string_type): Don't check
4167         flag_writable_strings.
4168         (fix_string_type): Likewise.
4169         * c-opts.c (set_std_c89): Don't initialize
4170         flag_writable_strings.
4171         (set_std_c99): Likewise.
4172         * common.opt (fwritable-strings): Remove.
4173         * flags.h: Remove the external declaration of
4174         flag_writable_strings.
4175         * opts.c (common_handle_option) <OPT_fwritable_strings>:
4176         Remove.
4177         * toplev.c (flag_writable_strings): Remove.
4178         (f_options): Remove an entry for writable-strings.
4179         * varasm.c (const_hash_1) <STRING_CST>: Don't check
4180         flag_writable_strings.
4181         (compare_constant) <STRING_CST>: Likewise.
4182         (build_constant_desc): Likewise.
4183         * config/darwin.c (machopic_select_section): Likewise.
4184         * config/arm/arm.c (AOF_ASSEMBLER): Likewise.
4185         * config/arm/pe.c (arm_pe_encode_section_info): Likewise.
4186         * config/iq2000/iq2000.c (iq2000_select_section): Likewise.
4187         * config/mips/mips.c (mips_select_section): Likewise.
4188         (mips_encode_section_info): Likewise.
4189         * config/pa/pa.c (pa_select_section): Likewise.
4190         * config/pa/pa.h (TEXT_SPACE_P): Likewise.
4191         * config/v850/v850.c (v850_select_section): Likewise.
4192         * doc/invoke.texi (-fwritable-strings): Remove.
4193         (-fno-const-strings): Don't mention -fwritable-strings.
4194         * doc/trouble.texi: Don't mention -fwritable-strings.
4195
4196 2003-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4197
4198         * doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.
4199
4200 2004-02-23  Dale Johannesen  <dalej@apple.com>
4201
4202         * config/rs6000.md (movsf_hardfloat): Add POWER form of nop.
4203         (movdf_hardfloat64):  Ditto.
4204         (movdf_softfloat64):  Ditto.
4205
4206 2004-02-23  Fariborz Jahanian <fjahanian@apple.com>
4207         * config/rs6000/rs6000.c (function_arg): call to
4208         rs6000_mixed_function_arg for DFmode moved to allow
4209         normal DFmode incoming register assignment.
4210
4211 2004-02-23  Dale Johannesen  <dalej@apple.com>
4212
4213         * config/rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy.
4214         (movdf_hardfloat64):  Ditto.
4215
4216 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4217
4218         * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
4219         config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
4220         copyright.
4221
4222 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
4223
4224         PR c/14156
4225         * c-typeck.c (c_expand_return): Change check for VAR_DECL
4226         to use DECL_P instead.
4227
4228         * config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
4229         * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.
4230
4231 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4232
4233         * Makefile.in (opts.o): Depend on target.h.
4234         * opts.c (decode_options): Use targetm.default_short_enums
4235         instead of DEFAULT_SHORT_ENUMS.
4236         * system.h (DEFAULT_SHORT_ENUMS): Poison.
4237         * target-def.h (TARGET_DEFAULT_SHORT_ENUMS): New.
4238         (TARGET_INITIALIZER): Add TARGET_DEFAULT_SHORT_ENUMS.
4239         * target.h (gcc_target): Add default_short_enums.
4240         * config/cris/cris.h: Remove a comment about
4241         DEFAULT_SHORT_ENUMS.
4242         * config/ip2k/ip2k.h: Likewise.
4243         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Change to
4244         TARGET_DEFAULT_SHORT_ENUMS.  Update the description.
4245
4246 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4247             Falk Hueffner  <falk@debian.org>
4248
4249         PR c/14188
4250         * builtins.c (expand_builtin_va_arg): Emit an informative message
4251         if a trap is generated.
4252         * c-typeck.c (build_function_call): Likewise.
4253
4254 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
4255
4256         * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
4257         fopen.
4258         * libgcov.c: Include sys/stat.h.
4259         * config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define.
4260         * config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define.
4261         * config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define.
4262         * config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define.
4263
4264 2004-02-22  Kazu Hirata  <kazu@cs.umass.edu>
4265
4266         * reorg.c: Remove comments about dead ports.
4267
4268 2004-02-22  Christopher Faylor  <cgf@redhat.com>
4269
4270         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify
4271         extra host object file when targetting cygwin rather than generic
4272         object files.
4273
4274 2004-02-22  Josef Zlomek  <zlomekj@suse.cz>
4275
4276         Merge from tree-ssa:
4277         2003-11-20  Richard Henderson  <rth@redhat.com>
4278
4279                 * tree-inline.c (insert_decl_map): New.
4280                 (remap_decl, remap_type, remap_block, copy_body_r,
4281                 initialize_inlined_parameters, declare_return_variable,
4282                 remap_save_expr): Use it.
4283
4284         * function.c (copy_body_r): Add mapping from id->ret_label to
4285         id->ret_label.  Revert test for ret_label.
4286
4287 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
4288
4289         * genoutput.c (process_template): Strip trailing whitespace in @
4290         templates and issue a warning if there was any.
4291
4292 2004-02-21  Christopher Faylor  <cgf@redhat.com>
4293
4294         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host
4295         object file when targetting cygwin.
4296         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Remove definition since it is
4297         overridden by top-level Makefile.
4298
4299 2004-02-21  Roger Sayle  <roger@eyesopen.com>
4300
4301         * config/i386/i386.c (standard_80387_constant_p): Also prefer
4302         the x87's load constant instructions when optimizing for size.
4303
4304 2004-02-21  Kazu Hirata  <kazu@cs.umass.edu>
4305
4306         * combine.c (SHIFT_COUNT_TRUNCATED): Remove.
4307         * defaults.h (SHIFT_COUNT_TRUNCATED): Provide the default.
4308         * expmed.c: Assume SHIFT_COUNT_TRUNCATED is always defined.
4309         * fold-const.c: Likewise.
4310         * simplify-rtx.c: Likewise.
4311
4312 2004-02-21  Alan Modra  <amodra@bigpond.net.au>
4313
4314         * combine.c (can_combine_p): Don't ignore SETs marked with
4315         REG_EH_REGION notes.
4316         (try_combine): When attemting to fix unrecognized insns, don't
4317         split a PARALLEL that contains the original i2.
4318
4319 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
4320
4321         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to
4322         SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options.
4323         * config/i386/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): Define it.
4324         * config/rs6000/altivec.h: #error out if '-maltivec' not specified.
4325         (vector, pixel, bool): #define to __vector, __pixel and __bool.
4326         (__un_args_eq, __bin_args_eq, __tern_args_eq): Move to C-specific
4327         portion of header.
4328         (__altivec_link_error_invalid_argument): Remove prototype; will use
4329         __builtin_altivec_compiletime_error("vec_*") instead.
4330         (vec_*): Fix/complete set of available operation overloads given the
4331         existence of distinct 'vector bool ...' and 'vector pixel' types; tighten
4332         cv-correctness of pointer arguments; in C, always check for correct
4333         argument types before macro expansion.
4334         * config/rs6000/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): New macro
4335         defining Darwin/PowerPC-specific '-f[no-]altivec' and
4336         '-W[no-]altivec-long-deprecated' switches.
4337         * config/rs6000/rs6000-c (rs6000_cpu_cpp_builtins): Pre-define
4338         '__vector', '__pixel' and '__bool' macros using
4339         '__attribute__((altivec(...)))' types.
4340         * config/rs6000/rs6000.c (bool_char_type_node, bool_short_type_node,
4341         bool_int_type_node, pixel_type_node, bool_V16QI_type_node,
4342         bool_V8HI_type_node, bool_V4SI_type_node, pixel_V8HI_type_node):
4343         New type nodes.
4344         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): New, for
4345         handling '-W[no-]altivec-long-deprecated'.
4346         (rs6000_override_options): Handle '-W[no-]altivec-long-deprecated'.
4347         (rs6000_expand_binop_builtin, rs6000_expand_ternop_builtin,
4348         altivec_expand_dst_builtin): Remove casts from integer literals.
4349         (altivec_expand_builtin): Likewise; handle expansion of new
4350         '__builtin_altivec_compiletime_error' function.
4351         (rs6000_init_builtins): Initialize 'vector bool ...' and 'vector pixel'
4352         types, and make them distinct from other vector types; register
4353         '__builtin_altivec_compiletime_error' function.
4354         (print_operand): For 'P', print a full target register name instead of
4355         merely its number.
4356         (rs6000_attribute_table): Add "altivec" attribute.
4357         (rs6000_handle_altivec_attribute): New function.
4358         * config/rs6000/rs6000.h (TARGET_OPTIONS): Describe
4359         '-m[no-]-warn-altivec-long' (which '-W[no-]altivec-long-deprecated'
4360         maps to).
4361         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): Forward
4362         declare.
4363         (ALTIVEC_BUILTIN_COMPILETIME_ERROR): New built-in enumeration.
4364
4365 2004-02-20  James E Wilson  <wilson@specifixinc.com>
4366
4367         * config/ia64/ia64.md (shift_mix4left+1): Delete reload_completed
4368         check.
4369         (shift_mix4left+2): Delete redundant pattern.
4370
4371 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4372
4373         * alias.c (OUTGOING_REGNO): Don't define the default.
4374         * builtins.c (OUTGOING_REGNO): Likewise.
4375         (INCOMING_REGNO): Likewise.
4376         (apply_args_register_offset): Always use OUTGOING_REGNO.
4377         * combine.c (OUTGOING_REGNO): Likewise.
4378         * sibcall.c (OUTGOING_REGNO): Likewise.
4379         * defaults.h (INCOMING_REGNO): Provide the default.
4380         (OUTGOING_REGNO): Likewise.
4381
4382 2004-02-21  Jan Hubicka  <jh@suse.cz>
4383
4384         * params.def (max-peeled-insns, max-completely-peeled-insns,
4385         max-once-peeled-insns): Set to 400.
4386
4387 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4388
4389         PR c++/12007
4390         * dbxout.c (dbxout_parms): Check that DECL_RTL and DECL_INCOMING_RTL
4391         are set for parameters before outputing debugging information.
4392
4393 2004-02-20  Falk Hueffner  <falk@debian.org>
4394
4395         PR target/14201
4396         * config/alpha/alpha.md (*fix_truncsfsi_ieee): Fix typoed operand
4397         numbers.
4398
4399 2004-02-20  Per Bothner  <per@bothner.com>
4400
4401         * input.h:  Don't #include line-map.h.  It may cause link problems
4402         with undefined linemap_line_start when line-map.h is included but
4403         line-map.o is not linked, as currently happens with gengtype on
4404         compilers that don't support inline.
4405         * toplev.c:  So we do have to explicitly #include line-map.h here.
4406
4407 2004-02-20  Richard Henderson  <rth@redhat.com>
4408
4409         * doc/invoke.texi: Add -Wvariadic-macros.
4410
4411 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4412
4413         * haifa-sched.c (sched_emit_insn): Remove.
4414         * sched-int.h: Remove the corresponding prototype.
4415
4416 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4417
4418         Revert:
4419         2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4420         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
4421         * system.h (DEFAULT_SHORT_ENUMS): Poison.
4422         * config/cris/cris.h: Remove a comment about
4423         DEFAULT_SHORT_ENUMS.
4424         * config/ip2k/ip2k.h: Likewise.
4425         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
4426
4427 2004-02-20  Mohan Embar  <gnustuff@thisiscool.com>
4428             Tom Tromey  <tromey@redhat.com>
4429
4430         * doc/install.texi: Moved --disable-libgcj and
4431         --with-system-zlib documentation to new section for
4432         Java-specific options.
4433         Added explicit Cross-Compiler-Specific Options subheading.
4434         Added section for Java-specific options.
4435
4436 2004-02-20  Matt Kraai  <kraai@alumni.cmu.edu>
4437
4438         * doc/install.texi (Building the Ada compiler): Remove
4439         example.
4440
4441 2004-02-20  James E Wilson  <wilson@specifixinc.com>
4442
4443         * toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.
4444
4445 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4446
4447         * gcc.c (process_command): Allow translation of the copyright
4448         symbol but not the rest of the copyright message.
4449         * gcov.c (print_version): Likewise.  Allow translation of the
4450         message about warranty.
4451
4452 2004-02-20  Hans-Peter Nilsson  <hp@axis.com>
4453
4454         * config/cris/cris.md ("*andsi_movu"): Correct parentheses in
4455         predicate.
4456         ("*andsi_clear"): Tweak constraints to not match postincrement.
4457         Adjust the predicate to exclude a volatile memory reference.
4458         ("*andhi_clear"): Ditto.  Rename from "*andhi_clear_signed".
4459         ("*andhi_clear_unsigned"): Remove, non-matching pattern.
4460
4461 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
4462
4463         * move-if-change: Remove.
4464         * Makefile.in (s-mlib, c-parse.y, s-check, s-gencheck)
4465         (s-specs, s-options, s-config, s-conditions, s-flags, s-codes)
4466         (s-constants, s-emit, s-recog, s-opinit, s-extract, s-peep)
4467         (s-attr, s-attrtab, s-output, s-genrtl, s-modes, s-preds)
4468         (s-gtyp-gen, s-iov): Use the top level move-if-change.
4469         * objc/Make-lang.in (objc/objc-parse.y): Likewise.
4470
4471 2004-02-19  James E Wilson  <wilson@specifixinc.com>
4472
4473         * config/i386/i386.md (doloop_end_internal): Use nonimmediate_operand
4474         for operand2.  Add condition that requires register_operand operand2
4475         before reload.
4476
4477 2004-02-19  Richard Sandiford  <rsandifo@redhat.com>
4478             Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4479
4480         * config/mips/mips.c (mips_address_insns): Treat BLKmode specially.
4481         * config/mips/mips.md: Expand comment above unaligned loads and stores.
4482
4483 2004-02-19  Richard Henderson  <rth@redhat.com>
4484
4485         * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
4486         * tree.c (build0, build1, build2, build3, build4): Split out from...
4487         (build): ... here.  Call them.
4488         * tree.h (build, _buildN1, _buildN2, _buildC1, _buildC2): New.
4489
4490         * convert.c (convert_to_integer): Remove extra build argument.
4491         * tree-inline.c (expand_call_inline): Likewise.
4492
4493 2004-02-19  Richard Henderson  <rth@redhat.com>
4494
4495         * c-opts.c (warn_variadic_macros): New.
4496         (c_common_handle_option): Set it.
4497         (sanitize_cpp_opts): Copy it to cpp_opts.
4498         * c.opt (Wvariadic-macros): New.
4499         * cpplib.h (struct cpp_options): Add warn_variadic_macros.
4500         * cppinit.c (cpp_create_reader): Initialize it.
4501         * cppmacro.c (parse_params): Check it.
4502
4503 2004-02-19  David Daney <ddaney@avtrex.com>
4504
4505         PR preprocessor/14198
4506         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
4507         builtin_assert ("machine=mips")
4508
4509 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4510
4511         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
4512         * system.h (DEFAULT_SHORT_ENUMS): Poison.
4513         * config/cris/cris.h: Remove a comment about
4514         DEFAULT_SHORT_ENUMS.
4515         * config/ip2k/ip2k.h: Likewise.
4516         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
4517
4518 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
4519
4520         * config/ia64/ia64.c (ia64_function_arg): In big-endian mode,
4521         when passing single SFmode quantities in general registers,
4522         put them in the high half.
4523
4524 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
4525
4526         * doc/md.texi (Standard Names): Document additional dependency on
4527         fix pattern.
4528
4529         * optabs.c (ftruncify): Remove.
4530         (expand_fix): Manually inline ftruncify above.
4531         (can_fix_p): Add FIXME note.
4532
4533 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
4534
4535         * config/rs6000/spe.md (spe_fixunssfsi2): Rename to
4536         spe_fixuns_truncsfsi2.
4537
4538         * config/rs6000/rs6000.md (fixunssfsi2): Rename to
4539         fixuns_truncsfsi2.
4540
4541 2004-02-19  Steve Ellcey  <sje@cup.hp.com>
4542
4543         * config/ia64/ia64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
4544         * testsuite/gcc.dg/20040219-1.c: New test.
4545
4546 2004-02-19  Ulrich Weigand  <uweigand@de.ibm.com>
4547
4548         * config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
4549         "*subsf3_cconly"): Subtraction is not commutative.
4550
4551 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
4552
4553         * sdbout.c (preinit_symbols, sdbout_initialized): New statics.
4554         (sdbout_symbol): If called before sdbout_init, queue DECL for
4555         later and return.
4556         (sdbout_init): Set sdbout_initialized true, process decls
4557         queued earlier by sdbout_symbol.
4558         (sdbout_finish): Use size_t for index variable.
4559
4560 2004-02-19  Jeff Law  <law@redhat.com>
4561
4562         * fold-const.c (invert_truthvalue): Do not call invert_tree_comparison
4563         for unordered comparison codes.
4564
4565 2004-02-19  Ian Lance Taylor  <ian@wasabisystems.com>
4566
4567         * reload1.c (reload): Correct comment.
4568         (scan_paradoxical_subregs): Remove #if 0 and old comment.
4569         * doc/extend.texi (Local Reg Vars): Remove obsolete comment that
4570         register variables are not used by reload.
4571
4572 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
4573
4574         PR target/14209
4575         * config/cris/cris.md ("*andsi_movu", "*andhi_movu"): Tweak
4576         constraints to not match postincrement.  Adjust the predicate to
4577         exclude a volatile memory reference.
4578
4579 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4580
4581         * config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
4582
4583 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4584
4585         * hooks.c (hook_void_tree_int): Remove.
4586         (hook_void_constcharptr): Likewise.
4587         (hook_int_void_0): Likewise.
4588         * hooks.h: Remove the prototypes for the above three
4589         functions.
4590         * targhooks.c (hook_bool_machine_mode_true): Remove.
4591         * targhooks.h: Remove the prototype for
4592         hook_bool_machine_mode_true.
4593
4594 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4595
4596         * emit-rtl.c (subreg_realpart_p): Remove.
4597         (reorder_insns_with_line_notes): Likewise.
4598         (end_full_sequence): Likewise.
4599         * rtl.h: Remove the prototype for the above functions.
4600
4601 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4602
4603         * config/arc/arc.h, config/arm/arm.h, config/frv/frv.h,
4604         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
4605         config/iq2000/iq2000.h, config/m32r/m32r.h,
4606         config/pdp11/pdp11.h, config/sparc/sparc.h,
4607         config/xtensa/xtensa.h: Remove commented-out or useless
4608         definitions of CASE_VECTOR_PC_RELATIVE.
4609
4610 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4611
4612         * loop.c (all_sets_invariant_p): Remove.
4613
4614 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4615
4616         PR target/12916
4617         * config/sparc/sparc.h (NPARM_REGS): Delete.
4618         (BASE_RETURN_VALUE_REG): Likewise.
4619         (BASE_OUTGOING_VALUE_REG): Likewise.
4620         (BASE_PASSING_ARG_REG): Likewise.
4621         (BASE_INCOMING_ARG_REG): Likewise.
4622         * config/sparc/sparc.c (sparc_strict_argument_naming): Test
4623         TARGET_ARCH64, not TARGET_V9.
4624         (function_arg_slotno): Dispatch based on the mode class.
4625         Handle vector modes like floating-point modes.
4626         (function_arg_record_value_1): Handle vector types like
4627         floating-point types.
4628         (function_arg_record_value_2): Likewise.
4629         Calculate regno after mode transformation.
4630         (function_arg): Handle vector modes like floating-point modes.
4631         (function_arg_partial_nregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX.
4632         If ARCH64, do not recheck alignment.
4633         (function_arg_pass_by_reference): Reorder the conditions.
4634         (sparc_return_in_memory): Move after function_arg_padding.
4635         Implement calling conventions for vector modes.
4636         (sparc_struct_value_rtx): Move after sparc_return_in_memory.
4637         (function_value): Move scope of 'regbase'.
4638         Implement calling conventions for vector modes.
4639         (sparc_builtin_saveregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX
4640         and BASE_INCOMING_ARG_REG by SPARC_INCOMING_INT_ARG_FIRST.
4641         (sparc_va_arg): Use function_arg_pass_by_reference to test whether
4642         the argument is passed by reference.
4643         (sparc_type_code): Handle vector types.
4644
4645 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
4646
4647         * function.c (assign_parms): When building decl_rtl for
4648         SPLIT_COMPLEX_ARGS, ensure inner modes of concat match outer.
4649
4650 2004-02-19  Olivier Hainque  <hainque@act-europe.fr>
4651
4652         * expr.c (is_aligning_offset): Check if we are aligning the
4653         expressions's address over BIGGEST_ALIGNMENT in bytes, not
4654         in bits.
4655
4656 2003-02-18  Matt Austern  <austern@apple.com>
4657
4658         * gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and
4659         LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC.
4660         (init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is
4661         defined.  Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
4662         spec string.
4663         * doc/tm.texi (REAL_LIBGCC_SPEC): Document.
4664
4665 2004-02-18  Zack Weinberg  <zack@codesourcery.com>
4666
4667         * dwarf2out.c (loclabel_num): Move outside #ifdef
4668         DWARF2_DEBUGGING_INFO and mark with GTY(()).
4669         * config/ia64/ia64.c (struct extern_func_list,extern_func_head):
4670         Mark with GTY(()).
4671         (ia64_hpux_add_extern_decl): Save the decl, not the name string.
4672         Allocate memory with ggc_alloc.  No need to copy anything.
4673         (ia64_hpux_file_end): Update to match.
4674
4675 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
4676
4677         * config/i386/i386.c (override_options): Don't imply 3DNow! for -m64
4678         by default.
4679
4680 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
4681
4682         * config/s390/s390.md ("divmodtidi3"): Use canonical RTL.
4683         ("divmodtisi3"): Likewise.
4684         ("udivmoddi4", "udivmodtidi3"): Likewise.
4685         ("divmodsi4", "divmoddisi3"): Likewise.
4686         ("udivmodsi4", "udivmoddisi3"): Likewise.
4687         ("udivsi3", "umodsi3"): Likewise.
4688
4689 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
4690
4691         * config/s390/s390.c (s390_mainpool_start): Delete the main pool
4692         placeholder insn when chunkifying the pool.
4693
4694 2004-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4695
4696         * pa.h (PIC_OFFSET_TABLE_REGNUM): Define to INVALID_REGNUM when not
4697         generating PIC code.
4698
4699 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4700
4701         * config/h8300/h8300-protos.h: Add a prototype for
4702         h8300_expand_branch.
4703         * config/h8300/h8300.c (h8300_expand_branch): New.
4704         * config/h8300/h8300.md (ble, bleu, bge, bgeu, blt, bltu, bgt,
4705         bgtu, beq, bne): Call h8300_expand_branch().
4706
4707 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4708
4709         * config/h8300/h8300-protos.h: Add prototypes for
4710         h8300_hard_regno_nregs and h8300_hard_regno_mode_ok.
4711         * config/h8300/h8300.c (h8300_hard_regno_nregs): New.
4712         (h8300_hard_regno_mode_ok): Likewise.
4713         * config/h8300/h8300.h (HARD_REGNO_NREGS): Call
4714         h8300_hard_regno_nregs().
4715         (HARD_REGNO_MODE_OK): Call h8300_hard_regno_mode_ok().
4716
4717 2004-02-18  Per Bothner  <per@bothner.com>
4718
4719         * cpphash.h (struct cpp_buffer):  Restore return_at_eof field.  This
4720         partly reverts my 2003-10-01 change, because we're back to logically
4721         including <command line> inside the main line.
4722         * cpplex.c (_cpp_get_fresh_line):  Check return_at_eof field.
4723         * cppmacro.c (cpp_scan_nooutput):  Set return_at_eof of current buffer.
4724         Fixes PR preprocessor/14103.
4725
4726         * cppfiles.c (_cpp_stack_include):  When appropriate decrement
4727         line_table's highest_location, fixing LAST_SOURCE_LINE_LOCATION.
4728         (cpp_push_include):  Don't need to increment pfile's line field.
4729         * line-map.h (LAST_SOURCE_LINE_LOCATION):  Only decrement by 1.
4730
4731         * c-ppoutput.c (print struct):  New first_time field.
4732         (init_pp_output):  Set print.first_time.
4733         (pp_file_change):  Use print.first_time, rather than MAIN_FILE_P,
4734         which is set also for (say) <command line>.  Clear print.first_time.
4735
4736         * cppfiles.c (struct _cpp_file):  Comment and type for pch field
4737         does not match the code, so fix both.
4738         (should_stack_file):  Inline include_pch_p function.
4739         (include_pch_p):  Remove pointless function.
4740
4741         * cpphash.h (struct cpp_buffer):  Remove unused search_cached field.
4742
4743 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4744
4745         * config/h8300/h8300.md (four define_peephole2's): Use
4746         h8300_regs_ok_for_stm().
4747
4748 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4749
4750         * config/h8300/h8300-protos.h: Update the prototype for
4751         expand_a_rotate().
4752         * config/h8300/h8300.c (expand_a_rotate): Remove the first
4753         argument.
4754         * config/h8300/h8300.md: Update all callers.
4755
4756 2004-02-18  Jan Hubicka  <jh@suse.cz>
4757
4758         * simplify-rtx.c (simplify_unary_operation): Deal with logicals on
4759         floats.
4760         (simplify_binary_operation): Deal with logicals on floats.
4761
4762         * i386.md (SSE fabs splitters): Emit new patterns.
4763         (SSE cmov splitters): Likewise.
4764         (sse_andv4sf3, sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3
4765         (sse_andv2df3, sse_nandv2df3, sse_iorv2df3, sse_xorv2df3): Do not use
4766         subregs.
4767         (sse_andsf3, sse_nandsf3, sse_xorsf3): Kill.
4768         (sse_anddf3, sse_nanddf3, sse_xordf3): Kill.
4769
4770 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4771
4772         * config/h8300/h8300.c (expand_a_rotate): Don't generate insns
4773         by hand.
4774         (output_a_rotate): Tweak a comment.
4775         * config/h8300/h8300.md (*rotlqi3_1): Change to rotlqi3_1.
4776         (*rotlhi3_1): Change to rotlhi3_1.
4777         (*rotlsi3_1): Change to rotlsi3_1.
4778
4779 2004-02-18  Richard Earnshaw  <rearnsha@arm.com>
4780
4781         PR target/13866
4782         * arm.c (load_multiple_operation): Don't insist that the source reg
4783         of a post-increment component is the same as the destination.
4784         (store_multiple_operation): Likewise.
4785
4786 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4787
4788         * config/h8300/h8300.md: Move movsf patterns into one section
4789         of the file.
4790
4791 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4792
4793         * cfgloop.h, cfgloopanal.c, cpplex.c, except.h, loop-init.c,
4794         loop-unroll.c, scan-decls.c, scan.h, stor-layout.c,
4795         xcoffout.c, xcoffout.h, config/arm/mmintrin.h,
4796         config/mips/linux64.h, config/pa/pa-64.h,
4797         config/rs6000/aix51.h, config/rs6000/aix52.h,
4798         config/rs6000/spe.md, config/sparc/linux.h,
4799         config/sparc/linux64.h: Update copyright.
4800
4801 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4802
4803         * config/h8300/h8300.md: Move push patterns into one
4804         section of the file.
4805
4806 2004-02-18  Mark Mitchell <mark@codesourcery.com>
4807
4808         PR c++/11326
4809         * config/ia64/ia64.c (ia64_struct_value_rtx): Cope with NULL
4810         fntype.
4811
4812 2004-02-18  Paul Brook  <paul@codesourcery.com>
4813
4814         * rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX
4815
4816 2004-02-18  Paul Brook  <paul@codesourcery.com>
4817
4818         PR debug/12934
4819         * dwarf2out.c (loc_descriptor_from_tree): Handle
4820         EXPR_WITH_FILE_LOCATION.
4821
4822 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
4823
4824         * config/i386/i386.md (zero_extendqidi2, zero_extendqidi2,
4825         testdi_1_rex64, anddi_2, xordi_1_rex64, xordi_2_rex64): Remove
4826         trailing whitespace from instructions.
4827
4828 2004-02-17  Geoffrey Keating  <geoffk@apple.com>
4829
4830         * configure.ac: When generating auto-build.h, pass
4831         --enable-languages to the sub-configure.
4832         Put quotes around ${program_transform_name} when generating
4833         name of as, ld, nm, objdump.
4834         * configure: Regenerate.
4835
4836 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
4837
4838         * Makefile.in (s-check, s-config, s-conditions, s-flags)
4839         (s-codes, s-constants, s-emit, s-recog, s-opinit, s-extract)
4840         (s-peep, s-attr, s-attrtab, s-output, s-genrtl, s-modes)
4841         (s-preds, s-iov): Do not depend on move-if-change.
4842
4843 2004-02-17  James E Wilson  <wilson@specifixinc.com>
4844
4845         * caller-save.c (insert_restore): Pass mem through copy_rtx.
4846         (insert_save): Likewise.
4847
4848 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4849
4850         * config/h8300/h8300.c (h8300_emit_stack_adjustment): Fix a
4851         warning.
4852
4853 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4854
4855         * config/h8300/h8300.md (*one_complsi2_h8300): Change to
4856         *one_cmplsi2_h8300.
4857         (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
4858
4859 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4860
4861         * config/h8300/h8300-protos.h: Update the prototype of
4862         fix_bit_operand().
4863         * config/h8300/h8300.c (fix_bit_operand): Remove the second
4864         argument "what".
4865         * config/h8300/h8300.md: Update all callers.
4866
4867 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4868
4869         * config/h8300/h8300.c (fix_bit_operand): Change the name of
4870         the last argument to "code" from "type".
4871
4872 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4873
4874         * config/h8300/h8300.c: Remove an extern declaration of
4875         rtx_equal_function_value_matters.
4876
4877 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4878
4879         * config/h8300/h8300.c (fix_bit_operand): Don't generate insns
4880         by hand.
4881         * config/h8300/h8300.md (*andqi3_1): Change to andqi3_1.
4882         (*iorqi3_1): Change to iorqi3_1.
4883         (*xorqi3_1): Change to xorqi3_1.
4884
4885 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4886
4887         * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment
4888         typos.
4889
4890 2004-02-17  Jan Hubicka  <jh@suse.cz>
4891
4892         * i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4.
4893
4894 2004-02-18  Alan Modra  <amodra@bigpond.net.au>
4895
4896         PR optimization/14119
4897         * combine.c (try_combine): When attemting to fix unrecognized insns,
4898         don't delete SETs marked with REG_EH_REGION notes.
4899
4900 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
4901
4902         * combine.c (simplify_if_then_else): Do not replace
4903         (if_then_else (ne reg 0) (0) (const_int)) by (reg) if the
4904         modes differ.
4905
4906 2004-02017  Steven Bosscher  <stevenb@suse.de>
4907
4908         * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,
4909         function.c, integrate.c, print-tree.c, toplev.c, tree-optimize.c,
4910         tree.h): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.
4911         * ada/utils.c: Likewise.
4912         * cp/decl.c: Likewise.
4913         * f/com.c: Likewise.
4914         * java/class.c: Likewise.
4915
4916 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4917
4918         * config/h8300/h8300.md: Fix comment typos.
4919
4920 2004-02-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4921
4922         * config/mips/t-iris6gld: Renamed to ...
4923         * config/mips/t-irix-gld: ... this.
4924         * config.gcc (mips-sgi-irix6*): Reflect this
4925         (mips-sgi-irix5*): Use it with GNU ld.
4926
4927         * config/mips/irix6-crti.asm, config/mips/irix6-crtn.asm: Renamed
4928         to ...
4929         * config/mips/irix-crti.asm, config/mips/irix-crtn.asm: ... this.
4930         * config/mips/t-irix-gld: Reflect this.
4931         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4932
4933         * config/mips/iris5gld.h: New file.
4934         * config.gcc (mips-sgi-irix5*): Use it with GNU ld.
4935         Only use collect2 without gas.
4936
4937         * config/mips/iris6.h (IRIX6_STARTFILE_SPEC, IRIX6_ENDFILE_SPEC):
4938         Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
4939         (STARTFILE_SPEC, ENDFILE_SPEC, SUBTARGET_EXTRA_SPECS): Reflect this.
4940         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4941
4942         * config/mips/iris6.h (SUBTARGET_EXTRA_SPECS): Moved ...
4943         * config/mips/iris5.h: ... here.
4944
4945         * config/mips/iris5.h (STARTFILE_SPEC, ENDFILE_SPEC): Renamed to
4946         IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
4947         (STARTFILE_SPEC, ENDFILE_SPEC): Define.
4948
4949         * config/mips/iris5gas.h (STARTFILE_SPEC, ENDFILE_SPEC): Simplify
4950         using irix_startfile_spec, irix_endfile_spec.
4951
4952 2004-02-16  Gunther Nikl  <gni@gecko.de>
4953
4954         * config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.
4955
4956 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4957
4958         * config/h8300/h8300.c (h8300_expand_prologue): Don't generate
4959         insns by hand.
4960
4961 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4962
4963         * cfghooks.c (split_edge): Speed up updating of dominators.
4964
4965 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
4966
4967         PR c++/11326
4968         * c-common.c (flag_abi_version): Remove.
4969         * c-common.h (flag_abi_version): Likewise.
4970         * c-opts.c (c_common_handle_option): Remove OPT_fabi_version case.
4971         * c.opt (fabi-version): Remove.
4972         * calls.c (expand_call): Always pass a function type to
4973         struct_value_rtx.  Use convert_memory_address.
4974         * common.opt (fabi-version): Add it.
4975         * flags.h (flag_abi_version): Likewise.
4976         (abi_version_at_least): New macro.
4977         * opts.c (common_handle_option): Add OPT_fabi_version.
4978         * toplev.c (flag_abi_version): Define it.
4979         * config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p):
4980         New function.
4981         (ia64_output_mi_thunk): Use it.
4982         (ia64_struct_value_rtx): Likewise.
4983
4984 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4985
4986         * config/h8300/h8300.c (h8300_emit_stack_adjustment):
4987         Don't generate insns by hand.
4988
4989 2004-02-17  Andrew Pinski  <pinskia@physics.uc.edu>
4990
4991         PR c++/14178
4992         * doc/invoke.texi (fabi-version): The default is 2 now.
4993
4994 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4995
4996         * loop-iv.c: New file.
4997         * Makefile.in (loop-iv.o): New.
4998         * basic_block.h (FOR_BB_INSNS, FOR_BB_INSNS_REVERSE): New macros.
4999         * cfgloop.c (fill_sons_in_loop, get_loop_body_in_dom_order,
5000         num_loop_branches): New functions.
5001         * cfgloop.h (get_loop_body_in_dom_order, num_loop_branches,
5002         iv_analysis_loop_init, iv_get_reaching_def, iv_analyse, get_iv_value,
5003         find_simple_exit, iv_number_of_iterations, iv_analysis_done,
5004         get_simple_loop_desc, free_simple_loop_desc): Declare.
5005         (simple_loop_desc): New inline function.
5006         (struct rtx_iv, struct niter_desc): New.
5007         * cfgloopmanip.c (loopify): Specify semantics more precisely.
5008         * expr.c (force_operand): Handle subregs of expressions created by
5009         loop unroller.
5010         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Move
5011         parts of the initialization to toplev.c
5012         * loop-unroll.c (loop_exit_at_end_p): New.
5013         (unroll_and_peel_loops): Call iv_analysis_done.
5014         (decide_peel_once_rolling, decide_peel_completely,
5015         decide_unroll_stupid, decide_unroll_constant_iterations,
5016         decide_unroll_runtime_iterations, decide_peel_simple,
5017         peel_loop_simple, unroll_loop_stupid, unroll_loop_constant_iterations,
5018         unroll_loop_runtime_iterations): Use new simple loop analysis.
5019         * loop-unswitch.c (compare_and_jump_seq): New.
5020         (may_unswitch_on_p): Renamed to ...
5021         (may_unswitch_on): Use new iv analysis.
5022         (reversed_condition): Export.
5023         (unswitch_single_loop, unswitch_loop): Use new iv analysis.
5024         * predict.c (estimate_probability): Use new simple loop analysis.
5025         * rtl.h (get_mode_bounds, reversed_condition,compare_and_jump_seq,
5026         canon_condition, simplify_using_condition): Declare.
5027         * stor-layout.c (get_mode_bounds): New.
5028         * toplev.c (rest_of_handle_loop2): Some parts of
5029         initialization/finalization moved here from loop-init.c.
5030
5031 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
5032
5033         * config/h8300/h8300.h (FIXED_REGISTERS): Add the soft frame
5034         pointer.
5035         (CALL_USED_REGISTERS): Likewise.
5036         (REG_ALLOC_ORDER): Likewise.
5037         (REG_CLASS) <GENERAL_REGS>: Likewise.
5038
5039 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
5040
5041         * doc/md.texi (Insn Canonicalizations): Document left-chaining
5042         in associative operators.
5043         * rtlanal.c (commutative_operand_precedence): Create some new
5044         variables.  Prefer a commutative operand on the left, then
5045         binary expressions, then NEG and NOT.
5046
5047 2004-02-16  Matthias Klose  <doko@debian.org>
5048
5049         * config/t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME
5050         in terms of SHLIB_SOVERSION.
5051         * config/m68k/t-slibgcc-elf-ver: New file.
5052         * config/pa/t-slibgcc-elf-ver: New file.
5053         * config.gcc (m68k-linux, parisc-linux): Use them when not
5054         sjlj exceptions are not configured.
5055
5056 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
5057
5058         * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
5059
5060 2004-02-16  Zack Weinberg  <zack@codesourcery.com>
5061
5062         * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
5063
5064 2004-02-16  Joseph S. Myers  <jsm@polyomino.org.uk>
5065
5066         * doc/sourcebuild.texi: Mention backends.html.
5067
5068 2004-02-16  Kazu Hirata  <kazu@cs.umass.edu>
5069
5070         * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
5071         line-map.c, line-map.h, var-tracking.c: Fix comment
5072         formatting.
5073
5074 2004-02-16  Richard Henderson  <rth@redhat.com>
5075
5076         * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
5077
5078         * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
5079
5080 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
5081
5082         * config/h8300/h8300.md: Remove unnecessary parallels from
5083         all define_insn and define_split patterns.
5084
5085 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
5086
5087         * config/h8300/h8300.md: Remove explicit (set_attr "cc"
5088         "clobber").
5089
5090 2004-02-15  Bernardo Innocenti  <bernie@develer.com>
5091
5092         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for
5093         '%#'.
5094
5095 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
5096
5097         * config/ia64/ia64.c, config/mips/mips.c,
5098         config/mmix/mmix-modes.def: Fix comment typos.
5099
5100 2004-02-15  Roger Sayle  <roger@eyesopen.com>
5101
5102         * c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
5103         (get_directive_line): Remove unused function prototype.
5104
5105 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
5106
5107         * tree-inline.c (copy_body_r): Do not replace ret_label.
5108
5109 2004-02-14  Jan Hubicka  <jh@suse.cz>
5110
5111         * i386.c (x86_four_jump_limit): New variable.
5112         (k8_avoid_jump_misspredicts): Rename to ...
5113         (ix86_avoid_jump_misspredicts): .. this one.
5114         (ix86_pad_returns): Break out from ...
5115         (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked
5116         to.
5117         * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro.
5118
5119 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
5120
5121         * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of
5122         PARALLEL is NULL.
5123
5124 2004-02-14  Per Bothner  <per@bothner.com>
5125
5126         * fix-header.c (line_table):  Move local variable in main to global.
5127         * scan.h (line_table):  Use it.
5128         * scan-decls.c (scan_decls):  Need to call linemap_lookup on token's
5129         line (recently renamed to src_loc) before calling recognized_function.
5130
5131 2004-02-14  Matt Kraai  <kraai@alumni.cmu.edu>
5132
5133         * Makefile.in: Fix comment typos.
5134
5135 2004-02-14  Olivier Hainque  <hainque@act-europe.fr>
5136
5137         * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
5138         for start_value when it is directly moved into reg, and factorize
5139         the retrieval of GET_MODE (reg).
5140
5141 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
5142
5143         * config/mips/mips-protos.h (mips_load_got_page): Delete.
5144         (mips_load_got_global): Delete.
5145         (mips_gotoff_page): Declare.
5146         * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant.
5147         (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an
5148         UNSPEC_LOAD_GOT pattern rather than a MEM.
5149         (*load_got[sd]i): New patterns.
5150         * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete.
5151         (mips_load_got_page, mips_load_got_global): Delete.
5152         (mips_gotoff_page): New function.
5153         (override_options): Don't initialize mips_got_alias_set.
5154
5155 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
5156
5157         * config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)
5158         (TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC)
5159         (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS)
5160         (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete.
5161         (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI].
5162         * config/mips/mips.c: Fix some overly-long lines.
5163         (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete.
5164         (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling.
5165
5166 2004-02-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5167
5168         * configure.ac: Search for as, ld below libexec/gcc.
5169         * configure: Regenerate.
5170
5171 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
5172
5173         * config/arm/mmintrin.h (_mm_setwcx): Reverse arguments in call to
5174         __builtin_arm_setwcx ().
5175         * config/arm/arm.c (arm_expand_builtin): Generate operands
5176         correctly and reverse their order in call to gen_iwmmxt_tmcr ().
5177
5178 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
5179
5180         * config/arm/arm.c (bdesc_2arg): Correct builtin names "wmulsh"
5181         and "wmuluh" to "wmulsm" and "wmulum", respectively.
5182         * config/arm/arm.h (enum arm_builtins): Rename enumerators to
5183         ARM_BUILTIN_WMULSM and ARM_BUILTIN_WMULUM.
5184         * config/arm/mmintrin.h (_mm_mulhi_pi16): Update intrinsic call.
5185         (_mm_mulhi_pu16): Likewise.
5186
5187 2004-02-13  Zack Weinberg  <zack@codesourcery.com>
5188
5189         * xcoffout.c (xcoff_assign_fundamental_type_number): Check
5190         DECL_NAME != 0 before dereferencing.
5191
5192 2004-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
5193
5194         * config/s390/s390-protos.h (s390_output_symbolic_const): Remove.
5195         (s390_output_addr_const_extra): Declare.
5196         (s390_output_pool_entry): Remove FILE * argument.
5197         * config/s390/s390.c (s390_output_symbolic_const): Remove.
5198         (s390_output_addr_const_extra): New function.
5199         (print_operand_address): Call output_addr_const instead of
5200         s390_output_symbolic_const.
5201         (print_operand): Likewise.
5202         (s390_output_pool_entry): Use assemble_integer for symbolic constants.
5203         Remove FILE * argument.
5204         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Define.
5205         * config/s390/s390.md ("*pool_entry"): Adapt s390_output_pool_entry
5206         call.
5207
5208 2004-02-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5209
5210         * cfgloopanal.c (mark_irreducible_loops): Rewriten.
5211         (struct edge, struct vertex, struct graph): New.
5212         (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge,
5213         free_graph): New functions.
5214
5215 2004-02-12  Chris Demetriou  <cgd@broadcom.com>
5216
5217         * config/mips/mips.md (casesi_internal, casesi_internal_di):
5218         Use ".set macro" to avoid warnings about multi-instruction
5219         macros, since they're intentional.
5220
5221 2004-02-12  Geoffrey Keating  <geoffk@apple.com>
5222
5223         * config/darwin.h: Add include guards.  Remove old, now incorrect,
5224         comment about STANDARD_EXEC_PREFIX.
5225
5226         * Makefile.in (install-man): Use $(CPP_INSTALL_NAME) and
5227         $(GCOV_INSTALL_NAME) to install manpages.  Remove generic rule
5228         for installing .1 manpages.  Add rules for installing cpp
5229         and gcov manpages under their installed names.
5230
5231 2004-02-12  Alexandre Oliva  <aoliva@redhat.com>
5232
5233         * configure.ac (gcc_cv_ld): Don't set to LD if target is not
5234         host, but try LD_FOR_TARGET first.
5235         * configure: Rebuilt.
5236
5237 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
5238
5239         * dbxout.c: Move declaration of dbxout_type_decl outside
5240         #ifdef DBX_DEBUGGING_INFO.
5241         * c-parse.in: Don't give the asmdef production a type.
5242
5243 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
5244
5245         * debug.h (struct gcc_debug_hooks): Add type_decl field.
5246         (debug_nothing_tree_int): Prototype.
5247         (dwarf_debug_hooks): Delete, unused.
5248         * debug.c (do_nothing_debug_hooks): Update.
5249         (debug_nothing_tree_int): New function.
5250         * langhooks.h (struct lang_hooks_for_decls):
5251         Remove builtin_type_decls field.
5252         * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
5253         (LANG_HOOKS_DECLS): Update.
5254         * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
5255         Use debug_hooks->type_decl.
5256         * dbxout.c (preinit_symbols): New static.
5257         (dbx_debug_hooks, xcoff_debug_hooks): Update.
5258         (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
5259         lang_hooks.decls.builtin_type_decls.  Do scan preinit_symbols
5260         for symbols to output.
5261         (dbxout_type_decl): New function.
5262         (dbxout_symbol): If called before dbxout_init has run, queue
5263         the symbol for later.  Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
5264         to TYPE_DECLs before emitting them.
5265         * xcoffout.c (assign_type_number): Delete.
5266         (xcoff_type_numbers): New static table.
5267         (xcoff_assign_fundamental_type_number): New function.
5268         * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
5269         DBX_OUTPUT_STANDARD_TYPES.  Remove unnecessary #ifdefs.
5270         * sdbout.c: Include varray.h.
5271         (deferred_global_decls): New static.
5272         (sdb_debug_hooks): Update.
5273         (sdbout_global_decl): If we can't emit something right now,
5274         remember it in deferred_global_decls.
5275         (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
5276         (sdbout_init): Initialize deferred_global_decls.
5277         * Makefile.in: Update dependencies of sdbout.o.
5278         * dwarf2out.c (dwarf2out_type_decl): New function.
5279         (dwarf2_debug_hooks): Update.
5280         * vmsdbgout.c (vmsdbg_debug_hooks): Update.
5281         * c-decl.c (getdecls): Just return 0.
5282         (check_for_loop_decls): Don't use getdecls.
5283         (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
5284         * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
5285
5286 2004-02-12  Ulrich Weigand  <uweigand@de.ibm.com>
5287
5288         * config/s390/s390.c (s390_sched_reorder2): Remove.
5289         (TARGET_SCHED_REORDER2): Do not redefine.
5290
5291 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
5292
5293         * c-parse.in (maybe_type_qual): Delete.
5294         (maybe_volatile, simple_asm_expr, asmdef, asm_stmt)
5295         (asm_argument): New grammar rules.
5296         (extdef_1): Use asmdef.
5297         (maybeasm): Move down with other asm rules; use simple_asm_expr.
5298         (xexpr): Move up with other expression rules.
5299         (stmt): Use asm_stmt.
5300
5301         * c-typeck.c (build_asm_expr): New function - body mostly
5302         pulled from build_asm_stmt.
5303         (build_asm_stmt): Just handle tacking on the volatile qualifier.
5304         * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
5305
5306 2004-02-12  Richard Sandiford  <rsandifo@redhat.com>
5307
5308         PR bootstrap/13617
5309         * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
5310         (mips_declare_object): Make variadic.
5311         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
5312         mips_output_aligned_decl_common.
5313         * config/mips/mips.c (mips_output_aligned_decl_common): New function.
5314         (mips_declare_object): Make variadic.
5315
5316 2004-02-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5317
5318         * function.c (update_epilogue_consts): Teach about binary operations.
5319
5320         * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill
5321         previous MEM_VOLATILE in REF.
5322         * function.c (fixup_var_refs): Save volatile_ok and set to 1.
5323         * expr.c (emit_block_move_via_movstr): Save and restore volatile_ok.
5324
5325 2004-02-12  Gunther Nikl  <gni@gecko.de>
5326
5327         * config.gcc: Restore support for m68k-openbsd.
5328
5329 2004-02-12  Jan Hubicka  <jh@suse.cz>
5330
5331         * tree-optimize.c (tree_rest_of_compilation): Do not release
5332         DECL_ARGUMENTS.
5333
5334 2004-02-11  Matt Kraai  <kraai@alumni.cmu.edu>
5335
5336         * doc/install.texi: Fix the spelling of "explicitly".
5337
5338 2004-02-11  Eric Christopher  <echristo@redhat.com>
5339
5340         * cppcharset.c (_cpp_interpret_string_notranslate): Rename and
5341         duplicate argument structure of cpp_interpret_string.
5342         * cpphash.h: Move prototype...
5343         * cpplib.h: Here.
5344         * cpplib.c: Fix calls to match new function signature.
5345
5346 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5347
5348         PR c/456
5349         * cppexp.c (num_binary_op): Don't allow comma operators in #if
5350         constant expressions at all outside C99 mode if pedantic.
5351
5352 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
5353
5354         * optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.
5355         (log10_optab, log2_optab): Define corresponding macros.
5356         * optabs.c (init_optabs): Initialize log10_optab and log2_optab.
5357         * genopinit.c (optabs): Implement log10_optab and log2_optab
5358         using log10?f2 and log2?f2 patterns.
5359         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG10{,F,L}
5360         using log10_optab, and BUILT_IN_LOG2{,F,L} using log2_optab.
5361         (expand_builtin): Expand BUILT_IN_LOG10{,F,L} and BUILT_IN_LOG2{,F,L}
5362         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
5363
5364         * config/i386/i386.md (log10sf2, log10df2, log10xf2, log2sf2,
5365         log2df2, log2xf2): New patterns to implement log10, log10f, log10l,
5366         log2, log2f and log2l built-ins as inline x87 intrinsics.
5367
5368 2004-02-11  Richard Henderson  <rth@redhat.com>
5369
5370         PR target/1532
5371         * flow.c (insn_dead_p): A clobber of a dead hard register is a
5372         dead insn after reload.
5373
5374 2004-02-11  Ulrich Weigand  <uweigand@de.ibm.com>
5375
5376         * tree.h (frame_base_decl): Add GTY marker.
5377         * var-tracking.c (frame_base_decl): Likewise.
5378
5379 2004-02-11  Daniel Berlin  <dberlin@dberlin.org>
5380
5381         * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
5382         incorrect, hunk.
5383         (add_location_or_const_value_attribute): Use text_section_label,
5384         not TEXT_SECTION_NAME.
5385
5386 2004-02-11  Per Bothner  <per@bothner.com>
5387
5388         Represent column numbers using line-map's source_location.
5389         The "next available source_location" is now managed internally by
5390         line-maps.c rather than by clients.
5391         * line-map.h (struct line_map):  New field column_bits.
5392         <from_line>:  Rename field to start_location.
5393         (struct line_maps):  New fields highest_location and max_column_hint.
5394         (linemap_check_files_exited):  New declaration.
5395         (linemap_line_start):  New declaration.
5396         (linemap_add):  Remove from_line parameter; use highest_location field.
5397         (SOURCE_LINE, LAST_SOURCE_LINE):  Modify to use column_bits.
5398         (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION):  New macros.
5399         (CURRENT_LINE_MAP):  Remove macro.
5400         (linemap_position_for_column):  New inline function.
5401         * line-map.c (linemap_init):  Clear new fields.
5402         (linemap_check_files_exited):  New function, extracted from ...
5403         (linemap_free):  Use linemap_check_files_exited.
5404         (linemap_add):  Remove from_line parameter.  Various updates.
5405         (linemap_line_start):  New function.
5406         (linemap_lookeup):  Update for new field names.
5407         * cpphash.h (struct cpp_reader) <map>:  Field removed.  Because
5408         linemap_position_for_column may unpredictably change the current map,
5409         it is cleaner and simpler for us to not cache it in cpp_reader.
5410         (struct cpp_buffer):  New sysp field.
5411         Changed warned_cplusplus_comments and from_stage3 to bitfields.
5412         * cppinit.c (cpp_read_min_file):  pfile->map no longer exists.
5413         * cpplib.c (do_line, do_linemarker, _cpp_do_file_change):  Get
5414         current map using linemap_lookup.
5415         (do_linemarker):  Also set buffer's sysp field.
5416         (destringize_and_run):  No longer need to decrement current line.
5417         * cppfiles.c (_cpp_stack_file):  Set sysp from and in buffer.
5418         (search_path_head, open_file_failed):  Use buffer's sysp.
5419         (cpp_make_system_header):  Get current map using linemap_lookup.
5420         Also set buffer's sysp flag.
5421         * cppmacro.c (_cpp_builtin_macro_text):  Likewise use linemap_lookup.
5422         * cpphash.h (CPP_INCREMENT_LINE):  New macro.
5423         (struct cpp_buffer):  Moved fields saved_cur, saved_rlimit to ...
5424         (struct cpp_reader):  ... and adding saved_line_base field.
5425         * cpptrad.c (_cpp_overlay_buffer, _cpp_remove_overlay):
5426         Update accordingly.  Don't adjust line.
5427         (_cpp_scan_out_logical_line):  Use CPP_INCREMENT_LINE.
5428         * cpphash.c (CPP_IN_SYSTEM_HEADER):  Replaced macro by ...
5429         (cpp_in_system_header):  ... new inline function, using buffer's sysp.
5430         * cpperror.c (_cpp_begin_message):  Update to use cpp_in_system_header.
5431         * cpplex.c (_cpp_lex_direct):  Likewise.
5432         * cppmacro.c (_cpp_builtin_macro_text):  Likewise.
5433         * cppmacro.c (_cpp_create_definition):  Use buffer's sysp field.
5434         * cpplib.h (struct cpp_token):  Rename line field to src_loc.
5435         Remove col field as it is now subsumed by src_loc.
5436         * cpperror.c:  Update various field, parameter, and macro names.
5437         (print_location):  If col==0, try SOURCE_COLUMN of line.
5438         (cpp_error):  Use cur_token's src_loc field, rather than line+col.
5439         * cpplib.c (do_diagnostic):  Token's src_loc fields replaces line+col.
5440         * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
5441         _cpp_skip_block_comment):  Use CPP_INCREMENT_LINE.
5442         (_cpp_temp_token):  Replace cpp_token's line+col fields by src_loc.
5443         (_cpp_get_fresh_line):  Don't need to adjust line for missing newline.
5444         (_cpp_lex_direct):  Use linemap_position_for_column.
5445         * c-ppoutput.c (maybe_print_line, print_line):  Don't take map
5446         parameter.  Instead get it from the line_table global.  Adjust callers.
5447         (print):  Remove map field.  Replace line field to src_line.
5448         (init_pp_output, account_for_newlines, maybe_print_line):  Adjust.
5449         (cb_line_change):  Use SOURCE_COLUMN.  Minor optimizations.
5450         (pp_file_change):  Use MAIN_FILE_P since we cannot checked print.map.
5451         Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.
5452         * cpptrad.c (copy_comment):  Rename variable.
5453         * c-lex.c (map):  Remove static variable, for same reason we removed
5454         cpp_reader's map field.
5455         (cb_line_change, cb_def_pragma, cb_define, cb_undef):  Hence we need
5456         to call linemap_lookup.
5457         (cb_line_change):  Token's line field replaced by src_loc.
5458         (fe_file_change):  Use MAINFILE_P and LAST_SOURCE_LINE macros.
5459         Don't save new_map.
5460
5461         * cpphash.h, cpperror.c, cpplib.h:  Some renames of fileline to
5462         source_location.
5463
5464 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
5465
5466         * config/rs6000/altivec.md (*movv4si_internal): At least one
5467         operand must be register_operand.
5468         (*movv8hi_internal1): Likewise.
5469         (*movv16qi_internal1): Likewise.
5470         (*movv4sf_internal1): Likewise.
5471
5472 2004-02-10  Aldy Hernandez  <aldyh@redhat.com>
5473
5474         * config/rs6000/spe.md ("*movv2si_internal"): Check for register
5475         operand.
5476         (movv4hi_internal): Same.
5477         (movv2sf_internal): Same.
5478         (movv1di_internal): Same.
5479
5480 2004-02-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
5481
5482         * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
5483         TARGET_OLDABI consistently.
5484         * config/mips/mips.c (function_arg,mips_setup_incoming_varargs,
5485         mips_va_arg,override_options,compute_frame_size,
5486         mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub
5487         ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
5488         and TARGET_OLDABI consistently.
5489         * config/mips/mips.md (exception_receiver): Likewise.
5490         * config/mips/linux64.h: Likewise.
5491
5492 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
5493
5494         * gcc/config/rs6000/rs6000.c (rs6000_override_options)
5495         Set AltiVec ABI and vrsave as default for ppc64 linux.
5496         (init_cumulative_args): Post error, if try to return
5497         value in AltiVec register without enable AltiVec.
5498         (function_arg_advance): Ditto for passing arguments.
5499
5500 2004-02-11  Richard Sandiford  <rsandifo@redhat.com>
5501
5502         * emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to
5503         a label before updating its usage count.
5504
5505 2004-02-10  Matt Kraai  <kraai@alumni.cmu.edu>
5506
5507         * doc/install.texi: Remove extra cd.
5508
5509 2004-02-10  Ziemowit Laski  <zlaski@apple.com>
5510
5511         * c-common.c (vector_size_helper): Remove; call
5512         reconstruct_complex_type() instead.
5513         * tree.c (reconstruct_complex_type): New function
5514         (formerly vector_size_helper() in c-common.c).
5515         (make_vector): Make externally visible.
5516         * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
5517
5518 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
5519
5520         * config/h8300/h8300-protos.h: Add a prototype for
5521         h8300_regs_ok_for_stm.
5522         * config/h8300/h8300.c (h8300_regs_ok_for_stm): New.
5523         * config/h8300/h8300.md (stm_h8300s_2_advanced,
5524         stm_h8300s_2_normal, stm_h8300s_2, stm_h8300s_3_advanced,
5525         stm_h8300s_3_normal, stm_h8300s_3, stm_h8300s_4_advanced,
5526         stm_h8300s_4_normal, stm_h8300s_4, ldm_h8300s_2_advanced,
5527         ldm_h8300s_2_normal, ldm_h8300s_2, ldm_h8300s_3_advanced,
5528         ldm_h8300s_3_normal, ldm_h8300s_3, ldm_h8300s_4_advanced,
5529         ldm_h8300s_4_normal, ldm_h8300s_4): Use
5530         h8300_regs_ok_for_stm().
5531
5532 2004-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
5533
5534         PR c/14088
5535         * real.c (real_from_string): Look for 'X' as well as 'x' in
5536         hexfloat strings.
5537
5538 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
5539
5540         * config/h8300/h8300.md: Remove an incorrect comment about
5541         peephole2.  Add comments.
5542
5543 2004-02-10  Josef Zlomek  <zlomekj@suse.cz>
5544
5545         PR/14058
5546         * emit-rtl.c (set_decl_incoming_rtl): New.
5547         * tree.h (set_decl_incoming_rtl): New.
5548         * function.c (assign_parms): Use set_decl_incoming_rtl for setting
5549         DECL_INCOMING_RTL.
5550         * ada/misc.c (adjust_decl_rtl): Likewise.
5551
5552 2004-02-10  Per Bothner  <per@bothner.com>
5553
5554         * c-opts.c (c_common_post_options):   Don't emit working directory
5555         in cpp output if -P was specified.
5556
5557 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
5558
5559         PR c/14092
5560         * fold-const.c (fold) <NEGATE_EXPR>: Convert result of
5561         negate_expr back to the original type.
5562
5563 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
5564
5565         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
5566         bump retaddr here.
5567
5568 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
5569
5570         * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param,
5571         gen_lowpart_SUBREG): Move under the file in which they
5572         are actually declared.
5573
5574 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
5575
5576         * doc/sourcebuild.texi: Add libada documentation.
5577
5578         * doc/install.texi: Update documentation on Ada build, now
5579         that the GNAT lib and tools are built automatically.
5580
5581 2004-02-10  Richard Sandiford  <rsandifo@redhat.com>
5582
5583         * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
5584         && TARGET_IRIX.
5585
5586 2004-02-09  Ziemowit Laski  <zlaski@apple.com>
5587
5588         * objc/objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS'
5589         boundaries outside build_component_ref() call (a macro in ObjC++).
5590
5591 2004-02-09  Bob Wilson  <bob.wilson@acm.org>
5592
5593         * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Update.
5594         (init_cumulative_args): Likewise.
5595         (a7_overlap_mentioned_p): Delete prototype.
5596         * config/xtensa/xtensa.c (struct machine_function): Replace
5597         incoming_a7_copied field with need_a7_copy and vararg_a7 flags.
5598         Add set_frame_ptr_insn field.
5599         (xtensa_emit_move_sequence): Update call to xtensa_copy_incoming_a7.
5600         (xtensa_copy_incoming_a7): Rewrite to check need_a7_copy flag and check
5601         if the operand is an argument in a7.  If so, copy a7 to a new pseudo
5602         at the function entry and replace the operand with the pseudo.
5603         (init_cumulative_args): Remove unused arguments.  Add new "incoming"
5604         argument and record this flag in CUMULATIVE_ARGS.
5605         (function_arg): Remove result_mode and special-case code to handle
5606         arguments in a7.  Instead, set need_a7_copy flag when there is an
5607         incoming argument in a7.
5608         (xtensa_expand_prologue): Remove code to search for set_frame_ptr insn
5609         and use the value recorded in cfun->machine->set_frame_ptr_insn.
5610         (xtensa_builtin_saveregs): Check for negative gp_left value.  Set
5611         need_a7_copy and vararg_a7 flags.  Use move_block_from_reg instead of
5612         special-case code.
5613         (a7_overlap_mentioned_p): Delete.
5614         * config/xtensa/xtensa.h (CUMULATIVE_ARGS): Add "incoming" flag.
5615         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless
5616         arguments to init_cumulative_args and pass "incoming" flag instead.
5617         (BLOCK_REG_PADDING): Delete.
5618         * config/xtensa/xtensa.md (movdi, movsf, movdf): Remove unnecessary
5619         checks for reload_in_progress and reload_completed.  Update calls to
5620         xtensa_copy_incoming_a7.
5621         (ashlsi3): Rename existing insn to ashlsi3_internal.  Add expander
5622         to call xtensa_copy_incoming_a7.
5623
5624 2004-02-09  DJ Delorie  <dj@redhat.com>
5625
5626         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No
5627         longer modify standard_exec_prefix, standard_bindir_prefix, or
5628         standard_startfile_prefix.
5629
5630 2004-02-09  James E Wilson  <wilson@specifixinc.com>
5631
5632         PR c++/11295
5633         * c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
5634         to expand_expr_real call, and pass in alt_rtl as last argument.
5635
5636         PR libstdc++/5625
5637         * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
5638         * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
5639         * builtins.def (BUILT_IN_EXTEND_POINTER): New.
5640         * except.c (expand_builtin_extend_pointer): New.
5641         * except.h (expand_builtin_extend_pointer): Declare.
5642
5643 2004-02-09  David Edelsohn  <edelsohn@gnu.org>
5644
5645         * config/rs6000/rs6000.c (rs6000_emit_move): Remove splitting slow
5646         unaligned loads and stores.
5647
5648 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5649
5650         * config/mips/iris5.h (BSS_SECTION_ASM_OP): Define.
5651         * config/mips/iris6.h (BSS_SECTION_ASM_OP): Undef.
5652
5653         * config/mips/iris6.h (TARGET_ASM_NAMED_SECTION): Moved ...
5654         * config/mips/iris5.h: ... here.
5655         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Remove.
5656
5657         * config/mips/iris6.h (EXTRA_SECTION_FUNCTIONS): Move ...
5658         * config/mips/iris5.h: ... here.
5659
5660 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5661
5662         * configure.ac: Remove default executable files before AC_PROG_CC.
5663         * configure: Regenerate.
5664
5665 2004-02-09  Kazu Hirata  <kazu@cs.umass.edu>
5666
5667         PR target/13721
5668         * config/h8300/h8300.c (byte_reg): Call abort() if asked to
5669         print a operand other than a register.
5670
5671 2004-02-09  Roger Sayle  <roger@eyesopen.com>
5672
5673         * fold-const.c (fold) <NOP_EXPR>: Use the original type conversion
5674         tree code rather than call fold_convert, which doesn't specify a
5675         default floating point to integer conversion.
5676
5677 2004-02-08  Bernardo Innocenti  <bernie@develer.com>
5678
5679         * config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
5680         code to support SGS assembler.  Reformat adjacent code where possible.
5681         * config/m68k/m68k.c (switch_table_difference_label_flag): Remove
5682         definition.
5683         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Remove support
5684         for '%#'.
5685         * config/m68k/linux.h, config/m68k/m68k.c,
5686         * config/m68k/math-68881.h: Replace `%#' with `#' in inline asm
5687         macros and asm_printf() format strings.
5688         * config/m68k/m68kelf.h (ASM_OUTPUT_CASE_END): Remove macro definition.
5689         * config/m68k/linux.h: Update copyright.
5690         * config/m68k/linux.h, config/m68k/m68k.c: Remove traling whitespace.
5691
5692 2004-02-08  Andreas Schwab  <schwab@suse.de>
5693             Bernardo Innocenti  <bernie@develer.com>
5694
5695         * config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
5696         REGISTER_PREFIX.
5697         * (M68K_FP_REG_NAME): New macro to specify an alternate name for the
5698         frame pointer register, overridable by OS targets.
5699         * (M68K_REGNAME): Macro to obtain register name for asm output,
5700         eventually replacing %a6 with M68K_FP_REG_NAME.
5701         * config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
5702         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
5703         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
5704         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
5705         * config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].
5706
5707 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
5708
5709         * target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
5710         hook_rtx_tree_int_null.
5711         * targhooks.c (default_struct_value_rtx): Remove.
5712         * targhooks.h: Remove the prototype for
5713         default_struct_value_rtx.
5714         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
5715         config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
5716         config/ip2k/ip2k.c, config/iq2000/iq2000.c,
5717         config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
5718         config/mn10300/mn10300.c, config/pdp11/pdp11.c,
5719         config/rs6000/rs6000.c, config/s390/s390.c,
5720         config/stormy16/stormy16.c, config/v850/v850.c,
5721         config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
5722         * doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.
5723
5724 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
5725
5726         * README.Portability: Change "ISO C89" to "ISO C90".
5727         * c-parse.in (primary, initelt): Likewise.
5728
5729 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
5730
5731         * real.c (encode_ibm_extended): Normalize the input value before
5732         converting it to a double.  Handle the case where a normal value
5733         rounds to infinity.
5734
5735 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
5736
5737         * c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
5738         warning.
5739         * cse.c (preferrable): Change to preferable. Update all of its
5740         callers.
5741         * genautomata.c (ainsn): Change
5742         first_ainsn_with_given_equialence_num to
5743         first_ainsn_with_given_equivalence_num.  Update all of its
5744         references.
5745
5746 2004-02-08  Jan Hubicka  <jh@suse.cz>
5747
5748         * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
5749
5750 2004-02-07  David Edelsohn  <edelsohn@gnu.org>
5751
5752         * function.c (assign_parms): Fix formatting.
5753
5754 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5755
5756         * default.h (PROMOTE_PROTOTYPES): Remove.
5757         * system.h (PROMOTE_FUNCTION_RETURN, PROMOTE_PROTOTYPES,
5758         STRUCT_VALUE_REGNUM, SETUP_INCOMING_VARARGS,
5759         EXPAND_BUILTIN_SAVEREGS): Poison.
5760         * target-def.h (TARGET_PROMOTE_FUNCTION_RETURN): Define as
5761         hook_bool_tree_false.
5762         (TARGET_PROMOTE_PROTOTYPES): Likewise.
5763         * target.h: Replace SETUP_INCOMING_VARARGS with
5764         targetm.calls.setup_incoming_varargs().
5765         * targhooks.c (default_promote_function_return): Remove.
5766         (default_promote_prototypes): Likewise.
5767         (default_struct_value_rtx): Always abort().
5768         (default_expand_builtin_saveregs): Always print an error
5769         message.
5770         (default_setup_incoming_varargs): Do nothing.
5771         (default_pretend_outgoing_varargs_named): Don't depend on
5772         SETUP_INCOMING_VARARGS.
5773         * targhooks.h: Remove the prototype for
5774         default_promote_function_return and
5775         default_promote_prototypes.
5776
5777 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5778
5779         * system.h (SHARED_SECTION_ASM_OP): Poison.
5780         * varasm.c (data_section): Don't use SHARED_SECTION_ASM_OP.
5781         * doc/tm.texi (SHARED_SECTION_ASM_OP): Remove.
5782
5783 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
5784
5785         Bug 13856
5786         * c-decl.c (diagnose_mismatched_decls): Only give special
5787         treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
5788         is also true.
5789         (merge_decls): Don't clear DECL_BUILT_IN_CLASS and
5790         DECL_FUNCTION_CODE when defining a built-in function.
5791         Don't update DECL_ESTIMATED_INSNS.
5792         * dwarf2out.c (dwarf2out_decl): Don't ignore built-in
5793         FUNCTION_DECLs.
5794         * tree.h: Delete DECL_ESTIMATED_INSNS.
5795         * tree-inline.c (struct inline_data): Delete inlined_insns field.
5796         (expand_call_inline, optimize_inline_calls): Don't update
5797         DECL_ESTIMATED_INSNS nor inlined_insns.
5798         * cgraphunit.c (cgraph_analyze_function): Don't update
5799         DECL_ESTIMATED_INSNS.
5800
5801 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
5802
5803         * c-common.c (shadow_warning): Delete.
5804         * c-common.h (free_parser_stacks, shadow_warning, sw_kind): Delete.
5805         * c-decl.c (warn_if_shadowing): Issue shadow warnings directly.
5806         * c-opts.c (c_common_parse_file): Don't call free_parser_stacks.
5807         * c-parse.in (free_parser_stacks): Delete.
5808
5809 2004-02-07  Nathanael Nerode  <neroden@gcc.gnu.org>
5810
5811         * Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver,
5812         config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux:
5813         Use the top level mkinstalldirs, not the one in the gcc subdir.
5814         * mkinstalldirs: Remove (from the gcc subdir).
5815
5816 2004-02-07  Roger Sayle  <roger@eyesopen.com>
5817
5818         PR middle-end/13696
5819         * fold-const.c (fold_convert): New function to provide type
5820         conversion to the middle-end without using convert.
5821         (negate_expr, associate_trees, size_diffop, omit_one_operand,
5822         operand_equal_for_comparison_p, pedantic_omit_one_operand,
5823         invert_truthvalue, optimize_bit_field_compare, range_binop,
5824         decode_field_reference, make_range, build_range_check, unextend,
5825         fold_truthop, extract_muldiv_1, fold_mathfn_compare,
5826         fold_binary_op_with_conditional_arg, fold_inf_compare,
5827         fold_single_bit_test, fold, multiple_of_p): Replace all calls to
5828         convert with calls to fold_convert.
5829
5830 2004-02-07  Jan Hubicka  <jh@suse.cz>
5831
5832         * genrecog.c (find_operand): add extra argument stop.
5833         (validate_pattern): Verify that mach_dup is duplicating operand
5834         defined lexically earlier.
5835
5836 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5837
5838         * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
5839         * system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
5840         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
5841         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
5842         config/ia64/ia64.h, config/ip2k/ip2k.h,
5843         config/iq2000/iq2000.h, config/mips/iris5.h,
5844         config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
5845         config/rs6000/aix51.h, config/rs6000/aix52.h,
5846         config/rs6000/darwin.h, config/rs6000/rs6000.h,
5847         config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
5848         config/sparc/linux.h, config/sparc/linux64.h,
5849         config/sparc/netbsd-elf.h, config/sparc/sparc.h,
5850         config/xtensa/xtensa.h: Remove the definitions of
5851         MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
5852         MAX_WCHAR_TYPE_SIZE.
5853         * doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
5854         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
5855
5856 2004-02-07  Stephane Carrez  <stcarrez@nerim.fr>
5857
5858         PR bootstrap/13990
5859         * config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
5860         gen_rtx_NE.
5861
5862 2004-02-07  Josef Zlomek  <zlomekj@suse.cz>
5863
5864         * var-tracking.c (vt_add_function_parameters): Surround checkings by
5865         #ifdef ENABLE_CHECKING and #endif.
5866
5867 2004-02-07  Roger Sayle  <roger@eyesopen.com>
5868
5869         * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
5870         either (-A)-B or (-B)-A, if A or B is easily negated respectively.
5871         (fold) <MINUS_EXPR>: Optimize (A*C) - (B*C) -> (A-B)*C for both
5872         integer types and floating point with unsafe_math_optimizations.
5873         Add similar optimization for (A*C1) - (A*C2) -> A*(C1-C2).
5874         Optimize A - B as A + (-B), if B is easily negated.
5875
5876 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5877
5878         * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
5879         config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
5880         config/m32r/linux.h, config/rs6000/ppc64-fp.c,
5881         config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
5882         Update copyright.
5883
5884 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5885
5886         * c-ppoutput.c, var-tracking.c: Fix comment typos.
5887
5888 2004-02-06  James E Wilson  <wilson@specifixinc.com>
5889
5890         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
5891         glibc 2.3 or better.
5892
5893 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5894
5895         * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
5896         to FLOAT_LIB_COMPARE_RETURNS_BOOL.
5897
5898 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
5899
5900         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
5901         (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
5902         (SHLIB_MKMAP_OPTS): Delete.
5903         (TARGET_LIBGCC2_CFLAGS): Add -specs.
5904         (bispecs): Add rule.
5905         * config/rs6000/libgcc-ppc64.ver: New file.
5906         * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
5907         (__floatdidf, __floatdisf): Optimize multiply.
5908         (__fixunstfdi): New function.
5909         * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
5910         real and imag parts larger than one register.
5911         (function_arg): Correct type of reg used when fp arg split partially
5912         to stack.
5913         * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
5914         and __MACH__ or __powerpc64__.
5915
5916 2004-02-06  Roger Sayle  <roger@eyesopen.com>
5917             Ulrich Weigand  <uweigand@de.ibm.com>
5918
5919         * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
5920         of gen_highpart or gen_lowpart when the floating point format is
5921         wider than the result mode.
5922
5923 2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>
5924
5925         * dwarf2out.c (loclabel_num): Move into #ifdef
5926         DWARF2_DEBUGGING_INFO.
5927
5928 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
5929
5930         * objc/objc-act.c (build_super_template) the 'class' field of
5931         'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
5932         (get_super_receiver): Likewise.
5933
5934 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5935
5936         * reload1.c (check_eliminable_occurrences): Optimize the reset
5937         of can_eliminate.
5938         (eliminate_regs_in_insn): Likewise.
5939
5940 2004-02-06  Daniel Berlin <dberlin@dberlin.org>
5941             Josef Zlomek  <zlomekj@suse.cz>
5942
5943         * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
5944         at the beginning of function, call dwarf2out_var_location for
5945         NOTE_INSN_VAR_LOCATION note.
5946         (struct var_loc_node, struct var_loc_list_def, loclabel_num,
5947         decl_loc_table): New.
5948         (lookup_decl_loc): New function.
5949         (add_var_loc_to_decl): New function.
5950         (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
5951         only if can_use_fbreg.
5952         (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
5953         functions.
5954         (loc_descriptor): Likewise. Process VAR_LOCATION.
5955         (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
5956         (loc_descriptor_from_tree): Call mem_loc_descriptor with
5957         can_use_fbreg == true.
5958         (add_location_or_const_value_attribute): Added parameter enum
5959         dwarf_attribute attr, generate attribute ATTR.  Create the location list.
5960         (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
5961         (gen_formal_parameter_die): Call add_location_or_const_value_attribute
5962         with attr == DW_AT_location.
5963         (gen_subprogram_die): Generate the location list for DW_AT_frame_base
5964         if frame_base_decl is defined and has a location list.
5965         (gen_variable_die): Call add_location_or_const_value_attribute with
5966         attr == DW_AT_location.
5967         (dwarf2out_var_location): New function.
5968         (dwarf2out_begin_function): New function.
5969         (dwarf2out_init): Create decl_loc_table.
5970
5971 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
5972
5973         * loop.c (force_movables): Transitively increase the priorities of
5974         all insns forces by an insn, not just the first one.
5975
5976 2004-02-06  Josef Zlomek  <zlomekj@suse.cz>
5977             Daniel Berlin <dberlin@dberlin.org>
5978
5979         Josef Zlomek  <zlomekj@suse.cz>
5980         * Makefile.in (var-tracking.o): New.
5981         * common.opt (fvar-tracking): New.
5982         * flags.h (flag_var_tracking): New.
5983         * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
5984         * opts.c (common_handle_option): Add OPT_fvar_tracking.
5985         * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
5986         * rtl.c (note_insn_name): Likewise.
5987         * rtl.def (VAR_LOCATION): New.
5988         * rtl.h (NOTE_VAR_LOCATION): New.
5989         (NOTE_VAR_LOCATION_DECL): New.
5990         (NOTE_VAR_LOCATION_LOC): New.
5991         (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
5992         (variable_tracking_main): New exported function.
5993         * timevar.def (TV_VAR_TRACKING): New.
5994         * toplev.c (enum dump_file_index): Added DFI_vartrack.
5995         (dump_file): "vartrack" was added (-dV).
5996         (flag_var_tracking): New.
5997         (f_options): "var-tracking" was added.
5998         (rest_of_handle_variable_tracking): New function.
5999         (rest_of_compilation): Run variable tracking.
6000         (process_options): If user has not specified flag_var_tracking set it
6001         according to optimize, debug_info_level and debug_hooks.
6002         * tree.h (frame_base_decl): New.
6003         * var-tracking.c: New file.
6004         * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
6005         (ia64_override_options): Set flags to run variable tracking in machine
6006         dependent reorg instead of toplev.c.
6007         (ia64_reorg): Run variable tracking if wanted.
6008         * doc/invoke.texi: Mention variable tracking in -dV,
6009         add and -fvar-tracking.
6010         * doc/passes.texi: Added variable tracking pass.
6011
6012         Daniel Berlin <dberlin@dberlin.org>
6013         * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
6014         * dbxout.c (dbx_debug_hooks): Likewise.
6015         (xcoff_debug): Likewise.
6016         * debug.c (do_nothing_debug_hooks): Likewise.
6017         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
6018         * dwarfout.c (dwarf_debug_hooks): Likewise.
6019         * sdbout.c (sdb_debug_hooks): Likewise.
6020         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6021         * final.c (final_scan_insn): Call var_location debug hook for each
6022         NOTE_INSN_VAR_LOCATION.
6023
6024 2004-02-06  Jan Hubicka  <jh@suse.cz>
6025
6026         * flow.c (update_life_info): Allocate reg_deaths when called from
6027         scheudler.
6028         (attempt_auto_inc):  Update life ranges accordingly.
6029
6030 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
6031
6032         PR debug/11816
6033         * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
6034
6035 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
6036
6037         * cfganal.c (flow_call_edges_add): Never split a libcall block.
6038
6039 2004-02-06  Daniel Berlin  <dberlin@dberlin.org>
6040
6041         * dwarf2out.c (output_loc_list): Don't use deltas if we have
6042         a separate line info table in use.
6043         Use the correct size for terminators.
6044         (output_die): Use offset, not delta.
6045
6046 2004-02-06  H.J. Lu  <hongjiu.lu@intel.com>
6047
6048         * doc/invoke.texi: Remove the pni option from -mfpmath=.
6049
6050 2004-02-06  Jan Hubicka  <jh@suse.cz>
6051
6052         * recog.c (split_all_insns): Do not update reg info.
6053         * regrename.c (regrename_optimize): Likewise.
6054         * toplev.c (rest_of_handle_reorder_blocks): Likewise.
6055         * flow.c (struct propagate_block_info): Add insn_num field.
6056         (reg_deaths): New array.
6057         (life_analysis): Free reg_deaths info.
6058         (allocate_reg_life_data): Allocate reg_deaths array.
6059         (propagate_one_insn): Use new array.
6060         (init_propagate_block): Initialize it.
6061         (free_propagate_block_info): Finish compuation of
6062         REG_LIVE_LENGTH
6063         (attempt_auto_inc): Sanity check that REG_INFO is not
6064         computed at same time.
6065         (mark_used_regs): Update new array.
6066
6067         * reg-stack.c (subst_stack_regs): Unshare clobbers before
6068         substitution.
6069
6070 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6071
6072         * config/s390/s390.md (*extendsiqi2_short_displ): Change to
6073         *extendqisi2_short_displ.
6074
6075 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
6076
6077         * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
6078         * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
6079         (emit_library_call_value_1): Likewise pass nargs.
6080         * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
6081         * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
6082         * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
6083         parameter instead of scanning TYPE_ARGS_TYPES to count args.
6084         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
6085         prototype.
6086         * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
6087         (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
6088         (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
6089         * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
6090         INIT_CUMULATIVE_ARGS.
6091         * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
6092         * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
6093         config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
6094         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
6095         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
6096         config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
6097         config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
6098         config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
6099         config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
6100         config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
6101         config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
6102         config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
6103
6104 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6105
6106         * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
6107         possible.
6108
6109 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6110
6111         * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
6112         note containing (plus (reg) (const_int)), where reg is an
6113         eliminable reg, then perform the register elimination without
6114         depending on eliminate_regs().
6115
6116 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6117
6118         * config/arc/arc.c (arc_return_in_memory): Check the return
6119         value of int_size_in_bytes against -1.  Don't check
6120         TREE_ADDRESSABLE.
6121         * config/avr/avr.c (avr_return_in_memory): Check the return
6122         value of int_size_in_bytes against -1.
6123         * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
6124         * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
6125         Likewise.
6126         * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
6127         * config/stormy16/stormy16.c (xstormy16_return_in_memory):
6128         Likewise.
6129
6130 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6131
6132         * config/frv/frv-protos.h: Remove the prototype for
6133         frv_setup_incoming_varargs.
6134         * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
6135         (frv_setup_incoming_varargs): Make it static.
6136         * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
6137
6138 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6139
6140         * config/fr30/fr30-protos.h: Remove the prototype for
6141         fr30_setup_incoming_varargs.
6142         Update the prototypes for fr30_num_arg_regs and
6143         fr30_function_arg_partial_nregs.
6144         * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
6145         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6146         (fr30_setup_incoming_varargs): Make it static.
6147         Add argument second_time.  Don't do anything when second_time
6148         is nonzero.
6149         (fr30_num_arg_regs): Change the type of the first argument to
6150         enum machine_mode.
6151         (fr30_function_arg_partial_nregs): Change the type of the
6152         second argument to enum machine_mode.
6153         * config/fr30/fr30.h (STRUCT_VALUE): Remove.
6154         (SETUP_INCOMING_VARARGS): Remove.
6155
6156 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6157
6158         * config/arc/arc-protos.h: Remove the prototype for
6159         arc_setup_incoming_varargs.
6160         * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
6161         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6162         (arc_setup_incoming_varargs): Make it static.
6163         (arc_external_libcall): Likewise.
6164         * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
6165         Remove the commented-out definition of
6166         ASM_OUTPUT_EXTERNAL_LIBCALL.
6167
6168 2004-02-05  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
6169
6170         * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
6171         to $$(slibdir) in the installation commands.
6172
6173 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
6174
6175         * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
6176         with inner_regno, not regno.
6177         * rtlanal.c (refers_to_regno_p): Same.
6178
6179 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6180
6181         * config.gcc: Remove i370 support.
6182
6183 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6184
6185         * doc/install.texi:  Update automake and autoconf version
6186         requirements.  Note where to find gcj automake version.
6187
6188 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6189
6190         * Makefile.in (generate-manpages): Move dependencies to ...
6191         (man): here.
6192         * doc/makefile.texi: Document new targets.
6193         * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
6194
6195 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6196
6197         PR/13485
6198         Makefile.in (srcextra):  Add a level of indirection to ...
6199         (gcc.srcextra): ... here.
6200         (po-generated): Delete.
6201         (po/$(PACKAGE).pot: Use srcextra instead of po-generated.  Depend on
6202         options.c.
6203         (start.encap): Remove superfluous lang.srcextra dependency.
6204         objc/Make-lang.in (po-generated):  Delete.
6205
6206 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6207
6208         * config/ia64/ia64.c (REG_GP): Remove.
6209
6210 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6211
6212         * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
6213
6214 2004-02-05  Devang Patel  <dpatel@apple.com>
6215
6216         * dwarf2out.c (force_type_die): Look up input type itself
6217         instead of root_type() of type.
6218
6219 2004-02-05  Andreas Krebbel  <krebbel1@de.ibm.com>
6220
6221         * config/s390/s390.md ("*tmqidi_ext"): New insn.
6222         ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
6223         pre-reload splitters are transformed to post-reload
6224         define_insn_and_split patterns.
6225         ("*tmqisi_ext"): Renamed old "*tmqi_ext".
6226
6227 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6228
6229         * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
6230         TARGET_PROMOTE_PROTOTYPES.
6231
6232 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6233
6234         PR middle-end/13750
6235         Revert:
6236         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6237         PR pch/13361
6238         * c-typeck.c (constructor_asmspec): Delete.
6239         (struct initializer_stack): Delete field 'asmspec'.
6240         (start_init): Delete saving of asmspec.
6241         (finish_init): Don't update constructor_asmspec.
6242         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
6243         * stmt.c (expand_asm): Duplicate strings from tree.
6244         (expand_asm_operands): Likewise.
6245         * tree.c (tree_size): Update computation of size of STRING_CST.
6246         (make_node): Don't make STRING_CST nodes.
6247         (build_string): Allocate string with tree node.
6248         * tree.def (STRING_CST): Update comment.
6249         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
6250         (tree_string): Place contents of string in tree node.
6251         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
6252         from tree.
6253
6254 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
6255
6256         * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
6257         msgid.
6258
6259 2004-02-05  Dorit Naishlos  <dorit@il.ibm.com>
6260
6261         * config/rs6000/altivec.md (*movv4si_internal): At least one
6262         operand must be altivec_register_operand.
6263         (*movv8hi_internal1): Likewise.
6264         (*movv16qi_internal1): Likewise.
6265         (*movv4sf_internal1): Likewise.
6266
6267 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
6268
6269         * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
6270         * configure: Regenerate.
6271
6272 2004-02-05  Jonathan Wakely  <redi@gcc.gnu.org>
6273
6274         * doc/install.texi: Update description of --gxx-include-dir to
6275         give correct default value.
6276
6277 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6278
6279         * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
6280         8 with MAC_REG.
6281
6282 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6283
6284         * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
6285         gen_rtx_PARALLEL.
6286
6287 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6288
6289         * emit-rtl.c: Update the comment about the file.
6290
6291 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
6292
6293         * sourcebuild.texi (Test Idioms): Update testcase naming
6294         conventions.
6295
6296 2004-02-04  Per Bothner  <per@bothner.com>
6297
6298         Partially revert/redo 2003-10-01 change; fix -fworking-directory.
6299         * c-ppoutput.c (pp_dir_change):  New function.
6300         * c-common.h (pp_dir_change):  New declaration.
6301         * cpplib.h (struct cpp_options):  Remove working_directory field.
6302         * cppinit.c (cpp_find_main_file, cpp_push_main_file):  Merge back to
6303         (cpp_read_main_file):  as before 10-01.  Call _cpp_stack_file.
6304         Don't handle -fworking_directory here, but in c_common_post_options.
6305         (read_original_directory): Don't back up when done.
6306         Don't clear no-longer used working_directory flag.
6307         * cpplib.h:  Update declarations to match.
6308         * c-lex.c (cb_dir_change):  Move to c-opts.c.
6309         (init_c_lex):  Don't set dir_change callback here, since we want
6310         to set it even if flag_preprocess_only.
6311         * c-opts.c (cb_dir_change):  Function moved from c-lex.c.
6312         (c_common_post_options):  Set dir_change callback.
6313         Call pp_dir_change if approporiate.
6314         (finish_options):  Don't call cpp_find_main_file here.  Hence remove
6315         unneeded parameter and result. Do LC_RENAME for <built-in>.
6316         (c_common_post_options):  Call cpp_read_main_file here instead.
6317         (c_common_init):  Update accordingly.
6318         (push_command_line_include):  Don't cpp_push_main_file.
6319         Do LC_RENAME rather than LC_LEASE to get back to main file.
6320         Compared to pre-10-01 version, inline cpp_rename_to_main_file.
6321         (c_common_parse_file):  Call cpp_read_main_file for subsequent main
6322         files, but call finish_options for all files.
6323         * c-opts.c (sanitize_cpp_opts):  Don't set cpp_opts->working_directory.
6324         * fix-header.c (read_scan_file):  Call cpp_read_main_file instead of
6325         cpp_find_main_file + cpp_push_main_file.
6326         * c-lex.c (fe_file_change):  Don't set main_input_filename here.
6327         * opts.c (handle_options):  Only set main_input_filename first time.
6328
6329 2004-02-05  Ian Lance Taylor  <ian@wasabisystems.com>
6330
6331         * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
6332
6333 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6334
6335         * reload.c (find_equiv_reg): When checking for register overlap,
6336         don't index hard_regno_nregs with a pseudo-reg.
6337
6338 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6339
6340         * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
6341
6342 2004-02-04  David Edelsohn  <edelsohn@gnu.org>
6343
6344         * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
6345         against FIRST_PSEUDO_REGISTER.
6346
6347 2004-02-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6348
6349         * Makefile.in: Move target, host overrides after per-language
6350         fragments.
6351
6352         * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
6353         (GNATLIBCFLAGS): Remove -g.
6354
6355 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6356
6357         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
6358         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
6359         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
6360         config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
6361         config/pdp11/pdp11.c, config/rs6000/rs6000.c,
6362         config/sparc/sparc.c, config/vax/vax.c: Revert the
6363         replacements of "FALLTHRU" with "Fall through" done in the
6364         previous patch.
6365
6366 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6367
6368         * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
6369         config/arm/arm.c, config/arm/arm.md,
6370         config/cris/cris-protos.h, config/fr30/fr30.c,
6371         config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
6372         config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
6373         config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
6374         config/ip2k/ip2k.md, config/ip2k/libgcc.S,
6375         config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
6376         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
6377         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
6378         config/ns32k/netbsd.h, config/ns32k/ns32k.c,
6379         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
6380         config/rs6000/darwin-ldouble.c, config/s390/s390.h,
6381         config/s390/s390.md, config/sparc/netbsd-elf.h,
6382         config/sparc/openbsd.h, config/sparc/sparc.c,
6383         config/xtensa/lib2funcs.S: Fix comment formatting.
6384
6385 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6386
6387         * config/alpha/alpha.c, config/arc/arc.c,
6388         config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
6389         config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
6390         config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
6391         config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
6392         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
6393         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
6394         config/iq2000/iq2000.c, config/m32r/m32r.c,
6395         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
6396         config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
6397         config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
6398         config/rs6000/rs6000.h, config/sparc/sparc.c,
6399         config/vax/vax.c: Fix comment typos.  Follow spelling
6400         conventions.
6401
6402 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6403
6404         * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
6405         caller-save.c, df.h, genconfig.c, global.c, lcm.c,
6406         ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
6407         sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
6408         config/arm/fpa.md, config/arm/iwmmxt.md,
6409         config/arm/netbsd-elf.h, config/arm/netbsd.h,
6410         config/m68hc11/m68hc11.md, config/mips/iris5.h,
6411         config/mn10300/mn10300.md, config/rs6000/altivec.md,
6412         config/sparc/netbsd-elf.h: Update copyright.
6413
6414 2004-02-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6415
6416         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
6417         for all modes whose size is greater than 8 bytes if ARCH32.
6418         (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
6419         by reference if ARCH32.
6420
6421 2004-02-04  Aldy Hernandez  <aldyh@redhat.com>
6422
6423         * cgraphunit.c (cgraph_postorder): Fix typo in comment.
6424
6425 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6426
6427         * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
6428         to before adddi3 insn patterns.
6429         ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
6430         "reload_insi"): Move to before addsi3 insn patterns.
6431
6432 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6433
6434         * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
6435         parameter.  Use it instead of current_function_is_thunk.
6436         * function.h (struct function): Update documentation for is_thunk.
6437         * tree.h (CALL_FROM_THUNK_P): New macro.
6438         * config/alpha/alpha.c (alpha_sa_mask): Do not check
6439         no_new_pseudos when testing current_function_is_thunk.
6440         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
6441
6442 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6443
6444         * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
6445         TARGET_SETUP_INCOMING_VARARGS.
6446
6447 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6448
6449         * emit-rtl.c (gen_rtx): Remove.
6450         * genattrtab.c: Don't mention gen_rtx in a comment.
6451         * rtl.h: Remove the prototype for gen_rtx.
6452         * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
6453
6454 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6455
6456         * config/arc/arc.h, config/fr30/fr30.h
6457         (SETUP_INCOMING_VARARGS): Remove the target-independent
6458         comments.
6459         * doc/tm.texi: Don't mention deprecated target macros.
6460
6461 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6462
6463         * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
6464         target-independent comment.
6465
6466 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6467
6468         * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
6469         mention deprecated target macros.
6470
6471 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6472
6473         * config.gcc: Remove obsolete ports and configurations.
6474         * config/linux-aout.h, config/netware.h,
6475         config/t-linux-gnulibc1, config/d30v/abi,
6476         config/d30v/d30v-protos.h, config/d30v/d30v.c,
6477         config/d30v/d30v.h, config/d30v/d30v.md,
6478         config/d30v/libgcc1.asm, config/d30v/t-d30v,
6479         config/dsp16xx/dsp16xx-modes.def,
6480         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
6481         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
6482         config/i370/README, config/i370/i370-c.c,
6483         config/i370/i370-protos.h, config/i370/i370.c,
6484         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
6485         config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
6486         config/i386/freebsd-aout.h, config/i386/linux-aout.h,
6487         config/i386/moss.h, config/i386/netware.h,
6488         config/i386/svr3.ifile, config/i386/svr3dbx.h,
6489         config/i386/svr3gas.h, config/i386/svr3z.ifile,
6490         config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
6491         config/i960/i960-c.c, config/i960/i960-coff.h,
6492         config/i960/i960-modes.def, config/i960/i960-protos.h,
6493         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
6494         config/i960/rtems.h, config/i960/t-960bare,
6495         config/m68k/hp310.h, config/m68k/hp320.h,
6496         config/m68k/hp320base.h, config/m68k/m68kv4.h,
6497         config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
6498         Remove.
6499         * doc/extend.texi, doc/install.texi, doc/invoke.texi,
6500         doc/md.texi: Remove mentions of obsolete ports.
6501
6502 2004-02-04  Jan Hubicka  <jh@suse.cz>
6503
6504         * alias.c (find_base_term, get_addr):  Do not dereference NULL
6505         pointer when all VALUE's locations has been invalidated.
6506         (rtx_equal_for_memref_p): Simplify checking of VALUEs.
6507
6508 2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
6509
6510         * doc/invoke.texi (x86 options): Fix spelling/wording.
6511
6512 2004-02-03  Richard Sandiford  <rsandifo@redhat.com>
6513
6514         * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
6515         put the original string in a comment.
6516         * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
6517         * config/mips/mips.c (mips_output_ascii): Likewise.
6518         * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
6519
6520 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6521
6522         * system.h (GIV_SORT_CRITERION): Poison.
6523         * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
6524         * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
6525
6526 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6527
6528         PR target/9348
6529         * expr.c (expand_expr_real) <MULT_EXPR>:  When performing widening
6530         multiplies with a multiplication of the wrong signedness, its the
6531         signedness of the multiplication that we've performed that needs to
6532         be passed to expand_mult_highpart_adjust.  Avoid emitting a nop-move
6533         if expand_mult_highpart_adjust places the result in target.
6534
6535 2004-02-03  Richard Henderson  <rth@redhat.com>
6536
6537         * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
6538
6539 2004-02-03  J"orn Rennecke <joern.rennecke@superh.com>
6540
6541         * config.gcc (sh[234]l): Use little endian fragments.
6542
6543 2004-02-03  Paul Koning  <pkoning@equallogic.com>
6544
6545         * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
6546         * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
6547         * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
6548         encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
6549         floating point format.
6550         (pdp11_f_format, pdp11_d_format): New real_format descriptors for
6551         the above functions.
6552         (output_move_quad): Output float values in correct target format.
6553         (legitimate_const_double_p): New function.
6554         * config/pdp11/pdp11.h: Fix typos.
6555         (FLOAT_WORDS_BIG_ENDIAN): Add definition.
6556         (TARGET_FLOAT_FORMAT): Ditto.
6557         (pdp11_f_format, pdp11_d_format): Add external declarations.
6558         (MAX_REGS_PER_ADDRESS): Corrected.
6559         (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
6560         (PRINT_OPERAND): Output float literals in target format.
6561
6562 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6563
6564         PR c++/13975
6565         * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
6566         TI_PRIVATE.
6567         (access_public_node): Redefine.
6568         (access_protected_node): Likewise.
6569         (access_private_node): Likewise.
6570         * tree.c (build_common_tree_nodes): Create access_public_node,
6571         access_protected_node, and access_private_node.
6572
6573 2004-02-03  Steve Ellcey  <sje@cup.hp.com>
6574
6575         * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
6576         (MASK_INLINE_INT_DIV_THR): Ditto.
6577         (MASK_INLINE_SQRT_LAT): Ditto.
6578         (MASK_INLINE_SQRT_THR): Ditto.
6579         (MASK_DWARF2_ASM): Ditto.
6580         (MASK_EARLY_STOP_BITS): Ditto.
6581
6582 2004-02-02  Paul Brook  <paul@codesourcery.com>
6583
6584         Merge from csl-arm-branch.
6585
6586         2004-01-30  Paul Brook  <paul@codesourcery.com>
6587
6588         * aof.h (REGISTER_NAMES): Add vfp reg names
6589         (ADDITIONAL_REGISTER_NAMES): Ditto.
6590         * aout.h (REGISTER_NAMES): Ditto.
6591         (ADDITIONAL_REGISTER_NAMES): Ditto.
6592         * arm-protos.h: Update/Add Prototypes.
6593         * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
6594         Only allow 0.0 for VFP.
6595         (fp_consts_inited): Rename from fpa_consts_inited.  Update users.
6596         (values_fp): Rename from values_fpa.  Update Users.
6597         (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
6598         Update users.  Only check valid constants for this hardware.
6599         (arm_float_rhs_operand): Rename from fpa_rhs_operand.  Update Users.
6600         Only allow consts for FPA.
6601         (arm_float_add_operand): Rename from fpa_add_operand.  Update users.
6602         Only allow consts for FPA.
6603         (use_return_insn): Check for saved VFP regs.
6604         (arm_legitimate_address_p): Handle VFP DFmode addressing.
6605         (arm_legitimize_address): Ditto.
6606         (arm_general_register_operand): New function.
6607         (vfp_mem_operand): New function.
6608         (vfp_compare_operand): New function.
6609         (vfp_secondary_reload_class): New function.
6610         (arm_float_compare_operand): New function.
6611         (vfp_print_multi): New function.
6612         (vfp_output_fstmx): New function.
6613         (vfp_emit_fstm): New function.
6614         (arm_output_epilogue): Output VPF reg restore code.
6615         (arm_expand_prologue): Output VFP reg save code.
6616         (arm_print_operand): Add 'P'.
6617         (arm_hard_regno_mode_ok): Return modes for VFP regs.
6618         (arm_regno_class): Return classes for VFP regs.
6619         (arm_compute_initial_elimination_offset): Include space for VFP regs.
6620         (arm_get_frame_size): Ditto.
6621         * arm.h (FIXED_REGISTERS): Add VFP regs.
6622         (CALL_USED_REGISTERS): Ditto.
6623         (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
6624         (FIRST_VFP_REGNUM): Define.
6625         (LAST_VFP_REGNUM): Define.
6626         (IS_VFP_REGNUM): Define.
6627         (FIRST_PSEUDO_REGISTER): Include VFP regs.
6628         (HARD_REGNO_NREGS): Handle VFP regs.
6629         (REG_ALLOC_ORDER): Add VFP regs.
6630         (enum reg_class): Add VFP_REGS.
6631         (REG_CLASS_NAMES): Ditto.
6632         (REG_CLASS_CONTENTS): Ditto.
6633         (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
6634         (REG_CLASS_FROM_LETTER): Add 'w'.
6635         (EXTRA_CONSTRAINT_ARM): Add 'U'.
6636         (EXTRA_MEMORY_CONSTRAINT): Define.
6637         (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
6638         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
6639         (REGISTER_MOVE_COST): Ditto.
6640         (PREDICATE_CODES): Add arm_general_register_operand,
6641         arm_float_compare_operand and vfp_compare_operand.
6642         * arm.md (various): Rename as above.
6643         (divsf3): Enable when TARGET_VFP.
6644         (divdf3): Ditto.
6645         (movdfcc): Ditto.
6646         (sqrtsf2): Ditto.
6647         (sqrtdf2): Ditto.
6648         (arm_movdi): Disable when TARGET_VFP.
6649         (arm_movsi_insn): Ditto.
6650         (movsi): Only split with general regs.
6651         (cmpsf): Use arm_float_compare_operand.
6652         (push_fp_multi): Restrict to TARGET_FPA.
6653         (vfp.md): Include.
6654         * vfp.md: New file.
6655         * fpa.md (various): Rename as above.
6656         * doc/md.texi: Document ARM w and U constraints.
6657
6658         2004-01-15  Paul Brook  <paul@codesourcery.com>
6659
6660         * config.gcc: Add with_fpu.  Allow with-float=softfp.
6661         * config/arm/arm.c (arm_override_options): Rename *-s to *s.
6662         Break out of loop when we find a float-abi.  Fix typo.
6663         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
6664         Set -mfloat-abi=.
6665         * doc/install.texi: Document --with-fpu.
6666
6667         2003-01-14  Paul Brook  <paul@codesourcery.com>
6668
6669         * config.gcc (with_arch): Add armv6.
6670         * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
6671         * config/arm/arm.c (arm_overrride_options): Ditto.
6672
6673         2004-01-08  Richard Earnshaw  <rearnsha@arm.com>
6674
6675         * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
6676         (FL_ARCH6): Renamed from FL_ARCH6J.
6677         (arm_arch3m): Renamed from arm_fast_multiply.
6678         (arm_arch6): Renamed from arm_arch6j.
6679         * arm.h: Update all uses of above.
6680         * arm-cores.def: Likewise.
6681         * arm.md: Likewise.
6682
6683         * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
6684         not arm6j.  Add entry for arch armv6.
6685
6686         2004-01-07  Richard Earnshaw  <rearnsha@arm.com>
6687
6688         * arm.c (arm_emit_extendsi): Delete.
6689         * arm-protos.h (arm_emit_extendsi): Delete.
6690         * arm.md (zero_extendhisi2): Also handle zero-extension of
6691         non-subregs.
6692         (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
6693         (thumb_zero_extendhisi2): Only match if not v6.
6694         (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
6695         (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
6696         (thumb_extendqisi2): Likewise.
6697         (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
6698         (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
6699         (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
6700         (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
6701         (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
6702         (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
6703         (arm_zero_extendhisi2addsi): Remove subreg.  Add attributes.
6704         (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
6705         (arm_extendqisi2addsi): Likewise.
6706
6707         2003-12-31  Mark Mitchell  <mark@codesourcery.com>
6708
6709         Revert this change:
6710         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
6711         + REG addressing modes.
6712
6713         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
6714         + REG addressing modes.
6715
6716         2003-12-30  Mark Mitchell  <mark@codesourcery.com>
6717
6718         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
6719         CONSTANT_P_RTX.
6720
6721         2003-30-12  Paul Brook  <paul@codesourcery.com>
6722
6723         * longlong.h: protect arm inlines with !defined (__thumb__)
6724
6725         2003-30-12  Paul Brook  <paul@codesourcery.com>
6726
6727         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
6728
6729         2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6730
6731         * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
6732         change.
6733
6734         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6735
6736         * builtins.c (expand_builtin_apply_args_1): Add pretend args size
6737         to the virtual incoming args pointer for downward stacks.
6738
6739         2003-12-29  Paul Brook  <paul@codesourcery.com>
6740
6741         * config/arm/arm-cores.def: Add cost function.
6742         * config/arm/arm.c (arm_*_rtx_costs): New functions.
6743         (arm_rtx_costs): Remove
6744         (struct processors): Add rtx_costs field.
6745         (all_cores, all_architectures): Ditto.
6746         (arm_override_options): Set targetm.rtx_costs.
6747         (thumb_rtx_costs): New function.
6748         (arm_rtx_costs_1): Remove cases handled elsewhere.
6749         * config/arm/arm.h (processor_type): Add COSTS parameter.
6750
6751         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6752
6753         * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
6754         (arm926ejs.md): Include it.
6755         * config/arm/arm926ejs.md: New pipeline description.
6756
6757         2003-12-24  Paul Brook  <paul@codesourcery.com>
6758
6759         * config/arm/arm.c (arm_arch6j): New variable.
6760         (arm_override_options): Set it.
6761         (arm_emit_extendsi): New function.
6762         * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
6763         * config/arm/arm.h (arm_arch6j): Declare.
6764         * config/arm/arm.md: Add sign/zero extend insns.
6765
6766         2003-12-23  Paul Brook  <paul@codesourcery.com>
6767
6768         * config/arm/arm.c (all_architectures): Add armv6.
6769         * doc/invoke.texi: Document it.
6770
6771         2003-12-19  Paul Brook  <paul@codesourcery.com>
6772
6773         * config/arm/arm.md: Add load1 and load_byte "type" attrs.  Modify
6774         insn patterns to match.
6775         * config/arm/arm-generic.md: Ditto.
6776         * config/arm/cirrus.md: Ditto.
6777         * config/arm/fpa.md: Ditto.
6778         * config/amm/iwmmxt.md: Ditto.
6779         * config/arm/arm1026ejs.md: Ditto.
6780         * config/arm/arm1135jfs.md: Ditto.  Add insn_reservation and bypasses
6781         for 11_loadb.
6782
6783         2003-12-18  Nathan Sidwell  <nathan@codesourcery.com>
6784
6785         * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
6786         * config/arm/arm.c (arm_adjust_cost): Check shift cost for
6787         TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
6788         (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
6789         arm_no_early_mul_dep): Correctly deal with conditional execution,
6790         parallels and single shift operations.
6791         (arm_no_early_alu_shift_value_dep): Define.
6792         * arm.md (attr type): Replace 'normal' with 'alu',
6793         'alu_shift' and 'alu_shift_reg'.
6794         (attr core_cycles): Adjust.
6795         (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
6796         *shiftsi3_compare0, *notsi_shiftsi, *notsi_shiftsi_compare0,
6797         *not_shiftsi_compare0_scratch, *cmpsi_shiftsi, *cmpsi_shiftsi_swp,
6798         *cmpsi_neg_shiftsi, *arith_shiftsi, *arith_shiftsi_compare0,
6799         *arith_shiftsi_compare0_scratch, *sub_shiftsi,
6800         *sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch,
6801         *if_shift_move, *if_move_shift, *if_shift_shift): Set type
6802         attribute appropriately.
6803         * config/arm/arm1026ejs.md (alu_op): Adjust.
6804         (alu_shift_op, alu_shift_reg_op): New.
6805         * config/arm/arm1136.md: Add better bypasses for early
6806         registers. Remove load[234] and store[234] bypasses.
6807         (11_alu_op): Adjust.
6808         (11_alu_shift_op, 11_alu_shift_reg_op): New.
6809
6810         2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
6811
6812         * config/arm/arm-protos.h (arm_no_early_store_addr_dep,
6813         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Declare.
6814         * config/arm/arm.c (arm_no_early_store_addr_dep,
6815         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Define.
6816         * config/arm/arm1026ejs.md: Add load-store bypass.
6817         * config/arm/arm1136jfs.md (11_alu_op): Take 2 cycles.
6818         Add bypasses between instructions.
6819
6820         2003-12-10  Paul Brook  <paul@codesourcery.com>
6821
6822         * config/arm/arm.c (arm_fpu_model): New variable.
6823         (arm_fload_abi): New variable.
6824         (target_fpe_name): Rename from target_fp_name.
6825         (target_fpu_name): New variable.
6826         (arm_is_cirrus): Remove.
6827         (fpu_desc): New struct.
6828         (all_fpus): Define.
6829         (pf_model_for_fpu): Define.
6830         (all_loat_abis): Define.
6831         (arm_override_options): Set fp arch flags based on -mfpu=
6832         and -float-abi=.
6833         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
6834         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
6835         (*): Use new TARGET_* flags.
6836         * config/arm/arm.h (TARGET_ANY_HARD_FLOAT): Remove.
6837         (TARGET_HARD_FLOAT): No longer implies TARGET_FPA.
6838         (TARGET_SOFT_FLOAT): Ditto.
6839         (TARGET_SOFT_FLOAT_ABI): New.
6840         (TARGET_MAVERICK): Rename from TARGET_CIRRUS.  No longer implies
6841         TARGET_HARD_FLOAT.
6842         (TARGET_VFP): No longer implies TARGET_HARD_FLOAT.
6843         (TARGET_OPTIONS): Add -mfpu=.
6844         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
6845         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
6846         (arm_pf_model): Define.
6847         (arm_float_abi_type): Define.
6848         (fputype): Add FPUTYPE_VFP.  Change SOFT_FPA->NONE
6849         * config/arm/arm.md: Use new TARGET_* flags.
6850         * config/arm/cirrus.md: Ditto.
6851         * config/arm/fpa.md: Ditto.
6852         * config/arm/elf.h (ASM_SPEC): Pass -mfloat-abi= and -mfpu=.
6853         * config/arm/semi.h (ASM_SPEC): Ditto.
6854         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Specify vfp.
6855         (FPUTYPE_DEFAULT): Set to VFP.
6856         * doc/invoke.texi: Document -mfpu= and -mfloat-abi=.
6857
6858         2003-11-22  Phil Edwards  <phil@codesourcery.com>
6859
6860         PR target/12476
6861         * config/arm/arm.c (arm_output_mi_thunk):  In Thumb mode, use
6862         'bx' instead of 'b' to avoid branch range restrictions.  Output
6863         the thunk immediately before the thunked-to function.
6864         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME):  Do not emit
6865         .thumb_func if a thunk is being generated.  Emit .code 16 along
6866         with .thumb_func if a thunk is not being generated.
6867
6868         2003-11-15  Nicolas Pitre <nico@cam.org>
6869
6870         * config/arm/arm.md (ashldi3, arm_ashldi3_1bit, ashrdi3,
6871         arm_ashrdi3_1bit, lshrdi3, arm_lshrdi3_1bit): New patterns.
6872         * config/arm/iwmmxt.md (ashrdi3_iwmmxt): Renamed from ashrdi3.
6873         (lshrdi3_iwmmxt): Renamed from lshrdi3.
6874         * config/arm/arm.c (IWMMXT_BUILTIN2): Renamed argument accordingly.
6875
6876         2003-11-12  Steve Woodford  <scw@wasabisystems.com>
6877             Ian Lance Taylor  <ian@wasabisystems.com>
6878
6879         * config/arm/lib1funcs.asm (ARM_DIV_BODY, ARM_MOD_BODY): Add new
6880         code for __ARM_ARCH__ >= 5 && ! defined (__OPTIMIZE_SIZE__).
6881
6882         2003-11-05  Phil Edwards  <phil@codesourcery.com>
6883
6884         * config/arm/arm.md (insn):  Add new V6 instruction names.
6885         (generic_sched):  New attr.
6886         * config/arm/arm-generic.md:  Use generic_sched here.
6887         * config/arm/arm1026ejs.md:  Do not model fetch/issue/decode
6888         stages of pipeline.  Adjust latency counts accordingly.
6889         * config/arm/arm1136jfs.md:  New file.
6890
6891         2003-10-28  Mark Mitchell  <mark@codesourcery.com>
6892
6893         * config/arm/arm.h (processor_type): New enumeration type.
6894         (CPP_ARCH_DEFAULT_SPEC): Set appropriately for ARM 926EJ-S,
6895         ARM1026EJ-S, ARM1136J-S, and ARM1136JF-S processor cores.
6896         (CPP_CPU_ARCH_SPEC): Likewise.
6897         * config/arm/arm.c (arm_tune): New variable.
6898         (all_cores): Use cores.def.
6899         (all_architectures): Add representative processor.
6900         (arm_override_options): Restructure way in which tuning
6901         information is deduced.
6902         * arm.md: Update "insn" and "type" attributes throughout.
6903         (insn): New attribute.
6904         (type): Compute "mult" from "insn" attribute.  Add load2,
6905         load3, load4 alternatives.
6906         (arm automaton): Move to arm-generic.md.
6907         * config/arm/arm-cores.def: New file.
6908         * config/arm/arm-generic.md: Likewise.
6909         * config/arm/arm1026ejs.md: Likewise.
6910
6911 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6912
6913         * doc/invoke.texi (SPARC options): Remove -mflat and
6914         all -mxxx (xxx:chip) options.
6915         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Delete.
6916         * config/sparc/litecoff.h (DBX_REGISTER_NUMBER): Likewise.
6917         * config/sparc/netbsd-elf.h (DBX_REGISTER_NUMBER): Likewise.
6918         * config/sparc/sol2.h (DBX_REGISTER_NUMBER): Likewise.
6919         * config/sparc/sparc-protos.h: Delete sparc_flat_* prototypes.
6920         * config/sparc/sparc.c: Likewise.
6921         (sparc_output_function_prologue): Remove TARGET_FLAT handling.
6922         (sparc_nonflat_function_prologue): Rename into sparc_function_prologue.
6923         (sparc_output_function_epilogue): Remove TARGET_FLAT handling.
6924         (sparc_nonflat_function_epilogue): Rename into sparc_function_epilogue.
6925         (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.
6926         (sparc_flat_must_save_register_p): Likewise.
6927         (sparc_flat_compute_frame_size): Likewise.
6928         (sparc_flat_save_restore): Likewise.
6929         (sparc_flat_function_prologue): Likewise.
6930         (sparc_flat_function_epilogue): Likewise.
6931         (sparc_flat_epilogue_delay_slots): Likewise.
6932         (sparc_flat_eligible_for_epilogue_delay): Likewise.
6933         (sparc_function_ok_for_sibcall): Remove TARGET_FLAT handling.
6934         * config/sparc/sparc.h (MASK_FLAT, TARGET_FLAT): Delete.
6935         (TARGET_SWITCHES): Remove -mflat and all -mxxx (xxx:chip) options.
6936         (SPARC_INCOMING_INT_ARG_FIRST): Remove TARGET_FLAT handling.
6937         (CONDITIONAL_REGISTER_USAGE): Likewise.
6938         (FRAME_POINTER_REQUIRED): Likewise.
6939         (INITIAL_ELIMINATION_OFFSET): Likewise.
6940         (BASE_RETURN_VALUE_REG): Likewise.
6941         (BASE_OUTGOING_VALUE_REG): Likewise.
6942         (BASE_PASSING_ARG_REG): Likewise.
6943         (BASE_INCOMING_ARG_REG): Likewise.
6944         (INCOMING_REGNO): Likewise.
6945         (OUTGOING_REGNO): Likewise.
6946         (LOCAL_REGNO): Likewise.
6947         (DELAY_SLOTS_FOR_EPILOGUE): Likewise.
6948         (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
6949         (EPILOGUE_USES): Likewise.
6950         * config/sparc/sparc.md ("isa" attribute): Change "v6" into "v7".
6951         ("flat" attribute): Delete.
6952         (do_builtin_setjmp_setup): Remove TARGET_FLAT and "flat" attribute
6953         handling.
6954         (call followed by jump define_peephole's): Delete.
6955         (exception_receiver): Likewise.
6956         (builtin_setjmp_receiver): Likewise.
6957         * config/sparc/t-sparclite (MULTILIB_OPTIONS): Remove -mflat.
6958
6959 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6960
6961         PR c/11658
6962         PR c/13994
6963         * Makefile.in (c-parse.o, c-convert.o, c-typeck.o): Depend
6964         on langhooks.h.
6965         * objc/Make-lang.in (objc-parse.o): Depend on langhooks.h.
6966         * c-parse.in, c-convert.c, c-typeck.c, objc/objc-act.c:
6967         Include langhooks.h.  Replace c_common_truthvalue_conversion
6968         with the truthvalue_conversion language hook throughout.
6969         (expr_no_commas): Call default_conversion before save_expr
6970         for the first term of the production 'x ? : y'.
6971         * c-common.c (c_common_truthvalue_conversion): Remove
6972         obsolete block.  Invoke recursively the hook instead
6973         of this function.
6974         * c-convert.c (convert): handle ERROR_MARK_NODE.
6975         * c-typeck.c (build_binary_op): handle ERROR_MARK_NODE
6976         returned by the truthvalue_conversion language hook.
6977         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
6978         c_objc_common_truthvalue_conversion.
6979         * c-objc-common.c (c_objc_common_truthvalue_conversion):
6980         New function.
6981         * c-tree.h (c_objc_common_truthvalue_conversion): Declare it.
6982         * objc/objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
6983         c_objc_common_truthvalue_conversion.
6984
6985 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6986
6987         * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
6988         of gen_rtx.
6989         (LIBCALL_VALUE): Likewise.
6990         * config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
6991         gen_rtx_CC0 instead of gen_rtx.
6992         * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
6993         gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
6994         (m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
6995         gen_rtx.
6996         (m68hc11_emit_logical): Likewise.
6997
6998 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6999
7000         * config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c,
7001         config/fr30/fr30.md, config/frv/frv.c, config/frv/frv.md,
7002         config/h8300/h8300.c, config/ia64/ia64.c, config/ip2k/ip2k.md,
7003         config/m32r/m32r.md, config/m68hc11/m68hc11.c,
7004         config/mips/mips.md, config/mmix/mmix.c,
7005         config/mn10300/mn10300.c, config/mn10300/mn10300.md,
7006         config/ns32k/ns32k.c, config/pa/pa.md, config/pdp11/pdp11.c,
7007         config/rs6000/altivec.md, config/s390/s390.c,
7008         config/s390/s390.h, config/s390/s390.md, config/sh/sh.c,
7009         config/sh/sh.h, config/sh/sh.md, config/stormy16/stormy16.c:
7010         Use const0_rtx instead of GEN_INT (0).  Do the same for other
7011         constants that are readily available.
7012
7013 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
7014
7015         * doloop.c, optabs.c, regmove.c, sched-deps.c,
7016         config/i386/i386.c, config/i386/i386.md: Use const0_rtx
7017         instead of GEN_INT (0).  Do the same for other constants that
7018         are readily available.
7019
7020 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
7021
7022         * combine.c (simplify_set): Use gen_rtx_fmt_e instead of
7023         gen_rtx.
7024         * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0
7025         instead of gen_rtx.
7026         * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of
7027         gen_rtx.
7028         * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and
7029         gen_rtx_ASHIFT instead of gen_rtx.
7030         (udivmodqi4): Likewise.
7031
7032 2004-02-02  Richard Henderson  <rth@redhat.com>
7033
7034         PR target/13789
7035         * expr.c (store_expr): Use force_operand before emit_move_insn.
7036
7037 2004-02-02  Jeff Law  <law@redhat.com>
7038             Roger Sayle  <roger@eyesopen.com>
7039
7040         * tree.c (commutative_tree_code, associative_tree_code): New
7041         functions.
7042         (iterative_hash_expr): Use commutative_tree_code.
7043         * tree.h (commutative_tree_code, associative_tree_code): Declare.
7044         * fold-const.c (operand_equal_p): Use commutative_tree_code
7045         rather than inlining the commutativity check.
7046         (fold): Likewise.
7047
7048 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
7049
7050         * system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.
7051         * config/frv/frv-protos.h: Remove the prototype for
7052         frv_function_arg_keep_as_reference.
7053         * config/frv/frv.c (frv_function_arg_keep_as_reference):
7054         Remove.
7055         * config/frv/frv.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Likewise.
7056         * config/stormy16/stormy16.h: Remove the commented-out
7057         definition of FUNCTION_ARG_KEEP_AS_REFERENCE.
7058
7059 2004-02-03  Alan Modra  <amodra@bigpond.net.au>
7060
7061         PR target/13914
7062         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
7063         for retaddr_column.
7064
7065 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
7066
7067         * genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of
7068         gen_rtx.
7069
7070 2004-02-02  Eric Christopher  <echristo@redhat.com>
7071             Zack Weinberg  <zack@codesourcery.com>
7072
7073         * c-opts.c (c_common_handle_option): Add -finput-charset.
7074         * c.opt: Ditto.
7075         * cppcharset.c (one_iso88591_to_utf8): Remove.
7076         (convert_iso88591_utf8): Ditto.
7077         (conversion_tab): Remove 8859-1 converter.
7078         (_cpp_input_to_utf8): Remove.
7079         (_cpp_init_iconv_buffer): Ditto.
7080         (_cpp_close_iconv_buffer): Ditto.
7081         (_cpp_convert_input): New function.
7082         (_cpp_default_encoding): Ditto.
7083         * cpphash.h: Add/remove prototypes for above.
7084         * cppfiles.c (read_file_guts): Use _cpp_convert_input.
7085         * cppinit.c (cpp_create_reader): Use _cpp_default_encoding
7086         for narrow execution and input character sets.
7087         * cpplib.c (cpp_push_buffer): Delete uses of removed functions.
7088         * doc/cppopts.texi: Document -finput-charset.
7089
7090 2004-02-02  David Edelsohn  <edelsohn@gnu.org>
7091
7092         * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
7093         against FIRST_PSEUDO_REGISTER.
7094
7095 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7096
7097         * doc/invoke.texi (SPARC options): Further improve.
7098
7099 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
7100
7101         * config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
7102         config/h8300/h8300.c, config/ip2k/ip2k.md,
7103         config/iq2000/iq2000.c, config/mips/mips.c,
7104         config/rs6000/rs6000.c, config/rs6000/rs6000.md,
7105         config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
7106         config/v850/v850.md: Fix indentation.
7107
7108 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7109
7110         * config/sparc/sparc.c (function_arg_slotno): Align TImode
7111         arguments on a 16-byte boundary in the parameter array if ARCH64.
7112         Split handling of TFmode.
7113
7114 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
7115
7116         * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
7117         Don't test CONSTANT_P (x).
7118         (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
7119         ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
7120         Fix misindentation.
7121
7122 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7123
7124         * doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
7125
7126 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
7127
7128         * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
7129         config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
7130         config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
7131         config/iq2000/iq2000.c, config/m32r/m32r.c,
7132         config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
7133         config/mn10300/mn10300.c, config/rs6000/rs6000.c,
7134         config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
7135         config/stormy16/stormy16.c, config/v850/v850.md,
7136         config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
7137
7138 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
7139
7140         * config/mcore/mcore.c (block_move_sequence): Replace
7141         gen_rtx_CONST_INT with GEN_INT.
7142
7143 2004-02-02  Jan Hubicka  <jh@suse.cz>
7144
7145         * alias.c (record_set): Use hard_regno_nregs.
7146         * bt-load.c (find_btr_reference, note_btr_set): Likewise.
7147         * builtins.c (apply_args_size): Likewise.
7148         * caller-save.c (setup_save_areas, save_call_clobbered_regs,
7149         mark_set_regs, add_stored_regs, mark_referenced_regs,
7150         insert_restore, insert_save, insert_one_insn): Likewise.
7151         * cfgcleanup.c: Include regs.h
7152         (mark_effect, mentions_nonequal_regs): Likewise.
7153         * cfgrtl.c (mark_killed_regs): Likewise
7154         * combine.c (update_table_tick, record_value_for_reg,
7155         record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
7156         reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
7157         reg_bitfield_target_p, distribute_notes): Likewise.
7158         * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
7159         exp_equiv_p, cse_insn): Likewise.
7160         * cselib.c (cselib_lookup): Likewise.
7161         (cselib_invalidate_regno, cselib_record_set): Likewise.
7162         * df.c (df_ref_record): Likewise.
7163         * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
7164         Likewise.
7165         * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
7166         count_or_remove_death_notes_bb): Likewise.
7167         * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
7168         * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
7169         mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
7170         * integrate.c (mark_stores): Likewise.
7171         * jump.c (delete_prior_computation): Likewise.
7172         * lcm.c (reg_dies, reg_becomes_live): Likewise.
7173         * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
7174         * loop.c (LOOP_REGNO_NREGS): Likewise.
7175         * postreload.c (reload_combine, reload_combine_note_store,
7176         reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
7177         * ra-colorize.c (combine, color_usable_p, get_free_reg,
7178         calculate_dont_begin, calculate_dont_begin, colorize_one_web,
7179         try_recolor_web, insert_coalesced_conflicts, check_colors,
7180         break_precolored_alias): Likewise.
7181         * ra-debug.c: Include regs.h
7182         (ra_print_rtx_object): Likewise.
7183         * ra-rewrite (choose_spill_colors): Likewise.
7184         (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
7185         * ra.c (init_ra): Likewise.
7186         * recog.c (reg_fits_class_p, peep2_reg_dead_p,
7187         peep2_find_free_register): Likewise.
7188         * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
7189         * regclass.c (hard_regno_nregs): New array.
7190         (init_reg_modes_once): Initialize it.
7191         (choose_hard_reg_mode): Use it.
7192         (record_reg_classes): Likewise.
7193         * regmove.c (mark_flags_life_zones): Likewise.
7194         * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
7195         scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
7196         copy_value, maybe_mode_change, find_oldest_value_reg,
7197         copyprop_hardreg_forward_1):
7198         * regs.h (hard_regno_nregs): Declare.
7199         * realod.c (reload_inner_reg_of_subreg): Use it.
7200         (push_reload, combine_reloads, find_dummy_reload,
7201         hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
7202         refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
7203         reload_adjust_reg_for_mode): Likewise.
7204         * reload1.c (compute_use_by_pseudos, count_pseudo,
7205         count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
7206         spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
7207         clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
7208         allocate_reload_reg, choose_reload_regs, emit_reload_insns,
7209         delete_output_reload): Likewise.
7210         * resource.c (update_live_status, mark_referenced_resources,
7211         mark_set_resources, mark_target_live_regs): Likewise.
7212         * rtlanal.c:  Include regs.h
7213         (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
7214         dead_or_set_regno_p, find_regno_note, find_reg_fusage,
7215         subreg_regno_offset, subreg_offset_representable_p,
7216         hoist_test_store): Likewise.
7217         * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
7218         * sched-rgn.c (check_live_1, update_live_1): Likewise.
7219         * stmt.c: Include regs.h
7220         (decl_conflicts_with_clobbers_p): Likewise.
7221         * varasm.c (make_decl_rtl): Likewise.
7222         * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
7223
7224 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
7225
7226         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
7227         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
7228         config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
7229         config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
7230         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
7231         config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
7232         config/iq2000/iq2000.h, config/m32r/m32r.c,
7233         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
7234         config/m68hc11/m68hc11.md, config/m68k/m68k.md,
7235         config/mcore/mcore.c, config/mcore/mcore.h,
7236         config/mcore/mcore.md, config/mips/mips.c,
7237         config/ns32k/ns32k.h, config/ns32k/ns32k.md,
7238         config/rs6000/rs6000.c, config/s390/s390.c,
7239         config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
7240         config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
7241         "gen_rtx (FOO, " with "gen_rtx_FOO (".
7242
7243 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
7244
7245         * config/h8300/h8300.md (two peephole2's): New.
7246
7247 2004-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7248
7249         * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
7250         (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
7251         (ASM_CPU_SPEC): Likewise
7252         * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
7253         (ASM_CPU_SPEC): Remove -mcpu=v8plus.  Handle -mcpu=ultrasparc3.
7254
7255 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7256
7257         * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
7258         isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
7259         (expand_builtin): Always call expand_builtin_pow.
7260
7261 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7262
7263         * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
7264         BUILT_IN_SIGNBITL): New GCC builtins.
7265         * builtins.c (expand_builtin_signbit): New function to RTL expand
7266         calls to signbit, signbitf and signbitl as inline intrinsics.
7267         (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
7268         (fold_builtin_signbit): New function to perform constant folding
7269         of signbit, signbitf and signbitl.
7270         (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
7271
7272         * doc/extend.texi: Document new signbit{,f,l} builtins.
7273
7274 2004-02-01  Richard Sandiford  <rsandifo@redhat.com>
7275
7276         * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
7277
7278 2004-02-01  Chris Demetriou  <cgd@broadcom.com>
7279
7280         * config/mips/mips.h (PREDICATE_CODES): Remove entries for
7281         "mips_const_double_ok" and "simple_memory_operand", which were
7282         removed from the MIPS port with the mips-3_4-rewrite branch merge.
7283         * config/mips/mips.c (mips16_lay_out_constants): Update comment
7284         for removal of simple_memory_operand.
7285
7286 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7287
7288         * config/c4x/c4x.md: Use GEN_INT instead of
7289         gen_rtx (CONST_INT, ...).
7290
7291 2004-01-31  Richard Henderson  <rth@redhat.com>
7292
7293         * varasm.c (output_constant_pool): Don't zap the pool.
7294
7295 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7296
7297         * genrecog.c (decision_type): Add DT_const_int.
7298         (write_cond) [DT_const_int]: Print a comparison against small
7299         constant.
7300         (write_node): Simplify comparisons against small constants
7301         before printing tests.
7302
7303 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7304
7305         * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
7306         instead of gen_rtx_CONST_INT.
7307
7308 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7309
7310         * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
7311         instead of gen_rtx_CONST_INT.
7312
7313 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7314
7315         * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
7316         hook_bool_CUMULATIVE_ARGS_false.
7317         * targhooks.c (default_strict_argument_naming): Rename to
7318         hook_bool_CUMULATIVE_ARGS_false.
7319         * targhooks.h: Update the prototype for
7320         default_strict_argument_naming.
7321
7322 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7323
7324         * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
7325         * config/sh/sh.h: Likewise.
7326         * config/sh/sh.md: Likewise.
7327
7328 2004-01-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7329
7330         * doc/invoke.texi (SPARC options): Restructure and update.
7331
7332 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7333
7334         * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
7335         STRICT_ARGUMENT_NAMING): Poison.
7336         * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
7337         hook_bool_tree_false.
7338         * targhooks.c (default_promote_function_args): Remove.
7339         (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
7340         Don't check incoming.
7341         (default_strict_argument_naming): Don't use
7342         STRICT_ARGUMENT_NAMING.
7343         * targhooks.h: Remove the prototype for
7344         default_promote_function_args.
7345
7346 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7347
7348         * config/i386/i386-protos.h: Remove the prototype for
7349         ix86_setup_incoming_varargs.
7350         * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
7351         (ix86_setup_incoming_varargs): Make it static.
7352         * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
7353
7354 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7355
7356         * alloc-pool.c: Fix comment typos.
7357         * builtin-types.def: Likewise.
7358         * builtins.def: Likewise.
7359         * c-pretty-print.c: Likewise.
7360         * df.h: Likewise.
7361         * reload1.c: Likewise.
7362
7363 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7364
7365         * doc/invoke.texi: Follow spelling conventions.
7366         * doc/tm.texi: Likewise.
7367
7368 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7369
7370         * doc/install.texi: Fix typos.
7371         * doc/invoke.texi: Likewise.
7372
7373 2004-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
7374
7375         * config/s390/s390.c (s390_decompose_address): Do not treat virtual
7376         registers as pointers.
7377         * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
7378
7379 2004-01-31  Paolo Bonzini  <bonzini@gnu.org>
7380
7381         * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
7382         and restore it to gen_lowpart_general on exit.
7383         (gen_lowpart_for_combine): Adjust all callers to go through
7384         gen_lowpart.
7385         * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
7386         and restore it to gen_lowpart_general on exit.
7387         (gen_lowpart_if_possible): Adjust all callers to go through
7388         gen_lowpart.
7389         * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
7390         (gen_lowpart): Declare as pointer to function, initialized to
7391         gen_lowpart_general.
7392         * rtl.h (gen_lowpart): Declare as pointer to function.
7393
7394 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7395
7396         * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
7397         * calls.c: Likewise.
7398         * emit-rtl.c: Likewise.
7399         * function.c: Likewise.
7400         * reload1.c: Likewise.
7401         * config/i386/cygming.h: Likewise.
7402         * config/i386/i386.c: Likewise.
7403         * config/i386/winnt.c: Likewise.
7404
7405 2004-01-30  Dara Hazeghi  <dhazeghi@yahoo.com>
7406
7407         PR bootstrap/9249
7408         * doc/install.texi: document --enable-__cxa_atexit option.
7409         * configure.ac: Disable __cxa_atexit if not supported.
7410         * configure: Regenerate.
7411
7412 2003-01-30  Daniel Berlin  <dberlin@dberlin.org>
7413
7414         * ggc-zone.c (ggc_free): New function.
7415
7416 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7417
7418         alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
7419         cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
7420         flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
7421         ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
7422         tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
7423         config/alpha/alpha.c, config/alpha/alpha.h,
7424         config/alpha/alpha.md, config/alpha/unicosmk.h,
7425         config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
7426         config/c4x/c4x-protos.h, config/c4x/c4x.md,
7427         config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
7428         config/frv/frvend.c, config/i386/cygming.h,
7429         config/i386/djgpp.h, config/i386/emmintrin.h,
7430         config/i386/gthr-win32.c, config/i386/i386-interix.h,
7431         config/i386/i386-protos.h, config/i386/openbsd.h,
7432         config/i386/winnt.c, config/i386/xm-mingw32.h,
7433         config/i386/xmmintrin.h, config/ia64/ia64.md,
7434         config/iq2000/iq2000.md, config/m32r/m32r.md,
7435         config/m68k/m68k.md, config/mcore/mcore-elf.h,
7436         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
7437         config/mips/iris5gas.h, config/mips/iris6.h,
7438         config/mips/iris6gas.h, config/mips/linux.h,
7439         config/mips/mips.md, config/mips/netbsd.h,
7440         config/mips/openbsd.h, config/mips/windiss.h,
7441         config/pa/fptr.c, config/rs6000/aix.h,
7442         config/rs6000/altivec.h, config/rs6000/darwin.h,
7443         config/rs6000/xcoff.h, config/s390/s390-protos.h,
7444         config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
7445         config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
7446         config/sparc/sol2.h: Update copyright.
7447
7448 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
7449
7450         * Makefile.in (abs_docdir, abs_srcdir): Define.
7451         (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
7452
7453 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7454
7455         * genconfig.c (main): Have CC0_P check its operand even on a
7456         target without cc0.
7457
7458 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7459
7460         * config/alpha/alpha.c: Remove mentions of deprecates macros
7461         in comments, remove some target-independent comments about target
7462         macros, and/or add minimal function comments for target hook
7463         implementations.
7464         * config/avr/avr.c: Likewise.
7465         * config/ia64/ia64.h: Likewise.
7466         * config/ip2k/ip2k.c: Likewise.
7467         * config/iq2000/iq2000.c: Likewise.
7468         * config/m32r/m32r.h: Likewise.
7469         * config/m68hc11/m68hc11.c: Likewise.
7470         * config/mcore/mcore.c: Likewise.
7471         * config/mmix/mmix.c: Likewise.
7472         * config/mn10300/mn10300.c: Likewise.
7473         * config/pa/pa.c: Likewise.
7474         * config/pdp11/pdp11.c: Likewise.
7475         * config/rs6000/rs6000.h: Likewise.
7476         * config/sh/sh.c: Likewise.
7477         * config/sh/sh.h: Likewise.
7478         * config/sparc/sparc.c: Likewise.
7479         * config/sparc/sparc.h: Likewise.
7480         * config/stormy16/stormy16.c: Likewise.
7481         * config/xtensa/xtensa.c: Likewise.
7482
7483 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
7484
7485         PR optimization/12147
7486         * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
7487         RELOAD_FOR_OPADDR_ADDR.
7488         (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
7489         might be reused as RELOAD_FOR_OPADDR_ADDR register.
7490
7491 2004-01-30  Jan Hubicka  <jh@suse.cz>
7492
7493         * reload.c (get_secondary_mem): Fix updating of
7494         secondary_memlocs_elim_used.
7495
7496 2004-01-30  Richard Henderson  <rth@redhat.com>
7497
7498         * varasm.c (struct rtx_const, struct pool_constant): Remove.
7499         (MAX_RTX_HASH_TABLE): Remove.
7500         (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
7501         (first_pool, last_pool, pool_offset): Remove.
7502         (struct rtx_constant_pool): Split out from ...
7503         (struct varasm_status): ... here.  Reference one via pointer.
7504         (struct constant_descriptor_rtx): Merge struct pool_constant.
7505         (SYMHASH): Remove.
7506         (decode_rtx_const): Remove.
7507         (const_hash_rtx, compare_constant_rtx): Remove.
7508         (record_constant_rtx): Remove.
7509         (const_desc_rtx_hash, const_desc_rtx_eq): New.
7510         (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
7511         (const_rtx_hash_1, const_rtx_hash): New.
7512         (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
7513         (simplify_subtraction): Use simplify_rtx.
7514         (force_const_mem): Rewrite to use new data structures.
7515         (find_pool_constant): Likewise.
7516         (get_pool_constant, get_pool_constant_mark,
7517         get_pool_constant_for_function, get_pool_mode,
7518         get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
7519         (output_constant_pool_2): Split out from output_constant_pool.
7520         (output_constant_pool_1): Likewise.  Use new pool datastructures.
7521         (output_constant_pool): Zap entire pool datastructure.
7522         (mark_constant): Use new pool datastructures.
7523         (mark_constants): Use for_each_rtx.
7524         (mark_constant_pool): Use new pool datastructures.
7525
7526 2004-01-30  Fariborz Jahanian <fjahanian@apple.com>
7527
7528         * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
7529         Copy operands[1] to pseudo for simplify_gen_subreg.
7530
7531 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7532
7533         * gcse.c (bypass_block): Fix a typo in the previous check-in
7534         to the file.
7535
7536 2004-01-30  Andrew Pinski <pinskia@physics.uc.edu>
7537
7538         * toplev.c: Include alloc-pool.h.
7539         * Makefile.in (toplev.c): Update dependencies.
7540
7541 2004-01-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7542
7543         * combine.c (simplify_shift_const, case XOR): Be careful when
7544         commuting XOR with ASHIFTRT.
7545
7546 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7547             Eric Botcazou  <ebotcazou@libertysurf.fr>
7548
7549         * config/sparc/sparc-protos.h: Remove the prototype for
7550         sparc_builtin_saveregs.
7551         * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
7552         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7553         (TARGET_PROMOTE_PROTOTYPES): Likewise.
7554         (TARGET_STRUCT_VALUE_RTX): Likewise.
7555         (TARGET_RETURN_IN_MEMORY): Likewise.
7556         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
7557         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
7558         (sparc_builtin_saveregs): Make it static.
7559         (sparc_promote_prototypes): New.
7560         (sparc_struct_value_rtx): Likewise.
7561         (sparc_return_in_memory): Likewise.
7562         * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
7563         (PROMOTE_FUNCTION_RETURN): Likewise.
7564         (RETURN_IN_MEMORY): Likewise.
7565         (STRUCT_VALUE): Likewise.
7566         (STRUCT_VALUE_INCOMING): Likewise.
7567         (EXPAND_BUILTIN_SAVEREGS): Likewise.
7568         (STRICT_ARGUMENT_NAMING): Likewise.
7569         (PROMOTE_PROTOTYPES): Likewise.
7570
7571         * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
7572
7573 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7574
7575         PR c/12818
7576         * varasm.c (const_hash_1) <STRING_CST>: Use the
7577         address to compute the hash value if flag_writable_strings.
7578         (compare_constant) <STRING_CST>: Compare the addresses
7579         if flag_writable_strings.
7580         (build_constant_desc): Do not copy the expression for a
7581         STRING_CST if flag_writable_strings.
7582
7583 2004-01-30  Jan Hubicka  <jh@suse.cz>
7584
7585         * alloc-pool.c: Include hashtab.h
7586         (alloc_pool_descriptor): New structure
7587         (alloc_pool_hash): New global variable.
7588         (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
7589         (create_alloc_pool): Update statistics.
7590         (free_alloc_pool): Likewise.
7591         (pool_alloc): Likewise.
7592         (output_info): New structure
7593         (print_statistics, dump_alloc_pool_statistics): New function.
7594         * alloc-pool.h (alloc_pool_def): Turn name to be constant.
7595         (dump_alloc_pool_statistics): Declare.
7596         * toplev.c (finalize):  Dump statistics.
7597
7598         * reload.c (secondary_memlocs_elim_used): New static variable.
7599         (get_secondary_mem): Update it.
7600         (find_reloads): Use it.
7601
7602 2004-01-30  Steven Bosscher <s.bosscher@student.tudelft.nl>
7603
7604         * toplev.c: Fix broken checkin of 2003-12-30, again.
7605
7606 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
7607
7608         * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
7609         s390*-*-* targets by specifying a 'nop' insn.
7610         * configure: Regenerate.
7611
7612 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7613
7614         PR target/11475
7615         * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
7616
7617 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
7618
7619         * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
7620         of addr when creating MEM copy.
7621
7622 2004-01-29  Devang Patel  <dpatel@apple.com>
7623
7624         * dwarf2out.c (gen_field_die): Do not equate decl number to die.
7625
7626 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
7627
7628         PR inline-asm/6162
7629         * reload.c (find_reloads): Only support one pair of commutative
7630         operands.
7631
7632 2004-01-29  Roger Sayle  <roger@eyesopen.com>
7633
7634         PR java/13824
7635         * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
7636         as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
7637         recursion.
7638
7639 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
7640
7641         * config/frv/frv.c: Don't mention deprecated macros in
7642         comments.  Remove some target-independent comments about
7643         target macros.
7644         * config/frv/frv.h: Likewise.
7645
7646 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7647
7648         * cfghooks.c (split_block): Set probability and count of the
7649         new edge.
7650
7651 2005-01-29  Josef Zlomek  <zlomekj@suse.cz>
7652
7653         * dwarf2out.c (struct die_struct): Added field decl_id.
7654         (decl_die_table): Changed to hash table.
7655         (decl_die_table_allocated): Deleted.
7656         (decl_die_table_in_use): Deleted.
7657         (DECL_DIE_TABLE_INCREMENT): Deleted.
7658         (decl_die_table_hash): New function.
7659         (decl_die_table_eq): New function.
7660         (lookup_decl_die): Lookup in a hash table.
7661         (equate_decl_number_to_die): Insert into a hash table.
7662         (dwarf2out_init): Init hash table decl_die_table.
7663
7664 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
7665
7666         PR optimization/13424
7667         * expr.c (store_constructor): Revert 2003-12-03 change.
7668
7669         * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
7670         expected before returning early.  Avoid sharing RTL if they
7671         need to be changed.
7672
7673         * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
7674         handling so that memory attributes are preserved.  Don't call
7675         ix86_set_move_mem_attrs.
7676         (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
7677         (ix86_expand_clrstr): Rename src argument to
7678         dst.  Rework rep_stos and strset handling so that memory attributes
7679         are preserved.
7680         (ix86_expand_strlen): Pass src argument to
7681         ix86_expand_strlensi_unroll_1.  Rework strlenqi_1 handling so that
7682         memory attributes are preserved.
7683         (ix86_expand_strlensi_unroll_1): Add src argument.  Use
7684         change_address instead of gen_rtx_MEM.
7685         * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
7686         expanders.
7687         (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
7688         strmovqi, strmovqi_rex64): Remove.
7689         (rep_mov*, strmov*): Prefix insn names with *.
7690         (strset, strset_singleop, rep_stos): New expanders.
7691         (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
7692         strsetqi, strsetqi_rex64): Remove.
7693         (rep_stos*, strset*): Prefix insn names with *.
7694         (rep_stosqi_rex64): Likewise.  Fix mode of dirflag reg from DImode
7695         to SImode.
7696         (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
7697         are preserved.
7698         (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
7699         Prefix insn names with *.
7700         (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
7701         (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
7702         (strlenqi_1): New expander.
7703         * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
7704
7705 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7706
7707         * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
7708         * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
7709         verify_flow_info): Declaration removed.
7710         * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
7711         (debug_bb, debug_bb_n): Add argument to dump_bb call.
7712         * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
7713         try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
7714         instead of delete_block.
7715         * cfghooks.c: Include timevar.h and toplev.h.
7716         (cfg_hooks): Define here.
7717         (verify_flow_info, dump_bb): Moved from cfg.c.
7718         (redirect_edge_and_branch, redirect_edge_and_branch_force,
7719         split_block, split_block_after_labels, move_block_after,
7720         delete_basic_block, split_edge, create_basic_block,
7721         create_empty_bb, can_merge_blocks_p, merge_blocks,
7722         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
7723         New functions.
7724         * cfghooks.h (struct cfg_hooks): Added fields name,
7725         make_forwarder_block, tidy_fallthru_edge and
7726         move_block_after. Changed type of verify_flow_info, dump_bb,
7727         split_block fields. Renamed cfgh_split_edge and delete_block
7728         fields.
7729         (redirect_edge_and_branch, redirect_edge_and_branch_force,
7730         split_block, delete_block, split_edge, create_basic_block,
7731         can_merge_blocks_p, merge_blocks): Macros removed.
7732         (cfg_hooks): Do not export.
7733         (verify_flow_info, dump_bb, redirect_edge_and_branch,
7734         redirect_edge_and_branch_force, split_block, split_block_after_labels,
7735         move_block_after, delete_basic_block, split_edge, create_basic_block,
7736         create_empty_bb, can_merge_blocks_p, merge_blocks,
7737         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
7738         Declare.
7739         (cfg_layout_rtl_cfg_hooks): Declare.
7740         * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
7741         New functions.
7742         (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
7743         (redirect_edge_with_latch_update): Removed.
7744         (make_forwarder_block): Moved to cfghooks.c, semantics changed.
7745         * cfgloopmanip.c (remove_bbs): Do not update dominators here.
7746         * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
7747         rtl_delete_block, rtl_split_block, rtl_merge_blocks,
7748         tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
7749         cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
7750         cfghooks.c.
7751         (rtl_create_basic_block): Coding style fix.
7752         (rtl_tidy_fallthru_edge, rtl_move_block_after,
7753         rtl_make_forwarder_block): New functions.
7754         (update_cfg_after_block_merging): Removed.
7755         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
7756         * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
7757         to dump_bb.
7758         * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
7759         find_if_case_2): Don't update dominators.
7760         * timevar.def (TV_CFG_VERIFY): New.
7761         * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
7762         * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
7763         * cfgloopmanip.c (split_loop_bb): Don't update dominators.
7764         (remove_bbs): Don't call remove_bbs.
7765         (create_preheader): Use make_forwarder_block.
7766         (mfb_keep_just, mfb_update_loops): New static functions.
7767
7768 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
7769
7770         * config/avr/avr.h: Remove target-independent comments about
7771         target macros.
7772
7773 2004-01-28  Daniel Berlin  <dberlin@dberlin.org>
7774
7775         * timevar.c (timevar_print): Mention when checking is enabled.
7776
7777 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7778
7779         * c-lex.c (c_lex): Rename to...
7780         (c_lex_with_flags): Add new parameter to get CPP flags.
7781         (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
7782         * c-pragma.h (c_lex_with_flags): Declare.
7783
7784 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7785
7786         * config/mcore/mcore.c (mcore_external_libcall): Add a
7787         comment.
7788         (mcore_return_in_memory): Likewise.
7789
7790 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7791
7792         * config/mcore/mcore-protos.h: Remove the prototype for
7793         mcore_setup_incoming_varargs.
7794         * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
7795         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
7796         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7797         (TARGET_PROMOTE_PROTOTYPES): Likewise.
7798         (TARGET_STRUCT_VALUE_RTX): Likewise.
7799         (TARGET_RETURN_IN_MEMORY): Likewise.
7800         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7801         (mcore_setup_incoming_varargs): Make it static.  Receive the
7802         first argument by reference.  Add argument second_time.
7803         (mcore_external_libcall): New.
7804         (mcore_return_in_memory): Likewise.
7805         * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
7806         (PROMOTE_FUNCTION_RETURN): Likewise.
7807         (STRUCT_VALUE): Likewise.
7808         (RETURN_IN_MEMORY): Likewise.
7809         (SETUP_INCOMING_VARARGS): Likewise.
7810         (PROMOTE_PROTOTYPES): Likewise.
7811         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7812
7813 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7814
7815         * config/m32r/m32r-protos.h: Remove the prototype for
7816         m32r_setup_incoming_varargs.
7817         * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
7818         (TARGET_STRUCT_VALUE_RTX): Likewise.
7819         (TARGET_RETURN_IN_MEMORY): Likewise.
7820         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7821         (m32r_return_in_memory): New.
7822         (m32r_setup_incoming_varargs): Make it static.
7823         * config/m32r/m32r.h: Remove #undef of
7824         ASM_OUTPUT_EXTERNAL_LIBCALL.  Remove the commented-out
7825         definitions of PROMOTE_FUNCTION_ARGS and
7826         PROMOTE_FUNCTION_RETURN.
7827         (PROMOTE_PROTOTYPES): Remove.
7828         (RETURN_IN_MEMORY): Likewise.
7829         (STRUCT_VALUE): Likewise.
7830
7831 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7832
7833         * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
7834         (TARGET_STRUCT_VALUE_RTX): Likewise.
7835         (m68k_struct_value_rtx): Likewise.
7836         * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
7837         STRUCT_VALUE_REGNUM.
7838         (PROMOTE_PROTOTYPES): Remove.
7839         * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
7840         STRUCT_VALUE_REGNUM.
7841         * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
7842         * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
7843
7844 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7845
7846         * config/stormy16/stormy16.c
7847         (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
7848         TARGET_BUILD_BUILTIN_VA_LIST.
7849
7850 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7851
7852         * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
7853         (TARGET_STRUCT_VALUE_RTX): Likewise.
7854         (TARGET_RETURN_IN_MEMORY): Likewise.
7855         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7856         (v850_return_in_memory): Likewise.
7857         (v850_setup_incoming_varargs): Likewise.
7858         * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
7859         (SETUP_INCOMING_VARARGS): Likewise.
7860         (RETURN_IN_MEMORY): Likewise.
7861         (STRUCT_VALUE): Likewise.
7862
7863 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7864
7865         * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
7866         (fr30_setup_incoming_varargs): Don't use
7867         STRICT_ARGUMENT_NAMING.
7868         * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
7869         (STRICT_ARGUMENT_NAMING): Likewise.
7870
7871 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7872
7873         * config/frv/frv-protos.h: Remove the prototype for
7874         frv_expand_builtin_saveregs.
7875         * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
7876         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
7877         (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
7878         STRUCT_VALUE_REGNUM.
7879         (frv_expand_builtin_saveregs): Make it static.
7880         (frv_struct_value_rtx): New.
7881         * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
7882
7883 2004-01-29  Jan Hubicka  <jh@suse.cz>
7884
7885         PR c++/12850
7886         * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
7887         initial pointers.
7888         * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
7889         for functions that will be only inlined.
7890         (cgraph_mark_function_to_output): Likewise.
7891         (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
7892         do not clear function body.
7893         * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
7894         (tree_rest_of_compilation): Reorganize the logic releasing function
7895         body to use callgraph datastructure.
7896
7897 2004-01-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7898
7899         * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
7900         to register_operand.
7901
7902 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
7903
7904         * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
7905         (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
7906         match_operand expressions so that all match_dups appear
7907         lexically after their corresponding match_operands.
7908
7909 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7910
7911         * config/h8300/h8300.c (WORD_REG_USED): Use
7912         HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
7913         (compute_saved_regs): Likewise.
7914         (h8300_expand_prologue): Likewise.  Allocate locals after
7915         saving registers.
7916         (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
7917         of FRAME_POINTER_REGNUM.  Deallocate locals before saving
7918         registers.
7919         (h8300_initial_elimination_offset): Adjust for the new frame
7920         layout, which swaps flips the order of locals and saved
7921         registers.
7922         * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
7923         (HARD_FRAME_POINTER_REGNUM): New.
7924         (ELIMINABLE_REGS): Add an elimination rule from
7925         FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
7926         (REGISTER_NAMES): Add fp.
7927         * config/h8300/h8300.md (FP_REG): Change to 11.
7928         (HFP_REG): New.
7929
7930 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7931
7932         * genrecog.c (write_node): Remove a useless local variable.
7933
7934 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
7935
7936         * Makefile.in (options.c options.h): Use stamp file s-options to
7937         avoid unnecessary rebuilds.
7938         (options.o): New target listing dependencies.
7939         (gtyp-gen.h): Use stamp file s-gtyp-gen.
7940         (STAGESTUFF): Add s-gtyp-gen.
7941
7942 2004-01-28  Richard Henderson  <rth@redhat.com>
7943
7944         * ggc.h (ggc_free): Declare.
7945         * ggc-common.c (ggc_realloc): Use it.
7946         * ggc-page.c: Remove lots of inline markers.
7947         (globals): Add free_object_list.
7948         (ggc_alloc): Tidy.
7949         (ggc_free, validate_free_objects): New.
7950         (poison_pages): Provide default.
7951         (ggc_collect): Call validate_free_objects; emit markers to
7952         the debug file.
7953
7954 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
7955             Jim Wilson  <wilson@specifixinc.com>
7956
7957         * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
7958         Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
7959         scratch pointer.
7960         (ia64_secondary_reload_class): Delete case GR_REGS.
7961         * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
7962         Do not allocate a scratch register.
7963         (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
7964
7965 2004-01-28  Jan Hubicka  <jh@suse.cz>
7966
7967         * gcse.c (bypass_block): Prevent edges to be unified when we are
7968         about to emit compenstation code.
7969
7970 2004-01-28  Nick Clifton  <nickc@redhat.com>
7971
7972         * config/arm/arm.c (arm_expand_builtin): Force second argument of
7973         the setcwx insn into a register.
7974
7975 2004-01-28  Richard Sandiford  <rsandifo@redhat.com>
7976
7977         * config/fp-bit.c (pack_d): When using paired doubles to implement
7978         a long double, round the high part separately.
7979         (unpack_d): Fix the case in which the high part is a power of two
7980         and the low part is a nonzero value of the opposite sign.
7981
7982 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7983
7984         * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
7985         (TARGET_STRUCT_VALUE_RTX): Likewise.
7986         (c4x_external_libcall): Likewise.
7987         (c4x_struct_value_rtx): Likewise.
7988         * config/c4x/c4x.h: Remove.
7989         (STRUCT_VALUE_REGNUM): Likewise.
7990         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7991
7992 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7993
7994         * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
7995         (TARGET_STRUCT_VALUE_RTX): Likewise.
7996         * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
7997         (STRUCT_VALUE): Likewise.
7998         (PROMOTE_PROTOTYPES): Likewise.
7999
8000 2004-01-27  Roger Sayle  <roger@eyesopen.com>
8001
8002         * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
8003         CONST_INT before using INTVAL.
8004
8005 2004-01-27  Ulrich Weigand  <uweigand@de.ibm.com>
8006
8007         * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
8008         * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
8009         frame if !TARGET_BACKCHAIN.
8010         * config/s390/s390.md ("allocate_stack"): Use pattern only if
8011         TARGET_BACKCHAIN.
8012         * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
8013
8014 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
8015
8016         * ia64.c (ia64_function_arg): When placing HFAs in integer
8017         registers, do not special case the mode used for complex
8018         types.  Do not advance int_regs until the current register
8019         is full.
8020
8021 2004-01-27  Richard Sandiford  <rsandifo@redhat.com>
8022
8023         PR target/7297
8024         * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
8025
8026 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
8027
8028         * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
8029         slow, unaligned loads and stores while debugging.  Fix formatting.
8030
8031 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
8032
8033         * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
8034         of computing wmode.
8035         (restore_stack_nonlocal): Same.
8036
8037 2004-01-27  Devang Patel <dpatel@apple.com>
8038
8039         * Makefile.in (dwarf2out.o): Depend on input.h
8040         * dbxout.c (dbx_debug_hooks): Add new empty hook for
8041         imported_module_or_decl.
8042         (xcoff_debug_hooks): Same.
8043         * sdbout.c (sdb_debug_hooks): Same.
8044         * vmsdbgout.c (vmsdbg_debug_hooks): Same.
8045         * debug.c (do_nothing_debug_hooks): Same.
8046         (debug_nothing_tree_tree): New function.
8047         * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
8048         * dwarf2out.c: Include input.h.
8049         (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
8050         (remove_child_TAG): New function.
8051         (dwarf_tag_name): Handle DW_TAG_imported_module.
8052         (gen_subprogram_die): Equate decl number to declaration die. Do not
8053         remove all children dies while reusing declaration die for definition.
8054         Instead, selectively remove only formal parameters.
8055         (gen_variable_die): Equate variable decl to declaration die.
8056         (gen_field_die): Equate field decl to line number.
8057         (force_namespace_die): Replace it with ...
8058         (force_decl_die): ... this.
8059         (force_type_die): New function.
8060         (setup_namespace_context): Replace use of force_namespace_die() with
8061         force_decl_die().
8062         (gen_namespace_die): Same.
8063         (dwarf2out_imported_module_or_decl): New function.
8064
8065 2004-01-27  Bob Wilson  <bob.wilson@acm.org>
8066
8067         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
8068         on CQImode and CHImode incoming arguments in register a7.
8069         (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
8070         * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
8071         * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
8072         xtensa_copy_incoming_a7 before reload.
8073
8074 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
8075
8076         * coverage.c (get_coverage_counts): Give a different message
8077         if flag_guess_branch_prob is set.
8078         * predict.c (counts_to_freqs): Return an int.
8079         (estimate_bb_frequencies): If counts_to_freqs returns zero,
8080         calculate estimates.
8081
8082 2004-01-27  Kazu Hirata  <kazu@cs.umass.edu>
8083
8084         * config/iq2000/iq2000-protos.h: Remove the prototype for
8085         iq2000_setup_incoming_varargs.
8086         * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8087         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8088         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8089         (TARGET_STRUCT_VALUE_RTX): Likewise.
8090         (TARGET_RETURN_IN_MEMORY): Likewise.
8091         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8092         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8093         (iq2000_return_in_memory): Likewise.
8094         (iq2000_setup_incoming_varargs): Make it static.  Receive the
8095         first argument by reference.
8096         * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
8097         (PROMOTE_FUNCTION_RETURN): Likewise.
8098         (PROMOTE_PROTOTYPES): Likewise.
8099         (RETURN_IN_MEMORY): Likewise.
8100         (STRUCT_VALUE): Likewise.
8101         (SETUP_INCOMING_VARARGS): Likewise.
8102         (STRICT_ARGUMENT_NAMING): Likewise.
8103
8104 2004-01-24  James A. Morrison  <ja2morri@uwaterloo.ca>
8105
8106         * fixinc/fixinc.c (test_test): Initialize res.
8107         (start_flexer): Initialize pz_cmd_save.
8108
8109 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
8110
8111         * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
8112         SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
8113
8114 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
8115
8116         PR 7198
8117         * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
8118         (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
8119         (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
8120         Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
8121         Possibly rename pattern for consistency.
8122         Remove ??? comments suggesting that this be done.
8123         (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
8124         New patterns.
8125         (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
8126         (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
8127         (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
8128         (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
8129         Update to match.
8130
8131 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
8132
8133         * config/arm/arm.c (output_return_instruction): Only restore IP
8134         into SP if frame_pointer_needed.
8135
8136 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8137
8138         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
8139         for SCmode and DCmode if ARCH32.
8140         (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
8141         * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
8142         if ARCH32.
8143         (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
8144         if ARCH32.
8145         (BASE_OUTGOING_VALUE_REG): Likewise.
8146
8147 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8148
8149         PR target/10904
8150         PR target/13058
8151         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
8152         Forbid mode changes from SImode for lower FP regs if ARCH64.
8153
8154 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
8155
8156         * Makefile.in (bt-load.o): Depend on except.h.
8157         * bt-load.c (except.h): #include.
8158         (compute_defs_uses_and_gen): If insn at end of BB can throw
8159         within this function, consider registers used by it unavailable for
8160         btr migration.
8161         (move_btr_def): If insn at end of BB can throw, insert before rather
8162         than after.
8163
8164         * flags.h (flag_btr_bb_exclusive): Declare.
8165         * toplev.c (flag_btr_bb_exclusive): New variable.
8166         (f_options): Add btr-bb-exclusive.
8167         * bt-load.c (augment_live_range): Restore old behaviour if
8168         flag_btr_bb_exclusive is set.
8169         * common.opt: Add entry for -fbtr-bb-exclusive.
8170         * opts.c (common_handle_options): Same.
8171         * doc/invoke.texi: Document -fbtr-bb-exclusive.
8172
8173         * bt-load.c (btrs_live_at_end): New variable.
8174         (compute_defs_uses_and_gen): Compute its pointed-to array.
8175         (clear_btr_from_live_range, add_btr_to_live_range): Update it.
8176         (augment_live_range): When augmenting with a new dominator,
8177         use only its btrs_live_at_end set, but also add in the full set
8178         of the old dominator.
8179         (btr_def_live_range): Use btrs_live_at_end.
8180         (move_btr_def): Set other_btr_uses_before_def, and move new set
8181         to the end of the basic block, if appropriate.
8182         (migrate_btr_defs): Allocate and free btrs_live_at_end.
8183
8184         * bt-load.c (basic_block_freq): Remove outdated comment.
8185
8186 2004-01-27  Alan Modra  <amodra@bigpond.net.au>
8187
8188         * config/rs6000/rs6000.h: Correct target_flags free bits comment.
8189         (PREDICATE_CODES): Remove duplicate.
8190         * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
8191         (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
8192         (MASK_PROFILE_KERNEL): Adjust define.
8193
8194 2004-01-27  Jakub Jelinek  <jakub@redhat.com>
8195
8196         * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
8197         of long string literals from 32 bytes to sizeof (void *) when !-Os
8198         and to 1 with -Os.
8199
8200 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8201
8202         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
8203         constant addresses in the normal mode.
8204
8205 2004-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8206
8207         * system.h (CHAR_BITFIELD): Delete.
8208         (BOOL_BITFIELD): New.
8209         * c-decl.c (c_scope): Use BOOL_BITFIELD.
8210         * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
8211
8212 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8213
8214         * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8215         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8216         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8217         (TARGET_STRUCT_VALUE_RTX): Likewise.
8218         (TARGET_RETURN_IN_MEMORY): Likewise.
8219         (arc_return_in_memory): Likewise.
8220         * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
8221         (PROMOTE_FUNCTION_RETURN): Likewise.
8222         (RETURN_IN_MEMORY): Likewise.
8223         (STRUCT_VALUE): Likewise.
8224
8225 2004-01-26  Richard Henderson  <rth@redhat.com>
8226
8227         * c-parse.in (extension): Use itype.
8228         (SAVE_EXT_FLAGS): Don't allocate a tree.
8229         (RESTORE_EXT_FLAGS): Don't read a tree.
8230
8231 2004-01-26  Jan Hubicka  <jh@suse.cz>
8232
8233         * cselib.c (discard_useless_values):  Clear out value pointer pointing
8234         to datastructure to be recycled.
8235
8236 2004-01-25  Jan Hubicka  <jh@suse.cz>
8237
8238         * genextract.c (main): Do not output the memset when not checking.
8239
8240 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8241
8242         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
8243         switch statement instead of a chain of if statements.
8244
8245 2004-01-26  Jeff Law  <law@redhat.com>
8246
8247         * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry.  Add
8248         acute accents for Petur Runolfsson's entry.
8249
8250 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8251
8252         * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
8253         (TARGET_RETURN_IN_MEMORY): Likewise.
8254         * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
8255         (RETURN_IN_MEMORY): Likewise.
8256
8257 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8258
8259          * config/rs6000/rs6000.c (rs6000_emit_move): split slow
8260          unaligned load/store into smaller loads and stores.
8261
8262 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8263
8264         * function.c (assign_parms): Do not assign
8265         long long argument to memory in prologue if
8266         is it loaded into register.
8267
8268 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8269
8270          PR middle-end/13779
8271          * expr.c (emit_group_load): split constant
8272          correctly into register components of PARALLEL insn.
8273
8274 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8275
8276         * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
8277         Use adjust_address_nv directly with appropriate mode.
8278         (restore_stack_nonlocal): Ditto.
8279
8280 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8281
8282         * config/xtensa/xtensa-protos.h: Remove the prototype for
8283         xtensa_builtin_saveregs.
8284         * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8285         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8286         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8287         (TARGET_STRUCT_VALUE_RTX): Likewise.
8288         (TARGET_RETURN_IN_MEMORY): Likewise.
8289         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8290         (xtensa_builtin_saveregs): Make it static.
8291         (xtensa_return_in_memory): New.
8292         * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
8293         (PROMOTE_FUNCTION_RETURN): Likewise.
8294         (PROMOTE_PROTOTYPES): Likewise.
8295         (STRUCT_VALUE): Likewise.
8296         (RETURN_IN_MEMORY): Likewise.
8297         (EXPAND_BUILTIN_SAVEREGS): Likewise.
8298
8299 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8300
8301         * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
8302         (arm_setup_incoming_varargs): Likewise.
8303         * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
8304
8305 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8306
8307         * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
8308         (cris_setup_incoming_varargs): Likewise.
8309         * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
8310
8311 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8312
8313         * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
8314         (ns32k_struct_value_rtx): Likewise.
8315         * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
8316         NS32K_STRUCT_VALUE_REGNUM.
8317
8318 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8319
8320         * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8321         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8322         (TARGET_STRUCT_VALUE_RTX): Likewise.
8323         (arm_struct_value_rtx): Likewise.
8324         * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
8325         (STRUCT_VALUE): Likewise.
8326         (STRUCT_VALUE_REGNUM): Likewise.
8327         (PROMOTE_PROTOTYPES): Likewise.
8328
8329 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8330
8331         * config/ia64/ia64-protos.h: Remove the prototype for
8332         ia64_setup_incoming_varargs and ia64_return_in_memory.
8333         * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
8334         (TARGET_RETURN_IN_MEMORY): Likewise.
8335         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8336         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8337         (ia64_setup_incoming_varargs): Adjust the arguments to meet
8338         the requirement of TARGET_SETUP_INCOMING_VARARGS.
8339         (ia64_return_in_memory): Make it static.  Change the return
8340         type to bool from int.  Add an argument.
8341         (ia64_struct_value_rtx): New.
8342         * config/ia64/ia64.h: Remove commented-out definitions of
8343         PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
8344         PROMOTE_PROTOTYPES.
8345         (RETURN_IN_MEMORY): Remove.
8346         (STRUCT_VALUE_REGNUM): Likewise.
8347         (STRICT_ARGUMENT_NAMING): Likewise.
8348
8349 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8350
8351         PR target/13666
8352         * config/sparc/sparc.c (function_arg_union_value): New function.
8353         (function_arg): Use it to deal with unions.
8354         (function_value): Likewise.  Define 'regbase' only for ARCH64.
8355         Replace a conditional statement by a simpler one.
8356
8357 2004-01-26  Richard Sandiford  <rsandifo@redhat.com>
8358
8359         * config/mips/mips.c (mips16_optimize_gp): Delete.
8360         (mips_reorg): Don't call it.
8361
8362 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8363
8364         * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
8365         (floatunsqihf2): Remove operand 6.
8366         (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
8367         fix patterns.
8368         (ldi_conditional, ldf_conditional): Validate operands.
8369
8370 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8371
8372         * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
8373         (HAVE_GAS_HIDDEN): Undefine as interim measure.
8374
8375 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8376
8377         * config/c4x/c4x.c (c4x_legitimate_address_p):  Invalidate direct
8378         memory references if TARGET_EXPOSE_LDP nonzero.
8379
8380 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8381
8382         * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
8383
8384 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8385
8386         * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
8387         invalid operand combinations.
8388
8389 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8390
8391         * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
8392         c4x_legitimate_address_p.  Fix post_modify check.
8393
8394         * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
8395         * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
8396
8397 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8398
8399         * config/pa/pa-protos.h: Remove the prototype for
8400         hppa_builtin_saveregs.  Add a prototype for
8401         pa_return_in_memory.
8402         * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
8403         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8404         (TARGET_STRUCT_VALUE_RTX): Likewise.
8405         (TARGET_RETURN_IN_MEMORY): Likewise.
8406         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8407         (pa_struct_value_rtx): Likewise.
8408         (pa_return_in_memory): Likewise.
8409         * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
8410         PA_STRUCT_VALUE_REGNUM.
8411         (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
8412         (EXPAND_BUILTIN_SAVEREGS): Remove.
8413         (PROMOTE_PROTOTYPES): Likewise.
8414         (PROMOTE_FUNCTION_RETURN): Likewise.
8415
8416 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8417
8418         * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
8419         (TARGET_STRUCT_VALUE_RTX): Likewise.
8420         (vax_struct_value_rtx): Likewise.
8421         * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
8422         VAX_STRUCT_VALUE_REGNUM.
8423         (PROMOTE_PROTOTYPES): Remove.
8424
8425 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8426
8427         * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS):  Handle symref.
8428
8429 2003-04-25  Chris Demetriou  <cgd@broadcom.com>
8430
8431         * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
8432         and MIPS64 have HI/LO interlocks.  Update comment.
8433
8434 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8435
8436         * config/stormy16/stormy16-protos.h: Remove the prototype for
8437         xstormy16_setup_incoming_varargs.
8438         * config/stormy16/stormy16.c
8439         (xstormy16_setup_incoming_varargs): Remove.
8440         (xstormy16_return_in_memory): New.
8441         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
8442         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8443         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8444         (TARGET_STRUCT_VALUE_RTX): Likewise.
8445         (TARGET_RETURN_IN_MEMORY): Likewise.
8446         * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
8447         (PROMOTE_FUNCTION_RETURN): Likewise
8448         (PROMOTE_PROTOTYPES): Likewise
8449         (RETURN_IN_MEMORY): Likewise
8450         (STRUCT_VALUE): Likewise
8451         (SETUP_INCOMING_VARARGS): Likewise
8452
8453 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8454
8455         * config/mips/mips.c (mips_offset_within_object_p): New function.
8456         (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
8457         SYMBOL_CONSTANT_POOL cases.  Also use it for SYMBOL_GENERAL if the
8458         ABI has 64-bit pointers and the object file only allows 32-bit symbols.
8459
8460 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8461
8462         * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
8463         (PROMOTE_FUNCTION_RETURN): Likewise.
8464
8465 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8466
8467         * config/mn10300/mn10300-protos.h: Remove the prototype for
8468         mn10300_builtin_saveregs.
8469         * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
8470         (TARGET_STRUCT_VALUE_RTX): Likewise.
8471         (TARGET_RETURN_IN_MEMORY): Likewise.
8472         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8473         (mn10300_return_in_memory): Likewise.
8474         (mn10300_builtin_saveregs): Make it static.
8475         * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
8476         (RETURN_IN_MEMORY): Likewise.
8477         (STRUCT_VALUE): Likewise.
8478         (EXPAND_BUILTIN_SAVEREGS): Likewise.
8479
8480 2004-01-25  Eric Botcazou  <ebotcazou@act-europe.fr>
8481
8482         PR bootstrap/13853
8483         * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
8484
8485 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8486
8487         * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
8488         using ccr.
8489
8490 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8491
8492         * config/i860/i860-protos.h: Remove the prototype for
8493         i860_saveregs.
8494         * config/i860/i860.c (i860_saveregs): Make it static.
8495         (i860_struct_value_rtx): New.
8496         (TARGET_STRUCT_VALUE_RTX): Likewise.
8497         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8498         * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
8499         I860_STRUCT_VALUE_REGNUM.
8500         (EXPAND_BUILTIN_SAVEREGS): Remove.
8501
8502 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8503
8504         * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
8505         (TARGET_RETURN_IN_MEMORY): Likewise.
8506         (m68hc11_struct_value_rtx): Likewise.
8507         (m68hc11_return_in_memory): Likewise.
8508         * config/m68hc11/m68hc11.h: Remove a commented-out definition
8509         of PROMOTE_PROTOTYPES.
8510         (RETURN_IN_MEMORY): Remove.
8511         (STRUCT_VALUE_REGNUM): Likewise.
8512
8513 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8514
8515         * config/mmix/mmix-protos.h: Remove the prototype for
8516         mmix_setup_incoming_varargs.
8517         * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8518         (TARGET_STRUCT_VALUE_RTX): Likewise.
8519         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8520         (mmix_setup_incoming_varargs): Make it static.
8521         (mmix_struct_value_rtx): New.
8522         * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
8523         Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
8524         (STRUCT_VALUE_REGNUM): Remove.
8525         (SETUP_INCOMING_VARARGS): Likewise.
8526
8527 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8528
8529         * config/mips/mips-protos.h: Remove the prototypes for
8530         mips_setup_incoming_varargs and mips_return_in_memory.
8531         * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8532         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8533         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8534         (TARGET_STRUCT_VALUE_RTX): Likewise.
8535         (TARGET_RETURN_IN_MEMORY): Likewise.
8536         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8537         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8538         (mips_setup_incoming_varargs): Match the prototype for
8539         TARGET_SETUP_INCOMING_VARARGS.
8540         (mips_return_in_memory): Make it static.  Add argument fntype.
8541         (mips_strict_argument_naming): New.
8542         * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
8543         (PROMOTE_FUNCTION_ARGS): Likewise.
8544         (PROMOTE_FUNCTION_RETURN): Likewise.
8545         (STRUCT_VALUE): Likewise.
8546         (RETURN_IN_MEMORY): Likewise.
8547         (SETUP_INCOMING_VARARGS): Likewise.
8548         (STRICT_ARGUMENT_NAMING): Likewise.
8549
8550 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8551
8552         * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
8553         (TARGET_RETURN_IN_MEMORY): Likewise.
8554         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8555         (ip2k_return_in_memory): Likewise.
8556         (ip2k_setup_incoming_varargs): Likewise.
8557         * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
8558         (STRUCT_VALUE): Likewise.
8559         (STRUCT_VALUE_INCOMING): Likewise.
8560         (SETUP_INCOMING_VARARGS): Likewise.
8561
8562 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8563
8564         * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
8565         (TARGET_RETURN_IN_MEMORY): Likewise.
8566         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8567         (avr_return_in_memory): Remove.
8568         * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
8569         (STRUCT_VALUE): Likewise.
8570         (STRUCT_VALUE_INCOMING): Likewise.
8571         (STRICT_ARGUMENT_NAMING): Likewise.
8572
8573 2004-01-25  Jan Hubicka  <jh@suse.cz>
8574
8575         * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
8576
8577 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8578
8579         * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
8580         (mips_regno_mode_ok_for_base_p): Declare.
8581         * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
8582         (FRAME_POINTER_REGNUM): Renumber to 78.
8583         (FIRST_PSEUDO_REGISTER): Update comment accordingly.
8584         (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
8585         (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
8586         (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
8587         (REG_MODE_OK_FOR_BASE_P): Likewise.
8588         * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
8589         entry for 77 to "$arg" and entry for 78 to "$frame".
8590         (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
8591         (mips_reg_mode_ok_for_base_p): Remove.
8592         (mips_regno_mode_ok_for_base_p): New function, derived from old
8593         BASE_REG_P macro.  Don't enforce the mips16 stack pointer
8594         restrictions unless we're being strict.
8595         (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
8596
8597 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8598
8599         * c-common.h: Fix comment typos.
8600         * c-decl.c: Likewise.
8601         * cgraphunit.c: Likewise.
8602         * combine.c: Likewise.
8603         * et-forest.c: Likewise.
8604         * flow.c: Likewise.
8605         * function.c: Likewise.
8606         * ifcvt.c: Likewise.
8607         * integrate.c: Likewise.
8608         * jump.c: Likewise.
8609         * postreload.c: Likewise.
8610         * varray.c: Likewise.
8611
8612 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8613
8614         * doc/frontends.texi: Update copyright.
8615         * doc/gcov.texi: Likewise.
8616         * doc/gty.texi: Likewise.
8617         * doc/sourcebuild.texi: Likewise.
8618         * doc/standards.texi: Likewise.
8619
8620 2004-01-24  Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
8621
8622         PR target/12978
8623         * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
8624         Remove movstrqi_small because it conflicts with movstrqi_large.
8625
8626 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8627
8628         * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8629         (TARGET_STRUCT_VALUE_RTX): Likewise.
8630         (cris_struct_value_rtx): Likewise.
8631         * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
8632         (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
8633         STRUCT_VALUE_REGNUM.
8634         (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
8635
8636 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
8637
8638         PR bootstrap/13848
8639         * cse.c (cse_cc_succs): Change the mode of the source expression
8640         as soon as decide we need a new mode.  Don't permit changing modes
8641         if we found a match in a successor block.
8642         (cse_condition_code_reg): Save original mode of source expression
8643         so that we know whether we have to change the mode in other
8644         insns.
8645
8646 2004-01-24  Jan Hubicka  <jh@suse.cz>
8647
8648         * emit-rtl.c (change_address, adjust_address_1, offset_address,
8649         widen_memory_access):  Return early when there is nothing to change.
8650
8651 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
8652
8653         * simplify-rtx.c (simplify_relational_operation): Don't
8654         simplify address == constant into address + -constant == 0.
8655
8656 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8657
8658         * gcc.c (process_command): Don't internationalize the
8659         Copyright message.
8660         * mips-tfile.c (main): Likewise.
8661
8662 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
8663
8664         * cse.c: (cse_cc_succs) Fix comparison warning.
8665
8666 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8667
8668         * config/h8300/h8300.md: Remove extraneous USE in expanders.
8669
8670 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8671
8672         * config/h8300/h8300-protos.h: Provide prototypes for
8673         h8300_legitimate_constant_p and h8300_legitimate_address_p.
8674         * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
8675         (h8300_rtx_ok_for_base_p): Likewise.
8676         (h8300_legitimate_address_p): Likewise.
8677         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
8678         h8300_legitimate_constant_p.
8679         (RTX_OK_FOR_BASE_P): Remove.
8680         (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
8681
8682 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8683
8684         * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
8685         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
8686         (REG_OK_FOR_INDEX_STRICT_P): Likewise.
8687         (REG_OK_FOR_BASE_STRICT_P): Likewise.
8688         (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
8689         (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
8690         (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
8691         (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
8692
8693 2004-01-24  Jan Hubicka  <jh@suse.cz>
8694
8695         * cselib.c (remove_useless_values):  Do not access discarded values.
8696
8697 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8698
8699         * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
8700         arrays.
8701
8702 2004-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8703
8704         * recog.c: Fix a typo in copyright.
8705
8706 2004-01-23  Andrew Pinski  <apinski@apple.com>
8707
8708         * config/rs6000/rs6000.md (call): Fix misappiled patch.
8709         (call_value): Likewise.
8710
8711 2004-01-23  Richard Henderson  <rth@redhat.com>
8712
8713         PR opt/12941
8714         * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
8715         (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
8716         if SHIFT_COUNT_TRUNCATED is set.
8717
8718 2004-01-23  Bob Wilson  <bob.wilson@acm.org>
8719
8720         * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
8721         separate real and imaginary parts.
8722         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
8723
8724 2004-01-23  Hartmut Penner <hpenner@de.ibm.com>
8725
8726         PR target/13674
8727         * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
8728         loading into GPR.
8729
8730 2004-01-23  Jan Hubicka  <jh@suse.cz>
8731
8732         * emit-rtl.c (change_address_1):  Do not re-generate the RTX if nothing
8733         change.
8734
8735         * alloc-pool.c (align_four): Kill.
8736         (create_alloc_pool): Align size to eight.
8737         (free_alloc_pool, free_pool): Invalidate deallocated data.
8738
8739 2004-01-23  Ian Lance Taylor  <ian@wasabisystems.com>
8740
8741         PR gcc/1532
8742         * cse.c (cse_change_cc_mode): New static function.
8743         (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
8744         (cse_condition_code_reg): New function.
8745         * rtl.h (cse_condition_code_reg): Declare.
8746         * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
8747         * target.h (struct gcc_target): Add fixed_condition_code_regs and
8748         cc_modes_compatible.
8749         * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8750         (TARGET_CC_MODES_COMPATIBLE): Define.
8751         (TARGET_INITIALIZER): Add new initializers.
8752         * targhooks.c (default_cc_modes_compatible): New function.
8753         * targhooks.c (default_cc_modes_compatible): Declare.
8754         * hooks.c (hook_bool_intp_intp_false): New function.
8755         * hooks.h (hook_bool_intp_intp_false): Declare.
8756         * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8757         (TARGET_CC_MODES_COMPATIBLE): Define.
8758         (ix86_fixed_condition_code_regs): New static function.
8759         (ix86_cc_modes_compatible): Likewise.
8760         * doc/tm.texi (Condition Code): Document new hooks.
8761
8762 2004-01-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8763
8764         * fixinc/inclhack.def (bad_lval): Renamed to ...
8765         (alpha_bad_lval): ... this.
8766         Removed file list.
8767         Restrict to alpha*-dec-osf*.
8768         * fixinc/fixincl.x: Regenerate.
8769         * fixinc/tests/base/dirent.h: Remove, moving test ...
8770         * fixinc/tests/base/testing.h: ... here, reflecting new name.
8771
8772 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8773
8774         PR c/13814
8775         * c-decl.c (diagnose_mismatched_decls): Also discard a
8776         built-in if we encounter an old-style definition with the
8777         same name.
8778
8779 2004-01-23  Jakub Jelinek  <jakub@redhat.com>
8780
8781         * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
8782         set to default{32,64}.
8783
8784 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
8785
8786         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
8787         [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
8788
8789 2004-01-23  Eric Botcazou  <ebotcazou@act-europe.fr>
8790             Olivier Hainque  <hainque@act-europe.fr>
8791
8792         * fold-const.c (fold_binary_op_with_conditional_arg): Only
8793         build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
8794
8795 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
8796
8797         * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
8798         size for minipool references.
8799
8800 2004-01-23  Roger Sayle  <roger@eyesopen.com>
8801
8802         * real.c (real_floor, real_ceil): Tweak to allow input and output
8803         arguments to overlap.
8804         (real_round): New function to implement round(3m) semantics.
8805         * real.h (real_round): Prototype here.
8806         * builtins.c (fold_builtin_round): New function to constant fold
8807         round, roundf and roundl.
8808         (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
8809
8810 2004-01-23  Alexandre Oliva  <aoliva@redhat.com>
8811
8812         PR optimization/13819
8813         * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
8814         introduced by 2004-01-20's Jan Hubicka's copy_insn change.
8815         (sh_handle_sp_switch_attribute): Remove warning.
8816
8817 2003-11-30  Jan Hubicka  <jh@suse.cz>
8818
8819         * i386.c (ix86_emit_restore_regs_using_mov):  Deal with large offsets.
8820
8821 2004-01-23  J"orn Rennecke <joern.rennecke@superh.com>
8822
8823         * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
8824         may or may not return non-NIL.
8825         * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
8826         check CANNOT_CHANGE_MODE_CLASS
8827
8828 2004-01-23  Jan Hubicka  <jh@suse.cz>
8829
8830         * basic-block.h (PROP_POSTRELOAD): New macro.
8831         (CLEANUP_LOG_LINKS): New.
8832         * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
8833         * toplev.c (rest_of_handle_life):  Preserve LOG_LINKS trought cleanup_cfg.
8834
8835         * cselib.c (value_pool): New.
8836         (new_cselib_val): Use pool.
8837         (cselib_init): Initialize value_pool
8838         (cselib_finish): Free pool.
8839
8840 2004-01-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8841
8842         * config/sparc/sparc.c (scan_record_type): New function.
8843         (function_arg_slotno): Use it to determine which kinds of
8844         registers the record can be passed in.
8845
8846 2004-01-22  James A. Mmorrison  <ja2morri@uwaterloo.ca>
8847
8848         * config/pa/fptr.c: Fix old-style definition.
8849
8850 2004-01-22  Paolo Bonzini  <bonzini@gnu.org>
8851
8852         PR optimization/13724
8853         * cse.c (fold_rtx) <SUBREG>:  Fold a SUBREG to zero if it
8854         represents the zero bits produced by a ZERO_EXTEND operation.
8855
8856 2004-01-22  Roger Sayle  <roger@eyesopen.com>
8857
8858         PR optimization/13821
8859         * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
8860         correctly calculate the lowpart offset of the contracted subreg.
8861
8862 2004-01-22  Ian Lance Taylor  <ian@wasabisystems.com>
8863
8864         * doc/invoke.texi (Optimize Options): Note that --param arguments
8865         are subject to change without notice.
8866
8867 2004-01-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8868
8869         * config.gcc (mips-sgi-irix6*o32): Removed.
8870         * config/mips/iris6-o32-as.h: Likewise.
8871         * config/mips/iris6-o32-gas.h: Likewise.
8872         * config/mips/iris6-o32.h: Likewise.
8873
8874 2004-01-22  Jan Hubicka  <jh@suse.cz>
8875
8876         * cfgcleanup.c (first_pass): New static variable.
8877         (try_forward_edges):  Add work limiting check for threading.
8878         (try_crossjump_bb):  Add work limiting check for crossjumping.
8879         (try_optimize_cfg):  Maintain first pass variable.
8880
8881 2004-01-22  Bob Wilson  <bob.wilson@acm.org>
8882
8883         * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
8884         handles complex and vector modes.
8885
8886 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
8887
8888         * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
8889         (REG_OK_FOR_BASE_P_STRICT): Likewise.
8890         (STRICT): Likewise.
8891
8892 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
8893
8894         * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
8895         (genrtl_for_stmt): Remove emit_nop calls.
8896
8897 2004-01-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8898
8899         PR target/13713
8900         PR target/13324
8901         * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
8902         movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
8903         clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
8904
8905 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
8906
8907         * config/arm/arm.c: Include "debug.h".
8908         (thumb_pushpop): Take two new arguments.  Add some commentary.
8909         Output frame information when pushing.
8910         (thumb_exit, thumb_unexpanded_epilogue): Update calls to
8911         thumb_pushpop.
8912         (thumb_output_function_prologue): Likewise.  Accumulate a CFA
8913         offset, and pass it to thumb_pushpop.  Output CFI information.
8914         (thumb_expand_prologue): Add some frame-related markers and notes.
8915
8916 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8917
8918         * config/s390/s390.c (s390_frame_info): Allow large frame sizes
8919         for TARGET_64BIT.
8920         (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
8921         * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
8922
8923 2004-01-22  Roger Sayle  <roger@eyesopen.com>
8924             Paolo Bonzini  <bonzini@gnu.org>
8925
8926         * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
8927         (subreg_lsb): Change to call new subreg_lsb_1 helper function.
8928         * rtl.h (subreg_lsb_1): Prototype here.
8929         * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
8930         sign extensions.
8931
8932 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
8933
8934         * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
8935         macro need not be defined if jump-tables should contain
8936         relative addresses only when -fPIC or -fPIC is in effect.
8937
8938 2004-01-22  Jan Hubicka  <jh@suse.cz>
8939
8940         * alias.c (reg_base_value): Turn into varray.
8941         (reg_base_value_size): Kill.
8942         (old_reg_base_value): New deletable varray.
8943         (alias_invariant_size): New variable.
8944         (REG_BASE_VALUE): Update to use varray.
8945         (find_base_value): Likewise.
8946         (record_set): Likewise.
8947         (record_base_value): Likewise.
8948         (memrefs_conflict_p): Likewise.
8949         (record_set): Likewise
8950         (record_base_value): Likewise.
8951         (memrefs_conflict_p): Use alias_invariant_size.
8952         (init_alias_analysis): Use varray; set alias_invariant_size;
8953         rescale other arrays to be sized by maxreg.
8954         (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
8955
8956 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8957
8958         * config/sparc/sparc.c (function_arg_slotno): Use
8959         FLOAT_TYPE_P to detect FP fields in structures.
8960         (function_arg_record_value_1): Likewise.
8961         (function_arg_record_value_2): Likewise.
8962
8963 2004-01-22  Jan Hubicka  <jh@suse.cz>
8964
8965         * function.c (allocate_struct_function): Do not initialize expr, emit
8966         and varasm.
8967         (prepare_function_start): Do it here.
8968         * c-parse.in (maybe_type_qual): Do not produce line number notes.
8969
8970 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8971
8972         PR target/13559
8973         * config/sparc/sparc.c (function_arg_record_value_3): Revert
8974         to 'word_mode' once the first slot has been filled.
8975
8976 2004-01-22  Olivier Hainque  <hainque@act-europe.fr>
8977
8978         * config/sparc/sparc.c (function_arg_record_value_1): Fix
8979         computation of the number of integer registers required.
8980
8981 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8982
8983         * config/i386/i386.md: Simplify certain comparisons of
8984         const_int.
8985
8986 2004-01-21  Andrew Pinski  <apinski@apple.com>
8987
8988         PR target/13785
8989         * config/rs6000/rs6000.md (call_value): Force operand
8990         1 not operand 0 into a register.
8991
8992 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8993
8994         * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
8995         unwind-dw2-fde.h: Update copyright.
8996
8997 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8998
8999         * pa-protos.h: Update copyright.
9000         * pa.h: Likewise.
9001         * pa.md: Likewise.
9002
9003 2004-01-21  Caroline Tice  <ctice@apple.com>
9004
9005         PR target/12308
9006         * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
9007         flags register.
9008         (fix_truncdfdi2): Likewise.
9009         (fix_truncsfdi2): Likewise.
9010         (*fix_truncdi_1): Likewise.
9011         (fix_truncxfsi2): Likewise.
9012         (fix_truncdfsi2): Likewise.
9013         (fix_truncsfsi2): Likewise.
9014         (*fix_truncsi_1): Likewise.
9015         (fix_truncxfhi2): Likewise.
9016         (fix_truncdfhi2): Likewise.
9017         (fix_truncsfhi2): Likewise.
9018         (*fix_trunchi_1): Likewise.
9019
9020 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
9021
9022         * alias.c, basic-block.h, c-common.c, c-common.h,
9023         c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
9024         calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
9025         combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
9026         cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
9027         defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
9028         expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
9029         genautomata.c, genconditions.c, genemit.c, genflags.c,
9030         gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
9031         ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
9032         langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
9033         line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
9034         ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
9035         rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
9036         target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
9037         unwind.h, varray.c, varray.h: Update copyright.
9038
9039 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
9040
9041         * config/h8300/coff.h: Update copyright.
9042         * config/h8300/elf.h: Likewise.
9043         * config/h8300/h8300-protos.h: Likewise.
9044         * config/h8300/h8300.c: Likewise.
9045         * config/h8300/h8300.h: Likewise.
9046         * config/h8300/h8300.md: Likewise.
9047
9048 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9049
9050         * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
9051         ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
9052         ultrix_unistd): New hacks.
9053         * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
9054         ULTRIX_CONST2_CHECK): Add checks.
9055         * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
9056         * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
9057         * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
9058         * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
9059         * fixinc/tests/base/locale.h: New file.
9060         * fixinc/fixincl.x: Rebuilt.
9061
9062 2004-01-21  Andreas Jaeger  <aj@suse.de>
9063             Michael Matz  <matz@suse.de>
9064
9065         * doc/extend.texi (Extended Asm): Clarify memory clobber.
9066
9067 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
9068
9069         * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
9070         _Jv_RegisterClasses through a function pointer.
9071
9072 2004-01-21  Falk Hueffner  <falk@debian.org>
9073
9074         PR target/12898
9075         * config/alpha/alpha.c (alpha_emit_set_const_1): If
9076         no_new_pseudos, use gen_rtx_SET directly for SImode constants
9077         which need multiple instructions to emit.
9078
9079 2004-01-21  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>
9080
9081         * config/m32r/m32r.h (CPP_SPEC): Define.
9082
9083 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
9084
9085         * c-decl.c (merge_decls): Kill different_binding_level and
9086         different_tu arguments; simplify throughout.
9087         (duplicate_decls): Likewise.
9088         (pushdecl, merge_translation_unit_decls): Update calls to
9089         duplicate_decls.
9090
9091 2004-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9092
9093         * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
9094         $(SYSTEM_H).
9095         (print-rtl1.o): Depend on $(SYSTEM_H).
9096
9097 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
9098
9099         PR bootstrap/12730
9100         * configure.ac: Delete definition and subsitution of docdir.
9101         Add info, man, srcman and srcinfo to target hooks. Create doc/
9102         directory.
9103         * configure: Regenerate.
9104         * Makefile.in: Don't substitute docdir and delete all references
9105         throughout.
9106         (MAKEINFOFLAGS): Define.
9107         (stmp-docobjdir): Delete.
9108         (INFOFILES, MANFILES): Define.
9109         (info): Call lang.info, srcinfo and lang.srcinfo.
9110         (generated-manpages): Call lang.man, srcman and lang.srcman.
9111         (srcinfo, srcman): New rules to copy back files to source directory.
9112         (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
9113         (install-man): Revamp rule.
9114         (clean): Update dvi directory.
9115         (distclean): Delete TAGS from front end directorys.
9116         (maintainer-clean): Delete all document files in source directory.
9117
9118         objc/Make-lang.in (objc.man, objc.info): Dummy entries.
9119         (objc.srcman, objc.srcinfo): Likewise.
9120
9121 2004-01-20  Bruce Korb  <bkorb@gnu.org>
9122
9123         * fixinc/inclhack.def(math_exception): bypass only for glibc.
9124         (matherr_decl): rename & relocate as exception_structure.
9125         This fix must precede the math_exception fix.
9126
9127 2004-01-20  Roger Sayle  <roger@eyesopen.com>
9128
9129         * fold-const.c (fold_convert): Rename to fold_convert_const.
9130         (fold_convert_const): Change arguments to take a tree_code,
9131         a type and the operand/expression to be converted.  Return
9132         NULL_TREE if no simplification is possible.  Add support for
9133         FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
9134         (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
9135         Adjust call to fold_convert to match new fold_convert_const.
9136         Avoid modifying the tree passed to fold in-place.
9137
9138 2004-01-21  Alan Modra  <amodra@bigpond.net.au>
9139
9140         * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
9141         * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
9142         * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
9143
9144 2004-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9145
9146         * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
9147         * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
9148         Likewise.  Handle frames larger than 0x7fffffff on 64-bit ports.
9149         (emit_move_sequence): Check scratch_reg first in various if statements.
9150         Extend source simplification to handle all 64-bit CONST_INTs.
9151         (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
9152         frame size.
9153         (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
9154         frame offset calculations.
9155         * pa.h (NEW_HP_ASSEMBLER): Add comment.
9156         (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
9157         LEGITIMATE_64BIT_CONST_INT_P): Define.
9158         (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P.  Treat
9159         any CONST_INT as legitimate during and after reload.
9160         (VAL_32_BITS_P, INT_32_BITS): Define.
9161         (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
9162
9163 2004-01-20  Jan Hubicka  <jh@suse.cz>
9164
9165         * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
9166         emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
9167         containing hard regs are shared.
9168         (gen_hard_reg_clobber): New function.
9169         (hard_reg_clobbers): New array.
9170         * genemit.c (gen_exp): Use gen_hard_reg_clobber.
9171         (copy_rtx): Do not copy clobbers containing hard regs.
9172         * rtl.h (gen_hard_reg_clobber): Declare.
9173
9174 2004-01-20  Jan Hubicka  <jh@suse.cz>
9175
9176         * varray.c:  Include hashtab.h
9177         (varray_descriptor): New structure.
9178         (hash_descriptor, eq_descriptor, varray_descriptor,
9179         print_statistics): New static functions
9180         (varray_init, varray_grow): Update statistics
9181         (dump_varray_statistics): New function.
9182         * varray.h (dump_varray_statistics): Declare.
9183         * toplev.c (finalize): Call it.
9184         * Makefile.in (varray.o): Add dependency.
9185
9186 2004-01-20  Jan Hubicka  <jh@suse.cz>
9187
9188         * cselib.c: Include alloc-pool.h
9189         (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
9190         (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
9191         (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
9192         unchain_one_elt_loc_list_pool, unchain_one_value,
9193         new_cselib_val): Simplify using allocpool.
9194         (cselib_init): Initialize allocpools.
9195         (cselib_finish): Finish allocpools.
9196         * Makefile.in (cselib.o): Depend on alloc-pool.h
9197
9198 2004-01-20  Richard Sandiford  <rsandifo@redhat.com>
9199
9200         * config/mips/mips.c (mips_load_call_address): Make the call insn
9201         use $gp if it could be calling a lazy binding stub.
9202
9203 2004-01-20  Kazu Hirata  <kazu@cs.umass.edu>
9204
9205         * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
9206         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
9207         (TARGET_STRUCT_VALUE_RTX): Likewise.
9208         * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
9209         (PROMOTE_FUNCTION_RETURN): Remove.
9210         (STRUCT_VALUE): Remove.
9211
9212 2004-01-20  Denis Chertykov  <denisc@overta.ru>
9213
9214         PR bootstrap/13735
9215         * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
9216         register as pointer after reload.
9217
9218 2004-01-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9219
9220         PR optimization/12440
9221         * loop.c: Include ggc.h.
9222         (loop_optimize): Run garbage collector between optimization of loops.
9223         * Makefile.in (loop.o): Add GGC_H dependency.
9224
9225 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
9226
9227         * gcc/config/rs6000/rs6000.c (function_arg) Handle
9228         vector register special in function without prototype.
9229         (function_arg_advance): Vector parameters get always
9230         GPRs allocated for the linux64 target.
9231
9232 2004-01-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9233
9234         * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
9235         not TARGET_M32RX_MASK.
9236
9237 2004-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
9238
9239         PR target/13557
9240         * config/sparc/sparc.c (function_arg): Reorder the cases.
9241
9242 2004-01-19  Per Bothner  <per@bothner.com>
9243
9244         Move cpp_reader's line_maps field to a shared global.
9245         * cpphash.h (cpp_reader):  Rename line_maps field to line_table
9246         and change the type to a pointer rather than a struct.
9247         * cppinit.c (cpp_push_main_field):  Adjust accordingly.
9248         * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
9249         Likewise.
9250         * cppfiles.c (validate_pch):  Likewise.
9251         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
9252         Likewise.
9253         * cpperror.c (print_location):  Likewise.
9254         * cpplib.h (cpp_create_reader):  New line_maps pointer parameter.
9255         * cppinit.c (cpp_create_reader):  Handle new parameter.
9256         (cpp_destroy):  Don't free line_maps - that's no longer our job.
9257         * input.h (line_table):  New variable.
9258         * toplev.c (line_table):  Declare variable.
9259         (general_init):  Initialize line_table.
9260         * c-opts.c (c_common_init_options):  Pass line_table to
9261         cpp_create_reader.
9262         * fix-header.c (read_scan_file):  New local variable line_table.
9263         Initialize, and pass it to cpp_create_reader.
9264         * Makefile.in (LIBS, LIBDEPS):  Add libcpp.a.
9265         (C_AND_OBJC_OBJS, fix-header):  Remove redundant libcpp.a.
9266
9267 2004-01-19  Per Bothner  <per@bothner.com>
9268
9269         Implement a cache for linemap_lookup.
9270         * line-map.h (struct_line_maps):  Add cache field.
9271         * line-map.c (linemap_init):  Zero cache field.
9272         (linemap_add):  Set cache field to offset of newly allocated map.
9273         (linemap_lookup):  Use and set cache field.
9274
9275 2004-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
9276
9277         PR optimization/13567
9278         * cse.c (cse_basic_block): Call cse_insn with a non-null
9279         libcall_insn for the last SET insn of a no-confilict block.
9280
9281 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
9282
9283         * Makefile.in (target_noncanonical, program_transform_name): Use
9284         immediate define instead of deferred.
9285         (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
9286         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
9287         GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
9288         deferred backquote.
9289
9290 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9291
9292         * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
9293         true unconditionally.
9294         * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
9295         Remove.
9296         (build_unary_op, build_modify_expr): Don't handle extended
9297         lvalues.
9298         (build_component_ref, build_conditional_expr): Call non_lvalue
9299         instead of pedantic_non_lvalue.
9300         (build_c_cast): Don't condition use of non_lvalue on pedantic.
9301         * fold-const.c (fold): Don't check pedantic directly for
9302         COMPOUND_EXPR.  Ensure that results for COMPOUND_EXPR are
9303         passed to pedantic_non_lvalue.
9304         * doc/extend.texi: Remove documentation of extended lvalues.
9305
9306 2004-01-19  Roger Sayle  <roger@eyesopen.com>
9307
9308         PR optimization/5263
9309         * simplify-rtx.c (associative_constant_p): Delete.
9310         (simplify_associative_operation): Rewrite to linearize terms, and
9311         attempt to simplify new term against both left and right subterms.
9312         (simplify_binary_operation): Call swap_commutative_operands_p on
9313         op0 and op1, not trueop0 and trueop1.  Move the initialization of
9314         trueop0 and trueop1 down to where first needed.
9315         (simplify_relational_operation): Likewise.
9316         * rtlanal.c (commutative_operand_precedence): Also order constant
9317         operands using avoid_constant_pool_reference.
9318
9319 2004-01-19  Richard Henderson  <rth@redhat.com>
9320
9321         * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
9322         don't check memory mode.
9323         (unaligned_memory_operand): Likewise.
9324         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
9325         abort for op0 not MEM.
9326
9327         * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
9328         is not a reg, copy to a scratch first.
9329         (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
9330         unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
9331         unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
9332         (reload_inqi, reload_inhi): Fix mode of op0.
9333         (reload_inqi_help, reload_inhi_help, reload_outqi_help,
9334         reload_outhi_help): Likewise.  Use define_insn_and_split.
9335
9336         * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
9337         as well as $29 dead.
9338
9339 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
9340
9341         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New.  Emit
9342         "tls_object" for thread-local objects.
9343         * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
9344         "#tls" for thread-local sections.
9345         * configure.ac (thread-local checks): Specify --fatal-warnings in
9346         every binutils-specific checks.  For sparc*-*-*, test whether the
9347         OS is Solaris and the tools are native and act accordingly.
9348         * configure: Rebuild.
9349
9350 2004-01-19  Jeff Law  <law@redhat.com>
9351
9352         * contrib.texi: Update Paolo Carlini's entry.  New entries for
9353         Jerry Quinn and Petur Runolfsson.
9354
9355 2004-01-19  Roger Sayle  <roger@eyesopen.com>
9356
9357         * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
9358         size, don't use the larger zero-extending loads.
9359
9360 2004-01-19  Richard Henderson  <rth@redhat.com>
9361
9362         * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
9363         * alpha.md (UNSPEC_NT_LDA): Remove.
9364         (UNSPEC_CVTLQ, cvtlq): New.
9365         (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
9366         (extendsidi2_fix): Remove.
9367         (extendsidi2 splitter): Use cvtlq.
9368         (extendsidi2 fp peepholes): Remove.
9369         (cvtql): Use SFmode instead of SImode.
9370         (fix_trunc?fsi): Update to match.
9371         (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
9372         (movsi): Rename from movsi_nofix, remove f alternatives.
9373         (movsi_nt_vms): Similarly.
9374         (movsi_fix, movsi_nt_vms_fix): Remove.
9375         (nt_lda): Remove.
9376         * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
9377
9378 2004-01-19  Jan Hubicka  <jh@suse.cz>
9379
9380         * cgraph.c (cgraph_remove_node): Fix removal from linked list.
9381         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
9382         list.
9383         (cgraph_remove_unreachable_nodes): New function
9384         (cgraph_decide_inlining_of_small_function): Fix pasto.
9385         (cgraph_decide_inlining_incrementally): Fix pasto.
9386         (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
9387
9388 2004-01-19  Steven Bosscher  <stevenb@suse.de>
9389
9390         * gengtype.c (header_file): Make it static.
9391         (write_types_process_field, write_enum_defn): Minor whitespace fixes.
9392         * gengtype.h (header_file): No longer extern.
9393
9394 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9395
9396         * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
9397         * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
9398         * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
9399
9400 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9401
9402         * stmt.c (HAVE_casesi): Define it not already defined.
9403         (HAVE_tablejump): Likewise.
9404         (expand_end_case_type): Resort to the binary tree method if
9405         neither casesi or tablejump is available.
9406
9407 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
9408
9409         * final.c (final_scan_insn): Make non-static again.
9410         * output.h (final_scan_insn): Re-add prototype.
9411         * config/arc/arc.c (arc_output_function_epilogue): Add NULL
9412         to final_scan_insn call.
9413         * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
9414         * config/mips/mips.c (mips_output_conditional_branch): Likewise.
9415         * config/pa/pa.c (output_lbranch, output_call): Likewise.
9416         * config/sh/sh.c (print_slot): Likewise.
9417         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
9418         (output_sibcall, sparc_flat_function_epilogue): Likewise.
9419
9420 2004-01-18  Jan Hubicka  <jh@suse.cz>
9421
9422         * basic-block.h (try_redirect_by_replacing_jump): Declare.
9423         * cfgcleanup.c (try_optimize_cfg): Use it.
9424         * cfgrtl.c (try_redirect_by_replacing_jump): Export.
9425         (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
9426         Kill hack.
9427         (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
9428
9429         Revert:
9430         2004-01-16  Geoffrey Keating  <geoffk@apple.com>
9431
9432                 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
9433                 even after reload, just don't remove the actual jump tables.
9434
9435 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9436
9437         * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
9438
9439 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9440
9441         * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
9442         the size of a pointer in bytes.
9443
9444 2004-01-18  Roger Sayle  <roger@eyesopen.com>
9445
9446         * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
9447         live "next" variable, which could lead to an infinite loop.
9448
9449 2004-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
9450
9451         * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
9452         block.
9453
9454         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
9455         Check for NULL in the chain and remove repeated code.
9456
9457 2004-01-18  Jan Hubicka  <jh@suse.cz>
9458
9459         * coverage.c (checksum_string): Rename to ...
9460         (coverage_checksum_string): ... this one, Use crc32_string; recognize
9461         names containing random number and zero the number out in order to get
9462         match.
9463
9464 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
9465
9466         * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
9467
9468 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9469
9470         * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
9471         doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
9472         doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
9473         doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
9474         doc/trouble.texi: Remove trailing whitespace.
9475
9476 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
9477
9478         PR target/7618
9479         * config/mips/mips.c: Include cfglayout.h.
9480         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
9481         (mips_unspec_offset_high): Add temporary register argument.
9482         (mips_load_call_address): New function, split out from...
9483         (mips_expand_call): ...here.
9484         (mips_output_cplocal): New function.
9485         (mips_output_function_prologue, mips_output_function_epilogue): Use it.
9486         (mips_emit_loadgp): New function, split out from...
9487         (mips_expand_prologue): ...here.
9488         (mips_output_mi_thunk): New function.
9489
9490 2004-01-17  Bernardo Innocenti  <bernie@develer.com>
9491
9492         * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
9493         mcpu32): Remove redundant checks for implied target predefines.
9494
9495 2004-1-17  Andrew Pinski  <pinskia@physics.uc.edu>
9496
9497         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
9498         Return type is unsigned int not int.
9499         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
9500         Likewise.
9501
9502 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9503
9504         * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
9505         doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
9506         "GNU/Linux" and "Microsoft Windows" terminology.
9507
9508 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9509
9510         * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
9511         doc/cppopts.texi, doc/extend.texi, doc/install.texi,
9512         doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
9513         doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
9514         @smallexample instead of @example.
9515
9516 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
9517
9518         * objc/objc-act.c (build_objc_method_call): Use target
9519         hooks instead of macros to determine if ..._stret
9520         dispatchers should be used (NeXT runtime only).
9521
9522 2004-01-17  Roger Sayle  <roger@eyesopen.com>
9523
9524         * builtins.c (expand_builtin_expect_jump): Fix mistake in my
9525         last patch.  Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
9526
9527 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
9528
9529         * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
9530         (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
9531         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
9532         macros.
9533         * reload1.c (emit_reload_insns): Use them.
9534         * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
9535         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
9536         for NULL PATTERN.
9537
9538 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
9539
9540         * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
9541         (final_scan_insn): Update to take an additional SEEN argument.  Emit
9542         a line note after the prologue.  Make static.
9543         (line_note_exists): Remove.
9544         (final): Don't initialize line_note_exists.  Update call to
9545         final_scan_insn.
9546         * output.h (final_scan_insn): Remove prologue.
9547         * function.c (set_insn_locators): Update comment.
9548         (thread_prologue_and_epilogue_insns): Add a comment.
9549
9550 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
9551
9552         PR target/10781
9553         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
9554         Prototype.
9555         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
9556         New function.
9557         * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
9558         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
9559         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
9560
9561 2004-01-17  Jan Hubicka  <jh@suse.cz>
9562
9563         * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
9564         commit.
9565
9566         * toplev.c (HAVE_conditional_execution): Provide default.
9567         (rest_of_handle_reorder_blocks): For conditional_execution target
9568         update liveness once after all transformations
9569         (rest_of_compilation): Do crossjumping before ce3.
9570
9571 2004-01-17  Geoffrey Keating  <geoffk@apple.com>
9572
9573         * alias.c (new_alias_set): Mark last_alias_set for PCH.
9574         (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
9575         for PCH.
9576         (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
9577         * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
9578         (get_TOC_alias_set): Mark 'set' for PCH.
9579
9580 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
9581
9582         * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
9583         even after reload, just don't remove the actual jump tables.
9584
9585 2004-01-17  J. Brobecker  <brobecker@gnat.com>
9586
9587         * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
9588         Remove checks for is_ada() and TREE_UNSIGNED.
9589         (subrange_type_die): Emit a byte_size attribute if the subrange
9590         type size is different from the base type size.
9591         (modified_type_die): Replace call to is_ada_subrange_type() by
9592         call to is_subrange_type().
9593
9594 2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
9595
9596         * config/sh/sh.c: Include ggc.h.
9597
9598 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
9599
9600         * Makefile.in (MD5_H): New.
9601         (fold-const.o): Depend on md5.h.
9602         (dwarf2out.o): Likewise.
9603         (cppfiles.o): Likewise.
9604         * cppfiles.c: Include md5.h.
9605         (should_stack_file): Check against list read from PCH file.
9606         (struct pchf_data): New.
9607         (pchf): New variable.
9608         (struct pchf_adder_info): New.
9609         (pchf_adder): New.
9610         (pchf_save_compare): New.
9611         (_cpp_save_file_entries): New.
9612         (_cpp_read_file_entries): New.
9613         (struct pchf_compare_data): New.
9614         (pchf_compare): New.
9615         (check_file_against_entries): New.
9616         * cpphash.h (_cpp_save_file_entries): Prototype.
9617         (_cpp_read_file_entries): Prototype.
9618         * cpppch.c (cpp_write_pch_state): Write the list of headers.
9619         (cpp_read_state): Read the list of headers.
9620
9621 2004-01-17  Jan Hubicka  <jh@suse.cz>
9622
9623         * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
9624         builtin_expect specially.
9625         * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
9626         (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
9627         * invoke.texi (max-inline-insns-single): Set to 100.
9628         (large-function-insns): Set to 3000.
9629
9630 2004-01-16  Eric Christopher  <echristo@redhat.com>
9631             Chandrakala Chavva <cchavva@redhat.com>
9632
9633         * cppcharset.c (one_iso88591_to_utf8): New function.
9634         (convert_iso88591_utf8): Ditto. Use.
9635         (conversion_tab): Use.
9636         (_cpp_input_to_utf8): New function.
9637         (_cpp_init_iconv_buffer): Ditto.
9638         (_cpp_close_iconv_buffer): Ditto.
9639         * cpphash.h: Prototype new functions.
9640         (cpp_buffer): Add input_cset_desc.
9641         * cppinit.c: Add input_charset default.
9642         * cpplib.c (cpp_push_buffer): Support init and
9643         close of iconv.
9644         * cpplib.h (cpp_options): Add input_charset.
9645
9646 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9647
9648         * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
9649         * config/alpha/unicosmk.h: Remove a commented-out definition
9650         of ASM_OUTPUT_SECTION_NAME.
9651         * config/stormy16/stormy16.h: Likewise.
9652
9653 2004-01-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9654
9655         * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
9656         (alpha___extern_prefix_sys_stat): ... this.
9657         Apply to <sys/mount.h>, too.
9658         Tweak to match more variations.
9659         * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
9660
9661         * fixinc/inclhack.def (alpha___extern_prefix,
9662         alpha___extern_prefix_standards): New hacks to obey
9663         __PRAGMA_EXTERN_PREFIX.
9664         * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
9665         test.
9666         * fixinc/tests/base/standards.h: Likewise.
9667
9668         * fixincl/inclhack.def (alpha_pthread): Tweak to match more
9669         variations.
9670         New testcase.
9671         * fixinc/tests/base/pthread.h: Handle it.
9672
9673         * fixincl/inclhack.def (bad_lval): Sort file list.
9674         Add many missing files up to Tru64 UNIX V5.1B.
9675         * gcc/fixinc/tests/base/libgen.h: Renamed to ...
9676         * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
9677         order.
9678
9679         * fixinc/fixincl.x: Regenerate.
9680
9681 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
9682
9683         * version.c (version_string): Change to 3.5.0.
9684         * doc/include/gcc-common.texi (version-GCC): Likewise.
9685
9686 2004-01-16  Jan Hubicka  <jh@suse.cz>
9687
9688         * i386.md (load_tp_di): Fix pasto.
9689
9690         PR opt/13608
9691         * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
9692
9693         * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
9694         pp_c_character_constant, pp_c_floating_constant,
9695         pp_c_additive_expression, pp_c_shift_expression,
9696         pp_c_equality_expression, pp_c_and_expression,
9697         pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
9698         pp_c_logical_and_expression): Remove inline modifier.
9699         * dwarf2out.c (get_AT): Likewise.
9700         * et-forest.c (et_splay): Likewise.
9701         * ra.h (ra_alloc, ra_calloc): Likewise
9702
9703 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9704
9705         * config/frv/frv-protos.h: Fix comment formatting.
9706         * config/frv/frv.c: Likewise.
9707         * config/frv/frv.h: Likewise.
9708         * config/frv/frv.md: Likewise.
9709         * config/frv/frvbegin.c: Likewise.
9710         * config/frv/frvend.c: Likewise.
9711
9712 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9713
9714         * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
9715         * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
9716         LINKER_DOES_NOT_WORK_WITH_DWARF2.
9717         (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
9718
9719 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
9720
9721         PR 11864
9722         * postreload.c (reload_cse_simplify_operands): Don't remove
9723         implicit extension from LOAD_EXTEND_OP.
9724
9725 2004-01-16  Jan Hubicka  <jh@suse.cz>
9726
9727         PR opt/11350
9728         * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
9729         after reload.
9730         * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
9731         rtl_try_redirect_by_replacing_branch): Likewise.
9732
9733 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
9734
9735         PR pch/13689
9736         * alias.c (struct alias_set_entry): Mark for GC.
9737         (alias_sets): Make static, mark for GC.
9738         (record_alias_subset): Use GC to allocate alias structures.
9739         * varray.c (element): Make generic varrays GCed.
9740
9741         PR pch/13361
9742         * c-typeck.c (constructor_asmspec): Delete.
9743         (struct initializer_stack): Delete field 'asmspec'.
9744         (start_init): Delete saving of asmspec.
9745         (finish_init): Don't update constructor_asmspec.
9746         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
9747         * stmt.c (expand_asm): Duplicate strings from tree.
9748         (expand_asm_operands): Likewise.
9749         * tree.c (tree_size): Update computation of size of STRING_CST.
9750         (make_node): Don't make STRING_CST nodes.
9751         (build_string): Allocate string with tree node.
9752         * tree.def (STRING_CST): Update comment.
9753         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
9754         (tree_string): Place contents of string in tree node.
9755         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
9756         from tree.
9757
9758         * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
9759         altivec operands.
9760
9761 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9762
9763         * c-common.h: Fix comment formatting.
9764         * c-cppbuiltin.c: Likewise.
9765         * c-pragma.c: Likewise.
9766         * calls.c: Likewise.
9767         * collect2.c: Likewise.
9768         * cppcharset.c: Likewise.
9769         * cpptrad.c: Likewise.
9770         * dbxout.c: Likewise.
9771         * defaults.h: Likewise.
9772         * dwarf2out.c: Likewise.
9773         * fold-const.c: Likewise.
9774         * genautomata.c: Likewise.
9775         * genconditions.c: Likewise.
9776         * genflags.c: Likewise.
9777         * gengtype.c: Likewise.
9778         * integrate.c: Likewise.
9779         * loop.c: Likewise.
9780         * predict.c: Likewise.
9781         * sdbout.c: Likewise.
9782
9783 2004-01-15  Zack Weinberg  <zack@codesourcery.com>
9784
9785         * config/ia64/ia64.md (*movti_internal): C output template
9786         extracted to ia64.c.
9787         (*movti_internal_reg): Delete.
9788         (reload_inti, reload_outti): Use the correct mode on operand 2
9789         in the first place, don't fix it up in the output template.
9790         (movtf, reload_ointf, reload_outtf): New expanders.
9791         (*movtf_internal): New define_insn_and_split.
9792         * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
9793         make static; do not hand TFmode CONST_DOUBLEs to split_double.
9794         (ia64_split_tmode_move): New function, body mostly pulled
9795         from ia64.md:*movti_internal.
9796         (ia64_function_arg_words): New function, extracted common
9797         logic from ia64_function_arg et seq.
9798         (ia64_function_arg_offset): Likewise.  Handle correctly the
9799         case of a scalar quantity 16 bytes wide with only 8-byte alignment.
9800         (ia64_function_arg, ia64_function_arg_partial_nregs)
9801         (ia64_function_arg_advance): Use ia64_function_arg_words and
9802         ia64_function_arg_offset.
9803         (ia64_function_value): TCmode does not go in float regs.
9804         (ia64_secondary_reload_class): Also handle TFmode.
9805         * config/ia64/ia64-protos.h: Remove prototype for
9806         ia64_split_timode; add prototype for ia64_split_tmode_move.
9807
9808 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
9809
9810         * Makefile.in (MAINT): Make it an immediate assignment.
9811
9812 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9813
9814         * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
9815
9816 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9817
9818         * config/h8300/coff.h: Replace Hitachi with Renesas.
9819         * config/h8300/elf.h: Likewise.
9820         * config/h8300/h8300-protos.h: Likewise.
9821         * config/h8300/h8300.c: Likewise.
9822         * config/h8300/h8300.h: Likewise.
9823         * config/h8300/h8300.md: Likewise.
9824         * config/h8300/lib1funcs.asm: Likewise.
9825
9826 2004-01-15  Andrew Pinski  <apinski@apple.com>
9827
9828         * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
9829         around it.
9830
9831 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9832
9833         * config/h8300/h8300.c (h8300_return_in_memory): New.
9834         (TARGET_STRUCT_VALUE_RTX): Likewise.
9835         (TARGET_RETURN_IN_MEMORY): Likewise.
9836         * config/h8300/h8300.h (STRUCT_VALUE): Remove.
9837         (RETURN_IN_MEMORY): Likewise.
9838
9839 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
9840
9841         PR optimization/13375
9842         * gcse.c (handle_avail_expr): Just return if the source is not a
9843         single set.
9844
9845 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
9846             Daniel Jacobowitz  <drow@mvista.com>
9847
9848         * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
9849         (EQUIV): Define.
9850         (ARM_FUNC_ALIAS): New macro.
9851         * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
9852         * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
9853
9854 2004-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9855
9856         PR optimization/12372
9857         * calls.c (expand_call): Add call_fusage data for stack arguments in
9858         constant calls.
9859
9860 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
9861
9862         * config/rs6000/rs6000.c (uses_TOC): Correct comment.  Make static.
9863         (rs6000_elf_declare_function_name): Formatting.
9864         * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
9865
9866 2004-01-15  Jan Hubicka  <jh@suse.cz>
9867
9868         PR bootstrap/13692
9869         * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
9870         previous patch.
9871
9872 2004-01-15  Richard Henderson  <rth@redhat.com>
9873
9874         * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
9875         integer regs of the same call-savedness.
9876
9877 2004-01-15  Andreas Schwab  <schwab@suse.de>
9878
9879         PR bootstrap/13562
9880         * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
9881         status for NOTB/NOTW/NEGW methods.
9882
9883 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9884
9885         * doc/invoke.texi: Update dump file names.  Fix a typo.
9886
9887 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9888
9889         * builtins.c (expand_builtin_va_end): Don't use
9890         EXPAND_BUILTIN_VA_END.
9891         * system.h (EXPAND_BUILTIN_VA_END): Poison.
9892         * config/d30v/d30v.h: Remove a commented-out definition of
9893         EXPAND_BUILTIN_VA_END.
9894         * config/stormy16/stormy16.h: Likewise.
9895
9896 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9897
9898         * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
9899         * targhooks.c (default_struct_value_rtx): Don't use
9900         STRUCT_VALUE_INCOMING_REGNUM.
9901
9902 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
9903
9904         PR bootstrap/12744
9905         * configure.in: Revamp enable-generated-files-in-srcdir rule to define
9906         GENINSRC and not parsedir.  Define srcextra as a langhook.
9907         * configure: Regenerate.
9908         * Makefile.in: Suppress default .l.c rule.  Don't substitute
9909         parsedir and delete all references throughout.  Conditionally define
9910         rule for srcextra dependent on GENINSRC.
9911         (stmp-docobjdir): Delete.
9912         (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
9913         (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
9914         and gengtype-yacc.h back to source directory.
9915         (maintainer-clean): Delete all parse files in source directory.
9916         (distclean): Delete generated files.
9917
9918         * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
9919         (objc-parse.c, objc-parse.y): Don't use parsedir.
9920         (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
9921         directory if requested.
9922         (po-generated): Don't use parsedir.
9923         (objc.maintainer-clean): Delete above files from source directory.
9924
9925 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9926
9927         * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
9928
9929 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9930
9931         * doc/tm.texi: Replace RETURN_IN_MEMORY with
9932         TARGET_RETURN_IN_MEMORY.
9933
9934 2004-01-15  Jan Hubicka  <jh@suse.cz>
9935
9936         * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
9937         * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
9938         functions accepting SSE arguments
9939         (function_arg): Warn only when asked to warn.
9940         * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
9941
9942 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
9943
9944         * c-parse.in (stmts_and_decls): Make label at end of compound
9945         statement a hard error.
9946
9947 2004-01-14  Jan Hubicka  <jh@suse.cz>
9948
9949         * cgraph.c (create_edge): Use local.redefined_extern_inline.
9950         * cgraph.h (cgraph_local_info): Sort fields by size; add
9951         redefined_extern_inline
9952         (cgraph_global_info): Sort fields by size.
9953         (cgraph_node): Likewise.
9954         * cgraphunit.c (cgraph_finalize_function): Se
9955         local.redefined_extern_inline on redefinition.
9956         (cgraph_analyze_function): Use it; fix formating.
9957
9958 2004-01-14  Jan Hubicka  <jh@suse.cz>
9959
9960         PR c++/10776
9961         * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
9962         outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
9963         bitmaps
9964         (cache_size): New variable
9965         (add_dependence): Update use; canonize early memory locations
9966         (sched_analyze_1): Likewise.
9967         (sched_analyze_2): Likewise.
9968         (init_dependency_caches): Initialize bitmaps.
9969         (free_dependency_caches): Free bitmaps
9970
9971 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9972
9973         * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
9974         targetm.calls.strict_argument_naming().
9975         * target.h: Likewise.
9976
9977 2004-01-14  Richard Henderson  <rth@redhat.com>
9978
9979         PR debug/13231
9980         * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
9981         instructions.
9982
9983 2004-01-14  Richard Henderson  <rth@redhat.com>
9984
9985         PR c++/12491
9986         * except.c (struct eh_region): Add u.fixup.resolved.
9987         (resolve_one_fixup_region): Split out from ...
9988         (resolve_fixup_regions): ... here.
9989
9990 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9991
9992         * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
9993
9994 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9995
9996         * config/alpha/alpha.h (STRUCT_VALUE): Remove.
9997         * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
9998         (STRUCT_VALUE): Remove.
9999
10000 2004-01-14  Steven Bosscher  <stevenb@suse.de>
10001
10002         * system.h: Poison PROMOTED_MODE
10003         * integrate.c (expand_inline_function): Don't mention the
10004         PROMOTED_MODE.
10005         * loop.c (update_giv_derive): Same.
10006         * tree.h (DECL_RTL): Same.
10007
10008 2004-01-14  J"orn Rennecke <joern.rennecke@superh.com>
10009
10010         PR target/9365
10011         * sh.c (gen_block_redirect): Add special handling of RETURN.
10012         (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
10013         far branch target (i.e. it's a return).
10014
10015 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
10016
10017         * regrename.c (find_oldest_value_reg): Fix a warning.
10018
10019 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
10020
10021         PR bootstrap/12527
10022         * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
10023         Move linux-gas.h and linux-elf.h before aout.h.
10024         * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
10025         * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
10026
10027 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
10028
10029         * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
10030         (CONST_INT, VOIDmode, ...).
10031
10032 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
10033
10034         * regrename.c (find_oldest_value_reg): If the replacement uses
10035         multiple hard registers, check that all of them are in CLASS.
10036
10037 2004-01-14  Jan Hubicka  <jh@suse.cz>
10038
10039         * alias.c (get_alias_set):  Initialize alias set to 0 when subset is
10040         impossible.
10041
10042 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
10043
10044         * Makefile.in: Define MAINT from --enable-maintainer-mode.
10045
10046 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
10047
10048         * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
10049         Calculate always vrsave_mask if TARGET_ALTIVEC.
10050         (rs6000_emit_prologue): Emit code for vrsave
10051         only if TARGET_ALTIVEC_VRSAVE.
10052         (rs6000_emit_epilogue): Likewise.
10053
10054 2004-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
10055
10056         * config/sparc/sparc.md (tie_add32): Fix pasto.
10057         (tie_add64): Likewise.
10058
10059 2004-01-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10060
10061         * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
10062
10063 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10064
10065         * config/iq2000/iq2000-protos.h: Fix comment formatting.
10066         * config/iq2000/iq2000.c: Likewise.
10067         * config/iq2000/iq2000.md: Likewise.
10068
10069 2004-01-14  J. Brobecker  <brobecker@gnat.com>
10070
10071         * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
10072         (subrange_type_die): Add handle for nameless subrange types.
10073
10074 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10075
10076         * config/h8300/h8300-protos.h: Replace do_movsi with
10077         h8300_expand_movsi.
10078         * config/h8300/h8300.c (do_movsi): Change to
10079         h8300_expand_movsi.
10080         * config/h8300/h8300.md (movsi): Replace do_movsi with
10081         h8300_expand_movsi.
10082         (movsf): Likewise.
10083
10084 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10085
10086         * config/h8300/h8300.c (dosize): Change to
10087         h8300_emit_stack_adjustment.  Update callers.
10088
10089 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10090
10091         * config/h8300/h8300.md (movstrictqi): Add an alternative with
10092         the source being post_inc.  Tighten the predicate for the
10093         destination to register_operand.
10094         (movstricthi): Likewise.
10095
10096 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10097
10098         * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
10099         * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
10100         * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
10101
10102 2004-01-14  Jan Hubicka  <jh@suse.cz>
10103
10104         Partial fix PR c++/12850
10105         * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
10106         at zero nest level.
10107
10108 2004-01-13  Bernardo Innocenti  <bernie@develer.com>
10109
10110         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
10111         pseudo-register.
10112
10113 2004-01-13  Devang Patel <dpatel@apple.com
10114
10115         PR debug/7078
10116         * dbxout.c (dbxout_symbol_name): Emit mangled names for
10117         NAMESPACE_DECL memebers.
10118
10119 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
10120
10121         PR c++/12709
10122         * c-common.c (finish_fname_decls): Use the chain only if the
10123         tree is an expr_stmt.
10124
10125 2004-01-13  Vladimir Makarov  <vmakarov@redhat.com>
10126
10127         * rtl.def: Add comment about new option in automata_option.
10128
10129         * genautomata.c (PROGRESS_OPTION): New macro.
10130         (progress_flag): New global variable.
10131         (gen_automata_option): Process `progress'.
10132         (transform_insn_regexps, check_unit_distributions_to_automata,
10133         make_automaton, NDFA_to_DFA, build_automaton, create_automata,
10134         expand_automata, write_automata): Print about the progress only if
10135         progress_flag.  Remove fflush.
10136         (initiate_automaton_gen): Process command line flag `-progress'.
10137
10138         * doc/md.texi: Describe the new option.
10139
10140 2004-01-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10141
10142         * cfg.c (dump_bb): Dump entry edges.
10143
10144 2004-01-13  Richard Earnshaw  <rearnsha@arm.com>
10145
10146         * arm.c (thumb_legitimate_address_p): Only allow constant pool
10147         references from SImode.
10148         * arm.md (thumb_movhi_insn): Don't allow minipool references.
10149
10150 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10151
10152         * system.h (TEXT_SECTION): Poison.
10153         * varasm.c (text_section): Don't use TEXT_SECTION.
10154         * config/sh/sh.c (sh_file_start): Fix a comment typo.
10155         * doc/tm.texi (TEXT_SECTION): Remove.
10156
10157 2004-01-13  Ben Elliston  <bje@wasabisystems.com>
10158
10159         * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
10160
10161 2004-01-12  James E Wilson  <wilson@specifixinc.com>
10162
10163         * unwind-libunwind.c: Delete.
10164
10165 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
10166
10167         PR 13656
10168         * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
10169         oldtype is set, set *newtypep or *oldtypep too.  Do not set
10170         them at the very end.
10171         (validate_proto_after_old_defn): Restructure for comprehensibility;
10172         make error messages clearer.
10173
10174 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
10175
10176         * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
10177         (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
10178         * varray.c: No need to prototype error.
10179         (varray_check_failed): Wrap long string onto two lines.
10180         (varray_underflow): New function.
10181
10182 2004-01-13  Steven Bosscher  <stevenb@suse.de>
10183
10184         PR c++/13376
10185         * function.h (struct function): Kill `name' field.
10186         (current_function_name): Make it an extern function.
10187         * function.c (current_function_name): New function.
10188         * graph.c: Update all uses of current_function_name.
10189         * gcse.c: Likewise.
10190         * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
10191         config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
10192         * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
10193         instead of a strcmp with "main".
10194
10195 2004-01-13  Jan Hubicka  <jh@suse.cz>
10196
10197         * c-decl.c (diagnose_mismatched_decls):  Fix warning calls.
10198
10199         * cgraphunit.c (cgraph_optimize_function):  Always do
10200         optimize_inline_calls when there is always_inline callee.
10201         (cgraph_decide_inlining): Fix formating.
10202         * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
10203         functions.
10204         (expand_call_inline): Likewise.
10205         * toplev.h (sorry): Fix prototype.
10206
10207 2004-01-12  Roger Sayle  <roger@eyesopen.com>
10208
10209         * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
10210         conditional jumps that drop through to unconditional jumps or the
10211         end of the sequence.
10212
10213 2004-01-13  Jan Hubicka  <jh@suse.cz>
10214
10215         * alias.c (new_alias_set): Construct the alias_set varray.
10216         (init_alias_once): Don't do it here.
10217
10218 2004-01-12  Marc Espie <espie@openbsd.org>
10219
10220         * system.h: handle YYBYACC like YYBISON.
10221
10222 2004-01-12  Jonathan Merriman <jonm@dualitymedia.com>
10223
10224         PR target/10847
10225         * config.gcc: No longer includes conflicting header sparc/sol2.h when
10226         building on sparc64-*-openbsd*.
10227
10228 2004-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
10229
10230         PR debug/13539
10231         * dbxout.c (dbxout_type): Protected inheritance is not
10232         private but protected.
10233
10234 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
10235
10236         * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
10237
10238 2004-01-12  Kazu Hirata  <kazu@cs.umass.edu>
10239
10240         PR optimization/12508.
10241         * combine.c (try_combine): Remove a dead set in a parallel
10242         even if its destination is a subreg.
10243
10244         Revert:
10245         2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
10246         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
10247         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
10248
10249 2004-01-12  Geoffrey Keating  <geoffk@apple.com>
10250
10251         * real.c: Update copyright date.
10252         * emit-rtl.c: Likewise.
10253         * rtl.h: Likewise.
10254         * dwarf2out.c: Likewise.
10255         * config/rs6000/darwin-ldouble.c: Likewise.
10256         * config/rs6000/rs6000.md: Likewise.
10257
10258 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
10259
10260         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
10261         TFmode to SImode libfuncs.
10262
10263 2004-01-12  Roger Sayle  <roger@eyesopen.com>
10264
10265         PR middle-end/11397
10266         * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
10267
10268 2004-01-12  Jan Hubicka  <jh@suse.cz>
10269
10270         PR opt/12826
10271         * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
10272         stored.
10273
10274         PR opt/12863
10275         * cfgcleanup.c (label_is_jump_target_p): Move to...
10276         * rtlanal.c (label_is_jump_target_p): ... here.
10277         * cfgrtl.c (cfg_layout_redirect_edge_and_branch):  Fix redirecting of fallthru
10278         edges unified with branch edges.
10279
10280 2004-01-12  Richard Earnshaw  <rearnsha@arm.com>
10281
10282         * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
10283         high word of an integral CONST_DOUBLE.
10284
10285 2004-01-12  Paul Brook  <paul@codesourcery.com>
10286
10287         * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
10288
10289 2004-01-12  J"orn Rennecke <joern.rennecke@superh.com>
10290
10291         PR target/13585
10292         * sh-protos.h (check_use_sfunc_addr): Declare.
10293         * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
10294         * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
10295
10296 2004-01-12  Jan Hubicka  <jh@suse.cz>
10297
10298         * alias.c:  Invlude varray.h
10299         (alias_sets): Turn into varray.
10300         (get_alias_set_entry): Use VARRAY; mark inline.
10301         (mems_in_disjoint_alias_sets_p): Mark inline.
10302         (record_alias_subset): Use varray.
10303         (init_alias_once): Initialize varray.
10304         (new_alias_set): Grow array.
10305         * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
10306
10307 2004-01-12  Jan Hubicka  <jh@suse.cz>
10308
10309         Partial fix for PR opt/10776 II
10310         * cselib.c: Include params.h
10311         (cselib_invalidate_mem):  Limit amount of nonconflicting memory
10312         locations.
10313         * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
10314         * Makefile.in (cselib.o): Depend on params.h
10315
10316 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
10317
10318         * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
10319         simplify_unary_operation if the operand has a known mode.
10320
10321 2004-01-12  Hartmut Penner  <hpenner@de.ibm.com>
10322
10323         PR target/13534
10324         * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
10325         predicate to handle 'ld' conform addresses.
10326         * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
10327         contraint.
10328         (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
10329         are memory contraints.
10330         * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
10331         New prototype.
10332         * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
10333         Change 'o' to 'Y' constraint.
10334         (*movdf_softfloat64): Ditto.
10335
10336 2004-01-12  Bernardo Innocenti  <bernie@develer.com>
10337
10338         * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
10339         brace-enclosed syntax in all C output statements.
10340
10341 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
10342
10343         PR target/13401
10344         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
10345         Objective-C language type value is 14.
10346
10347 2004-01-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
10348
10349         PR c/12148
10350         * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
10351         `int' in a number of places to make sure we always have a SImode
10352         and not a HImode.  Add a 'L' suffix to a number of constants.
10353
10354 2004-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10355
10356         * pa.c: Don't include obstack.h.
10357
10358         * pa.md: Correct constraint in pattern for loading PIC label address.
10359
10360 2004-01-11  Kaz Kojima  <kkojima@gcc.gnu.org>
10361
10362         * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
10363          before defining.
10364
10365 2004-01-11  Steven Bosscher  <stevenb@suse.de>
10366
10367         PR fortran/9972
10368         * toplev.c (rest_of_handle_inline): Also consider functions
10369         for deferral if the language is GNU F77.
10370
10371 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
10372
10373         * c-decl.c (diagnose_arglist_conflict): Add missing space to
10374         diagnostic messages.
10375
10376 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
10377
10378         PR middle-end/13392
10379         * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
10380         to drop through label.  Don't fall back to SCC even when conditional
10381         jump has not been found.
10382
10383 2004-01-11  Jan Hubicka  <jh@suse.cz>
10384
10385         * invoke.texi: Fix syntax error in previous patch.
10386
10387         Partial fix for PR opt/10776
10388         * Makefile.in (reload.o): Include param.h
10389         * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
10390         * reload.c: Include params.h.
10391         (find_equiv_reg): Work limiting check.
10392         * invoke.texi: Document.
10393
10394 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
10395
10396         * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
10397         out-of-bounds accesses to string constants.  Simplify mips16
10398         case accordingly.
10399
10400 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
10401
10402         PR optimization/13469
10403         * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
10404         reload_cse_regs (-fnon-call-exceptions only).
10405
10406 2004-01-11  Kazu Hirata  <kazu@cs.umass.edu>
10407
10408         * config/mcore/lib1.asm: Fix comment formatting.
10409         * config/mcore/mcore-elf.h: Likewise.
10410         * config/mcore/mcore.c: Likewise.
10411         * config/mcore/mcore.h: Likewise.
10412         * config/mcore/mcore.md: Likewise.
10413
10414 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
10415
10416         * c-decl.c (duplicate_decls): Break apart into...
10417         (diagnose_arglist_conflict, validate_proto_after_old_defn)
10418         (locate_old_defn, diagnose_mismatched_decls, merge_decls):
10419         ... these new functions.  Restructure for comprehensibility.
10420         Remove various archaic special cases.  Always report the
10421         location of the previous declaration when a diagnostic is issued.
10422         (redeclaration_error_message): Fold into diagnose_mismatched_decls.
10423         (match_builtin_function_types): Delete unnecessary forward declaration.
10424
10425 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
10426
10427         * genautomata.c (make_automaton, NDFA_to_DFA):
10428         Print progress bars with '.' characters instead of '*'.
10429         (build_automaton): Change notes to match.
10430
10431 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
10432
10433         * config/m32r/m32r.md: Use define_constants for unspec and
10434         unspec_volatile.
10435
10436 2004-01-10  Jan Hubicka  <jh@suse.cz>
10437
10438         PR opt/11635
10439         * expr.c (expand_expr_real):  More curefully expand union casts.
10440
10441 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
10442
10443         * config/m32r/m32r.md (flush_icache): Use 1 for
10444         unspec_volatile.
10445
10446 2004-01-10  David Edelsohn  <edelsohn@gnu.org>
10447             James E Wilson  <wilson@specifixinc.com>
10448
10449         PR debug/12860
10450         * dbxout.c (dbxout_symbol): Remove initialization of
10451         current_sym_code, current_sym_value, and current_sym_addr.
10452         (dbxout_symbol_location): Same.
10453         (dbxout_prepare_symbol): Zero current_sym_code,
10454         current_sym_value, and current_sym_addr.
10455
10456 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
10457
10458         * tree.c (get_unwidened): Reorder conditions so that the null pointer
10459         check is done first.
10460
10461 2004-01-09  Eric Christopher  <echristo@redhat.com>
10462
10463         * toplev.c (rest_of_handle_cfg): Add reg_scan pass
10464         if we're running mark_constant_function.
10465
10466 2004-01-09  Jeff Bailey  <jbailey@nisa.net>
10467
10468         PR target/12561
10469         * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
10470
10471 2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
10472
10473         PR debug/11231
10474         * dbxout.c (dbxout_type_fields): Return if any item is
10475         error_mark_node or the type is error_mark_node.
10476
10477 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
10478
10479         * config/rs6000/darwin-ldouble.c: Add big comment explaining
10480         exactly what is expected as a 'long double'.
10481         (_xlqadd): When a value to be returned is representable as a
10482         'double', just return it directly, do not construct it using a union.
10483         Also, correct final fixup.
10484         (_xlqmul): Likewise.
10485         (_xlqdiv): Likewise.
10486         * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
10487
10488         * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
10489
10490 2004-01-09  Richard Henderson  <rth@redhat.com>
10491
10492         * recog.c (constrain_operands): Validate mem operands.
10493
10494 2004-01-09   James E Wilson  <wilson@specifixinc.com>
10495
10496         * gcc.c (init_spec): Remove -lunwind from shared case.
10497         * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
10498
10499 2004-01-09  Steve Ellcey  <sje@cup.hp.com>
10500
10501         * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
10502         * configure: Regenerate
10503
10504 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
10505
10506         PR c/11234
10507         * c-typeck.c (build_c_cast): If pedantic, warn for conversions
10508         between function and object pointers.
10509         (digest_init): When comparing a pointer to function type to the
10510         target type, only apply TREE_TYPE once to the pointer to function
10511         type.
10512         * except.c (for_each_eh_label_1): Treat data as a pointer to a
10513         function pointer rather than casting it to a function pointer.
10514         (for_each_eh_label): Update caller.
10515         * recog.h (struct insn_data): Use a struct or union for output.
10516         * genoutput.c (output_insn_data): Update.
10517         * final.c (get_insn_template): Update.
10518
10519 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
10520
10521         * expr.h (expand_expr): Make it a macro, not a function.
10522         (expand_expr_real): New function.
10523         * expr.c (store_expr): Adjust logic for deciding whether or not to
10524         copy the value returned by expand_expr.
10525         (expand_expr): Rename to ...
10526         (expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
10527         calls to language hooks.
10528         * c-common.h (c_expand_expr): Adjust prototype.
10529         * c-common.c (c_expand_expr): Add alt_rtl parameter.
10530         * langhooks-def.h (lhd_expand_expr): Change prototype.
10531         * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
10532         * langhooks.h (lang_hooks): Change type of expand_expr.
10533         * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
10534         (last_expr_alt_rtl): Likewise.
10535         (expand_expr_stmt_value): Set last_expr_alt_rtl.
10536         (clear_last_expr): Clear it.
10537         (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
10538         (expand_end_bindings): Save and restor last_expr_alt_rtl.
10539         * tree.def (RTL_EXPR): Give it an additional operand.
10540         * tree.h (RTL_EXPR_ALT_RTL): New macro.
10541
10542 2004-01-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10543
10544         * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
10545         * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
10546
10547 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10548
10549         PR target/13380.
10550         * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
10551         or (ne:SI (reg:CC 17) (const_int 0)).
10552         Be specific about modes wherever possible.
10553
10554 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10555
10556         * config/m32r/m32r.c (m32r_expand_block_move): Call
10557         gen_movestrsi_internal with two more arguments.
10558         (m32r_output_block_move): Adjust operand numbers.
10559         Properly update the source and destination pointers.
10560         * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
10561         'r+'.  Change the set detinations to match_operand.
10562
10563 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10564
10565         * final.c (FIRST_INSN_ADDRESS): Remove.
10566         (shorten_branches): Don't use FIRST_INSN_ADDRESS.
10567         * system.h (FIRST_INSN_ADDRESS): Poison.
10568         * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
10569         * config/m32r/m32r-protos.h: Remove the prototype for
10570         m32r_first_insn_address.
10571         * config/m32r/m32r.c (m32r_first_insn_address): Remove.
10572         * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
10573         * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
10574
10575 2004-01-09  J. Brobecker  <brobecker@gnat.com>
10576
10577         * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
10578         we just created.
10579         (is_ada_subrange_type): DIEs for enumeration subtypes should be
10580         emitted as subrange types too.
10581         (subrange_type_die): Add handling of enumeration subtypes.
10582
10583 2004-01-08  Richard Henderson  <rth@redhat.com>
10584
10585         PR opt/12441
10586         Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
10587         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
10588         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
10589         (ix86_address_cost): Be prepared for SUBREGed registers.
10590         (legitimate_address_p): Accept SUBREGed registers.
10591
10592 2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
10593
10594         * Makefile.in: Rename configure.in to configure.ac
10595         * doc/sourcebuild.texi: Likewise.
10596         * configure: Regenerate.
10597         * config.in: Regenerate.
10598
10599 2004-01-08  Stuart Hastings  <stuart@apple.com>
10600
10601         * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
10602
10603 2004-01-08  Jan Hubicka  <jh@suse.cz>
10604
10605         * cgraphunit.c (cgraph_decide_inlining):  Fix typo.
10606
10607 2004-01-08  Geoffrey Keating  <geoffk@apple.com>
10608
10609         * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
10610         (UNSPEC_FIX_TRUNC_TF): New constant.
10611         (movtf_internal): Make splitter active only when insn is active.
10612         (extenddftf2): Rewrite to properly load zero into low part.
10613         (extenddftf2_internal): New.
10614         (extendsftf2): Rewrite.
10615         (truncdftf2): Correct length.
10616         (floatditf2): Delete.
10617         (fix_trunc_helper): New.
10618         (fix_trunctfdi2): Use fix_trunc_helper.
10619         (fix_trunctfsi2): Likewise.fix_trunc
10620         (fix_trunctfsi2_internal): New.
10621
10622         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
10623         addresses are legitimate on Darwin even when flag_pic.
10624         (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
10625         non-offsettable addresses for loads of TFmode constants.
10626
10627 2004-01-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10628
10629         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
10630         variables in the appropriate bss section.
10631
10632 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
10633
10634         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
10635         target_flags has MASK_POWERPC64 when -m64.
10636         * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
10637         to 620, 630, power3, power4 and rs64a entries.
10638         * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
10639
10640 2004-01-08  Richard Sandiford  <rsandifo@redhat.com>
10641
10642         * simplify-rtx.c (simplify_immed_subreg): Fix construction of
10643         floating-point constants.
10644
10645 2004-01-08  J. Brobecker  <brobecker@gnat.com>
10646
10647         * dwarf2out.c (subrange_type_die): Add context_die parameter.
10648         Create the subrange_type DIE using the given context DIE.
10649         (modified_type_die): Update call to subrange_type_die.
10650
10651 2004-01-08  Zack Weinberg  <zack@codesourcery.com>
10652
10653         * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
10654         Add multiple-include guard.
10655
10656 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
10657
10658         * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
10659         all vector constant loadable by vsplt*.
10660         (output_vec_const_move): Likewise.
10661
10662 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
10663
10664         PR c/6024
10665         * c-typeck.c (comptypes): Only treat enumerated types in the same
10666         translation unit as compatible with each other when they are the
10667         same type.
10668         * doc/extend.texi: Update.
10669
10670 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
10671
10672         PR c/12165
10673         * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
10674         array type from the array element type.
10675
10676 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
10677
10678         * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
10679         * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
10680         * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
10681         (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
10682         * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
10683
10684 2004-01-06  Eric Christopher  <echristo@redhat.com>
10685
10686         * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
10687         (DWARF2_DEBUGGING_INFO): Define.
10688         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
10689         * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
10690         * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
10691         for irix as.
10692         (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
10693         * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
10694         * config/mips/iris5gas.h: Ditto.
10695         (DBX_DEBUGGING_INFO): Remove.
10696         (DWARF2_DEBUGGING_INFO): Ditto.
10697         (MIPS_DEBUGGING_INFO): Ditto.
10698         (PREFERRED_DEBUGGING_TYPE): Ditto.
10699         * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
10700         (PREFERRED_DEBUGGING_TYPE): Ditto.
10701         (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
10702         * config/mips/elf64.h: Ditto.
10703
10704 2004-01-06  Jan Hubicka  <jh@suse.cz>
10705
10706         * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
10707         (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
10708
10709 2004-01-06  Geoffrey Keating  <geoffk@apple.com>
10710
10711         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
10712         (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
10713         * config/rs6000/darwin-ldouble.c: New.
10714
10715         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
10716         for constants.
10717         (constant_subword): Delete.
10718         * rtl.h (constant_subword): Delete prototype.
10719         (immed_double_const): Is not in varasm.c.
10720         * simplify-rtx.c (simplify_immed_subreg): New.
10721         (simplify_subreg): Use simplify_immed_subreg.
10722
10723         * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
10724         than trying to generate RTL directly.
10725         (fix_trunctfsi2): Use expand_fix rather than trying to generate
10726         RTL directly.
10727
10728         * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
10729
10730 2004-01-06  David Edelsohn  <edelsohn@gnu.org>
10731
10732         * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
10733         function into a separate macro.
10734         (read_only_data_section): Add void argument.
10735         (private_data_section): Same.
10736         (read_only_private_data_section): Same.
10737         (toc_section): Same.
10738
10739 2004-01-06  Jan Hubicka  <jh@suse.cz>
10740
10741         * invoke.texi:  Remove typo in last change.
10742
10743         PR target/10301
10744         * config.gcc: Accept opteron and athlon-64 as variants
10745         of k8.
10746         * i386.c (override_options): Likewise.
10747         * invoke.texi (i386 -mtune): Expand documentation.
10748
10749 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
10750
10751         * alias.c: Fix comment typos.
10752         * builtins.c: Likewise.
10753         * cfg.c: Likewise.
10754         * df.c: Likewise.
10755         * dominance.c: Likewise.
10756         * dwarf2out.c: Likewise.
10757         * emit-rtl.c: Likewise.
10758         * expr.c: Likewise.
10759         * final.c: Likewise.
10760         * fold-const.c: Likewise.
10761         * gcse.c: Likewise.
10762         * genattrtab.c: Likewise.
10763         * genrecog.c: Likewise.
10764         * gensupport.c: Likewise.
10765         * ggc-zone.c: Likewise.
10766         * integrate.c: Likewise.
10767         * local-alloc.c: Likewise.
10768         * loop.c: Likewise.
10769         * recog.c: Likewise.
10770         * regmove.c: Likewise.
10771         * reg-stack.c: Likewise.
10772         * reorg.c: Likewise.
10773         * rtlanal.c: Likewise.
10774         * rtl.h: Likewise.
10775         * sched-ebb.c: Likewise.
10776         * simplify-rtx.c: Likewise.
10777         * toplev.c: Likewise.
10778         * varasm.c: Likewise.
10779
10780 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
10781
10782         * doc/install.texi: Fix typos.
10783         * doc/invoke.texi: Likewise.
10784         * doc/md.texi: Likewise.
10785
10786 2004-01-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10787
10788         * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
10789
10790 2004-01-06  Jan Hubicka  <jh@suse.cz>
10791
10792         * i386.c (init_cumulative_args):  Add handling of MMX_REGPARM.
10793         (function_arg_advance):  Do not pass aggregates in SSE; deal handling
10794         of MMX_REGPARM.
10795         (function_arg): Add new warnings about ABI changes;  fix SSE_REGPARM;
10796         add MMX_REGPARM.
10797         * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
10798         (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
10799         (MMX_REGPARM_MAX): Similarly for -mmmx.
10800
10801 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10802
10803         * config/sh/linux.h: Fix comment formatting.
10804         * config/sh/netbsd-elf.h: Likewise.
10805         * config/sh/sh.c: Likewise.
10806         * config/sh/sh.h: Likewise.
10807         * config/sh/vxworks.h: Likewise.
10808
10809 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10810
10811         * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
10812         * toplev.c (output_file_directive): Don't use
10813         ASM_OUTPUT_MAIN_SOURCE_FILENAME.
10814
10815 2004-01-05  Steven Bosscher <s.bosscher@student.tudelft.nl>
10816
10817         * toplev.c: Fix broken checkin of 2003-12-30.
10818
10819 2004-01-05  Daniel Berlin  <dberlin@dberlin.org>
10820
10821         * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
10822         (USING_MMAP): We don't support non-mmap.
10823         (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
10824         large objects.
10825         (struct page_entry): Remove bytes_free.
10826         (struct page_table_chain): Remove.
10827         (struct globals): Remove page_table member.
10828         (loookup_page_table_entry): Function deleted.
10829         (set_page_table_entry): Ditto.
10830         (ggc_allocated_p): No longer need page table lookups.
10831         (ggc_marked_p): Ditto.
10832         (alloc_small_page): Don't care about bytes_free anymore.
10833         (alloc_large_page): Round up size.
10834         (ggc_alloc_zone_1): Mark large objects as such, and calculate
10835         their size the new way.
10836         Remove page table lookups and setting.
10837         (ggc_get_size): Calculate large object size the new way.
10838         (sweep_pages): Redo to account for fact that we no longer have
10839         bytes_free.
10840         (ggc_collect): No longer need to reincrement bytes_free.
10841         (ggc_pch_alloc_object): Handle new large objects properly.
10842         (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
10843
10844 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10845
10846         * doc/invoke.texi: Remove a page break.
10847
10848 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10849
10850         * config/avr/avr.c (avr_output_function_prologue): Remove an
10851         extra pair of curly braces.
10852
10853 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10854
10855         * config/mn10300/mn10300.c: Fix comment formatting.
10856         * config/mn10300/mn10300.h: Likewise.
10857
10858 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10859
10860         * tree.h: Update documentation on nothrow_flag.
10861         * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
10862         types.
10863
10864 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10865
10866         * doc/invoke.texi: Remove traces of dead ports.
10867
10868 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
10869
10870         * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
10871         option.
10872
10873 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
10874
10875         PR target/12945
10876         * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
10877         counter labels.
10878         * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
10879         (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
10880         string constants if TARGET_MIPS16.  Use SYMBOL_REF_DECL to check
10881         the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
10882         (mips_symbol_insns): Don't trust the local/global classification.
10883         (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
10884         (override_options): Make -mabicalls -fno-unit-at-a-time imply
10885         -mno-explicit-relocs.
10886         (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
10887         between local and global symbols.
10888
10889 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
10890
10891         * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
10892         (mips_preferred_reload_class): Declare.
10893         * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
10894         (EXTRA_CONSTRAINT): Update accordingly.
10895         (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
10896         * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
10897         (mips_preferred_reload_class): New function.  Prefer LEA_REGS if
10898         mips_dangerous_for_la25_p.
10899         (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
10900         if mips_dangerous_for_la25_p.
10901
10902 2004-01-05  Bernardo Innocenti  <bernie@develer.com>
10903
10904         * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
10905         warning.
10906
10907 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10908
10909         * configure.ac: Use AC_PROG_CPP_WERROR.
10910         * configure: Regenerate.
10911
10912 2004-01-04  Zack Weinberg  <zack@codesourcery.com>
10913
10914         * .cvsignore: Add autom4te.cache.
10915
10916 2004-01-04  Richard Sandiford  <rsandifo@redhat.com>
10917
10918         * doc/invoke.texi: Revamp documentation of MIPS options.  Remove
10919         -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
10920         -m4650, -mfix7000 and -(m)no-crt0.  Put endianness options first,
10921         then architecture options, then ABI options.  General rewording.
10922
10923 2004-01-04  Joseph S. Myers  <jsm@polyomino.org.uk>
10924
10925         PR c/3414
10926         * doc/extend.texi: Clarify definition of malloc attribute.
10927
10928 2004-01-04  Jan Hubicka  <jh@suse.cz>
10929
10930         * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
10931         * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
10932         * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
10933         (cgraph_inline_p): Add extra argument reason.
10934         * cgraphunit.c: Minor formating fixes.
10935         cgraph_first_inlined_callee): New functions.
10936         (record_call_1): Record builtins too.
10937         (cgraph_analyze_function): Update inline_failed messages.
10938         (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
10939         cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
10940         (cgraph_check_inline_limits): Likewise; Add argument reason.
10941         (cgraph_set_inline_failed): New static function.
10942         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
10943         reasons.
10944         (cgraph_inline_p): Add new argument reason.
10945         * tree-inline.c (expand_call_inline):  Update warning.
10946
10947 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10948
10949         * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
10950         with modern equivalents.
10951         * configure: Regenerate.
10952
10953         * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
10954         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
10955         * configure: Regenerate.
10956
10957         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
10958
10959         * configure.in: Rename to configure.ac.
10960         * configure.ac: Renamed from configure.in; make minimum necessary
10961         changes for autoconf 2.5x.
10962         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
10963         * configure: Regenerate with autoconf 2.57.
10964
10965 2004-01-03  Kazu Hirata  <kazu@cs.umass.edu>
10966
10967         * config/mips/linux.h: Fix comment formatting.
10968         * config/mips/mips.c: Likewise.
10969         * config/mips/mips.h: Likewise.
10970         * config/mips/mips.md: Likewise.
10971         * config/mips/netbsd.h: Likewise.
10972         * config/mips/windiss.h: Likewise.
10973
10974 2004-01-02  Richard Henderson  <rth@redhat.com>
10975
10976         * config/i386/i386.md (fp constant pool splitter): Reorg suppression
10977         for sse and 387; add suppression for mmx.
10978
10979 2004-01-02  Andrew Pinski  <pinskia@physics.uc.edu>
10980
10981         * loop.c (loop_optimize): Free all loops_info's mems.
10982
10983         * c-typeck.c (finish_init): Free spelling_base before
10984         setting it again.
10985
10986         * cfgloop.c (flow_loops_find): Always free the sbitmap
10987         headers.
10988
10989         * predict.c (estimate_probability): Free bbs after being
10990         done with it.
10991
10992 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
10993
10994         * config/mn10300/mn10300.h (PREDICATE_CODES): Add
10995         const_8bit_operand and call_address_operand.
10996
10997 2004-01-02  Jan Hubicka  <jh@suse.cz>
10998
10999         * cgraphunit.c (cgraph_optimize_function):  Call optimize_inline_calls
11000         when there is nothing to inline but warnings are requested.
11001         (cgraph_decide_inlining):  Fix memory leak.
11002
11003 2004-01-02  Jan Hubicka  <jh@suse.cz>
11004
11005         * expr.c (store_constructor):  Fix pasto in previous patch.
11006
11007 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
11008
11009         * config/i386/cygming.h: Fix comment formatting.
11010         * config/i386/djgpp.h: Likewise.
11011         * config/i386/gthr-win32.c: Likewise.
11012         * config/i386/i386-interix.h: Likewise.
11013         * config/i386/i386.c: Likewise.
11014         * config/i386/i386.h: Likewise.
11015         * config/i386/openbsd.h: Likewise.
11016         * config/i386/winnt.c: Likewise.
11017         * config/i386/xm-mingw32.h: Likewise.
11018
11019 2004-01-02  Joseph S. Myers  <jsm@polyomino.org.uk>
11020
11021         * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
11022         copyright and last modification dates.
11023
11024 2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>
11025
11026         * doc/install.texi (Specific): Mention x86_64.
11027
11028 2004-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
11029
11030         * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
11031         Call force_operand on plus_constant result.
11032
11033 2004-01-01  Jan Hubicka  <jh@suse.cz>
11034
11035         * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
11036         * expr.c (store_constructor): Use vec_init pattern.
11037         * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
11038         * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
11039         (vec_set_optab, vec_extract_optab, vec_init_optab): New.
11040         * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
11041         New patterns.
11042         (sse2_unpc?pd): Fix pattern.
11043         (sse2_movlpd): Kill.
11044         (sse2_movsd): Deal with movlpd too.
11045         * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
11046         (ix86_expand_vector_init): New.
11047         * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
11048         * md.texi (vec_set, vec_extract): Document
11049
11050 2003-12-31  Jan Hubicka  <jh@suse.cz>
11051
11052         PR opt/13473
11053         * recog.c (validate_replace_rtx_1):  Take care for RTL sharing inside
11054         ASM input operands
11055
11056         PR opt/12617
11057         * toplev.c (dump_file_index): Reorder ce3 and bbro.
11058         (dump_file): Likewise.
11059         (rest_of_compilation): Likewise.
11060
11061         PR debug/13367
11062         * cgraph.c (cgraph_function_possibly_inlined):  Even with
11063         flag_really_no_inline we inline always_inline functions.
11064         * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
11065         for non-always_inline functions when there is flag_really_no_inline.
11066         (cgraph_decide_inlining): Limit work done when not inlining.
11067         (cgraph_decide_inlining_incrementally): Likewise.
11068         (cgraph_optimize_function): Check whether something got inlined.
11069         * c-objc-common.c (c_disregard_inline_limits): Do not always inline
11070         extern inline functions when not inlining.
11071
11072         * opts.c (decode_options):  Disable crossjumping at -O1
11073         * invoke.texi (-O1): Document change.
11074
11075 See ChangeLog.10 for earlier changes.