OSDN Git Service

PR preprocessor/15638
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
2
3         PR preprocessor/15638
4         * c-common.c (c_cpp_error): Handle CPP_DL_FATAL.
5
6 2009-03-31  Richard Guenther  <rguenther@suse.de>
7
8         PR middle-end/23401
9         PR middle-end/27810
10         * tree.h (DECL_GIMPLE_FORMAL_TEMP_P): Remove.
11         (struct tree_decl_with_vis): Remove gimple_formal_temp member.
12         * tree-eh.c (lower_eh_constructs_2): Move LHS assignment to
13         a separate statement.
14         * gimplify.c (pop_gimplify_context): Remove formal temp handling.
15         (lookup_tmp_var): Likewise.
16         (is_gimple_formal_tmp_or_call_rhs): Remove.
17         (is_gimple_reg_or_call_rhs): Rename to ...
18         (is_gimple_reg_rhs_or_call): ... this.
19         (is_gimple_mem_or_call_rhs): Rename to ...
20         (is_gimple_mem_rhs_or_call): ... this.
21         (internal_get_tmp_var): Use is_gimple_reg_rhs_or_call.  Set
22         DECL_GIMPLE_REG_P only if is_formal is true.
23         (gimplify_compound_lval): Use is_gimple_reg.  Remove workaround
24         for non-proper post-modify expression gimplification.
25         (gimplify_self_mod_expr): For post-modify expressions gimplify
26         the lvalue to a minimal lvalue.
27         (rhs_predicate_for): Remove formal temp case.
28         (gimplify_modify_expr_rhs): Likewise.
29         (gimplify_addr_expr): Use is_gimple_reg.
30         (gimplify_expr): Remove formal temp cases.
31         (gimple_regimplify_operands): Likewise.
32         * tree-ssa-pre.c (get_or_alloc_expr_for): Treat EXC_PTR_EXPR
33         and FILTER_EXPR like constants.
34         * gimple.c (walk_gimple_op): Fix val_only initialization, use
35         is_gimple_reg.
36         (is_gimple_formal_tmp_rhs): Remove.
37         (is_gimple_reg_rhs): Remove special casing.
38         (is_gimple_mem_rhs): Fix.
39         (is_gimple_reg): Move DECL_GIMPLE_REG_P handling earlier.
40         (is_gimple_formal_tmp_var): Remove.
41         (is_gimple_formal_tmp_reg): Likewise.
42         (is_gimple_min_lval): Allow invariant component ref parts.
43         * gimple.h (is_gimple_formal_tmp_rhs, is_gimple_formal_tmp_var,
44         is_gimple_formal_tmp_reg): Remove declarations.
45         * tree-cfg.c (verify_expr): Verify that variables with address
46         taken do not have DECL_GIMPLE_REG_P set.
47         * tree-mudflap.c (mf_build_check_statement_for): Use
48         force_gimple_operand instead of gimplify_expr.
49
50 2009-03-31  Ayal Zaks  <zaks@il.ibm.com>
51
52         * modulo-sched.c (sms_schedule_by_order): Pass the actual
53         schedulable rows to compute_split_row.
54
55 2009-03-31  Ben Elliston  <bje@au.ibm.com>
56
57         PR target/31635
58         * config/rs6000/rs6000.c (rs6000_handle_option): Handle
59         OPT_mvrsave.
60
61 2009-03-31  Alan Modra  <amodra@bigpond.net.au>
62
63         * doc/invoke.texi (RS/6000 and PowerPC Options):Document mtls-markers.
64         * configure.ac (HAVE_AS_TLS_MARKERS): New gas feature check.
65         * configure: Regenerate.
66         * config.in: Regenerate.
67         * config/rs6000/rs6000.opt (mtls-markers): Add.
68         * config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Define.
69         * config/rs6000/rs6000.md (tls_gd_aix, tls_gd_sysv): Add splitter.
70         (tls_ld_aix, tls_ld_sysv): Likewise.
71         (tls_gd, tls_gd_call_aix, tls_gd_call_sysv): New insns.
72         (tls_ld, tls_ld_call_aix, tls_ld_call_sysv): Likewise.
73
74 2009-03-31  Alan Modra  <amodra@bigpond.net.au>
75
76         * config/spu/spu.c (spu_expand_prologue): Delete redundant code.
77
78 2009-03-30  Jan Hubicka  <jh@suse.cz>
79
80         * tree-eh.c (make_eh_edges): Set probability 100% to first edge
81         out of RESX.
82         (tree_remove_unreachable_handlers): Cleanup EH predecestor
83         detection and label handling.
84
85 2009-03-30  Vladimir Makarov  <vmakarov@redhat.com>
86
87         * ira-int.h (ira_allocno): Rename left_conflicts_num to
88         left_conflicts_size.
89         (ALLOCNO_LEFT_CONFLICTS_NUM): Rename to
90         ALLOCNO_LEFT_CONFLICTS_SIZE.
91
92         * ira-color.c (allocno_spill_priority, push_allocno_to_stack,
93         remove_allocno_from_bucket_and_push,
94         allocno_spill_priority_compare, push_allocnos_to_stack,
95         setup_allocno_available_regs_num): Use ALLOCNO_LEFT_CONFLICTS_SIZE
96         instead of ALLOCNO_LEFT_CONFLICTS_NUM.
97         (setup_allocno_left_conflicts_num): Ditto.  Rename to
98         setup_allocno_left_conflicts_size.
99         (put_allocno_into_bucket): Use ALLOCNO_LEFT_CONFLICTS_SIZE
100         instead of ALLOCNO_LEFT_CONFLICTS_NUM and
101         setup_allocno_left_conflicts_size instead of
102         setup_allocno_left_conflicts_num.
103
104         * ira-build.c (ira_create_allocno): Use
105         ALLOCNO_LEFT_CONFLICTS_SIZE instead of
106         ALLOCNO_LEFT_CONFLICTS_NUM.
107                 
108 2009-03-30  Vladimir Makarov  <vmakarov@redhat.com>
109
110         * reload.c (push_reload, find_dummy_reload): Use df_get_live_out
111         instead of DF_LR_OUT.
112
113         * ira-lives.c (process_bb_node_lives): Ditto.
114
115         * ira-color.c (ira_loop_edge_freq): Use df_get_live_{out,in}
116         instead of DF_LR_{OUT,IN}.
117
118         * ira-emit.c (generate_edge_moves, add_ranges_and_copies): Ditto.
119
120         * ira-build.c (create_bb_allocnos, create_loop_allocnos): Ditto.
121
122 2009-03-30  Jan Hubicka  <jh@suse.cz>
123
124         * except.c (label_to_region_map): Fix thinko.
125
126 2009-03-30  Steve Ellcey  <sje@cup.hp.com>
127
128         PR middle-end/38237
129         * tree.h (tree_find_value): New declaration.
130         * tree.c (tree_find_value): New function.
131         * varasm.c (assemble_external): Avoid duplicate entries on lists.
132
133 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
134
135         PR debug/39563
136         * c-decl.c (struct c_binding): Add locus field.
137         (bind): Add locus argument, set locus field from it.
138         (pop_scope): For b->nested VAR_DECL or FUNCTION_DECL,
139         add a DECL_EXTERNAL copy of b->decl to current BLOCK_VARS.
140         (push_file_scope, pushtag, pushdecl, pushdecl_top_level,
141         implicitly_declare, undeclared_variable, lookup_label,
142         declare_label, c_make_fname_decl, c_builtin_function,
143         c_builtin_function_ext_scope, store_parm_decls_newstyle): Adjust
144         bind callers.
145
146 2008-03-30  H.J. Lu  <hongjiu.lu@intel.com>
147
148         PR target/38781
149         * config/i386/i386.c (classify_argument): Check total size of
150         structure.
151
152 2009-03-30  Martin Jambor  <mjambor@suse.cz>
153
154         * ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN, IPA_CONST,
155         IPA_CONST_MEMBER_PTR, and IPA_PASS_THROUGH to IPA_JF_UNKNOWN,
156         IPA_JF_CONST, IPA_JF_CONST_MEMBER_PTR, and IPA_JF_PASS_THROUGH
157         respectively.
158
159         * tree-dfa.c (get_ref_base_and_extent): Return -1 maxsize if
160         seen_variable_array_ref while also traversing a union.
161
162         * tree-inline.c (optimize_inline_calls): Do not call
163         cgraph_node_remove_callees.
164         * cgraphbuild.c (remove_cgraph_callee_edges): New function.
165         (pass_remove_cgraph_callee_edges): New variable.
166         * passes.c (init_optimization_passes): Add
167         pass_remove_cgraph_callee_edges after early inlining and before all
168         late intraprocedural passes.
169
170         * omp-low.c (expand_omp_taskreg): Always set current_function_decl.
171
172 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
173
174         * config/sparc/sparc.md (*nand<V64mode>_vis, *nand<V32mode>_vis):
175         Fix typos in names.
176
177 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
178
179         * combine.c (simplify_comparison): Use have_insn_for.
180         * dojump.c (do_jump): Likewise.
181
182 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
183
184         * config/sparc/sparc.c (sparc_compare_emitted): Remove.
185         (gen_compare_reg, emit_v9_brxx_insn): Handle MODE_CC
186         sparc_compare_op0 like sparc_compare_emitted used to be handled.
187         (sparc_expand_compare_and_swap_12): Set sparc_compare_op0
188         instead of sparc_compare_emitted.
189         * config/sparc/sparc.h (sparc_compare_emitted): Remove.
190         * config/sparc/sparc.md (stack_protect_test): Set sparc_compare_op0
191         instead of sparc_compare_emitted.
192
193 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
194
195         * bb-reorder.c (partition_hot_cold_basic_blocks): Do not
196         enter/exit cfglayout mode.
197         (pass_partition_block): Require it.
198         * combine.c (find_single_use, reg_dead_at_p): Use CFG.
199         (combine_instructions): Track basic blocks instead of labels.
200         (update_cfg_for_uncondjump): New.
201         (try_combine): Use it.  Update jumps after rescanning.
202         (pass_combine): Require PROP_cfglayout.
203         * passes.c (pass_outof_cfg_layout_mode): Move after regmove.
204
205 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
206
207         * cfglayout.c (pass_into_cfg_layout_mode, pass_outof_cfg_layout_mode):
208         Provide/destroy PROP_cfglayout respectively.
209         * gcse.c (pass_jump_bypass, pass_gcse): Require it.
210         * tree-pass.h (PROP_cfglayout): New.
211
212 2009-03-30  Paolo Bonzini  <bonzini@gnu.org>
213
214         * fold-const.c (const_binop, fold_convert_const_real_from_fixed,
215         fold_convert_const_fixed_from_fixed,
216         fold_convert_const_fixed_from_int,
217         fold_convert_const_fixed_from_real, fold_negate_const): Do not
218         set TREE_CONSTANT_OVERFLOW.
219         * tree.def: Remove mention of TREE_CONSTANT_OVERFLOW.
220         * tree.h (TREE_CONSTANT_OVERFLOW): Delete.
221
222 2009-03-30  Ira Rosen  <irar@il.ibm.com>
223
224         * tree-vect-loop-manip.c: New file.
225         * tree-vectorizer.c: Update documentation and included files.
226         (vect_loop_location): Make extern.
227         (rename_use_op): Move to tree-vect-loop-manip.c
228         (rename_variables_in_bb, rename_variables_in_loop, 
229         slpeel_update_phis_for_duplicate_loop, 
230         slpeel_update_phi_nodes_for_guard1,
231         slpeel_update_phi_nodes_for_guard2, slpeel_make_loop_iterate_ntimes,
232         slpeel_tree_duplicate_loop_to_edge_cfg, slpeel_add_loop_guard,
233         slpeel_can_duplicate_loop_p, slpeel_verify_cfg_after_peeling,
234         set_prologue_iterations, slpeel_tree_peel_loop_to_edge, 
235         find_loop_location): Likewise.
236         (new_stmt_vec_info): Move to tree-vect-stmts.c.
237         (init_stmt_vec_info_vec, free_stmt_vec_info_vec, free_stmt_vec_info,
238         get_vectype_for_scalar_type, vect_is_simple_use,
239         supportable_widening_operation, supportable_narrowing_operation):
240         Likewise.
241         (bb_in_loop_p): Move to tree-vect-loop.c.
242         (new_loop_vec_info, destroy_loop_vec_info, 
243         reduction_code_for_scalar_code, report_vect_op, 
244         vect_is_simple_reduction, vect_is_simple_iv_evolution): Likewise.
245         (vect_can_force_dr_alignment_p): Move to tree-vect-data-refs.c.
246         (vect_supportable_dr_alignment): Likewise.
247         * tree-vectorizer.h (tree-data-ref.h): Include.
248         (vect_loop_location): Declare.
249         Reorganize function declarations according to the new file structure.
250         * tree-vect-loop.c: New file.
251         * tree-vect-analyze.c: Remove. Move functions to tree-vect-data-refs.c, 
252         tree-vect-stmts.c, tree-vect-slp.c, tree-vect-loop.c.
253         * tree-vect-data-refs.c: New file.
254         * tree-vect-patterns.c (timevar.h): Don't include.
255         * tree-vect-stmts.c: New file.
256         * tree-vect-transform.c: Remove. Move functions to tree-vect-stmts.c, 
257         tree-vect-slp.c, tree-vect-loop.c.
258         * Makefile.in (OBJS-common): Remove tree-vect-analyze.o and 
259         tree-vect-transform.o. Add tree-vect-data-refs.o, tree-vect-stmts.o, 
260         tree-vect-loop.o, tree-vect-loop-manip.o, tree-vect-slp.o.
261         (tree-vect-analyze.o): Remove.
262         (tree-vect-transform.o): Likewise.
263         (tree-vect-data-refs.o): Add rule.
264         (tree-vect-stmts.o, tree-vect-loop.o, tree-vect-loop-manip.o, 
265         tree-vect-slp.o): Likewise.
266         (tree-vect-patterns.o): Remove redundant dependencies.
267         (tree-vectorizer.o): Likewise.
268         * tree-vect-slp.c: New file.
269
270 2009-03-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
271
272         * optc-gen.awk: Warn if an option flag has multiple different
273         help strings.
274
275 2009-03-30  Sebastian Pop  <sebastian.pop@amd.com>
276
277         * doc/invoke.texi (-floop-interchange, -floop-strip-mine,
278         -floop-block): Document dependences on PPL, CLooG and Graphite.
279
280 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
281
282         PR rtl-optimization/323
283         * c-common.c (c_fully_fold, convert_and_check,
284         c_common_truthvalue_conversion): Handle EXCESS_PRECISION_EXPR.
285         (c_fully_fold_internal): Disallow EXCESS_PRECISION_EXPR.
286         * c-common.def (EXCESS_PRECISION_EXPR): New.
287         * c-cppbuiltin.c (builtin_define_float_constants): Define
288         constants with enough digits for long double.
289         * c-lex.c (interpret_float): Interpret constant with excess
290         precision where appropriate.
291         * c-opts.c (c_common_post_options): Set
292         flag_excess_precision_cmdline.  Give an error for
293         -fexcess-precision=standard for C++ for processors where the
294         option is significant.
295         * c-parser.c (c_parser_conditional_expression): Handle excess
296         precision in condition.
297         * c-typeck.c (convert_arguments): Handle arguments with excess
298         precision.
299         (build_unary_op): Move excess precision outside operation.
300         (build_conditional_expr): Likewise.
301         (build_compound_expr): Likewise.
302         (build_c_cast): Do cast on operand of EXCESS_PRECISION_EXPR.
303         (build_modify_expr): Handle excess precision in RHS.
304         (convert_for_assignment): Handle excess precision in converted
305         value.
306         (digest_init, output_init_element, process_init_element): Handle
307         excess precision in initializer.
308         (c_finish_return): Handle excess precision in return value.
309         (build_binary_op): Handle excess precision in operands and add
310         excess precision as needed for operation.
311         * common.opt (-fexcess-precision=): New option.
312         * config/i386/i386.h (X87_ENABLE_ARITH, X87_ENABLE_FLOAT): New.
313         * config/i386/i386.md (float<SSEMODEI24:mode><X87MODEF:mode>2):
314         For standard excess precision, output explicit conversion to and
315         truncation from XFmode.
316         (*float<SSEMODEI24:mode><X87MODEF:mode>2_1,
317         *float<SSEMODEI24:mode><X87MODEF:mode>2_i387_with_temp,
318         *float<SSEMODEI24:mode><X87MODEF:mode>2_i387, two unnamed
319         define_splits, floatdi<X87MODEF:mode>2_i387_with_xmm, two unnamed
320         define_splits, *floatunssi<mode>2_1, two unnamed define_splits,
321         floatunssi<mode>2, add<mode>3, sub<mode>3, mul<mode>3, divdf3,
322         divsf3, *fop_<mode>_comm_i387, *fop_<mode>_1_i387,
323         *fop_<MODEF:mode>_2_i387, *fop_<MODEF:mode>_3_i387,
324         *fop_df_4_i387, *fop_df_5_i387, *fop_df_6_i387, two unnamed
325         define_splits, sqrt<mode>2): Disable where appropriate for
326         standard excess precision.
327         * convert.c (convert_to_real): Do not shorten arithmetic to type
328         for which excess precision would be used.
329         * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Define.
330         * doc/invoke.texi (-fexcess-precision=): Document option.
331         (-mfpmath=): Correct index entry.
332         * flags.h (enum excess_precision, flag_excess_precision_cmdline,
333         flag_excess_precision): New.
334         * langhooks.c (lhd_post_options): Set
335         flag_excess_precision_cmdline.
336         * opts.c (common_handle_option): Handle -fexcess-precision=.
337         * toplev.c (flag_excess_precision_cmdline, flag_excess_precision,
338         init_excess_precision): New.
339         (lang_dependent_init_target): Call init_excess_precision.
340         * tree.c (excess_precision_type): New.
341         * tree.h (excess_precision_type): Declare.
342
343 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
344
345         PR c/35235
346         * c-typeck.c (build_component_ref): Do not copy qualifiers from
347         non-lvalue to component.
348
349 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
350
351         PR preprocessor/34695
352         * Makefile.in (c-opts.o): Depend on c-tree.h.
353         * c-common.c: Move down include of diagnostic.h.
354         (done_lexing, c_cpp_error): New.
355         * c-common.h (done_lexing): Declare.
356         * c-decl.c (c_write_global_declarations): Don't check cpp_errors
357         (parse_in).
358         * c-opts.c: Include c-tree.h.
359         (c_common_init_options): Set preprocessor error callback.
360         (c_common_handle_option): Do not set preprocessor
361         inhibit_warnings, warnings_are_errors, warn_system_headers,
362         pedantic_errors or inhibit_warnings flags.
363         (c_common_post_options): Do not check cpp_errors (parse_in).
364         (c_common_finish): Do not output dependencies if there were
365         errors.  Do not check return value of cpp_finish.
366         * c-ppoutput.c (pp_file_change): Set input_location.
367         * c-tree.h (c_cpp_error): Declare.
368         * diagnostic.c (diagnostic_set_info_translated): Also initialize
369         override_column.
370         (diagnostic_build_prefix): Check override_column.
371         * diagnostic.h (diagnostic_info): Add override_column field.
372         (diagnostic_override_column): Define.
373
374 2009-03-28  Paolo Bonzini  <bonzini@gnu.org>
375
376         * c-common.c (c_expand_expr, c_staticp): Remove.
377         * c-common.def (COMPOUND_LITERAL_EXPR): Delete.
378         * c-common.h (emit_local_var, c_staticp, COMPOUND_LITERAL_EXPR_DECL,
379         COMPOUND_LITERAL_EXPR_DECL_EXPR): Remove.
380         * c-gimplify.c (gimplify_compound_literal_expr,
381         optimize_compound_literals_in_ctor): Remove.
382         (c_gimplify_expr): Remove COMPOUND_LITERAL_EXPR handling.
383         * c-objc-common.h (LANG_HOOKS_STATICP): Remove.
384         * c-semantics.c (emit_local_var): Remove.
385
386         * langhooks-def.h (lhd_expand_expr): Remove.
387         * langhooks.c (lhd_expand_expr): Remove.
388         * langhooks.h (LANG_HOOKS_DEF): Remove LANG_HOOKS_EXPAND_EXPR.
389
390         * expr.c (expand_expr_real_1): Move COMPOUND_LITERAL_EXPR
391         handling from c-semantics.c; don't call into langhook.
392         (expand_expr_addr_expr_1): Check that we don't get non-GENERIC trees.
393         * gimplify.c (gimplify_compound_literal_expr,
394         optimize_compound_literals_in_ctor): Move from c-gimplify.c.
395         (gimplify_init_constructor): Call optimize_compound_literals_in_ctor.
396         (gimplify_modify_expr_rhs, gimplify_expr): Handle COMPOUND_LITERAL_EXPR
397         as was done in c-gimplify.c.
398         * tree.c (staticp): Move COMPOUND_LITERAL_EXPR handling from c_staticp.
399         * tree.h (COMPOUND_LITERAL_EXPR_DECL, COMPOUND_LITERAL_EXPR_DECL_EXPR):
400         Move from c-common.h.
401         * tree.def (COMPOUND_LITERAL_EXPR): Move from c-common.def.
402
403         * tree.c (staticp): Do not call langhook.
404         * langhooks.c (lhd_staticp): Delete.
405         * langhooks-def.h (lhd_staticp): Delete prototype.
406         (LANG_HOOKS_STATICP): Delete.
407         (LANG_HOOKS_INITIALIZER): Delete LANG_HOOKS_STATICP.
408
409         * doc/c-tree.texi (Expression nodes): Refer to DECL_EXPRs
410         instead of DECL_STMTs.
411
412 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
413
414         PR c/456
415         PR c/5675
416         PR c/19976
417         PR c/29116
418         PR c/31871
419         PR c/35198
420         * builtins.c (fold_builtin_sincos): Build COMPOUND_EXPR in
421         void_type_node.
422         (fold_call_expr): Return a NOP_EXPR from folding rather than the
423         contained expression.
424         * c-common.c (c_fully_fold, c_fully_fold_internal, c_save_expr): New.
425         (c_common_truthvalue_conversion): Use c_save_expr.  Do not fold
426         conditional expressions for C.
427         (decl_constant_value_for_optimization): Move from
428         decl_constant_value_for_broken_optimization in c-typeck.c.  Check
429         whether optimizing and that the expression is a VAR_DECL not of
430         array type instead of doing such checks in the caller.  Do not
431         check pedantic.  Call gcc_unreachable for C++.
432         * c-common.def (C_MAYBE_CONST_EXPR): New.
433         * c-common.h (c_fully_fold, c_save_expr,
434         decl_constant_value_for_optimization): New prototypes.
435         (C_MAYBE_CONST_EXPR_PRE, C_MAYBE_CONST_EXPR_EXPR,
436         C_MAYBE_CONST_EXPR_INT_OPERANDS, C_MAYBE_CONST_EXPR_NON_CONST,
437         EXPR_INT_CONST_OPERANDS): Define.
438         * c-convert.c (convert): Strip nops from expression.
439         * c-decl.c (groktypename): Take extra parameters expr and
440         expr_const_operands.  Update call to grokdeclarator.
441         (start_decl): Update call to grokdeclarator.  Add statement for
442         expressions used in type of decl.
443         (grokparm): Update call to grokdeclarator.
444         (push_parm_decl): Update call to grokdeclarator.
445         (build_compound_literal): Add parameter non_const and build a
446         C_MAYBE_COSNT_EXPR if applicable.
447         (grokdeclarator): Take extra parameters expr and
448         expr_const_operands.  Track expressions used in declaration
449         specifiers and declarators.  Fold array sizes and track whether
450         they are constant expressions and whether they are integer
451         constant expressions.
452         (parser_xref_tag): Set expr and expr_const_operands fields in
453         return value.
454         (grokfield): Update call to grokdeclarator.
455         (start_function): Update call to grokdeclarator.
456         (build_null_declspecs): Set expr and expr_const_operands fields in
457         return value.
458         (declspecs_add_type): Handle expressions in typeof specifiers.
459         * c-parser.c (c_parser_declspecs): Set expr and
460         expr_const_operands fields for declaration specifiers.
461         (c_parser_enum_specifier): Likewise.
462         (c_parser_struct_or_union_specifier): Likewise.
463         (c_parser_typeof_specifier): Likewise.  Update call to
464         groktypename.  Fold expression as needed.  Return expressions with
465         type instead of adding statements.
466         (c_parser_attributes): Update calls to c_parser_expr_list.
467         (c_parser_statement_after_labels): Fold expression before passing
468         to objc_build_throw_stmt.
469         (c_parser_condition): Fold expression.
470         (c_parser_asm_operands): Fold expression.
471         (c_parser_conditional_expression): Use c_save_expr.  Update call
472         to build_conditional_expr.
473         (c_parser_alignof_expression): Update call to groktypename.
474         (c_parser_postfix_expression): Preserve C_MAYBE_CONST_EXPR as
475         original_code.  Fold expression argument of va_arg.  Create
476         C_MAYBE_CONST_EXPR to preserve side effects of expressions in type
477         argument to va_arg.  Update calls to groktypename.  Fold array
478         index for offsetof.  Verify that first argument to
479         __builtin_choose_expr has integer type.
480         (c_parser_postfix_expression_after_paren_type): Update calls to
481         groktypename and build_compound_literal.  Handle expressions with
482         side effects in type name.
483         (c_parser_postfix_expression_after_primary): Update call to
484         c_parser_expr_list.  Set original_code for calls to
485         __builtin_constant_p.
486         (c_parser_expr_list): Take extra parameter fold_p.  Fold
487         expressions if requested.
488         (c_parser_objc_type_name): Update call to groktypename.
489         (c_parser_objc_synchronized_statement): Fold expression.
490         (c_parser_objc_receiver): Fold expression.
491         (c_parser_objc_keywordexpr): Update call to c_parser_expr_list.
492         (c_parser_omp_clause_num_threads, c_parser_omp_clause_schedule,
493         c_parser_omp_atomic, c_parser_omp_for_loop): Fold expressions.
494         * c-tree.h (CONSTRUCTOR_NON_CONST): Define.
495         (struct c_typespec): Add elements expr and expr_const_operands.
496         (struct c_declspecs): Add elements expr and expr_const_operands.
497         (groktypename, build_conditional_expr, build_compound_literal):
498         Update prototypes.
499         (in_late_binary_op): Declare.
500         * c-typeck.c (note_integer_operands): New function.
501         (in_late_binary_op): New variable.
502         (decl_constant_value_for_broken_optimization): Move to c-common.c
503         and rename to decl_constant_value_for_optimization.
504         (default_function_array_conversion): Do not strip nops.
505         (default_conversion): Do not call
506         decl_constant_value_for_broken_optimization.
507         (build_array_ref): Do not fold result.
508         (c_expr_sizeof_expr): Fold operand.  Use C_MAYBE_CONST_EXPR for
509         result when operand is a VLA.
510         (c_expr_sizeof_type): Update call to groktypename.  Handle
511         expressions included in type name.  Use C_MAYBE_CONST_EXPR for
512         result when operand names a VLA type.
513         (build_function_call): Update call to build_compound_literal.
514         Only fold result for calls to __builtin_* functions.  Strip
515         NOP_EXPR from INTEGER_CST returned from such functions.  Fold
516         the function designator.
517         (convert_arguments): Fold arguments.  Update call to
518         convert_for_assignment.
519         (build_unary_op): Handle increment and decrement of
520         C_MAYBE_CONST_EXPR.  Move lvalue checks for increment and
521         decrement earlier.  Fold operand of increment and decrement.
522         Handle address of C_MAYBE_CONST_EXPR.  Only fold expression being
523         built for integer operand.  Wrap returns that are INTEGER_CSTs
524         without being integer constant expressions or that have integer
525         constant operands without being INTEGER_CSTs.
526         (lvalue_p): Handle C_MAYBE_CONST_EXPR.
527         (build_conditional_expr): Add operand ifexp_bcp.  Track whether
528         result is an integer constant expression or can be used in
529         unevaluated parts of one and avoid folding and wrap as
530         appropriate.  Fold operands before possibly doing -Wsign-compare
531         warnings.
532         (build_compound_expr): Wrap result for C99 if operands can be used
533         in integer constant expressions.
534         (build_c_cast): Update call to digest_init.  Do not ignore
535         overflow from casting floating-point constants to integers.  Wrap
536         results that could be confused with integer constant expressions,
537         null pointer constants or floating-point constants.
538         (c_cast_expr): Update call to groktypename.  Handle expressions
539         included in type name.
540         (build_modify_expr): Handle modifying a C_MAYBE_CONST_EXPR.  Fold
541         lhs inside possible SAVE_EXPR.  Fold RHS before assignment.
542         Update calls to convert_for_assignment.
543         (convert_for_assignment): Take new parameter
544         null_pointer_constant.  Do not strip nops or call
545         decl_constant_value_for_broken_optimization.  Set
546         in_late_binary_op for conversions to boolean.
547         (store_init_value): Update call to digest_init.
548         (digest_init): Take new parameter null_pointer_constant.  Do not
549         call decl_constant_value_for_broken_optimization.  pedwarn for
550         initializers not constant expressions.  Update calls to
551         convert_for_assignment.
552         (constructor_nonconst): New.
553         (struct constructor_stack): Add nonconst element.
554         (really_start_incremental_init, push_init_level, pop_init_level):
555         Handle constructor_nonconst and nonconst element.
556         (set_init_index): Call constant_expression_warning for array
557         designators.
558         (output_init_element): Fold value.  Set constructor_nonconst as
559         applicable.  pedwarn for initializers not constant expressions.
560         Update call to digest_init.  Call constant_expression_warning
561         where constant initializers are required.
562         (process_init_element): Use c_save_expr.
563         (c_finish_goto_ptr): Fold expression.
564         (c_finish_return): Fold return value.  Update call to
565         convert_for_assignment.
566         (c_start_case): Fold switch expression.
567         (c_process_expr_stmt): Fold expression.
568         (c_finish_stmt_expr): Create C_MAYBE_CONST_EXPR as needed to
569         ensure statement expression is not evaluated in constant expression.
570         (build_binary_op): Track whether results are integer constant
571         expressions or may occur in such, disable folding and wrap results
572         as applicable.  Fold operands for -Wsign-compare warnings unless
573         in_late_binary_op.
574         (c_objc_common_truthvalue_conversion): Handle results folded to
575         integer constants that are not integer constant expressions.
576         * doc/extend.texi: Document when typeof operands are evaluated,
577         that condition of __builtin_choose_expr is an integer constant
578         expression, and more about use of __builtin_constant_p in
579         initializers.
580
581 2009-03-29  Richard Guenther  <rguenther@suse.de>
582
583         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Properly
584         propagate addresses of array references.
585
586 2009-03-29  Steven Bosscher  <steven@gcc.gnu.org>
587
588         * regmove.c (perhaps_ends_bb_p): Remove.
589         (optimize_reg_copy_1): Don't call perhaps_ends_bb_p.  Get basic block
590         from INSN and check that the main loop stays within that basic block.
591         (optimize_reg_copy_1, optimize_reg_copy_3, fixup_match_2): Likewise.
592         (regmove_forward_pass): Split out from regmove_optimize.  Use
593         FOR_EACH_BB and FOR_BB_INSNS instead of traversing the insns stream.
594         (regmove_backward_pass): Split out from regmove_optimize.  Use
595         FOR_EACH_BB_REVERSE and FOR_BB_INSNS_REVERS_SAFE.
596         (regmove_optimize): Simplify.
597
598 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
599
600         PR target/39545
601         * config/i386/i386.c (classify_argument): Ignore flexible array
602         member in struct and warn ABI change.
603
604 2009-03-29  H.J. Lu  <hongjiu.lu@intel.com>
605
606         * config/i386/i386-protos.h (ix86_agi_dependent): New.
607
608         * config/i386/i386.c (ix86_agi_dependent): Rewrite.
609         (ix86_adjust_cost): Updated.
610
611 2009-03-29  Jan Hubicka  <jh@suse.cz>
612
613         PR middle-end/28850
614         * tree-pass.h (pass_cleanup_eh): New function.
615         (remove_unreachable_regions): Break code handling RTL
616         to rtl_remove_unreachable_regions; remove ERT_MUST_NOT_THROW
617         that can not be reached by runtime.
618         (can_be_reached_by_runtime): New function.
619         (label_to_region_map): New function.
620         (num_eh_regions): New function.
621         (rtl_remove_unreachable_regions): New function.
622         (convert_from_eh_region_ranges): Call rtl_remove_unreachable_regions.
623         (remove_eh_region): New function.
624         * except.h: Include sbitmap and vecprim.
625         (remove_eh_region, remove_unreachable_regions, label_to_region_map,
626         num_eh_regions): Declare.
627         * passes.c (init_optimization_passes): Schedule cleanup_eh.
628         * Makefile.in (EXCEPT_H): New; replace all uses of except.h by it.
629         * tree-eh.c (tree_remove_unreachable_handlers): New function.
630         (tree_empty_eh_handler_p): New function.
631         (cleanup_empty_eh): New function.
632         (cleanup_eh): New function.
633         (pass_cleanup_eh): New function.
634
635 2009-03-29  Jan Hubicka  <jh@suse.cz>
636
637         * except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready
638         for removed regions.
639
640 2009-03-29  Jan Hubicka  <jh@suse.cz>
641
642         * except.c (dump_eh_tree): Dump all datastructures.
643
644 2009-03-29  Jan Hubicka  <jh@suse.cz>
645
646         * except.c (duplicate_eh_regions_0): Handle AKA bitmap.
647         (duplicate_eh_regions_1): Likewise.
648         (duplicate_eh_regions): Likewise; cleanup code gorwing the region
649         vector; call EH verification.
650         (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
651         Be ready for region being removed.
652
653 2009-03-29  Jan Hubicka  <jh@suse.cz>
654
655         * bitmap.c (bitmap_last_set_bit): New function.
656         * bitmap.h (bitmap_last_set_bit): Declare.
657
658 2009-03-29  David Ayers  <ayers@fsfe.org>
659
660         PR objc/27377
661         * c-typeck.c (build_conditional_expr): Emit ObjC warnings
662         by calling objc_compare_types and surpress warnings about
663         incompatible C pointers that are compatible ObjC pointers.
664         
665 2009-03-29  Adam Nemet  <anemet@caviumnetworks.com>
666
667         * cgraphbuild.c (build_cgraph_edges, rebuild_cgraph_edges): Don't
668         call initialize_inline_failed.
669         (initialize_inline_failed): Move it from here ...
670         * cgraph.c (initialize_inline_failed): ... to here.
671         (cgraph_create_edge): Call initialize_inline_failed rather than
672         setting inline_failed directly.
673
674 2009-03-29  Ben Elliston  <bje@au.ibm.com>
675
676         PR target/32542
677         * sysv4.opt (msdata): Improve comment.
678         * linux64.h (ASM_SPEC32): Do not pass -memb when -msdata is given.
679         * sysv4.h (SVR4_ASM_SPEC): Likewise.
680
681 2009-03-29  Ben Elliston  <bje@au.ibm.com>
682
683         PR target/30451
684         * config/rs6000/rs6000.md (*movti_ppc64): Correct the order of
685         load and store attributes.
686
687 2009-03-29  Ben Elliston  <bje@au.ibm.com>
688
689         * config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_HUGE_VALQ.
690         (ix86_init_builtins): Add built-in function __builtin_huge_valq.
691         (ix86_expand_builtin): Handle IX86_BUILTIN_HUGE_VALQ.
692         * doc/extend.texi (X86 Built-in Functions): Add index entries for
693         __builtin_infq and __builtin_huge_valq.
694
695 2009-03-28  Anatoly Sokolov  <aesok@post.ru>
696
697         * config/avr/avr.c (avr_mcu_t): Add atmega8c1, atmega16c1 and
698         atmega8m1 devices.
699         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
700         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.)
701
702 2009-03-28  Xinliang David Li  <davidxl@google.com>
703
704         * tree-ssa-ccp.c (ccp_finalize): Add dbg_count support. 
705         (do_dbg_cnt): New function.
706
707 2009-03-28  Jan Hubicka  <jh@suse.cz>
708
709         Merge from pretty-ipa:
710
711         2009-03-27  Jan Hubicka  <jh@suse.cz>
712
713         * cgraph.c (dump_cgraph_node): Add replace output flag by process.
714         * tree-pass.h (function_called_by_processed_nodes_p): Declare.
715         * passes.c (function_called_by_processed_nodes_p): New.
716         * ipa-pure-const.c (check_call): Fix handling of operands.
717         (analyze_function): Dump debug output for skipped bodies.
718         (local_pure_const): Use function_called_by_processed_nodes_p.
719         * dwarf2out.c (reference_to_unused): Use output.
720         * passes.c (do_per_function_toporder): Likewise.
721
722         2008-11-12  Jan Hubicka  <jh@suse.cz>
723
724         * tree-pass.h (pass_fixup_cfg, pass_local_pure_const): Declare.
725         * ipa-pure-const.c (funct_state_d): Add can throw field; make
726         state_set_in_source enum
727         (check_decl): Ignore memory tags; do not set fake looping flags;
728         dump diagnostics.
729         (check_operand, check_tree, check_rhs_var, check_lhs_var,
730         get_asm_expr_operands, scan_function_op, scan_function_stmt): Remove.
731         (check_call, analyze_function): Rewrite.
732         (check_stmt): New.
733         (add_new_function): Update call of analyze_function.
734         (generate_summary): Add call of analyze_function.
735         (propagate): Propagate can_throw; handle state_set_in_source correctly.
736         (local_pure_const): New function.
737         (pass_local_pure_const): New pass.
738         * ipa-inline.c (inline_transform): Set after_inlining.
739         * tree-eh.c (stmt_can_throw_external): New.
740         * tree-optimize.c (execute_fixup_cfg): Do not set after_inlining;
741         work with aliasing built.
742         * tree-flow.h (stmt_can_throw_external): New.
743         * passes.c (init_optimization_passes): Schedule fixup_cfg pass early;
744         and local pure/const pass in early and late optimization queue.
745
746 2009-03-28  Martin Jambor  <mjambor@suse.cz>
747
748         * fold-const.c (get_pointer_modulus_and_residue): New parameter
749         allow_func_align.
750         (fold_binary): Allow function decl aligment consideration is the
751         second argument is integer constant one.
752         * tree-ssa-forwprop.c (simplify_bitwise_and): New function.
753         (tree_ssa_forward_propagate_single_use_vars): Handle assing statements
754         with BIT_AND_EXPR on the RHS by calling simplify_bitwise_and.
755
756 2009-03-28  Jan Hubicka  <jh@suse.cz>
757
758         * dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrow
759         * tree-eh.c (stmt_could_throw_p): Remove check for WEAK decls.
760         * function.h (rtl_data): Add nothrow flag.
761         * except.c (set_nothrow_function_flags): Use crtl->nothrow;
762         set DECL_NOTHROW for AVAILABLE functions.
763
764 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
765
766         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If macro
767         following vector keyword has expansion starting with pixel or bool
768         keyword, expand vector to __vector and pixel or bool to __pixel or
769         __bool.
770
771         PR c++/39554
772         * opts.c (warning_disallowed_functions, warn_disallowed_functions,
773         warn_if_disallowed_function_p): Removed.
774         (common_handle_option): Don't handle OPT_Wdisallowed_function_list_.
775         * c-parser.c (c_parser_postfix_expression_after_primary): Don't call
776         warning_if_disallowed_function_p.
777         * flags.h (warn_if_disallowed_function_p,
778         warn_disallowed_functions): Removed.
779         * common.opt (Wdisallowed-function-list=): Removed.
780         * doc/invoke.texi (-Wdisallowed-function-list=): Removed.
781
782 2009-03-28  Richard Guenther  <rguenther@suse.de>
783
784         PR tree-optimization/38723
785         * tree-ssa-pre.c (compute_avail): Add all default definitions to
786         the entry block.
787
788 2009-03-28  Jan Hubicka  <jh@suse.cz>
789
790         * tree-ssa-structalias.c (ipa_pta_execute): Fix bogus node->analyzed
791         test introduced by my previous patch.
792
793 2009-03-28  Richard Guenther  <rguenther@suse.de>
794
795         * tree-ssa-copy.c (copy_prop_visit_phi_node): Do not leave
796         the PHIs value undefined.
797
798 2009-03-28  Jan Hubicka  <jh@suse.cz>
799
800         * tree-pass.h (pass_fixup_cfg): New pass.
801         * ipa-inline.c (inline_transform): Set
802         always_inline_functions_inlined/after_inlining.
803         * tree-optimize.c (execute_fixup_cfg): Do not set them here.
804         (pass_fixup_cfg): New pass.
805         * passes.c (init_optimization_passes): Add fixup_cfg.
806
807 2009-03-28  Richard Guenther  <rguenther@suse.de>
808
809         PR tree-optimization/38458
810         * tree-ssa-copy.c (copy_prop_visit_phi_node): For the first
811         argument use the arguments copy-of value.
812
813 2009-03-28  Richard Guenther  <rguenther@suse.de>
814
815         PR tree-optimization/38180
816         * tree-ssa-ccp.c (get_default_value): Simplify.
817         (likely_value): Likewise.
818         (surely_varying_stmt_p): Properly handle VOP case.
819         (ccp_initialize): Likewise.
820         (ccp_fold): Handle propagating through *&.
821         (fold_const_aggregate_ref): Also handle decls.
822
823 2009-03-28  Jan Hubicka  <jh@suse.cz>
824
825         * cgraph.c (dump_cgraph_node): Add replace output flag by process.
826         * cgraph.h (cgraph_node): Likewise.
827         * cgraphunit.c (cgraph_process_new_functions): Set process flag.
828         (cgraph_reset_node): Use process flag.
829         (cgraph_mark_functions_to_output): Likewise.
830         (cgraph_expand_function): Likewise.
831         (cgraph_expand_all_functions): Likewise.
832         (cgraph_output_in_order): Likewise.
833         * dwarf2out.c (reference_to_unused): Likewise.
834         * passes.c do_per_function_toporder): Likewise.
835
836 2009-03-28  Jan Hubicka  <jh@suse.cz>
837
838         Bring from lto-branch:
839
840         2008-09-03  Doug Kwan  <dougkwan@google.com>
841
842         * cgraphbuild.c (initialize_inline_failed): Use cgraph_inline_failed_t
843         enums instead of reason strings.
844         * cgraph.c (cgraph_create_edge): Same.
845         (cgraph_inline_failed_string): New function.
846         * cgraph.h (cgraph_inline_failed_t): New enum type.
847         (cgraph_inline_failed_string): New prototype.
848         (struct cgraph_edge): Change type of INLINED_FAILED from constant
849         char pointer to cgraph_inline_failed_t.
850         (cgraph_inline_p): Adjust prototype to use cgraph_inline_failed_t.
851         (cgraph_default_inline_p): Ditto.
852         * gcc/cgraphunit.c (cgraph_inline_p): Change type of parameter REASON
853         to cgraph_inline_failed_t pointer.
854         * cif-code.def: New file.
855         * ipa-inline.c (cgraph_mark_inline_edge): Use an enum instead of a
856         reason string.
857         (cgraph_check_inline_limits): Change type of REASON to pointer to
858         cgraph_inline_failed_t.  Replace reason strings with enums.
859         (cgraph_default_inline_p): Ditto.
860         (cgraph_recursive_inlining_p): Ditto.
861         (update_caller_keys): Change type of FAILED_REASON to
862         cgraph_inline_failed_t.
863         (cgraph_set_inline_failed): Change type of REASON to pointer to
864         cgraph_inline_failed_t.  Call cgraph_inline_failed_string to
865         convert enums to strings for text output.
866         (cgraph_decide_inlining_of_small_function): Change FAILED_REASON
867         to be of type cgraph_inline_failed_t.  Replace reason strings with
868         enums.  Call cgraph_inline_failed_string to covert enums
869         to strings for text output.
870         (cgraph_decide_inlining): Replace reason strings with enums.
871         (cgraph_decide_inlining_incrementally): Change type of FAILED_REASON
872         to cgraph_inline_failed_t type.  Call cgraph_inline_failed_string
873         for text output.
874         * tree-inline.c (expand_call_inline): Change type of REASON
875         to cgraph_inline_failed_t.  Replace reason strings with enums.
876         Call cgraph_inline_failed_string for text output.
877         * Makefile.in (CGRAPH_H): Add cif-code.def to dependencies.
878         (cgraph.o): Ditto.
879
880 2009-03-28  Jan Hubicka  <jh@suse.cz>
881
882         * cgraph.c (cgraph_node, cgraph_remove_node, dump_cgraph_node,
883         cgraph_clone_node): Remove master clone handling.
884         (cgraph_is_master_clone, cgraph_master_clone): Remove.
885         * cgraph.h (master_clone): Remove.
886         (cgraph_is_master_clone, cgraph_master_clone): Remove.
887         * ipa-type-escape.c (type_escape_execute): Remove use of master clone.
888         (tree-ssa-structalias.c (ipa_pta_execute): Likewise.
889
890 2009-03-28  Jan Hubicka  <jh@suse.cz>
891
892         * cgraph.c (cgraph_function_body_availability): Functions declared
893         inline are always safe to assume that it is not going to be replaced.
894
895 2009-03-28  Richard Guenther  <rguenther@suse.de>
896
897         PR tree-optimization/38513
898         * tree-ssa-pre.c (eliminate): Remove redundant stores.
899         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
900         EXC_PTR_EXPR and FILTER_EXPR.
901         (get_ref_from_reference_ops): Likewise.
902
903 2009-03-28  Richard Guenther  <rguenther@suse.de>
904
905         PR tree-optimization/38968
906         * tree-vect-analyze.c (vect_compute_data_ref_alignment):
907         Use FLOOR_MOD_EXPR to compute misalignment.
908
909 2009-03-28  Richard Guenther  <rguenther@suse.de>
910
911         PR tree-optimization/37795
912         * tree.h (combine_comparisons): Declare.
913         * fold-const.c (combine_comparisons): Export.
914         * tree-ssa-ifcombine.c (ifcombine_ifandif): Optimize two successive
915         comparisons.
916         (ifcombine_iforif): Use combine_comparisons.
917
918 2009-03-28  Jan Hubicka  <jh@suse.cz>
919
920         * tree-eh.c (inlinable_call_p): New function.
921         (make_eh_edges): Use it.
922         (verify_eh_edges): Use it.
923         (stmt_can_throw_external, stmt_can_throw_internal): Use it.
924         * except.c (reachable_next_level): Add inlinable_function argument
925         (sjlj_find_directly_reachable_regions): Update.
926         (add_reachable_handler): Do not set saw_any_handlers.
927         (reachable_next_level): Handle MUST_NOT_THROW more curefully.
928         (foreach_reachable_handler, can_throw_internal_1, can_throw_external_1):
929         Add new inlinable call parameter.
930         (can_throw_internal, can_throw_external): Update.
931         * except.h (can_throw_internal_1, can_throw_external_1,
932         foreach_reachable_handler): Update declaration.
933
934 2009-03-28  Joseph Myers  <joseph@codesourcery.com>
935
936         * config/arm/t-arm-coff, config/h8300/coff.h,
937         config/i386/i386-aout.h, config/i386/i386-coff.h,
938         config/libgloss.h, config/m68k/coff.h, config/m68k/m68k-aout.h,
939         config/pdp11/2bsd.h, config/rs6000/aix41.h,
940         config/rs6000/aix41.opt, config/rs6000/t-newas, config/sh/coff.h,
941         fix-header.c, fixproto, gen-protos.c, protoize.c, scan-decls.c,
942         scan-types.sh, scan.c, scan.h, sort-protos, sys-protos.h,
943         sys-types.h: Remove.
944         * Makefile.in: Remove protoize and fixproto support and references
945         in comments.
946         (SYSCALLS.c.X-warn, TARGET_GETGROUPS_T, STMP_FIXPROTO,
947         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, FIXPROTO_DEFINES):
948         Remove.
949         (ALL_HOST_OBJS): Remove $(PROTO_OBJS).
950         (MOSTLYCLEANFILES): Remove protoize$(exeext) and
951         unprotoize$(exeext).
952         (rest.encap): Don't depend on $(STMP_FIXPROTO)
953         (.PHONY): Don't depend on proto.
954         (libgcc-support): Don't depend on $(STMP_FIXPROTO).
955         (proto, PROTO_OBJS, protoize$(exeext), unprotoize$(exeext),
956         protoize.o, unprotoize.o, SYSCALLS.c.X, test-protoize-simple,
957         deduced.h, GEN_PROTOS_OBJS, build/gen-protos$(build_exeext),
958         build/gen-protos.o, build/scan.o, xsys-protos.h,
959         build/fix-header$(build_exeext), build/fix-header.o,
960         build/scan-decls.o, fixhdr.ready, stmp-fixproto,
961         stmp-install-fixproto): Remove.
962         (mostlyclean): Don't remove xsys-protos.hT, SYSCALLS.c.X,
963         SYSCALLS.c or fixproto files.
964         (install-common): Don't install protoize.
965         (install-headers-tar, install-headers-cpio, install-headers-cp):
966         Don't depend on $(STMP_FIXPROTO).
967         (install-mkheaders): Don't depend on $(STMP_FIXPROTO).  Don't
968         install fixproto files or write out fixproto settings.
969         (uninstall): Don't uninstall protoize.
970         * config.gcc (use_fixproto): Remove.
971         (arm-*-coff*, armel-*-coff*, h8300-*-*, i[34567]86-*-aout*,
972         i[34567]86-*-coff*, m68k-*-aout*, m68k-*-coff*, pdp11-*-bsd,
973         rs6000-ibm-aix4.[12]*, powerpc-ibm-aix4.[12]*, sh-*-*): Remove.
974         * config/m32r/t-linux (STMP_FIXPROTO): Remove.
975         * config/m68k/m68k.c: Remove M68K_TARGET_COFF-conditional code.
976         * config/mips/t-iris (FIXPROTO_DEFINES): Remove.
977         * config/pa/t-pa-hpux (FIXPROTO_DEFINES): Remove.
978         * config/pdp11/pdp11.c: Remove TWO_BSD-conditional code.
979         * config/t-svr4 (FIXPROTO_DEFINES): Remove.
980         * config/t-vxworks (STMP_FIXPROTO): Remove.
981         * configure.ac (AC_TYPE_GETGROUPS, TARGET_GETGROUPS_T,
982         STMP_FIXPROTO): Remove.
983         * config.in, configure: Regenerate.
984         * crtstuff.c (gid_t, uid_t): Don't undefine.
985         * doc/install.texi: Change m68k-coff to m68k-elf in example.
986         (arm-*-coff, arm-*-aout: Remove target entries.
987         (*-ibm-aix*): Mention removal of support for AIX 4.2 and older.
988         Remove mention of AIX 4.1.
989         (m68k-*-*): Remove mention of m68k-*-aout and m68k-*-coff*.
990         * doc/invoke.texi (Running Protoize): Remove.
991         * doc/trouble.texi (Actual Bugs): Remove mention of fixproto.
992         (Protoize Caveats): Remove.
993         * tsystem.h: Update comments on headers assumed to exist.
994
995 2009-03-27  Vladimir Makarov  <vmakarov@redhat.com>
996
997         * genautomata.c: Add a new year to the copyright.  Add a new
998         reference.
999         (struct insn_reserv_decl): Add comments for member bypass_list.
1000         (find_bypass): Remove.
1001         (insert_bypass): New.
1002         (process_decls): Use insert_bypass.
1003         (output_internal_insn_latency_func): Output all bypasses with the
1004         same input insn in one switch case.
1005
1006         * rtl.def (define_bypass): Describe bypass choice.
1007         * doc/md.texi (define_bypass): Ditto.
1008
1009 2009-03-27  Richard Guenther  <rguenther@suse.de>
1010
1011         * gimplify.c (mark_addressable): Export.
1012         * tree-flow.h (mark_addressable): Declare.
1013         * tree-ssa-loop-manip.c (create_iv): Mark the base addressable.
1014         * tree-ssa.c (verify_phi_args): Verify that address taken
1015         variables have TREE_ADDRESSABLE set.
1016
1017 2009-03-27  Richard Guenther  <rguenther@suse.de>
1018
1019         * fold-const.c (build_fold_addr_expr_with_type_1): Rename back to ...
1020         (build_fold_addr_expr_with_type): ... this.  Remove in_fold handling.
1021         Do not mark decls TREE_ADDRESSABLE.
1022         (build_fold_addr_expr): Adjust.
1023         (fold_addr_expr): Remove.
1024         (fold_unary): Use build_fold_addr_expr.
1025         (fold_comparison): Likewise.
1026         (split_address_to_core_and_offset): Likewise.
1027         * coverage.c (tree_coverage_counter_addr): Mark the array decl
1028         TREE_ADDRESSABLE.
1029         * gimplify.c (mark_addressable): Do not exclude RESULT_DECLs.
1030         (gimplify_modify_expr_to_memcpy): Mark source and destination
1031         addressable.
1032         * omp-low.c (create_omp_child_function): Mark the object decl
1033         TREE_ADDRESSABLE.
1034         (lower_rec_input_clauses): Mark the var we take the address of
1035         TREE_ADDRESSABLE.
1036         (lower_omp_taskreg): Mark the sender decl TREE_ADDRESSABLE.
1037
1038 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1039
1040         PR middle-end/39315
1041         * cfgexpand.c (expand_one_stack_var_at): Change alignment
1042         limit to MAX_SUPPORTED_STACK_ALIGNMENT.
1043
1044 2009-03-27  Richard Guenther  <rguenther@suse.de>
1045
1046         PR tree-optimization/39120
1047         * tree-ssa-structalias.c (handle_rhs_call): Fill out return
1048         constraints.
1049         (handle_lhs_call): Process return constraints.  Add escape
1050         constraints if necessary.
1051         (handle_const_call): Fill out return constraints.  Make nested
1052         case more precise.  Avoid consttmp if possible.
1053         (handle_pure_call): Fill out return constraints.  Avoid
1054         callused if possible.
1055         (find_func_aliases): Simplify call handling.
1056
1057 2009-03-27  Richard Guenther  <rguenther@suse.de>
1058
1059         PR tree-optimization/39120
1060         * tree-ssa-structalias.c (do_sd_constraint): Do not use CALLUSED
1061         as a representative.
1062         (solve_graph): Do propagate CALLUSED.
1063         (handle_pure_call): Use a scalar constraint from CALLUSED for
1064         the return value.
1065         (find_what_p_points_to): CALLUSED shall not appear in poins-to
1066         solutions.
1067
1068 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1069
1070         PR c/39323
1071         * c-common.c (handle_aligned_attribute): Properly check alignment
1072         overflow.  Use (1U << i) instead of (1 << i).
1073
1074         * emit-rtl.c (get_mem_align_offset): Use "unsigned int" for align.
1075
1076         * expr.h (get_mem_align_offset): Updated.
1077
1078         * tree.h (tree_decl_common): Change align to "unsigned int" and
1079         move it before pointer_alias_set.
1080
1081 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1082             Jakub Jelinek  <jakub@redhat.com>
1083
1084         PR target/38034
1085         * config/ia64/sync.md (cmpxchg_rel_<mode>): Replace input
1086         gr_register_operand with gr_reg_or_0_operand.
1087         (cmpxchg_rel_di): Likewise.
1088         (sync_lock_test_and_set<mode>): Likewise.
1089
1090 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1091
1092         * jump.c (rtx_renumbered_equal_p): Use subreg_get_info.
1093         (true_regnum): Likewise.
1094
1095         * rtlanal.c (subreg_info): Moved to ...
1096         * rtl.h (subreg_info): Here.  New.
1097         (subreg_get_info): New.
1098
1099         * rtlanal.c (subreg_get_info): Make it extern.
1100
1101 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1102
1103         PR target/39472
1104         * config/i386/i386.c (ix86_abi): New.
1105         (override_options): Handle -mabi=.
1106         (ix86_function_arg_regno_p): Replace DEFAULT_ABI with ix86_abi.
1107         (ix86_call_abi_override): Likewise.
1108         (init_cumulative_args): Likewise.
1109         (function_arg_advance): Likewise.
1110         (function_arg_64): Likewise.
1111         (function_arg): Likewise.
1112         (ix86_pass_by_reference): Likewise.
1113         (ix86_function_value_regno_p): Likewise.
1114         (ix86_build_builtin_va_list_abi): Likewise.
1115         (setup_incoming_varargs_64): Likewise.
1116         (is_va_list_char_pointer): Likewise.
1117         (ix86_init_machine_status): Likewise.
1118         (ix86_reg_parm_stack_space): Use enum calling_abi on call_abi.
1119         (ix86_function_type_abi): Return enum calling_abi.  Rewrite
1120         for 64bit.  Replace DEFAULT_ABI with ix86_abi.
1121         (ix86_function_abi): Make it static and return enum calling_abi.
1122         (ix86_cfun_abi): Return enum calling_abi.  Replace DEFAULT_ABI
1123         with ix86_abi.
1124         (ix86_fn_abi_va_list): Updated.
1125
1126         * config/i386/i386.h (ix86_abi): New.
1127         (STACK_BOUNDARY): Replace DEFAULT_ABI with ix86_abi.
1128         (CONDITIONAL_REGISTER_USAGE): Likewise.
1129         (CUMULATIVE_ARGS): Change call_abi type to enum calling_abi.
1130         (machine_function): Likewise.
1131
1132         * config/i386/i386.md (untyped_call): Replace DEFAULT_ABI
1133         with ix86_abi.
1134         * config/i386/cygming.h (TARGET_64BIT_MS_ABI): Likewise.
1135         (STACK_BOUNDARY): Likewise.
1136         * config/i386/mingw32.h (EXTRA_OS_CPP_BUILTINS): Likewise.
1137
1138         * config/i386/i386.opt (mabi=): New.
1139
1140         * config/i386/i386-protos.h (ix86_cfun_abi): Changed to
1141         return enum calling_abi.
1142         (ix86_function_type_abi): Likewise.
1143         (ix86_function_abi): Removed.
1144
1145         * doc/invoke.texi: Document -mabi= option for x86.
1146
1147 2009-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1148
1149         * builtins.c (real_dconstp): Delete.
1150         (fold_builtin_logarithm): Remove inaccurate log(e) special case.
1151
1152 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
1153             Jakub Jelinek  <jakub@redhat.com>
1154
1155         PR debug/37959
1156         * dwarf2out.c (dwarf_attr_name): Handle DW_AT_explicit attribute.
1157         (gen_subprogram_die): When a function is explicit, generate the
1158         DW_AT_explicit attribute.
1159         * langhooks.h (struct lang_hooks_for_decls): Add
1160         function_decl_explicit_p langhook.
1161         * langhooks-def.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
1162         (LANG_HOOKS_DECLS): Add LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P.
1163
1164 2009-03-27  Jakub Jelinek  <jakub@redhat.com>
1165
1166         * builtins.c (fold_builtin_memory_op): Optimize memmove
1167         into memcpy if we can prove source and destination don't overlap.
1168
1169         * tree-inline.c: Include gt-tree-inline.h.
1170         (clone_fn_id_num): New variable.
1171         (clone_function_name): New function.
1172         (tree_function_versioning): Use it.
1173         * Makefile.in (GTFILES): Add tree-inline.c.
1174
1175 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
1176
1177         * BASE-VER: Change to 4.5.0.
1178
1179 2009-03-27  Xinliang David Li  <davidxl@google.com>
1180
1181         PR tree-optimization/39557
1182         * tree-ssa.c (warn_uninitialized_vars): free postdom info.
1183
1184 2009-03-27  Xinliang David Li  <davidxl@google.com>
1185
1186         PR tree-optimization/39548
1187         * tree-ssa-copy.c (copy_prop_visit_phi_node): Add copy 
1188         candidate check.
1189
1190 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1191
1192         * c-common.c (pointer_int_sum): Use %wd on return from
1193         tree_low_cst.
1194
1195 2009-03-27  H.J. Lu  <hongjiu.lu@intel.com>
1196
1197         * c-common.c (pointer_int_sum): Use HOST_WIDE_INT_PRINT_DEC
1198         on return from tree_low_cst.
1199
1200 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1201
1202         PR c++/36799
1203         * ginclude/stdarg.h (va_copy): Define also for
1204         __GXX_EXPERIMENTAL_CXX0X__.
1205
1206 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1207
1208         PR c++/35652
1209         * builtins.h (c_strlen): Do not warn here.
1210         * c-typeck.c (build_binary_op): Adjust calls to pointer_int_sum.
1211         * c-common.c (pointer_int_sum): Take an explicit location.
1212         Warn about offsets out of bounds.
1213         * c-common.h (pointer_int_sum): Adjust declaration.
1214
1215 2009-03-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1216
1217         * doc/invoke.texi (i386 and x86-64 Windows Options): Fix texinfo
1218         markup glitch.
1219
1220 2009-03-26  Jakub Jelinek  <jakub@redhat.com>
1221
1222         PR c++/39554
1223         * opts.c (warn_if_disallowed_function_p): Don't assume
1224         get_callee_fndecl must return non-NULL.
1225
1226 2009-03-26  Vladimir Makarov  <vmakarov@redhat.com>
1227
1228         PR rtl-optimization/39522
1229         * reload1.c (reload_as_needed): Invalidate reg_last_reload_reg too
1230         when reg_reloaded_valid is set.
1231
1232 2009-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1233
1234         * config/spu/divv2df3.c: New file.
1235         * config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Add it.
1236         (DPBIT_FUNCS): Filter out _div_df.
1237
1238 2009-03-26  Bernd Schmidt  <bernd.schmidt@analog.com>
1239
1240         * config/bfin/bfin.c (bfin_optimize_loop): If the LSETUP goes before
1241         a jump insn, count that jump in the distance to the loop start.
1242
1243 2009-03-25  Kaz Kojima  <kkojima@gcc.gnu.org>
1244
1245         PR target/39523
1246         * config/sh/sh.c (calc_live_regs): Fix condition for global
1247         registers except PIC_OFFSET_TABLE_REGNUM.
1248
1249 2009-03-25  Kai Tietz  <kai.tietz@onevision.com>
1250
1251         PR/39518
1252         * doc/invoke.texi (-mconsole): New.
1253         (-mcygwin): New.
1254         (-mno-cygwin): New.
1255         (-mdll): New.
1256         (-mnop-fun-dllimport): New.
1257         (-mthread): New.
1258         (-mwin32): New.
1259         (-mwindows): New.
1260         (sub section "i386 and x86-64 Windows Options"): New.
1261
1262 2009-03-25  Ralf Corsépius <ralf.corsepius@rtems.org>
1263
1264         * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
1265         * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
1266
1267 2009-03-25  Richard Guenther  <rguenther@suse.de>
1268
1269         PR middle-end/39497
1270         * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
1271         of -Wno-error.
1272
1273 2009-03-25  Andrey Belevantsev  <abel@ispras.ru>
1274
1275         * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
1276         neither of haifa/selective schedulers are working.
1277
1278 2009-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1279
1280         * doc/invoke.texi (Debugging Options): Fix description of
1281         -fno-merge-debug-strings.
1282
1283 2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
1284
1285         * config/cris/libgcc.ver: New version-script.
1286         * config/cris/t-linux (SHLIB_MAPFILES): Use it.
1287
1288         * configure.ac <GAS features, nop mnemonic>: Add pattern
1289         crisv32-*-* for "nop".
1290         <GAS features, Thread-local storage>: Add item for CRIS and CRIS v32.
1291         * configure: Regenerate.
1292
1293 2009-03-24  Ira Rosen  <irar@il.ibm.com>
1294
1295         PR tree-optimization/39529
1296         * tree-vect-transform.c (vect_create_data_ref_ptr): Call
1297         mark_sym_for_renaming for the tag copied to the new vector
1298         pointer.
1299
1300 2009-03-24  Arthur Loiret  <aloiret@debian.org>
1301
1302         * config.host (alpha*-*-linux*): Use driver-alpha.o and alpha/x-alpha.
1303         * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
1304         EXTRA_SPEC_FUNCTIONS.
1305         (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
1306         * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
1307         * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
1308         -march and -mtune options.
1309
1310 2009-03-24  Ralf Corsépius <ralf.corsepius@rtems.org>
1311
1312         * config/m68k/t-rtems: Add m5329 multilib.
1313
1314 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
1315             Jakub Jelinek  <jakub@redhat.com>
1316
1317         PR debug/39524
1318         * dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
1319         nodes.
1320
1321 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1322
1323         PR c/39495
1324         * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
1325         instead of c_parser_expression_conv, if original_code isn't one of the
1326         4 allowed comparison codes, fail.
1327
1328 2009-03-23  Richard Guenther  <rguenther@suse.de>
1329
1330         * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
1331         * tree.h (struct tree_type): Likewise.
1332         * reload.h (struct insn_chain): Likewise.
1333         * dwarf2out.c (struct dw_loc_descr_struct): Likewise.
1334         * function.h (struct function): Likewise.
1335         * tree-ssa-structalias.c (struct equiv_class_label): Likewise.
1336
1337 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1338
1339         PR tree-optimization/39516
1340         * lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.
1341
1342 2009-03-23 Bingfeng Mei  <bmei@broadcom.com>
1343
1344         * config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint 
1345         should be set true if BITS_PER_WORD of target is bigger than 32
1346
1347 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
1348
1349         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
1350         Translate -B-options to -rpath-link.  Correct existing
1351         rpath-link and conditionalize on !nostdlib.
1352
1353 2009-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1354
1355         * doc/extend.texi (Function Attributes, Variable Attributes):
1356         Fix typos.
1357         * doc/invoke.texi (Debugging Options, Optimize Options)
1358         (i386 and x86-64 Options, MCore Options): Likewise.
1359
1360 2009-03-20  Jakub Jelinek  <jakub@redhat.com>
1361
1362         PR debug/37890
1363         * dwarf2out.c (gen_namespace_die): Add context_die argument and use
1364         it for block local namespace aliases.
1365         (gen_decl_die): Pass context_die to gen_namespace_die.
1366
1367 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1368
1369         PR c/39495
1370         * c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
1371         minimum or maximum value.
1372
1373 2009-03-19  Alexandre Oliva  <aoliva@redhat.com>
1374
1375         * reginfo.c (globalize_reg): Recompute derived reg sets.
1376
1377 2009-03-19  Ozkan Sezer <sezeroz@gmail.com>
1378
1379         PR target/39063
1380         * libgcc2.c (mprotect): Do not use signed arguments for
1381         VirtualProtect, use DWORD arguments.  Also fix the 'may
1382         be used uninitialized' warning for the np variable.
1383
1384 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1385
1386         PR target/39496
1387         * config/i386/i386.c (ix86_function_regparm): Don't optimize local
1388         functions using regparm calling conventions when not optimizing.
1389         (ix86_function_sseregparm): Similarly for sseregparm calling
1390         conventions.
1391
1392 2009-03-19  Li Feng  <nemokingdom@gmail.com>
1393
1394         PR middle-end/39500
1395         * tree-data-ref.c (analyze_subscript_affine_affine): There is no
1396         dependence if the first conflict is after niter iterations.
1397
1398 2009-03-19  Hans-Peter Nilsson  <hp@axis.com>
1399
1400         PR middle-end/38609
1401         * config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
1402         functions with dynamic stack-pointer adjustments.
1403
1404 2009-03-19  Ben Elliston  <bje@au.ibm.com>
1405
1406         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
1407         option; change to -msdata=data.
1408
1409 2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1410
1411         * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
1412         and -fopenmp.
1413
1414 2009-03-18  Eric Botcazou  <ebotcazou@adacore.com>
1415
1416         PR target/35180
1417         * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
1418
1419 2009-03-18  Sandra Loosemore  <sandra@codesourcery.com>
1420
1421         * doc/invoke.texi (Code Gen Options): Expand discussion of
1422         -fno-common.
1423
1424 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
1425
1426         * dse.c (struct group_info): Reorder fields for 64-bit hosts.
1427         * matrix-reorg.c (struct matrix_info): Likewise.
1428         * tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
1429         * rtl.h (struct mem_attrs): Likewise.
1430         * df.h (struct df): Likewise.
1431         * tree-data-ref.h (struct data_dependence_relation): Likewise.
1432         * ira-int.h (struct ira_allocno): Likewise.
1433         * df-scan.c (struct df_collection_rec): Likewise.
1434         * ira.c (struct equivalence): Likewise.
1435         * function.c (struct temp_slot): Likewise.
1436         * cfgloop.h (struct loop): Likewise.
1437
1438         PR debug/39485
1439         * function.c (use_register_for_decl): When not optimizing, disregard
1440         register keyword for variables with types containing methods.
1441
1442 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
1443
1444         PR middle-end/39447
1445         * graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
1446         (is_simple_operand): Call contains_component_ref_p before calling data
1447         reference analysis that would fail on COMPONENT_REFs.
1448
1449         * tree-vrp.c (search_for_addr_array): Fix formatting.
1450
1451 2009-03-18  Richard Guenther  <rguenther@suse.de>
1452
1453         * tree-vect-transform.c (vect_loop_versioning): Fold the
1454         generated comparisons.
1455         * tree-vectorizer.c (set_prologue_iterations): Likewise.
1456         (slpeel_tree_peel_loop_to_edge): Likewise.
1457
1458 2009-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1459
1460         PR middle-end/37805
1461         * opts.c (print_specific_help): In addition to `undocumented',
1462         accept `separate' and `joined' flags if passed alone.  Describe
1463         output by the first matched one of those.
1464         (common_handle_option): Skip over empty strings.
1465         * gcc.c (display_help): Fix help string for `--help='.
1466         * doc/invoke.texi (Option Summary, Overall Options): With
1467         `--help=', classes and qualifiers can both be repeated, but
1468         only the latter can be negated.  One should not pass only
1469         negated qualifiers.  Fix markup and examples.
1470
1471         Revert
1472         2008-10-14  Jakub Jelinek  <jakub@redhat.com>
1473         PR middle-end/37805
1474         * opts.c (common_handle_option): Don't ICE on -fhelp=joined
1475         and -fhelp=separate.
1476
1477 2009-03-17  Jing Yu  <jingyu@google.com>
1478
1479         PR middle-end/39378
1480         * function.h (struct rtl_data): Move is_thunk from here...
1481         (struct function): ...to here.
1482         * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
1483         * varasm.c (assemble_start_function): Change is_thunk from crtl to
1484         cfun.
1485         * config/alpha/alpha.c (alpha_sa_mask): Change is_thunk from crtl to
1486         cfun.
1487         (alpha_does_function_need_gp, alpha_start_function): Likewise.
1488         (alpha_output_function_end_prologue): Likewise.
1489         (alpha_end_function, alpha_output_mi_thunk_osf): Likewise.
1490         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likewise.
1491         (rs6000_output_function_epilogue): Likewise.
1492         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
1493
1494 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
1495
1496         PR target/39482
1497         * config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
1498         from different units in a single alternative.
1499         (*truncdfsf_i387): Ditto.
1500         (*truncxfsf2_mixed): Ditto.
1501         (*truncxfdf2_mixed): Ditto.
1502
1503 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
1504
1505         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
1506         non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.
1507
1508         PR debug/39474
1509         * tree-ssa-live.c (remove_unused_locals): Don't remove local
1510         unused non-artificial variables when not optimizing.
1511
1512         PR debug/39471
1513         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
1514         DW_TAG_imported_module even if decl is IMPORTED_DECL with
1515         NAMESPACE_DECL in its DECL_INITIAL.
1516
1517         PR middle-end/39443
1518         * optabs.c (set_user_assembler_libfunc): New function.
1519         * expr.h (set_user_assembler_libfunc): New prototype.
1520         * c-common.c: Include libfuncs.h.
1521         (set_builtin_user_assembler_name): Call set_user_assembler_libfunc
1522         for memcmp, memset, memcpy, memmove and abort.
1523         * Makefile.in (c-common.o): Depend on libfuncs.h.
1524
1525         PR debug/39412
1526         * dwarf2out.c (gen_inlined_enumeration_type_die,
1527         gen_inlined_structure_type_die, gen_inlined_union_type_die,
1528         gen_tagged_type_instantiation_die): Removed.
1529         (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
1530         do nothing.
1531
1532 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
1533
1534         PR testsuite/38526
1535         * Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
1536         its use.
1537         (check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
1538         (check-parallel-%): Ditto.
1539         (check-consistency): Ditto.
1540
1541 2009-03-17  Kai Tietz  <kai.tietz@onevision.com>
1542
1543         * ipa-struct-reorg.c (create_general_new_stmt): Initialize
1544         local variable rhs by NULL_TREE.
1545
1546 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1547
1548         PR target/39477
1549         * doc/extend.texi: Correct register behavior for regparm on Intel 386.
1550
1551 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1552
1553         PR target/39476
1554         * config/i386/i386.c (ix86_function_regparm): Rewrite for 64bit.
1555
1556 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1557
1558         PR target/39473
1559         * config/i386/i386.c (ix86_expand_call): Check extra clobbers
1560         for ms->sysv ABI calls only in 64bit mode.
1561
1562         * config/i386/i386.md (untyped_call): Support 32bit.
1563
1564 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
1565
1566         * doc/extend.texi: Replace x86_65 with x86_64.
1567
1568 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
1569
1570         PR tree-optimization/39455
1571         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
1572         mismatches for POINTER_TYPE_P (type).
1573         (number_of_iterations_le): Likewise.
1574
1575 2009-03-16  Hariharan Sandanagobalane <hariharan@picochip.com>
1576
1577         * config/picochip/picochip.c: Removed profiling support.
1578         * config/picochip/picochip.md: Removed profiling instruction.
1579         * config/picochip/picochip.h: Removed profiling builtin.
1580
1581 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
1582
1583         * doc/install.texi (--with-host-libstdcxx): Document.
1584
1585 2009-03-14  Anatoly Sokolov  <aesok@post.ru>
1586
1587         PR target/34299
1588         * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
1589         generate a warning if the function name does not begin with
1590         "__vector" and the function has either the 'signal' or 'interrupt'
1591         attribute, from here to ...
1592         (avr_declare_function_name): ...here. New function.
1593         * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
1594         * config/avr/avr-protos.h (avr_declare_function_name): Declare.
1595
1596 2009-03-14  Jakub Jelinek  <jakub@redhat.com>
1597
1598         PR bootstrap/39454
1599         * cse.c (fold_rtx): Don't modify original const_arg1 when
1600         canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
1601         separate variable instead.
1602         * rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
1603         from out of range shift counts.
1604         (num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.
1605
1606 2008-03-13  Catherine Moore  <clm@codesourcery.com>
1607
1608         * gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
1609         diagnostic.h with $(DIAGNOSTIC_H).
1610
1611 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
1612
1613         PR target/39431
1614         * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
1615         predicate.
1616         * config/i386/sync.md (sync_compare_and_swap<mode>,
1617         sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
1618         if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
1619         into a register.
1620         (sync_double_compare_and_swapdi_pic,
1621         sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
1622         cmpxchg8b_pic_memory_operand instead of just memory_operand.
1623
1624 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1625
1626         PR target/39445
1627         * config/i386/i386.c (ix86_expand_push): Don't set memory alignment.
1628
1629 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1630
1631         PR target/39327
1632         * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
1633         (avx_addsubv4df3): Likewise.
1634         (*avx_addsubv4sf3): Likewise.
1635         (sse3_addsubv4sf3): Likewise.
1636
1637 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1638
1639         PR target/38824
1640         * config/i386/i386.md: Compare REGNO on the new peephole2 patterns.
1641
1642 2009-03-12  Vladimir Makarov  <vmakarov@redhat.com>
1643
1644         PR debug/39432
1645         * ira-int.h (struct allocno): Fix comment for calls_crossed_num.
1646         * ira-conflicts.c (ira_build_conflicts): Prohibit call used
1647         registers for allocnos created from user-defined variables.
1648
1649 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1650
1651         PR target/39181
1652         * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
1653         of non-integer mode as well.
1654
1655 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
1656
1657         * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
1658         for functions for which the parameter types are unknown.
1659
1660 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
1661
1662         PR target/39137
1663         * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
1664         * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
1665         * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
1666         * config/i386/i386.c (ix86_local_alignment): For
1667         -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
1668         long long variables on the stack to avoid dynamic realignment.
1669         Allow the first argument to be a decl rather than type.
1670         * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
1671
1672 2009-03-11  Nick Clifton  <nickc@redhat.com>
1673
1674         PR target/5362
1675         * config/mcore/mcore.opt: Remove deprecated m4align and m8align
1676         options.
1677         Add description to mno-lsim option.
1678         * config/mcore/mcore.h: Remove comment about deprecated m4align
1679         option.
1680         (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
1681         * doc/invoke.texi: Add description of mno-lsim and
1682         mstack-increment options.
1683
1684         * config/fr30/fr30.opt: Document the -mno-lsim option.
1685         * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
1686         and -mno-lsim options.
1687
1688 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1689
1690         * fold-const.c (fold_comparison): Only call fold_inf_compare
1691         if the mode supports infinities.
1692
1693 2009-03-11  Jason Merrill  <jason@redhat.com>
1694
1695         PR debug/39086
1696         * tree-nrv.c (tree_nrv): Don't do this optimization if the front
1697         end already did.  Notice GIMPLE_CALL modifications of the result.
1698         Don't copy debug information from an ignored decl or a decl from
1699         another function.
1700
1701 2009-03-10  Richard Guenther  <rguenther@suse.de>
1702             Nathan Froyd  <froydnj@codesourcery.com>
1703
1704         PR middle-end/37850
1705         * libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
1706         (__divMODE3): Likewise.
1707
1708 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
1709
1710         PR tree-optimization/39394
1711         * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
1712         DECL_SIZE_UNIT of variable length FIELD_DECLs.
1713
1714 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1715
1716         * recog.c (verfiy_changes): Disallow renaming of hard regs in
1717         inline asms for register asm ("") declarations.
1718
1719 2009-03-09  Eric Botcazou  <ebotcazou@adacore.com>
1720
1721         * fold-const.c (fold_unary): Fix comment.
1722
1723 2009-03-07  Jan Hubicka  <jh@suse.cz>
1724
1725         PR target/39361
1726         * tree-inline.c (setup_one_parameter): Do replacement of const
1727         argument by constant in SSA form.
1728
1729 2009-03-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1730
1731         PR middle-end/38028
1732         * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to
1733         determine alignment passed to assign_stack_local.
1734         (assign_parms_unsplit_complex): Likewise.
1735         * except.c (sjlj_build_landing_pads): Likewise.
1736
1737 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
1738
1739         PR middle-end/39360
1740         * tree-flow.h (add_referenced_var): Return bool instead of void.
1741         * tree-dfa.c (add_referenced_var): Return result of
1742         referenced_var_check_and_insert call.
1743         * tree-inline.c (expand_call_inline): Call add_referenced_var instead
1744         of referenced_var_check_and_insert.
1745
1746         PR debug/39372
1747         * dwarf2out.c (add_abstract_origin_attribute): Return origin_die.
1748         (gen_variable_die): Emit DW_AT_location on abstract static variable's
1749         DIE, don't emit it if abstract origin already has it.
1750         * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any
1751         BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless.
1752
1753 2009-03-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1754
1755         * genpreds.c (needs_variable): Fix parentheses at variable name
1756         detection.
1757         (write_tm_constrs_h): Indent generated code.
1758
1759 2009-03-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1760
1761         * doc/extend.texi (Function Attributes): Add documentation
1762         for isr attributes.
1763
1764 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
1765
1766         PR debug/39387
1767         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL
1768         take locus from its DECL_SOURCE_LOCATION instead of input_location.
1769
1770 2009-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
1771
1772         * config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark
1773         the loop as bad.
1774
1775 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
1776
1777         PR debug/39379
1778         * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs
1779         with blocks containing IMPORTED_DECLs in BLOCK_VARS.
1780
1781 2009-03-05  Uros Bizjak  <ubizjak@gmail.com>
1782
1783         * config/i386/i386.md (R8_REG, R9_REG): New constants.
1784         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named
1785         constants instead of magic numbers.
1786         (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
1787         (QI_REG_P): Ditto.
1788         * config/i386/i386.c (x86_64_int_parameter_registers): Ditto.
1789         (x86_64_ms_abi_int_parameter_registers): Ditto.
1790         (x86_64_int_return_registers): Ditto.
1791         (ix86_maybe_switch_abi): Ditto.
1792         (ix86_expand_call): Ditto for clobbered_registers array.
1793         (ix86_hard_regno_mode_ok): Ditto.
1794         (x86_extended_QIreg_mentioned_p): Ditto.
1795
1796 2009-03-05  J"orn Rennecke  <joern.rennecke@arc.com>
1797
1798         PR tree-optimization/39349
1799         * cse.c (cse_insn): Fix loop to stop at VOIDmode.
1800
1801         * combine.c (gen_lowpart_for_combine): Use omode when generating
1802         clobber.
1803
1804 2009-03-04  J"orn Rennecke  <joern.rennecke@arc.com>
1805
1806         PR rtl-optimization/39235
1807         * loop-iv.c (get_simple_loop_desc): Use XCNEW.
1808
1809 2009-03-04  Zdenek Dvorak  <ook@ucw.cz>
1810
1811         * graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
1812
1813 2009-03-04  Richard Guenther  <rguenther@suse.de>
1814
1815         PR tree-optimization/39362
1816         * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs
1817         that occur in abnormal PHIs should be varying.
1818
1819 2009-03-04  Zdenek Dvorak  <ook@ucw.cz>
1820
1821         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):
1822         Extend comments.
1823         (simple_iv):  Take loop as an argument instead of statement.
1824         * tree-scalar-evolution.h (simple_iv): Declaration changed.
1825         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls
1826         to simple_iv.
1827         * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev):
1828         Ditto.
1829         * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto.
1830         * matrix-reorg.c (analyze_transpose): Ditto.
1831         * tree-data-ref.c (dr_analyze_innermost): Ditto.
1832         * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
1833         * tree-predcom.c (ref_at_iteration): Ditto.
1834         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
1835
1836 2009-03-04  Richard Guenther  <rguenther@suse.de>
1837
1838         PR tree-optimization/39358
1839         * tree-ssa-structalias.c (do_sd_constraint): Fix check for
1840         escaped_id and callused_id.
1841         (solve_graph): Likewise.
1842
1843 2009-03-04  Richard Guenther  <rguenther@suse.de>
1844
1845         PR tree-optimization/39339
1846         * tree-sra.c (try_instantiate_multiple_fields): Make it
1847         no longer ICE on the above.
1848
1849 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
1850
1851         * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
1852         that fits within Pmode.
1853
1854 2009-03-03  Steve Ellcey  <sje@cup.hp.com>
1855
1856         PR middle-end/10109
1857         * tm.texi (LIBCALL_VALUE): Update description.
1858
1859 2009-03-03  Steve Ellcey  <sje@cup.hp.com>
1860
1861         PR middle-end/34443
1862         * doc/extend.texi (section): Update description.
1863
1864 2009-03-03  H.J. Lu  <hongjiu.lu@intel.com>
1865
1866         PR middle-end/39345
1867         * tree-inline.c (remapped_type): New.
1868         (can_be_nonlocal): Call remapped_type instead of remap_type.
1869
1870 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
1871
1872         PR fortran/39354
1873         * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
1874         TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.
1875
1876 2009-03-03  Richard Guenther  <rguenther@suse.de>
1877
1878         PR middle-end/39272
1879         * tree.c (tree_nonartificial_location): New function.
1880         * tree.h (tree_nonartificial_location): Declare.
1881         * builtins.c (expand_builtin_memory_chk): Provide location
1882         of the call location for artificial function pieces.
1883         (maybe_emit_chk_warning): Likewise.
1884         (maybe_emit_sprintf_chk_warning): Likewise.
1885         (maybe_emit_free_warning): Likewise.
1886         * expr.c (expand_expr_real_1): Likewise.
1887
1888 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
1889
1890         PR tree-optimization/39343
1891         * tree-ssa-ccp.c (maybe_fold_offset_to_address): Don't check if
1892         COMPONENT_REF t has ARRAY_TYPE.
1893
1894 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1895
1896         PR middle-end/39335
1897         * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
1898         when the type precision of the induction variable should be
1899         larger than the type precision of nit.
1900         (gen_parallel_loop): Update use of canonicalize_loop_ivs.
1901         * graphite.c (graphite_loop_normal_form): Same.
1902         * tree-flow.h (canonicalize_loop_ivs): Update declaration.
1903
1904 2009-03-02  Uros Bizjak  <ubizjak@gmail.com>
1905
1906         * config/i386/i386.md (ST?_REG, MM?_REG): New constants.
1907         (*call_1_rex64_ms_sysv): Use named constants instead of magic
1908         numbers to describe clobbered registers.
1909         (*call_value_0_rex64_ms_sysv): Ditto.
1910         * config/i386/mmx.md (mmx_emms): Ditto.
1911         (mmx_femms): Ditto.
1912
1913 2009-03-02  Richard Sandiford  <rdsandiford@googlemail.com>
1914
1915         * config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
1916         of ABI_64.
1917
1918 2009-03-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1919
1920         * config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
1921         (spu_section_type_flags): New function.
1922
1923 2009-03-02  Uros Bizjak  <ubizjak@gmail.com>
1924
1925         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
1926         reg_class_contents of FLOAT_REGS into a temporary.
1927
1928 2009-03-02  Richard Guenther  <rguenther@suse.de>
1929             Ira Rosen  <irar@il.ibm.com>
1930
1931         PR tree-optimization/39318
1932         * tree-vect-transform.c (vectorizable_call): Transfer the EH region
1933         information to the vectorized statement.
1934
1935 2009-03-01  Uros Bizjak  <ubizjak@gmail.com>
1936
1937         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i"
1938         variable.  Use defined names instead of magic constants for REX SSE
1939         registers.
1940
1941 2009-03-01  Richard Guenther  <rguenther@suse.de>
1942
1943         PR tree-optimization/39331
1944         * omp-low.c (lower_send_shared_vars): Do not receive new
1945         values for the reference of DECL_BY_REFERENCE parms or results.
1946
1947 2009-03-01  Jan Hubicka  <jh@suse.cz>
1948
1949         PR debug/39267
1950         * tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
1951         BLOCK_NONLOCALIZED_VAR): New macros.
1952         (tree_block): Add nonlocalized_vars.
1953         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die,
1954         gen_decl_die): Add origin argument.  Allow generation of die with
1955         origin at hand only.
1956         (gen_member_die, gen_type_die_with_usage, force_decl_die,
1957         declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use
1958         of gen_*.
1959         (gen_block_die): Fix checking for unused blocks.
1960         (process_scope_var): Break out from .... ; work with origins only.
1961         (decls_for_scope) ... here; process nonlocalized list.
1962         (dwarf2out_ignore_block): Look for nonlocalized vars.
1963         * tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized
1964         vars.
1965         (dump_scope_block): Dump them.
1966         * tree-inline.c (remap_decls): Handle nonlocalized vars.
1967         (remap_block): Likewise.
1968         (can_be_nonlocal): New predicate.
1969         (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
1970
1971 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1972
1973         * configure: Regenerate.
1974
1975 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1976
1977         * optc-gen.awk: No need to duplicate option flags twice.
1978         Reuse help texts for duplicate options which do not have any.
1979
1980         * gcc.c (display_help): Document --version.
1981
1982         * gcc.c (main): If print_help_list and verbose_flag, ensure
1983         driver output comes before subprocess output.
1984
1985         * optc-gen.awk: Assign all remaining fields to help string,
1986         space-separated, for multi-line help in *.opt.
1987
1988         * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
1989         -Wno-pedantic-ms-format is for MinGW targets only.
1990
1991         * doc/options.texi (Option file format): Fix bad indentation,
1992         restoring dropped sentence.
1993
1994 2009-02-28  Jan Hubicka  <jh@suse.cz>
1995
1996         * tree-inline.c (tree_function_versioning): Output debug info.
1997
1998 2009-02-28  Jan Hubicka  <jh@suse.cz>
1999
2000         PR debug/39267
2001         * tree-inline.c (setup_one_parameter): Do not copy propagate
2002         arguments when not optimizing.
2003
2004 2009-02-28  H.J. Lu  <hongjiu.lu@intel.com>
2005
2006         PR target/39327
2007         * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
2008         (avx_addsubv4df3): Likewise.
2009         (*avx_addsubv4sf3): Likewise.
2010         (sse3_addsubv4sf3): Likewise.
2011         (*avx_addsubv2df3): Likewise.
2012         (sse3_addsubv2df3): Likewise.
2013         (avx_unpckhps256): Correct item selectors.
2014         (avx_unpcklps256): Likewise.
2015         (avx_unpckhpd256): Likewise.
2016         (avx_unpcklpd256): Likewise.
2017
2018 2009-02-28  Jan Hubicka  <jh@suse.cz>
2019
2020         * tree-inline.c (expand_call_inline): Avoid duplicate declarations of
2021         static vars.
2022         (copy_arguments_for_versioning): If var is declared don't declare it.
2023         (tree_function_versioning): First setup substitutions and then copy
2024         args.
2025
2026 2009-02-27  Jan Hubicka  <jh@suse.cz>
2027
2028         PR debug/39267
2029         * cgraph.h (varpool_output_debug_info): Remove.
2030         * cgraphunit.c (varpool_output_debug_info): Remove.
2031         * dwarf2out.c (deferred_locations_struct): New struct
2032         (deferred_locations): New type.
2033         (deferred_locations_list): New static var.
2034         (deffer_location): New function.
2035         (gen_variable_die): Use it.
2036         (decls_for_scope): Output info on local static vars.
2037         (dwarf2out_finish): Process deferred locations.
2038         * varpool.c (varpool_output_debug_info): Remove.
2039
2040 2009-02-27  Jan Hubicka  <jh@suse.cz>
2041
2042         PR debug/39267
2043         * tree.h (TREE_PROTECTED): Fix comment.
2044         (BLOCK_HANDLER_BLOCK): Remove.
2045         (struct tree_block): Remove handler_block add body_block.
2046         (inlined_function_outer_scope_p): New.
2047         (is_body_block): Remove.
2048         * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
2049         * dwarf2out.c (is_inlined_entry_point): Remove.
2050         (add_high_low_attributes): Use inlined_function_outer_scope_p.
2051         (gen_block_die): Use is_inlined_entry_point check.  Remove body block
2052         code.
2053         * langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
2054         * gimplify.c (gimplify_expr): Gimplify body blocks.
2055         * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
2056         block with multiple subblocks.
2057         (dump_scope_block): Prettier output; dump more flags and info.
2058         (dump_scope_blocks): New.
2059         (remove_unused_locals): Use dump_scope_blocks.
2060         * tree-flow.h (dump_scope_blocks): Declare.
2061         * tree-cfg.c (execute_build_cfg): Dump scope blocks.
2062         * stmt.c (is_body_block): Remove.
2063         * tree-inline.c (remap_block): Copy BODY_BLOCK info.
2064         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
2065
2066 2009-02-27  Sebastian Pop  <sebastian.pop@amd.com>
2067
2068         PR middle-end/39308
2069         * graphite.c (graphite_loop_normal_form): Do not call 
2070         number_of_iterations_exit from a gcc_assert.
2071
2072 2009-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2073
2074         * gcc/config/s390/s390.c (s390_swap_cmp): Look for conditional
2075         jumps if COND is NULL.
2076         (find_cond_jump): New function.
2077         (s390_z10_optimize_cmp): Handling for reg-reg compares added.
2078         * gcc/config/s390/s390.md: Remove z10_cobra attribute value.
2079
2080 2009-02-26  Uros Bizjak  <ubizjak@gmail.com>
2081
2082         * config/alpha/alpha.h (alpha_expand_mov): Return false if
2083         force_const_mem returns NULL_RTX.
2084
2085 2009-02-26  Jan Hubicka  <jh@suse.cz>
2086
2087         PR debug/39267
2088         * cgraph.h (varpool_output_debug_info): Remove.
2089         * cgraphunit.c (varpool_output_debug_info): Remove.
2090         * dwarf2out.c (deferred_locations_struct): New struct
2091         (deferred_locations): New type.
2092         (deferred_locations_list): New static var.
2093         (deffer_location): New function.
2094         (gen_variable_die): Use it.
2095         (decls_for_scope): Output info on local static vars.
2096         (dwarf2out_finish): Process deferred locations.
2097         * varpool.c (varpool_output_debug_info): Remove.
2098
2099 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
2100
2101         PR rtl-optimization/39241
2102         * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
2103         to subreg_offset_representable_p.
2104
2105 2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
2106
2107         * regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
2108         execute function prototype.  Get f and nregs from max_reg_num
2109         and get_insns.  Remove the first backward pass as it's dead,
2110         guard the forward pass by flag_expensive_optimizations.
2111         (rest_of_handle_regmove): Delete.
2112         (pass_regmove): Replace it with regmove_optimize.
2113
2114 2009-02-25  Martin Jambor  <mjambor@suse.cz>
2115
2116         PR tree-optimization/39259
2117         * tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
2118         calls_alloca function flags.
2119         (copy_bb): Set calls_setjmp and alls_alloca function flags if such
2120         calls are detected.
2121
2122 2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
2123
2124         * regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
2125         flags_set_1_rtx, flags_set_1_set): Delete.
2126         (regmove_optimize): Do not call mark_flags_life_zones.
2127
2128 2009-02-24  Julian Brown  <julian@codesourcery.com>
2129
2130         PR target/35965
2131         * config/arm/arm.c (require_pic_register): Only set
2132         cfun->machine->pic_reg once per function.
2133
2134 2009-02-24  Sandra Loosemore  <sandra@codesourcery.com>
2135
2136         * doc/invoke.texi (Link Options): Document an easier way to pass
2137         options that take arguments to the GNU linker using -Xlinker and -Wl.
2138
2139 2009-02-24  Steve Ellcey  <sje@cup.hp.com>
2140
2141         PR target/33785
2142         * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
2143
2144 2009-02-24  Richard Guenther  <rguenther@suse.de>
2145
2146         PR debug/39285
2147         * dwarf2out.c (gen_enumeration_type_die): Handle CONST_DECLs.
2148
2149 2009-02-24  Richard Guenther  <rguenther@suse.de>
2150             Zdenek Dvorak  <ook@ucw.cz>
2151
2152         PR tree-optimization/39233
2153         * tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
2154         from converting them to a generic type.
2155
2156 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
2157
2158         PR tree-optimization/39260
2159         * graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
2160         contains a condition with a real type.
2161         (build_scop_conditions_1): Conditions are always last_stmt of a bb.
2162
2163 2009-02-23  Jason Merrill  <jason@redhat.com>
2164
2165         PR c++/38880
2166         * varasm.c (initializer_constant_valid_p) [PLUS_EXPR]: Check
2167         narrowing_initializer_constant_valid_p.
2168         (narrowing_initializer_constant_valid_p): Don't return 
2169         null_pointer_node for adding a pointer to itself.
2170
2171 2009-02-23  Jan Hubicka  <jh@suse.cz>
2172
2173         PR c/12245
2174         * ggc.h (htab_create_ggc): Use ggc_free to free hashtable when
2175         resizing.
2176
2177 2009-02-23  Jan Hubicka  <jh@suse.cz>
2178
2179         PR tree-optimization/37709
2180         * tree.c (block_ultimate_origin): Move here from dwarf2out.
2181         * tree.h (block_ultimate_origin): Declare.
2182         * dwarf2out.c (block_ultimate_origin): Move to tree.c
2183         * tree-ssa-live.c (remove_unused_scope_block_p):
2184         Eliminate blocks containig no instructions nor live variables nor
2185         nested blocks.
2186         (dump_scope_block): New function.
2187         (remove_unused_locals): Enable removal of dead blocks by default;
2188         enable dumping at TDF_DETAILS.
2189
2190 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
2191
2192         * config/i386/i386.c (classify_argument): Don't allow COImode
2193         and OImode.
2194         (function_arg_advance_32): Don't allow OImode.
2195         (function_arg_32): Likewise.
2196         (function_value_32): Likewise.
2197         (return_in_memory_32): Likewise.
2198         (function_arg_64): Remove OImode comment.
2199
2200 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
2201
2202         PR target/39261
2203         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
2204         ix86_expand_vector_set for V4DImode in 64bit mode only.
2205         (ix86_expand_vector_init_one_var): Likewise.
2206
2207 2009-02-21  Sebastian Pop  <sebastian.pop@amd.com>
2208
2209         * graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
2210
2211 2009-02-21  Richard Sandiford  <rdsandiford@googlemail.com>
2212
2213         PR bootstrap/39257
2214         * loop-iv.c: Revert last change.
2215         * emit-rtl.c: Likewise.
2216
2217 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
2218
2219         PR target/39256
2220         * config/i386/i386.c (type_natural_mode): Remove an extra
2221         space in the warning message.
2222         (function_value_32): Handle 32-byte vector modes.
2223         (return_in_memory_32): Likewise.
2224
2225 2009-02-21  Richard Sandiford  <rdsandiford@googlemail.com>
2226
2227         * loop-iv.c (truncate_value): New function.
2228         (iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
2229         of lowpart_subreg.
2230         (lowpart_subreg): Move to...
2231         * emit-rtl.c: ...here.
2232
2233 2009-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
2234
2235         * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
2236         accidental and undocumented change at revision 140860.
2237
2238 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
2239
2240         * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
2241         take gimple_seq * arguments.
2242         (arm_mangle_type): Use CONST_CAST_TREE on type argument passed to
2243         types_compatible_p langhook.
2244
2245 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
2246             Joseph Myers  <joseph@codesourcery.com>
2247
2248         * config/arm/arm.c (arm_builtin_va_list): New function.
2249         (arm_expand_builtin_va_start): Likewise.
2250         (arm_gimplify_va_arg_expr): Likewise.
2251         (TARGET_BUILD_BUILTIN_VA_LIST): Define.
2252         (TARGET_BUILD_BUILTIN_VA_START): Likewise.
2253         (TARGET_BUILD_BUILTIN_VA_ARG_EXPR): Likewise.
2254         (va_list_type): New variable.
2255         (arm_mangle_type): Mangle va_list_type appropriately.
2256
2257 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
2258
2259         PR middle-end/39157
2260         * Makefile.in (loop-invariant.o): Depend on $(PARAMS_H).
2261         * params.h (LOOP_INVARIANT_MAX_BBS_IN_LOOP): Define.
2262         * params.def (loop-invariant-max-bbs-in-loop): New parameter.
2263         * opts.c (decode_options): Set loop-invariant-max-bbs-in-loop
2264         parameter to 1000 for -O1 by default.
2265         * doc/invoke.texi (loop-invariant-max-bbs-in-loop): Document new
2266         parameter.
2267         * loop-invariant.c: Include params.h.
2268         (move_loop_invariants): Don't call move_single_loop_invariants on
2269         very large loops.
2270
2271 2009-02-20  Jaka Mocnik  <jaka@xlab.si>
2272
2273         * calls.c (emit_library_call_value_1): Use slot_offset instead of
2274         offset when calculating bounds for indexing stack_usage_map.  Fixes
2275         a buffer overflow with certain target setups.
2276
2277 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
2278
2279         PR target/39240
2280         * calls.c (expand_call): Clear try_tail_call if caller and callee
2281         disagree in promotion of function return value.
2282
2283 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
2284
2285         PR target/39175
2286         * c-common.c (c_determine_visibility): If visibility changed and
2287         DECL_RTL has been already set, call make_decl_rtl to update symbol
2288         flags.
2289
2290 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
2291
2292         PR c++/39188
2293         * varasm.c (assemble_variable): Don't check DECL_NAME when
2294         globalizing a variable.
2295
2296 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
2297
2298         PR c/38483
2299         * builtins.c (gimplify_va_arg_expr): Evaluate the va_list
2300         expression before any __builtin_trap call.
2301         * c-typeck.c (build_function_call): Convert and check function
2302         arguments before generating a call to a trap.  Evaluate the
2303         function arguments before the trap.
2304
2305 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
2306
2307         PR target/39228
2308         * config/i386/i386.md (isinfxf2): Split from isinf<mode>2.
2309         (UNSPEC_FXAM_MEM): New unspec.
2310         (fxam<mode>2_i387_with_temp): New insn and split pattern.
2311         (isinf<mode>2): Use MODEF mode iterator.  Force operand[1] through
2312         memory using fxam<mode>2_i387_with_temp to remove excess precision.
2313
2314 2009-02-19  Richard Guenther  <rguenther@suse.de>
2315
2316         PR tree-optimization/39207
2317         PR tree-optimization/39074
2318         * tree-ssa-structalias.c (storedanything_id, var_storedanything,
2319         storedanything_tree): New.
2320         (do_ds_constraint): Simplify ANYTHING shortcutting.  Update
2321         the STOREDANYTHING solution if the lhs solution contains ANYTHING.
2322         (build_succ_graph): Add edges from STOREDANYTHING to all
2323         non-direct nodes.
2324         (init_base_vars): Initialize STOREDANYTHING.
2325         (compute_points_to_sets): Free substitution info after
2326         building the succ graph.
2327         (ipa_pta_execute): Likewise.
2328
2329         * tree-ssa-structalias.c (struct variable_info): Add may_have_pointers
2330         field.
2331         (do_ds_constraint): Do not add to special var or non-pointer
2332         field solutions.
2333         (type_could_have_pointers): Split out from ...
2334         (could_have_pointers): ... here.  For arrays use the element type.
2335         (create_variable_info_for): Initialize may_have_pointers.
2336         (new_var_info): Likewise.
2337         (handle_lhs_call): Make the HEAP variable unknown-sized.
2338         (intra_create_variable_infos): Use a type with pointers for
2339         PARM_NOALIAS, make it unknown-sized.
2340
2341 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
2342
2343         PR target/39224
2344         * config/i386/i386.c (ix86_return_in_memory): Properly check ABI.
2345
2346 2009-02-18  Jason Merrill  <jason@redhat.com>
2347
2348         PR target/39179
2349         * tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
2350         value if DECL_EXTERNAL.
2351         * tree-sra.c (sra_walk_gimple_assign): Likewise.
2352         * target.h (gcc_target::binds_local_p): Clarify "module".
2353         * tree.h (TREE_PUBLIC): Clarify "module".
2354
2355 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
2356
2357         PR target/38891
2358         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
2359         initialization for MS_ABI prior to the hunk of !TARGET_MMX.
2360
2361 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
2362
2363         PR target/39082
2364         * c.opt (Wabi): Support C and ObjC.
2365         (Wpsabi): New.
2366
2367         * c-opts.c (c_common_handle_option): Handle OPT_Wabi.
2368
2369         * config/i386/i386.c (classify_argument): Warn once about the ABI
2370         change when passing union with long double.
2371
2372         * doc/invoke.texi: Update -Wabi for warning psABI changes.
2373
2374 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
2375
2376         PR c/35447
2377         * c-parser.c (c_parser_compound_statement): Always enter and leave
2378         a scope.
2379
2380 2009-02-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2381
2382         PR target/34587
2383         * config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
2384
2385 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
2386
2387         PR tree-optimization/36922
2388         * tree-data-ref.c (initialize_matrix_A): Handle BIT_NOT_EXPR.
2389         * tree-scalar-evolution.c (interpret_rhs_expr, instantiate_scev_1):
2390         Likewise.
2391
2392 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
2393
2394         * config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
2395         to 0 for EABI64.
2396
2397 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
2398
2399         * config/mips/mips.md (type): Reclassify lui_movf as "unknown".
2400
2401 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
2402
2403         * config/mips/mips.c (mips_gimplify_va_arg_expr): Fix invalid
2404         tree sharing.
2405
2406 2009-02-17  Ruan Beihong  <ruanbeihong@gmail.com>
2407             Richard Sandiford  <rdsandiford@googlemail.com>
2408
2409         * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete.
2410         * config/mips/loongson.md (reduc_uplus_<mode>): Rename to...
2411         (loongson_biadd): ...this.
2412
2413 2009-02-17  Richard Guenther  <rguenther@suse.de>
2414
2415         PR tree-optimization/39202
2416         * tree-ssa-structalias.c (do_structure_copy): Before collapsing
2417         a var make sure to follow existing collapses.
2418
2419 2009-02-17  Richard Guenther  <rguenther@suse.de>
2420
2421         PR middle-end/39214
2422         * langhooks.c (lhd_print_error_function): Check for NULL block.
2423
2424 2009-02-17  Richard Guenther  <rguenther@suse.de>
2425
2426         PR tree-optimization/39204
2427         * tree-ssa-pre.c (phi_translate_1): Lookup the value-number
2428         of the PHI arg.
2429
2430 2009-02-17  Uros Bizjak  <ubizjak@gmail.com>
2431
2432         * config/soft-fp/double.h: Update from glibc CVS.
2433
2434 2009-02-17  Richard Guenther  <rguenther@suse.de>
2435
2436         PR tree-optimization/39207
2437         * tree-ssa-structalias.c (find_what_p_points_to): Do not emit
2438         strict-aliasing warnings for pointers pointing to NULL.
2439
2440 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
2441
2442         PR c/35446
2443         * c-parser.c (c_parser_braced_init): Call pop_init_level when
2444         skipping until next close brace.
2445
2446 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
2447
2448         PR target/37049
2449         * config/i386/i386.c (ix86_expand_push): Set memory alignment
2450         to function argument boundary.
2451
2452 2009-02-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
2453
2454         * config/picochip/picochip.md (lea_add): Allow any nonimmediate
2455         in the lea_add. Reload eventually constraints it properly.
2456         * config/picochip/constraints.md : Remove the target constraint
2457         "b", since it is not needed anymore.
2458
2459 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
2460
2461         * gthr-dce.h: Uglify function parameter and local variable names.
2462         * gthr-gnat.h: Likewise.
2463         * gthr-mipssde.h: Likewise.
2464         * gthr-nks.h: Likewise.
2465         * gthr-posix95.h: Likewise.
2466         * gthr-posix.h: Likewise.
2467         * gthr-rtems.h: Likewise.
2468         * gthr-single.h: Likewise.
2469         * gthr-solaris.h: Likewise.
2470         * gthr-tpf.h: Likewise.
2471         * gthr-vxworks.h: Likewise.
2472         * gthr-win32.h: Likewise.
2473
2474 2009-02-15  H.J. Lu  <hongjiu.lu@intel.com>
2475
2476         PR target/39196
2477         * config/i386/i386.md: Restrict the new peephole2 to move
2478         between MMX/SSE registers.
2479
2480 2009-02-15  Richard Guenther  <rguenther@suse.de>
2481
2482         Revert
2483         2009-02-13  Richard Guenther  <rguenther@suse.de>
2484
2485         * configure.ac: Enable LFS.
2486         * configure: Re-generate.
2487         * config.in: Likewise.
2488
2489 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2490
2491         * config/spu/spu_internals.h (spu_sr, spu_sra, spu_srqw,
2492         spu_srqwbyte, spu_srqwbytebc): Define.
2493         * config/spu/spu-builtins.def (spu_sr, spu_sra, spu_srqw,
2494         spu_srqwbyte, spu_srqwbytebc): New overloaded builtins.
2495         * config/spu/spu.md ("shrqbybi_<mode>", "shrqbi_<mode>",
2496         "shrqby_<mode>"): New insn-and-split patterns.
2497         * config/spu/spu.c (expand_builtin_args): Determine and return
2498         number of operands using spu_builtin_description data.
2499         (spu_expand_builtin_1): Use it.
2500
2501 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
2502
2503         PR target/38056
2504         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Check
2505         TARGET_CONST_GP.
2506
2507 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2508
2509         PR target/39149
2510         * config/i386/i386.c (override_options): Correct warning
2511         messages for -malign-loops, -malign-jumps and -malign-functions.
2512
2513 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2514
2515         PR target/39152
2516         * config/i386/i386.md: Restrict the new peephole2 to move
2517         between the general purpose registers.
2518
2519 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
2520
2521         PR target/39162
2522         * config/i386/i386.c (type_natural_mode): Add a new argument.
2523         Return the original mode and warn ABI change if vector size is 32byte.
2524         (function_arg_advance): Updated.
2525         (function_arg): Likewise.
2526         (ix86_function_value): Likewise.
2527         (ix86_return_in_memory): Likewise.
2528         (ix86_sol10_return_in_memory): Likewise.
2529         (ix86_gimplify_va_arg): Likewise.
2530         (function_arg_32): Don't warn ABX ABI change here.
2531         (function_arg_64): Likewise.
2532
2533 2009-02-13  Bernd Schmidt  <bernd.schmidt@analog.com>
2534
2535         * loop-iv.c (implies_p): In the final case, test that operands 0
2536         of the two comparisons match.
2537
2538         * config/bfin/bfin.c (find_prev_insn_start): New function.
2539         (bfin_optimize_loop): Use it in some cases instead of PREV_INSN.
2540         (find_next_insn_start): Move.
2541
2542 2009-02-13  Richard Guenther  <rguenther@suse.de>
2543
2544         * configure.ac: Enable LFS.
2545         * configure: Re-generate.
2546         * config.in: Likewise.
2547
2548 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
2549
2550         PR c/35444
2551         * c-parser.c (c_parser_parms_list_declarator): Discard pending
2552         sizes on syntax error after some arguments have been parsed.
2553
2554 2009-02-12  Jakub Jelinek  <jakub@redhat.com>
2555
2556         * doc/invoke.texi (-fira): Remove.
2557
2558 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2559
2560         * caller-save.c: Replace regclass.c with reginfo.c in comments.
2561         * recog.c: Likewise.
2562         * rtl.h: Likewise.
2563
2564 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
2565
2566         * longlong.h (sub_ddmmss): New for ia64. Ported from GMP 4.2.
2567         (umul_ppmm): Likewise.
2568         (count_leading_zeros): Likewise.
2569         (count_trailing_zeros): Likewise.
2570         (UMUL_TIME): Likewise.
2571
2572 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2573
2574         * config.gcc (ia64*-*-linux*): Add ia64/t-fprules-softfp and
2575         soft-fp/t-softfp to tmake_file.
2576
2577         * config/ia64/ia64.c (ia64_soft_fp_init_libfuncs): New.
2578         (ia64_expand_compare): Use HPUX library for TFmode only for HPUX.
2579         (ia64_builtins) [IA64_BUILTIN_COPYSIGNQ, IA64_BUILTIN_FABSQ,
2580         IA64_BUILTIN_INFQ]: New.
2581         (ia64_init_builtins): Initialize __builtin_infq,
2582         __builtin_fabsq and __builtin_copysignq if not HPUX.
2583         (ia64_expand_builtin): Handle IA64_BUILTIN_COPYSIGNQ,
2584         IA64_BUILTIN_FABSQ and IA64_BUILTIN_INFQ.
2585
2586         * config/ia64/lib1funcs.asm (__divtf3): Define only if
2587         SHARED is defined.
2588         (__fixtfti): Likewise.
2589         (__fixunstfti): Likewise.
2590         (__floattitf): Likewise.
2591
2592         * config/ia64/libgcc-glibc.ver: New.
2593         * config/ia64/t-fprules-softfp: Likewise.
2594         * config/ia64/sfp-machine.h: Likewise.
2595
2596         * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): New.
2597         (LIBGCC2_TF_CEXT): Likewise.
2598         (TF_SIZE): Likewise.
2599         (TARGET_INIT_LIBFUNCS): Likewise.
2600
2601         * config/ia64/t-glibc (SHLINB_MAPFILES):
2602         Add $(srcdir)/config/ia64/libgcc-glibc.ver.
2603
2604 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
2605
2606         * config/i386/i386.c (construct_container): Rewrite processing
2607         BLKmode with X86_64_SSE_CLASS.
2608
2609 2009-02-12  Paolo Bonzini  <bonzini@gnu.org>
2610
2611         PR target/39152
2612         * config/i386/i386.md: Replace simplify_replace_rtx with
2613         replace_rtx in the new peephole2.
2614
2615 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2616
2617         * doc/invoke.texi (Optimize Options): Stop claiming inlining and
2618         loop unrolling do not happen at -O2.
2619
2620 2009-02-12  Michael Matz  <matz@suse.de>
2621
2622         * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
2623
2624 2009-02-12  Jakub Jelinek  <jakub@redhat.com>
2625
2626         * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
2627         for -g3.
2628
2629 2009-02-12  Ben Elliston  <bje@au.ibm.com>
2630
2631         * config/rs6000/rs6000.md (allocate_stack): Use _stack form of
2632         patterns when updating the back chain.  Missed in the 2009-02-10
2633         change.
2634
2635 2009-02-11  Janis Johnson  <janis187@us.ibm.com>
2636
2637         * doc/extend.texi (Decimal Floating Types): Update identifier of
2638         draft TR and list of missing support.
2639
2640 2009-02-11  Jakub Jelinek  <jakub@redhat.com>
2641
2642         PR middle-end/39154
2643         * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
2644         bit to variable length decl's flags, add it also to its
2645         pointer replacement variable.
2646
2647 2009-02-11  Uros Bizjak  <ubizjak@gmail.com>
2648             Jakub Jelinek  <jakub@redhat.com>
2649
2650         PR target/39118
2651         * config/i386/i386.md (UNSPEC_MEMORY_BLOCKAGE): New constant.
2652         (memory_blockage): New expander.
2653         (*memory_blockage): New insn pattern.
2654         * config/i386/i386.c (ix86_expand_prologue): Use memory_blockage
2655         instead of general blockage at the end of function prologue when
2656         frame pointer is used to access red zone area.  Do not emit blockage
2657         when profiling, it is emitted in generic code.
2658         (ix86_expand_epilogue): Emit memory_blockage at the beginning of
2659         function epilogue when frame pointer is used to access red zone area.
2660
2661 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
2662
2663         PR target/38824
2664         * config/i386/i386.md: Add two new peephole2 to avoid mov followed
2665         by arithmetic with memory operands.
2666         * config/i386/predicates.md (commutative_operator): New.
2667
2668 2009-02-10  Janis Johnson  <janis187@us.ibm.com>
2669
2670         * doc/extend.texi (Fixed-Point Types): Break long paragraphs into
2671         bulleted lists.
2672
2673 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
2674
2675         * alias.h (record_alias_subset): Declare.
2676         * alias.c (record_alias_subset): Make global.
2677
2678 2009-02-10  Nick Clifton  <nickc@redhat.com>
2679
2680         * tree-parloops.c: Change license to GPLv3.
2681         * ipa-struct-reorg.c: Change license to GPLv3.
2682         * ipa-struct-reorg.h: Change license to GPLv3.
2683
2684 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
2685
2686         PR c/39084
2687         * c-decl.c (start_struct): Return NULL on error.
2688
2689 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
2690
2691         PR middle-end/39124
2692         * cfgloopmanip.c (remove_path): Call remove_bbs after
2693         cancel_loop_tree, not before it.
2694
2695         PR target/39139
2696         * function.h (struct function): Add has_local_explicit_reg_vars bit.
2697         * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
2698         VAR_DECLs were seen.
2699         * tree-ssa-live.c (remove_unused_locals): Recompute
2700         cfun->has_local_explicit_reg_vars.
2701         * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
2702         copies or clearings if cfun->has_local_explicit_reg_vars.
2703
2704 2009-02-10  Uros Bizjak  <ubizjak@gmail.com>
2705
2706         PR target/39118
2707         * config/i386/i386.c (expand_prologue): Emit blockage at the end
2708         of function prologue when frame pointer is used to access
2709         red zone area.
2710
2711 2009-02-10  Richard Guenther  <rguenther@suse.de>
2712
2713         PR middle-end/39127
2714         * gimplify.c (gimple_regimplify_operands): Always look if
2715         we need to create a temporary.
2716
2717 2009-02-10  Richard Guenther  <rguenther@suse.de>
2718
2719         PR tree-optimization/39132
2720         * tree-loop-distribution.c (todo): New global var.
2721         (generate_memset_zero): Trigger TODO_rebuild_alias.
2722         (tree_loop_distribution): Return todo.
2723
2724 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
2725
2726         PR target/39119
2727         * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
2728         (x86_64_reg_class_name): Removed.
2729         (classify_argument): Return 0 if bytes > 32.  Return 0 if the
2730         first one isn't X86_64_SSE_CLASS or any other ones aren't
2731         X86_64_SSEUP_CLASS when size > 16bytes.  Don't turn
2732         X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
2733         is X86_64_SSEUP_CLASS.  Set AVX modes to 1 X86_64_SSE_CLASS
2734         and 3 X86_64_SSEUP_CLASS.
2735         (construct_container): Remove X86_64_AVX_CLASS.  Handle 4
2736         registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
2737
2738 2009-02-10  Ben Elliston  <bje@au.ibm.com>
2739
2740         * config/rs6000/rs6000.md (allocate_stack): Always use an update
2741         form instruction to update the stack back chain word, even if the
2742         user has disabled the generation of update instructions.
2743         (movdi_<mode>_update_stack): New.
2744         (movsi_update_stack): Likewise.
2745         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
2746         always use an update form instruction to update the stack back
2747         chain word.
2748
2749 2009-02-09  Sebastian Pop  <sebastian.pop@amd.com>
2750
2751         PR middle-end/38953
2752         * graphite.c (if_region_set_false_region): After moving a region in
2753         the false branch of a condition, remove the empty dummy basic block.
2754         (gloog): Remove wrong fix for PR38953.
2755
2756 2009-02-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
2757
2758         * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
2759         generation due to implicit sign extension.
2760
2761 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
2762
2763         PR middle-end/38981
2764         * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
2765         at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
2766
2767 2009-02-09  Richard Guenther  <rguenther@suse.de>
2768
2769         PR middle-end/35202
2770         * convert.c (convert_to_real): Disable (float)fn((double)x)
2771         to fnf(x) conversion if errno differences may occur and
2772         -fmath-errno is set.
2773
2774 2009-02-07  Anatoly Sokolov  <aesok@post.ru>
2775
2776         * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
2777         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
2778         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
2779
2780 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2781
2782         PR c/35434
2783         * c-common.c (handle_alias_attribute): Disallow attribute for
2784         anything not a FUNCTION_DECL or VAR_DECL.
2785
2786 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
2787
2788         PR c/39035
2789         * real.c (do_compare): Special-case compare of zero against
2790         decimal float value.
2791
2792 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
2793
2794         PR c/36432
2795         * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
2796         as indicating flexible array members unless the field itself is
2797         being declarared as the incomplete array.
2798
2799 2009-02-06  Jan Hubicka  <jh@suse.cz>
2800
2801         PR tree-optimization/38844
2802         * ipa-inline.c (try_inline): Stop inlining recursion when edge
2803         is already inlined.
2804
2805 2009-02-06  Richard Guenther  <rguenther@suse.de>
2806
2807         PR middle-end/38977
2808         * tree-cfg.c (need_fake_edge_p): Force a fake edge for
2809         fork because we may expand it as __gcov_fork.
2810
2811 2009-02-06  Nick Clifton  <nickc@redhat.com>
2812
2813         * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
2814
2815 2009-02-06  Paolo Bonzini  <bonzini@gnu.org>
2816
2817         PR tree-optimization/35659
2818         * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
2819         vn_phi_eq): Shortcut if hashcode does not match.
2820         (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
2821         NULL operands.
2822         * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
2823         and avoid iterative_hash_expr.
2824         (FOR_EACH_VALUE_ID_IN_SET): New.
2825         (value_id_compare): Remove.
2826         (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
2827         sort expressions by value id.
2828
2829 2009-02-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2830
2831         PR target/38991
2832         * config/sh/predicates.md (general_movsrc_operand): Don't check
2833         the subreg of system registers here.
2834
2835 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
2836
2837         PR c++/39106
2838         * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
2839         on the copied decl.
2840
2841 2009-02-05  Paolo Bonzini  <bonzini@gnu.org>
2842
2843         PR rtl-optimization/39110
2844         * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
2845         addresses, not aligned ones.
2846
2847 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
2848             Richard Guenther  <rguenther@suse.de>
2849
2850         PR tree-optimization/39100
2851         * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
2852         comment says and add edges.
2853
2854 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
2855
2856         PR c/35435
2857         * c-common.c (handle_tls_model_attribute): Ignore attribute for
2858         non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
2859
2860 2009-02-04  Tobias Grosser  <grosser@fim.uni-passau.de> 
2861
2862         * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
2863         sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
2864         register_bb_in_sese, new_sese, free_sese): Moved.
2865         (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
2866         outermost_loop_in_scop, build_scop_iteration_domain,
2867         expand_scalar_variables_ssa_name, get_vdef_before_scop,
2868         limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
2869         Use loop_in_sese_p instead of loop_in_scop_p.
2870         (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
2871         (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
2872         (scopdet_basic_block_info): Fix bug in scop detection.
2873         (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
2874         eq_loop_to_cloog_loop): Remove.
2875         (nb_loops_around_loop_in_scop, nb_loop
2876         ref_nb_loops): Moved here...
2877         * graphite.h (ref_nb_loops): ... from here.
2878         (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
2879         (loop_domain_dim, loop_iteration_vector_dim): Remove.
2880         (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
2881         * testsuite/gcc.dg/graphite/scop-19.c: New
2882
2883 2009-02-04  Paolo Bonzini  <bonzini@gnu.org>
2884             Hans-Peter Nilsson  <hp@axis.com>
2885
2886         PR rtl-optimization/37889
2887         * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
2888         Move offset handling from PLUS to before the switch.  Use new
2889         arguments when considering SYMBOL_REFs too.
2890         (rtx_addr_can_trap_p): Pass dummy offset and size.
2891         (enum may_trap_p_flags): Remove.
2892         (may_trap_p_1): Pass size from MEM_SIZE.
2893
2894         PR rtl-optimization/38921
2895         * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
2896         * rtl.h (may_trap_after_code_motion_p): Delete prototype.
2897         * rtlanal.c (may_trap_after_code_motion_p): Delete.
2898         (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
2899
2900 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
2901
2902         AVX Programming Reference (January, 2009)
2903         * config/i386/sse.md (*vpclmulqdq): New.
2904
2905 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
2906
2907         PR tree-optimization/38977
2908         PR gcov-profile/38292
2909         * calls.c (special_function_p): Disregard __builtin_ prefix.
2910
2911 2009-02-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
2912
2913         * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
2914         non-indexable addresses even before reload.
2915
2916 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
2917
2918         PR c/29129
2919         * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
2920         as having variable size.  Do not give an error for unnamed
2921         parameters with [*] declarators.  Give a warning for type names
2922         with [*] declarators and mark them as variable size.
2923         * c-parser.c (c_parser_sizeof_expression): Do not give an error
2924         for sizeof applied to [*] type names.
2925
2926 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2927
2928         PR C++/36607
2929         * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
2930
2931 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
2932
2933         * gcc.c (process_command): Update copyright notice dates.
2934         * gcov.c (print_version): Likewise.
2935         * gcov-dump.c (print_version): Likewise.
2936         * mips-tfile.c (main): Likewise.
2937         * mips-tdump.c (main): Likewise.
2938
2939 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
2940
2941         PR c/35433
2942         * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
2943         for composite type involving a zero-length array type.
2944
2945 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
2946
2947         PR target/35318
2948         * function.c (match_asm_constraints_1): Skip over
2949         initial optional % in the constraint.
2950
2951         PR inline-asm/39059
2952         * c-parser.c (c_parser_postfix_expression): If fixed point is not
2953         supported, don't accept FIXED_CSTs.
2954         * c-decl.c (finish_declspecs): Error if fixed point is not supported
2955         and _Sat is used without _Fract/_Accum.  Set specs->type to
2956         integer_type_node for cts_fract/cts_accum if fixed point is not
2957         supported.
2958
2959 2009-02-02  Catherine Moore  <clm@codesourcery.com>
2960
2961         * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
2962
2963 2009-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
2964
2965         * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
2966         (ABI_HAS_64BIT_SYMBOLS): Use it.
2967         (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
2968
2969 2009-02-02  Paul Brook  <paul@codesourcery.com>
2970
2971         * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
2972
2973 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
2974
2975         PR inline-asm/39058
2976         * recog.h (asm_operand_ok): Add constraints argument.
2977         * recog.c (asm_operand_ok): Likewise.  If it is set, for digits
2978         recurse on matching constraint.
2979         (check_asm_operands): Pass constraints as 3rd argument to
2980         asm_operand_ok.  Don't look up matching constraint here.
2981         * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
2982         to asm_operand_ok.
2983
2984 2009-02-02  Ben Elliston  <bje@au.ibm.com>
2985
2986         * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
2987         TARGET_NARROW_VOLATILE_BITFIELD macro names.
2988
2989 2009-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2990
2991         * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
2992         information.  Remove some obsolete information.  Reorganize.
2993
2994         * config/pa/fptr.c: Revert license to GPL 2.
2995         * config/pa/milli64.S: Likewise.
2996
2997 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
2998
2999         PR target/38904
3000         * mkmap-flat.awk (END):  Use pe_dll command-line arg to pass
3001         LIBRARY name in, instead of hard-coding it.
3002         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*):  Add an
3003         extra target make frag to tmake_files according to EH model.
3004         (i[34567]86-*-mingw* | x86_64-*-mingw*):  Likewise.
3005         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh:  Add new target
3006         frags that define makefile variable EH_MODEL appropriately.
3007         * config/i386/cygming.h (DWARF2_UNWIND_INFO):  Add comment.
3008         * config/i386/cygwin.h (LIBGCC_EH_EXTN):  Define to nothing or
3009         to "-sjlj" according to type of EH configured.
3010         (LIBGCC_SONAME):  Concatenate it to shared library base name.
3011         * config/i386/mingw32.h (LIBGCC_EH_EXTN):  Define to "_dw2" or
3012         to "_sjlj" according to type of EH configured.
3013         (LIBGCC_SONAME):  Concatenate it to shared library base name.
3014         * config/i386/t-cygming (SHLIB_SONAME):  Use EH_MODEL.
3015         (SHLIB_LINK):  Add missing semicolon to if-else construct.
3016         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
3017         string value of "pe_dll" command-line option.
3018         * config/i386/t-cygwin (SHLIB_EH_EXTENSION):  New helper.
3019         (SHLIB_SONAME):  Use it when overriding t-cygming default.
3020         (SHLIB_IMPLIB):  Override t-cygming default.
3021         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
3022         string value of "pe_dll" command-line option.
3023
3024 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
3025
3026         PR target/38952
3027         * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
3028         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
3029
3030 2009-01-31  Richard Guenther  <rguenther@suse.de>
3031
3032         PR tree-optimization/38937
3033         * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
3034         computing the transitive closure.
3035
3036 2009-01-30  Richard Guenther  <rguenther@suse.de>
3037
3038         PR tree-optimization/39041
3039         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
3040         Propagate variable indices only if the types match for this stmt.
3041
3042 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
3043
3044         PR target/39013
3045         * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
3046         inline but never defined.
3047
3048 2009-01-30  Wolfgang Gellerich  <gellerich@de.ibm.com>
3049
3050         * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
3051         (*insv_h_di_reg_extimm): New insn.
3052         (*insv_l<mode>_reg_extimm): New insn.
3053
3054 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
3055
3056         * config/picochip/picochip.c (flag_conserve_stack): set
3057         PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
3058         fconserve-stack. Reduce call-overhead used by inliner.
3059
3060 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
3061
3062         PR/38157
3063         * common.opt (flag_conserve_stack): Initialised to zero.
3064
3065 2009-01-30  Kai Tietz  <kai.tietz@onevision.com>
3066
3067         PR/39002
3068         * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
3069         (ix86_expand_epilogue): Take nsseregs in account to use proper restore
3070         method.
3071
3072 2009-01-29  H.J. Lu  <hongjiu.lu@intel.com>
3073
3074         * ira-color.c (allocno_reload_assign): Update comments.
3075         * regmove.c (regmove_optimize): Likewise.
3076
3077         * ra.h: Removed.
3078
3079 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3080
3081         * gcc/config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3082         * gcc/config/i386/kopensolaris-gnu.h: New file.  Undefine
3083         `MD_UNWIND_SUPPORT'.
3084         * gcc/config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
3085
3086 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
3087
3088         PR tree-optimization/39007
3089         * tree-loop-distribution.c (generate_builtin): Use
3090         recompute_dominator to compute the immediate dominator of the
3091         basic block just after the loop.
3092
3093 2009-01-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3094
3095         * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
3096         (ASM_OUTPUT_DWARF_PCREL): Define.
3097
3098 2009-01-29  Vladimir Makarov  <vmakarov@redhat.com>
3099
3100         * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
3101         * doc/passes.texi: Remove entries about regclass, local-alloc, and
3102         global.  Modify entries about regmove and IRA.
3103
3104         * ra-conflict.c: Remove the file.
3105
3106         * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
3107
3108         * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
3109         (pass_regclass_init): Rename to pass_reginfo_init.
3110
3111         * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
3112
3113         * toplev.h (flag_ira): Remove.
3114
3115         * caller-save.c (setup_save_areas): Remove flag_ira.
3116
3117         * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
3118
3119         * global.c: Remove the file.
3120
3121         * opts.c (decode_options): Remove flag_ira.
3122
3123         * hard-reg-set.h (losing_caller_save_reg_set): Remove.
3124
3125         * regmove.c: Modify file description.
3126         (find_use_as_address, try_auto_increment): Define them only if
3127         AUTO_INC_DEC is defined.
3128         (replacement_quality, replace_in_call_usage, fixup_match_1,
3129         stable_and_no_regs_but_for_p): Remove.
3130         (reg_set_in_bb): Make it static.
3131         (regmove_optimize): Remove flag_ira and code which worked for
3132         !flag_ira.
3133
3134         * local-alloc.c: Remove the file.
3135
3136         * common.opt (fira): Remove.
3137
3138         * ira.c: Include except.h.
3139         (eliminable_regset): Move from global.c.
3140         (mark_elimination): Ditto.  Remove flag_ira.
3141         (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
3142         equiv_mem_modified, validate_equiv_mem_from_store,
3143         validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
3144         contains_replace_regs, memref_referenced_p, memref_used_between_p,
3145         no_equiv, recorded_label_ref): Move from local-alloc.c.
3146         (update_equiv_regs): Ditto.  Make it static.
3147         (print_insn_chain, print_insn_chains): Move it from global.c.
3148         (pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
3149         (build_insn_chain): Ditto.  Make it static.
3150         (ra_init_live_subregs): Move from ra-conflict.c.  Make it static.
3151         Rename to init_live_subregs.
3152         (gate_ira): Remove flag_ira.
3153
3154         * regclass.c: Rename reginfo.c.  Change file description.
3155         (FORBIDDEN_INC_DEC_CLASSES): Remove.
3156         (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
3157         (init_reg_sets_1): Remove code for evaluation of
3158         reg_class_superclasses and losing_caller_save_reg_set.
3159         (init_regs): Remove init_reg_autoinc.
3160         (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
3161         ok_for_base_p_nonstrict): Remove.
3162         (regclass_init): Rename to reginfo_init.  Don't initialize init_cost.
3163         (pass_regclass_init): Rename to pass_reginfo_init.  Modify
3164         corresponding entries.
3165         (dump_regclass, record_operand_costs, scan_one_insn,
3166         init_reg_autoinc, regclass, record_reg_classes, copy_cost,
3167         record_address_regs, auto_inc_dec_reg_p): Remove.
3168         (gt-regclass.h): Rename to gt-reginfo.h.
3169
3170         * rtl.h (dump_global_regs, retry_global_alloc,
3171         build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
3172
3173         * Makefile.in (RA_H): Remove.
3174         (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
3175         Rename regclass.o to reginfo.o.
3176         (regclass.o): Rename to reginfo.o.  Rename gt-regclass.h to
3177         gt-reginfo.h.
3178         (global.o, local-alloc.o, ra-conflict.o): Remove entries.
3179         (GTFILES): Rename regclass.c to reginfo.c.
3180
3181         * passes.c (init_optimization_passes): Remove pass_local_alloc and
3182         pass_global_alloc.  Rename pass_regclass_init to pass_reginfo_init.
3183
3184         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
3185         count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
3186         Remove flag_ira.
3187         (finish_spills): Ditto.  Remove code for !flag_ira.
3188         
3189 2009-01-29  Kenneth Zadeck  <zadeck@naturalbridge.com>
3190
3191         PR middle-end/35854
3192         * doc/invoke.texi (rtl debug options): Complete rewrite.
3193         * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
3194         to auto_inc_dec".
3195         * mode-switching.c (pass_mode_switching): Rename pass from
3196         "mode-sw" to "mode_sw".
3197         * except.c (pass_convert_to_eh_ranges): Rename pass from
3198         "eh-ranges" to "eh_ranges".
3199         * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
3200         to "subreg1".
3201                 
3202         
3203 2009-01-29  Andrey Belevantsev  <abel@ispras.ru>
3204             Alexander Monakov  <amonakov@ispras.ru>
3205
3206         PR middle-end/38857
3207         * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
3208         register.
3209         (move_exprs_to_boundary): Change return type and pass through
3210         should_move from move_op.  Relax assert.  Update usage ...
3211         (schedule_expr_on_boundary): ... here.  Use should_move instead of
3212         cant_move.
3213         (move_op_orig_expr_found): Indicate that insn was disconnected from
3214         stream.
3215         (code_motion_process_successors): Do not call after_merge_succs
3216         callback if original expression was not found when traversing any of
3217         the branches.
3218         (code_motion_path_driver): Change return type.  Update prototype.
3219         (move_op): Update comment.  Add a new parameter (should_move).  Update
3220         prototype.  Set *should_move based on indication provided by
3221         move_op_orig_expr_found.
3222
3223 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
3224
3225         * doc/invoke.texi (avoid-indexed-addresses): Document new option.
3226         * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
3227         * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
3228         * config/rs6000/rs6000.c (rs6000_override_options): Default
3229         avoid-indexed-addresses on for Power6, off for everything else.
3230         (avoiding_indexed_address_p): New function.
3231         (rs6000_legitimize_address): Use it.
3232         (rs6000_legitimate_address): Likewise.
3233         * config/rs6000/rs6000.md (movXX_updateX): Likewise
3234
3235 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
3236
3237         PR tree-optimization/38997
3238         * tree-loop-distribution.c (generate_memset_zero): Use
3239         POINTER_PLUS_EXPR for a pointer addition.
3240
3241 2009-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
3242
3243         * config/s390/s390.md (bswap<mode>2): New pattern added.
3244
3245 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
3246
3247         * config/s390/s390.md (*tls_load_31): Added type attribute.
3248
3249 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
3250
3251         * config/s390/s390.md: Fix a few comments.
3252
3253 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
3254
3255         * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
3256         (*tm<mode>_full): Fixed z10prop attribute.
3257         (*tst<mode>_extimm): Fixed z10prop attribute.
3258         (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
3259         (*tstqiCCT_cconly): Fixed z10prop attribute.
3260         (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
3261         (*movsi_larl): Fixed z10prop attribute.
3262         (*movsi_zarch): Fixed z10prop attribute.
3263         (*movsi_eas): Fixed z10prop attribute.
3264         (*movhi): Fixed z10prop attribute.
3265         (*movqi): Fixed z10prop attribute.
3266         (*movstrictqi): Fixed z10prop attribute.
3267         (*mov<mode>): Fixed z10prop attribute.
3268         (*movcc): Fixed z10prop attribute.
3269         (*sethighpartdi_64): Fixed z10prop attribute.
3270         (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
3271         (*negdi2_sign_cc): Fixed z10prop attribute.
3272         (*negdi2_sign): Fixed z10prop attribute.
3273         (*absdi2_sign_cc): Fixed z10prop attribute.
3274         (*absdi2_sign): Fixed z10prop attribute.
3275         (*negabsdi2_sign_cc): Fixed z10prop attribute.
3276         (*negabsdi2_sign): Fixed z10prop attribute.
3277         (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
3278         (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
3279         (doloop_si64): Fixed z10prop attribute.
3280         (doloop_si31): Fixed z10prop attribute.
3281         (doloop_long): Fixed z10prop attribute.
3282         (indirect_jump): Fixed z10prop attribute.
3283         (nop): Fixed z10prop attribute.
3284         (main_base_64): Fixed z10prop attribute.
3285         (reload_base_64): Fixed z10prop attribute.
3286
3287 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
3288
3289         PR rtl-optimization/38740
3290         * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
3291         if !optimize.
3292         * config/mips/mips.c (mips_reorg): Likewise.
3293
3294 2009-01-28  Richard Guenther  <rguenther@suse.de>
3295
3296         PR tree-optimization/38926
3297         * tree-ssa-pre.c (add_to_value): Assert we add only expressions
3298         with the correct value id to a value.
3299         (do_regular_insertion): Use the value number of edoubleprime
3300         for the value number of the expr.
3301
3302         Revert
3303         2008-08-21  Richard Guenther  <rguenther@suse.de>
3304
3305         * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
3306         a PHI ask VN if it is already available.
3307         * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
3308         * tree-ssa-sccvn.c (vn_phi_lookup): Export.
3309
3310 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
3311
3312         PR middle-end/38934
3313         * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
3314         set to varying whenever max has TREE_OVERFLOW set, similarly
3315         for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
3316
3317 2009-01-28  Richard Guenther  <rguenther@suse.de>
3318
3319         PR middle-end/38908
3320         * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
3321         uninitialized aggregate uses in call arguments.
3322
3323 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
3324
3325         PR tree-optimization/38984
3326         * tree-ssa-structalias.c (get_constraints_for_1): Do not use
3327         the nothing_id variable if -fno-delete-null-pointer-checks.
3328
3329 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
3330
3331         PR target/38988
3332         * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
3333         (set_got_offset_rex64): Ditto.
3334
3335 2009-01-27  H.J. Lu  <hongjiu.lu@intel.com>
3336
3337         PR target/38941
3338         * doc/extend.texi: Improve local variable with asm reg.
3339
3340 2009-01-27  Adam Nemet  <anemet@caviumnetworks.com>
3341
3342         * c.opt (Wpacked-bitfield-compat): Change init value to -1.
3343         * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
3344         was not supplied then set warn_packed_bitfield_compat to the
3345         default value of 1.
3346         * stor-layout.c (place_field): Check warn_packed_bitfield_compat
3347         against 1.
3348
3349 2009-01-27  Richard Guenther  <rguenther@suse.de>
3350
3351         PR tree-optimization/38503
3352         * cfgexpand.c (expand_gimple_basic_block): Ignore
3353         GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
3354         * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
3355         variables that cannot have TBAA applied.
3356         (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
3357         statements.
3358
3359 2009-01-27  Uros Bizjak  <ubizjak@gmail.com>
3360
3361         PR middle-end/38969
3362         * calls.c (initialize_argument_information): Do not wrap complex
3363         arguments in SAVE_EXPR.
3364
3365 2009-01-26  Andreas Tobler  <a.tobler@schweiz.org>
3366
3367         * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
3368         (INSTALL_LIBGCC): Revert typo commit.
3369
3370 2009-01-26  Richard Guenther  <rguenther@suse.de>
3371
3372         PR tree-optimization/38745
3373         * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
3374         from special handling.
3375
3376 2009-01-26  Richard Guenther  <rguenther@suse.de>
3377
3378         PR tree-optimization/38745
3379         * tree-ssa.c (execute_update_addresses_taken): Do not include
3380         variables that cannot possibly be a register in not_reg_needs.
3381         Do not clear TREE_ADDRESSABLE on vars that may not become
3382         registers.
3383         * tree-ssa.c (update_alias_info_1): Include those in the set
3384         of addressable vars.
3385
3386 2009-01-26  Richard Guenther  <rguenther@suse.de>
3387
3388         PR middle-end/38851
3389         * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
3390         * tree-ssa-dse.c: Include langhooks.h
3391         (execute_simple_dse): Remove stores with zero size.
3392
3393 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
3394
3395         PR c/38957
3396         * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
3397         as PLUS_EXPR.
3398
3399 2009-01-24  Julian Brown  <julian@codesourcery.com>
3400
3401         * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
3402         config/arm/linux-atomic.c.
3403         * config/arm/linux-atomic.c: New.
3404
3405 2009-01-24  Eric Botcazou  <ebotcazou@adacore.com>
3406
3407         * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
3408         * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
3409         * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
3410
3411 2009-01-24  H.J. Lu  <hongjiu.lu@intel.com>
3412
3413         PR c/38938
3414         * c-opts.c (c_common_handle_option): Update warn_pointer_sign
3415         properly.
3416
3417 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
3418
3419         PR tree-optimization/38953
3420         * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
3421         (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
3422         (gloog): Split the exit of the scop when the scop exit is a loop exit.
3423         (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
3424         changed the CFG.
3425
3426 2009-01-24  Paul Brook  <paul@codesourcery.com>
3427
3428         * config/arm/neon.md (neon_type): Move to arm.md.
3429         (neon_mov<VSTRUCT>): Add neon_type attribute.
3430         * config/arm/arm.md (neon_type): Move to here.
3431         (conds): Add "unconditioal" and use as default for NEON insns.
3432
3433 2009-01-24  Ben Elliston  <bje@au.ibm.com>
3434
3435         * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
3436         void *' warning from -Wc++-compat.
3437         * Makefile.in (dominance.o-warn): Remove.
3438
3439 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
3440
3441         PR tree-optimization/38932
3442         * fold-const.c (fold_unary_ignore_overflow): New.
3443         * tree.h (fold_unary_ignore_overflow): Declare.
3444         * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
3445         * tree-ssa-sccvn.c (visit_reference_op_load,
3446         simplify_unary_expression): Likewise.
3447
3448 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
3449
3450         * c-decl.c (finish_struct): Move code to set DECL_PACKED after
3451         DECL_BIT_FIELD is alreay known.  Also inherit packed for bitfields
3452         regardless of their type.
3453         * c-common.c (handle_packed_attribute): Don't ignore packed on
3454         bitfields.
3455         * c.opt (Wpacked-bitfield-compat): New warning option.
3456         * stor-layout.c (place_field): Warn if offset of a field changed.
3457         * doc/extend.texi (packed): Mention the ABI change.
3458         * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
3459         (Warning Options): Add it to the list.
3460
3461 2009-01-22  H.J. Lu  <hongjiu.lu@intel.com>
3462
3463         * c-opts.c (c_common_post_options): Fix a typo in comments.
3464
3465 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
3466
3467         PR middle-end/38615
3468         * gimplify.c (gimplify_init_constructor): Fix promotion of const
3469         variables to static.
3470         * doc/invoke.texi (-fmerge-all-constants): Update description.
3471
3472 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
3473
3474         PR target/38931
3475         * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
3476         (*movdi_1_rex64): Use type "mmx" for alternative 5.
3477
3478 2009-01-22  Richard Earnshaw  <rearnsha@arm.com>
3479
3480         * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
3481         a word boundary.
3482         (LOCAL_ALIGNMENT): Similarly.
3483
3484 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
3485             Joseph Myers  <joseph@codesourcery.com>
3486
3487         * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
3488         * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
3489         * config/arm/arm-tune.md: Regenerate.
3490         * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
3491         -march=iwmmxt2.
3492
3493 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
3494
3495         * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
3496         version number to five.
3497
3498 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
3499
3500         PR c++/38930
3501         * c-decl.c (clone_underlying_type): Revert PR c++/26693 changes.
3502         * c-common.c (set_underlying_type): Likewise.
3503         (is_typedef_decl ): Likewise
3504         * tree.h: Likewise
3505         (set_underlying_type): Likewise.
3506         (is_typedef_type): Likewise.
3507
3508 2009-01-21  Vladimir Makarov  <vmakarov@redhat.com>
3509
3510         PR middle-end/38587
3511         * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
3512         crossing setjmps.
3513
3514 2009-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3515
3516         PR bootstrap/37660
3517         * config/i386/cygwin.h (SHARED_LIBGCC_SPEC):  New helper macro.
3518         (LIBGCC_SPEC):  Don't define.
3519         (REAL_LIBGCC_SPEC):  Define instead, using SHARED_LIBGCC_SPEC.
3520
3521 2009-01-21  Uros Bizjak  <ubizjak@gmail.com>
3522
3523         PR rtl-optimization/38879
3524         * alias.c (base_alias_check): Unaligned access via AND address can
3525         alias all surrounding object types except those with sizes equal
3526         or wider than the size of unaligned access.
3527
3528 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
3529
3530         PR c++/26693
3531         * c-decl.c (clone_underlying_type): Move this ...
3532         * c-common.c (set_underlying_type): ... here.
3533         Also, make sure the function properly sets TYPE_STUB_DECL() on
3534         the newly created typedef variant type.
3535         (is_typedef_decl ): New entry point.
3536         * tree.h: Added a new member member_types_needing_access_check to
3537         struct tree_decl_non_common.
3538         (set_underlying_type): New entry point.
3539         (is_typedef_type): Likewise.
3540
3541 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
3542
3543         * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
3544         Check whether two instructions have memory references that
3545         belong to conflicting alias sets.  walk_mems_1 and walk_mems_2
3546         are helper functions for traversing.
3547         * alias.h (insn_alias_sets_confilict_p): New prototypes.
3548         * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
3549         not to draw dependency edge for instructions with non-conflicting
3550         alias sets.
3551
3552 2009-01-20  Joseph Myers  <joseph@codesourcery.com>
3553
3554         PR other/38758
3555         * longlong.h: Update copyright years.  Use soft-fp license notice.
3556         Sync __clz_tab declaration with glibc.
3557
3558 2009-01-20  Steve Ellcey  <sje@cup.hp.com>
3559
3560         PR target/30687
3561         * doc/extend.texi (syscall_linkage): New.
3562         (version_id): Modify.
3563
3564 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3565             Richard Guenther  <rguenther@suse.de>
3566
3567         PR tree-optimization/38747
3568         PR tree-optimization/38748
3569         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
3570         conversion if the base address is an indirect reference and the
3571         aliasing sets could cause issues.
3572
3573 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
3574
3575         * common.opt (fgraphite, fgraphite-identity): Add comment for 
3576         explaining why these options are not documented.
3577
3578 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
3579
3580         * graphite.c (stmt_simple_for_scop_p): Also handle cases when
3581         gimple_call_lhs is NULL.
3582
3583 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
3584
3585         PR target/38868
3586         * emit-rtl.c (adjust_address_1): Make sure memref is never
3587         overwritten.
3588
3589 2009-01-20  Ben Elliston  <bje@au.ibm.com>
3590
3591         * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
3592         const qualifier from arg parameter. Remove unnecessary cast to char *.
3593         * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
3594         const qualifier from arg 2.
3595
3596 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
3597
3598         * config/darwin.h: Add static-libgfortran to LINK_SPEC.
3599
3600 2009-01-19  Vladimir Makarov  <vmakarov@redhat.com>
3601
3602         PR c/38869
3603         * rtl.h (reinit_regs): New prototype.
3604         * regclass.c: Include ira.h.
3605         (reinit_regs): New.
3606         * Makefile.in (regclass.o): Add ira.h.
3607         * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
3608
3609 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
3610
3611         PR target/38736
3612         * c-common.c (handle_aligned_attribute): Use
3613         ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
3614         default alignment value.
3615
3616         * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
3617
3618         * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
3619         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
3620
3621         * doc/extend.texi: Update __attribute__ ((aligned)).  Document
3622         __BIGGEST_ALIGNMENT__.
3623
3624         * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
3625
3626 2009-01-18  Richard Guenther  <rguenther@suse.de>
3627
3628         PR tree-optimization/38819
3629         * tree-flow.h (operation_could_trap_helper_p): Declare.
3630         * tree-eh.c (operation_could_trap_helper_p): Export.
3631         * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
3632         * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
3633         * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
3634         are about to insert a possibly trapping instruction and fail
3635         in this case.
3636
3637 2009-01-18  Andreas Schwab  <schwab@suse.de>
3638
3639         * doc/install.texi (Configuration): Remove obsolete paragraph
3640         about use of --with-gnu-ld with --with-gnu-as.
3641
3642 2009-01-18  Kazu Hirata  <kazu@codesourcery.com>
3643
3644         * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
3645         doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
3646         Follow spelling conventions.
3647
3648 2009-01-18  Ben Elliston  <bje@au.ibm.com>
3649
3650         * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
3651         C++ warning about implicit conversion from void * to struct
3652         bitmap_head_def *.
3653         (bitmap_obstack_free): Likewise for bitmap_element *.
3654         * Makefile.in (bitmap.o-warn): Remove.
3655
3656 2009-01-17  Dave Korn  <dave.korn.cygwin@gmail.com>
3657
3658         * Makefile.in (BACKENDLIBS):  Reorder to match dependencies.
3659
3660 2009-01-17  Sebastian Pop  <sebastian.pop@amd.com>
3661             Tobias Grosser  <tobi.grosser@amd.com>
3662
3663         * graphite.c (graphite_trans_scop_block): Do not block single
3664         nested loops.
3665
3666 2009-01-16  Alexandre Oliva  <aoliva@redhat.com>
3667
3668         * ebitmap.h (ebitmap_iter_init): Initialize all fields.
3669         * ipa-struct-reorg.c (gen_struct_type): Replace known-true
3670         test with assertion.
3671
3672 2009-01-16  Richard Guenther  <rguenther@suse.de>
3673
3674         PR tree-optimization/38835
3675         PR middle-end/36227
3676         * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
3677         and INT + PTR -> (INT)(PTR p+ INT) folding.
3678         * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
3679
3680 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
3681
3682         PR target/38554
3683         * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
3684         the subreg from a lowpart subreg if it is also casting the value.
3685
3686 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
3687             Tobias Grosser  <tobi.grosser@amd.com>
3688
3689         * graphite.c (compare_prefix_loops): New.
3690         (build_scop_canonical_schedules): Rewritten.
3691         (graphite_transform_loops): Move build_scop_canonical_schedules
3692         after build_scop_iteration_domain.
3693
3694 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
3695             Tobias Grosser  <tobi.grosser@amd.com>
3696
3697         * graphite.c (add_conditions_to_domain): Add the loops to 
3698         the dimension of the iteration domain.  Do copy the domain
3699         only when it exists.
3700         (build_scop_conditions_1): Do not call add_conditions_to_domain.
3701         (add_conditions_to_constraints): New.
3702         (can_generate_code_stmt, can_generate_code): Removed.
3703         (gloog): Do not call can_generate_code.
3704         (graphite_transform_loops): Call add_conditions_to_constraints
3705         after building the iteration domain.
3706
3707 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
3708
3709         PR tree-optimization/38789
3710         * tree-ssa-threadedge.c
3711         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
3712         __builtin_constant_p.
3713
3714 2009-01-16  Kenneth Zadeck  <zadeck@naturalbridge.com>
3715
3716         * dce.c (delete_unmarked_insns): Reversed the order that insns are
3717         examined before deleting them.
3718         
3719 2009-01-16  Richard Earnshaw  <rearnsha@arm.com>
3720
3721         * function.c (aggregate_value_p): Correctly extract the function
3722         type from CALL_EXPR_FN lookup.
3723
3724 2009-01-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
3725
3726         * config/picochip/picochip.c (picochip_override_options): Revert
3727         CFI asm flag disable commited previously.
3728
3729 2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
3730             Tobias Grosser  <tobi.grosser@amd.com>
3731             Jan Sjodin  <jan.sjodin@amd.com>
3732
3733         * graphite.c (scan_tree_for_params): On substractions negate
3734         all the coefficients of the term.
3735         (clast_to_gcc_expression_red): New.  Handle reduction expressions
3736         of more than two operands.
3737         (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
3738         (get_vdef_before_scop): Handle also the case of default definitions.
3739
3740 2009-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
3741
3742         * caller-save.c (add_used_regs_1, add_used_regs): New functions.
3743         (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
3744         Also use them when walking CALL_INSN_FUNCTION_USAGE.
3745
3746 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
3747             Joey Ye  <joey.ye@intel.com>
3748
3749         PR middle-end/37843
3750         * cfgexpand.c (expand_stack_alignment): Don't update stack
3751         boundary nor check incoming stack boundary here.
3752         (gimple_expand_cfg): Update stack boundary and check incoming
3753         stack boundary here.
3754
3755 2009-01-15  Kenneth Zadeck  <zadeck@naturalbridge.com>
3756
3757         * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
3758         
3759 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
3760
3761         PR rtl-optimization/38245
3762         * calls.c (expand_call): Add stack arguments to
3763         CALL_INSN_FUNCTION_USAGE even for pure calls (when
3764         ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
3765         in regs and partially in memory or BLKmode arguments.
3766         (emit_library_call_value_1): Add stack arguments to
3767         CALL_INSN_FUNCTION_USAGE even for pure calls (when
3768         ACCUMULATE_OUTGOING_ARGS).
3769         * dce.c: Include tm_p.h.
3770         (find_call_stack_args): New function.
3771         (deletable_insn_p): Call it for CALL_P insns.  Add ARG_STORES
3772         argument.
3773         (mark_insn): Call find_call_stack_args for CALL_Ps.
3774         (prescan_insns_for_dce): Walk insns backwards in bb rather than
3775         forwards.  Allocate and free arg_stores bitmap if needed, pass it
3776         down to deletable_insn_p, don't mark stores set in arg_stores
3777         bitmap, clear the bitmap at the beginning of each bb.
3778         * Makefile.in (dce.o): Depend on $(TM_P_H).
3779
3780 2009-01-14  Michael Meissner  <gnu@the-meissners.org>
3781
3782         PR target/22599
3783         * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
3784         to make sure the insn is a conditional test (bug 22599).  Reformat a
3785         few long lines.
3786
3787 2009-01-14  Sebastian Pop  <sebastian.pop@amd.com>
3788
3789         PR middle-end/38431
3790         * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
3791         (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
3792         (gloog): Do not call cleanup_tree_cfg.
3793         (graphite_transform_loops): Call cleanup_tree_cfg after all 
3794         scops have been code generated.
3795
3796 2009-01-14  Basile Starynkevitch  <basile@starynkevitch.net>
3797         * doc/gty.texi (Invoking the garbage collector): Added new node
3798         and section documenting ggc_collect.
3799
3800 2009-01-14  Richard Guenther  <rguenther@suse.de>
3801
3802         PR tree-optimization/38826
3803         PR middle-end/38477
3804         * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
3805         initialization notes only if we actually emitted a warning.
3806         (intra_create_variable_infos): Add constraints for a result decl
3807         that is passed by hidden reference.
3808         (build_pred_graph): Mark all related variables non-direct on
3809         address-taking.
3810
3811 2009-01-14  Nick Clifton  <nickc@redhat.com>
3812
3813         * ira-conflicts.c: Include addresses.h for the definition of
3814         base_reg_class.
3815         (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
3816         * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
3817
3818 2009-01-13  Vladimir Makarov  <vmakarov@redhat.com>
3819
3820         PR target/38811
3821         * Makefile.in (ira-lives.o): Add except.h.
3822
3823         * ira-lives.c: Include except.h.
3824         (process_bb_node_lives): Process can_throw_internal.
3825
3826 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
3827
3828         PR rtl-optimization/38774
3829         * combine.c (simplify_set): When undoing cc_use change, don't do
3830         PUT_CODE on the newly created comparison, but instead put back the
3831         old comparison.
3832
3833 2009-01-13  Joseph Myers  <joseph@codesourcery.com>
3834
3835         * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
3836         values.  Remove duplicate arm8 entry.
3837
3838 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
3839
3840         PR tree-optimization/38786
3841         * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
3842         the SSA_NAME case of expand_scalar_variables_expr.
3843         Set the type of an expression to the type of its assign statement.
3844         (expand_scalar_variables_expr): Also gather the scalar computation
3845         used to index the memory access.  Do not pass loop_p.
3846         Fix comment.  Stop recursion on tcc_constant or tcc_declaration.
3847         (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
3848         the gimple_stmt_iterator where it inserts new code.
3849         Do not pass loop_p.
3850         (copy_bb_and_scalar_dependences): Do not pass loop_p.
3851         (translate_clast): Update call to copy_bb_and_scalar_dependences.
3852
3853 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
3854
3855         * graphite.h (debug_value): Removed.
3856         * graphite.c (debug_value): Removed.
3857
3858 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
3859
3860         * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
3861         ldrd/strd with two 32-bit instructions.
3862
3863 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
3864
3865         * config/arm/arm.c (struct processors): Pass for speed down into
3866         cost helper functions.
3867         (const_ok_for_op): Handle COMPARE and inequality nodes.
3868         (arm_rtx_costs_1): Rewrite.
3869         (arm_size_rtx_costs): Update prototype.
3870         (arm_rtx_costs): Pass speed down to helper functions.
3871         (arm_slowmul_rtx_costs): Rework cost calculations.
3872         (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
3873         (arm_9e_rtx_costs): Likewise.
3874
3875 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
3876
3877         * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
3878         relocations of local symbols wider than UNITS_PER_WORD are not valid.
3879         (alpha_legitimize_address): Do not split local symbols wider than
3880         UNITS_PER_WORD into HIGH/LO_SUM parts.
3881
3882 2009-01-13  Danny Smith  <dannysmith@users.sourceforge.net>
3883
3884         PR bootstrap/38580
3885         * gcc.c (process_command): Replace call to execvp with calls
3886         to pex_one and exit.
3887
3888 2009-01-03  Anatoly Sokolov  <aesok@post.ru>
3889
3890         PR target/29141
3891         * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
3892         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
3893         variant for devices with 3-byte PC.
3894         (__tablejump_elpm__): New.
3895
3896 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
3897
3898         PR c/32041
3899         * c-parser.c (c_parser_postfix_expression): Allow `->' in
3900         offsetof member-designator, handle it as `[0].'.
3901
3902 2009-01-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3903
3904         * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
3905         function when not using named sections on targets with named sections
3906         if branch distance is less than 262132.
3907
3908 2009-01-12  Richard Earnshaw  <rearnsha@arm.com>
3909
3910         * combine.c (combine_instructions):  Recompute
3911         optimize_this_for_speed_p  for each BB in the main combine loop.
3912
3913 2009-01-12  Tomas Bily  <tbily@suse.cz>
3914
3915         PR middlend/38385
3916         * tree-loop-distribution.c (prop_phis): New function.
3917         (generate_builtin): Call prop_phis.
3918         * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
3919
3920 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
3921
3922         PR tree-optimization/38807
3923         * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
3924         gimple_visited_p unless stmt is GIMPLE_ASSIGN.
3925
3926 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
3927
3928         * expmed.c (store_bit_field_1): Properly truncate the paradoxical
3929         subreg of op0 to the original op0.
3930
3931 2009-01-11  Laurent GUERBY  <laurent@guerby.net>
3932
3933         * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
3934         
3935 2009-01-11  Markus Schoepflin  <markus.schoepflin@comsoft.de>
3936
3937         PR debug/7055
3938         * gcc/mips-tfile.c (parse_def): Fix parsing of def strings
3939         starting with digits.
3940
3941 2009-01-10  Jakub Jelinek  <jakub@redhat.com>
3942
3943         PR target/38695
3944         * config/arm/arm.c (arm_is_long_call_p): Don't call
3945         arm_function_in_section_p if decl isn't a FUNCTION_DECL.
3946
3947 2009-01-09  Steven Bosscher  <steven@gcc.gnu.org>
3948
3949         * regrename.c (regrename_optimize): Fix dumping.
3950         (find_oldest_value_reg): Preserve REG_POINTER.
3951         (copy_hardreg_forward_1): Likewise.
3952
3953 2009-01-09  Diego Novillo  <dnovillo@google.com>
3954
3955         * gimple.h (struct gimple_statement_base) <uid>: Document
3956         the restrictions on its use.
3957         (gimple_uid): Tidy.
3958         (gimple_set_uid): Tidy.
3959
3960 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3961
3962         * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
3963         zero guard even if align_bytes != 0 and count is smaller than
3964         size_needed.
3965
3966 2009-01-09  Vladimir Makarov  <vmakarov@redhat.com>
3967
3968         PR rtl-optimization/38495
3969         * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
3970         (add_range_and_copies_from_move_list): Print all added ranges.
3971         Add ranges to memory optimized destination.
3972
3973 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3974
3975         PR target/38686
3976         PR target/38708
3977         * config/i386/i386.c (override_options): Reject
3978         -mstringop-strategy=rep_8byte with -m32.
3979         (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
3980         to 1.  Do count comparison against epilogue_size_needed at compile
3981         time even when count_exp was constant forced into register.  For
3982         size_needed don't jump to epilogue, instead just avoid aligning
3983         and invoke the body algorithm.  If need_zero_guard, add zero guard
3984         even if count is non-zero, but smaller than size_needed + number of
3985         bytes that could be stored for alignment.
3986         (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
3987         to 1.  If need_zero_guard, add zero guard even if count is non-zero,
3988         but smaller than size_needed + number of bytes that could be stored
3989         for alignment.  Compare size_needed with epilogue_size_needed instead
3990         of desired_align - align, don't adjust size_needed, pass
3991         epilogue_size_needed to the epilogue expanders.
3992
3993         PR c/35742
3994         * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
3995
3996 2009-01-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3997
3998         * pa.c (last_address): Change to unsigned.
3999         (update_total_code_bytes): Change argument to unsigned.  Don't
4000         check if insn addresses are set.
4001         (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
4002         addresses are not set.
4003         (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
4004
4005 2009-01-09  Nick Clifton  <nickc@redhat.com>
4006
4007         * config/sh/symbian.c: Replace uses of DECL_INLINE with
4008         DECL_DECLARED_INLINE_P.
4009
4010 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
4011
4012         PR middle-end/38347
4013         * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
4014         GET_MODE (op0) in operand_subword_force calls.
4015
4016         PR middle-end/38771
4017         * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
4018         fold_convert arg0 operands to TREE_TYPE (op0) first.
4019
4020 2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>
4021
4022         * params.def (ira-max-conflict-table-size): Decrease default value
4023         to 1000.
4024
4025 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
4026
4027         PR tree-optimization/37031
4028         * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
4029         on parameter_set.
4030         (build_access_matrix): Reserve correct size for AM_MATRIX vector,
4031         allocate it using gc instead of heap, use VEC_quick_push instead of
4032         VEC_safe_push.
4033         * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
4034         instead of heap, use VEC_quick_push instead of VEC_safe_push.
4035         * tree-data-ref.h (struct access_matrix): Change matrix to gc
4036         allocated vector from heap allocated.
4037         * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
4038         * tree-loop-linear.c (linear_transform_loops): Allocate nest
4039         vector only after perfect_loop_nest_depth call.
4040
4041 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
4042             Jan Sjodin  <jan.sjodin@amd.com>
4043
4044         PR tree-optimization/38559
4045         * graphite.c (debug_value, copy_constraint,
4046         swap_constraint_variables, scale_constraint_variable, ): New.
4047         (get_lower_bound, get_upper_bound): Removed.
4048         (graphite_trans_bb_strip_mine): Clean up this code that works
4049         only for constant number of iterations.  Fully copy upper and
4050         lower bound constraints, not only the constant part of them.
4051         * graphite.h (debug_value): Declared.
4052
4053 2009-01-08  Ira Rosen  <irar@il.ibm.com>
4054
4055         PR tree-optimization/37194
4056         * tree-vect-transform.c (vect_estimate_min_profitable_iters):
4057         Don't add the cost of cost model guard in prologue to scalar 
4058         outside cost in case of known number of iterations.
4059
4060 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
4061             Alan Modra  <amodra@bigpond.net.au>
4062
4063         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
4064         non-word-aligned REG+CONST addressing.
4065
4066 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
4067
4068         PR target/38706
4069         * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
4070         free_after_compilation when outputting a thunk.
4071         (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
4072         Do not call free_after_compilation here.
4073
4074 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
4075
4076         * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
4077         (ix86_valid_target_attribute_inner_p): Ditto.
4078
4079 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
4080
4081         PR tree-optimization/38492
4082         PR tree-optimization/38498
4083         * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
4084         * tree-chrec.h (scev_is_linear_expression): Declared.
4085         * graphite.c (graphite_cannot_represent_loop_niter): New.
4086         (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
4087         (graphite_loop_normal_form): Use gcc_assert.
4088         (scan_tree_for_params): Use CASE_CONVERT.
4089         (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
4090         (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
4091         Use gcc_assert.  Discard scops that contain unhandled cases.
4092         (build_scop_conditions): Return a boolean status for unhandled cases.
4093         (strip_mine_profitable_p): Print the loop number, not its depth.
4094         (is_interchange_valid): Pass the depth of the loop nest, don't
4095         recompute it wrongly.
4096         (graphite_trans_bb_block): Same.
4097         (graphite_trans_bb_block): Print tentative of loop blocking.
4098         (graphite_trans_scop_block): Do not print that the loop has been
4099         blocked.
4100         (graphite_transform_loops): Do not handle scops that contain condition
4101         scalar phi nodes.
4102
4103 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
4104
4105         AVX Programming Reference (December, 2008)
4106         * config/i386/avxintrin.h (_mm256_stream_si256): New.
4107         (_mm256_stream_pd): Likewise.
4108         (_mm256_stream_ps): Likewise.
4109
4110         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
4111         IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
4112         (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
4113         (bdesc_special_args): Add __builtin_ia32_movntdq256,
4114         __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
4115         (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
4116         (ix86_expand_special_args_builtin): Likewise.
4117
4118         * config/i386/sse.md (AVXMODEDI): New.
4119         (avx_movnt<mode>): Likewise.
4120         (avx_movnt<mode>): Likewise.
4121         (<sse>_movnt<mode>): Remove AVX support.
4122         (sse2_movntv2di): Likewise.
4123
4124 2009-01-07  Richard Guenther  <rguenther@suse.de>
4125
4126         PR middle-end/38751
4127         * fold-const.c (extract_muldiv): Remove obsolete comment.
4128         (fold_plusminus_mult_expr): Undo MINUS_EXPR
4129         to PLUS_EXPR canonicalization for the canonicalization.
4130
4131 2009-01-07  Gerald Pfeifer  <gerald@pfeifer.com>
4132
4133         * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
4134         hosted cross-compilers generating less efficient code.
4135
4136 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
4137
4138         * function.h (rtl_data): Add a dbr_scheduled_p field.
4139         * reorg.c (dbr_schedule): Set it.
4140         (gate_handle_delay_slots): Check it.
4141         * config/mips/mips.c (mips_base_delayed_branch): Delete.
4142         (mips_reorg): Check flag_delayed_branch instead of
4143         mips_base_delayed_branch.
4144         (mips_override_options): Don't set mips_base_delayed_branch
4145         or flag_delayed_branch.
4146
4147 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
4148
4149         PR rtl-optimization/38426.
4150         * ira.c (ira): Set current_function_is_leaf earlier.
4151
4152 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
4153
4154         PR rtl-optimization/38722
4155         * combine.c (try_combine): Don't modify PATTERN (i3) and notes
4156         too early, only set a flag and modify after last possible
4157         undo_all point.
4158
4159 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
4160
4161         PR c/34252
4162         * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
4163         * real.c (decimal_single_format): Correct values of emin and emax.
4164         (decimal_double_format): Ditto.
4165         (decimal_quad_format): Ditto.
4166         * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
4167         computation of DECnn_MIN and DECnn_MAX for corrected values of
4168         emin and emax.  Define __DECnn_SUBNORMAL_MIN__ instead of
4169         __DECnn_MIN__, and adjust its computation for the corrected value
4170         of emin.
4171
4172 2009-01-06  Jan Hubicka  <jh@suse.cz>
4173
4174         PR target/38744
4175         * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
4176
4177 2009-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
4178
4179         * doc/contrib.texi (Contributors): Slightly adjust the end note.
4180         Add Robert Clark to the list of testers.
4181
4182 2009-01-06  Jan Hubicka  <jh@suse.cz>
4183             Kai Tietz  <kai.tietz@onevision.com>
4184
4185         * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
4186         * config/i386/i386.c (ix86_expand_call): Add clobbers.
4187
4188 2009-01-06  Jan Hubicka  <jh@suse.cz>
4189             Kai Tietz  <kai.tietz@onevision.com>
4190
4191         * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
4192         for w64 ABI.
4193         * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
4194         (ix86_nsaved_regs): Count only general purpose regs.
4195         (ix86_nsaved_sseregs): New.
4196         (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
4197         to 16 for w64; compute padding and size of sse reg save area.
4198         (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
4199         general purpose regs.
4200         (ix86_emit_save_sse_regs_using_mov): New.
4201         (ix86_expand_prologue): Save SSE regs if needed.
4202         (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
4203         (ix86_emit_restore_sse_regs_using_mov): New.
4204         (ix86_expand_epilogue): Save SSE regs if needed.
4205
4206 2009-01-06  Jan Hubicka  <jh@suse.cz>
4207             Kai Tietz  <kai.tietz@onevision.com>
4208
4209         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
4210         * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
4211         functions when accumulate outgoing args is off.
4212
4213 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4214
4215         PR bootstrap/38742
4216         * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
4217         before using pseudos_have_intersected_live_ranges_p.
4218
4219         * ira-int.h (ira_assert): Always define.
4220
4221 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
4222
4223         AVX Programming Reference (December, 2008)
4224         * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
4225         (_mm256_permute2_pd): Likewise.
4226         (_mm_permute2_ps): Likewise.
4227         (_mm256_permute2_ps): Likewise.
4228         * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
4229         * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
4230
4231         * config/i386/i386.c (ix86_builtins): Remove
4232         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
4233         IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
4234         (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
4235         V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
4236         and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
4237         (bdesc_args): Remove __builtin_ia32_vpermil2pd,
4238         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
4239         __builtin_ia32_vpermil2ps256.
4240         (ix86_init_mmx_sse_builtins): Updated.
4241         (ix86_expand_args_builtin): Likewise.
4242
4243 2009-01-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4244
4245         * pa.c (output_call): Relocate non-jump insns in the delay slot of
4246         long absolute calls when generating PA 2.0 code.
4247
4248 2009-01-05  Vladimir Makarov  <vmakarov@redhat.com>
4249
4250         PR rtl-optimization/38583
4251         * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
4252
4253         * params.def (ira-max-conflict-table-size): New.
4254
4255         * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
4256         
4257         * ira.h (ira_conflicts_p): New external definition.
4258         
4259         * ira-conflicts.c (build_conflict_bit_table): Do not build too big
4260         table.  Report this.  Return result of building.
4261         (ira_build_conflicts): Use ira_conflicts_p.  Check result of
4262         building conflict table.
4263
4264         * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
4265         (ira_color): Use ira_conflicts_p.
4266         
4267         * global.c: Include ira.h.
4268         (pseudo_for_reload_consideration_p, build_insn_chain): Use
4269         ira_conflicts_p.
4270
4271         * Makefile.in (global.o): Add ira.h.
4272         
4273         * ira-build.c (mark_all_loops_for_removal,
4274         propagate_some_info_from_allocno): New.
4275         (remove_unnecessary_allocnos): Call
4276         propagate_some_info_from_allocno.
4277         (remove_low_level_allocnos): New.
4278         (remove_unnecessary_regions): Add parameter.  Call
4279         mark_all_loops_for_removal and remove_low_level_allocnos.  Pass
4280         parameter to remove_unnecessary_regions.
4281         (ira_build): Remove all regions but root if the conflict table was
4282         not built.  Update conflict hard regs for allocnos crossing calls.
4283
4284         * ira.c (ira_conflicts_p): New global.
4285         (ira): Define and use ira_conflicts_p.
4286
4287         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
4288         count_spilled_pseudo, find_reg, alter_reg, finish_spills,
4289         emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
4290         
4291 2009-01-06  Ben Elliston  <bje@au.ibm.com>
4292
4293         * gengtype-lex.l (YY_NO_INPUT): Define.
4294
4295 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4296
4297         PR c/34911
4298         * c-common.c (handle_vector_size_attribute): Also reject
4299         BOOLEAN_TYPE types.
4300
4301 2009-01-05  Sebastian Pop  <sebastian.pop@amd.com>
4302
4303         PR tree-optimization/38492
4304         * graphite.c (rename_map_elt, debug_rename_elt,
4305         debug_rename_map_1, debug_rename_map, new_rename_map_elt,
4306         rename_map_elt_info, eq_rename_map_elts,
4307         get_new_name_from_old_name, bb_in_sese_p): Moved around.
4308         (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
4309         (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
4310         (sese_build_livein_liveouts): New.
4311         (new_sese, free_sese): New.
4312         (new_scop): Call new_sese.
4313         (free_scop): Call free_sese.
4314         (rename_variables_from_edge, rename_phis_end_scop): Removed.
4315         (register_old_new_names): Renamed register_old_and_new_names.
4316         (register_scop_liveout_renames, add_loop_exit_phis,
4317         insert_loop_close_phis, struct igp,
4318         default_liveout_before_guard, add_guard_exit_phis,
4319         insert_guard_phis, copy_renames): New.
4320         (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
4321         (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
4322         (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
4323         (scop_adjust_phis_for_liveouts): New.
4324         (gloog): Call scop_adjust_phis_for_liveouts.
4325
4326         * graphite.h (struct sese): Documented.  Added fields liveout,
4327         num_ver and livein.
4328         (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
4329         (new_sese, free_sese, sese_build_livein_liveouts): Declared.
4330         (struct scop): Added field liveout_renames.
4331         (SCOP_LIVEOUT_RENAMES): New.
4332
4333 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
4334
4335         PR tree-optimization/38510
4336         * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
4337         (translate_clast): Call recompute_all_dominators before
4338         graphite_verify.
4339         (gloog): Call recompute_all_dominators before graphite_verify.
4340
4341 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
4342             Jan Sjodin  <jan.sjodin@amd.com>
4343
4344         PR tree-optimization/38500
4345         * graphite.c (create_sese_edges): Call fix_loop_structure after
4346         splitting blocks.
4347
4348 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
4349
4350         * config.gcc: Add m32r*-*-rtems*.
4351         * config/m32r/rtems.h: New file.
4352
4353 2009-01-05  Ben Elliston  <bje@au.ibm.com>
4354
4355         * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
4356         (.po.pox): Likewise.
4357         (po/gcc.pot): Likewise.
4358
4359 2009-01-04  David S. Miller  <davem@davemloft.net>
4360
4361         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
4362         (STARTING_FRAME_OFFSET): Always set to zero.
4363
4364 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
4365
4366         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
4367         * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
4368         fixed-point types, and vectors of the same.
4369
4370 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
4371
4372         * config/mips/sync.md (*mb_barrier): Rename to...
4373         (*memory_barrier): ...this.
4374
4375 2009-01-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
4376
4377         * doc/extend.texi (Function Attributes): Move @cindex after @item
4378         for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
4379         and put in alphabetical order. Fix 'target' name and put in order.
4380         * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
4381         typos.
4382
4383 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
4384
4385         * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
4386         (memory_barrier): Expand as unspec instead of unspec_volatile.
4387         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4388         (*memory_barrier): Define as unspec instead of unspec_volatile.
4389         Use (match_dup 0) as input operand.
4390
4391         * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
4392         * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
4393         unspec_volatile.  Remove mem:BLK from insn operands.  Use Pmode
4394         scratch register.  Remove operand 1.
4395         (*stbar): Define as unspec instead of unspec_volatile.
4396         Use (match_dup 0) as input operand, remove (const_int 8).
4397         (*membar): Define as unspec instead of unspec_volatile.
4398         Use (match_dup 0) as input operand, remove input operand 2.
4399
4400         * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
4401         (memory_barrier): Expand as unspec instead of unspec_volatile.
4402         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4403         (*memory_barrier): Define as unspec instead of unspec_volatile.
4404         Use (match_dup 0) as input operand.
4405
4406         * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
4407         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4408         Set volatile flag on operand 0.
4409         (*memory_barrier): New insn pattern.
4410
4411         * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
4412         insn operands.
4413         (*memory_barrier): Use (match_dup 0) as input operand.
4414
4415         * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
4416         Remove mem:BLK from insn operands.  Use Pmode scratch register.
4417         Set volatile flag on operand 0.
4418         (*mb_internal): New insn pattern.
4419
4420         * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
4421
4422 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
4423
4424         PR middle-end/38586
4425         * function.c (struct temp_slot): Move to the section of the file
4426         that deals with temp slots.  Remove field 'address'.
4427         (temp_slot_address_table): New hash table of address -> temp slot.
4428         (struct temp_slot_address_entry): New struct, items for the table.
4429         (temp_slot_address_compute_hash, temp_slot_address_hash,
4430         temp_slot_address_eq, insert_temp_slot_address): Support functions
4431         for the new table.
4432         (find_temp_slot_from_address): Rewrite to use the new hash table.
4433         (remove_unused_temp_slot_addresses): Remove addresses of temp
4434         slots that have been made available.
4435         (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
4436         worker function for remove_unused_temp_slot_addresses.
4437         (assign_stack_temp_for_type): Don't clear the temp slot address list.
4438         Add the temp slot address to the address -> temp slot map.
4439         (update_temp_slot_address): Update via insert_temp_slot_address.
4440         (free_temp_slots): Call remove_unused_temp_slot_addresses.
4441         (pop_temp_slots): Likewise.
4442         (init_temp_slots): Allocate the address -> temp slot map, or empty
4443         the map if it is already allocated.
4444         (prepare_function_start): Initialize temp slot processing.
4445
4446 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
4447
4448         PR middle-end/38584
4449         * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
4450         Calculate the size of all stack vars assuming no packing of stack
4451         vars will happen, replacing a quadratic algorithm with a linear one.
4452
4453 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
4454
4455         PR target/38707
4456         * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
4457         can't be used.
4458
4459 2009-01-03  Diego Novillo  <dnovillo@google.com>
4460
4461         * doc/contrib.texi: Update contributions.
4462
4463 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
4464
4465         PR c++/38705
4466         * builtins.c (fold_builtin_memory_op): Give up if either operand
4467         is volatile.  Set srctype or desttype to non-qualified version
4468         of the other type.
4469
4470         PR c/38700
4471         * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
4472         and FUNCTION_DECLs.
4473
4474 2009-01-02  Kenneth Zadeck  <zadeck@naturalbridge.com>
4475
4476         PR rtl-optimization/35805
4477         * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
4478         problem if fast dce is able to remove any instructions.
4479         * dce.c (dce_process_block): Fix dump message.
4480         
4481 2009-01-02  Mark Mitchell  <mark@codesourcery.com>
4482
4483         PR 33649
4484         * tree-ssa-pre.c (compute_antic): Correct loop bounds.
4485
4486 2009-01-02  Jakub Jelinek  <jakub@redhat.com>
4487
4488         PR middle-end/38690
4489         * tree-flow.h (op_code_prio, op_prio): New prototypes.
4490         * tree-pretty-print.c (op_code_prio): New function.
4491         (op_prio): No longer static.  Use op_code_prio.
4492         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
4493         Use op_prio and op_code_prio to determine if () should be
4494         printed around operand(s) or not.
4495
4496         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
4497         dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
4498         dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
4499         dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
4500         pp_character instead of pp_string for single letter printing.
4501
4502 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
4503
4504         * doc/extend.texi: Fix '#pragma GCC option' typo.
4505
4506 2009-01-02  Richard Guenther  <rguenther@suse.de>
4507
4508         * doc/install.texi (--enable-checking): Mention different
4509         default for stage1.
4510         (--enable-stage1-checking): Document.
4511
4512 2009-01-01  Andrew Pinski  <pinskia@gmail.com>
4513
4514         PR middle-end/30142
4515         * tree-cfg.c (verify_expr): Add INDIRECT_REF case.  Change MODIFY_EXPR
4516         case to be an error.
4517
4518 2009-01-02  Ben Elliston  <bje@au.ibm.com>
4519
4520         * config/fp-bit.h (pack_d): Constify argument.
4521         * config/fp-bit.c (makenan): Constify return type. Remove casts.
4522         (isnan): Constify argument.
4523         (isinf): Likewise.
4524         (iszero): Likewise.
4525         (pack_d): Likewise.
4526         (_fpadd_parts): Constify return type.
4527         (_fpmul_parts): Likewise.
4528         (_fpdiv_parts): Likewise.
4529
4530 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
4531
4532         PR c/36489
4533         * c-typeck.c (add_pending_init): Add IMPLICIT argument.  Only
4534         warn about overwriting initializer with side-effects or
4535         -Woverride-init if !IMPLICIT.
4536         (output_init_element): Likewise.  Pass IMPLICIT down to
4537         add_pending_init.
4538         (process_init_element): Add IMPLICIT argument.  Pass it down
4539         to output_init_element.
4540         (push_init_element, pop_init_level, set_designator): Adjust
4541         process_init_element callers.
4542         (set_nonincremental_init, set_nonincremental_init_from_string):
4543         Adjust add_pending_init callers.
4544         (output_pending_init_elements): Adjust output_init_element callers.
4545         * c-tree.h (process_init_element): Adjust prototype.
4546         * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
4547         process_init_element callers.