OSDN Git Service

* Makefile.in (mostlyclean): Don't remove libgcc anymore.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2007-01-04  Mike Stump  <mrs@apple.com>
2
3         * Makefile.in (mostlyclean): Don't remove libgcc anymore.
4         (clean): Likewise.
5
6 2007-01-04  Eric Christopher  <echristo@apple.com>
7
8         * libgcc2.c (__bswapsi2): Use SItype.
9         (__bswapdi2): Use DItype.
10         * libgcc2.h: Update for above.
11
12 2007-01-04  Paul Brook  <paul@codesourcery.com>
13
14         * config/arm/arm.md (arm_mulsi3, thumb_mulsi3, mulsi3_compare0,
15         mulsi_compare0_scratch, mulsi3addsi, mulsi3addsi_compare0,
16         mulsi3addsi_compare0_scratch, mulsidi3adddi, mulsidi3,
17         umulsidi3, umulsidi3adddi, smulsi3_highpart,
18         umulsi3_highpart): Make conditional on !arm_arch6.
19         (arm_mulsi3_v6, thumb_mulsi3_v6, mulsi3_compare0_v6,
20         mulsi_compare0_scratch_v6, mulsi3addsi_v6, mulsi3addsi_compare0_v6,
21         mulsi3addsi_compare0_scratch_v6, mulsidi3adddi_v6, mulsidi3_v6,
22         umulsidi3_v6, umulsidi3adddi_v6, smulsi3_highpart_v6,
23         umulsi3_highpart_v6): New insns.
24
25 2007-01-04  Roger Sayle  <roger@eyesopen.com>
26
27         * fold-const.c (fold_convert): When casting an expression to void,
28         fold_ignored_result may discover a GIMPLE_MODIFY_STMT which doesn't
29         have a type.  Instead of attempting to build a NOP_EXPR, return
30         these "special" trees directly.
31
32 2007-01-04  Joseph Myers  <joseph@codesourcery.com>
33
34         * config/rs6000/rs6000.c (rs6000_rtx_costs): Make adjustment for
35         MULT inside MINUS as either argument.  Use rs6000_cost->dmul -
36         rs6000_cost->fp not 0 as adjustment for outer NEG.
37
38 2007-01-04  Jan Hubicka  <jh@suse.cz>
39
40         * cgraph.c (cgraph_release_function_body): New function.
41         (cgraph_remove_node): Use it.
42         * cgraph.h (cgraph_release_function_body): Declare.
43         * cgraphunit.c (cgraph_expand_function): Use it.
44         * ipa.c (cgraph_remove_unreahchable_nodes): Use it.
45         * tree-ssa.c (delete_tree_ssa): Allow to be called before aliasing
46         is initialized and while compilation of other function is running.
47         * tree-optimize.c (execute_free_cfg_annotations): Move code to clear
48         statement CFG annotations from here to ...
49         * tree-cfg.c (delete_tree_cfg_annotations): ... here.
50
51 2007-01-04  Zdenek Dvorak <dvorakz@suse.cz>
52
53         * cfgloop.h (enum li_flags): Make the constants powers of two.
54
55 2007-01-04  Jan Hubicka  <jh@suse.cz>
56
57         * tree-inline.c (copy_bb): Insert new statements to statements_to_fold
58         set.
59         (fold_marked_statements): New function.
60         (optimize_inline_calls, tree_function_versioning): Fold new statements.
61         * tree-inline.h (copy_body_data): Add statements_to_fold.
62
63 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
64
65         * config.gcc: Mention libgcc/config.host.
66         * Makefile.in: Update comments mentioning libgcc.
67         (LIBGCC, INSTALL_LIBGCC, GCC_PARTS, mklibgcc): Delete.
68         (all.cross, start.encap, rest.encap, rest.cross): Update
69         dependencies for libgcc move.
70         (libgcc.mk, LIBGCC_DEPS, libgcov.a, libgcc.a, stmp-multilib)
71         (clean-target, clean-target-libgcc): Delete.
72         (srcdirify, GCC_EXTRA_PARTS): New macros.
73         (libgcc-support, libgcc.mvars): New rules.
74         (distclean): Remove mention of mklibgcc.
75         (install): Don't reference INSTALL_LIBGCC.
76         (install-common): Don't reference EXTRA_PARTS.
77         (install-libgcc, install-multilib): Delete rules.
78         * mklibgcc.in: Delete file.
79         * doc/configfiles.texi: Don't mention mklibgcc.
80
81         * config/i386/t-darwin (SHLIB_VERPFX): Delete (moved to libgcc).
82         * config/i386/t-darwin64 (SHLIB_VERPFX): Likewise.
83         * config/rs6000/t-darwin (SHLIB_VERPFX): Likewise.
84         * config/rs6000/t-ppccomm (TARGET_LIBGCC2_CFLAGS, SHLIB_MAPFILES)
85         (mklibgcc, ldblspecs): Likewise.
86
87         * config/i386/t-nwld (libgcc.def, libc.def, libpcre.def)
88         (posixpre.def): Use $(T).
89         (SHLIB_EXT, SHLIB_NAME, SHLIB_SLIBDIR_QUAL, SHLIB_DEF, SHLIB_MAP)
90         (SHLIB_SRC, SHLIB_INSTALL): Delete.
91         (SHLIB_LINK): Make dummy.
92         * config/t-slibgcc-darwin: Delete contents except for dummy SHLIB_LINK.
93
94         * config/frv/t-linux (EXTRA_MULTILIB_PARTS): Clear.
95
96         * config/alpha/t-crtfm: Use $(T) in rules for EXTRA_PARTS.
97         * config/alpha/t-vms, config/alpha/t-vms64, config/fr30/t-fr30,
98         config/i386/t-rtems-i386, config/ia64/t-ia64, config/rs6000/t-beos,
99         config/rs6000/t-newas, config/sparc/t-elf: Likewise.
100
101         * configure.ac (all_outputs): Remove mklibgcc.
102         * configure: Regenerated.
103
104 2007-01-03  Josh Conner  <jconner@apple.com>
105
106         PR middle-end/29683
107         * calls.c (compute_argument_addresses): Set stack and stack_slot
108         for partial args, too.
109         (store_one_arg): Use locate.size.constant for the size when
110         generating a save_area.
111
112 2007-01-03  Robert Kennedy <jimbob@google.com>
113
114         * tree-cfg.c (tree_merge_blocks): Release SSA_NAME phi results
115         whose definitions are deleted due to basic block merging.
116
117 2007-01-03  Paul Brook  <paul@codesourcery.com>
118
119         PR target/16634
120         * config/arm/arm.c (output_return_instruction): Pop PC in interrupt
121         functions.
122         (use_return_insn): Return 0 for Thumb interrupt functions.
123         (print_multi_reg): Add rfe argument for IRQ returns.
124         (arm_output_epilogue): Pop interrupt return address directly into PC.
125         (arm_expand_prologue): Only adjust IRQ return address in Arm mode.
126
127 2007-01-03  Paul Brook  <paul@codesourcery.com>
128
129         Merge from sourcerygxx-4_1.
130         * config/arm/thumb2.md: New file.
131         * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Return True for
132         Thumb-2.
133         * config/arm/coff.h (JUMP_TABLES_IN_TEXT_SECTION): Ditto.
134         * config/arm/aout.h (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
135         (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump tables.
136         * config/arm/aof.h (ASM_OUTPUT_ADDR_DIFF_ELT): Output Thumb-2 jump
137         tables.
138         (ASM_OUTPUT_ADDR_VEC_ELT): Add !Thumb-2 assertion.
139         * config/arm/ieee754-df.S: Use macros for Thumb-2/Unified asm
140         comptibility.
141         * config/arm/ieee754-sf.S: Ditto.
142         * config/arm/arm.c (thumb_base_register_rtx_p): Rename...
143         (thumb1_base_register_rtx_p): ... to this.
144         (thumb_index_register_rtx_p): Rename...
145         (thumb1_index_register_rtx_p): ... to this.
146         (thumb_output_function_prologue): Rename...
147         (thumb1_output_function_prologue): ... to this.
148         (thumb_legitimate_address_p): Rename...
149         (thumb1_legitimate_address_p): ... to this.
150         (thumb_rtx_costs): Rename...
151         (thumb1_rtx_costs): ... to this.
152         (thumb_compute_save_reg_mask): Rename...
153         (thumb1_compute_save_reg_mask): ... to this.
154         (thumb_final_prescan_insn): Rename...
155         (thumb1_final_prescan_insn): ... to this.
156         (thumb_expand_epilogue): Rename...
157         (thumb1_expand_epilogue): ... to this.
158         (arm_unwind_emit_stm): Rename...
159         (arm_unwind_emit_sequence): ... to this.
160         (thumb2_legitimate_index_p, thumb2_legitimate_address_p,
161         thumb1_compute_save_reg_mask, arm_dwarf_handle_frame_unspec,
162         thumb2_index_mul_operand, output_move_vfp, arm_shift_nmem,
163         arm_save_coproc_regs, thumb_set_frame_pointer, arm_print_condition,
164         thumb2_final_prescan_insn, thumb2_asm_output_opcode, arm_output_shift,
165         thumb2_output_casesi): New functions.
166         (TARGET_DWARF_HANDLE_FRAME_UNSPEC): Define.
167         (FL_THUMB2, FL_NOTM, FL_DIV, FL_FOR_ARCH6T2, FL_FOR_ARCH7,
168         FL_FOR_ARCH7A, FL_FOR_ARCH7R, FL_FOR_ARCH7M, ARM_LSL_NAME,
169         THUMB2_WORK_REGS): Define.
170         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv, arm_condexec_count,
171         arm_condexec_mask, arm_condexec_masklen)): New variables.
172         (all_architectures): Add armv6t2, armv7, armv7a, armv7r and armv7m.
173         (arm_override_options): Check new CPU capabilities.
174         Set new architecture flag variables.
175         (arm_isr_value): Handle v7m interrupt functions.
176         (user_return_insn): Return 0 for v7m interrupt functions.  Handle
177         Thumb-2.
178         (const_ok_for_arm): Handle Thumb-2 constants.
179         (arm_gen_constant): Ditto.  Use movw when available.
180         (arm_function_ok_for_sibcall): Return false for v7m interrupt
181         functions.
182         (legitimize_pic_address, arm_call_tls_get_addr): Handle Thumb-2.
183         (thumb_find_work_register, arm_load_pic_register,
184         legitimize_tls_address, arm_address_cost, load_multiple_sequence,
185         emit_ldm_seq, emit_stm_seq, arm_select_cc_mode, get_jump_table_size,
186         print_multi_reg, output_mov_long_double_fpa_from_arm,
187         output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm,
188         output_mov_double_fpa_from_arm, output_move_double,
189         arm_compute_save_reg_mask, arm_compute_save_reg0_reg12_mask,
190         output_return_instruction, arm_output_function_prologue,
191         arm_output_epilogue, arm_get_frame_offsets, arm_regno_class,
192         arm_output_mi_thunk, thumb_set_return_address): Ditto.
193         (arm_expand_prologue): Handle Thumb-2.  Use arm_save_coproc_regs.
194         (arm_coproc_mem_operand): Allow POST_INC/PRE_DEC.
195         (arithmetic_instr, shift_op): Use arm_shift_nmem.
196         (arm_print_operand): Use arm_print_condition.  Handle '(', ')', '.',
197         '!' and 'L'.
198         (arm_final_prescan_insn): Use extract_constrain_insn_cached.
199         (thumb_expand_prologue): Use thumb_set_frame_pointer.
200         (arm_file_start): Output directive for unified syntax.
201         (arm_unwind_emit_set): Handle stack alignment instruction.
202         * config/arm/lib1funcs.asm: Remove default for __ARM_ARCH__.
203         Add v6t2, v7, v7a, v7r and v7m.
204         (RETLDM): Add Thumb-2 code.
205         (do_it, shift1, do_push, do_pop, COND, THUMB_SYNTAX): New macros.
206         * config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __thumb2__.
207         (TARGET_THUMB1, TARGET_32BIT, TARGET_THUMB2, TARGET_DSP_MULTIPLY,
208         TARGET_INT_SIMD, TARGET_UNIFIED_ASM, ARM_FT_STACKALIGN, IS_STACKALIGN,
209         THUMB2_TRAMPOLINE_TEMPLATE, TRAMPOLINE_ADJUST_ADDRESS,
210         ASM_OUTPUT_OPCODE, THUMB2_GO_IF_LEGITIMATE_ADDRESS,
211         THUMB2_LEGITIMIZE_ADDRESS, CASE_VECTOR_PC_RELATIVE,
212         CASE_VECTOR_SHORTEN_MODE, ADDR_VEC_ALIGN, ASM_OUTPUT_CASE_END,
213         ADJUST_INSN_LENGTH): Define.
214         (TARGET_REALLY_IWMMXT, TARGET_IWMMXT_ABI, CONDITIONAL_REGISTER_USAGE,
215         STATIC_CHAIN_REGNUM, HARD_REGNO_NREGS, INDEX_REG_CLASS,
216         BASE_REG_CLASS, MODE_BASE_REG_CLASS, SMALL_REGISTER_CLASSES,
217         PREFERRED_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS,
218         SECONDARY_INPUT_RELOAD_CLASS, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P,
219         TRAMPOLINE_SIZE, INITIALIZE_TRAMPOLINE, HAVE_PRE_INCREMENT,
220         HAVE_POST_DECREMENT, HAVE_PRE_DECREMENT, HAVE_PRE_MODIFY_DISP,
221         HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_REG, HAVE_POST_MODIFY_REG,
222         REGNO_MODE_OK_FOR_BASE_P, LEGITIMATE_CONSTANT_P,
223         REG_MODE_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P, GO_IF_LEGITIMATE_ADDRESS,
224         LEGITIMIZE_ADDRESS, THUMB2_LEGITIMIZE_ADDRESS,
225         GO_IF_MODE_DEPENDENT_ADDRESS, MEMORY_MOVE_COST, BRANCH_COST,
226         ASM_APP_OFF, ASM_OUTPUT_CASE_LABEL, ARM_DECLARE_FUNCTION_NAME,
227         FINAL_PRESCAN_INSN, PRINT_OPERAND_PUNCT_VALID_P,
228         PRINT_OPERAND_ADDRESS): Adjust for Thumb-2.
229         (arm_arch_notm, arm_arch_thumb2, arm_arch_hwdiv): New declarations.
230         * config/arm/arm-cores.def: Add arm1156t2-s, cortex-a8, cortex-r4 and
231         cortex-m3.
232         * config/arm/arm-tune.md: Regenerate.
233         * config/arm/arm-protos.h: Update prototypes.
234         * config/arm/vfp.md: Enable patterns for Thumb-2.
235         (arm_movsi_vfp): Add movw alternative.  Use output_move_vfp.
236         (arm_movdi_vfp, movsf_vfp, movdf_vfp): Use output_move_vfp.
237         (thumb2_movsi_vfp, thumb2_movdi_vfp, thumb2_movsf_vfp,
238         thumb2_movdf_vfp, thumb2_movsfcc_vfp, thumb2_movdfcc_vfp): New.
239         * config/arm/libunwind.S: Add Thumb-2 code.
240         * config/arm/constraints.md: Update include Thumb-2.
241         * config/arm/ieee754-sf.S: Add Thumb-2/Unified asm support.
242         * config/arm/ieee754-df.S: Ditto.
243         * config/arm/bpabi.S: Ditto.
244         * config/arm/t-arm (MD_INCLUDES): Add thumb2.md.
245         * config/arm/predicates.md (low_register_operand,
246         low_reg_or_int_operand, thumb_16bit_operator): New.
247         (thumb_cmp_operand, thumb_cmpneg_operand): Rename...
248         (thumb1_cmp_operand, thumb1_cmpneg_operand): ... to this.
249         * config/arm/t-arm-elf: Add armv7 multilib.
250         * config/arm/arm.md: Update patterns for Thumb-2 and Unified asm.
251         Include thumb2.md.
252         (UNSPEC_STACK_ALIGN, ce_count): New.
253         (arm_incscc, arm_decscc, arm_umaxsi3, arm_uminsi3,
254         arm_zero_extendsidi2, arm_zero_extendqidi2): New
255         insns/expanders.
256         * config/arm/fpa.md: Update patterns for Thumb-2 and Unified asm.
257         (thumb2_movsf_fpa, thumb2_movdf_fpa, thumb2_movxf_fpa,
258         thumb2_movsfcc_fpa, thumb2_movdfcc_fpa): New insns.
259         * config/arm/cirrus.md: Update patterns for Thumb-2 and Unified asm.
260         (cirrus_thumb2_movdi, cirrus_thumb2_movsi_insn,
261         thumb2_cirrus_movsf_hard_insn, thumb2_cirrus_movdf_hard_insn): New
262         insns.
263         * doc/extend.texi: Document ARMv7-M interrupt functions.
264         * doc/invoke.texi: Document Thumb-2 new cores+architectures.
265
266 2007-01-03  Jakub Jelinek  <jakub@redhat.com>
267
268         * unwind-dw2.c (SIGNAL_FRAME_BIT, EXTENDED_CONTEXT_BIT): Define.
269         (struct _Unwind_Context): Rename args_size to flags, remove
270         signal_frame field, add a new args_size field and version field.
271         (_Unwind_IsSignalFrame, _Unwind_SetSignalFrame,
272         _Unwind_IsExtendedContext): New inline functions.
273         (_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
274         Assume by_value array is only present if _Unwind_IsExtendedContext.
275         (_Unwind_GetIPInfo, execute_cfa_program, uw_frame_state_for): Use
276         _Unwind_IsSignalFrame.
277         (__frame_state_for): Initialize context.flags to EXTENDED_CONTEXT_BIT.
278         (uw_update_context_1): Use _Unwind_SetSignalFrame.
279         (uw_init_context_1): Initialize context->flags to
280         EXTENDED_CONTEXT_BIT.
281         * config/rs6000/linux-unwind.h (frob_update_context): Use
282         _Unwind_SetSignalFrame.
283
284 2007-01-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
285
286         PR middle-end/30353
287         * gimplify.c (gimplify_modify_expr_complex_part): Move below
288         tree_to_gimple_tuple.  Call tree_to_gimple_tuple when we need
289         the value.
290
291 2007-01-03  Kazu Hirata  <kazu@codesourcery.com>
292
293         * config/i386/i386.h (NON_STACK_REG_P, REGNO_OK_FOR_SIREG_P,
294         REGNO_OK_FOR_DIREG_P, REWRITE_ADDRESS, ASM_OPERAND_LETTER,
295         RET, AT_SP): Remove.
296         * config/i386/i386.md (*sse_prologue_save_insn): Use return
297         instead of RET.
298
299         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
300         * cfgbuild.c (find_basic_blocks): Likewise.
301         * cfgrtl.c (rtl_create_basic_block): Likewise.
302         * function.c (temp_slots_at_level): Likewise.
303         * reg-stack.c (stack_regs_mentioned): Likewise.
304         * regclass.c (allocate_reg_info): Likewise.
305         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
306         set_bb_for_stmt, move_block_to_fn): Likewise.
307         * tree-complex.c (tree_lower_complex): Likewise.
308         * vec.h (VEC_safe_grow_cleared): New.
309
310         * cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
311
312 2007-01-03  Zdenek Dvorak <dvorakz@suse.cz>
313
314         * loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.
315         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass probabilities
316         to loop_version.
317         * cfgloopmanip.c (scale_loop_frequencies): Export.
318         (loopify): Scale the frequencies by prescribed coefficients.
319         (set_zero_probability): New function.
320         (duplicate_loop_to_header_edge): Improve updating of frequencies.
321         (lv_adjust_loop_entry_edge, loop_version): Set probabilities
322         and frequencies according to arguments.
323         * tree-ssa-loop-manip.c (tree_unroll_loop): Set probabilities
324         correctly.
325         * cfg.c (scale_bbs_frequencies_int): Allow scaling the frequencies up.
326         * modulo-sched.c (sms_schedule): Set probabilities for entering
327         versioned loop correctly.
328         * tree-vect-transform.c (vect_transform_loop): Ditto.
329         * cfgloop.h (loopify, loop_version): Declaration changed.
330         (scale_loop_frequencies): Declared.
331
332 2007-01-02  Jan Hubicka  <jh@suse.cz>
333
334         * cgraph.c: Include tree-flow.h
335         (cgraph_add_new-function): Handle IPA_SSA mode; execute
336         early_local_passes.
337         * cgraph.h (enum cgraph_state): Add CGRAPH_STATE_IPA_SSA.
338         * tree-pass.h (pass_all_early_optimizations): Declare.
339         * cgraphunit.c (cgraph_process_new_functions): Add IPA_SSA; execute
340         early_local_passes.
341         (cgraph_analyze_function): Do early_local_passes.
342         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
343         Do not add referenced vars.
344         * tree-optimize.c (gate_all_optimizations): Do not execute when not in
345         SSA form.
346         (gate_all_early_local_passes): New gate.
347         (pass_early_local_passes): Use new gate.
348         (execute_early_local_optimizations): New functions.
349         (gate_all_early_optimizations): New gate.
350         (pass_all_early_optimizations): New pass.
351         (execute_free_datastructures): Free SSA only when initialized.
352         (gate_init_datastructures): Init only when optimizing.
353         (tree_lowering_passes): Do early local passes when called late.
354         * tree-profile.c (do_tree_profiling): Don't profile functions added
355         late.
356         (do_early_tree_profiling, pass_early_tree_profile): Kill.
357         * tree-cfg.c (update_modified_stmts): Do not update when operands are
358         not active.
359         * passes.c (init_optimizations_passes): Reorder so we go into SSA
360         during early_local_passes.
361         * Makefile.in (cgraph.o): Add dependency on tree-flow.h.
362
363
364 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
365
366         * Makefile.in: Update copyright year.
367
368 2007-01-02  Carlos O'Donell  <carlos@codesourcery.com>
369
370         * Makefile.in: Export GCC_EXEC_PREFIX before calling $(RUNTEST)
371         in $(lang_checks) and check-consistency targets.
372
373 2007-01-02  Jan Hubicka  <jh@suse.cz>
374
375         * tree-mudflap.c (mf_decl_cache_locals, mf_build_check_statement_for):
376         Do not add referenced vars.
377         * tree-cfg.c (update_modified_stmts): Do not update when SSA operands
378         are not active.
379         * passes.c (init_optimization_passes): Put mudflap_2 after
380         free_datastructures.
381
382 2007-01-02  Jan Hubicka  <jh@suse.cz>
383
384         * tree-optimize (execute_fixup_cfg): Set after_inlining flag.
385         Set NOTHROW flag on call statements proved to be nothrow.
386         Update statement of local calls so new pure/const functions are
387         updated. Update_ssa when in ssa form. Mark PHI nodes of nonlocal
388         goto receivers.
389         (tree_rest_of_compilation): Register hooks and initialize bitmap
390         early. Do not set after_inlining flag.
391
392 2007-01-02  Steve Ellcey  <sje@cup.hp.com>
393
394         * sbitmap.c (HOST_BITS_PER_LONG_LONG):  Change to
395         HOST_BITS_PER_LONGLONG
396
397 2007-01-02  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
398
399         PR c/19977
400         * c-typeck.c (store_init_value): Don't emit pedantic overflow
401         warning for non-static initializers.
402
403 2007-01-02  Steven Bosscher  <steven@gcc.gnu.org>
404
405         * config/alpha/alpha.md, arm/arm.c, darwin.c, frv/frv.md,
406         m32r/m32r.c, m32r/m32r.c, mn10300/mn10300.md, pa/pa.c,
407         rs6000/rs6000.c, s390/s390.md, sh/sh.md, sparc/sparc.c:
408         Always use set_unique_reg_note to add REG_EQUAL notes.
409
410 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
411
412         Revert:
413         2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
414
415         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
416         * cfgbuild.c (find_basic_blocks): Likewise.
417         * cfgrtl.c (rtl_create_basic_block): Likewise.
418         * function.c (temp_slots_at_level): Likewise.
419         * reg-stack.c (stack_regs_mentioned): Likewise.
420         * regclass.c (allocate_reg_info): Likewise.
421         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
422         set_bb_for_stmt, move_block_to_fn): Likewise.
423         * tree-complex.c (tree_lower_complex): Likewise.
424         * vec.h (VEC_safe_grow_cleared): New.
425
426 2007-01-02  Ian Lance Taylor  <iant@google.com>
427
428         * c-common.c (c_common_truthvalue_conversion): When warning about
429         using an assignment as a truth value, set TREE_NO_WARNING.
430
431 2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
432
433         PR middle-end/7651
434         * c.opt (Wold-style-declaration): New.
435         * doc/invoke.texi (C-only Warning Options): New.
436         (Wold-style-declaration): Document it.
437         (Wextra): Enabled by -Wextra.
438         * c-opts.c (c_common_post_options): Enabled by -Wextra.
439         * c-decl.c (declspecs_add_scspec): Replace -Wextra with
440         -Wold-style-declaration.
441
442 2007-01-02  Kazu Hirata  <kazu@codesourcery.com>
443
444         * alias.c (init_alias_analysis): Use VEC_safe_grow_cleared.
445         * cfgbuild.c (find_basic_blocks): Likewise.
446         * cfgrtl.c (rtl_create_basic_block): Likewise.
447         * function.c (temp_slots_at_level): Likewise.
448         * reg-stack.c (stack_regs_mentioned): Likewise.
449         * regclass.c (allocate_reg_info): Likewise.
450         * tree-cfg.c (init_empty_tree_cfg, build_tree_cfg, create_bb,
451         set_bb_for_stmt, move_block_to_fn): Likewise.
452         * tree-complex.c (tree_lower_complex): Likewise.
453         * vec.h (VEC_safe_grow_cleared): New.
454
455 2007-01-02  Douglas Gregor  <doug.gregor@gmail.com>
456
457         * c-common.c(c_common_nodes_and_builtins): Since variants of
458         void_type_node get built before it is given a name, we need to
459         give those variants the name, too.
460         (complete_array_type): We need to work with the canonical main
461         type of the array, from which we will build the qualified version.
462         * params.def (PARAM_VERIFY_CANONICAL_TYPES): New.
463         * print-tree.c (print_node): Display canonical type information
464         for each type.
465         * stor-layout.c (layout_type): When we don't know the
466         alignment of a type for which we're building an array, we end up
467         guessing wrong, so make the type require structural equality.
468         * tree.c (make_node_stat): When we build a new type, it is its
469         own canonical type.
470         (build_type_attribute_qual_variant): When building an attribute
471         variant, its canonical type is the non-attribute variant. However,
472         if the attributes are target-dependent and they differ, we need to
473         use structural equality checks for this type.
474         (build_qualified_type): A qualified type is not equivalent to its
475         unqualified variant; set the canonical type appropriately.
476         (build_distinct_type_copy): When building a distinct type from
477         another type, the new type is its own canonical type.
478         (build_variant_type_copy): When building a new type variant, we
479         assume that it is equivalent to the original type.
480         (build_pointer_type_for_mode): When building a pointer type, also
481         build a canonical type pointer.
482         (build_reference_type_for_mode): When building a reference type,
483         also build a canonical type reference.
484         (build_index_type): When we can't hash an index type (e.g.,
485         because its maximum value is negative), the index type requires
486         structural equality tests.
487         (build_array_type): Build the canonical form of an array type.
488         (build_function_type): Function types require structural equality,
489         because they contain default arguments, attributes, etc.
490         (build_method_type_directly): Ditto for method types.
491         (build_offset_type): Build the canonical offset type.
492         (build_complex_type): Build the canonical vector type.
493         (make_vector_type): Build the canonical vector type.
494         * tree.h (TYPE_CANONICAL): New.
495         (TYPE_STRUCTURAL_EQUALITY_P): New.
496         (SET_TYPE_STRUCTURAL_EQUALITY): New.
497         (struct tree_type): Added "canonical" field.
498         * params.h (VERIFY_CANONICAL_TYPES): New.
499         * doc/c-tree.texi (TYPE_CANONICAL): Document.
500         (TYPE_STRUCTURAL_EQUALITY_P): Document.
501         (SET_TYPE_STRUCTURAL_EQUALITY): Document.
502         * doc/invoke.texi (verify-canonical-types): Document --param
503         parameter for verifying canonical types.
504
505 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
506
507         * config.gcc (powerpc-*-eabispe*, powerpc-*-eabisimaltivec*,
508         powerpc-*-eabisim*, powerpc-*-eabialtivec*, powerpc-*-eabi*,
509         powerpc-*-rtems*, powerpc-wrs-vxworks, powerpc-wrs-vxworksae,
510         powerpcle-*-eabisim*, powerpcle-*-eabi*): Add rs6000/e500.h to
511         tm_file.
512         * config/rs6000/e500.h: New.
513         * config/rs6000/eabi.h (TARGET_SPE_ABI, TARGET_SPE, TARGET_E500,
514         TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE, TARGET_E500_DOUBLE):
515         Remove.
516         * config/rs6000/linuxspe.h (TARGET_SPE_ABI, TARGET_SPE,
517         TARGET_E500, TARGET_ISEL, TARGET_FPRS, TARGET_E500_SINGLE,
518         TARGET_E500_DOUBLE): Remove.
519         * config/rs6000/vxworks.h (TARGET_SPE_ABI, TARGET_SPE,
520         TARGET_E500, TARGET_ISEL, TARGET_FPRS): Remove.
521         * config/rs6000/rs6000.h (CHECK_E500_OPTIONS): Define.
522         * config/rs6000/rs6000.c (rs6000_override_options): Use
523         CHECK_E500_OPTIONS.
524
525 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
526
527         * config/rs6000/rs6000.c (print_operand): Check (TARGET_SPE ||
528         TARGET_E500_DOUBLE), not TARGET_E500, for %y.
529         (rs6000_generate_compare, rs6000_emit_sCOND, output_cbranch,
530         rs6000_emit_cmove): Don't check TARGET_E500.
531         * config/rs6000/rs6000.md (bunordered, bordered, sunordered,
532         sordered): Don't check TARGET_E500.
533
534 2007-01-01  Eric Christopher  <echristo@apple.com>
535
536         * config/mips/mips.c (mips_regno_mode_ok_for_base_p): Use
537         HARD_REGISTER_NUM_P.
538
539 2007-01-01  Roger Sayle  <roger@eyesopen.com>
540
541         * fold-const.c (fold_binary) <EQ_EXPR>: Fold "(X^C1) eq/ne C2" into
542         "X eq/ne (C1^C2)".  Fold "(X^Z) eq/ne (Y^Z)" as "X eq/ne Y" when Z
543         has no side-effects.  Fold "(X^C1) eq/ne (Y^C2)" as "(X^(C1^C2))
544         eq/ne Y".
545
546 2007-01-01  Mike Stump  <mrs@apple.com>
547
548         * configure.ac: Remove support for building with Apple's gcc-3.1.
549
550 2007-01-02  Joseph Myers  <joseph@codesourcery.com>
551
552         PR middle-end/30311
553         * caller-save.c (add_stored_regs): Only handle SUBREGs if inner
554         REG is a hard register.  Do not modify REG before calling
555         subreg_nregs.
556         * rtlanal.c (subreg_get_info): Don't assert size of XMODE is a
557         multiple of the size of YMODE for certain lowpart cases.
558
559 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
560
561         PR middle-end/30253
562         * gimplify (voidify_wrapper_expr): Update for
563         GIMPLE_MODIFY_STMT.
564
565 2007-01-01  Andreas Schwab  <schwab@suse.de>
566
567         PR target/29166
568         * config/ia64/ia64.c (ia64_compute_frame_size): Account space for
569         save of BR0 in extra_spill_size instead of spill_size.
570         (ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
571         area.
572         (ia64_expand_epilogue): Restore BR0 from its new location.
573
574 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
575
576         * gimplify.c (gimplify_init_constructor <case VECTOR_TYPE>):
577         Use a temporary variable if the left hand side is not a gimple
578         register.
579
580 2007-01-01  Andrew Pinski  <pinskia@gmail.com>
581
582         * gimplify.c (gimplify_return_expr): Make the temporary variable
583         for the return expression, a gimple register variable.
584
585 2007-01-01  Jan Hubicka  <jh@suse.cz>
586
587         * emit-rtl.c (emit_copy_of_insn_after): Do not call copy_insn_1 for
588         INSN_LIST.
589
590 2007-01-01  Mike Stump  <mrs@apple.com>
591
592         * configure.ac (HAVE_GAS_LITERAL16): Add autoconf check for
593         .literal16.
594         * config/darwin.c (machopic_select_rtx_section): Use
595         HAVE_GAS_LITERAL16.
596         (darwin_mergeable_constant_section): Likewise.
597         * configure: Regenerate.
598         * config.in: Regenerate.
599
600 2007-01-01  Jan Hubicka  <jh@suse.cz>
601             Andrew Pinski  <pinskia@gmail.com>
602
603         * cgraphunit.c (cgraph_optimize): Call cgraph_add_new_functions
604         before starting IPA passes.