OSDN Git Service

06eefcca88b2f3f8ca1a835f48b89e268eef0209
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2008-04-11  Bernd Schmidt  <bernd.schmidt@analog.com>
2
3         * config/bfin/constraints.md: New file.
4         * config/bfin/bfin.md: Include it.
5         (adddi3): Use satisfies_constraint functions instead of the old macros.
6         * config/bfin/bfin.h (REG_CLASS_FROM_LETTER, CONSTRAINT_LEN,
7         CONST_18UBIT_IMM_P, CONST_16BIT_IMM_P, CONST_16UBIT_IMM_P,
8         CONST_7BIT_IMM_P, CONST_7NBIT_IMM_P, CONST_5UBIT_IMM_P,
9         CONST_4BIT_IMM_P, CONST_4UBIT_IMM_P, CONST_3BIT_IMM_P,
10         CONST_3UBIT_IMM_P, CONST_OK_FOR_K, CONST_OK_FOR_P, CONST_OK_FOR_M,
11         CONST_OK_FOR_CONSTRAINT_P, CONST_DOUBLE_OK_FOR_LETTER,
12         EXTRA_CONSTRAINT): Delete.
13         * config/bfin/predicates.md (highbits_operand, reg_or_7bit_operand,
14         reg_or_neg7bit_operand): Use satisfies_constraint functions instead
15         of the old macros.
16         * config/bfin/bfin.c: Include "tm-constrs.h".
17         (bfin_secondary_reload, split_load_immediate, bfin_rtx_costs):
18         Use satisfies_constraint functions instead of the old macros.
19         * doc/md.texi (Blackfin Constraints): Update file name reference.
20
21 2008-04-11  Richard Guenther  <rguenther@suse.de>
22
23         PR tree-optimization/35869
24         * tree-vrp.c (execute_vrp): Move switch statement update after
25         jump threading.  Schedule another cfg cleanup run.
26
27 2008-04-11  Volker Reichelt  <v.reichelt@netcologne.de>
28
29         PR c/35744
30         * attribs.c (decl_attributes): Return early on errorneous node.
31
32 2008-04-10  Oleg Ryjkov  <olegr@google.com>
33
34         * tree.h (struct tree_base): Added a new flag default_def_flag.
35         (SSA_NAME_IS_DEFAULT_DEF): Changed to use the new flag.
36
37 2008-04-11  Kaz Kojima  <kkojima@gcc.gnu.org>
38
39         * config.gcc (need_64bit_hwint): Need 64bit hwint for sh-*-*.
40
41 2008-04-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
42
43         PR target/35768
44         * pa.md: Define mode iterator P.  Define mode attribute dwc.
45         (dcacheflush): Update pattern to use iterator P and attribute dwc.
46         (icacheflush): Likewise.
47         * pa.h (INITIALIZE_TRAMPOLINE): Use dcacheflushsi/icacheflushsi if
48         !TARGET_64BIT, and dcacheflushdi/icacheflushdi if TARGET_64BIT.
49
50 2008-04-11  Ben Elliston  <bje@au.ibm.com>
51
52         * config/spu/spu.c (spu_init_builtins): Mark builtins as nothrow.
53
54 2008-04-10  Rafael Espindola  <espindola@google.com>
55
56         * gcc/tree-vrp.c (extract_range_from_binary_expr): Don't handle
57         TRUTH_ANDIF_EXPR or TRUTH_ORIF_EXPR.
58         (extract_range_from_expr): The same.
59
60 2008-04-10  Adam Nemet  <anemet@caviumnetworks.com>
61
62         * config/mips/mips.md (GPR2): New mode iterator.
63         (seq): Add comment.
64         (*seq_<mode>, *seq_<mode>_mips16, *sne_<mode>, *sgt<u>_<mode>,
65         *sgt<u>_<mode>_mips16, *sge<u>_<mode>, *slt<u>_<mode>,
66         *slt<u>_<mode>_mips16 *sle<u>_<mode>, *sle<u>_<mode>_mips16):
67         Rewrite these to take two modes, the mode of comparison and the
68         mode of the destination.
69         * config/mips/mips.c (mips_expand_scc): Instead of having
70         paradoxical subreg as destination, expand "narrowing" scc if mode
71         of comparison is SI and target is requested in DI mode.
72         (mips_emit_int_order_test): Update comment.  Make mode of
73         comparison match CMP0 rather than TARGET.  When creating inverse
74         target use mode of TARGET.
75
76 2008-04-10  Adam Nemet  <anemet@caviumnetworks.com>
77
78         * gcov-dump.c (tag_summary): Only print summaries for the first
79         GCOV_COUNTERS_SUMMABLE counters.
80
81 2008-04-10  Uros Bizjak  <ubizjak@gmail.com>
82
83         * config/i386/i386.md (absneg): New code iterator.
84         (absnegprefix): New code attribute.
85         (<code><mode>2): Macroize expander from abs<mode>2 and neg<mode>2
86         patterns using absneg code iterator.
87         (<code>tf2): Macroize expander from abstf2 and negtf2 patterns
88         using absneg code iterator.
89         (*<code><mode>2_1): Macroize insn pattern from *abs<mode>2_1 and
90         *neg<mode>2 patterns using absneg code iterator.
91         (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
92         *negextendsfdf2 patterns using absneg code iterator.
93         (*<code>extendsfxf2): Macroize insn pattern from *absextendsfxf2 and
94         *negextendsfxf2 patterns using absneg code iterator.
95         (*<code>extendsfdf2): Macroize insn pattern from *absextendsfdf2 and
96         *negextendsfdf2 patterns using absneg code iterator.
97         * config/i386/sse.md (<code><mode>2): Macroize expander from
98         abs<mode>2 and neg<mode>2 patterns using absneg code iterator. 
99
100 2008-04-10  Andreas Krebbel  <krebbel1@de.ibm.com>
101
102         * config/s390/s390.h: Remove the remains of the recent search
103         & replace action of current_function_outgoing_args_size.
104
105 2008-04-10  Ira Rosen  <irar@il.ibm.com>
106
107         PR tree-optimization/35821
108         * tree-vect-transform.c (vect_create_data_ref_ptr): Add check that
109         NEW_STMT_LIST is not NULL.
110
111 2008-04-09  David Edelsohn  <edelsohn@gnu.org>
112
113         PR libstdc++/35597
114         * toplev.c (process_options): Remove -ffunction-sections debugging
115         warning.
116
117 2008-04-09  Peter Bergner  <bergner@vnet.ibm.com>
118
119         PR middle-end/PR28690
120         * explow.c (break_out_memory_refs): Use simplify_gen_binary rather
121         than gen_rtx_fmt_ee to perform more canonicalizations.
122
123 2008-04-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
124
125         PR driver/35665
126         * collect2.c (write_c_file): Don't wrap in "#ifdef __cplusplus".
127
128 2008-04-09  Richard Guenther  <rguenther@suse.de>
129
130         * tree-cfg.c (verify_stmt): Print complete bogus stmt.
131         (dump_function_to_file): Dump function arguments with types.
132
133 2008-04-08  Richard Guenther  <rguenther@suse.de>
134
135         * fold-const.c (fold_widened_comparison): Do not allow
136         sign-changes that change the result.
137
138 2008-04-08  Janis Johnson  <janis187@us.ibm.com>
139
140         PR target/35839
141         * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle additional
142         kinds of indirect references.
143
144 2008-04-08  David Edelsohn  <edelsohn@gnu.org>
145
146         * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Update
147         GNU Fortran language string.
148
149 2008-04-08  Rafael Espindola  <espindola@google.com>
150
151         * fold-canst.c (tree_call_nonnegative_warnv_p): New.
152         (tree_invalid_nonnegative_warnv_p): Use tree_call_nonnegative_warnv_p.
153         * tree.h (tree_call_nonnegative_warnv_p): New.
154
155 2008-04-08  Jan Hubicka  <jh@suse.cz>
156
157         * function.c (free_after_compilation): Clear out regno_reg_rtx
158         pointer.
159
160 2008-04-08  Peter Bergner  <bergner@vnet.ibm.com>
161
162         Revert
163         2008-04-07  Peter Bergner  <bergner@vnet.ibm.com>
164
165         PR middle-end/PR28690
166         * rtlanal.c: (commutative_operand_precedence): Give SYMBOL_REF's the
167         same precedence as REG_POINTER and MEM_POINTER operands.
168
169 2008-04-08  Richard Guenther  <rguenther@suse.de>
170
171         PR middle-end/35834
172         * tree-ssa-address.c (create_mem_ref): Use POINTER_PLUS_EXPR
173         for adding index to base.
174
175 2008-04-08  Kai Tietz  <kai.tietz@onevision.com>
176
177         * config/i386/mingw32.h (ENABLE_EXECUTE_STACK): New.
178         (MINGW_ENABLE_EXECUTE_STACK): New.
179         (IN_LIBGCC2): For libgcc include windows.h file for
180         function declarations.
181
182 2008-04-08  Hans-Peter Nilsson  <hp@axis.com>
183
184         * config/cris/cris.c (cris_address_cost): For a PLUS, swap tem1
185         and tem2 if tem1 is not a REG or MULT.
186
187 2008-04-08  Jan Hubicka  <jh@suse.cz>
188
189         * function.h (incomming_args): Break out of struct function.
190         (function_subsections): Break out of struct function.
191         (rtl_data): Add args, subsections fields. Break out outgoing_args_size,
192         return_rtx and hard_reg_initial_vals from struct function.
193         Kill inl_max_label_num.
194         (current_function_pops_args, current_function_args_info,
195         current_function_args_size, current_function_args_size,
196         current_function_pretend_args_size,
197         current_function_outgoing_args_size,
198         current_function_internal_arg_pointer, current_function_return_rtx):
199         Kill compatibility accestor macros.
200         * builtins.c (expand_builtin_apply_args_1): Update.
201         (expand_builtin_next_arg): Update.
202         * df-scan.c (df_get_call_refs): Update.
203         * dbxout.c (dbxout_function_end): Update.
204         * dwarf2out.c (dwarf2out_switch_text_section): Update.
205         (output_line_info): Update.
206         (secname_for_decl): Update.
207         (dwarf2out_var_location): Update.
208         * function.c (free_after_compilation): Update.
209         (assign_parm_find_stack_rtl): Update.
210         (assign_parms): Update.
211         (expand_dummy_function_end): Update.
212         (expand_function_end): Update.
213         * calls.c (mem_overlaps_already_clobbered_arg_p): Update.
214         (expand_call): Update.
215         (emit_library_call_value_1): Update.
216         (store_one_arg): Update.
217         * varasm.c (initialize_cold_section_name): Update.
218         (unlikely_text_section): Update.
219         (unlikely_text_section_p): Update.
220         (assemble_start_function): Update.
221         (assemble_end_function): Update.
222         (default_section_type_flags): Update.
223         (switch_to_section): Update.
224         * integrate.c (set_decl_abstract_flags): Update.
225         (get_hard_reg_initial_val): Update.
226         (has_hard_reg_initial_val): Update.
227         (allocate_initial_values): Update.
228         * resource.c (init_resource_info): Update.
229         * config/alpha/alpha.c (NUM_ARGS): Update.
230         (direct_return): Update.
231         (alpha_va_start): Update.
232         (alpha_sa_size): Update.
233         (alpha_initial_elimination_offset): Update.
234         (alpha_expand_prologue): Update.
235         (alpha_start_function): Update.
236         (alpha_expand_epilogue): Update.
237         (unicosmk_initial_elimination_offset):
238         * config/alpha/alpha.md (call expander): Update.
239         * config/s390/s390.c (s390_register_info): Update.
240         (s390_register_info): Update.
241         (s390_frame_info): Update.
242         (s390_initial_elimination_offset): Update.
243         (s390_build_builtin_va_list): Update.
244         (s390_va_start): Update.
245         * config/spu/spu.c (direct_return): Update.
246         (spu_expand_prologue): Update.
247         (spu_initial_elimination_offset): Update.
248         (spu_build_builtin_va_list): Update.
249         (spu_va_start): Update.
250         * config/sparc/sparc.c (sparc_init_modes): Update.
251         (sparc_compute_frame_size): Update.
252         (function_value): Update.
253         * config/m32r/m32r.c (m32r_compute_frame_size): Update.
254         * config/i386/i386.md (return expander): Update.
255         * config/i386/i386.c (ix86_va_start): Update.
256         (ix86_can_use_return_insn_p): Update.
257         (ix86_compute_frame_layout): Update.
258         (ix86_expand_epilogue): Update.
259         * config/sh/sh.c (output_stack_adjust): Update.
260         (calc_live_regs): Update.
261         (sh_expand_prologue): Update.
262         (sh_builtin_saveregs): Update.
263         (sh_va_start): Update.
264         (initial_elimination_offset): Update.
265         (sh_allocate_initial_value): Update.
266         (sh_function_ok_for_sibcall): Update.
267         (sh_get_pr_initial_val): Update.
268         * config/sh/sh.md (return expander): Update.
269         * config/avr/avr.c (frame_pointer_required_p): UPdate.
270         * config/crx/crx.c (crx_compute_frame): UPdate.
271         (crx_initial_elimination_offset): UPdate.
272         * config/xtensa/xtensa.c (compute_frame_size): Update
273         (xtensa_builtin_saveregs): Update.
274         (xtensa_va_start): Update.
275         (order_regs_for_local_alloc): Update.
276         * config/stormy16/stormy16.c (xstormy16_compute_stack_layout): Update.
277         (xstormy16_expand_builtin_va_start): Update.
278         * config/fr30/fr30.c (fr30_compute_frame_size): Update.
279         * config/m68hc11/m68hc11.md (return expanders): Update.
280         * config/m68hc11/m68hc11.c (expand_prologue): Update.
281         (expand_epilogue): Update.
282         * config/cris/cris.c (cris_initial_frame_pointer_offset): Update.
283         (cris_simple_epilogue): Update.
284         (cris_expand_prologue): Update.
285         (cris_expand_epilogue): Update.
286         * config/iq2000/iq2000.c (iq2000_va_start): Update.
287         (compute_frame_size): Update.
288         * config/mt/mt.c (mt_compute_frame_size): Update.
289         * config/mn10300/mn10300.c (expand_prologue): Update.
290         (expand_epilogue): Update.
291         (initial_offset): Update.
292         (mn10300_builtin_saveregs):
293         * config/mn10300/mn10300.md (return expander): Update.
294         * config/ia64/ia64.c (ia64_compute_frame_size): Update.
295         (ia64_initial_elimination_offset): Update.
296         (ia64_initial_elimination_offset): Update.
297         (ia64_expand_prologue): Update.
298         * config/m68k/m68k.md (return expander): Update.
299         * config/rs6000/rs6000.c (rs6000_va_start): Update.
300         (rs6000_stack_info): Update.
301         * config/mcore/mcore.c (layout_mcore_frame): Update.
302         (mcore_expand_prolog): Update.
303         * config/arc/arc.c (arc_compute_frame_size): Update.
304         * config/score/score3.c (score3_compute_frame_size): Update.
305         * config/score/score7.c (score7_compute_frame_size): Update.
306         * config/arm/arm.c (use_return_insn): Update.
307         (thumb_find_work_register): Update.
308         (arm_compute_save_reg_mask): Update.
309         (arm_output_function_prologue): Update.
310         (arm_output_epilogue): Update.
311         (arm_size_return_regs): Update.
312         (arm_get_frame_offsets): Update.
313         (arm_expand_prologue): Update.
314         (thumb_exit): Update.
315         (thumb_unexpanded_epilogue): Update.
316         (thumb1_output_function_prologue): Update.
317         * config/pa/pa.md (return expander): Update.
318         * config/pa/pa.c (compute_frame_size): Update.
319         (hppa_builtin_saveregs): Update.
320         * config/mips/mips.c (mips_va_start): Update.
321         (mips16_build_function_stub): Update.
322         (mips_compute_frame_info): Update.
323         (mips_restore_gp): Update.
324         (mips_output_function_prologue): Update.
325         (mips_expand_prologue): Update.
326         * config/v850/v850.c (compute_frame_size): Update.
327         (expand_prologue): * config/mmix/mmix.c (along): update.
328         (mmix_initial_elimination_offset): update.
329         (mmix_reorg): update.
330         (mmix_use_simple_return): update.
331         (mmix_expand_prologue): update.
332         (mmix_expand_epilogue): Update.
333         * config/bfin/bfin.c (bfin_initial_elimination_offset): Update.
334         (emit_link_insn): Update.
335
336 2008-04-08  Anatoly Sokolov <aesok@post.ru>
337
338         * config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Define 
339         __AVR_HAVE_EIJMP_EICALL__ macro if device have EIJMP and EICALL 
340         instructions.
341         * config/avr/avr.c (avr_mcu_types): Set AVR31 architecture for 
342         atmega103 device.
343
344 2008-04-07  Jan Hubicka  <jh@suse.cz>
345
346         * function.h (rtl): Rename to x_rtl.
347         (crtl): New define.
348         (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
349         frame_offset, stack_check_probe_note, arg_pointer_save_area,
350         used_temp_slots avail_temp_slots, temp_slot_level,
351         nonlocal_goto_handler_labels): Update accesstors.
352         (rtl): New global variable.
353         (struct function): Move some fileds to rtl_data.
354         (get_arg_pointer_save_area): Update prototype.
355         * builtins.c (expand_builtin_setjmp_receiver): Update call of
356         get_arg_pointer_save_area.
357         * expr.c (init_expr): Update
358         * function.c (get_frame_size): Update
359         (assign_stack_local): Update
360         (expand_function_end): Update.
361         (get_art_pointer_save_area): Update
362         * function.h 
363         * emit-rtl.c (rtl): Declare.
364         (regno_reg_rtx): Declare.
365         (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
366         Update.
367         (gen_reg_rtx): Update.
368         * varasm.c (n_deferred_constatns): Update accestor.
369         (init_varasm_status): Do not allocate varasm_status.
370         (force_const_mem, get_pool_size, output_constant_pool): Update.
371         * stmt.c (force_label_rtx): Do not use x_ prefixes.
372         (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
373         * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Update.
374         * sparc/sparc.h (INIT_EXPANDERS): Update.
375         * ia64/ia64.h (INIT_EXPANDERS): Update.
376
377 2008-04-07  James E. Wilson  <wilson@tuliptree.org>
378
379         * reload.c (push_secondary_reload): Add missing break to for loop.
380
381 2008-04-07  Peter Bergner  <bergner@vnet.ibm.com>
382
383         PR middle-end/PR28690
384         * rtlanal.c: Update copyright years.
385         (commutative_operand_precedence): Give SYMBOL_REF's the same precedence
386         as REG_POINTER and MEM_POINTER operands.
387         * emit-rtl.c (gen_reg_rtx_and_attrs): New function.
388         (set_reg_attrs_from_value): Call mark_reg_pointer as appropriate.
389         * rtl.h (gen_reg_rtx_and_attrs): Add prototype for new function.
390         * gcse.c: Update copyright years.
391         (pre_delete): Call gen_reg_rtx_and_attrs.
392         (hoist_code): Likewise.
393         (build_store_vectors): Likewise.
394         (delete_store): Likewise.
395         * loop-invariant.c (move_invariant_reg): Likewise.
396         Update copyright years.
397
398 2008-04-07  Uros Bizjak  <ubizjak@gmail.com>
399
400         * config/i386/i386.md ("*sse_prologue_save_insn"): Use braced output
401         control string instead of quoted.
402
403 2008-04-07  Kenneth Zadeck <zadeck@naturalbridge.com>
404
405         * doc/rtl.texi: Rewrite of subreg section.
406
407 2008-04-07  Kai Tietz  <kai.tietz@onevision.com>
408
409         PR/35842
410         * config/i386/i386.c (legitimize_pic_address): Add treating
411         of dllimport SYM_REF's.
412         (legitimize_dllimport_symbol): Add prototype.
413
414 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
415
416         * fold-const.c (fold) <ARRAY_REF>: New case.  Try to fold constant
417         reference in constructor with non self-referential type.
418
419 2008-04-07  Eric Botcazou  <ebotcazou@adacore.com>
420
421         Removal of Return with Depressed Stack Pointer support
422         * tree.h (TYPE_RETURNS_STACK_DEPRESSED): Delete.
423         (ECF_SP_DEPRESSED): Likewise.
424         (ECF_LIBCALL_BLOCK, ECF_NOVOPS): Adjust.
425         * calls.c (emit_call_1): Do not test ECF_SP_DEPRESSED.
426         (flags_from_decl_or_type): Do not test TYPE_RETURNS_STACK_DEPRESSED.
427         (expand_call): Do not test ECF_SP_DEPRESSED.
428         * dse.c (dse_step0): Do not test TYPE_RETURNS_STACK_DEPRESSED.
429         * function.c (keep_stack_depressed): Delete.
430         (handle_epilogue_set): Likewise.
431         (update_epilogue_consts): Likewise.
432         (emit_equiv_load): Likewise.
433         (thread_prologue_and_epilogue_insns): Remove support for Return with
434         Depressed Stack Pointer.
435         * print-tree.c (print_node): Do not test TYPE_RETURNS_STACK_DEPRESSED.
436
437 2008-04-06  Richard Guenther  <rguenther@suse.de>
438
439         PR tree-optimization/35400
440         * tree-vrp.c (vrp_evaluate_conditional): Only query value-range
441         information from SSA_NAMEs.
442
443 2008-04-06  Anatoly Sokolov <aesok@post.ru>
444
445         * config/avr/avr.h (avr_mega_p): Remove declaration.
446         (AVR_MEGA): Remove macro.
447         * config/avr/avr.c (avr_mega_p): Remove variable.
448         (avr_override_options): Remove inicializion of avr_mega_p.
449         Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
450         (print_operand): Use AVR_HAVE_JMP_CALL instead of AVR_MEGA.
451         (avr_jump_mode): (Ditto.).
452         (avr_output_progmem_section_asm_op): (Ditto.).
453         (avr_asm_init_sections): (Ditto.).
454         (avr_asm_init_sections): (Ditto.).
455         (avr_rtx_costs): (Ditto.).
456         * config/avr/avr.md: (Ditto.).
457         * config/avr/avr.h: Use '__AVR_HAVE_JMP_CALL__' instead of 
458         '__AVR_MEGA__'.
459
460 2008-04-06  Richard Guenther  <rguenther@suse.de>
461
462         PR tree-optimization/35842
463         * tree-ssa-address.c (fixed_address_object_p): Adjust to match
464         is_gimple_invariant_address.
465
466 2008-04-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
467
468         * gcc.c (default_compilers): Sync Fortran extensions list with
469         that in fortran/lang-specs.h.
470         * doc/invoke.texi: Likewise.
471         * dbxout.c (get_lang_number): Use "GNU Fortran" in "GNU F95".
472         * dwarf2out.c (gen_compile_unit_die): Likewise.
473
474 2008-04-06  Tom G. Christensen  <tgc@jupiterrise.com>
475
476         * gthr-posix95.h (__gthread_cond_wait_recursive): Add missing &.
477
478 2008-04-05  Uros Bizjak  <ubizjak@gmail.com>
479
480         PR target/12329
481         * config/i386/i386.c (ix86_function_regparm): Error if regparm(3)
482         attribute is used for nested functions.
483
484 2008-04-05  Jan Hubicka  <jh@suse.cz>
485
486         * emit-rtl.c (init_emit): xcalloc regno_pointer_align.
487
488         * tree-dump.c (dump_enable_all): Remove prototype; do not accept
489         letter argument.
490         (dump_files): Update.
491         (enable_rtl_dump_file): Do not accept letter argument.
492         * tree-pass.h (dump_file_info): Remove letter argument.
493         * toplev.c (decode_d_option): Update -da handling.
494         * toplev.h (enable_rtl_dump_file): Update prototype.
495         * passes.c (register_one_dump_file): Do not accept IPA argument; work
496         it out based on pass type.
497         (register_dump_files_1): Likewise.
498         (init_optimization_passes): Update register_one_dump_file calls.
499         (execute_one_pass): Sanity check that IPA passes are called at IPA
500         level and RTL passes at RTL level.
501         (execute_pass_list): IPA pass can not be after or subpass of
502         GIMPLE/RTL pass.
503         (execute_ipa_pass_list): Handle IPA subpasses of IPA subpasses and
504         disallov RTL subpasses of IPA subpasses.
505
506 2008-04-05  Ben Elliston  <bje@au.ibm.com>
507
508         * tree-cfg.c (need_fake_edge_p): Return false for calls to
509         builtins that return exactly once and do not throw. Cache call to
510         call_expr_flags.
511
512 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
513
514         PR rtl-optimization/34916
515         PR middle-end/35519
516         * combine.c (create_log_links): Do not create duplicate LOG_LINKS
517         between instruction pairs.
518
519 2008-04-04  Naveen.H.S  <naveen.hs@kpitcummins.com>
520
521         * doc/invoke.texi: Document -mbitops for SH.
522         * config/sh/constraints.md (K03, K12, Sbv, Sbw): New constraints.
523         * config/sh/predicates.md (bitwise_memory_operand): New predicate.
524         * config/sh/sh.c (print_operand): Add %t operand code.
525         * config/sh/sh.h (GO_IF_LEGITIMATE_INDEX): Add condition for SH2A.
526         * config/sh/sh.md (*iorsi3_compact): Fix condition for SH2A.
527         (extendqisi2_compact): Add the alternative for SH2A 4-byte mov.b.
528         (extendqihi2): Likewise.
529         (movqi_i): Likewise.
530         (insv): Use bset, bclr and bst instructions for SH2A if possible.
531         (extv): Use bld instruction for SH2A if possible.
532         (extzv): Likewise.
533         (bclr_m2a, bclrmem_m2a, bset_m2a, bsetmem_m2a, bst_m2a, bld_m2a,
534         bldsign_m2a, bld_reg, *bld_regqi, band_m2a, bandreg_m2a,
535         bor_m2a, borreg_m2a, bxor_m2a, bxorreg_m2a): New insns.
536         (bset.b, bclr.b): Define peepholes.
537         * config/sh/sh.opt (mbitops): New option.
538
539 2008-04-04  Janis Johnson  <janis187@us.ibm.com>
540
541         PR target/35620
542         * config/rs6000/rs6000.c (rs6000_check_sdmode): Handle indirect ref
543         and view convert expression.
544
545 2008-04-04  Jakub Jelinek  <jakub@redhat.com>
546
547         PR target/35364
548         * tree-cfg.c (remove_useless_stmts_1): Handle OMP_* containers.
549
550 2008-04-04  H.J. Lu  <hongjiu.lu@intel.com>
551
552         * config.gcc (extra_headers): Add wmmintrin.h for x86 and x86-64.
553
554         * config/i386/cpuid.h (bit_AES): New.
555         (bit_PCLMUL): Likewise.
556
557         * config/i386/i386.c (pta_flags): Add PTA_AES and PTA_PCLMUL.
558         (override_options): Handle PTA_AES and PTA_PCLMUL.  Enable
559         SSE2 if AES or PCLMUL is enabled.
560         (ix86_builtins): Add IX86_BUILTIN_AESENC128,
561         IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
562         IX86_BUILTIN_AESDECLAST128, IX86_BUILTIN_AESIMC128,
563         IX86_BUILTIN_AESKEYGENASSIST128 and IX86_BUILTIN_PCLMULQDQ128.
564         (bdesc_sse_3arg): Add IX86_BUILTIN_PCLMULQDQ128.
565         (bdesc_2arg): Add IX86_BUILTIN_AESENC128,
566         IX86_BUILTIN_AESENCLAST128, IX86_BUILTIN_AESDEC128,
567         IX86_BUILTIN_AESDECLAST128 and IX86_BUILTIN_AESKEYGENASSIST128.
568         (bdesc_1arg): Add IX86_BUILTIN_AESIMC128.
569         (ix86_init_mmx_sse_builtins): Define __builtin_ia32_aesenc128,
570         __builtin_ia32_aesenclast128, __builtin_ia32_aesdec128,
571         __builtin_ia32_aesdeclast128,__builtin_ia32_aesimc128,
572         __builtin_ia32_aeskeygenassist128 and
573         __builtin_ia32_pclmulqdq128.
574         * config/i386/i386.c (ix86_expand_binop_imm_builtin): New.
575         (ix86_expand_builtin): Use it for IX86_BUILTIN_PSLLDQI128 and
576         IX86_BUILTIN_PSRLDQI128.  Handle IX86_BUILTIN_AESKEYGENASSIST128.
577
578         * config/i386/i386.h (TARGET_AES): New.
579         (TARGET_PCLMUL): Likewise.
580         (TARGET_CPU_CPP_BUILTINS): Handle TARGET_AES and TARGET_PCLMUL.
581
582         * config/i386/i386.md (UNSPEC_AESENC): New.
583         (UNSPEC_AESENCLAST): Likewise.
584         (UNSPEC_AESDEC): Likewise.
585         (UNSPEC_AESDECLAST): Likewise.
586         (UNSPEC_AESIMC): Likewise.
587         (UNSPEC_AESKEYGENASSIST): Likewise.
588         (UNSPEC_PCLMUL): Likewise.
589
590         * config/i386/i386.opt (maes): New.
591         (mpclmul): Likewise.
592
593         * config/i386/sse.md (aesenc): New pattern.
594         (aesenclast): Likewise.
595         (aesdec): Likewise.
596         (aesdeclast): Likewise.
597         (aesimc): Likewise.
598         (aeskeygenassist): Likewise.
599         (pclmulqdq): Likewise.
600
601         * config/i386/wmmintrin.h: New.
602
603         * doc/extend.texi: Document AES and PCLMUL built-in function.
604
605         * doc/invoke.texi: Document -maes and -mpclmul.
606
607 2008-04-04  Paolo Bonzini  <bonzini@gnu.org>
608
609         * function.c (free_after_parsing): Replace with
610         cxx_push_function_context from C++ front-end.
611         (allocate_struct_function): Don't call langhook.
612         * langhooks.h (struct lang_hooks_for_functions): Delete.
613         (struct lang_hooks): Add back missing_noreturn_ok_p here, delete
614         member "function".
615         * langhooks-def.h (LANG_HOOKS_MISSING_NORETURN_OK_P): Add.
616         (LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
617         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
618         LANG_HOOKS_FUNCTION_INITIALIZER): Delete.
619         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_MISSING_NORETURN_OK_P,
620         remove LANG_HOOKS_FUNCTION_INITIALIZER.
621         * tree-cfg.c: Adjust call to missing_noreturn_ok_p langhook.
622
623         * c-objc-common.h (LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P):
624         Rename to LANG_HOOKS_MISSING_NORETURN_OK_P.
625         
626 2008-04-04  Jakub Jelinek  <jakub@redhat.com>
627
628         PR c/35440
629         * c-pretty-print.c (pp_c_initializer_list): Handle CONSTRUCTOR
630         for all types.
631
632 2008-04-04  Richard Guenther  <rguenther@suse.de>
633
634         PR middle-end/35823
635         * fold-const.c (optimize_minmax_comparison): Use the correct
636         type for the constant in the simplified comparison.
637
638 2008-04-04  Zuxy Meng <zuxy.meng@gmail.com>
639
640         * config/i386/driver-i386.c (describe_cache): Add l2_sizekb argument.
641         Pass L2 size as "--param l2-cache-size" to the compiler.
642         (decode_l2_cache): New function to decode L2 cache parameters using
643         0x8000006 extended cpuid function.
644         (detect_caches_amd): Determine parameters of L2 cache using
645         decode_l2_caches function.
646         (decode_caches_intel): Decode L2 cache parameters.
647         (detect_caches_intel): Determine L2 cache parameters using
648         decode_caches_intel and decode_l2_caches functions.
649
650 2008-04-03  Bob Wilson  <bob.wilson@acm.org>
651
652         * config/xtensa/xtensa.c (xtensa_secondary_reload_class): Use a
653         secondary input reload for subword loads from the constant pool.
654
655 2008-04-03  Janis Johnson  <janis187@us.ibm.com>
656
657         PR target/35713
658         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Use integer
659           constants of the appropriate size for runtime calculations.
660
661         PR c/35712
662         * dfp.c (decimal_from_decnumber): Retain trailing zeroes for
663           decimal-float literal constant zero.
664
665 2008-04-03  Jakub Jelinek  <jakub@redhat.com>
666
667         PR c/35738
668         * c-parser.c (c_parser_omp_atomic): Call
669         default_function_array_conversion on the RHS.
670
671         PR middle-end/35818
672         * omp-low.c (scan_sharing_clauses) <case OMP_CLAUSE_SHARED>: Don't
673         call is_variable_sized if decl has incomplete type.
674
675 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
676
677         * config/i386/i386-protos.h (ix86_aligned_p): Removed.
678
679 2008-04-03  Adam Nemet  <anemet@caviumnetworks.com>
680
681         * config/mips/mips.md (any_gt, any_ge, any_lt, any_le): New code
682         iterators.
683         (u): Add attribute values for gt, gtu, ge, geu, lt, ltu, le and leu.
684         (sgt<u>): Merge sgt and sgtu into new expander.
685         (sgt, sgtu): Remove expanders.
686         (*sgt<u>_<mode>): Merge *sgt_<mode> and *sgtu_<mode> into new pattern.
687         (*sgt_<mode>, *sgtu_<mode>): Remove patterns.
688         (*sgt<u>_<mode>_mips16): Merge *sgt_<mode>_mips16 and
689         *sgtu_<mode>_mips16 into new pattern.
690         (*sgt_<mode>_mips16, *sgtu_<mode>_mips16): Remove patterns.
691         (sge<u>): Merge sge and sgeu into new expander.
692         (sge, sgeu): Remove expanders.
693         (*sge<u>_<mode>): Merge *sge_<mode> and second *sge_<mode> into
694         new pattern.
695         (*sge_<mode>, second *sge_<mode>): Remove patterns.
696         (slt<u>): Merge slt and sltu into new expander.
697         (slt, sltu): Remove expanders.
698         (*slt<u>_<mode>): Merge *slt_<mode> and *sltu_<mode> into new pattern.
699         (*slt_<mode>, *sltu_<mode>): Remove patterns.
700         (*slt<u>_<mode>_mips16): Merge *slt_<mode>_mips16 and
701         *sltu_<mode>_mips16 into new pattern.
702         (*slt_<mode>_mips16, *sltu_<mode>_mips16): Remove patterns.
703         (sle<u>): Merge sle and sleu into new expander.
704         (sle, sleu): Remove expanders.
705         (*sle<u>_<mode>): Merge *sle_<mode> and *sleu_<mode> into new pattern.
706         (*sle_<mode>, *sleu_<mode>): Remove patterns.
707         (*sle<u>_<mode>_mips16): Merge *sle_<mode>_mips16 and
708         *sleu_<mode>_mips16 into new pattern.
709         (*sle_<mode>_mips16, *sleu_<mode>_mips16): Remove patterns.
710
711 2008-04-03  Jan Hubicka  <jh@suse.cz>
712
713         PR tree-optimization/35795
714         * alpha/alpha.c (alpha_output_mi_thunk_osf): Free after compilation.
715         * sparc/sparc.c (sparc_output_mi_thunk): Likewise.
716         * ia64/ia64.c (ia64_output_mi_thunk): Likewise.
717         * m68k/m68k.c (m68k_output_mi_thunk): Likewise.
718         * score/score3.c (score3_output_mi_thunk): Likewise.
719         * score/score7.c (score7_output_mi_thunk): Likewise.
720         * mips/mips.c (mips_output_mi_thunk): Likewise.
721
722 2008-04-03  Richard Guenther  <rguenther@suse.de>
723
724         * tree-vrp.c (extract_range_from_unary_expr): Handle all
725         conversions.  Simplify code.
726
727 2008-04-03  Kaz Kojima  <kkojima@gcc.gnu.org>
728
729         * config/sh/sh.c (sh_output_mi_thunk): Free cfun.
730
731 2008-04-03  Tom Tromey  <tromey@redhat.com>
732             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
733
734         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
735         * config/bfin/t-bfin-linux (generated_files): Add
736         linux-sysroot-suffix.h.
737         * doc/install.texi (Prerequisites): Require make 3.80.
738         * doc/sourcebuild.texi (Front End Directory): Document new
739         variable.
740         * Makefile.in (generated_files): New variable.
741         (ALL_HOST_OBJS): New variable.
742         ($(ALL_HOST_OBJS)): New target.
743
744 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
745
746         * tree-inline.c (copy_generic_body, copy_decl_no_change): Export.
747         (remap_block): Call id->transform_lang_insert_block instead
748         of langhook.
749         (optimize_inline_calls, unsave_expr_now, tree_function_versioning):
750         Set id.transform_lang_insert_block to NULL.
751         (clone_body): Move to cp/optimize.c
752         * tree-inline.h (struct copy_body_data): Change
753         transform_lang_insert_block to function pointer.
754         (copy_generic_body, copy_decl_no_change): Export.
755         * langhooks.h (struct lang_hooks_for_decls): Kill insert_block.
756         * langhooks-def.h (LANG_HOOKS_INSERT_BLOCK): Kill.
757         (LANG_HOOKS_DECLS): Remove LANG_HOOKS_INSERT_BLOCK.
758
759         * c-tree.h (insert_block): Kill.
760         * c-decl.c (insert_block): Kill.
761
762 2008-04-03  Paolo Bonzini  <bonzini@gnu.org>
763
764         * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
765         LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
766         * c-tree.h (c_push_function_context, c_pop_function_context): Remove
767         argument.
768         * c-decl.c (c_push_function_context, c_pop_function_context): Remove
769         argument, call {push,pop}_function_context from here.
770         * c-parser.c: Use c_{push,pop}_function_context.
771
772         * function.c (push_function_context_to): Move meat ...
773         (push_function_context): ... here.  Simplify.
774         * function.c (pop_function_context_from): Move meat ...
775         (pop_function_context): ... here.  Simplify.
776         * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested,
777         leave_nested).
778         * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
779         LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
780         (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here.
781         * tree.h (push_function_context_to, pop_function_context_from): Remove.
782
783 2008-04-03  Ben Elliston  <bje@au.ibm.com>
784
785         * expmed.c (extract_force_align_mem_bit_field): Remove.
786
787 2008-04-03  Richard Guenther  <rguenther@suse.de>
788
789         PR middle-end/35800
790         * expr.h (try_casesi): Adjust prototype.
791         * expr.c (try_casesi): Take fallback label as extra parameter.
792         Use that for gen_casesi if default_label is NULL.
793         * stmt.c (expand_case): Pass fallback label to try_casesi,
794         make sure to fill gaps with a fallback label if default_label
795         is not present.
796
797 2008-04-03  Dominique d'Humieres <dominiq@lps.ens.fr>
798
799         PR target/35801
800         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Free cfun.
801
802 2008-04-03  Ben Elliston  <bje@au.ibm.com>
803
804         * expmed.c (extract_split_bit_field): Remove if (0) code.
805         * tree-ssa-structalias.c (do_sd_constraint): Likewise.
806         (do_ds_constraint): Likewise.
807
808 2008-04-02  Joseph Myers  <joseph@codesourcery.com>
809
810         * doc/cppopts.texi (-dU): Document.
811         * c-common.h (flag_dump_macros): Update comment.
812         * c-opts.c (handle_OPT_d): Handle -dU.
813         * c-ppoutput.c (macro_queue, define_queue, undef_queue,
814         dump_queued_macros, cb_used_define, cb_used_undef): New.
815         (init_pp_output): Handle -dU.
816         (cb_line_change): Call dump_queued_macros.
817         * toplev.c (decode_d_option): Accept -dU as preprocessor option.
818
819 2008-04-02  Anatoly Sokolov <aesok@post.ru>
820
821         * config/avr/predicates.md (io_address_operand): New predicate. 
822         * config/avr/avr-protos.h (avr_io_address_p): Remove declaration.
823         * config/avr/avr.c (avr_io_address_p): Remove function.
824         (out_movqi_r_mr): Use 'io_address_operand' predicate instead of 
825         'avr_io_address_p' function.
826         (out_movhi_r_mr): (Ditto.).
827         (out_movqi_mr_r): (Ditto.).
828         (out_movhi_mr_r): (Ditto.).
829         (avr_address_cost): (Ditto.).
830
831 2008-04-02  Uros Bizjak  <ubizjak@gmail.com>
832
833         * config/i386/i386.md (*float<SSEMODEI24:mode><X87MODEF:mode>2_1):
834         Emit gen_floatdi<X87MODEF:mode>2_i387_with_xmm for DImode values
835         in 32bit mode when XMM registers are available to avoid store
836         forwarding stalls.
837         (floatdi<X87MODEF:mode>2_i387_with_xmm): New insn pattern and
838         corresponding post-reload splitters.
839
840 2008-04-02  H.J. Lu  <hongjiu.lu@intel.com>
841
842         * config/i386/i386.c (bdesc_sse_3arg): Add __builtin_ia32_shufps
843         and __builtin_ia32_shufpd.  Provide __builtin_ia32_roundsd and
844         __builtin_ia32_roundss.
845         (ix86_init_mmx_sse_builtins): Remove __builtin_ia32_shufps,
846         __builtin_ia32_shufpd, __builtin_ia32_roundsd and
847         __builtin_ia32_roundss.
848         (ix86_expand_builtin): Don't handle IX86_BUILTIN_SHUFPS and
849         IX86_BUILTIN_SHUFPD here.
850
851 2008-04-02  H.J. Lu  <hongjiu.lu@intel.com>
852
853         * config/i386/i386.md (plogic): New.
854         (plogicprefix): Likewise.
855
856         * config/i386/mmx.md (mmx_<code><mode>3): New.
857         (mmx_and<mode>3): Removed.
858         (mmx_ior<mode>3): Likewise.
859         (mmx_xor<mode>3): Likewise.
860
861         * config/i386/sse.md (<code><mode>3): New.
862         (*<code><mode>3): Likewise.
863         (*<code><mode>3): Likewise.
864         (<code><mode>3): Likewise.
865         (*sse_<code><mode>3): Likewise.
866         (*sse2_<code><mode>3): Likewise.
867         (<code>tf3): Likewise.
868         (*<code>tf3): Likewise.
869         (and<mode>3): Likewise.
870         (*and<mode>3): Likewise.
871         (ior<mode>3): Removed.
872         (*ior<mode>3): Likewise.
873         (xor<mode>3): Likewise.
874         (*xor<mode>3): Likewise.
875         (*and<mode>3): Likewise.
876         (*ior<mode>3): Likewise.
877         (*xor<mode>3): Likewise.
878         (and<mode>3): Likewise.
879         (*sse_and<mode>3): Likewise.
880         (*sse2_and<mode>3): Likewise.
881         (andtf3): Likewise.
882         (*andtf3): Likewise.
883         (ior<mode>3): Likewise.
884         (*sse_ior<mode>3): Likewise.
885         (*sse2_ior<mode>3): Likewise.
886         (iortf3): Likewise.
887         (*iortf3): Likewise.
888         (xor<mode>3): Likewise.
889         (*sse_xor<mode>3): Likewise.
890         (*sse2_xor<mode>3): Likewise.
891         (xortf3): Likewise.
892         (*xortf3): Likewise.
893
894 2008-04-02  Richard Guenther  <rguenther@suse.de>
895
896         PR tree-optimization/14495
897         PR tree-optimization/34793
898         * tree-vrp.c (struct switch_update): New structure.
899         (to_remove_edges, to_update_switch_stmts): New VECs.
900         (simplify_switch_using_ranges): New function.  Remove not taken
901         case labels and edges.
902         (simplify_stmt_using_ranges): Call it.
903         (identify_jump_threads): Mark edges we have queued for removal
904         so we don't thread them.
905         (execute_vrp): Remove edges queued for removal, update SWITCH_STMT
906         case label vector.
907         * tree-cfg.c (group_case_labels): Deal with missing default label.
908         (tree_verify_flow_info): Allow missing default label.
909         * stmt.c (emit_case_bit_tests): Deal with NULL default_label.
910         (emit_case_nodes): Likewise.
911         (expand_case): Do not rely on the default label to be present.
912         * expr.c (try_casesi): Deal with NULL default_label.
913         (do_tablejump): Likewise.
914
915 2008-04-02  Richard Guenther  <rguenther@suse.de>
916
917         PR tree-optimization/14495
918         * tree-vrp.c (vrp_visit_cond_stmt): Do not handle
919         SWITCH_EXPR here ...
920         (vrp_visit_switch_stmt): ... but here (new function).
921         (find_case_label_index): New helper function.
922         (vrp_visit_stmt): Dispatch to vrp_visit_switch_stmt.
923
924 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
925
926         * fwprop.c: Fix ISO-C99ism.
927
928 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
929
930         PR bootstrap/35752
931         * Makefile.in (objdir): Set it here.
932         * configure.ac: Not here.  Find dynamic linker characteristics.
933         * exec-tool.in: Use them.
934         * aclocal.m4: Regenerate.
935         * configure: Regenerate.
936
937 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
938
939         * expr.c (expand_var): Delete it.
940         * expr.h (expand_var): Delete prototype.
941         * function.c (expand_function_start): Use expand_decl instead.
942         * cfgexpand.c (expand_one_static_var, expand_one_var): Don't call
943         langhook.
944
945 2008-04-02  Andy Hutchinson <hutchinsonamdy@aim.com>
946
947         PR rtl-optimization/35542
948         * fwprop.c (forward_propagate_and_simplify): Replace
949         loc_reg_mentioned_in_p with reg_mentioned_p.
950
951 2008-04-02  Paolo Bonzini  <bonzini@gnu.org>
952
953         PR rtl-optimization/35281
954         * fwprop.c (PR_CAN_APPEAR, PR_HANDLE_MEM): New.
955         (propagate_rtx_1): Handle PR_HANDLE_MEM.
956         (propagate_rtx): Pass PR_HANDLE_MEM if appropriate.
957         (varying_mem_p): Move above propagate_rtx.
958         (all_uses_available_at): Do not check MEMs.
959
960 2008-04-02  Rafael Espindola  <espindola@google.com>
961
962         * tree-vrp.c (extract_code_and_val_from_cond): Remove.
963         (register_edge_assert_for_2): Split the cond argument.
964         (register_edge_assert_for_1): Adjust for the change in
965         register_edge_assert_for_2.
966         (register_edge_assert_for): Split the cond argument.
967         (find_switch_asserts): Adjust for the change in
968         register_edge_assert_for.
969
970 2008-04-02  Kai Tietz  <kai.tietz@onevision.com>
971
972         * config.gcc: Add for x86_64-*-mingw* the t-crtfm to tbuild.
973         * gcc/config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Add 8 byte
974         offsets for 64-bit mingw.
975         * gcc/config/i386/i386.c (ix86_pass_by_reference): Correct calling
976         abi for x86_64-pc-mingw.
977
978 2008-04-02  Richard Guenther  <rguenther@suse.de>
979
980         * tree-vrp.c (extract_range_from_assert): Make sure to not
981         produce range min/max with TREE_OVERFOW set.
982         If merging a anti-range and a range keep the anti-range if
983         the range covers all values of the type.
984         (register_edge_assert_for_2): Only allow sign-changing
985         conversions in detecting canonical range checks.  Also
986         register an assert for the unsigned name if useful.
987
988         PR tree-optimization/35787
989         * tree-vrp.c (vrp_val_max): New function.
990         (vrp_val_min): Likewise.
991         (vrp_val_is_max): Move earlier, use vrp_val_{min,max}.
992         (vrp_val_is_min): Likewise.
993         (supports_overflow_infinity): Use vrp_val_{min,max}.
994         (negative_overflow_infinity): Likewise.
995         (positive_overflow_infinity): Likewise.
996         (is_negative_overflow_infinity): Use vrp_val_is_{min,max}.
997         (is_positive_overflow_infinity): Likewise.
998         (is_overflow_infinity): Likewise.
999         (avoid_overflow_infinity): Use vrp_val_{min,max} and
1000         vrp_val_is_{min,max}.
1001         (set_and_canonicalize_value_range): Canonicalize anti-ranges
1002         to ranges if possible.  Avoid empty ranges.
1003
1004 2008-04-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1005
1006         PR middle-end/35705
1007         * fold-const.c (get_pointer_modulus_and_residue): Return modulus 1 if
1008         the expression is a function address.
1009
1010 2008-04-01  George Helffrich  <george@gcc.gnu.org>
1011
1012         PR fortran/PR35154, fortran/PR23057
1013         * fortran/trans-common.c (create_common):  Add decl to function
1014         chain to preserve identifier scope in debug output.
1015
1016         * dbxout.c: Emit .stabs debug info for Fortran COMMON block
1017         variables as base symbol name + offset using N_BCOMM/N_ECOMM.
1018         (is_fortran, dbxout_common_name, dbxout_common_check): New functions.
1019         (dbxout_symbol_location): Transform N_LCSYM to N_GSYM for storage
1020         in common.
1021         (dbxout_syms): Check for COMMON-based symbol and wrap in
1022         N_BCOMM/N_ECOMM stab bracket, including as many symbols as possible
1023         in bracket for efficiency.
1024
1025         * dwarf2out.c: Emit DWARF debug info for Fortran COMMON block
1026         using DW_TAG_common_block + member offset.
1027         (add_pubname_string): New function.
1028         (dw_expand_expr): New function to find block name and offset for
1029         COMMON var.
1030         (common_check): New function to check whether symbol in Fortran COMMON.
1031         (gen_variable_die): If COMMON, use DW_TAG_common_block.
1032
1033         * testsuite/gcc.dg/debug/pr35154.c:  New test to check that non-Fortran
1034         use of common is unchanged.
1035
1036         * testsuite/lib/gfortran-dg.exp:  New harness to compile Fortran progs
1037         with all combinations of debug options available on target.
1038         * testsuite/gfortran.dg/debug/debug.exp:  Ditto.
1039         * testsuite/gfortran.dg/debug/trivial.f:  Ditto.
1040         * testsuite/gfortran.dg/debug/pr35154-stabs.f:  New test case for
1041         .stabs functionality.
1042         * testsuite/gfortran.dg/debug/pr35154-dwarf2.f:  New test case for
1043         DWARF functionality.
1044
1045 2008-04-01  Volker Reichelt  <v.reichelt@netcologne.de>
1046
1047         PR c/35436
1048         * c-format.c (init_dynamic_gfc_info): Ignore invalid locus type.
1049
1050 2008-04-02  Ben Elliston  <bje@au.ibm.com>
1051
1052         * config/v850/v850.md (casesi): Remove if (0) code.
1053         * config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
1054         * config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
1055
1056 2008-04-01  Uros Bizjak  <ubizjak@gmail.com>
1057
1058         * config/i386/i386.md (rex64suffix): New mode attribute.
1059         (floathi<mode>2): Disable expander for SSE math.
1060         (*floathi<mode>2_1): New insn insn_and_split pattern.
1061         (*floathi<mode>2_i387_with_temp): New macroized instruction pattern and
1062         corresponding post-reload splitters.
1063         (*floathi<mode>2_i387): New macroized insn pattern.
1064         (float<SSEMODEI24:mode><X87MODEF:mode>2): New macroized expander.
1065         (*float<SSEMODEI24:mode><X87MODEF:mode>2_1): New macroized
1066         insn_and_split pattern.
1067         (*floatsi<mode>2_vector_mixed_with_temp, *floatsi<mode>2_vector_mixed):
1068         New macroized instruction patterns and corresponding post-reload
1069         splitters.
1070         (*floatsi<mode>2_mixed_with_temp): New macroized instruction pattern
1071         and corresponding post-reload splitters.
1072         (*floatsi<mode>2_mixed_interunit, *floatsi<mode>2_mixed_nointerunit):
1073         New macroized instruction patterns.
1074         (*floatsi<mode>2_vector_sse_with_temp, *floatsi<mode>2_vector_sse): New
1075         macroized instruction patterns and corresponding post-reload splitters.
1076         (*floatsi<mode>2_sse_with_temp): New macroized instruction pattern and
1077         corresponding post-reload splitters.
1078         (*floatsi<mode>2_sse_interunit, *floatsi<mode>2_mixed_nointerunit):
1079         New macroized instruction patterns.
1080         (*floatsi<mode>2_i387_with_temp): New macroized instruction pattern and
1081         corresponding post-reload splitters.
1082         (*floatsi<mode>2_i387): New macroized instruction patterns.
1083
1084 2008-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1085
1086         * config/i386/i386.md (smaxmin): New.
1087         (umaxmin): Likewise.
1088         (maxminiprefix): Likewise.
1089         (maxminfprefix): Likewise.
1090         (<code><mode>3): Likewise.
1091         (smin<mode>3): Removed.
1092         (smax<mode>3): Likewise.
1093
1094         * config/i386/mmx.md (mmx_<code>v2sf3): New.
1095         (mmx_<code>v4hi3): Likewise.
1096         (mmx_<code>v8qi3): Likewise.
1097         (mmx_smaxv2sf3): Removed.
1098         (mmx_sminv2sf3): Likewise.
1099         (mmx_umaxv8qi3): Likewise.
1100         (mmx_smaxv4hi3): Likewise.
1101         (mmx_uminv8qi3): Likewise.
1102         (mmx_sminv4hi3): Likewise.
1103
1104         * config/i386/sse.md (<addsub><mode>3): New.
1105         (*<addsub><mode>3): Likewise.
1106         (<sse>_vm<addsub><mode>3): Likewise.
1107         (<maxmin><mode>3): Likewise.
1108         (*<maxmin><mode>3_finite): Likewise.
1109         (*<maxmin><mode>3): Likewise.
1110         (<sse>_vm<maxmin><mode>3): Likewise.
1111         (sse3_h<addsub>v4sf3): Likewise.
1112         (sse3_h<addsub>v2df3): Likewise.
1113         (<maxmin>v16qi3): Likewise.
1114         (*<maxmin>v16qi3): Likewise.
1115         (<maxmin>v8hi3): Likewise.
1116         (*<maxmin>v8hi3): Likewise.
1117         (*sse4_1_<maxmin><mode>3): Likewise.
1118         (*sse4_1_<maxmin><mode>3): Likewise.
1119         (add<mode>3): Removed.
1120         (*add<mode>3): Likewise.
1121         (<sse>_vmadd<mode>3): Likewise.
1122         (sub<mode>3): Likewise.
1123         (*sub<mode>3): Likewise.
1124         (<sse>_vmsub<mode>3): Likewise.
1125         (smin<mode>3): Likewise.
1126         (*smin<mode>3_finite): Likewise.
1127         (*smin<mode>3): Likewise.
1128         (<sse>_vmsmin<mode>3): Likewise.
1129         (smax<mode>3): Likewise.
1130         (*smax<mode>3_finite): Likewise.
1131         (*smax<mode>3): Likewise.
1132         (<sse>_vmsmax<mode>3): Likewise.
1133         (sse3_haddv4sf3): Likewise.
1134         (sse3_haddv2df3): Likewise.
1135         (sse3_hsubv4sf3): Likewise.
1136         (sse3_hsubv2df3): Likewise.
1137         (umaxv16qi3): Likewise.
1138         (*umaxv16qi3): Likewise.
1139         (smaxv8hi3): Likewise.
1140         (*smaxv8hi3): Likewise.
1141         (*sse4_1_smax<mode>3): Likewise.
1142         (*sse4_1_umax<mode>3): Likewise.
1143         (uminv16qi3): Likewise.
1144         (*uminv16qi3): Likewise.
1145         (sminv8hi3): Likewise.
1146         (*sminv8hi3): Likewise.
1147         (*sse4_1_smin<mode>3): Likewise.
1148         (*sse4_1_umin<mode>3): Likewise.
1149
1150 2008-04-01  Rafael Espindola  <espindola@google.com>
1151
1152         * tree-cfg.c (verify_expr): remove in_phi.
1153         (verify_stmt): Don't call walk_tree with verify_expr. Use
1154         is_gimple_min_invariant instead of is_gimple_val.
1155
1156 2008-04-01  Joseph Myers  <joseph@codesourcery.com>
1157
1158         * doc/include/gpl_v3.texi: Update for manpage generation.
1159         * doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
1160         gpl.texi.
1161         * doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
1162         * Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
1163         gpl_v3.texi instead of gpl.texi.
1164         (gpl.pod): New.
1165
1166 2008-04-01  Jakub Jelinek  <jakub@redhat.com>
1167
1168         PR pch/13675
1169         * c-pch.c (c_common_read_pch): On error close (fd) resp. fclose (f).
1170
1171 2008-04-01  Rafael Espindola  <espindola@google.com>
1172
1173         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): New.
1174         (extract_code_and_val_from_cond): Use
1175         extract_code_and_val_from_cond_with_ops.
1176
1177 2008-04-01  Jan Hubicka  <jh@suse.cz>
1178
1179         * function.c (free_after_compilation): Free epilogue_delay_list.
1180         (prepare_function_start): Assert that previous compilation was freed.
1181
1182 2008-04-01  Jan Hubicka  <jh@suse.cz>
1183             Jim Wilson  <wilson@tuliptree.org>
1184             Andreas Tobler <andreast@gcc.gnu.org>
1185
1186         PR middle-end/35781
1187         * m32c/m32.c (m32c_leaf_function_p, m32c_function_needs_enter): Use
1188         rtl.emit instead cfun->emit.
1189         * sparc/sparc.h (INIT_EXPANDERS): Likewise.
1190         * ia64/ia64.h (INIT_EXPANDERS): Likewise.
1191
1192 2008-04-01  Ben Elliston  <bje@au.ibm.com>
1193
1194         * doc/c-tree.texi (Function Basics): Fix grammatical error.
1195
1196 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
1197
1198         * common.opt (fprofile-dir=, fprofile-use=, fprofile-generate=):
1199         New options
1200         (fprofile-use): Add var flag_profile_use
1201         * coverage.c (coverage_begin_output): Do not open a gcno file for
1202         output only if -ftest-coverage is set.
1203         Do not add getpwd() to gcda file path.
1204         (build_gcov_info): Check the new flag
1205         flag_profile_datafile_relative_path.
1206         (coverage_init): Use profile_data_prefix.
1207         Read profile counter only if flag_profile_use is set.
1208         * opts.c (common_handle_option): New option fprofile-use=,
1209         fprofile-dir=, fprofile-generate=.
1210         * toplev.c (profile_data_prefix): New variable definition.
1211         * toplev.h (profile_data_prefix): New declaration.
1212         * doc/invoke.tex (Option Summary, Optimization Options):
1213         Add new options.
1214
1215 2008-03-31  James E. Wilson  <wilson@tuliptree.org>
1216
1217         * varasm.c (output_constant_pool_1): In LABEL_REF check,
1218         use tmp consistently.
1219
1220         PR target/35695
1221         * config/ia64/div.md (recip_approx_rf): Use UNSPEC not DIV.
1222         * config/ia64/ia64.c (rtx_needs_barrier): Handle
1223         UNSPEC_FR_RECIP_APPROX_RES.
1224         * config/ia64/ia64.md (UNSPEC_FR_RECIP_APPROX_RES): Define.
1225
1226 2008-03-31  Volker Reichelt  <v.reichelt@netcologne.de>
1227
1228         PR c/35750
1229         * c-decl.c (store_parm_decls_oldstyle): Skip invalid parameters.
1230
1231 2008-03-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1232
1233         PR middle-end/30186
1234         * fold-const.c (fold_indirect_ref_1): Support accessing non first
1235         element of the vector via a pointer.
1236
1237 2008-03-31  Ian Lance Taylor  <iant@google.com>
1238
1239         * tlink.c (scan_linker_output): Look for symbol name in single quotes.
1240
1241 2008-03-31  Jan Hubicka  <jh@suse.cz>
1242
1243         * builtins.c (expand_builtin_setjmp_receiver): Update call of
1244         get_arg_pointer_save_area.
1245         * expr.c (init_expr): Just clear out rtl.expr.
1246         * function.c (free_after_compilation): Clear out whole RTL structure.
1247         (get_func_frame_size): Merge into ...
1248         (get_frame_size): ... this one.
1249         (assign_stack_local_1): Merge into ...
1250         (assign_stack_local): ... this one.
1251         (expand_function_end): Update call of get_arg_pointer_save_area.
1252         (get_art_pointer_save_area): Remove cfun argument.
1253         * function.h (emit_status): regno_pointer_align does not need length
1254         attribute. Move x_regno_reg_rtx to ...
1255         (regno_reg_rtx): ... new global array.
1256         (reg_rtx_no, seq_stack, REGNO_POINTER_ALIGN): Update accestors.
1257         (pending_stack_adjust, inhibit_defer_pop, saveregs_value,
1258         apply_args_value, forced_labels, stack_pointer_delta):
1259         Update accestors.
1260         (struct varasm_status): Move here from varasm.c
1261         (struct rtl_data): New. Move here some fields from struct function.
1262         (return_label, naked_return_label, stack_slot_list, parm_birth_insn,
1263         frame_offset, stack_check_probe_note, arg_pointer_save_area,
1264         used_temp_slots avail_temp_slots, temp_slot_level,
1265         nonlocal_goto_handler_labels): Update accesstors.
1266         (rtl): New global variable.
1267         (struct function): Move some fileds to rtl_data.
1268         (get_arg_pointer_save_area): Update prototype.
1269         * emit-rtl.c (rtl): Declare.
1270         (regno_reg_rtx): Declare.
1271         (first_insn, last_insn, cur_insn_uid, last_location, first_label_num):
1272         Update.
1273         (gen_reg_rtx): Update.
1274         (init_virtual_regs): Do not tate emit_status argument.
1275         (init_emit): Do not allocate emit.
1276         * varasm.c (varasm_statuc): Move to function.h.
1277         (n_deferred_constatns): Update accestor.
1278         (init_varasm_status): Do not allocate varasm_status.
1279         (force_const_mem, get_pool_size, output_constant_pool): Update.
1280         * stmt.c (force_label_rtx): Do not use x_ prefixes.
1281         (expand_nl_goto_receiver): Update get_arg_pointer_save_area.
1282
1283 2008-03-31  Zdenek Dvorak  <ook@ucw.cz>
1284
1285         PR rtl-optimization/35729
1286         * loop-invariant.c (check_maybe_invariant): Disallow volatile memory
1287         references.
1288
1289 2008-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1290
1291         PR target/32000
1292         * config/i386/i386.md (*movti_internal): Emit unaligned SSE
1293         load/store if memory is unaligned.
1294         (*movti_rex64): Likewise.
1295
1296         * config/i386/predicates.md (misaligned_operand): New.
1297
1298 2008-03-31  Andrew Pinski  <pinskia@gmail.com>
1299
1300         PR tree-opt/35431
1301         * tree-ssa-phiopt.c (conditional_replacement): Return early for
1302         complex types.
1303
1304 2008-03-31  Jan Beulich  <jbeulich@novell.com>
1305
1306         * config/ia64/constraints.md: Add 'j' constraint.
1307         * config/ia64/ia64.md (movsi_internal): Add addp4 case.
1308         (movdi_internal): Likewise.
1309
1310 2008-03-30  Volker Reichelt  <v.reichelt@netcologne.de>
1311
1312         PR c/35748
1313         * c-typeck.c (build_c_cast): Skip invalid fields in unions.
1314
1315 2008-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1316
1317         PR target/35757
1318         * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Issue
1319         proper error message for the third argument on blendpd and
1320         blendps.
1321
1322         * config/i386/sse.md (blendbits): New.
1323         (sse4_1_blendp<ssemodesuffixf2c>): Use it.
1324
1325 2008-03-30  Eric Botcazou  <ebotcazou@adacore.com>
1326
1327         * fold-const.c (fold_binary) <BIT_IOR_EXPR>: Add missing conversions.
1328
1329 2008-03-30  Richard Guenther  <rguenther@suse.de>
1330
1331         PR middle-end/31023
1332         * fold-const.c (fold_sign_changed_comparison): Do leave
1333         conversions to base-types alone.
1334
1335 2008-03-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1336
1337         * config/rs6000/rs6000.c (rs6000_stack_info): Don't force saving of
1338         the link register if one altivec register is be saved.
1339
1340 2008-03-30  Ben Elliston  <bje@au.ibm.com>
1341
1342         * final.c (final_scan_insn): Remove if (0) code.
1343
1344 2008-03-28  Volker Reichelt  <v.reichelt@netcologne.de>
1345
1346         * c-parser.c (c_parser_next_token_is_keyword): Simplify.
1347
1348 2008-03-28  H.J. Lu  <hongjiu.lu@intel.com>
1349
1350         * config/i386/sse.md (*and<mode>3): Pass <MODE>mode instead
1351         of V4SFmode to ix86_binary_operator_ok.
1352
1353 2008-03-28  Uros Bizjak  <ubizjak@gmail.com>
1354
1355         * config/i386/i386.c (override_options): Initialize
1356         ix86_veclib_handler to ix86_veclibabi_svml when
1357         -mveclibabi=svml is used.
1358         (ix86_veclibabi_svml): New function for SVML ABI style
1359         vectorization support.
1360         * doc/invoke.texi (-mveclibabi) [svml]: Document new target option.
1361
1362 2008-03-28  Rafael Espindola  <espindola@google.com>
1363
1364         * fold-const.c (tree_unary_nonnegative_warnv_p): Make it public.
1365         (tree_binary_nonnegative_warnv_p): Make it public.
1366         (tree_single_nonnegative_warnv_p): Make it public.
1367         (tree_invalid_nonnegative_warnv_p): Make it public.
1368         (tree_unary_nonzero_warnv_p): Make it public.
1369         (tree_binary_nonzero_warnv_p): Make it public
1370         (tree_single_nonzero_warnv_p): Make it public.
1371         * tree-vrp.c (vrp_evaluate_conditional_warnv_with_ops): New function.
1372         (extract_range_from_binary_expr): Split the expr argument.
1373         (extract_range_from_unary_expr): Split the expr argument.
1374         (extract_range_from_comparison): Split the expr argument.
1375         (extract_range_from_expr): Use the new aux functions.
1376         (vrp_evaluate_conditional_warnv): Use
1377         vrp_evaluate_conditional_warnv_with_ops.
1378         * tree.h (tree_unary_nonzero_warnv_p): Declare.
1379         (tree_binary_nonzero_warnv_p): Declare.
1380         (tree_single_nonzero_warnv_p): Declare.
1381         (tree_expr_nonzero_warnv_p): Declare.
1382         (tree_unary_nonnegative_warnv_p): Declare.
1383         (tree_binary_nonnegative_warnv_p): Declare.
1384         (tree_single_nonnegative_warnv_p): Declare.
1385         (tree_invalid_nonnegative_warnv_p): Declare.
1386
1387 2008-03-28  Richard Guenther  <rguenther@suse.de>
1388
1389         PR tree-optimization/30317
1390         PR tree-optimization/30911
1391         PR tree-optimization/34793
1392         * tree-vrp.c (set_and_canonicalize_value_range): New function.
1393         (struct assert_locus_d): New member EXPR.
1394         (register_new_assert_for): Add EXPR parameter to support
1395         ASSERT_EXPR <name, expr OP limit>.
1396         (register_edge_assert_for_1): Adjust callers.
1397         (find_assert_locations): Likewise.
1398         (process_assert_insertions_for): Build condition from expression.
1399         (extract_range_from_assert): Handle ASSERT_EXPRs
1400         of the form ASSERT_EXPR <name, expr OP limit>.
1401         (register_edge_assert_for_2): New helper registering
1402         asserts for comparisons.  Recognize range tests of the form
1403         (unsigned)i - CST1 OP CST2.
1404         (register_edge_assert_for_1): Use it.
1405         (register_edge_assert_for): Likewise.
1406         (needs_overflow_infinity): Integer sub-types
1407         do not need overflow infinities.
1408         (vrp_val_is_max): The extreme values of integer sub-types
1409         are those of the base type.
1410         (vrp_val_is_min): Likewise.
1411         * tree.def (ASSERT_EXPR): Document extra allowed conditional
1412         expressions.
1413
1414 2008-03-28  Nick Clifton  <nickc@redhat.com>
1415
1416         * config/mn10300/mn10300.c (mn10300_secondary_reload_class):
1417         Return GENERAL_REGS for stack adjustment reloads.
1418
1419 2008-03-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1420
1421         PR target/31334
1422         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Create a
1423         const_vector when all the vectors are constant.
1424
1425 2008-03-27  Bob Wilson  <bob.wilson@acm.org>
1426
1427         * config/xtensa/xtensa.c (gen_float_relational): Handle unordered
1428         comparisons.
1429         * config/xtensa/xtensa.md (any_cond): Add unordered comparisons.
1430         (any_scc_sf): Add uneq, unlt, unle and unordered operators.
1431         (scc_sf): New.
1432         (s<code>_sf): Use new scc_sf attribute for opcode names.
1433
1434 2008-03-27  Tom Tromey  <tromey@redhat.com>
1435
1436         * doc/sourcebuild.texi, doc/install.texi, configure, aclocal.m4,
1437         configure.ac, Makefile.in, config/t-darwin, config/m32c/t-m32c,
1438         config/spu/t-spu-elf, config/i386/t-interix,
1439         config/i386/t-cygming, config/i386/x-i386, config/i386/t-cygwin,
1440         config/i386/x-darwin, config/i386/x-mingw32,
1441         config/i386/t-netware, config/i386/x-cygwin, config/i386/t-nwld,
1442         config/sh/t-sh, config/sh/t-symbian, config/x-linux,
1443         config/t-sol2, config/x-hpux, config/x-darwin, config/ia64/t-ia64,
1444         config/x-solaris, config/t-vxworks, config/m68k/t-uclinux,
1445         config/rs6000/x-rs6000, config/rs6000/x-darwin64,
1446         config/rs6000/x-darwin, config/rs6000/t-rs6000,
1447         config/score/t-score-elf, config/arm/t-strongarm-pe,
1448         config/arm/t-pe, config/arm/t-arm, config/arm/t-wince-pe,
1449         config/v850/t-v850, config/v850/t-v850e, config/bfin/t-bfin-linux:
1450         Revert automatic dependency patch.
1451
1452 2008-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1453
1454         PR target/35657
1455         * config/i386/i386.c (ix86_function_arg_boundary): Align
1456         decimal floating point to its natural boundary.
1457
1458 2008-03-27  Richard Guenther  <rguenther@suse.de>
1459
1460         PR middle-end/35716
1461         * fold-const.c (fold_comparison): Restrict distinct decl
1462         comparison folding to VAR_DECLs and PARM_DECLs.  Do not
1463         solely rely on operand_equal_p.
1464
1465 2008-03-27  Richard Guenther  <rguenther@suse.de>
1466
1467         PR c/32511
1468         * c-common.c (handle_weak_attribute): Reject combination of
1469         weak and inline.
1470
1471 2008-03-27  Richard Guenther  <rguenther@suse.de>
1472
1473         PR tree-optimization/32810
1474         * tree-ssa-ccp.c (get_symbol_constant_value): Strip useless
1475         conversions from DECL_INITIAL.
1476         (fold_const_aggregate_ref): Likewise from constructor elements.
1477
1478 2008-03-27  Zdenek Dvorak  <ook@ucw.cz>
1479
1480         * tree-affine.h (aff_combination_expand): Declare.
1481         (get_inner_reference_aff): Likewise.
1482         * tree-affine.c (aff_combination_expand): Split out from
1483         tree_to_aff_combination_expand.
1484         (get_inner_reference_aff): New function.
1485         * tree-parloops.c (loop_parallel_p): Free vectorizer info.
1486         * tree-ssa-loop-im.c: Include tree-affine.h and pointer-set.h.
1487         (struct lim_aux_data): sm_done field removed.
1488         (mem_ref_loc_p, mem_ref_locs_p): New types.
1489         (struct mem_ref): Added id, stored, accesses_in_loop,
1490         indep_loop, dep_loop, indep_ref, dep_ref fields.
1491         Removed is_stored, locs and next fields.
1492         (memory_accesses): New variable.
1493         (movement_possibility): Do not allow moving statements
1494         that store to memory.
1495         (outermost_indep_loop, simple_mem_ref_in_stmt, mem_ref_in_stmt):
1496         New functions.
1497         (determine_max_movement): For statements with memory references,
1498         find the outermost loop in that the reference is independent.
1499         (move_computations_stmt): Mark the virtual operands for renaming.
1500         (memref_free, mem_ref_alloc, mem_ref_locs_alloc, mark_ref_stored,
1501         gather_mem_refs_stmt, gather_mem_refs_in_loops, vtoe_hash, vtoe_eq,
1502         vtoe_free, record_vop_access, get_vop_accesses, get_vop_stores,
1503         add_vop_ref_mapping, create_vop_ref_mapping_loop,
1504         create_vop_ref_mapping, analyze_memory_references,
1505         cannot_overlap_p, mem_refs_may_alias_p, rewrite_mem_ref_loc,
1506         get_all_locs_in_loop, ref_always_accessed_p,
1507         refs_independent_p, record_indep_loop, ref_indep_loop_p_1,
1508         ref_indep_loop_p, can_sm_ref_p, find_refs_for_sm,
1509         store_motion_loop, store_motion): New functions.
1510         (struct vop_to_refs_elt): New type.
1511         (record_mem_ref_loc, free_mem_ref_locs, rewrite_mem_refs,
1512         memref_hash, memref_eq, hoist_memory_references): Rewritten.
1513         (schedule_sm): Replaced by...
1514         (execute_sm): ... this.
1515         (determine_lsm_ref, hoist_memory_references,
1516         loop_suitable_for_sm, gather_mem_refs_stmt, gather_mem_refs,
1517         find_more_ref_vops, free_mem_ref, free_mem_refs,
1518         determine_lsm_loop, determine_lsm): Removed.
1519         (tree_ssa_lim_finalize): Free data structures used by store motion.
1520         (tree_ssa_lim): Call analyze_memory_references.  Use
1521         store_motion instead of determine_lsm.
1522
1523 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1524
1525         * config.cc (m68hc11, m6811, m68hc12, m6812): Add usegas.h,
1526         rename tmake_file to m68hc11/t-m68hc11.
1527         (mcore): Set inhibit_libc to true.
1528         * config.host (alpha*-dec-*vms*): Set extra_programs.
1529         (interix3*): Don't use host_xmake_file.
1530         * configure.ac: Let config.gcc override inhibit_libc.
1531         * configure: Regenerate.
1532
1533         * config/alpha/x-vms (EXTRA_PROGRAMS): Remove.
1534         * config/t-openbsd-thread: Remove commented out lines.
1535         
1536         * config/x-interix: Remove.
1537
1538         * config/m68hc11/t-m68hc11-gas: Rename to...
1539         * config/m68hc11/t-m68hc11: ... this.  Remove T_CPPFLAGS.
1540
1541         * config/mcore/t-mcore: Remove T_CFLAGS.
1542         * config/mcore/t-mcore-pe: Likewise.
1543
1544 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
1545
1546         * configure.ac: Replace custom __GNU_SOURCE test with
1547         AC_USE_SYSTEM_EXTENSIONS.  Move it earlier.
1548         * aclocal.m4: Regenerate.
1549         * configure: Regenerate.
1550         * config.in: Regenerate.
1551
1552 2008-03-27  Richard Guenther  <rguenther@suse.de>
1553
1554         * fold-const.c (target.h): Include.
1555         (fold_comparison): Fold comparison of addresses of decls
1556         that bind locally or of constants.  Consolidate address folding code.
1557         * tree-vrp.c (operand_less_p): Deal with non-INTEGER_CST
1558         results from fold_binary_to_constant.
1559         (compare_values_warnv): Likewise.
1560
1561 2008-03-27  Andrew Pinski  <pinskia@gmail.com>
1562
1563         PR middle-end/35429
1564         * fold-const.c (fold_truthop): Check for integeral types when folding
1565         a == 0 && b == 0 and a != 0 || b != 0 .
1566
1567 2008-03-26  Eric Botcazou  <ebotcazou@adacore.com>
1568
1569         * tree.c (get_unwidened): Remove code fiddling with COMPONENT_REF.
1570
1571 2008-03-26  Andreas Schwab  <schwab@suse.de>
1572
1573         * doc/invoke.texi: Fix use of @item vs. @itemx.
1574
1575 2008-03-26  Tom Tromey  <tromey@redhat.com>
1576
1577         * Makefile.in (build/gensupport.o, build/print-rtl.o,
1578         build/read-rtl.o, build/rtl.o, build/gencondmd.o, build/genattr.o,
1579         build/genattrtab.o, build/genautomata.o, build/gencheck.o,
1580         build/gencodes.o, build/genconditions.o, build/genconfig.o,
1581         build/genconstants.o, build/genemit.o, build/genextract.o,
1582         build/genflags.o, build/genmddeps.o, build/genopinit.o,
1583         build/genoutput.o, build/genpeep.o, build/genrecog.o): Depend on
1584         options.h.
1585
1586 2008-03-26  Richard Guenther  <rguenther@suse.de>
1587
1588         Revert
1589         2008-03-26  Richard Guenther  <rguenther@suse.de>
1590
1591         * fold-const.c (target.h): Include.
1592         (fold_comparison): Fold comparison of addresses of two decls
1593         that bind locally.  Consolidate address folding code.
1594
1595 2008-03-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1596
1597         * builtins.c (expand_builtin_pow, fold_builtin_cabs,
1598         fold_builtin_sqrt, fold_builtin_cbrt, fold_builtin_logarithm,
1599         fold_builtin_hypot, fold_builtin_pow): Remove uses of dconst3,
1600         dconstsqrt2, dconstthird, dconste and/or dconst10.
1601         * config/i386/i386.c (ix86_emit_swsqrtsf): Likewise.
1602         * emit-rtl.c (dconst3, dconst10, dconstm2, dconstthird,
1603         dconstsqrt2, dconste): Delete.
1604         (init_emit_once): Likewise.  Simplify initializing dconstm1.
1605         Constify variable.
1606         * real.c (get_real_const): New.
1607         * real.h (dconst3, dconst10, dconstm2, dconstthird,
1608         dconstsqrt2, dconste): Delete.
1609         (real_value_const, get_real_const): New.
1610
1611 2008-03-26  H.J. Lu  <hongjiu.lu@intel.com>
1612
1613         * config/i386/cygming.h (BIGGEST_ALIGNMENT): Removed.
1614
1615         * config/i386/i386.c (ix86_function_arg_boundary): Check
1616         BIGGEST_ALIGNMENT instead of 128.
1617         (setup_incoming_varargs_64): Likewise.
1618
1619 2008-03-26  Tom Tromey  <tromey@redhat.com>
1620
1621         * Makefile.in (DEPFILES): Add missing '/'.
1622
1623 2008-03-26  Richard Guenther  <rguenther@suse.de>
1624
1625         * fold-const.c (target.h): Include.
1626         (fold_comparison): Fold comparison of addresses of two decls
1627         that bind locally.  Consolidate address folding code.
1628
1629 2008-03-26  Nick Clifton  <nickc@redhat.com>
1630
1631         PR target/31232
1632         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p): Do
1633         not allow INT+INT as a legitimate addressing mode.
1634
1635 2008-03-26  Richard Guenther  <rguenther@suse.de>
1636
1637         * tree-flow.h (widen_bitfield): Remove declaration.
1638         * tree-ssa-ccp.c (visit_assignment): Remove unneeded code.
1639         (widen_bitfield): Remove function.
1640         * tree-ssa-dom.c (record_equivalences_from_stmt): Remove unneeded
1641         code.
1642
1643 2008-03-25  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1644
1645         PR target/31558
1646         * config/rs6000/rs6000-c.c (rs6000_builtin_type_compatible): Handle
1647         error_mark_node's.
1648
1649 2008-03-25  Richard Sandiford  <rsandifo@nildram.co.uk>
1650
1651         PR rtl-optimization/35232
1652         * reload1.c (reg_reloaded_call_part_clobbered): Clarify comment.
1653         (forget_old_reloads_1, forget_marked_reloads): Don't clear
1654         reg_reloaded_call_part_clobbered here.
1655         (reload_regs_reach_end_p): New function.
1656         (reload_reg_rtx_for_input): New variable.
1657         (reload_reg_rtx_for_output): Likewise.
1658         (emit_input_reload_insns): Use reloadreg rather than rl->reg_rtx
1659         when reassigning a pseudo register.  Load reloadreg from 
1660         reload_reg_rtx_for_input, moving the mode and register
1661         calculation to...
1662         (do_input_reload): ...here.  Use the mode-adjusted reg_rtx
1663         instead of the original when deciding whether an input reload
1664         would be a no-op or whether an output reload can be deleted.
1665         (emit_output_reload_insns): Use the mode-adjusted reg_rtx
1666         when setting up new_spill_reg_store.  Load it from
1667         reload_reg_rtx_for_output, moving the mode and register
1668         calculation to...
1669         (do_output_reload): ...here.  Use the mode-adjusted reg_rtx
1670         instead of the original when deciding whether an output reload
1671         would be a no-op.  Do the same when modifying insn notes.
1672         Use rtx_equal_p instead of == to compare the registers.
1673         (inherit_piecemeal_p): Take a mode and two register numbers
1674         as argument.
1675         (emit_reload_insns): Clear new_spill_reg_store for every hard
1676         register in the reload register.  Remove spill registers
1677         from reg_reloaded_valid before considering whether to record
1678         inheritance information for them.  Use reload_reg_rtx_for_output
1679         instead of reg_rtx when recording output reloads.  Use
1680         reload_reg_rtx_for_input instead of reg_rtx when recording
1681         input reloads.  Set or clear reg_reloaded_call_part_clobbered
1682         at the same time as setting reg_reloaded_valid.
1683         (delete_output_reload): Add a new_reload_reg parameter and use it
1684         instead of rld[j].reg_rtx.
1685         (emit_input_reload_insns, do_input_reload, do_output_reload): Adjust
1686         calls accordingly.
1687
1688 2008-03-25  Tom Tromey  <tromey@redhat.com>
1689
1690         * Makefile.in (build/gensupport.o): Depend on insn-modes.h.
1691         (build/genattr.o): Likewise.
1692         (build/genattrtab.o): Likewise.
1693         (build/gencodes.o): Likewise.
1694         (build/genconfig.o): Likewise.
1695         (build/genconstants.o): Likewise.
1696         (build/genemit.o): Likewise.
1697         (build/genextract.o): Likewise.
1698         (build/genflags.o): Likewise.
1699
1700 2008-03-25  Bob Wilson  <bob.wilson@acm.org>
1701         
1702         * config/xtensa/xtensa.c (xtensa_va_start): Use build_int_cst
1703         instead of size_int for integer types.
1704         (xtensa_gimplify_va_arg_expr): Likewise.  Convert index to sizetype
1705         to match type of MINUS_EXPR.
1706         
1707 2008-03-25  Tom Tromey  <tromey@redhat.com>
1708
1709         * configure: Rebuilt.
1710         * configure.ac (BUILD_DEPMODE): Extract CCDEPMODE from temporary
1711         Makefile.
1712
1713 2008-03-25  Tom Tromey  <tromey@redhat.com>
1714
1715         * config/x-solaris (host-solaris.o): Update.
1716         * config/x-linux (host-linux.o): Update.
1717         * config/x-hpux (host-hpux.o): Update.
1718         * config/x-darwin (host-darwin.o): Update.
1719         * config/v850/t-v850e (v850-c.o): Update.
1720         * config/v850/t-v850 (v850-c.o): Update.
1721         * config/t-vxworks (vxworks.o): Update.
1722         * config/t-sol2 (sol2-c.o, sol2.o): Update.
1723         * config/t-darwin (darwin.o, darwin-c.o, darwin-driver.o): Update.
1724         * config/spu/t-spu-elf (spu-c.o): Update.
1725         (spu.o): Remove.
1726         * config/sh/t-symbian (sh-c.o): Update.
1727         (symbian.o): Update.
1728         * config/sh/t-sh (sh-c.o): Update.
1729         * config/score/t-score-elf (score7.o, score3.o): Update.
1730         * config/rs6000/x-rs6000 (driver-rs6000.o): Update.
1731         * config/rs6000/x-darwin64 (host-ppc64-darwin.o): Update.
1732         * config/rs6000/x-darwin (host-ppc-darwin.o): Update.
1733         * config/rs6000/t-rs6000 (rs6000-c.o): Update.
1734         (rs6000.o): Remove.
1735         * config/m68k/t-uclinux (generated_files): Add sysroot-suffix.h.
1736         * config/m32c/t-m32c (m32c-pragma.o): Update.
1737         * config/ia64/t-ia64 (ia64-c.o): Update.
1738         * config/i386/x-mingw32 (host-mingw32.o): Update.
1739         * config/i386/x-i386 (driver-i386.o): Update.
1740         * config/i386/x-darwin (host-i386-darwin.o): Update.
1741         * config/i386/x-cygwin (host-cygwin.o): Update.
1742         * config/i386/t-nwld (nwld.o): Update.
1743         * config/i386/t-netware (netware.o): Update.
1744         * config/i386/t-interix (winnt.o): Update.
1745         * config/i386/t-cygwin (cygwin1.o, cygwin2.o): Update.
1746         * config/i386/t-cygming (winnt.o, winnt-cxx.o, winnt-stubs.o,
1747         msformat-c.o): Update.
1748         * config/bfin/t-bfin-linux (generated_files): Add
1749         linux-sysroot-suffix.h.
1750         * config/arm/t-wince-pe (pe.o): Update.
1751         * config/arm/t-strongarm-pe (pe.o): Update.
1752         * config/arm/t-pe (pe.o): Update.
1753         * config/arm/t-arm (arm-c.o): Update.
1754         * doc/install.texi (Prerequisites): Require make 3.80.
1755         * Makefile.in: Remove .o targets.
1756         (CCDEPMODE, DEPDIR, depcomp, BUILD_DEPMODE): New variables.
1757         (OBSTACK_H, FIBHEAP_H, PARTITION_H, MD5_H, BCONFIG_H): Remove.
1758         (simple_generated_h, simple_generated_c): Move earlier.
1759         (generated_files): New variable.
1760         (TARGET_H, MACHMODE_H, HOOKS_H, HOSTHOOKS_DEF_H, LANGHOOKS_DEF_H,
1761         TARGET_DEF_H, RTL_BASE_H, RTL_H, PARAMS_H, BUILTINS_DEF, TREE_H,
1762         BASIC_BLOCK_H, GCOV_IO_H, COVERAGE_H, DEMANGLE_H, RECOG_H,
1763         ALIAS_H, EMIT_RTL_H, FLAGS_H, FUNCTION_H, EXPR_H, OPTABS_H,
1764         REGS_H, RA_H, RESOURCE_H, SCHED_INT_H, INTEGRATE_H, CFGLAYOUT_H,
1765         CFGLOOP_H, IPA_UTILS_H, IPA_REFERENCE_H, IPA_TYPE_ESCAPE_H,
1766         CGRAPH_H, DF_H, RESOURCE_H, DDG_H, GCC_H, GGC_H, TIMEVAR_H,
1767         INSN_ATTR_H, C_COMMON_H, C_PRAGMA_H, C_TREE_H, SYSTEM_H,
1768         PREDICT_H, DECNUM_H, MKDEPS_H, SYMTAB_H, TREE_DUMP_H,
1769         TREE_GIMPLE_H, TREE_FLOW_H, TREE_SSA_LIVE_H, PRETTY_PRINT_H,
1770         DIAGNOSTIC_H, C_PRETTY_PRINT_H, SCEV_H, LAMBDA_H, TREE_DATA_REF_H,
1771         VARRAY_H, TREE_INLINE_H, REAL_H, DBGCNT_H, EBIMAP_H): Remove.
1772         (.c.o): Remove.
1773         (COMPILE.base, COMPILE): New variables.
1774         (%.o): New pattern rule.
1775         (ALL_HOST_OBJS): New variable.
1776         (xgcc$(exeext), cpp$(exeext)): Remove extra version.o.
1777         (dummy-checksum.o, cc1-checksum.o): Remove.
1778         (DRIVER_SHLIB): New variable.
1779         (DRIVER_DEFINES): Use it.
1780         (gencondmd.c): Move out of build/.
1781         (s-conditions): Update.
1782         (BUILDCOMPILE.base, BUILDCOMPILE): New variables.
1783         (ALL_BUILD_OBJS): Likewise.
1784         (build/%.o): Use BUILDCOMPILE.
1785         (build/ggc-none.o, build/ggc-none.o, build/min-insn-modes.o,
1786         build/print-rtl.o, build/read-rtl.o, build/rtl.o, build/vec.o,
1787         build/gencondmd.o, build/genattrtab.o, build/genautomata.o,
1788         build/gencheck.o, build/gencodes.o, build/genconditions.o,
1789         build/genconfig.o, build/genconstants.o, build/genemit.o,
1790         build/genextract.o, build/genflags.o, build/genmddeps.o,
1791         build/genopinit.o, build/genoutput.o, build/genpeep.o,
1792         build/genpreds.o, build/genrecog.o, build/gcov-iov.o,
1793         build/gen-protos.o, build/scan.o, build/fix-header.o,
1794         build/scan-decls.o): Simplify.
1795         (collect2.o, c-opts.o, gcc.o, gccspec.o, gcc-options.o,
1796         cppdefault.o, protoize.o, unprotoize.o, intl.o, version.o,
1797         prefix.o, toplev.o): Reduce to variable setting.
1798         (libbackend.o): Use COMPILE.  Remove most dependencies.  Move later.
1799         ($(out_object_file), gcc-options.o): New targets.
1800         ($(ALL_HOST_OBJS)): New target.  Include dependency files.
1801         * configure: Rebuilt.
1802         * configure.ac: Call ZW_CREATE_DEPDIR, ZW_PROG_COMPILER_DEPENDENCIES.
1803         * doc/sourcebuild.texi (Front End Directory): Document new variable.
1804
1805 2008-03-25  Douglas Gregor  <doug.gregor@gmail.com>
1806
1807         * c-common.c (c_sizeof_or_alignof_type): If we're not allowed to
1808         complain when we hit an error, return ERROR_MARK_NODE.
1809
1810 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
1811
1812         * config/sh/constraints.md (Pso, Psz): New constraints.
1813         * config/sh/sh.c (print_operand): Add %V and %W operand codes.
1814         * config/sh/sh.md (*andsi3_bclr, *iorsi3_bset): New insns.
1815
1816 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
1817
1818         * config/sh/sh.c (sh_expand_t_scc): Emit movrt for SH2A if possible.
1819         * config/sh/sh.md (xorsi3_movrt, movrt): New insns.
1820
1821 2008-03-25  Naveen.H.S  <naveen.hs@kpitcummins.com>
1822
1823         * config/sh/sh.md (prefetch): Add condition for SH2A target.
1824         (prefetch_sh2a): New.   
1825
1826 2008-03-25  Jayant Sonar  <Jayant.sonar@kpitcummins.com>
1827             Naveen.H.S  <naveen.hs@kpitcummins.com>
1828
1829         * config/sh/constraints.md (I28): New constraint.
1830         * config/sh/sh.c (broken_move): Add support for movi20s.
1831         * config/sh/sh.md (movsi_ie): Add the alternative for movi20s.
1832
1833 2008-03-25  Anil Paranjape  <anil.paranjape@kpitcummins.com>
1834             Jayant Sonar  <Jayant.sonar@kpitcummins.com>
1835             Naveen.H.S  <naveen.hs@kpitcummins.com>
1836
1837         * config/sh/sh.c (SH_ATTRIBUTES): Define.
1838         (SYMBOL_FLAG_FUNCVEC_FUNCTION): Define.
1839         (print_operand): Handle resbank in %@ operand code.
1840         (sh_encode_section_info): New.
1841         (push_regs): Add conditions for resbank.
1842         (sh_expand_epilogue): Likewise.
1843         (sh_insert_attributes): Likewise.
1844         (sh_attribute_table): Likewise.
1845         (sh_handle_resbank_handler_attribute): New.
1846         (sh2a_handle_function_vector_handler_attribute): New.
1847         (sh2a_is_function_vector_call): New.
1848         (sh2a_get_function_vector_number): New.
1849         (sh2a_function_vector_p): New.
1850         (sh_cfun_resbank_handler_p): New.
1851         * config/sh/sh.md (calli): Emit jsr/n if possible.
1852         (calli_tbr_rel): New.
1853         (calli_pcrel): Emit jsr/n if possible.
1854         (return_i): Emit rts/n if possible.
1855         (call_valuei_tbr_rel): New.
1856         (call_valuei_pcrel): Add condition for SH2A target.
1857         (call_value): Likewise.
1858         * config/sh/sh-protos.h (sh_cfun_resbank_handler_p): Declare.
1859         (sh2a_get_function_vector_number): Likewise.
1860         (sh2a_is_function_vector_call): Likewise.
1861         * doc/extend.texi: Document TBR relative addressing of SH2A.
1862         (resbank): Add description for SH2A.
1863
1864 2008-03-24  Richard Guenther  <rguenther@suse.de>
1865
1866         PR c/22371
1867         * gimplify.c (gimplify_modify_expr): For frontend type-correct
1868         pointer assignments change conversions according to middle-end rules.
1869         (gimplify_modify_expr_rhs): Deal with NULL TARGET_EXPR_INITIAL.
1870         * configure.ac: Include type checking in yes.
1871         * configure: Regenerate.
1872
1873 2008-03-24  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1874
1875         * diagnostic.c (diagnostic_count_diagnostic): Delete.
1876         (diagnostic_report_diagnostic): Update. Handle ICEs here.
1877         
1878 2008-03-24  Nathan Sidwell  <nathan@codesourcery.com>
1879
1880         * gthr-vxworks.h (UNUSED): Define.
1881
1882 2008-03-23  H.J. Lu  <hongjiu.lu@intel.com>
1883
1884         * config/i386/i386.h (STATIC_CHAIN_REGNUM): Use R10_REG and CX_REG.
1885
1886 2008-03-23  Zuxy Meng <zuxy.meng@gmail.com>
1887
1888         * doc/extend.texi (Function Attributes): Add missing comma in the
1889         example of the "alloc_size" attribute.
1890         
1891 2008-03-23  Uros Bizjak  <ubizjak@gmail.com>
1892
1893         Revert:
1894         2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1895
1896         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
1897         32bit host.
1898
1899         2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
1900
1901         PR target/35496
1902         * stor-layout.c (update_alignment_for_field): Set minimum alignment
1903         of the underlying type of a MS bitfield layout to the natural
1904         alignment of the type.
1905
1906         2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
1907
1908         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
1909         to their natural alignment to avoid store forwarding stalls.
1910
1911 2008-03-22  Richard Guenther  <rguenther@suse.de>
1912
1913         * tree-cfg.c (verify_expr): Recurse again for invariant addresses.
1914         For PHI nodes verify the address is invariant.
1915         * tree-ssa-ccp.c (ccp_decl_initial_min_invariant): Remove.
1916         (get_symbol_constant_value): Use is_gimple_min_invariant.
1917         (maybe_fold_stmt_indirect): Likewise.
1918
1919 2008-03-22  Richard Sandiford  <rsandifo@nildram.co.uk>
1920
1921         PR rtl-optimization/33927
1922         * Makefile.in (dse.o): Depend on $(TM_P_H).
1923         * expr.h (extract_low_bits): Declare.
1924         * expmed.c (extract_low_bits): New function.
1925         * rtlhooks.c (gen_lowpart_general): Generalize SUBREG handling.
1926         * dse.c: Include tm_p.h.
1927         (find_shift_sequence): Remove the read_reg argument and return the
1928         read value.  Emit the instructions instead of returning them.
1929         Iterate on new_mode rather than calculating it each time.
1930         Check MODES_TIEABLE_P.  Use simplify_gen_subreg to convert the
1931         source to NEW_MODE and extract_low_bits to convert the shifted
1932         value to READ_MODE.
1933         (replace_read): Allow the load and store to have different mode
1934         classes.  Use extract_low_bits when SHIFT == 0.  Create the shift
1935         or extraction instructions before trying the replacement.  Update
1936         dump-file code accordingly, avoiding use of REGNO (store_info->rhs).
1937
1938 2008-03-22  Uros Bizjak  <ubizjak@gmail.com>
1939
1940         * config/i386/i386.c (assign_386_stack_local): Align DImode slots
1941         to their natural alignment to avoid store forwarding stalls.
1942
1943 2008-03-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1944
1945         PR target/27946
1946         * config/rs6000/rs6000.md (floatdidf2): Discouraging fprs and
1947         encouraging but not allowing gprs for input;
1948         change the input constraint to !f#r.
1949         (fix_truncdfdi2): Discouraging fprs and encouraging but not allowing
1950         gprs for output;
1951         change the output constraint to !f#r.
1952
1953 2008-03-21  Uros Bizjak  <ubizjak@gmail.com>
1954
1955         PR target/13958
1956         * config/i386/i386.md ("*floatunssi<mode2>_1"): New pattern with
1957         corresponding post-reload splitters.
1958         ("floatunssi<mode>2"): Expand to unsigned_float x87 insn pattern
1959         when x87 FP math is selected.
1960         * config/i386/i386-protos.h (ix86_expand_convert_uns_sixf_sse):
1961         New function prototype.
1962         * config/i386/i386.c (ix86_expand_convert_uns_sixf_sse): New
1963         unreachable function to ease macroization of insn patterns.
1964
1965 2008-03-21  Martin Jambor  <mjambor@suse.cz>
1966
1967         * tree-data-ref.c (dump_data_dependence_relation): Avoid data
1968         reference dumps if ddr is NULL or dependence is unknown.
1969
1970 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1971
1972         * config/sh/linux-atomic.asm (ATOMIC_TEST_AND_SET): Take
1973         unsigned extension into account.
1974         (ATOMIC_COMPARE_AND_SWAP): Likewise.
1975         (ATOMIC_FETCH_AND_OP, ATOMIC_FETCH_AND_COMBOP): Likewise.
1976         Do computations on a scratch register.
1977
1978 2008-03-21  Richard Guenther  <rguenther@suse.de>
1979
1980         * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
1981         Use is_gimple_min_invariant instead of TREE_INVARIANT.
1982         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
1983         * tree-ssa-dom.c (record_equality): Likewise.
1984         * tree-inline.c (copy_body_r): Likewise.
1985         * tree-ssa-pre.c (make_values_for_stmt): Remove test for
1986         TREE_INVARIANT.
1987
1988 2008-03-20  Kaz Kojima  <kkojima@gcc.gnu.org>
1989
1990         * config/sh/sh.c (split_branches): Pass zero to redirect_jump
1991         as 'delete_unused' argument.
1992
1993 2008-03-20  Richard Guenther  <rguenther@suse.de>
1994
1995         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Remove
1996         special casing of constant qualifiers.
1997         * tree-ssa.c (useless_type_conversion_p_1): Instead do not
1998         care about them in general.
1999         * tree-ssa-ccp.c (ccp_fold): Addresses are constant or not
2000         regardless of their type.
2001         (fold_stmt_r): Forcefully fold *& if we end up with that.
2002
2003 2008-03-20  Paul Brook  <paul@codesourcery.com>
2004
2005         * config.gcc (arm*-*-uclinux*): Remove duplicate arm/uclinux-elf.h.
2006         * config/arm/uclinux-eabi.h (SUBTARGET_EXTRA_LINK_SPEC): Add extra
2007         linker flags.
2008         * config/arm/bpabi.h (SUBTARGET_EXTRA_LINK_SPEC): Provide default
2009         definition.
2010         (LINK_SPEC): Use SUBTARGET_EXTRA_LINK_SPEC.
2011         * config/arm/unwind-arm.h (_Unwind_decode_target2): Add uClinux.
2012
2013 2008-03-20  Volker Reichelt  <v.reichelt@netcologne.de>
2014
2015         * common.opt (Wmudflap): New option.
2016         * tree-mudflap.c (mf_xform_derefs_1): Guard warning by OPT_Wmudflap.
2017         (mx_register_decls): Likewise.
2018         (mudflap_finish_file): Likewise.
2019         * doc/invoke.texi: Document -Wno-mudflap.
2020
2021 2008-03-20  Kai Tietz  <kai.tietz@onevision.com>
2022
2023         * c-format.c (replace_format_name_to_system_name): New.
2024         (cmp_attribs): New.
2025         (convert_format_name_to_system_name): New.
2026         (decode_format_attr): Add use of convert_format_name_to_system_name.
2027         (format_types_orig): Add gnu_ prefix to names.
2028         (check_format_info_main): Special treating of \0 escaped names for
2029         supporting multi-character format specifiers as I32, I64.
2030         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): Use of user defined attributes.
2031         (gnu_target_overrides_format_attributes): New.
2032         * c-format.h: Add structure target_ovr_attr to hold
2033         system specific formatter names.
2034         * config.gcc: Add for x86&x86_64 cygwin and mingw32 targets the
2035         msformat-c.o file to c_target_objs and cxx_target_objs.
2036         * config/i386/mingw32.h (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
2037         (TARGET_OVERRIDES_FORMAT_ATTRIBUTES_COUNT): New.
2038         (TARGET_N_FORMAT_TYPES): New.
2039         * config/i386/msformat-c.c: New.
2040         * config/i386/t-cygming: Add build rule for msformat-c.o.
2041         * doc/extend.texi: Add new format names gnu_* and ms_* and
2042         further details.
2043         * doc/tm.texi: (TARGET_OVERRIDES_FORMAT_ATTRIBUTES): New.
2044
2045 2008-03-20  Ira Rosen  <irar@il.ibm.com>
2046
2047         * doc/invoke.texi (-O3): Add -ftree-vectorize to the list of
2048         optimizations turned on under -O3.
2049         (ftree-vectorize): Add that the flag is turned on with -O3.
2050
2051 2008-03-20  Ben Elliston  <bje@au.ibm.com>
2052
2053         * regmove.c (try_auto_increment): Fix spelling error in comment.
2054         * final.c (final_scan_insn): Likewise.
2055
2056 2008-03-20  Uros Bizjak  <ubizjak@gmail.com>
2057
2058         PR target/14552
2059         * config/i386/mmx.md (*mov<mode>_internal_rex64"): Adjust register
2060         allocator preferences for "y" and "r" class registers.
2061         ("*mov<mode>_internal"): Ditto.
2062         ("*movv2sf_internal_rex64"): Ditto.
2063         ("*movv2sf_internal"): Ditto.
2064
2065 2008-03-19  Michael Matz  <matz@suse.de>
2066
2067         PR middle-end/35616
2068         * calls.c (expand_call): Check overlap of arguments with call
2069         address for sibcalls.
2070
2071 2008-03-19  Uros Bizjak  <ubizjak@gmail.com>
2072
2073         PR target/35496
2074         * stor-layout.c (update_alignment_for_field): Set minimum alignment
2075         of the underlying type of a MS bitfield layout to the natural
2076         alignment of the type.
2077
2078 2008-03-19  Jan Hubicka  <jh@suse.cz>
2079
2080         PR other/35094
2081         * toplev.c (decode_d_option): Handle all CPP flags.
2082         * tree-vrp.c: Update tree_pass descriptors.
2083         * regrename.c: Update tree_pass descriptors.
2084         * fwprop.c: Update tree_pass descriptors.
2085         * doc/invoke.texi: Remove documentation of dropped -d? flags.
2086         * tree-into-ssa.c: Update tree_pass descriptors.
2087         * tree-dump.c: Update tree_pass descriptors.
2088         * tree-complex.c: Update tree_pass descriptors.
2089         * tree-dump.h: Update tree_pass descriptors.
2090         * see.c: Update tree_pass descriptors.
2091         * cgraphbuild.c: Update tree_pass descriptors.
2092         * tracer.c: Update tree_pass descriptors.
2093         * tree-loop-distribution.c: Update tree_pass descriptors.
2094         * cgraph.c: Update tree_pass descriptors.
2095         * postreload-gcse.c: Update tree_pass descriptors.
2096         * postreload.c: Update tree_pass descriptors.
2097         * tree-ssa-loop-ch.c: Update tree_pass descriptors.
2098         * tree-tailcall.c: Update tree_pass descriptors.
2099         * tree-pass.h (tree_opt_pass): Rename to ...
2100         (opt_pass) ... this one; add "type" field and remove letter field.
2101         (gimple_opt_pass, rtl_opt_pass, simple_ipa_opt_pass): New.
2102         (execute_pass_list, execute_ipa_pass_list, all_passes, all_ipa_passes,
2103         all_lowering_passes): Update declaration.
2104         * ipa-cp.c: Update tree_pass descriptors.
2105         * final.c: Update tree_pass descriptors.
2106         * omp-low.c: Update tree_pass descriptors.
2107         * tree-ssa-dse.c: Update tree_pass descriptors.
2108         * ipa-reference.c: Update tree_pass descriptors.
2109         * tree-ssa-uncprop.c: Update tree_pass descriptors.
2110         * auto-inc-dec.c: Update tree_pass descriptors.
2111         * reorg.c: Update tree_pass descriptors.
2112         * cgraphunit.c: Update tree_pass descriptors.
2113         * tree-ssa-copyrename.c: Update tree_pass descriptors.
2114         * tree-ssa-ccp.c: Update tree_pass descriptors.
2115         * df-core.c: Update tree_pass descriptors.
2116         * mode-switching.c: Update tree_pass descriptors.
2117         * tree-nomudflap.c: Update tree_pass descriptors.
2118         * modulo-sched.c: Update tree_pass descriptors.
2119         * ipa-pure-const.c: Update tree_pass descriptors.
2120         * cse.c: Update tree_pass descriptors.
2121         * web.c: Update tree_pass descriptors.
2122         * tree-stdarg.c: Update tree_pass descriptors.
2123         * tree-ssa-math-opts.c: Update tree_pass descriptors.
2124         * tree-ssa-dom.c: Update tree_pass descriptors.
2125         * tree-nrv.c: Update tree_pass descriptors.
2126         * tree-ssa-alias.c: Update tree_pass descriptors.
2127         * loop-init.c: Update tree_pass descriptors.
2128         * gimple-low.c: Update tree_pass descriptors.
2129         * ipa-inline.c: Update tree_pass descriptors.
2130         * tree-ssa-sink.c: Update tree_pass descriptors.
2131         * global.c: Update tree_pass descriptors.
2132         * ifcvt.c: Update tree_pass descriptors.
2133         * jump.c: Update tree_pass descriptors.
2134         * predict.c: Update tree_pass descriptors.
2135         * tree-ssa-loop.c: Update tree_pass descriptors.
2136         * recog.c: Update tree_pass descriptors.
2137         * dse.c: Update tree_pass descriptors.
2138         * tree-ssa-ifcombine.c: Update tree_pass descriptors.
2139         * tree-eh.c: Update tree_pass descriptors.
2140         * regmove.c: Update tree_pass descriptors.
2141         * local-alloc.c
2142         * function.c: Update tree_pass descriptors.
2143         * tree-vectorizer.c: Update tree_pass descriptors.
2144         * gcse.c: Update tree_pass descriptors.
2145         * ipa-type-escape.c: Update tree_pass descriptors.
2146         * tree-if-conv.c: Update tree_pass descriptors.
2147         * init-regs.c: Update tree_pass descriptors.
2148         * ipa.c: Update tree_pass descriptors.
2149         * tree-ssa-phiopt.c: Update tree_pass descriptors.
2150         * rtl-factoring.c: Update tree_pass descriptors.
2151         * lower-subreg.c: Update tree_pass descriptors.
2152         * bt-load.c: Update tree_pass descriptors.
2153         * tree-dfa.c: Update tree_pass descriptors.
2154         * except.c: Update tree_pass descriptors.
2155         * emit-rtl.c: Update tree_pass descriptors.
2156         * cfgexpand.c: Update tree_pass descriptors.
2157         * tree-cfgcleanup.c: Update tree_pass descriptors.
2158         * cfgcleanup.c: Update tree_pass descriptors.
2159         * tree-ssa-pre.c: Update tree_pass descriptors.
2160         * tree-sra.c: Update tree_pass descriptors.
2161         * tree-mudflap.c: Update tree_pass descriptors.
2162         * tree-ssa-copy.c: Update tree_pass descriptors.
2163         * cfglayout.c: Update tree_pass descriptors.
2164         * tree-ssa-forwprop.c: Update tree_pass descriptors.
2165         * tree-ssa-dce.c: Update tree_pass descriptors.
2166         * tree-ssa.c: Update tree_pass descriptors.
2167         * regclass.c: Update tree_pass descriptors.
2168         * integrate.c: Update tree_pass descriptors.
2169         * tree-optimize.c: Update tree_pass descriptors.
2170         * tree-ssa-phiprop.c: Update tree_pass descriptors.
2171         * tree-object-size.c: Update tree_pass descriptors.
2172         * combine.c: Update tree_pass descriptors.
2173         * tree-outof-ssa.c: Update tree_pass descriptors.
2174         * bb-reorder.c: Update tree_pass descriptors.
2175         * stack-ptr-mod.c: Update tree_pass descriptors.
2176         * var-tracking.c: Update tree_pass descriptors.
2177         * tree-profile.c: Update tree_pass descriptors.
2178         * tree-vect-generic.c: Update tree_pass descriptors.
2179         * reg-stack.c: Update tree_pass descriptors.
2180         * sched-rgn.c: Update tree_pass descriptors.
2181         * tree-ssa-structalias.c: Update tree_pass descriptors.
2182         * tree-cfg.c: Update tree_pass descriptors.
2183         * passes.c (current_pass): Update declaration.
2184         (finish_optimization_passes): Update.
2185         (all_passes, all_ipa_passes, all_lowering_passes): Update declaration.
2186         (register_one_dump_file, register_dump_files_1, next_pass_1):
2187         Update arguments.
2188         (init_optimization_passes): Update handling of new types.
2189         (execute_one_pass, execute_pass_list, execute_ipa_pass_list): Update.
2190         * ipa-struct-reorg.c: Update tree_pass descriptors.
2191         * tree-ssa-reassoc.c: Update tree_pass descriptors.
2192         * combine-stack-adj.c: Update tree_pass descriptors.
2193         * cfgrtl.c: Update tree_pass descriptors.
2194         * dce.c: Update tree_pass descriptors.
2195         * tree-ssanames.c: Update tree_pass descriptors.
2196
2197 2008-03-19  Richard Guenther  <rguenther@suse.de>
2198
2199         PR middle-end/35609
2200         * tree-ssa.c (walk_data): New structure.
2201         (warn_uninitialized_var): If not always_executed warn with "maybe"
2202         instead of "is".
2203         (execute_early_warn_uninitialized): Compute post-dominators.
2204         Initialize always_executed before processing each basic block.
2205
2206 2008-03-18  Mikulas Patocka  <mikulas@artax.karlin.mff.cuni.cz>
2207
2208         PR target/35504
2209         * config/i386/i386.c (x86_this_parameter): Calculate correct location
2210         of "this" pointer when "regparm = N" or "fastcall" is in effect.
2211
2212 2008-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213
2214         * doc/include/texinfo.tex: Update to version 2008-03-17.10.
2215
2216 2008-03-18  Paolo Bonzini  <bonzini@gnu.org>
2217
2218         * expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations
2219         is true.
2220         (expand_expr_real_1) <REDUCE_BIT_FIELD>: Don't look at ignore.
2221         (expand_expr_real_1): Assume lang_hooks.reduce_bit_field_operations
2222         is true.  Add "&& !ignore" condition to reduce_bit_field.  Modify
2223         target after ignore has been set, and move there also the commputation
2224         of subtarget and original_target.
2225         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
2226         (LANG_HOOKS_INITIALIZER): Remove it.
2227         * langhooks.h (struct lang_hooks): Remove reduce_bit_field_operations.
2228
2229 2008-03-18  Richard Guenther  <rguenther@suse.de>
2230
2231         * tree-ssa-sccvn.c (visit_reference_op_load): If the lookup
2232         found an expression with constants, note that in the VN for the lhs.
2233         * tree-ssa-pre.c (eliminate): Visit COND_EXPR statements and
2234         fold them to constants if possible.  Run cleanup_cfg if done so.
2235         (execute_pre): Return todo.
2236         (do_pre): Likewise.
2237         (execute_fre): Likewise.
2238         * tree-ssa-forwprop.c (can_propagate_from): Allow propagation
2239         of constants.
2240         (get_prop_source_stmt): Look through pointer conversions.
2241
2242 2008-03-18  Jan Hubicka  <jh@suse.cz>
2243
2244         * tree-pretty-print.c: Include predict.h.
2245         (dump_generic_node): Dump predictor.
2246         * tree.h (PREDICT_EXPR_OUTCOME, PREDICT_EXPR_PREDICTION): Update.
2247         * tree-gimple.c (is_gimple_stmt): Add PREDICT_EXPR.
2248         * gimple-low.c (lower_stmt): Likewise.
2249         * expr.c (expand_expr_real): Likewise.
2250         * predict.c (tree_bb_level_predictions): Use PREDICT_EXPRs and remove
2251         them.
2252         (build_predict_expr, build_predict_expr): New.
2253         * predict.h (predictor_name, build_predict_expr): Update.
2254         * c-typeck.c (c_finish_bc_stmt): Add prediction.
2255         * gimplify.c (gimplify_expr): Add PREDICT_EXPR.
2256         * predict.def (PRED_CONTINUE): Update hitrate.
2257         * tree.def (PREDICT_EXPR): Define.
2258         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Mark PREDICT_EXPR;
2259         do not handle BIND_EXPR.
2260         * tree-inline.c (estimate_num_insns_1): PREDICT_EXPR is free.
2261         * tree-cfg.c (verify_gimple_stmt): PREDICT_EXPR is valid.
2262         * tree-ssa-operands.c (get_expr_operands): PREDICT_EXPR takes no
2263         operands.
2264
2265 2008-03-18  Michael Matz  <matz@suse.de>
2266
2267         * gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
2268
2269 2008-03-18  Richard Guenther  <rguenther@suse.de>
2270
2271         * tree-gimple.h (is_gimple_invariant_address): Declare.
2272         (is_gimple_constant): Likewise.
2273         * tree-gimple.c (is_gimple_constant): New function.
2274         (is_gimple_invariant_address): Likewise.
2275         (is_gimple_min_invariant): Implement in terms of is_gimple_constant
2276         and is_gimple_invariant_address.
2277         * tree-ssa-loop-niter.c (expand_simple_operations): Revert
2278         previous change.
2279         * tree-data-ref.c (get_references_in_stmt): A SSA_NAME is not
2280         an addressable base.
2281
2282 2008-03-18  Jakub Jelinek  <jakub@redhat.com>
2283
2284         PR middle-end/35611
2285         * gimplify.c (gimplify_expr): Gimplify second operand of
2286         OMP_ATOMIC_LOAD.
2287
2288 2008-03-17  Richard Guenther  <rguenther@suse.de>
2289
2290         PR tree-optimization/19637
2291         * fold-const.c (fold_unary): Remove restrictions of removing
2292         intermediate pointer-conversions (P2)(P1)P0.
2293         * tree-ssa-ccp.c (maybe_fold_stmt_addition): Recover from
2294         conversion to void pointer.
2295         (get_maxval_strlen): Handle addresses of the form &(*p)[0].
2296
2297 2008-03-16  James E. Wilson  <wilson@tuliptree.org>
2298
2299         PR debug/31510
2300         * dbxout.c (dbxout_expand_expr, case VAR_DECL): Return NULL for
2301         emulated thread local variables.
2302
2303 2008-03-16  Richard Guenther  <rguenther@suse.de>
2304
2305         PR middle-end/35607
2306         * tree-ssa-loop-niter.c (expand_simple_operations): Do not
2307         expand TREE_INVARIANT operations that are not gimple invariant.
2308
2309 2008-03-16  Hans-Peter Nilsson  <hp@axis.com>
2310
2311         * doc/extend.texi (Alignment): Say that the ABI controls
2312         the __alignof__ for non-strict-alignment targets rather
2313         than being a recommendation.
2314
2315 2008-03-15  Paul Brook  <paul@codesourcery.com>
2316
2317         * config/arm/arm.c (arm_unwind_emit): Suppress unused unwinding
2318         annotations.
2319         (arm_output_fn_unwind): Mark functions that can not be unwound.
2320
2321 2008-03-15  Paul Brook  <paul@codesourcery.com>
2322
2323         * config/arm/arm.c (arm_rtx_costs_1): Add costs for ARMv6 value
2324         extension instructions.
2325
2326 2008-03-15  Richard Guenther  <rguenther@suse.de>
2327
2328         * tree-ssa-ccp.c (ccp_fold): Also read from constant values
2329         and fold constant aggregate refs.
2330         (fold_const_aggregate_ref): Handle string constants
2331         and constructors in ARRAY_REFs.  Handle INDIRECT_REF.
2332         (evaluate_stmt): Simplify now that ccp_fold folds constant
2333         aggregate refs.
2334
2335 2008-03-15  Paul Brook  <paul@codesourcery.com>
2336
2337         * config/arm/arm.md (insv): Use gen_insv_t2 and gen_insv_zero.
2338         (extzv): Use gen_extzv_t2.
2339         (insv_t2, insv_zero, extv, extzv_t2): New patterns.
2340
2341 2008-03-15  Richard Guenther  <rguenther@suse.de>
2342
2343         * tree-ssa-ccp.c (get_symbol_constant_value): Export.
2344         (fold_const_aggregate_ref): Likewise.
2345         (get_value): Return NULL if we don't have any values.
2346         (ccp_finalize): Set const_val to NULL after freeing it.
2347         * tree-flow.h (get_symbol_constant_value): Declare.
2348         (fold_const_aggregate_ref): Likewise.
2349         * tree-ssa-sccvn.c (try_to_simplify): Use them.
2350
2351 2008-03-15  Richard Guenther  <rguenther@suse.de>
2352
2353         PR middle-end/35593
2354         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Make sure
2355         to not produce negative array indices if not allowed.  Add
2356         parameter to indicate that.
2357         (maybe_fold_offset_to_component_ref): Allow negative array
2358         indices only for the first member of a structure.
2359         (maybe_fold_offset_to_reference): Allow negative array indices.
2360         (maybe_fold_stmt_addition): Likewise.
2361
2362 2008-03-15  Bjoern Haase  <bjoern.m.haase@web.de>
2363             Anatoly Sokolov <aesok@post.ru>
2364
2365         * gcc/gcc/config/avr/avr.c (avr_arch_types): Add avr6 entry.
2366         (avr_arch): Add ARCH_AVR6.
2367         (avr_mcu_types): Add 'atmega2560' and 'atmega2561' entry.
2368         (initial_elimination_offset): Initialize and use 'avr_pc_size' 
2369         instead of fixed value 2.
2370         (print_operand_address): Use gs() asm specifier instead of pm().
2371         (avr_assemble_integer): (Ditto.).
2372         (avr_output_addr_vec_elt): (Ditto.).
2373         (print_operand): Handle "!" code.
2374         * gcc/gcc/config/avr/avr.h (TARGET_CPU_CPP_BUILTINS): Add 
2375         __AVR_3_BYTE_PC__, __AVR_2_BYTE_PC__ and __AVR_HAVE_JMP_CALL__.
2376         (AVR_HAVE_EIJMP_EICALL): Define.
2377         (AVR_3_BYTE_PC): Redefine.
2378         (AVR_2_BYTE_PC): (Ditto.).
2379         (PRINT_OPERAND_PUNCT_VALID_P): Add '!' code.
2380         (LINK_SPEC): Add atmega2560 and atmega2561.
2381         (CRT_BINUTILS_SPEC): Add atmega2560 (crtm2560.o) and atmega2561 
2382         (crtm2561.o).
2383         * gcc/gcc/config/avr/avr.md (call_insn): Use eicall instead of icall 
2384         for 3 byte PC devices.
2385         (call_value_insn): (Ditto.).
2386         (*tablejump_enh): Use eijmp instead of ijmp for 3 byte PC devices.
2387         (indirect_jump): Use only for for 2 byte PC devices.
2388         (*tablejump): (Ditto.).
2389         (*indirect_jump_avr6): Add insn.
2390         (*tablejump_rjmp): Don't use for 3 byte PC devices.
2391         * gcc/gcc/config/avr/libgcc.S (__prologue_saves__): Use eijmp 
2392         instead of ijmp for 3 byte PC devices.
2393         (__tablejump2__): (Ditto.).
2394         * gcc/gcc/config/avr/t-avr (MULITLIB_OPTIONS): Add avr6 architecture.
2395         (MULITLIB_DIRNAMES): (Ditto.). 
2396         (MULTILIB_MATCHES): Add atmega2560 and atmega2561 to list.
2397
2398 2008-03-15  Uros Bizjak  <ubizjak@gmail.com>
2399
2400         * config/i386/mmx.md ("sse2_umulv1siv2di3"): Rename from
2401         "sse2_umulsidi3".  Use V1DI mode for operand 0.
2402         ("mmx_psadbw"): Use V1DI mode for operand 0.
2403         * config/i386/i386-modes.def (V1SI): New vector mode.
2404         * config/i386/i386.c (struct builtin_description)
2405         [IX86_BUILTIN_PMULUDQ]: Use CODE_FOR_sse2_umulv1siv1di3.
2406         (v1di_ftype_v8qi_v8qi): Rename from di_ftype_v8qi_v8qi.
2407         (v1di_ftype_v2si_v2si): Rename from di_ftype_v2si_v2si.
2408         (ix86_init_mmx_sse_builtins) [__builtin_ia32_psadbw]: Use
2409         v1di_ftype_v8qi_v8qi type.
2410         [__builtin_ia32_pmuludq]: Use v1di_ftype_v2si_v2si type.
2411
2412         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psadbw,
2413         __builtin_ia32_pmuludq]: Fix the mode of return value.
2414
2415 2008-03-15  Richard Guenther  <rguenther@suse.de>
2416
2417         PR middle-end/35595
2418         * tree-ssa-pre.c (bitmap_find_leader): Handle expression
2419         being a PHI_NODE.
2420
2421 2008-03-14  Bob Wilson  <bob.wilson@acm.org>
2422         
2423         * doc/invoke.texi (Option Summary, Xtensa Options): Document
2424         -mserialize-volatile and -mno-serialize-volatile Xtensa options.
2425         * config/xtensa/xtensa.c (print_operand): Do not emit MEMW instructions
2426         unless TARGET_SERIALIZE_VOLATILE is enabled.
2427         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
2428         * config/xtensa/xtensa.h (TARGET_DEFAULT): Add MASK_SERIALIZE_VOLATILE.
2429         * config/xtensa/xtensa.opt (mserialize_volatile): New option.
2430
2431 2008-03-14  Richard Guenther  <rguenther@suse.de>
2432
2433         PR tree-optimization/34172
2434         * tree-flow.h (refs_may_alias_p): Declare.
2435         (get_single_def_stmt): Likewise.
2436         (get_single_def_stmt_from_phi): Likewise.
2437         (get_single_def_stmt_with_phi): Likewise.
2438         * tree-dfa.c (refs_may_alias_p): New function.
2439         (get_single_def_stmt): Likewise.
2440         (get_single_def_stmt_from_phi): Likewise.
2441         (get_single_def_stmt_with_phi): Likewise.
2442         * tree-ssa-sccvn.c (get_def_ref_stmt_vuses): New function.
2443         (vn_reference_lookup_1): New helper function.
2444         (vn_reference_lookup): Walk the virtual use-def chain to
2445         continue searching for a match if the def does not alias the
2446         reference we are looking for.
2447
2448 2008-03-14  David Edelsohn  <edelsohn@gnu.org>
2449
2450         * doc/install.texi (Binaries): Remove UCLA archive.  Add HVCC
2451         archive and Perzl.  Update The Written Word listing.
2452
2453 2008-03-14  Richard Guenther  <rguenther@suse.de>
2454
2455         PR tree-optimization/34043
2456         PR tree-optimization/33989
2457         * tree-ssa-pre.c (execute_pre): Allow SCCVN to do insertion
2458         when doing FRE.
2459         (bitmap_find_leader): Use extra argument to verify dominance
2460         relationship inside a basic-block.
2461         (can_PRE_operation): Add VIEW_CONVERT_EXPR.
2462         (find_leader_in_sets): Adjust.
2463         (create_component_ref_by_pieces): Take extra argument for
2464         dominance check, handle lookup failures.
2465         (find_or_generate_expression): Likewise.
2466         (create_expression_by_pieces): Likewise.
2467         (insert_into_preds_of_block): Adjust.
2468         (create_value_expr_from): If asked for, verify all operands
2469         are in the blocks AVAIL_OUT set.
2470         (make_values_for_stmt): Check for SSA_NAMEs that are life
2471         over an abnormal edge.
2472         (compute_avail): Remove such check.
2473         (do_SCCVN_insertion): New function.
2474         (eliminate): If we do not find a leader suitable for replacement
2475         insert a replacement expression from SCCVN if available.
2476         * tree-ssa-sccvn.h (run_scc_vn): Update prototype.
2477         (struct vn_ssa_aux): Add needs_insertion flag.
2478         * tree-ssa-sccvn.c (may_insert): New global flag.
2479         (copy_reference_ops_from_ref): Value-number union member access
2480         based on its size, not type and member if insertion is allowed.
2481         (visit_reference_op_load): For a weak match from union type
2482         punning lookup a view-converted value and insert a SSA_NAME
2483         for that value if that is not found.
2484         (visit_use): Make dumps shorter.  Do not disallow value numbering
2485         SSA_NAMEs that are life over an abnormal edge to constants.
2486         (free_scc_vn): Release inserted SSA_NAMEs.
2487         (run_scc_vn): New flag to specify whether insertion is allowed.
2488         Process SSA_NAMEs in forward order.
2489         * tree-ssa-loop-im.c (for_each_index): Handle invariant
2490         ADDR_EXPRs inside VIEW_CONVERT_EXPR.
2491         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPRs from/to
2492         pointer type to/from integral types that do not change the
2493         precision to regular conversions.
2494
2495 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
2496
2497         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
2498         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
2499         __builtin_ia32_psrl?i, __builtin_ia32_psra?i, __builtin_ia32_psll?128,
2500         __builtin_ia32_psrl?128, __builtin_ia32_psra?128]: Fix the mode of
2501         input arguments and the mode of return value.  Built-in functions
2502         that operate on whole 64-bit MMX register now use V1DI mode.
2503
2504 2008-03-13  Alon Dayan  <alond@il.ibm.com>
2505             Olga Golovanevsky  <olga@il.ibm.com>
2506
2507         PR tree-optimization/35041
2508         * ipa-struct-reorg.c (find_pos_in_stmt_1): Add another option
2509         to locate the right position in a statement.
2510
2511 2008-03-13  Uros Bizjak  <ubizjak@gmail.com>
2512
2513         PR target/34000
2514         PR target/35553
2515         * config/i386/xmmintrin.h:  Change all static inline functions to
2516         extern inline and add __gnu_inline__ attribute.
2517         * config/i386/bmintrin.h: Ditto.
2518         * config/i386/smmintrin.h: Ditto.
2519         * config/i386/tmmintrin.h: Ditto.
2520         * config/i386/mmintrin-common.h: Ditto.
2521         * config/i386/ammintrin.h: Ditto.
2522         * config/i386/emmintrin.h: Ditto.
2523         * config/i386/pmmintrin.h: Ditto.
2524         * config/i386/mmintrin.h: Ditto.
2525         * config/i386/mm3dnow.h: Ditto.
2526
2527 2008-03-13  Jakub Jelinek  <jakub@redhat.com>
2528
2529         PR middle-end/35185
2530         * omp-low.c (lower_regimplify, init_tmp_var, save_tmp_var): Removed.
2531         (lower_omp_2): New function.
2532         (lower_omp_1, lower_omp): Rewritten.
2533
2534 2008-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
2535
2536         PR 35054
2537         * doc/extend.texi (Structure-Packing Pragmas): Replace "Win32"
2538         with the phrase "Microsoft Windows compilers".
2539         (Push/Pop Macro Pragmas): New subsection. Document
2540         #pragma push_macro and pragma pop_macro.
2541
2542 2008-03-12  Paul Brook  <paul@codesourcery.com>
2543
2544         * config/arm/arm.c (output_move_double): Prefer LDRD to LDM.
2545
2546 2008-03-12  Paul Brook  <paul@codesourcery.com>
2547
2548         * config/arm/thumb2.md: Extend peephole to cover 3-arg subs.
2549         (thumb2_alusi3_short): Exclude PLUS and MINUS.
2550         (thumb2_addsi_shortim): Rename ...
2551         (thumb2_addsi_short): ... to this.  Allow register operands.
2552         (thumb2_subsi_short): New pattern.
2553         (thumb2_one_cmplsi2_short,
2554         thumb2_negsi2_short): New patterns and peepholes.
2555
2556 2008-03-12  Paul Brook  <paul@codesourcery.com>
2557
2558         * config/arm/arm.c (arm_size_rtx_costs): Use ARM costs for Thumb-2.
2559
2560 2008-03-12  Uros Bizjak  <ubizjak@gmail.com>
2561
2562         * config/i386/i386.md (int_cond): New code iterator.
2563         (fp_cond): Ditto.
2564         ("s<code>"): Macroize expander from seq, sne, sgt, sgtu, slt, sltu,
2565         sge, sgeu, sle and sleu expanders usign int_cond code iterator.
2566         ("s<code>"): Macroize expander from sunordered, sordered, suneq, sunge,
2567         sungt, sunle, sunlt and sltgt expanders usign fp_cond code iterator.
2568         ("b<code>"): Macroize expander from beq, bne, bgt, bgtu, blt, bltu,
2569         bge, bgeu, ble and bleu expanders usign int_cond code iterator.
2570         ("b<code>"): Macroize expander from bunordered, bordered, buneq, bunge,
2571         bungt, bunle, bunlt and bltgt expanders usign fp_cond code iterator.
2572
2573 2008-03-12  Paul Brook  <paul@codesourcery.com>
2574
2575         * config/arm/arm.c (use_return_insn): Use offsets->saved_regs_mask
2576         instead of {arm,thumb}_compute_save_reg_mask.
2577         (output_return_instruction): Ditto.
2578         (thumb_unexpanded_epilogue): Ditto.
2579         (thumb1_expand_prologue): Ditto.
2580         (thumb1_output_function_prologue): Ditto.
2581         (arm_set_return_address): Ditto.
2582         (thumb_set_return_address): Ditto.
2583         (arm_get_frame_offsets): Set offsets->saved_regs_mask.  Push extra
2584         regs to achieve stack alignment.
2585         (thumb1_compute_save_reg_mask): Fix compiler warning.
2586         (arm_output_epilogue): Use offsets->saved_regs_mask.
2587         Adjust stack pointer by poping call clobered registers.
2588         (arm_expand_prologue): Use offsets->saved_regs_mask.
2589         Adjust stack pointer by pushing extra registers.
2590         * config/arm.h (arm_stack_offsets): Add saved_regs_mask.
2591
2592 2008-03-12  Paolo Bonzini  <bonzini@gnu.org>
2593
2594         PR tree-opt/35422
2595         * fold-const.c (fold_unary) <NOP_EXPR>: Distribute a narrowing
2596         conversion to the operands of a multiplication.
2597
2598 2008-03-12  Richard Guenther  <rguenther@suse.de>
2599
2600         * Makefile.in (OBJS-common): Add tree-ssa-phiprop.o
2601         (tree-ssa-phiprop.o): Copy dependencies from tree-ssa-forwprop.o.
2602         * timevar.def (TV_TREE_PHIPROP): Add.
2603         * tree-ssa-phiprop.c: Split from tree-ssa-forwprop.c, added
2604         pass description.  Use TV_TREE_PHIPROP.
2605         * tree-ssa-forwprop.c: Remove phiprop code.
2606
2607 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
2608
2609         PR middle-end/35549
2610         * omp-low.c (maybe_lookup_decl): Constify first argument.
2611         (use_pointer_for_field): Change last argument from bool to
2612         omp_context *.  Disallow shared copy-in/out in nested
2613         parallel if decl is shared in outer parallel too.
2614         (build_outer_var_ref, scan_sharing_clauses,
2615         lower_rec_input_clauses, lower_copyprivate_clauses,
2616         lower_send_clauses, lower_send_shared_vars): Adjust callers.
2617
2618 2008-03-12  Victor Kaplansky  <victork@il.ibm.com>
2619             Ira Rosen  <irar@il.ibm.com>
2620
2621         * tree-vectorizer.c (free_stmt_vec_info): New function.
2622         (destroy_loop_vec_info): Move code to free_stmt_vec_info().
2623         Call free_stmt_vec_info(). Free LOOP_VINFO_STRIDED_STORES..
2624         * tree-vectorizer.h (free_stmt_vec_info): Declare.
2625         * tree-vect-transform.c (vectorizable_conversion): Free
2626         vec_oprnds0 if it was allocated.
2627         (vect_permute_store_chain): Remove unused VECs.
2628         (vectorizable_store): Free VECs that are allocated in the..
2629         function.
2630         (vect_transform_strided_load, vectorizable_load): Likewise.
2631         (vect_remove_stores): Simplify the code.
2632         (vect_transform_loop): Move code to vect_remove_stores().
2633         Call vect_remove_stores() and free_stmt_vec_info().
2634
2635 2008-03-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2636
2637         * pa.h (TARGET_LONG_PIC_SDIFF_CALL): Conditionalize define on
2638         TARGET_HPUX.  Revise comment.
2639         (TARGET_LONG_PIC_PCREL_CALL): Revise comment.
2640         * pa.c (output_call): Update for revised TARGET_LONG_PIC_SDIFF_CALL.
2641         Use sr4 variant of `be' instruction when not generating PIC code.
2642         (attr_length_call): Adjust for above change.
2643
2644 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2645
2646         * ipa-reference.c (static_execute): Remove module_statics_const and
2647         associated setting code.
2648
2649 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
2650
2651         PR target/35540
2652         * config/i386/i386.md (paritysi2, paritydi2): Use register_operand
2653         predicate for operand 1.
2654         (paritysi2_cmp): Use register_operand predicate for operand 2.
2655         Use earlyclobber modifier for operand 1.  Remove support for
2656         memory operands.
2657         (paritydi2_cmp): Use register_operand predicate for operand 3.
2658         Use earlyclobber modifier for operand 1.  Remove support for
2659         memory operands.
2660
2661 2008-03-11  Paul Brook  <paul@codesourcery.com>
2662             Vladimir Prus  <vladimir@codesourcery.com>
2663
2664         * config/arm/arm.c (use_return_insn): Check TARGET_APCS_FRAME.
2665         (arm_compute_save_reg0_reg12_mask): Always
2666         check if register 11 must be saved.  Always safe hard frame pointer
2667         when frame_pointer_needeed.
2668         (arm_compute_save_reg_mask): Save IP and PC
2669         only with apcs frames.
2670         (arm_output_epilogue): Adjust Thumb2 codepath to
2671         be also invoked and work for ARM non-apcs frames.
2672         (arm_expand_prologue): Don't bother saving IP
2673         for non-apcs frame, since it's not clobbered by
2674         prologue code.  Implement non-apcs frame
2675         layout.
2676
2677 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
2678
2679         PR rtl-optimization/35281
2680         * expr.c (convert_move): Use a new pseudo for the intermediate
2681         from_mode->word_mode result.
2682
2683 2008-03-11  Paolo Bonzini  <bonzini@gnu.org>
2684
2685         * langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
2686         * langhooks.h (struct lang_hooks): Delete clear_binding_stack member.
2687         * toplev.c (compile_file): Don't call it.
2688
2689 2008-03-11  Uros Bizjak  <ubizjak@gmail.com>
2690
2691         PR middle-end/35526
2692         * expr.c (store_expr): Call emit_block_move if the mode
2693         of "temp" RTX is BLKmode.
2694
2695 2008-03-11  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2696             Richard Guenther  <rguenther@suse.de>
2697
2698         PR tree-optimization/31358
2699         * tree-ssa-loop-manip.c (create_iv): Call force_gimple_operand for
2700         the step with a NULL_TREE.
2701         * tree-ssa-loop-ivopts.c (find_bivs): Convert the step
2702         to sizetype if type is a pointer type.
2703         (add_candidate_1): Don't convert the base and step to
2704         the generic type if the orginal type is a pointer type.
2705         (add_iv_value_candidates): Use sizetype for the step
2706         if type is a pointer type.
2707         (cand_value_at): Likewise.
2708         * tree-ssa-address.c (add_to_parts): Use POINTER_PLUS_EXPR
2709         for pointer types.
2710         * tree-affine.c (tree_to_aff_combination <POINTER_PLUS_EXPR>):
2711         Don't convert the tem affine to the type.
2712         (add_elt_to_tree): Use sizetype for the step if a pointer.
2713         Use POINTER_PLUS_EXPR for pointers.
2714         (aff_combination_to_tree): Use sizetype for the step if a
2715         pointer.
2716
2717 2008-03-10  Vladimir Makarov  <vmakarov@redhat.com>
2718
2719         * config/i386/sse.md (ssse3_pmaddubswv8hi3, ssse3_pmaddubswv4hi3):
2720         Remove commutativity hint.
2721
2722 2008-03-10  Jakub Jelinek  <jakub@redhat.com>
2723
2724         PR c/35438
2725         PR c/35439
2726         * c-parser.c (c_parser_omp_threadprivate): Don't add vars with
2727         errorneous type.  Check that v is a VAR_DECL.
2728
2729         PR middle-end/35099
2730         * tree-cfg.c (new_label_mapper): Update cfun->last_label_uid.
2731
2732 2008-03-10  H.J. Lu  <hongjiu.lu@intel.com>
2733
2734         PR tree-optimization/35494
2735         * tree-ssa-ccp.c (get_symbol_constant_value): Check if value
2736         may be overriden at link and run time.
2737
2738 2008-03-10  Richard Guenther  <rguenther@suse.de>
2739
2740         PR tree-optimization/34677
2741         * tree-ssa-pre.c (modify_expr_node_pool): Remove.
2742         (poolify_tree): Likewise.
2743         (modify_expr_template): Likewise.
2744         (poolify_modify_stmt): Likewise.
2745         (insert_fake_stores): Handle all component-ref style stores
2746         in addition to INDIRECT_REF.  Also handle complex types.
2747         Do not poolify the inserted load.
2748         (realify_fake_stores): Do not rebuild the tree but only
2749         make it a SSA_NAME copy.
2750         (init_pre): Remove initialzation of modify_expr_template.
2751         Do not allocate modify_expr_node_pool.
2752         (fini_pre): Do not free modify_expr_node_pool.
2753
2754 2008-03-10  Paul Brook  <paul@codesourcery.com>
2755
2756         * config/arm/arm.md (UNSPEC_STACK_ALIGN, UNSPEC_PIC_OFFSET): Renumber
2757         to avoid conflicts.
2758
2759 2008-03-10  Paul Brook  <paul@codesourcery.com>
2760             Mark Shinwell  <shinwell@codesourcery.com>
2761
2762         * config/arm/cortex-r4.md: New.
2763         * config/arm/thumb2.md (divsi3, udivsi3): Annotate with
2764         insn attributes.
2765         * config/arm/arm.md: Include cortex-r4.md.
2766         (insn): Add smmls, sdiv and udiv values.
2767         (generic_sched): Don't use generic scheduling for Cortex-R4.
2768         (arm_issue_rate): New function.
2769         (TARGET_SCHED_ISSUE_RATE): Define.
2770
2771 2008-03-10  Sebastian Pop  <sebastian.pop@amd.com>
2772
2773         * doc/invoke.texi (-ftree-loop-distribution): Add an example.
2774
2775 2008-03-10  Richard Guenther  <rguenther@suse.de>
2776
2777         * tree-ssa-pre.c (get_sccvn_value): Simplify.
2778         (compute_avail): Do not add stmt uses to AVAIL_OUT.
2779
2780 2008-03-10  Paolo Bonzini  <bonzini@gnu.org>
2781
2782         * langhooks-def.h (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS):
2783         Set default to true.
2784
2785 2008-03-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2786
2787         * c.opt (Wsynth): Deprecate.
2788         * doc/invoke.texi (Option Summary, Warning Options): Document
2789         -Wno-format-contains-nul.
2790
2791 2008-03-09  Uros Bizjak  <ubizjak@gmail.com>
2792
2793         PR target/35496
2794         * config/i386/i386.c (ix86_constant_alignment): Compute alignment using
2795         ALIGN_MODE_128 for VECTOR_CST and INTEGER_CST in addition to REAL_CST.
2796
2797 2008-03-09  Ira Rosen  <irar@il.ibm.com>
2798
2799         * config/rs6000/rs6000.c (builtin_description): Rename vector
2800         left shift operations.
2801         * config/rs6000/altivec.md (UNSPEC_VSL): Remove.
2802         (altivec_vsl<VI_char>): Rename to ...
2803         (ashl<mode>3): ... new name.
2804         (mulv4sf3, mulv4si3, negv4sf2): Replace gen_altivec_vslw with
2805         gen_ashlv4si3.
2806         (absv4sf2): Convert to use ashift:V4SI instead of UNSPEC_VSL.
2807
2808 2008-03-08  Richard Guenther  <rguenther@suse.de>
2809
2810         * coverage.h (tree_coverage_counter_addr): Declare.
2811         * coverage.c (tree_coverage_counter_addr): New function.
2812         * tree-profile.c (tree_gen_edge_profiler): Unshare counter
2813         before using again.
2814         (tree_gen_pow2_profiler): Use tree_coverage_counter_addr.
2815         (tree_gen_one_value_profiler): Likewise.
2816         (tree_gen_ic_profiler): Likewise.
2817         (tree_gen_average_profiler): Likewise.
2818         (tree_gen_ior_profiler): Likewise.
2819
2820 2008-03-08  Richard Guenther  <rguenther@suse.de>
2821
2822         * tree-ssa-sccvn.h (vn_binary_op_lookup): Remove.
2823         (vn_binary_op_insert): Likewise.
2824         (vn_unary_op_lookup): Likewise.
2825         (vn_unary_op_insert): Likewise.
2826         (vn_nary_op_lookup): Declare.
2827         (vn_nary_op_insert): Likewise.
2828         * tree-ssa-sccvn.c (struct vn_tables_s): Merge unary
2829         and binary hashes, use a single obstack for unary_op_pool
2830         and binary_op_pool.
2831         (struct vn_binary_op_s, struct vn_unary_op_s): Replace with
2832         a single struct vn_nary_op_s.  Store tree code length and
2833         a variable number of operands.
2834         (struct vn_reference_op_struct): Remove unused op2.
2835         (vn_reference_op_eq): Do not compare op2.
2836         (vn_reference_op_compute_hash): Do not compute hash of op2.
2837         (vn_unary_op_hash, vn_binary_op_hash): Replace with vn_nary_op_hash.
2838         (vn_unary_op_compute_hash, vn_binary_op_compute_hash): Replace
2839         with vn_nary_op_compute_hash.
2840         (vn_unary_op_eq, vn_binary_op_eq): Replace with vn_nary_op_eq.
2841         (vn_unary_op_lookup, vn_binary_op_lookup): Replace with
2842         vn_nary_op_lookup.
2843         (vn_unary_op_insert, vn_binary_op_insert): Replace with
2844         vn_nary_op_insert.
2845         (visit_unary_op): Call nary functions.
2846         (visit_binary_op): Likewise.
2847         (process_scc): Adjust for struct vn_tables_s changes.
2848         (allocate_vn_table): Likewise.
2849         (free_vn_table): Likewise.
2850         * tree-vn.c (vn_add): Call nary functions.
2851         (vn_lookup): Likewise.
2852
2853 2008-03-08  Jakub Jelinek  <jakub@redhat.com>
2854
2855         PR target/35498
2856         * config/rs6000/rs6000.c (rs6000_expand_compare_and_swapqhi): Shift
2857         wdst back after sync_compare_and_swapqhi_internal.
2858
2859 2008-03-08  Uros Bizjak  <ubizjak@gmail.com>
2860
2861         PR target/22152
2862         * config/i386/i386-modes.def (V1DI): New vector mode.
2863         * config/i386/i386.h (VALID_MMX_REG_MODE): Add V1DImode.
2864         * config/i386/mmx.md (MMXMODEI8): New mode iterator.
2865         (MMXMODE248): Ditto.
2866         (MMXMODE): Add V1DI mode.
2867         (mmxvecsize): Change DI mode to V1DI mode.
2868         ("mov<mode>): Use MMXMODEI8 mode iterator.
2869         ("*mov<mode>_internal_rex64"): Ditto.
2870         ("*mov<mode>_internal"): Ditto.
2871         ("mmx_add<mode>3"): Ditto.  Handle V1DImode for TARGET_SSE2.
2872         ("mmx_sub<mode>3"): Ditto.
2873         ("mmx_adddi3"): Remove insn pattern.
2874         ("mmx_subdi3"): Ditto.
2875         ("mmx_ashr<mode>3"): Use SImode and "yN" constraint for operand 2.
2876         ("mmx_lshr<mode>3"): Ditto. Use MMXMODE248 mode iterator.
2877         ("mmx_ashl<mode>3"): Ditto.
2878         ("mmx_lshrdi3"): Remove insn pattern.
2879         ("mmx_ashldi3"): Ditto.
2880         * config/i386/i386.c (classify_argument): Handle V1DImode.
2881         (function_arg_advance_32): Ditto.
2882         (function_arg_32): Ditto.
2883         (struct builtin_description) [IX86_BUILTIN_PADDQ]: Use
2884         mmx_addv1di3 insn pattern.
2885         [IX86_BUILTIN_PSUBQ]: Use mmx_subv1di3 insn pattern.
2886         [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?, IX86_BUILTIN_PSRA?,
2887         IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I, IX86_BUILTIN_PSRA?I,
2888         IX86_BUILTIN_PSLL?I128, IX86_BUILTIN_PSRL?I128, IX86_BUILTIN_PSRA?I128]:
2889         Remove definitions of built-in functions.
2890         (V1DI_type_node): New node.
2891         (v1di_ftype_v1di_int): Ditto.
2892         (v1di_ftype_v1di_v1di): Ditto.
2893         (v2si_ftype_v2si_si): Ditto.
2894         (v4hi_ftype_v4hi_di): Remove node.
2895         (v2si_ftype_v2si_di): Ditto.
2896         (ix86_init_mmx_sse_builtins): Handle V1DImode.
2897         (__builtin_ia32_psll?, __builtin_ia32_psrl?, __builtin_ia32_psra?):
2898         Redefine builtins using def_builtin_const with *_ftype_*_int node.
2899         (__builtin_ia32_psll?i, __builtin_ia32_psrl?i, __builtin_ia32_psra?i):
2900         Add new builtins using def_builtin_const.
2901         (ix86_expand_builtin) [IX86_BUILTIN_PSLL?, IX86_BUILTIN_PSRL?,
2902         IX86_BUILTIN_PSRA?, IX86_BUILTIN_PSLL?I, IX86_BUILTIN_PSRL?I,
2903         IX86_BUILTIN_PSRA?I]: Handle builtin definitions.
2904         * config/i386/mmintrin.h (__v1di): New typedef.
2905         (_mm_add_si64): Cast arguments to __v1di type.
2906         (_mm_sub_si64): Ditto.
2907         (_mm_sll_pi16): Cast __count to __v4hi type.
2908         (_mm_sll_pi32): Cast __count to __v2si type.
2909         (_mm_sll_si64): Cast arguments to __v1di type.
2910         (_mm_srl_pi16): Cast __count to __v4hi type.
2911         (_mm_srl_pi32): Cast __count to __v2si type.
2912         (_mm_srl_si64): Cast arguments to __v1di type.
2913         (_mm_sra_pi16): Cast __count to __v4hi type.
2914         (_mm_sra_pi32): Cast __count to __v2si type.
2915         (_mm_slli_pi16): Use __builtin_ia32_psllwi.
2916         (_mm_slli_pi32): Use __builtin_ia32_pslldi.
2917         (_mm_slli_si64): Use __builtin_ia32_psllqi. Cast __m to __v1di type.
2918         (_mm_srli_pi16): Use __builtin_ia32_psrlwi.
2919         (_mm_srli_pi32): Use __builtin_ia32_psrldi.
2920         (_mm_srli_si64): Use __builtin_ia32_psrlqi. Cast __m to __v1di type.
2921         (_mm_srai_pi16): Use __builtin_ia32_psrawi.
2922         (_mm_srai_pi32): Use __builtin_ia32_psradi.
2923         * config/i386/i386.md (UNSPEC_NOP): Remove unspec definition.
2924         * doc/extend.texi (X86 Built-in Functions) [__builtin_ia32_psll?,
2925         __builtin_ia32_psrl?, __builtin_ia32_psra?, __builtin_ia32_psll?i,
2926         __builtin_ia32_psrl?i, __builtin_ia32_psra?i]: Add new builtins.
2927
2928 2008-03-07  Joseph Myers  <joseph@codesourcery.com>
2929
2930         * doc/include/texinfo.tex: Update to version 2008-03-07.10.
2931
2932 2008-03-07  Peter Bergner  <bergner@vnet.ibm.com>
2933
2934         PR target/35373
2935         * config/rs6000/rs6000.c (rs6000_legitimize_address): Don't generate
2936         reg+const addressing for Altivec modes.  Don't generate reg+reg
2937         addressing for TFmode or TDmode quantities.
2938
2939 2008-03-07  Paolo Bonzini  <bonzini@gnu.org>
2940
2941         * c-common.c (vector_types_convertible_p): Call langhook
2942         instead of comptypes.
2943
2944 2008-03-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2945
2946         PR tree-opt/35402
2947         * tree-ssa-ccp.c (get_symbol_constant_value): Handle
2948         integral and scalar float variables which have a
2949         NULL DECL_INITIAL.
2950
2951 2008-03-06  Nathan Froyd  <froydnj@codesourcery.com>
2952
2953         * dwarf2out.c (dwarf2out_frame_debug_expr): Consult the
2954         dwarf_register_span hook when emitting unwind information for
2955         register-to-memory saves.
2956         * config/rs6000/rs6000.c (spe_synthesize_frame): Delete.
2957         (rs6000_frame_related): Remove call to spe_synthesize_frame.
2958
2959 2008-03-06  Jakub Jelinek  <jakub@redhat.com>
2960
2961         * gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes
2962         for the same VAR_DECL.
2963
2964 2008-03-06  Tom Tromey  <tromey@redhat.com>
2965
2966         * treelang: Delete.
2967         * doc/standards.texi (Standards): Don't mention treelang.
2968         * doc/invoke.texi (Overall Options): Don't mention treelang.
2969         * doc/install.texi (Prerequisites): Don't mention bison or
2970         treelang.
2971         (Configuration): Don't mention treelang.
2972         (Building): Likewise.
2973         * doc/frontends.texi (G++ and GCC): Don't mention treelang.
2974
2975 2008-03-06  Paolo Bonzini  <bonzini@gnu.org>
2976
2977         * simplify-rtx.c (simplify_subreg): Remove useless shifts from
2978         word-extractions out of a multi-word object.
2979
2980 2008-03-06  Richard Guenther  <rguenther@suse.de>
2981
2982         * tree.def (BIT_FIELD_REF): Constrain result type and its precision.
2983         * tree-cfg.c (verify_expr): Verify BIT_FIELD_REF constraints on
2984         result type and precision.
2985         * expr.c (get_inner_reference): Set unsignedp based on the result
2986         type of BIT_FIELD_REF.
2987         * tree.h (BIT_FIELD_REF_UNSIGNED): Remove.
2988         * tree-sra.c (instantiate_element): Do not set BIT_FIELD_REF_UNSIGNED.
2989         (try_instantiate_multiple_fields): Likewise.  Use the correct type
2990         for BIT_FIELD_REF.
2991         (sra_build_assignment): Likewise.
2992         (sra_build_elt_assignment): Likewise.
2993         (sra_explode_bitfield_assignment): Likewise.
2994         * print-tree.c (print_node): Do not check BIT_FIELD_REF_UNSIGNED.
2995         * tree-vect-transform.c (vect_create_epilog_for_reduction): Do not
2996         set BIT_FIELD_REF_UNSIGNED.
2997         (vectorizable_load): Likewise.
2998
2999 2008-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
3000
3001         * cse.c (cse_extended_basic_block): Invalidate artificial defs
3002         at bb start.
3003
3004 2008-03-06  Richard Guenther  <rguenther@suse.de>
3005
3006         * alias.c (struct alias_set_entry): Move has_zero_child field
3007         to pack with alias_set.
3008
3009 2008-03-05  H.J. Lu  <hongjiu.lu@intel.com>
3010
3011         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
3012         32bit host.
3013
3014 2008-03-05  Ian Lance Taylor  <iant@google.com>
3015
3016         * alias.h (alias_set_type): Change from HOST_WIDE_INT to int.
3017
3018 2008-03-05  Kenneth Zadeck <zadeck@naturalbridge.com>
3019
3020         * fwprop.c (update_df): Support width and offset parameters of
3021         df_ref_create.
3022         * ra-conflict.c (mark_reg_store, clear_reg_in_live,
3023         global_conflicts): Change DF_REF_EXTRACT to either
3024         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
3025         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
3026         * df-scan.c (df_ref_record, df_defs_record,
3027         df_ref_create_structure, df_def_record_1, df_uses_record,
3028         df_get_conditional_uses, df_get_call_refs, df_insn_refs_collect,
3029         df_bb_refs_collect, df_entry_block_defs_collect,
3030         df_exit_block_uses_collect): Support new width and offset fields.
3031         (ref_extract_pool): New storage pool.
3032         (df_free_ref): New function.
3033         (df_reg_chain_unlink, df_free_collection_rec,
3034         df_sort_and_compress_refs): Call df_free_ref.
3035         (df_ref_equal_p, df_ref_compare): Compare offset and width fields
3036         of df_ref_extract.
3037         (df_ref_create_structure): Allocate df_ref_extract if offset and
3038         width fields are used.
3039         (df_def_record_1): Get offset and width from ZERO_EXTRACT.
3040         (df_uses_record): Get offset and width from ZERO_EXTRACT 
3041         and SIGN_EXTRACT.
3042         * global.c (build_insn_chain): Change DF_REF_EXTRACT to either
3043         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
3044         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
3045         * df.h (df_ref_flags): Change DF_REF_EXTRACT to either
3046         DF_REF_ZERO_EXTRACT or DF_REF_SIGN_EXTRACT.  Change
3047         DF_REF_STRICT_LOWER_PART to DF_REF_STRICT_LOW_PART.
3048         (df_ref_extract): New structure.
3049         (DF_REF_WIDTH, DF_REF_OFFSET): New macros.
3050         (df_ref_create): Add width and offset parameters.
3051         
3052 2008-03-05  Richard Guenther  <rguenther@suse.de>
3053
3054         * tree-ssa-structalias.c (get_constraint_for_component_ref):
3055         Use ranges_overlap_p.
3056         (offset_overlaps_with_access): Rename
3057         to ranges_overlap_p and move ...
3058         * tree-flow-inline.h (ranges_overlap_p): ... here.
3059
3060         * tree.h (get_inner_reference, handled_component_p): Update
3061         comments.
3062
3063         * tree.h (record_component_aliases, get_alias_set,
3064         alias_sets_conflict_p, alias_sets_must_conflict_p,
3065         objects_must_conflict_p): Move declarations ...
3066         * alias.h (record_component_aliases, get_alias_set,
3067         alias_sets_conflict_p, alias_sets_must_conflict_p,
3068         objects_must_conflict_p): ... here.
3069         Include coretypes.h.
3070         * Makefile.in (ALIAS_H): Add coretypes.h dependency.
3071
3072 2008-03-05  Aldy Hernandez  <aldyh@redhat.com>
3073
3074         * cfg.c: Include tree-flow.h.
3075         (remove_edge_raw): Call redirect_edge_var_map_clear.
3076         (redirect_edge_succ_nodup): Call redirect_edge_var_map_dup.
3077         * tree-flow-inline.h (redirect_edge_var_map_def): New.
3078         (redirect_edge_var_map_result): New.
3079         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Replace
3080         PENDING_STMT use with redirect_edge_var_map_*.
3081         * tree-ssa.c (edge_var_maps): New definition.
3082         (redirect_edge_var_map_add): New.
3083         (redirect_edge_var_map_clear): New.
3084         (redirect_edge_var_map_dup): New.
3085         (redirect_edge_var_map_vector): New.
3086         (redirect_edge_var_map_destroy): New.
3087         (ssa_redirect_edge): Replace PENDING_STMT use with
3088         redirect_edge_var_map_*.
3089         (flush_pending_stmts): Same.
3090         (delete_tree_ssa): Destroy edge var map.
3091         * tree-flow.h (struct _edge_var_map): New.
3092         Define edge_var_map vector type.
3093         Declare redirect_edge_var_map_* prototypes.
3094         * Makefile.in (cfg.o): Depend on TREE_FLOW_H.
3095         * tree-cfg.c (reinstall_phi_args): Replace
3096         PENDING_STMT use with redirect_edge_var_map_*.
3097
3098 2008-03-05  Richard Guenther  <rguenther@suse.de>
3099
3100         PR tree-optimization/35472
3101         * tree-ssa-dse.c (dse_optimize_stmt): Do not delete a store
3102         whose single use_stmt has a overlapping set of loaded and
3103         stored symbols as that use_stmt might be a noop assignment then.
3104
3105 2008-03-05  Joel Sherrill <joel.sherrill@oarcorp.com>
3106
3107         * gthr-rtems.h: Implement __gthread_mutex_destroy.
3108
3109 2008-03-05  Richard Guenther  <rguenther@suse.de>
3110
3111         PR c++/35336
3112         * tree.def (BIT_FIELD_REF): Document that operands 1 and 2
3113         should be constants.
3114         * tree-cfg.c (verify_expr): Verify it.
3115         * fold-const.c (fold_truthop): Remove code generating
3116         BIT_FIELD_REFs of structure bases.
3117         (fold_binary): Likewise.
3118         (fold_ternary): Position and size of BIT_FIELD_REFs are
3119         always host integers.
3120         (make_bit_field_ref): Remove.
3121         (optimize_bit_field_compare): Remove.
3122         (all_ones_mask_p): Remove.
3123
3124 2008-03-05  Gabor Loki  <loki@gcc.gnu.org>
3125
3126         PR gcc/33009
3127         * rtl-factoring.c (clear_regs_live_in_seq): Fix backward steps.
3128         (split_block_and_df_analyze): New. Split basic block and rebuild
3129         dataflow.
3130         (block_label_after): Use SPLIT_BLOCK_AND_DF_ANALYZE instead of
3131         SPLIT_BLOCK.
3132         (split_pattern_seq): Likewise.
3133         (erase_matching_seqs): Likewise.
3134         (split_pattern_seq): Skip return insn in case of REG_NORETURN note.
3135
3136 2008-03-04  Geoff Keating  <geoffk@apple.com>
3137
3138         * fold-const.c (tree_single_nonnegative_warnv_p): Fix mixed
3139         declaration and code.
3140         (tree_invalid_nonnegative_warnv_p): Likewise.
3141
3142 2008-03-05  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
3143
3144         * doc/install.texi (Testing): Correct quoting for the RUNTESTFLAGS
3145         examples.  Truncate option-names then causing overfull hbox.
3146
3147 2008-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3148
3149         PR target/35222
3150         * configure.ac (CONFIG_SJLJ_EXCEPTIONS): Force SJLJ exceptions
3151         on hpux10.
3152         * configure: Rebuilt.
3153
3154 2008-03-04  Rafael Espindola  <espindola@google.com>
3155
3156         * fold-const.c (tree_simple_nonnegative_warnv_p): New.
3157         (tree_unary_nonnegative_warnv_p): New.
3158         (tree_binary_nonnegative_warnv_p): New.
3159         (tree_single_nonnegative_warnv_p): New.
3160         (tree_invalid_nonnegative_warnv_p): New.
3161         (tree_expr_nonnegative_warnv_p): Redefine in term of the new functions.
3162
3163 2008-03-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3164
3165         PR 28322
3166         * opts.c (handle_option): Postpone 'unknown option' errors only for
3167         warning options.
3168
3169 2008-03-04  H.J. Lu  <hongjiu.lu@intel.com>
3170
3171         PR target/35453
3172         * config/i386/smmintrin.h (SIDD_XXX): Renamed to ...
3173         (_SIDD_XXX): This.
3174
3175 2008-03-04  Rafael Espindola  <espindola@google.com>
3176
3177         * fold-const.c (tree_unary_nonzero_warnv_p): New.
3178         (tree_binary_nonzero_warnv_p): New.
3179         (tree_single_nonzero_warnv_p): New.
3180         (tree_expr_nonzero_warnv_p): Redefine using the new functions.
3181
3182 2008-03-04  Uros Bizjak  <ubizjak@gmail.com>
3183
3184         PR middle-end/35456
3185         * fold-const.c (fold_cond_expr_with_comparison): Prevent
3186         transformations for modes that have signed zeros.
3187         * ifcvt.c (noce_try_abs): Ditto.
3188
3189 2008-03-04  Joseph Myers  <joseph@codesourcery.com>
3190
3191         * config/i386/i386.c (override_options): Force
3192         -maccumulate-outgoing-args on if TARGET_STACK_PROBE.
3193
3194 2008-03-04  Jan Hubicka  <jh@suse.cz>
3195
3196         PR c++/35262
3197         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo
3198         in last commit.
3199
3200 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
3201
3202         * config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
3203         label to probe the stack.
3204
3205 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
3206
3207         * gthr-win32.h [__GTHREAD_HIDE_WIN32API]
3208         (__gthr_win32_mutex_destroy): Declare.
3209         [__GTHREAD_HIDE_WIN32API] (__gthread_mutex_destroy): Use
3210         __gthr_win32_mutex_destroy.
3211         * config/i386/gthr-win32.c  (__gthr_win32_mutex_destroy): Define.
3212
3213 2008-03-03  Jan Hubicka  <jh@suse.cz>
3214
3215         PR c++/35262
3216         * ipa-inline.c (cgraph_decide_inlining_of_small_function): Be more
3217         aggressive on inlining cold calls.
3218
3219 2008-03-03  Richard Guenther  <rguenther@suse.de>
3220
3221         * tree-ssa-sccvn.c (visit_reference_op_store): Do not insert
3222         struct copies into the expression table.
3223         (simplify_unary_expression): Handle VIEW_CONVERT_EXPR.
3224         (try_to_simplify): Likewise.
3225         * fold-const.c (fold_unary): Fold VIEW_CONVERT_EXPR of
3226         integral and pointer arguments which do not change the
3227         precision to NOP_EXPRs.
3228         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Adjust
3229         VIEW_CONVERT_EXPR case.
3230
3231 2008-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3232
3233         * tree-scalar-evolution.c (instantiate_parameters_1): An SSA_NAME
3234         defined in a loop at depth 0 is invariant.
3235         * tree-chrec.c (evolution_function_is_invariant_rec_p): Ditto.
3236         * tree-ssa-loop-ivopts.c (expr_invariant_in_loop_p): Should never
3237         be called at loop depth 0.
3238
3239 2008-03-02  Jakub Jelinek  <jakub@redhat.com>
3240
3241         PR driver/35420
3242         * gcc.c (process_command): Update copyright notice dates.
3243         * gcov.c (print_version): Likewise.
3244         * gcov-dump.c (print_version): Likewise.
3245         * mips-tfile.c (main): Likewise.
3246         * mips-tdump.c (main): Likewise.
3247
3248 2008-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3249
3250         PR 24924
3251         * c-common.c (flag_permissive): Delete.
3252         (constant_expression_warnings): Check flags first.
3253         (constant_expression_error): New.
3254         * c-common.h (flag_permissive): Delete.
3255         (constant_expression_error): Declare.
3256         * flags.h (flag_permissive): Declare. Update description.
3257         * diagnostic.c (pedwarn): Update.
3258         (permerror): New.
3259         * diagnostic.h: (pedantic_error_kind): Rename as pedantic_warning_kind.
3260         (permissive_error_kind): New.
3261         * toplev.c (flag_permissive): Define. Update description.
3262         * toplev.h (permissive_error_kind): Declare.
3263         * c-errors.c (pedwarn_c99): Use pedantic_warning_kind.
3264         (pedwarn_c90): Use pedantic_warning_kind.
3265         * c-opts.c (c_common_post_options): flag_permissive does not affect
3266         flag_pedantic_errors.
3267
3268 2008-03-02  Joseph Myers  <joseph@codesourcery.com>
3269
3270         * libgcc2.c (__addvSI3, __addvsi3, __addvDI3, __subvSI3,
3271         __subvsi3, __subvDI3, __negvSI2, __negvsi2, __negvDI2, __absvSI2,
3272         __absvsi2, __absvDI2): Use unsigned arithmetic.
3273
3274 2008-03-02  Andi Kleen  <ak@suse.de>
3275             Richard Guenther  <rguenther@suse.de>
3276
3277         * struct-equiv.c: Remove file.
3278         * cfg_cleanup.c (condjump_equiv_p): Remove.
3279         * Makefile.in (OBJS-common): Remove struct-equiv.o.
3280         (struct-equiv.o): Remove rule.
3281         * basic-block.h (struct_equiv_checkpoint, STRUCT_EQUIV_*,
3282         insns_match_p, struct_equiv_block_eq, struct_equiv_init, 
3283         rtx_equiv_p, condjump_equiv_p): Remove prototypes.
3284
3285 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3286
3287         * ifcvt.c (noce_process_if_block): Try to handle only the then
3288         block if the else block exists but isn't suitable.
3289
3290 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
3291
3292         PR gcc/35063
3293         * gthr-posix.h (__gthread_mutex_destroy): Remove extra declarations.
3294         * gthr-posix95.h (__gthread_mutex_destroy): Likewise. Note this fixes
3295         regression from previous patch.
3296
3297 2008-03-01  Janne Blomqvist  <jb@gcc.gnu.org>
3298
3299         PR gcc/35063
3300         * gthr.h: Add __gthread_mutex_destroy as a function that must be
3301         implemented.
3302         * gthr-vxworks.h (__gthread_mutex_destroy): Null implementation.
3303         * gthr-single.h (__gthread_mutex_destroy): Likewise.
3304         * gthr-rtems.h (__gthread_mutex_destroy): Likewise.
3305         * gthr-mipssde.h (__gthread_mutex_destroy): Likewise.
3306         * gthr-nks.h (__gthread_mutex_destroy): Likewise.
3307         * gthr-solaris.h (__gthread_mutex_destroy): Call mutex_destroy.
3308         * gthr-win32.h (__GTHREAD_MUTEX_DESTROY_FUNCTION): Remove.
3309         (__gthread_mutex_destroy_function): Rename to
3310         __gthread_mutex_destroy.
3311         * gthr-dce.h (__gthread_mutex_destroy): Call
3312         pthread_mutex_destroy.
3313         * gthr-tpf.h (__gthread_mutex_destroy): Likewise.
3314         * gthr-posix.h (__gthread_mutex_destroy): Likewise.
3315         * gthr-posix95.h (__gthread_mutex_destroy): Likewise.
3316
3317 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3318
3319         * df-scan.c (df_ref_chain_change_bb): Simplify.
3320         (df_insn_change_bb): Add new_bb argument.  Simplify.  Call
3321         set_block_for_insn if there's any change.
3322         * df.h ((df_insn_change_bb): Fix prototype.
3323         * cfgrtl.c (update_bb_for_insn_chain): Pass bb to
3324         df_insn_change_bb, don't call set_block_for_insn.
3325         * emit-rtl.c (reorder_insns): Likewise.
3326         * haifa-sched.c (move_insn): Likewise.
3327
3328 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3329
3330         * rtlanal.c (loc_mentioned_in_p): Test XVECEXPs correctly.
3331
3332 2008-03-01  Alexandre Oliva  <aoliva@redhat.com>
3333
3334         * tree-flow-inline.h (next_readonly_imm_use): Return
3335         NULL_USE_OPERAND_P after the end.
3336
3337 2008-03-01  Richard Guenther  <rguenther@suse.de>
3338
3339         PR tree-optimization/35411
3340         * tree-sra.c (sra_build_assignment): Split conversion to
3341         final type to a separate statement if we are not assigning
3342         to a register.
3343
3344 2008-02-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3345
3346         * fold-const.c (fold_convertible_p): Correct the logic to follow
3347         that in fold_convert().
3348
3349 2008-02-29  Douglas Gregor  <doug.gregor@gmail.com>
3350
3351         PR c++/35315
3352         * tree-inline.c (build_duplicate_type): When we make a
3353         duplicate type, make it unique in the canonical types system.
3354
3355 2008-02-29  Tom Tromey  <tromey@redhat.com>
3356
3357         * toplev.c (input_file_stack, input_file_stack_tick, fs_p,
3358         input_file_stack_history, input_file_stack_restored): Remove.
3359         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
3360         * input.h (struct file_stack): Remove.
3361         (push_srcloc, pop_srcloc, restore_input_file_stack): Likewise.
3362         (input_file_stack, input_file_stack_tick, INPUT_FILE_STACK_BITS):
3363         Likewise.
3364         * diagnostic.h (struct diagnostic_context) <last_module>: Change
3365         type.
3366         (diagnostic_last_module_changed): Add 'map' argument.
3367         (diagnostic_set_last_function): Likewise.
3368         * diagnostic.c (undiagnostic_report_current_module): Iterate using
3369         line map, not input_file_stack.
3370         * c-lex.c (fe_file_change): Don't use push_srcloc or pop_srcloc.
3371
3372 2008-02-29  Paul Brook  <paul@codesourcery.com>
3373
3374         * config/arm/arm.md (arm_addsi3): Add r/k/n alternative.
3375
3376 2008-02-29  Paul Brook  <paul@codesourcery.com>
3377
3378         * config/arm/ieee754-df.S (muldf3): Use RET macros.
3379
3380 2008-02-29  Richard Guenther  <rguenther@suse.de>
3381
3382         * tree-ssa-pre.c (get_sccvn_value): Create missing VNs via
3383         vn_lookup_or_add.
3384         * tree-ssa-sccnv.c (visit_reference_op_store): Use the rhs
3385         value for comparing for a store match.
3386         (simplify_unary_expression): Do nothing for SSA_NAMEs.
3387         (try_to_simplify): Do not do a full-blown reference lookup.
3388
3389 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
3390
3391         * config/sh/sh.c (sh_scalar_mode_supported_p): New function.
3392         (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
3393
3394         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't warn for profiling.
3395
3396 2008-02-29  Sebastian Pop  <sebastian.pop@amd.com>
3397
3398         * tree-loop-linear.c (try_interchange_loops): Compare memory access
3399         strides against cache sizes.
3400
3401 2008-02-29  Kaz Kojima  <kkojima@gcc.gnu.org>
3402
3403         * config/sh/sh.c (sh_secondary_reload): Handle loading a float
3404         constant to fpul.
3405
3406 2008-02-28  Richard Sandiford  <rsandifo@nildram.co.uk>
3407
3408         * simplify-rtx.c (simplify_unary_operation_1): Extend the handling
3409         of SUBREG_PROMOTED_VAR_P to cope with cases where the extended value
3410         is smaller than the original promoted value.
3411         (simplify_subreg): If OP is a SUBREG, try to preserve its
3412         SUBREG_PROMOTED_VAR_P information.
3413
3414 2008-02-28  Steven Bosscher  <stevenb.gcc@gmail.com>
3415
3416         * tree-ssa-sccvn (vn_ssa_aux_obstack): New obstack.
3417         (VN_INFO_GET): Allocate new objects on the obstack.
3418         (init_scc_vn): Initialize the obstack.  Use XDELETE instead of free
3419         for rpo_numbers_temp, for consistency.
3420         (free_scc_vn): Free the obstack.
3421
3422 2008-02-28  Sebastian Pop  <sebastian.pop@amd.com>
3423
3424         * doc/invoke.texi: Document -ftree-loop-distribution.
3425         * tree-loop-distribution.c: New.
3426         * tree-pass.h (pass_loop_distribution): New.
3427         * graphds.h (struct graph): Add htab_t indices.
3428         * timevar.def (TV_TREE_LOOP_DISTRIBUTION): New.
3429         * tree-vectorizer.c (rename_variables_in_loop): Extern.
3430         (slpeel_tree_duplicate_loop_to_edge_cfg): Init PENDING_STMT to NULL.
3431         * tree-vectorizer.h (tree_duplicate_loop_on_edge): Declared.
3432         * tree-data-ref.c (debug_data_dependence_relations): New.
3433         (dump_data_dependence_relation): Also print data references.
3434         (free_data_ref): Extern.
3435         (same_access_functions): Moved...
3436         (find_vertex_for_stmt): Renamed rdg_vertex_for_stmt.
3437         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
3438         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg_1, dot_rdg,
3439         struct rdg_vertex_info, rdg_vertex_for_stmt): New.
3440         (create_rdg_edge_for_ddr, create_rdg_vertices): Cleaned up.
3441         (stmts_from_loop): Skip LABEL_EXPR.
3442         (hash_stmt_vertex_info, eq_stmt_vertex_info, hash_stmt_vertex_del):
3443         New.
3444         (build_rdg): Initialize rdg->indices htab.
3445         (free_rdg, stores_from_loop, ref_base_address,
3446         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses,
3447         have_similar_memory_accesses_1, ref_base_address_1,
3448         remove_similar_memory_refs): New.
3449         * tree-data-ref.h: Depend on tree-chrec.h.
3450         (debug_data_dependence_relations, free_data_ref): Declared.
3451         (same_access_functions): ... here.
3452         (ddr_is_anti_dependent, ddrs_have_anti_deps, ddr_dependence_level):
3453         New.
3454         (struct rdg_vertex): Add has_mem_write and has_mem_reads.
3455         (RDGV_HAS_MEM_WRITE, RDGV_HAS_MEM_READS, RDG_STMT,
3456         RDG_MEM_WRITE_STMT, RDG_MEM_READS_STMT): New.
3457         (dump_rdg_vertex, debug_rdg_vertex, dump_rdg_component,
3458         debug_rdg_component, dump_rdg, debug_rdg, dot_rdg,
3459         rdg_vertex_for_stmt): Declared.
3460         (struct rdg_edge): Add level.
3461         (RDGE_LEVEL): New.
3462         (free_rdg, stores_from_loop, remove_similar_memory_refs,
3463         rdg_defs_used_in_other_loops_p, have_similar_memory_accesses):
3464         Declared.
3465         (rdg_has_similar_memory_accesses): New.
3466         * tree-vect-analyze.c: Remove unused static decls.
3467         * lambda.h (dependence_level): New.
3468         * common.opt (ftree-loop-distribution): New.
3469         * tree-flow.h (mark_virtual_ops_in_bb, 
3470         slpeel_tree_duplicate_loop_to_edge_cfg,
3471         rename_variables_in_loop): Declared.
3472         * Makefile.in (TREE_DATA_REF_H): Depend on tree-chrec.h.
3473         (OBJS-common): Add tree-loop-distribution.o.
3474         (tree-loop-distribution.o): New rule.
3475         * tree-cfg.c (mark_virtual_ops_in_bb): New.
3476         (mark_virtual_ops_in_region): Use mark_virtual_ops_in_bb.
3477         * passes.c (init_optimization_passes): Schedule pass_loop_distribution.
3478
3479 2008-02-28  Joseph Myers  <joseph@codesourcery.com>
3480
3481         PR target/33963
3482         * tree.c (handle_dll_attribute): Disallow TYPE_DECLs for types
3483         other than structures and unions.
3484
3485 2008-02-28  Richard Guenther  <rguenther@suse.de>
3486
3487         Revert:
3488         2008-02-26  Richard Guenther  <rguenther@suse.de>
3489
3490         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
3491         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
3492         (lookup_decl_from_uid): Declare.
3493         (remove_decl_from_map): Likewise.
3494         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
3495         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
3496         (decl_for_uid_map): New global hashtable mapping DECL_UID
3497         to the decl tree.
3498         (init_ttree): Allocate it.
3499         (insert_decl_to_uid_decl_map): New helper function.
3500         (make_node_stat): Insert new decls into the map.
3501         (copy_node_stat): Likewise.
3502         (lookup_decl_from_uid): New function.
3503         (remove_decl_from_map): Likewise.
3504         (print_decl_for_uid_map_statistics): New helper.
3505         (dump_tree_statistics): Call it.
3506
3507         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
3508         (referenced_var_iterator): Adjust.
3509         (FOR_EACH_REFERENCED_VAR): Adjust.
3510         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
3511         (num_referenced_vars): Adjust.
3512         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
3513         (first_referenced_var): Remove.
3514         (end_referenced_vars_p): Likewise.
3515         (next_referenced_var): Likewise.
3516         (referenced_var_iterator_set): New helper function.
3517         * tree-dfa.c (referenced_var_lookup): Adjust.
3518         (referenced_var_check_and_insert): Likewise.
3519         (remove_referenced_var): Likewise.
3520         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
3521         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3522         (verify_call_clobbering): Likewise.
3523         (verify_memory_partitions): Likewise.
3524         (init_tree_ssa): Allocate bitmap instead of hashtable for
3525         referenced_vars.
3526         (delete_tree_ssa): Adjust.
3527         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
3528         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3529         (compute_tag_properties): Likewise.
3530         (set_initial_properties): Likewise.
3531         (find_partition_for): Likewise.
3532         (update_reference_counts): Likewise.
3533         (dump_may_aliases_for): Likewise.
3534         * tree-ssa-operands.c (add_virtual_operand): Likewise.
3535         (add_call_clobber_ops): Likewise.
3536         (add_call_read_ops): Likewise.
3537         (get_asm_expr_operands): Likewise.
3538         * tree-into-ssa.c (dump_decl_set): Likewise.
3539         (update_ssa): Likewise.
3540         * tree-sra.c (scan_function): Likewise.
3541         (decide_instantiations): Likewise.
3542         (scalarize_parms): Likewise.
3543         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
3544         (dsa_named_for): Likewise.
3545         * tree-ssa-structalias.c (update_alias_info): Likewise.
3546         (merge_smts_into): Likewise.
3547
3548 2008-02-27  David Daney  <ddaney@avtrex.com>
3549
3550         PR target/34409
3551         * config/mips/iris.h (MIPS_DEBUGGING_INFO): Define.
3552         * config/mips/openbsd.h (MIPS_DEBUGGING_INFO): Same.
3553         * config/mips/sde.h (MIPS_DEBUGGING_INFO): Remove undef.
3554         * config/mips/vxworks.h (MIPS_DEBUGGING_INFO): Same.
3555         * config/mips/mips.h (MIPS_DEBUGGING_INFO): Remove define.
3556
3557 2008-02-27  Uros Bizjak  <ubizjak@gmail.com>
3558
3559         PR target/25477
3560         * config/darwin-ppc-ldouble-patch.def (BUILT_IN_NANL): Add.
3561         (BUILT_IN_NEXTTOWARD): Remove.
3562         (BUILT_IN_NEXTTOWARDF): Ditto.
3563         * config/darwin.c (darwin_patch_builtin): Use ACONCAT instead of
3564         alloca/strcpy/strcat.  Remove commented-out code.  Fix whitespace.
3565
3566 2008-02-27  Tom Tromey  <tromey@redhat.com>
3567
3568         * tree-dump.c (dequeue_and_dump) <FUNCTION_DECL>: Check
3569         DECL_SAVED_TREE, not DECL_LANG_SPECIFIC, when dumping body.
3570
3571 2008-02-27  Jan Beulich  <jbeulich@novell.com>
3572
3573         * c-decl.c (merge_decls): Use DECL_USER_ALIGN() on olddecl to
3574         update the respective field on newdecl.
3575
3576 2008-02-27  Revital Eres  <eres@il.ibm.com>
3577
3578         PR rtl-optimization/34999
3579         * bb-reorder.c (add_labels_and_missing_jumps): Do not handle
3580         crossing edges that ends with a call insn.
3581         (fix_up_fall_thru_edges): Handle crossing edges that ends with a
3582         call insn and clear the EDGE_CROSSING flag of the crossing edge
3583         when fixing fallthru edges.
3584
3585 2008-02-27  Richard Guenther  <rguenther@suse.de>
3586
3587         PR middle-end/35390
3588         * fold-const.c (fold_unary): Return the correct argument,
3589         converted to the result type.
3590
3591 2008-02-27  Richard Guenther  <rguenther@suse.de>
3592
3593         PR middle-end/34971
3594         * expr.c (expand_expr_real_1): Assert on rotates that operate
3595         on partial modes.
3596         * fold-const.c (fold_binary): Use the types precision, not the
3597         bitsize of the mode if folding rotate expressions.  Build rotates
3598         only for full modes.
3599
3600 2008-02-27  Jakub Jelinek  <jakub@redhat.com>
3601
3602         * c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA
3603         and CPP_PRAGMA_EOL.
3604         * c-pragma.c (pragma_ns_name): New typedef.
3605         (registered_pp_pragmas): New variable.
3606         (c_pp_lookup_pragma): New function.
3607         (c_register_pragma_1): If flag_preprocess_only, do nothing
3608         for non-expanded pragmas, for expanded ones push pragma's
3609         namespace and name into registered_pp_pragmas vector.
3610         (c_invoke_pragma_handler): Register OpenMP pragmas even when
3611         flag_preprocess_only, don't register GCC pch_preprocess
3612         pragma if flag_preprocess_only.
3613         * c-opts.c (c_common_init): Call init_pragma even if
3614         flag_preprocess_only.
3615         * c-pragma.c (c_pp_lookup_pragma): New prototype.
3616         * config/darwin.h (DARWIN_REGISTER_TARGET_PRAGMAS): Don't call
3617         cpp_register_pragma if flag_preprocess_only.
3618
3619 2008-02-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3620
3621         PR c/28800
3622         * c-parser.c (c_parser_translation_unit): Warn for empty
3623         translation unit, not empty source file.
3624
3625 2008-02-26  Paul Brook  <paul@codesourcery.com>
3626
3627         * config/arm/arm.c (thumb_set_frame_pointer): Ensure SP is first
3628         operand for Thumb-2.
3629         * config/arm/arm.h (reg_class): Add CORE_REGS.
3630         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Ditto.
3631         (BASE_REG_CLASS): Use CORE_REGS.
3632         (PREFERRED_RELOAD_CLASS): Add STACK_REG.
3633         (REGNO_MODE_OK_FOR_REG_BASE_P): Use REGNO_MODE_OK_FOR_BASE_P.
3634         (REGNO_OK_FOR_INDEX_P): Exclude SP.
3635         (ARM_REG_OK_FOR_INDEX_P): Always define.  Use
3636         ARM_REGNO_OK_FOR_INDEX_P.
3637         (ARM_PRINT_OPERAND_ADDRESS): Swap operands for [reg, sp].
3638         * config/arm/arm.md (arm_addsi3, thumb1_addsi3, arm_subsi3_insn,
3639         arm_movsi_insn, thumb1_movsi_insni, stack_tie): Add "k" alternatives.
3640         (ldm/stm peepholes): Ditto.
3641         * config/arm/thumb2.md (thumb2_movdi): Add "k" alternatives.
3642         * config/arm/vfp.md (arm_movsi_vfp, thumb2_movsi_vfp): Ditto.
3643         * config/arm/iwmmxt.md (iwmmxt_movsi_insn): Ditto.
3644         * config/arm/constraints.md: Enable "k" constraint on ARM.
3645
3646 2008-02-27  Ben Elliston  <bje@au.ibm.com>
3647
3648         * config/rs6000/rs6000.c: Annotate cache line size field in all
3649         instances of struct processor_costs.
3650
3651 2008-02-26  David Edelsohn  <edelsohn@gnu.org>
3652
3653         * dbgcnt.def (cfg_cleanup, cprop1, cprop2, dce_fast, dce_ud, dse1,
3654         dse2, gcse, if_conversion, if_after_combine, if_after_reload,
3655         jump_bypass): New counters.
3656         * cfgcleanup.c (cleanup_cfg): Add dbg_cnt.
3657         * dce.c (gate_ud_dce): Same.
3658         (gate_fast_dce): Same.
3659         * dse.c (gate_dse1): New function.
3660         (gate_dse2): New function.
3661         (gate_dse): Merge results of new gate functions.
3662         * gcse.c (gcse_main): Bracket cprop1 and cprop2 with dbg_cnt.
3663         (gate_handle_jump_bypass): Add dbg_cnt.
3664         (gate_handle_gcse): Add dbg_cnt.
3665         * ifcvt.c (gate_handle_if_conversion): Same.
3666         (gate_handle_if_after_combine): Same.
3667         (gate_handle_if_after_reload): Same.
3668         * Makefile.in: Add DBGCNT_H to cfgcleanup.o and ifcvt.o.
3669
3670 2008-02-26  Edmar Wienskoski  <edmar@freescale.com>
3671
3672         * config/rs6000/rs6000.c (processor_costs): Update e300 cache
3673         line sizes.
3674         * doc/invoke.texi: Add e300c2 and e300c3 to list of cpus.
3675
3676 2008-02-26  Jason Merrill  <jason@redhat.com>
3677
3678         PR c++/35315
3679         * attribs.c (decl_attributes): Leave ATTR_FLAG_TYPE_IN_PLACE 
3680         alone if it's the naming decl for the type's main variant.
3681
3682 2008-02-26  Tom Tromey  <tromey@redhat.com>
3683
3684         * system.h (USE_MAPPED_LOCATION): Poison.
3685         * Makefile.in (GTFILES): Put CPP_ID_DATA_H first.
3686         * tree-cfg.c (make_cond_expr_edges): Remove old location code.
3687         (make_goto_expr_edges): Likewise.
3688         (remove_bb): Likewise.
3689         (execute_warn_function_return): Likewise.
3690         * basic-block.h (struct edge_def) <goto_locus>: Change type to
3691         location_t.
3692         * c-common.c (fname_decl): Remove old location code.
3693         * tree-vect-transform.c (vect_finish_stmt_generation): Remove old
3694         location code.
3695         * rtl.h (ASM_OPERANDS_SOURCE_LOCATION): Remove old-location
3696         variant.
3697         (ASM_INPUT_SOURCE_LOCATION): Likewise.
3698         (gen_rtx_ASM_INPUT): Likewise.
3699         (gen_rtx_ASM_INPUT_loc): Likewise.
3700         (get_rtx_asm_OPERANDS): Remove.
3701         * cfglayout.c (insn_locators_alloc): Remove old location code.
3702         (set_curr_insn_source_location): Likewise.
3703         (curr_insn_locator): Likewise.
3704         * print-tree.c (print_node): Remove old location code.
3705         * tree-mudflap.c (mf_varname_tree): Remove old location code.
3706         (mf_file_function_line_tree): Remove test of USE_MAPPED_LOCATION.
3707         * cfgexpand.c (expand_gimple_cond_expr): Don't use
3708         location_from_locus.
3709         (construct_exit_block): Remove old location code.
3710         * emit-rtl.c (force_next_line_note): Remove old location code.
3711         * profile.c (branch_prob): Remove old location code.
3712         * tree-vectorizer.h (LOC, UNKNOWN_LOC, EXPR_LOC, LOC_FILE,
3713         LOC_LINE): Remove old-location variants.
3714         * langhooks.c (lhd_print_error_function): Remove old location
3715         code.
3716         * configure, config.in: Rebuilt.
3717         * configure.ac (--enable-mapped-location): Remove.
3718         * c-decl.c (c_init_decl_processing): Remove old location code.
3719         (finish_function): Likewise.
3720         * recog.c (decode_asm_operands): Remove old location code.
3721         * c-pch.c (c_common_read_pch): Remove old location code.
3722         * rtl.def (ASM_INPUT, ASM_OPERANDS): Remove old location
3723         variants.
3724         * gimple-low.c (lower_function_body): Remove old location code.
3725         * toplev.c (unknown_location): Remove.
3726         (push_srcloc): Remove old-location variant.
3727         (process_options): Remove old location code.
3728         (lang_dependent_init): Likewise.
3729         * input.h (UNKNOWN_LOCATION): Move definition.
3730         (location_t): Undeprecate.
3731         (source_locus): Remove.
3732         (location_from_locus): Remove.
3733         (struct location_s): Remove.
3734         Remove all old-location code.
3735         (input_line, input_filename): Remove.
3736         * final.c (final_scan_insn): Remove old location code.
3737         * diagnostic.c (diagnostic_build_prefix): Remove
3738         USE_MAPPED_LOCATION test.
3739         * tree.h (gimple_stmt) <locus>: Now a location_t.
3740         (tree_exp) <locus>: Likewise.
3741         (DECL_IS_BUILTIN): Remove old-location variant.
3742         (annotate_with_file_line, annotate_with_locus): Likewise.
3743         (expr_locus, set_expr_locus): Update.
3744         * tree.c (build1_stat): Remove old location code.
3745         (last_annotated_node): Remove.
3746         (annotate_with_file_line): Remove old-location variant.
3747         (annotate_with_locus): Likewise.
3748         (expr_location): Remove old location code.
3749         (set_expr_location): Likewise.
3750         (expr_has_location): Likewise.
3751         (expr_locus): Likewise.
3752         (set_expr_locus): Likewise.
3753         (expr_filename): Don't use location_from_locus.
3754         (expr_lineno): Likewise.
3755         * rtl-error.c (location_for_asm): Remove old location code.
3756         * c-lex.c (cb_line_change): Remove old location code.
3757         (fe_file_change): Likewise.
3758         (cb_def_pragma): Likewise.
3759         (c_lex_with_flags): Likewise.
3760         * gengtype.c (do_typedef): Don't special-case location types.
3761         (define_location_structures): Remove.
3762         (main): Don't call define_location_structures.
3763         * tree-pretty-print.c (dump_implicit_edges): Remove old location
3764         code.
3765
3766 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3767
3768         PR 26264
3769         * builtins.def (BUILT_IN_STDARG_START): Remove.
3770         * builtins.c (expand_builtin): Remove BUILT_IN_STDARG_START.
3771         * tree-stdarg.c (execute_optimize_stdarg): Likewise.
3772         * tree-inline.c (inline_forbidden_p_1): Likewise.
3773         
3774 2008-02-26  Richard Guenther  <rguenther@suse.de>
3775
3776         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
3777         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
3778         (lookup_decl_from_uid): Declare.
3779         (remove_decl_from_map): Likewise.
3780         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
3781         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
3782         (decl_for_uid_map): New global hashtable mapping DECL_UID
3783         to the decl tree.
3784         (init_ttree): Allocate it.
3785         (insert_decl_to_uid_decl_map): New helper function.
3786         (make_node_stat): Insert new decls into the map.
3787         (copy_node_stat): Likewise.
3788         (lookup_decl_from_uid): New function.
3789         (remove_decl_from_map): Likewise.
3790         (print_decl_for_uid_map_statistics): New helper.
3791         (dump_tree_statistics): Call it.
3792
3793         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
3794         (referenced_var_iterator): Adjust.
3795         (FOR_EACH_REFERENCED_VAR): Adjust.
3796         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
3797         (num_referenced_vars): Adjust.
3798         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
3799         (first_referenced_var): Remove.
3800         (end_referenced_vars_p): Likewise.
3801         (next_referenced_var): Likewise.
3802         (referenced_var_iterator_set): New helper function.
3803         * tree-dfa.c (referenced_var_lookup): Adjust.
3804         (referenced_var_check_and_insert): Likewise.
3805         (remove_referenced_var): Likewise.
3806         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
3807         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3808         (verify_call_clobbering): Likewise.
3809         (verify_memory_partitions): Likewise.
3810         (init_tree_ssa): Allocate bitmap instead of hashtable for
3811         referenced_vars.
3812         (delete_tree_ssa): Adjust.
3813         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
3814         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3815         (compute_tag_properties): Likewise.
3816         (set_initial_properties): Likewise.
3817         (find_partition_for): Likewise.
3818         (update_reference_counts): Likewise.
3819         (dump_may_aliases_for): Likewise.
3820         * tree-ssa-operands.c (add_virtual_operand): Likewise.
3821         (add_call_clobber_ops): Likewise.
3822         (add_call_read_ops): Likewise.
3823         (get_asm_expr_operands): Likewise.
3824         * tree-into-ssa.c (dump_decl_set): Likewise.
3825         (update_ssa): Likewise.
3826         * tree-sra.c (scan_function): Likewise.
3827         (decide_instantiations): Likewise.
3828         (scalarize_parms): Likewise.
3829         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
3830         (dsa_named_for): Likewise.
3831         * tree-ssa-structalias.c (update_alias_info): Likewise.
3832         (merge_smts_into): Likewise.
3833
3834 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3835
3836         PR 34351
3837         * doc/invoke.texi (-Wall): Add -Wvolatile-register-var.
3838         * c-opts.c (c_common_handle_option): Wall enables
3839         Wvolatile-register-var.
3840         * common.opt: Move Wvolatile-register-var to...
3841         * c.opt: ...here.
3842         
3843 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3844
3845         * common.opt (Wlarger-than=): New.
3846         * doc/invoke.texi (Warning Options): Replace -Wlarger-than- with
3847         -Wlarger-than=.
3848         * opts.c (common_handle_option): Handle -Wlarger-than=.
3849         * optc-gen.awk: Likewise.
3850         * opth-gen.awk: Likewise.
3851         * stor-layout.c (layout_decl): Use -Wlarger-than= for warning.
3852         * tree-optimize.c (tree_rest_of_compilation): Likewise.
3853         
3854 2008-02-26  Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3855
3856         * c-common.c (match_case_to_enum_1): Add appropriate
3857         OPT_W* parameter to warning.
3858         (c_do_switch_warnings): Likewise.
3859         * c-typeck.c (warning_init): Add one more parameter following
3860         'warning' function.
3861         (push_init_level): Update call to warning_init.
3862         (pop_init_level): Likewise.
3863         (add_pending_init): Likewise.
3864         (output_init_element: Likewise.
3865
3866 2008-02-26  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
3867
3868         PR 28322
3869         * toplev.c (toplev_main): If there are warnings or error, print
3870         errors for ignored options.
3871         * opts.c (ignored_options): New static variable.
3872         (postpone_unknown_option_error): New.
3873         (print_ignored_options): New.
3874         (handle_option): Postpone errors for unknown -Wno-* options.
3875         * opts.h (print_ignored_options): Declare.
3876         
3877 2008-02-25  Richard Sandiford  <rsandifo@nildram.co.uk>
3878
3879         * config/mips/mips.md (loadgp_blockage, blockage): Change type
3880         to "ghost".
3881
3882 2008-02-25  Richard Guenther  <rguenther@suse.de>
3883
3884         Revert:
3885         2008-02-25  Richard Guenther  <rguenther@suse.de>
3886
3887         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
3888         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
3889         (lookup_decl_from_uid): Declare.
3890         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
3891         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
3892         (decl_for_uid_map): New global hashtable mapping DECL_UID
3893         to the decl tree.
3894         (init_ttree): Allocate it.
3895         (insert_decl_to_uid_decl_map): New helper function.
3896         (make_node_stat): Insert new decls into the map.
3897         (copy_node_stat): Likewise.
3898         (lookup_decl_from_uid): New function.
3899         (print_decl_for_uid_map_statistics): New helper.
3900         (dump_tree_statistics): Call it.
3901
3902         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
3903         (referenced_var_iterator): Adjust.
3904         (FOR_EACH_REFERENCED_VAR): Adjust.
3905         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
3906         (num_referenced_vars): Adjust.
3907         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
3908         (first_referenced_var): Remove.
3909         (end_referenced_vars_p): Likewise.
3910         (next_referenced_var): Likewise.
3911         (referenced_var_iterator_set): New helper function.
3912         * tree-dfa.c (referenced_var_lookup): Adjust.
3913         (referenced_var_check_and_insert): Likewise.
3914         (remove_referenced_var): Likewise.
3915         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
3916         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3917         (verify_call_clobbering): Likewise.
3918         (verify_memory_partitions): Likewise.
3919         (init_tree_ssa): Allocate bitmap instead of hashtable for
3920         referenced_vars.
3921         (delete_tree_ssa): Adjust.
3922         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
3923         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3924         (compute_tag_properties): Likewise.
3925         (set_initial_properties): Likewise.
3926         (find_partition_for): Likewise.
3927         (update_reference_counts): Likewise.
3928         (dump_may_aliases_for): Likewise.
3929         * tree-ssa-operands.c (add_virtual_operand): Likewise.
3930         (add_call_clobber_ops): Likewise.
3931         (add_call_read_ops): Likewise.
3932         (get_asm_expr_operands): Likewise.
3933         * tree-into-ssa.c (dump_decl_set): Likewise.
3934         (update_ssa): Likewise.
3935         * tree-sra.c (scan_function): Likewise.
3936         (decide_instantiations): Likewise.
3937         (scalarize_parms): Likewise.
3938         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
3939         (dsa_named_for): Likewise.
3940         * tree-ssa-structalias.c (update_alias_info): Likewise.
3941         (merge_smts_into): Likewise.
3942
3943 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
3944
3945         PR fortran/29549
3946         * doc/invoke.texi (-fcx-limited-range): Document new option.
3947         * toplev.c (process_options): Handle -fcx-fortran-rules.
3948         * common.opt: Add documentation for -fcx-fortran-rules.
3949
3950 2008-02-25  Janne Blomqvist  <jb@gcc.gnu.org>
3951
3952         PR c/35162
3953         * doc/invoke.texi (-fcx-limited-range): Correct to be in line with
3954         actual behaviour and C99.
3955         
3956 2008-02-26  Ben Elliston  <bje@au.ibm.com>
3957
3958         * config/rs6000/rs6000.h (ASM_CPU_POWER5_SPEC): Define.
3959         (ASM_CPU_POWER6_SPEC): Likewise.
3960         (ASM_CPU_SPEC): Pass %(asm_cpu_power5) for -mcpu=power5.
3961         Likewise, pass %(asm_cpu_power6) for -mcpu=power6.
3962         (EXTRA_SPECS): Add asm_cpu_power5, asm_cpu_power6 spec strings.
3963
3964 2008-02-25  Richard Guenther  <rguenther@suse.de>
3965
3966         * tree-flow.h (uid_decl_map_hash, uid_decl_map_eq): Move ...
3967         * tree.h (uid_decl_map_hash, uid_decl_map_eq): ... here.
3968         (lookup_decl_from_uid): Declare.
3969         * tree-ssa.c (uid_decl_map_eq, uid_decl_map_hash): Move ...
3970         * tree.c (uid_decl_map_eq, uid_decl_map_hash): ... here.
3971         (decl_for_uid_map): New global hashtable mapping DECL_UID
3972         to the decl tree.
3973         (init_ttree): Allocate it.
3974         (insert_decl_to_uid_decl_map): New helper function.
3975         (make_node_stat): Insert new decls into the map.
3976         (copy_node_stat): Likewise.
3977         (lookup_decl_from_uid): New function.
3978         (print_decl_for_uid_map_statistics): New helper.
3979         (dump_tree_statistics): Call it.
3980
3981         * tree-flow.h (struct gimple_df): Make referenced_vars a bitmap.
3982         (referenced_var_iterator): Adjust.
3983         (FOR_EACH_REFERENCED_VAR): Adjust.
3984         (FOR_EACH_REFERENCED_VAR_IN_BITMAP): New iterator.
3985         (num_referenced_vars): Adjust.
3986         * tree-flow-inline.h (gimple_referenced_vars): Adjust.
3987         (first_referenced_var): Remove.
3988         (end_referenced_vars_p): Likewise.
3989         (next_referenced_var): Likewise.
3990         (referenced_var_iterator_set): New helper function.
3991         * tree-dfa.c (referenced_var_lookup): Adjust.
3992         (referenced_var_check_and_insert): Likewise.
3993         (remove_referenced_var): Likewise.
3994         * tree-ssa.c (verify_flow_insensitive_alias_info): Use
3995         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
3996         (verify_call_clobbering): Likewise.
3997         (verify_memory_partitions): Likewise.
3998         (init_tree_ssa): Allocate bitmap instead of hashtable for
3999         referenced_vars.
4000         (delete_tree_ssa): Adjust.
4001         * tree-ssa-alias.c (mark_aliases_call_clobbered): Use
4002         FOR_EACH_REFERENCED_VAR_IN_BITMAP.
4003         (compute_tag_properties): Likewise.
4004         (set_initial_properties): Likewise.
4005         (find_partition_for): Likewise.
4006         (update_reference_counts): Likewise.
4007         (dump_may_aliases_for): Likewise.
4008         * tree-ssa-operands.c (add_virtual_operand): Likewise.
4009         (add_call_clobber_ops): Likewise.
4010         (add_call_read_ops): Likewise.
4011         (get_asm_expr_operands): Likewise.
4012         * tree-into-ssa.c (dump_decl_set): Likewise.
4013         (update_ssa): Likewise.
4014         * tree-sra.c (scan_function): Likewise.
4015         (decide_instantiations): Likewise.
4016         (scalarize_parms): Likewise.
4017         * tree-ssa-alias-warnings.c (build_reference_table): Likewise.
4018         (dsa_named_for): Likewise.
4019         * tree-ssa-structalias.c (update_alias_info): Likewise.
4020         (merge_smts_into): Likewise.
4021
4022 2008-02-25  Andreas Krebbel  <krebbel1@de.ibm.com>
4023
4024         PR target/35258
4025         * cse.c (cse_insn): Avoid creation of overlapping MEMs.
4026         * alias.c (nonoverlapping_memrefs_p): Export for use in other modules.
4027         * alias.h (nonoverlapping_memrefs_p): Likewise.
4028
4029 2008-02-25  Jan Beulich  <jbeulich@novell.com>
4030
4031         * Makefile.in: Also prefix uses of crt0.o and mcrt0.o with $(T).
4032         * config/i386/netware-libgcc.exp: Add __bswap?i2,
4033         __emultls_get_address, __emultls_register_common,
4034         __floatundi?f, and _Unwind_GetIPInfo.
4035         * config/i386/netware.c (gen_stdcall_or_fastcall_decoration):
4036         Sync with config/i386/winnt.c:gen_stdcall_or_fastcall_suffix().
4037         (gen_regparm_prefix): Likewise.
4038         (i386_nlm_encode_section_info): Sync with
4039         config/i386/winnt.c:i386_pe_encode_section_info().
4040         (i386_nlm_maybe_mangle_decl_assembler_name): New.
4041         i386_nlm_mangle_decl_assembler_name): New.
4042         (netware_override_options): New.
4043         * config/i386/netware.h (netware_override_options): Declare.
4044         (OVERRIDE_OPTIONS): Re-define to netware_override_options.
4045         (i386_nlm_mangle_decl_assembler_name): Declare.
4046         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Define.
4047
4048 2008-02-25  Ben Elliston  <bje@au.ibm.com>
4049
4050         PR other/32948
4051         * c-decl.c (grokdeclarator): Remove unused local variables
4052         `typedef_type' and `type_as_written'.
4053         * bb-reorder.c
4054         (find_rarely_executed_basic_blocks_and_crossing_edges): Remove
4055         unused local variable `has_hot_blocks'.
4056         (fix_crossing_conditional_branches): Remove unused local variable
4057         `prev_bb'.
4058         
4059 2008-02-25  Uros Bizjak  <ubizjak@gmail.com>
4060
4061         PR middle-end/19984
4062         * builtins.def (BUILT_IN_NAN): Define as c99 builtin
4063         using DEF_C99_BUILTIN.
4064         (BUILT_IN_NANF): Ditto.
4065         (BUILT_IN_NANL): Ditto.
4066
4067 2008-02-25  Ayal Zaks  <zaks@il.ibm.com>
4068             Revital Eres  <eres@il.ibm.com>
4069
4070         * modulo-sched.c (calculate_must_precede_follow): Address TODO
4071         regarding the order of two dependent insns in the same row.
4072
4073 2008-02-25  Eric Botcazou  <ebotcazou@adacore.com>
4074
4075         * stor-layout.c (layout_decl): Do not bump the alignment of a
4076         bit-field to more than byte alignment if it is packed.
4077
4078 2008-02-24  David Edelsohn  <edelsohn@gnu.org>
4079
4080         * config/rs6000/rs6000.c (processor_costs): Add cache costs for
4081         e300c2 and e300c3.
4082
4083 2008-02-24  Diego Novillo  <dnovillo@google.com>
4084
4085         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01094.html
4086
4087         PR 33738
4088         * tree-vrp.c (vrp_evaluate_conditional): With
4089         -Wtype-limits, emit a warning when comparing against a
4090         constant outside the natural range of OP0's type.
4091         * c.opt (Wtype-limits): Move ...
4092         * common.opt (Wtype-limits): ... here.
4093
4094 2008-02-24  Edmar Wienskoski  <edmar@freescale.com>
4095
4096         * config.gcc (powerpc*-*-*): Add new cores e300c2 and e300c3.
4097         * config/rs6000/e300c2c3.md: New file.
4098         * config/rs6000/rs6000.c (processor_costs): Add new costs for
4099         e300c2 and e300c3.
4100         (rs6000_override_options): Add e300c2 and e300c3 cases to
4101         processor_target_table. Do not allow usage of Altivec or Spe
4102         with e300 cores. Initialize rs6000_cost for e300c2 and e300c3.
4103         (rs6000_issue_rate): Set issue rate for e300c2 and e300c3.
4104         * config/rs6000/rs6000.h (processor_type): Add
4105         PROCESSOR_PPCE300C2 and PROCESSOR_PPCE300C3.
4106         (ASM_CPU_SPEC): Add e300c2 and e300c3.
4107         * config/rs6000/rs6000.md (define_attr "cpu"): Add ppce300c2
4108         and ppce300c3. Include e300c2c3.md.
4109
4110 2008-02-23  David Edelsohn  <edelsohn@gnu.org>
4111
4112         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Use STRICT_ALIGNMENT
4113         instead of TARGET_STRICT_ALIGN.
4114
4115 2008-02-23  Joseph Myers  <joseph@codesourcery.com>
4116
4117         * explow.c (memory_address): Assert that the generated address is
4118         valid.
4119
4120 2008-02-23  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4121
4122         PR target/25477
4123         * config/darwin-protos.h: Add darwin_patch_builtins prototype.
4124         * config/darwin-ppc-ldouble-patch.def: New file.
4125         * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): New macro.
4126         * config/rs6000/rs6000.c (rs6000_init_builtins): Call
4127         SUBTARGET_INIT_BUILTINS if defined.
4128         * config/darwin.c (darwin_patch_builtin, darwin_patch_builtins):
4129         New functions.
4130
4131 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4132
4133         PR rtl-opt/33512
4134         * simplify-rtx.c (simplify_binary_operation_1): Add simplification
4135         of (and X (ior (not X) Y) and (and (ior (not X) Y) X).
4136
4137 2008-02-23  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4138
4139         PR pch/35027
4140         * c-pch.c (c_common_valid_pch): Make the "too short to be a PCH
4141         file" warning condtional on -Winvalid-PCH.
4142
4143 2008-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
4144
4145         * expmed.c (extract_bit_field): Always use adjust_address for MEM.
4146
4147 2008-02-23  Uros Bizjak  <ubizjak@gmail.com>
4148
4149         PR target/22076
4150         PR target/34256 
4151         * config/i386/mmx.md (*mov<mode>_internal_rex64): Use "!y" to
4152         prevent reload from using MMX registers.
4153         (*mov<mode>_internal): Ditto.
4154         (*movv2sf_internal_rex64): Ditto.
4155         (*movv2sf_internal): Ditto.
4156
4157 2008-02-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4158
4159         PR documentation/31569
4160         * doc/install.texi2html: Use makeinfo --no-number-sections.
4161
4162 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
4163
4164         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check to
4165         ensure that we can address an entire entity > 8 bytes.  Don't
4166         generate reg+reg addressing for such data.
4167
4168 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
4169
4170         * config/rs6000/rs6000.h (CONSTANT_ALIGNMENT): Don't overalign
4171         strings when optimizing for size, unless the target cares about
4172         alignment.
4173
4174 2008-02-22  Tom Tromey  <tromey@redhat.com>
4175
4176         * regclass.c (current_pass): Remove declaration.
4177
4178 2008-02-22  Anatoly Sokolov <aesok@post.ru>
4179
4180         * config/avr/libgcc.S (__RAMPZ__): Define.
4181         (__do_copy_data): Add for devices with 128KB code memory.
4182
4183 2008-02-22  Nathan Froyd  <froydnj@codesourcery.com>
4184
4185         * config/rs6000/linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS):
4186         Use spe_abi.
4187         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
4188
4189 2008-02-22  Hans-Peter Nilsson  <hp@axis.com>
4190
4191         * config/cris/cris.h (REG_CLASS_FROM_LETTER): Recognize 'b' for
4192         GENNONACR_REGS.
4193
4194 2008-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4195
4196         PR c/19999
4197         * c-typeck.c (build_binary_op): Warn about floating point
4198         comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
4199
4200 2008-02-21  Janis Johnson  <janis187@us.ibm.com>
4201
4202         PR target/34526
4203         * config/rs6000/rs6000.c (rs6000_altivec_abi): Clarify comment.
4204         (rs6000_explicit_options): Split abi into spe_abi and altivec_abi,
4205         add vrsave.
4206         (rs6000_override_options): Set altivec_abi as default, not override,
4207         for 64-bit GNU/Linux; for 32-bit GNU/Linux default to altivec_abi for
4208         TARGET_ALTIVEC; default to TARGET_ALTIVEC_VRSAVE when AltiVec ABI
4209         is used; use new member spe_abi.
4210         (rs6000_handle_option): Set rs6000_explicit_options.vrsave; use
4211         spe_abi and altivec_abi.
4212
4213 2008-02-22  Tomas Bily  <tbily@suse.cz>
4214
4215         * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.
4216
4217 2008-02-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4218
4219         PR bootstrap/35273
4220         * config.build (build_file_translate): Set to `CMD //c' only if
4221         it works.
4222         * Makefile.in (build_file_translate): Improve comment.
4223
4224 2008-02-21  Jan Hubicka  <jh@suse.cz>
4225
4226         * predict.def (PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL,
4227         PRED_TREE_OPCODE_POSITIVE, PRED_TREE_OPCODE_NONEQUAL, PRED_CALL,
4228         PRED_TREE_EARLY_RETURN, PRED_NULL_RETURN): Update.
4229
4230 2008-02-21  Michael Matz  <matz@suse.de>
4231
4232         PR target/35264
4233         * config/i386/i386.c (ix86_expand_branch): Add missing breaks.
4234
4235 2008-02-21  Uros Bizjak  <ubizjak@gmail.com>
4236
4237         * config/i386/i386.md (mov<mode>cc): Macroize expander from movsfcc,
4238         movdfcc and movxfcc using X87MODEF mode iterator and SSE_FLOAT_MODE_P
4239         as insn constraint.
4240         * config/i386/sse.md (<sse>_movup<ssemodesuffixf2c>): Macroize insn
4241         from sse_movups adn sse2_movupd using SSEMODEF2P mode iterator and
4242         SSE_VEC_FLOAT_MODE_P as insn constraint.
4243         (<sse>_movmskp<ssemodesuffixf2c>): Ditto from similar patterns.
4244         (sse4a_movnt<mode>): Macroize insn from sse4a_movntsf and
4245         sse4a_movntdf using MODEF mode iterator.
4246         (sse4a_vmmovnt<mode>): Macroize insn form sse4a_vmmovntv2df and
4247         sse4a_vmmovntv4sf using SSEMODEF2P mode iterator.
4248         (sse4_1_blendp<ssemodesuffixf2c>): Ditto from similar patterns.
4249         (sse4_1_blendvp<ssemodesuffixf2c>): Ditto.
4250         (sse4_1_dpp<ssemodesuffixf2c>): Ditto.
4251         (sse4_1_roundp<ssemodesuffixf2c>): Ditto.
4252         (sse4_1_rounds<ssemodesuffixf2c>): Ditto.
4253
4254 2008-02-21  Richard Guenther  <rguenther@suse.de>
4255
4256         * tree.def (PAREN_EXPR): New tree code.
4257         * fold-const.c (fold_unary): Remove PAREN_EXPR around constants
4258         and PAREN_EXPR.
4259         * tree-pretty-print.c (dump_generic_node): Handle PAREN_EXPR.
4260         * expr.c (expand_expr_real_1): Likewise.
4261         * tree-inline.c (estimate_num_insns_1): Likewise.
4262         * tree-complex.c (expand_complex_move): Likewise.
4263         * tree-vectorizer.c (vect_is_simple_use): Treat PAREN_EXPR (x)
4264         as plain x.
4265
4266 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
4267
4268         PR target/35225
4269         * config/sh/sh.c (find_barrier): Don't go past 'from' argument.
4270
4271 2008-02-20  Kaz Kojima  <kkojima@gcc.gnu.org>
4272
4273         PR target/35190
4274         * config/sh/sh.md (jump_compact): Disable for crossing jumps.
4275
4276         * config/sh/sh.c (find_barrier): Don't go past
4277         NOTE_INSN_SWITCH_TEXT_SECTIONS note.
4278
4279 2008-02-20  DJ Delorie  <dj@redhat.com>
4280
4281         * config/h8300/h8300.md (insv): Force source operand to be a register.
4282
4283         * config/h8300/h8300.c (h8300_expand_epilogue): Emit return insn
4284         as a jump, not as a plain insn.
4285         
4286 2008-02-20  Seongbae Park <seongbae.park@gmail.com>
4287
4288         * doc/invoke.texi (Warning Options): Add new option
4289         -Wframe-larger-than=.
4290         (-Wframe-larger-than): Document.
4291
4292         * flags.h (warn_frame_larger_than, frame_larger_than_size):
4293         Add declarations for new option variables.
4294
4295         * final.c (final_start_function): Check the frame size
4296         before emission and issue a Wframe-larger-than warning.
4297
4298         * opts.c (warn_frame_larger_than, frame_larger_than_size):
4299         Add definitions for new option variables.
4300         (common_handle_option): Handle new option OPT_Wframe_larger_than_.
4301
4302         * common.opt (Wframe-larger-than=): New option.
4303
4304 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
4305
4306         * config/i386/sse.md (<sse>_vmmul<mode>3): Fix typo in asm template.
4307         (<sse>_div<mode>3): Ditto.
4308         (<sse>_vmdiv<mode>3): Ditto.
4309         (<sse>_vmsqrt<mode>2): Ditto.
4310         (*smax<mode>3): Ditto.
4311         (sse5_frcz<mode>2): Ditto.
4312         (sse5_vmfrcz<mode>2): Ditto.  Use TARGET_SSE5 instead of TARGET_ROUND
4313         as insn constraint.
4314
4315 2008-02-20  Richard Guenther  <rguenther@suse.de>
4316
4317         PR middle-end/35265
4318         * builtins.c (validate_arg): If we want an INTEGER_TYPE,
4319         be happy with INTEGRAL_TYPE_P.
4320
4321 2008-02-20  Richard Guenther  <rguenther@suse.de>
4322
4323         * fold-const.c (split_tree): Associate floatig-point expressions
4324         if flag_associative_math is set.
4325
4326 2008-02-20  Richard Guenther  <rguenther@suse.de>
4327
4328         * tree.h (fold_real_zero_addition_p): Declare.
4329         * fold-const.c (fold_real_zero_addition_p): Export.
4330         * tree-ssa-reassoc.c (eliminate_using_constants): Also handle
4331         floating-point operations with zero and one.
4332
4333 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4334
4335         * doc/install.texi: Correct references to CFLAGS, replacing them
4336         with BOOT_CFLAGS.  Document flags used during bootstrap for
4337         target libraries.
4338                                 
4339 2008-02-20  Uros Bizjak  <ubizjak@gmail.com>
4340
4341         * config/i386/i386.h (SSE_VEC_FLOAT_MODE_P): New define.
4342         * config/i386/i386.md (*sse_setcc<mode>): Macroize from *sse_setccsf
4343         and *sse_setccdf using MODEF mode iterator and SSE_FLOAT_MODE_P as
4344         insn constraint.
4345         (smin<mode>3): Ditto from similar patterns.
4346         (smax<mode>3): Ditto.
4347         (*ieee_smin<mode>3): Ditto.
4348         (*ieee_smax<mode>3): Ditto.
4349         * config/i386/sse.md (sse): New mode attribute.
4350         (mov<mode>): Macroize expander from movv4sf and movv2df using
4351         SSEMODEF2P mode iterator.
4352         (<sse>_movnt<mode>): Ditto from similar patterns. Use
4353         SSE_VEC_FLOAT_MODE_P as insn constraint.
4354         (storent<mode>): Ditto.
4355         (storent<mode>): Macroize expander from storentsf and storentdf using
4356         MODEF mode iterator.
4357         (neg<mode>2): Macroize from negv4sf2 and negv2df2 using SSEMODEF2P
4358         mode iterator and SSE_VEC_FLOAT_MODE_P as insn constraint.
4359         (abs<mode>2): Ditto from similar patterns.
4360         (add<mode>3, *add<mode>3, <sse>_vmadd<mode>3): Ditto.
4361         (sub<mode>3, *sub<mode>3, <sse>_vmsub<mode>3): Ditto.
4362         (<sse>_div<mode>3, <sse>_vmdiv<mode>3): Ditto.
4363         (<sse>_vmsqrt<mode>2): Ditto.
4364         (smin<mode>3, *smin<mode>3_finite, *smin<mode>3)
4365         (<sse>_vmsmin<mode>3, *ieee_smin<mode>3): Ditto.
4366         (smax<mode>3, *smax<mode>3_finite, *smax<mode>3)
4367         (<sse>_vmsmax<mode>3, *ieee_smax<mode>3): Ditto.
4368         (<sse>_maskcmp<mode>3): Macroize from sse_maskcmpv4sf3,
4369         sse_maskcmpsf3, sse2_maskcmpv2df3 and sse2_maskcmpdf3 using SSEMODEF4
4370         mode iterator. Use SSE_FLOAT_MODE_P with SSE_VEC_FLOAT_MODE_P as
4371         insn constraint.
4372         (<sse>_comi): Macroize from sse_comi and sse2_comi using MODEF mode
4373         iterator and SSE_FLOAT_MODE_P as insn constraint.
4374         (<sse>_ucomi): Ditto from similar patterns.
4375         (<sse>_vmmaskcmp<mode>3): Macroize from sse_vmmaskcmpv4sf3 and
4376         sse2_vmmaskcmpv2df3 using SSEMODEF2P mode iterator and
4377         SSE_VEC_FLOAT_MODE_P as insn constraint.
4378         (vcond<mode>): Ditto from similar patterns.
4379         (and<mode>3, *and<mode>3): Ditto.
4380         (<sse>_nand<mode>3): Ditto.
4381         (ior<mode>3, *ior<mode>3): Ditto.
4382         (xor<mode>3, *xor<mode>3): Ditto.
4383         (*and<mode>3): Macroize from *andsf3 and *anddf3 using MODEF mode
4384         iterator and SSE_FLOAT_MODE_P as insn constraint.
4385         (*nand<mode>3): Ditto from similar patterns.
4386         (*ior<mode>3): Ditto.
4387         (*xor<mode>3): Ditto.
4388
4389 2008-02-20  Ira Rosen  <irar@il.ibm.com>
4390
4391         * config/spu/spu.md (vec_unpacku_hi_v8hi, vec_unpacku_lo_v8hi,
4392         vec_unpacks_hi_v8hi, vec_unpacks_lo_v8hi, vec_unpacku_hi_v16qi,
4393         vec_unpacku_lo_v16qi, vec_unpacks_lo_v16qi): Implement.
4394
4395 2008-02-19  Jan Hubicka  <jh@suse.cz>
4396
4397         * predict.c (tree_bb_level_predictions): Remove variable next
4398         mistakely introduced by previous commit.
4399
4400 2008-02-19  Jan Hubicka  <jh@suse.cz>
4401
4402         * predict.c (predict_paths_leading_to): Rewrite.
4403         (predict_paths_for_bb): New.
4404         (tree_bb_level_predictions): Update call of predict_paths_leading_to.
4405
4406 2008-02-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4407
4408         PR bootstrap/35218
4409         * Makefile.in (build_file_translate): New.
4410         (gcc-vers.texi): Use it for translating $(abs_srcdir).
4411         * config.build (build_file_translate): Set to `CMD //c' on MinGW.
4412         * configure.ac (build_file_translate): Substitute it.
4413         * configure: Regenerate.
4414
4415 2008-02-19  Jan Hubicka  <jh@suse.cz>
4416
4417         PR rtl-optimization/34408
4418         * see.c (see_def_extension_not_merged): Copy subreg so we don't have
4419         invalid sharing.
4420
4421 2008-02-19  Jan Hubicka  <jh@suse.cz>
4422
4423         PR middle-end/28779
4424         * tree-inline.c (estimate_num_insns_1): Fix counting of cost of
4425         call_expr.
4426
4427 2008-02-19  H.J. Lu  <hongjiu.lu@intel.com>
4428
4429         PR Ada/35186
4430         * config/i386/i386-modes.def: Revert the last DI alignment
4431         change until Ada people can look into it.
4432
4433 2008-02-19  Nick Clifton  <nickc@redhat.com>
4434
4435         * opts.c (print_specific_help): Fix typo in --help text.
4436
4437 2008-02-19  Jakub Jelinek  <jakub@redhat.com>
4438
4439         PR target/35239
4440         * config/i386/cpuid.h (__cpuid, __get_cpuid_max): Use special
4441         32-bit inline asm without asm alternatives for host GCC < 3.0.
4442
4443 2008-02-19  Richard Guenther  <rguenther@suse.de>
4444
4445         PR tree-optimization/34989
4446         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Re-structure.
4447         Allow propagation to INDIRECT_REF if we can simplify only.
4448
4449 2008-02-19  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4450
4451         * c-common.c (warn_for_collisions_1): Use appropriate option when
4452         warning.
4453
4454 2008-02-19  Nick Clifton  <nickc@redhat.com>
4455
4456         PR other/31349
4457         * opts.c (undocumented_msg): Leave blank unless checking is enabled.
4458         (handle_options): Fix indentation.
4459         (print_filtered_help): If no language-specific options were
4460         displayed tell the user how to list all the options supported by
4461         the language's front-end.
4462         (print_specific_help): Fix indentation and remove duplicate line.
4463         (common_handle_option): Handle the -v option.
4464         For --help enable the display of undocumented options if the -v
4465         switch has been included on the command line.
4466         For --help= check for overlaps in the arguments between the option
4467         classes and the language names and issue a warning when they
4468         cannot be disambiguated.
4469         * c.opt (v): Pass on to the common option handler.
4470
4471 2008-02-19  Revital Eres  <eres@il.ibm.com> 
4472
4473         * modulo-sched.c (sms_schedule): Change dump message when
4474         create_ddg function fails.
4475         (try_scheduling_node_in_cycle): Rename row to cycle.
4476         (print_partial_schedule): Rename CYCLE to ROW.
4477
4478 2008-02-19  Christian Bruel  <christian.bruel@st.com>
4479             Zdenek Dvorak  <ook@ucw.cz>
4480
4481         * tree-ssa-loop-ivopts.c (may_be_unaligned_p): Check step alignment.
4482
4483 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
4484
4485         PR target/33555
4486         * config/i386/i386.md (*x86_movsicc_0_m1_se): New insn pattern.
4487         (*x86_movdicc_0_m1_se): Ditto.
4488
4489 2008-02-19  Uros Bizjak  <ubizjak@gmail.com>
4490
4491         * config/i386/sfp-machine.h (__gcc_CMPtype): New typedef.
4492         (CMPtype): Define as __gcc_CMPtype.
4493         * config/rs6000/sfp-machine.h (__gcc_CMPtype): New typedef.
4494         (CMPtype): Define as __gcc_CMPtype.
4495
4496 2008-02-19  Hans-Peter Nilsson  <hp@axis.com>
4497
4498         Support valgrind 3.3 for --enable-checking=valgrind.
4499         * system.h: Consolidate ENABLE_VALGRIND_CHECKING-dependent defines
4500         here.
4501         [!VALGRIND_MAKE_MEM_NOACCESS]: Define as VALGRIND_MAKE_NOACCESS.
4502         [!VALGRIND_MAKE_MEM_DEFINED]: Define as VALGRIND_MAKE_READABLE.
4503         [!VALGRIND_MAKE_MEM_UNDEFINED]: Define as VALGRIND_MAKE_WRITABLE.
4504         * ggc-common.c: Remove ENABLE_VALGRIND_CHECKING-dependent defines.
4505         Replace use of VALGRIND_MAKE_READABLE, VALGRIND_MAKE_WRITABLE, and
4506         VALGRIND_MAKE_NOACCESS with VALGRIND_MAKE_MEM_DEFINED,
4507         VALGRIND_MAKE_MEM_UNDEFINED, and VALGRIND_MAKE_MEM_NOACCESS
4508         respectively.
4509         * ggc-zone.c: Similar.
4510         * ggc-page.c: Similar.
4511
4512 2008-02-19  Paul Brook  <paul@codesourcery.com>
4513
4514         PR target/35071
4515         * config/arm/ieee754-df.S: Fix do_it typo.
4516         * config/arm/ieee754-sf.S: Fix do_it typo.
4517
4518 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
4519
4520         PR target/35189
4521         * config/i386/i386.c (OPTION_MASK_ISA_MMX_SET): New.
4522         (OPTION_MASK_ISA_3DNOW_SET): Likewise.
4523         (OPTION_MASK_ISA_SSE_SET): Likewise.
4524         (OPTION_MASK_ISA_SSE2_SET): Likewise.
4525         (OPTION_MASK_ISA_SSE3_SET): Likewise.
4526         (OPTION_MASK_ISA_SSSE3_SET): Likewise.
4527         (OPTION_MASK_ISA_SSE4_1_SET): Likewise.
4528         (OPTION_MASK_ISA_SSE4_2_SET): Likewise.
4529         (OPTION_MASK_ISA_SSE4_SET): Likewise.
4530         (OPTION_MASK_ISA_SSE4A_SET): Likewise.
4531         (OPTION_MASK_ISA_SSE5_SET): Likewise.
4532         (OPTION_MASK_ISA_3DNOW_A_UNSET): Likewise.
4533         (OPTION_MASK_ISA_MMX_UNSET): Updated.
4534         (OPTION_MASK_ISA_3DNOW_UNSET): Updated.
4535         (OPTION_MASK_ISA_SSE_UNSET): Likewise.
4536         (OPTION_MASK_ISA_SSE3_UNSET): Likewise.
4537         (OPTION_MASK_ISA_SSSE3_UNSET): Likewise.
4538         (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise.
4539         (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise.
4540         (OPTION_MASK_ISA_SSE4A_UNSET): Likewise.
4541         (OPTION_MASK_ISA_SSE5_UNSET): Likewise.
4542         (OPTION_MASK_ISA_SSE4): Removed.
4543         (ix86_handle_option): Turn on bits in ix86_isa_flags and
4544         ix86_isa_flags_explicit with OPTION_MASK_ISA_XXX_SET for -mXXX.
4545         (override_options): Don't turn on implied SSE/MMX bits in
4546         ix86_isa_flags.
4547
4548 2008-02-18  H.J. Lu  <hongjiu.lu@intel.com>
4549
4550         * config/i386/i386-modes.def: Use 4 byte alignment on DI for
4551         32bit host.
4552
4553 2008-02-18  Joey Ye  <joey.ye@intel.com>
4554
4555         PR middle-end/34921
4556         * tree-nested.c (insert_field_into_struct): Set type alignment
4557         to field alignment if the former is less than the latter.
4558
4559 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
4560
4561         * BASE-VER: Set to 4.4.0.
4562
4563 2008-02-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4564
4565         * doc/c-tree.texi: Use @dots{} and @enddots{} where appropriate.
4566         * doc/cfg.texi: Likewise.
4567         * doc/extend.texi: Likewise.
4568         * doc/gty.texi: Likewise.
4569         * doc/invoke.texi: Likewise.
4570         * doc/loop.texi: Likewise.
4571         * doc/md.texi: Likewise.
4572         * doc/passes.texi: Likewise.
4573         * doc/rtl.texi: Likewise.
4574         * doc/sourcebuild.texi: Likewise.
4575         * doc/tm.texi: Likewise.
4576         * doc/tree-ssa.texi: Likewise.
4577
4578 2008-02-17  Richard Guenther  <rguenther@suse.de>
4579
4580         PR middle-end/35227
4581         * tree-complex.c (init_parameter_lattice_values): Handle parameters
4582         without default definition.
4583
4584 2008-02-17  Richard Guenther  <rguenther@suse.de>
4585
4586         PR tree-optimization/35231
4587         * tree-vrp.c (register_edge_assert_for): Do not assume A == 0
4588         if A | B != 1.
4589
4590 2008-02-17  Uros Bizjak  <ubizjak@gmail.com>
4591
4592         Revert:
4593         2008-02-15  Uros Bizjak  <ubizjak@gmail.com>    
4594         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
4595         libgcc_cmp_return mode.
4596
4597 2008-02-16  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4598
4599         PR c/28368
4600         * doc/invoke.texi (-std): Clarify description of -std= and -ansi.
4601
4602 2008-02-16  Ralf Corsepius  <ralf.corsepius@rtems.org>
4603
4604         * config/m68k/t-rtems (M68K_MLIB_CPU): Add 5208, 5307, 5407, 5475
4605         multilibs.
4606
4607 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4608
4609         * doc/c-tree.texi: Use `@.' where appropriate.
4610         * doc/extend.texi: Likewise.
4611         * doc/install.texi: Likewise.
4612         * doc/invoke.texi: Likewise.
4613         * doc/loop.texi: Likewise.
4614         * doc/makefile.texi: Likewise.
4615         * doc/md.texi: Likewise.
4616         * doc/passes.texi: Likewise.
4617         * doc/standards.texi: Likewise.
4618         * doc/tm.texi: Likewise.
4619
4620 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
4621
4622         PR middle-end/35196
4623         * omp-low.c (expand_omp_for_generic): Don't initialize fd->v
4624         in entry_bb.
4625         (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb
4626         rather than in entry_bb.
4627
4628 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
4629
4630         * config/i386/sfp-machine.h (CMPtype): Define as typedef using
4631         libgcc_cmp_return mode.
4632
4633 2008-02-15  Jakub Jelinek  <jakub@redhat.com>
4634
4635         PR middle-end/35130
4636         * tree-nested.c (convert_call_expr): Put FRAME.* vars into
4637         OMP_CLAUSE_SHARED rather than OMP_CLAUSE_FIRSTPRIVATE clause.
4638
4639 2008-02-15  Richard Guenther  <rguenther@suse.de>
4640             Zdenek Dvorak  <ook@ucw.cz>
4641
4642         PR tree-optimization/35164
4643         * tree-flow.h (stmt_references_abnormal_ssa_name): Declare.
4644         * tree-dfa.c (stmt_references_abnormal_ssa_name): New function.
4645         * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
4646         Only propagate addresses which do not have abnormal SSA_NAMEs
4647         in their operands.
4648
4649 2008-02-15  Joseph Myers  <joseph@codesourcery.com>
4650
4651         PR target/35088
4652         * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.
4653
4654 2008-02-15  Jan Hubicka  <jh@suse.cz>
4655
4656         PR middle-end/35149
4657         * ipa.c (cgraph_remove_unreachable_nodes): Clear local.inlinable flag.
4658
4659 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
4660
4661         PR middle-end/34621
4662         * function.c (pad_to_arg_alignment): Remove test for STACK_BOUNDARY
4663         when calculating alignment_pad.
4664
4665 2008-02-15  Uros Bizjak  <ubizjak@gmail.com>
4666
4667         * config/i386/i386.h (CLEAR_RATIO): Use MIN macro.
4668         (WIDEST_HARDWARE_FP_SIZE): Use LONG_DOUBLE_TYPE_SIZE define.
4669         * config/i386/darwin.h (PREFERRED_STACK_BOUNDARY): Use MAX macro
4670         and STACK_BOUNDARY define.
4671
4672 2008-02-14  Danny Smith  <dannysmith@users.sourceforge.net>
4673
4674         PR preprocessor/35061
4675         * c-pragma.c (handle_pragma_pop_macro): Check that
4676         pushed_macro_table has been allocated.
4677
4678 2008-02-14  Eric Botcazou  <ebotcazou@adacore.com>
4679
4680         PR middle-end/35136
4681         * gimplify.c (force_gimple_operand_bsi): Revert 2008-02-12 change.
4682         (force_gimple_operand): Likewise.
4683         * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Add new cases
4684         for TARGET_MEM_REF and CONVERT_EXPR/NON_LVALUE_EXPR/NOP_EXPR.
4685         Also recurse on the operand for regular VIEW_CONVERT_EXPRs.
4686         (find_interesting_uses_address): Check addressability and alignment
4687         of the base expression only after substituting bases of IVs into it.
4688
4689 2008-02-14  Michael Matz  <matz@suse.de>
4690
4691         PR target/34930
4692         * function.c (instantiate_virtual_regs_in_insn): Reload address
4693         before falling back to reloading the whole operand.
4694
4695 2008-02-14  Andreas Krebbel  <krebbel1@de.ibm.com>
4696
4697         * config/s390/s390.c (s390_mainpool_start): Emit the pool
4698         before the first section switch note.
4699
4700 2008-02-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4701
4702         * doc/bugreport.texi: Update copyright years.
4703         * doc/c-tree.texi: Likewise.
4704         * doc/cfg.texi: Likewise.
4705         * doc/cpp.texi: Likewise.
4706         * doc/cppinternals.texi: Likewise.
4707         * doc/fragments.texi: Likewise.
4708         * doc/frontends.texi: Likewise.
4709         * doc/gcc.texi: Likewise.
4710         * doc/gty.texi: Likewise.
4711         * doc/hostconfig.texi: Likewise.
4712         * doc/implement-c.texi: Likewise.
4713         * doc/libgcc.texi: Likewise.
4714         * doc/loop.texi: Likewise.
4715         * doc/makefile.texi: Likewise.
4716         * doc/options.texi: Likewise.
4717         * doc/passes.texi: Likewise.
4718         * doc/rtl.texi: Likewise.
4719         * doc/sourcebuild.texi: Likewise.
4720         * doc/standards.texi: Likewise.
4721         * doc/tree-ssa.texi: Likewise.
4722         * doc/trouble.texi: Likewise.
4723
4724         * doc/extend.texi: Use @: or add comma where appropriate.
4725         * doc/invoke.texi: Likewise.
4726         * doc/tm.texi: Likewise.
4727
4728 2008-02-14  Alan Modra  <amodra@bigpond.net.au>
4729
4730         PR target/34393
4731         * config/rs6000/rs6000.md (restore_stack_block): Force operands[1]
4732         to a reg.
4733
4734 2008-02-14  Jesper Nilsson  <jesper.nilsson@axis.com>
4735
4736         * doc/md.texi (clz, ctz): Add reference.
4737         * doc/rtl.texi (clz, ctz): Likewise.
4738
4739 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4740
4741         PR other/35148
4742         * Makefile.in (gcc-vers.texi): Use abs_srcdir for the value of
4743         srcdir.
4744
4745 2008-02-13  Andreas Krebbel  <krebbel1@de.ibm.com>
4746
4747         * config/s390/s390.c (struct constant_pool): New field
4748         emit_pool_after added.
4749         (s390_mainpool_start): Set the emit_pool_after flag according
4750         to the section switch notes.
4751         (s390_mainpool_finish): Consider emit_pool_after when emitting
4752         the literal pool at the end of the function.
4753         (s390_chunkify_start): Force literal pool splits at section
4754         switch notes.
4755
4756 2008-02-13  Michael Matz  <matz@suse.de>
4757
4758         PR debug/35065
4759         * var-tracking.c (clobber_variable_part): Correctly traverse the
4760         list.
4761
4762 2008-02-13  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4763
4764         PR 29673
4765         * doc/invoke.texi (Debugging Options): Remove -fdump-tree-inlined.
4766         Add -fdump-ipa-inline.
4767         * tree-dump.c (dump_files): Remove tree-inlined dump.
4768         * tree-pass.h (tree_dump_index): Remove TDI_inlined.
4769         
4770 2008-02-12  Richard Guenther  <rguenther@suse.de>
4771
4772         PR tree-optimization/35171
4773         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): Deal with
4774         default defs.
4775
4776 2008-02-12  Richard Guenther  <rguenther@suse.de>
4777
4778         PR middle-end/35163
4779         * fold-const.c (fold_widened_comparison): Use get_unwidened in
4780         value-preserving mode.  Disallow final truncation.
4781
4782 2008-02-12  Eric Botcazou  <ebotcazou@adacore.com>
4783
4784         PR middle-end/35136
4785         * gimplify.c (force_gimple_operand_bsi): Move SSA renaming
4786         code from here to...
4787         (force_gimple_operand): ...here.
4788
4789 2008-02-12  Jakub Jelinek  <jakub@redhat.com>
4790
4791         PR c++/35144
4792         * tree-sra.c (sra_build_assignment): fold_convert SRC if copying
4793         non-compatible pointers.
4794         (generate_element_copy): If SRC and DST are RECORD_TYPEs with
4795         different FIELD_DECLs, try harder by comparing field offsets, sizes
4796         and types.
4797
4798         PR inline-asm/35160
4799         * function.c (match_asm_constraints_1): Don't replace the same input
4800         multiple times.
4801
4802 2008-02-12  Anatoly Sokolov <aesok@post.ru>
4803
4804         * config/avr/avr.h (AVR_HAVE_RAMPZ): Define.
4805         * config/avr/avr.c (expand_prologue): Save RAMPZ register.
4806         (expand_epilogue): Restore RAMPZ register.
4807         * config/avr/avr.md (RAMPZ_ADDR): New constant.
4808
4809 2008-02-11  Kai Tietz  <kai.tietz@onevision.com>
4810
4811         * config/i386/cygwin.asm: (__alloca): Correct calling
4812         convention and alignment.
4813         (__chkstk): Force 8 byte stack alignment.
4814
4815 2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
4816             Richard Guenther  <rguenther@suse.de>
4817
4818         PR tree-optimization/33992
4819         * tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
4820         the zero we compare against.
4821
4822 2008-02-10  Danny Smith  <dannysmith@users.sourceforge.net>
4823
4824         PR libfortran/35063
4825         * gthr-win32.h (__gthread_mutex_destroy_function): New function
4826         to CloseHandle after unlocking to prevent accumulation of handle
4827         count.
4828
4829 2008-02-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4830
4831         PR middle_end/34150
4832         * pa.c (legitimize_pic_address): Add REG_EQUAL note on sets with a
4833         pic_label_operand source.  Similarly, add a REG_LABEL_OPERAND note
4834         and update LABEL_NUSES during and after reload.
4835
4836 2008-02-08  Steven Bosscher  <stevenb.gcc@gmail.com>
4837
4838         PR middle-end/34627
4839         * combine.c (simplify_if_then_else): Make sure the comparison is
4840         against const0_rtx when simplifying to (abs x) or (neg (abs X)).
4841
4842 2008-02-08  Richard Sandiford  <rsandifo@nildram.co.uk>
4843
4844         PR bootstrap/35051
4845         * double-int.h: Don't include gmp.h for GENERATOR_FILEs.
4846         (mpz_set_double_int, mpz_get_double_int): Hide from GENERATOR_FILEs.
4847         * real.h: Don't include gmp.h or mpfr.h for GENERATOR_FILEs.
4848         (real_from_mpfr, mpfr_from_real): Hide from GENERATOR_FILEs.
4849         * tree.h (get_type_static_bounds): Likewise.
4850
4851 2008-02-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4852
4853         * doc/invoke.texi (Option Summary, C++ Dialect Options)
4854         (Objective-C and Objective-C++ Dialect Options, Warning Options):
4855         Make -Wfoo language annotations match what the compiler outputs.
4856
4857 2008-02-08  Sa Liu  <saliu@de.ibm.com>
4858
4859         * config/spu/spu-builtins.def: Fixed wrong parameter type in spu 
4860         intrinsics spu_convts, spu_convtu, spu_convtf.
4861         * testsuite/gcc.target/spu/intrinsics-3.c: New. Test error messages.
4862
4863 2008-02-08  Hans-Peter Nilsson  <hp@axis.com>
4864
4865         * doc/extend.texi (Function Attributes) <noinline>: Mention
4866         asm ("") as method to keep calls.
4867
4868 2008-02-07  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4869
4870         PR other/32754
4871         * doc/options.texi (Options): Replace references to opts.sh with
4872         optc-gen.awk.
4873         * opts-common.c: Likewise.
4874         * optc-gen.awk: Likewise.
4875         
4876 2008-02-07  Andreas Krebbel  <krebbel1@de.ibm.com>
4877
4878         * config/s390/s390.h (FUNCTION_ARG_REGNO_P): Fix fprs for 64 bit.
4879
4880 2008-02-07  Richard Henderson  <rth@redhat.com>
4881
4882         PR rtl-opt/33410
4883         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use an
4884         EXPR_LIST for the REG_EQUAL instead of a comparison with a 
4885         funny mode.
4886
4887 2008-02-07  Uros Bizjak  <ubizjak@gmail.com>
4888
4889         PR tree-optimization/35085
4890         * tree-ssa-reassoc.c (rewrite_expr_tree): Enable destructive update
4891         for operand entry oe2 in addition to operand entry oe3 in order to
4892         expose more opportunities for vectorizer sum reduction.
4893
4894 2008-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4895
4896         PR other/35107
4897         * Makefile.in (LIBS): Remove $(GMPLIBS).
4898         (cc1-dummy, cc1): Add $(GMPLIBS).
4899
4900 2008-02-06  Jan Hubicka  <jh@suse.cz>
4901
4902         PR target/23322
4903         * i386.md (moddf_integer): Do not produce partial memory stalls for
4904         targets where it hurts.
4905
4906 2008-02-06  Uros Bizjak  <ubizjak@gmail.com>
4907
4908         PR target/35083
4909         * optabs.c (expand_float): Do not check for decimal modes when
4910         expanding unsigned integer through signed conversion.
4911
4912 2008-02-06  Nick Clifton  <nickc@redhat.com>
4913
4914         * config/stormy16/stormy16.md (eqbranchsi): Replace a match_dup
4915         inside the clobber with a match_operand and duplicated operand
4916         number in the constraint.
4917         (ineqbranchsi): Delete redundant comment.
4918
4919 2008-02-06  Ralf Corsepius  <ralf.corsepius@rtems.org>
4920
4921         * config/arm/rtems-elf.h (TARGET_OS_CPP_BUILTINS): Add 
4922         builtin_define ("__USE_INIT_FINI__").
4923         * config/h8300/t-rtems (MULTILIB_OPTION,MULTILIB_DIRNAMES): Add
4924         -msx multilibs.
4925         * gthr-rtems.h: Remove __GTHREAD_MUTEX_INIT.
4926
4927 2008-02-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4928
4929         PR documentation/30330
4930         * doc/invoke.texi (C++ Dialect Options)
4931         (Objective-C and Objective-C++ Dialect Options, Warning Options):
4932         For each warning option -Wfoo that allows -Wno-foo, ensure both
4933         -Wfoo and -Wno-foo are listed in the option index.  Fix index
4934         entry of -Wswitch-default, index -Wnormalized= including the
4935         `=', and -Wlarger-than-@var{len} including @var{len}.
4936
4937 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
4938
4939         * config/i386/i386.md (floatunssisf2): Use
4940         ix86_expand_convert_uns_sisf_sse also for TARGET_SSE.
4941         (floatunssi<mode>2): Rename from floatunssisf2 and floatunssidf2.
4942         Macroize expander using MODEF mode iterator.
4943
4944 2008-02-05  Diego Novillo  <dnovillo@google.com>
4945
4946         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00140.html
4947
4948         PR 33738
4949         * tree-vrp.c (vrp_evaluate_conditional): Revert fix for PR 33738.
4950
4951 2008-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4952
4953         PR other/35070
4954         * toplev.c (print_version): Honor `indent' for GMP/MPFR warnings.
4955
4956 2008-02-05  H.J. Lu  <hongjiu.lu@intel.com>
4957
4958         PR target/35084
4959         * config/i386/i386.c (ix86_function_sseregparm): Add an arg
4960         to indicate if a message should be generated.
4961         (init_cumulative_args): Updated.
4962         (function_value_32): Likewise.
4963
4964 2008-02-05  Joseph Myers  <joseph@codesourcery.com>
4965
4966         * doc/include/texinfo.tex: Update to version 2008-02-04.16.
4967
4968 2008-02-05  Uros Bizjak  <ubizjak@gmail.com>
4969
4970         PR target/35083
4971         * config/i386/i386.md (floatunsisf2): Enable for TARGET_SSE_MATH only.
4972         Call ix86_expand_convert_uns_sisf_sse for TARGET_SSE2.
4973
4974 2008-02-04  Diego Novillo  <dnovillo@google.com>
4975
4976         http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
4977
4978         PR 33738
4979         * tree-vrp.c (vrp_evaluate_conditional): With
4980         -Wtype-limits, emit a warning when comparing against a
4981         constant outside the natural range of OP0's type.
4982
4983 2008-02-04  Richard Guenther  <rguenther@suse.de>
4984
4985         PR middle-end/33631
4986         * expr.c (count_type_elements): Give for unions instead of
4987         guessing.
4988
4989 2008-02-04  Richard Guenther  <rguenther@suse.de>
4990
4991         PR middle-end/35043
4992         * gimplify.c (gimplify_init_ctor_eval): Convert array indices
4993         to TYPE_DOMAINs base type instead of using bitsizetype here.
4994
4995 2008-02-03  Jason Merrill  <jason@redhat.com>
4996
4997         * print-tree.c (print_node) [CONSTRUCTOR]: Print elements.
4998
4999 2008-02-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5000
5001         PR other/29972
5002         * doc/invoke.texi (C++ Dialect Options, Optimize Options)
5003         (HPPA Options, i386 and x86-64 Options, IA-64 Options)
5004         (RS/6000 and PowerPC Options): Fix typos and markup.
5005         * doc/passes.texi (Tree-SSA passes): Likewise.
5006
5007 2008-02-02  Michael Matz  <matz@suse.de>
5008
5009         PR target/35045
5010         * postreload-gcse.c (record_last_reg_set_info_regno): Renamed
5011         from record_last_reg_set_info.
5012         (record_last_reg_set_info): Take an RTX argument, iterate over all
5013         constituent hardregs.
5014         (record_last_set_info, record_opr_changes): Change calls to
5015         new signature or to record_last_reg_set_info_regno.
5016
5017 2008-02-02  Gerald Pfeifer  <gerald@pfeifer.com>
5018
5019         * doc/extend.texi (X86 Built-in Functions): Fix grammar.
5020
5021 2008-02-01  Hans-Peter Nilsson  <hp@axis.com>
5022
5023         PR rtl-optimization/34773
5024         * reg-notes.def (EQUAL): Mention significance of combination of
5025         REG_EQUAL and REG_RETVAL.
5026         * fwprop.c (try_fwprop_subst): Don't add REG_EQUAL to an
5027         insn that has a REG_RETVAL.
5028
5029 2008-02-01  Roger Sayle  <roger@eyesopen.com>
5030
5031         PR bootstrap/33781
5032         * configure.ac (--enable-fixed-point): Disable unless explicitly
5033         requested on IRIX.
5034         * configure: Regenerate.
5035
5036 2008-02-01  Richard Guenther  <rguenther@suse.de>
5037
5038         PR other/35042
5039         * invoke.texi (-finline-limit): Remove no longer true parts
5040         of the documentation.  Note that there is no default value.
5041
5042 2008-02-01  Andrew Pinski  <pinskia@gmail.com>
5043             Mark Mitchell  <mark@codesourcery.com>
5044             Ben Elliston  <bje@au.ibm.com>
5045
5046         PR c/29326
5047         * doc/extend.texi (Other Builtins): Document.
5048
5049 2008-01-31  Tom Browder <tom.browder@gmail.com>
5050
5051         * doc/c-tree.texi (Types): Fix grammar.
5052         (Expression trees): Ditto.
5053         * doc/passes.texi (Tree-SSA passes): Ditto.
5054         
5055         * doc/configterms.texi (Configure Terms): Fix typo.
5056         * doc/cpp.texi (Common Predefined Macros): Ditto.
5057         * doc/md.texi (Machine Constraints): Ditto.
5058         
5059         * doc/makefile.texi (Makefile): Add comma.
5060
5061 2008-01-31  Tom Browder  <tom.browder@gmail.com>
5062             Gerald Pfeifer  <gerald@pfeifer.com>
5063         
5064         * doc/sourcebuild.texi (Front End): Remove references to CVS
5065         and CVSROOT/modules.
5066         (Texinfo Manuals): Replace reference to CVS by one to SVN.
5067         (Back End): Remove reference to CVS.
5068
5069 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
5070
5071         PR target/34900
5072         * config/mips/mips.c (gen_load_const_gp): New function, taking a
5073         comment from...
5074         (mips16_gp_pseudo_reg): ...here.
5075         * config/mips/mips.md (load_const_gp): Replace with...
5076         (load_const_gp_<mode>): ...this :P-based insn.
5077
5078 2008-01-31  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5079
5080         * doc/invoke.texi (-ansi): Mention explicitly corresponding -std=
5081         options. Minor fixes.
5082         (-std): Move reference to standards closer to where language
5083         standards are first mentioned.
5084         
5085 2008-01-31  Richard Sandiford  <rsandifo@nildram.co.uk>
5086
5087         PR rtl-optimization/34995
5088         * reload.c (alternative_allows_const_pool_ref): Take an rtx
5089         parameter and return a bool.  If the rtx parameter is nonnull,
5090         check that it satisfies an EXTRA_MEMORY_CONSTRAINT.
5091         (find_reloads): Update call accordingly.  Pass the new operand
5092         if it needed no address reloads, otherwise pass null.
5093
5094 2008-01-30  Richard Henderson  <rth@redhat.com>
5095
5096         PR c/34993
5097         * tree.c (build_type_attribute_qual_variant): Skip TYPE_DOMAIN
5098         for unbounded arrays.
5099
5100 2008-01-30  Silvius Rus  <rus@google.com>
5101
5102         * config/i386/xmmintrin.h (_mm_prefetch): Add const to first arg.
5103
5104 2008-01-30  Jan Hubicka  <jh@suse.cz>
5105
5106         PR target/34982
5107         * i386.c (init_cumulative_args): Use real function declaration when
5108         calling locally.
5109
5110 2008-01-30  Richard Sandiford  <rsandifo@nildram.co.uk>
5111
5112         PR rtl-optimization/34998
5113         * global.c (build_insn_chain): Treat non-subreg_lowpart
5114         SUBREGs of pseudos as clobbering all the words covered by the
5115         SUBREG, not just all the bytes.
5116         * ra-conflict.c (clear_reg_in_live): Likewise.  Take the
5117         original df_ref rather than an extract parameter.
5118         (global_conflicts): Update call accordingly.
5119
5120 2008-01-30  Andreas Krebbel  <krebbel1@de.ibm.com>
5121
5122         * config/s390/fixdfdi.h (__fixunstfdi, __fixtfdi): Rearrange
5123         the overflow check to make it easier to read.
5124         (__fixtfdi): Change the type of the ll member in union
5125         long_double to UDItype_x.
5126
5127 2008-01-30  Jakub Jelinek  <jakub@redhat.com>
5128
5129         PR middle-end/34969
5130         * cgraph.h (cgraph_update_edges_for_call_stmt): New prototype.
5131         * cgraph.c (cgraph_update_edges_for_call_stmt): New function.
5132         * tree-inline.c (fold_marked_statements): Call
5133         cgraph_update_edges_for_call_stmt if folding a call statement.
5134         * cgraphunit.c (verify_cgraph_node): Set cfun to this_cfun for
5135         debug_generic_stmt calls, reset it back afterwards.
5136
5137         PR c/35017
5138         * c-decl.c (start_decl): Don't pedwarn about TREE_READONLY
5139         static decls.
5140         * c-typeck.c (build_external_ref): Don't pedwarn about
5141         static vars in current function's scope.
5142
5143 2008-01-29  Joseph Myers  <joseph@codesourcery.com>
5144
5145         * config.gcc (i[34567]86-*-nto-qnx*): Remove deprecation.
5146
5147 2008-01-29  Bernhard Fischer  <aldot@gcc.gnu.org>
5148
5149         PR c/35002
5150         * ipa-struct-reorg.c: Fix spelling.
5151         * params.def: Ditto.
5152
5153 2008-01-29  Richard Guenther  <rguenther@suse.de>
5154
5155         PR middle-end/35006
5156         * tree-inline.h (struct copy_body_data): Add remapping_type_depth
5157         field.
5158         * tree-inline.c (remap_type): Increment remapping_type_depth
5159         around remapping types.
5160         (copy_body_r): Only add referenced variables if they are referenced
5161         from code, not types.
5162
5163 2008-01-29  Douglas Gregor  <doug.gregor@gmail.com>
5164
5165         PR c++/34055
5166         PR c++/34103
5167         PR c++/34219
5168         PR c++/34606
5169         PR c++/34753
5170         PR c++/34754
5171         PR c++/34755
5172         PR c++/34919
5173         PR c++/34961
5174         * c-pretty-print.c (pp_c_type_qualifier_list): Don't try to print
5175         qualifiers for an ERROR_MARK_NODE or a NULL_TREE.
5176
5177 2008-01-28  Andy Hutchinson   <hutchinsonandy@netscape.net>
5178
5179         PR target/34412
5180         * config/avr/avr.c (expand_prologue): Use correct QI mode frame 
5181         pointer for tiny stack.
5182
5183 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
5184
5185         * doc/tree-ssa.texi: Add cindex PHI nodes and improve wording.
5186
5187 2008-01-28  Bernhard Fischer  <aldot@gcc.gnu.org>
5188
5189         * config/vx-common.h: Fix typo in comment.
5190
5191 2008-01-28  Ian Lance Taylor  <iant@google.com>
5192
5193         PR c++/34862
5194         PR c++/33407
5195         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Don't
5196         coalesce pointers if they have different DECL_NO_TBAA_P values.
5197         * tree-ssa-copy.c (may_propagate_copy): Don't propagate copies
5198         between variables with different DECL_NO_TBAA_P values.
5199
5200 2008-01-28  Nathan Froyd  <froydnj@codesourcery.com>
5201
5202         PR 31535
5203         * config/rs6000/rs6000.c (small_data_operand): Vectors and floats
5204         are not legitimate small data references on SPE targets.
5205
5206 2008-01-28  David Daney  <ddaney@avtrex.com>
5207
5208         * doc/install.texi (mips-*-*): Recommend binutils 2.18.
5209
5210 2008-01-28  David Daney  <ddaney@avtrex.com>
5211
5212         * doc/install.texi (--disable-libgcj-bc):  Reword documentation.
5213
5214 2008-01-27  Joseph Myers  <joseph@codesourcery.com>
5215
5216         * config.gcc (strongarm*-*, ep9312*-*, xscale*-*, parisc*-*,
5217         m680[012]0-*, *-*-beos*, *-*-kaos*, *-*-linux*aout*,
5218         *-*-linux*libc1*, *-*-solaris2.[0-6], *-*-solaris2.[0-6].*,
5219         *-*-sysv*, *-*-windiss*, alpha*-*-unicosmk*, cris-*-aout,
5220         hppa1.1-*-pro*, hppa1.1-*-osf*, hppa1.1-*-bsd*,
5221         i[34567]86-sequent-ptx4*, i[34567]86-*-nto-qnx*,
5222         i[34567]86-*-sco3.2v5*, i[34567]86-*-uwin*, powerpc-*-chorusos*,
5223         vax-*-bsd*, vax-*-ultrix*): Mark obsolete.
5224
5225 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
5226
5227         * basic-block.h (condjump_equiv_p): Fix comment.
5228
5229 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
5230
5231         * tree-pretty-print.c (print_generic_decl, print_generic_stmt,
5232         print_generic_stmt_indented): Fix comment.
5233
5234 2008-01-27  Bernhard Fischer  <aldot@gcc.gnu.org>
5235
5236         * configure.ac (__stack_chk_fail): Add detecion for availability
5237         of SSP in uClibc by checking if __UCLIBC_HAS_SSP__ is defined.
5238         * configure: Regenerate.
5239
5240 2008-01-26  Maxim Kuvyrkov  <maxim@codesourcery.com>
5241
5242         PR middle-end/34688
5243         * final.c (output_addr_const): Handle TRUNCATE.
5244
5245 2008-01-26  Zdenek Dvorak  <ook@ucw.cz>
5246
5247         PR target/34711
5248         * tree-ssa-loop-ivopts.c (comp_cost): New type.
5249         (zero_cost, infinite_cost): New constants.
5250         (struct cost_pair): Change type of cost to comp_cost.
5251         (struct iv_ca): Change type of cand_use_cost and cost to comp_cost.
5252         (new_cost, add_costs, sub_costs, compare_costs, infinite_cost_p):
5253         New functions.
5254         (set_use_iv_cost, force_expr_to_var_cost, force_var_cost,
5255         split_address_cost, ptr_difference_cost, difference_cost,
5256         get_computation_cost_at, get_computation_cost,
5257         determine_use_iv_cost_generic, determine_use_iv_cost_address,
5258         determine_use_iv_cost_condition, determine_use_iv_costs,
5259         cheaper_cost_pair, iv_ca_recount_cost, iv_ca_set_no_cp,
5260         iv_ca_set_cp, iv_ca_cost, iv_ca_new, iv_ca_dump, iv_ca_extend,
5261         iv_ca_narrow, iv_ca_prune, try_improve_iv_set, find_optimal_iv_set):
5262         Change type of cost to comp_cost.
5263         (determine_iv_cost): Increase cost of non-original ivs, instead
5264         of decreasing the cost of original ones.
5265         (get_address_cost): Indicate the complexity of the addressing mode 
5266         in comp_cost.
5267         (try_add_cand_for): Prefer using ivs not specific to some object.
5268         * tree-flow.h (force_expr_to_var_cost): Declaration removed.
5269
5270 2008-01-26  Peter Bergner  <bergner@vnet.ibm.com>
5271             Janis Johnson  <janis187@us.ibm.com>
5272
5273         PR target/34814
5274         * doc/tm.texi (TARGET_EXPAND_TO_RTL_HOOK): Document.
5275         (TARGET_INSTANTIATE_DECLS): Likewise.
5276         * target.h (expand_to_rtl_hook): New target hook.
5277         (instantiate_decls): Likewise.
5278         * function.c (instantiate_decl): Make non-static.  Rename to...
5279         (instantiate_decl_rtl): ... this.
5280         (instantiate_expr): Use instantiate_decl_rtl.
5281         (instantiate_decls_1): Likewise.
5282         (instantiate_decls): Likewise.
5283         (instantiate_virtual_regs: Call new instantiate_decls taget hook.
5284         * function.h (instantiate_decl_rtl): Add prototype.
5285         * cfgexpand.c (target.h): New include.
5286         (tree_expand_cfg): Call new expand_to_rtl_hook target hook.
5287         * target-def.h (TARGET_EXPAND_TO_RTL_HOOK): New define.
5288         (TARGET_INSTANTIATE_DECLS): Likewise.
5289         (TARGET_INITIALIZER): New target hooks added.
5290         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
5291         New prototype.
5292         * config/rs6000/rs6000.c (tree-flow.h): New include.
5293         (machine_function): Add sdmode_stack_slot field.
5294         (rs6000_alloc_sdmode_stack_slot): New function.
5295         (rs6000_instantiate_decls): Likewise.
5296         (rs6000_secondary_memory_needed_rtx): Likewise.
5297         (rs6000_check_sdmode): Likewise.
5298         (TARGET_EXPAND_TO_RTL_HOOK): Target macro defined.
5299         (TARGET_INSTANTIATE_DECLS): Likewise.
5300         (rs6000_hard_regno_mode_ok): Allow SDmode.
5301         (num_insns_constant): Likewise.  Handle _Decimal32 constants.
5302         (rs6000_emit_move): Handle SDmode.
5303         (function_arg_advance): Likewise.
5304         (function_arg): Likewise.
5305         (rs6000_gimplify_va_arg): Likewise.  Add special handling of
5306         SDmode var args for 32-bit compiles.
5307         (rs6000_secondary_reload_class): Handle SDmode.
5308         (rs6000_output_function_epilogue): Likewise.
5309         (rs6000_function_value): Simplify if statement.
5310         (rs6000_libcall_value): Likewise.
5311         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Handle SDmode.
5312         (SECONDARY_MEMORY_NEEDED_RTX): Add define.
5313         * config/rs6000/dfp.md (movsd): New define_expand and splitter.
5314         (movsd_hardfloat): New define_insn.
5315         (movsd_softfloat): Likewise.
5316         (movsd_store): Likewise.
5317         (movsd_load): Likewise.
5318         (extendsddd2): Likewise.
5319         (extendsdtd2): Likewise.
5320         (truncddsd2): Likewise.
5321         (movdd_hardfloat64): Fixup comment.
5322         (UNSPEC_MOVSD_LOAD): New constant.
5323         (UNSPEC_MOVSD_STORE): Likewise.
5324
5325 2008-01-26  Jakub Jelinek  <jakub@redhat.com>
5326
5327         PR c++/34965
5328         * c-pretty-print.c (pp_c_exclusive_or_expression): Handle
5329         TRUTH_XOR_EXPR.
5330         (pp_c_logical_and_expression): Handle TRUTH_AND_EXPR.
5331         (pp_c_logical_or_expression): Handle TRUTH_OR_EXPR.
5332         (pp_c_expression): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
5333         and TRUTH_XOR_EXPR.
5334
5335 2008-01-26  David Edelsohn  <edelsohn@gnu.org>
5336
5337         PR target/34794
5338         * config.gcc: Separate AIX 5.3 from AIX 6.1.
5339         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Define
5340         __LONGDOUBLE128 too.
5341         * config/rs6000/aix61.h: New file.
5342
5343 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
5344
5345         PR rtl-optimization/34959
5346         * optabs.c (expand_unop): In libcall notes, give ffs, clz, ctz,
5347         popcount and parity rtxes the same mode as their operand.
5348         Truncate or extend the result to the return value's mode
5349         if necessary.
5350
5351 2008-01-26  Richard Sandiford  <rsandifo@nildram.co.uk>
5352
5353         PR target/34981
5354         * config/mips/mips-protos.h (mips_expand_call): Return an rtx.
5355         * config/mips/mips.h (FIRST_PSEUDO_REGISTER): Rename FAKE_CALL_REGNO
5356         to GOT_VERSION_REGNUM.
5357         (CALL_REALLY_USED_REGISTERS): Set the GOT_VERSION_REGNUM entry to 0.
5358         (EPILOGUE_USES): Include GOT_VERSION_REGNUM if TARGET_USE_GOT.
5359         * config/mips/mips.c (mips_emit_call_insn): New function.
5360         (mips_call_tls_get_addr): Call mips_expand_call directly.
5361         (mips16_copy_fpr_return_value): Use mips_emit_call_insn rather than
5362         emit_call_insn.
5363         (mips16_build_call_stub): Likewise.  Return the call insn or null.
5364         (mips_expand_call): Update the call to mips16_build_call_stub
5365         accordingly and a remove redundant condition.  Assert that MIPS16
5366         stubs do not use lazy binding.  Use mips_emit_call_insn and return
5367         the call insn.
5368         (mips_extra_live_on_entry): Include GOT_VERSION_REGNUM if
5369         TARGET_USE_GOT.
5370         (mips_hard_regno_mode_ok_p): Allow SImode for GOT_VERSION_REGNUM.
5371         (mips_avoid_hazard): Remove hazard_set handling.
5372         * config/mips/mips.md (UNSPEC_EH_RECEIVER): Rename to...
5373         (UNSPEC_RESTORE_GP): ...this.
5374         (UNSPEC_SET_GOT_VERSION, UNSPEC_UPDATE_GOT_VERSION): New constants.
5375         (FAKE_CALL_REGNO): Rename to...
5376         (GOT_VERSION_REGNUM): ...this.
5377         (type): Add "ghost" value.  Add an associated insn reservation.
5378         (hazard_set): Remove.
5379         (exception_receiver): Rename to...
5380         (restore_gp): ...this and update the unspec identifier accordingly.
5381         (exception_receiver, nonlocal_got_receiver): New expanders.
5382         (load_call<mode>): Use GOT_VERSION_REGNUM.  Don't set
5383         FAKE_CALL_REGNO.  Remove hazard_set attribute.
5384         (set_got_version, update_got_version): New patterns.
5385
5386 2008-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
5387
5388         PR target/34970
5389         * config/i386/cygming.h (ASM_OUTPUT_LABELREF): Define.
5390
5391 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5392
5393         PR other/31955
5394         * doc/install.texi2html: Generate gcc-vers.texi.
5395
5396 2008-01-25  DJ Delorie  <dj@redhat.com>
5397
5398         * config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
5399
5400 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5401
5402         * config/c4x: Remove directory.
5403         * config.gcc (crx-*, mt-*): Mark obsolete.
5404         (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*,
5405         h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*,
5406         sh-*-rtemscoff*): Remove cases.
5407         * defaults.h (C4X_FLOAT_FORMAT): Remove.
5408         * real.c (encode_c4x_single, decode_c4x_single,
5409         encode_c4x_extended, decode_c4x_extended, c4x_single_format,
5410         c4x_extended_format): Remove.
5411         * real.h (c4x_single_format, c4x_extended_format): Remove.
5412         * doc/extend.texi (interrupt, naked): Remove mention of attributes
5413         on C4x.
5414         (Pragmas): Remove comment about c4x pragmas.
5415         * doc/install.texi (c4x): Remove target-specific instructions.
5416         * doc/invoke.texi (TMS320C3x/C4x Options): Remove.
5417         * doc/md.texi (Machine Constraints): Remove C4x documentation.
5418         * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not
5419         refer to C4x source files as examples.
5420         (C4X_FLOAT_FORMAT): Remove documentation.
5421
5422 2008-01-25  Bernd Schmidt  <bernd.schmidt@analog.com>
5423
5424         * config/bfin/bfin.c (override_options): Reorder tests so that
5425         flag_pic gets enabled for -msep-data.
5426
5427 2008-01-25  Richard Guenther  <rguenther@suse.de>
5428
5429         PR middle-end/32244
5430         * expr.c (expand_expr_real_1): Reduce result of LSHIFT_EXPR
5431         to its bitfield precision if required.
5432
5433 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
5434
5435         PR middle-end/33880
5436         * tree-nested.c (walk_omp_for): New function.
5437         (convert_nonlocal_reference, convert_local_reference): Call
5438         walk_omp_for on OMP_FOR.
5439         (convert_call_expr): Call walk_body on OMP_FOR's
5440         OMP_FOR_PRE_INIT_BODY.
5441
5442 2008-01-25  Richard Guenther  <rguenther@suse.de>
5443
5444         PR tree-optimization/34966
5445         * tree-ssa-math-opts.c (execute_cse_sincos_1): For all but
5446         default defs and PHI_NODEs we have to insert after the
5447         defining statement.
5448
5449 2008-01-24  Nick Clifton  <nickc@redhat.com>
5450
5451         * config/stormy16/stormy16-lib2.c (MIN_UNITS_PER_WORD):
5452         Provide a default definition.
5453         (LIBGCC2_UNITS_PER_WORD): Likewise.
5454
5455         * config/stormy16/stormy16.c: Include df.h for the prototype
5456         for df_regs_ever_live_p.
5457         (xstormy16_expand_builtin_va_start): Convert the stack offset
5458         into a component_ref and then use POINTER_PLUS_EXPR to add it
5459         to the incoming_virtual_args_rtx.
5460         (xstormy16_gimplify_va_arg_expr): Rename to
5461         xstormy16_gimplify_va_arg_expr.
5462         Use POINTER_PLUS_EXPR when performing pointer arithmetic.
5463         (TARGET_GIMPLIFY_VA_ARG_EXPR): Use renamed
5464         xstormy16_gimplify_va_arg_expr.
5465         Fix up some formatting issues.
5466
5467         * config/stormy16/stormy16.c: (xstormy16_carry_plus_operand):
5468         Move to predicates.md.
5469         (xs_hi_general_operand): Likewise.
5470         (xs_hi_nonmemory_operand): Likewise.
5471         * config/stormy16/predicates.md:
5472         (xstormy16_carry_plus_operand): New predicate.
5473         (xs_hi_general_operand): New predicate.
5474         (xs_hi_nonmemory_operand): New predicate.
5475         * config/stormy16/stormy16-protos.h:
5476         (xstormy16_carry_plus_operand): Delete prototype.
5477         (xs_hi_general_operand): Likewise.
5478         (xs_hi_nonmemory_operand): Likewise.
5479
5480         * config/storm16/stormy16.md (addhi3): Remove earlyclobber
5481         modifiers as they are no longer needed and they can trigger
5482         reload spill failures.
5483
5484         * config/storm16/stormy16.md (ineqbranchsi): Replace match_dup
5485         with a match_operand in order to help reload.
5486
5487         * config/storm16/stormy16.md (movhi_internal): Replace 'r'
5488         constraint with 'e' for the 8th alternative as this version of
5489         the mov.w instruction only accepts the lower 8 registers.
5490
5491 2008-01-25  Uros Bizjak  <ubizjak@gmail.com>
5492
5493         PR target/34856
5494         * simplifx-rtx.c (simplify_const_binary_operation) [VEC_CONCAT]:
5495         Consider only CONST_INT, CONST_DOUBLE and CONST_FIXED as constant
5496         vector elements.
5497
5498 2008-01-25  Jakub Jelinek  <jakub@redhat.com>
5499
5500         PR middle-end/33333
5501         * gimplify.c (gimplify_omp_for): Gimplify OMP_FOR_PRE_BODY.
5502
5503 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
5504
5505         * ipa-struct-reorg.c (remove_str_allocs_in_func, remove_str_allocs):
5506         New functions.
5507         (remove_structure): Update allocations list before removing structure.
5508         
5509 2008-01-25  Golovanevsky Olga  <olga@il.ibm.com>
5510
5511         * ipa-struct-reorg.c (is_safe_cond_expr, 
5512         create_new_stmts_for_cond_expr): Use integer_zerop function,
5513         that recognize not only zero-pointer, but zero-integer too.
5514
5515 2008-01-25  Ben Elliston  <bje@au.ibm.com>
5516
5517         PR other/22232
5518         * fixproto: Escape "." in sed expression that strips leading "./".
5519
5520 2008-01-24  H.J. Lu  <hongjiu.lu@intel.com>
5521
5522         PR driver/34904
5523         * gcc.c (SWITCH_OK): Removed.
5524         (SWITCH_LIVE): Changed to bit.
5525         (SWITCH_FALSE): Likewise.
5526         (SWITCH_IGNORE): Likewise.
5527         (switchstr): Change live_cond to unsigned int.
5528         (process_command): Replace SWITCH_OK with 0.
5529         (do_self_spec): Likewise.
5530         (set_collect_gcc_options): Check the SWITCH_IGNORE bit.
5531         (give_switch): Likewise.
5532         (used_arg): Likewise.
5533         (do_spec_1): Set the SWITCH_IGNORE bit.
5534         (check_live_switch): Check both SWITCH_LIVE and SWITCH_FALSE
5535         bits.  Set the SWITCH_LIVE bit.
5536
5537 2008-01-24  Andreas Krebbel  <krebbel1@de.ibm.com>
5538
5539         * config/s390/s390.h (MOVE_RATIO): Define new target macro.
5540
5541 2008-01-24  Richard Sandiford  <rsandifo@nildram.co.uk>
5542
5543         PR tree-optimization/34472
5544         * ipa-struct-reorg.c (safe_cond_expr_check): Change the DATA
5545         parameter to a "bool *" and set *DATA to false if there is
5546         an unsafe access.  Do not delete the structure here.
5547         (check_cond_exprs): Delete it here instead.
5548         (check_cond_exprs, exclude_cold_structs): Do not increase
5549         I when removing a structure.
5550
5551 2008-01-24  Uros Bizjak  <ubizjak@gmail.com>
5552
5553         PR target/34856
5554         * config/i386/i386.c (ix86_expand_vector_init): Consider only
5555         CONST_INT, CONST_DOUBLE and CONST_FIXED as constant vector elements.
5556
5557 2008-01-24  Jakub Jakub Jelinek  <jakub@redhat.com>
5558
5559         PR middle-end/34934
5560         * tree-stdarg.c (reachable_at_most_once): Use VEC vector instead of
5561         a fixed vector for stack.
5562
5563 2008-01-24  Ben Elliston  <bje@au.ibm.com>
5564
5565         PR c++/25701
5566         * doc/gcc.texi (Software development): Add a direntry for g++.
5567         
5568 2008-01-23  Hans-Peter Nilsson  <hp@axis.com>
5569
5570         * config/cris/cris.h (CC1PLUS_SPEC, OPTIMIZATION_OPTIONS): Drop
5571         stale and straggling -fforce-addr comments above.
5572
5573         * config/cris/cris.h (CRIS_SUBTARGET_VERSION, TARGET_VERSION): Don't
5574         define.
5575         * config/cris/linux.h (CRIS_SUBTARGET_VERSION): Don't define.
5576         * config/cris/aout.h (CRIS_SUBTARGET_VERSION): Don't define.
5577
5578 2008-01-23  Michael Matz  <matz@suse.de>
5579
5580         PR debug/34895
5581         * dwarf2out.c (force_type_die): Use modified_type_die instead of
5582         gen_type_die.
5583
5584 2008-01-23  Andreas Krebbel  <krebbel1@de.ibm.com>
5585
5586         * ipa-struct-reorg.c (create_new_malloc): Use pointer type as
5587         malloc result type.
5588
5589 2008-01-23 Anatoly Sokolov <aesok@post.ru>
5590
5591         * config/avr/avr.c (avr_current_arch): New variable.
5592         (avr_arch_types): Add 'avr31' and 'avr51' entries.
5593         (avr_arch): Add 'ARCH_AVR31' and 'ARCH_AVR51'.
5594         (avr_mcu_types): Add 'avr31' and 'avr51' architectures.
5595         (avr_override_options): Init 'avr_current_arch'. 
5596         (base_arch_s): Move from here...
5597         * config/avr/avr.h (base_arch_s): ... here. Add new members 
5598         'have_elpm', 'have_elpmx', 'have_eijmp_eicall', 'reserved'. Rename 
5599         'mega' to 'have_jmp_call'.
5600         (TARGET_CPU_CPP_BUILTINS): Define "__AVR_HAVE_JMP_CALL__", 
5601         "__AVR_HAVE_RAMPZ__",   "__AVR_HAVE_ELPM__" and  "__AVR_HAVE_ELPMX__"
5602         macros.
5603         (LINK_SPEC, CRT_BINUTILS_SPECS, ASM_SPEC): Add 'avr31' and 'avr51' 
5604         architectures.
5605         * config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES, 
5606         MULTILIB_MATCHES): (Ditto.).
5607
5608 2008-01-23  Richard Guenther  <rguenther@suse.de>
5609
5610         PR middle-end/31529
5611         * cgraphunit.c (cgraph_reset_node): Always mark the node
5612         not reachable if it is not queued already.
5613
5614 2008-01-23  Bernd Schmidt  <bernd.schmidt@analog.com>
5615
5616         * config/bfin/bfin-protos.h (WA_RETS, ENABLE_WA_RETS): New macros.
5617         * config/bfin/bfin.c (bfin_cpus): Add WA_RETS everywhere.
5618         (cputype_selected): New static variable.
5619         (bfin_handle_option): Set it if -mcpu is used.
5620         (override_option): Select default set of workarounds if no cpu type
5621         selected on the command line.
5622         (workaround_rts_anomaly): Only run if ENABLE_WA_RETS.
5623
5624         From  Michael Frysinger  <michael.frysinger@analog.com>
5625         * config/bfin/bfin-protos.h (enum bfin_cpu_type): Add
5626         BFIN_CPU_BF547, BFIN_CPU_BF523, BFIN_CPU_BF524, and BFIN_CPU_BF526.
5627
5628         * config/bfin/elf.h (LIB_SPEC): Use proper linker script
5629         for bf547, bf523, bf524, and bf526.
5630         * config/bfin/bfin.c (bfin_cpus[]): Add bf547,  bf523, bf524, and
5631         bf526.
5632         * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
5633         __ADSPBF523__ for bf523, __ADSPBF524__ for bf524,
5634         __ADSPBF526__ for bf526, __ADSPBF52x__ for all three, as well as
5635         __ADSPBF547__ and __ADSPBF54x__ for bf547.
5636         * doc/invoke.texi (Blackfin Options): Document that
5637         -mcpu now accept bf547, bf523, bf524, and bf526.
5638
5639 2008-01-22  Eric Botcazou  <ebotcazou@adacore.com>
5640
5641         PR rtl-optimization/34628
5642         * combine.c (try_combine): Stop and undo after the first combination
5643         if an autoincrement side-effect on the first insn has effectively
5644         been lost.
5645
5646 2008-01-22  David Edelsohn  <edelsohn@gnu.org>
5647
5648         PR target/34529
5649         * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p):
5650         Offset addresses are not valid for Altivec or paired float modes.
5651
5652 2008-01-22  Jakub Jelinek  <jakub@redhat.com>
5653
5654         PR c++/34607
5655         * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for
5656         if DECL_INITIAL (decl) is error_mark_node.
5657
5658         PR c++/34914
5659         * c-common.c (handle_vector_size_attribute): Only allow
5660         integral, scalar float and fixed point types.  Handle OFFSET_TYPE
5661         the same way as pointer, array etc. types.
5662         * tree.c (reconstruct_complex_type): Handle OFFSET_TYPE.
5663
5664         PR c++/34917
5665         * tree.c (build_type_attribute_qual_variant): Call
5666         build_qualified_type if attributes are equal, but quals are not.
5667
5668 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5669
5670         PR 32102
5671         * doc/invoke.texi (-Wall): -Wall enables -Wstrict-overflow=1.
5672         * flags.h (warn_strict_aliasing): Remove.
5673         (warn_strict_overflow): Remove.
5674         * opts.c (warn_strict_aliasing): Remove.
5675         (warn_strict_overflow): Remove.
5676         * c-opts.c (c_common_handle_option): -Wall only sets
5677         -Wstrict-aliasing or -Wstrict-overflow if they are uninitialized.
5678         (c_common_post_options): Give default values to -Wstrict-aliasing
5679         and -Wstrict-overflow if they are uninitialized.
5680         * common.opt (Wstrict-aliasing): Specify Var and Init.
5681         (Wstrict-overflow): Likewise.
5682
5683 2008-01-22  Kenneth Zadeck <zadeck@naturalbridge.com>
5684
5685         PR rtl-optimization/26854
5686         PR rtl-optimization/34400
5687         PR rtl-optimization/34884
5688         * ddg.c (create_ddg_dep_from_intra_loop_link): Use
5689         DF_RD->gen.
5690         * df.h (df_changeable_flags.DF_RD_NO_TRIM): Deleted
5691         (df_rd_bb_info.expanded_lr_out): Deleted
5692         * loop_invariant.c (find_defs): Deleted DF_RD_NO_TRIM flag.
5693         * loop_iv.c (iv_analysis_loop_init): Ditto.  * df-problems.c
5694         (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
5695         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
5696         Removed code to allocate, initialize or free expanded_lr_out.
5697         (df_rd_bb_local_compute_process_def): Restructured to make more
5698         understandable.
5699         (df_rd_confluence_n): Removed code to no apply invalidate_by_call
5700         sets if the sets are being trimmed.
5701
5702 2008-01-22  H.J. Lu  <hongjiu.lu@intel.com>
5703
5704         PR bootstrap/32287
5705         * configure.ac (ld_vers): Support GNU linker version xx.xx.*
5706         (as_vers): Likewise.
5707         * configure: Regenerated.
5708
5709 2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5710
5711         PR middle-end/33092
5712         * tree-pass.h (pass_build_alias): New pass.
5713         * tree-ssa-alias.c (gate_build_alias): New.
5714         (pass_build_alias): New.
5715         * passes.c (init_optimization_passes): Add pass_build_alias after
5716         pass_create_structure_vars.
5717
5718 2008-01-22  Wolfgang Gellerich  <gellerich@de.ibm.com>
5719
5720         * config/s390/s390.h (S390_TDC_POSITIVE_NORMALIZED_NUMBER):
5721         Renamed to S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER.
5722         (S390_TDC_NEGATIVE_NORMALIZED_NUMBER): Renamed to
5723         S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER.
5724         (S390_TDC_POSITIVE_DENORMALIZED_NUMBER): Renamed to
5725         S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER.
5726         (S390_TDC_NEGATIVE_DENORMALIZED_NUMBER): Renamed to
5727         S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER.
5728         (S390_TDC_POSITIVE_NORMALIZED_BFP_NUMBER): New constant.
5729         (S390_TDC_NEGATIVE_NORMALIZED_BFP_NUMBER): New constant.
5730         (S390_TDC_POSITIVE_DENORMALIZED_BFP_NUMBER): New constant.
5731         (S390_TDC_NEGATIVE_DENORMALIZED_BFP_NUMBER): New constant.
5732         * config/s390/s390.md (FP_ALL): New mode iterator.
5733         (_d): New mode attribute.
5734         ("*signbit<mode>2>"): Changed mode of first operand.
5735         ("isinf<mode>2"): Changed mode of first operand.
5736         ("*TDC_insn"): Adaptation for DFP modes.
5737
5738 2008-01-22  Ben Elliston  <bje@au.ibm.com>
5739
5740         * tree.c (check_qualified_type): Improve function description.
5741
5742 2008-01-21  Jason Merrill  <jason@redhat.com>
5743
5744         PR c++/34196
5745         * tree.h (TRY_CATCH_IS_CLEANUP): New macro.
5746         * tree-eh.c (honor_protect_cleanup_actions): Strip TRY_CATCH_EXPR
5747         if it is set.
5748
5749 2008-01-21  DJ Delorie  <dj@redhat.com>
5750
5751         * doc/tm.texi (HARD_REGNO_NREGS): Note that this macro must not
5752         return zero.
5753
5754 2008-01-21  Richard Guenther  <rguenther@suse.de>
5755
5756         PR middle-end/34856
5757         * tree-cfg.c (verify_expr): Allow all invariant expressions
5758         instead of just constant class ones as reference argument.
5759         * tree-ssa-loop-im.c (for_each_index): Handle CONSTRUCTOR
5760         like any other constant.
5761         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
5762
5763 2008-01-21  H.J. Lu  <hongjiu.lu@intel.com>
5764
5765         * regmove.c (fixup_match_1): Update call crossed frequencies.
5766
5767 2008-01-21  Richard Guenther  <rguenther@suse.de>
5768
5769         PR c/34885
5770         * tree-inline.c (setup_one_parameter): Deal with mismatched
5771         types using a VIEW_CONVERT_EXPR.
5772
5773 2008-01-21  Alon Dayan  <alond@il.ibm.com>
5774             Olga Golovanevsky  <olga@il.ibm.com>
5775         
5776         PR tree-optimization/34701
5777         * ipa-struct-reorg.c (gen_size): Fix the malloc parameter calculation
5778         when the structure size is not a power of 2.
5779
5780 2008-01-20  Kenneth Zadeck <zadeck@naturalbridge.com>
5781
5782         * doc/install.texi: Add doc for --enable-checking=df.
5783         
5784 2008-01-20  Kaz Kojima  <kkojima@gcc.gnu.org>
5785
5786         PR rtl-optimization/34808
5787         * emit-rtl.c (try_split): Handle REG_RETVAL notes.
5788
5789 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5790
5791         * global.c (find_reg): Only compute EH_RETURN_DATA_REGNO once per
5792         input.
5793
5794 2008-01-19  Kenneth Zadeck <zadeck@naturalbridge.com>
5795
5796         PR rtl-optimization/26854
5797         PR rtl-optimization/34400
5798         * ddg.c (create_ddg_dep_from_intra_loop_link): Do not use
5799         DF_RD->gen.
5800         * df.h (df_changeable_flags.DF_RD_NO_TRIM): New.
5801         (df_rd_bb_info.expanded_lr_out): New.
5802         * loop_invariant.c (find_defs): Added DF_RD_NO_TRIM flag.
5803         * loop_iv.c (iv_analysis_loop_init): Ditto.
5804         * df-problems.c (df_rd_free_bb_info, df_rd_alloc, df_rd_confluence_n,
5805         df_rd_bb_local_compute, df_rd_transfer_function, df_rd_free):
5806         Added code to allocate, initialize or free expanded_lr_out.
5807         (df_rd_bb_local_compute_process_def): Restructured to make
5808         more understandable.
5809         (df_rd_confluence_n): Add code to do nothing with fake edges and
5810         code to no apply invalidate_by_call sets if the sets are being trimmed.
5811         (df_lr_local_finalize): Renamed to df_lr_finalize.
5812         (df_live_local_finalize): Renamed to df_live_finalize.
5813
5814 2008-01-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5815
5816         PR target/34831
5817         * config/mips/mips.md (div<mode>3): Use <recip_condition> when
5818         deciding whether to use reciprocal instructions.
5819
5820 2008-01-19  Uros Bizjak  <ubizjak@gmail.com>
5821
5822         * dwarf2out.c (dwarf2out_switch_text_section): Do not call
5823         dwarf2out_note_section_used if cold_text_section is NULL.
5824
5825 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
5826
5827         PR gcov-profile/34610
5828         * tree-cfg.c (make_edges): Mark both outgoing edges from
5829         OMP_CONTINUE and from OMP_FOR as EDGE_ABNORMAL.
5830         * omp-low.c (expand_omp_for): Clear EDGE_ABNORMAL bits
5831         from OMP_FOR and OMP_CONTINUE outgoing edges.
5832
5833         * tree-profile.c (tree_profiling): Return early if
5834         cfun->after_tree_profile != 0.  Set cfun->after_tree_profile
5835         at the end.
5836         * omp-low.c (expand_omp_parallel): Copy after_tree_profile
5837         from cfun to child_cfun.
5838         * function.h (struct function): Add after_tree_profile bit.
5839
5840 2008-01-19 Anatoly Sokolov <aesok@post.ru>
5841
5842         * config/avr/avr.S (_exit): Disable interrupt.
5843
5844 2008-01-18  Kenneth Zadeck  <zadeck@naturalbridge.com>
5845             Steven Bosscher  <stevenb.gcc@gmail.com>
5846
5847         PR rtl-optimization/26854
5848         PR rtl-optimization/34400
5849         * df-problems.c (df_live_scratch): New scratch bitmap.
5850         (df_live_alloc): Allocate df_live_scratch when doing df_live.
5851         (df_live_reset): Clear the proper bitmaps.
5852         (df_live_bb_local_compute): Only process the artificial defs once
5853         since the order is not important.
5854         (df_live_init): Init the df_live sets only with the variables
5855         found live by df_lr.
5856         (df_live_transfer_function): Use the df_lr sets to prune the
5857         df_live sets as they are being computed.  
5858         (df_live_free): Free df_live_scratch.
5859
5860 2008-01-18  Ian Lance Taylor  <iant@google.com>
5861
5862         * common.opt: Add fmerge-debug-strings.
5863         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Test
5864         flag_merge_debug_strings rather than flag_merge_constants.
5865         * doc/invoke.texi (Option Summary): Mention
5866         -fmerge-debug-strings.
5867         (Debugging Options): Document -fmerge-debug-strings.
5868
5869 2008-01-18  Ian Lance Taylor  <iant@google.com>
5870
5871         PR c++/33407
5872         * tree.h (DECL_IS_OPERATOR_NEW): Define.
5873         (struct tree_function_decl): Add new field operator_new_flag.
5874         * tree-inline.c (expand_call_inline): When inlining a call to
5875         operator new, force the return value to go into a variable, and
5876         set DECL_NO_TBAA_P on that variable.
5877         * c-decl.c (merge_decls): Merge DECL_IS_OPERATOR_NEW flag.
5878
5879 2008-01-18  Uros Bizjak  <ubizjak@gmail.com>
5880
5881         PR debug/34484
5882         * dwarf2out.c (dwarf2out_switch_text_section): Do not guard with
5883         DWARF2_DEBUGGING_INFO.
5884         (dwarf2out_note_section_used): Ditto.  Add prototype.
5885         (have_multiple_function_sections, text_section_used,
5886         cold_text_section_used, *cold_text_sections): Move declarations
5887         before their uses.
5888
5889 2008-01-17  Bob Wilson  <bob.wilson@acm.org>
5890
5891         * config/xtensa/unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc
5892         field and add signal_ra.
5893         * config/xtensa/unwind-dw2-xtensa.c (uw_frame_state_for): Remove
5894         assignments to frame state pc.  Move end of stack check after
5895         MD_FALLBACK_FRAME_STATE_FOR.
5896         (uw_update_context_1): Use frame state signal_regs if set, instead
5897         of checking signal_frame flag.
5898         (uw_update_context): Use frame state signal_ra if set.
5899         * config/xtensa/linux.h (MD_UNWIND_SUPPORT): Define.
5900         * config/xtensa/linux-unwind.h: New file.
5901
5902 2008-01-18  Bernhard Fischer  <aldot@gcc.gnu.org>
5903
5904         * modulo-sched.c (get_sched_window): Fix comment typo.
5905
5906 2008-01-17  Andrew MacLeod  <amacleod@redhat.com>
5907
5908         PR tree-optimization/34648
5909         * tree-ssa-sccvn.c (visit_use): Expressions which can throw are varying.
5910
5911 2008-01-17  Anatoly Sokolov <aesok@post.ru>
5912
5913         * config/avr/avr.h (LINK_SPEC): Support -mrelax and -mpmem-wrap-around.
5914         * config/avr/avr.opt (mrelax, mpmem-wrap-around): Add.
5915
5916 2008-01-17  Seongbae Park  <seongbae.park@gmail.com>
5917
5918         PR rtl-optimization/34400
5919         * df-core.c (df_worklist_dataflow_overeager,
5920         df_worklist_dataflow_doublequeue): New functions.
5921         (df_worklist_dataflow): Two different worklist solvers.
5922         * params.def (PARAM_DF_DOUBLE_QUEUE_THRESHOLD_FACTOR):
5923         New param.
5924
5925 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
5926
5927         PR testsuite/34821
5928         * doc/invoke.texi: Document the dependence on pthread for fopenmp
5929         and ftree-parallelize-loops.
5930
5931 2008-01-17  Mircea Namolaru  <namolaru@il.ibm.com>
5932
5933         PR rtl-optimization/34826
5934         * loop-doloop (doloop_modify): Update the REG_BR_PROB note.
5935
5936 2008-01-17  Andreas Krebbel  <krebbel1@de.ibm.com>
5937
5938         * global.c (find_reg): Mark the eh regs as used if necessary.
5939         * ra-conflict.c (global_conflicts): Set no_eh_reg flag.
5940         * ra.h (struct allocno): no_eh_reg field added.  Changed
5941         no_stack_reg type to bitfield.
5942
5943 2008-01-17  Eric Botcazou  <ebotcazou@adacore.com>
5944
5945         * tree.c (substitute_in_expr): Add missing 'break'.
5946
5947 2008-01-17  Richard Guenther  <rguenther@suse.de>
5948
5949         PR tree-optimization/34825
5950         * tree-ssa-math-opts.c (is_division_by): Do not recognize
5951         x / x as division to handle.
5952
5953 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5954
5955         * pa64-hpux.h (LIB_SPEC): Add "-lpthread" in shared links if "-mt" or
5956         "-pthread" is specified.
5957         * pa-hpux11.h (LIB_SPEC): Likewise.
5958
5959 2008-01-16  Janis Johnson  <janis187@us.ibm.com>
5960             Peter Bergner  <bergner@vnet.ibm.com>
5961
5962         PR rtl-optimization/33796
5963         * sparseset.c (sparseset_alloc): Use xcalloc rather than xmalloc.
5964
5965 2008-01-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5966
5967         PR libgfortran/34699
5968         * pa-hpux.h (LINK_SPEC): Only search /lib/pa1.1 and /usr/lib/pa1.1 on
5969         static links.
5970         * pa-hpux10.h (LINK_SPEC): Likewise.
5971         * pa-hpux11.h (LINK_SPEC): Don't search /lib/pa1.1 and /usr/lib/pa1.1.
5972
5973 2008-01-16  Richard Guenther  <rguenther@suse.de>
5974
5975         PR middle-end/32628
5976         * fold-const.c (fold_convert_const_int_from_int): Do not
5977         set overflow if that occured only because of a sign extension
5978         change when converting from/to a sizetype with the same
5979         precision and signedness.
5980
5981 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
5982
5983         PR debug/34249
5984         * dwarf2out.c (output_call_frame_info): Move output of FDE initial
5985         location address to the correct place.  Update copyright year.
5986
5987 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
5988
5989         * lambda-code.c (lambda_transform_legal_p): Handle the case of
5990         no dependences in the dependence_relations vector.
5991
5992 2008-01-16  Jan Hubicka  <jh@suse.cz>
5993
5994         PR rtl-optimization/31396
5995         * regstat.c (regstat_bb_compute_ri): Compute FREQ_CALLS_CROSSED.
5996         * cfg.c (dump_reg_info): Print it.
5997         * regs.h (struct reg_info_t): add freq_calls_crossed.
5998         (REG_FREQ_CALLS_CROSSED): New macro.
5999         * global.c (global_alloc): Compute freq_calls_crossed for allocno.
6000         (find_reg): Update call of CALLER_SAVE_PROFITABLE.
6001         * regmove.c (optimize_reg_copy_1, optimize_reg_copy_2, fixup_match_2,
6002         regmove_optimize): Update call crossed frequencies.
6003         * local-alloc.c (struct qty): Add freq_calls_crossed.
6004         (alloc_qty): Copute freq_calls_crossed.
6005         (update_equiv_regs, combine_regs): Update REG_FREQ_CALLS_CROSSED.
6006         (find_free_reg): Update call of CALLER_SAVE_PROFITABLE.
6007         * ra.h (struct allocno): Add freq_calls_crossed.
6008
6009 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
6010
6011         * gcc.c (LINK_COMMAND_SPEC): Add includes and link options for
6012         libgomp when compiling with ftree-parallelize-loops.
6013         (GOMP_SELF_SPECS): Add -pthread for ftree-parallelize-loops.
6014
6015 2008-01-16  Richard Guenther  <rguenther@suse.de>
6016
6017         PR tree-optimization/34769
6018         * tree-data-ref.c (initialize_matrix_A): Revert fix for PR34458.
6019         * tree.c (int_cst_value): Instead make this function more
6020         permissive in what it accepts as valid input.  Document this
6021         function always sign-extends the value.
6022
6023 2008-01-16  Jakub Jelinek  <jakub@redhat.com>
6024             Richard Guenther  <rguenther@suse.de>
6025
6026         PR c/34668
6027         * gimplify.c (fold_indirect_ref_rhs): Rename to ...
6028         (gimple_fold_indirect_ref_rhs): ... this.
6029         (gimple_fold_indirect_ref): New function with foldings
6030         that preserve lvalueness.
6031         (gimplify_modify_expr_rhs): Call gimple_fold_indirect_ref_rhs.
6032         * tree-flow.h (gimple_fold_indirect_ref): Declare.
6033         * tree-inline.c (copy_body_r): Use gimple_fold_indirect_ref
6034         to fold an INDIRECT_REF, fall back to the old use of
6035         fold_indirect_ref_1.
6036
6037 2008-01-16  Sebastian Pop  <sebastian.pop@amd.com>
6038
6039         * tree-data-ref.c (subscript_dependence_tester_1): Call 
6040         free_conflict_function.
6041         (compute_self_dependence): Same.
6042
6043 2008-01-16  Uros Bizjak  <ubizjak@gmail.com>
6044
6045         PR debug/34249
6046         * debug.h (dwarf2out_switch_text_section): Move declaration from ...
6047         * dwarf2out.c (dwarf2out_switch_text_section): ... here.  Make
6048         function global.
6049         * final.c (final_scan_insn) [NOTE_INSN_SWITCH_TEXT_SECTIONS]:
6050         Depending on dwarf2out_do_frame, call dwarf2out_switch_text_section
6051         for DWARF2_UNWIND_INFO targets.
6052
6053 2008-01-16  Richard Guenther  <rguenther@suse.de>
6054
6055         PR c/34768
6056         * c-typeck.c (common_pointer_type): Do not merge inconsistent
6057         type qualifiers for function types.
6058
6059 2008-01-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
6060
6061         * tree-parloops.c (gen_parallel_loop): Fix ommision of declaration for
6062         loop_iterator li from previous commit.
6063
6064 2008-01-15  Sebastian Pop  <sebastian.pop@amd.com>
6065
6066         * tree-parloops.c (gen_parallel_loop): Free loop bound estimations.
6067
6068 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6069
6070         * tree-parloops.c (loop_has_blocks_with_irreducible_flag): New.
6071         (parallelize_loops): Don't parallelize irreducible components.
6072
6073 2008-01-14  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6074
6075         PR c++/24924
6076         * c-opts (c_common_post_options): Do not enable CPP
6077         flag_pedantic_errors by default.
6078         
6079 2008-01-14  Eric Botcazou  <ebotcazou@adacore.com>
6080
6081         PR rtl-optimization/31944
6082         * cse.c (remove_pseudo_from_table): New function.
6083         (merge_equiv_classes): Use above function to remove pseudo-registers.
6084         (invalidate): Likewise.
6085
6086 2008-01-13  Richard Guenther  <rguenther@suse.de>
6087
6088         PR middle-end/34601
6089         * emit-rtl.c (set_reg_attrs_for_decl_rtl): Use DECL_MODE
6090         instead of TYPE_MODE to deal with calls from expand_one_error_var.
6091
6092 2008-01-13  Uros Bizjak  <ubizjak@gmail.com>
6093
6094         * gcse.c (cprop_jump): Call validate_unshare_change instead of
6095         validate_change to unshare the source of the PC set.
6096
6097 2008-01-12  Jan Hubicka  <jh@suse.cz>
6098
6099         PR middle-end/32135
6100         * tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Do not construct
6101         references above array bounds.  This might trigger bounds checks for
6102         pointers to arrays.
6103
6104 2008-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6105
6106         * tree-ssa-ter.c (free_temp_expr_table): Free num_in_part and
6107         new_replaceable_dependencies.
6108
6109 2008-01-12  Doug Kwan  <dougkwan@google.com>
6110
6111         * c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
6112         instead of OPT_Wreturn_type in warning due to ignored return type
6113         qualifiers.
6114         * c-opt.c (c_common_post_option): Add -Wignored-qualifiers to
6115         options included in -Wextra.
6116         * c.opt: New option -Wignored_qualifiers.
6117         * doc/invoke.texi (Warning Options, -Wextra): Add new option
6118         -Wignore_qualifiers.
6119         (-Wignored-qualifiers): Document.
6120         (-Wreturn-type): Remove description of functionality now handled
6121         by -Wignored-qualifiers.
6122
6123 2008-01-12  Eric Botcazou  <ebotcazou@adacore.com>
6124
6125         PR ada/33788
6126         * fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Fold an existing
6127         NOP_EXPR if it is between integral types with the same precision.
6128
6129 2008-01-12  Jan Hubicka  <jh@suse.cz>
6130
6131         PR other/28023
6132         * invoke.texi (max-inline-recursive-depth): Fix default value.
6133
6134 2008-01-12  Zdenek Dvorak  <ook@ucw.cz>
6135
6136         * tree-parloops.c (transform_to_exit_first_loop): Cast nit to the
6137         correct type.
6138
6139 2008-01-11  Bob Wilson  <bob.wilson@acm.org>
6140         
6141         * config/xtensa/xtensa.c (override_options): Set flag_shlib.
6142         
6143 2008-01-11  James E. Wilson  <wilson@specifix.com>
6144
6145         PR target/26015
6146         * config/vax/elf.h (FRAME_POINTER_CFA_OFFSET): Define.
6147
6148 2008-01-11  Anatoly Sokolov <aesok@post.ru>
6149
6150         * config/avr/avr.c (expand_prologue, expand_epilogue): Don't 
6151         save/restore frame pointer register and don't use 'call-prologues' 
6152         optimization in function with "OS_task" attribute.
6153
6154 2008-01-11  Eric Botcazou  <ebotcazou@adacore.com>
6155
6156         PR middle-end/31309
6157         * expr.c (copy_blkmode_from_reg): Use a mode suited to the size
6158         when copying to memory.
6159
6160 2008-01-11  Steven Bosscher  <stevenb.gcc@gmail.com>
6161
6162         PR rtl-optimization/30905
6163         * cfgcleanup.c: Include dce.h
6164         (crossjumps_occured): New global variable.
6165         (try_crossjump_bb): Exit loop after finding a fallthru edge.
6166         If something changed, set crossjumps_occured to true.
6167         (try_optimize_cfg): Clear crossjumps_occured at the beginning.
6168         Don't add/remove fake edges to exit here...
6169         (cleanup_cfg): ...but do it here, when crossjumping.
6170         Run a fast DCE when successful crossjumps occured in the latest
6171         iteration of try_optimize_cfg.
6172
6173 2008-01-11  Richard Guenther  <rguenther@suse.de>
6174
6175         * tree-ssa-sccvn.c (struct vn_binary_op_s): Move hashcode near opcode.
6176         (struct vn_unary_op_s): Likewise.
6177         (vn_reference_insert): Free old reference on hash collision.
6178
6179 2008-01-10  Raksit Ashok  <raksit@google.com>
6180
6181         PR rtl-optimization/27971
6182         * combine.c (find_split_point): Split PLUS expressions which are
6183         inside a MEM rtx, and whose first operand is complex.
6184
6185 2008-01-10  DJ Delorie  <dj@redhat.com>
6186
6187         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Renamed from...
6188         (m32c_hard_regno_nregs): ...this, which is now a wrapper.
6189         (m32c_hard_regno_ok): Call the underlying function.
6190
6191 2008-01-10  Richard Guenther  <rguenther@suse.de>
6192
6193         PR middle-end/34683
6194         * tree-cfg.c (tree_merge_blocks): Do not go through the
6195         full-blown folding and stmt updating path if we just deal
6196         with virtual operands.
6197         * tree-ssa-copy.c (may_propagate_copy): Do not short-cut
6198         test for abnormal SSA_NAMEs.
6199
6200 2008-01-10  Andreas Krebbel  <krebbel1@de.ibm.com>
6201
6202         PR middle-end/34641
6203         * reload.c (push_reload): Add assertions.  All constants from
6204         reg_equiv_constant should have been used for replacing the respective
6205         pseudo earlier.
6206         (find_reloads_address): Invoke find_reloads_address_part for
6207         constant taken from the reg_equiv_constant array.
6208
6209 2008-01-10  Steven Bosscher  <stevenb.gcc@gmail.com>
6210
6211         * tree-ssa-sccvn.h (struct vn_ssa_aux): Make the most accessed
6212         field (valnum) the first in the struct.  Replace bools with
6213         unit bit fields.
6214
6215 2008-01-10  Richard Guenther  <rguenther@suse.de>
6216
6217         PR tree-optimization/34651
6218         * tree-sra.c (sra_build_assignment): Sanitize.  Use the correct
6219         types and ordering for masking and converting.
6220
6221 2008-01-09  Sebastian Pop  <sebastian.pop@amd.com>
6222
6223         PR tree-optimization/34017
6224         * lambda-code.c (lambda_loopnest_to_gcc_loopnest): Generate code
6225         also for PHI_NODE expressions.
6226
6227 2008-01-09  Jan Hubicka  <jh@suse.cz>
6228
6229         PR tree-optimization/34708
6230         * tree-inline.c (estimate_num_insns_1): Compute cost of SWITCH_EXPR
6231         based on number of case labels.
6232         (init_inline_once): Remove switch_cost.
6233         * tree-inline.h (eni_weights_d): Remove switch_cost.
6234
6235 2008-01-09  Richard Guenther  <rguenther@suse.de>
6236         Andrew Pinski  <andrew_pinski@playstation.sony.com>
6237
6238         PR middle-end/30132
6239         * gimplify.c (gimplify_cond_expr): Do not create an addressable
6240         temporary if an rvalue is ok or an lvalue is not required.
6241
6242 2008-01-09  Richard Guenther  <rguenther@suse.de>
6243
6244         PR middle-end/34458
6245         * tree-data-ref.c (initialize_matrix_A): Use tree_low_cst,
6246         adjust return type.
6247
6248 2008-01-09  Richard Guenther  <rguenther@suse.de>
6249
6250         PR middle-end/34679
6251         * tree.c (host_integerp): Check for sizetype only if the
6252         type is an integer type.
6253
6254 2008-01-09  Steven Bosscher  <stevenb.gcc@gmail.com>
6255
6256         PR debug/26364
6257         * opts.c (decode_options): Disable inlining of functions called
6258         once if not in unit-at-a-time mode.
6259
6260 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
6261
6262         * Makefile.in (dse.o): Remove duplicate $(RECOG_H) dependency.
6263
6264 2008-01-08  Richard Guenther  <rguenther@suse.de>
6265
6266         PR middle-end/31863
6267         * tree-ssa-structalias.c (push_fields_onto_fieldstack): Bail
6268         out early if the result will be unused.
6269
6270 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
6271
6272         PR target/34709
6273         Revert:
6274
6275         2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
6276         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
6277         for TARGET_RECIP.       
6278         
6279 2008-01-08  Jan Sjodin  <jan.sjodin@amd.com>
6280         
6281         * config/i386/i386.c (k8_cost, amdfam10_cost): Branch costs
6282         for vectorization tuned.
6283         
6284 2008-01-08  Richard Guenther  <rguenther@suse.de>
6285
6286         PR tree-optimization/34683
6287         * tree-ssa-operands.c (operand_build_cmp): Export.
6288         * tree-ssa-operands.h (operand_build_cmp): Declare.
6289         * tree-vn.c (vuses_compare): Remove.
6290         (sort_vuses): Use operand_build_cmp.
6291         (sort_vuses_heap): Likewise.
6292         * tree-ssa-sccvn.c (vuses_to_vec): Use VEC_reserve, not VEC_alloc
6293         to re-use old VEC if available.  Do not sort already sorted VUSEs.
6294         (vdefs_to_vec): Do not sort already sorted VDEFs.
6295
6296 2008-01-08  Jakub Jelinek  <jakub@redhat.com>
6297
6298         PR middle-end/34694
6299         * omp-low.c (copy_var_decl): Copy also DECL_SOURCE_LOCATION.
6300
6301 2008-01-08  Uros Bizjak  <ubizjak@gmail.com>
6302
6303         PR target/34702
6304         * doc/invoke.texi (i386 and x86-64 Options) [mrecip]: Document
6305         limitations of reciprocal sequences on x86 targets.
6306
6307 2008-01-08  Richard Guenther  <rguenther@suse.de>
6308
6309         PR tree-optimization/34683
6310         * tree-flow-inline.h (var_ann): Remove overzealous asserts.
6311
6312 2008-01-07  Jakub Jelinek  <jakub@redhat.com>
6313
6314         PR target/34622
6315         * config/darwin.c (darwin_mergeable_string_section): Don't use
6316         .cstring if int_size_in_bytes != TREE_STRING_LENGTH.
6317
6318 2008-01-07  Uros Bizjak  <ubizjak@gmail.com>
6319
6320         PR target/34682
6321         * config/i386/i386.md (neg<mode>2): Rename from negsf2, negdf2 and
6322         negxf2.  Macroize expander using X87MODEF mode iterator.  Change
6323         predicates of op0 and op1 to register_operand.
6324         (abs<mode>2): Rename from abssf2, absdf2 and negxf2.  Macroize
6325         expander using X87MODEF mode iterator.  Change predicates of
6326         op0 and op1 to register_operand.
6327         ("*absneg<mode>2_mixed", "*absneg<mode>2_sse"): Rename from
6328         corresponding patterns and macroize using MODEF macro.  Change
6329         predicates of op0 and op1 to register_operand and remove
6330         "m" constraint. Disparage "r" alternative with "!".
6331         ("*absneg<mode>2_i387"): Rename from corresponding patterns and
6332         macroize using X87MODEF macro.  Change predicates of op0 and op1
6333         to register_operand and remove "m" constraint.  Disparage "r"
6334         alternative with "!".
6335         (absneg splitter with memory operands): Remove.
6336         ("*neg<mode>2_1", "*abs<mode>2_1"): Rename from corresponding
6337         patterns and macroize using X87MODEF mode iterator.
6338         * config/i386/sse.md (negv4sf2, absv4sf2, neg2vdf2, absv2df2):
6339         Change predicate of op1 to register_operand.
6340         * config/i386/i386.c (ix86_expand_fp_absneg_operator): Remove support
6341         for memory operands.
6342
6343 2008-01-07  Nathan Froyd  <froydnj@codesourcery.com>
6344
6345         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add clause for mcpu=8548.
6346
6347 2008-01-07  Richard Guenther  <rguenther@suse.de>
6348
6349         * basic-block.h (struct edge_def): Pair dest_idx with goto_locus
6350         fields.
6351
6352 2008-01-07  Richard Guenther  <rguenther@suse.de>
6353
6354         PR tree-optimization/34683
6355         * tree-ssa-sccvn.c (vuses_to_vec): Pre-allocate the vector of
6356         VOPs of the needed size to save memory.  Use VEC_quick_push
6357         to save compile-time.
6358         (vdefs_to_vec): Likewise.
6359
6360 2008-01-07  Sa Liu  <saliu@de.ibm.com>
6361
6362         * config/spu/spu.md (divdf3): Genetate inline code for double
6363         division.  The implementation doesn't handle INF or NAN, therefore it
6364         only applies when -ffinite-math-only is given.
6365
6366 2008-01-06  Paolo Carlini  <pcarlini@suse.de>
6367
6368         PR libstdc++/34680
6369         * c-cppbuiltin.c (c_cpp_builtins): Define __GXX_RTTI, if appropriate.
6370         * doc/cpp.texi ([Common Predefined Macros]): Document.
6371
6372 2008-01-06  Uros Bizjak  <ubizjak@gmail.com>
6373
6374         * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
6375         order to use commutative addition instead of subtraction.
6376
6377 2008-01-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6378             Mircea Namolaru  <namolaru@il.ibm.com>
6379             Vladimir Yanovsky  <yanov@il.ibm.com>
6380             Revital Eres  <eres@il.ibm.com>
6381
6382         PR tree-optimization/34263
6383         * tree-outof-ssa.c (process_single_block_loop_latch,
6384         contains_tree_r): New functions.
6385         (analyze_edges_for_bb): Call process_single_block_loop_latch
6386         function to empty single-basic-block latch block if possible.
6387
6388 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
6389
6390         * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
6391         for TARGET_RECIP.
6392         (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.
6393
6394 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
6395
6396         * c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.
6397
6398 2008-01-05  Richard Sandiford  <rsandifo@nildram.co.uk>
6399
6400         * config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.
6401
6402 2008-01-05  Jakub Jelinek  <jakub@redhat.com>
6403
6404         PR tree-optimization/34618
6405         * tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
6406         flag from T.
6407
6408 2008-01-05  Uros Bizjak  <ubizjak@gmail.com>
6409
6410         PR target/34673
6411         * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
6412         in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
6413         Update copyright year.
6414
6415         * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
6416         Update copyright year.
6417         * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
6418         using NR fixup.
6419
6420 2008-01-05  Zhouyi Zhou  <zhouzhouyi@FreeBSD.org>
6421
6422         * tree-vrp.c (find_conditional_asserts): Remove redundant check that
6423         edge does not point to current bb before changing need_assert.
6424
6425 2008-01-04  Richard Guenther  <rguenther@suse.de>
6426
6427         PR middle-end/34029
6428         * tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
6429         for verifying purposes if they are is_gimple_min_invariant.
6430
6431 2008-01-04  Aldy Hernandez  <aldyh@redhat.com>
6432
6433         PR tree-optimization/34448
6434         PR tree-optimization/34465
6435         * gimplify.c (gimplify_init_constructor): Add new parameter
6436         notify_temp_creation.  Use it.
6437         (gimplify_modify_expr_rhs): Take volatiles into account when
6438         optimizing constructors.
6439         Do not optimize constructors if gimplify_init_constructor will dump to
6440         memory.
6441         * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
6442         * gcc.c-torture/compile/pr34448.c: New.
6443
6444 2008-01-04  Jakub Jelinek  <jakub@redhat.com>
6445
6446         PR gcov-profile/34609
6447         * tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
6448         return_slot if result is TREE_ADDRESSABLE.
6449
6450 2008-01-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6451
6452         * config/mips/mips.md (sqrt_condition): Tweak comment.
6453         (recip_condition): Likewise.  Require TARGET_FLOAT64 for DFmode.
6454
6455 2008-01-03  Tom Tromey  <tromey@redhat.com>
6456
6457         PR c/34457
6458         * c-common.c (c_type_hash): Handle VLAs.
6459
6460 2008-01-03  Jan Hubicka  <jh@suse.cz>
6461
6462         PR tree-optimization/31081
6463         * tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
6464         0 when inlining and not inlining to first basic block.
6465         (remap_decl): When var is initialized to 0, don't set default_def.
6466         (expand_call_inline): Set entry_bb.
6467         * tree-inline.h (copy_body_data): Add entry_bb.
6468
6469 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6470
6471         PR c++/34619
6472         * cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
6473         before returning.
6474
6475         PR tree-optimization/29484
6476         * tree-inline.c (inline_forbidden_p_2): New function.
6477         (inline_forbidden_p): Disallow inlining if some static var
6478         has an address of a local LABEL_DECL in its initializer.
6479         * doc/extend.texi (Labels as Values): Document &&foo behaviour
6480         vs. inlining.
6481
6482 2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>
6483
6484         PR tree-optimization/34635
6485         * tree-data-ref.c (add_other_self_distances): Make sure that the
6486         evolution step is constant.
6487
6488 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
6489
6490         PR middle-end/34608
6491         * omp-low.c (expand_omp_parallel): Purge dead EH edges in the child fn.
6492
6493 2008-01-02  Richard Sandiford  <rsandifo@nildram.co.uk>
6494
6495         * tree-sra.c (scalarize_init): Insert the generate_element_init
6496         statements after the generate_element_zero statements.
6497
6498 2008-01-02  Richard Guenther  <rguenther@suse.de>
6499
6500         PR middle-end/34093
6501         PR middle-end/31976
6502         * tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
6503         for very large number of operands instead of ICEing.
6504
6505 2008-01-02  Arthur Norman <acn1@cam.ac.uk>
6506
6507         PR target/34013
6508         * config/i386/i386.c (ix86_expand_prologue): Save red-zone
6509         while stack probing.
6510
6511 2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>
6512
6513         * c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when
6514         in C++0x mode.
6515
6516 2008-01-01  Volker Reichelt  <v.reichelt@netcologne.de>
6517
6518         PR libmudflap/26442
6519         * tree-mudflap.c (mx_register_decls): Guard warning by
6520         !DECL_ARTIFICIAL check.
6521
6522 2008-01-01  Jakub Jelinek  <jakub@redhat.com>
6523
6524         * config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
6525         sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
6526         sse5_perm<mode>): Fix constraints.