OSDN Git Service

* config/darwin.c (machopic_function_base_name):
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2004-03-30  Andrew Pinski  <pinskia@physics.uc.edu>
2
3         * config/darwin.c (machopic_function_base_name):
4         Remove current_name and getting the name of the
5         current function.
6
7 2004-03-30  Nick Clifton  <nickc@redhat.com>
8
9         * config/arm/arm.md (thumb_jump): Reduce the backward branch
10         range, and increase the forward branch range, to allow for
11         the fact that the PC will be off by 4.
12
13 2004-03-30  Alan Modra  <amodra@bigpond.net.au>
14
15         * .cvsignore: Add GPATH, GRTAGS, GSYMS and GTAGS (GNU GLOBAL)
16
17 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
18
19         * config/rs6000/rs6000.c (output_vec_const_move):
20         Find all cases of EASY_VECTOR_15_ADD_SELF.
21         (easy_vector_constant_add_self): Accept
22         all vector constant loadable by vsplt* and vadd*.
23         (easy_vector_same): Use easy_vector_splat_const.
24         (easy_vector_const): Use easy_vector_splat_const.
25         (easy_vector_splat_const): New function.
26         (gen_easy_vector_constant_add_self): New function.
27         
28         * config/rs6000/rs6000-protos.c (gen_easy_vector_constant_add_self):
29         New prototype.
30
31         * config/rs6000/altivec.md (movv4si splitter): Change to
32         emit move insn with halfed vector constant.
33         (*movv8hi splitter): Likewise.
34         (*movv16qi splitter): Likewise.
35         
36 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
37
38         PR 11591        
39         * config/rs6000/rs6000.c (rs6000_legitimate_address): 
40         Allow any offset to argument pointer in no-strict case.
41
42 2004-03-30  Jan Hubicka  <jh@suse.cz>
43
44         * toplev.c (backend_init): Add missing call to inint_optimization_passes.
45         * passes.c (init_optimization_passes, finish_optimization_passes): Output cgraph
46         dump file in non-unit-at-a-time mode.
47
48 2004-03-29  Hans-Peter Nilsson  <hp@axis.com>
49
50         * config/cris/cris.h: Correct #ifdef to test for
51         HAVE_AS_NO_MUL_BUG_ABORT_OPTION, not
52         HAVE_AS_MUL_BUG_ABORT_OPTION.
53
54 2004-03-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
55
56         * function.c (put_var_into_stack): If old RTL was ADDRESSOF, update
57         the address inside the old RTL.
58
59 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
60
61         * c-decl.c: Verify that C_SIZEOF_STRUCT_LANG_IDENTIFIER is correct.
62         (struct c_binding, struct c_scope): Add chain_next
63         attributes to GTY markers.
64         (struct lang_identifier, struct lang_tree_node): Define
65         here...
66         * c-tree.h: ... not here.  No longer need to declare struct
67         c_binding either.  Do define C_SIZEOF_STRUCT_LANG_IDENTIFIER.
68         * c-lang.c, objc/objc-lang.c: Set LANG_HOOKS_IDENTIFIER_SIZE
69         to C_SIZEOF_STRUCT_LANG_IDENTIFIER.
70
71         PR 14734, 11944
72         * c-decl.c (get_parm_info): If error_mark_node is encountered
73         in the bindings chain, unbind and discard it; don't abort.
74
75 2004-03-28  Olga Golovonevsky <olga@il.ibm.com>
76             Dorit Naishlos <dorit@il.ibm.com>
77
78         * config/rs6000/altivec.md: (andvv16qi3, andv8hi3, one_cmplv16qi2,
79         one_cmplv8hi2, one_cmplv4si2, iorv16qi3, iorv8hi3,): New modelling.
80
81 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
82
83         * config/m68hc11/m68hc11-protos.h (m68hc11_page0_symbol_p): Declare.
84
85         * config/m68hc11/m68hc11.c (m68hc11_handle_page0_attribute): New.
86         (m68hc11_attribute_table): New attribute "page0" to mark a global
87         variable as being allocated from within page0 section.
88         (m68hc11_encode_label): New function.
89         (m68hc11_strip_name_encoding): New function.
90         (m68hc11_page0_symbol_p): New function.
91         (m68hc11_indirect_p): Accept global variables marked in page0.
92         (m68hc11_encode_section_info): Lookup "page0" attribute.
93
94         * config/m68hc11/m68hc11.h (EXTRA_CONSTRAINT): 'R' constraint also
95         represents access to page0 variables.
96
97         * config/m68hc11/m68hc11.md ("*logicalsi3_zexthi"): Use gen_rtx_REG.
98         ("*logicalsi3_silshl16_zext"): Likewise.
99         ("*ashldi3_const32"): Likewise.
100         (peephole2 ashift): Likewise.
101
102 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
103
104         * c-tree.h (C_DECL_REGISTER): New.
105         * c-aux-info.c (gen_decl), c-decl.c (objc_mark_locals_volatile,
106         finish_decl, grokdeclarator, get_parm_info), c-typeck.c
107         (build_array_ref, c_mark_addressable): Set and use it.
108         * c-decl.c (grokdeclarator), c-typeck.c (c_mark_addressable):
109         Allow structures with volatile fields to be declared register.
110         Don't check TREE_ADDRESSABLE before warning about taking address
111         of register.
112         * c-decl.c (finish_decl): Don't allow structures with volatile
113         fields to be placed in named register.
114         * doc/trouble.texi: Remove reference to structures with volatile
115         fields in registers.
116
117 2004-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
118
119         * function.c (thread_prologue_and_epilogue): Move
120         NOTE_INSN_FUNCTION_END and NOTE_INSN_FUNCTION_BEG notes
121         before the epilogue.
122
123 2004-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
124
125         * expr.c (store_constructor): Use gen_int_mode to correctly
126         sign-extend CONST_INT value.
127
128 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
129
130         * builtin-types.def (BT_WINT, BT_FN_INT_WINT, BT_FN_WINT_WINT): New.
131         * builtins.def (DEF_C94_BUILTIN): New.  Add wctype builtins.
132         * doc/extend.texi: Likewise.
133
134 2004-03-26  Diego Novillo  <dnovillo@redhat.com>
135
136         * c-typeck.c (comptypes): Replace calls to TYPE_DOMAIN
137           with TYPE_ORIG_SIZE_TYPE.
138
139 2004-03-25  Aldy Hernandez  <aldyh@redhat.com>
140
141         PR 14219
142         * c-typeck.c (build_binary_op): Do not allow comparisons of
143         vectors.
144
145 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
146
147         * config.gcc: Remove sparc-tti-*.
148         * config/sparc/pbd.h: Delete.
149
150         * config/sparc/sol2.h: Remove note about Sun OS 4.x.
151         * config/sparc/aout.h: Likewise.
152
153         * config/sparc/sparc.h: Remove if 0'd code.
154         * config/sparc/sparc.md (call): Remove if 0'd code.
155         (call_value): Likewise.
156         (nonlocal_goto): Likewise.
157         (unimp_insn): Delete.
158
159 2004-03-25  Roger Sayle  <roger@eyesopen.com>
160
161         * fold-const.c (tree_expr_nonnegative_p): Handle BIT_XOR_EXPR like
162         BIT_IOR_EXPR; A^B is nonnegative when A and B are nonnegative.
163
164 2004-03-25  Richard Henderson  <rth@redhat.com>
165
166         PR 11527
167         * c-typeck.c (pop_init_level): Emit pending init elements earlier
168         rather than later.
169
170 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
171
172         * builtins.c (fold_builtin): Fix error in last change.
173
174 2004-03-25  Richard Sandiford  <rsandifo@redhat.com>
175
176         * config/mips/mips.h: Formatting fix.
177
178 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
179
180         * builtins.def: Add ctype builtins.
181         * doc/extend.texi: Likewise.
182
183 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
184
185         * builtins.c (fold_builtin): Add new builtin optimizations for
186         sqrt and/or cbrt.
187         * fold-const.c (fold): Likewise.
188
189 2004-03-25  David Edelsohn  <edelsohn@gnu.org>
190
191         * config/rs6000/rs6000.c (rs6000_always_hint): New variable.
192         (rs6000_sched_groups): New variable.
193         (processor_target_table): Add power5.
194         (rs6000_override_options): Set rs6000_sched_insert_nops,
195         rs6000_sched_costly_dep and rs6000_sched_restricted_insns_priority
196         from rs6000_sched_groups.
197         (output_cbranch): Use rs6000_always_hint.
198         (rs6000_variable_issue): Use rs6000_sched_groups.
199         (rs6000_adjust_cost): Add CPU_POWER5.
200         (is_microcoded_insn): Use rs6000_sched_groups.
201         (is_dispatch_slot_restricted): Use rs6000_sched_groups.
202         Return 2 for POWER5 cracked instructions.
203         (is_cracked_insn): Use rs6000_sched_groups.
204         (is_branch_slot_insn): Use rs6000_sched_groups.
205         (rs6000_issue_rate): Add CPU_POWER5.
206         (rs6000_sched_finish): Use rs6000_sched_groups.
207         (rs6000_rtx_costs): Add PROCESSOR_POWER5.
208         * config/rs6000/rs6000.h (processor_type): Add PROCESSOR_POWER5.
209         (DEFAULT_SCHED_COSTLY_DEP): Delete.
210         (DEFAULT_RESTRICTED_INSNS_PRIORITY): Delete.
211         (DEFAULT_SCHED_FINISH_NOP_INSERTION_SCHEME): Delete.
212         * config/rs6000/rs6000.md (define_attr "cpu"): Add power5.
213         * config/rs6000/power5.md: New file.
214         * doc/invoke.texi: Add power5 option.
215
216 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
217
218         * cfgrtl.c, dbxout.c, tree.def, config/darwin.h,
219         config/arm/arm.c, objc/objc-act.c: Fix comment typos.
220         * doc/invoke.texi: Fix a typo.
221
222 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
223
224         PR optimization/9707.
225         * stmt.c (emit_case_nodes): Emit equality comparisons instead
226         of recursing if both children are single-valued cases with no
227         children.
228
229 2004-03-25  Paul Brook  <paul@codesourcery.com>
230
231         * config/arm/arm.c (vfp_print_multi): Remove.
232         (arm_output_fldmx): New function.
233         (vfp_emit_fstmx): Return block size, not insn. Add ARM10 VFPr1 bugfix.
234         (arm_expand_prologue): Update to match.
235         (arm_get_vfp_saved_size): New Function.
236         (arm_get_frame_offsets): Use it.
237         (arm_output_epilogue): Use new functions.
238
239 2004-03-24  Richard Henderson  <rth@redhat.com>
240
241         * alias.c (alias_invariant, alias_invariant_size): Mark GTY.
242         (reg_known_value, reg_known_value_size): Likewise; make static.
243         (reg_known_equiv_p): Make static.
244         (clear_reg_alias_info): Update for new indexing.
245         (get_reg_known_value, set_reg_known_value): New.
246         (get_reg_known_equiv_p, set_reg_known_equiv_p): New.
247         (canon_rtx): Use them.
248         (init_alias_analysis): Likewise.  Allocate reg_known_value with gc.
249         Don't play queer offsetting games with reg_known_value and
250         reg_known_equiv_p.
251         (end_alias_analysis): Free reg_known_value with gc.
252         * rtl.h (get_reg_known_value, get_reg_known_equiv_p): Declare.
253         * sched-deps.c (reg_known_equiv_p, reg_known_value): Remove.
254         (deps_may_trap_p, sched_analyze_1, sched_analyze_2): Use the new
255         functions instead.
256
257 2004-03-24  Kazu Hirata  <kazu@cs.umass.edu>
258
259         * dwarf2asm.c, loop.h, pretty-print.c, pretty-print.h,
260         config/i386/mmintrin.h: Update copyright.
261
262 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
263
264         * configure.ac: Add --enable-werror-always (for top level bootstrap
265         support).
266         * configure: Regenerate.
267
268 2004-03-24  Ziemowit Laski  <zlaski@apple.com>
269
270         * objc/objc-act.c (objc_comptypes): Treat comparisons
271         between 'Class' and '<class> *' as explicitly invalid.
272
273 2004-03-24  David Edelsohn  <edelsohn@gnu.org>
274
275         * doc/invoke.texi (-frename-registers: Add enabled at -O3.
276         (-fprofile-values): Add enabled with profile-{generate,use}.
277         (-fvpt): Same.
278         (-ftracer): Add enabled with profile-use.
279         (-funit-at-a-time): Add enabled at -O2,-O3.
280         (-funroll-loops): Add enabled with profile-use.
281         (-funswitch-loops): Add enabled with profile-use.  Remove duplicates.
282         (max-gcse-passes): Mention default.
283         (max-cse-path-length): Mention default.
284
285 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
286
287         * Makefile.in (STRICT2_WARN): Reorder.
288         * configure.ac: Check for -Wold-style-definition, and use it
289         in strict1_warn if it's available.
290         * configure: Regnerate.
291
292 2004-03-24  Paul Brook  <paul@nowt.org>
293
294         * config.gcc <arm>: Add --with-abi=
295         * config/arm/arm-protos.h (arm_get_frame_size, thumb_get_frame_size,
296         thumb_far_jump_used): Remove prototypes.
297         (arm_needs_doubleword_align): Add prototype.
298         (thumb_compute_initial_elimination_offset): Ditto.
299         * config/arm/arm.c (arm_get_frame_offsets): New function.
300         (use_return_insn, output_return_instruction, arm_output_epilogue,
301         arm_output_function_epilogue, arm_compute_initial_elimination_offset,
302         arm_expand_prologue, thumb_expand_epilogue): Use it.
303         (arm_abi, target_abi_name, all_arm_abis): New variables.
304         (arm_override_options): Set them.  Set structure padding for AAPCS.
305         (arm_return_in_memory): Update ABI check.
306         (arm_init_cumulative_args): Initialize can_split.
307         (arm_needs_doubleword_align): New function.
308         (arm_function_arg): Don't split args after pushing to stack. Handle
309         doubleword/even reg alignment.
310         (arm_va_arg): Handle all doubleword aligned args.
311         (add_minpoolforward ref, dump_minpool, push_minpool_fix): Align based
312         on ABI, not CPU.
313         (arm_compute_save_reg0_reg12_mask): Fix comment.
314         (thumb_get_frame_size, thumb_get_frame_size): Remove.
315         (thumb_jump_far_used_p): Remove superfluous argument.  Return save
316         value for alignment.
317         (thumb_unexpanded_epilogue, thumb_output_function_prologue): Change
318         to match.
319         (thumb_compute_initial_elimination_offset): New function.
320         (thumb_expand_prologue): Use arm_get_frame_offsets.  Remove
321         unneccessary rounding.
322         * config/arm/arm.h (target_abi_name): Declare.
323         (ARM_DOUBLEWORD_ALIGN, DOUBLEWORD_ALIGNMENT, TARGET_IWMMXT_ABI,
324         arm_abi_type, ARM_DEFAULT_ABI): Define.
325         (ARM_FLAG_ATPCS): Remove.
326         (TARGET_OPTIONS, OPTION_DEFAULT_SPECS): Add -mabi=.
327         (BIGGEST_ALIGNMENT, PREFERRED_STACK_BOUNDARY, STACK_BOUNDARY): Use it.
328         (ADJUST_FIELD_ALIGN, DATA_ALIGNMENT, LOCAL_ALIGNMENT,
329         TYPE_NEEDS_IWMMXT_ALIGNMENT): Remove.
330         (LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P, FUNCTION_ARG_REGNO_P):
331         Contitionalize on ABI, not CPU.
332         (struct arm_stack_offsets): Define.
333         (struct machine_function): Add stack_offsets.  Remove frame_size.
334         (FUNCTION_ARG_PARTIAL_NREGS): Don't split if previous args have been
335         pushed.
336         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_BOUNDARY): Handle general
337         doubleword alignment.
338         (THUMB_INITIAL_ELIMINATION_OFFSET,
339         ARM_INITIAL_ELIMINATION_OFFSET): Remove.
340         (INITIAL_ELIMINATION_OFFSET): Call functions directly.
341         * config/arm/arm.md (align_8): Enable for all targets.
342         * config/arm/netbsd-elf.h (TARGET_DEFAULT): Remove TARGET_ATPCS.
343         (ARM_DEFAULT_ABI): Define.
344         * doc/invoke.texi <ARM>: Document -mabi=. Update documentation for
345         -mstructure-size-boundary.
346
347 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
348
349         * configure.ac: Check for -Wno-variadic-macros; don't use
350         -pedantic (in stage 1 or a simple 'make all') unless it's available,
351         and if it's available, use it.  Also, clean up check for
352         -Wno-long-long.
353         * configure: Regenerate.
354
355 2004-03-24  Richard Sandiford  <rsandifo@redhat.com>
356
357         * config.gcc (mips64vr-*-elf*, mips64vrel-*-elf*): Remove tm_defines.
358         * config/mips/vr.h (DEFAULT_VR_ARCH): New macro, defined to vr4130.
359         (MULTILIB_DEFAULTS): Use it.
360         (MIPS_CPU_STRING_DEFAULT): Remove.
361         (MIPS_ABI_DEFAULT, MIPS_MARCH_CONTROLS_SOFT_FLOAT): Define.
362         (DRIVER_SELF_SPECS): Make -mfix-vr4122-bugs imply -march=vr4120.  Make
363         EABI64 -mlong32 the default ABI.  Enforce the default architecture.
364         * config/mips/t-vr (MULTILIB_OPTIONS): Add mfix-vr4122-bugs,
365         march=vr4130, march=vr4300, march=vr5000 and march=vr5500.
366         (MULTILIB_MATCHES): Use -mfix-vr4122-bugs multilibs for -march=vr4120.
367         (MULTILIB_EXCEPTIONS): Change choice of multilibs.  Update comments
368         accordingly.
369
370 2004-03-24  DJ Delorie  <dj@redhat.com>
371             Richard Sandiford  <rsandifo@redhat.com>
372
373         * config/mips/mips.h (MASK_FIX_VR4122, TARGET_FIX_VR4122): New macros.
374         (TARGET_SWITCHES): Add -mfix-vr4122-bugs and -mno-fix-vr4122-bugs.
375         (ASM_SPEC): Pass down -mfix-vr4122-bugs.
376         * config/mips/mips.c (mips_avoid_hazards): Don't emit whole functions
377         in .set noreorder and .set nomacro if TARGET_FIX_VR4122.
378         (mips_init_libfuncs): Use special functions for divsi3 and modsi3
379         if TARGET_FIX_VR4122.
380         * config/mips/mips.md (define_attr length): Account for nops inserted
381         after macc and dmult when using -mfix-vr4122-bugs.
382         (umuldi3_highpart, divmodsi4, divmoddi4): Disable if TARGET_FIX_VR4122.
383         * config/mips/t-vr (LIB2FUNCS_STATIC_EXTRA): Define instead of
384         LIB2FUNCS_EXTRA.  Add config/mips/vr4122-div.S.
385         * config/mips/vr4122-div.S: New file.
386         * doc/invoke.texi: Document -mfix-vr4122-bugs.
387
388 2004-03-24  Richard Sandiford  <rsandifo@redhat.com>
389
390         * config/mips/mips.h (PROCESSOR_R4130): New processor_type.
391         (TARGET_MIPS4130): New macro.
392         (ISA_HAS_MACC): Return true if TARGET_MIPS4130 && !TARGET_MIPS16.
393         * config/mips/mips.c (mips_cpu_info_table): Add a vr4130 entry.
394         (override_options): Extend MIPS_MARCH_CONTROLS_SOFT_FLOAT to deal
395         with PROCESSOR_R4130.
396         * config/mips/mips.md (define_attr cpu): Add r4130.
397         * doc/invoke.texi: Document vr4130 as a supported MIPS architecture.
398
399 2004-03-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
400             Richard Sandiford  <rsandifo@redhat.com>
401
402         * doc/invoke.texi: Apply missed hunk from 2004-03-03 change.
403
404 2004-03-24  Alexandre Oliva  <aoliva@redhat.com>
405
406         PR preprocessor/14438
407         * cpplib.c (do_pragma): Remove line_change call after pragma
408         handler.
409
410 2004-03-23  Ian Lance Taylor  <ian@wasabisystems.com>
411
412         * doc/extend.texi (ARM Built-in Functions): Replace with correct
413         declarations.
414
415 2004-03-23  Roger Sayle  <roger@eyesopen.com>
416
417         * reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND
418         if flag_unsafe_math_optimizations.
419         * config/i386/i386.md (truncdfsf2): If flag_unsafe_math_optimizations
420         and TARGET_80387 expand using truncdfsf2_noop pattern.
421         (truncxfsf2): Likewise using truncxfsf2_noop.
422         (truncxfdf2): Likewise using truncxfdf2_noop.
423         (truncdfsf2_noop, truncxfsf2_noop, truncxfdf2_noop): New patterns.
424
425 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
426
427         * hooks.c (hook_constcharptr_tree_null): New hook.
428         * hooks.h (hook_constcharptr_tree_null): New prototype.
429         * target-def.h (TARGET_MANGLE_FUNDAMENTAL_TYPE): New target hook.
430         * target.h (mangle_fundamental_type): New target hook.
431         * config/rs6000/rs6000.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Point
432         target hook at rs6000_mangle_fundamental_type.
433         (rs6000_mangle_fundamental_type): New function.
434         * doc/tm.texi (TARGET_MANGLE_FUNDAMENTAL_TYPE): Document.
435
436 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
437
438         PR 12267, 12391, 12560, 13129, 14114, 14133
439         * c-tree.h: Forward declare struct c_binding.  Declare
440         c_override_bindings_to_false.  Update prototypes.
441         (struct lang_identifier): Update comments.  Change fields to be
442         struct c_binding *.
443         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE)
444         (IDENTIFIER_LABEL_VALUE, C_DECL_INVISIBLE)
445         (KEEP_NO, KEEP_YES, KEEP_MAYBE): Delete.
446         (C_DECL_IN_EXTERNAL_SCOPE, C_DECL_DECLARED_BUILTIN): New.
447         * c-common.h: Update prototypes.
448         * c-decl.c (struct c_scope): Update commentary.  Remove names,
449         names_last, parms, parms_last, tags, and shadowed fields.  Add
450         bindings and depth fields.
451         (scope_freelist): Move to more appropriate location.
452         (c_print_identifier): Update for changes to struct lang_identifier.
453         (objc_mark_locals_volatile): Update for new bindings structures.
454         (global_bindings_p): Honor c_override_global_bindings_to_false.
455         (pushlevel): Rename to push_scope; take no arguments; use the
456         scope_freelist; initialize scope->depth and check for overflow.
457         (poplevel): Rename to pop_scope; totally rewritten for new bindings
458         structures.
459         (diagnose_mismatched_decls): Use C_DECL_DECLARED_BUILTIN, not
460         C_DECL_INVISIBLE, for certain decisions.  Adjust some diagnostics.
461         Improve some commentary.  Adjust handling of forward parm decls.
462         (merge_decls): Set C_DECL_DECLARED_BUILTIN when appropriate.
463         Preserve C_DECL_IN_EXTERNAL_SCOPE.
464         (warn_if_shadowing): Correct indentation.  Improve diagnostics.
465         (pushdecl): Remove unnecessary assertion.  Short-circuit anonymous
466         decls.  Rewrite for new bindings structures.  Improve commentary.
467         Eliminate the copy_node call.
468         (implicit_decl_warning): Use the "diag" idiom (as seen in
469         locate_old_decl) to reduce code duplication; call locate_old_decl
470         if appropriate.  Relocate to remove need for forward declaration.
471         (implicitly_declare): Adjust for new bindings structures.  Kludge
472         around Objective-C not-really-builtin functions.
473         (undeclared_variable): Improve diagnostics.  If current_function_decl
474         is nonnull but current_function_scope is null, use current_scope.
475         Use bind.
476         (lookup_tag): Adjust for new bindings structures.  Kludge around
477         Objective-C's tag declarations that wind up in the external scope.
478         (lookup_name): Adjust for new bindings structures.  Kludge around
479         c-common.c's pseudo-typedefs that wind up in the external scope.
480         (lookup_name_current_level): Rename lookup_name_in_scope; take a
481         second argument indicating the scope to examine; rewrite for
482         new bindings structures.
483         (c_init_decl_processing): Adjust for renamed functions.  Do not
484         initialize current_file_decl, first_builtin_decl, last_builtin_decl.
485         First scope pushed is the external scope, not the global scope.
486         (builtin_function): Use bind, not pushdecl.  Adjust other bits
487         for new data structures.  Keep track of builtins that should be
488         made visible automatically.
489         (start_decl): Adjust diagnostics.  Remove unnecessary call to
490         expand_decl.
491         (grokparms): Return 0 if arg_types is error_mark_node.
492         (get_parm_info): Rename "void_at_end" argument to "ellipsis", with
493         reversed sense.  Rewrite for new bindings structures.  Do not
494         leave any decls in the scope, to prevent pop_scope from doing
495         contradictory things with them.
496         (finish_struct, finish_enum): Remove redundant diagnostics.
497         (build_enumerator): Don't cascade diagnostics for error_mark_node.
498         Mark location where -pedantic changes the meaning of the program.
499         (store_parm_decls_newstyle, store_parm_decls_oldstyle): Load the
500         parameter decls into the function's scope structure using bind.
501         Warn here about function definitions in the wrong style.
502         Adjust diagnostics.
503         (store_parm_decls): Correct the determination of whether a
504         function was defined with a prototype.
505         (c_write_global_declarations): Operate on all file decls and on
506         the external scope.  Split body of the loop to...
507         (c_write_global_declarations_1): ... this new function, to avoid
508         code duplication.
509         (truly_local_externals, first_builtin_decl, last_builtin_decl)
510         (make_scope, pop_scope, in_parm_level_p, set_block)
511         (any_external_decl, record_external_decl, bind_label, getdecls)
512         (link_hash_hash, link_hash_eq, merge_translation_unit_decls)
513         (c_reset_state): Delete.
514         (visible_builtins, c_override_global_bindings_to_false)
515         (c_binding, I_SYMBOL_BINDING, I_SYMBOL_DECL, I_TAG_BINDING)
516         (I_TAG_DECL, I_LABEL_BINDING, I_LABEL_DECL, file_scope)
517         (external_scope, binding_freelist, bind, free_binding_and_advance)
518         (push_file_scope, pop_file_scope): New.
519         (pushtag, pushdecl_top_level, lookup_label, declare_label)
520         (define_label, c_make_fname_decl, finish_decl)
521         (mark_forward_parm_decls, build_compound_literal)
522         (grokdeclarator, start_function, check_for_loop_decls)
523         (identifier_global_value, record_builtin_type): Minor adjustments
524         for new bindings structures.  Improve diagnostics and commentary.
525         * c-objc-common.c (start_cdtor, finish_cdtor): Adjust calls to
526         pushlevel/poplevel respectively.
527         (c_objc_common_finish_file): Don't call merge_translation_unit_decls.
528         * c-opts.c (c_common_parse_file): Remove spurious ATTRIBUTE_UNUSED.
529         Warn about YYDEBUG not being defined only if -dy.  Remove no-longer-
530         correct loop over multiple translation units; call fatal_error if
531         requested to compile more than one file at once.  (This disables
532         IMA temporarily - an up-front error being preferable to a crash.)
533         * c-parse.in (pushlevel, poplevel rules): Rename push_scope, pop_scope.
534         (all actions): Adjust calls to pushlevel/poplevel.
535         (parsing_iso_function_signature): Delete.
536         (extdef_1): Fold into extdef.
537         (old_style_parm_decls_1): Fold into old_style_parm_decls.  Don't
538         warn here about function definitions in the wrong style.
539         (after_tyle_declarator, parm_declarator_starttypename)
540         (parm_declarator_nostarttypename, notype_declarator): Remove
541         commented-out productions.
542         (parmlist_1, parmlist_2): Use make_node, not tree_cons, to create
543         an empty TREE_LIST node.  Adjust calls to get_parm_info.
544         (parmlist_2 : ELLIPSIS): Tag the arg-info block with error_mark_node
545         to suppress -Wold-style-definition after this error.
546         (c_parse_file): Don't clear the binding stack or call
547         finish_fname_decls here.  Correct comment.
548         * c-typeck.c (same_translation_unit_p): Export.
549         (common_type): Use c_override_global_bindings_to_false, not
550         pushlevel/poplevel/declare_parm_level.
551         * c-lang.c: Override LANG_HOOKS_CLEAR_BINDING_STACK,
552         LANG_HOOKS_PUSHLEVEL, LANG_HOOKS_POPLEVEL, LANG_HOOKS_SET_BLOCK,
553         and LANG_HOOKS_GETDECLS with do-nothing stubs.
554         * objc/objc-lang.c: Likewise.
555         * objc/objc-act.c: Adjust all calls to pushlevel, poplevel,
556         get_parm_info.
557         (OBJC_VOID_AT_END): Delete; replace all uses
558         with void_list_node.
559         (generate_forward_declaration_to_string_table): Delete.
560         * objc/objc-act.h (OCTI_STRG_DECL, UOBJC_STRINGS_decl): Delete.
561
562         * coverage.c (create_coverage): Don't pushdecl anything.
563         * langhooks.c (lhd_clear_binding_stack): Call
564         lang_hooks.decls.poplevel, not poplevel.
565         * tree.c (list_length): If ENABLE_TREE_CHECKING, abort on a
566         circular list rather than going into an infinite loop.
567
568 2004-03-23  Olivier Hainque  <hainque@act-europe.fr>
569
570         * optabs.c (expand_binop): When synthesizing double word rotates
571         from single word shifts, use a new register target if the provided
572         target is not a REG already.
573
574 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
575
576         * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.
577         * c-common.c (handle_mode_attribute): Add extra arg to
578         build_pointer_type_for_mode and build_reference_type_for_mode.
579         * c-typeck.c (build_c_cast): Only look at TREE_CONSTANT_OVERFLOW
580         for INTEGER_CST.
581         * tree.c (build_pointer_type_for_mode): Add arg CAN_ALIAS_ALL.
582         Chain pointers via TYPE_NEXT_PTR_TO.
583         (build_reference_type_for_mode): Similarly.
584         (build_type_no_quals): Add extra arg to build_pointer_type_for_mode
585         and build_reference_type_for_mode.
586         (tree_check4_failed): New function.
587         * tree.h (TREE_CHECK4, PTR_OR_REF_CHECK): New macros.
588         (TYPE_REF_CAN_ALIAS_ALL, TYPE_NEXT_PTR_TO, TYPE_NEXT_REF_TO): Likewise.
589         (TREE_NO_UNSUED_WARNING, TREE_VIA_VIRTUAL, TREE_CONSTANT_OVERFLOW):
590         Add check.
591
592 2004-03-23  Roger Sayle  <roger@eyesopen.com>
593
594         * fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when
595         A is nonnegative or B is nonnegative.  Similarly A|B is nonnegative
596         when both A and B are nonnegative.
597         (tree_expr_nonzero_p): A|B is nonzero when A is nonzero or B is
598         nonzero.
599
600 2004-03-23  Kazu Hirata  <kazu@cs.umass.edu>
601
602         * fold-const.c (fold): Remove cases for INTEGER_CST, REAL_CST,
603         VECTOR_CST, STRING_CST, COMPLEX_CST, and CONSTRUCTOR.
604
605 2004-03-23  Kazu Hirata  <kazu@cs.umass.edu>
606
607         PR optimization/14669
608         * fold-const.c (fold): Only unwiden integer comparisons for equality
609         and inequality operators, or when the signedness doesn't change.
610
611 2004-03-23  Jakub Jelinek  <jakub@redhat.com>
612
613         * config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.
614         * config/sparc/t-linux64 (TARGET_LIBGCC2_CFLAGS): Set.
615         * config/sparc/t-linux: New file.
616
617 2004-03-23  Richard Sandiford  <rsandifo@redhat.com>
618
619         * gcse.c (can_assign_to_reg_p): New function, split out from...
620         (want_to_gcse_p): ...here.
621         (compute_ld_motion_mems): Use can_assign_to_reg_p to validate
622         the rhs of a store.
623
624 2004-03-22  Diego Novillo  <dnovillo@redhat.com>
625
626         * c-typeck.c (same_translation_unit_p): Fix pasto.
627
628 2004-03-22  David Edelsohn  <edelsohn@gnu.org>
629
630         * params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New.
631         (PARAM_MAX_SCHED_REGION_INSNS): New.
632         * sched-rgn.c: Include params.h
633         (MAX_RGN_BLOCKS): Delete.
634         (MAX_RGN_INSNS): Delete.
635         (too_large): Return bool.  Convert to PARAM_VALUE.
636         * Makefile.in (sched-rgn.o): Depend on $(PARAMS_H).
637         * doc/invoke.texi (param): Document max-sched-region-blocks and
638         max-sched-region-insns.
639
640 2004-03-22  Joel Brobecker  <brobecker@gnat.com>
641
642         * dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE
643         for base types.
644
645 2004-03-22  Joel Brobecker  <brobecker@gnat.com>
646
647         * dwarf2out.c (is_subrange_type): Minor code rework. No behavior
648         change.
649
650 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
651
652         PR c/14069
653         * c-decl.c (finish_struct): Change type of incorrect flexible array
654         field into error_mark_node.
655
656 2004-03-22  Andrew Pinski  <pinskia@physics.uc.edu>
657
658         PR target/14580
659         * config/rs6000/rs6000.c (symbol_ref_operand): Reject symbols
660         who are not local for Darwin PIC.
661
662 2004-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
663
664         * regrename.c (regrename_optimize): Set regs_ever_live for all
665         registers introduced as replacement.
666
667 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
668
669         PR middle-end/14470
670         * expr.c (mark_queue): New function.
671         (emit_insns_enqueued_after_mark): New function replacing
672         emit_queue.  Clear the body of emitted queued insns.
673         (emit_queue): Call emit_insns_enqueued_after_mark.
674         (store_expr): Mark the increment queue on entry.  Emit
675         only the incrementations queued when expanding the source.
676
677 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
678
679         * configure.ac: Allow --disable-coverage-flags (for the future benefit
680         of top level bootstrap, and consistency).  Reindent.
681         * configure: Regenerate.
682
683 2004-03-21  Kazu Hirata  <kazu@cs.umass.edu>
684
685         * bt-load.c, builtins.c, cfghooks.c, cfgrtl.c, gcse.c,
686         ggc-page.c, integrate.c, var-tracking.c, web.c: Remove
687         unnecessary casts.
688
689 2004-03-22  Danny Smith  <dannysmith@users.sourceforge.net>
690
691         PR target/14291
692         * gcov-io.h (gcov_truncate): Define ftruncate as _chsize for
693         __MINGW32__.
694
695 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
696
697         * config/s390/s390.md ("*doloop_si"): Change predicate for operand 2
698         to nonimmediate_operand.
699         ("*doloop_di"): Likewise.
700
701 2004-03-21  Alexandre Oliva  <aoliva@redhat.com>
702
703         * real.h (struct real_value): Use the same type for all
704         bitfields.  Rename exp to uexp.
705         (REAL_EXP, SET_REAL_EXP): New accessor macros for uexp.
706         Adjust all uses of exp...
707         * builtins.c: ... here, ...
708         * emit-rtl.c: ... here, and ...
709         * real.c: ... and here.
710
711 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
712
713         * pretty-print.c (pp_base_maybe_space): New function.
714         * pretty-print.h (pp_base_maybe_space): Declare.
715         (pp_maybe_space): New macro.
716
717 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
718
719         * config/s390/s390.md ("addti3", "subti3"): New insns and splitters.
720
721 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
722
723         * expmed.c (choose_mult_variant): Pass MULT_COST as argument instead
724         of using register multiplication cost.
725         (expand_mult): Adapt choose_mult_variant call.
726         (expand_mult_highpart): Call choose_mult_variant with WIDER_MODE
727         of MODE; pass appropriate cost bound.  Adjust result when
728         performing signed multiplication by a negative constant.
729         Don't use intermediate modes larger than word_mode.
730
731 2004-03-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
732
733         * alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.
734         * emit-rtl.c (component_ref_for_mem_expr): Likewise.
735         (set_mem_attributes_minus_bitpos): Call SUBSTITUTE_PLACEHOLDER_IN_EXPR.
736         * explow.c (expr_size): Likewise.
737         * expr.h (placeholder_list, find_placeholder): Deleted.
738         * expr.c (store_constructor): Likewise.
739         (get_inner_reference): Likewise.  Also don't call find_placeholder.
740         (placeholder_list, find_placeholder): Deleted.
741         (is_aligning_offset): Don't handle WITH_RECORD_EXPR, PLACEHOLDER_EXPR.
742         (expand_expr_real, cases PLACEHOLDER_EXPR, WITH_RECORD_EXPR): Likewise.
743         (highest_pow2_factor, case WITH_RECORD_EXPR): Remove.
744         * dojump.c (do_jump, case WITH_RECORD_EXPR): Likewise.
745         * dwarf2out.c (loc_descriptor_from_tree, case WITH_RECORD_EXPR):
746         Likewise.
747         * fold-const.c (invert_truthvalue, case WITH_RECORD_EXPR): Likewise.
748         (extract_muldiv, case WITH_RECORD_EXPR): Likewise.
749         * tree.c (expr_align, case WITH_RECORD_EXPR): Likewise.
750         (contains_placeholder_p): Don't handle WITH_RECORD_EXPR.
751         Clean up by using first_rtl_op.
752         (substitute_in_expr): Use SUBSTITUTE_IN_EXPR for recursive call.
753         (substitute_placeholder_in_expr): New function.
754         * tree.def (WITH_RECORD_EXPR): Deleted.
755         * tree.h (SUBSTITUTE_IN_EXPR, SUBSTITUTE_PLACEHOLDER_IN_EXPR): New.
756         (substitute_placeholder_in_expr): New.
757
758 2004-03-21  Andrew Pinski  <pinskia@gcc.gnu.org>
759
760         * dojump.c (prefer_and_bit_test): Fix which part of
761         the and_test is replaced.
762
763 2004-03-21  Joseph S. Myers  <jsm@polyomino.org.uk>
764
765         * frontends.texi: Add missing line.
766
767 2004-03-21  Zack Weinberg  <zack@codesourcery.com>
768             Chris Devers  <cdevers@pobox.com>
769             Joseph S. Myers  <jsm@polyomino.org.uk>
770
771         * doc/frontends.texi: Rewrite.
772         * doc/gcc.texi: Update last modification date.
773
774 2004-03-21  Josef Zlomek  <zlomekj@suse.cz>
775
776         * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Print the debug
777         message before redirecting the edge.
778
779 2004-03-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
780
781         * emit-rtl.c (set_mem_attributes_minus_bitpos): Set MEM_POINTER
782         flag.
783         * explow.c (force_not_mem): Set REG_POINTER flag according to
784         MEM_POINTER one.
785         * rtl.h (MEM_POINTER): New macro.
786         (struct rtx_def): Use integrated for MEM_SCALAR_P and frame_related
787         for MEM_POINTER.
788
789 2004-03-20  Roger Sayle  <roger@eyesopen.com>
790
791         PR target/13889
792         * cse.c (fold_rtx): Avoid substituting constants into unary
793         conversion operations.
794
795 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
796
797         * fold-const.c (fold): Replace "expr" with "t".
798
799 2004-03-20  Ian Lance Taylor  <ian@wasabisystems.com>
800
801         PR c/12373
802         * c-typeck.c (tagged_types_tu_compatible_p): Don't use
803         DECL_ORIGINAL_TYPE if there isn't one.
804
805 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
806
807         * fold-const.c (fold): Replace "final_type" with "type".
808         Remove variable "final_type".
809
810 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
811
812         * fold-const.c (fold): Constify "type".
813         Replace "TREE_TYPE (t)" with "type".
814
815 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
816
817         * bb-reorder.c, bt-load.c, c-decl.c, cfgcleanup.c, coverage.c,
818         dwarf2asm.c, ifcvt.c, stor-layout.c, varasm.c: Replace calls
819         via (*targetm.foo) () with targetm.foo ().
820
821 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
822
823         PR other/14630
824         * doc/install.texi: Add info directory category and entry.
825
826 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
827
828         * fold-const.c (fold): Replace "t" with "tem" where it is used
829         as a temporary variable.  Remove "orig_t" and all of its uses.
830
831 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
832
833         * fold-const.c (fold): Remove variable "invert".
834         Move the handling of relational expressions that can be folded
835         to a constant ...
836         (fold_relational_const): ... here.
837         (tree_expr_nonzero_p): New.
838
839 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
840
841         PR c/14635
842         * builtins.def (nan, nanf, nanl, nans, nansf, nansl): Change to
843         DEF_GCC_BUILTIN.
844
845 2004-03-20  Richard Sandiford  <rsandifo@redhat.com>
846
847         * Makefile.in (dojump.o): Depend on $(GGC_H) and dojump.h.
848         (GTFILES): Add $(srcdir)/dojump.h.
849         (gt-dojump.h): New dependency.
850         * dojump.c (and_reg, and_test, shift_test): New static variables.
851         (prefer_and_bit_test): New function.
852         (do_jump): Use it to choose between (X & (1 << C)) and (X >> C) & 1.
853
854 2004-03-20  Kazu Hirata  <kazu@cs.umass.edu>
855
856         * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,
857         expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c,
858         reorg.c, tree.h: Fix comment typos.
859
860 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
861
862         * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
863         c-decl.c, c-objc-common.c, c-typeck.c, calls.c, cfglayout.c,
864         cse.c, dbxout.c, dwarf2out.c, except.c, final.c,
865         haifa-sched.c, integrate.c, passes.c, rtlanal.c, sched-rgn.c,
866         sched-vis.c, simplify-rtx.c, stor-layout.c, tree.c, varasm.c,
867         vmsdbgout.c: Replace calls via (*targetm.foo) () with
868         targetm.foo ().
869
870 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
871
872         * config/rs6000/altivec.h (vec_dst, vec_dstst, vec_dststt,
873         vec_dstt, vec_sld, vec_splat): Add prototypes, marked with
874         always_inline attribute.
875         * config/rs6000/rs6000.c (altivec_expand_dst_builtin):
876         Treat expansion as completed even if literal argument is
877         invalid (so that other expansions are not tried in vain).
878
879 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
880
881         * loop-doloop.c (add_test): Replace GEN_INT (0) with
882         const0_rtx.
883
884 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
885
886         * fold-const.c (fold) <ABS_EXPR>: Move the handling of constants
887         ...
888         (fold_abs_const): ... here.
889
890 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
891
892         * tree.h (TYPE_ARRAY_MAX_SIZE): Use type.maxval directly.
893
894 2004-03-19  Denis Chertykov  <denisc@overta.ru>
895
896         PR target/11520
897         * config/avr/avr.md ("call_insn"): Handle explicit integer
898         specially.
899         (call_value_insn): Likewise.
900
901 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
902
903         * tree.c (substitute_in_expr): Rewrite to simplify and be more generic.
904
905 2004-03-19  Kazu Hirata  <kazu@cs.umass.edu>
906
907         * fold-const.c (negate_expr): Move the handling of constants
908         ...
909         (fold_negate_const): ... here.
910
911 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
912
913         * langhooks-def.h (LANG_HOOKS_HASH_TYPES): New macro and hook.
914         * langhooks.h (struct lang_hooks_for_types): New field hash_types.
915         * tree.c (debug_no_type_hash): Deleted.
916         (type_hash_canon): Abort if passed a variant.
917         Check lang_hooks.types.hash_types.
918         (build_type_no_quals): Copy mode of POINTER_TYPE and REFERENCE_TYPE.
919         (build_array_type): Remove unnecessary allocation of pointer type.
920         (build_complex_type): Properly qualify resulting type.
921
922 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
923
924         * config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo.
925
926 2004-03-19  Richard Sandiford  <rsandifo@redhat.com>
927
928         * expmed.c (choose_mult_variant, expand_mult_const): New, split from...
929         (expand_mult): ...here.
930         (extract_high_half): New, split out from expand_mult_highpart.
931         (expand_highpart_optab): Likewise.  Don't clobber target prematurely.
932         (expand_highpart): Evaluate the cost of a shift/add sequence,
933         then see if any of the specialized optabs are cheaper.
934
935 2004-03-18  Ian Lance Taylor  <ian@wasabisystems.com>
936
937         * mklibgcc.in: Remove obsolete MAYBE_USE_COLLECT2.
938
939 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
940
941         * convert.c (convert_to_real): Add more math builtins.
942
943 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
944
945         * convert.c (convert_to_real): Reformat using switch stmt.
946
947 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
948
949         * c-common.c (pointer_int_sum): Do not complain about using
950         pointers to pointers-to-members.
951
952 2004-03-18  Kazu Hirata  <kazu@cs.umass.edu>
953
954         * system.h (MD_ASM_CLOBBERS): Move to "Old target macros that
955         have moved to the target hooks structure".
956
957 2004-03-18  James E Wilson  <wilson@specifixinc.com>
958
959         * config/mips/mips.md (type): Split move into arith and fmove.  Split
960         hilo into mthilo and mfhilo.  Add trap.  Delete icmp.  Fix all uses.
961         * config/mips/5400.md (ir_vr54_hilo, ir_vr54_arith, ir_vr54_fabs):
962         Likewise.
963         * config/mips/5500.md (ir_vr55_hilo, ir_vr55_arith, ir_vr55_fabs):
964         Likewise.
965         * config/mips/7000.md (rm7_int_other, rm7_mthilo, rm7_mfhilo,
966         rm7_fp_quick): Likewise.
967         * config/mips/9000.md (rm9k_int, rm9k_mfhilo, rm9k_mthilo,
968         rm9k_fquick): Likewise.
969         * config/mips/sr71k.md (ir_sr70_hilo, ir_sr70_arith, ir_sr70_fabs):
970         Likewise.
971         (ir_sr70_icmp): Delete.
972
973 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
974
975         * tree.h (TREE_CHECK2, TREE_CHECK3, TREE_CHECK5): New macros.
976         (tree_check2_failed, tree_check3_failed, tree_check5_failed): New decl.
977         (FUNC_OR_METHOD_CHECK, SET_ARRAY_OR_VECTOR_CHECK): New macros.
978         (REC_OR_UNION_CHECK, NUMERICAL_TYPE_CHECK): Likewise.
979         (TYPE_VALUES, TYPE_DOMAIN, TYPE_FIELDS, TYPE_METHODS, TYPE_VFIELD):
980         Protect with proper check.
981         (TYPE_ARG_TYPES, TYPE_METHOD_BASETYPE, TYPE_OFFSET_BASETYPE): Likewise.
982         (TYPE_MIN_VALUE, TYPE_MAX_VALUE): Likewise.
983         * tree.c (type_hash_eq): Rewrite to access proper fields for each type.
984         (tree_check2_failed, tree_check3_failed, tree_check5_failed): New.
985         * c-typeck.c (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
986         * dwarf2out.c (gen_enumeration_type_die): Use TYPE_VALUES,
987         not TYPE_FIELDS.
988         * stor-layout.c (set_sizetype): Use TYPE_ORIG_SIZE_TYPE.
989
990 2004-03-18  Mostafa Hagog  <mustafa@il.ibm.com>
991
992         * gcse.c (eliminate_partially_redundant_loads): Reject change if
993         dest is set between beginning and current insn.
994
995 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
996
997         * c-decl.c (grokdeclarator): Do not complain about redeclaring
998         visible "static" identifiers "extern" in a local scope.
999         * dwarf2out.c (loc_descriptor_from_tree): Handle pre- and
1000         post-increments/decrements.
1001
1002 2004-03-18  Bob Wilson  <bob.wilson@acm.org>
1003
1004         * config/xtensa/xtensa.c (current_function_arg_words): Delete.
1005         (xtensa_builtin_saveregs): Use current_function_args_info.arg_words.
1006         (xtensa_va_start): Remove assignment to current_function_arg_words.
1007
1008 2004-03-18  Richard Sandiford  <rsandifo@redhat.com>
1009
1010         * alias.c (record_set): Detect the case where a register is assigned
1011         a new value that has the same base term as the old one.
1012
1013 2004-03-18  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1014
1015         * doloop.c: Removed.
1016         * loop-doloop.c: New file.
1017         * Makefile.in (doloop.o): Remove.
1018         (loop-doloop.o): New.
1019         * cfgloop.h (get_loop_level, doloop_optimize_loops): Declare.
1020         * cfgloopanal.c (get_loop_level): New function.
1021         * loop-iv.c (iv_number_of_iterations): Handle case when loop
1022         is leaved immediatelly.
1023         * loop.c (strength_reduce): Do not call doloop optimization.
1024         * loop.h (LOOP_BCT): Removed.
1025         * passes.c (rest_of_handle_loop_optimize): Do not use LOOP_BCT.
1026         (rest_of_handle_loop2): Call doloop_optimize_loops.
1027         (rest_of_compilation): Test for optimizations moved to
1028         rest_of_handle_loop2.
1029
1030 2004-03-17  Fariborz Jahanian <fjahanian@apple.com>
1031
1032         * config/rs6000/rs6000.c (rs6000_stack_info): correct reg_size
1033         for mixed mode.
1034         (rs6000_emit_prologue): Ditto.
1035         (rs6000_emit_epilogue): Ditto.
1036         * config/rs6000/rs6000.h: Definition of DWARF_CIE_DATA_ALIGNMENT
1037         macro for mixed mode.
1038
1039 2004-03-18  Jan Hubicka  <jh@suse.cz>
1040
1041         * predict.c (propagate_freq): Compute correctly frequency of
1042         EXIT_BLOCK.
1043
1044 2004-03-17  Eric Christopher  <echristo@redhat.com>
1045
1046         * builtins.c (apply_args_size): Use reg_raw_mode.
1047         (apply_result_size): Ditto.
1048
1049 2004-03-17  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051         PR target/14620
1052         * config/rtems.h: Add STD_LIB_SPEC and LIB_SPEC.
1053
1054 2004-03-17  Jakub Jelinek  <jakub@redhat.com>
1055
1056         * config/rs6000/t-linux64 (bispecs): Don't add -mlong-double-128 for
1057         32-bit builds when defaulting to 32-bit.
1058
1059 2004-03-17  Jan Hubicka  <jh@suse.cz>
1060
1061         * cfgrtl.c (rtl_create_basic_block): Pre-allocate basic_block_info
1062         array.
1063
1064 2004-03-17  James E Wilson  <wilson@specifixinc.com>
1065
1066         * config/mips/mips.md (zero_extendsidi2): Add length attribute.
1067         (hazard_nop): Change type to nop.
1068         (type): Split arith into arith, shift, slt, clz.  Delete darith.
1069         Fix all uses.  Change arith to multi if more than one insn emitted.
1070         * config/mips/5400.md (ir_vr54_arith): Likewise.
1071         * config/mips/5500.md (ir_vr55_arith): Likewise.
1072         * config/mips/7000.md (rm7_int_other): Likewise.
1073         * config/mips/9000.md (rm9k_int): Likewise.
1074         * config/mips/sr71k.md (ir_sr70_arith): Likewise.
1075
1076 2004-03-17  Joel Brobecker  <brobecker@gnat.com>
1077
1078         * dwarf2out.c (subrange_type_die): Define new variable "subtype"
1079         to hold the subtype tree instead of recomputing it several times.
1080
1081 2004-03-17  Kazu Hirata  <kazu@cs.umass.edu>
1082
1083         * config/mn10300/mn10300.c (notice_update_cc): Don't handle
1084         CC_INVERT.
1085         * config/mn10300/mn10300.md (cc): Remove "invert".
1086
1087 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1088
1089         * builtins.c (integer_valued_real_p): Add builtin rint.
1090         (fold_builtin): Likewise.
1091         * convert.c (convert_to_real): Likewise.
1092
1093         * convert.c (convert_to_real): Fix typos in `long double'
1094         builtins.
1095
1096 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
1097
1098         PR c++/14481
1099         * fold-const.c (fold): Set TREE_NO_UNUSED_WARNING on implicitly
1100         generated COMPOUND_EXPRs.
1101
1102 2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1103
1104         * config/h8300/t-rtems (h8300-*-rtems*): New.
1105
1106 2004-03-16  Eric Christopher  <echristo@redhat.com>
1107
1108         * doc/cppopts.texi(fwide-exec-charset): Fix typo.
1109
1110 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
1111
1112         * config/i386/i386-protos.h: Add a prototype for
1113         ix86_reverse_condition.
1114         * config/i386/i386.c (ix86_reverse_condition): New.
1115         * config/i386/i386.h (REVERSE_CONDITION): Use
1116         ix86_reverse_condition.
1117         * config/i386/i386.md: Use ix86_reverse_condition instead of
1118         REVERSE_CONDITION.
1119
1120 2004-03-16  J. Brobecker  <brobecker@gnat.com>
1121
1122         * dwarf2out.c (loc_descriptor_from_tree): Add handling for MIN_EXPR.
1123
1124 2004-03-16  Nathanael Nerode  <neroden@gcc.gnu.org>
1125
1126         PR bootstrap/12974
1127         * Makefile.in: Pass $(INCLUDES) down to libgcc.mk explicitly.
1128
1129 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1130
1131         * c-common.c (c_common_type_for_mode): Build vector types on
1132         demand.
1133         (handle_mode_attribute): Deprecate using the mode attribute
1134         to create vector types.  Fix indentation.
1135         (vector_type_node_list): Remove.
1136         (handle_vector_size_attribute): Create vector types on demand.
1137         Strip a NON_LVALUE_EXPR from the attribute if there is one.
1138         * c-typeck.c (comptypes): Make vector types compatible if they
1139         have the same underlying mode.
1140         (convert_for_assignment): Use comptypes to convert between
1141         vector types.
1142         * tree.c (build_common_tree_nodes_2): Do not create vector types.
1143         * config/arm/arm.c (arm_init_iwmmxt_builtins): Create necessary
1144         vector types.
1145         * tree.h: Remove vector types.
1146         * config/i386/i386.c (i386_init_mmx_sse_builtins): Likewise.
1147         * config/rs6000/rs6000.c (rs6000_init_builtins): Likewise.
1148         (V16QI_type_node, V2SI_type_node, V2SF_type_node, V4HI_type_node,
1149         V4SI_type_node, V4SF_type_node, V8HI_type_node): New globals.
1150         * doc/extend.texi (Vector Types): Document how to use the
1151         vector_size attribute to create vectors, rather than mode.
1152
1153         * config/arm/mmintrin.h: Use vector_size attribute, not mode.
1154         * config/i386/emmintrin.h: Likewise.
1155         * config/i386/mmintrin.h: Likewise.
1156         * config/i386/xmmintrin.h: Likewise.
1157         * config/sh/ushmedia.h: Likewise.
1158
1159 2004-03-16  Kazu Hirata  <kazu@cs.umass.edu>
1160
1161         * config/freebsd-spec.h, config/arc/arc-protos.h,
1162         config/arm/aout.h, config/arm/elf.h, config/arm/freebsd.h,
1163         config/arm/linux-gas.h, config/arm/semi.h,
1164         config/cris/cris-protos.h, config/i386/xm-djgpp.h,
1165         config/ia64/freebsd.h, config/mips/7000.md,
1166         config/mips/9000.md, config/ns32k/ns32k-protos.h,
1167         config/sparc/pbd.h: Update copyright.
1168
1169 2004-03-16  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1170
1171         PR target/14577
1172         * config.gcc: Switch sh-*-rtems* to ELF.  Add sh-*-rtemscoff.
1173
1174 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
1175
1176         * combine.c (combine_simplify_rtx): Remove the "last"
1177         parameter and its documentation.  Adjust recursive calls.
1178         (simplify_logical): Always perform the only simplification
1179         controlled by "last", if the simplified expression is
1180         actually different.
1181         (try_combine): Do not pass the "last" parameter to
1182         combine_simplify_rtx.
1183
1184 2004-03-16  Richard Sandiford  <rsandifo@redhat.com>
1185
1186         PR target/14599
1187         * config/mips/mips.md (UNSPEC_GP): New constant.
1188         * config/mips/mips.c (CONST_GP_P): Expect the CONST to contain
1189         an UNSPEC instead of (reg $gp).
1190         (mips16_gp_pseudo_reg): Change accordingly.
1191         (print_operand): Print $gp directly when handling CONST_GP_P.
1192
1193 2004-03-16  Richard Zidlicky  <rz@linux-m68k.org>
1194
1195         * config.gcc, config/m68k/linux.h: Implement with-cpu for m68k-linux.
1196         * longlong.h: Make code 68060 clean when compiling for m68060.
1197
1198 2004-03-16  Richard Zidlicky  <rz@linux-m68k.org>
1199
1200         * config/m68k/m68k.md: Fix constraints for bitfield instructions.
1201         * doc/md.texi: Clarify description of "i" constraint.
1202
1203 2004-03-15  James E Wilson  <wilson@specifixinc.com>
1204
1205         * config/mips/mips.md (type): Split load into load, fpload, fpidxload.
1206         Split store into store, fpstore, fpidxstore.  Fix all uses.
1207         * config/mips/5400.md (ir_vr54_load, ir_vr54_store, ir_vr54_fstore):
1208         Likewise.
1209         * config/mips/5500.md (ir_vr55_load, i5_vr55_store): Likewise.
1210         * config/mips/7000.md (rm7_ld, rm7_st): Likewise.
1211         * config/mips/9000.md (rm9k_load, rm9k_store): Likewise.
1212         * config/mips/sr71k.md (ir_sr70_load, ir_sr70_store, ir_sr70_fload,
1213         ir_sr70_fstore): Likewise.
1214
1215 2004-03-15  Richard Henderson  <rth@redhat.com>
1216
1217         PR middle-end/14535
1218         * except.c (collect_one_action_chain): Record action for cleanup
1219         outer of exception spec.
1220
1221 2004-03-15  Ian Lance Taylor  <ian@wasabisystems.com>
1222
1223         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
1224         Fix the check for abort and only do the mmap if we can.
1225
1226 2004-03-15  Eric Botcazou  <ebotcazou@act-europe.fr>
1227
1228         * config/sparc/sparc.h: Rework comments about the code model
1229         in 64-bit environment and the mode 'Pmode'.
1230         * doc/invoke.texi (SPARC options): Rework description of the
1231         different code models supported in 64-bit environment.
1232
1233 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
1234
1235         * defaults.h (REVERSIBLE_CC_MODE): Define.
1236         * jump.c (reversed_comparison_code_parts): Don't check if
1237         REVERSIBLE_CC_MODE is defined.
1238
1239 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
1240
1241         * c-incpath.c, c-incpath.h, c-pch.c, c.opt, cppexp.c,
1242         et-forest.h, genattr.c, ggc-none.c, hosthooks-def.h,
1243         hosthooks.h, params.h, ra-colorize.c, web.c,
1244         config/darwin-c.c, config/alpha/freebsd.h, config/arm/pe.c,
1245         config/avr/avr-protos.h, config/avr/avr.md,
1246         config/fr30/fr30-protos.h, config/fr30/fr30.md,
1247         config/h8300/fixunssfsi.c, config/i386/darwin.h,
1248         config/i386/freebsd.h, config/i386/freebsd64.h,
1249         config/ia64/hpux.h, config/ia64/unwind-ia64.c,
1250         config/ip2k/libgcc.S, config/m32r/xm-m32r.h,
1251         config/mmix/mmix-modes.def, config/ns32k/netbsd.h,
1252         config/ns32k/ns32k.md, config/pa/pa64-hpux.h,
1253         config/pa/pa64-regs.h, config/rs6000/aix41.h,
1254         config/rs6000/aix43.h, config/rs6000/host-darwin.c,
1255         config/sparc/aout.h, config/sparc/freebsd.h,
1256         config/sparc/litecoff.h, config/vax/vax-protos.h,
1257         doc/hostconfig.texi, doc/include/gcc-common.texi: Update
1258         copyright.
1259
1260 2004-03-15  Paul Brook  <paul@codesourcery.com>
1261
1262         * config/arm/arm.c (thumb_expand_prologue): Tie prologue insns to fp.
1263
1264 2004-03-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1265
1266         * c-pretty-print.c (pp_c_semicolon): Fix formatting.
1267         (pp_c_cv_qualifier): Document.
1268         (pp_c_space_for_pointer_operator): Likewise.
1269         (pp_c_integer_constant): Likewise.
1270         (pp_c_identifier): Likewise.
1271         (pp_c_init_declarator): Don't print function body.
1272
1273 2004-03-14  Joseph S. Myers  <jsm@polyomino.org.uk>
1274
1275         * doc/contrib.texi, doc/extend.texi, doc/gcov.texi,
1276         doc/install.texi, doc/invoke.texi, doc/makefile.texi,
1277         doc/sourcebuild.texi, doc/tm.texi, doc/trouble.texi: Capitalize
1278         "gcc", "g++" and "g77" or mark up with appropriate markup.  Adjust
1279         wording and grammar.
1280
1281 2004-03-14  Roger Sayle  <roger@eyesopen.com>
1282
1283         * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()
1284         with lang_hooks.foo ().
1285         * builtins.c (expand_builtin_va_arg): Likewise.
1286         * c-common.c (fname_as_string, c_common_truthvalue_conversion,
1287         c_common_type_for_mode, c_common_nodes_and_builtins,
1288         handle_mode_attribute, handle_vector_size_attribute): Likewise.
1289         * c-convert.c (convert): Likewise.
1290         * c-format.c (check_format_types): Likewise.
1291         * c-objc-common.c (c_tree_printer): Likewise.
1292         * c-typeck.c (build_unary_op, build_conditional_expr,
1293         build_binary_op): Likewise.
1294         * calls.c (try_to_integrate, expand_call,
1295         emit_library_call_value_1): Likewise.
1296         * cgraph.c (cgraph_node_name, cgraph_function_possibly_inlined_p):
1297         Likewise.
1298         * cgraphunit.c (record_call_1, cgraph_analyze_function,
1299         cgraph_expand_function): Likewise.
1300         * convert.c (convert_to_pointer, convert_to_integer): Likewise.
1301         * coverage.c (build_fn_info_type, build_ctr_info_type,
1302         build_gcov_info, create_coverage): Likewise.
1303         * dbxout.c (dbxout_init): Likewise.
1304         * diagnostic.c (diagnostic_report_current_function): Likewise.
1305         * dojump.c (do_jump): Likewise.
1306         * dwarf2out.c (dwarf2_name): Likewise.
1307         * except.c (init_eh): Likewise.
1308         * explow.c (expr_size, int_expr_size): Likewise.
1309         * expmed.c (make_tree, const_mult_add_overflow_p, expand_mult_add):
1310         Likewise.
1311         * expr.c (store_expr, store_constructor, safe_from_p,
1312         expand_expr_real, do_store_flag, try_casesi): Likewise.
1313         * function.c (push_function_context_to, pop_function_context_from,
1314         free_after_parsing, assign_stack_local_1, assign_stack_temp_for_type,
1315         put_var_into_stack, allocate_struct_function, current_function_name):
1316         Likewise.
1317         * integrate.c (copy_decl_for_inlining, expand_inline_function):
1318         Likewise.
1319         * langhooks.c (lhd_clear_binding_stack, write_global_declarations,
1320         lhd_print_error_function): Likewise.
1321         * opts.c (handle_option, decode_options): Likewise.
1322         * passes.c (open_dump_file): Likewise.
1323         * print-tree.c (print_node): Likewise.
1324         * stmt.c (expand_fixup, fixup_gotos, expand_asm_operands,
1325         expand_decl_cleanup, emit_case_nodes): Likewise.
1326         * stor-layout.c (variable_size): Likewise.
1327         * toplev.c (announce_function, wrapup_global_declarations,
1328         check_global_declarations, compile_file, default_tree_printer,
1329         process_options, lang_dependent_init, finalize): Likewise.
1330         * tree-dump.c (dequeue_and_dump): Likewise.
1331         * tree-inline.c (remap_decl, remap_block, copy_body_r,
1332         initialize_inlined_parameters, declare_return_variable,
1333         inlinable_function_p, expand_call_inline, optimize_inline_calls,
1334         walk_tree, copy_tree_r): Likewise.
1335         * tree-optimize.c (tree_rest_of_compilation): Likewise.
1336         * tree.c (decl_assembler_name, tree_size, size_in_bytes, staticp,
1337         unsafe_for_reeval, get_unwidened, get_narrower, get_callee_fndecl,
1338         variably_modified_type_p, dump_tree_statistics): Likewise.
1339         * varasm.c (assemble_variable, compare_constant, copy_constant,
1340         force_const_mem, compute_reloc_for_constant, output_constant,
1341         output_addressed_constants, initializer_constant_valid_p): Likewise.
1342
1343 2004-03-14  Kelley Cook  <kcook@gcc.gnu.org>
1344
1345         * doc/install.texi: Make autoconf 2.13 the exception, not the rule.
1346
1347 2004-03-14  Andreas Tobler  <a.tobler@schweiz.ch>
1348
1349         * doc/install.texi: Reflect autoconf and automake version for
1350         libffi. Update autoconf version to 2.59.
1351
1352 2004-03-13  Roger Sayle  <roger@eyesopen.com>
1353
1354         * fold-const.c (negate_expr, operand_equal_for_comparison_p,
1355         optimize_bit_field_compare, decode_field_reference, all_ones_mask_p,
1356         make_range, build_range_check, fold_range_test, unextend,
1357         constant_boolean_node, fold_binary_op_with_conditional_arg,
1358         fold_truthop, fold_mathfn_compare, fold_inf_compare,
1359         fold_single_bit_test, fold): Replace calls via (*lang_hooks.foo) ()
1360         with lang_hooks.foo ().
1361
1362 2004-03-14  Richard Earnshaw  <rearnsha@arm.com>
1363
1364         * arm.h (EXTRA_CONSTRAINT_STR_ARM): Update comment.
1365
1366 2004-03-13  Dara Hazeghi  <dhazeghi@yahoo.com>
1367
1368         * doc/install.texi: Note status of -fnew-ra.
1369
1370 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1371
1372         PR middle-end/14470
1373         * expr.c (store_expr): Call emit_queue before generating the move
1374         from the temporary to the original target.  Protect the temporary
1375         from emit_queue.
1376
1377 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
1378
1379         PR target/14533
1380         * config/s390/s390.c (legitimize_pic_address): Don't abort on UNSPEC
1381         other than UNSPEC_GOTOFF.
1382
1383 2004-03-13  Richard Earnshaw  <rearnsha@arm.com>
1384
1385         * arm.c (arm_legitimate_address_p): New argument, OUTER.  Pass through
1386         to arm_legitimate_index_p.  Update all callers with SET as default
1387         value.
1388         (arm_legitimate_index_p): New argument, OUTER.  Restrict the index
1389         range if OUTER is a sign-extend operation on QImode.  Correctly
1390         reject shift operations on sign-extended QImode addresses.
1391         (bad_signed_byte_operand): Delete.
1392         (arm_extendqisi_mem_op): New function.
1393         * arm.h (EXTRA_CONSTRAINT_ARM): Delete.  Replace with...
1394         (EXTRA_CONSTRAINT_STR_ARM): ... this.  Handle extended address
1395         constraints.
1396         (CONSTRAINT_LEN): New.
1397         (EXTRA_CONSTRAINT): Delete.  Replace with...
1398         (EXTRA_CONSTRAINT_STR): ... this.
1399         (PREDICATE_CODES): Remove bad_signed_byte_operand.
1400         * arm.md (extendqihi_insn): Use new constraint Uq.  Rework.  Length
1401         is now always default.
1402         (define_splits for bad sign-extend loads): Delete.
1403         (arm_extendqisi, arm_extendqisi_v5): Likewise.
1404         * arm/vfp.md (arm_movsi_vfp, arm_movdi_vfp, movsf_vfp, movdf_vfp):
1405         Rework 'U' constraint to 'Uv'.
1406         * arm-protos.h: Remove bad_signed_byte_operand.  Add
1407         arm_extendqisi_mem_op.
1408         * doc/md.texi (ARM constraints): Rename VFP constraint (now Uv).
1409         Add Uq constraint.
1410
1411 2004-03-13  Alan Modra  <amodra@bigpond.net.au>
1412
1413         * config/rs6000/rs6000.c (rs6000_va_arg): Replace SPLIT_COMPLEX_ARGS
1414         with targetm version.
1415
1416         PR target/14567
1417         * config/rs6000/rs6000.h (UNITS_PER_ARG, RS6000_ARG_SIZE): Delete.
1418         (HARD_REGNO_MODE_OK): Disallow TFmode for fp31.
1419         * config/rs6000/rs6000.c (rs6000_arg_size): New function.
1420         Update all users of RS6000_ARG_SIZE.
1421         (function_arg_advance): Count fregno using mode size.
1422         (function_arg): Handle long double split over regs and memory.
1423         (function_arg_partial_nregs): Likewise.
1424         (rs6000_va_arg): Repackage complex args.
1425
1426 2004-03-13  Dean Ferreyra <dferreyra@igc.org>
1427
1428         PR target/14047
1429         * config/avr/avr.c (avr_progmem_p): Add "attributes" parameter.
1430         (avr_insert_attributes): Pass "attributes" to avr_progmem_p.
1431         * config/avr/avr-protos.h (avr_progmem_p): Change prototype.
1432
1433 2004-03-12  Jakub Jelinek  <jakub@redhat.com>
1434
1435         * config/rs6000/rs6000-protos.h (rs6000_output_dwarf_dtprel): Add
1436         prototype.
1437         * config/rs6000/rs6000.c (rs6000_output_dwarf_dtprel): New.
1438         * config/rs6000/rs6000.h (ASM_OUTPUT_DWARF_DTPREL): Define.
1439
1440 2003-03-12  Andrew Pinski  <apinski@apple.com>
1441
1442         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_use_address):
1443         Use ret instead of result. Use addr instead of base.
1444
1445 2004-03-12  David Edelsohn  <edelsohn@gnu.org>
1446
1447         * doc/install.texi (*-ibm-aix*): Document assembler and achiver
1448         fixes required by libstdc++ and update installation instructions
1449         for libstdc++.a.
1450
1451 2004-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
1452
1453         * config/i386/winnt.c (i386_pe_strip_name_encoding_full): Strip
1454         leading '@' on fastcall symbols before stripping suffix.
1455
1456 2004-03-12  Roger Sayle  <roger@eyesopen.com>
1457
1458         * combine.c (unmentioned_reg_p): New function to check whether an
1459         expression is a "specialization" of another, i.e. that there are
1460         no registers or memory references mentioned in the first that don't
1461         appear in the second.
1462         (unmentioned_reg_p_1): New helper subroutine of unmentioned_reg_p.
1463         (combine_instructions): Also try combining instructions using the
1464         REG_EQUAL note from a preceding log-linked instruction.
1465
1466 2004-03-12  Roger Sayle  <roger@eyesopen.com>
1467
1468         * config/i386/i386.c (ix86_split_ashrdi): Optimize shift by 63.
1469
1470 2004-03-12  Matt Austern  <austern@apple.com>
1471
1472         * target.h (struct gcc_target): New target hook, unwind_label.
1473         * target-def.h (TARGET_ASM_EMIT_UNWIND_LABEL): New hook.
1474         * output.h (default_emit_unwind_label): New function.
1475         * default.h (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): New macro.
1476         (TARGET_USES_WEAK_UNWIND_INFO): New target macro.
1477         (TARGET_SUPPORTS_HIDDEN): New target macro.
1478         * dwarf2out.c (struct dw_fde_struct): Add field for function decl
1479         that corresponds to this FDE.
1480         (FRAME_BEGIN_LABEL): Allow target to override default label.
1481         (output_call_frame_info): If FDEs are linknonce, then use extra
1482         indirection for FDE encoding, output a label for each FDE, and
1483         output an empty label for each function without an FDE.
1484         (dwarf2out_begin_prologue): Set up decl field when creating an FDE.
1485         * varasm.c (globalize_decl): Call ASM_MAKE_LABEL_LINKONCE for
1486         decls with DECL_ONE_ONLY set, if that macro is defined.
1487         (make_decl_one_only): Don't use DECL_COMMON if we're compiling
1488         for a SUPPORTS_ONE_ONLY target.
1489         * config/darwin-protos.h (darwin_unique_section): Declare.
1490         (darwin_asm_named_section): Likewise.
1491         (darwin_section_type_flags): Likewise.
1492         (darwin_non_lazy_pcrel): Likewise.
1493         (darwin_emit_unwind_label): Likewise.
1494         (darwin_make_decl_one_only): Likewise.
1495         * config/darwin.c (machopic_finish): Get rid of tweak that
1496         eliminate stubs for symbols that are defined.
1497         (darwin_encode_section_info): Don't treat weak functions as defined.
1498         (darwin_make_decl_one_only): Define.
1499         (darwin_asm_named_section): Likewise.
1500         (darwin_section_type_flags): Likewise.
1501         (darwin_unique_section): Likewise.
1502         (darwin_emit_unwind_label): Likewise.
1503         (darwin_non_lazy_pcrel): Likewise.
1504         (darwin_asm_output_dwarf_delta): Difference between two labels is
1505         local only if both labels are local.
1506         * config/darwin.h (MAKE_DECL_ONE_ONLY): Define.
1507         (ASM_MAKE_LABEL_LINKONCE): Likewise.
1508         (TARGET_SUPPORTS_HIDDEN): Likewise.
1509         (TARGET_USES_WEAK_UNWIND_INFO): Likewise.
1510         (TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY): Likewise.
1511         (FRAME_BEGIN_LABEL): Likewise.
1512         (ASM_DECLARE_OBJECT_NAME): Make references to weak symbols indirect.
1513         (ASM_DECLARE_FUNCTION_NAME): Likewise.
1514         (darwin_eh_frame_section): Give __eh_frame section the coalesced flag.
1515         (TARGET_ASM_UNIQUE_SECTION): Define.
1516         (EH_FRAME_SECTION_NAME): Define.
1517         (EH_FRAME_SECTION_ATTR): Likewise.
1518         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): Likewise.
1519         (TARGET_ASM_NAMED_SECTION): Likewise.
1520         (TARGET_SECTION_TYPE_FLAGS): Likewise.
1521         * doc/tm.texi: Document TARGET_USES_WEAK_UNWIND_INFO,
1522         TARGET_EXPLICIT_INSTANTIATIONS_ONE_ONLY, TARGET_SUPPORTS_HIDDEN,
1523         TARGET_ASM_EMIT_UNWIND_LABEL.
1524
1525 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1526
1527         * builtins.c (expand_builtin_mathfn): Add pow10* to the
1528         existing exp10* case.
1529         (expand_builtin): Likewise.
1530
1531 2004-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
1532
1533         * doc/tm.texi (registers) <Values in Registers>: Add
1534         entry for REGMODE_NATURAL_SIZE.
1535
1536 2004-03-12  Richard Henderson  <rth@redhat.com>
1537
1538         PR target/14547
1539         * target.h (struct gcc_target): Move calls substructure before
1540         booleans.  Add split_complex_arg.
1541         * function.c (assign_parms, split_complex_args): Use it.
1542         * calls.c (expand_call): Likewise.
1543         (split_complex_values): Likewise.  Check for splittable types
1544         before allocating memory.
1545         (split_complex_types): Likewise.
1546         * system.h (SPLIT_COMPLEX_ARGS): Poison.
1547         * expr.h (SPLIT_COMPLEX_ARGS): Remove.
1548         * target-def.h (TARGET_SPLIT_COMPLEX_ARG): New.
1549         * config/alpha/alpha.c (alpha_split_complex_arg): New.
1550         (TARGET_SPLIT_COMPLEX_ARG): New.
1551         * config/alpha/alpha.h (SPLIT_COMPLEX_ARGS): Remove.
1552         * config/rs6000/rs6000.c (TARGET_SPLIT_COMPLEX_ARG): New.
1553         (rs6000_override_options): Zap it for non-AIX.
1554         (rs6000_function_value): Use targetm.calls.split_complex_arg.
1555         * config/rs6000/rs6000.h (SPLIT_COMPLEX_ARGS): Remove.
1556         * config/xtensa/xtensa.c (TARGET_SPLIT_COMPLEX_ARG): New.
1557         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Remove.
1558         * doc/tm.texi (TARGET_SPLIT_COMPLEX_ARG): Modify from old
1559         SPLIT_COMPLEX_ARGS entry.
1560
1561 2004-03-11  Richard Henderson  <rth@redhat.com>
1562
1563         * config/alpha/alpha.c (xfloating_ops, vax_cvt_ops): New.
1564         (alpha_lookup_xfloating_lib_func): Use them, return rtx.
1565         (alpha_emit_xfloating_arith): Update to match.
1566         (alpha_emit_xfloating_compare): Likewise.
1567         (alpha_emit_xfloating_cvt): Likewise.
1568         (alpha_emit_xfloating_libcall): Take already built symbol,
1569         mark call const.
1570         * config/alpha/alpha.md (extendsftf2, extenddftf2): Take
1571         op1 in a register.
1572
1573 2004-03-11  Richard Henderson  <rth@redhat.com>
1574
1575         PR target/14539
1576         * config/alpha/alpha.h (STACK_BOUNDARY): Set to 128.
1577
1578         * simplify-rtx.c (simplify_relational_operation): Fix typo.
1579
1580 2004-03-11  Richard Henderson  <rth@redhat.com>
1581
1582         PR middle-end/14477
1583         * except.c (remove_unreachable_regions): Look thru CALL_PLACEHOLDER.
1584
1585 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1586
1587         PR target/14262
1588         * calls.c (load_register_parameters): If BLOCK_REG_PADDING is not
1589         defined, pass small BLKmode values in registers in the low-order part.
1590
1591 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
1592
1593         * combine.c (if_then_else_cond): Check for NULL return value of
1594         simplify_gen_subreg.
1595
1596 2004-03-11  Richard Sandiford  <rsandifo@redhat.com>
1597
1598         PR target/14496
1599         * config/mips/mips.h (UNITS_PER_FPVALUE): Fix value for
1600         TARGET_SINGLE_FLOAT.
1601
1602 2004-03-11  Steve Ellcey  <sje@cup.hp.com>
1603
1604         * config/ia64/hpux.h (TARGET_INIT_LIBFUNCS): Add undef.
1605         * config/ia64/ia64.h (TARGET_INIT_LIBFUNCS): Add define.
1606         * config/ia64/ia64.c (ia64_init_libfuncs): New.
1607         (ia64_hpux_init_libfuncs): Add call to ia64_init_libfuncs.
1608
1609 2004-03-11  Roger Sayle  <roger@eyesopen.com>
1610
1611         * fold-const.c (negate_expr_p) <RSHIFT_EXPR>: We can optimize
1612         -((int)X>>C) where C is an integer constant one bit less than the
1613         size of X into (unsigned)X>>C.  Similarly for unsigned->signed.
1614         (negate_expr) <RSHIFT_EXPR>: Implement the above transformations.
1615
1616         * simplify-rtx.c (simplify_unary_operation): Also implement the
1617         above transformations at the RTL level.
1618
1619 2004-03-11  Alan Modra  <amodra@bigpond.net.au>
1620
1621         * real.c (encode_ibm_extended): Do round low word.
1622
1623 2004-03-11  Ben Elliston  <bje@wasabisystems.com>
1624
1625         * config/arm/arm.md (is_xscale): Comment this attribute and move
1626         it a bit further up in the file, closer to related attributes.
1627
1628 2004-03-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
1629
1630         * config/host-solaris.c (sol_gt_pch_use_address): Add
1631         missing terminating marker to comment.
1632
1633 2004-03-11  Richard Sandiford  <rsandifo@redhat.com>
1634
1635         * config/mips/mips.md: Use move_operand in splitters for 64-bit moves.
1636         (movdi, movsi, movhi, movqi, movsf, movdf): Remove predicates.
1637         (*movdi_32bit_mips16, *movsi_mips16, *movhi_mips16, *movqi_mips16)
1638         (*movsf_mips16, *movdf_mips16):  Name unnamed patterns.  Use
1639         move_operand as source predicate in all cases.
1640         (*movdi_32bit): Renamed from movdi_internal.  Remove 'F' constraint.
1641         Test reg_or_0_operand.  Use move_operand as source predicate.
1642         (*movdi_64bit): Renamed from movdi_internal2.  Test reg_or_0_operand.
1643         (*movdi_64bit_mips16): Renamed from movdi_internal2_mips16.
1644         (*movsi_internal): Renamed from movsi_internal.  Test reg_or_0_operand.
1645         (movhi, movqi, movsf, movdf): Use mips_legitimize_move.
1646         (*movhi_internal): Renamed from movhi_internal.  Test reg_or_0_operand.
1647         Use move_operand as source predicate.  Remove 'K' constraint.
1648         (*movqi_internal): Likewise movqi_internal.
1649         (*movsf_hardfloat): Renamed from movsf_internal1.  Test
1650         reg_or_0_operand.  Use move_operand as source predicate.
1651         (*movsf_softfloat): Likewise movsf_internal2.
1652         (*movdf_hardfloat_64bit): Likewise movsf_internal1a.
1653         (*movdf_hardfloat_32bit): Likewise movsf_internal1b.
1654         (*movdf_softfloat): Likewise movdf_internal2.
1655         * config/mips/mips.c (move_operand): Match arbitrary CONST_INTs
1656         for DImode if !TARGET_64BIT.
1657         (mips_legitimize_move): Simplify accordingly.
1658
1659 2004-03-11  Josef Zlomek  <zlomekj@suse.cz>
1660
1661         PR/14362
1662         * var-tracking.c (struct variable_def): Added field refcount.
1663         (variable_htab_free): Decrease the refcount and delete variable
1664         only if there are no more references.
1665         (unshare_variable): New function.
1666         (vars_copy_1): Increase refcount instead of copying the variable.
1667         (variable_union): Share the variables where possible, unshare
1668         the variables if needed.
1669         (variable_different_p): Return false if var1 and var2 are
1670         the same structure.
1671         (variable_was_changed): Init the refcount of new variable.
1672         (set_frame_base_location): Unshare variable if needed.
1673         (set_variable_part): Init the refcount of new variable.
1674         Unshare the variables if needed.
1675         (delete_variable_part): Unshare the variables if needed.
1676         (emit_notes_for_differences_1): Init the refcount of new variable.
1677         (vt_add_function_parameters): Do not add function parameters to
1678         IN set of ENTRY_BLOCK_PTR because it is unused anyway.
1679         (vt_initialize): Do not add frame_base_decl to IN set of
1680         ENTRY_BLOCK_PTR because it is unused anyway.
1681
1682 2004-03-11  Josef Zlomek  <zlomekj@suse.cz>
1683
1684         * var-tracking.c (vars_copy_1): Cleanup and speedup chain operations.
1685         (vars_copy): Likewise.
1686         (variable_union): Likewise.
1687         (set_variable_part): Likewise.
1688         (delete_variable_part): Likewise.
1689
1690 2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>
1691
1692         * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,
1693         ggc-page.c, var-tracking.c, config/fp-bit.c, config/c4x/c4x.c,
1694         config/cris/cris.c, config/i386/ppro.md, config/i860/i860.c,
1695         config/i860/i860.h, config/m32r/m32r.h, config/m32r/xm-m32r.h,
1696         config/m68hc11/m68hc11.h, config/m68hc11/m68hc11.md,
1697         config/mips/mips.c, config/mmix/mmix.c, config/ns32k/ns32k.h,
1698         config/pa/pa.c, config/pa/pa32-regs.h, config/pa/pa64-regs.h,
1699         config/pdp11/pdp11.h, config/rs6000/rs6000.c,
1700         config/stormy16/stormy16.c: Fix comment typos and formatting.
1701
1702 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
1703
1704         * configure: Regenerate, since I forgot to while committing Paolo's
1705         changes.
1706
1707 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
1708
1709         PR ada/14131
1710         Move language detection to the top level.
1711         * configure.ac: Remove code to detect languages,
1712         it now lives exclusively in the top level.
1713         * aclocal.m4 (gcc_AC_PROG_GNAT): Moved to the
1714         top level, renamed to ACX_PROG_GNAT.
1715
1716 2004-03-10  Richard Henderson  <rth@redhat.com>
1717
1718         * c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address
1719         extra arguments.
1720         * config.host (*-*-solaris2*, *-*-linux*): Add out_host_hook_obj
1721         and host_xmake_file fragments.
1722         * ggc-common.c (gt_pch_save): Update for gt_pch_get_address change.
1723         (gt_pch_restore): Similarly for gt_pch_use_address.
1724         (default_gt_pch_get_address): New.
1725         (mmap_gt_pch_get_address): Split out of gt_pch_save.
1726         (default_gt_pch_use_address): Split out of gt_pch_restore.
1727         (mmap_gt_pch_use_address): Likewise.
1728         * hooks.c (hook_voidp_size_t_null): Remove.
1729         (hook_bool_voidp_size_t_false): Remove.
1730         * hooks.h: Likewise.
1731         * hosthooks-def.h (HOST_HOOKS_GT_PCH_GET_ADDRESS): Use one of the
1732         default_ or mmap_ definitions.
1733         (HOST_HOOKS_GT_PCH_USE_ADDRESS): Likewise.
1734         * hosthooks.h (struct host_hooks): Update gt_pch_get_address
1735         and gt_pch_use_address.
1736         * config/host-linux.c, config/host-solaris.c: New files.
1737         * config/x-linux, config/x-solaris: New files.
1738         * config/rs6000/host-darwin.c (darwin_rs6000_gt_pch_get_address):
1739         Update for changed definition.
1740         (darwin_rs6000_gt_pch_use_address): Likewise.
1741         * doc/hostconfig.texi: Update docs.
1742
1743 2004-03-10  Richard Henderson  <rth@redhat.com>
1744
1745         PR c/14517
1746         * c-decl.c (grokdeclarator): Don't warn for duplicate qualifiers
1747         except for pedantic c90 mode.
1748
1749 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
1750
1751         * configure.ac: Bump AC_PREREQ to 2.59.
1752         * configure: Regenerate.
1753
1754 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
1755
1756         * optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.
1757         (exp10_optab, exp2_optab): Define corresponding macros.
1758         * optabs.c (init_optabs): Initialize exp10_optab and exp2_optab.
1759         * genopinit.c (optabs): Implement exp10_optab and exp2_optab
1760         using exp10?f2 and exp2?f2 patterns.
1761         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP10{,F,L}
1762         using exp10_optab, and BUILT_IN_EXP2{,F,L} using exp2_optab.
1763         (expand_builtin): Expand BUILT_IN_EXP10{,F,L} and BUILT_IN_EXP2{,F,L}
1764         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
1765
1766         * config/i386/i386.md (exp10sf2, exp10df2, exp10xf2, exp2sf2,
1767         exp2df2, exp2xf2): New patterns to implement exp10, exp10f, exp10l,
1768         exp2, exp2f and exp2l built-ins as inline x87 intrinsics.
1769
1770 2004-03-10  Anthony Green  <green@redhat.com>
1771
1772         * doc/invoke.texi (ARM Options): Fix -mpfu typo.
1773
1774 2004-03-10  David Edelsohn  <edelsohn@gnu.org>
1775
1776         * config/rs6000/aix.h (TARGET_OS_CPP_BUILTINS): Rename to ...
1777         (TARGET_OS_AIX_CPP_BUILTINS): this.  Conditionally define
1778         __LONGDOUBLE128.
1779         * config/rs6000/aix41.h (TARGET_OS_CPP_BUILTINS): Use
1780         TARGET_OS_AIX_CPP_BUILTINS.
1781         * config/rs6000/aix43.h (TARGET_OS_CPP_BUILTINS): Same.
1782         * config/rs6000/aix51.h (TARGET_OS_CPP_BUILTINS): Same.
1783         * config/rs6000/aix52.h (TARGET_OS_CPP_BUILTINS): Same.
1784         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Revert
1785         previous change.
1786
1787 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1788
1789         * fold-const.c (tree_expr_nonnegative_p): Add more builtin cases.
1790
1791 2004-03-10  David Edelsohn  <edelsohn@gnu.org>
1792
1793         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
1794         __LONGDOUBLE128 on AIX.
1795
1796 2004-03-10  Andrew Haley  <aph@redhat.com>
1797
1798         PR optimization/14381
1799         * function.c (expand_function_end): Emit a blockage insn before
1800         the epilogue when -fnon-call-exceptions is used.
1801
1802         * except.c (expand_start_all_catch): Make comment more accurate.
1803
1804 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
1805
1806         PR target/14480
1807         * config/rs6000/t-rtems: Add missing file on branch.
1808
1809 2004-03-10  Ulrich Weigand  <uweigand@de.ibm.com>
1810
1811         * dbxout.c (dbxout_symbol_location): Do not output references
1812         to optimized-out constant pool symbols.
1813
1814 2004-03-10  Andreas Schwab  <schwab@suse.de>
1815
1816         * config/ia64/ia64.md (divsi3, udivsi3): Remove unused variable
1817         twon34_r.
1818
1819 2004-03-09  James E Wilson  <wilson@specifixinc.com>
1820
1821         * alias.c (alias_sets_might_conflict_p): New.
1822         * c-typeck.c (build_c_cast): Call it if warn_strict_aliasing > 1.
1823         * common.opt (Wstrict-aliasing=): New.
1824         * flags.h (warn_strict_aliasing): Change type to int.
1825         * opts.c (warn_strict_aliasing): Change type to int.
1826         (common_handle_option): Handle OPT_Wstrict_aliasing_.
1827         * tree.h (alias_sets_might_conflict_p): Declare it.
1828         * doc/invoke.tex (-Wstrict-aliasing=2): Document it.
1829
1830 2004-03-10  Roman Zippel  <zippel@linux-m68k.org>
1831
1832         PR bootstrap/12371
1833         * config/m68k/m68k.h (FIXED_REGISTERS): Add arg pointer.
1834         (CALL_USED_REGISTERS): Likewise.
1835         (REG_CLASS_CONTENTS): Likewise.
1836         (REG_ALLOC_ORDER): New.
1837         (REGNO_REG_CLASS): Use regno_reg_class.
1838         * config/m68k/m68k.c: Add regno_reg_class array.
1839
1840 2004-03-09  Steve Ellcey  <sje@cup.hp.com>
1841
1842         * config/ia64/ia64.md (divsi3): Fix algorithm.
1843           (udivsi3): Ditto.
1844           (setf_exp_xf): Remove '*' from name.
1845         * testsuite/gcc.dg/20040309-1.c: New test.
1846
1847 2004-03-09  Ian Lance Taylor  <ian@wasabisystems.com>
1848
1849         * system.h (SUNOS4_SHARED_LIBRARIES): Poison.
1850         * collect2.c: Remove SUNOS4_SHARED_LIBRARIES code.
1851         * config/sparc/aout.h (TARGET_ASM_SELECT_SECTION): Don't define.
1852         * config/sparc/sparc.c (sparc_aout_select_section): Remove.
1853         (sparc_aout_select_rtx_section): Don't check
1854         SUNOS4_SHARED_LIBRARIES.
1855         * config/sparc/sparc.h (SUNOS4_SHARED_LIBRARIES): Don't define.
1856
1857 2004-03-10  Hans-Peter Nilsson  <hp@axis.com>
1858
1859         PR other/14474
1860         * doc/md.texi (Pattern Ordering, Dependent Patterns)
1861         (Jump Patterns, Looping Patterns): Wrap in separate "@ifset
1862         INTERNALS".
1863
1864 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
1865
1866         * config/ia64/hpux.h (MULTILIB_DEFAULTS): Define.
1867         (LIBGCC_SPEC): Update to match.
1868
1869 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
1870
1871         * c-decl.c (last_function_parms, last_function_parm_tags)
1872         (last_function_parm_others, current_function_parms)
1873         (current_function_parm_tags, current_function_parm_others):
1874         Delete.
1875         (ARG_INFO_PARMS, ARG_INFO_TAGS, ARG_INFO_TYPES, ARG_INFO_OTHERS):
1876         New macros.
1877         (grokdeclarator): For function definitions, save the arg-info
1878         block from the declarator in DECL_ARGUMENTS.
1879         (grokparms): Do not write to last_function_parm*.  Use ARG_INFO_*
1880         macros to operate on arg-info block.  Can assume ARG_INFO_PARMS
1881         contains only PARM_DECLs.  Improve diagnostics.
1882         (get_parm_info): Use ARG_INFO_* macros.  Improve comments and
1883         diagnostics.  Disable some expensive checks if not ENABLE_CHECKING.
1884         (store_parm_decls_newstyle): Take the function to operate on,
1885         and an arg-info block, as arguments; don't get anything from
1886         current_function_* globals.
1887         (store_parm_decls_oldstyle): Likewise.
1888         (store_parm_decls): Pass fndecl and its arg-info block down to
1889         store_parm_decls_newstyle/oldstyle.  Send functions with empty
1890         argument lists through store_parm_decls_newstyle to reduce
1891         overhead.
1892         (pushdecl): Comment on the problems with the call to copy_node.
1893         Clear DECL_ARGUMENTS of the old node after copying it, if it
1894         is an arg-info block instead of a chain of decls.
1895         (start_function): Do not manipulate current_function_parm* or
1896         last_function_parm*.
1897
1898 2004-03-09  Roger Sayle  <roger@eyesopen.com>
1899             Andrew Pinski  <pinskia@physics.uc.edu>
1900
1901         * ifcvt.c (noce_try_sign_mask): New function to transform
1902         "x = (y < 0) ? z : 0" into the equivalent "x = (y >> C) & z".
1903         (noce_process_if_block): Call noce_try_sign_mask.
1904
1905 2004-03-09  Andrew Pinski  <apinski@apple.com>
1906
1907         * c-typeck.c (tagged_types_tu_compatible_p):
1908         Fix typo.
1909
1910 2004-03-09  Roger Sayle  <roger@eyesopen.com>
1911
1912         * simplify-rtx.c (simplify_const_relational_operation): New function
1913         renamed from simplify_relational_operation.
1914         (simplify_relational_operation): Change prototype to accept an
1915         additional mode argument.  Call simplify_const_relational_operation.
1916         (simplify_gen_relational): Update simplify_relational_operation call.
1917         (simplify_ternary_operation): Update simplify_relational_operation
1918         subroutine call to use simplify_const_relational_operation instead.
1919
1920         * rtl.h (simplify_const_relational_operation): Prototype here.
1921         (simplify_relational_operation): Add addtional mode argument.
1922
1923         * combine.c (combine_simplify_rtx): Update calls to
1924         simplify_relational_operation.
1925         (simplify_set): Likewise.
1926         (gen_binary): Likewise.
1927         * cse.c (fold_rtx): Likewise.
1928         * dojump.c (compare_from_rtx): Likewise.
1929         (do_compare_rtx_and_jump): Likewise.
1930         * integrate.c (subst_constants): Likewise.
1931         * unroll.c (simplify_cmp_and_jump_insns): Likewise.
1932
1933 2004-03-09  Kazu Hirata  <kazu@cs.umass.edu>
1934
1935         * config/m32r/m32r.md: Remove all define_peephole's.
1936
1937 2004-03-09  Alan Modra  <amodra@bigpond.net.au>
1938
1939         * config/rs6000/rs6000.md: Remove trailing whitespace.
1940
1941 2004-03-08  Eric Christopher  <echristo@redhat.com>
1942
1943         * Makefile.in (site.exp): Add libiconv variable definition.
1944
1945 2004-03-09  Hans-Peter Nilsson  <hp@axis.com>
1946
1947         * configure: Regenerate for config/accross.m4 correction.
1948
1949 2004-03-08  Joel Sherrill  <joel@oarcorp.com>
1950
1951         PR target/14480
1952         * config/rs6000/t-rtems: Add missing file on branch.
1953
1954 2004-03-08  Roger Sayle  <roger@eyesopen.com>
1955
1956         PR middle-end/14289
1957         * c-typeck.c (c_mark_addressable): A register variable should
1958         be considered global if its not automatic, i.e. TREE_PUBLIC,
1959         TREE_STATIC or DECL_EXTERNAL.
1960         * function.c (put_var_into_stack): Call abort when placing a
1961         hard register into the stack, if x_parm_reg_stack_loc is NULL.
1962
1963 2004-03-08  Ulrich Weigand  <uweigand@de.ibm.com>
1964
1965         * config/s390/s390.md ("*extendqidi2_short_displ"): Add CC clobber.
1966         ("*extendqisi2_short_displ"): Likewise.
1967
1968 2004-03-08  Kazu Hirata  <kazu@cs.umass.edu>
1969
1970         * config/pdp11/pdp11.c (comparison_operator_index): Remove.
1971         (comp_operator): Likewise.
1972         * config/pdp11/pdp11-protos.h: Remove corresponding
1973         prototypes.
1974
1975 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
1976
1977         * expr.c (highest_pow2_factor_for_type): Rename into
1978         highest_pow2_factor_for_target.  Use DECL_ALIGN instead of
1979         TYPE_ALIGN when the target is a COMPONENT_REF.
1980         (expand_assignment): Ajust call to highest_pow2_factor_for_type.
1981
1982 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
1983
1984         * config/rs6000/rs6000.c: Formatting fix.
1985         (legitimate_offset_address_p): Correct offset range check.
1986
1987         * config/rs6000/rs6000.c (rs6000_override_options): Don't override
1988         -msoft-float by -mcpu.  Consolidate similar code for MASK_MULTIPLE
1989         and MASK_STRING.
1990
1991 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
1992
1993         * config/rs6000/rs6000.md (ashrdi3): Do not call ashrdi3_no_power
1994         for little endian.
1995         ("ashrdi3_no_power"): Disable for little endian.
1996         (ashrdi3): Same.
1997
1998 2004-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1999
2000         * fold-const.c (tree_expr_nonnegative_p): Reformat checks for
2001         builtins.
2002
2003 2004-03-08  Hans-Peter Nilsson  <hp@axis.com>
2004
2005         PR target/14471
2006         * configure.ac (Target-specific assembler checks) <cris-*-*>: New
2007         case, checking for -no-mul-bug-abort option.
2008         * configure, config.in: Regenerate.
2009         * doc/invoke.texi (CRIS Options): Document -mmul-bug-workaround
2010         and -mno-mul-bug-workaround.
2011         * config/cris/cris.md ("smulsi3_highpart", "umulsi3_highpart")
2012         ("mulsidi3", "umulsidi3"): Prefix output template with "%!".
2013         ("umulhisi3", "umulqihi3", "mulsi3", "mulqihi3", "mulhisi3"):
2014         Ditto.  Make attribute "slottable" dependent on TARGET_MUL_BUG.
2015         * config/cris/mulsi3.asm (__Mul) [__CRIS_arch_version >= 10]: Make
2016         sure mulu.d is not last on cache-line.
2017         * config/cris/cris.h (ASM_SPEC): Translate -mno-mul-bug-workaround
2018         into -no-mul-bug-abort depending on HAVE_AS_MUL_BUG_ABORT_OPTION.
2019         (TARGET_MASK_MUL_BUG, TARGET_MUL_BUG): New macros.
2020         (TARGET_SWITCHES): New options -mmul-bug-workaround and
2021         -mno-mul-bug-workaround.
2022         (TARGET_DEFAULT): Include TARGET_MASK_MUL_BUG.
2023         (PRINT_OPERAND_PUNCT_VALID_P): Include '!'.
2024         * config/cris/cris.c (cris_operand_extend_operator): Clarify
2025         relation to MULT in head comment.
2026         (cris_op_str): Abort for MULT.
2027         (cris_print_operand) <case '!'>: New case.
2028
2029 2004-03-08  Alan Modra  <amodra@bigpond.net.au>
2030
2031         PR debug/11983
2032         * dwarf2out.c (enum dw_val_class): Rename dw_val_class_float to
2033         dw_val_class_vec.  Replace use throughout file.
2034         (dw_float_const): Delete.
2035         (dw_vec_const): New.
2036         (dw_val_struct_union): Rename val_float to val_vec.  Replace use
2037         throughout file.
2038         (add_AT_vec): Rename from add_AT_float.  Add elt_size param.
2039         (same_dw_val_p): Adjust vec comparison.  Use memcmp.
2040         (size_of_die): Adjust dw_val_class_vec sizing.
2041         (output_die): Output dw_val_class_vec.
2042         (insert_int, extract_int, insert_float): New functions.
2043         (add_const_value_attribute): Use insert_float for CONST_DOUBLE.
2044         Handle CONST_VECTOR.
2045         (add_location_or_const_value_attribute): Handle CONST_VECTOR.
2046
2047 2004-03-07  Aldy Hernandez  <aldyh@redhat.com>
2048
2049         * config/rs6000/rs6000.c (rs6000_parse_abi_options): SPE and
2050         AltiVec abi cannot co-exist.
2051
2052         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Same.
2053
2054 2004-03-07  Jan Hubicka  <jh@suse.cz>
2055
2056         * except.c (emit_to_new_bb_before):  Break fallthru edges.
2057
2058 2004-03-07  Stephane Carrez  <stcarrez@nerim.fr>
2059
2060         * config/m68hc11/m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.
2061         ("*lshrsi3"): Also accept an immediate for 68HC12.
2062         ("*ashrsi3_const"): Likewise.
2063         ("*ashrsi3"): Likewise.
2064         ("*ashlsi3_const"): Likewise.
2065         ("*ashlsi3"): Likewise.
2066         ("cmphi_1_hc12"): Compare two hard register by pushing them and
2067         comparing with a pop; don't use a split for that.
2068         ("cmphi split"): Disable compare split for 68HC12.
2069
2070         * config/m68hc11/m68hc11.c (m68hc11_notice_update_cc): Invalidate
2071         the status operands if they have side effects.
2072
2073 2004-03-07  Kazu Hirata  <kazu@cs.umass.edu>
2074
2075         * defaults.h (LEGITIMIZE_ADDRESS): Provide a default
2076         definition.
2077         * config/arc/arc.h, config/fr30/fr30.h, config/frv/frv.h,
2078         config/h8300/h8300.h, config/ia64/ia64.h,
2079         config/mcore/mcore.h, config/mmix/mmix.h,
2080         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
2081         config/stormy16/stormy16.h, config/v850/v850.h,
2082         config/vax/vax.h (LEGITIMIZE_ADDRESS): Remove.
2083         * doc/tm.texi (LEGITIMIZE_ADDRESS): Mention the default
2084         definition.
2085
2086 2004-03-07  Roger Sayle  <roger@eyesopen.com>
2087
2088         * fold-const.c (fold) <IOR_EXPR>: Fold x | x as x.
2089         <XOR_EXPR>: Fold x ^ x as zero.
2090         <AND_EXPR>: Fold x & x as x.
2091
2092 2004-03-07  Roger Sayle  <roger@eyesopen.com>
2093
2094         * fold-const.c (fold) <EQ_EXPR>: Rewrite optimization to transform
2095         "foo++ == const" into "++foo == const+incr".
2096
2097 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
2098
2099         * config/mips/mips.c (mips_in_small_data_p): Return false if
2100         TARGET_ABICALLS.
2101
2102 2004-03-06  Stephane Carrez  <stcarrez@nerim.fr>
2103
2104         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Use 2,-sp to push
2105         the stack register.
2106         (expand_prologue): Don't make an interrupt or a trap handler a far
2107         symbol.
2108         (m68hc11_initial_elimination_offset): Likewise.
2109
2110 2004-03-06  Richard Henderson  <rth@redhat.com>
2111
2112         * config/alpha/alpha.c (alpha_in_small_data_p): False for functions.
2113
2114 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
2115
2116         * config/ns32k/ns32k-protos.h: Add a prototype for
2117         ns32k_notice_update_cc.
2118         * config/ns32k/ns32k.c (ns32k_notice_update_cc): New.
2119         * config/ns32k/ns32k.h (NOTICE_UPDATE_CC): Call
2120         ns32k_notice_update_cc.
2121
2122 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
2123
2124         * config/s390/s390.md ("load_multiple", "*load_multiple_di",
2125         "*load_multiple_si"): Allow only if reload_completed.
2126         ("store_multiple", "*store_multiple_di", "*store_multiple_si"):
2127         Likewise.
2128
2129 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
2130
2131         * config/vax/vax-protos.h: Add a prototype for
2132         vax_notice_update_cc.
2133         * config/vax/vax.c (vax_notice_update_cc): New.
2134         * config/vax/vax.h (NOTICE_UPDATE_CC): Call
2135         vax_notice_update_cc.
2136
2137 2004-03-06  David Edelsohn  <edelsohn@gnu.org>
2138
2139         * collect2.c (main): Only export initfunc and finifunc if
2140         LD_INIT_SWITCH not defined.
2141         (scan_prog_file): Only export constructors and destructors if
2142         LD_INIT_SWITCH not defined.  Only export symbols not found in
2143         shared objects.
2144
2145 2004-03-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2146
2147         * pa.md (icacheflush): Reorder operands to make match_scratch operand
2148         last.
2149         * pa.h (INITIALIZE_TRAMPOLINE): Remove unnecessary scratch argument
2150         from calls to gen_icacheflush.
2151
2152 2004-03-06  Richard Henderson  <rth@redhat.com>
2153
2154         * config/alpha/alpha.h (MASK_LONG_DOUBLE_128): New.
2155         (TARGET_LONG_DOUBLE_128): New.
2156         (TARGET_SWITCHES): Add long-double-{128,64}.
2157         (TARGET_HAS_XFLOATING_LIBS): Default to TARGET_LONG_DOUBLE_128.
2158         (LONG_DOUBLE_TYPE_SIZE): Honor TARGET_LONG_DOUBLE_128.
2159         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): New.
2160         (WIDEST_HARDWARE_FP_SIZE): New.
2161         (TARGET_CPU_CPP_BUILTINS): Define __LONG_DOUBLE_128__.
2162         * config/alpha/alpha.c (override_options): Clear MASK_LONG_DOUBLE_128
2163         if TARGET_VAX_FLOAT.
2164         * config/alpha/osf5.h (LONG_DOUBLE_TYPE_SIZE): Remove.
2165         (TARGET_DEFAULT): Set MASK_LONG_DOUBLE_128.
2166
2167 2004-03-06  Richard Henderson  <rth@redhat.com>
2168
2169         * config/alpha/alpha.c (alpha_swapped_comparison_operator): Fix
2170         botched rtx class conversion.
2171
2172 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2173
2174         * tree.h (BUILTIN_EXP10_P, BUILTIN_EXPONENT_P, BUILTIN_SQRT_P,
2175         BUILTIN_CBRT_P, BUILTIN_ROOT_P): New macros.
2176
2177         * builtins.c (fold_builtin_logarithm, fold_builtin): Use new
2178         macros.
2179         * fold-const.c (fold_mathfn_compare, fold): Likewise.
2180
2181 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
2182
2183         PR target/14343
2184         * config/i386/i386.md (movv2di_internal): Conditionalize on
2185         TARGET_SSE, not TARGET_SSE2.
2186
2187 2004-03-05  Chris Demetriou  <cgd@broadcom.com>
2188
2189         * config.gcc (mips64orion-*-elf*, mips64orionel-*-elf*): Delete
2190         duplicated line.
2191
2192 2004-03-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2193
2194         * builtins.c: Consistently use logN not log* in comments.
2195
2196 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
2197
2198         * rtl.h (mem_expr_equal_p): Function prototype added.
2199         * cfgcleanup.c (merge_memattrs): New function.
2200         (flow_find_cross_jump): Call merge_memattrs for matching insns.
2201         * emit-rtl.c (mem_expr_equal_p): New function.
2202
2203 2004-03-05  Ziemowit Laski  <zlaski@apple.com>
2204
2205         * objc/objc-act.c (synth_module_prologue): Const-qualify
2206         objc_selector type if using the GNU runtime; fix generated
2207         signatures for objc_msg_lookup and objc_msg_lookup_super
2208         to match what GNU ObjC headers provide; reformat and clean up.
2209         (synth_self_and_ucmd_args): Use previously constructed (and
2210         hence possibly const-qualified) objc_selector type.
2211
2212 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
2213
2214         * doc/tm.texi (HARD_REGNO_RENAME_OK): Document.
2215
2216 2004-03-05  Jason Merrill  <jason@redhat.com>
2217
2218         * tree.h (TYPE_HASH): Use TYPE_UID.
2219         (TREE_HASH): New macro with old definition of TYPE_HASH.
2220         * tree.c (build_type_attribute_variant): Use iterative_hash_object.
2221         (build_array_type, build_function_type): Likewise.
2222         (build_method_type_directly): Likewise.
2223         (build_offset_type, build_complex_type): Likewise.
2224         (type_hash_list, attribute_hash_list): Likewise. Now static.
2225         * except.c: s/TYPE_HASH/TREE_HASH/.
2226
2227 2004-03-05  Bob Wilson  <bob.wilson@acm.org>
2228
2229         * config/xtensa/xtensa.c (function_arg): Handle 16-byte aligned args.
2230         (xtensa_va_start): Initialize __va_stk to ($arg_ptr - 32).  Adjust
2231         __va_ndx by 2 words when referencing an argument on the stack.
2232         (xtensa_va_arg): Handle 16-byte aligned args.  Adjust __va_ndx by 2
2233         words when an arg on the stack is first seen.
2234
2235 2004-03-05  Paul Brook  <paul@codesourcery.com>
2236
2237         * arm.h (ARM_FLAG_VFP): Remove.
2238         (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber.
2239         * netbsd-elf.h (ARM_FLAG_VFP): Remove.
2240
2241 2004-03-05  Paul Brook  <paul@codesourcery.com>
2242
2243         * function.c (assign_parms): Include pretend alignment offset.
2244
2245 2004-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2246
2247         * stor-layout.c (layout_type, case FUNCTION_TYPE): Make size
2248         FUNCTION_BOUNDARY, not POINTER_SIZE * 2.
2249
2250 2004-03-05  Ian Lance Taylor  <ian@wasabisystems.com>
2251
2252         * configure.ac: When passing --enable-languages to subdir
2253         configure when host != build, make sure we don't pass an empty
2254         value.
2255         * configure: Regenerate.
2256
2257 2004-03-05  Nathan Sidwell  <nathan@codesourcery.com>
2258
2259         PR 13577
2260         * gcc.c (cc1_options): Robustify -auxbase-strip from multiple -o
2261         options.
2262
2263 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
2264
2265         * simplify-rtx.c (simplify_relational_operation): If
2266         flag_wrapv is set, do not move terms between the two
2267         side of a relational operator.
2268
2269 2004-03-05  Paolo Bonzini  <bonzini@gnu.org>
2270
2271         * rtlanal.c: Include target.h and output.h
2272         (rtx_cost, address_cost, default_address_cost): Move from...
2273         * cse.c (rtx_cost, address_cost, default_address_cost):
2274         ... this file.
2275         * rtl.h (rtx_cost, address_cost): Move under rtlanal.c.
2276         * Makefile.in: Adjust dependencies.
2277
2278 2004-03-05  Paolo Bonzini <bonzini@gnu.org>
2279
2280         * cse.c (cse_end_of_basic_block): Make static.
2281         * local-alloc.c (function_invariant_p): Move to
2282         reload1.c.
2283         * loop.c (libcall_other_reg, record_excess_regs):
2284         Make static.
2285         * reload1.c (function_invariant_p): Moved here
2286         from local-alloc.c, made static.
2287         * rtl.h (cse_end_of_basic_block, function_invariant_p,
2288         libcall_other_reg, record_excess_regs): Remove
2289         declarations.
2290
2291 2004-03-05  Kazu Hirata  <kazu@cs.umass.edu>
2292
2293         * config/m32r/m32r.c (signed_comparison_operator): Add a
2294         missing parenthesis.
2295
2296 2004-03-04  Ian Lance Taylor  <ian@wasabisystems.com>
2297
2298         * ggc-common.c (gt_pch_restore): Don't unmap addr unless we are
2299         going to call mmap again.  Read the file into the right place.
2300         Give a fatal error if we have to relocate.
2301
2302 2004-03-04  Bob Wilson  <bob.wilson@acm.org>
2303
2304         * config/xtensa/xtensa.c (xtensa_return_in_msb): New function.
2305         (TARGET_RETURN_IN_MSB): Define to xtensa_return_in_msb.
2306
2307 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
2308
2309         PR other/14354
2310         * config/fp-bit.c (_fpdiv_parts): Do not round when pack_d would
2311         round the same.  When rounding, clear bits that would cause a
2312         second rounding in pack_d.
2313         (_fpmul_parts): Ditto.  Remove #if 0:d code.
2314
2315 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
2316
2317         PR c++/14425, c++/14426
2318         * config/rs6000/altivec.h (vec_splat_s8, vec_splat_s16,
2319         vec_splat_s32, vec_splat_u8, vec_splat_u16, vec_splat_u32):
2320         Change C++ definitions to accept a 'const int' argument;
2321         the prototypes already do.
2322         * config/rs6000/rs6000.c (rs6000_common_init_builtins):
2323         Rename v4si_ftype_char, v8hi_ftype_char, v16qi_ftype_char,
2324         v4sf_ftype_v4si_char, v4si_ftype_v4sf_char, v4si_ftype_v4si_char,
2325         v8hi_ftype_v8hi_char, v16qi_ftype_v16qi_char,
2326         v16qi_ftype_v16qi_v16qi_char, v8hi_ftype_v8hi_v8hi_char,
2327         v4si_ftype_v4si_v4si_char and v4sf_ftype_v4sf_v4sf_char to
2328         end in ..._int; change them to accept an int instead of a char
2329         as the last parameter.
2330
2331 2004-03-04  Phil Edwards  <phil@codesourcery.com>
2332
2333         * genmultilib:  Change '=' to '-' when translating option names
2334         to directory names.
2335
2336 2004-03-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2337
2338         * expr.c (expand_expr_real, case COMPONENT_REF): Get proper type of
2339         stack slot for temp used for result of BLKmode but in integral mode.
2340
2341 2004-03-04  Jan Hubicka  <jh@suse.cz>
2342
2343         * reload.c (find_reloads): Reorganize if seqeunce to switch.
2344
2345         * cfgrtl.c (rtl_redirect_edge_and_branch):  Set the source BB as dirty.
2346         (cfglayout_redirect_edge_and_branch):  Set the source BB as dirty.
2347
2348 2004-03-04  Steve Ellcey  <sje@cup.hp.com>
2349
2350         * config/ia64/ia64.md (divdf3_internal_thr): Fix algorithm.
2351         * testsuite/gcc.dg/20040303-1.c: New test.
2352
2353 2004-03-04  Steven Bosscher  <stevenb@suse.de>
2354
2355         * ppro.md: Rewrite as a DFA pipeline description.
2356         * i386.md: Remove all uses of the ppro_uops attribute.
2357         * i386.c: (ix86_safe_ppro_uops, ix86_dump_ppro_packet,
2358         ix86_reorder_insn, ix86_sched_reorder_ppro, ix86_sched_init,
2359         ix86_sched_reorder, ix86_variable_issue,
2360         struct ix86_sched_data, TARGET_SCHED_VARIABLE_ISSUE,
2361         TARGET_SCHED_INIT, TARGET_SCHED_REORDER): Remove.
2362         (ia32_use_dfa_pipeline_interface): Add TARGET_PENTIUMPRO.
2363         (ia32_multipass_dfa_lookahead): Add TARGET_PENTIUMPRO.
2364         * athlon.md (athlon_ssecmp_load): Fix comment
2365
2366 2004-03-04  Stuart Hastings  <stuart@apple.com>
2367
2368         * gcc/doc/invoke.texi: Document -mlongcall for Darwin/PPC.
2369
2370 2004-03-04  Stuart Hastings  <stuart@apple.com>
2371
2372         * gcc/config/i386/darwin.h: Darwin/x86 doesn't support CPUs before
2373         686, tell Darwin assembler to allow prefetch insns, non-empty def
2374         of SUBTARGET_OPTION_TRANSLATE_TABLE.
2375
2376 2004-03-04  DJ Delorie  <dj@redhat.com>
2377
2378         PR optimization/14282
2379         * sched-deps.c (sched_analyze_insn): Allow a stack adjustment
2380         between a call and the assignment of its return value.
2381
2382 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
2383
2384         * config/h8300/h8300.c: Put a comment for every function.
2385
2386 2004-03-04  Kazu Hirata  <kazu@cs.umass.edu>
2387
2388         * config/h8300/h8300.md: Add comments about peephole2's.
2389
2390 2004-03-04  Steven Bosscher  <stevenb@suse.de>
2391
2392         * i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.
2393
2394 2004-03-04  Jan Hubicka  <jh@suse.cz>
2395
2396         * cfgcleanup.c (thread_jump): Update call of cselib_init.
2397         * cselib.c (cselib_record_memory): New static variable.
2398         (cselib_lookup_mem, cselib_record_set, cselib_record_sets):
2399         Give up on memories when asked for.
2400         (cselib_init): Accept new argument.
2401         * cselib.h (cselib_init): Update prototype.
2402         * gcse.c (local_cprop_pass): Update call of cselib_init.
2403         * loop.c (load_mems): Update call of cselib_init.
2404         * postreload.c (reload_cse_regs_1): Update call of cselib_init.
2405         * sched-deps.c (sched_analyze): Update call of cselib_init.
2406
2407 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
2408             GP <gp@qnx.com>
2409
2410         * config/rs6000/rs6000.c (output_function_profiler): Append @plt
2411         when compiling PIC.
2412
2413 2004-03-04  Josef Zlomek  <zlomekj@suse.cz>
2414
2415         PR/14362
2416         * var-tracking.c (track_expr_p): Do not track variables which
2417         should be ignored for debugging purposes.
2418
2419 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
2420
2421         * real.c (encode_ibm_extended): Don't bother rounding low double.
2422         * c-cppbuiltin.c (builtin_define_float_constants): Tweak MAX
2423         when fmt->pnan < fmt->p.
2424
2425 2004-03-04  Eric Christopher  <echristo@redhat.com>
2426
2427         * config/mips/mips.h (FUNCTION_ARG_REGNO_P): Fix to check
2428         only range of valid arg registers and fixed_regs.
2429
2430 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
2431
2432         PR target/14406
2433         * config/rs6000/rs6000.md (abstf2, abstf2+1): Delete define_insn.
2434         (abstf2, abstf2_internal): New define_expand.
2435
2436 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2437
2438         PR optimization/14235
2439         * expr.c (convert_move): Copy the source to a new pseudo
2440         when converting from a sub-word source to a larger-than-word
2441         register which conflicts with the source.
2442
2443 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
2444
2445         PR 13728
2446         * c-decl.c (diagnose_mismatched_decls): Issue an error for two
2447         parameters with the same name, unless one is a forward decl.
2448         Do not issue a redundant-redeclaration warning for forward
2449         decls of parameters.
2450
2451 2004-03-04  David Edelsohn  <edelsohn@gnu.org>
2452
2453         * doc/install.texi (*-ibm-aix*): Document use of Bash to speed up
2454         configuration.
2455
2456 2004-03-03  Ian Lance Taylor  <ian@wasabisystems.com>
2457
2458         * ggc-zone.c (ggc_pch_write_object): Don't align file pointer.
2459
2460 2004-03-04  Alan Modra  <amodra@bigpond.net.au>
2461
2462         * target-def.h (TARGET_OPTF): Delete.
2463         * c-opts.c (TARGET_OPTF): Define.
2464
2465 2004-03-04  Jan Hubicka  <jh@suse.cz>
2466
2467         * cselib.c (cselib_finish): Fix another miss-application of my previous
2468         patch.
2469
2470 2004-03-03  Mike Stump  <mrs@apple.com>
2471
2472         Add framework support for darwin.
2473
2474         * c-incpath.c: Include target.h and machmode.h.
2475         (add_path): Use a consistent style for cpp_dir.  Initialize
2476         p->construct to 0.
2477         (add_cpp_dir_path): New.
2478         (register_include_chains): Add use of extra_includes callback.
2479         (hook_void_int): Add.
2480         (target_c_incpath): Add.
2481         * c-incpath.h (add_cpp_dir_path): New.
2482         (target_c_incpath_s): Add.
2483         (target_c_incpath): Add.
2484         (C_INCPATH_INIT): Add.
2485         * c-opts.c (c_common_missing_argument,
2486         c_common_handle_option): Add -F argument processing.
2487         * c.opt: Add -F argument processing.
2488         * gcc.c (trad_capable_cpp): Add -F argument processing.
2489         * cppfiles.c (find_file_in_dir): Update to use construct
2490         callback.
2491         (search_path_exhausted, cpp_get_path, cpp_get_buffer,
2492         cpp_get_prev): New.
2493         (_cpp_find_file): Use search_path_exhausted.
2494         (make_cpp_dir): Initialize construct to 0.
2495         * cpplib.h (missing_header_cb
2496         cpp_get_path, cpp_get_buffer, cpp_get_file, cpp_get_prev): New.
2497         (cpp_callbacks): Add missing_header
2498         (cpp_dir): Add construct.
2499         * target-def.h: (TARGET_OPTF): New.
2500         * hooks.c (hook_void_int, hook_void_charptr): Add.
2501         * hooks.h (hook_void_int, hook_void_charptr): Add.
2502         * Makefile.in (c-incpath.o) : Add $(TARGET_H) and
2503         $(MACHMODE_H) dependencies.
2504         * doc/invoke.texi (Darwin Options): Document -F.
2505         * doc/tm.texi (TARGET_EXTRA_INCLUDES): Add.
2506         (TARGET_OPTF): Add.
2507         * fix-header.c (target_c_incpath): Add.
2508
2509         * config/darwin-c.c: Add c-incpath.h include.
2510         (using_frameworks, find_subframework_file,
2511         find_subframework_header, add_system_framework_path,
2512         frameworks_in_use, num_frameworks, max_frameworks,
2513         add_framework, find_framework, struct framework_header,
2514         framework_header_dirs, framework_construct_pathname,
2515         find_subframework_file, add_system_framework_path,
2516         add_framework_path, framework_defaults,
2517         darwin_register_frameworks, find_subframework_header): Add.
2518         * config/darwin.h (TARGET_EXTRA_INCLUDES, TARGET_OPTF): New.
2519         (TARGET_OPTION_TRANSLATE_TABLE): Add -framework support.
2520         (CPP_SPEC): Add __APPLE_CC__ support.
2521         * t-darwin (darwin-c.o): Add c-incpath.h dependency.
2522
2523 2004-03-04  Jan Hubicka  <jh@suse.cz>
2524
2525         * cselib.c (cselib_finish): Fix miss-application of my previous
2526         patch.
2527
2528 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
2529
2530         * hooks.c (hook_tree_tree_identity): New.
2531         * hooks.h: Add a prototype for hook_tree_tree_identity.
2532         * stmt.c (expand_asm_operands): Use targetm.md_asm_clobbers
2533         instead of MD_ASM_CLOBBERS.
2534         * system.h (MD_ASM_CLOBBERS): Poison.
2535         * target-def.h (TARGET_MD_ASM_CLOBBERS): New.
2536         (TARGET_INITIALIZER): Add TARGET_MD_ASM_CLOBBERS.
2537         * target.h (gcc_target): Add md_asm_clobbers.
2538         * config/i386/i386.c (TARGET_MD_ASM_CLOBBERS): New.
2539         (ix86_md_asm_clobbers): New.
2540         * config/i386/i386.h (MD_ASM_CLOBBERS): Remove.
2541         * doc/tm.texi (MD_ASM_CLOBBERS): Change to
2542         TARGET_MD_ASM_CLOBBERS.
2543
2544 2004-03-03  Stuart Hastings  <stuart@apple.com>
2545
2546         * gcc/config.gcc: Arrange for Darwin/x86 to build libgcc_eh.a.
2547
2548 2004-03-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2549
2550         * config/sparc/sparc.c (noov_compare64_op): Fix typo.
2551
2552         * config/sparc/sparc.h (ASM_FLOAT): Delete.
2553         (ASM_DOUBLE): Likewise.
2554         (ASM_LONGDOUBLE): Likewise.
2555         * config/sparc/pbd.h (ASM_INT_OP): Delete.
2556
2557 2003-03-03  Richard Henderson  <rth@redhat.com>
2558
2559         PR opt/13862
2560         * cselib.c (cselib_record_sets): Don't record multiple sets in
2561         asm insns.
2562
2563 2004-03-03  Mostafa Hagog  <mustafa@il.ibm.com>
2564
2565         * common.opt: Add description of the new -fgcse-after-reload flag.
2566
2567         * flags.h (flag_gcse_after_reload): Declaration of global variable.
2568
2569         * gcse.c (reg_used_on_edge ,reg_set_between_after_reload_p,
2570         reg_used_between_after_reload_p, rtx get_avail_load_store_reg,
2571         is_jump_table_basic_block, bb_has_well_behaved_predecessors,
2572         get_bb_avail_insn, hash_scan_set_after_reload,
2573         compute_hash_table_after_reload, eliminate_partially_redundant_loads,
2574         gcse_after_reload, get_bb_avail_insn): New functions to implement
2575         gcse-after-reload.
2576         (gcse_after_reload_main): New function, the main entry point to
2577         gcse-after-reload.
2578
2579         * rtl.h (gcse_after_reload_main): Declaration of the new function.
2580
2581         * opts.c (common_handle_option): Handle the -fgcse-after-reload flag.
2582
2583         * toplev.c (flag_gcse_after_reload): Initialization.
2584
2585         * passes.c (rest_of_handl_gcse2): Call gcse_after_reload_main.
2586
2587         * params.def (PARAM_GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
2588         PARAM_GCSE_AFTER_RELOAD_CRITICAL_FRACTION): New parameters for tuning
2589         the gcse after reload optimization.
2590
2591         * params.h (GCSE_AFTER_RELOAD_PARTIAL_FRACTION,
2592         GCSE_AFTER_RELOAD_CRITICAL_FRACTION): Two macros to access the tuning
2593         parameters.
2594
2595         * doc/invoke.texi: Documentation for the new flag gcse-after-reload.
2596
2597 2004-03-03  Nicolas Pitre <nico@cam.org>
2598
2599         * config/arm/ieee754-df.S (muldf3, divdf3): Fix denormalization of
2600         small negative values.
2601
2602 2004-03-03  Jan Hubicka  <jh@suse.cz>
2603
2604         * cselib.c (hash_table):  Remove GTY marker.
2605         (reg_values): Turn into array.
2606         (used_regs): Likewise.
2607         (n_used_regs): New static variable.
2608         (reg_values_old): Kill.
2609         (clear_table): Update uses of arrays.
2610         (cselib_lookup): Likewise.
2611         (cselib_record_set): Likewise.
2612         (cselib_init): Likewise.
2613         (cselib_finish): Likewise.
2614         (cselib_udpate_varray_sizes): Kill.
2615         * cselib.h (cselib_update_varray_sizes): Kill.
2616
2617 2004-03-03  Paul Brook  <paul@codesourcery.com>
2618
2619         * flow.c (ior_reg_cond, and_reg_cond): Remove stray ")".
2620
2621 2004-03-03  Jan Hubicka  <jh@suse.cz>
2622
2623         * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
2624         Rename from ...; make statistics transparent.
2625         (ggc_alloc_cleared, ggc_realloc_stat): ... these.
2626         (loc_descriptor): New structure.
2627         (hash_descriptor, eq_descriptor, loc_descriptor, cmp_statistics,
2628         add_statistics):
2629         New static function.
2630         (ggc_record_overhead, dump_statistics): New global function.
2631         * ggc-none.c (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
2632         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Rename
2633         from ...; accept locations
2634         (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
2635         ggc_realloc, ggc_alloc_typed):  ... this one.
2636         from ...; accept locations
2637         * ggc-page.c (ggc_alloc_typed_stat, ggc_alloc_zone_stat,
2638         ggc_alloc_stat): Rename from ... ; pass locations
2639         * ggc-page.c (ggc_alloc_typed, ggc_alloc_zone, ggc_alloc):
2640         ... this one.
2641         (ggc_alloc_stat): Record overehead.
2642         * ggc.h (ggc_alloc_types, ggc_alloc, ggc_alloc_zone, ggc_alloc_cleared,
2643         ggc_realloc, ggc_alloc_typed):  Turn to macros
2644         (ggc_alloc_types_stat, ggc_alloc_stat, ggc_alloc_zone_stat,
2645         ggc_alloc_cleared_stat, ggc_realloc_stat, ggc_alloc_typed_stat): Declare.
2646         (dump_ggc_loc_satistics, ggc_record_overehead): Declare.
2647         * langhooks.h (lhd_make_node): Declare.
2648         (LANG_HOOKS_MAKE_TYPE): Default to new function,
2649         * langhooks.c (lhd_make_node): New.
2650         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Rename from ... ; pass
2651         locations.
2652         (rtx_alloc, swallow_copy_rtx): ... this one.
2653         * rtl.h (rtx_alloc, swallow_copy_rtx): Turn to macros.
2654         * rtl.c (rtx_alloc_stat, swallow_copy_rtx_stat): Declare.
2655         * toplpev.c (finalize): Dump stats.
2656         * tree.c (make_node_stat, copy_node_stat, make_tree_vec_stat,
2657         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
2658         Rename from ... ; pass locators.
2659         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
2660         build?,  build_decl): Declare.
2661         * tree.h (make_node_stat, copy_node_stat, make_tree_vec_stat,
2662         build_tree_list_stat, tree_cons_stat, build?_stat,  build_decl_stat):
2663         Declare.
2664         (make_node, copy_node, make_tree_vec, build_tree_list, tree_cons,
2665         build?,  build_decl): New macros.
2666         * Makefile.in (RTL_H, TREE_H): Add statistics.h dependency.
2667         * statistics.h: New file.
2668
2669 2004-03-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2670             Richard Sandiford  <rsandifo@redhat.com>
2671
2672         * config/mips/mips.h (MASK_FIX_SB1): Bump.
2673         (MASK_FIX_R4400, TARGET_FIX_R4400): New macros.
2674         (TARGET_SWITCHES): Add -mfix-r4400 and -mno-fix-r4400.
2675         * config/mips/mips.c (mips_output_division): Fill the branch delay
2676         slot with a nop if TARGET_FIX_R4000.  Extend R4000 workarounds to
2677         TARGET_FIX_R4400.
2678         (mips_output_division): Adjust accordingly.
2679         (override_options): Make -march=r4400 imply -mfix-r4400 by default.
2680         * doc/invoke.texi: Document -mfix-r4400 and new errata workarounds.
2681
2682 2004-03-03  Paolo Bonzini  <bonzini@gnu.org>
2683
2684         * alias.c (rtx_equal_for_memref_p): Use predicates
2685         to test rtx classes and new rtx class codes, possibly
2686         splitting conditionals that tested against '<' and 'o'.
2687         * caller-save.c (save_call_clobbered_regs): Likewise.
2688         * combine.c (contains_muldiv, find_split_point, subst,
2689         combine_simplify_rtx, simplify_if_then_else,
2690         simplify_set, simplify_logical, expand_compound_operation,
2691         make_compound_operation, if_then_else_cond, known_cond,
2692         apply_distributive_law, cached_nonzero_bits,
2693         cached_num_sign_bit_copies, simplify_shift_const,
2694         gen_binary, simplify_comparison, update_table_tick,
2695         record_value_for_reg, get_lsat_value_validate): Likewise.
2696         * cse.c (mention_regs, find_best_addr, find_comparison_args,
2697         fold_rtx, cse_insn, invalidate_memory, cse_basic_block):
2698         Likewise.
2699         * emit-rtl.c (copy_insn_1): Likewise.
2700         * expr.c (force_operand): Likewise.
2701         * final.c (final_scan_insn, get_mem_expr_from_op): Likewise.
2702         * flow.c (notice_stack_pointer_modification_1,
2703         invalidate_mems_from_autoinc, ior_reg_cond, not_reg_cond,
2704         and_reg_cond, elim_reg_cond): Likewise.
2705         * function.c (update_epilogue_consts): Likewise.
2706         * genattrtab.c (attr_rtx_1): Likewise.
2707         * genopinit.c (gen_insn): Likewise.
2708         * integrate.c (subst_constants): Likewise.
2709         * jump.c (reversed_comparison_code_parts,
2710         reversed_comparison_code, delete_related_insns,
2711         rtx_renumbered_equal_p): Likewise.
2712         * local-alloc.c (block_alloc): Likewise.
2713         * loop.c (rtx_equal_for_prefetch_p, maybe_eliminate_biv,
2714         canonicalize_condition): Likewise.
2715         * loop-iv.c (simplify_using_conditions, iv_number_of_iterations):
2716         Likewise.
2717         * optabs.c (add_equal_node, expand_binop): Likewise.
2718         * predict.c (estimate_probability): Likewise.
2719         * ra-debug.c (ra_print_rtx_2op, ra_print_rtx): Likewise.
2720         * recog.c (validate_replace_rtx_1, comparison_operator,
2721         offsettable_address_p, constrain_operands): Likewise.
2722         * reg-stack.c (swap_rtx_condition_1, subst_stack_regs_pat):
2723         Likewise.
2724         * regclass.c (scan_one_insn): Likewise.
2725         * regmove.c (stable_and_no_regs_but_for_p): Likewise.
2726         * regrename.c (kill_autoinc_value): Likewise.
2727         * reload.c (find_reusable_reload, find_reloads,
2728         reg_overlap_mentioned_for_reload_p): Likewise.
2729         * reload1.c (gen_reload, delete_address_reloads_1): Likewise.
2730         * rtl.c (copy_rtx): Likewise.
2731         * rtl.h (CONSTANT_P, INSN_P): Likewise.
2732         * rtlanal.c (commutative_operand_precedence): Likewise.
2733         * sched-deps.c (conditions_mutex_p): Likewise.
2734         * sched-rgn.c (is_cfg_nonregular): Likewise.
2735         * simplify-rtx.c (simplify_gen_binary,
2736         simplify_gen_relational, simplify_replace_rtx,
2737         simplify_unary_operation, simplify_binary_operation,
2738         simplify_ternary_operation, simplify_rtx): Likewise.
2739         * unroll.c (reg_dead_after_loop): Likewise.
2740         * config/alpha/alpha.c (alpha_swapped_comparison_operator,
2741         print_operand): Likewise.
2742         * config/arc/arc.c (proper_comparison_operator): Likewise.
2743         * config/arm/arm.c (arm_arm_address_cost, arm_select_cc_mode):
2744         Likewise.
2745         * config/avr/avr.c (_reg_unused_after): Likewise.
2746         * config/frv/frv.c (frv_ifcvt_modify_tests,
2747         frv_ifcvt_modify_insn, frv_pack_insn): Likewise.
2748         * config/i386/i386.c (ix86_comparison_operator,
2749         ix86_carry_flag_operator, fcmov_comparison_operator,
2750         arith_or_logical_operator, print_operand,
2751         ix86_expand_binary_operator, ix86_binary_operator_ok):
2752         Likewise.
2753         * config/i386/i386.md: Likewise.
2754         * config/ia64/ia64.c (not_postinc_memory_operand,
2755         ia64_print_operand, update_set_flags, errata_emit_nops):
2756         Likewise.
2757         * config/ia64/ia64.h (PREFERRED_RELOAD_CLASS,
2758         CONSTRAINT_OK_FOR_S): Likewise.
2759         * config/ip2k/ip2k.c (mdr_resequence_xy_yx,
2760         mdr_try_move_dp_reload, ip2k_check_can_adjust_stack_ref,
2761         ip2k_xexp_not_uses_reg_for_mem, ip2k_xexp_not_uses_reg_p,
2762         ip2k_composite_xexp_not_uses_reg_p, ip2k_unary_operator):
2763         Likewise.
2764         * config/iq2000/iq2000.c (cmp_op, symbolic_expression_p,
2765         eqne_comparison_operator, signed_comparison_operator):
2766         Likewise.
2767         * config/mips/mips.c (cmp_op, symbolic_expression_p):
2768         Likewise.
2769         * config/mmix/mmix (mmix_foldable_comparison_operator,
2770         mmix_comparison_operator): Likewise.
2771         * config/pa/pa.c (hppa_legitimize_address): Likewise.
2772         * config/rs6000/rs6000.c (stmw_operation,
2773         branch_comparison_operator, trap_comparison_operator,
2774         ccr_bit): Likewise.
2775         * config/rs6000/rs6000.h (SELECT_CC_MODE): Likewise.
2776         * config/s390/s390.c (s390_alc_comparison,
2777         s390_slb_comparison):L Likewise.
2778         * config/sh/sh.c (gen_block_redirect, reg_unused_after):
2779         Likewise.
2780         * config/sparc/sparc.c (eq_or_neq, normal_comp_operator,
2781         noov_compare_op, noov_compare64_op, v9_regcmp_op,
2782         emit_hard_tfmode_operation, reg_unused_after)
2783         * doc/md.texi, doc/rtl.texi: Likewise.
2784
2785         * ra-debug.c: Add 2004 to list of copyright years.
2786         * unroll.c: Likewise.
2787
2788         * combine.c (simplify_logical): Remove dummy test,
2789         (apply_distributive_law): Fix typo in comment.
2790         GET_CODE (x) == AND so x is a commutative binary op.
2791         * jump.c (delete_related_insns): simplify loop
2792         condition, move testing of RTX codes inside the loop.
2793         (rtx_renumbered_equal_p): do not use RTX_CODE.
2794         * rtl.c (rtx_class): Declare as enum rtx_class.
2795         * rtl.def (EQ, NE, UNEQ, LTGT, UNORDERED, ORDERED):
2796         Move to RTX_COMM_COMPARE class.
2797         (HIGH, SYMBOL_REF, LABEL_REF, CONST, CONST_INT, CONST_DOUBLE):
2798         Move to RTX_CONST_OBJ class.
2799         * rtl.h (enum rtx_class): New declaration,
2800         (RTX_OBJ_MASK, RTX_OBJ_RESULT, RTX_COMPARE_MASK,
2801         RTX_COMPARE_RESULT, RTX_ARITHMETIC_MASK, RTX_ARITHMETIC_RESULT,
2802         RTX_BINARY_MASK, RTX_BINARY_RESULT, RTX_COMMUTATIVE_MASK,
2803         RTX_COMMUTATIVE_RESULT, RTX_NON_COMMUTATIVE_RESULT,
2804         RTX_EXPR_FIRST, RTX_EXPR_LAST, UNARY_P, BINARY_P,
2805         ARITHMETIC_P, COMMUTATIVE_ARITHMETIC_P, COMPARISON_P,
2806         SWAPPABLE_OPERANDS_P, NON_COMMUTATIVE_P, COMMUTATIVE_P,
2807         OBJECT_P): New macros.
2808         * config/sparc/sparc.c (noov_compare_op): Remove register
2809         from parameter.
2810
2811 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
2812
2813         * target.h: Remove texi jargons in comments.
2814
2815 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2816
2817         * config/h8300/lib1funcs.asm (___fixunssfsi): Change the
2818         threshold to 0x4f.
2819
2820         Revert:
2821         2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
2822         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
2823         as well.
2824         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
2825         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
2826
2827 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2828
2829         * doc/md.texi (cbranchmode4): New.
2830
2831 2004-03-02  Eric Christopher  <echristo@redhat.com>
2832
2833         * config/mips/mips16.S: Change fixsfsi and fixdfsi to
2834         fix_trunc.
2835         * config/mips/mips.c (mips_init_libfuncs): Change accordingly.
2836         * config/mips/t-elf (LIB1ASMFUNCS): Ditto.
2837         * config/mips/t-isa3264 (LIB1ASMFUNCS): Ditto.
2838         * config/mips/t-r3900 (LIB1ASMFUNCS): Ditto.
2839
2840 2004-03-02  Richard Henderson  <rth@redhat.com>
2841
2842         PR middle-end/11767
2843         * coverage.c (coverage_counter_ref): Set MEM_NOTRAP_P.
2844         * optabs.c (prepare_cmp_insn): Force trapping memories to registers
2845         before the compare, if flag_non_call_exceptions.
2846
2847 2004-03-02  Richard Henderson  <rth@redhat.com>
2848
2849         PR middle-end/14327
2850         * stmt.c (expand_computed_goto): Do do_pending_stack_adjust before
2851         emitting the label, not after.
2852
2853 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2854
2855         * config/m68hc11/m68hc11.c (m68hc11_addr_mode): New variable.
2856         (m68hc11_mov_addr_mode): Likewise.
2857         (m68hc11_override_options): Initialize them based on target.
2858         (register_indirect_p): Allow a MEM for indirect addressing modes and
2859         use flags to control what is allowed.
2860         (m68hc11_small_indexed_indirect_p): Use m68hc11_mov_addr_mode for
2861         supported addressing modes.
2862         (m68hc11_register_indirect_p): Use m68hc11_addr_mode.
2863         (go_if_legitimate_address_internal): Likewise.
2864         (m68hc11_indirect_p): Likewise and check the mode.
2865         (print_operand): Allow a (MEM (MEM)) and generate indirect addressing.
2866
2867 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2868
2869         * builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
2870         (expand_builtin_setjmp_setup): Use
2871         targetm.builtin_setjmp_frame_value instead of
2872         BUILTIN_SETJMP_FRAME_VALUE.
2873         * system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
2874         * target-def.h (TARGET_BUILTIN_SETJMP_FRAME_VALUE): New.
2875         (TARGET_INITIALIZER): Add TARGET_BUILTIN_SETJMP_FRAME_VALUE.
2876         * target.h (gcc_target): Add builtin_setjmp_frame_value.
2877         * targhooks.c (default_builtin_setjmp_frame_value): New.
2878         * targhooks.h: Add a prototype for
2879         default_builtin_setjmp_frame_value.
2880         * doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Change to
2881         TARGET_BUILTIN_SETJMP_FRAME_VALUE.
2882
2883 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2884
2885         * config/m68hc11/m68hc11.md (move peephole2): New peepholes to optimize
2886         sequences of moves.
2887         (add peepholes): New peepholes to optimize sequences adding small
2888         constants.
2889         (bset peepholes): New peepholes to transform an OR in a bset form
2890         (bclr peepholes): Likewise for bclr form.
2891         (cmp peepholes): New peepholes to avoid register copies when comparing.
2892
2893 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2894
2895         * config/m68hc11/m68hc11.md ("*pushdi_internal"): New insn and split
2896         to separate push from moves.
2897         ("*pushdf_internal"): Likewise.
2898         ("*pushsf_internal"): Likewise.
2899         ("*pushsi_internal"): Likewise.
2900         ("movdi_internal"): Use define_insn_and_split; non push operand.
2901         ("movdf_internal"): Likewise.
2902         ("movsf_internal"): Likewise.
2903         ("movsi_internal"): Likewise.
2904         ("*movhi_68hc12", "*addhi3_68hc12"): Fix and tune constraints
2905         ("*addhi3", "*subhi3", "*andhi3_mem", "*iorhi3_mem"): Likewise.
2906         ("*ashlsi3_const1", "*lshrsi3_const1"): Likewise.
2907
2908 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2909
2910         * config/m68hc11/m68hc11.md ("tstqi_z_used"): Use define_insn_and_split.
2911         ("cmphi_z_used", "cmpqi_z_used"): Likewise.
2912         ("movstrictsi", "movstricthi", "movstrictqi"): Likewise.
2913         ("anddi3", "andsi3", "iordi3", "iorsi3"): Likewise.
2914         ("xordi3", "xorsi3", "*logicalsi3_zexthi"): Likewise.
2915         ("*logicalsi3_zextqi", "*logicalhi3_zexthi_ashift8"): Likewise.
2916         ("logicalhi3_zexthi", "*logicalsi3_silshr16"): Likewise.
2917         ("*logicalsi3_silshl16", "*logicalsi3_silshl16_zext"): Likewise.
2918         ("*ashldi3_const32", "*ashldi3_const1", "addsi_silshr16"): Likewise.
2919         ("addsi_andshr16", "*ashlsi3_const16_zexthi"): Likewise.
2920         ("*lshrdi3_const32", "*lshrdi_const1"): Likewise.
2921
2922 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2923
2924         * config/m68hc11/m68hc11.md (SOFT_TMP_REGNUM): Define.
2925         (SOFT_XY_REGNUM): Define.
2926         (cmp split): Use the above instead of hard coded numbers.
2927         (8-bit op split): No need to check the mode; allow Q_REG.
2928         (ashift split): Adjust the first operand if it uses the SP and we
2929         are pushing the shifted value.
2930         (plus shift split): Fix when a source is in register D+X.
2931         ("doloop_end"): Pass dummy arguments to gen_rtx_NE.
2932
2933 2004-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2934
2935         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix when
2936         comparing with Z register.
2937
2938 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2939
2940         * cfgloop.h (struct loop_desc): Removed.
2941         (struct loop): Fields simple, desc and has_desc removed.
2942         (simple_loop_p, count_loop_iterations): Declaration removed.
2943         * cfgloopanal.c (struct unmark_altered_insn_data): Removed.
2944         (unmark_altered, blocks_invariant_registers, unmark_altered_insn
2945         blocks_single_set_registers, invariant_rtx_wrto_regs_p_helper,
2946         invariant_rtx_wrto_regs_p, test_for_iteration, constant_iterations,
2947         simple_loop_exit_p, variable_initial_value, variable_initial_values,
2948         simple_condition_p, simple_increment, count_strange_loop_iterations,
2949         inverse, fits_in_mode_p, simple_loop_p, count_loop_iterations):
2950         Removed.
2951         * loop-iv.c (check_simple_exit, find_simple_exit): Update comments.
2952
2953 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2954
2955         * genattrtab.c: Don't handle MATCH_INSN.
2956         * genrecog.c: Likewise.
2957         * gensupport.c: Likewise.
2958         * rtl.def (match_insn): Remove.
2959         * doc/md.texi (match_insn, match_insn2): Remove.
2960
2961 2004-03-02  Mark Mitchell  <mark@codesourcery.com>
2962
2963         * doc/c-tree.texi (DECL_ASSEMBLER_NAME): Mention that using this
2964         macro results in memory allocation.
2965
2966 2004-03-02  David O'Brien  <obrien@FreeBSD.org>
2967
2968         * config/freebsd-spec.h (FBSD_DYNAMIC_LINKER): Add.
2969         * config/alpha/freebsd.h (SUBTARGET_EXTRA_SPECS): Define
2970         %(fbsd_dynamic_linker),
2971         (LINK_SPEC): Use %(fbsd_dynamic_linker), and sync style with
2972         config/i386/freebsd.h
2973         * config/arm/freebsd.h: Ditto.
2974         * config/i386/freebsd.h: Ditto.
2975         * config/i386/freebsd64.h: Ditto.
2976         * config/ia64/freebsd.h: Ditto.
2977         * config/rs6000/sysv4.h: Ditto.
2978         * config/sparc/freebsd.h: Ditto.
2979
2980 2004-03-02  Loren James Rittle  <ljrittle@acm.org>
2981
2982         * gcc/doc/install.texi (*-*-freebsd*): Update target information.
2983
2984 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2985
2986         * rtl.def (define_combine): Remove.
2987
2988 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2989
2990         * config/h8300/h8300.md: Tweak formatting.
2991
2992 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
2993
2994         * config/h8300/h8300.md (*cmphi_h8300): Rename to
2995         *cmphi_h8300_znvc.
2996         (*cmphi_h8300hs): Rename to *cmphi_h8300hs_znvc.
2997
2998 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
2999
3000         PR bootstrap/14356
3001         * gcc.c (process_command): Remove const-qualification from argv.
3002         (main): Likewise.
3003
3004 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
3005
3006         * config/h8300/h8300.md (pushqi1_h8300hs): Rename to
3007         pushqi1_h8300hs_advanced.  Adjust its caller.
3008         (pushhi1_h8300hs): Rename to pushhi1_h8300hs_advanced.
3009         Adjust its caller.
3010
3011 2004-03-02  Nicolas Roche  <roche@act-europe.fr>
3012
3013         * Makefile.in (install-libgcc, install-multilib): Pass
3014         mkinstalldirs var to libgcc.mk.
3015
3016 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
3017
3018         * system.h (DBX_OUTPUT_STANDARD_TYPES): Poison.
3019         * doc/tm.texi (DBX_OUTPUT_STANDARD_TYPES): Remove.
3020
3021 2004-03-01  Kazu Hirata  <kazu@cs.umass.edu>
3022
3023         * config/h8300/h8300.c (gtle_operator): Accept GT and LE.
3024         * config/h8300/h8300.md: Split several peephole2's, each into
3025         two.
3026
3027 2004-03-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3028
3029         * dominance.c (recount_dominator): Handle postdominators.
3030
3031 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3032
3033         * config/mips/mips-protos.h (enum mips_symbol_type): Move from mips.h.
3034         (NUM_SYMBOL_TYPES): Likewise.
3035         (SYMBOL_64_HIGH, SYMBOL_64_MID, SYMBOL_64_LOW): New symbol types.
3036         (mips_unspec_address): Declare.
3037         (mips_gotoff_page, mips_gotoff_global): Delete.
3038         * config/mips/mips.h (PREDICATE_CODES): Add general_symbolic_operand.
3039         * config/mips/mips.c (enum mips_symbol_type, NUM_SYMBOL_TYPES): Delete.
3040         (mips_symbolic_constant_p, mips_symbolic_address_p)
3041         (mips_symbol_insns): Handle new symbol types.
3042         (general_symbolic_operand): New predicate.
3043         (mips_unspec_address): Make extern.
3044         (mips_gotoff_page, mips_gotoff_global): Delete.
3045         (override_options): Allow -mabi=64 -mno-abicalls -mexplicit-relocs.
3046         Handle new symbol types.
3047         * config/mips/mips.md (*lea_high64, *lea64): New patterns.
3048         (*xgot_hi[sd]i, *xgot_lo[sd]i, *got_disp[sd]i, *got_disp[sd]i): Call
3049         mips_unspec_address directly.
3050         * doc/invoke.texi: Remove the -mabi=64 -mno-abicalls exception from
3051         the documentation of -mexplicit-relocs.
3052
3053 2004-03-01  Jeff Law  <law@redhat.com>
3054
3055         * fold-const.c (fold): An equality comparison of a non-weak object
3056         against zero has a known result.  Similarly an equality comparison
3057         of the address of two non-weak, unaliased symbols has a known result.
3058
3059         * ggc-page.c (struct page_entry): New field PREV.
3060         (ggc_alloc): Update PREV field appropriately.
3061         (sweep_pages): Likewise.
3062         (ggc_free): Likewise.  Use PREV field rather than loop to
3063         improve ggc_free performance.
3064
3065 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
3066
3067         * config/mips/mips.c (mips_output_division): Use the division
3068         instruction to fill the delay slot of a zero check.
3069         (mips_idiv_insns): Adjust accordingly.
3070
3071 2004-03-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3072
3073         * config.gcc: Create a default tmake_file for linux, and use
3074         it in all but two linux clauses.  Comment those two.
3075
3076 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
3077
3078         * combine.c (try_combine):  Do not refer to is_replaced.
3079         (gen_lowpart_for_combine):  Perverse subregs now have a
3080         more politically correct name.
3081         * cse.c (cse_insn): Likewise.
3082         * jump.c: Fix bogus reference to delete_insn.
3083
3084 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
3085
3086         PR debug/14328
3087         * dwarf2out.c (gen_enumeration_type_die): Output all enumeration
3088         constants as signed values.
3089
3090         PR middle-end/13448
3091         * c-tree.h (readonly_warning): Rename to ...
3092         (readonly_error): ... this.
3093         * c-typeck.c (build_unary_op): Adjust accordingly.
3094         (readonly_warning): Rename to ...
3095         (readonly_error): ... this and issue errors, not warnings.
3096         (build_modify_expr): Call readonly_error, not readonly_warning.
3097         (c_expand_asm_operands): Likewise.
3098         * tree-inline.c (optimize_inline_calls): Do not inline functions
3099         after errors have occurred.
3100
3101 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3102
3103         * configure.ac: Rearrange some threading code for clarity;
3104         add section comment.
3105         * configure: Regenerate.
3106
3107 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3108
3109         * passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment
3110         typos.
3111         * doc/cppopts.texi: Fix a typo.
3112
3113 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3114
3115         * config/i386/i386.md: Fix formatting.
3116
3117 2004-02-29  Nathanael Nerode  <neroden@gcc.gnu.org>
3118
3119         * configure.ac: Add some comments delineating sections of code.
3120
3121         * doc/install.texi: Note that libada uses autoconf 2.57 also.
3122
3123         * doc/install.texi: Fix idiot typo in previous commit.
3124
3125         * doc/install.texi: Update for conversion of intl to autoconf 2.57.
3126
3127 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3128
3129         * config/h8300/h8300.md: Add comments about peephole2's.
3130
3131 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3132
3133         * config/h8300/h8300.md: Tweak operand numbers of some
3134         peephole2's.
3135
3136 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
3137
3138         * config/h8300/h8300.md: Tweak comments about peephole2's.
3139
3140 2004-02-29  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
3141
3142         PR middle-end/14203
3143         * function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P
3144         instead of testing whether DECL_RTL is not NULL.
3145
3146 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3147
3148         * config/sh/sh.c: Fix formatting.
3149
3150 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3151
3152         * config/sh/sh.c: Convert to ISO-C.
3153
3154 2004-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
3155
3156         * c-typeck.c (tagged_types_tu_compatible_p): Fix pasto in
3157         my previous patch.
3158
3159         * config/darwin.h (machopic_finish): Output stub even if the
3160         symbol is already defined.
3161
3162 2004-02-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3163
3164         * pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.
3165
3166 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3167
3168         * genattr.c (main): Don't define
3169         TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE.
3170         * system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison.
3171         (DFA_PIPELINE_INTERFACE): Likewise.
3172         * doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove.
3173         (DFA_PIPELINE_INTERFACE): Likewise.
3174
3175 2004-02-28  Richard Sandiford  <rsandifo@redhat.com>
3176
3177         * config/mips/mips.md (tstsi, tstdi): Delete.
3178
3179 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3180
3181         * config/mips/mips.c (override_options): Remove an obsolete
3182         duplicate definition of the "e" constraint.
3183         * config/mips/mips.h: Update a comment accordingly.
3184
3185 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3186
3187         * config/mips/mips.md: Complete the unfinished R4000
3188         multiply/shift errata workaround.  Improve documentation.
3189         (hazard): Use TARGET_FIX_R4000 to decide whether an "imul" instruction
3190         has a hilo hazard.
3191         (mulsi3, mulsi3_internal, mulsi3_r4000): Use TARGET_FIX_R4000.
3192         (muldi3, muldi3_internal): Likewise.
3193         (muldi3_internal2): Remove, replacing with...
3194         (muldi3_mult3, muldi3_r4000): ...these new patterns.
3195         (mulsidi3): Take the errata into account.
3196         (mulsidi3_32bit): Remove, replacing with...
3197         (mulsidi3_32bit_internal, mulsidi3_32bit_r4000): ...these new patterns.
3198         (mulsidi3_64bit, mulsidi3_64bit_parts): Disable if TARGET_FIX_R4000.
3199         (umulsidi3): Take the errata into account.
3200         (umulsidi3_32bit): Remove, replacing with..
3201         (umulsidi3_32bit_internal, umulsidi3_32bit_r4000): ...these patterns.
3202         (umulsi3_highpart, umulsi3_highpart_internal): Disable if
3203         TARGET_FIX_R4000.
3204         (smulsi3_highpart, smulsi3_highpart_internal): Likewise.
3205         (smuldi3_highpart, umuldi3_highpart): Likewise.
3206         * doc/invoke.texi: Document the errata workaround.
3207
3208 2004-02-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
3209
3210         * config/mips/mips-protos.h (mips_idiv_insns): Declare.
3211         * config/mips/mips.h (MASK_FIX_SB1): Bump.
3212         (MASK_FIX_R4000, TARGET_FIX_R4000): New macros.
3213         (TARGET_SWITCHES): Add -mfix-r4000 and -mno-fix-r4000.
3214         * config/mips/mips.c (mips_idiv_insns): New function.
3215         (override_options): Make -march=r4000 imply -mfix-r4000 by default.
3216         (mips_output_division): Add a workaround for the R4000 divide/shift
3217         errata.
3218         * config/mips/mips.md (length): Use mips_idiv_insns() to calculate
3219         the length of an "idiv" instruction.
3220         * doc/invoke.texi: Document the new switches.
3221
3222 2004-02-28  Kazu Hirata  <kazu@cs.umass.edu>
3223
3224         * doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
3225         TARGET_SCHED_IS_COSTLY_DEPENDENCE.
3226
3227 2004-02-28  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3228
3229         PR optimization/14229
3230         * cfgrtl.c (rtl_tidy_fallthru_edge): Do not fail for !onlyjump jump.
3231
3232 2004-02-28  Eric Botcazou  <ebotcazou@act-europe.fr>
3233
3234         * fold-const.c (fold): Strip NOPs that change the signedness
3235         for RSHIFT too.  Expand comment.
3236
3237 2004-02-27  Ian Lance Taylor  <ian@wasabisystems.com>
3238
3239         PR optimization/7871
3240         * flow.c (mark_set_1): Don't add LOG_LINKS for global registers
3241         from or to call insns.
3242
3243 2004-02-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
3244
3245         PR optimization/7871
3246         * flow.c (propagate_one_insn): Interpret calls as setting global
3247         registers, not merely clobbering them.
3248
3249 2004-02-27  Dale Johannesen  <dalej@apple.com>
3250
3251         * config/darwin.c (machopic_output_possible_stub_label):  Remove.
3252         config/darwin-protos.h:  Ditto.
3253         config/darwin.h:  Remove call to it.
3254         * combine.c (distribute_notes): Do not place a REG_DEAD note
3255         when value is both set and used.
3256
3257 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
3258
3259         * config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
3260         as well.
3261         * config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
3262         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
3263
3264 2004-02-27  Andrew Pinski  <apinski@apple.com>
3265
3266         * c-typeck.c (tagged_types_tu_compatible_p) <ENUMERAL_TYPE>:
3267         Speedup common case of the type values being in the same order.
3268
3269 2004-02-27  Steve Ellcey  <sje@cup.hp.com>
3270
3271         * config/ia64/ia64.h (no-inline-float-divide): New option.
3272         * config/ia64/ia64.h (no-inline-int-divide): New option.
3273         * config/ia64/ia64.h (no-inline-sqrt): New option.
3274         (TARGET_DEFAULT): Add MASK_INLINE_FLOAT_DIV_THR to define.
3275         * config/ia64/hpux.h (TARGET_DEFAULT): Ditto.
3276         * config/ia64/ia64.c (ia64_override_options): Modify error
3277         checking for inlined division/sqrt.
3278
3279 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
3280
3281         * bb-reorder.c, cfgbuild.c, diagnostic.c, explow.c, profile.c,
3282         ra-build.c, read-rtl.c, tracer.c, unwind-dw2-fde-glibc.c,
3283         value-prof.c, config/darwin-protos.h, config/frv/frv-abi.h,
3284         config/i386/pmmintrin.h, config/pa/pa-hpux.h: Update
3285         copyright.
3286
3287 2004-02-27  Paul Brook  <paul@codesourcery.com>
3288
3289         * function.c (assign_parms): Don't count pretend args for alignment.
3290
3291 2004-02-27  Richard Henderson  <rth@redhat.com>
3292
3293         * passes.c: New file.
3294         * Makefile.in (OBJS-common): Add it.
3295         * diagnostic.c (rtl_dump_and_exit): Move decl ...
3296         * flags.h (rtl_dump_and_exit): ... here.
3297         * output.h (size_directive_output, last_assemble_variable_decl):
3298         Move from toplev.c.
3299         * rtl.h (reg_alloc): Move from toplev.c.
3300         * toplev.c (HAVE_conditional_execution, DUMPFILE_FORMAT,
3301         struct dump_file_info, enum dump_file_index, dump_file_tbl,
3302         open_dump_file, close_dump_file, rest_of_decl_compilation,
3303         rest_of_type_compilation, rest_of_handle_final,
3304         rest_of_handle_delay_slots, rest_of_handle_stack_regs,
3305         rest_of_handle_variable_tracking, rest_of_handle_machine_reorg,
3306         rest_of_handle_new_regalloc, rest_of_handle_old_regalloc,
3307         rest_of_handle_regrename, rest_of_handle_reorder_blocks,
3308         rest_of_handle_sched, rest_of_handle_sched2, rest_of_handle_regmove,
3309         rest_of_handle_tracer, rest_of_handle_if_conversion,
3310         rest_of_handle_if_after_combine, rest_of_handle_web,
3311         rest_of_handle_branch_prob,
3312         rest_of_handle_value_profile_transformations, rest_of_handle_cfg,
3313         rest_of_handle_addressof, rest_of_handle_sibling_calls,
3314         rest_of_handle_jump_bypass, rest_of_handle_inlining,
3315         rest_of_handle_null_pointer, rest_of_handle_combine,
3316         rest_of_handle_life, rest_of_handle_cse, rest_of_handle_cse2,
3317         rest_of_handle_gcse, rest_of_handle_loop_optimize,
3318         rest_of_handle_loop2, rest_of_compilation): Move to passes.c.
3319         (decode_d_option): Use enable_rtl_dump_file.
3320         (compile_file, finalize, do_compile): Move profile+combine+graph
3321         cleanup to finish_optimization_passes.
3322         * toplev.h (init_optimization_passes, finish_optimization_passes,
3323         enable_rtl_dump_file): Declare.
3324
3325 2004-02-27  Eric Botcazou  <ebotcazou@act-europe.fr>
3326             Roger Sayle  <roger@eyesopen.com>
3327
3328         * fold-const.c (fold): Revert 2004-02-25 change.  Use the original
3329         operands to build a tree with swapped operands.
3330         * expr.c (expand_expr_real) <MAX_EXPR>: Consistently use the
3331         'unsignedp' predicate to specify the signedness.
3332
3333 2004-02-27  Kazu Hirata  <kazu@cs.umass.edu>
3334
3335         * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf2out.c,
3336         expr.c, fold-const.c, gcc.c, haifa-sched.c, loop-iv.c,
3337         params.def, read-rtl.c, rtl.c, rtlanal.c, toplev.c: Fix
3338         comment typos and formatting.  Follow spelling conventions.
3339
3340 2004-02-26  Aldy Hernandez  <aldyh@redhat.com>
3341
3342         * config/rs6000/rs6000.md: Add fixuns_truncsfsi2 and
3343         fix_truncsfsi2.
3344
3345         * config/rs6000/spe.md: Delete spe_efsctuiz.
3346         Add spe_fixuns_truncsfsi2.
3347         Add spe_fix_truncsfsi2.
3348
3349 2004-02-26  Eric Christopher  <echristo@redhat.com>
3350
3351         * c-lex.c (c_lex_string_translate): New variable.
3352         (lex_string): Use to determine string translation.
3353         * c-pragma.h: Prototype.
3354         * c-parse.in (start_string_translation): New. Set above.
3355         (stop_string_translation): Ditto.
3356         (attribute, attribute_list, asm_def, asm_stmt,
3357         asm_operand): Use above functions.
3358         * cp/parser.c (cp_parser_declaration): Translate strings
3359         unless token is RID_EXTERN. Set c_lex_string_translate
3360         for recursive use.
3361         (cp_parser_asm_definition): Only translate argument strings
3362         to asms.
3363         (cp_parser_asm_operand_list): Ditto.
3364         (cp_parser_attribute_list): Do not translate attribute strings.
3365
3366 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3367
3368         * stmt.c (expand_start_case_dummy): Remove.
3369         * tree.h: Remove the corresponding prototype.
3370
3371 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3372
3373         * builtins.c (apply_args_register_offset): Remove.
3374         * tree.h: Remove the corresponding prototype.
3375
3376 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3377
3378         * stor-layout.c (is_pending_size): Remove.
3379         * tree.h: Remove the corresponding prototype.
3380
3381 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3382
3383         * recog.c (validate_replace_src): Remove.
3384         * recog.h: Remove the corresponding prototype.
3385
3386 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3387
3388         * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
3389         MAYBE_REG_PARM_STACK_SPACE.
3390         * function.c: Likewise.
3391         * system.h (FINAL_REG_PARM_STACK_SPACE): Poison.
3392         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
3393         * doc/tm.texi (FINAL_REG_PARM_STACK_SPACE): Remove.
3394         (MAYBE_REG_PARM_STACK_SPACE): Likewise.
3395
3396 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3397
3398         * c-decl.c (c_expand_deferred_function): Remove.
3399         * c-tree.h: Remove the corresponding prototype.
3400
3401 2004-02-26  Kazu Hirata  <kazu@cs.umass.edu>
3402
3403         * postreload.c (reload_cse_move2add): Generate just a PLUS
3404         instead of an entire SET.
3405
3406 2004-02-26  Jan Hubicka  <jh@suse.cz>
3407
3408         * config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m
3409         /pentium4m.
3410         * i386.c (override_options): Add support for new CPUs.
3411         * i386.h (TARGET_CPU_DEFAULT_NAMES): New names.
3412         (TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New
3413         constants.
3414         * invoke.texi: Extend documentation of -mtune/-march for new CPUs.
3415
3416 2004-02-26  Bob Wilson  <bob.wilson@acm.org>
3417
3418         * config/xtensa/xtensa.h (TARGET_CPU_CPP_BUILTINS): Define __xtensa__.
3419
3420 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
3421
3422         * config/sparc/sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'.
3423         (sparc_emit_fixunsdi): New prototype.
3424         * config/sparc/sparc.c (sparc_emit_floatunsdi): Use 'mode' argument.
3425         (sparc_emit_fixunsdi): New function.
3426         * config/sparc/sparc.md (floatunsdisf2): Use 'general_operand' for
3427         operand 1.  Pass SFmode to sparc_emit_floatunsdi.
3428         (floatunsdidf2): Use 'general_operand' for operand 1.  Pass DFmode
3429         to sparc_emit_floatunsdi.
3430         (fixuns_truncsfdi2): New expander.
3431         (fixuns_truncdfdi2): Likewise.
3432
3433 2004-02-26  Alan Modra  <amodra@bigpond.net.au>
3434
3435         * gcse.c (delete_null_pointer_checks_1): Do not delete CC setter
3436         unless HAVE_cc0.
3437
3438 2004-02-25  Richard Henderson  <rth@redhat.com>
3439
3440         * explow.c (force_reg): Call mark_reg_pointer as appropriate.
3441         * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
3442         use (op0-op1) == 0 if op0 is a pointer.
3443         * config/alpha/alpha.md (cmpdi): Use some_operand.
3444         (three comparison combine splits): Remove.
3445
3446 2004-02-25  Richard Henderson  <rth@redhat.com>
3447
3448         PR c/12794
3449         * c-common.c (handle_alias_attribute): Reject the attribute if
3450         current_function_decl is set.
3451
3452 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3453
3454         * config.gcc: Add comment describing extra_gcc_objs.
3455         i[34567]86-*-cygwin*): Replace host_extra_gcc_objs with extra_gcc_objs.
3456         * configure.ac (extra_gcc_objs): New substitution variable.
3457         (host_extra_gcc_objs): Don't substitute.
3458         * configure: Regenerate.
3459         * Makefile.in: Use extra_gcc_objs.
3460
3461 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
3462
3463         * doc/contrib.texi: Add an entry for myself.
3464
3465 2004-02-25  Jan Hubicka  <jh@suse.cz>
3466
3467         * basic-block.h (make_eh_edge, break_superblocks): Declare.
3468         * cfgbuild.c (make_eh_edge):  Make global.
3469         * cfglayout.c (break_superblocks): Likewise; fix memory leak.
3470         * except.c (build_post_landing_pads, connect_post_landing_pads,
3471         dw2_build_landing_pads, sjlj_emit_function_enter,
3472         sjlj_emit_function_exit, sjlj_emit_dispatch_table,
3473         sjlj_build_landing_pads): Update CFG.
3474         (emit_to_new_bb_before): New function.
3475         (finish_eh_generation): Do not rebuild the CFG.
3476
3477 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3478
3479         * config.gcc (hppa*-*-*, parisc*-*-*): Add MASK_BIG_SWITCH to all
3480         target_cpu_default defines.
3481         * pa-hpux.h (TARGET_DEFAULT): Add MASK_BIG_SWITCH to define.
3482         * pa.h (TARGET_DEFAULT): Likewise.
3483
3484 2004-02-25  Eric Botcazou  <ebotcazou@act-europe.fr>
3485
3486         * fold-const.c (fold): Treat MAX_EXPR and MIN_EXPR like
3487         comparisons with regard to signedness.
3488
3489 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
3490
3491         * arm.c (thumb_legitimize_address): New function.
3492         * arm-protos.h: Prototype it.
3493         * arm.h (THUMB_LEGITIMIZE_ADDRESS): Define.
3494         (LEGITIMIZE_ADDRESS): Use it.
3495
3496 2004-02-25  J"orn Rennecke <joern.rennecke@superh.com>
3497
3498         * reload1.c (reload): Only spill eliminable register with multiple
3499         adjacent elimination alternatives if all alternatives fail.
3500
3501 2004-02-25  Richard Earnshaw  <rearnsha@arm.com>
3502
3503         * arm.c (arm_legitimate_index_p): For QImode the range of an offset
3504         is -4095...+4095 inclusive.
3505
3506 2004-02-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
3507
3508         * doc/install.texi (sparc-sun-solaris2* specific notes): Document
3509         the bootstrap failure with Sun CC 5.4 and 5.5.
3510
3511 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
3512
3513         * cse.c (cse_change_cc_mode_insns): Stop at any instruction
3514         which modifies NEWREG.
3515         (cse_condition_code_reg): Update the mode of CC_REG in
3516         CC_SRC_INSN on our own.
3517
3518 2004-02-24  Michael Matz  <matz@suse.de>
3519
3520         * config/i386/i386.c (ix86_comp_type_attributes): Check for
3521         regparm attributes.
3522
3523 2004-02-24  Richard Henderson  <rth@redhat.com>
3524
3525         * toplev.c (dump_file_tbl): Rename from dump_file.
3526         * bb-reorder.c, bt-load.c, cfgcleanup.c, cfglayout.c, cfgloopanal.c,
3527         cfgloopmanip.c, cfgrtl.c, config/arm/arm.c, config/frv/frv.c,
3528         config/i386/i386.c, config/ia64/ia64.c, config/mips/mips.c,
3529         config/sh/sh.c, cse.c, flow.c, ifcvt.c, loop-iv.c, loop-unroll.c,
3530         loop-unswitch.c, output.h, predict.c, profile.c, ra-build.c,
3531         ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, regrename.c, reload1.c,
3532         toplev.c, tracer.c, value-prof.c, var-tracking.c, web.c:
3533         s/rtl_dump_file/dump_file/g.
3534
3535 2004-02-24  Aldy Hernandez  <aldyh@redhat.com>
3536
3537         * config/rs6000/spe.md (spe_fix_truncsfsi2): Delete.
3538         (spe_fixuns_truncsfsi2): Delete.
3539
3540         * config/rs6000/rs6000.md (fix_truncsfsi2): Delete.
3541         (fixuns_truncsfsi2): Delete.
3542
3543 2004-02-24  Josef Zlomek  <zlomekj@suse.cz>
3544
3545         PR/14240
3546         * rtlanal.c (replace_label): Fix replacing labels in constant pool.
3547
3548 2004-02-24  Geoffrey Keating  <geoffk@apple.com>
3549
3550         * config/darwin.h (TARGET_HAS_F_SETLKW): Define.
3551
3552 2004-02-24  Jason Merrill  <jason@redhat.com>
3553
3554         * tree.c (check_qualified_type): New fn.
3555         (get_qualified_type): Use it.  If type already has the desired
3556         quals, just return it.
3557         * tree.h: Declare it.
3558
3559 2003-02-24  Sanjiv Kumar Gupta  <sanjivg@noida.hcltech.com>
3560
3561         * target-def.h (TARGET_SCHED_INIT_GLOBAL,
3562         TARGET_SCHED_FINISH_GLOBAL): New macros.
3563
3564         * target.h (md_init_global, md_finish_global): Function
3565         declarations corresponding to new target macros.
3566
3567         * haifa-sched.c (sched_init, sched_finish): Allow target to
3568         call the new schedular hooks.
3569
3570         * flow.c (recompute_reg_usage): Add PROP_DEATH_NOTES flag in
3571         call to update_life_info.
3572
3573         * config/sh/sh.h (OVERRIDE_OPTIONS): Re-enable
3574         flag_schedule_insns for SH4.
3575
3576         * config/sh/sh.c (sh_md_init_global, sh_md_finish_global,
3577         find_set_regmode_weight, find_insn_regmode_weight,
3578         find_regmode_weight), sh_md_init, sh_dfa_new_cycle,
3579         sh_variable_issue, high_pressure, ready_reorder,
3580         rank_for_reorder, swap_reorder, sh_reorder, sh_reorder2): New
3581         functions used to throttle the insn movement in first
3582         scheduling pass for SH.
3583
3584         * gcc/doc/tm.texi: Document TARGET_SCHED_INIT_GLOBAL and
3585         TARGET_SCHED_FINISH_GLOBAL.
3586
3587 2004-02-24  Alexandre Oliva  <aoliva@redhat.com>
3588
3589         Implement FR-V FDPIC ABI support for frv-uclinux and frv-linux.
3590         2004-02-05  Alexandre Oliva  <aoliva@redhat.com>
3591         * config/frv/frv.c (frv_emit_movsi): Use GOT relocations for
3592         symbols in sections named by the user.
3593         2004-01-30  Alexandre Oliva  <aoliva@redhat.com>
3594         * config/frv/linux.h (TARGET_OS_CPP_BUILTINS): New.
3595         2004-01-27  Alexandre Oliva  <aoliva@redhat.com>
3596         * config.gcc (frv-*-*linux*): Handle like *-*-linux*.
3597         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Remove, obviated by
3598         the above.
3599         2004-01-20  Alexandre Oliva  <aoliva@redhat.com>
3600         * config/frv/frv.md (symGOT2reg_hilo, symGOTOFF2reg_hilo): Add
3601         one more pseudo to further improve code generation.
3602         2004-01-19  Alexandre Oliva  <aoliva@redhat.com>
3603         * config/frv/frv.md (movdi_ldd): Introduce explicit indirection
3604         inside UNSPEC.
3605         2004-01-16  Alexandre Oliva  <aoliva@redhat.com>
3606         * config/frv/frv.c (frv_legitimate_address_p): Added
3607         allow_double_reg_p argument.  Adjust all callers.  Use it to
3608         decide whether to enable double-register indirect addressing.
3609         (frv_funcdesc_alias_set): Remove.
3610         (frv_expand_fdpic_call): Force non-SYMBOL_REF operand into
3611         register.  Emit movdi_ldd.
3612         (ldd_address_operand): New.
3613         * config/frv/frv-protos.h (frv_legitimate_address_p): Adjust.
3614         * config/frv/frv.h (GO_IF_LEGITIMATE_ADDRESS): Likewise.
3615         (PREDICATE_CODES): Add ldd_address_operand.
3616         * config/frv/frv.md (movdi_ldd): New.
3617         (symGOT2reg_hilo, symGOTOFF2reg_hilo): Use separate pseudo for
3618         intermediate computations if possible.
3619         (symGOTOFF2reg_i): Fix harmless typo.
3620         2003-12-18  Alexandre Oliva  <aoliva@redhat.com>
3621         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Cast
3622         relocated p_vaddr to vaddr type.
3623         * config/frv/frv-protos.h (frv_expand_fdpic_call): Return void.
3624         * config/frv/frv.c (frv_get_funcdesc_alias_set): New.
3625         (frv_expand_fdpic_call): Propagate incoming MEM's expr to funcdesc
3626         MEM, or use a funcdesc alias set.  Use regular move instead of
3627         ldd.
3628         (dbl_memory_one_insn_operand): Recognize function descriptors by
3629         type or by alias set, and don't split them.
3630         * config/frv/frv.md (call, call_value): Never use call_internal
3631         for fdpic.
3632         (call_internal, call_value_internal): Never match for FDPIC.
3633         (call_fdpicdi, call_fdpicsi, call_value_fdpicdi,
3634         call_value_fdpicsi): Require FDPIC.
3635         (ldd): Removed.
3636         2003-12-17  Alexandre Oliva  <aoliva@redhat.com>
3637         * config/frv/frv.h (CRT_GET_RFIB_DATA): Define for __FRV_FDPIC__.
3638         * unwind-dw2-fde-glibc.c: Don't include elf-fdpic.h any more.
3639         (_Unwind_IteratePhdrCallback): Adjust type of load_base for FRV
3640         FDPIC.  Compute data base address.
3641         * config/frv/linux.h (SUBTARGET_DRIVER_SELF_SPECS): Enable -mfdpic
3642         before the other self-specs are processed.
3643         * config/frv/t-linux (CRTSTUFF_T_CFLAGS, TARGET_LIBGCC2_CFLAGS):
3644         Build with -fPIC.
3645         2003-12-15  Alexandre Oliva  <aoliva@redhat.com>
3646         * unwind-dw2-fde-glibc.c: Don't include bits/elf-fdpic.h if
3647         inhibit_libc is defined.
3648         2003-12-12  Alexandre Oliva  <aoliva@redhat.com>
3649         * unwind-dw2-fde-glibc.c: Include bits/elf-fdpic.h for
3650         __FRV_FDPIC__.
3651         (__RELOC_POINTER): Define.
3652         (_Unwind_IteratePhdrCallback): Use it.
3653         * config/frv/frv.h (Twrite): Define.
3654         (TRANSFER_FROM_TRAMPOLINE): Use it.
3655         * config/frv/linux.h (INVOKE__main): Undefine.
3656         (Twrite): Override.
3657         2003-12-05  Richard Sandiford  <rsandifo@redhat.com>
3658         * doc/invoke.texi (-mlong-calls, -mlinked-fp): Document FRV options.
3659         (-mlibrary-pic): Emphasize that this option generates EABI code.
3660         (-mcpu): Add fr550.
3661         (-mpack): Remove.
3662         2003-11-30  Alexandre Oliva  <aoliva@redhat.com>
3663         * config/frv/frv.c (int_2word_operand): Reject LABELs, SYMBOL_REFs
3664         and CONSTs in FDPIC mode.
3665         * gcc/config.gcc (with_cpu): Default to fr400 on frv-*-*linux*.
3666         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
3667         * config/frv/frv.c (move_source_operand): Don't accept symbolic
3668         constants.
3669         * config/frv/frv.md (*movhi_internal, *movsi_internal): Use an 'n'
3670         rather than 'i' constraint for the 2-instruction alternative.
3671         (*movsi_2word): New, incorporating existing int_2word_operand splitter.
3672         2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
3673         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Q): Renamed from
3674         EXTRA_CONSTRAINT_FOR_Y.
3675         (EXTRA_CONSTRAINT): Remove handling of 'Y'.
3676         * config/frv/frv.md (*movsi_internal): Remove 'Q' constraint.
3677         (addsi3): Change 'Y' constraint to 'Q'.
3678         2003-11-27  Richard Sandiford  <rsandifo@redhat.com>
3679         * reload.c (CONST_POOL_OK_P): New macro.
3680         (find_reloads): Use it to decide whether a constant can be forced
3681         into memory.
3682         * config/frv/frv.h (LEGITIMATE_PIC_OPERAND_P): Return true if the
3683         constant satisfies got12_operand.
3684         (frv_cannot_force_const_mem): Always return true for TARGET_FDPIC.
3685         (frv_legitimate_address_p): Check for valid unspec offsets using
3686         got12_operand rather than frv_legitimate_fdpic_operand_p.
3687         (frv_legitimate_fdpic_operand_p): Delete.
3688         (frv_emit_movsi): Abort if we try to use the FDPIC register during
3689         or after reload.
3690         (frv_legitimate_constant_p): Return LEGITIMATE_PIC_OPERAND_P if
3691         TARGET_FDPIC.
3692         * config/frv/frv.md (*movdf_double): Add alternatives for CONST_DOUBLE.
3693         2003-11-19  Richard Sandiford  <rsandifo@redhat.com>
3694         * config/frv/frv-protos.h (fdpic_operand, fdpic_got12_operand)
3695         (frv_fdpic_fptr_operand): Don't declare here.
3696         * config/frv/frv.h (EXTRA_CONSTRAINT_FOR_Y): Call got12_operand
3697         rather than fdpic_got12_operand.
3698         (PREDICATE_CODES): Remove symbolic_operand entry.  Add entries for
3699         got12_operand and const_unspec_operand.
3700         * config/frv/frv.c (got12_operand): Renamed from fdpic_got12_operand.
3701         (gpr_or_int12_operand, dbl_memory_one_insn_operand): Update calls.
3702         (symbolic_operand): Remove.
3703         (const_unspec_operand): New predicate.
3704         * config/frv/frv.md (*movsi_got): Use got12_operand.
3705         (*movsi_high_got, *movsi_lo_sum_got): Use const_unspec_operand.
3706         2003-11-18  Richard Sandiford  <rsandifo@redhat.com>
3707         * config/frv/frv-protos.h (frv_output_addr_const_extra): Remove.
3708         * config/frv/frv.h (OUTPUT_ADDR_CONST_EXTRA): Remove definition.
3709         * config/frv/frv.c (frv_unspec): New structure.
3710         (frv_small_data_reloc_p, frv_const_unspec_p): New functions.
3711         (frv_print_operand_memory_reference): Use frv_const_unspec_p to
3712         validate CONST indices.  Use frv_output_const_unspec to print them.
3713         (frv_print_operand): Update call to unspec_got_name.  Use
3714         frv_output_const_unspec to print constant unspecs.
3715         (frv_legitimate_fdpic_operand_p): Return true if frv_const_unspec_p.
3716         Reject UNSPECs otherwise.
3717         (unspec_got_name): Take the relocation number as argument, not an
3718         rtx containing it.
3719         (frv_output_addr_const_extra): Remove, replacing with...
3720         (frv_output_const_unspec): ...this new function.
3721         (frv_find_base_term): Use frv_const_unspec_p & frv_small_data_reloc_p.
3722         (gpr_or_int12_operand): Use fdpic_got12_operand.
3723         (dbl_memory_one_insn_operand): Likewise.
3724         (fdpic_got12_operand): Use frv_const_unspec_p.
3725         (frv_emit_movsi): Use frv_const_unspec_p to check for CONSTs that
3726         are already legitimate.  Use frv_small_data_reloc_p when deciding
3727         whether to use HIGH/LO_SUM for R_FRV_GOTOFF12 and R_FRV_GPREL12.
3728         2003-11-18  Alexandre Oliva  <aoliva@redhat.com>
3729         * config/frv/t-linux (SHLIB_MAPFILES): Override so as to export...
3730         * config/frv/libgcc-frv.ver: ... frv-specific symbols.  New file.
3731         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
3732         label, for real this time.
3733         * config/frv/frv.c (frv_local_funcdesc_p): Update to new
3734         representation of visibility.
3735         (fdpic_got12_operand, symbolic_operand): Mark unused arguments as
3736         such.
3737         2003-11-17  Richard Sandiford  <rsandifo@redhat.com>
3738         * config/frv/frv.h (MASK_LINKED_FP, TARGET_LINKED_FP): New macros.
3739         (TARGET_SWITCHES): Add -mlinked-fp and -mno-linked-fp.
3740         * config/frv/frv.c (frv_override_options): Set MASK_LINKED_FP unless
3741         it was explicitly disabled.
3742         (frv_stack_info): There is no need to save the link register in every
3743         frame unless TARGET_LINKED_FP is true.
3744         (frv_frame_pointer_required): If !TARGET_LINKED_FP, only require a
3745         frame pointer if the stack pointer might change value.
3746         (frv_return_addr_rtx): Check and process "count" argument.
3747         2003-11-14  Richard Sandiford  <rsandifo@redhat.com>
3748         * config/frv/frv-protos.h (frv_legitimize_address): Remove.
3749         (frv_find_base_term): Declare.
3750         * config/frv/frv.h (LEGITIMIZE_ADDRESS): Do nothing.
3751         (FIND_BASE_TERM): Define.
3752         (PREDICATE_CODES): Remove pic_register_operand, pic_symbolic_operand,
3753         small_data_register_operand, small_data_symbolic_operand.  Add
3754         symbolic_operand.
3755         * config/frv/frv.c (const_small_data_p, plus_small_data_p): Delete.
3756         (frv_print_operand_memory_reference, output_move_single): Remove
3757         special handling for unlegitimized sdata addresses.
3758         (frv_legitimate_address_p): Don't allow sums of SDA_BASE_REG
3759         and symbolic addresses.
3760         (frv_legitimize_address, frv_legitimize_fdpic_address): Delete.
3761         (frv_find_base_term): New function.
3762         (int_2word_operand): Check specifically for symbolic address constants.
3763         (pic_register_operand, pic_symbolic_operand): Delete.
3764         (small_data_register_operand, small_data_symbolic_operand): Delete.
3765         (dbl_memory_one_insn_operand): Don't call plus_small_data_p.
3766         Allow UNSPEC_GOT constants if !TARGET_FDPIC.
3767         (move_source_operand): Only accept CONSTs if they're a two-insn
3768         symbolic constant.
3769         (fdpic_got12_operand): Don't require TARGET_FDPIC.
3770         (frv_emit_movsi): Legitimize sdata and -mlibrary-pic addresses
3771         using gen_symGOTOFF2reg*.
3772         (frv_ifcvt_rewrite_mem): Remove (plus gr16 ...) special cases.
3773         (frv_rtx_costs): Give all MEM addresses a cost of 0.  Give MEMs
3774         themselves a cost of 3 insns.
3775         * config/mips/mips.md (*movsi_got): Allow for !TARGET_FDPIC too.
3776         Change predicate to symbolic_operand.
3777         (*movsi_high_got, *movsi_lo_sum_got): Likewise.
3778         (*movsi_lda_sdata): Delete.
3779         (*movsi_pic, movsi_high_pic, movsi_lo_sum_pic): Delete.
3780         2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
3781         * config.gcc: Add t-slibgcc-elf-ver and support --with-cpu for
3782         frv-*-*linux*.
3783         * config/frv/frv-abi.h (CREATE_DOUBLE_SHIFT): Use branch to local
3784         label.
3785         * config/frv/frv.h (DRIVER_SELF_SPECS): Add blank before
3786         -multilib-library-pic.
3787         (LINK_SPEC): Add -z text for -mfdpic.
3788         * config/frv/frvbegin.c (__ROFIXUP_LIST__): Don't define on FDPIC.
3789         * config/frv/frvend.c (__ROFIXUP_END__): Likewise.
3790         * config/frv/linux.h (STARTFILE_SPEC, ENDFILE_SPEC, LINK_SPEC):
3791         Override.
3792         (OPTION_DEFAULT_SPECS, HAS_INIT_SECTION, INIT_SECTION_ASM_OP,
3793         FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION): Define.
3794         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Use
3795         crtstuff-generated files.
3796         2003-10-31  Alexandre Oliva  <aoliva@redhat.com>
3797         * config.gcc: Add frv-*-*linux*.
3798         * config/frv/linux.h, config/frv/t-linux: New.
3799         2003-10-06  Alexandre Oliva  <aoliva@redhat.com>
3800         * config/frv/frv.h (LINK_SPEC): Pass -melf32frvfd to the linker
3801         when -mfdpic even if a linker script is explicitly listed.
3802         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
3803         * config/frv/frv.c (frv_override_options): Clear asm_out
3804         unaligned_op for SImode on FDPIC.
3805         (frv_emit_movsi): Use compute_reloc_for_constant to compute the
3806         argument passed to decl_readonly_section.
3807         (frv_assemble_integer): Revert 2003-09-30's change, but make the
3808         whole block run with FDPIC even with -fno-PIC.
3809         2003-10-02  Alexandre Oliva  <aoliva@redhat.com>
3810         * config/frv/frv.c (frv_cannot_force_const_mem): Don't force
3811         symbol or label plus offset to memory.
3812         (frv_emit_movsi): Emit GPREL only if -mgprel-ro.  Emit 32-bit
3813         GOTOFF and GPREL for LABEL_REF.
3814         * config/frv/frv.h (DRIVER_SELF_SPECS): Add -mgprel-ro with
3815         -mfdpic unless -mno-gprel-ro, -fpic or -fpie.
3816         (MASK_GPREL_RO, TARGET_GPREL_RO): New.
3817         (TARGET_SWITCHES): Added gprel-ro and no-gprel-ro.
3818         * doc/invoke.texi: Document them.
3819         2003-09-30  Alexandre Oliva  <aoliva@redhat.com>
3820         * config/frv/frv-protos.h (frv_gen_GPsym2reg): Declare.
3821         (frv_splittable_got_operand): Removed.
3822         * config/frv/frv.c (frv_cannot_force_const_mem): Reject HIGH and
3823         LO_SUM.  Add comments.
3824         (frv_override_options): Moved enabling of FDPIC to
3825         DRIVER_SELF_SPECS.  Don't enable MASK_DWORD.
3826         (frv_local_funcdesc_p): Remove unnecessary heck for flag_pie.
3827         (frv_legitimize_fdpic_address): Don't duplicate logic in
3828         frv_emit_movsi.
3829         (frv_gen_GPsym2reg): New.
3830         (unspec_got_name): Added gprel.
3831         (frv_expand_fdpic_call): Add support for inlining PLTs.
3832         (fdpic_fptr_operand): Renamed from frv_fdpic_fptr_operand.
3833         (gpr_or_int12_operand): Added GPREL12.
3834         (pic_symbolic_operand): Match even if !flag_pic for FDPIC.
3835         (small_data_symbolic_operand): Fail if FDPIC.
3836         (fdpic_splittable_got_operand): Removed.
3837         (fdpic_got12_operand): Added GPREL12.
3838         (frv_emit_movsi): Reorganize to avoid duplication.  Emit GPREL
3839         when appropriate.  Fix sdata GOTOFF.
3840         (frv_legitimate_constant_p): Require legitimate PIC operand for
3841         FDPIC with pic, but only a legitimate fdpic operand for non-pic.
3842         (frv_assemble_integer): Move FDPIC funcdesc handling out of
3843         flag_pic case.
3844         (frv_asm_out_constructor, frv_asm_out_destructor): Abort if
3845         frv_assemble_integer fails.
3846         * config/frv/frv.h (DRIVER_SELF_SPECS): New.
3847         (SUBTARGET_DRIVER_SELF_SPECS): New.
3848         (ASM_SPEC): Don't pass -mno-fdpic.
3849         (LINK_SPEC): Pass -melf32frvfd for FDPIC.
3850         (MASK_INLINE_PLT, TARGET_INLINE_PLT): New.
3851         (TARGET_SWITCHES): Add -minline-plt, -mno-inline-plt and
3852         -multilib-library-pic.
3853         (PREDICATE_CODES): Added fdpic_operand, fdpic_fptr_operand,
3854         condexec_si_media_operator, condexec_sf_add_operator and
3855         condexec_sf_conv_operator.  Removed condexec_sf_binary_operator
3856         and condexec_sf_unary_operator.
3857         * config/frv/frv.md (R_FRV_GPREL12, R_FRV_GPRELHI, R_FRV_GPRELLO):
3858         New.
3859         (movsi_got, movsi_high_got, movsi_lo_sum_got): Move before
3860         movsi_internal.  Give them internal names.  movsi_got has type
3861         int.
3862         (fdpic got splitters): Remove.
3863         (symGPREL2reg, symGPREL2reg_hilo): New.
3864         * config/frv/t-frv (MULTILIB_MATCHES): Don't map -fpic and -fPIC
3865         to -mlibrary-pic.  Map -multilib-library-pic to it.
3866         * doc/invoke.texi: -mfdpic, -minline-plt, -multilib-library-pic:
3867         Document.
3868         2003-09-28  Alexandre Oliva  <aoliva@redhat.com>
3869         * config/frv/frv.c (frv_function_symbol_referenced_p): Declare.
3870         (TARGET_CANNOT_FORCE_CONST_MEM): Define to...
3871         (frv_cannot_force_const_mem): New function.
3872         (const_small_data_p, plus_small_data_p): Update comments on sdata
3873         on FDPIC.
3874         (frv_override_options): Set flag_pie for FDPIC too.
3875         (frv_conditional_register_usage): Mark gr16 and gr17 as non-fixed,
3876         call-saved registers on FDPIC.
3877         (frv_stack_info): Don't preserve the PIC register on FDPIC, and
3878         don't force LR to be preserved.
3879         (frv_expand_prologue): Likewise.
3880         (frv_asm_output_mi_thunk): Use 12-bit funcdesc gotoff for -fpic.
3881         (frv_frame_pointer_required): Don't force it just because the
3882         FDPIC register is used.
3883         (frv_legitimate_address_p) <CONST>: Accept a legitimate FDPIC
3884         operand only if !condexec_p.
3885         (frv_legitimize_address): Return the FDPIC-legitimized address.
3886         Don't match small data here on FDPIC.
3887         (frv_legitimate_fdpic_operand_p): Don't accept unadorned function
3888         symbols.  Use TRUE/FALSE instead of 1/0.
3889         (frv_local_funcdesc_p): New.
3890         (frv_legitimize_fdpic_address): Rewrite to use GOTOFF and 12-bit
3891         immediates when possible.
3892         (pic_symbolic_operand): Accept SYMBOL_REFs and CONSTs in FDPIC.
3893         (dbl_memory_one_insn_operand): Accept addresses that add a REG and
3894         an UNSPEC_GOT.
3895         (frv_emit_movsi): Handle FDPIC before small data.  Use GOTOFF and
3896         12-bit immediates when possible.
3897         (frv_legitimate_constant_p): In FDPIC, reject SImode operands that
3898         are not legitimate pic operands.
3899         (frv_in_small_data_p): Re-enable for FDPIC.
3900         * config/frv/frv.h (SDA_BASE_REG): Remove comment about FDPIC.
3901         (FRV_GLOBAL_P): Removed.
3902         * config/frv/frv.md: Add modes to CONSTs.
3903         (movsi_got): New.
3904         (movsi_lo_sum_got): Use separate matches instead of match_dup.
3905         (movsi_high_pic, movsi_lo_sum_pic): Match on non-FDPIC only.
3906         (fdpic splittable operations): Match on flag_pic != 1.
3907         2003-09-22  Alexandre Oliva  <aoliva@redhat.com>
3908         * config/frv/frv.c (frv_asm_out_constructor,
3909         frv_asm_out_destructor): Pass to frv_assemble_integer the size in
3910         bytes, not bits.
3911         2003-09-19  Alexandre Oliva  <aoliva@redhat.com>
3912         * config/frv/frv.c (frv_assemble_integer): Reject complex
3913         expressions referencing function SYMBOL_REFs.
3914         * config/frv/frv.c (frv_function_symbol_referenced_p): New.
3915         (move_source_operand): Reject CONSTs that reference function
3916         SYMBOL_REFs on FDPIC.
3917         (frv_emit_movsi): If we get such a CONST, break it up.
3918         * config/frv/frv.h (CPP_SPEC): Define __FRV_FDPIC__ for -mfdpic.
3919         (TRANSFER_FROM_TRAMPOLINE): Use different definitions for FDPIC.
3920         * config/frv/frv.c (frv_print_operand) <I>: Recognize PLUS without
3921         MEM.
3922         (frv_assemble_integer): Don't use funcdesc for LABEL_REFs.
3923         (frv_trampoline_size): Increase for FDPIC.
3924         * config/frv/frv.h (TRAMPOLINE_ALIGNMENT): Bump to 64 for FDPIC.
3925         (TRANSFER_FROM_TRAMPOLINE): Handle FDPIC trampolines.
3926         * config/frv/frv.c (frv_legitimize_fdpic_address, frv_emit_movsi):
3927         Disable use of GOTOFF for now.
3928         (const_small_data_p, plus_small_data_p, frv_in_small_data_p):
3929         Disable use of small data in FDPIC for now.
3930         (frv_asm_output_mi_thunk): Implement for FDPIC.
3931         * config/frv/frv.h (SDA_BASE_REG): Set to -1 with FDPIC.
3932         * config/frv/frv.c (frv_asm_out_constructor): Use
3933         frv_assemble_integer for FDPIC pointers.
3934         (frv_asm_out_destructor): Likewise.
3935         * config/frv/frv.md (ldd): Fix order of operands.  Use
3936         address_operand for input.
3937         2003-09-18  DJ Delorie  <dj@redhat.com>
3938         * config/frv/frv.c (frv_legitimate_fdpic_operand_p): Remove UNSPEC_PIC.
3939         (unspec_got_name): Correct typo.
3940         (frv_emit_movsi): Pre-expand splittable GOTs.
3941         (frv_expand_fdpic_call): Rename gen_lddi to gen_ldd.
3942         * config/frv/frv.md (lddi): Fix syntax error, rename to ldd.
3943         (symGOT2reg_hilo, symGOTOFF2reg_hilo): New.
3944         * config/frv/t-frv: Add -mfdpic multilibs.
3945         * config/frv/frv.h (ASM_SPEC): Pass -mfdpic/-mno-fdpic.
3946         (TARGET_SWITCHES): Add -mno-fdpic, fix documentation.
3947         * config/frv/frv.c (frv_override_options): -mfdpic assumes
3948         flag_pic, default to 32-bit pics, require DWORD ops.
3949         (frv_override_options): Add W and Z constraints.
3950         (frv_expand_prologue): No pic prologue for -mfdpic.
3951         (frv_asm_output_mi_thunk): Support -mfdpic (soon).
3952         (frv_print_operand_memory_reference): Handle GOT constants.
3953         (frv_legitimate_address_p): Allow GOT constants.
3954         (frv_legitimize_address): Handle GOT addresses too.
3955         (frv_legitimate_fdpic_operand_p): New.
3956         (frv_legitimize_fdpic_address): New.
3957         (unspec_got_name): New.
3958         (frv_output_addr_const_extra): New.
3959         (frv_expand_fdpic_call): New.
3960         (frv_fdpic_fptr_operand): New.
3961         (gpr_or_int12_operand): Handle GOT operands.
3962         (int_2word_operand): Handle GOT operands.
3963         (fdpic_operand): New.
3964         (fdpic_splittable_got_operand): New.
3965         (fdpic_got12_operand): New.
3966         (frv_emit_movsi): Handle GOT operands.
3967         (frv_assemble_integer): -mfdpic doesn't use rofixups.
3968         (frv_print_operand): Support 'g' code for GOT operands.
3969         * config/frv/frv-protos.h: Add prototypes as needed.
3970         * config/frv/frv.md (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
3971         R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
3972         R_FRV_FUNCDESC_GOTLO, R_FRV_FUNCDESC_VALUE,
3973         R_FRV_FUNCDESC_GOTOFF12, R_FRV_FUNCDESC_GOTOFFHI,
3974         R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12, R_FRV_GOTOFFHI,
3975         R_FRV_GOTOFFLO): New.
3976         (movsi_high_got, movsi_lo_sum_got): New.
3977         (*movsi_pic): Don't use this splitter for -mfdpic.
3978         (addsi3): Allow GOT references also.
3979         (call, call_value): Handle -mfdpic separately.
3980         (call_fdpicdi, call_fdpicsi, lddi, call_value_fdpicdi,
3981         call_value_fdpicsi): New.
3982         (symGOT2reg, symGOT2reg_i, got splitters, symGOTOFF2reg,
3983         symGOTOFF2reg_i): New.
3984         * config/frv/frv.h (MASK_FDPIC): New.
3985         (TARGET_FDPIC): New.
3986         (TARGET_SWITCHES): Add -mfdpic.
3987         (FDPIC_FPTR_REGNO): New.
3988         (FDPIC_REGNO): New.
3989         (OUR_FDPIC_REG): New.
3990         (enum reg_class): Add FDPIC_REGS, FDPIC_FPTR_REGS, and
3991         FDPIC_CALL_REGS.
3992         (REG_CLASS_NAMES): Likewise.
3993         (REG_CLASS_CONTENTS): Likewise.
3994         (EXTRA_CONSTRAINT_FOR_Y): New, for 12-bit GOTs.
3995         (EXTRA_CONSTRAINT): Add it here.
3996         (FRV_GLOBAL_P): New.
3997         (OUTPUT_ADDR_CONST_EXTRA): New.
3998
3999 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
4000
4001         * config/sparc/sparc.h: Remove commented-out definitions of
4002         TARGET_EDOM and GEN_ERRNO_RTX.
4003
4004 2004-02-24  Kazu Hirata  <kazu@cs.umass.edu>
4005
4006         * df.c, df.h, ra-build.c, ra-rewrite.c, ra.c, web.c: Replace
4007         df_analyse with df_analyze.
4008
4009 2004-02-24  Alan Modra  <amodra@bigpond.net.au>
4010
4011         * gcse.c (delete_null_pointer_checks_1): Set stop_insn to end, not
4012         beginning of block.
4013
4014 2004-02-23  James E Wilson  <wilson@specifixinc.com>
4015
4016         * calls.c (precompute_arguments): Update comment.
4017
4018 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4019
4020         * et-forest.c: Replace et_occurences with et_occurrences.
4021
4022 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4023
4024         * cfgloop.h, loop-iv.c, loop-unswitch.c: Replace iv_analyse
4025         with iv_analyze.
4026
4027 2004-02-23  Kelley Cook  <kcook@gcc.gnu.org>
4028
4029         * config/i386/i386.c: Rename pni to sse3.
4030         * config/i386/i386.h: Likewise.
4031         * config/i386/i386.md: Likewise.
4032         * config/i386/pmmintrin.h: Likewise.
4033         * doc/extend.texi: Likewise.
4034         * doc/invoke.texi: Likewise.
4035
4036 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
4037             Kazu Hirata  <kazu@cs.umass.edu>
4038
4039         Remove -fwritable-strings.
4040         * c-common.c (fix_string_type): Don't check
4041         flag_writable_strings.
4042         (fix_string_type): Likewise.
4043         * c-opts.c (set_std_c89): Don't initialize
4044         flag_writable_strings.
4045         (set_std_c99): Likewise.
4046         * common.opt (fwritable-strings): Remove.
4047         * flags.h: Remove the external declaration of
4048         flag_writable_strings.
4049         * opts.c (common_handle_option) <OPT_fwritable_strings>:
4050         Remove.
4051         * toplev.c (flag_writable_strings): Remove.
4052         (f_options): Remove an entry for writable-strings.
4053         * varasm.c (const_hash_1) <STRING_CST>: Don't check
4054         flag_writable_strings.
4055         (compare_constant) <STRING_CST>: Likewise.
4056         (build_constant_desc): Likewise.
4057         * config/darwin.c (machopic_select_section): Likewise.
4058         * config/arm/arm.c (AOF_ASSEMBLER): Likewise.
4059         * config/arm/pe.c (arm_pe_encode_section_info): Likewise.
4060         * config/iq2000/iq2000.c (iq2000_select_section): Likewise.
4061         * config/mips/mips.c (mips_select_section): Likewise.
4062         (mips_encode_section_info): Likewise.
4063         * config/pa/pa.c (pa_select_section): Likewise.
4064         * config/pa/pa.h (TEXT_SPACE_P): Likewise.
4065         * config/v850/v850.c (v850_select_section): Likewise.
4066         * doc/invoke.texi (-fwritable-strings): Remove.
4067         (-fno-const-strings): Don't mention -fwritable-strings.
4068         * doc/trouble.texi: Don't mention -fwritable-strings.
4069
4070 2003-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4071
4072         * doc/install.texi: Update for switch of boehm-gc to autoconf 2.57.
4073
4074 2004-02-23  Dale Johannesen  <dalej@apple.com>
4075
4076         * config/rs6000.md (movsf_hardfloat): Add POWER form of nop.
4077         (movdf_hardfloat64):  Ditto.
4078         (movdf_softfloat64):  Ditto.
4079
4080 2004-02-23  Fariborz Jahanian <fjahanian@apple.com>
4081         * config/rs6000/rs6000.c (function_arg): call to
4082         rs6000_mixed_function_arg for DFmode moved to allow
4083         normal DFmode incoming register assignment.
4084
4085 2004-02-23  Dale Johannesen  <dalej@apple.com>
4086
4087         * config/rs6000.md (movsf_hardfloat): Accept CTR-to-CTR copy.
4088         (movdf_hardfloat64):  Ditto.
4089
4090 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4091
4092         * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
4093         config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
4094         copyright.
4095
4096 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
4097
4098         PR c/14156
4099         * c-typeck.c (c_expand_return): Change check for VAR_DECL
4100         to use DECL_P instead.
4101
4102         * config/rs6000/linux.h (OS_MISSING_POWERPC64): Define.
4103         * config/rs6000/linux64.h (OS_MISSING_POWERPC64): Define.
4104
4105 2004-02-23  Kazu Hirata  <kazu@cs.umass.edu>
4106
4107         * Makefile.in (opts.o): Depend on target.h.
4108         * opts.c (decode_options): Use targetm.default_short_enums
4109         instead of DEFAULT_SHORT_ENUMS.
4110         * system.h (DEFAULT_SHORT_ENUMS): Poison.
4111         * target-def.h (TARGET_DEFAULT_SHORT_ENUMS): New.
4112         (TARGET_INITIALIZER): Add TARGET_DEFAULT_SHORT_ENUMS.
4113         * target.h (gcc_target): Add default_short_enums.
4114         * config/cris/cris.h: Remove a comment about
4115         DEFAULT_SHORT_ENUMS.
4116         * config/ip2k/ip2k.h: Likewise.
4117         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Change to
4118         TARGET_DEFAULT_SHORT_ENUMS.  Update the description.
4119
4120 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
4121             Falk Hueffner  <falk@debian.org>
4122
4123         PR c/14188
4124         * builtins.c (expand_builtin_va_arg): Emit an informative message
4125         if a trap is generated.
4126         * c-typeck.c (build_function_call): Likewise.
4127
4128 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
4129
4130         * gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
4131         fopen.
4132         * libgcov.c: Include sys/stat.h.
4133         * config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define.
4134         * config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define.
4135         * config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define.
4136         * config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define.
4137
4138 2004-02-22  Kazu Hirata  <kazu@cs.umass.edu>
4139
4140         * reorg.c: Remove comments about dead ports.
4141
4142 2004-02-22  Christopher Faylor  <cgf@redhat.com>
4143
4144         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): *Really* specify
4145         extra host object file when targetting cygwin rather than generic
4146         object files.
4147
4148 2004-02-22  Josef Zlomek  <zlomekj@suse.cz>
4149
4150         Merge from tree-ssa:
4151         2003-11-20  Richard Henderson  <rth@redhat.com>
4152
4153                 * tree-inline.c (insert_decl_map): New.
4154                 (remap_decl, remap_type, remap_block, copy_body_r,
4155                 initialize_inlined_parameters, declare_return_variable,
4156                 remap_save_expr): Use it.
4157
4158         * function.c (copy_body_r): Add mapping from id->ret_label to
4159         id->ret_label.  Revert test for ret_label.
4160
4161 2004-02-22  Jakub Jelinek  <jakub@redhat.com>
4162
4163         * genoutput.c (process_template): Strip trailing whitespace in @
4164         templates and issue a warning if there was any.
4165
4166 2004-02-21  Christopher Faylor  <cgf@redhat.com>
4167
4168         * config.gcc (i[34567]86-*-pe|i[34567]86-*-cygwin*): Specify extra host
4169         object file when targetting cygwin.
4170         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Remove definition since it is
4171         overridden by top-level Makefile.
4172
4173 2004-02-21  Roger Sayle  <roger@eyesopen.com>
4174
4175         * config/i386/i386.c (standard_80387_constant_p): Also prefer
4176         the x87's load constant instructions when optimizing for size.
4177
4178 2004-02-21  Kazu Hirata  <kazu@cs.umass.edu>
4179
4180         * combine.c (SHIFT_COUNT_TRUNCATED): Remove.
4181         * defaults.h (SHIFT_COUNT_TRUNCATED): Provide the default.
4182         * expmed.c: Assume SHIFT_COUNT_TRUNCATED is always defined.
4183         * fold-const.c: Likewise.
4184         * simplify-rtx.c: Likewise.
4185
4186 2004-02-21  Alan Modra  <amodra@bigpond.net.au>
4187
4188         * combine.c (can_combine_p): Don't ignore SETs marked with
4189         REG_EH_REGION notes.
4190         (try_combine): When attemting to fix unrecognized insns, don't
4191         split a PARALLEL that contains the original i2.
4192
4193 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
4194
4195         * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Refer to
4196         SUBTARGET_OPTION_TRANSLATE_TABLE for architecture-specific options.
4197         * config/i386/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): Define it.
4198         * config/rs6000/altivec.h: #error out if '-maltivec' not specified.
4199         (vector, pixel, bool): #define to __vector, __pixel and __bool.
4200         (__un_args_eq, __bin_args_eq, __tern_args_eq): Move to C-specific
4201         portion of header.
4202         (__altivec_link_error_invalid_argument): Remove prototype; will use
4203         __builtin_altivec_compiletime_error("vec_*") instead.
4204         (vec_*): Fix/complete set of available operation overloads given the
4205         existence of distinct 'vector bool ...' and 'vector pixel' types; tighten
4206         cv-correctness of pointer arguments; in C, always check for correct
4207         argument types before macro expansion.
4208         * config/rs6000/darwin.h (SUBTARGET_OPTION_TRANSLATE_TABLE): New macro
4209         defining Darwin/PowerPC-specific '-f[no-]altivec' and
4210         '-W[no-]altivec-long-deprecated' switches.
4211         * config/rs6000/rs6000-c (rs6000_cpu_cpp_builtins): Pre-define
4212         '__vector', '__pixel' and '__bool' macros using
4213         '__attribute__((altivec(...)))' types.
4214         * config/rs6000/rs6000.c (bool_char_type_node, bool_short_type_node,
4215         bool_int_type_node, pixel_type_node, bool_V16QI_type_node,
4216         bool_V8HI_type_node, bool_V4SI_type_node, pixel_V8HI_type_node):
4217         New type nodes.
4218         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): New, for
4219         handling '-W[no-]altivec-long-deprecated'.
4220         (rs6000_override_options): Handle '-W[no-]altivec-long-deprecated'.
4221         (rs6000_expand_binop_builtin, rs6000_expand_ternop_builtin,
4222         altivec_expand_dst_builtin): Remove casts from integer literals.
4223         (altivec_expand_builtin): Likewise; handle expansion of new
4224         '__builtin_altivec_compiletime_error' function.
4225         (rs6000_init_builtins): Initialize 'vector bool ...' and 'vector pixel'
4226         types, and make them distinct from other vector types; register
4227         '__builtin_altivec_compiletime_error' function.
4228         (print_operand): For 'P', print a full target register name instead of
4229         merely its number.
4230         (rs6000_attribute_table): Add "altivec" attribute.
4231         (rs6000_handle_altivec_attribute): New function.
4232         * config/rs6000/rs6000.h (TARGET_OPTIONS): Describe
4233         '-m[no-]-warn-altivec-long' (which '-W[no-]altivec-long-deprecated'
4234         maps to).
4235         (rs6000_warn_altivec_long, rs6000_warn_altivec_long_switch): Forward
4236         declare.
4237         (ALTIVEC_BUILTIN_COMPILETIME_ERROR): New built-in enumeration.
4238
4239 2004-02-20  James E Wilson  <wilson@specifixinc.com>
4240
4241         * config/ia64/ia64.md (shift_mix4left+1): Delete reload_completed
4242         check.
4243         (shift_mix4left+2): Delete redundant pattern.
4244
4245 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4246
4247         * alias.c (OUTGOING_REGNO): Don't define the default.
4248         * builtins.c (OUTGOING_REGNO): Likewise.
4249         (INCOMING_REGNO): Likewise.
4250         (apply_args_register_offset): Always use OUTGOING_REGNO.
4251         * combine.c (OUTGOING_REGNO): Likewise.
4252         * sibcall.c (OUTGOING_REGNO): Likewise.
4253         * defaults.h (INCOMING_REGNO): Provide the default.
4254         (OUTGOING_REGNO): Likewise.
4255
4256 2004-02-21  Jan Hubicka  <jh@suse.cz>
4257
4258         * params.def (max-peeled-insns, max-completely-peeled-insns,
4259         max-once-peeled-insns): Set to 400.
4260
4261 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4262
4263         PR c++/12007
4264         * dbxout.c (dbxout_parms): Check that DECL_RTL and DECL_INCOMING_RTL
4265         are set for parameters before outputing debugging information.
4266
4267 2004-02-20  Falk Hueffner  <falk@debian.org>
4268
4269         PR target/14201
4270         * config/alpha/alpha.md (*fix_truncsfsi_ieee): Fix typoed operand
4271         numbers.
4272
4273 2004-02-20  Per Bothner  <per@bothner.com>
4274
4275         * input.h:  Don't #include line-map.h.  It may cause link problems
4276         with undefined linemap_line_start when line-map.h is included but
4277         line-map.o is not linked, as currently happens with gengtype on
4278         compilers that don't support inline.
4279         * toplev.c:  So we do have to explicitly #include line-map.h here.
4280
4281 2004-02-20  Richard Henderson  <rth@redhat.com>
4282
4283         * doc/invoke.texi: Add -Wvariadic-macros.
4284
4285 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4286
4287         * haifa-sched.c (sched_emit_insn): Remove.
4288         * sched-int.h: Remove the corresponding prototype.
4289
4290 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4291
4292         Revert:
4293         2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4294         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
4295         * system.h (DEFAULT_SHORT_ENUMS): Poison.
4296         * config/cris/cris.h: Remove a comment about
4297         DEFAULT_SHORT_ENUMS.
4298         * config/ip2k/ip2k.h: Likewise.
4299         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
4300
4301 2004-02-20  Mohan Embar  <gnustuff@thisiscool.com>
4302             Tom Tromey  <tromey@redhat.com>
4303
4304         * doc/install.texi: Moved --disable-libgcj and
4305         --with-system-zlib documentation to new section for
4306         Java-specific options.
4307         Added explicit Cross-Compiler-Specific Options subheading.
4308         Added section for Java-specific options.
4309
4310 2004-02-20  Matt Kraai  <kraai@alumni.cmu.edu>
4311
4312         * doc/install.texi (Building the Ada compiler): Remove
4313         example.
4314
4315 2004-02-20  James E Wilson  <wilson@specifixinc.com>
4316
4317         * toplev.c (dump_file_index, dump_file): Put ce3 before rnreg.
4318
4319 2004-02-20  Kazu Hirata  <kazu@cs.umass.edu>
4320
4321         * gcc.c (process_command): Allow translation of the copyright
4322         symbol but not the rest of the copyright message.
4323         * gcov.c (print_version): Likewise.  Allow translation of the
4324         message about warranty.
4325
4326 2004-02-20  Hans-Peter Nilsson  <hp@axis.com>
4327
4328         * config/cris/cris.md ("*andsi_movu"): Correct parentheses in
4329         predicate.
4330         ("*andsi_clear"): Tweak constraints to not match postincrement.
4331         Adjust the predicate to exclude a volatile memory reference.
4332         ("*andhi_clear"): Ditto.  Rename from "*andhi_clear_signed".
4333         ("*andhi_clear_unsigned"): Remove, non-matching pattern.
4334
4335 2004-02-19  Matt Kraai  <kraai@alumni.cmu.edu>
4336
4337         * move-if-change: Remove.
4338         * Makefile.in (s-mlib, c-parse.y, s-check, s-gencheck)
4339         (s-specs, s-options, s-config, s-conditions, s-flags, s-codes)
4340         (s-constants, s-emit, s-recog, s-opinit, s-extract, s-peep)
4341         (s-attr, s-attrtab, s-output, s-genrtl, s-modes, s-preds)
4342         (s-gtyp-gen, s-iov): Use the top level move-if-change.
4343         * objc/Make-lang.in (objc/objc-parse.y): Likewise.
4344
4345 2004-02-19  James E Wilson  <wilson@specifixinc.com>
4346
4347         * config/i386/i386.md (doloop_end_internal): Use nonimmediate_operand
4348         for operand2.  Add condition that requires register_operand operand2
4349         before reload.
4350
4351 2004-02-19  Richard Sandiford  <rsandifo@redhat.com>
4352             Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4353
4354         * config/mips/mips.c (mips_address_insns): Treat BLKmode specially.
4355         * config/mips/mips.md: Expand comment above unaligned loads and stores.
4356
4357 2004-02-19  Richard Henderson  <rth@redhat.com>
4358
4359         * Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.
4360         * tree.c (build0, build1, build2, build3, build4): Split out from...
4361         (build): ... here.  Call them.
4362         * tree.h (build, _buildN1, _buildN2, _buildC1, _buildC2): New.
4363
4364         * convert.c (convert_to_integer): Remove extra build argument.
4365         * tree-inline.c (expand_call_inline): Likewise.
4366
4367 2004-02-19  Richard Henderson  <rth@redhat.com>
4368
4369         * c-opts.c (warn_variadic_macros): New.
4370         (c_common_handle_option): Set it.
4371         (sanitize_cpp_opts): Copy it to cpp_opts.
4372         * c.opt (Wvariadic-macros): New.
4373         * cpplib.h (struct cpp_options): Add warn_variadic_macros.
4374         * cppinit.c (cpp_create_reader): Initialize it.
4375         * cppmacro.c (parse_params): Check it.
4376
4377 2004-02-19  David Daney <ddaney@avtrex.com>
4378
4379         PR preprocessor/14198
4380         * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
4381         builtin_assert ("machine=mips")
4382
4383 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4384
4385         * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
4386         * system.h (DEFAULT_SHORT_ENUMS): Poison.
4387         * config/cris/cris.h: Remove a comment about
4388         DEFAULT_SHORT_ENUMS.
4389         * config/ip2k/ip2k.h: Likewise.
4390         * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove.
4391
4392 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
4393
4394         * config/ia64/ia64.c (ia64_function_arg): In big-endian mode,
4395         when passing single SFmode quantities in general registers,
4396         put them in the high half.
4397
4398 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
4399
4400         * doc/md.texi (Standard Names): Document additional dependency on
4401         fix pattern.
4402
4403         * optabs.c (ftruncify): Remove.
4404         (expand_fix): Manually inline ftruncify above.
4405         (can_fix_p): Add FIXME note.
4406
4407 2004-02-19  Aldy Hernandez  <aldyh@redhat.com>
4408
4409         * config/rs6000/spe.md (spe_fixunssfsi2): Rename to
4410         spe_fixuns_truncsfsi2.
4411
4412         * config/rs6000/rs6000.md (fixunssfsi2): Rename to
4413         fixuns_truncsfsi2.
4414
4415 2004-02-19  Steve Ellcey  <sje@cup.hp.com>
4416
4417         * config/ia64/ia64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
4418         * testsuite/gcc.dg/20040219-1.c: New test.
4419
4420 2004-02-19  Ulrich Weigand  <uweigand@de.ibm.com>
4421
4422         * config/s390/s390.md ("*subdf3_cc", "*subdf3_cconly", "*subsf3_cc",
4423         "*subsf3_cconly"): Subtraction is not commutative.
4424
4425 2004-02-19  Zack Weinberg  <zack@codesourcery.com>
4426
4427         * sdbout.c (preinit_symbols, sdbout_initialized): New statics.
4428         (sdbout_symbol): If called before sdbout_init, queue DECL for
4429         later and return.
4430         (sdbout_init): Set sdbout_initialized true, process decls
4431         queued earlier by sdbout_symbol.
4432         (sdbout_finish): Use size_t for index variable.
4433
4434 2004-02-19  Jeff Law  <law@redhat.com>
4435
4436         * fold-const.c (invert_truthvalue): Do not call invert_tree_comparison
4437         for unordered comparison codes.
4438
4439 2004-02-19  Ian Lance Taylor  <ian@wasabisystems.com>
4440
4441         * reload1.c (reload): Correct comment.
4442         (scan_paradoxical_subregs): Remove #if 0 and old comment.
4443         * doc/extend.texi (Local Reg Vars): Remove obsolete comment that
4444         register variables are not used by reload.
4445
4446 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
4447
4448         PR target/14209
4449         * config/cris/cris.md ("*andsi_movu", "*andhi_movu"): Tweak
4450         constraints to not match postincrement.  Adjust the predicate to
4451         exclude a volatile memory reference.
4452
4453 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4454
4455         * config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.
4456
4457 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4458
4459         * hooks.c (hook_void_tree_int): Remove.
4460         (hook_void_constcharptr): Likewise.
4461         (hook_int_void_0): Likewise.
4462         * hooks.h: Remove the prototypes for the above three
4463         functions.
4464         * targhooks.c (hook_bool_machine_mode_true): Remove.
4465         * targhooks.h: Remove the prototype for
4466         hook_bool_machine_mode_true.
4467
4468 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4469
4470         * emit-rtl.c (subreg_realpart_p): Remove.
4471         (reorder_insns_with_line_notes): Likewise.
4472         (end_full_sequence): Likewise.
4473         * rtl.h: Remove the prototype for the above functions.
4474
4475 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4476
4477         * config/arc/arc.h, config/arm/arm.h, config/frv/frv.h,
4478         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
4479         config/iq2000/iq2000.h, config/m32r/m32r.h,
4480         config/pdp11/pdp11.h, config/sparc/sparc.h,
4481         config/xtensa/xtensa.h: Remove commented-out or useless
4482         definitions of CASE_VECTOR_PC_RELATIVE.
4483
4484 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
4485
4486         * loop.c (all_sets_invariant_p): Remove.
4487
4488 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4489
4490         PR target/12916
4491         * config/sparc/sparc.h (NPARM_REGS): Delete.
4492         (BASE_RETURN_VALUE_REG): Likewise.
4493         (BASE_OUTGOING_VALUE_REG): Likewise.
4494         (BASE_PASSING_ARG_REG): Likewise.
4495         (BASE_INCOMING_ARG_REG): Likewise.
4496         * config/sparc/sparc.c (sparc_strict_argument_naming): Test
4497         TARGET_ARCH64, not TARGET_V9.
4498         (function_arg_slotno): Dispatch based on the mode class.
4499         Handle vector modes like floating-point modes.
4500         (function_arg_record_value_1): Handle vector types like
4501         floating-point types.
4502         (function_arg_record_value_2): Likewise.
4503         Calculate regno after mode transformation.
4504         (function_arg): Handle vector modes like floating-point modes.
4505         (function_arg_partial_nregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX.
4506         If ARCH64, do not recheck alignment.
4507         (function_arg_pass_by_reference): Reorder the conditions.
4508         (sparc_return_in_memory): Move after function_arg_padding.
4509         Implement calling conventions for vector modes.
4510         (sparc_struct_value_rtx): Move after sparc_return_in_memory.
4511         (function_value): Move scope of 'regbase'.
4512         Implement calling conventions for vector modes.
4513         (sparc_builtin_saveregs): Replace NPARM_REGS by SPARC_INT_ARG_MAX
4514         and BASE_INCOMING_ARG_REG by SPARC_INCOMING_INT_ARG_FIRST.
4515         (sparc_va_arg): Use function_arg_pass_by_reference to test whether
4516         the argument is passed by reference.
4517         (sparc_type_code): Handle vector types.
4518
4519 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
4520
4521         * function.c (assign_parms): When building decl_rtl for
4522         SPLIT_COMPLEX_ARGS, ensure inner modes of concat match outer.
4523
4524 2004-02-19  Olivier Hainque  <hainque@act-europe.fr>
4525
4526         * expr.c (is_aligning_offset): Check if we are aligning the
4527         expressions's address over BIGGEST_ALIGNMENT in bytes, not
4528         in bits.
4529
4530 2003-02-18  Matt Austern  <austern@apple.com>
4531
4532         * gcc.c (LIBGCC_SPEC): If REAL_LIBGCC_SPEC is defined, and
4533         LIBGCC_SPEC isn't, set LIBGCC_SPEC to REAL_LIBGCC_SPEC.
4534         (init_gcc_spec): Don't define or call if REAL_LIBGCC_SPEC is
4535         defined.  Instead use REAL_LIBGCC_SPEC, unmodifed, as the libgcc
4536         spec string.
4537         * doc/tm.texi (REAL_LIBGCC_SPEC): Document.
4538
4539 2004-02-18  Zack Weinberg  <zack@codesourcery.com>
4540
4541         * dwarf2out.c (loclabel_num): Move outside #ifdef
4542         DWARF2_DEBUGGING_INFO and mark with GTY(()).
4543         * config/ia64/ia64.c (struct extern_func_list,extern_func_head):
4544         Mark with GTY(()).
4545         (ia64_hpux_add_extern_decl): Save the decl, not the name string.
4546         Allocate memory with ggc_alloc.  No need to copy anything.
4547         (ia64_hpux_file_end): Update to match.
4548
4549 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
4550
4551         * config/i386/i386.c (override_options): Don't imply 3DNow! for -m64
4552         by default.
4553
4554 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
4555
4556         * config/s390/s390.md ("divmodtidi3"): Use canonical RTL.
4557         ("divmodtisi3"): Likewise.
4558         ("udivmoddi4", "udivmodtidi3"): Likewise.
4559         ("divmodsi4", "divmoddisi3"): Likewise.
4560         ("udivmodsi4", "udivmoddisi3"): Likewise.
4561         ("udivsi3", "umodsi3"): Likewise.
4562
4563 2004-02-18  Ulrich Weigand  <uweigand@de.ibm.com>
4564
4565         * config/s390/s390.c (s390_mainpool_start): Delete the main pool
4566         placeholder insn when chunkifying the pool.
4567
4568 2004-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4569
4570         * pa.h (PIC_OFFSET_TABLE_REGNUM): Define to INVALID_REGNUM when not
4571         generating PIC code.
4572
4573 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4574
4575         * config/h8300/h8300-protos.h: Add a prototype for
4576         h8300_expand_branch.
4577         * config/h8300/h8300.c (h8300_expand_branch): New.
4578         * config/h8300/h8300.md (ble, bleu, bge, bgeu, blt, bltu, bgt,
4579         bgtu, beq, bne): Call h8300_expand_branch().
4580
4581 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4582
4583         * config/h8300/h8300-protos.h: Add prototypes for
4584         h8300_hard_regno_nregs and h8300_hard_regno_mode_ok.
4585         * config/h8300/h8300.c (h8300_hard_regno_nregs): New.
4586         (h8300_hard_regno_mode_ok): Likewise.
4587         * config/h8300/h8300.h (HARD_REGNO_NREGS): Call
4588         h8300_hard_regno_nregs().
4589         (HARD_REGNO_MODE_OK): Call h8300_hard_regno_mode_ok().
4590
4591 2004-02-18  Per Bothner  <per@bothner.com>
4592
4593         * cpphash.h (struct cpp_buffer):  Restore return_at_eof field.  This
4594         partly reverts my 2003-10-01 change, because we're back to logically
4595         including <command line> inside the main line.
4596         * cpplex.c (_cpp_get_fresh_line):  Check return_at_eof field.
4597         * cppmacro.c (cpp_scan_nooutput):  Set return_at_eof of current buffer.
4598         Fixes PR preprocessor/14103.
4599
4600         * cppfiles.c (_cpp_stack_include):  When appropriate decrement
4601         line_table's highest_location, fixing LAST_SOURCE_LINE_LOCATION.
4602         (cpp_push_include):  Don't need to increment pfile's line field.
4603         * line-map.h (LAST_SOURCE_LINE_LOCATION):  Only decrement by 1.
4604
4605         * c-ppoutput.c (print struct):  New first_time field.
4606         (init_pp_output):  Set print.first_time.
4607         (pp_file_change):  Use print.first_time, rather than MAIN_FILE_P,
4608         which is set also for (say) <command line>.  Clear print.first_time.
4609
4610         * cppfiles.c (struct _cpp_file):  Comment and type for pch field
4611         does not match the code, so fix both.
4612         (should_stack_file):  Inline include_pch_p function.
4613         (include_pch_p):  Remove pointless function.
4614
4615         * cpphash.h (struct cpp_buffer):  Remove unused search_cached field.
4616
4617 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4618
4619         * config/h8300/h8300.md (four define_peephole2's): Use
4620         h8300_regs_ok_for_stm().
4621
4622 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4623
4624         * config/h8300/h8300-protos.h: Update the prototype for
4625         expand_a_rotate().
4626         * config/h8300/h8300.c (expand_a_rotate): Remove the first
4627         argument.
4628         * config/h8300/h8300.md: Update all callers.
4629
4630 2004-02-18  Jan Hubicka  <jh@suse.cz>
4631
4632         * simplify-rtx.c (simplify_unary_operation): Deal with logicals on
4633         floats.
4634         (simplify_binary_operation): Deal with logicals on floats.
4635
4636         * i386.md (SSE fabs splitters): Emit new patterns.
4637         (SSE cmov splitters): Likewise.
4638         (sse_andv4sf3, sse_nandv4sf3, sse_iorv4sf3, sse_xorv4sf3
4639         (sse_andv2df3, sse_nandv2df3, sse_iorv2df3, sse_xorv2df3): Do not use
4640         subregs.
4641         (sse_andsf3, sse_nandsf3, sse_xorsf3): Kill.
4642         (sse_anddf3, sse_nanddf3, sse_xordf3): Kill.
4643
4644 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4645
4646         * config/h8300/h8300.c (expand_a_rotate): Don't generate insns
4647         by hand.
4648         (output_a_rotate): Tweak a comment.
4649         * config/h8300/h8300.md (*rotlqi3_1): Change to rotlqi3_1.
4650         (*rotlhi3_1): Change to rotlhi3_1.
4651         (*rotlsi3_1): Change to rotlsi3_1.
4652
4653 2004-02-18  Richard Earnshaw  <rearnsha@arm.com>
4654
4655         PR target/13866
4656         * arm.c (load_multiple_operation): Don't insist that the source reg
4657         of a post-increment component is the same as the destination.
4658         (store_multiple_operation): Likewise.
4659
4660 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4661
4662         * config/h8300/h8300.md: Move movsf patterns into one section
4663         of the file.
4664
4665 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4666
4667         * cfgloop.h, cfgloopanal.c, cpplex.c, except.h, loop-init.c,
4668         loop-unroll.c, scan-decls.c, scan.h, stor-layout.c,
4669         xcoffout.c, xcoffout.h, config/arm/mmintrin.h,
4670         config/mips/linux64.h, config/pa/pa-64.h,
4671         config/rs6000/aix51.h, config/rs6000/aix52.h,
4672         config/rs6000/spe.md, config/sparc/linux.h,
4673         config/sparc/linux64.h: Update copyright.
4674
4675 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
4676
4677         * config/h8300/h8300.md: Move push patterns into one
4678         section of the file.
4679
4680 2004-02-18  Mark Mitchell <mark@codesourcery.com>
4681
4682         PR c++/11326
4683         * config/ia64/ia64.c (ia64_struct_value_rtx): Cope with NULL
4684         fntype.
4685
4686 2004-02-18  Paul Brook  <paul@codesourcery.com>
4687
4688         * rtlanal.c (rtx_varies_p): Return 0 for NULL_RTX
4689
4690 2004-02-18  Paul Brook  <paul@codesourcery.com>
4691
4692         PR debug/12934
4693         * dwarf2out.c (loc_descriptor_from_tree): Handle
4694         EXPR_WITH_FILE_LOCATION.
4695
4696 2004-02-18  Jakub Jelinek  <jakub@redhat.com>
4697
4698         * config/i386/i386.md (zero_extendqidi2, zero_extendqidi2,
4699         testdi_1_rex64, anddi_2, xordi_1_rex64, xordi_2_rex64): Remove
4700         trailing whitespace from instructions.
4701
4702 2004-02-17  Geoffrey Keating  <geoffk@apple.com>
4703
4704         * configure.ac: When generating auto-build.h, pass
4705         --enable-languages to the sub-configure.
4706         Put quotes around ${program_transform_name} when generating
4707         name of as, ld, nm, objdump.
4708         * configure: Regenerate.
4709
4710 2004-02-17  Matt Kraai  <kraai@alumni.cmu.edu>
4711
4712         * Makefile.in (s-check, s-config, s-conditions, s-flags)
4713         (s-codes, s-constants, s-emit, s-recog, s-opinit, s-extract)
4714         (s-peep, s-attr, s-attrtab, s-output, s-genrtl, s-modes)
4715         (s-preds, s-iov): Do not depend on move-if-change.
4716
4717 2004-02-17  James E Wilson  <wilson@specifixinc.com>
4718
4719         * caller-save.c (insert_restore): Pass mem through copy_rtx.
4720         (insert_save): Likewise.
4721
4722 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4723
4724         * config/h8300/h8300.c (h8300_emit_stack_adjustment): Fix a
4725         warning.
4726
4727 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4728
4729         * config/h8300/h8300.md (*one_complsi2_h8300): Change to
4730         *one_cmplsi2_h8300.
4731         (*one_complsi2_h8300hs): Change to *one_cmplsi2_h8300hs.
4732
4733 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4734
4735         * config/h8300/h8300-protos.h: Update the prototype of
4736         fix_bit_operand().
4737         * config/h8300/h8300.c (fix_bit_operand): Remove the second
4738         argument "what".
4739         * config/h8300/h8300.md: Update all callers.
4740
4741 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4742
4743         * config/h8300/h8300.c (fix_bit_operand): Change the name of
4744         the last argument to "code" from "type".
4745
4746 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4747
4748         * config/h8300/h8300.c: Remove an extern declaration of
4749         rtx_equal_function_value_matters.
4750
4751 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4752
4753         * config/h8300/h8300.c (fix_bit_operand): Don't generate insns
4754         by hand.
4755         * config/h8300/h8300.md (*andqi3_1): Change to andqi3_1.
4756         (*iorqi3_1): Change to iorqi3_1.
4757         (*xorqi3_1): Change to xorqi3_1.
4758
4759 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4760
4761         * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix comment
4762         typos.
4763
4764 2004-02-17  Jan Hubicka  <jh@suse.cz>
4765
4766         * i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4.
4767
4768 2004-02-18  Alan Modra  <amodra@bigpond.net.au>
4769
4770         PR optimization/14119
4771         * combine.c (try_combine): When attemting to fix unrecognized insns,
4772         don't delete SETs marked with REG_EH_REGION notes.
4773
4774 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
4775
4776         * combine.c (simplify_if_then_else): Do not replace
4777         (if_then_else (ne reg 0) (0) (const_int)) by (reg) if the
4778         modes differ.
4779
4780 2004-02017  Steven Bosscher  <stevenb@suse.de>
4781
4782         * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,
4783         function.c, integrate.c, print-tree.c, toplev.c, tree-optimize.c,
4784         tree.h): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.
4785         * ada/utils.c: Likewise.
4786         * cp/decl.c: Likewise.
4787         * f/com.c: Likewise.
4788         * java/class.c: Likewise.
4789
4790 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4791
4792         * config/h8300/h8300.md: Fix comment typos.
4793
4794 2004-02-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4795
4796         * config/mips/t-iris6gld: Renamed to ...
4797         * config/mips/t-irix-gld: ... this.
4798         * config.gcc (mips-sgi-irix6*): Reflect this
4799         (mips-sgi-irix5*): Use it with GNU ld.
4800
4801         * config/mips/irix6-crti.asm, config/mips/irix6-crtn.asm: Renamed
4802         to ...
4803         * config/mips/irix-crti.asm, config/mips/irix-crtn.asm: ... this.
4804         * config/mips/t-irix-gld: Reflect this.
4805         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4806
4807         * config/mips/iris5gld.h: New file.
4808         * config.gcc (mips-sgi-irix5*): Use it with GNU ld.
4809         Only use collect2 without gas.
4810
4811         * config/mips/iris6.h (IRIX6_STARTFILE_SPEC, IRIX6_ENDFILE_SPEC):
4812         Renamed to IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
4813         (STARTFILE_SPEC, ENDFILE_SPEC, SUBTARGET_EXTRA_SPECS): Reflect this.
4814         * config/mips/iris6gld.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
4815
4816         * config/mips/iris6.h (SUBTARGET_EXTRA_SPECS): Moved ...
4817         * config/mips/iris5.h: ... here.
4818
4819         * config/mips/iris5.h (STARTFILE_SPEC, ENDFILE_SPEC): Renamed to
4820         IRIX_STARTFILE_SPEC, IRIX_ENDFILE_SPEC.
4821         (STARTFILE_SPEC, ENDFILE_SPEC): Define.
4822
4823         * config/mips/iris5gas.h (STARTFILE_SPEC, ENDFILE_SPEC): Simplify
4824         using irix_startfile_spec, irix_endfile_spec.
4825
4826 2004-02-16  Gunther Nikl  <gni@gecko.de>
4827
4828         * config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.
4829
4830 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4831
4832         * config/h8300/h8300.c (h8300_expand_prologue): Don't generate
4833         insns by hand.
4834
4835 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4836
4837         * cfghooks.c (split_edge): Speed up updating of dominators.
4838
4839 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
4840
4841         PR c++/11326
4842         * c-common.c (flag_abi_version): Remove.
4843         * c-common.h (flag_abi_version): Likewise.
4844         * c-opts.c (c_common_handle_option): Remove OPT_fabi_version case.
4845         * c.opt (fabi-version): Remove.
4846         * calls.c (expand_call): Always pass a function type to
4847         struct_value_rtx.  Use convert_memory_address.
4848         * common.opt (fabi-version): Add it.
4849         * flags.h (flag_abi_version): Likewise.
4850         (abi_version_at_least): New macro.
4851         * opts.c (common_handle_option): Add OPT_fabi_version.
4852         * toplev.c (flag_abi_version): Define it.
4853         * config/ia64/ia64.c (ia64_struct_retval_addr_is_first_parm_p):
4854         New function.
4855         (ia64_output_mi_thunk): Use it.
4856         (ia64_struct_value_rtx): Likewise.
4857
4858 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4859
4860         * config/h8300/h8300.c (h8300_emit_stack_adjustment):
4861         Don't generate insns by hand.
4862
4863 2004-02-17  Andrew Pinski  <pinskia@physics.uc.edu>
4864
4865         PR c++/14178
4866         * doc/invoke.texi (fabi-version): The default is 2 now.
4867
4868 2004-02-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4869
4870         * loop-iv.c: New file.
4871         * Makefile.in (loop-iv.o): New.
4872         * basic_block.h (FOR_BB_INSNS, FOR_BB_INSNS_REVERSE): New macros.
4873         * cfgloop.c (fill_sons_in_loop, get_loop_body_in_dom_order,
4874         num_loop_branches): New functions.
4875         * cfgloop.h (get_loop_body_in_dom_order, num_loop_branches,
4876         iv_analysis_loop_init, iv_get_reaching_def, iv_analyse, get_iv_value,
4877         find_simple_exit, iv_number_of_iterations, iv_analysis_done,
4878         get_simple_loop_desc, free_simple_loop_desc): Declare.
4879         (simple_loop_desc): New inline function.
4880         (struct rtx_iv, struct niter_desc): New.
4881         * cfgloopmanip.c (loopify): Specify semantics more precisely.
4882         * expr.c (force_operand): Handle subregs of expressions created by
4883         loop unroller.
4884         * loop-init.c (loop_optimizer_init, loop_optimizer_finalize): Move
4885         parts of the initialization to toplev.c
4886         * loop-unroll.c (loop_exit_at_end_p): New.
4887         (unroll_and_peel_loops): Call iv_analysis_done.
4888         (decide_peel_once_rolling, decide_peel_completely,
4889         decide_unroll_stupid, decide_unroll_constant_iterations,
4890         decide_unroll_runtime_iterations, decide_peel_simple,
4891         peel_loop_simple, unroll_loop_stupid, unroll_loop_constant_iterations,
4892         unroll_loop_runtime_iterations): Use new simple loop analysis.
4893         * loop-unswitch.c (compare_and_jump_seq): New.
4894         (may_unswitch_on_p): Renamed to ...
4895         (may_unswitch_on): Use new iv analysis.
4896         (reversed_condition): Export.
4897         (unswitch_single_loop, unswitch_loop): Use new iv analysis.
4898         * predict.c (estimate_probability): Use new simple loop analysis.
4899         * rtl.h (get_mode_bounds, reversed_condition,compare_and_jump_seq,
4900         canon_condition, simplify_using_condition): Declare.
4901         * stor-layout.c (get_mode_bounds): New.
4902         * toplev.c (rest_of_handle_loop2): Some parts of
4903         initialization/finalization moved here from loop-init.c.
4904
4905 2004-02-17  Kazu Hirata  <kazu@cs.umass.edu>
4906
4907         * config/h8300/h8300.h (FIXED_REGISTERS): Add the soft frame
4908         pointer.
4909         (CALL_USED_REGISTERS): Likewise.
4910         (REG_ALLOC_ORDER): Likewise.
4911         (REG_CLASS) <GENERAL_REGS>: Likewise.
4912
4913 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
4914
4915         * doc/md.texi (Insn Canonicalizations): Document left-chaining
4916         in associative operators.
4917         * rtlanal.c (commutative_operand_precedence): Create some new
4918         variables.  Prefer a commutative operand on the left, then
4919         binary expressions, then NEG and NOT.
4920
4921 2004-02-16  Matthias Klose  <doko@debian.org>
4922
4923         * config/t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME
4924         in terms of SHLIB_SOVERSION.
4925         * config/m68k/t-slibgcc-elf-ver: New file.
4926         * config/pa/t-slibgcc-elf-ver: New file.
4927         * config.gcc (m68k-linux, parisc-linux): Use them when not
4928         sjlj exceptions are not configured.
4929
4930 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
4931
4932         * config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).
4933
4934 2004-02-16  Zack Weinberg  <zack@codesourcery.com>
4935
4936         * sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
4937
4938 2004-02-16  Joseph S. Myers  <jsm@polyomino.org.uk>
4939
4940         * doc/sourcebuild.texi: Mention backends.html.
4941
4942 2004-02-16  Kazu Hirata  <kazu@cs.umass.edu>
4943
4944         * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c,
4945         line-map.c, line-map.h, var-tracking.c: Fix comment
4946         formatting.
4947
4948 2004-02-16  Richard Henderson  <rth@redhat.com>
4949
4950         * cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
4951
4952         * fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
4953
4954 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
4955
4956         * config/h8300/h8300.md: Remove unnecessary parallels from
4957         all define_insn and define_split patterns.
4958
4959 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
4960
4961         * config/h8300/h8300.md: Remove explicit (set_attr "cc"
4962         "clobber").
4963
4964 2004-02-15  Bernardo Innocenti  <bernie@develer.com>
4965
4966         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for
4967         '%#'.
4968
4969 2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
4970
4971         * config/ia64/ia64.c, config/mips/mips.c,
4972         config/mmix/mmix-modes.def: Fix comment typos.
4973
4974 2004-02-15  Roger Sayle  <roger@eyesopen.com>
4975
4976         * c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
4977         (get_directive_line): Remove unused function prototype.
4978
4979 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
4980
4981         * tree-inline.c (copy_body_r): Do not replace ret_label.
4982
4983 2004-02-14  Jan Hubicka  <jh@suse.cz>
4984
4985         * i386.c (x86_four_jump_limit): New variable.
4986         (k8_avoid_jump_misspredicts): Rename to ...
4987         (ix86_avoid_jump_misspredicts): .. this one.
4988         (ix86_pad_returns): Break out from ...
4989         (ix86_reorg): ... this one; do ix86_avoid_jump_misspredicts when asked
4990         to.
4991         * i386.h (TARGET_FOUR_JUMP_LIMIT): New macro.
4992
4993 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
4994
4995         * emit-rtl.c (set_decl_incoming_rtl): Check whether the 0th element of
4996         PARALLEL is NULL.
4997
4998 2004-02-14  Per Bothner  <per@bothner.com>
4999
5000         * fix-header.c (line_table):  Move local variable in main to global.
5001         * scan.h (line_table):  Use it.
5002         * scan-decls.c (scan_decls):  Need to call linemap_lookup on token's
5003         line (recently renamed to src_loc) before calling recognized_function.
5004
5005 2004-02-14  Matt Kraai  <kraai@alumni.cmu.edu>
5006
5007         * Makefile.in: Fix comment typos.
5008
5009 2004-02-14  Olivier Hainque  <hainque@act-europe.fr>
5010
5011         * loop.c (check_dbra_loop): Use gen_int_mode instead of GEN_INT
5012         for start_value when it is directly moved into reg, and factorize
5013         the retrieval of GET_MODE (reg).
5014
5015 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
5016
5017         * config/mips/mips-protos.h (mips_load_got_page): Delete.
5018         (mips_load_got_global): Delete.
5019         (mips_gotoff_page): Declare.
5020         * config/mips/mips.md (UNSPEC_LOAD_GOT): New constant.
5021         (*xgot_lo[sd]i, *got_disp[sd]i, *got_page[sd]i): Build an
5022         UNSPEC_LOAD_GOT pattern rather than a MEM.
5023         (*load_got[sd]i): New patterns.
5024         * config/mips/mips.c (mips_got_alias_set, mips_load_got): Delete.
5025         (mips_load_got_page, mips_load_got_global): Delete.
5026         (mips_gotoff_page): New function.
5027         (override_options): Don't initialize mips_got_alias_set.
5028
5029 2004-02-14  Richard Sandiford  <rsandifo@redhat.com>
5030
5031         * config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)
5032         (TARGET_MIPS4100, TARGET_MIPS4300, TARGET_MIPS4KC, TARGET_MIPS5KC)
5033         (TARGET_SB1, TUNE_SB1, TUNE_SR71K, BIGGEST_MAX_ARGS_IN_REGISTERS)
5034         (GO_PRINTF, GO_PRINTF2, GO_DEBUG_RTX, DFMODE_NAN, SFMODE_NAN): Delete.
5035         (TARGET_SWITCHES): Remove MASK_DEBUG_[ABEFI].
5036         * config/mips/mips.c: Fix some overly-long lines.
5037         (SINGLE_WORD_MODE_P, PIC_OFFSET_TABLE_MASK): Delete.
5038         (init_cumulative_args): Remove TARGET_DEBUG_E_MODE handling.
5039
5040 2004-02-13  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5041
5042         * configure.ac: Search for as, ld below libexec/gcc.
5043         * configure: Regenerate.
5044
5045 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
5046
5047         * config/arm/mmintrin.h (_mm_setwcx): Reverse arguments in call to
5048         __builtin_arm_setwcx ().
5049         * config/arm/arm.c (arm_expand_builtin): Generate operands
5050         correctly and reverse their order in call to gen_iwmmxt_tmcr ().
5051
5052 2004-02-14  Ben Elliston  <bje@wasabisystems.com>
5053
5054         * config/arm/arm.c (bdesc_2arg): Correct builtin names "wmulsh"
5055         and "wmuluh" to "wmulsm" and "wmulum", respectively.
5056         * config/arm/arm.h (enum arm_builtins): Rename enumerators to
5057         ARM_BUILTIN_WMULSM and ARM_BUILTIN_WMULUM.
5058         * config/arm/mmintrin.h (_mm_mulhi_pi16): Update intrinsic call.
5059         (_mm_mulhi_pu16): Likewise.
5060
5061 2004-02-13  Zack Weinberg  <zack@codesourcery.com>
5062
5063         * xcoffout.c (xcoff_assign_fundamental_type_number): Check
5064         DECL_NAME != 0 before dereferencing.
5065
5066 2004-02-13  Ulrich Weigand  <uweigand@de.ibm.com>
5067
5068         * config/s390/s390-protos.h (s390_output_symbolic_const): Remove.
5069         (s390_output_addr_const_extra): Declare.
5070         (s390_output_pool_entry): Remove FILE * argument.
5071         * config/s390/s390.c (s390_output_symbolic_const): Remove.
5072         (s390_output_addr_const_extra): New function.
5073         (print_operand_address): Call output_addr_const instead of
5074         s390_output_symbolic_const.
5075         (print_operand): Likewise.
5076         (s390_output_pool_entry): Use assemble_integer for symbolic constants.
5077         Remove FILE * argument.
5078         * config/s390/s390.h (OUTPUT_ADDR_CONST_EXTRA): Define.
5079         * config/s390/s390.md ("*pool_entry"): Adapt s390_output_pool_entry
5080         call.
5081
5082 2004-02-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5083
5084         * cfgloopanal.c (mark_irreducible_loops): Rewriten.
5085         (struct edge, struct vertex, struct graph): New.
5086         (dump_graph, new_graph, add_edge, dfs, check_irred, for_each_edge,
5087         free_graph): New functions.
5088
5089 2004-02-12  Chris Demetriou  <cgd@broadcom.com>
5090
5091         * config/mips/mips.md (casesi_internal, casesi_internal_di):
5092         Use ".set macro" to avoid warnings about multi-instruction
5093         macros, since they're intentional.
5094
5095 2004-02-12  Geoffrey Keating  <geoffk@apple.com>
5096
5097         * config/darwin.h: Add include guards.  Remove old, now incorrect,
5098         comment about STANDARD_EXEC_PREFIX.
5099
5100         * Makefile.in (install-man): Use $(CPP_INSTALL_NAME) and
5101         $(GCOV_INSTALL_NAME) to install manpages.  Remove generic rule
5102         for installing .1 manpages.  Add rules for installing cpp
5103         and gcov manpages under their installed names.
5104
5105 2004-02-12  Alexandre Oliva  <aoliva@redhat.com>
5106
5107         * configure.ac (gcc_cv_ld): Don't set to LD if target is not
5108         host, but try LD_FOR_TARGET first.
5109         * configure: Rebuilt.
5110
5111 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
5112
5113         * dbxout.c: Move declaration of dbxout_type_decl outside
5114         #ifdef DBX_DEBUGGING_INFO.
5115         * c-parse.in: Don't give the asmdef production a type.
5116
5117 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
5118
5119         * debug.h (struct gcc_debug_hooks): Add type_decl field.
5120         (debug_nothing_tree_int): Prototype.
5121         (dwarf_debug_hooks): Delete, unused.
5122         * debug.c (do_nothing_debug_hooks): Update.
5123         (debug_nothing_tree_int): New function.
5124         * langhooks.h (struct lang_hooks_for_decls):
5125         Remove builtin_type_decls field.
5126         * langhooks-def.h (LANG_HOOKS_BUILTIN_TYPE_DECLS): Delete.
5127         (LANG_HOOKS_DECLS): Update.
5128         * toplev.c (rest_of_decl_compilation, rest_of_type_compilation):
5129         Use debug_hooks->type_decl.
5130         * dbxout.c (preinit_symbols): New static.
5131         (dbx_debug_hooks, xcoff_debug_hooks): Update.
5132         (dbxout_init): Don't call DBX_OUTPUT_STANDARD_TYPES or
5133         lang_hooks.decls.builtin_type_decls.  Do scan preinit_symbols
5134         for symbols to output.
5135         (dbxout_type_decl): New function.
5136         (dbxout_symbol): If called before dbxout_init has run, queue
5137         the symbol for later.  Apply DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER
5138         to TYPE_DECLs before emitting them.
5139         * xcoffout.c (assign_type_number): Delete.
5140         (xcoff_type_numbers): New static table.
5141         (xcoff_assign_fundamental_type_number): New function.
5142         * xcoffout.h: Define DBX_ASSIGN_FUNDAMENTAL_TYPE_NUMBER, not
5143         DBX_OUTPUT_STANDARD_TYPES.  Remove unnecessary #ifdefs.
5144         * sdbout.c: Include varray.h.
5145         (deferred_global_decls): New static.
5146         (sdb_debug_hooks): Update.
5147         (sdbout_global_decl): If we can't emit something right now,
5148         remember it in deferred_global_decls.
5149         (sdbout_finish): Just scan deferred_global_decls; don't call getdecls.
5150         (sdbout_init): Initialize deferred_global_decls.
5151         * Makefile.in: Update dependencies of sdbout.o.
5152         * dwarf2out.c (dwarf2out_type_decl): New function.
5153         (dwarf2_debug_hooks): Update.
5154         * vmsdbgout.c (vmsdbg_debug_hooks): Update.
5155         * c-decl.c (getdecls): Just return 0.
5156         (check_for_loop_decls): Don't use getdecls.
5157         (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
5158         * c-objc-common.c (c_objc_common_finish_file): Don't use getdecls.
5159
5160 2004-02-12  Ulrich Weigand  <uweigand@de.ibm.com>
5161
5162         * config/s390/s390.c (s390_sched_reorder2): Remove.
5163         (TARGET_SCHED_REORDER2): Do not redefine.
5164
5165 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
5166
5167         * c-parse.in (maybe_type_qual): Delete.
5168         (maybe_volatile, simple_asm_expr, asmdef, asm_stmt)
5169         (asm_argument): New grammar rules.
5170         (extdef_1): Use asmdef.
5171         (maybeasm): Move down with other asm rules; use simple_asm_expr.
5172         (xexpr): Move up with other expression rules.
5173         (stmt): Use asm_stmt.
5174
5175         * c-typeck.c (build_asm_expr): New function - body mostly
5176         pulled from build_asm_stmt.
5177         (build_asm_stmt): Just handle tacking on the volatile qualifier.
5178         * c-tree.h (build_asm_expr, build_asm_stmt): Update prototypes.
5179
5180 2004-02-12  Richard Sandiford  <rsandifo@redhat.com>
5181
5182         PR bootstrap/13617
5183         * config/mips/mips-protos.h (mips_output_aligned_decl_common): Declare.
5184         (mips_declare_object): Make variadic.
5185         * config/mips/mips.h (ASM_OUTPUT_ALIGNED_DECL_COMMON): Use
5186         mips_output_aligned_decl_common.
5187         * config/mips/mips.c (mips_output_aligned_decl_common): New function.
5188         (mips_declare_object): Make variadic.
5189
5190 2004-02-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5191
5192         * function.c (update_epilogue_consts): Teach about binary operations.
5193
5194         * emit-rtl.c (set_mem_attributes_minus_bitpos): Don't kill
5195         previous MEM_VOLATILE in REF.
5196         * function.c (fixup_var_refs): Save volatile_ok and set to 1.
5197         * expr.c (emit_block_move_via_movstr): Save and restore volatile_ok.
5198
5199 2004-02-12  Gunther Nikl  <gni@gecko.de>
5200
5201         * config.gcc: Restore support for m68k-openbsd.
5202
5203 2004-02-12  Jan Hubicka  <jh@suse.cz>
5204
5205         * tree-optimize.c (tree_rest_of_compilation): Do not release
5206         DECL_ARGUMENTS.
5207
5208 2004-02-11  Matt Kraai  <kraai@alumni.cmu.edu>
5209
5210         * doc/install.texi: Fix the spelling of "explicitly".
5211
5212 2004-02-11  Eric Christopher  <echristo@redhat.com>
5213
5214         * cppcharset.c (_cpp_interpret_string_notranslate): Rename and
5215         duplicate argument structure of cpp_interpret_string.
5216         * cpphash.h: Move prototype...
5217         * cpplib.h: Here.
5218         * cpplib.c: Fix calls to match new function signature.
5219
5220 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5221
5222         PR c/456
5223         * cppexp.c (num_binary_op): Don't allow comma operators in #if
5224         constant expressions at all outside C99 mode if pedantic.
5225
5226 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
5227
5228         * optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.
5229         (log10_optab, log2_optab): Define corresponding macros.
5230         * optabs.c (init_optabs): Initialize log10_optab and log2_optab.
5231         * genopinit.c (optabs): Implement log10_optab and log2_optab
5232         using log10?f2 and log2?f2 patterns.
5233         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_LOG10{,F,L}
5234         using log10_optab, and BUILT_IN_LOG2{,F,L} using log2_optab.
5235         (expand_builtin): Expand BUILT_IN_LOG10{,F,L} and BUILT_IN_LOG2{,F,L}
5236         using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
5237
5238         * config/i386/i386.md (log10sf2, log10df2, log10xf2, log2sf2,
5239         log2df2, log2xf2): New patterns to implement log10, log10f, log10l,
5240         log2, log2f and log2l built-ins as inline x87 intrinsics.
5241
5242 2004-02-11  Richard Henderson  <rth@redhat.com>
5243
5244         PR target/1532
5245         * flow.c (insn_dead_p): A clobber of a dead hard register is a
5246         dead insn after reload.
5247
5248 2004-02-11  Ulrich Weigand  <uweigand@de.ibm.com>
5249
5250         * tree.h (frame_base_decl): Add GTY marker.
5251         * var-tracking.c (frame_base_decl): Likewise.
5252
5253 2004-02-11  Daniel Berlin  <dberlin@dberlin.org>
5254
5255         * dwarf2out.c (output_loc_list): Remove no longer necessary, and now
5256         incorrect, hunk.
5257         (add_location_or_const_value_attribute): Use text_section_label,
5258         not TEXT_SECTION_NAME.
5259
5260 2004-02-11  Per Bothner  <per@bothner.com>
5261
5262         Represent column numbers using line-map's source_location.
5263         The "next available source_location" is now managed internally by
5264         line-maps.c rather than by clients.
5265         * line-map.h (struct line_map):  New field column_bits.
5266         <from_line>:  Rename field to start_location.
5267         (struct line_maps):  New fields highest_location and max_column_hint.
5268         (linemap_check_files_exited):  New declaration.
5269         (linemap_line_start):  New declaration.
5270         (linemap_add):  Remove from_line parameter; use highest_location field.
5271         (SOURCE_LINE, LAST_SOURCE_LINE):  Modify to use column_bits.
5272         (SOURCE_COLUMN, LAST_SOURCE_LINE_LOCATION):  New macros.
5273         (CURRENT_LINE_MAP):  Remove macro.
5274         (linemap_position_for_column):  New inline function.
5275         * line-map.c (linemap_init):  Clear new fields.
5276         (linemap_check_files_exited):  New function, extracted from ...
5277         (linemap_free):  Use linemap_check_files_exited.
5278         (linemap_add):  Remove from_line parameter.  Various updates.
5279         (linemap_line_start):  New function.
5280         (linemap_lookeup):  Update for new field names.
5281         * cpphash.h (struct cpp_reader) <map>:  Field removed.  Because
5282         linemap_position_for_column may unpredictably change the current map,
5283         it is cleaner and simpler for us to not cache it in cpp_reader.
5284         (struct cpp_buffer):  New sysp field.
5285         Changed warned_cplusplus_comments and from_stage3 to bitfields.
5286         * cppinit.c (cpp_read_min_file):  pfile->map no longer exists.
5287         * cpplib.c (do_line, do_linemarker, _cpp_do_file_change):  Get
5288         current map using linemap_lookup.
5289         (do_linemarker):  Also set buffer's sysp field.
5290         (destringize_and_run):  No longer need to decrement current line.
5291         * cppfiles.c (_cpp_stack_file):  Set sysp from and in buffer.
5292         (search_path_head, open_file_failed):  Use buffer's sysp.
5293         (cpp_make_system_header):  Get current map using linemap_lookup.
5294         Also set buffer's sysp flag.
5295         * cppmacro.c (_cpp_builtin_macro_text):  Likewise use linemap_lookup.
5296         * cpphash.h (CPP_INCREMENT_LINE):  New macro.
5297         (struct cpp_buffer):  Moved fields saved_cur, saved_rlimit to ...
5298         (struct cpp_reader):  ... and adding saved_line_base field.
5299         * cpptrad.c (_cpp_overlay_buffer, _cpp_remove_overlay):
5300         Update accordingly.  Don't adjust line.
5301         (_cpp_scan_out_logical_line):  Use CPP_INCREMENT_LINE.
5302         * cpphash.c (CPP_IN_SYSTEM_HEADER):  Replaced macro by ...
5303         (cpp_in_system_header):  ... new inline function, using buffer's sysp.
5304         * cpperror.c (_cpp_begin_message):  Update to use cpp_in_system_header.
5305         * cpplex.c (_cpp_lex_direct):  Likewise.
5306         * cppmacro.c (_cpp_builtin_macro_text):  Likewise.
5307         * cppmacro.c (_cpp_create_definition):  Use buffer's sysp field.
5308         * cpplib.h (struct cpp_token):  Rename line field to src_loc.
5309         Remove col field as it is now subsumed by src_loc.
5310         * cpperror.c:  Update various field, parameter, and macro names.
5311         (print_location):  If col==0, try SOURCE_COLUMN of line.
5312         (cpp_error):  Use cur_token's src_loc field, rather than line+col.
5313         * cpplib.c (do_diagnostic):  Token's src_loc fields replaces line+col.
5314         * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
5315         _cpp_skip_block_comment):  Use CPP_INCREMENT_LINE.
5316         (_cpp_temp_token):  Replace cpp_token's line+col fields by src_loc.
5317         (_cpp_get_fresh_line):  Don't need to adjust line for missing newline.
5318         (_cpp_lex_direct):  Use linemap_position_for_column.
5319         * c-ppoutput.c (maybe_print_line, print_line):  Don't take map
5320         parameter.  Instead get it from the line_table global.  Adjust callers.
5321         (print):  Remove map field.  Replace line field to src_line.
5322         (init_pp_output, account_for_newlines, maybe_print_line):  Adjust.
5323         (cb_line_change):  Use SOURCE_COLUMN.  Minor optimizations.
5324         (pp_file_change):  Use MAIN_FILE_P since we cannot checked print.map.
5325         Use LAST_SOURCE_LINE_LOCATION to "catch up" after #include.
5326         * cpptrad.c (copy_comment):  Rename variable.
5327         * c-lex.c (map):  Remove static variable, for same reason we removed
5328         cpp_reader's map field.
5329         (cb_line_change, cb_def_pragma, cb_define, cb_undef):  Hence we need
5330         to call linemap_lookup.
5331         (cb_line_change):  Token's line field replaced by src_loc.
5332         (fe_file_change):  Use MAINFILE_P and LAST_SOURCE_LINE macros.
5333         Don't save new_map.
5334
5335         * cpphash.h, cpperror.c, cpplib.h:  Some renames of fileline to
5336         source_location.
5337
5338 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
5339
5340         * config/rs6000/altivec.md (*movv4si_internal): At least one
5341         operand must be register_operand.
5342         (*movv8hi_internal1): Likewise.
5343         (*movv16qi_internal1): Likewise.
5344         (*movv4sf_internal1): Likewise.
5345
5346 2004-02-10  Aldy Hernandez  <aldyh@redhat.com>
5347
5348         * config/rs6000/spe.md ("*movv2si_internal"): Check for register
5349         operand.
5350         (movv4hi_internal): Same.
5351         (movv2sf_internal): Same.
5352         (movv1di_internal): Same.
5353
5354 2004-02-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
5355
5356         * config/mips/mips.h (TARGET_OLDABI): Define. Use TARGET_NEWABI and
5357         TARGET_OLDABI consistently.
5358         * config/mips/mips.c (function_arg,mips_setup_incoming_varargs,
5359         mips_va_arg,override_options,compute_frame_size,
5360         mips_initial_elimination_offset,mips16_fp_args,build_mips16_call_stub
5361         ,mips_return_in_memory,mips_strict_argument_naming): Use TARGET_NEWABI
5362         and TARGET_OLDABI consistently.
5363         * config/mips/mips.md (exception_receiver): Likewise.
5364         * config/mips/linux64.h: Likewise.
5365
5366 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
5367
5368         * gcc/config/rs6000/rs6000.c (rs6000_override_options)
5369         Set AltiVec ABI and vrsave as default for ppc64 linux.
5370         (init_cumulative_args): Post error, if try to return
5371         value in AltiVec register without enable AltiVec.
5372         (function_arg_advance): Ditto for passing arguments.
5373
5374 2004-02-11  Richard Sandiford  <rsandifo@redhat.com>
5375
5376         * emit-rtl.c (mark_label_nuses): Check that a LABEL_REF refers to
5377         a label before updating its usage count.
5378
5379 2004-02-10  Matt Kraai  <kraai@alumni.cmu.edu>
5380
5381         * doc/install.texi: Remove extra cd.
5382
5383 2004-02-10  Ziemowit Laski  <zlaski@apple.com>
5384
5385         * c-common.c (vector_size_helper): Remove; call
5386         reconstruct_complex_type() instead.
5387         * tree.c (reconstruct_complex_type): New function
5388         (formerly vector_size_helper() in c-common.c).
5389         (make_vector): Make externally visible.
5390         * tree.h (reconstruct_complex_type, make_vector): Add prototypes.
5391
5392 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
5393
5394         * config/h8300/h8300-protos.h: Add a prototype for
5395         h8300_regs_ok_for_stm.
5396         * config/h8300/h8300.c (h8300_regs_ok_for_stm): New.
5397         * config/h8300/h8300.md (stm_h8300s_2_advanced,
5398         stm_h8300s_2_normal, stm_h8300s_2, stm_h8300s_3_advanced,
5399         stm_h8300s_3_normal, stm_h8300s_3, stm_h8300s_4_advanced,
5400         stm_h8300s_4_normal, stm_h8300s_4, ldm_h8300s_2_advanced,
5401         ldm_h8300s_2_normal, ldm_h8300s_2, ldm_h8300s_3_advanced,
5402         ldm_h8300s_3_normal, ldm_h8300s_3, ldm_h8300s_4_advanced,
5403         ldm_h8300s_4_normal, ldm_h8300s_4): Use
5404         h8300_regs_ok_for_stm().
5405
5406 2004-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
5407
5408         PR c/14088
5409         * real.c (real_from_string): Look for 'X' as well as 'x' in
5410         hexfloat strings.
5411
5412 2004-02-10  Kazu Hirata  <kazu@cs.umass.edu>
5413
5414         * config/h8300/h8300.md: Remove an incorrect comment about
5415         peephole2.  Add comments.
5416
5417 2004-02-10  Josef Zlomek  <zlomekj@suse.cz>
5418
5419         PR/14058
5420         * emit-rtl.c (set_decl_incoming_rtl): New.
5421         * tree.h (set_decl_incoming_rtl): New.
5422         * function.c (assign_parms): Use set_decl_incoming_rtl for setting
5423         DECL_INCOMING_RTL.
5424         * ada/misc.c (adjust_decl_rtl): Likewise.
5425
5426 2004-02-10  Per Bothner  <per@bothner.com>
5427
5428         * c-opts.c (c_common_post_options):   Don't emit working directory
5429         in cpp output if -P was specified.
5430
5431 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
5432
5433         PR c/14092
5434         * fold-const.c (fold) <NEGATE_EXPR>: Convert result of
5435         negate_expr back to the original type.
5436
5437 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
5438
5439         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't
5440         bump retaddr here.
5441
5442 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
5443
5444         * rtl.h (schedule_insns, schedule_ebbs, fix_sched_param,
5445         gen_lowpart_SUBREG): Move under the file in which they
5446         are actually declared.
5447
5448 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
5449
5450         * doc/sourcebuild.texi: Add libada documentation.
5451
5452         * doc/install.texi: Update documentation on Ada build, now
5453         that the GNAT lib and tools are built automatically.
5454
5455 2004-02-10  Richard Sandiford  <rsandifo@redhat.com>
5456
5457         * config/mips/mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI
5458         && TARGET_IRIX.
5459
5460 2004-02-09  Ziemowit Laski  <zlaski@apple.com>
5461
5462         * objc/objc-act.c (get_super_receiver): Move '#ifdef OBJCPLUS'
5463         boundaries outside build_component_ref() call (a macro in ObjC++).
5464
5465 2004-02-09  Bob Wilson  <bob.wilson@acm.org>
5466
5467         * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Update.
5468         (init_cumulative_args): Likewise.
5469         (a7_overlap_mentioned_p): Delete prototype.
5470         * config/xtensa/xtensa.c (struct machine_function): Replace
5471         incoming_a7_copied field with need_a7_copy and vararg_a7 flags.
5472         Add set_frame_ptr_insn field.
5473         (xtensa_emit_move_sequence): Update call to xtensa_copy_incoming_a7.
5474         (xtensa_copy_incoming_a7): Rewrite to check need_a7_copy flag and check
5475         if the operand is an argument in a7.  If so, copy a7 to a new pseudo
5476         at the function entry and replace the operand with the pseudo.
5477         (init_cumulative_args): Remove unused arguments.  Add new "incoming"
5478         argument and record this flag in CUMULATIVE_ARGS.
5479         (function_arg): Remove result_mode and special-case code to handle
5480         arguments in a7.  Instead, set need_a7_copy flag when there is an
5481         incoming argument in a7.
5482         (xtensa_expand_prologue): Remove code to search for set_frame_ptr insn
5483         and use the value recorded in cfun->machine->set_frame_ptr_insn.
5484         (xtensa_builtin_saveregs): Check for negative gp_left value.  Set
5485         need_a7_copy and vararg_a7 flags.  Use move_block_from_reg instead of
5486         special-case code.
5487         (a7_overlap_mentioned_p): Delete.
5488         * config/xtensa/xtensa.h (CUMULATIVE_ARGS): Add "incoming" flag.
5489         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Remove useless
5490         arguments to init_cumulative_args and pass "incoming" flag instead.
5491         (BLOCK_REG_PADDING): Delete.
5492         * config/xtensa/xtensa.md (movdi, movsf, movdf): Remove unnecessary
5493         checks for reload_in_progress and reload_completed.  Update calls to
5494         xtensa_copy_incoming_a7.
5495         (ashlsi3): Rename existing insn to ashlsi3_internal.  Add expander
5496         to call xtensa_copy_incoming_a7.
5497
5498 2004-02-09  DJ Delorie  <dj@redhat.com>
5499
5500         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No
5501         longer modify standard_exec_prefix, standard_bindir_prefix, or
5502         standard_startfile_prefix.
5503
5504 2004-02-09  James E Wilson  <wilson@specifixinc.com>
5505
5506         PR c++/11295
5507         * c-common.c (c_expand_expr, case STMT_EXPR): Change expand_expr call
5508         to expand_expr_real call, and pass in alt_rtl as last argument.
5509
5510         PR libstdc++/5625
5511         * builtin-types.def (BT_WORD, BT_FN_WORD_PTR): New.
5512         * builtins.c (expand_builtin): Handle BUILT_IN_EXTEND_POINTER.
5513         * builtins.def (BUILT_IN_EXTEND_POINTER): New.
5514         * except.c (expand_builtin_extend_pointer): New.
5515         * except.h (expand_builtin_extend_pointer): Declare.
5516
5517 2004-02-09  David Edelsohn  <edelsohn@gnu.org>
5518
5519         * config/rs6000/rs6000.c (rs6000_emit_move): Remove splitting slow
5520         unaligned loads and stores.
5521
5522 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5523
5524         * config/mips/iris5.h (BSS_SECTION_ASM_OP): Define.
5525         * config/mips/iris6.h (BSS_SECTION_ASM_OP): Undef.
5526
5527         * config/mips/iris6.h (TARGET_ASM_NAMED_SECTION): Moved ...
5528         * config/mips/iris5.h: ... here.
5529         * config/mips/iris5gas.h (TARGET_ASM_NAMED_SECTION): Remove.
5530
5531         * config/mips/iris6.h (EXTRA_SECTION_FUNCTIONS): Move ...
5532         * config/mips/iris5.h: ... here.
5533
5534 2004-02-09  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5535
5536         * configure.ac: Remove default executable files before AC_PROG_CC.
5537         * configure: Regenerate.
5538
5539 2004-02-09  Kazu Hirata  <kazu@cs.umass.edu>
5540
5541         PR target/13721
5542         * config/h8300/h8300.c (byte_reg): Call abort() if asked to
5543         print a operand other than a register.
5544
5545 2004-02-09  Roger Sayle  <roger@eyesopen.com>
5546
5547         * fold-const.c (fold) <NOP_EXPR>: Use the original type conversion
5548         tree code rather than call fold_convert, which doesn't specify a
5549         default floating point to integer conversion.
5550
5551 2004-02-08  Bernardo Innocenti  <bernie@develer.com>
5552
5553         * config/m68k/m68k.c, config/m68k/m68k.md (SGS, SGS_CMP_ORDER): Remove
5554         code to support SGS assembler.  Reformat adjacent code where possible.
5555         * config/m68k/m68k.c (switch_table_difference_label_flag): Remove
5556         definition.
5557         * config/m68k/m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Remove support
5558         for '%#'.
5559         * config/m68k/linux.h, config/m68k/m68k.c,
5560         * config/m68k/math-68881.h: Replace `%#' with `#' in inline asm
5561         macros and asm_printf() format strings.
5562         * config/m68k/m68kelf.h (ASM_OUTPUT_CASE_END): Remove macro definition.
5563         * config/m68k/linux.h: Update copyright.
5564         * config/m68k/linux.h, config/m68k/m68k.c: Remove traling whitespace.
5565
5566 2004-02-08  Andreas Schwab  <schwab@suse.de>
5567             Bernardo Innocenti  <bernie@develer.com>
5568
5569         * config/m68k/m68k.h (REGISTER_NAMES): Prefix each name with
5570         REGISTER_PREFIX.
5571         * (M68K_FP_REG_NAME): New macro to specify an alternate name for the
5572         frame pointer register, overridable by OS targets.
5573         * (M68K_REGNAME): Macro to obtain register name for asm output,
5574         eventually replacing %a6 with M68K_FP_REG_NAME.
5575         * config/m68k/coff.h (REGISTER_NAMES): Don't redefine.
5576         * config/m68k/linux.h (REGISTER_NAMES): Likewise.
5577         * config/m68k/m68kelf.h (REGISTER_NAMES): Likewise.
5578         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Likewise.
5579         * config/m68k/m68k.c: Use M68K_REGNAME(x) in place of reg_names[x].
5580
5581 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
5582
5583         * target-def.h (TARGET_STRUCT_VALUE_RTX): Define as
5584         hook_rtx_tree_int_null.
5585         * targhooks.c (default_struct_value_rtx): Remove.
5586         * targhooks.h: Remove the prototype for
5587         default_struct_value_rtx.
5588         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
5589         config/fr30/fr30.c, config/h8300/h8300.c, config/i386/i386.c,
5590         config/ip2k/ip2k.c, config/iq2000/iq2000.c,
5591         config/m32r/m32r.c, config/mcore/mcore.c, config/mips/mips.c,
5592         config/mn10300/mn10300.c, config/pdp11/pdp11.c,
5593         config/rs6000/rs6000.c, config/s390/s390.c,
5594         config/stormy16/stormy16.c, config/v850/v850.c,
5595         config/xtensa/xtensa.c (TARGET_STRUCT_VALUE_RTX): Remove.
5596         * doc/tm.texi (TARGET_STRUCT_VALUE_RTX): Document the default.
5597
5598 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
5599
5600         * README.Portability: Change "ISO C89" to "ISO C90".
5601         * c-parse.in (primary, initelt): Likewise.
5602
5603 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
5604
5605         * real.c (encode_ibm_extended): Normalize the input value before
5606         converting it to a double.  Handle the case where a normal value
5607         rounds to infinity.
5608
5609 2004-02-08  Kazu Hirata  <kazu@cs.umass.edu>
5610
5611         * c-objc-common.c (c_cannot_inline_tree_fn): Fix a typo in a
5612         warning.
5613         * cse.c (preferrable): Change to preferable. Update all of its
5614         callers.
5615         * genautomata.c (ainsn): Change
5616         first_ainsn_with_given_equialence_num to
5617         first_ainsn_with_given_equivalence_num.  Update all of its
5618         references.
5619
5620 2004-02-08  Jan Hubicka  <jh@suse.cz>
5621
5622         * schedule-ebb.c (schedule_ebbs): Do not allocate reg life data.
5623
5624 2004-02-07  David Edelsohn  <edelsohn@gnu.org>
5625
5626         * function.c (assign_parms): Fix formatting.
5627
5628 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5629
5630         * default.h (PROMOTE_PROTOTYPES): Remove.
5631         * system.h (PROMOTE_FUNCTION_RETURN, PROMOTE_PROTOTYPES,
5632         STRUCT_VALUE_REGNUM, SETUP_INCOMING_VARARGS,
5633         EXPAND_BUILTIN_SAVEREGS): Poison.
5634         * target-def.h (TARGET_PROMOTE_FUNCTION_RETURN): Define as
5635         hook_bool_tree_false.
5636         (TARGET_PROMOTE_PROTOTYPES): Likewise.
5637         * target.h: Replace SETUP_INCOMING_VARARGS with
5638         targetm.calls.setup_incoming_varargs().
5639         * targhooks.c (default_promote_function_return): Remove.
5640         (default_promote_prototypes): Likewise.
5641         (default_struct_value_rtx): Always abort().
5642         (default_expand_builtin_saveregs): Always print an error
5643         message.
5644         (default_setup_incoming_varargs): Do nothing.
5645         (default_pretend_outgoing_varargs_named): Don't depend on
5646         SETUP_INCOMING_VARARGS.
5647         * targhooks.h: Remove the prototype for
5648         default_promote_function_return and
5649         default_promote_prototypes.
5650
5651 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5652
5653         * system.h (SHARED_SECTION_ASM_OP): Poison.
5654         * varasm.c (data_section): Don't use SHARED_SECTION_ASM_OP.
5655         * doc/tm.texi (SHARED_SECTION_ASM_OP): Remove.
5656
5657 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
5658
5659         Bug 13856
5660         * c-decl.c (diagnose_mismatched_decls): Only give special
5661         treatment when olddecl is DECL_BUILT_IN, if C_DECL_INVISIBLE
5662         is also true.
5663         (merge_decls): Don't clear DECL_BUILT_IN_CLASS and
5664         DECL_FUNCTION_CODE when defining a built-in function.
5665         Don't update DECL_ESTIMATED_INSNS.
5666         * dwarf2out.c (dwarf2out_decl): Don't ignore built-in
5667         FUNCTION_DECLs.
5668         * tree.h: Delete DECL_ESTIMATED_INSNS.
5669         * tree-inline.c (struct inline_data): Delete inlined_insns field.
5670         (expand_call_inline, optimize_inline_calls): Don't update
5671         DECL_ESTIMATED_INSNS nor inlined_insns.
5672         * cgraphunit.c (cgraph_analyze_function): Don't update
5673         DECL_ESTIMATED_INSNS.
5674
5675 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
5676
5677         * c-common.c (shadow_warning): Delete.
5678         * c-common.h (free_parser_stacks, shadow_warning, sw_kind): Delete.
5679         * c-decl.c (warn_if_shadowing): Issue shadow warnings directly.
5680         * c-opts.c (c_common_parse_file): Don't call free_parser_stacks.
5681         * c-parse.in (free_parser_stacks): Delete.
5682
5683 2004-02-07  Nathanael Nerode  <neroden@gcc.gnu.org>
5684
5685         * Makefile.in, config/t-slibgcc-darwin, config/t-slibgcc-elf-ver,
5686         config/t-slibgcc-sld, config/mips/t-iris5-6, config/sh/t-linux:
5687         Use the top level mkinstalldirs, not the one in the gcc subdir.
5688         * mkinstalldirs: Remove (from the gcc subdir).
5689
5690 2004-02-07  Roger Sayle  <roger@eyesopen.com>
5691
5692         PR middle-end/13696
5693         * fold-const.c (fold_convert): New function to provide type
5694         conversion to the middle-end without using convert.
5695         (negate_expr, associate_trees, size_diffop, omit_one_operand,
5696         operand_equal_for_comparison_p, pedantic_omit_one_operand,
5697         invert_truthvalue, optimize_bit_field_compare, range_binop,
5698         decode_field_reference, make_range, build_range_check, unextend,
5699         fold_truthop, extract_muldiv_1, fold_mathfn_compare,
5700         fold_binary_op_with_conditional_arg, fold_inf_compare,
5701         fold_single_bit_test, fold, multiple_of_p): Replace all calls to
5702         convert with calls to fold_convert.
5703
5704 2004-02-07  Jan Hubicka  <jh@suse.cz>
5705
5706         * genrecog.c (find_operand): add extra argument stop.
5707         (validate_pattern): Verify that mach_dup is duplicating operand
5708         defined lexically earlier.
5709
5710 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5711
5712         * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
5713         * system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
5714         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
5715         * config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
5716         config/ia64/ia64.h, config/ip2k/ip2k.h,
5717         config/iq2000/iq2000.h, config/mips/iris5.h,
5718         config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
5719         config/rs6000/aix51.h, config/rs6000/aix52.h,
5720         config/rs6000/darwin.h, config/rs6000/rs6000.h,
5721         config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
5722         config/sparc/linux.h, config/sparc/linux64.h,
5723         config/sparc/netbsd-elf.h, config/sparc/sparc.h,
5724         config/xtensa/xtensa.h: Remove the definitions of
5725         MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
5726         MAX_WCHAR_TYPE_SIZE.
5727         * doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
5728         MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
5729
5730 2004-02-07  Stephane Carrez  <stcarrez@nerim.fr>
5731
5732         PR bootstrap/13990
5733         * config/m68hc11/m68hc11.md ("doloop_end"): Pass dummy arguments to
5734         gen_rtx_NE.
5735
5736 2004-02-07  Josef Zlomek  <zlomekj@suse.cz>
5737
5738         * var-tracking.c (vt_add_function_parameters): Surround checkings by
5739         #ifdef ENABLE_CHECKING and #endif.
5740
5741 2004-02-07  Roger Sayle  <roger@eyesopen.com>
5742
5743         * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
5744         either (-A)-B or (-B)-A, if A or B is easily negated respectively.
5745         (fold) <MINUS_EXPR>: Optimize (A*C) - (B*C) -> (A-B)*C for both
5746         integer types and floating point with unsafe_math_optimizations.
5747         Add similar optimization for (A*C1) - (A*C2) -> A*(C1-C2).
5748         Optimize A - B as A + (-B), if B is easily negated.
5749
5750 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5751
5752         * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c,
5753         config/darwin.c, config/darwin.h, config/ia64/ia64-c.c,
5754         config/m32r/linux.h, config/rs6000/ppc64-fp.c,
5755         config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi:
5756         Update copyright.
5757
5758 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
5759
5760         * c-ppoutput.c, var-tracking.c: Fix comment typos.
5761
5762 2004-02-06  James E Wilson  <wilson@specifixinc.com>
5763
5764         * config/ia64/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Only define for
5765         glibc 2.3 or better.
5766
5767 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5768
5769         * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
5770         to FLOAT_LIB_COMPARE_RETURNS_BOOL.
5771
5772 2004-02-07  Alan Modra  <amodra@bigpond.net.au>
5773
5774         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
5775         (SHLIB_MAPFILES): Add libgcc-ppc64.ver.
5776         (SHLIB_MKMAP_OPTS): Delete.
5777         (TARGET_LIBGCC2_CFLAGS): Add -specs.
5778         (bispecs): Add rule.
5779         * config/rs6000/libgcc-ppc64.ver: New file.
5780         * config/rs6000/ppc64-fp.c (__fixtfdi, __floatditf): New functions.
5781         (__floatdidf, __floatdisf): Optimize multiply.
5782         (__fixunstfdi): New function.
5783         * config/rs6000/rs6000.c (rs6000_complex_function_value): Allow for
5784         real and imag parts larger than one register.
5785         (function_arg): Correct type of reg used when fp arg split partially
5786         to stack.
5787         * config/rs6000/darwin-ldouble.c: Protect with #if !_SOFT_FLOAT
5788         and __MACH__ or __powerpc64__.
5789
5790 2004-02-06  Roger Sayle  <roger@eyesopen.com>
5791             Ulrich Weigand  <uweigand@de.ibm.com>
5792
5793         * builtins.c (expand_builtin_signbit): Use extract_bit_field instead
5794         of gen_highpart or gen_lowpart when the floating point format is
5795         wider than the result mode.
5796
5797 2004-02-06  Andrew Pinski  <pinskia@physics.uc.edu>
5798
5799         * dwarf2out.c (loclabel_num): Move into #ifdef
5800         DWARF2_DEBUGGING_INFO.
5801
5802 2004-02-06  Ziemowit Laski  <zlaski@apple.com>
5803
5804         * objc/objc-act.c (build_super_template) the 'class' field of
5805         'struct _objc_super' shall be named 'super_class' #ifdef OBJCPLUS.
5806         (get_super_receiver): Likewise.
5807
5808 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5809
5810         * reload1.c (check_eliminable_occurrences): Optimize the reset
5811         of can_eliminate.
5812         (eliminate_regs_in_insn): Likewise.
5813
5814 2004-02-06  Daniel Berlin <dberlin@dberlin.org>
5815             Josef Zlomek  <zlomekj@suse.cz>
5816
5817         * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
5818         at the beginning of function, call dwarf2out_var_location for
5819         NOTE_INSN_VAR_LOCATION note.
5820         (struct var_loc_node, struct var_loc_list_def, loclabel_num,
5821         decl_loc_table): New.
5822         (lookup_decl_loc): New function.
5823         (add_var_loc_to_decl): New function.
5824         (based_loc_descr): Added parameter can_use_fbreg, DW_OP_fbreg is used
5825         only if can_use_fbreg.
5826         (mem_loc_descriptor): Added parameter can_use_fbreg, pass it to other
5827         functions.
5828         (loc_descriptor): Likewise. Process VAR_LOCATION.
5829         (concat_loc_descriptor): Call loc_descriptor with can_use_fbreg == true.
5830         (loc_descriptor_from_tree): Call mem_loc_descriptor with
5831         can_use_fbreg == true.
5832         (add_location_or_const_value_attribute): Added parameter enum
5833         dwarf_attribute attr, generate attribute ATTR.  Create the location list.
5834         (add_bound_info): Call loc_descriptor with can_use_fbreg == true.
5835         (gen_formal_parameter_die): Call add_location_or_const_value_attribute
5836         with attr == DW_AT_location.
5837         (gen_subprogram_die): Generate the location list for DW_AT_frame_base
5838         if frame_base_decl is defined and has a location list.
5839         (gen_variable_die): Call add_location_or_const_value_attribute with
5840         attr == DW_AT_location.
5841         (dwarf2out_var_location): New function.
5842         (dwarf2out_begin_function): New function.
5843         (dwarf2out_init): Create decl_loc_table.
5844
5845 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
5846
5847         * loop.c (force_movables): Transitively increase the priorities of
5848         all insns forces by an insn, not just the first one.
5849
5850 2004-02-06  Josef Zlomek  <zlomekj@suse.cz>
5851             Daniel Berlin <dberlin@dberlin.org>
5852
5853         Josef Zlomek  <zlomekj@suse.cz>
5854         * Makefile.in (var-tracking.o): New.
5855         * common.opt (fvar-tracking): New.
5856         * flags.h (flag_var_tracking): New.
5857         * gengtype.c (adjust_field_rtx_def): NOTE_INSN_VAR_LOCATION was added.
5858         * opts.c (common_handle_option): Add OPT_fvar_tracking.
5859         * print-rtl.c (print_rtx): NOTE_INSN_VAR_LOCATION was added.
5860         * rtl.c (note_insn_name): Likewise.
5861         * rtl.def (VAR_LOCATION): New.
5862         * rtl.h (NOTE_VAR_LOCATION): New.
5863         (NOTE_VAR_LOCATION_DECL): New.
5864         (NOTE_VAR_LOCATION_LOC): New.
5865         (enum insn_note): NOTE_INSN_VAR_LOCATION was added.
5866         (variable_tracking_main): New exported function.
5867         * timevar.def (TV_VAR_TRACKING): New.
5868         * toplev.c (enum dump_file_index): Added DFI_vartrack.
5869         (dump_file): "vartrack" was added (-dV).
5870         (flag_var_tracking): New.
5871         (f_options): "var-tracking" was added.
5872         (rest_of_handle_variable_tracking): New function.
5873         (rest_of_compilation): Run variable tracking.
5874         (process_options): If user has not specified flag_var_tracking set it
5875         according to optimize, debug_info_level and debug_hooks.
5876         * tree.h (frame_base_decl): New.
5877         * var-tracking.c: New file.
5878         * config/ia64/ia64.c (ia64_flag_var_tracking): New variable.
5879         (ia64_override_options): Set flags to run variable tracking in machine
5880         dependent reorg instead of toplev.c.
5881         (ia64_reorg): Run variable tracking if wanted.
5882         * doc/invoke.texi: Mention variable tracking in -dV,
5883         add and -fvar-tracking.
5884         * doc/passes.texi: Added variable tracking pass.
5885
5886         Daniel Berlin <dberlin@dberlin.org>
5887         * debug.h (struct gcc_debug_hooks): Added var_location debug hook.
5888         * dbxout.c (dbx_debug_hooks): Likewise.
5889         (xcoff_debug): Likewise.
5890         * debug.c (do_nothing_debug_hooks): Likewise.
5891         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
5892         * dwarfout.c (dwarf_debug_hooks): Likewise.
5893         * sdbout.c (sdb_debug_hooks): Likewise.
5894         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
5895         * final.c (final_scan_insn): Call var_location debug hook for each
5896         NOTE_INSN_VAR_LOCATION.
5897
5898 2004-02-06  Jan Hubicka  <jh@suse.cz>
5899
5900         * flow.c (update_life_info): Allocate reg_deaths when called from
5901         scheudler.
5902         (attempt_auto_inc):  Update life ranges accordingly.
5903
5904 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
5905
5906         PR debug/11816
5907         * dwarf2out.c (gen_decl_die): Handle anonymous struct members.
5908
5909 2004-02-06  Ulrich Weigand  <uweigand@de.ibm.com>
5910
5911         * cfganal.c (flow_call_edges_add): Never split a libcall block.
5912
5913 2004-02-06  Daniel Berlin  <dberlin@dberlin.org>
5914
5915         * dwarf2out.c (output_loc_list): Don't use deltas if we have
5916         a separate line info table in use.
5917         Use the correct size for terminators.
5918         (output_die): Use offset, not delta.
5919
5920 2004-02-06  H.J. Lu  <hongjiu.lu@intel.com>
5921
5922         * doc/invoke.texi: Remove the pni option from -mfpmath=.
5923
5924 2004-02-06  Jan Hubicka  <jh@suse.cz>
5925
5926         * recog.c (split_all_insns): Do not update reg info.
5927         * regrename.c (regrename_optimize): Likewise.
5928         * toplev.c (rest_of_handle_reorder_blocks): Likewise.
5929         * flow.c (struct propagate_block_info): Add insn_num field.
5930         (reg_deaths): New array.
5931         (life_analysis): Free reg_deaths info.
5932         (allocate_reg_life_data): Allocate reg_deaths array.
5933         (propagate_one_insn): Use new array.
5934         (init_propagate_block): Initialize it.
5935         (free_propagate_block_info): Finish compuation of
5936         REG_LIVE_LENGTH
5937         (attempt_auto_inc): Sanity check that REG_INFO is not
5938         computed at same time.
5939         (mark_used_regs): Update new array.
5940
5941         * reg-stack.c (subst_stack_regs): Unshare clobbers before
5942         substitution.
5943
5944 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5945
5946         * config/s390/s390.md (*extendsiqi2_short_displ): Change to
5947         *extendqisi2_short_displ.
5948
5949 2004-02-06  Alan Modra  <amodra@bigpond.net.au>
5950
5951         * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
5952         * calls.c (expand_call): Pass n_named_args to INIT_CUMULATIVE_ARGS.
5953         (emit_library_call_value_1): Likewise pass nargs.
5954         * expr.c (block_move_libcall_safe_for_call_parm): Pass 3 here.
5955         * function.c (assign_parms): Pass -1 to INIT_CUMULATIVE_ARGS.
5956         * config/rs6000/rs6000.c (init_cumulative_args): Use n_named_args
5957         parameter instead of scanning TYPE_ARGS_TYPES to count args.
5958         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
5959         prototype.
5960         * config/rs6000/rs6000.h (INIT_CUMULATIVE_ARGS): Pass extra arg.
5961         (INIT_CUMULATIVE_INCOMING_ARGS): Set extra arg to 1000.
5962         (INIT_CUMULATIVE_LIBCALL_ARGS): Set extra arg to 0.
5963         * config/sh/sh.c (sh_output_mi_thunk): Pass 1 as n_named_args to
5964         INIT_CUMULATIVE_ARGS.
5965         * config/alpha/alpha.h (INIT_CUMULATIVE_ARGS): Update.
5966         * config/alpha/unicosmk.h, config/alpha/vms.h, config/arc/arc.h,
5967         config/arm/arm.h, config/avr/avr.h, config/c4x/c4x.h,
5968         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.h,
5969         config/h8300/h8300.h, config/i386/i386.h, config/i860/i860.h,
5970         config/ia64/ia64.h, config/ip2k/ip2k.h, config/iq2000/iq2000.h,
5971         config/iq2000/iq2000.c, config/m32r/m32r.h, config/m68hc11/m68hc11.h,
5972         config/m68k/m68k.h, config/mcore/mcore.h, config/mips/mips.h,
5973         config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h,
5974         config/pa/pa.h, config/pdp11/pdp11.h, config/s390/s390.h,
5975         config/sh/sh.h, config/sparc/sparc.h, config/stormy16/stormy16.h,
5976         config/v850/v850.h, config/vax/vax.h, config/xtensa/xtensa.h: Likewise.
5977
5978 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5979
5980         * genemit.c (gen_exp) [CONST_INT]: Use const_int_rtx whenever
5981         possible.
5982
5983 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5984
5985         * reload1.c (eliminate_regs_in_insn): If a set has a REG_EQUAL
5986         note containing (plus (reg) (const_int)), where reg is an
5987         eliminable reg, then perform the register elimination without
5988         depending on eliminate_regs().
5989
5990 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
5991
5992         * config/arc/arc.c (arc_return_in_memory): Check the return
5993         value of int_size_in_bytes against -1.  Don't check
5994         TREE_ADDRESSABLE.
5995         * config/avr/avr.c (avr_return_in_memory): Check the return
5996         value of int_size_in_bytes against -1.
5997         * config/ip2k/ip2k.c (ip2k_return_in_memory): Likewise.
5998         * config/m68hc11/m68hc11.c (m68hc11_return_in_memory):
5999         Likewise.
6000         * config/mcore/mcore.c (mcore_return_in_memory): Likewise.
6001         * config/stormy16/stormy16.c (xstormy16_return_in_memory):
6002         Likewise.
6003
6004 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6005
6006         * config/frv/frv-protos.h: Remove the prototype for
6007         frv_setup_incoming_varargs.
6008         * config/frv/frv.c (TARGET_SETUP_INCOMING_VARARGS): New.
6009         (frv_setup_incoming_varargs): Make it static.
6010         * config/frv/frv.h (SETUP_INCOMING_VARARGS): Remove.
6011
6012 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6013
6014         * config/fr30/fr30-protos.h: Remove the prototype for
6015         fr30_setup_incoming_varargs.
6016         Update the prototypes for fr30_num_arg_regs and
6017         fr30_function_arg_partial_nregs.
6018         * config/fr30/fr30.c (TARGET_STRUCT_VALUE_RTX): New.
6019         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6020         (fr30_setup_incoming_varargs): Make it static.
6021         Add argument second_time.  Don't do anything when second_time
6022         is nonzero.
6023         (fr30_num_arg_regs): Change the type of the first argument to
6024         enum machine_mode.
6025         (fr30_function_arg_partial_nregs): Change the type of the
6026         second argument to enum machine_mode.
6027         * config/fr30/fr30.h (STRUCT_VALUE): Remove.
6028         (SETUP_INCOMING_VARARGS): Remove.
6029
6030 2004-02-06  Kazu Hirata  <kazu@cs.umass.edu>
6031
6032         * config/arc/arc-protos.h: Remove the prototype for
6033         arc_setup_incoming_varargs.
6034         * config/arc/arc.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
6035         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
6036         (arc_setup_incoming_varargs): Make it static.
6037         (arc_external_libcall): Likewise.
6038         * config/arc/arc.h (SETUP_INCOMING_VARARGS): Remove.
6039         Remove the commented-out definition of
6040         ASM_OUTPUT_EXTERNAL_LIBCALL.
6041
6042 2004-02-05  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
6043
6044         * config/sh/t-linux (SHLIB_INSTALL): Prepend $$(DESTDIR)
6045         to $$(slibdir) in the installation commands.
6046
6047 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
6048
6049         * reload.c (refers_to_regno_for_reload_p): Index hard_regno_nregs
6050         with inner_regno, not regno.
6051         * rtlanal.c (refers_to_regno_p): Same.
6052
6053 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6054
6055         * config.gcc: Remove i370 support.
6056
6057 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6058
6059         * doc/install.texi:  Update automake and autoconf version
6060         requirements.  Note where to find gcj automake version.
6061
6062 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6063
6064         * Makefile.in (generate-manpages): Move dependencies to ...
6065         (man): here.
6066         * doc/makefile.texi: Document new targets.
6067         * doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
6068
6069 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6070
6071         PR/13485
6072         Makefile.in (srcextra):  Add a level of indirection to ...
6073         (gcc.srcextra): ... here.
6074         (po-generated): Delete.
6075         (po/$(PACKAGE).pot: Use srcextra instead of po-generated.  Depend on
6076         options.c.
6077         (start.encap): Remove superfluous lang.srcextra dependency.
6078         objc/Make-lang.in (po-generated):  Delete.
6079
6080 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6081
6082         * config/ia64/ia64.c (REG_GP): Remove.
6083
6084 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6085
6086         * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
6087
6088 2004-02-05  Devang Patel  <dpatel@apple.com>
6089
6090         * dwarf2out.c (force_type_die): Look up input type itself
6091         instead of root_type() of type.
6092
6093 2004-02-05  Andreas Krebbel  <krebbel1@de.ibm.com>
6094
6095         * config/s390/s390.md ("*tmqidi_ext"): New insn.
6096         ("*extendqidi2_short_displ", "*extendsiqi2_short_displ"): Old
6097         pre-reload splitters are transformed to post-reload
6098         define_insn_and_split patterns.
6099         ("*tmqisi_ext"): Renamed old "*tmqi_ext".
6100
6101 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6102
6103         * config/cris/cris.h: Replace PROMOTE_PROTOTYPES with
6104         TARGET_PROMOTE_PROTOTYPES.
6105
6106 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6107
6108         PR middle-end/13750
6109         Revert:
6110         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6111         PR pch/13361
6112         * c-typeck.c (constructor_asmspec): Delete.
6113         (struct initializer_stack): Delete field 'asmspec'.
6114         (start_init): Delete saving of asmspec.
6115         (finish_init): Don't update constructor_asmspec.
6116         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
6117         * stmt.c (expand_asm): Duplicate strings from tree.
6118         (expand_asm_operands): Likewise.
6119         * tree.c (tree_size): Update computation of size of STRING_CST.
6120         (make_node): Don't make STRING_CST nodes.
6121         (build_string): Allocate string with tree node.
6122         * tree.def (STRING_CST): Update comment.
6123         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
6124         (tree_string): Place contents of string in tree node.
6125         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
6126         from tree.
6127
6128 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
6129
6130         * diagnostic.h (DEFINE_DIAGNOSTIC_KIND): Change parameter M to
6131         msgid.
6132
6133 2004-02-05  Dorit Naishlos  <dorit@il.ibm.com>
6134
6135         * config/rs6000/altivec.md (*movv4si_internal): At least one
6136         operand must be altivec_register_operand.
6137         (*movv8hi_internal1): Likewise.
6138         (*movv16qi_internal1): Likewise.
6139         (*movv4sf_internal1): Likewise.
6140
6141 2004-02-05  David Edelsohn  <edelsohn@gnu.org>
6142
6143         * configure.ac (gcc_cv_as_powerpc_mfcrf): Correct test for mfcr.
6144         * configure: Regenerate.
6145
6146 2004-02-05  Jonathan Wakely  <redi@gcc.gnu.org>
6147
6148         * doc/install.texi: Update description of --gxx-include-dir to
6149         give correct default value.
6150
6151 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6152
6153         * config/h8300/h8300.h (REG_OK_FOR_BASE_NONSTRICT_P): Replace
6154         8 with MAC_REG.
6155
6156 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6157
6158         * config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
6159         gen_rtx_PARALLEL.
6160
6161 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6162
6163         * emit-rtl.c: Update the comment about the file.
6164
6165 2004-02-05  Joseph S. Myers  <jsm@polyomino.org.uk>
6166
6167         * sourcebuild.texi (Test Idioms): Update testcase naming
6168         conventions.
6169
6170 2004-02-04  Per Bothner  <per@bothner.com>
6171
6172         Partially revert/redo 2003-10-01 change; fix -fworking-directory.
6173         * c-ppoutput.c (pp_dir_change):  New function.
6174         * c-common.h (pp_dir_change):  New declaration.
6175         * cpplib.h (struct cpp_options):  Remove working_directory field.
6176         * cppinit.c (cpp_find_main_file, cpp_push_main_file):  Merge back to
6177         (cpp_read_main_file):  as before 10-01.  Call _cpp_stack_file.
6178         Don't handle -fworking_directory here, but in c_common_post_options.
6179         (read_original_directory): Don't back up when done.
6180         Don't clear no-longer used working_directory flag.
6181         * cpplib.h:  Update declarations to match.
6182         * c-lex.c (cb_dir_change):  Move to c-opts.c.
6183         (init_c_lex):  Don't set dir_change callback here, since we want
6184         to set it even if flag_preprocess_only.
6185         * c-opts.c (cb_dir_change):  Function moved from c-lex.c.
6186         (c_common_post_options):  Set dir_change callback.
6187         Call pp_dir_change if approporiate.
6188         (finish_options):  Don't call cpp_find_main_file here.  Hence remove
6189         unneeded parameter and result. Do LC_RENAME for <built-in>.
6190         (c_common_post_options):  Call cpp_read_main_file here instead.
6191         (c_common_init):  Update accordingly.
6192         (push_command_line_include):  Don't cpp_push_main_file.
6193         Do LC_RENAME rather than LC_LEASE to get back to main file.
6194         Compared to pre-10-01 version, inline cpp_rename_to_main_file.
6195         (c_common_parse_file):  Call cpp_read_main_file for subsequent main
6196         files, but call finish_options for all files.
6197         * c-opts.c (sanitize_cpp_opts):  Don't set cpp_opts->working_directory.
6198         * fix-header.c (read_scan_file):  Call cpp_read_main_file instead of
6199         cpp_find_main_file + cpp_push_main_file.
6200         * c-lex.c (fe_file_change):  Don't set main_input_filename here.
6201         * opts.c (handle_options):  Only set main_input_filename first time.
6202
6203 2004-02-05  Ian Lance Taylor  <ian@wasabisystems.com>
6204
6205         * config/arm/arm.h (REG_CLASS_NAMES): Add missing comma.
6206
6207 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
6208
6209         * reload.c (find_equiv_reg): When checking for register overlap,
6210         don't index hard_regno_nregs with a pseudo-reg.
6211
6212 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6213
6214         * config/s390/s390.c (s390_trampoline_template): Remove gen_rtx().
6215
6216 2004-02-04  David Edelsohn  <edelsohn@gnu.org>
6217
6218         * reload.c (refers_to_regno_for_reload_p): Test regno, not inner_regno,
6219         against FIRST_PSEUDO_REGISTER.
6220
6221 2004-02-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6222
6223         * Makefile.in: Move target, host overrides after per-language
6224         fragments.
6225
6226         * config/mips/t-iris5-as (FORCE_DEBUG_ADAFLAGS): Clear.
6227         (GNATLIBCFLAGS): Remove -g.
6228
6229 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6230
6231         * config/alpha/alpha.c, config/arc/arc.c, config/avr/avr.c,
6232         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
6233         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
6234         config/m32r/m32r.c, config/ns32k/ns32k.c, config/pa/pa.c,
6235         config/pdp11/pdp11.c, config/rs6000/rs6000.c,
6236         config/sparc/sparc.c, config/vax/vax.c: Revert the
6237         replacements of "FALLTHRU" with "Fall through" done in the
6238         previous patch.
6239
6240 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6241
6242         * config/darwin.c, config/darwin.h, config/freebsd-spec.h,
6243         config/arm/arm.c, config/arm/arm.md,
6244         config/cris/cris-protos.h, config/fr30/fr30.c,
6245         config/fr30/fr30.h, config/h8300/h8300.c, config/i386/i386.h,
6246         config/i860/i860.c, config/i860/i860.h, config/ia64/ia64-c.c,
6247         config/ia64/ia64.c, config/ia64/ia64.h, config/ip2k/ip2k.h,
6248         config/ip2k/ip2k.md, config/ip2k/libgcc.S,
6249         config/m32r/linux.h, config/m32r/m32r.c, config/m32r/m32r.h,
6250         config/m68k/m68k.c, config/m68k/netbsd-elf.h,
6251         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.md,
6252         config/ns32k/netbsd.h, config/ns32k/ns32k.c,
6253         config/ns32k/ns32k.h, config/pdp11/pdp11.h,
6254         config/rs6000/darwin-ldouble.c, config/s390/s390.h,
6255         config/s390/s390.md, config/sparc/netbsd-elf.h,
6256         config/sparc/openbsd.h, config/sparc/sparc.c,
6257         config/xtensa/lib2funcs.S: Fix comment formatting.
6258
6259 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6260
6261         * config/alpha/alpha.c, config/arc/arc.c,
6262         config/arm/arm-cores.def, config/arm/arm.c, config/arm/arm.h,
6263         config/arm/arm1026ejs.md, config/arm/arm1136jfs.md,
6264         config/arm/arm926ejs.md, config/arm/vfp.md, config/avr/avr.c,
6265         config/c4x/c4x.c, config/cris/cris.c, config/frv/frv.md,
6266         config/i386/i386.c, config/i386/i386.h, config/i386/i386.md,
6267         config/ia64/ia64.c, config/ia64/unwind-ia64.c,
6268         config/iq2000/iq2000.c, config/m32r/m32r.c,
6269         config/mips/mips.c, config/mmix/mmix.c, config/mmix/mmix.h,
6270         config/ns32k/ns32k.c, config/pa/pa.c, config/pdp11/pdp11.c,
6271         config/rs6000/darwin-ldouble.c, config/rs6000/rs6000.c,
6272         config/rs6000/rs6000.h, config/sparc/sparc.c,
6273         config/vax/vax.c: Fix comment typos.  Follow spelling
6274         conventions.
6275
6276 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6277
6278         * alloc-pool.h, c-convert.c, c-lang.c, c-tree.h,
6279         caller-save.c, df.h, genconfig.c, global.c, lcm.c,
6280         ra-rewrite.c, ra.c, regclass.c, regs.h, resource.c,
6281         sched-rgn.c, config/arm/aof.h, config/arm/cirrus.md,
6282         config/arm/fpa.md, config/arm/iwmmxt.md,
6283         config/arm/netbsd-elf.h, config/arm/netbsd.h,
6284         config/m68hc11/m68hc11.md, config/mips/iris5.h,
6285         config/mn10300/mn10300.md, config/rs6000/altivec.md,
6286         config/sparc/netbsd-elf.h: Update copyright.
6287
6288 2004-02-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6289
6290         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
6291         for all modes whose size is greater than 8 bytes if ARCH32.
6292         (sparc_va_arg): Handle all modes whose size is greater than 8 bytes
6293         by reference if ARCH32.
6294
6295 2004-02-04  Aldy Hernandez  <aldyh@redhat.com>
6296
6297         * cgraphunit.c (cgraph_postorder): Fix typo in comment.
6298
6299 2004-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6300
6301         * config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
6302         to before adddi3 insn patterns.
6303         ("*la_31" + peepholes, "*la_31_and", "*la_31_and_cc", "force_la_31",
6304         "reload_insi"): Move to before addsi3 insn patterns.
6305
6306 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6307
6308         * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P
6309         parameter.  Use it instead of current_function_is_thunk.
6310         * function.h (struct function): Update documentation for is_thunk.
6311         * tree.h (CALL_FROM_THUNK_P): New macro.
6312         * config/alpha/alpha.c (alpha_sa_mask): Do not check
6313         no_new_pseudos when testing current_function_is_thunk.
6314         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likeiwse.
6315
6316 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6317
6318         * doc/tm.texi: Replace SETUP_INCOMING_VARARGS with
6319         TARGET_SETUP_INCOMING_VARARGS.
6320
6321 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6322
6323         * emit-rtl.c (gen_rtx): Remove.
6324         * genattrtab.c: Don't mention gen_rtx in a comment.
6325         * rtl.h: Remove the prototype for gen_rtx.
6326         * doc/md.texi: Replace gen_rtx with gen_rtx_REG.
6327
6328 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6329
6330         * config/arc/arc.h, config/fr30/fr30.h
6331         (SETUP_INCOMING_VARARGS): Remove the target-independent
6332         comments.
6333         * doc/tm.texi: Don't mention deprecated target macros.
6334
6335 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6336
6337         * config/fr30/fr30.h (FUNCTION_VALUE): Remove the
6338         target-independent comment.
6339
6340 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6341
6342         * doc/interface.texi, doc/tm.texi, doc/trouble.texi: Don't
6343         mention deprecated target macros.
6344
6345 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6346
6347         * config.gcc: Remove obsolete ports and configurations.
6348         * config/linux-aout.h, config/netware.h,
6349         config/t-linux-gnulibc1, config/d30v/abi,
6350         config/d30v/d30v-protos.h, config/d30v/d30v.c,
6351         config/d30v/d30v.h, config/d30v/d30v.md,
6352         config/d30v/libgcc1.asm, config/d30v/t-d30v,
6353         config/dsp16xx/dsp16xx-modes.def,
6354         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
6355         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md,
6356         config/i370/README, config/i370/i370-c.c,
6357         config/i370/i370-protos.h, config/i370/i370.c,
6358         config/i370/i370.h, config/i370/i370.md, config/i370/linux.h,
6359         config/i370/mvs.h, config/i370/oe.h, config/i370/t-i370,
6360         config/i386/freebsd-aout.h, config/i386/linux-aout.h,
6361         config/i386/moss.h, config/i386/netware.h,
6362         config/i386/svr3.ifile, config/i386/svr3dbx.h,
6363         config/i386/svr3gas.h, config/i386/svr3z.ifile,
6364         config/i386/t-udk, config/i386/udk.h, config/i386/vsta.h,
6365         config/i960/i960-c.c, config/i960/i960-coff.h,
6366         config/i960/i960-modes.def, config/i960/i960-protos.h,
6367         config/i960/i960.c, config/i960/i960.h, config/i960/i960.md,
6368         config/i960/rtems.h, config/i960/t-960bare,
6369         config/m68k/hp310.h, config/m68k/hp320.h,
6370         config/m68k/hp320base.h, config/m68k/m68kv4.h,
6371         config/m68k/netbsd.h, config/m68k/sgs.h, config/m68k/t-hp320:
6372         Remove.
6373         * doc/extend.texi, doc/install.texi, doc/invoke.texi,
6374         doc/md.texi: Remove mentions of obsolete ports.
6375
6376 2004-02-04  Jan Hubicka  <jh@suse.cz>
6377
6378         * alias.c (find_base_term, get_addr):  Do not dereference NULL
6379         pointer when all VALUE's locations has been invalidated.
6380         (rtx_equal_for_memref_p): Simplify checking of VALUEs.
6381
6382 2004-02-03  Wolfgang Bangerth  <bangerth@dealii.org>
6383
6384         * doc/invoke.texi (x86 options): Fix spelling/wording.
6385
6386 2004-02-03  Richard Sandiford  <rsandifo@redhat.com>
6387
6388         * config/mips/iris5.h (ASM_OUTPUT_ASCII): Use mips_output_ascii to
6389         put the original string in a comment.
6390         * config/mips/mips-protos.h (mips_output_ascii): Add prefix argument.
6391         * config/mips/mips.c (mips_output_ascii): Likewise.
6392         * config/mips/mips.h (ASM_OUTPUT_ASCII): Adjust accordingly.
6393
6394 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6395
6396         * system.h (GIV_SORT_CRITERION): Poison.
6397         * config/avr/avr.h (GIV_SORT_CRITERION): Remove.
6398         * config/ip2k/ip2k.h (GIV_SORT_CRITERION): Likewise.
6399
6400 2004-02-03  Roger Sayle  <roger@eyesopen.com>
6401
6402         PR target/9348
6403         * expr.c (expand_expr_real) <MULT_EXPR>:  When performing widening
6404         multiplies with a multiplication of the wrong signedness, its the
6405         signedness of the multiplication that we've performed that needs to
6406         be passed to expand_mult_highpart_adjust.  Avoid emitting a nop-move
6407         if expand_mult_highpart_adjust places the result in target.
6408
6409 2004-02-03  Richard Henderson  <rth@redhat.com>
6410
6411         * varasm.c (const_desc_rtx_sym_eq): Compare symbol strings.
6412
6413 2004-02-03  J"orn Rennecke <joern.rennecke@superh.com>
6414
6415         * config.gcc (sh[234]l): Use little endian fragments.
6416
6417 2004-02-03  Paul Koning  <pkoning@equallogic.com>
6418
6419         * config/pdp11/pdp11-modes.def: Add RESET_FLOAT_FORMAT calls.
6420         * config/pdp11/pdp11-protos.h (legitimate_const_double_p): Add.
6421         * config/pdp11/pdp11.c (encode_pdp11_f, decode_pdp11_f,
6422         encode_pdp11_d, decode_pdp11_d): New functions to handle PDP11
6423         floating point format.
6424         (pdp11_f_format, pdp11_d_format): New real_format descriptors for
6425         the above functions.
6426         (output_move_quad): Output float values in correct target format.
6427         (legitimate_const_double_p): New function.
6428         * config/pdp11/pdp11.h: Fix typos.
6429         (FLOAT_WORDS_BIG_ENDIAN): Add definition.
6430         (TARGET_FLOAT_FORMAT): Ditto.
6431         (pdp11_f_format, pdp11_d_format): Add external declarations.
6432         (MAX_REGS_PER_ADDRESS): Corrected.
6433         (LEGITIMATE_CONSTANT_P): Use legitimate_const_double_p().
6434         (PRINT_OPERAND): Output float literals in target format.
6435
6436 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6437
6438         PR c++/13975
6439         * tree.h (enum tree_index): Add TI_PUBLIC, TI_PROTECTED, and
6440         TI_PRIVATE.
6441         (access_public_node): Redefine.
6442         (access_protected_node): Likewise.
6443         (access_private_node): Likewise.
6444         * tree.c (build_common_tree_nodes): Create access_public_node,
6445         access_protected_node, and access_private_node.
6446
6447 2004-02-03  Steve Ellcey  <sje@cup.hp.com>
6448
6449         * config/ia64/ia64.h (MASK_INLINE_INT_DIV_LAT): Change value.
6450         (MASK_INLINE_INT_DIV_THR): Ditto.
6451         (MASK_INLINE_SQRT_LAT): Ditto.
6452         (MASK_INLINE_SQRT_THR): Ditto.
6453         (MASK_DWARF2_ASM): Ditto.
6454         (MASK_EARLY_STOP_BITS): Ditto.
6455
6456 2004-02-02  Paul Brook  <paul@codesourcery.com>
6457
6458         Merge from csl-arm-branch.
6459
6460         2004-01-30  Paul Brook  <paul@codesourcery.com>
6461
6462         * aof.h (REGISTER_NAMES): Add vfp reg names
6463         (ADDITIONAL_REGISTER_NAMES): Ditto.
6464         * aout.h (REGISTER_NAMES): Ditto.
6465         (ADDITIONAL_REGISTER_NAMES): Ditto.
6466         * arm-protos.h: Update/Add Prototypes.
6467         * arm.c (init_fp_table): Rename from init_fpa_table. Update users.
6468         Only allow 0.0 for VFP.
6469         (fp_consts_inited): Rename from fpa_consts_inited.  Update users.
6470         (values_fp): Rename from values_fpa.  Update Users.
6471         (arm_const_double_rtx): Rename from const_double_rtx_ok_for_fpa.
6472         Update users.  Only check valid constants for this hardware.
6473         (arm_float_rhs_operand): Rename from fpa_rhs_operand.  Update Users.
6474         Only allow consts for FPA.
6475         (arm_float_add_operand): Rename from fpa_add_operand.  Update users.
6476         Only allow consts for FPA.
6477         (use_return_insn): Check for saved VFP regs.
6478         (arm_legitimate_address_p): Handle VFP DFmode addressing.
6479         (arm_legitimize_address): Ditto.
6480         (arm_general_register_operand): New function.
6481         (vfp_mem_operand): New function.
6482         (vfp_compare_operand): New function.
6483         (vfp_secondary_reload_class): New function.
6484         (arm_float_compare_operand): New function.
6485         (vfp_print_multi): New function.
6486         (vfp_output_fstmx): New function.
6487         (vfp_emit_fstm): New function.
6488         (arm_output_epilogue): Output VPF reg restore code.
6489         (arm_expand_prologue): Output VFP reg save code.
6490         (arm_print_operand): Add 'P'.
6491         (arm_hard_regno_mode_ok): Return modes for VFP regs.
6492         (arm_regno_class): Return classes for VFP regs.
6493         (arm_compute_initial_elimination_offset): Include space for VFP regs.
6494         (arm_get_frame_size): Ditto.
6495         * arm.h (FIXED_REGISTERS): Add VFP regs.
6496         (CALL_USED_REGISTERS): Ditto.
6497         (CONDITIONAL_REGISTER_USAGE): Enable VFP regs.
6498         (FIRST_VFP_REGNUM): Define.
6499         (LAST_VFP_REGNUM): Define.
6500         (IS_VFP_REGNUM): Define.
6501         (FIRST_PSEUDO_REGISTER): Include VFP regs.
6502         (HARD_REGNO_NREGS): Handle VFP regs.
6503         (REG_ALLOC_ORDER): Add VFP regs.
6504         (enum reg_class): Add VFP_REGS.
6505         (REG_CLASS_NAMES): Ditto.
6506         (REG_CLASS_CONTENTS): Ditto.
6507         (CANNOT_CHANGE_MODE_CLASS) Handle VFP Regs.
6508         (REG_CLASS_FROM_LETTER): Add 'w'.
6509         (EXTRA_CONSTRAINT_ARM): Add 'U'.
6510         (EXTRA_MEMORY_CONSTRAINT): Define.
6511         (SECONDARY_OUTPUT_RELOAD_CLASS): Handle VFP regs.
6512         (SECONDARY_INPUT_RELOAD_CLASS): Ditto.
6513         (REGISTER_MOVE_COST): Ditto.
6514         (PREDICATE_CODES): Add arm_general_register_operand,
6515         arm_float_compare_operand and vfp_compare_operand.
6516         * arm.md (various): Rename as above.
6517         (divsf3): Enable when TARGET_VFP.
6518         (divdf3): Ditto.
6519         (movdfcc): Ditto.
6520         (sqrtsf2): Ditto.
6521         (sqrtdf2): Ditto.
6522         (arm_movdi): Disable when TARGET_VFP.
6523         (arm_movsi_insn): Ditto.
6524         (movsi): Only split with general regs.
6525         (cmpsf): Use arm_float_compare_operand.
6526         (push_fp_multi): Restrict to TARGET_FPA.
6527         (vfp.md): Include.
6528         * vfp.md: New file.
6529         * fpa.md (various): Rename as above.
6530         * doc/md.texi: Document ARM w and U constraints.
6531
6532         2004-01-15  Paul Brook  <paul@codesourcery.com>
6533
6534         * config.gcc: Add with_fpu.  Allow with-float=softfp.
6535         * config/arm/arm.c (arm_override_options): Rename *-s to *s.
6536         Break out of loop when we find a float-abi.  Fix typo.
6537         * config/arm/arm.h (OPTION_DEFAULT_SPECS): Add "fpu".
6538         Set -mfloat-abi=.
6539         * doc/install.texi: Document --with-fpu.
6540
6541         2003-01-14  Paul Brook  <paul@codesourcery.com>
6542
6543         * config.gcc (with_arch): Add armv6.
6544         * config/arm/arm.h: Rename TARGET_CPU_*_s to TARGET_CPU_*s.
6545         * config/arm/arm.c (arm_overrride_options): Ditto.
6546
6547         2004-01-08  Richard Earnshaw  <rearnsha@arm.com>
6548
6549         * arm.c (FL_ARCH3M): Renamed from FL_FAST_MULT.
6550         (FL_ARCH6): Renamed from FL_ARCH6J.
6551         (arm_arch3m): Renamed from arm_fast_multiply.
6552         (arm_arch6): Renamed from arm_arch6j.
6553         * arm.h: Update all uses of above.
6554         * arm-cores.def: Likewise.
6555         * arm.md: Likewise.
6556
6557         * arm.h (CPP_CPU_ARCH_SPEC): Emit __ARM_ARCH_6J__ define for armV6j,
6558         not arm6j.  Add entry for arch armv6.
6559
6560         2004-01-07  Richard Earnshaw  <rearnsha@arm.com>
6561
6562         * arm.c (arm_emit_extendsi): Delete.
6563         * arm-protos.h (arm_emit_extendsi): Delete.
6564         * arm.md (zero_extendhisi2): Also handle zero-extension of
6565         non-subregs.
6566         (zero_extendqisi2, extendhisi2, extendqisi2): Likewise.
6567         (thumb_zero_extendhisi2): Only match if not v6.
6568         (arm_zero_extendhisi2, thumb_zero_extendqisi2, arm_zero_extendqisi2)
6569         (thumb_extendhisi2, arm_extendhisi2, arm_extendqisi)
6570         (thumb_extendqisi2): Likewise.
6571         (thumb_zero_extendhisi2_v6, arm_zero_extendhisi2_v6): New patterns.
6572         (thumb_zero_extendqisi2_v6, arm_zero_extendqisi2_v6): New patterns.
6573         (thumb_extendhisi2_insn_v6, arm_extendhisi2_v6): New patterns.
6574         (thumb_extendqisi2_v6, arm_extendqisi_v6): New patterns.
6575         (arm_zero_extendhisi2_reg, arm_zero_extendqisi2_reg): Delete.
6576         (arm_extendhisi2_reg, arm_extendqisi2_reg): Delete.
6577         (arm_zero_extendhisi2addsi): Remove subreg.  Add attributes.
6578         (arm_zero_extendqisi2addsi, arm_extendhisi2addsi): Likewise.
6579         (arm_extendqisi2addsi): Likewise.
6580
6581         2003-12-31  Mark Mitchell  <mark@codesourcery.com>
6582
6583         Revert this change:
6584         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
6585         + REG addressing modes.
6586
6587         * config/arm/arm.h (THUMB_LEGTITIMIZE_RELOAD_ADDRESS): Reload REG
6588         + REG addressing modes.
6589
6590         2003-12-30  Mark Mitchell  <mark@codesourcery.com>
6591
6592         * config/arm/arm.h (THUMB_LEGITIMATE_CONSTANT_P): Accept
6593         CONSTANT_P_RTX.
6594
6595         2003-30-12  Paul Brook  <paul@codesourcery.com>
6596
6597         * longlong.h: protect arm inlines with !defined (__thumb__)
6598
6599         2003-30-12  Paul Brook  <paul@codesourcery.com>
6600
6601         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Always define __arm__.
6602
6603         2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
6604
6605         * builtins.c (expand_builtin_apply_args_1): Fix typo in previous
6606         change.
6607
6608         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6609
6610         * builtins.c (expand_builtin_apply_args_1): Add pretend args size
6611         to the virtual incoming args pointer for downward stacks.
6612
6613         2003-12-29  Paul Brook  <paul@codesourcery.com>
6614
6615         * config/arm/arm-cores.def: Add cost function.
6616         * config/arm/arm.c (arm_*_rtx_costs): New functions.
6617         (arm_rtx_costs): Remove
6618         (struct processors): Add rtx_costs field.
6619         (all_cores, all_architectures): Ditto.
6620         (arm_override_options): Set targetm.rtx_costs.
6621         (thumb_rtx_costs): New function.
6622         (arm_rtx_costs_1): Remove cases handled elsewhere.
6623         * config/arm/arm.h (processor_type): Add COSTS parameter.
6624
6625         2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6626
6627         * config/arm/arm.md (generic_sched): arm926 has its own scheduler.
6628         (arm926ejs.md): Include it.
6629         * config/arm/arm926ejs.md: New pipeline description.
6630
6631         2003-12-24  Paul Brook  <paul@codesourcery.com>
6632
6633         * config/arm/arm.c (arm_arch6j): New variable.
6634         (arm_override_options): Set it.
6635         (arm_emit_extendsi): New function.
6636         * config/arm/arm-protos.h (arm_emit_extendsi): Add prototype.
6637         * config/arm/arm.h (arm_arch6j): Declare.
6638         * config/arm/arm.md: Add sign/zero extend insns.
6639
6640         2003-12-23  Paul Brook  <paul@codesourcery.com>
6641
6642         * config/arm/arm.c (all_architectures): Add armv6.
6643         * doc/invoke.texi: Document it.
6644
6645         2003-12-19  Paul Brook  <paul@codesourcery.com>
6646
6647         * config/arm/arm.md: Add load1 and load_byte "type" attrs.  Modify
6648         insn patterns to match.
6649         * config/arm/arm-generic.md: Ditto.
6650         * config/arm/cirrus.md: Ditto.
6651         * config/arm/fpa.md: Ditto.
6652         * config/amm/iwmmxt.md: Ditto.
6653         * config/arm/arm1026ejs.md: Ditto.
6654         * config/arm/arm1135jfs.md: Ditto.  Add insn_reservation and bypasses
6655         for 11_loadb.
6656
6657         2003-12-18  Nathan Sidwell  <nathan@codesourcery.com>
6658
6659         * config/arm/arm-protos.h (arm_no_early_alu_shift_value_dep): Declare.
6660         * config/arm/arm.c (arm_adjust_cost): Check shift cost for
6661         TYPE_ALU_SHIFT and TYPE_ALU_SHIFT_REG.
6662         (arm_no_early_store_addr_dep, arm_no_early_alu_shift_dep,
6663         arm_no_early_mul_dep): Correctly deal with conditional execution,
6664         parallels and single shift operations.
6665         (arm_no_early_alu_shift_value_dep): Define.
6666         * arm.md (attr type): Replace 'normal' with 'alu',
6667         'alu_shift' and 'alu_shift_reg'.
6668         (attr core_cycles): Adjust.
6669         (*addsi3_carryin_shift, andsi_not_shiftsi_si, *arm_shiftsi3,
6670         *shiftsi3_compare0, *notsi_shiftsi, *notsi_shiftsi_compare0,
6671         *not_shiftsi_compare0_scratch, *cmpsi_shiftsi, *cmpsi_shiftsi_swp,
6672         *cmpsi_neg_shiftsi, *arith_shiftsi, *arith_shiftsi_compare0,
6673         *arith_shiftsi_compare0_scratch, *sub_shiftsi,
6674         *sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch,
6675         *if_shift_move, *if_move_shift, *if_shift_shift): Set type
6676         attribute appropriately.
6677         * config/arm/arm1026ejs.md (alu_op): Adjust.
6678         (alu_shift_op, alu_shift_reg_op): New.
6679         * config/arm/arm1136.md: Add better bypasses for early
6680         registers. Remove load[234] and store[234] bypasses.
6681         (11_alu_op): Adjust.
6682         (11_alu_shift_op, 11_alu_shift_reg_op): New.
6683
6684         2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
6685
6686         * config/arm/arm-protos.h (arm_no_early_store_addr_dep,
6687         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Declare.
6688         * config/arm/arm.c (arm_no_early_store_addr_dep,
6689         arm_no_early_alu_shift_dep, arm_no_early_mul_dep): Define.
6690         * config/arm/arm1026ejs.md: Add load-store bypass.
6691         * config/arm/arm1136jfs.md (11_alu_op): Take 2 cycles.
6692         Add bypasses between instructions.
6693
6694         2003-12-10  Paul Brook  <paul@codesourcery.com>
6695
6696         * config/arm/arm.c (arm_fpu_model): New variable.
6697         (arm_fload_abi): New variable.
6698         (target_fpe_name): Rename from target_fp_name.
6699         (target_fpu_name): New variable.
6700         (arm_is_cirrus): Remove.
6701         (fpu_desc): New struct.
6702         (all_fpus): Define.
6703         (pf_model_for_fpu): Define.
6704         (all_loat_abis): Define.
6705         (arm_override_options): Set fp arch flags based on -mfpu=
6706         and -float-abi=.
6707         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
6708         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
6709         (*): Use new TARGET_* flags.
6710         * config/arm/arm.h (TARGET_ANY_HARD_FLOAT): Remove.
6711         (TARGET_HARD_FLOAT): No longer implies TARGET_FPA.
6712         (TARGET_SOFT_FLOAT): Ditto.
6713         (TARGET_SOFT_FLOAT_ABI): New.
6714         (TARGET_MAVERICK): Rename from TARGET_CIRRUS.  No longer implies
6715         TARGET_HARD_FLOAT.
6716         (TARGET_VFP): No longer implies TARGET_HARD_FLOAT.
6717         (TARGET_OPTIONS): Add -mfpu=.
6718         (FIRST_FPA_REGNUM): Rename from FIRST_ARM_FP_REGNUM.
6719         (LAST_FPA_REGNUM): Rename from LAST_ARM_FP_REGNUM.
6720         (arm_pf_model): Define.
6721         (arm_float_abi_type): Define.
6722         (fputype): Add FPUTYPE_VFP.  Change SOFT_FPA->NONE
6723         * config/arm/arm.md: Use new TARGET_* flags.
6724         * config/arm/cirrus.md: Ditto.
6725         * config/arm/fpa.md: Ditto.
6726         * config/arm/elf.h (ASM_SPEC): Pass -mfloat-abi= and -mfpu=.
6727         * config/arm/semi.h (ASM_SPEC): Ditto.
6728         * config/arm/netbsd-elf.h (SUBTARGET_ASM_FLOAT_SPEC): Specify vfp.
6729         (FPUTYPE_DEFAULT): Set to VFP.
6730         * doc/invoke.texi: Document -mfpu= and -mfloat-abi=.
6731
6732         2003-11-22  Phil Edwards  <phil@codesourcery.com>
6733
6734         PR target/12476
6735         * config/arm/arm.c (arm_output_mi_thunk):  In Thumb mode, use
6736         'bx' instead of 'b' to avoid branch range restrictions.  Output
6737         the thunk immediately before the thunked-to function.
6738         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME):  Do not emit
6739         .thumb_func if a thunk is being generated.  Emit .code 16 along
6740         with .thumb_func if a thunk is not being generated.
6741
6742         2003-11-15  Nicolas Pitre <nico@cam.org>
6743
6744         * config/arm/arm.md (ashldi3, arm_ashldi3_1bit, ashrdi3,
6745         arm_ashrdi3_1bit, lshrdi3, arm_lshrdi3_1bit): New patterns.
6746         * config/arm/iwmmxt.md (ashrdi3_iwmmxt): Renamed from ashrdi3.
6747         (lshrdi3_iwmmxt): Renamed from lshrdi3.
6748         * config/arm/arm.c (IWMMXT_BUILTIN2): Renamed argument accordingly.
6749
6750         2003-11-12  Steve Woodford  <scw@wasabisystems.com>
6751             Ian Lance Taylor  <ian@wasabisystems.com>
6752
6753         * config/arm/lib1funcs.asm (ARM_DIV_BODY, ARM_MOD_BODY): Add new
6754         code for __ARM_ARCH__ >= 5 && ! defined (__OPTIMIZE_SIZE__).
6755
6756         2003-11-05  Phil Edwards  <phil@codesourcery.com>
6757
6758         * config/arm/arm.md (insn):  Add new V6 instruction names.
6759         (generic_sched):  New attr.
6760         * config/arm/arm-generic.md:  Use generic_sched here.
6761         * config/arm/arm1026ejs.md:  Do not model fetch/issue/decode
6762         stages of pipeline.  Adjust latency counts accordingly.
6763         * config/arm/arm1136jfs.md:  New file.
6764
6765         2003-10-28  Mark Mitchell  <mark@codesourcery.com>
6766
6767         * config/arm/arm.h (processor_type): New enumeration type.
6768         (CPP_ARCH_DEFAULT_SPEC): Set appropriately for ARM 926EJ-S,
6769         ARM1026EJ-S, ARM1136J-S, and ARM1136JF-S processor cores.
6770         (CPP_CPU_ARCH_SPEC): Likewise.
6771         * config/arm/arm.c (arm_tune): New variable.
6772         (all_cores): Use cores.def.
6773         (all_architectures): Add representative processor.
6774         (arm_override_options): Restructure way in which tuning
6775         information is deduced.
6776         * arm.md: Update "insn" and "type" attributes throughout.
6777         (insn): New attribute.
6778         (type): Compute "mult" from "insn" attribute.  Add load2,
6779         load3, load4 alternatives.
6780         (arm automaton): Move to arm-generic.md.
6781         * config/arm/arm-cores.def: New file.
6782         * config/arm/arm-generic.md: Likewise.
6783         * config/arm/arm1026ejs.md: Likewise.
6784
6785 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
6786
6787         * doc/invoke.texi (SPARC options): Remove -mflat and
6788         all -mxxx (xxx:chip) options.
6789         * config/sparc/aout.h (DBX_REGISTER_NUMBER): Delete.
6790         * config/sparc/litecoff.h (DBX_REGISTER_NUMBER): Likewise.
6791         * config/sparc/netbsd-elf.h (DBX_REGISTER_NUMBER): Likewise.
6792         * config/sparc/sol2.h (DBX_REGISTER_NUMBER): Likewise.
6793         * config/sparc/sparc-protos.h: Delete sparc_flat_* prototypes.
6794         * config/sparc/sparc.c: Likewise.
6795         (sparc_output_function_prologue): Remove TARGET_FLAT handling.
6796         (sparc_nonflat_function_prologue): Rename into sparc_function_prologue.
6797         (sparc_output_function_epilogue): Remove TARGET_FLAT handling.
6798         (sparc_nonflat_function_epilogue): Rename into sparc_function_epilogue.
6799         (struct sparc_frame_info, current_frame_info, zero_frame_info): Delete.
6800         (sparc_flat_must_save_register_p): Likewise.
6801         (sparc_flat_compute_frame_size): Likewise.
6802         (sparc_flat_save_restore): Likewise.
6803         (sparc_flat_function_prologue): Likewise.
6804         (sparc_flat_function_epilogue): Likewise.
6805         (sparc_flat_epilogue_delay_slots): Likewise.
6806         (sparc_flat_eligible_for_epilogue_delay): Likewise.
6807         (sparc_function_ok_for_sibcall): Remove TARGET_FLAT handling.
6808         * config/sparc/sparc.h (MASK_FLAT, TARGET_FLAT): Delete.
6809         (TARGET_SWITCHES): Remove -mflat and all -mxxx (xxx:chip) options.
6810         (SPARC_INCOMING_INT_ARG_FIRST): Remove TARGET_FLAT handling.
6811         (CONDITIONAL_REGISTER_USAGE): Likewise.
6812         (FRAME_POINTER_REQUIRED): Likewise.
6813         (INITIAL_ELIMINATION_OFFSET): Likewise.
6814         (BASE_RETURN_VALUE_REG): Likewise.
6815         (BASE_OUTGOING_VALUE_REG): Likewise.
6816         (BASE_PASSING_ARG_REG): Likewise.
6817         (BASE_INCOMING_ARG_REG): Likewise.
6818         (INCOMING_REGNO): Likewise.
6819         (OUTGOING_REGNO): Likewise.
6820         (LOCAL_REGNO): Likewise.
6821         (DELAY_SLOTS_FOR_EPILOGUE): Likewise.
6822         (ELIGIBLE_FOR_EPILOGUE_DELAY): Likewise.
6823         (EPILOGUE_USES): Likewise.
6824         * config/sparc/sparc.md ("isa" attribute): Change "v6" into "v7".
6825         ("flat" attribute): Delete.
6826         (do_builtin_setjmp_setup): Remove TARGET_FLAT and "flat" attribute
6827         handling.
6828         (call followed by jump define_peephole's): Delete.
6829         (exception_receiver): Likewise.
6830         (builtin_setjmp_receiver): Likewise.
6831         * config/sparc/t-sparclite (MULTILIB_OPTIONS): Remove -mflat.
6832
6833 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
6834
6835         PR c/11658
6836         PR c/13994
6837         * Makefile.in (c-parse.o, c-convert.o, c-typeck.o): Depend
6838         on langhooks.h.
6839         * objc/Make-lang.in (objc-parse.o): Depend on langhooks.h.
6840         * c-parse.in, c-convert.c, c-typeck.c, objc/objc-act.c:
6841         Include langhooks.h.  Replace c_common_truthvalue_conversion
6842         with the truthvalue_conversion language hook throughout.
6843         (expr_no_commas): Call default_conversion before save_expr
6844         for the first term of the production 'x ? : y'.
6845         * c-common.c (c_common_truthvalue_conversion): Remove
6846         obsolete block.  Invoke recursively the hook instead
6847         of this function.
6848         * c-convert.c (convert): handle ERROR_MARK_NODE.
6849         * c-typeck.c (build_binary_op): handle ERROR_MARK_NODE
6850         returned by the truthvalue_conversion language hook.
6851         * c-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
6852         c_objc_common_truthvalue_conversion.
6853         * c-objc-common.c (c_objc_common_truthvalue_conversion):
6854         New function.
6855         * c-tree.h (c_objc_common_truthvalue_conversion): Declare it.
6856         * objc/objc-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Use
6857         c_objc_common_truthvalue_conversion.
6858
6859 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6860
6861         * config/c4x/c4x.h (FUNCTION_VALUE): Use gen_rtx_REG instead
6862         of gen_rtx.
6863         (LIBCALL_VALUE): Likewise.
6864         * config/ip2k/ip2k.c (mdr_try_propagate_clr_sequence): Use
6865         gen_rtx_CC0 instead of gen_rtx.
6866         * config/m68hc11/m68hc11.c (m68hc11_emit_libcall): Use
6867         gen_rtx_fmt_e and gen_rtx_fmt_ee instead of gen_rtx.
6868         (m68hc11_expand_compare): Use gen_rtx_fmt_ee instead of
6869         gen_rtx.
6870         (m68hc11_emit_logical): Likewise.
6871
6872 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6873
6874         * config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c,
6875         config/fr30/fr30.md, config/frv/frv.c, config/frv/frv.md,
6876         config/h8300/h8300.c, config/ia64/ia64.c, config/ip2k/ip2k.md,
6877         config/m32r/m32r.md, config/m68hc11/m68hc11.c,
6878         config/mips/mips.md, config/mmix/mmix.c,
6879         config/mn10300/mn10300.c, config/mn10300/mn10300.md,
6880         config/ns32k/ns32k.c, config/pa/pa.md, config/pdp11/pdp11.c,
6881         config/rs6000/altivec.md, config/s390/s390.c,
6882         config/s390/s390.h, config/s390/s390.md, config/sh/sh.c,
6883         config/sh/sh.h, config/sh/sh.md, config/stormy16/stormy16.c:
6884         Use const0_rtx instead of GEN_INT (0).  Do the same for other
6885         constants that are readily available.
6886
6887 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6888
6889         * doloop.c, optabs.c, regmove.c, sched-deps.c,
6890         config/i386/i386.c, config/i386/i386.md: Use const0_rtx
6891         instead of GEN_INT (0).  Do the same for other constants that
6892         are readily available.
6893
6894 2004-02-03  Kazu Hirata  <kazu@cs.umass.edu>
6895
6896         * combine.c (simplify_set): Use gen_rtx_fmt_e instead of
6897         gen_rtx.
6898         * emit-rtl.c (init_emit_once): Use gen_rtx_PC and gen_rtx_CC0
6899         instead of gen_rtx.
6900         * reload1.c (init_elim_table): Use gen_rtx_fmt_e instead of
6901         gen_rtx.
6902         * config/ns32k/ns32k.md (udivmodhi4): Use gen_rtx_IOR and
6903         gen_rtx_ASHIFT instead of gen_rtx.
6904         (udivmodqi4): Likewise.
6905
6906 2004-02-02  Richard Henderson  <rth@redhat.com>
6907
6908         PR target/13789
6909         * expr.c (store_expr): Use force_operand before emit_move_insn.
6910
6911 2004-02-02  Jeff Law  <law@redhat.com>
6912             Roger Sayle  <roger@eyesopen.com>
6913
6914         * tree.c (commutative_tree_code, associative_tree_code): New
6915         functions.
6916         (iterative_hash_expr): Use commutative_tree_code.
6917         * tree.h (commutative_tree_code, associative_tree_code): Declare.
6918         * fold-const.c (operand_equal_p): Use commutative_tree_code
6919         rather than inlining the commutativity check.
6920         (fold): Likewise.
6921
6922 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
6923
6924         * system.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Poison.
6925         * config/frv/frv-protos.h: Remove the prototype for
6926         frv_function_arg_keep_as_reference.
6927         * config/frv/frv.c (frv_function_arg_keep_as_reference):
6928         Remove.
6929         * config/frv/frv.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Likewise.
6930         * config/stormy16/stormy16.h: Remove the commented-out
6931         definition of FUNCTION_ARG_KEEP_AS_REFERENCE.
6932
6933 2004-02-03  Alan Modra  <amodra@bigpond.net.au>
6934
6935         PR target/13914
6936         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Use ap
6937         for retaddr_column.
6938
6939 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
6940
6941         * genemit.c (gen_exp): Generate gen_rtx_fmt_e* instead of
6942         gen_rtx.
6943
6944 2004-02-02  Eric Christopher  <echristo@redhat.com>
6945             Zack Weinberg  <zack@codesourcery.com>
6946
6947         * c-opts.c (c_common_handle_option): Add -finput-charset.
6948         * c.opt: Ditto.
6949         * cppcharset.c (one_iso88591_to_utf8): Remove.
6950         (convert_iso88591_utf8): Ditto.
6951         (conversion_tab): Remove 8859-1 converter.
6952         (_cpp_input_to_utf8): Remove.
6953         (_cpp_init_iconv_buffer): Ditto.
6954         (_cpp_close_iconv_buffer): Ditto.
6955         (_cpp_convert_input): New function.
6956         (_cpp_default_encoding): Ditto.
6957         * cpphash.h: Add/remove prototypes for above.
6958         * cppfiles.c (read_file_guts): Use _cpp_convert_input.
6959         * cppinit.c (cpp_create_reader): Use _cpp_default_encoding
6960         for narrow execution and input character sets.
6961         * cpplib.c (cpp_push_buffer): Delete uses of removed functions.
6962         * doc/cppopts.texi: Document -finput-charset.
6963
6964 2004-02-02  David Edelsohn  <edelsohn@gnu.org>
6965
6966         * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
6967         against FIRST_PSEUDO_REGISTER.
6968
6969 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6970
6971         * doc/invoke.texi (SPARC options): Further improve.
6972
6973 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
6974
6975         * config/arm/arm.md, config/c4x/c4x.md, config/cris/cris.md,
6976         config/h8300/h8300.c, config/ip2k/ip2k.md,
6977         config/iq2000/iq2000.c, config/mips/mips.c,
6978         config/rs6000/rs6000.c, config/rs6000/rs6000.md,
6979         config/sh/sh.c, config/sh/sh.md, config/stormy16/stormy16.c,
6980         config/v850/v850.md: Fix indentation.
6981
6982 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6983
6984         * config/sparc/sparc.c (function_arg_slotno): Align TImode
6985         arguments on a 16-byte boundary in the parameter array if ARCH64.
6986         Split handling of TFmode.
6987
6988 2004-02-02  Paolo Bonzini  <bonzini@gnu.org>
6989
6990         * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
6991         Don't test CONSTANT_P (x).
6992         (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
6993         ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
6994         Fix misindentation.
6995
6996 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
6997
6998         * doc/invoke.texi (SPARC options): Document that -mflat is deprecated.
6999
7000 2004-02-02  Kazu Hirata  <kazu@cs.umass.edu>
7001
7002         * config/arc/arc.md, config/arm/arm.c, config/arm/arm.md,
7003         config/c4x/c4x.c, config/c4x/c4x.md, config/cris/cris.md,
7004         config/frv/frv.c, config/h8300/h8300.c, config/ip2k/ip2k.md,
7005         config/iq2000/iq2000.c, config/m32r/m32r.c,
7006         config/mcore/mcore.c, config/mips/mips.c, config/mmix/mmix.md,
7007         config/mn10300/mn10300.c, config/rs6000/rs6000.c,
7008         config/rs6000/rs6000.md, config/sh/sh.c, config/sh/sh.md,
7009         config/stormy16/stormy16.c, config/v850/v850.md,
7010         config/xtensa/xtensa.c: Replace gen_rtx with gen_rtx_fmt_e*.
7011
7012 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
7013
7014         * config/mcore/mcore.c (block_move_sequence): Replace
7015         gen_rtx_CONST_INT with GEN_INT.
7016
7017 2004-02-02  Jan Hubicka  <jh@suse.cz>
7018
7019         * alias.c (record_set): Use hard_regno_nregs.
7020         * bt-load.c (find_btr_reference, note_btr_set): Likewise.
7021         * builtins.c (apply_args_size): Likewise.
7022         * caller-save.c (setup_save_areas, save_call_clobbered_regs,
7023         mark_set_regs, add_stored_regs, mark_referenced_regs,
7024         insert_restore, insert_save, insert_one_insn): Likewise.
7025         * cfgcleanup.c: Include regs.h
7026         (mark_effect, mentions_nonequal_regs): Likewise.
7027         * cfgrtl.c (mark_killed_regs): Likewise
7028         * combine.c (update_table_tick, record_value_for_reg,
7029         record_dead_and_set_regs, get_last_value_validate, use_crosses_set_p,
7030         reg_dead_at_p_1, reg_dead_at_p, mark_used_regs_combine, move_deaths,
7031         reg_bitfield_target_p, distribute_notes): Likewise.
7032         * cse.c (mention_regs, insert, invalidate, invalidate_for_call,
7033         exp_equiv_p, cse_insn): Likewise.
7034         * cselib.c (cselib_lookup): Likewise.
7035         (cselib_invalidate_regno, cselib_record_set): Likewise.
7036         * df.c (df_ref_record): Likewise.
7037         * dwarf2out.c (reg_loc_descriptor, multiple_reg_loc_descriptor):
7038         Likewise.
7039         * flow.c (mark_reg, insn_dead_p, mark_set_1, mark_used_reg,
7040         count_or_remove_death_notes_bb): Likewise.
7041         * function.c (aggregate_value_p, keep_stack_depressed): Likewise.
7042         * gloval.c (global_alloc, find_reg, mark_reg_store, mark_reg_conflicts,
7043         mark_reg_death, set_preference, reg_becomes_live, reg_dies): Likewise.
7044         * integrate.c (mark_stores): Likewise.
7045         * jump.c (delete_prior_computation): Likewise.
7046         * lcm.c (reg_dies, reg_becomes_live): Likewise.
7047         * local-alloc.c (combine_regs, find_free_reg, post_mark_life): Likewise.
7048         * loop.c (LOOP_REGNO_NREGS): Likewise.
7049         * postreload.c (reload_combine, reload_combine_note_store,
7050         reload_combine_note_use, reload_cse_move2add, move2add_note_store): Likewise.
7051         * ra-colorize.c (combine, color_usable_p, get_free_reg,
7052         calculate_dont_begin, calculate_dont_begin, colorize_one_web,
7053         try_recolor_web, insert_coalesced_conflicts, check_colors,
7054         break_precolored_alias): Likewise.
7055         * ra-debug.c: Include regs.h
7056         (ra_print_rtx_object): Likewise.
7057         * ra-rewrite (choose_spill_colors): Likewise.
7058         (spill_same_color_p, update_spill_colors, spill_is_free): Likewise.
7059         * ra.c (init_ra): Likewise.
7060         * recog.c (reg_fits_class_p, peep2_reg_dead_p,
7061         peep2_find_free_register): Likewise.
7062         * reg-stack.c (subst_stack_regs_pat, convert_regs_exit): Likewise.
7063         * regclass.c (hard_regno_nregs): New array.
7064         (init_reg_modes_once): Initialize it.
7065         (choose_hard_reg_mode): Use it.
7066         (record_reg_classes): Likewise.
7067         * regmove.c (mark_flags_life_zones): Likewise.
7068         * regrename.c (note_sets, clear_dead_regs, regrename_optimize,
7069         scan_rtx_reg, dump_def_use_chain, kill_value, set_value_regno,
7070         copy_value, maybe_mode_change, find_oldest_value_reg,
7071         copyprop_hardreg_forward_1):
7072         * regs.h (hard_regno_nregs): Declare.
7073         * realod.c (reload_inner_reg_of_subreg): Use it.
7074         (push_reload, combine_reloads, find_dummy_reload,
7075         hard_reg_set_here_p, operands_match_p, decompose, find_reloads,
7076         refers_to_regno_for_reload_p, find_equiv_reg, regno_clobbered_p,
7077         reload_adjust_reg_for_mode): Likewise.
7078         * reload1.c (compute_use_by_pseudos, count_pseudo,
7079         count_spilled_pseudo, find_reg, find_reload_regs, mark_home_live,
7080         spill_hard_reg, forget_old_reloads_1, mark_reload_reg_in_use,
7081         clear_reload_reg_in_use, reload_reg_free_for_value_p, free_for_value_p
7082         allocate_reload_reg, choose_reload_regs, emit_reload_insns,
7083         delete_output_reload): Likewise.
7084         * resource.c (update_live_status, mark_referenced_resources,
7085         mark_set_resources, mark_target_live_regs): Likewise.
7086         * rtlanal.c:  Include regs.h
7087         (refers_to_regno_p, reg_overlap_mentioned_p, dead_or_set_p,
7088         dead_or_set_regno_p, find_regno_note, find_reg_fusage,
7089         subreg_regno_offset, subreg_offset_representable_p,
7090         hoist_test_store): Likewise.
7091         * sched-deps.c (sched_analyze_1, sched_analyze_2): Likewise.
7092         * sched-rgn.c (check_live_1, update_live_1): Likewise.
7093         * stmt.c: Include regs.h
7094         (decl_conflicts_with_clobbers_p): Likewise.
7095         * varasm.c (make_decl_rtl): Likewise.
7096         * Makefile.in (cfgcleanup.o, rtlanal.o, ra-debug.o): Add regs.h dependnecy.
7097
7098 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
7099
7100         * config/arm/arm.c, config/arm/arm.h, config/arm/arm.md,
7101         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
7102         config/arm/netbsd.h, config/arm/pe.c, config/avr/avr.c,
7103         config/avr/avr.h, config/avr/avr.md, config/c4x/c4x.h,
7104         config/cris/cris.h, config/fr30/fr30.h, config/frv/frv.c,
7105         config/frv/frv.h, config/ip2k/ip2k.c, config/iq2000/iq2000.c,
7106         config/iq2000/iq2000.h, config/m32r/m32r.c,
7107         config/m68hc11/m68hc11.c, config/m68hc11/m68hc11.h,
7108         config/m68hc11/m68hc11.md, config/m68k/m68k.md,
7109         config/mcore/mcore.c, config/mcore/mcore.h,
7110         config/mcore/mcore.md, config/mips/mips.c,
7111         config/ns32k/ns32k.h, config/ns32k/ns32k.md,
7112         config/rs6000/rs6000.c, config/s390/s390.c,
7113         config/s390/s390.md, config/sparc/sparc.c, config/v850/v850.c,
7114         config/xtensa/xtensa.h, config/xtensa/xtensa.md: Replace
7115         "gen_rtx (FOO, " with "gen_rtx_FOO (".
7116
7117 2004-02-01  Kazu Hirata  <kazu@cs.umass.edu>
7118
7119         * config/h8300/h8300.md (two peephole2's): New.
7120
7121 2004-02-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
7122
7123         * config/sparc/sol2-bi.h: Handle TARGET_CPU_ultrasparc3.
7124         (CPP_CPU_SPEC): Handle -mcpu=ultrasparc3.
7125         (ASM_CPU_SPEC): Likewise
7126         * config/sparc/sol2.h: Handle TARGET_CPU_ultrasparc3.
7127         (ASM_CPU_SPEC): Remove -mcpu=v8plus.  Handle -mcpu=ultrasparc3.
7128
7129 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7130
7131         * builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations
7132         isn't set, don't call expand_builtin_mathfn_2 to use the pow optab.
7133         (expand_builtin): Always call expand_builtin_pow.
7134
7135 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7136
7137         * builtins.def (BUILT_IN_SIGNBIT, BUILT_IN_SIGNBITF,
7138         BUILT_IN_SIGNBITL): New GCC builtins.
7139         * builtins.c (expand_builtin_signbit): New function to RTL expand
7140         calls to signbit, signbitf and signbitl as inline intrinsics.
7141         (expand_builtin): Call expand_builtin_signbit for BUILT_IN_SIGNBIT*.
7142         (fold_builtin_signbit): New function to perform constant folding
7143         of signbit, signbitf and signbitl.
7144         (fold_builtin): Call fold_builtin_signbit for BUILT_IN_SIGNBIT*.
7145
7146         * doc/extend.texi: Document new signbit{,f,l} builtins.
7147
7148 2004-02-01  Richard Sandiford  <rsandifo@redhat.com>
7149
7150         * config/mips/mips.md (adddi3_internal_2): Remove superfluous %s.
7151
7152 2004-02-01  Chris Demetriou  <cgd@broadcom.com>
7153
7154         * config/mips/mips.h (PREDICATE_CODES): Remove entries for
7155         "mips_const_double_ok" and "simple_memory_operand", which were
7156         removed from the MIPS port with the mips-3_4-rewrite branch merge.
7157         * config/mips/mips.c (mips16_lay_out_constants): Update comment
7158         for removal of simple_memory_operand.
7159
7160 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7161
7162         * config/c4x/c4x.md: Use GEN_INT instead of
7163         gen_rtx (CONST_INT, ...).
7164
7165 2004-01-31  Richard Henderson  <rth@redhat.com>
7166
7167         * varasm.c (output_constant_pool): Don't zap the pool.
7168
7169 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7170
7171         * genrecog.c (decision_type): Add DT_const_int.
7172         (write_cond) [DT_const_int]: Print a comparison against small
7173         constant.
7174         (write_node): Simplify comparisons against small constants
7175         before printing tests.
7176
7177 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7178
7179         * config/m32r/m32r.c (m32r_load_pic_register): Use GEN_INT
7180         instead of gen_rtx_CONST_INT.
7181
7182 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7183
7184         * config/xtensa/xtensa.h (DYNAMIC_CHAIN_ADDRESS): Use GEN_INT
7185         instead of gen_rtx_CONST_INT.
7186
7187 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7188
7189         * target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as
7190         hook_bool_CUMULATIVE_ARGS_false.
7191         * targhooks.c (default_strict_argument_naming): Rename to
7192         hook_bool_CUMULATIVE_ARGS_false.
7193         * targhooks.h: Update the prototype for
7194         default_strict_argument_naming.
7195
7196 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7197
7198         * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
7199         * config/sh/sh.h: Likewise.
7200         * config/sh/sh.md: Likewise.
7201
7202 2004-01-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
7203
7204         * doc/invoke.texi (SPARC options): Restructure and update.
7205
7206 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7207
7208         * system.h (PROMOTE_FUNCTION_ARGS, STRUCT_VALUE_INCOMING, and
7209         STRICT_ARGUMENT_NAMING): Poison.
7210         * target-def.h (TARGET_PROMOTE_FUNCTION_ARGS): Define as
7211         hook_bool_tree_false.
7212         * targhooks.c (default_promote_function_args): Remove.
7213         (default_struct_value_rtx): Don't use STRUCT_VALUE_INCOMING.
7214         Don't check incoming.
7215         (default_strict_argument_naming): Don't use
7216         STRICT_ARGUMENT_NAMING.
7217         * targhooks.h: Remove the prototype for
7218         default_promote_function_args.
7219
7220 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7221
7222         * config/i386/i386-protos.h: Remove the prototype for
7223         ix86_setup_incoming_varargs.
7224         * config/i386/i386.c (TARGET_SETUP_INCOMING_VARARGS): New.
7225         (ix86_setup_incoming_varargs): Make it static.
7226         * config/i386/i386.h (SETUP_INCOMING_VARARGS): Remove.
7227
7228 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7229
7230         * alloc-pool.c: Fix comment typos.
7231         * builtin-types.def: Likewise.
7232         * builtins.def: Likewise.
7233         * c-pretty-print.c: Likewise.
7234         * df.h: Likewise.
7235         * reload1.c: Likewise.
7236
7237 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7238
7239         * doc/invoke.texi: Follow spelling conventions.
7240         * doc/tm.texi: Likewise.
7241
7242 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7243
7244         * doc/install.texi: Fix typos.
7245         * doc/invoke.texi: Likewise.
7246
7247 2004-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
7248
7249         * config/s390/s390.c (s390_decompose_address): Do not treat virtual
7250         registers as pointers.
7251         * config/s390/s390.md ("*la_31" second peephole2): Fix incorrect mode.
7252
7253 2004-01-31  Paolo Bonzini  <bonzini@gnu.org>
7254
7255         * combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine
7256         and restore it to gen_lowpart_general on exit.
7257         (gen_lowpart_for_combine): Adjust all callers to go through
7258         gen_lowpart.
7259         * cse.c (cse_main): Set gen_lowpart to gen_lowpart_if_possible
7260         and restore it to gen_lowpart_general on exit.
7261         (gen_lowpart_if_possible): Adjust all callers to go through
7262         gen_lowpart.
7263         * emit-rtl.c (gen_lowpart_general): New name of gen_lowpart.
7264         (gen_lowpart): Declare as pointer to function, initialized to
7265         gen_lowpart_general.
7266         * rtl.h (gen_lowpart): Declare as pointer to function.
7267
7268 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
7269
7270         * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
7271         * calls.c: Likewise.
7272         * emit-rtl.c: Likewise.
7273         * function.c: Likewise.
7274         * reload1.c: Likewise.
7275         * config/i386/cygming.h: Likewise.
7276         * config/i386/i386.c: Likewise.
7277         * config/i386/winnt.c: Likewise.
7278
7279 2004-01-30  Dara Hazeghi  <dhazeghi@yahoo.com>
7280
7281         PR bootstrap/9249
7282         * doc/install.texi: document --enable-__cxa_atexit option.
7283         * configure.ac: Disable __cxa_atexit if not supported.
7284         * configure: Regenerate.
7285
7286 2003-01-30  Daniel Berlin  <dberlin@dberlin.org>
7287
7288         * ggc-zone.c (ggc_free): New function.
7289
7290 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7291
7292         alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,
7293         cfghooks.h, cfglayout.c, cfgloopmanip.c, debug.c, debug.h,
7294         flow.c, genextract.c, ggc-common.c, ggc-page.c, ggc.h,
7295         ifcvt.c, jump.c, loop-unswitch.c, timevar.c, timevar.def,
7296         tree-optimize.c, vmsdbgout.c, config/fp-bit.c,
7297         config/alpha/alpha.c, config/alpha/alpha.h,
7298         config/alpha/alpha.md, config/alpha/unicosmk.h,
7299         config/alpha/vms.h, config/arm/linux-elf.h, config/avr/avr.c,
7300         config/c4x/c4x-protos.h, config/c4x/c4x.md,
7301         config/d30v/d30v.h, config/frv/frv.md, config/frv/frvbegin.c,
7302         config/frv/frvend.c, config/i386/cygming.h,
7303         config/i386/djgpp.h, config/i386/emmintrin.h,
7304         config/i386/gthr-win32.c, config/i386/i386-interix.h,
7305         config/i386/i386-protos.h, config/i386/openbsd.h,
7306         config/i386/winnt.c, config/i386/xm-mingw32.h,
7307         config/i386/xmmintrin.h, config/ia64/ia64.md,
7308         config/iq2000/iq2000.md, config/m32r/m32r.md,
7309         config/m68k/m68k.md, config/mcore/mcore-elf.h,
7310         config/mcore/mcore.md, config/mips/elf.h, config/mips/elf64.h,
7311         config/mips/iris5gas.h, config/mips/iris6.h,
7312         config/mips/iris6gas.h, config/mips/linux.h,
7313         config/mips/mips.md, config/mips/netbsd.h,
7314         config/mips/openbsd.h, config/mips/windiss.h,
7315         config/pa/fptr.c, config/rs6000/aix.h,
7316         config/rs6000/altivec.h, config/rs6000/darwin.h,
7317         config/rs6000/xcoff.h, config/s390/s390-protos.h,
7318         config/s390/s390.c, config/s390/s390.h, config/s390/s390.md,
7319         config/sh/netbsd-elf.h, config/sh/sh.h, config/sh/vxworks.h,
7320         config/sparc/sol2.h: Update copyright.
7321
7322 2004-01-30  Kelley Cook  <kcook@gcc.gnu.org>
7323
7324         * Makefile.in (abs_docdir, abs_srcdir): Define.
7325         (doc/%.dvi, doc/gccinstall.dvi): Use $(abs_docdir).
7326
7327 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7328
7329         * genconfig.c (main): Have CC0_P check its operand even on a
7330         target without cc0.
7331
7332 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7333
7334         * config/alpha/alpha.c: Remove mentions of deprecates macros
7335         in comments, remove some target-independent comments about target
7336         macros, and/or add minimal function comments for target hook
7337         implementations.
7338         * config/avr/avr.c: Likewise.
7339         * config/ia64/ia64.h: Likewise.
7340         * config/ip2k/ip2k.c: Likewise.
7341         * config/iq2000/iq2000.c: Likewise.
7342         * config/m32r/m32r.h: Likewise.
7343         * config/m68hc11/m68hc11.c: Likewise.
7344         * config/mcore/mcore.c: Likewise.
7345         * config/mmix/mmix.c: Likewise.
7346         * config/mn10300/mn10300.c: Likewise.
7347         * config/pa/pa.c: Likewise.
7348         * config/pdp11/pdp11.c: Likewise.
7349         * config/rs6000/rs6000.h: Likewise.
7350         * config/sh/sh.c: Likewise.
7351         * config/sh/sh.h: Likewise.
7352         * config/sparc/sparc.c: Likewise.
7353         * config/sparc/sparc.h: Likewise.
7354         * config/stormy16/stormy16.c: Likewise.
7355         * config/xtensa/xtensa.c: Likewise.
7356
7357 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
7358
7359         PR optimization/12147
7360         * reload1.c (reload_reg_free_p): RELOAD_OTHER conflicts with
7361         RELOAD_FOR_OPADDR_ADDR.
7362         (reload_reg_reaches_end_p): RELOAD_FOR_OTHER_ADDRESS register
7363         might be reused as RELOAD_FOR_OPADDR_ADDR register.
7364
7365 2004-01-30  Jan Hubicka  <jh@suse.cz>
7366
7367         * reload.c (get_secondary_mem): Fix updating of
7368         secondary_memlocs_elim_used.
7369
7370 2004-01-30  Richard Henderson  <rth@redhat.com>
7371
7372         * varasm.c (struct rtx_const, struct pool_constant): Remove.
7373         (MAX_RTX_HASH_TABLE): Remove.
7374         (const_rtx_hash_table, const_rtx_sym_hash_table): Remove.
7375         (first_pool, last_pool, pool_offset): Remove.
7376         (struct rtx_constant_pool): Split out from ...
7377         (struct varasm_status): ... here.  Reference one via pointer.
7378         (struct constant_descriptor_rtx): Merge struct pool_constant.
7379         (SYMHASH): Remove.
7380         (decode_rtx_const): Remove.
7381         (const_hash_rtx, compare_constant_rtx): Remove.
7382         (record_constant_rtx): Remove.
7383         (const_desc_rtx_hash, const_desc_rtx_eq): New.
7384         (const_desc_rtx_sym_hash, const_desc_rtx_sym_eq): New.
7385         (const_rtx_hash_1, const_rtx_hash): New.
7386         (init_varasm_status): Allocate a rtx_constant_pool, and its hashes.
7387         (simplify_subtraction): Use simplify_rtx.
7388         (force_const_mem): Rewrite to use new data structures.
7389         (find_pool_constant): Likewise.
7390         (get_pool_constant, get_pool_constant_mark,
7391         get_pool_constant_for_function, get_pool_mode,
7392         get_pool_mode_for_function, get_pool_offset, get_pool_size): Likewise.
7393         (output_constant_pool_2): Split out from output_constant_pool.
7394         (output_constant_pool_1): Likewise.  Use new pool datastructures.
7395         (output_constant_pool): Zap entire pool datastructure.
7396         (mark_constant): Use new pool datastructures.
7397         (mark_constants): Use for_each_rtx.
7398         (mark_constant_pool): Use new pool datastructures.
7399
7400 2004-01-30  Fariborz Jahanian <fjahanian@apple.com>
7401
7402         * config/rs6000/rs6000.c (rs6000_emit_move): Remove #if 0.
7403         Copy operands[1] to pseudo for simplify_gen_subreg.
7404
7405 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7406
7407         * gcse.c (bypass_block): Fix a typo in the previous check-in
7408         to the file.
7409
7410 2004-01-30  Andrew Pinski <pinskia@physics.uc.edu>
7411
7412         * toplev.c: Include alloc-pool.h.
7413         * Makefile.in (toplev.c): Update dependencies.
7414
7415 2004-01-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7416
7417         * combine.c (simplify_shift_const, case XOR): Be careful when
7418         commuting XOR with ASHIFTRT.
7419
7420 2004-01-30  Kazu Hirata  <kazu@cs.umass.edu>
7421             Eric Botcazou  <ebotcazou@libertysurf.fr>
7422
7423         * config/sparc/sparc-protos.h: Remove the prototype for
7424         sparc_builtin_saveregs.
7425         * config/sparc/sparc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
7426         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7427         (TARGET_PROMOTE_PROTOTYPES): Likewise.
7428         (TARGET_STRUCT_VALUE_RTX): Likewise.
7429         (TARGET_RETURN_IN_MEMORY): Likewise.
7430         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
7431         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
7432         (sparc_builtin_saveregs): Make it static.
7433         (sparc_promote_prototypes): New.
7434         (sparc_struct_value_rtx): Likewise.
7435         (sparc_return_in_memory): Likewise.
7436         * config/sparc/sparc.h: (PROMOTE_FUNCTION_ARGS): Remove.
7437         (PROMOTE_FUNCTION_RETURN): Likewise.
7438         (RETURN_IN_MEMORY): Likewise.
7439         (STRUCT_VALUE): Likewise.
7440         (STRUCT_VALUE_INCOMING): Likewise.
7441         (EXPAND_BUILTIN_SAVEREGS): Likewise.
7442         (STRICT_ARGUMENT_NAMING): Likewise.
7443         (PROMOTE_PROTOTYPES): Likewise.
7444
7445         * config/sparc/sparc.h (PROMOTE_MODE): Use word_mode.
7446
7447 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7448
7449         PR c/12818
7450         * varasm.c (const_hash_1) <STRING_CST>: Use the
7451         address to compute the hash value if flag_writable_strings.
7452         (compare_constant) <STRING_CST>: Compare the addresses
7453         if flag_writable_strings.
7454         (build_constant_desc): Do not copy the expression for a
7455         STRING_CST if flag_writable_strings.
7456
7457 2004-01-30  Jan Hubicka  <jh@suse.cz>
7458
7459         * alloc-pool.c: Include hashtab.h
7460         (alloc_pool_descriptor): New structure
7461         (alloc_pool_hash): New global variable.
7462         (hash_descriptor, eq_descriptor, alloc_pool_descriptor): New.
7463         (create_alloc_pool): Update statistics.
7464         (free_alloc_pool): Likewise.
7465         (pool_alloc): Likewise.
7466         (output_info): New structure
7467         (print_statistics, dump_alloc_pool_statistics): New function.
7468         * alloc-pool.h (alloc_pool_def): Turn name to be constant.
7469         (dump_alloc_pool_statistics): Declare.
7470         * toplev.c (finalize):  Dump statistics.
7471
7472         * reload.c (secondary_memlocs_elim_used): New static variable.
7473         (get_secondary_mem): Update it.
7474         (find_reloads): Use it.
7475
7476 2004-01-30  Steven Bosscher <s.bosscher@student.tudelft.nl>
7477
7478         * toplev.c: Fix broken checkin of 2003-12-30, again.
7479
7480 2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
7481
7482         * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
7483         s390*-*-* targets by specifying a 'nop' insn.
7484         * configure: Regenerate.
7485
7486 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
7487
7488         PR target/11475
7489         * config/sparc/sparc.md (movhi_lo_sum): Tighten predicates.
7490
7491 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
7492
7493         * emit-rtl.c (change_address): Use XEXP (memref, 0) instead
7494         of addr when creating MEM copy.
7495
7496 2004-01-29  Devang Patel  <dpatel@apple.com>
7497
7498         * dwarf2out.c (gen_field_die): Do not equate decl number to die.
7499
7500 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
7501
7502         PR inline-asm/6162
7503         * reload.c (find_reloads): Only support one pair of commutative
7504         operands.
7505
7506 2004-01-29  Roger Sayle  <roger@eyesopen.com>
7507
7508         PR java/13824
7509         * tree.c (unsafe_for_reeval): Handle EXIT_BLOCK_EXPR nodes specially
7510         as their EXIT_BLOCK_LABELED_BLOCK operands can lead to unbounded
7511         recursion.
7512
7513 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
7514
7515         * config/frv/frv.c: Don't mention deprecated macros in
7516         comments.  Remove some target-independent comments about
7517         target macros.
7518         * config/frv/frv.h: Likewise.
7519
7520 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7521
7522         * cfghooks.c (split_block): Set probability and count of the
7523         new edge.
7524
7525 2005-01-29  Josef Zlomek  <zlomekj@suse.cz>
7526
7527         * dwarf2out.c (struct die_struct): Added field decl_id.
7528         (decl_die_table): Changed to hash table.
7529         (decl_die_table_allocated): Deleted.
7530         (decl_die_table_in_use): Deleted.
7531         (DECL_DIE_TABLE_INCREMENT): Deleted.
7532         (decl_die_table_hash): New function.
7533         (decl_die_table_eq): New function.
7534         (lookup_decl_die): Lookup in a hash table.
7535         (equate_decl_number_to_die): Insert into a hash table.
7536         (dwarf2out_init): Init hash table decl_die_table.
7537
7538 2004-01-29  Jakub Jelinek  <jakub@redhat.com>
7539
7540         PR optimization/13424
7541         * expr.c (store_constructor): Revert 2003-12-03 change.
7542
7543         * emit-rtl.c (change_address): Check also if MEM_ATTRS is set as
7544         expected before returning early.  Avoid sharing RTL if they
7545         need to be changed.
7546
7547         * config/i386/i386.c (ix86_expand_movstr): Rework rep_mov and strmov
7548         handling so that memory attributes are preserved.  Don't call
7549         ix86_set_move_mem_attrs.
7550         (ix86_set_move_mem_attrs_1, ix86_set_move_mem_attrs): Removed.
7551         (ix86_expand_clrstr): Rename src argument to
7552         dst.  Rework rep_stos and strset handling so that memory attributes
7553         are preserved.
7554         (ix86_expand_strlen): Pass src argument to
7555         ix86_expand_strlensi_unroll_1.  Rework strlenqi_1 handling so that
7556         memory attributes are preserved.
7557         (ix86_expand_strlensi_unroll_1): Add src argument.  Use
7558         change_address instead of gen_rtx_MEM.
7559         * config/i386/i386.md (strmov, strmov_singleop, rep_mov): New
7560         expanders.
7561         (strmovdi_rex64, strmovsi, strmovsi_rex64, strmovhi, strmovhi_rex64,
7562         strmovqi, strmovqi_rex64): Remove.
7563         (rep_mov*, strmov*): Prefix insn names with *.
7564         (strset, strset_singleop, rep_stos): New expanders.
7565         (strsetdi_rex64, strsetsi, strsetsi_rex64, strsethi, strsethi_rex64,
7566         strsetqi, strsetqi_rex64): Remove.
7567         (rep_stos*, strset*): Prefix insn names with *.
7568         (rep_stosqi_rex64): Likewise.  Fix mode of dirflag reg from DImode
7569         to SImode.
7570         (cmpstrsi): Rework cmpstrqi_1 handling so that memory attributes
7571         are preserved.
7572         (cmpstrqi_nz_1, cmpstrqi_nz_rex_1, cmpstrqi_1, cmpstrqi_rex_1):
7573         Prefix insn names with *.
7574         (cmpstrqi_nz_1, cmpstrqi_1): New expanders.
7575         (strlenqi_1, strlenqi_rex_1): Prefix insn names with *.
7576         (strlenqi_1): New expander.
7577         * config/i386/i386.h (ix86_set_move_mem_attrs): Remove prototype.
7578
7579 2004-01-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7580
7581         * Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.
7582         * basic-block.h (tidy_fallthru_edge, tidy_fallthru_edges, dump_bb,
7583         verify_flow_info): Declaration removed.
7584         * cfg.c (verify_flow_info, dump_bb): Moved to cfghooks.c.
7585         (debug_bb, debug_bb_n): Add argument to dump_bb call.
7586         * cfgcleanup.c (try_simplify_condjump, try_crossjump_to_edge,
7587         try_optimize_cfg, delete_unreachable_blocks): Use delete_basic_block
7588         instead of delete_block.
7589         * cfghooks.c: Include timevar.h and toplev.h.
7590         (cfg_hooks): Define here.
7591         (verify_flow_info, dump_bb): Moved from cfg.c.
7592         (redirect_edge_and_branch, redirect_edge_and_branch_force,
7593         split_block, split_block_after_labels, move_block_after,
7594         delete_basic_block, split_edge, create_basic_block,
7595         create_empty_bb, can_merge_blocks_p, merge_blocks,
7596         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
7597         New functions.
7598         * cfghooks.h (struct cfg_hooks): Added fields name,
7599         make_forwarder_block, tidy_fallthru_edge and
7600         move_block_after. Changed type of verify_flow_info, dump_bb,
7601         split_block fields. Renamed cfgh_split_edge and delete_block
7602         fields.
7603         (redirect_edge_and_branch, redirect_edge_and_branch_force,
7604         split_block, delete_block, split_edge, create_basic_block,
7605         can_merge_blocks_p, merge_blocks): Macros removed.
7606         (cfg_hooks): Do not export.
7607         (verify_flow_info, dump_bb, redirect_edge_and_branch,
7608         redirect_edge_and_branch_force, split_block, split_block_after_labels,
7609         move_block_after, delete_basic_block, split_edge, create_basic_block,
7610         create_empty_bb, can_merge_blocks_p, merge_blocks,
7611         make_forwarder_block, tidy_fallthru_edge, tidy_fallthru_edges):
7612         Declare.
7613         (cfg_layout_rtl_cfg_hooks): Declare.
7614         * cfgloop.c (update_latch_info, mfb_keep_just, mfb_keep_nonlatch):
7615         New functions.
7616         (canonicalize_loop_headers): Use new semantics of make_forwarder_block.
7617         (redirect_edge_with_latch_update): Removed.
7618         (make_forwarder_block): Moved to cfghooks.c, semantics changed.
7619         * cfgloopmanip.c (remove_bbs): Do not update dominators here.
7620         * cfgrtl.c (cfg_layout_split_block, rtl_split_block, rtl_dump_bb,
7621         rtl_delete_block, rtl_split_block, rtl_merge_blocks,
7622         tidy_fallthru_edge, rtl_split_edge, cfg_layout_delete_block,
7623         cfg_layout_merge_blocks, cfg_layout_split_edge): Partly moved to
7624         cfghooks.c.
7625         (rtl_create_basic_block): Coding style fix.
7626         (rtl_tidy_fallthru_edge, rtl_move_block_after,
7627         rtl_make_forwarder_block): New functions.
7628         (update_cfg_after_block_merging): Removed.
7629         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): Fill in new entries.
7630         * flow.c (verify_wide_reg, verify_local_live_at_start): Add argument
7631         to dump_bb.
7632         * ifcvt.c (merge_if_block, find_cond_trap, find_if_case_1,
7633         find_if_case_2): Don't update dominators.
7634         * timevar.def (TV_CFG_VERIFY): New.
7635         * loop-unswitch.c (unswitch_loop): Don't call add_to_dominance_info.
7636         * cfglayout.c (copy_bbs): Don't call add_to_dominance_info.
7637         * cfgloopmanip.c (split_loop_bb): Don't update dominators.
7638         (remove_bbs): Don't call remove_bbs.
7639         (create_preheader): Use make_forwarder_block.
7640         (mfb_keep_just, mfb_update_loops): New static functions.
7641
7642 2004-01-29  Kazu Hirata  <kazu@cs.umass.edu>
7643
7644         * config/avr/avr.h: Remove target-independent comments about
7645         target macros.
7646
7647 2004-01-28  Daniel Berlin  <dberlin@dberlin.org>
7648
7649         * timevar.c (timevar_print): Mention when checking is enabled.
7650
7651 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7652
7653         * c-lex.c (c_lex): Rename to...
7654         (c_lex_with_flags): Add new parameter to get CPP flags.
7655         (c_lex): Thunk to c_lex_with_flags while keeping the old interface.
7656         * c-pragma.h (c_lex_with_flags): Declare.
7657
7658 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7659
7660         * config/mcore/mcore.c (mcore_external_libcall): Add a
7661         comment.
7662         (mcore_return_in_memory): Likewise.
7663
7664 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7665
7666         * config/mcore/mcore-protos.h: Remove the prototype for
7667         mcore_setup_incoming_varargs.
7668         * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
7669         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
7670         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7671         (TARGET_PROMOTE_PROTOTYPES): Likewise.
7672         (TARGET_STRUCT_VALUE_RTX): Likewise.
7673         (TARGET_RETURN_IN_MEMORY): Likewise.
7674         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7675         (mcore_setup_incoming_varargs): Make it static.  Receive the
7676         first argument by reference.  Add argument second_time.
7677         (mcore_external_libcall): New.
7678         (mcore_return_in_memory): Likewise.
7679         * config/mcore/mcore.h (PROMOTE_FUNCTION_ARGS): New.
7680         (PROMOTE_FUNCTION_RETURN): Likewise.
7681         (STRUCT_VALUE): Likewise.
7682         (RETURN_IN_MEMORY): Likewise.
7683         (SETUP_INCOMING_VARARGS): Likewise.
7684         (PROMOTE_PROTOTYPES): Likewise.
7685         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7686
7687 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7688
7689         * config/m32r/m32r-protos.h: Remove the prototype for
7690         m32r_setup_incoming_varargs.
7691         * config/m32r/m32r.c (TARGET_PROMOTE_PROTOTYPES): New.
7692         (TARGET_STRUCT_VALUE_RTX): Likewise.
7693         (TARGET_RETURN_IN_MEMORY): Likewise.
7694         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7695         (m32r_return_in_memory): New.
7696         (m32r_setup_incoming_varargs): Make it static.
7697         * config/m32r/m32r.h: Remove #undef of
7698         ASM_OUTPUT_EXTERNAL_LIBCALL.  Remove the commented-out
7699         definitions of PROMOTE_FUNCTION_ARGS and
7700         PROMOTE_FUNCTION_RETURN.
7701         (PROMOTE_PROTOTYPES): Remove.
7702         (RETURN_IN_MEMORY): Likewise.
7703         (STRUCT_VALUE): Likewise.
7704
7705 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7706
7707         * config/m68k/m68k.c (TARGET_PROMOTE_PROTOTYPES): New.
7708         (TARGET_STRUCT_VALUE_RTX): Likewise.
7709         (m68k_struct_value_rtx): Likewise.
7710         * config/m68k/m68k.h (STRUCT_VALUE_REGNUM): Rename to
7711         STRUCT_VALUE_REGNUM.
7712         (PROMOTE_PROTOTYPES): Remove.
7713         * config/m68k/m68kelf.h (STRUCT_VALUE_REGNUM): Rename to
7714         STRUCT_VALUE_REGNUM.
7715         * config/m68k/m68kv4.h (STRUCT_VALUE_REGNUM): Likewise.
7716         * config/m68k/netbsd-elf.h (STRUCT_VALUE_REGNUM): Likewise.
7717
7718 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7719
7720         * config/stormy16/stormy16.c
7721         (TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to
7722         TARGET_BUILD_BUILTIN_VA_LIST.
7723
7724 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7725
7726         * config/v850/v850.c (TARGET_PROMOTE_PROTOTYPES): New.
7727         (TARGET_STRUCT_VALUE_RTX): Likewise.
7728         (TARGET_RETURN_IN_MEMORY): Likewise.
7729         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7730         (v850_return_in_memory): Likewise.
7731         (v850_setup_incoming_varargs): Likewise.
7732         * config/v850/v850.h (PROMOTE_PROTOTYPES): Remove.
7733         (SETUP_INCOMING_VARARGS): Likewise.
7734         (RETURN_IN_MEMORY): Likewise.
7735         (STRUCT_VALUE): Likewise.
7736
7737 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7738
7739         * config/fr30/fr30.c (TARGET_PROMOTE_PROTOTYPES): New.
7740         (fr30_setup_incoming_varargs): Don't use
7741         STRICT_ARGUMENT_NAMING.
7742         * config/fr30/fr30.h (PROMOTE_PROTOTYPES): Remove.
7743         (STRICT_ARGUMENT_NAMING): Likewise.
7744
7745 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7746
7747         * config/frv/frv-protos.h: Remove the prototype for
7748         frv_expand_builtin_saveregs.
7749         * config/frv/frv.c (TARGET_STRUCT_VALUE_RTX): Likewise.
7750         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
7751         (frv_stack_info): Use FRV_STRUCT_VALUE_REGNUM instead of
7752         STRUCT_VALUE_REGNUM.
7753         (frv_expand_builtin_saveregs): Make it static.
7754         (frv_struct_value_rtx): New.
7755         * config/frv/frv.h (EXPAND_BUILTIN_SAVEREGS): Remove.
7756
7757 2004-01-29  Jan Hubicka  <jh@suse.cz>
7758
7759         PR c++/12850
7760         * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
7761         initial pointers.
7762         * cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
7763         for functions that will be only inlined.
7764         (cgraph_mark_function_to_output): Likewise.
7765         (cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
7766         do not clear function body.
7767         * tree-optimize.c (clear_decl_rtl): Use decl_function_context.
7768         (tree_rest_of_compilation): Reorganize the logic releasing function
7769         body to use callgraph datastructure.
7770
7771 2004-01-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7772
7773         * pa.md: Change predicate of a peephole2 pattern from reg_or_0_operand
7774         to register_operand.
7775
7776 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
7777
7778         * config/ia64/ia64.md (fetchadd_acq_si, fetchadd_acq_di)
7779         (cmpxchg_acq_si, cmpxchg_acq_di): Exchange match_dup and
7780         match_operand expressions so that all match_dups appear
7781         lexically after their corresponding match_operands.
7782
7783 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7784
7785         * config/h8300/h8300.c (WORD_REG_USED): Use
7786         HARD_FRAME_POINTER_REGNUM instead of FRAME_POINTER_REGNUM.
7787         (compute_saved_regs): Likewise.
7788         (h8300_expand_prologue): Likewise.  Allocate locals after
7789         saving registers.
7790         (h8300_expand_epilogue): Use HARD_FRAME_POINTER_REGNUM instead
7791         of FRAME_POINTER_REGNUM.  Deallocate locals before saving
7792         registers.
7793         (h8300_initial_elimination_offset): Adjust for the new frame
7794         layout, which swaps flips the order of locals and saved
7795         registers.
7796         * config/h8300/h8300.h (FIRST_PSEUDO_REGISTER): Change to 12.
7797         (HARD_FRAME_POINTER_REGNUM): New.
7798         (ELIMINABLE_REGS): Add an elimination rule from
7799         FRAME_POINTER_REGNUM to HARD_FRAME_POINTER_REGNUM.
7800         (REGISTER_NAMES): Add fp.
7801         * config/h8300/h8300.md (FP_REG): Change to 11.
7802         (HFP_REG): New.
7803
7804 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7805
7806         * genrecog.c (write_node): Remove a useless local variable.
7807
7808 2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>
7809
7810         * Makefile.in (options.c options.h): Use stamp file s-options to
7811         avoid unnecessary rebuilds.
7812         (options.o): New target listing dependencies.
7813         (gtyp-gen.h): Use stamp file s-gtyp-gen.
7814         (STAGESTUFF): Add s-gtyp-gen.
7815
7816 2004-01-28  Richard Henderson  <rth@redhat.com>
7817
7818         * ggc.h (ggc_free): Declare.
7819         * ggc-common.c (ggc_realloc): Use it.
7820         * ggc-page.c: Remove lots of inline markers.
7821         (globals): Add free_object_list.
7822         (ggc_alloc): Tidy.
7823         (ggc_free, validate_free_objects): New.
7824         (poison_pages): Provide default.
7825         (ggc_collect): Call validate_free_objects; emit markers to
7826         the debug file.
7827
7828 2004-01-28  Zack Weinberg  <zack@codesourcery.com>
7829             Jim Wilson  <wilson@specifixinc.com>
7830
7831         * config/ia64/ia64.c (ia64_split_tmode, ia64_split_tmode_move):
7832         Rewrite to use POST_INC/POST_DEC/POST_MODIFY instead of a
7833         scratch pointer.
7834         (ia64_secondary_reload_class): Delete case GR_REGS.
7835         * config/ia64/ia64.md (movti, *movti_internal, movtf, *movtf_internal):
7836         Do not allocate a scratch register.
7837         (reload_inti, reload_outti, reload_intf, reload_outtf): Delete.
7838
7839 2004-01-28  Jan Hubicka  <jh@suse.cz>
7840
7841         * gcse.c (bypass_block): Prevent edges to be unified when we are
7842         about to emit compenstation code.
7843
7844 2004-01-28  Nick Clifton  <nickc@redhat.com>
7845
7846         * config/arm/arm.c (arm_expand_builtin): Force second argument of
7847         the setcwx insn into a register.
7848
7849 2004-01-28  Richard Sandiford  <rsandifo@redhat.com>
7850
7851         * config/fp-bit.c (pack_d): When using paired doubles to implement
7852         a long double, round the high part separately.
7853         (unpack_d): Fix the case in which the high part is a power of two
7854         and the low part is a nonzero value of the opposite sign.
7855
7856 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7857
7858         * config/c4x/c4x.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
7859         (TARGET_STRUCT_VALUE_RTX): Likewise.
7860         (c4x_external_libcall): Likewise.
7861         (c4x_struct_value_rtx): Likewise.
7862         * config/c4x/c4x.h: Remove.
7863         (STRUCT_VALUE_REGNUM): Likewise.
7864         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
7865
7866 2004-01-28  Kazu Hirata  <kazu@cs.umass.edu>
7867
7868         * config/i386/i386.c (TARGET_PROMOTE_PROTOTYPES): New.
7869         (TARGET_STRUCT_VALUE_RTX): Likewise.
7870         * config/i386/i386.h (STRUCT_VALUE_INCOMING): Remove.
7871         (STRUCT_VALUE): Likewise.
7872         (PROMOTE_PROTOTYPES): Likewise.
7873
7874 2004-01-27  Roger Sayle  <roger@eyesopen.com>
7875
7876         * config/pa/pa.c (emit_move_sequence): Check that operand1 is a
7877         CONST_INT before using INTVAL.
7878
7879 2004-01-27  Ulrich Weigand  <uweigand@de.ibm.com>
7880
7881         * config/s390/s390.h (TARGET_DEFAULT): Default to !TARGET_BACKCHAIN.
7882         * config/s390/s390.c (s390_return_addr_rtx): Fail for all but current
7883         frame if !TARGET_BACKCHAIN.
7884         * config/s390/s390.md ("allocate_stack"): Use pattern only if
7885         TARGET_BACKCHAIN.
7886         * doc/invoke.texi (-mbackchain/-mno-backchain): Document new default.
7887
7888 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
7889
7890         * ia64.c (ia64_function_arg): When placing HFAs in integer
7891         registers, do not special case the mode used for complex
7892         types.  Do not advance int_regs until the current register
7893         is full.
7894
7895 2004-01-27  Richard Sandiford  <rsandifo@redhat.com>
7896
7897         PR target/7297
7898         * except.c (init_eh): Use a 5-word __jbuf for __builtin_setjmp().
7899
7900 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
7901
7902         * config/rs6000/rs6000.c (rs6000_emit_move): #if 0 splitting
7903         slow, unaligned loads and stores while debugging.  Fix formatting.
7904
7905 2004-01-27  David Edelsohn  <edelsohn@gnu.org>
7906
7907         * config/rs6000/rs6000.md (save_stack_nonlocal): Use Pmode instead
7908         of computing wmode.
7909         (restore_stack_nonlocal): Same.
7910
7911 2004-01-27  Devang Patel <dpatel@apple.com>
7912
7913         * Makefile.in (dwarf2out.o): Depend on input.h
7914         * dbxout.c (dbx_debug_hooks): Add new empty hook for
7915         imported_module_or_decl.
7916         (xcoff_debug_hooks): Same.
7917         * sdbout.c (sdb_debug_hooks): Same.
7918         * vmsdbgout.c (vmsdbg_debug_hooks): Same.
7919         * debug.c (do_nothing_debug_hooks): Same.
7920         (debug_nothing_tree_tree): New function.
7921         * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
7922         * dwarf2out.c: Include input.h.
7923         (dwarf2_debug_hooks): Add new hook for imported_module_or_decl.
7924         (remove_child_TAG): New function.
7925         (dwarf_tag_name): Handle DW_TAG_imported_module.
7926         (gen_subprogram_die): Equate decl number to declaration die. Do not
7927         remove all children dies while reusing declaration die for definition.
7928         Instead, selectively remove only formal parameters.
7929         (gen_variable_die): Equate variable decl to declaration die.
7930         (gen_field_die): Equate field decl to line number.
7931         (force_namespace_die): Replace it with ...
7932         (force_decl_die): ... this.
7933         (force_type_die): New function.
7934         (setup_namespace_context): Replace use of force_namespace_die() with
7935         force_decl_die().
7936         (gen_namespace_die): Same.
7937         (dwarf2out_imported_module_or_decl): New function.
7938
7939 2004-01-27  Bob Wilson  <bob.wilson@acm.org>
7940
7941         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG
7942         on CQImode and CHImode incoming arguments in register a7.
7943         (function_arg): Wrap BLKmode argument in register a7 in a PARALLEL.
7944         * config/xtensa/xtensa.h (BLOCK_REG_PADDING): Define.
7945         * config/xtensa/xtensa.md (movdi, movdf): Only call force_reg or
7946         xtensa_copy_incoming_a7 before reload.
7947
7948 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
7949
7950         * coverage.c (get_coverage_counts): Give a different message
7951         if flag_guess_branch_prob is set.
7952         * predict.c (counts_to_freqs): Return an int.
7953         (estimate_bb_frequencies): If counts_to_freqs returns zero,
7954         calculate estimates.
7955
7956 2004-01-27  Kazu Hirata  <kazu@cs.umass.edu>
7957
7958         * config/iq2000/iq2000-protos.h: Remove the prototype for
7959         iq2000_setup_incoming_varargs.
7960         * config/iq2000/iq2000.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
7961         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
7962         (TARGET_PROMOTE_PROTOTYPES): Likewise.
7963         (TARGET_STRUCT_VALUE_RTX): Likewise.
7964         (TARGET_RETURN_IN_MEMORY): Likewise.
7965         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
7966         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
7967         (iq2000_return_in_memory): Likewise.
7968         (iq2000_setup_incoming_varargs): Make it static.  Receive the
7969         first argument by reference.
7970         * config/iq2000/iq2000.h (PROMOTE_FUNCTION_ARGS): Remove.
7971         (PROMOTE_FUNCTION_RETURN): Likewise.
7972         (PROMOTE_PROTOTYPES): Likewise.
7973         (RETURN_IN_MEMORY): Likewise.
7974         (STRUCT_VALUE): Likewise.
7975         (SETUP_INCOMING_VARARGS): Likewise.
7976         (STRICT_ARGUMENT_NAMING): Likewise.
7977
7978 2004-01-24  James A. Morrison  <ja2morri@uwaterloo.ca>
7979
7980         * fixinc/fixinc.c (test_test): Initialize res.
7981         (start_flexer): Initialize pz_cmd_save.
7982
7983 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
7984
7985         * doc/rtl.texi (Arithmetic): Rewrite entries for PLUS,
7986         SS_PLUS, US_PLUS, LO_SUM, MINUS, SS_MINUS, US_MINUS.
7987
7988 2004-01-27  Zack Weinberg  <zack@codesourcery.com>
7989
7990         PR 7198
7991         * config/ia64/ia64.md (*nmaddsf4, *nmadddf4, *nmadddf4_alts)
7992         (*nmadddf4_trunc, *nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf)
7993         (*nmaddxf4_alts, *nmaddxf4_truncdf_alts):
7994         Rewrite pattern as (minus (op 3) (mult (op 1) (op 2))).
7995         Possibly rename pattern for consistency.
7996         Remove ??? comments suggesting that this be done.
7997         (*nmaddsf4_alts, *nmadddf4_truncsf_alts, *nmaddxf4_truncsf_alts):
7998         New patterns.
7999         (divsi3_internal, divdi3_internal_lat, divdi3_internal_thr)
8000         (divsf3_internal_lat, divsf3_internal_thr, sqrtsf2_internal_thr)
8001         (divdf3_internal_lat, divdf3_internal_thr, sqrtdf2_internal_thr)
8002         (divxf3_internal_lat, divxf3_internal_thr, sqrtxf2_internal_thr):
8003         Update to match.
8004
8005 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
8006
8007         * config/arm/arm.c (output_return_instruction): Only restore IP
8008         into SP if frame_pointer_needed.
8009
8010 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8011
8012         * config/sparc/sparc.c (function_arg_pass_by_reference): Return 1
8013         for SCmode and DCmode if ARCH32.
8014         (sparc_va_arg): Handle SCmode and DCmode by reference if ARCH32.
8015         * config/sparc/sparc.h (RETURN_IN_MEMORY): Return 0 for TCmode
8016         if ARCH32.
8017         (BASE_RETURN_VALUE_REG): Return 32 for all FP modes except TFmode
8018         if ARCH32.
8019         (BASE_OUTGOING_VALUE_REG): Likewise.
8020
8021 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8022
8023         PR target/10904
8024         PR target/13058
8025         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): New.
8026         Forbid mode changes from SImode for lower FP regs if ARCH64.
8027
8028 2004-01-27  J"orn Rennecke <joern.rennecke@superh.com>
8029
8030         * Makefile.in (bt-load.o): Depend on except.h.
8031         * bt-load.c (except.h): #include.
8032         (compute_defs_uses_and_gen): If insn at end of BB can throw
8033         within this function, consider registers used by it unavailable for
8034         btr migration.
8035         (move_btr_def): If insn at end of BB can throw, insert before rather
8036         than after.
8037
8038         * flags.h (flag_btr_bb_exclusive): Declare.
8039         * toplev.c (flag_btr_bb_exclusive): New variable.
8040         (f_options): Add btr-bb-exclusive.
8041         * bt-load.c (augment_live_range): Restore old behaviour if
8042         flag_btr_bb_exclusive is set.
8043         * common.opt: Add entry for -fbtr-bb-exclusive.
8044         * opts.c (common_handle_options): Same.
8045         * doc/invoke.texi: Document -fbtr-bb-exclusive.
8046
8047         * bt-load.c (btrs_live_at_end): New variable.
8048         (compute_defs_uses_and_gen): Compute its pointed-to array.
8049         (clear_btr_from_live_range, add_btr_to_live_range): Update it.
8050         (augment_live_range): When augmenting with a new dominator,
8051         use only its btrs_live_at_end set, but also add in the full set
8052         of the old dominator.
8053         (btr_def_live_range): Use btrs_live_at_end.
8054         (move_btr_def): Set other_btr_uses_before_def, and move new set
8055         to the end of the basic block, if appropriate.
8056         (migrate_btr_defs): Allocate and free btrs_live_at_end.
8057
8058         * bt-load.c (basic_block_freq): Remove outdated comment.
8059
8060 2004-01-27  Alan Modra  <amodra@bigpond.net.au>
8061
8062         * config/rs6000/rs6000.h: Correct target_flags free bits comment.
8063         (PREDICATE_CODES): Remove duplicate.
8064         * config/rs6000/linux64.h (CPP_SYSV_SPEC): Don't define.
8065         (SUBSUBTARGET_OVERRIDE_OPTIONS): Disallow 32 bit TARGET_PROFILE_KERNEL.
8066         (MASK_PROFILE_KERNEL): Adjust define.
8067
8068 2004-01-27  Jakub Jelinek  <jakub@redhat.com>
8069
8070         * config/i386/i386.c (ix86_constant_alignment): Decrease alignment
8071         of long string literals from 32 bytes to sizeof (void *) when !-Os
8072         and to 1 with -Os.
8073
8074 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8075
8076         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Accept
8077         constant addresses in the normal mode.
8078
8079 2004-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8080
8081         * system.h (CHAR_BITFIELD): Delete.
8082         (BOOL_BITFIELD): New.
8083         * c-decl.c (c_scope): Use BOOL_BITFIELD.
8084         * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
8085
8086 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8087
8088         * config/arc/arc.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8089         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8090         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8091         (TARGET_STRUCT_VALUE_RTX): Likewise.
8092         (TARGET_RETURN_IN_MEMORY): Likewise.
8093         (arc_return_in_memory): Likewise.
8094         * config/arc/arc.h (PROMOTE_FUNCTION_ARGS): Remove.
8095         (PROMOTE_FUNCTION_RETURN): Likewise.
8096         (RETURN_IN_MEMORY): Likewise.
8097         (STRUCT_VALUE): Likewise.
8098
8099 2004-01-26  Richard Henderson  <rth@redhat.com>
8100
8101         * c-parse.in (extension): Use itype.
8102         (SAVE_EXT_FLAGS): Don't allocate a tree.
8103         (RESTORE_EXT_FLAGS): Don't read a tree.
8104
8105 2004-01-26  Jan Hubicka  <jh@suse.cz>
8106
8107         * cselib.c (discard_useless_values):  Clear out value pointer pointing
8108         to datastructure to be recycled.
8109
8110 2004-01-25  Jan Hubicka  <jh@suse.cz>
8111
8112         * genextract.c (main): Do not output the memset when not checking.
8113
8114 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8115
8116         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Use a
8117         switch statement instead of a chain of if statements.
8118
8119 2004-01-26  Jeff Law  <law@redhat.com>
8120
8121         * doc/contrib.texi: Minor cleanup for Paolo Carlini's entry.  Add
8122         acute accents for Petur Runolfsson's entry.
8123
8124 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8125
8126         * config/pdp11/pdp11.c (TARGET_STRUCT_VALUE_RTX): New.
8127         (TARGET_RETURN_IN_MEMORY): Likewise.
8128         * config/pdp11/pdp11.h (STRUCT_VALUE): Remove.
8129         (RETURN_IN_MEMORY): Likewise.
8130
8131 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8132
8133          * config/rs6000/rs6000.c (rs6000_emit_move): split slow
8134          unaligned load/store into smaller loads and stores.
8135
8136 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8137
8138         * function.c (assign_parms): Do not assign
8139         long long argument to memory in prologue if
8140         is it loaded into register.
8141
8142 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8143
8144          PR middle-end/13779
8145          * expr.c (emit_group_load): split constant
8146          correctly into register components of PARALLEL insn.
8147
8148 2004-01-26  Fariborz Jahanian  <fjahanian@apple.com>
8149
8150         * gcc/config/rs6000/rs6000.md (save_stack_nonlocal):
8151         Use adjust_address_nv directly with appropriate mode.
8152         (restore_stack_nonlocal): Ditto.
8153
8154 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8155
8156         * config/xtensa/xtensa-protos.h: Remove the prototype for
8157         xtensa_builtin_saveregs.
8158         * config/xtensa/xtensa.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8159         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8160         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8161         (TARGET_STRUCT_VALUE_RTX): Likewise.
8162         (TARGET_RETURN_IN_MEMORY): Likewise.
8163         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8164         (xtensa_builtin_saveregs): Make it static.
8165         (xtensa_return_in_memory): New.
8166         * config/xtensa/xtensa.h (PROMOTE_FUNCTION_ARGS: Remove.
8167         (PROMOTE_FUNCTION_RETURN): Likewise.
8168         (PROMOTE_PROTOTYPES): Likewise.
8169         (STRUCT_VALUE): Likewise.
8170         (RETURN_IN_MEMORY): Likewise.
8171         (EXPAND_BUILTIN_SAVEREGS): Likewise.
8172
8173 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8174
8175         * config/arm/arm.c (TARGET_SETUP_INCOMING_VARARGS): New.
8176         (arm_setup_incoming_varargs): Likewise.
8177         * config/arm/arm.h (SETUP_INCOMING_VARARGS): Remove.
8178
8179 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8180
8181         * config/cris/cris.c (TARGET_SETUP_INCOMING_VARARGS): New.
8182         (cris_setup_incoming_varargs): Likewise.
8183         * config/cris/cris.h (SETUP_INCOMING_VARARGS): Remove.
8184
8185 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8186
8187         * config/ns32k/ns32k.c (TARGET_STRUCT_VALUE_RTX): New.
8188         (ns32k_struct_value_rtx): Likewise.
8189         * config/ns32k/ns32k.h (STRUCT_VALUE_REGNUM): Rename to
8190         NS32K_STRUCT_VALUE_REGNUM.
8191
8192 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8193
8194         * config/arm/arm.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8195         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8196         (TARGET_STRUCT_VALUE_RTX): Likewise.
8197         (arm_struct_value_rtx): Likewise.
8198         * config/arm/arm.h (PROMOTE_FUNCTION_ARGS): Remove.
8199         (STRUCT_VALUE): Likewise.
8200         (STRUCT_VALUE_REGNUM): Likewise.
8201         (PROMOTE_PROTOTYPES): Likewise.
8202
8203 2004-01-26  Kazu Hirata  <kazu@cs.umass.edu>
8204
8205         * config/ia64/ia64-protos.h: Remove the prototype for
8206         ia64_setup_incoming_varargs and ia64_return_in_memory.
8207         * config/ia64/ia64.c (TARGET_STRUCT_VALUE_RTX): New.
8208         (TARGET_RETURN_IN_MEMORY): Likewise.
8209         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8210         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8211         (ia64_setup_incoming_varargs): Adjust the arguments to meet
8212         the requirement of TARGET_SETUP_INCOMING_VARARGS.
8213         (ia64_return_in_memory): Make it static.  Change the return
8214         type to bool from int.  Add an argument.
8215         (ia64_struct_value_rtx): New.
8216         * config/ia64/ia64.h: Remove commented-out definitions of
8217         PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN, and
8218         PROMOTE_PROTOTYPES.
8219         (RETURN_IN_MEMORY): Remove.
8220         (STRUCT_VALUE_REGNUM): Likewise.
8221         (STRICT_ARGUMENT_NAMING): Likewise.
8222
8223 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8224
8225         PR target/13666
8226         * config/sparc/sparc.c (function_arg_union_value): New function.
8227         (function_arg): Use it to deal with unions.
8228         (function_value): Likewise.  Define 'regbase' only for ARCH64.
8229         Replace a conditional statement by a simpler one.
8230
8231 2004-01-26  Richard Sandiford  <rsandifo@redhat.com>
8232
8233         * config/mips/mips.c (mips16_optimize_gp): Delete.
8234         (mips_reorg): Don't call it.
8235
8236 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8237
8238         * config/c4x/c4x.md (addqi3_noclobber): Move up pecking order.
8239         (floatunsqihf2): Remove operand 6.
8240         (fixhfqi_set, fix_trunchfqi2, fixuns_trunchfqi2): Group with other
8241         fix patterns.
8242         (ldi_conditional, ldf_conditional): Validate operands.
8243
8244 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8245
8246         * config/c4x/c4x.h (BCT_CHECK_LOOP_ITERATIONS): Remove.
8247         (HAVE_GAS_HIDDEN): Undefine as interim measure.
8248
8249 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8250
8251         * config/c4x/c4x.c (c4x_legitimate_address_p):  Invalidate direct
8252         memory references if TARGET_EXPOSE_LDP nonzero.
8253
8254 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8255
8256         * config/c4x/c4x.c (legitimize_operands): Truncate invalid shift counts.
8257
8258 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8259
8260         * config/c4x/c4x.c (c4x_valid_operands): More aggressively reject
8261         invalid operand combinations.
8262
8263 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8264
8265         * config/c4x/c4x.c (c4x_check_legit_addr): Rename to
8266         c4x_legitimate_address_p.  Fix post_modify check.
8267
8268         * config/c4x/c4x-protos.h (c4x_check_legit_addr): Adjust.
8269         * config/c4x/c4x.h (c4x_check_legit_addr): Adjust.
8270
8271 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8272
8273         * config/pa/pa-protos.h: Remove the prototype for
8274         hppa_builtin_saveregs.  Add a prototype for
8275         pa_return_in_memory.
8276         * config/pa/pa.c (TARGET_PROMOTE_FUNCTION_RETURN): New.
8277         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8278         (TARGET_STRUCT_VALUE_RTX): Likewise.
8279         (TARGET_RETURN_IN_MEMORY): Likewise.
8280         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8281         (pa_struct_value_rtx): Likewise.
8282         (pa_return_in_memory): Likewise.
8283         * config/pa/pa.h (STRUCT_VALUE_REGNUM): Rename to
8284         PA_STRUCT_VALUE_REGNUM.
8285         (INIT_CUMULATIVE_ARGS): Use pa_return_in_memory.
8286         (EXPAND_BUILTIN_SAVEREGS): Remove.
8287         (PROMOTE_PROTOTYPES): Likewise.
8288         (PROMOTE_FUNCTION_RETURN): Likewise.
8289
8290 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8291
8292         * config/vax/vax.c (TARGET_PROMOTE_PROTOTYPES): New.
8293         (TARGET_STRUCT_VALUE_RTX): Likewise.
8294         (vax_struct_value_rtx): Likewise.
8295         * config/vax/vax.h (STRUCT_VALUE_REGNUM): Rename to
8296         VAX_STRUCT_VALUE_REGNUM.
8297         (PROMOTE_PROTOTYPES): Remove.
8298
8299 2004-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8300
8301         * config/c4x/c4x.h (LEGITIMIZE_RELOAD_ADDRESS):  Handle symref.
8302
8303 2003-04-25  Chris Demetriou  <cgd@broadcom.com>
8304
8305         * config/mips/mips.h (ISA_HAS_HILO_INTERLOCKS): MIPS32, MIPS32r2,
8306         and MIPS64 have HI/LO interlocks.  Update comment.
8307
8308 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8309
8310         * config/stormy16/stormy16-protos.h: Remove the prototype for
8311         xstormy16_setup_incoming_varargs.
8312         * config/stormy16/stormy16.c
8313         (xstormy16_setup_incoming_varargs): Remove.
8314         (xstormy16_return_in_memory): New.
8315         (TARGET_PROMOTE_FUNCTION_ARGS): Likewise.
8316         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8317         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8318         (TARGET_STRUCT_VALUE_RTX): Likewise.
8319         (TARGET_RETURN_IN_MEMORY): Likewise.
8320         * config/stormy16/stormy16.h (PROMOTE_FUNCTION_ARGS): Remove.
8321         (PROMOTE_FUNCTION_RETURN): Likewise
8322         (PROMOTE_PROTOTYPES): Likewise
8323         (RETURN_IN_MEMORY): Likewise
8324         (STRUCT_VALUE): Likewise
8325         (SETUP_INCOMING_VARARGS): Likewise
8326
8327 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8328
8329         * config/mips/mips.c (mips_offset_within_object_p): New function.
8330         (mips_symbolic_constant_p): Use it in the SYMBOL_SMALL_DATA and
8331         SYMBOL_CONSTANT_POOL cases.  Also use it for SYMBOL_GENERAL if the
8332         ABI has 64-bit pointers and the object file only allows 32-bit symbols.
8333
8334 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8335
8336         * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
8337         (PROMOTE_FUNCTION_RETURN): Likewise.
8338
8339 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8340
8341         * config/mn10300/mn10300-protos.h: Remove the prototype for
8342         mn10300_builtin_saveregs.
8343         * config/mn10300/mn10300.c (TARGET_PROMOTE_PROTOTYPES): New.
8344         (TARGET_STRUCT_VALUE_RTX): Likewise.
8345         (TARGET_RETURN_IN_MEMORY): Likewise.
8346         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8347         (mn10300_return_in_memory): Likewise.
8348         (mn10300_builtin_saveregs): Make it static.
8349         * config/mn10300/mn10300.h (PROMOTE_PROTOTYPES): Remove.
8350         (RETURN_IN_MEMORY): Likewise.
8351         (STRUCT_VALUE): Likewise.
8352         (EXPAND_BUILTIN_SAVEREGS): Likewise.
8353
8354 2004-01-25  Eric Botcazou  <ebotcazou@act-europe.fr>
8355
8356         PR bootstrap/13853
8357         * cfgcleanup.c (try_optimize_cfg): Explicitly test against 0.
8358
8359 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8360
8361         * config/h8300/lib1funcs.asm (divnorm, modnorm): Optimize by
8362         using ccr.
8363
8364 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8365
8366         * config/i860/i860-protos.h: Remove the prototype for
8367         i860_saveregs.
8368         * config/i860/i860.c (i860_saveregs): Make it static.
8369         (i860_struct_value_rtx): New.
8370         (TARGET_STRUCT_VALUE_RTX): Likewise.
8371         (TARGET_EXPAND_BUILTIN_SAVEREGS): Likewise.
8372         * config/i860/i860.h (STRUCT_VALUE_REGNUM): Rename to
8373         I860_STRUCT_VALUE_REGNUM.
8374         (EXPAND_BUILTIN_SAVEREGS): Remove.
8375
8376 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8377
8378         * config/m68hc11/m68hc11.c (TARGET_STRUCT_VALUE_RTX): New.
8379         (TARGET_RETURN_IN_MEMORY): Likewise.
8380         (m68hc11_struct_value_rtx): Likewise.
8381         (m68hc11_return_in_memory): Likewise.
8382         * config/m68hc11/m68hc11.h: Remove a commented-out definition
8383         of PROMOTE_PROTOTYPES.
8384         (RETURN_IN_MEMORY): Remove.
8385         (STRUCT_VALUE_REGNUM): Likewise.
8386
8387 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8388
8389         * config/mmix/mmix-protos.h: Remove the prototype for
8390         mmix_setup_incoming_varargs.
8391         * config/mmix/mmix.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8392         (TARGET_STRUCT_VALUE_RTX): Likewise.
8393         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8394         (mmix_setup_incoming_varargs): Make it static.
8395         (mmix_struct_value_rtx): New.
8396         * config/mmix/mmix.h (PROMOTE_FUNCTION_ARGS): Remove.
8397         Remove a commented-out definition of PROMOTE_FUNCTION_RETURN.
8398         (STRUCT_VALUE_REGNUM): Remove.
8399         (SETUP_INCOMING_VARARGS): Likewise.
8400
8401 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8402
8403         * config/mips/mips-protos.h: Remove the prototypes for
8404         mips_setup_incoming_varargs and mips_return_in_memory.
8405         * config/mips/mips.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8406         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
8407         (TARGET_PROMOTE_PROTOTYPES): Likewise.
8408         (TARGET_STRUCT_VALUE_RTX): Likewise.
8409         (TARGET_RETURN_IN_MEMORY): Likewise.
8410         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8411         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8412         (mips_setup_incoming_varargs): Match the prototype for
8413         TARGET_SETUP_INCOMING_VARARGS.
8414         (mips_return_in_memory): Make it static.  Add argument fntype.
8415         (mips_strict_argument_naming): New.
8416         * config/mips/mips.h (PROMOTE_PROTOTYPES): Remove.
8417         (PROMOTE_FUNCTION_ARGS): Likewise.
8418         (PROMOTE_FUNCTION_RETURN): Likewise.
8419         (STRUCT_VALUE): Likewise.
8420         (RETURN_IN_MEMORY): Likewise.
8421         (SETUP_INCOMING_VARARGS): Likewise.
8422         (STRICT_ARGUMENT_NAMING): Likewise.
8423
8424 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8425
8426         * config/ip2k/ip2k.c (TARGET_STRUCT_VALUE_RTX): New.
8427         (TARGET_RETURN_IN_MEMORY): Likewise.
8428         (TARGET_SETUP_INCOMING_VARARGS): Likewise.
8429         (ip2k_return_in_memory): Likewise.
8430         (ip2k_setup_incoming_varargs): Likewise.
8431         * config/ip2k/ip2k.h (RETURN_IN_MEMORY): Remove.
8432         (STRUCT_VALUE): Likewise.
8433         (STRUCT_VALUE_INCOMING): Likewise.
8434         (SETUP_INCOMING_VARARGS): Likewise.
8435
8436 2004-01-25  Kazu Hirata  <kazu@cs.umass.edu>
8437
8438         * config/avr/avr.c (TARGET_STRUCT_VALUE_RTX): New.
8439         (TARGET_RETURN_IN_MEMORY): Likewise.
8440         (TARGET_STRICT_ARGUMENT_NAMING): Likewise.
8441         (avr_return_in_memory): Remove.
8442         * config/avr/avr.h (RETURN_IN_MEMORY): Remove.
8443         (STRUCT_VALUE): Likewise.
8444         (STRUCT_VALUE_INCOMING): Likewise.
8445         (STRICT_ARGUMENT_NAMING): Likewise.
8446
8447 2004-01-25  Jan Hubicka  <jh@suse.cz>
8448
8449         * combine.c (recog_for_combine): Avoid allocating unnecesary RTX.
8450
8451 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8452
8453         * config/mips/mips-protos.h (mips_reg_mode_ok_for_base_p): Delete.
8454         (mips_regno_mode_ok_for_base_p): Declare.
8455         * config/mips/mips.h (ARG_POINTER_REGNUM): Renumber to 77.
8456         (FRAME_POINTER_REGNUM): Renumber to 78.
8457         (FIRST_PSEUDO_REGISTER): Update comment accordingly.
8458         (BASE_REG_P, GP_REG_OR_PSEUDO_STRICT_P): Delete.
8459         (GP_REG_OR_PSEUDO_NONSTRICT_P): Delete.
8460         (REGNO_MODE_OK_FOR_BASE_P): Use mips_regno_mode_ok_for_base_p.
8461         (REG_MODE_OK_FOR_BASE_P): Likewise.
8462         * config/mips/mips.c (mips_reg_names, mips_sw_reg_names): Change
8463         entry for 77 to "$arg" and entry for 78 to "$frame".
8464         (mips_regno_to_class): Map 77 and 78 to ALL_REGS.
8465         (mips_reg_mode_ok_for_base_p): Remove.
8466         (mips_regno_mode_ok_for_base_p): New function, derived from old
8467         BASE_REG_P macro.  Don't enforce the mips16 stack pointer
8468         restrictions unless we're being strict.
8469         (mips_valid_base_register_p): Use mips_regno_mode_ok_for_base_p.
8470
8471 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8472
8473         * c-common.h: Fix comment typos.
8474         * c-decl.c: Likewise.
8475         * cgraphunit.c: Likewise.
8476         * combine.c: Likewise.
8477         * et-forest.c: Likewise.
8478         * flow.c: Likewise.
8479         * function.c: Likewise.
8480         * ifcvt.c: Likewise.
8481         * integrate.c: Likewise.
8482         * jump.c: Likewise.
8483         * postreload.c: Likewise.
8484         * varray.c: Likewise.
8485
8486 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8487
8488         * doc/frontends.texi: Update copyright.
8489         * doc/gcov.texi: Likewise.
8490         * doc/gty.texi: Likewise.
8491         * doc/sourcebuild.texi: Likewise.
8492         * doc/standards.texi: Likewise.
8493
8494 2004-01-24  Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
8495
8496         PR target/12978
8497         * c4x.md: (movstrqi*) Use match_scratch instead of match_dup.
8498         Remove movstrqi_small because it conflicts with movstrqi_large.
8499
8500 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8501
8502         * config/cris/cris.c (TARGET_PROMOTE_FUNCTION_ARGS): New.
8503         (TARGET_STRUCT_VALUE_RTX): Likewise.
8504         (cris_struct_value_rtx): Likewise.
8505         * config/cris/cris.h (PROMOTE_FUNCTION_ARGS): Remove.
8506         (CRIS_STACKADJ_REG): Use CRIS_STRUCT_VALUE_REGNUM instead of
8507         STRUCT_VALUE_REGNUM.
8508         (STRUCT_VALUE_REGNUM): Rename to CRIS_STRUCT_VALUE_REGNUM.
8509
8510 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
8511
8512         PR bootstrap/13848
8513         * cse.c (cse_cc_succs): Change the mode of the source expression
8514         as soon as decide we need a new mode.  Don't permit changing modes
8515         if we found a match in a successor block.
8516         (cse_condition_code_reg): Save original mode of source expression
8517         so that we know whether we have to change the mode in other
8518         insns.
8519
8520 2004-01-24  Jan Hubicka  <jh@suse.cz>
8521
8522         * emit-rtl.c (change_address, adjust_address_1, offset_address,
8523         widen_memory_access):  Return early when there is nothing to change.
8524
8525 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
8526
8527         * simplify-rtx.c (simplify_relational_operation): Don't
8528         simplify address == constant into address + -constant == 0.
8529
8530 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8531
8532         * gcc.c (process_command): Don't internationalize the
8533         Copyright message.
8534         * mips-tfile.c (main): Likewise.
8535
8536 2004-01-24  Andreas Tobler  <a.tobler@schweiz.ch>
8537
8538         * cse.c: (cse_cc_succs) Fix comparison warning.
8539
8540 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8541
8542         * config/h8300/h8300.md: Remove extraneous USE in expanders.
8543
8544 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8545
8546         * config/h8300/h8300-protos.h: Provide prototypes for
8547         h8300_legitimate_constant_p and h8300_legitimate_address_p.
8548         * config/h8300/h8300.c (h8300_legitimate_constant_p): New.
8549         (h8300_rtx_ok_for_base_p): Likewise.
8550         (h8300_legitimate_address_p): Likewise.
8551         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Use
8552         h8300_legitimate_constant_p.
8553         (RTX_OK_FOR_BASE_P): Remove.
8554         (GO_IF_LEGITIMATE_ADDRESS): Use h8300_legitimate_address_p.
8555
8556 2004-01-24  Kazu Hirata  <kazu@cs.umass.edu>
8557
8558         * config/h8300/h8300.h (REG_OK_FOR_INDEX_NONSTRICT_P): New.
8559         (REG_OK_FOR_BASE_NONSTRICT_P): Likewise.
8560         (REG_OK_FOR_INDEX_STRICT_P): Likewise.
8561         (REG_OK_FOR_BASE_STRICT_P): Likewise.
8562         (REG_OK_FOR_INDEX_STRICT_P): Use REGNO_OK_FOR_INDEX_P.
8563         (REG_OK_FOR_BASE_STRICT_P): Use REGNO_OK_FOR_BASE_P.
8564         (REG_OK_FOR_INDEX_P): Use REG_OK_FOR_INDEX_STRICT_P.
8565         (REG_OK_FOR_BASE_P): Use REG_OK_FOR_BASE_STRICT_P.
8566
8567 2004-01-24  Jan Hubicka  <jh@suse.cz>
8568
8569         * cselib.c (remove_useless_values):  Do not access discarded values.
8570
8571 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8572
8573         * c-typeck.c (build_conditional_expr): Do not allow non-lvalue
8574         arrays.
8575
8576 2004-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8577
8578         * recog.c: Fix a typo in copyright.
8579
8580 2004-01-23  Andrew Pinski  <apinski@apple.com>
8581
8582         * config/rs6000/rs6000.md (call): Fix misappiled patch.
8583         (call_value): Likewise.
8584
8585 2004-01-23  Richard Henderson  <rth@redhat.com>
8586
8587         PR opt/12941
8588         * combine.c (SHIFT_COUNT_TRUNCATED): Provide default value.
8589         (simplify_comparison): Don't simplify (eq (zero_extract c 1 r) 0)
8590         if SHIFT_COUNT_TRUNCATED is set.
8591
8592 2004-01-23  Bob Wilson  <bob.wilson@acm.org>
8593
8594         * config/xtensa/xtensa.c (xtensa_va_arg): Handle complex values as
8595         separate real and imaginary parts.
8596         * config/xtensa/xtensa.h (SPLIT_COMPLEX_ARGS): Define.
8597
8598 2004-01-23  Hartmut Penner <hpenner@de.ibm.com>
8599
8600         PR target/13674
8601         * config/rs6000/rs6000.md (movdf_hardfloat64): Do not disparage
8602         loading into GPR.
8603
8604 2004-01-23  Jan Hubicka  <jh@suse.cz>
8605
8606         * emit-rtl.c (change_address_1):  Do not re-generate the RTX if nothing
8607         change.
8608
8609         * alloc-pool.c (align_four): Kill.
8610         (create_alloc_pool): Align size to eight.
8611         (free_alloc_pool, free_pool): Invalidate deallocated data.
8612
8613 2004-01-23  Ian Lance Taylor  <ian@wasabisystems.com>
8614
8615         PR gcc/1532
8616         * cse.c (cse_change_cc_mode): New static function.
8617         (cse_change_cc_mode_insns, cse_cc_succs): Likewise.
8618         (cse_condition_code_reg): New function.
8619         * rtl.h (cse_condition_code_reg): Declare.
8620         * toplev.c (rest_of_handle_cse2): Call cse_condition_code_reg.
8621         * target.h (struct gcc_target): Add fixed_condition_code_regs and
8622         cc_modes_compatible.
8623         * target-def.h (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8624         (TARGET_CC_MODES_COMPATIBLE): Define.
8625         (TARGET_INITIALIZER): Add new initializers.
8626         * targhooks.c (default_cc_modes_compatible): New function.
8627         * targhooks.c (default_cc_modes_compatible): Declare.
8628         * hooks.c (hook_bool_intp_intp_false): New function.
8629         * hooks.h (hook_bool_intp_intp_false): Declare.
8630         * config/i386/i386.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8631         (TARGET_CC_MODES_COMPATIBLE): Define.
8632         (ix86_fixed_condition_code_regs): New static function.
8633         (ix86_cc_modes_compatible): Likewise.
8634         * doc/tm.texi (Condition Code): Document new hooks.
8635
8636 2004-01-23  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8637
8638         * fixinc/inclhack.def (bad_lval): Renamed to ...
8639         (alpha_bad_lval): ... this.
8640         Removed file list.
8641         Restrict to alpha*-dec-osf*.
8642         * fixinc/fixincl.x: Regenerate.
8643         * fixinc/tests/base/dirent.h: Remove, moving test ...
8644         * fixinc/tests/base/testing.h: ... here, reflecting new name.
8645
8646 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8647
8648         PR c/13814
8649         * c-decl.c (diagnose_mismatched_decls): Also discard a
8650         built-in if we encounter an old-style definition with the
8651         same name.
8652
8653 2004-01-23  Jakub Jelinek  <jakub@redhat.com>
8654
8655         * config.gcc (powerpc*-*): Clear $with_cpu or $with_tune if it was
8656         set to default{32,64}.
8657
8658 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
8659
8660         * config/rs6000/linux64.h (MD_FALLBACK_FRAME_STATE_FOR)
8661         [!__powerpc64__]: Corrected to handle kernels with changed ucontext.
8662
8663 2004-01-23  Eric Botcazou  <ebotcazou@act-europe.fr>
8664             Olivier Hainque  <hainque@act-europe.fr>
8665
8666         * fold-const.c (fold_binary_op_with_conditional_arg): Only
8667         build a COMPOUND_EXPR if 'arg' is really a SAVE_EXPR.
8668
8669 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
8670
8671         * config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
8672         size for minipool references.
8673
8674 2004-01-23  Roger Sayle  <roger@eyesopen.com>
8675
8676         * real.c (real_floor, real_ceil): Tweak to allow input and output
8677         arguments to overlap.
8678         (real_round): New function to implement round(3m) semantics.
8679         * real.h (real_round): Prototype here.
8680         * builtins.c (fold_builtin_round): New function to constant fold
8681         round, roundf and roundl.
8682         (fold_builtin): Call fold_builtin_round for BUILT_IN_ROUND{,F,L}.
8683
8684 2004-01-23  Alexandre Oliva  <aoliva@redhat.com>
8685
8686         PR optimization/13819
8687         * config/sh/sh.c (sh_reorg): Compensate for sharing of CLOBBERs
8688         introduced by 2004-01-20's Jan Hubicka's copy_insn change.
8689         (sh_handle_sp_switch_attribute): Remove warning.
8690
8691 2003-11-30  Jan Hubicka  <jh@suse.cz>
8692
8693         * i386.c (ix86_emit_restore_regs_using_mov):  Deal with large offsets.
8694
8695 2004-01-23  J"orn Rennecke <joern.rennecke@superh.com>
8696
8697         * doc/tm.texi: Insert some weasel words when LOAD_EXTEND_OP
8698         may or may not return non-NIL.
8699         * postreload.c (reload_cse_simplify_operands): In LOAD_EXTEND_OP code,
8700         check CANNOT_CHANGE_MODE_CLASS
8701
8702 2004-01-23  Jan Hubicka  <jh@suse.cz>
8703
8704         * basic-block.h (PROP_POSTRELOAD): New macro.
8705         (CLEANUP_LOG_LINKS): New.
8706         * cfgcleanup.c (cleanup_cfg): Only PROP_LOG_LINKS when asked to.
8707         * toplev.c (rest_of_handle_life):  Preserve LOG_LINKS trought cleanup_cfg.
8708
8709         * cselib.c (value_pool): New.
8710         (new_cselib_val): Use pool.
8711         (cselib_init): Initialize value_pool
8712         (cselib_finish): Free pool.
8713
8714 2004-01-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8715
8716         * config/sparc/sparc.c (scan_record_type): New function.
8717         (function_arg_slotno): Use it to determine which kinds of
8718         registers the record can be passed in.
8719
8720 2004-01-22  James A. Mmorrison  <ja2morri@uwaterloo.ca>
8721
8722         * config/pa/fptr.c: Fix old-style definition.
8723
8724 2004-01-22  Paolo Bonzini  <bonzini@gnu.org>
8725
8726         PR optimization/13724
8727         * cse.c (fold_rtx) <SUBREG>:  Fold a SUBREG to zero if it
8728         represents the zero bits produced by a ZERO_EXTEND operation.
8729
8730 2004-01-22  Roger Sayle  <roger@eyesopen.com>
8731
8732         PR optimization/13821
8733         * simplify-rtx.c (simplify_subreg): Use subreg_lowpart_offset to
8734         correctly calculate the lowpart offset of the contracted subreg.
8735
8736 2004-01-22  Ian Lance Taylor  <ian@wasabisystems.com>
8737
8738         * doc/invoke.texi (Optimize Options): Note that --param arguments
8739         are subject to change without notice.
8740
8741 2004-01-22  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8742
8743         * config.gcc (mips-sgi-irix6*o32): Removed.
8744         * config/mips/iris6-o32-as.h: Likewise.
8745         * config/mips/iris6-o32-gas.h: Likewise.
8746         * config/mips/iris6-o32.h: Likewise.
8747
8748 2004-01-22  Jan Hubicka  <jh@suse.cz>
8749
8750         * cfgcleanup.c (first_pass): New static variable.
8751         (try_forward_edges):  Add work limiting check for threading.
8752         (try_crossjump_bb):  Add work limiting check for crossjumping.
8753         (try_optimize_cfg):  Maintain first pass variable.
8754
8755 2004-01-22  Bob Wilson  <bob.wilson@acm.org>
8756
8757         * config/xtensa/xtensa.c (function_arg): Generalize logic so that it
8758         handles complex and vector modes.
8759
8760 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
8761
8762         * config/h8300/h8300.h (REG_OK_FOR_INDEX_P_STRICT): Remove.
8763         (REG_OK_FOR_BASE_P_STRICT): Likewise.
8764         (STRICT): Likewise.
8765
8766 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
8767
8768         * c-semantics.c (genrtl_while_stmt, genrtl_do_stmt_1)
8769         (genrtl_for_stmt): Remove emit_nop calls.
8770
8771 2004-01-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8772
8773         PR target/13713
8774         PR target/13324
8775         * pa.md (movstrsi_prereload, movstrsi_postreload, movstrdi_prereload,
8776         movstrdi_postreload, clrstrsi_prereload, clrstrsi_postreload,
8777         clrstrdi_prereload, clrstrdi_postreload): Fix constraints.
8778
8779 2004-01-22  Daniel Jacobowitz  <drow@mvista.com>
8780
8781         * config/arm/arm.c: Include "debug.h".
8782         (thumb_pushpop): Take two new arguments.  Add some commentary.
8783         Output frame information when pushing.
8784         (thumb_exit, thumb_unexpanded_epilogue): Update calls to
8785         thumb_pushpop.
8786         (thumb_output_function_prologue): Likewise.  Accumulate a CFA
8787         offset, and pass it to thumb_pushpop.  Output CFI information.
8788         (thumb_expand_prologue): Add some frame-related markers and notes.
8789
8790 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8791
8792         * config/s390/s390.c (s390_frame_info): Allow large frame sizes
8793         for TARGET_64BIT.
8794         (s390_arg_frame_offset): Change return type to HOST_WIDE_INT.
8795         * config/s390/s390-protos.h (s390_arg_frame_offset): Likewise.
8796
8797 2004-01-22  Roger Sayle  <roger@eyesopen.com>
8798             Paolo Bonzini  <bonzini@gnu.org>
8799
8800         * rtlanal.c (subreg_lsb_1): New function split out from subreg_lsb.
8801         (subreg_lsb): Change to call new subreg_lsb_1 helper function.
8802         * rtl.h (subreg_lsb_1): Prototype here.
8803         * simplify-rtx.c (simplify_subreg): Optimize subregs of zero and
8804         sign extensions.
8805
8806 2004-01-22  Kazu Hirata  <kazu@cs.umass.edu>
8807
8808         * doc/tm.texi (CASE_VECTOR_PC_RELATIVE): Mention that the
8809         macro need not be defined if jump-tables should contain
8810         relative addresses only when -fPIC or -fPIC is in effect.
8811
8812 2004-01-22  Jan Hubicka  <jh@suse.cz>
8813
8814         * alias.c (reg_base_value): Turn into varray.
8815         (reg_base_value_size): Kill.
8816         (old_reg_base_value): New deletable varray.
8817         (alias_invariant_size): New variable.
8818         (REG_BASE_VALUE): Update to use varray.
8819         (find_base_value): Likewise.
8820         (record_set): Likewise.
8821         (record_base_value): Likewise.
8822         (memrefs_conflict_p): Likewise.
8823         (record_set): Likewise
8824         (record_base_value): Likewise.
8825         (memrefs_conflict_p): Use alias_invariant_size.
8826         (init_alias_analysis): Use varray; set alias_invariant_size;
8827         rescale other arrays to be sized by maxreg.
8828         (end_alias_analysis): Save reg_base_value; clear alias_invariant_size.
8829
8830 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8831
8832         * config/sparc/sparc.c (function_arg_slotno): Use
8833         FLOAT_TYPE_P to detect FP fields in structures.
8834         (function_arg_record_value_1): Likewise.
8835         (function_arg_record_value_2): Likewise.
8836
8837 2004-01-22  Jan Hubicka  <jh@suse.cz>
8838
8839         * function.c (allocate_struct_function): Do not initialize expr, emit
8840         and varasm.
8841         (prepare_function_start): Do it here.
8842         * c-parse.in (maybe_type_qual): Do not produce line number notes.
8843
8844 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8845
8846         PR target/13559
8847         * config/sparc/sparc.c (function_arg_record_value_3): Revert
8848         to 'word_mode' once the first slot has been filled.
8849
8850 2004-01-22  Olivier Hainque  <hainque@act-europe.fr>
8851
8852         * config/sparc/sparc.c (function_arg_record_value_1): Fix
8853         computation of the number of integer registers required.
8854
8855 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8856
8857         * config/i386/i386.md: Simplify certain comparisons of
8858         const_int.
8859
8860 2004-01-21  Andrew Pinski  <apinski@apple.com>
8861
8862         PR target/13785
8863         * config/rs6000/rs6000.md (call_value): Force operand
8864         1 not operand 0 into a register.
8865
8866 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8867
8868         * cpperror.c, cpptrad.c, longlong.h, params.def, rtl.def,
8869         unwind-dw2-fde.h: Update copyright.
8870
8871 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8872
8873         * pa-protos.h: Update copyright.
8874         * pa.h: Likewise.
8875         * pa.md: Likewise.
8876
8877 2004-01-21  Caroline Tice  <ctice@apple.com>
8878
8879         PR target/12308
8880         * config/i386/i386.md (fix_truncxfdi2): Add clause to clobber
8881         flags register.
8882         (fix_truncdfdi2): Likewise.
8883         (fix_truncsfdi2): Likewise.
8884         (*fix_truncdi_1): Likewise.
8885         (fix_truncxfsi2): Likewise.
8886         (fix_truncdfsi2): Likewise.
8887         (fix_truncsfsi2): Likewise.
8888         (*fix_truncsi_1): Likewise.
8889         (fix_truncxfhi2): Likewise.
8890         (fix_truncdfhi2): Likewise.
8891         (fix_truncsfhi2): Likewise.
8892         (*fix_trunchi_1): Likewise.
8893
8894 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8895
8896         * alias.c, basic-block.h, c-common.c, c-common.h,
8897         c-cppbuiltin.c, c-opts.c, c-pragma.c, c-pretty-print.c,
8898         calls.c, cfg.c, cfgcleanup.c, cfgrtl.c, cgraph.h, collect2.c,
8899         combine.c, cppcharset.c, cpphash.h, cppinit.c, cpplib.c,
8900         cpplib.h, cppmacro.c, crtstuff.c, cselib.c, cselib.h,
8901         defaults.h, df.c, dominance.c, et-forest.c, expmed.c, expr.c,
8902         expr.h, fix-header.c, function.h, gcc.c, gcse.c, genattrtab.c,
8903         genautomata.c, genconditions.c, genemit.c, genflags.c,
8904         gengtype.c, gengtype.h, genopinit.c, genrecog.c, gensupport.c,
8905         ggc-zone.c, graph.c, haifa-sched.c, input.h, integrate.c,
8906         langhooks-def.h, langhooks.c, langhooks.h, line-map.c,
8907         line-map.h, local-alloc.c, optabs.c, optabs.h, postreload.c,
8908         ra.h, recog.c, reg-stack.c, regmove.c, reload.c, reorg.c,
8909         rtl.c, sched-deps.c, sched-ebb.c, sdbout.c, system.h,
8910         target.h, targhooks.c, toplev.h, tree-inline.c, unwind-pe.h,
8911         unwind.h, varray.c, varray.h: Update copyright.
8912
8913 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
8914
8915         * config/h8300/coff.h: Update copyright.
8916         * config/h8300/elf.h: Likewise.
8917         * config/h8300/h8300-protos.h: Likewise.
8918         * config/h8300/h8300.c: Likewise.
8919         * config/h8300/h8300.h: Likewise.
8920         * config/h8300/h8300.md: Likewise.
8921
8922 2004-01-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8923
8924         * fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3,
8925         ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time,
8926         ultrix_unistd): New hacks.
8927         * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK,
8928         ULTRIX_CONST2_CHECK): Add checks.
8929         * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise.
8930         * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise.
8931         * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise.
8932         * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise.
8933         * fixinc/tests/base/locale.h: New file.
8934         * fixinc/fixincl.x: Rebuilt.
8935
8936 2004-01-21  Andreas Jaeger  <aj@suse.de>
8937             Michael Matz  <matz@suse.de>
8938
8939         * doc/extend.texi (Extended Asm): Clarify memory clobber.
8940
8941 2004-01-21  Jakub Jelinek  <jakub@redhat.com>
8942
8943         * crtstuff.c (frame_dummy, __do_global_ctors_1): Call
8944         _Jv_RegisterClasses through a function pointer.
8945
8946 2004-01-21  Falk Hueffner  <falk@debian.org>
8947
8948         PR target/12898
8949         * config/alpha/alpha.c (alpha_emit_set_const_1): If
8950         no_new_pseudos, use gen_rtx_SET directly for SImode constants
8951         which need multiple instructions to emit.
8952
8953 2004-01-21  Inaoka Kazuhiro  <inaoka.kazuhiro@renesas.com>
8954
8955         * config/m32r/m32r.h (CPP_SPEC): Define.
8956
8957 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
8958
8959         * c-decl.c (merge_decls): Kill different_binding_level and
8960         different_tu arguments; simplify throughout.
8961         (duplicate_decls): Likewise.
8962         (pushdecl, merge_translation_unit_decls): Update calls to
8963         duplicate_decls.
8964
8965 2004-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8966
8967         * Makefile.in (pretty-print.o): Depend on $(CONFIG_H) and
8968         $(SYSTEM_H).
8969         (print-rtl1.o): Depend on $(SYSTEM_H).
8970
8971 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
8972
8973         PR bootstrap/12730
8974         * configure.ac: Delete definition and subsitution of docdir.
8975         Add info, man, srcman and srcinfo to target hooks. Create doc/
8976         directory.
8977         * configure: Regenerate.
8978         * Makefile.in: Don't substitute docdir and delete all references
8979         throughout.
8980         (MAKEINFOFLAGS): Define.
8981         (stmp-docobjdir): Delete.
8982         (INFOFILES, MANFILES): Define.
8983         (info): Call lang.info, srcinfo and lang.srcinfo.
8984         (generated-manpages): Call lang.man, srcman and lang.srcman.
8985         (srcinfo, srcman): New rules to copy back files to source directory.
8986         (doc/%.info, doc/%.dvi, doc/%.1, doc/%.7): New implict rule.
8987         (install-man): Revamp rule.
8988         (clean): Update dvi directory.
8989         (distclean): Delete TAGS from front end directorys.
8990         (maintainer-clean): Delete all document files in source directory.
8991
8992         objc/Make-lang.in (objc.man, objc.info): Dummy entries.
8993         (objc.srcman, objc.srcinfo): Likewise.
8994
8995 2004-01-20  Bruce Korb  <bkorb@gnu.org>
8996
8997         * fixinc/inclhack.def(math_exception): bypass only for glibc.
8998         (matherr_decl): rename & relocate as exception_structure.
8999         This fix must precede the math_exception fix.
9000
9001 2004-01-20  Roger Sayle  <roger@eyesopen.com>
9002
9003         * fold-const.c (fold_convert): Rename to fold_convert_const.
9004         (fold_convert_const): Change arguments to take a tree_code,
9005         a type and the operand/expression to be converted.  Return
9006         NULL_TREE if no simplification is possible.  Add support for
9007         FIX_CEIL_EXPR and FIX_FLOOR_EXPR in addition to FIX_TRUNC_EXPR.
9008         (fold): Handle FIX_CEIL_EXPR and FIX_FLOOR_EXPR.
9009         Adjust call to fold_convert to match new fold_convert_const.
9010         Avoid modifying the tree passed to fold in-place.
9011
9012 2004-01-21  Alan Modra  <amodra@bigpond.net.au>
9013
9014         * config/rs6000/sysv4.h (DWARF2_FRAME_REG_OUT): Define.
9015         * dwarf2out.c (output_cfi): Map regs using DWARF2_FRAME_REG_OUT.
9016         * doc/tm.texi (DWARF_FRAME_REGNUM, DWARF2_FRAME_REG_OUT): Document.
9017
9018 2004-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9019
9020         * pa-protos.h (compute_frame_size): Use HOST_WIDE_INT for frame sizes.
9021         * pa.c (store_reg, store_reg_modify, load_reg, set_reg_plus_d):
9022         Likewise.  Handle frames larger than 0x7fffffff on 64-bit ports.
9023         (emit_move_sequence): Check scratch_reg first in various if statements.
9024         Extend source simplification to handle all 64-bit CONST_INTs.
9025         (pa_output_function_prologue): Use HOST_WIDE_INT_PRINT_DEC for printing
9026         frame size.
9027         (hppa_expand_prologue, hppa_expand_epilogue): Use HOST_WIDE_INT for
9028         frame offset calculations.
9029         * pa.h (NEW_HP_ASSEMBLER): Add comment.
9030         (MAX_LEGIT_64BIT_CONST_INT, MIN_LEGIT_64BIT_CONST_INT,
9031         LEGITIMATE_64BIT_CONST_INT_P): Define.
9032         (LEGITIMATE_CONSTANT_P): Use LEGITIMATE_64BIT_CONST_INT_P.  Treat
9033         any CONST_INT as legitimate during and after reload.
9034         (VAL_32_BITS_P, INT_32_BITS): Define.
9035         (LEGITIMIZE_RELOAD_ADDRESS): Handle large frame offsets.
9036
9037 2004-01-20  Jan Hubicka  <jh@suse.cz>
9038
9039         * emit-rtl.c (verify_rtx_sharing, copy_insn_1,
9040         emit_copy_of_insn_after, emit_copy_of_insn_after): Clobbers
9041         containing hard regs are shared.
9042         (gen_hard_reg_clobber): New function.
9043         (hard_reg_clobbers): New array.
9044         * genemit.c (gen_exp): Use gen_hard_reg_clobber.
9045         (copy_rtx): Do not copy clobbers containing hard regs.
9046         * rtl.h (gen_hard_reg_clobber): Declare.
9047
9048 2004-01-20  Jan Hubicka  <jh@suse.cz>
9049
9050         * varray.c:  Include hashtab.h
9051         (varray_descriptor): New structure.
9052         (hash_descriptor, eq_descriptor, varray_descriptor,
9053         print_statistics): New static functions
9054         (varray_init, varray_grow): Update statistics
9055         (dump_varray_statistics): New function.
9056         * varray.h (dump_varray_statistics): Declare.
9057         * toplev.c (finalize): Call it.
9058         * Makefile.in (varray.o): Add dependency.
9059
9060 2004-01-20  Jan Hubicka  <jh@suse.cz>
9061
9062         * cselib.c: Include alloc-pool.h
9063         (empty_vals, empty_elt_lists, empty_elt_loc_lists): Kill.
9064         (elt_loc_list_pool, elt_list_pool, cselib_val_pool): Declare.
9065         (new_elt_list, new_elt_loc_list, unchain_one_elt_list,
9066         unchain_one_elt_loc_list_pool, unchain_one_value,
9067         new_cselib_val): Simplify using allocpool.
9068         (cselib_init): Initialize allocpools.
9069         (cselib_finish): Finish allocpools.
9070         * Makefile.in (cselib.o): Depend on alloc-pool.h
9071
9072 2004-01-20  Richard Sandiford  <rsandifo@redhat.com>
9073
9074         * config/mips/mips.c (mips_load_call_address): Make the call insn
9075         use $gp if it could be calling a lazy binding stub.
9076
9077 2004-01-20  Kazu Hirata  <kazu@cs.umass.edu>
9078
9079         * config/s390/s390.c (TARGET_PROMOTE_FUNCTION_ARGS): Define.
9080         (TARGET_PROMOTE_FUNCTION_RETURN): Likewise.
9081         (TARGET_STRUCT_VALUE_RTX): Likewise.
9082         * config/s390/s390.h (PROMOTE_FUNCTION_ARGS): Remove.
9083         (PROMOTE_FUNCTION_RETURN): Remove.
9084         (STRUCT_VALUE): Remove.
9085
9086 2004-01-20  Denis Chertykov  <denisc@overta.ru>
9087
9088         PR bootstrap/13735
9089         * config/avr/avr.h (BASE_REG_CLASS): Don't permit to use X
9090         register as pointer after reload.
9091
9092 2004-01-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9093
9094         PR optimization/12440
9095         * loop.c: Include ggc.h.
9096         (loop_optimize): Run garbage collector between optimization of loops.
9097         * Makefile.in (loop.o): Add GGC_H dependency.
9098
9099 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
9100
9101         * gcc/config/rs6000/rs6000.c (function_arg) Handle
9102         vector register special in function without prototype.
9103         (function_arg_advance): Vector parameters get always
9104         GPRs allocated for the linux64 target.
9105
9106 2004-01-20  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9107
9108         * config/m32r/m32r.h (TARGET_M32R2). Test for TARGET_M32R2_MASK
9109         not TARGET_M32RX_MASK.
9110
9111 2004-01-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
9112
9113         PR target/13557
9114         * config/sparc/sparc.c (function_arg): Reorder the cases.
9115
9116 2004-01-19  Per Bothner  <per@bothner.com>
9117
9118         Move cpp_reader's line_maps field to a shared global.
9119         * cpphash.h (cpp_reader):  Rename line_maps field to line_table
9120         and change the type to a pointer rather than a struct.
9121         * cppinit.c (cpp_push_main_field):  Adjust accordingly.
9122         * cpplib.c (do_include_common, _cpp_do_file_change, cpp_get_callbacks):
9123         Likewise.
9124         * cppfiles.c (validate_pch):  Likewise.
9125         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_builtin_macro_text):
9126         Likewise.
9127         * cpperror.c (print_location):  Likewise.
9128         * cpplib.h (cpp_create_reader):  New line_maps pointer parameter.
9129         * cppinit.c (cpp_create_reader):  Handle new parameter.
9130         (cpp_destroy):  Don't free line_maps - that's no longer our job.
9131         * input.h (line_table):  New variable.
9132         * toplev.c (line_table):  Declare variable.
9133         (general_init):  Initialize line_table.
9134         * c-opts.c (c_common_init_options):  Pass line_table to
9135         cpp_create_reader.
9136         * fix-header.c (read_scan_file):  New local variable line_table.
9137         Initialize, and pass it to cpp_create_reader.
9138         * Makefile.in (LIBS, LIBDEPS):  Add libcpp.a.
9139         (C_AND_OBJC_OBJS, fix-header):  Remove redundant libcpp.a.
9140
9141 2004-01-19  Per Bothner  <per@bothner.com>
9142
9143         Implement a cache for linemap_lookup.
9144         * line-map.h (struct_line_maps):  Add cache field.
9145         * line-map.c (linemap_init):  Zero cache field.
9146         (linemap_add):  Set cache field to offset of newly allocated map.
9147         (linemap_lookup):  Use and set cache field.
9148
9149 2004-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
9150
9151         PR optimization/13567
9152         * cse.c (cse_basic_block): Call cse_insn with a non-null
9153         libcall_insn for the last SET insn of a no-confilict block.
9154
9155 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
9156
9157         * Makefile.in (target_noncanonical, program_transform_name): Use
9158         immediate define instead of deferred.
9159         (GCC_INSTALL_NAME, GCC_TARGET_INSTALL_NAME, CPP_INSTALL_NAME,
9160         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
9161         GCCBUG_INSTALL_NAME): Define via a immediate $(shell) instead of
9162         deferred backquote.
9163
9164 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9165
9166         * c-decl.c (c_init_decl_processing): Set pedantic_lvalues to
9167         true unconditionally.
9168         * c-typeck.c (unary_complex_lvalue, pedantic_lvalue_warning):
9169         Remove.
9170         (build_unary_op, build_modify_expr): Don't handle extended
9171         lvalues.
9172         (build_component_ref, build_conditional_expr): Call non_lvalue
9173         instead of pedantic_non_lvalue.
9174         (build_c_cast): Don't condition use of non_lvalue on pedantic.
9175         * fold-const.c (fold): Don't check pedantic directly for
9176         COMPOUND_EXPR.  Ensure that results for COMPOUND_EXPR are
9177         passed to pedantic_non_lvalue.
9178         * doc/extend.texi: Remove documentation of extended lvalues.
9179
9180 2004-01-19  Roger Sayle  <roger@eyesopen.com>
9181
9182         PR optimization/5263
9183         * simplify-rtx.c (associative_constant_p): Delete.
9184         (simplify_associative_operation): Rewrite to linearize terms, and
9185         attempt to simplify new term against both left and right subterms.
9186         (simplify_binary_operation): Call swap_commutative_operands_p on
9187         op0 and op1, not trueop0 and trueop1.  Move the initialization of
9188         trueop0 and trueop1 down to where first needed.
9189         (simplify_relational_operation): Likewise.
9190         * rtlanal.c (commutative_operand_precedence): Also order constant
9191         operands using avoid_constant_pool_reference.
9192
9193 2004-01-19  Richard Henderson  <rth@redhat.com>
9194
9195         * config/alpha/alpha.c (aligned_memory_operand): Check MEM_ALIGN,
9196         don't check memory mode.
9197         (unaligned_memory_operand): Likewise.
9198         (reload_inqi, reload_inhi, reload_outqi, reload_outhi): Don't
9199         abort for op0 not MEM.
9200
9201         * config/alpha/alpha.c (alpha_expand_mov_nobwx): If the destination
9202         is not a reg, copy to a scratch first.
9203         (aligned_loadqi, aligned_loadhi, unaligned_loadqi, unaligned_loadhi,
9204         unaligned_loadqi_le, unaligned_loadqi_be, unaligned_loadhi_le,
9205         unaligned_loadhi_be): Expect op0 in DImode; don't SUBREG.
9206         (reload_inqi, reload_inhi): Fix mode of op0.
9207         (reload_inqi_help, reload_inhi_help, reload_outqi_help,
9208         reload_outhi_help): Likewise.  Use define_insn_and_split.
9209
9210         * config/alpha/alpha.md (call peepholes): Check for REG_NORETURN
9211         as well as $29 dead.
9212
9213 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
9214
9215         * config/sparc/sol2.h (ASM_DECLARE_OBJECT_NAME): New.  Emit
9216         "tls_object" for thread-local objects.
9217         * config/sparc/sparc.c (sparc_elf_asm_named_section): Emit
9218         "#tls" for thread-local sections.
9219         * configure.ac (thread-local checks): Specify --fatal-warnings in
9220         every binutils-specific checks.  For sparc*-*-*, test whether the
9221         OS is Solaris and the tools are native and act accordingly.
9222         * configure: Rebuild.
9223
9224 2004-01-19  Jeff Law  <law@redhat.com>
9225
9226         * contrib.texi: Update Paolo Carlini's entry.  New entries for
9227         Jerry Quinn and Petur Runolfsson.
9228
9229 2004-01-19  Roger Sayle  <roger@eyesopen.com>
9230
9231         * config/i386/i386.md (*movhi_1, *movqi_1): When optimizing for
9232         size, don't use the larger zero-extending loads.
9233
9234 2004-01-19  Richard Henderson  <rth@redhat.com>
9235
9236         * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
9237         * alpha.md (UNSPEC_NT_LDA): Remove.
9238         (UNSPEC_CVTLQ, cvtlq): New.
9239         (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
9240         (extendsidi2_fix): Remove.
9241         (extendsidi2 splitter): Use cvtlq.
9242         (extendsidi2 fp peepholes): Remove.
9243         (cvtql): Use SFmode instead of SImode.
9244         (fix_trunc?fsi): Update to match.
9245         (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
9246         (movsi): Rename from movsi_nofix, remove f alternatives.
9247         (movsi_nt_vms): Similarly.
9248         (movsi_fix, movsi_nt_vms_fix): Remove.
9249         (nt_lda): Remove.
9250         * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
9251
9252 2004-01-19  Jan Hubicka  <jh@suse.cz>
9253
9254         * cgraph.c (cgraph_remove_node): Fix removal from linked list.
9255         * cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
9256         list.
9257         (cgraph_remove_unreachable_nodes): New function
9258         (cgraph_decide_inlining_of_small_function): Fix pasto.
9259         (cgraph_decide_inlining_incrementally): Fix pasto.
9260         (cgrpah_decide_inlining): Likewise; remove unreachable nodes.
9261
9262 2004-01-19  Steven Bosscher  <stevenb@suse.de>
9263
9264         * gengtype.c (header_file): Make it static.
9265         (write_types_process_field, write_enum_defn): Minor whitespace fixes.
9266         * gengtype.h (header_file): No longer extern.
9267
9268 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9269
9270         * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
9271         * expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
9272         * stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
9273
9274 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9275
9276         * stmt.c (HAVE_casesi): Define it not already defined.
9277         (HAVE_tablejump): Likewise.
9278         (expand_end_case_type): Resort to the binary tree method if
9279         neither casesi or tablejump is available.
9280
9281 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
9282
9283         * final.c (final_scan_insn): Make non-static again.
9284         * output.h (final_scan_insn): Re-add prototype.
9285         * config/arc/arc.c (arc_output_function_epilogue): Add NULL
9286         to final_scan_insn call.
9287         * config/cris/cris.c (cris_target_asm_function_epilogue): Likewise.
9288         * config/mips/mips.c (mips_output_conditional_branch): Likewise.
9289         * config/pa/pa.c (output_lbranch, output_call): Likewise.
9290         * config/sh/sh.c (print_slot): Likewise.
9291         * config/sparc/sparc.c (sparc_nonflat_function_epilogue): Likewise.
9292         (output_sibcall, sparc_flat_function_epilogue): Likewise.
9293
9294 2004-01-18  Jan Hubicka  <jh@suse.cz>
9295
9296         * basic-block.h (try_redirect_by_replacing_jump): Declare.
9297         * cfgcleanup.c (try_optimize_cfg): Use it.
9298         * cfgrtl.c (try_redirect_by_replacing_jump): Export.
9299         (rtl_redirect_edge_and_branch, cfg_layout_redirect_edge_and_branch):
9300         Kill hack.
9301         (cfg_layout_merge_blocks): Use try_redirect_by_replacing_jump.
9302
9303         Revert:
9304         2004-01-16  Geoffrey Keating  <geoffk@apple.com>
9305
9306                 * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
9307                 even after reload, just don't remove the actual jump tables.
9308
9309 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9310
9311         * config/rs6000/rs6000.h (STRICT_ARGUMENT_NAMING): Remove.
9312
9313 2004-01-18  Kazu Hirata  <kazu@cs.umass.edu>
9314
9315         * defaults.h (ASM_OUTPUT_ADDR_VEC_ELT): Fix the computation of
9316         the size of a pointer in bytes.
9317
9318 2004-01-18  Roger Sayle  <roger@eyesopen.com>
9319
9320         * builtins.c (expand_builtin_expect_jump): Fix thinko of reusing
9321         live "next" variable, which could lead to an infinite loop.
9322
9323 2004-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
9324
9325         * config/rs6000/altivec.h: Wrap C++ functions in extern "C++"
9326         block.
9327
9328         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
9329         Check for NULL in the chain and remove repeated code.
9330
9331 2004-01-18  Jan Hubicka  <jh@suse.cz>
9332
9333         * coverage.c (checksum_string): Rename to ...
9334         (coverage_checksum_string): ... this one, Use crc32_string; recognize
9335         names containing random number and zero the number out in order to get
9336         match.
9337
9338 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
9339
9340         * config/mips/mips.c (mips_got_alias_set): Mark for PCH.
9341
9342 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9343
9344         * doc/c-tree.texi, doc/cpp.texi, doc/extend.texi,
9345         doc/frontends.texi, doc/gcov.texi, doc/gty.texi, doc/install.texi,
9346         doc/invoke.texi, doc/libgcc.texi, doc/md.texi, doc/rtl.texi,
9347         doc/sourcebuild.texi, doc/standards.texi, doc/tm.texi,
9348         doc/trouble.texi: Remove trailing whitespace.
9349
9350 2004-01-18  Richard Sandiford  <rsandifo@redhat.com>
9351
9352         PR target/7618
9353         * config/mips/mips.c: Include cfglayout.h.
9354         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
9355         (mips_unspec_offset_high): Add temporary register argument.
9356         (mips_load_call_address): New function, split out from...
9357         (mips_expand_call): ...here.
9358         (mips_output_cplocal): New function.
9359         (mips_output_function_prologue, mips_output_function_epilogue): Use it.
9360         (mips_emit_loadgp): New function, split out from...
9361         (mips_expand_prologue): ...here.
9362         (mips_output_mi_thunk): New function.
9363
9364 2004-01-17  Bernardo Innocenti  <bernie@develer.com>
9365
9366         * longlong.h (mc68020, __mc68030__, mc68030, __mc68040__, mc68040,
9367         mcpu32): Remove redundant checks for implied target predefines.
9368
9369 2004-1-17  Andrew Pinski  <pinskia@physics.uc.edu>
9370
9371         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
9372         Return type is unsigned int not int.
9373         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
9374         Likewise.
9375
9376 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9377
9378         * doc/contrib.texi, doc/cppenv.texi, doc/extend.texi,
9379         doc/install.texi, doc/invoke.texi, doc/tm.texi: Consistently use
9380         "GNU/Linux" and "Microsoft Windows" terminology.
9381
9382 2004-01-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9383
9384         * doc/c-tree.texi, doc/compat.texi, doc/cpp.texi,
9385         doc/cppopts.texi, doc/extend.texi, doc/install.texi,
9386         doc/interface.texi, doc/invoke.texi, doc/libgcc.texi, doc/md.texi,
9387         doc/objc.texi, doc/rtl.texi, doc/tm.texi, doc/trouble.texi: Use
9388         @smallexample instead of @example.
9389
9390 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
9391
9392         * objc/objc-act.c (build_objc_method_call): Use target
9393         hooks instead of macros to determine if ..._stret
9394         dispatchers should be used (NeXT runtime only).
9395
9396 2004-01-17  Roger Sayle  <roger@eyesopen.com>
9397
9398         * builtins.c (expand_builtin_expect_jump): Fix mistake in my
9399         last patch.  Use XEXP (x, 0) to get a LABEL_REF's CODE_LABEL.
9400
9401 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
9402
9403         * rtl.h (emit_insn_before_sameloc, emit_jump_insn_before_sameloc)
9404         (emit_call_insn_before_sameloc, emit_insn_after_sameloc)
9405         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): New
9406         macros.
9407         * reload1.c (emit_reload_insns): Use them.
9408         * emit-rtl.c (emit_insn_before_sameloc, emit_insn_after_sameloc)
9409         (emit_jump_insn_after_sameloc, emit_call_insn_after_sameloc): Check
9410         for NULL PATTERN.
9411
9412 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
9413
9414         * final.c (SEEN_BB, SEEN_NOTE, SEEN_EMITTED): Define.
9415         (final_scan_insn): Update to take an additional SEEN argument.  Emit
9416         a line note after the prologue.  Make static.
9417         (line_note_exists): Remove.
9418         (final): Don't initialize line_note_exists.  Update call to
9419         final_scan_insn.
9420         * output.h (final_scan_insn): Remove prologue.
9421         * function.c (set_insn_locators): Update comment.
9422         (thread_prologue_and_epilogue_insns): Add a comment.
9423
9424 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
9425
9426         PR target/10781
9427         * config/rs6000/rs6000-protos.h (rs6000_special_round_type_align):
9428         Prototype.
9429         * config/rs6000/rs6000.c (rs6000_special_round_type_align):
9430         New function.
9431         * config/rs6000/linux64.h (ROUND_TYPE_ALIGN): Use it.
9432         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Likewise.
9433         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Likewise.
9434
9435 2004-01-17  Jan Hubicka  <jh@suse.cz>
9436
9437         * toplev.c (rest_of_handle_reorder_blocks): Fix pasto in previous
9438         commit.
9439
9440         * toplev.c (HAVE_conditional_execution): Provide default.
9441         (rest_of_handle_reorder_blocks): For conditional_execution target
9442         update liveness once after all transformations
9443         (rest_of_compilation): Do crossjumping before ce3.
9444
9445 2004-01-17  Geoffrey Keating  <geoffk@apple.com>
9446
9447         * alias.c (new_alias_set): Mark last_alias_set for PCH.
9448         (get_varargs_alias_set): Rename 'set' to 'varargs_set' and mark it
9449         for PCH.
9450         (get_frame_alias_set): Likewise, except rename it to 'frame_set'.
9451         * config/rs6000/rs6000.c (rs6000_sr_alias_set): Mark for PCH.
9452         (get_TOC_alias_set): Mark 'set' for PCH.
9453
9454 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
9455
9456         * cfgrtl.c (try_redirect_by_replacing_jump): Optimize tablejumps
9457         even after reload, just don't remove the actual jump tables.
9458
9459 2004-01-17  J. Brobecker  <brobecker@gnat.com>
9460
9461         * dwarf2out.c (is_subrange_type): Renamed from is_ada_subrange_type().
9462         Remove checks for is_ada() and TREE_UNSIGNED.
9463         (subrange_type_die): Emit a byte_size attribute if the subrange
9464         type size is different from the base type size.
9465         (modified_type_die): Replace call to is_ada_subrange_type() by
9466         call to is_subrange_type().
9467
9468 2004-01-16  Andrew Pinski  <pinskia@physics.uc.edu>
9469
9470         * config/sh/sh.c: Include ggc.h.
9471
9472 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
9473
9474         * Makefile.in (MD5_H): New.
9475         (fold-const.o): Depend on md5.h.
9476         (dwarf2out.o): Likewise.
9477         (cppfiles.o): Likewise.
9478         * cppfiles.c: Include md5.h.
9479         (should_stack_file): Check against list read from PCH file.
9480         (struct pchf_data): New.
9481         (pchf): New variable.
9482         (struct pchf_adder_info): New.
9483         (pchf_adder): New.
9484         (pchf_save_compare): New.
9485         (_cpp_save_file_entries): New.
9486         (_cpp_read_file_entries): New.
9487         (struct pchf_compare_data): New.
9488         (pchf_compare): New.
9489         (check_file_against_entries): New.
9490         * cpphash.h (_cpp_save_file_entries): Prototype.
9491         (_cpp_read_file_entries): Prototype.
9492         * cpppch.c (cpp_write_pch_state): Write the list of headers.
9493         (cpp_read_state): Read the list of headers.
9494
9495 2004-01-17  Jan Hubicka  <jh@suse.cz>
9496
9497         * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and
9498         builtin_expect specially.
9499         * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100.
9500         (PARAM_LARGE_FUNCTION_INSNS): Set to 3000.
9501         * invoke.texi (max-inline-insns-single): Set to 100.
9502         (large-function-insns): Set to 3000.
9503
9504 2004-01-16  Eric Christopher  <echristo@redhat.com>
9505             Chandrakala Chavva <cchavva@redhat.com>
9506
9507         * cppcharset.c (one_iso88591_to_utf8): New function.
9508         (convert_iso88591_utf8): Ditto. Use.
9509         (conversion_tab): Use.
9510         (_cpp_input_to_utf8): New function.
9511         (_cpp_init_iconv_buffer): Ditto.
9512         (_cpp_close_iconv_buffer): Ditto.
9513         * cpphash.h: Prototype new functions.
9514         (cpp_buffer): Add input_cset_desc.
9515         * cppinit.c: Add input_charset default.
9516         * cpplib.c (cpp_push_buffer): Support init and
9517         close of iconv.
9518         * cpplib.h (cpp_options): Add input_charset.
9519
9520 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9521
9522         * system.h (ASM_OUTPUT_SECTION_NAME): Poison.
9523         * config/alpha/unicosmk.h: Remove a commented-out definition
9524         of ASM_OUTPUT_SECTION_NAME.
9525         * config/stormy16/stormy16.h: Likewise.
9526
9527 2004-01-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9528
9529         * fixinc/inclhack.def (alpha___extern_prefix): Renamed to ...
9530         (alpha___extern_prefix_sys_stat): ... this.
9531         Apply to <sys/mount.h>, too.
9532         Tweak to match more variations.
9533         * fixinc/tests/base/sys/stat.h: Adapt for new hackname.
9534
9535         * fixinc/inclhack.def (alpha___extern_prefix,
9536         alpha___extern_prefix_standards): New hacks to obey
9537         __PRAGMA_EXTERN_PREFIX.
9538         * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New
9539         test.
9540         * fixinc/tests/base/standards.h: Likewise.
9541
9542         * fixincl/inclhack.def (alpha_pthread): Tweak to match more
9543         variations.
9544         New testcase.
9545         * fixinc/tests/base/pthread.h: Handle it.
9546
9547         * fixincl/inclhack.def (bad_lval): Sort file list.
9548         Add many missing files up to Tru64 UNIX V5.1B.
9549         * gcc/fixinc/tests/base/libgen.h: Renamed to ...
9550         * gcc/fixinc/tests/base/dirent.h: ... this to match new file list
9551         order.
9552
9553         * fixinc/fixincl.x: Regenerate.
9554
9555 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
9556
9557         * version.c (version_string): Change to 3.5.0.
9558         * doc/include/gcc-common.texi (version-GCC): Likewise.
9559
9560 2004-01-16  Jan Hubicka  <jh@suse.cz>
9561
9562         * i386.md (load_tp_di): Fix pasto.
9563
9564         PR opt/13608
9565         * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function.
9566
9567         * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator,
9568         pp_c_character_constant, pp_c_floating_constant,
9569         pp_c_additive_expression, pp_c_shift_expression,
9570         pp_c_equality_expression, pp_c_and_expression,
9571         pp_c_exclusive_or_expression, pp_c_inclusive_or_expression,
9572         pp_c_logical_and_expression): Remove inline modifier.
9573         * dwarf2out.c (get_AT): Likewise.
9574         * et-forest.c (et_splay): Likewise.
9575         * ra.h (ra_alloc, ra_calloc): Likewise
9576
9577 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9578
9579         * config/frv/frv-protos.h: Fix comment formatting.
9580         * config/frv/frv.c: Likewise.
9581         * config/frv/frv.h: Likewise.
9582         * config/frv/frv.md: Likewise.
9583         * config/frv/frvbegin.c: Likewise.
9584         * config/frv/frvend.c: Likewise.
9585
9586 2004-01-16  Kazu Hirata  <kazu@cs.umass.edu>
9587
9588         * system.h (LINKER_DOES_NOT_WORK_WITH_DWARF2): Poison.
9589         * doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention
9590         LINKER_DOES_NOT_WORK_WITH_DWARF2.
9591         (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove.
9592
9593 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
9594
9595         PR 11864
9596         * postreload.c (reload_cse_simplify_operands): Don't remove
9597         implicit extension from LOAD_EXTEND_OP.
9598
9599 2004-01-16  Jan Hubicka  <jh@suse.cz>
9600
9601         PR opt/11350
9602         * cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal
9603         after reload.
9604         * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks,
9605         rtl_try_redirect_by_replacing_branch): Likewise.
9606
9607 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
9608
9609         PR pch/13689
9610         * alias.c (struct alias_set_entry): Mark for GC.
9611         (alias_sets): Make static, mark for GC.
9612         (record_alias_subset): Use GC to allocate alias structures.
9613         * varray.c (element): Make generic varrays GCed.
9614
9615         PR pch/13361
9616         * c-typeck.c (constructor_asmspec): Delete.
9617         (struct initializer_stack): Delete field 'asmspec'.
9618         (start_init): Delete saving of asmspec.
9619         (finish_init): Don't update constructor_asmspec.
9620         * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree.
9621         * stmt.c (expand_asm): Duplicate strings from tree.
9622         (expand_asm_operands): Likewise.
9623         * tree.c (tree_size): Update computation of size of STRING_CST.
9624         (make_node): Don't make STRING_CST nodes.
9625         (build_string): Allocate string with tree node.
9626         * tree.def (STRING_CST): Update comment.
9627         * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST.
9628         (tree_string): Place contents of string in tree node.
9629         * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string
9630         from tree.
9631
9632         * config/rs6000/rs6000.c (rs6000_va_arg): No need to special-case
9633         altivec operands.
9634
9635 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9636
9637         * c-common.h: Fix comment formatting.
9638         * c-cppbuiltin.c: Likewise.
9639         * c-pragma.c: Likewise.
9640         * calls.c: Likewise.
9641         * collect2.c: Likewise.
9642         * cppcharset.c: Likewise.
9643         * cpptrad.c: Likewise.
9644         * dbxout.c: Likewise.
9645         * defaults.h: Likewise.
9646         * dwarf2out.c: Likewise.
9647         * fold-const.c: Likewise.
9648         * genautomata.c: Likewise.
9649         * genconditions.c: Likewise.
9650         * genflags.c: Likewise.
9651         * gengtype.c: Likewise.
9652         * integrate.c: Likewise.
9653         * loop.c: Likewise.
9654         * predict.c: Likewise.
9655         * sdbout.c: Likewise.
9656
9657 2004-01-15  Zack Weinberg  <zack@codesourcery.com>
9658
9659         * config/ia64/ia64.md (*movti_internal): C output template
9660         extracted to ia64.c.
9661         (*movti_internal_reg): Delete.
9662         (reload_inti, reload_outti): Use the correct mode on operand 2
9663         in the first place, don't fix it up in the output template.
9664         (movtf, reload_ointf, reload_outtf): New expanders.
9665         (*movtf_internal): New define_insn_and_split.
9666         * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode;
9667         make static; do not hand TFmode CONST_DOUBLEs to split_double.
9668         (ia64_split_tmode_move): New function, body mostly pulled
9669         from ia64.md:*movti_internal.
9670         (ia64_function_arg_words): New function, extracted common
9671         logic from ia64_function_arg et seq.
9672         (ia64_function_arg_offset): Likewise.  Handle correctly the
9673         case of a scalar quantity 16 bytes wide with only 8-byte alignment.
9674         (ia64_function_arg, ia64_function_arg_partial_nregs)
9675         (ia64_function_arg_advance): Use ia64_function_arg_words and
9676         ia64_function_arg_offset.
9677         (ia64_function_value): TCmode does not go in float regs.
9678         (ia64_secondary_reload_class): Also handle TFmode.
9679         * config/ia64/ia64-protos.h: Remove prototype for
9680         ia64_split_timode; add prototype for ia64_split_tmode_move.
9681
9682 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
9683
9684         * Makefile.in (MAINT): Make it an immediate assignment.
9685
9686 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9687
9688         * config/m32r/m32r.md: Remove useless calls to gen_lowpart.
9689
9690 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9691
9692         * config/h8300/coff.h: Replace Hitachi with Renesas.
9693         * config/h8300/elf.h: Likewise.
9694         * config/h8300/h8300-protos.h: Likewise.
9695         * config/h8300/h8300.c: Likewise.
9696         * config/h8300/h8300.h: Likewise.
9697         * config/h8300/h8300.md: Likewise.
9698         * config/h8300/lib1funcs.asm: Likewise.
9699
9700 2004-01-15  Andrew Pinski  <apinski@apple.com>
9701
9702         * config/rs6000/rs6000.c (uses_TOC): Wrap #if TARGET_ELF
9703         around it.
9704
9705 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9706
9707         * config/h8300/h8300.c (h8300_return_in_memory): New.
9708         (TARGET_STRUCT_VALUE_RTX): Likewise.
9709         (TARGET_RETURN_IN_MEMORY): Likewise.
9710         * config/h8300/h8300.h (STRUCT_VALUE): Remove.
9711         (RETURN_IN_MEMORY): Likewise.
9712
9713 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
9714
9715         PR optimization/13375
9716         * gcse.c (handle_avail_expr): Just return if the source is not a
9717         single set.
9718
9719 2004-01-15  Richard Earnshaw  <rearnsha@arm.com>
9720             Daniel Jacobowitz  <drow@mvista.com>
9721
9722         * arm/lib1funcs.asm (ARM_FUNC_START): Correct interworking case.
9723         (EQUIV): Define.
9724         (ARM_FUNC_ALIAS): New macro.
9725         * arm/ieee754-df.S (gedf2, ledf2, nedf2, eqdf2): Use it.
9726         * arm/ieee754-sf.S (gesf2, lesf2, nesf2, eqsf2): Use it.
9727
9728 2004-01-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9729
9730         PR optimization/12372
9731         * calls.c (expand_call): Add call_fusage data for stack arguments in
9732         constant calls.
9733
9734 2004-01-15  Alan Modra  <amodra@bigpond.net.au>
9735
9736         * config/rs6000/rs6000.c (uses_TOC): Correct comment.  Make static.
9737         (rs6000_elf_declare_function_name): Formatting.
9738         * config/rs6000/rs6000-protos.h (uses_TOC): Remove declaration.
9739
9740 2004-01-15  Jan Hubicka  <jh@suse.cz>
9741
9742         PR bootstrap/13692
9743         * sched-deps.c (sched_analyze_1, sched_analyze_2): Fix thinko in
9744         previous patch.
9745
9746 2004-01-15  Richard Henderson  <rth@redhat.com>
9747
9748         * config/alpha/alpha.h (REG_ALLOC_ORDER): Reorder fp regs after
9749         integer regs of the same call-savedness.
9750
9751 2004-01-15  Andreas Schwab  <schwab@suse.de>
9752
9753         PR bootstrap/13562
9754         * config/m68k/m68k.c (output_move_const_into_data_reg): Clear cc
9755         status for NOTB/NOTW/NEGW methods.
9756
9757 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9758
9759         * doc/invoke.texi: Update dump file names.  Fix a typo.
9760
9761 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9762
9763         * builtins.c (expand_builtin_va_end): Don't use
9764         EXPAND_BUILTIN_VA_END.
9765         * system.h (EXPAND_BUILTIN_VA_END): Poison.
9766         * config/d30v/d30v.h: Remove a commented-out definition of
9767         EXPAND_BUILTIN_VA_END.
9768         * config/stormy16/stormy16.h: Likewise.
9769
9770 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
9771
9772         * system.h (STRUCT_VALUE_INCOMING_REGNUM): Poison.
9773         * targhooks.c (default_struct_value_rtx): Don't use
9774         STRUCT_VALUE_INCOMING_REGNUM.
9775
9776 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
9777
9778         PR bootstrap/12744
9779         * configure.in: Revamp enable-generated-files-in-srcdir rule to define
9780         GENINSRC and not parsedir.  Define srcextra as a langhook.
9781         * configure: Regenerate.
9782         * Makefile.in: Suppress default .l.c rule.  Don't substitute
9783         parsedir and delete all references throughout.  Conditionally define
9784         rule for srcextra dependent on GENINSRC.
9785         (stmp-docobjdir): Delete.
9786         (c-parse.o, gengtype-lex.o, gengtype-yacc.o): Use implicit build rule.
9787         (srcextra): Copy c-parse.y, c-parse.c, gengtype-lex.c, gengtype-yacc.c,
9788         and gengtype-yacc.h back to source directory.
9789         (maintainer-clean): Delete all parse files in source directory.
9790         (distclean): Delete generated files.
9791
9792         * objc/Make-lang.in (objc-parse.o): Use implicit build rule.
9793         (objc-parse.c, objc-parse.y): Don't use parsedir.
9794         (objc.srcextra): Copy objc-parse.y and objc-parse.c back to source
9795         directory if requested.
9796         (po-generated): Don't use parsedir.
9797         (objc.maintainer-clean): Delete above files from source directory.
9798
9799 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9800
9801         * doc/tm.texi (FUNCTION_VALUE): Fix a typo.
9802
9803 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9804
9805         * doc/tm.texi: Replace RETURN_IN_MEMORY with
9806         TARGET_RETURN_IN_MEMORY.
9807
9808 2004-01-15  Jan Hubicka  <jh@suse.cz>
9809
9810         * builtins.c (std_expand_builtin_va_arg): Align operand when needed.
9811         * i386.c (init_cumulative_args): Set warn_sse; fix handling of variadic
9812         functions accepting SSE arguments
9813         (function_arg): Warn only when asked to warn.
9814         * i386.h (ix86_args): Add warn_sse/warn_mmx fiels.
9815
9816 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
9817
9818         * c-parse.in (stmts_and_decls): Make label at end of compound
9819         statement a hard error.
9820
9821 2004-01-14  Jan Hubicka  <jh@suse.cz>
9822
9823         * cgraph.c (create_edge): Use local.redefined_extern_inline.
9824         * cgraph.h (cgraph_local_info): Sort fields by size; add
9825         redefined_extern_inline
9826         (cgraph_global_info): Sort fields by size.
9827         (cgraph_node): Likewise.
9828         * cgraphunit.c (cgraph_finalize_function): Se
9829         local.redefined_extern_inline on redefinition.
9830         (cgraph_analyze_function): Use it; fix formating.
9831
9832 2004-01-14  Jan Hubicka  <jh@suse.cz>
9833
9834         PR c++/10776
9835         * sched-deps.c (trye_dependency_cache, anti_dependency_cache,
9836         outptu_dependency_cache, forward_dependency_cahe): Trun to vectors of
9837         bitmaps
9838         (cache_size): New variable
9839         (add_dependence): Update use; canonize early memory locations
9840         (sched_analyze_1): Likewise.
9841         (sched_analyze_2): Likewise.
9842         (init_dependency_caches): Initialize bitmaps.
9843         (free_dependency_caches): Free bitmaps
9844
9845 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9846
9847         * calls.c: Replace STRICT_ARGUMENT_NAMING in comments with
9848         targetm.calls.strict_argument_naming().
9849         * target.h: Likewise.
9850
9851 2004-01-14  Richard Henderson  <rth@redhat.com>
9852
9853         PR debug/13231
9854         * dwarf2out.c (dwarf2out_stack_adjust): Skip prologue and epilogue
9855         instructions.
9856
9857 2004-01-14  Richard Henderson  <rth@redhat.com>
9858
9859         PR c++/12491
9860         * except.c (struct eh_region): Add u.fixup.resolved.
9861         (resolve_one_fixup_region): Split out from ...
9862         (resolve_fixup_regions): ... here.
9863
9864 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9865
9866         * config/mn10300/mn10300.h (STRUCT_VALUE): Change to 0.
9867
9868 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9869
9870         * config/alpha/alpha.h (STRUCT_VALUE): Remove.
9871         * config/alpha/vms.h (STRUCT_VALUE_REGNUM): Remove #undef.
9872         (STRUCT_VALUE): Remove.
9873
9874 2004-01-14  Steven Bosscher  <stevenb@suse.de>
9875
9876         * system.h: Poison PROMOTED_MODE
9877         * integrate.c (expand_inline_function): Don't mention the
9878         PROMOTED_MODE.
9879         * loop.c (update_giv_derive): Same.
9880         * tree.h (DECL_RTL): Same.
9881
9882 2004-01-14  J"orn Rennecke <joern.rennecke@superh.com>
9883
9884         PR target/9365
9885         * sh.c (gen_block_redirect): Add special handling of RETURN.
9886         (gen_far_branch) Don't call gen_stuff_delay_slot if there is no
9887         far branch target (i.e. it's a return).
9888
9889 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9890
9891         * regrename.c (find_oldest_value_reg): Fix a warning.
9892
9893 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
9894
9895         PR bootstrap/12527
9896         * config.gcc (arm*-*-linux*): Don't include unknown-elf.h in tm_file.
9897         Move linux-gas.h and linux-elf.h before aout.h.
9898         * arm/arm.h (INITIALIZE_TRAMPOLINE): Only define if not already.
9899         * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Define.
9900
9901 2004-01-14  Kazu Hirata  <kazu@cs.umass.edu>
9902
9903         * config/m32r/m32r.md: Use GEN_INT instead of gen_rtx
9904         (CONST_INT, VOIDmode, ...).
9905
9906 2004-01-14  Richard Earnshaw  <rearnsha@arm.com>
9907
9908         * regrename.c (find_oldest_value_reg): If the replacement uses
9909         multiple hard registers, check that all of them are in CLASS.
9910
9911 2004-01-14  Jan Hubicka  <jh@suse.cz>
9912
9913         * alias.c (get_alias_set):  Initialize alias set to 0 when subset is
9914         impossible.
9915
9916 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
9917
9918         * Makefile.in: Define MAINT from --enable-maintainer-mode.
9919
9920 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
9921
9922         * gcc/config/rs6000/rs6000.c (rs6000_stack_info)
9923         Calculate always vrsave_mask if TARGET_ALTIVEC.
9924         (rs6000_emit_prologue): Emit code for vrsave
9925         only if TARGET_ALTIVEC_VRSAVE.
9926         (rs6000_emit_epilogue): Likewise.
9927
9928 2004-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
9929
9930         * config/sparc/sparc.md (tie_add32): Fix pasto.
9931         (tie_add64): Likewise.
9932
9933 2004-01-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9934
9935         * config/i386/i386.md (*addqi_1_slp): Do not access operands[2].
9936
9937 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
9938
9939         * config/iq2000/iq2000-protos.h: Fix comment formatting.
9940         * config/iq2000/iq2000.c: Likewise.
9941         * config/iq2000/iq2000.md: Likewise.
9942
9943 2004-01-14  J. Brobecker  <brobecker@gnat.com>
9944
9945         * dwarf2out.c (is_ada_subrange_type): No longer check the TYPE_NAME.
9946         (subrange_type_die): Add handle for nameless subrange types.
9947
9948 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
9949
9950         * config/h8300/h8300-protos.h: Replace do_movsi with
9951         h8300_expand_movsi.
9952         * config/h8300/h8300.c (do_movsi): Change to
9953         h8300_expand_movsi.
9954         * config/h8300/h8300.md (movsi): Replace do_movsi with
9955         h8300_expand_movsi.
9956         (movsf): Likewise.
9957
9958 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
9959
9960         * config/h8300/h8300.c (dosize): Change to
9961         h8300_emit_stack_adjustment.  Update callers.
9962
9963 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
9964
9965         * config/h8300/h8300.md (movstrictqi): Add an alternative with
9966         the source being post_inc.  Tighten the predicate for the
9967         destination to register_operand.
9968         (movstricthi): Likewise.
9969
9970 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
9971
9972         * system.h (SHARED_BSS_SECTION_ASM_OP): Poison.
9973         * varasm.c (bss_section): Don't use SHARED_BSS_SECTION_ASM_OP.
9974         * doc/tm.texi (SHARED_BSS_SECTION_ASM_OP): Remove.
9975
9976 2004-01-14  Jan Hubicka  <jh@suse.cz>
9977
9978         Partial fix PR c++/12850
9979         * cgraphunit.c (cgraph_finalize_function): Always ggc_collect when
9980         at zero nest level.
9981
9982 2004-01-13  Bernardo Innocenti  <bernie@develer.com>
9983
9984         * config/m68k/netbsd-elf.h (REGISTER_NAMES): Add missing "argptr"
9985         pseudo-register.
9986
9987 2004-01-13  Devang Patel <dpatel@apple.com
9988
9989         PR debug/7078
9990         * dbxout.c (dbxout_symbol_name): Emit mangled names for
9991         NAMESPACE_DECL memebers.
9992
9993 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
9994
9995         PR c++/12709
9996         * c-common.c (finish_fname_decls): Use the chain only if the
9997         tree is an expr_stmt.
9998
9999 2004-01-13  Vladimir Makarov  <vmakarov@redhat.com>
10000
10001         * rtl.def: Add comment about new option in automata_option.
10002
10003         * genautomata.c (PROGRESS_OPTION): New macro.
10004         (progress_flag): New global variable.
10005         (gen_automata_option): Process `progress'.
10006         (transform_insn_regexps, check_unit_distributions_to_automata,
10007         make_automaton, NDFA_to_DFA, build_automaton, create_automata,
10008         expand_automata, write_automata): Print about the progress only if
10009         progress_flag.  Remove fflush.
10010         (initiate_automaton_gen): Process command line flag `-progress'.
10011
10012         * doc/md.texi: Describe the new option.
10013
10014 2004-01-13  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10015
10016         * cfg.c (dump_bb): Dump entry edges.
10017
10018 2004-01-13  Richard Earnshaw  <rearnsha@arm.com>
10019
10020         * arm.c (thumb_legitimate_address_p): Only allow constant pool
10021         references from SImode.
10022         * arm.md (thumb_movhi_insn): Don't allow minipool references.
10023
10024 2004-01-13  Kazu Hirata  <kazu@cs.umass.edu>
10025
10026         * system.h (TEXT_SECTION): Poison.
10027         * varasm.c (text_section): Don't use TEXT_SECTION.
10028         * config/sh/sh.c (sh_file_start): Fix a comment typo.
10029         * doc/tm.texi (TEXT_SECTION): Remove.
10030
10031 2004-01-13  Ben Elliston  <bje@wasabisystems.com>
10032
10033         * doc/rtl.texi (Vector Operations): Remove defunct vec_const item.
10034
10035 2004-01-12  James E Wilson  <wilson@specifixinc.com>
10036
10037         * unwind-libunwind.c: Delete.
10038
10039 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
10040
10041         PR 13656
10042         * c-decl.c (diagnose_mismatched_decls): Whenever newtype or
10043         oldtype is set, set *newtypep or *oldtypep too.  Do not set
10044         them at the very end.
10045         (validate_proto_after_old_defn): Restructure for comprehensibility;
10046         make error messages clearer.
10047
10048 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
10049
10050         * varray.h (VARRAY_POP): Add checking variant, aborts on underflow.
10051         (VARRAY_TOP): Use VARRAY_CHECK so the access is bounds-checked.
10052         * varray.c: No need to prototype error.
10053         (varray_check_failed): Wrap long string onto two lines.
10054         (varray_underflow): New function.
10055
10056 2004-01-13  Steven Bosscher  <stevenb@suse.de>
10057
10058         PR c++/13376
10059         * function.h (struct function): Kill `name' field.
10060         (current_function_name): Make it an extern function.
10061         * function.c (current_function_name): New function.
10062         * graph.c: Update all uses of current_function_name.
10063         * gcse.c: Likewise.
10064         * config/alpha/alpha.c, config/avr/avr.c, config/c4x/c4x.c,
10065         config/mips/mips.c, config/pdp11/pdp11.c: Likewise.
10066         * config/ip2k/ip2k.c (function_prologue): Use MAIN_NAME_P
10067         instead of a strcmp with "main".
10068
10069 2004-01-13  Jan Hubicka  <jh@suse.cz>
10070
10071         * c-decl.c (diagnose_mismatched_decls):  Fix warning calls.
10072
10073         * cgraphunit.c (cgraph_optimize_function):  Always do
10074         optimize_inline_calls when there is always_inline callee.
10075         (cgraph_decide_inlining): Fix formating.
10076         * tree-inline.c (inlinable_function_p): Do sorry for alwaysinline
10077         functions.
10078         (expand_call_inline): Likewise.
10079         * toplev.h (sorry): Fix prototype.
10080
10081 2004-01-12  Roger Sayle  <roger@eyesopen.com>
10082
10083         * builtins.c (expand_builtin_expect_jump): Simplify logic. Handle
10084         conditional jumps that drop through to unconditional jumps or the
10085         end of the sequence.
10086
10087 2004-01-13  Jan Hubicka  <jh@suse.cz>
10088
10089         * alias.c (new_alias_set): Construct the alias_set varray.
10090         (init_alias_once): Don't do it here.
10091
10092 2004-01-12  Marc Espie <espie@openbsd.org>
10093
10094         * system.h: handle YYBYACC like YYBISON.
10095
10096 2004-01-12  Jonathan Merriman <jonm@dualitymedia.com>
10097
10098         PR target/10847
10099         * config.gcc: No longer includes conflicting header sparc/sol2.h when
10100         building on sparc64-*-openbsd*.
10101
10102 2004-01-12  Andrew Pinski  <pinskia@physics.uc.edu>
10103
10104         PR debug/13539
10105         * dbxout.c (dbxout_type): Protected inheritance is not
10106         private but protected.
10107
10108 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
10109
10110         * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.
10111
10112 2004-01-12  Kazu Hirata  <kazu@cs.umass.edu>
10113
10114         PR optimization/12508.
10115         * combine.c (try_combine): Remove a dead set in a parallel
10116         even if its destination is a subreg.
10117
10118         Revert:
10119         2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
10120         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
10121         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
10122
10123 2004-01-12  Geoffrey Keating  <geoffk@apple.com>
10124
10125         * real.c: Update copyright date.
10126         * emit-rtl.c: Likewise.
10127         * rtl.h: Likewise.
10128         * dwarf2out.c: Likewise.
10129         * config/rs6000/darwin-ldouble.c: Likewise.
10130         * config/rs6000/rs6000.md: Likewise.
10131
10132 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
10133
10134         * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIX
10135         TFmode to SImode libfuncs.
10136
10137 2004-01-12  Roger Sayle  <roger@eyesopen.com>
10138
10139         PR middle-end/11397
10140         * varasm.c (assemble_alias): Remove weak aliases from weak_decls.
10141
10142 2004-01-12  Jan Hubicka  <jh@suse.cz>
10143
10144         PR opt/12826
10145         * loop.c (insert_loop_mem): Preffer VOLATILE memory references to be
10146         stored.
10147
10148         PR opt/12863
10149         * cfgcleanup.c (label_is_jump_target_p): Move to...
10150         * rtlanal.c (label_is_jump_target_p): ... here.
10151         * cfgrtl.c (cfg_layout_redirect_edge_and_branch):  Fix redirecting of fallthru
10152         edges unified with branch edges.
10153
10154 2004-01-12  Richard Earnshaw  <rearnsha@arm.com>
10155
10156         * simplify-rtx.c (simplify_immed_subreg): Correctly extract the
10157         high word of an integral CONST_DOUBLE.
10158
10159 2004-01-12  Paul Brook  <paul@codesourcery.com>
10160
10161         * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.
10162
10163 2004-01-12  J"orn Rennecke <joern.rennecke@superh.com>
10164
10165         PR target/13585
10166         * sh-protos.h (check_use_sfunc_addr): Declare.
10167         * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions.
10168         * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate.
10169
10170 2004-01-12  Jan Hubicka  <jh@suse.cz>
10171
10172         * alias.c:  Invlude varray.h
10173         (alias_sets): Turn into varray.
10174         (get_alias_set_entry): Use VARRAY; mark inline.
10175         (mems_in_disjoint_alias_sets_p): Mark inline.
10176         (record_alias_subset): Use varray.
10177         (init_alias_once): Initialize varray.
10178         (new_alias_set): Grow array.
10179         * varray.c: Make VARRAY_GENERIC_PTR non GTYized.
10180
10181 2004-01-12  Jan Hubicka  <jh@suse.cz>
10182
10183         Partial fix for PR opt/10776 II
10184         * cselib.c: Include params.h
10185         (cselib_invalidate_mem):  Limit amount of nonconflicting memory
10186         locations.
10187         * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New.
10188         * Makefile.in (cselib.o): Depend on params.h
10189
10190 2004-01-12  Richard Sandiford  <rsandifo@redhat.com>
10191
10192         * combine.c (combine_simplify_rtx): Don't pass VOIDmode to
10193         simplify_unary_operation if the operand has a known mode.
10194
10195 2004-01-12  Hartmut Penner  <hpenner@de.ibm.com>
10196
10197         PR target/13534
10198         * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New
10199         predicate to handle 'ld' conform addresses.
10200         * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y'
10201         contraint.
10202         (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint
10203         are memory contraints.
10204         * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand):
10205         New prototype.
10206         * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64):
10207         Change 'o' to 'Y' constraint.
10208         (*movdf_softfloat64): Ditto.
10209
10210 2004-01-12  Bernardo Innocenti  <bernie@develer.com>
10211
10212         * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to the
10213         brace-enclosed syntax in all C output statements.
10214
10215 2004-01-12  David Edelsohn  <edelsohn@gnu.org>
10216
10217         PR target/13401
10218         * config/rs6000/rs6000.c (rs6000_output_function_epilogue):
10219         Objective-C language type value is 14.
10220
10221 2004-01-12  Markus F.X.J. Oberhumer  <markus@oberhumer.com>
10222
10223         PR c/12148
10224         * config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of
10225         `int' in a number of places to make sure we always have a SImode
10226         and not a HImode.  Add a 'L' suffix to a number of constants.
10227
10228 2004-01-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10229
10230         * pa.c: Don't include obstack.h.
10231
10232         * pa.md: Correct constraint in pattern for loading PIC label address.
10233
10234 2004-01-11  Kaz Kojima  <kkojima@gcc.gnu.org>
10235
10236         * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
10237          before defining.
10238
10239 2004-01-11  Steven Bosscher  <stevenb@suse.de>
10240
10241         PR fortran/9972
10242         * toplev.c (rest_of_handle_inline): Also consider functions
10243         for deferral if the language is GNU F77.
10244
10245 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
10246
10247         * c-decl.c (diagnose_arglist_conflict): Add missing space to
10248         diagnostic messages.
10249
10250 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
10251
10252         PR middle-end/13392
10253         * builtins.c (expand_builtin_expect_jump): Handle conditional jumps
10254         to drop through label.  Don't fall back to SCC even when conditional
10255         jump has not been found.
10256
10257 2004-01-11  Jan Hubicka  <jh@suse.cz>
10258
10259         * invoke.texi: Fix syntax error in previous patch.
10260
10261         Partial fix for PR opt/10776
10262         * Makefile.in (reload.o): Include param.h
10263         * params.def (PARAM_MAX_RELOAD_SEARCH_INSNS): New parameter.
10264         * reload.c: Include params.h.
10265         (find_equiv_reg): Work limiting check.
10266         * invoke.texi: Document.
10267
10268 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
10269
10270         * config/mips/mips.c (mips_symbolic_constant_p): Don't allow
10271         out-of-bounds accesses to string constants.  Simplify mips16
10272         case accordingly.
10273
10274 2004-01-11  Richard Sandiford  <rsandifo@redhat.com>
10275
10276         PR optimization/13469
10277         * toplev.c (rest_of_compilation): Call purge_all_dead_edges after
10278         reload_cse_regs (-fnon-call-exceptions only).
10279
10280 2004-01-11  Kazu Hirata  <kazu@cs.umass.edu>
10281
10282         * config/mcore/lib1.asm: Fix comment formatting.
10283         * config/mcore/mcore-elf.h: Likewise.
10284         * config/mcore/mcore.c: Likewise.
10285         * config/mcore/mcore.h: Likewise.
10286         * config/mcore/mcore.md: Likewise.
10287
10288 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
10289
10290         * c-decl.c (duplicate_decls): Break apart into...
10291         (diagnose_arglist_conflict, validate_proto_after_old_defn)
10292         (locate_old_defn, diagnose_mismatched_decls, merge_decls):
10293         ... these new functions.  Restructure for comprehensibility.
10294         Remove various archaic special cases.  Always report the
10295         location of the previous declaration when a diagnostic is issued.
10296         (redeclaration_error_message): Fold into diagnose_mismatched_decls.
10297         (match_builtin_function_types): Delete unnecessary forward declaration.
10298
10299 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
10300
10301         * genautomata.c (make_automaton, NDFA_to_DFA):
10302         Print progress bars with '.' characters instead of '*'.
10303         (build_automaton): Change notes to match.
10304
10305 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
10306
10307         * config/m32r/m32r.md: Use define_constants for unspec and
10308         unspec_volatile.
10309
10310 2004-01-10  Jan Hubicka  <jh@suse.cz>
10311
10312         PR opt/11635
10313         * expr.c (expand_expr_real):  More curefully expand union casts.
10314
10315 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
10316
10317         * config/m32r/m32r.md (flush_icache): Use 1 for
10318         unspec_volatile.
10319
10320 2004-01-10  David Edelsohn  <edelsohn@gnu.org>
10321             James E Wilson  <wilson@specifixinc.com>
10322
10323         PR debug/12860
10324         * dbxout.c (dbxout_symbol): Remove initialization of
10325         current_sym_code, current_sym_value, and current_sym_addr.
10326         (dbxout_symbol_location): Same.
10327         (dbxout_prepare_symbol): Zero current_sym_code,
10328         current_sym_value, and current_sym_addr.
10329
10330 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
10331
10332         * tree.c (get_unwidened): Reorder conditions so that the null pointer
10333         check is done first.
10334
10335 2004-01-09  Eric Christopher  <echristo@redhat.com>
10336
10337         * toplev.c (rest_of_handle_cfg): Add reg_scan pass
10338         if we're running mark_constant_function.
10339
10340 2004-01-09  Jeff Bailey  <jbailey@nisa.net>
10341
10342         PR target/12561
10343         * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
10344
10345 2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
10346
10347         PR debug/11231
10348         * dbxout.c (dbxout_type_fields): Return if any item is
10349         error_mark_node or the type is error_mark_node.
10350
10351 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
10352
10353         * config/rs6000/darwin-ldouble.c: Add big comment explaining
10354         exactly what is expected as a 'long double'.
10355         (_xlqadd): When a value to be returned is representable as a
10356         'double', just return it directly, do not construct it using a union.
10357         Also, correct final fixup.
10358         (_xlqmul): Likewise.
10359         (_xlqdiv): Likewise.
10360         * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
10361
10362         * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
10363
10364 2004-01-09  Richard Henderson  <rth@redhat.com>
10365
10366         * recog.c (constrain_operands): Validate mem operands.
10367
10368 2004-01-09   James E Wilson  <wilson@specifixinc.com>
10369
10370         * gcc.c (init_spec): Remove -lunwind from shared case.
10371         * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
10372
10373 2004-01-09  Steve Ellcey  <sje@cup.hp.com>
10374
10375         * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
10376         * configure: Regenerate
10377
10378 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
10379
10380         PR c/11234
10381         * c-typeck.c (build_c_cast): If pedantic, warn for conversions
10382         between function and object pointers.
10383         (digest_init): When comparing a pointer to function type to the
10384         target type, only apply TREE_TYPE once to the pointer to function
10385         type.
10386         * except.c (for_each_eh_label_1): Treat data as a pointer to a
10387         function pointer rather than casting it to a function pointer.
10388         (for_each_eh_label): Update caller.
10389         * recog.h (struct insn_data): Use a struct or union for output.
10390         * genoutput.c (output_insn_data): Update.
10391         * final.c (get_insn_template): Update.
10392
10393 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
10394
10395         * expr.h (expand_expr): Make it a macro, not a function.
10396         (expand_expr_real): New function.
10397         * expr.c (store_expr): Adjust logic for deciding whether or not to
10398         copy the value returned by expand_expr.
10399         (expand_expr): Rename to ...
10400         (expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
10401         calls to language hooks.
10402         * c-common.h (c_expand_expr): Adjust prototype.
10403         * c-common.c (c_expand_expr): Add alt_rtl parameter.
10404         * langhooks-def.h (lhd_expand_expr): Change prototype.
10405         * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
10406         * langhooks.h (lang_hooks): Change type of expand_expr.
10407         * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
10408         (last_expr_alt_rtl): Likewise.
10409         (expand_expr_stmt_value): Set last_expr_alt_rtl.
10410         (clear_last_expr): Clear it.
10411         (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
10412         (expand_end_bindings): Save and restor last_expr_alt_rtl.
10413         * tree.def (RTL_EXPR): Give it an additional operand.
10414         * tree.h (RTL_EXPR_ALT_RTL): New macro.
10415
10416 2004-01-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10417
10418         * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
10419         * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
10420
10421 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10422
10423         PR target/13380.
10424         * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
10425         or (ne:SI (reg:CC 17) (const_int 0)).
10426         Be specific about modes wherever possible.
10427
10428 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10429
10430         * config/m32r/m32r.c (m32r_expand_block_move): Call
10431         gen_movestrsi_internal with two more arguments.
10432         (m32r_output_block_move): Adjust operand numbers.
10433         Properly update the source and destination pointers.
10434         * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
10435         'r+'.  Change the set detinations to match_operand.
10436
10437 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
10438
10439         * final.c (FIRST_INSN_ADDRESS): Remove.
10440         (shorten_branches): Don't use FIRST_INSN_ADDRESS.
10441         * system.h (FIRST_INSN_ADDRESS): Poison.
10442         * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
10443         * config/m32r/m32r-protos.h: Remove the prototype for
10444         m32r_first_insn_address.
10445         * config/m32r/m32r.c (m32r_first_insn_address): Remove.
10446         * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
10447         * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
10448
10449 2004-01-09  J. Brobecker  <brobecker@gnat.com>
10450
10451         * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
10452         we just created.
10453         (is_ada_subrange_type): DIEs for enumeration subtypes should be
10454         emitted as subrange types too.
10455         (subrange_type_die): Add handling of enumeration subtypes.
10456
10457 2004-01-08  Richard Henderson  <rth@redhat.com>
10458
10459         PR opt/12441
10460         Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
10461         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
10462         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
10463         (ix86_address_cost): Be prepared for SUBREGed registers.
10464         (legitimate_address_p): Accept SUBREGed registers.
10465
10466 2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
10467
10468         * Makefile.in: Rename configure.in to configure.ac
10469         * doc/sourcebuild.texi: Likewise.
10470         * configure: Regenerate.
10471         * config.in: Regenerate.
10472
10473 2004-01-08  Stuart Hastings  <stuart@apple.com>
10474
10475         * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
10476
10477 2004-01-08  Jan Hubicka  <jh@suse.cz>
10478
10479         * cgraphunit.c (cgraph_decide_inlining):  Fix typo.
10480
10481 2004-01-08  Geoffrey Keating  <geoffk@apple.com>
10482
10483         * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
10484         (UNSPEC_FIX_TRUNC_TF): New constant.
10485         (movtf_internal): Make splitter active only when insn is active.
10486         (extenddftf2): Rewrite to properly load zero into low part.
10487         (extenddftf2_internal): New.
10488         (extendsftf2): Rewrite.
10489         (truncdftf2): Correct length.
10490         (floatditf2): Delete.
10491         (fix_trunc_helper): New.
10492         (fix_trunctfdi2): Use fix_trunc_helper.
10493         (fix_trunctfsi2): Likewise.fix_trunc
10494         (fix_trunctfsi2_internal): New.
10495
10496         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
10497         addresses are legitimate on Darwin even when flag_pic.
10498         (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
10499         non-offsettable addresses for loads of TFmode constants.
10500
10501 2004-01-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10502
10503         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
10504         variables in the appropriate bss section.
10505
10506 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
10507
10508         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
10509         target_flags has MASK_POWERPC64 when -m64.
10510         * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
10511         to 620, 630, power3, power4 and rs64a entries.
10512         * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
10513
10514 2004-01-08  Richard Sandiford  <rsandifo@redhat.com>
10515
10516         * simplify-rtx.c (simplify_immed_subreg): Fix construction of
10517         floating-point constants.
10518
10519 2004-01-08  J. Brobecker  <brobecker@gnat.com>
10520
10521         * dwarf2out.c (subrange_type_die): Add context_die parameter.
10522         Create the subrange_type DIE using the given context DIE.
10523         (modified_type_die): Update call to subrange_type_die.
10524
10525 2004-01-08  Zack Weinberg  <zack@codesourcery.com>
10526
10527         * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
10528         Add multiple-include guard.
10529
10530 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
10531
10532         * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
10533         all vector constant loadable by vsplt*.
10534         (output_vec_const_move): Likewise.
10535
10536 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
10537
10538         PR c/6024
10539         * c-typeck.c (comptypes): Only treat enumerated types in the same
10540         translation unit as compatible with each other when they are the
10541         same type.
10542         * doc/extend.texi: Update.
10543
10544 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
10545
10546         PR c/12165
10547         * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
10548         array type from the array element type.
10549
10550 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
10551
10552         * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
10553         * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
10554         * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
10555         (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
10556         * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
10557
10558 2004-01-06  Eric Christopher  <echristo@redhat.com>
10559
10560         * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
10561         (DWARF2_DEBUGGING_INFO): Define.
10562         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
10563         * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
10564         * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
10565         for irix as.
10566         (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
10567         * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
10568         * config/mips/iris5gas.h: Ditto.
10569         (DBX_DEBUGGING_INFO): Remove.
10570         (DWARF2_DEBUGGING_INFO): Ditto.
10571         (MIPS_DEBUGGING_INFO): Ditto.
10572         (PREFERRED_DEBUGGING_TYPE): Ditto.
10573         * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
10574         (PREFERRED_DEBUGGING_TYPE): Ditto.
10575         (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
10576         * config/mips/elf64.h: Ditto.
10577
10578 2004-01-06  Jan Hubicka  <jh@suse.cz>
10579
10580         * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
10581         (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
10582
10583 2004-01-06  Geoffrey Keating  <geoffk@apple.com>
10584
10585         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
10586         (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
10587         * config/rs6000/darwin-ldouble.c: New.
10588
10589         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
10590         for constants.
10591         (constant_subword): Delete.
10592         * rtl.h (constant_subword): Delete prototype.
10593         (immed_double_const): Is not in varasm.c.
10594         * simplify-rtx.c (simplify_immed_subreg): New.
10595         (simplify_subreg): Use simplify_immed_subreg.
10596
10597         * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
10598         than trying to generate RTL directly.
10599         (fix_trunctfsi2): Use expand_fix rather than trying to generate
10600         RTL directly.
10601
10602         * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
10603
10604 2004-01-06  David Edelsohn  <edelsohn@gnu.org>
10605
10606         * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
10607         function into a separate macro.
10608         (read_only_data_section): Add void argument.
10609         (private_data_section): Same.
10610         (read_only_private_data_section): Same.
10611         (toc_section): Same.
10612
10613 2004-01-06  Jan Hubicka  <jh@suse.cz>
10614
10615         * invoke.texi:  Remove typo in last change.
10616
10617         PR target/10301
10618         * config.gcc: Accept opteron and athlon-64 as variants
10619         of k8.
10620         * i386.c (override_options): Likewise.
10621         * invoke.texi (i386 -mtune): Expand documentation.
10622
10623 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
10624
10625         * alias.c: Fix comment typos.
10626         * builtins.c: Likewise.
10627         * cfg.c: Likewise.
10628         * df.c: Likewise.
10629         * dominance.c: Likewise.
10630         * dwarf2out.c: Likewise.
10631         * emit-rtl.c: Likewise.
10632         * expr.c: Likewise.
10633         * final.c: Likewise.
10634         * fold-const.c: Likewise.
10635         * gcse.c: Likewise.
10636         * genattrtab.c: Likewise.
10637         * genrecog.c: Likewise.
10638         * gensupport.c: Likewise.
10639         * ggc-zone.c: Likewise.
10640         * integrate.c: Likewise.
10641         * local-alloc.c: Likewise.
10642         * loop.c: Likewise.
10643         * recog.c: Likewise.
10644         * regmove.c: Likewise.
10645         * reg-stack.c: Likewise.
10646         * reorg.c: Likewise.
10647         * rtlanal.c: Likewise.
10648         * rtl.h: Likewise.
10649         * sched-ebb.c: Likewise.
10650         * simplify-rtx.c: Likewise.
10651         * toplev.c: Likewise.
10652         * varasm.c: Likewise.
10653
10654 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
10655
10656         * doc/install.texi: Fix typos.
10657         * doc/invoke.texi: Likewise.
10658         * doc/md.texi: Likewise.
10659
10660 2004-01-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10661
10662         * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
10663
10664 2004-01-06  Jan Hubicka  <jh@suse.cz>
10665
10666         * i386.c (init_cumulative_args):  Add handling of MMX_REGPARM.
10667         (function_arg_advance):  Do not pass aggregates in SSE; deal handling
10668         of MMX_REGPARM.
10669         (function_arg): Add new warnings about ABI changes;  fix SSE_REGPARM;
10670         add MMX_REGPARM.
10671         * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
10672         (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
10673         (MMX_REGPARM_MAX): Similarly for -mmmx.
10674
10675 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10676
10677         * config/sh/linux.h: Fix comment formatting.
10678         * config/sh/netbsd-elf.h: Likewise.
10679         * config/sh/sh.c: Likewise.
10680         * config/sh/sh.h: Likewise.
10681         * config/sh/vxworks.h: Likewise.
10682
10683 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10684
10685         * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
10686         * toplev.c (output_file_directive): Don't use
10687         ASM_OUTPUT_MAIN_SOURCE_FILENAME.
10688
10689 2004-01-05  Steven Bosscher <s.bosscher@student.tudelft.nl>
10690
10691         * toplev.c: Fix broken checkin of 2003-12-30.
10692
10693 2004-01-05  Daniel Berlin  <dberlin@dberlin.org>
10694
10695         * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
10696         (USING_MMAP): We don't support non-mmap.
10697         (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
10698         large objects.
10699         (struct page_entry): Remove bytes_free.
10700         (struct page_table_chain): Remove.
10701         (struct globals): Remove page_table member.
10702         (loookup_page_table_entry): Function deleted.
10703         (set_page_table_entry): Ditto.
10704         (ggc_allocated_p): No longer need page table lookups.
10705         (ggc_marked_p): Ditto.
10706         (alloc_small_page): Don't care about bytes_free anymore.
10707         (alloc_large_page): Round up size.
10708         (ggc_alloc_zone_1): Mark large objects as such, and calculate
10709         their size the new way.
10710         Remove page table lookups and setting.
10711         (ggc_get_size): Calculate large object size the new way.
10712         (sweep_pages): Redo to account for fact that we no longer have
10713         bytes_free.
10714         (ggc_collect): No longer need to reincrement bytes_free.
10715         (ggc_pch_alloc_object): Handle new large objects properly.
10716         (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
10717
10718 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10719
10720         * doc/invoke.texi: Remove a page break.
10721
10722 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10723
10724         * config/avr/avr.c (avr_output_function_prologue): Remove an
10725         extra pair of curly braces.
10726
10727 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10728
10729         * config/mn10300/mn10300.c: Fix comment formatting.
10730         * config/mn10300/mn10300.h: Likewise.
10731
10732 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10733
10734         * tree.h: Update documentation on nothrow_flag.
10735         * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
10736         types.
10737
10738 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
10739
10740         * doc/invoke.texi: Remove traces of dead ports.
10741
10742 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
10743
10744         * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
10745         option.
10746
10747 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
10748
10749         PR target/12945
10750         * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
10751         counter labels.
10752         * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
10753         (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
10754         string constants if TARGET_MIPS16.  Use SYMBOL_REF_DECL to check
10755         the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
10756         (mips_symbol_insns): Don't trust the local/global classification.
10757         (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
10758         (override_options): Make -mabicalls -fno-unit-at-a-time imply
10759         -mno-explicit-relocs.
10760         (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
10761         between local and global symbols.
10762
10763 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
10764
10765         * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
10766         (mips_preferred_reload_class): Declare.
10767         * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
10768         (EXTRA_CONSTRAINT): Update accordingly.
10769         (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
10770         * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
10771         (mips_preferred_reload_class): New function.  Prefer LEA_REGS if
10772         mips_dangerous_for_la25_p.
10773         (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
10774         if mips_dangerous_for_la25_p.
10775
10776 2004-01-05  Bernardo Innocenti  <bernie@develer.com>
10777
10778         * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
10779         warning.
10780
10781 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10782
10783         * configure.ac: Use AC_PROG_CPP_WERROR.
10784         * configure: Regenerate.
10785
10786 2004-01-04  Zack Weinberg  <zack@codesourcery.com>
10787
10788         * .cvsignore: Add autom4te.cache.
10789
10790 2004-01-04  Richard Sandiford  <rsandifo@redhat.com>
10791
10792         * doc/invoke.texi: Revamp documentation of MIPS options.  Remove
10793         -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
10794         -m4650, -mfix7000 and -(m)no-crt0.  Put endianness options first,
10795         then architecture options, then ABI options.  General rewording.
10796
10797 2004-01-04  Joseph S. Myers  <jsm@polyomino.org.uk>
10798
10799         PR c/3414
10800         * doc/extend.texi: Clarify definition of malloc attribute.
10801
10802 2004-01-04  Jan Hubicka  <jh@suse.cz>
10803
10804         * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
10805         * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
10806         * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
10807         (cgraph_inline_p): Add extra argument reason.
10808         * cgraphunit.c: Minor formating fixes.
10809         cgraph_first_inlined_callee): New functions.
10810         (record_call_1): Record builtins too.
10811         (cgraph_analyze_function): Update inline_failed messages.
10812         (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
10813         cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
10814         (cgraph_check_inline_limits): Likewise; Add argument reason.
10815         (cgraph_set_inline_failed): New static function.
10816         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
10817         reasons.
10818         (cgraph_inline_p): Add new argument reason.
10819         * tree-inline.c (expand_call_inline):  Update warning.
10820
10821 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10822
10823         * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
10824         with modern equivalents.
10825         * configure: Regenerate.
10826
10827         * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
10828         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
10829         * configure: Regenerate.
10830
10831         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
10832
10833         * configure.in: Rename to configure.ac.
10834         * configure.ac: Renamed from configure.in; make minimum necessary
10835         changes for autoconf 2.5x.
10836         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
10837         * configure: Regenerate with autoconf 2.57.
10838
10839 2004-01-03  Kazu Hirata  <kazu@cs.umass.edu>
10840
10841         * config/mips/linux.h: Fix comment formatting.
10842         * config/mips/mips.c: Likewise.
10843         * config/mips/mips.h: Likewise.
10844         * config/mips/mips.md: Likewise.
10845         * config/mips/netbsd.h: Likewise.
10846         * config/mips/windiss.h: Likewise.
10847
10848 2004-01-02  Richard Henderson  <rth@redhat.com>
10849
10850         * config/i386/i386.md (fp constant pool splitter): Reorg suppression
10851         for sse and 387; add suppression for mmx.
10852
10853 2004-01-02  Andrew Pinski  <pinskia@physics.uc.edu>
10854
10855         * loop.c (loop_optimize): Free all loops_info's mems.
10856
10857         * c-typeck.c (finish_init): Free spelling_base before
10858         setting it again.
10859
10860         * cfgloop.c (flow_loops_find): Always free the sbitmap
10861         headers.
10862
10863         * predict.c (estimate_probability): Free bbs after being
10864         done with it.
10865
10866 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
10867
10868         * config/mn10300/mn10300.h (PREDICATE_CODES): Add
10869         const_8bit_operand and call_address_operand.
10870
10871 2004-01-02  Jan Hubicka  <jh@suse.cz>
10872
10873         * cgraphunit.c (cgraph_optimize_function):  Call optimize_inline_calls
10874         when there is nothing to inline but warnings are requested.
10875         (cgraph_decide_inlining):  Fix memory leak.
10876
10877 2004-01-02  Jan Hubicka  <jh@suse.cz>
10878
10879         * expr.c (store_constructor):  Fix pasto in previous patch.
10880
10881 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
10882
10883         * config/i386/cygming.h: Fix comment formatting.
10884         * config/i386/djgpp.h: Likewise.
10885         * config/i386/gthr-win32.c: Likewise.
10886         * config/i386/i386-interix.h: Likewise.
10887         * config/i386/i386.c: Likewise.
10888         * config/i386/i386.h: Likewise.
10889         * config/i386/openbsd.h: Likewise.
10890         * config/i386/winnt.c: Likewise.
10891         * config/i386/xm-mingw32.h: Likewise.
10892
10893 2004-01-02  Joseph S. Myers  <jsm@polyomino.org.uk>
10894
10895         * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
10896         copyright and last modification dates.
10897
10898 2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>
10899
10900         * doc/install.texi (Specific): Mention x86_64.
10901
10902 2004-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
10903
10904         * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
10905         Call force_operand on plus_constant result.
10906
10907 2004-01-01  Jan Hubicka  <jh@suse.cz>
10908
10909         * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
10910         * expr.c (store_constructor): Use vec_init pattern.
10911         * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
10912         * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
10913         (vec_set_optab, vec_extract_optab, vec_init_optab): New.
10914         * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
10915         New patterns.
10916         (sse2_unpc?pd): Fix pattern.
10917         (sse2_movlpd): Kill.
10918         (sse2_movsd): Deal with movlpd too.
10919         * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
10920         (ix86_expand_vector_init): New.
10921         * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
10922         * md.texi (vec_set, vec_extract): Document
10923
10924 2003-12-31  Jan Hubicka  <jh@suse.cz>
10925
10926         PR opt/13473
10927         * recog.c (validate_replace_rtx_1):  Take care for RTL sharing inside
10928         ASM input operands
10929
10930         PR opt/12617
10931         * toplev.c (dump_file_index): Reorder ce3 and bbro.
10932         (dump_file): Likewise.
10933         (rest_of_compilation): Likewise.
10934
10935         PR debug/13367
10936         * cgraph.c (cgraph_function_possibly_inlined):  Even with
10937         flag_really_no_inline we inline always_inline functions.
10938         * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
10939         for non-always_inline functions when there is flag_really_no_inline.
10940         (cgraph_decide_inlining): Limit work done when not inlining.
10941         (cgraph_decide_inlining_incrementally): Likewise.
10942         (cgraph_optimize_function): Check whether something got inlined.
10943         * c-objc-common.c (c_disregard_inline_limits): Do not always inline
10944         extern inline functions when not inlining.
10945
10946         * opts.c (decode_options):  Disable crossjumping at -O1
10947         * invoke.texi (-O1): Document change.
10948
10949 See ChangeLog.10 for earlier changes.