OSDN Git Service

8ed5b7fc92e3847a97a725065743ecbbbe23f6cf
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2009-02-02  Paul Brook  <paul@codesourcery.com>
2
3         * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
4
5 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
6
7         PR inline-asm/39058
8         * recog.h (asm_operand_ok): Add constraints argument.
9         * recog.c (asm_operand_ok): Likewise.  If it is set, for digits
10         recurse on matching constraint.
11         (check_asm_operands): Pass constraints as 3rd argument to
12         asm_operand_ok.  Don't look up matching constraint here.
13         * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
14         to asm_operand_ok.
15
16 2009-02-02  Ben Elliston  <bje@au.ibm.com>
17
18         * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
19         TARGET_NARROW_VOLATILE_BITFIELD macro names.
20
21 2009-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
22
23         * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
24         information.  Remove some obsolete information.  Reorganize.
25
26         * config/pa/fptr.c: Revert license to GPL 2.
27         * config/pa/milli64.S: Likewise.
28
29 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
30
31         PR target/38904
32         * mkmap-flat.awk (END):  Use pe_dll command-line arg to pass
33         LIBRARY name in, instead of hard-coding it.
34         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*):  Add an
35         extra target make frag to tmake_files according to EH model.
36         (i[34567]86-*-mingw* | x86_64-*-mingw*):  Likewise.
37         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh:  Add new target
38         frags that define makefile variable EH_MODEL appropriately.
39         * config/i386/cygming.h (DWARF2_UNWIND_INFO):  Add comment.
40         * config/i386/cygwin.h (LIBGCC_EH_EXTN):  Define to nothing or
41         to "-sjlj" according to type of EH configured.
42         (LIBGCC_SONAME):  Concatenate it to shared library base name.
43         * config/i386/mingw32.h (LIBGCC_EH_EXTN):  Define to "_dw2" or
44         to "_sjlj" according to type of EH configured.
45         (LIBGCC_SONAME):  Concatenate it to shared library base name.
46         * config/i386/t-cygming (SHLIB_SONAME):  Use EH_MODEL.
47         (SHLIB_LINK):  Add missing semicolon to if-else construct.
48         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
49         string value of "pe_dll" command-line option.
50         * config/i386/t-cygwin (SHLIB_EH_EXTENSION):  New helper.
51         (SHLIB_SONAME):  Use it when overriding t-cygming default.
52         (SHLIB_IMPLIB):  Override t-cygming default.
53         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
54         string value of "pe_dll" command-line option.
55
56 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
57
58         PR target/38952
59         * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
60         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point
61         at it.
62
63 2009-01-31  Richard Guenther  <rguenther@suse.de>
64
65         PR tree-optimization/38937
66         * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
67         computing the transitive closure.
68
69 2009-01-30  Richard Guenther  <rguenther@suse.de>
70
71         PR tree-optimization/39041
72         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
73         Propagate variable indices only if the types match for this stmt.
74
75 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
76
77         PR target/39013
78         * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
79         inline but never defined.
80
81 2009-01-30  Wolfgang Gellerich  <gellerich@de,ibm.com>
82
83         * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
84         (*insv_h_di_reg_extimm): New insn.
85         (*insv_l<mode>_reg_extimm): New insn.
86
87 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
88
89         * config/picochip/picochip.c (flag_conserve_stack): set
90         PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
91         fconserve-stack. Reduce call-overhead used by inliner.
92
93 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
94
95         PR/38157
96         * common.opt (flag_conserve_stack): Initialised to zero.
97
98 2009-01-30  Kai Tietz  <kai.tietz@onevision.com>
99
100         PR/39002
101         * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
102         (ix86_expand_epilogue): Take nsseregs in account to use proper restore
103         method.
104
105 2009-01-29  H.J. Lu  <hongjiu.lu@intel.com>
106
107         * ira-color.c (allocno_reload_assign): Update comments.
108         * regmove.c (regmove_optimize): Likewise.
109
110         * ra.h: Removed.
111
112 2009-01-29  Robert Millan  <rmh@aybabtu.com>
113
114         * gcc/config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
115         * gcc/config/i386/kopensolaris-gnu.h: New file.  Undefine
116         `MD_UNWIND_SUPPORT'.
117         * gcc/config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
118
119 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
120
121         PR tree-optimization/39007
122         * tree-loop-distribution.c (generate_builtin): Use
123         recompute_dominator to compute the immediate dominator of the
124         basic block just after the loop.
125
126 2008-01-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
127
128         * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
129         (ASM_OUTPUT_DWARF_PCREL): Define.
130
131 2008-01-29  Vladimir Makarov  <vmakarov@redhat.com>
132
133         * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
134         * doc/passes.texi: Remove entries about regclass, local-alloc, and
135         global.  Modify entries about regmove and IRA.
136
137         * ra-conflict.c: Remove the file.
138
139         * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
140
141         * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
142         (pass_regclass_init): Rename to pass_reginfo_init.
143
144         * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
145
146         * toplev.h (flag_ira): Remove.
147
148         * caller-save.c (setup_save_areas): Remove flag_ira.
149
150         * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot):
151         Ditto.
152
153         * global.c: Remove the file.
154
155         * opts.c: (decode_options): Remove flag_ira.
156
157         * hard-reg-set.h (losing_caller_save_reg_set): Remove.
158
159         * regmove.c: Modify file description.
160         (find_use_as_address, try_auto_increment): Define them only if
161         AUTO_INC_DEC is defined.
162         (replacement_quality, replace_in_call_usage, fixup_match_1,
163         stable_and_no_regs_but_for_p): Remove.
164         (reg_set_in_bb): Make it static.
165         (regmove_optimize): Remove flag_ira and code which worked for
166         !flag_ira.
167
168         * local-alloc.c: Remove the file.
169
170         * common.opt (fira): Remove.
171
172         * ira.c: Include except.h.
173         (eliminable_regset): Move from global.c.
174         (mark_elimination): Ditto.  Remove flag_ira.
175         (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
176         equiv_mem_modified, validate_equiv_mem_from_store,
177         validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
178         contains_replace_regs, memref_referenced_p, memref_used_between_p,
179         no_equiv, recorded_label_ref): Move from local-alloc.c.
180         (update_equiv_regs): Ditto.  Make it static.
181         (print_insn_chain, print_insn_chains): Move it from global.c.
182         pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
183         (build_insn_chain): Ditto.  Make it static.
184         (ra_init_live_subregs): Move from ra-conflict.c.  Make it static.
185         Rename to init_live_subregs.
186         (gate_ira): Remove flag_ira.
187
188         * regclass.c: Rename reginfo.c.  Change file description.
189         (FORBIDDEN_INC_DEC_CLASSES): Remove.
190         (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec):
191         Remove.
192         (init_reg_sets_1): Remove code for evaluation of
193         reg_class_superclasses and losing_caller_save_reg_set.
194         (init_regs): Remove init_reg_autoinc.
195         (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
196         ok_for_base_p_nonstrict): Remove.
197         (regclass_init): Rename to reginfo_init.  Don't initialize
198         init_cost.
199         (pass_regclass_init): Rename to pass_reginfo_init.  Modify
200         corresponding entries.
201         (dump_regclass, record_operand_costs, scan_one_insn,
202         init_reg_autoinc, regclass, record_reg_classes, copy_cost,
203         record_address_regs, auto_inc_dec_reg_p): Remove.
204         (gt-regclass.h): Rename to gt-reginfo.h.
205
206         * rtl.h (dump_global_regs, retry_global_alloc,
207         build_insn_chain, dump_local_alloc, update_equiv_regs):
208         Remove.
209
210         * Makefile.in (RA_H): Remove.
211         (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
212         Rename regclass.o to reginfo.o.
213         (regclass.o): Rename to reginfo.o.  Rename gt-regclass.h to
214         gt-reginfo.h.
215         (global.o, local-alloc.o, ra-conflict.o): Remove entries.
216         (GTFILES): Rename regclass.c to reginfo.c.
217
218         * passes.c (init_optimization_passes): Remove pass_local_alloc and
219         pass_global_alloc.  Rename pass_regclass_init to
220         pass_reginfo_init.
221
222         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
223         count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
224         Remove flag_ira.
225         (finish_spills): Ditto.  Remove code for !flga_ira.
226         
227 2009-01-29  Kenneth Zadeck  <zadeck@naturalbridge.com>
228
229         PR middle-end/35854
230         * doc/invoke.texi (rtl debug options): Complete rewrite.
231         * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
232         to auto_inc_dec".
233         * mode-switching.c (pass_mode_switching): Rename pass from
234         "mode-sw" to "mode_sw".
235         * except.c (pass_convert_to_eh_ranges): Rename pass from
236         "eh-ranges" to "eh_ranges".
237         * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
238         to "subreg1".
239                 
240         
241 2009-01-29  Andrey Belevantsev  <abel@ispras.ru>
242             Alexander Monakov  <amonakov@ispras.ru>
243
244         PR middle-end/38857
245         * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
246         register.
247         (move_exprs_to_boundary): Change return type and pass through
248         should_move from move_op.  Relax assert.  Update usage ...
249         (schedule_expr_on_boundary): ... here.  Use should_move instead of
250         cant_move.
251         (move_op_orig_expr_found): Indicate that insn was disconnected from
252         stream.
253         (code_motion_process_successors): Do not call after_merge_succs
254         callback if original expression was not found when traversing any of
255         the branches.
256         (code_motion_path_driver): Change return type.  Update prototype.
257         (move_op): Update comment.  Add a new parameter (should_move).  Update
258         prototype.  Set *should_move based on indication provided by
259         move_op_orig_expr_found.
260
261 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
262
263         * doc/invoke.texi (avoid-indexed-addresses): Document new option.
264         * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
265         * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
266         * config/rs6000/rs6000.c (rs6000_override_options): Default
267         avoid-indexed-addresses on for Power6, off for everything else.
268         (avoiding_indexed_address_p): New function.
269         (rs6000_legitimize_address): Use it.
270         (rs6000_legitimate_address): Likewise.
271         * config/rs6000/rs6000.md (movXX_updateX): Likewise
272
273 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
274
275         PR tree-optimization/38997
276         * tree-loop-distribution.c (generate_memset_zero): Use
277         POINTER_PLUS_EXPR for a pointer addition.
278
279 2009-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
280
281         * config/s390/s390.md (bswap<mode>2): New pattern added.
282
283 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
284
285         * config/s390/s390.md (*tls_load_31): Added type attribute.
286
287 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
288
289         * config/s390/s390.md: Fix a few comments.
290
291 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
292
293         * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
294         (*tm<mode>_full): Fixed z10prop attribute.
295         (*tst<mode>_extimm): Fixed z10prop attribute.
296         (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
297         (*tstqiCCT_cconly): Fixed z10prop attribute.
298         (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
299         (*movsi_larl): Fixed z10prop attribute.
300         (*movsi_zarch): Fixed z10prop attribute.
301         (*movsi_eas): Fixed z10prop attribute.
302         (*movhi): Fixed z10prop attribute.
303         (*movqi): Fixed z10prop attribute.
304         (*movstrictqi): Fixed z10prop attribute.
305         (*mov<mode>): Fixed z10prop attribute.
306         (*movcc): Fixed z10prop attribute.
307         (*sethighpartdi_64): Fixed z10prop attribute.
308         (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
309         (*negdi2_sign_cc): Fixed z10prop attribute.
310         (*negdi2_sign): Fixed z10prop attribute.
311         (*absdi2_sign_cc): Fixed z10prop attribute.
312         (*absdi2_sign): Fixed z10prop attribute.
313         (*negabsdi2_sign_cc): Fixed z10prop attribute.
314         (*negabsdi2_sign): Fixed z10prop attribute.
315         (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
316         (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
317         (doloop_si64): Fixed z10prop attribute.
318         (doloop_si31): Fixed z10prop attribute.
319         (doloop_long): Fixed z10prop attribute.
320         (indirect_jump): Fixed z10prop attribute.
321         (nop): Fixed z10prop attribute.
322         (main_base_64): Fixed z10prop attribute.
323         (reload_base_64): Fixed z10prop attribute.
324
325 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
326
327         PR rtl-optimization/38740
328         * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
329         if !optimize.
330         * config/mips/mips.c (mips_reorg): Likewise.
331
332 2009-01-28  Richard Guenther  <rguenther@suse.de>
333
334         PR tree-optimization/38926
335         * tree-ssa-pre.c (add_to_value): Assert we add only expressions
336         with the correct value id to a value.
337         (do_regular_insertion): Use the value number of edoubleprime
338         for the value number of the expr.
339
340         Revert
341         2008-08-21  Richard Guenther  <rguenther@suse.de>
342   
343         * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
344         a PHI ask VN if it is already available.
345         * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
346         * tree-ssa-sccvn.c (vn_phi_lookup): Export.
347
348 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
349
350         PR middle-end/38934
351         * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
352         set to varying whenever max has TREE_OVERFLOW set, similarly
353         for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
354
355 2009-01-28  Richard Guenther  <rguenther@suse.de>
356
357         PR middle-end/38908
358         * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
359         uninitialized aggregate uses in call arguments.
360
361 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
362
363         PR tree-optimization/38984
364         * tree-ssa-structalias.c (get_constraints_for_1): Do not use
365         the nothing_id variable if -fno-delete-null-pointer-checks.
366
367 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
368
369         PR target/38988
370         * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
371         (set_got_offset_rex64): Ditto.
372
373 2009-01-27  H.J. Lu  <hongjiu.lu@intel.com>
374
375         PR target/38941
376         * doc/extend.texi: Improve local variable with asm reg.
377
378 2009-01-27  Adam Nemet  <anemet@caviumnetworks.com>
379
380         * c.opt (Wpacked-bitfield-compat): Change init value to -1.
381         * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
382         was not supplied then set warn_packed_bitfield_compat to the
383         default value of 1.
384         * stor-layout.c (place_field): Check warn_packed_bitfield_compat
385         against 1.
386
387 2009-01-27  Richard Guenther  <rguenther@suse.de>
388
389         PR tree-optimization/38503
390         * cfgexpand.c (expand_gimple_basic_block): Ignore
391         GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
392         * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
393         variables that cannot have TBAA applied.
394         (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
395         statements.
396
397 2009-01-27  Uros Bizjak  <ubizjak@gmail.com>
398
399         PR middle-end/38969
400         * calls.c (initialize_argument_information): Do not wrap complex
401         arguments in SAVE_EXPR.
402
403 2009-01-26  Andreas Tobler  <a.tobler@schweiz.org>
404
405         * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
406         (INSTALL_LIBGCC): Revert typo commit.
407
408 2009-01-26  Richard Guenther  <rguenther@suse.de>
409
410         PR tree-optimization/38745
411         * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
412         from special handling.
413
414 2009-01-26  Richard Guenther  <rguenther@suse.de>
415
416         PR tree-optimization/38745
417         * tree-ssa.c (execute_update_addresses_taken): Do not include
418         variables that cannot possibly be a register in not_reg_needs.
419         Do not clear TREE_ADDRESSABLE on vars that may not become
420         registers.
421         * tree-ssa.c (update_alias_info_1): Include those in the set
422         of addressable vars.
423
424 2009-01-26  Richard Guenther  <rguenther@suse.de>
425
426         PR middle-end/38851
427         * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
428         * tree-ssa-dse.c: Include langhooks.h
429         (execute_simple_dse): Remove stores with zero size.
430
431 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
432
433         PR c/38957
434         * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
435         as PLUS_EXPR.
436
437 2009-01-24  Julian Brown  <julian@codesourcery.com>
438
439         * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
440         config/arm/linux-atomic.c.
441         * config/arm/linux-atomic.c: New.
442
443 2009-01-24  Eric Botcazou  <ebotcazou@adacore.com>
444
445         * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
446         * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
447         * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
448
449 2009-01-24  H.J. Lu  <hongjiu.lu@intel.com>
450
451         PR c/38938
452         * c-opts.c (c_common_handle_option): Update warn_pointer_sign
453         properly.
454
455 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
456
457         PR tree-optimization/38953
458         * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
459         (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
460         (gloog): Split the exit of the scop when the scop exit is a loop exit.
461         (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
462         changed the CFG.
463
464 2009-01-24  Paul Brook  <paul@codesourcery.com>
465
466         * config/arm/neon.md (neon_type): Move to arm.md.
467         (neon_mov<VSTRUCT>): Add neon_type attribute.
468         * config/arm/arm.md (neon_type): Move to here.
469         (conds): Add "unconditioal" and use as default for NEON insns.
470
471 2009-01-24  Ben Elliston  <bje@au.ibm.com>
472
473         * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
474         void *' warning from -Wc++-compat.
475         * Makefile.in (dominance.o-warn): Remove.
476
477 2008-01-23  Paolo Bonzini  <bonzini@gnu.org>
478
479         PR tree-optimization/38932
480         * fold-const.c (fold_unary_ignore_overflow): New.
481         * tree.h (fold_unary_ignore_overflow): Declare.
482         * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
483         * tree-ssa-sccvn.c (visit_reference_op_load,
484         simplify_unary_expression): Likewise.
485
486 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
487
488         * c-decl.c (finish_struct): Move code to set DECL_PACKED after
489         DECL_BIT_FIELD is alreay known.  Also inherit packed for bitfields
490         regardless of their type.
491         * c-common.c (handle_packed_attribute): Don't ignore packed on
492         bitfields.
493         * c.opt (Wpacked-bitfield-compat): New warning option.
494         * stor-layout.c (place_field): Warn if offset of a field changed.
495         * doc/extend.texi (packed): Mention the ABI change.
496         * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
497         (Warning Options): Add it to the list.
498
499 2009-01-22  H.J. Lu  <hongjiu.lu@intel.com>
500
501         * c-opts.c (c_common_post_options): Fix a typo in comments.
502
503 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
504
505         PR middle-end/38615
506         * gimplify.c (gimplify_init_constructor): Fix promotion of const
507         variables to static.
508         * doc/invoke.texi (-fmerge-all-constants): Update description.
509
510 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
511
512         PR target/38931
513         * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
514         (*movdi_1_rex64): Use type "mmx" for alternative 5.
515
516 2009-01-22  Richard Earnshaw  <rearnsha@arm.com>
517
518         * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
519         a word boundary.
520         (LOCAL_ALIGNMENT): Similarly.
521
522 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
523             Joseph Myers  <joseph@codesourcery.com>
524
525         * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
526         * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
527         * config/arm/arm-tune.md: Regenerate.
528         * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
529         -march=iwmmxt2.
530
531 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
532
533         * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
534         version number to five.
535
536 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
537
538         PR c++/38930
539         * c-decl.c: (clone_underlying_type): Revert PR c++/26693 changes.
540         * c-common.c (set_underlying_type): Likewise.
541         (is_typedef_decl ): Likewise
542         * tree.h: Likewise
543         (set_underlying_type): Likewise.
544         (is_typedef_type): Likewise.
545
546 2009-01-21  Vladimir Makarov  <vmakarov@redhat.com>
547
548         PR middle-end/38587
549         * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
550         crossing setjmps.
551
552 2009-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
553
554         PR bootstrap/37660
555         * config/i386/cygwin.h (SHARED_LIBGCC_SPEC):  New helper macro.
556         (LIBGCC_SPEC):  Don't define.
557         (REAL_LIBGCC_SPEC):  Define instead, using SHARED_LIBGCC_SPEC.
558
559 2009-01-21  Uros Bizjak  <ubizjak@gmail.com>
560
561         PR rtl-optimization/38879
562         * alias.c (base_alias_check): Unaligned access via AND address can
563         alias all surrounding object types except those with sizes equal
564         or wider than the size of unaligned access.
565
566 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
567
568         PR c++/26693
569         * c-decl.c: (clone_underlying_type): Move this ...
570         * c-common.c (set_underlying_type): ... here.
571         Also, make sure the function properly sets TYPE_STUB_DECL() on
572         the newly created typedef variant type.
573         (is_typedef_decl ): New entry point.
574         * tree.h: Added a new member member_types_needing_access_check to
575         struct tree_decl_non_common.
576         (set_underlying_type): New entry point.
577         (is_typedef_type): Likewise.
578
579 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
580
581         * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
582         Check whether two instructions have memory references that
583         belong to conflicting alias sets.  walk_mems_1 and walk_mems_2
584         are helper functions for traversing.
585         * alias.h (insn_alias_sets_confilict_p): New prototypes.
586         * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
587         not to draw dependency edge for instructions with non-conflicting
588         alias sets.
589
590 2009-01-20  Joseph Myers  <joseph@codesourcery.com>
591
592         PR other/38758
593         * longlong.h: Update copyright years.  Use soft-fp license
594         notice.  Sync __clz_tab declaration with glibc.
595
596 2009-01-20  Steve Ellcey  <sje@cup.hp.com>
597
598         PR target/30687
599         * doc/extend.texi (syscall_linkage): New.
600         (version_id): Modify.
601
602 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
603             Richard Guenther  <rguenther@suse.de>
604
605         PR tree-optimization/38747
606         PR tree-optimization/38748
607         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
608         conversion if the base address is an indirect reference and the
609         aliasing sets could cause issues.
610
611 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
612
613         * common.opt (fgraphite, fgraphite-identity): Add comment for 
614         explaining why these options are not documented.
615
616 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
617
618         * graphite.c (stmt_simple_for_scop_p): Also handle cases when
619         gimple_call_lhs is NULL.
620
621 2008-01-20  Paolo Bonzini  <bonzini@gnu.org>
622
623         PR target/38868
624         * emit-rtl.c (adjust_address_1): Make sure memref is never
625         overwritten.
626
627 2009-01-20  Ben Elliston  <bje@au.ibm.com>
628
629         * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
630         const qualifier from arg parameter. Remove unnecessary cast to char *.
631         * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
632         const qualifier from arg 2.
633
634 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
635
636         * config/darwin.h: Add static-libgfortran to LINK_SPEC.
637
638 2009-01-19  Vladimir Makarov  <vmakarov@redhat.com>
639
640         PR c/38869
641         * rtl.h (reinit_regs): New prototype.
642         * regclass.c: Include ira.h.
643         (reinit_regs): New.
644         * Makefile.in (regclass.o): Add ira.h.
645         * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
646
647 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
648
649         PR target/38736
650         * c-common.c (handle_aligned_attribute): Use
651         ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
652         default alignment value.
653
654         * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
655
656         * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
657         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
658
659         * doc/extend.texi: Update __attribute__ ((aligned)).  Document
660         __BIGGEST_ALIGNMENT__.
661
662         * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
663
664 2009-01-18  Richard Guenther  <rguenther@suse.de>
665
666         PR tree-optimization/38819
667         * tree-flow.h (operation_could_trap_helper_p): Declare.
668         * tree-eh.c (operation_could_trap_helper_p): Export.
669         * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
670         * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
671         * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
672         are about to insert a possibly trapping instruction and fail
673         in this case.
674
675 2009-01-18  Andreas Schwab  <schwab@suse.de>
676
677         * doc/install.texi (Configuration): Remove obsolete paragraph
678         about use of --with-gnu-ld with --with-gnu-as.
679
680 2009-01-18  Kazu Hirata  <kazu@codesourcery.com>
681
682         * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
683         doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
684         Follow spelling conventions.
685
686 2009-01-18  Ben Elliston  <bje@au.ibm.com>
687
688         * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
689         C++ warning about implicit conversion from void * to struct
690         bitmap_head_def *.
691         (bitmap_obstack_free): Likewise for bitmap_element *.
692         * Makefile.in (bitmap.o-warn): Remove.
693
694 2009-01-17  Dave Korn  <dave.korn.cygwin@gmail.com>
695
696         * Makefile.in (BACKENDLIBS):  Reorder to match dependencies.
697
698 2009-01-17  Sebastian Pop  <sebastian.pop@amd.com>
699             Tobias Grosser  <tobi.grosser@amd.com>
700
701         * graphite.c (graphite_trans_scop_block): Do not block single
702         nested loops.
703
704 2009-01-16  Alexandre Oliva  <aoliva@redhat.com>
705
706         * ebitmap.h (ebitmap_iter_init): Initialize all fields.
707         * ipa-struct-reorg.c (gen_struct_type): Replace known-true
708         test with assertion.
709
710 2009-01-16  Richard Guenther  <rguenther@suse.de>
711
712         PR tree-optimization/38835
713         PR middle-end/36227
714         * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
715         and INT + PTR -> (INT)(PTR p+ INT) folding.
716         * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
717
718 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
719
720         PR target/38554
721         * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
722         the subreg from a lowpart subreg if it is also casting the value.
723
724 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
725             Tobias Grosser  <tobi.grosser@amd.com>
726
727         * graphite.c (compare_prefix_loops): New.
728         (build_scop_canonical_schedules): Rewritten.
729         (graphite_transform_loops): Move build_scop_canonical_schedules
730         after build_scop_iteration_domain.
731
732 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
733             Tobias Grosser  <tobi.grosser@amd.com>
734
735         * graphite.c (add_conditions_to_domain): Add the loops to 
736         the dimension of the iteration domain.  Do copy the domain
737         only when it exists.
738         (build_scop_conditions_1): Do not call add_conditions_to_domain.
739         (add_conditions_to_constraints): New.
740         (can_generate_code_stmt, can_generate_code): Removed.
741         (gloog): Do not call can_generate_code.
742         (graphite_transform_loops): Call add_conditions_to_constraints
743         after building the iteration domain.
744
745 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
746
747         PR tree-optimization/38789
748         * tree-ssa-threadedge.c
749         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
750         __builtin_constant_p.
751
752 2009-01-16  Kenneth Zadeck  <zadeck@naturalbridge.com>
753
754         * dce.c (delete_unmarked_insns): Reversed the order that insns are
755         examined before deleting them.
756         
757 2009-01-16  Richard Earnshaw  <rearnsha@arm.com>
758
759         * function.c (aggregate_value_p): Correctly extract the function
760         type from CALL_EXPR_FN lookup.
761
762 2009-01-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
763
764         * config/picochip/picochip.c (picochip_override_options): Revert
765         CFI asm flag disable commited previously.
766
767 2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
768             Tobias Grosser  <tobi.grosser@amd.com>
769             Jan Sjodin  <jan.sjodin@amd.com>
770
771         * graphite.c (scan_tree_for_params): On substractions negate
772         all the coefficients of the term.
773         (clast_to_gcc_expression_red): New.  Handle reduction expressions
774         of more than two operands.
775         (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
776         (get_vdef_before_scop): Handle also the case of default definitions.
777
778 2009-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
779
780         * caller-save.c (add_used_regs_1, add_used_regs): New functions.
781         (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
782         Also use them when walking CALL_INSN_FUNCTION_USAGE.
783
784 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
785             Joey Ye  <joey.ye@intel.com>
786
787         PR middle-end/37843
788         * cfgexpand.c (expand_stack_alignment): Don't update stack
789         boundary nor check incoming stack boundary here.
790         (gimple_expand_cfg): Update stack boundary and check incoming
791         stack boundary here.
792
793 2009-01-15  Kenneth Zadeck  <zadeck@naturalbridge.com>
794
795         * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
796         
797 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
798
799         PR rtl-optimization/38245
800         * calls.c (expand_call): Add stack arguments to
801         CALL_INSN_FUNCTION_USAGE even for pure calls (when
802         ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
803         in regs and partially in memory or BLKmode arguments.
804         (emit_library_call_value_1): Add stack arguments to
805         CALL_INSN_FUNCTION_USAGE even for pure calls (when
806         ACCUMULATE_OUTGOING_ARGS).
807         * dce.c: Include tm_p.h.
808         (find_call_stack_args): New function.
809         (deletable_insn_p): Call it for CALL_P insns.  Add ARG_STORES
810         argument.
811         (mark_insn): Call find_call_stack_args for CALL_Ps.
812         (prescan_insns_for_dce): Walk insns backwards in bb rather than
813         forwards.  Allocate and free arg_stores bitmap if needed, pass it
814         down to deletable_insn_p, don't mark stores set in arg_stores
815         bitmap, clear the bitmap at the beginning of each bb.
816         * Makefile.in (dce.o): Depend on $(TM_P_H).
817
818 2009-01-14  Michael Meissner  <gnu@the-meissners.org>
819
820         PR target/22599
821         * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
822         to make sure the insn is a conditional test (bug 22599).  Reformat a
823         few long lines.
824
825 2009-01-14  Sebastian Pop  <sebastian.pop@amd.com>
826
827         PR middle-end/38431
828         * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
829         (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
830         (gloog): Do not call cleanup_tree_cfg.
831         (graphite_transform_loops): Call cleanup_tree_cfg after all 
832         scops have been code generated.
833
834 2009-01-14  Basile Starynkevitch  <basile@starynkevitch.net>
835         * doc/gty.texi (Invoking the garbage collector): Added new node
836         and section documenting ggc_collect.
837
838 2009-01-14  Richard Guenther  <rguenther@suse.de>
839
840         PR tree-optimization/38826
841         PR middle-end/38477
842         * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
843         initialization notes only if we actually emitted a warning.
844         (intra_create_variable_infos): Add constraints for a result decl
845         that is passed by hidden reference.
846         (build_pred_graph): Mark all related variables non-direct on
847         address-taking.
848
849 2009-01-14  Nick Clifton  <nickc@redhat.com>
850
851         * ira-conflicts.c: Include addresses.h for the definition of
852         base_reg_class.
853         (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
854         * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
855
856 2009-01-13  Vladimir Makarov  <vmakarov@redhat.com>
857
858         PR target/38811
859         * Makefile.in (ira-lives.o): Add except.h.
860
861         * ira-lives.c: Include except.h.
862         (process_bb_node_lives): Process can_throw_internal.
863
864 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
865
866         PR rtl-optimization/38774
867         * combine.c (simplify_set): When undoing cc_use change, don't do
868         PUT_CODE on the newly created comparison, but instead put back the
869         old comparison.
870
871 2009-01-13  Joseph Myers  <joseph@codesourcery.com>
872
873         * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
874         values.  Remove duplicate arm8 entry.
875
876 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
877
878         PR tree-optimization/38786
879         * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
880         the SSA_NAME case of expand_scalar_variables_expr.
881         Set the type of an expression to the type of its assign statement.
882         (expand_scalar_variables_expr): Also gather the scalar computation
883         used to index the memory access.  Do not pass loop_p.
884         Fix comment.  Stop recursion on tcc_constant or tcc_declaration.
885         (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
886         the gimple_stmt_iterator where it inserts new code.
887         Do not pass loop_p.
888         (copy_bb_and_scalar_dependences): Do not pass loop_p.
889         (translate_clast): Update call to copy_bb_and_scalar_dependences.
890
891 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
892
893         * graphite.h (debug_value): Removed.
894         * graphite.c (debug_value): Removed.
895
896 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
897
898         * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
899         ldrd/strd with two 32-bit instructions.
900
901 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
902
903         * config/arm/arm.c (struct processors): Pass for speed down into
904         cost helper functions.
905         (const_ok_for_op): Handle COMPARE and inequality nodes.
906         (arm_rtx_costs_1): Rewrite.
907         (arm_size_rtx_costs): Update prototype.
908         (arm_rtx_costs): Pass speed down to helper functions.
909         (arm_slowmul_rtx_costs): Rework cost calculations.
910         (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
911         (arm_9e_rtx_costs): Likewise.
912
913 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
914
915         * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
916         relocations of local symbols wider than UNITS_PER_WORD are not valid.
917         (alpha_legitimize_address): Do not split local symbols wider than
918         UNITS_PER_WORD into HIGH/LO_SUM parts.
919
920 2009-01-13  Danny Smith  <dannysmith@users.sourceforge.net>
921
922         PR bootstrap/38580
923         * gcc.c (process_command): Replace call to execvp with calls
924         to pex_one and exit.
925
926 2009-01-03  Anatoly Sokolov  <aesok@post.ru>
927
928         PR target/29141
929         * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
930         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
931         variant for devices with 3-byte PC.
932         (__tablejump_elpm__) : New.
933
934 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
935
936         PR c/32041
937         * c-parser.c (c_parser_postfix_expression): Allow `->' in
938         offsetof member-designator, handle it as `[0].'.
939
940 2009-01-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
941
942         * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
943         function when not using named sections on targets with named sections
944         if branch distance is less than 262132.
945
946 2009-01-12  Richard Earnshaw  <rearnsha@arm.com>
947
948         * combine.c (combine_instructions):  Recompute
949         optimize_this_for_speed_p  for each BB in the main combine loop.
950
951 2009-01-12  Tomas Bily  <tbily@suse.cz>
952
953         PR middlend/38385
954         * tree-loop-distribution.c (prop_phis): New function.
955         (generate_builtin): Call prop_phis.
956         * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
957
958 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
959
960         PR tree-optimization/38807
961         * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
962         gimple_visited_p unless stmt is GIMPLE_ASSIGN.
963
964 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
965
966         * expmed.c (store_bit_field_1): Properly truncate the paradoxical
967         subreg of op0 to the original op0.
968
969 2009-01-11  Laurent GUERBY  <laurent@guerby.net>
970
971         * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
972         
973 2009-01-11  Markus Schoepflin  <markus.schoepflin@comsoft.de>
974
975         PR debug/7055
976         * gcc/mips-tfile.c (parse_def): Fix parsing of def strings
977         starting with digits.
978
979 2009-01-10  Jakub Jelinek  <jakub@redhat.com>
980
981         PR target/38695
982         * config/arm/arm.c (arm_is_long_call_p): Don't call
983         arm_function_in_section_p if decl isn't a FUNCTION_DECL.
984
985 2009-01-09  Steven Bosscher  <steven@gcc.gnu.org>
986
987         * regrename.c (regrename_optimize): Fix dumping.
988         (find_oldest_value_reg): Preserve REG_POINTER.
989         (copy_hardreg_forward_1): Likewise.
990
991 2009-01-09  Diego Novillo  <dnovillo@google.com>
992
993         * gimple.h (struct gimple_statement_base)<uid>: Document
994         the restrictions on its use.
995         (gimple_uid): Tidy.
996         (gimple_set_uid): Tidy.
997
998 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
999
1000         * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
1001         zero guard even if align_bytes != 0 and count is smaller than
1002         size_needed.
1003
1004 2008-01-09  Vladimir Makarov  <vmakarov@redhat.com>
1005
1006         PR rtl-optimization/38495
1007         * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
1008         (add_range_and_copies_from_move_list): Print all added ranges.
1009         Add ranges to memory optimized destination.
1010
1011 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1012
1013         PR target/38686
1014         PR target/38708
1015         * config/i386/i386.c (override_options): Reject
1016         -mstringop-strategy=rep_8byte with -m32.
1017         (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
1018         to 1.  Do count comparison against epilogue_size_needed at compile
1019         time even when count_exp was constant forced into register.  For
1020         size_needed don't jump to epilogue, instead just avoid aligning
1021         and invoke the body algorithm.  If need_zero_guard, add zero guard
1022         even if count is non-zero, but smaller than size_needed + number of
1023         bytes that could be stored for alignment.
1024         (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
1025         to 1.  If need_zero_guard, add zero guard even if count is non-zero,
1026         but smaller than size_needed + number of bytes that could be stored
1027         for alignment.  Compare size_needed with epilogue_size_needed instead
1028         of desired_align - align, don't adjust size_needed, pass
1029         epilogue_size_needed to the epilogue expanders.
1030
1031         PR c/35742
1032         * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
1033
1034 2009-01-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1035
1036         * pa.c (last_address): Change to unsigned.
1037         (update_total_code_bytes): Change argument to unsigned.  Don't
1038         check if insn addresses are set.
1039         (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
1040         addresses are not set.
1041         (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
1042
1043 2009-01-09  Nick Clifton  <nickc@redhat.com>
1044
1045         * config/sh/symbian.c: Replace uses of DECL_INLINE with
1046         DECL_DECLARED_INLINE_P.
1047
1048 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
1049
1050         PR middle-end/38347
1051         * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
1052         GET_MODE (op0) in operand_subword_force calls.
1053
1054         PR middle-end/38771
1055         * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
1056         fold_convert arg0 operands to TREE_TYPE (op0) first.
1057
1058 2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>
1059
1060         * params.def (ira-max-conflict-table-size): Decrease default value
1061         to 1000.
1062
1063 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
1064
1065         PR tree-optimization/37031
1066         * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
1067         on parameter_set.
1068         (build_access_matrix): Reserve correct size for AM_MATRIX vector,
1069         allocate it using gc instead of heap, use VEC_quick_push instead of
1070         VEC_safe_push.
1071         * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
1072         instead of heap, use VEC_quick_push instead of VEC_safe_push.
1073         * tree-data-ref.h (struct access_matrix): Change matrix to gc
1074         allocated vector from heap allocated.
1075         * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
1076         * tree-loop-linear.c (linear_transform_loops): Allocate nest
1077         vector only after perfect_loop_nest_depth call.
1078
1079 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
1080             Jan Sjodin  <jan.sjodin@amd.com>
1081
1082         PR tree-optimization/38559
1083         * graphite.c (debug_value, copy_constraint,
1084         swap_constraint_variables, scale_constraint_variable, ): New.
1085         (get_lower_bound, get_upper_bound): Removed.
1086         (graphite_trans_bb_strip_mine): Clean up this code that works
1087         only for constant number of iterations.  Fully copy upper and
1088         lower bound constraints, not only the constant part of them.
1089         * graphite.h (debug_value): Declared.
1090
1091 2009-01-08  Ira Rosen  <irar@il.ibm.com>
1092
1093         PR tree-optimization/37194
1094         * tree-vect-transform.c (vect_estimate_min_profitable_iters):
1095         Don't add the cost of cost model guard in prologue to scalar 
1096         outside cost in case of known number of iterations.
1097
1098 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
1099             Alan Modra  <amodra@bigpond.net.au>
1100
1101         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
1102         non-word-aligned REG+CONST addressing.
1103
1104 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
1105
1106         PR target/38706
1107         * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
1108         free_after_compilation when outputting a thunk.
1109         (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
1110         Do not call free_after_compilation here.
1111
1112 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
1113
1114         * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
1115         (ix86_valid_target_attribute_inner_p): Ditto.
1116
1117 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
1118
1119         PR tree-optimization/38492
1120         PR tree-optimization/38498
1121         * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
1122         * tree-chrec.h (scev_is_linear_expression): Declared.
1123         * graphite.c (graphite_cannot_represent_loop_niter): New.
1124         (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
1125         (graphite_loop_normal_form): Use gcc_assert.
1126         (scan_tree_for_params): Use CASE_CONVERT.
1127         (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
1128         (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
1129         Use gcc_assert.  Discard scops that contain unhandled cases.
1130         (build_scop_conditions): Return a boolean status for unhandled cases.
1131         (strip_mine_profitable_p): Print the loop number, not its depth.
1132         (is_interchange_valid): Pass the depth of the loop nest, don't
1133         recompute it wrongly.
1134         (graphite_trans_bb_block): Same.
1135         (graphite_trans_bb_block): Print tentative of loop blocking.
1136         (graphite_trans_scop_block): Do not print that the loop has been
1137         blocked.
1138         (graphite_transform_loops): Do not handle scops that contain condition
1139         scalar phi nodes.
1140
1141 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
1142
1143         AVX Programming Reference (December, 2008)
1144         * config/i386/avxintrin.h (_mm256_stream_si256): New.
1145         (_mm256_stream_pd): Likewise.
1146         (_mm256_stream_ps): Likewise.
1147
1148         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
1149         IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
1150         (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
1151         (bdesc_special_args): Add __builtin_ia32_movntdq256,
1152         __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
1153         (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
1154         (ix86_expand_special_args_builtin): Likewise.
1155
1156         * config/i386/sse.md (AVXMODEDI): New.
1157         (avx_movnt<mode>): Likewise.
1158         (avx_movnt<mode>): Likewise.
1159         (<sse>_movnt<mode>): Remove AVX support.
1160         (sse2_movntv2di): Likewise.
1161
1162 2009-01-07  Richard Guenther  <rguenther@suse.de>
1163
1164         PR middle-end/38751
1165         * fold-const.c (extract_muldiv): Remove obsolete comment.
1166         (fold_plusminus_mult_expr): Undo MINUS_EXPR
1167         to PLUS_EXPR canonicalization for the canonicalization.
1168
1169 2009-01-07  Gerald Pfeifer  <gerald@pfeifer.com>
1170
1171         * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
1172         hosted cross-compilers generating less efficient code.
1173
1174 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
1175
1176         * function.h (rtl_data): Add a dbr_scheduled_p field.
1177         * reorg.c (dbr_schedule): Set it.
1178         (gate_handle_delay_slots): Check it.
1179         * config/mips/mips.c (mips_base_delayed_branch): Delete.
1180         (mips_reorg): Check flag_delayed_branch instead of
1181         mips_base_delayed_branch.
1182         (mips_override_options): Don't set mips_base_delayed_branch
1183         or flag_delayed_branch.
1184
1185 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
1186
1187         PR rtl-optimization/38426.
1188         * ira.c (ira): Set current_function_is_leaf earlier.
1189
1190 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
1191
1192         PR rtl-optimization/38722
1193         * combine.c (try_combine): Don't modify PATTERN (i3) and notes
1194         too early, only set a flag and modify after last possible
1195         undo_all point.
1196
1197 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
1198
1199         PR c/34252
1200         * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
1201         * real.c (decimal_single_format): Correct values of emin and emax.
1202         (decimal_double_format): Ditto.
1203         (decimal_quad_format): Ditto.
1204         * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
1205         computation of DECnn_MIN and DECnn_MAX for corrected values of
1206         emin and emax.  Define __DECnn_SUBNORMAL_MIN__ instead of
1207         __DECnn_MIN__, and adjust its computation for the corrected value
1208         of emin.
1209
1210 2009-01-06  Jan Hubicka  <jh@suse.cz>
1211
1212         PR target/38744
1213         * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
1214
1215 2009-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
1216
1217         * doc/contrib.texi (Contributors): Slightly adjust the end note.
1218         Add Robert Clark to the list of testers.
1219
1220 2009-01-06  Jan Hubicka  <jh@suse.cz>
1221             Kai Tietz  <kai.tietz@onevision.com>
1222
1223         * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
1224         * config/i386/i386.c (ix86_expand_call): Add clobbers.
1225
1226 2009-01-06  Jan Hubicka  <jh@suse.cz>
1227             Kai Tietz  <kai.tietz@onevision.com>
1228
1229         * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
1230         for w64 ABI.
1231         * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
1232         (ix86_nsaved_regs): Count only general purpose regs.
1233         (ix86_nsaved_sseregs): New.
1234         (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
1235         to 16 for w64; compute padding and size of sse reg save area.
1236         (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
1237         general purpose regs.
1238         (ix86_emit_save_sse_regs_using_mov): New.
1239         (ix86_expand_prologue): Save SSE regs if needed.
1240         (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
1241         (ix86_emit_restore_sse_regs_using_mov): New.
1242         (ix86_expand_epilogue): Save SSE regs if needed.
1243
1244 2009-01-06  Jan Hubicka  <jh@suse.cz>
1245             Kai Tietz  <kai.tietz@onevision.com>
1246
1247         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
1248         * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
1249         functions when accumulate outgoing args is off.
1250
1251 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1252
1253         PR bootstrap/38742
1254         * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
1255         before using pseudos_have_intersected_live_ranges_p.
1256
1257         * ira-int.h (ira_assert): Always define.
1258
1259 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
1260
1261         AVX Programming Reference (December, 2008)
1262         * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
1263         (_mm256_permute2_pd): Likewise.
1264         (_mm_permute2_ps): Likewise.
1265         (_mm256_permute2_ps): Likewise.
1266         * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
1267         * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
1268
1269         * config/i386/i386.c (ix86_builtins): Remove
1270         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
1271         IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
1272         (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
1273         V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
1274         and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
1275         (bdesc_args): Remove __builtin_ia32_vpermil2pd,
1276         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
1277         __builtin_ia32_vpermil2ps256.
1278         (ix86_init_mmx_sse_builtins): Updated.
1279         (ix86_expand_args_builtin): Likewise.
1280
1281 2009-01-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1282
1283         * pa.c (output_call): Relocate non-jump insns in the delay slot of
1284         long absolute calls when generating PA 2.0 code.
1285
1286 2009-01-05  Vladimir Makarov  <vmakarov@redhat.com>
1287
1288         PR rtl-optimization/38583
1289         * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
1290
1291         * params.def (ira-max-conflict-table-size): New.
1292
1293         * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
1294         
1295         * ira.h (ira_conflicts_p): New external definition.
1296         
1297         * ira-conflicts.c (build_conflict_bit_table): Do not build too big
1298         table.  Report this.  Return result of building.
1299         (ira_build_conflicts): Use ira_conflicts_p.  Check result of
1300         building conflict table.
1301
1302         * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
1303         (ira_color): Use ira_conflicts_p.
1304         
1305         * global.c: Include ira.h.
1306         (pseudo_for_reload_consideration_p, build_insn_chain): Use
1307         ira_conflicts_p.
1308
1309         * Makefile.in (global.o): Add ira.h.
1310         
1311         * ira-build.c (mark_all_loops_for_removal,
1312         propagate_some_info_from_allocno): New.
1313         (remove_unnecessary_allocnos): Call
1314         propagate_some_info_from_allocno.
1315         (remove_low_level_allocnos): New.
1316         (remove_unnecessary_regions): Add parameter.  Call
1317         mark_all_loops_for_removal and remove_low_level_allocnos.  Pass
1318         parameter to remove_unnecessary_regions.
1319         (ira_build): Remove all regions but root if the conflict table was
1320         not built.  Update conflict hard regs for allocnos crossing calls.
1321
1322         * ira.c (ira_conflicts_p): New global.
1323         (ira): Define and use ira_conflicts_p.
1324
1325         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
1326         count_spilled_pseudo, find_reg, alter_reg, finish_spills,
1327         emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
1328         
1329 2009-01-06  Ben Elliston  <bje@au.ibm.com>
1330
1331         * gengtype-lex.l (YY_NO_INPUT): Define.
1332
1333 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1334
1335         PR c/34911
1336         * c-common.c (handle_vector_size_attribute): Also reject
1337         BOOLEAN_TYPE types.
1338
1339 2009-01-05  Sebastian Pop  <sebastian.pop@amd.com>
1340
1341         PR tree-optimization/38492
1342         * graphite.c (rename_map_elt, debug_rename_elt,
1343         debug_rename_map_1, debug_rename_map, new_rename_map_elt,
1344         rename_map_elt_info, eq_rename_map_elts,
1345         get_new_name_from_old_name, bb_in_sese_p): Moved around.
1346         (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
1347         (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
1348         (sese_build_livein_liveouts): New.
1349         (new_sese, free_sese): New.
1350         (new_scop): Call new_sese.
1351         (free_scop): Call free_sese.
1352         (rename_variables_from_edge, rename_phis_end_scop): Removed.
1353         (register_old_new_names): Renamed register_old_and_new_names.
1354         (register_scop_liveout_renames, add_loop_exit_phis,
1355         insert_loop_close_phis, struct igp,
1356         default_liveout_before_guard, add_guard_exit_phis,
1357         insert_guard_phis, copy_renames): New.
1358         (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
1359         (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
1360         (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
1361         (scop_adjust_phis_for_liveouts): New.
1362         (gloog): Call scop_adjust_phis_for_liveouts.
1363
1364         * graphite.h (struct sese): Documented.  Added fields liveout,
1365         num_ver and livein.
1366         (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
1367         (new_sese, free_sese, sese_build_livein_liveouts): Declared.
1368         (struct scop): Added field liveout_renames.
1369         (SCOP_LIVEOUT_RENAMES): New.
1370
1371 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1372
1373         PR tree-optimization/38510
1374         * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
1375         (translate_clast): Call recompute_all_dominators before
1376         graphite_verify.
1377         (gloog): Call recompute_all_dominators before graphite_verify.
1378
1379 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
1380             Jan Sjodin  <jan.sjodin@amd.com>
1381
1382         PR tree-optimization/38500
1383         * graphite.c (create_sese_edges): Call fix_loop_structure after
1384         splitting blocks.
1385
1386 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
1387
1388         * config.gcc: Add m32r*-*-rtems*.
1389         * config/m32r/rtems.h: New file.
1390
1391 2009-01-05  Ben Elliston  <bje@au.ibm.com>
1392
1393         * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
1394         (.po.pox): Likewise.
1395         (po/gcc.pot): Likewise.
1396
1397 2009-01-04  David S. Miller  <davem@davemloft.net>
1398
1399         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
1400         (STARTING_FRAME_OFFSET): Always set to zero.
1401
1402 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
1403
1404         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
1405         * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
1406         fixed-point types, and vectors of the same.
1407
1408 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
1409
1410         * config/mips/sync.md (*mb_barrier): Rename to...
1411         (*memory_barrier): ...this.
1412
1413 2009-01-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
1414
1415         * doc/extend.texi (Function Attributes): Move @cindex after @item
1416         for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
1417         and put in alphabetical order. Fix 'target' name and put in order.
1418         * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
1419         typos.
1420
1421 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
1422
1423         * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
1424         (memory_barrier): Expand as unspec instead of unspec_volatile.
1425         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1426         (*memory_barrier): Define as unspec instead of unspec_volatile.
1427         Use (match_dup 0) as input operand.
1428
1429         * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
1430         * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
1431         unspec_volatile.  Remove mem:BLK from insn operands.  Use Pmode
1432         scratch register.  Remove operand 1.
1433         (*stbar): Define as unspec instead of unspec_volatile.
1434         Use (match_dup 0) as input operand, remove (const_int 8).
1435         (*membar): Define as unspec instead of unspec_volatile.
1436         Use (match_dup 0) as input operand, remove input operand 2.
1437
1438         * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
1439         (memory_barrier): Expand as unspec instead of unspec_volatile.
1440         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1441         (*memory_barrier): Define as unspec instead of unspec_volatile.
1442         Use (match_dup 0) as input operand.
1443
1444         * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
1445         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1446         Set volatile flag on operand 0.
1447         (*memory_barrier): New insn pattern.
1448
1449         * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
1450         insn operands.
1451         (*memory_barrier): Use (match_dup 0) as input operand.
1452
1453         * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
1454         Remove mem:BLK from insn operands.  Use Pmode scratch register.
1455         Set volatile flag on operand 0.
1456         (*mb_internal): New insn pattern.
1457
1458         * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
1459
1460 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
1461
1462         PR middle-end/38586
1463         * function.c (struct temp_slot): Move to the section of the file
1464         that deals with temp slots.  Remove field 'address'.
1465         (temp_slot_address_table): New hash table of address -> temp slot.
1466         (struct temp_slot_address_entry): New struct, items for the table.
1467         (temp_slot_address_compute_hash, temp_slot_address_hash,
1468         temp_slot_address_eq, insert_temp_slot_address): Support functions
1469         for the new table.
1470         (find_temp_slot_from_address): Rewrite to use the new hash table.
1471         (remove_unused_temp_slot_addresses): Remove addresses of temp
1472         slots that have been made available.
1473         (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
1474         worker function for remove_unused_temp_slot_addresses.
1475         (assign_stack_temp_for_type): Don't clear the temp slot address list.
1476         Add the temp slot address to the address -> temp slot map.
1477         (update_temp_slot_address): Update via insert_temp_slot_address.
1478         (free_temp_slots): Call remove_unused_temp_slot_addresses.
1479         (pop_temp_slots): Likewise.
1480         (init_temp_slots): Allocate the address -> temp slot map, or empty
1481         the map if it is already allocated.
1482         (prepare_function_start): Initialize temp slot processing.
1483
1484 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
1485
1486         PR middle-end/38584
1487         * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
1488         Calculate the size of all stack vars assuming no packing of stack
1489         vars will happen, replacing a quadratic algorithm with a linear one.
1490
1491 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
1492
1493         PR target/38707
1494         * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
1495         can't be used.
1496
1497 2009-01-03  Diego Novillo  <dnovillo@google.com>
1498
1499         * doc/contrib.texi: Update contributions.
1500
1501 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
1502
1503         PR c++/38705
1504         * builtins.c (fold_builtin_memory_op): Give up if either operand
1505         is volatile.  Set srctype or desttype to non-qualified version
1506         of the other type.
1507
1508         PR c/38700
1509         * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
1510         and FUNCTION_DECLs.
1511
1512 2009-01-02  Kenneth Zadeck  <zadeck@naturalbridge.com>
1513
1514         PR rtl-optimization/35805
1515         * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
1516         problem if fast dce is able to remove any instructions.
1517         * dce.c (dce_process_block): Fix dump message.
1518         
1519 2009-01-02  Mark Mitchell  <mark@codesourcery.com>
1520
1521         PR 33649
1522         * tree-ssa-pre.c (compute_antic): Correct loop bounds.
1523
1524 2009-01-02  Jakub Jelinek  <jakub@redhat.com>
1525
1526         PR middle-end/38690
1527         * tree-flow.h (op_code_prio, op_prio): New prototypes.
1528         * tree-pretty-print.c (op_code_prio): New function.
1529         (op_prio): No longer static.  Use op_code_prio.
1530         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
1531         Use op_prio and op_code_prio to determine if () should be
1532         printed around operand(s) or not.
1533
1534         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
1535         dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
1536         dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
1537         dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
1538         pp_character instead of pp_string for single letter printing.
1539
1540 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
1541
1542         * doc/extend.texi: Fix '#pragma GCC option' typo.
1543
1544 2009-01-02  Richard Guenther  <rguenther@suse.de>
1545
1546         * doc/install.texi (--enable-checking): Mention different
1547         default for stage1.
1548         (--enable-stage1-checking): Document.
1549
1550 2009-01-01  Andrew Pinski  <pinskia@gmail.com>
1551
1552         PR middle-end/30142
1553         * tree-cfg.c (verify_expr): Add INDIRECT_REF case.  Change MODIFY_EXPR
1554         case to be an error.
1555
1556 2009-01-02  Ben Elliston  <bje@au.ibm.com>
1557
1558         * config/fp-bit.h (pack_d): Constify argument.
1559         * config/fp-bit.c (makenan): Constify return type. Remove casts.
1560         (isnan): Constify argument.
1561         (isinf): Likewise.
1562         (iszero): Likewise.
1563         (pack_d): Likewise.
1564         (_fpadd_parts): Constify return type.
1565         (_fpmul_parts): Likewise.
1566         (_fpdiv_parts): Likewise.
1567
1568 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
1569
1570         PR c/36489
1571         * c-typeck.c (add_pending_init): Add IMPLICIT argument.  Only
1572         warn about overwriting initializer with side-effects or
1573         -Woverride-init if !IMPLICIT.
1574         (output_init_element): Likewise.  Pass IMPLICIT down to
1575         add_pending_init.
1576         (process_init_element): Add IMPLICIT argument.  Pass it down
1577         to output_init_element.
1578         (push_init_element, pop_init_level, set_designator): Adjust
1579         process_init_element callers.
1580         (set_nonincremental_init, set_nonincremental_init_from_string):
1581         Adjust add_pending_init callers.
1582         (output_pending_init_elements): Adjust output_init_element callers.
1583         * c-tree.h (process_init_element): Adjust prototype.
1584         * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
1585         process_init_element callers.