OSDN Git Service

2009-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2009-03-25  Ralf Corsépius <ralf.corsepius@rtems.org>
2
3         * config/arm/rtems-elf.h: Remove LINK_GCC_C_SEQUENCE_SPEC.
4         * config/rs6000/t-rtems: Remove MULTILIB_EXTRA_OPTS.
5
6 2009-03-25  Richard Guenther  <rguenther@suse.de>
7
8         PR middle-end/39497
9         * Makefile.in (dfp.o-warn): Use -fno-strict-aliasing instead
10         of -Wno-error.
11
12 2009-03-25  Andrey Belevantsev  <abel@ispras.ru>
13
14         * config/ia64/ia64.c (ia64_set_sched_flags): Zero spec_info->mask when
15         neither of haifa/selective schedulers are working.
16
17 2009-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18
19         * doc/invoke.texi (Debugging Options): Fix description of
20         -fno-merge-debug-strings.
21
22 2009-03-24  Hans-Peter Nilsson  <hp@axis.com>
23
24         * config/cris/libgcc.ver: New version-script.
25         * config/cris/t-linux (SHLIB_MAPFILES): Use it.
26
27         * configure.ac <GAS features, nop mnemonic>: Add pattern
28         crisv32-*-* for "nop".
29         <GAS features, Thread-local storage>: Add item for CRIS and
30         CRIS v32.
31         * configure: Regenerate.
32
33 2009-03-24  Ira Rosen  <irar@il.ibm.com>
34
35         PR tree-optimization/39529
36         * tree-vect-transform.c (vect_create_data_ref_ptr): Call
37         mark_sym_for_renaming for the tag copied to the new vector
38         pointer.
39
40 2009-03-24  Arthur Loiret  <aloiret@debian.org>
41
42         * config.host (alpha*-*-linux*): Use driver-alpha.o and
43         alpha/x-alpha.
44         * config/alpha/linux.h (host_detect_local_cpu): Declare, add to
45         EXTRA_SPEC_FUNCTIONS.
46         (MCPU_MTUNE_NATIVE_SPECS, DRIVER_SELF_SPECS): New macros.
47         * config/alpha/driver-alpha.c, config/alpha/x-alpha: New.
48         * doc/invoke.texi (DEC Alpha Options): Document 'native' value for
49         -march and -mtune options.
50
51 2009-03-24  Ralf Corsépius <ralf.corsepius@rtems.org>
52
53         * config/m68k/t-rtems: Add m5329 multilib.
54
55 2009-03-24  Dodji Seketeli  <dodji@redhat.com>
56             Jakub Jelinek  <jakub@redhat.com>
57
58         PR debug/39524
59         * dwarf2out.c (gen_variable_die): Avoid adding duplicate declaration
60         nodes.
61
62 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
63
64         PR c/39495
65         * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
66         instead of c_parser_expression_conv, if original_code isn't one of the
67         4 allowed comparison codes, fail.
68
69 2009-03-23  Richard Guenther  <rguenther@suse.de>
70
71         * cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.
72         * tree.h (struct tree_type): Likewise.
73         * reload.h (struct insn_chain): Likewise.
74         * dwarf2out.c (struct dw_loc_descr_struct): Likewise.
75         * function.h (struct function): Likewise.
76         * tree-ssa-structalias.c (struct equiv_class_label): Likewise.
77
78 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
79
80         PR tree-optimization/39516
81         * lambda-code.c (perfect_nestify): Fix type of the uboundvar variable.
82
83 2009-03-23 Bingfeng Mei  <bmei@broadcom.com>
84
85         * config.gcc (need_64bit_hwint): Make clear that need_64bit_hwint 
86         should be set true if BITS_PER_WORD of target is bigger than 32
87
88 2009-03-22  Hans-Peter Nilsson  <hp@axis.com>
89
90         * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC):
91         Translate -B-options to -rpath-link.  Correct existing
92         rpath-link and conditionalize on !nostdlib.
93
94 2009-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
95
96         * doc/extend.texi (Function Attributes, Variable Attributes):
97         Fix typos.
98         * doc/invoke.texi (Debugging Options, Optimize Options)
99         (i386 and x86-64 Options, MCore Options): Likewise.
100
101 2009-03-20  Jakub Jelinek  <jakub@redhat.com>
102
103         PR debug/37890
104         * dwarf2out.c (gen_namespace_die): Add context_die argument and use
105         it for block local namespace aliases.
106         (gen_decl_die): Pass context_die to gen_namespace_die.
107
108 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
109
110         PR c/39495
111         * c-omp.c (c_finish_omp_for): Allow NE_EXPR with TREE_TYPE (decl)'s
112         minimum or maximum value.
113
114 2009-03-19  Alexandre Oliva  <aoliva@redhat.com>
115
116         * reginfo.c (globalize_reg): Recompute derived reg sets.
117
118 2009-03-19  Ozkan Sezer <sezeroz@gmail.com>
119
120         PR target/39063
121         * libgcc2.c (mprotect): Do not use signed arguments for
122         VirtualProtect, use DWORD arguments.  Also fix the 'may
123         be used uninitialized' warning for the np variable.
124
125 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
126
127         PR target/39496
128         * config/i386/i386.c (ix86_function_regparm): Don't optimize local
129         functions using regparm calling conventions when not optimizing.
130         (ix86_function_sseregparm): Similarly for sseregparm calling
131         conventions.
132
133 2009-03-19  Li Feng  <nemokingdom@gmail.com>
134
135         PR middle-end/39500
136         * tree-data-ref.c (analyze_subscript_affine_affine): There is no
137         dependence if the first conflict is after niter iterations.
138
139 2009-03-19  Hans-Peter Nilsson  <hp@axis.com>
140
141         PR middle-end/38609
142         * config/cris/cris.h (FRAME_POINTER_REQUIRED): Force for all
143         functions with dynamic stack-pointer adjustments.
144
145 2009-03-19  Ben Elliston  <bje@au.ibm.com>
146
147         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix -msdata-data
148         option; change to -msdata=data.
149
150 2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
151
152         * c.opt: Unify help texts for -Wdeprecated, -Wsystem-headers,
153         and -fopenmp.
154
155 2009-03-18  Eric Botcazou  <ebotcazou@adacore.com>
156
157         PR target/35180
158         * config/sparc/sparc.md (do_builtin_setjmp_setup): Prettify asm output.
159
160 2009-03-18  Sandra Loosemore  <sandra@codesourcery.com>
161
162         * doc/invoke.texi (Code Gen Options): Expand discussion of
163         -fno-common.
164
165 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
166
167         * dse.c (struct group_info): Reorder fields for 64-bit hosts.
168         * matrix-reorg.c (struct matrix_info): Likewise.
169         * tree-ssa-loop-ivopts.c (struct ivopts_data): Likewise.
170         * rtl.h (struct mem_attrs): Likewise.
171         * df.h (struct df): Likewise.
172         * tree-data-ref.h (struct data_dependence_relation): Likewise.
173         * ira-int.h (struct ira_allocno): Likewise.
174         * df-scan.c (struct df_collection_rec): Likewise.
175         * ira.c (struct equivalence): Likewise.
176         * function.c (struct temp_slot): Likewise.
177         * cfgloop.h (struct loop): Likewise.
178
179         PR debug/39485
180         * function.c (use_register_for_decl): When not optimizing, disregard
181         register keyword for variables with types containing methods.
182
183 2009-03-18  Sebastian Pop  <sebastian.pop@amd.com>
184
185         PR middle-end/39447
186         * graphite.c (exclude_component_ref): Renamed contains_component_ref_p.
187         (is_simple_operand): Call contains_component_ref_p before calling data
188         reference analysis that would fail on COMPONENT_REFs.
189
190         * tree-vrp.c (search_for_addr_array): Fix formatting.
191
192 2009-03-18  Richard Guenther  <rguenther@suse.de>
193
194         * tree-vect-transform.c (vect_loop_versioning): Fold the
195         generated comparisons.
196         * tree-vectorizer.c (set_prologue_iterations): Likewise.
197         (slpeel_tree_peel_loop_to_edge): Likewise.
198
199 2009-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
200
201         PR middle-end/37805
202         * opts.c (print_specific_help): In addition to `undocumented',
203         accept `separate' and `joined' flags if passed alone.  Describe
204         output by the first matched one of those.
205         (common_handle_option): Skip over empty strings.
206         * gcc.c (display_help): Fix help string for `--help='.
207         * doc/invoke.texi (Option Summary, Overall Options): With
208         `--help=', classes and qualifiers can both be repeated, but
209         only the latter can be negated.  One should not pass only
210         negated qualifiers.  Fix markup and examples.
211
212         Revert
213         2008-10-14  Jakub Jelinek  <jakub@redhat.com>
214         PR middle-end/37805
215         * opts.c (common_handle_option): Don't ICE on -fhelp=joined
216         and -fhelp=separate.
217
218 2009-03-17  Jing Yu  <jingyu@google.com>
219
220         PR middle-end/39378
221         * function.h (struct rtl_data): Move is_thunk from here...
222         (struct function): ...to here.
223         * cp/method.c (use_thunk): Change is_thunk from crtl to cfun.
224         * varasm.c (assemble_start_function): Change is_thunk from crtl to
225         cfun.
226         * config/alpha/alpha.c (alpha_sa_mask): Change is_thunk from crtl to
227         cfun.
228         (alpha_does_function_need_gp, alpha_start_function): Likewise.
229         (alpha_output_function_end_prologue): Likewise.
230         (alpha_end_function, alpha_output_mi_thunk_osf): Likewise.
231         * config/rs6000/rs6000.c (rs6000_ra_ever_killed): Likewise.
232         (rs6000_output_function_epilogue): Likewise.
233         * config/arm/arm.h (ARM_DECLARE_FUNCTION_NAME): Likewise.
234
235 2009-03-17  Uros Bizjak  <ubizjak@gmail.com>
236
237         PR target/39482
238         * config/i386/i386.md (*truncdfsf_mixed): Avoid combining registers
239         from different units in a single alternative.
240         (*truncdfsf_i387): Ditto.
241         (*truncxfsf2_mixed): Ditto.
242         (*truncxfdf2_mixed): Ditto.
243
244 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
245
246         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Allow
247         non-NAMESPACE_DECL IMPORTED_DECL_ASSOCIATED_DECL.
248
249         PR debug/39474
250         * tree-ssa-live.c (remove_unused_locals): Don't remove local
251         unused non-artificial variables when not optimizing.
252
253         PR debug/39471
254         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): Emit
255         DW_TAG_imported_module even if decl is IMPORTED_DECL with
256         NAMESPACE_DECL in its DECL_INITIAL.
257
258         PR middle-end/39443
259         * optabs.c (set_user_assembler_libfunc): New function.
260         * expr.h (set_user_assembler_libfunc): New prototype.
261         * c-common.c: Include libfuncs.h.
262         (set_builtin_user_assembler_name): Call set_user_assembler_libfunc
263         for memcmp, memset, memcpy, memmove and abort.
264         * Makefile.in (c-common.o): Depend on libfuncs.h.
265
266         PR debug/39412
267         * dwarf2out.c (gen_inlined_enumeration_type_die,
268         gen_inlined_structure_type_die, gen_inlined_union_type_die,
269         gen_tagged_type_instantiation_die): Removed.
270         (gen_decl_die): For TYPE_DECL_IS_STUB with non-NULL decl_origin
271         do nothing.
272
273 2009-03-17  Janis Johnson  <janis187@us.ibm.com>
274
275         PR testsuite/38526
276         * Makefile.in (site.exp): Rename TEST_GCC_EXEC_PREFIX and comment
277         its use.
278         (check-%): Don't set GCC_EXEC_PREFIX when invoking runtest.
279         (check-parallel-%): Ditto.
280         (check-consistency): Ditto.
281
282 2009-03-17  Kai Tietz  <kai.tietz@onevision.com>
283
284         * ipa-struct-reorg.c (create_general_new_stmt): Initialize
285         local variable rhs by NULL_TREE.
286
287 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
288
289         PR target/39477
290         * doc/extend.texi: Correct register behavior for regparm on Intel 386.
291
292 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
293
294         PR target/39476
295         * config/i386/i386.c (ix86_function_regparm): Rewrite for 64bit.
296
297 2009-03-17  H.J. Lu  <hongjiu.lu@intel.com>
298
299         PR target/39473
300         * config/i386/i386.c (ix86_expand_call): Check extra clobbers
301         for ms->sysv ABI calls only in 64bit mode.
302
303         * config/i386/i386.md (untyped_call): Support 32bit.
304
305 2009-03-16  H.J. Lu  <hongjiu.lu@intel.com>
306
307         * doc/extend.texi: Replace x86_65 with x86_64.
308
309 2009-03-16  Jakub Jelinek  <jakub@redhat.com>
310
311         PR tree-optimization/39455
312         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Fix types
313         mismatches for POINTER_TYPE_P (type).
314         (number_of_iterations_le): Likewise.
315
316 2009-03-16  Hariharan Sandanagobalane <hariharan@picochip.com>
317
318         * config/picochip/picochip.c: Removed profiling support.
319         * config/picochip/picochip.md: Removed profiling instruction.
320         * config/picochip/picochip.h: Removed profiling builtin.
321
322 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
323
324         * doc/install.texi (--with-host-libstdcxx): Document.
325
326 2009-03-14  Anatoly Sokolov  <aesok@post.ru>
327
328         PR target/34299
329         * config/avr/avr.c (avr_handle_fndecl_attribute): Move code for
330         generate a warning if the function name does not begin with
331         "__vector" and the function has either the 'signal' or 'interrupt'
332         attribute, from here to ...
333         (avr_declare_function_name): ...here. New function.
334         * config/avr/avr.h (ASM_DECLARE_FUNCTION_NAME): Redefine.
335         * config/avr/avr-protos.h (avr_declare_function_name): Declare.
336
337 2009-03-14  Jakub Jelinek  <jakub@redhat.com>
338
339         PR bootstrap/39454
340         * cse.c (fold_rtx): Don't modify original const_arg1 when
341         canonicalizing SHIFT_COUNT_TRUNCATED shift count, do it on a
342         separate variable instead.
343         * rtlanal.c (nonzero_bits1) <case ASHIFTRT>: Don't assume anything
344         from out of range shift counts.
345         (num_sign_bit_copies1) <case ASHIFTRT, case ASHIFT>: Similarly.
346
347 2008-03-13  Catherine Moore  <clm@codesourcery.com>
348
349         * gcc/config/i386/x-mingw32 (host-mingw32.o): Replace
350         diagnostic.h with $(DIAGNOSTIC_H).
351
352 2008-03-12  Jakub Jelinek  <jakub@redhat.com>
353
354         PR target/39431
355         * config/i386/predicates.md (cmpxchg8b_pic_memory_operand): New
356         predicate.
357         * config/i386/sync.md (sync_compare_and_swap<mode>,
358         sync_compare_and_swap_cc<mode>): For DImode with -m32 -fpic check
359         if operands[1] is cmpxchg8b_pic_memory_operand, if not force address
360         into a register.
361         (sync_double_compare_and_swapdi_pic,
362         sync_double_compare_and_swap_ccdi_pic): Require operand 1 to be
363         cmpxchg8b_pic_memory_operand instead of just memory_operand.
364
365 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
366
367         PR target/39445
368         * config/i386/i386.c (ix86_expand_push): Don't set memory alignment.
369
370 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
371
372         PR target/39327
373         * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
374         (avx_addsubv4df3): Likewise.
375         (*avx_addsubv4sf3): Likewise.
376         (sse3_addsubv4sf3): Likewise.
377
378 2009-03-12  H.J. Lu  <hongjiu.lu@intel.com>
379
380         PR target/38824
381         * config/i386/i386.md: Compare REGNO on the new peephole2 patterns.
382
383 2009-03-12  Vladimir Makarov  <vmakarov@redhat.com>
384
385         PR debug/39432
386         * ira-int.h (struct allocno): Fix comment for calls_crossed_num.
387         * ira-conflicts.c (ira_build_conflicts): Prohibit call used
388         registers for allocnos created from user-defined variables.
389
390 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
391
392         PR target/39181
393         * config/spu/spu.c (spu_expand_mov): Handle invalid subregs
394         of non-integer mode as well.
395
396 2009-03-11  Adam Nemet  <anemet@caviumnetworks.com>
397
398         * gimplify.c (gimplify_call_expr): Don't set CALL_CANNOT_INLINE_P
399         for functions for which the parameter types are unknown.
400
401 2009-03-11  Jakub Jelinek  <jakub@redhat.com>
402
403         PR target/39137
404         * cfgexpand.c (get_decl_align_unit): Use LOCAL_DECL_ALIGNMENT macro.
405         * defaults.h (LOCAL_DECL_ALIGNMENT): Define if not yet defined.
406         * config/i386/i386.h (LOCAL_DECL_ALIGNMENT): Define.
407         * config/i386/i386.c (ix86_local_alignment): For
408         -m32 -mpreferred-stack-boundary=2 use 32-bit alignment for
409         long long variables on the stack to avoid dynamic realignment.
410         Allow the first argument to be a decl rather than type.
411         * doc/tm.texi (LOCAL_DECL_ALIGNMENT): Document.
412
413 2009-03-11  Nick Clifton  <nickc@redhat.com>
414
415         PR target/5362
416         * config/mcore/mcore.opt: Remove deprecated m4align and m8align
417         options.
418         Add description to mno-lsim option.
419         * config/mcore/mcore.h: Remove comment about deprecated m4align
420         option.
421         (TARGET_DEFAULT): Remove deprecated MASK_M8ALIGN.
422         * doc/invoke.texi: Add description of mno-lsim and
423         mstack-increment options.
424
425         * config/fr30/fr30.opt: Document the -mno-lsim option.
426         * doc/invoke.texi: Add descriptions of the FR30's -msmall-model
427         and -mno-lsim options.
428
429 2009-03-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
430
431         * fold-const.c (fold_comparison): Only call fold_inf_compare
432         if the mode supports infinities.
433
434 2009-03-11  Jason Merrill  <jason@redhat.com>
435
436         PR debug/39086
437         * tree-nrv.c (tree_nrv): Don't do this optimization if the front
438         end already did.  Notice GIMPLE_CALL modifications of the result.
439         Don't copy debug information from an ignored decl or a decl from
440         another function.
441
442 2009-03-10  Richard Guenther  <rguenther@suse.de>
443             Nathan Froyd  <froydnj@codesourcery.com>
444
445         PR middle-end/37850
446         * libgcc2.c (__mulMODE3): Use explicit assignments to form the result.
447         (__divMODE3): Likewise.
448
449 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
450
451         PR tree-optimization/39394
452         * gimplify.c (gimplify_type_sizes): Gimplify DECL_SIZE and
453         DECL_SIZE_UNIT of variable length FIELD_DECLs.
454
455 2009-03-09  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
456
457         * recog.c (verfiy_changes): Disallow renaming of hard regs in
458         inline asms for register asm ("") declarations.
459
460 2009-03-09  Eric Botcazou  <ebotcazou@adacore.com>
461
462         * fold-const.c (fold_unary): Fix comment.
463
464 2009-03-07  Jan Hubicka  <jh@suse.cz>
465
466         PR target/39361
467         * tree-inline.c (setup_one_parameter): Do replacement of const
468         argument by constant in SSA form.
469
470 2009-03-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
471
472         PR middle-end/38028
473         * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to
474         determine alignment passed to assign_stack_local.
475         (assign_parms_unsplit_complex): Likewise.
476         * except.c (sjlj_build_landing_pads): Likewise.
477
478 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
479
480         PR middle-end/39360
481         * tree-flow.h (add_referenced_var): Return bool instead of void.
482         * tree-dfa.c (add_referenced_var): Return result of
483         referenced_var_check_and_insert call.
484         * tree-inline.c (expand_call_inline): Call add_referenced_var instead
485         of referenced_var_check_and_insert.
486
487         PR debug/39372
488         * dwarf2out.c (add_abstract_origin_attribute): Return origin_die.
489         (gen_variable_die): Emit DW_AT_location on abstract static variable's
490         DIE, don't emit it if abstract origin already has it.
491         * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any
492         BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless.
493
494 2009-03-06  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
495
496         * genpreds.c: (needs_variable): Fix parentheses at variable name
497         detection.
498         (write_tm_constrs_h): Indent generated code.
499
500 2009-03-06  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
501
502         * doc/extend.texi (Function Attributes): Add documentation
503         for isr attributes.
504
505 2009-03-06  Jakub Jelinek  <jakub@redhat.com>
506
507         PR debug/39387
508         * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL
509         take locus from its DECL_SOURCE_LOCATION instead of input_location.
510
511 2009-03-05  Bernd Schmidt  <bernd.schmidt@analog.com>
512
513         * config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark
514         the loop as bad.
515
516 2009-03-05  Jakub Jelinek  <jakub@redhat.com>
517
518         PR debug/39379
519         * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs
520         with blocks containing IMPORTED_DECLs in BLOCK_VARS.
521
522 2009-03-05  Uros Bizjak  <ubizjak@gmail.com>
523
524         * config/i386/i386.md (R8_REG, R9_REG): New constants.
525         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named
526         constants instead of magic numbers.
527         (HARD_REGNO_CALLER_SAVE_MODE): Ditto.
528         (QI_REG_P): Ditto.
529         * config/i386/i386.c (x86_64_int_parameter_registers): Ditto.
530         (x86_64_ms_abi_int_parameter_registers): Ditto.
531         (x86_64_int_return_registers): Ditto.
532         (ix86_maybe_switch_abi): Ditto.
533         (ix86_expand_call): Ditto for clobbered_registers array.
534         (ix86_hard_regno_mode_ok): Ditto.
535         (x86_extended_QIreg_mentioned_p): Ditto.
536
537 2009-03-05  J"orn Rennecke  <joern.rennecke@arc.com>
538
539         PR tree-optimization/39349
540         * cse.c (cse_insn): Fix loop to stop at VOIDmode.
541
542         * combine.c (gen_lowpart_for_combine): Use omode when generating
543         clobber.
544
545 2009-03-04  J"orn Rennecke  <joern.rennecke@arc.com>
546
547         PR rtl-optimization/39235
548         * loop-iv.c (get_simple_loop_desc): Use XCNEW.
549
550 2009-03-04  Zdenek Dvorak  <ook@ucw.cz>
551
552         * graphite.c (nb_reductions_in_loop): Update simple_iv arguments.
553
554 2009-03-04  Richard Guenther  <rguenther@suse.de>
555
556         PR tree-optimization/39362
557         * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs
558         that occur in abnormal PHIs should be varying.
559
560 2009-03-04  Zdenek Dvorak  <ook@ucw.cz>
561
562         * tree-scalar-evolution.c (analyze_scalar_evolution_in_loop):
563         Extend comments.
564         (simple_iv):  Take loop as an argument instead of statement.
565         * tree-scalar-evolution.h (simple_iv): Declaration changed.
566         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls
567         to simple_iv.
568         * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev):
569         Ditto.
570         * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto.
571         * matrix-reorg.c (analyze_transpose): Ditto.
572         * tree-data-ref.c (dr_analyze_innermost): Ditto.
573         * tree-vect-analyze.c (vect_analyze_data_refs): Ditto.
574         * tree-predcom.c (ref_at_iteration): Ditto.
575         * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto.
576
577 2009-03-04  Richard Guenther  <rguenther@suse.de>
578
579         PR tree-optimization/39358
580         * tree-ssa-structalias.c (do_sd_constraint): Fix check for
581         escaped_id and callused_id.
582         (solve_graph): Likewise.
583
584 2009-03-04  Richard Guenther  <rguenther@suse.de>
585
586         PR tree-optimization/39339
587         * tree-sra.c (try_instantiate_multiple_fields): Make it
588         no longer ICE on the above.
589
590 2009-03-03  Joseph Myers  <joseph@codesourcery.com>
591
592         * emit-rtl.c (adjust_address_1): Reduce offset to a signed value
593         that fits within Pmode.
594
595 2009-03-03  Steve Ellcey  <sje@cup.hp.com>
596
597         PR middle-end/10109
598         * tm.texi (LIBCALL_VALUE): Update description.
599
600 2009-03-03  Steve Ellcey  <sje@cup.hp.com>
601
602         PR middle-end/34443
603         * doc/extend.texi (section): Update description.
604
605 2009-03-03  H.J. Lu  <hongjiu.lu@intel.com>
606
607         PR middle-end/39345
608         * tree-inline.c (remapped_type): New.
609         (can_be_nonlocal): Call remapped_type instead of remap_type.
610
611 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
612
613         PR fortran/39354
614         * gimplify.c (goa_stabilize_expr): Handle tcc_comparison,
615         TRUTH_ANDIF_EXPR and TRUTH_ORIF_EXPR.
616
617 2009-03-03  Richard Guenther  <rguenther@suse.de>
618
619         PR middle-end/39272
620         * tree.c (tree_nonartificial_location): New function.
621         * tree.h (tree_nonartificial_location): Declare.
622         * builtins.c (expand_builtin_memory_chk): Provide location
623         of the call location for artificial function pieces.
624         (maybe_emit_chk_warning): Likewise.
625         (maybe_emit_sprintf_chk_warning): Likewise.
626         (maybe_emit_free_warning): Likewise.
627         * expr.c (expand_expr_real_1): Likewise.
628
629 2009-03-03  Jakub Jelinek  <jakub@redhat.com>
630
631         PR tree-optimization/39343
632         * tree-ssa-ccp.c (maybe_fold_offset_to_address): Don't check if
633         COMPONENT_REF t has ARRAY_TYPE.
634
635 2009-03-02  Sebastian Pop  <sebastian.pop@amd.com>
636
637         PR middle-end/39335
638         * tree-parloops.c (canonicalize_loop_ivs): Call fold_convert
639         when the type precision of the induction variable should be
640         larger than the type precision of nit.
641         (gen_parallel_loop): Update use of canonicalize_loop_ivs.
642         * graphite.c (graphite_loop_normal_form): Same.
643         * tree-flow.h (canonicalize_loop_ivs): Update declaration.
644
645 2009-03-02  Uros Bizjak  <ubizjak@gmail.com>
646
647         * config/i386/i386.md (ST?_REG, MM?_REG): New constants.
648         (*call_1_rex64_ms_sysv): Use named constants instead of magic
649         numbers to describe clobbered registers.
650         (*call_value_0_rex64_ms_sysv): Ditto.
651         * config/i386/mmx.md (mmx_emms): Ditto.
652         (mmx_femms): Ditto.
653
654 2009-03-02  Richard Sandiford  <rdsandiford@googlemail.com>
655
656         * config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
657         of ABI_64.
658
659 2009-03-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
660
661         * config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
662         (spu_section_type_flags): New function.
663
664 2009-03-02  Uros Bizjak  <ubizjak@gmail.com>
665
666         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
667         reg_class_contents of FLOAT_REGS into a temporary.
668
669 2009-03-02  Richard Guenther  <rguenther@suse.de>
670             Ira Rosen  <irar@il.ibm.com>
671
672         PR tree-optimization/39318
673         * tree-vect-transform.c (vectorizable_call): Transfer the EH region
674         information to the vectorized statement.
675
676 2009-03-01  Uros Bizjak  <ubizjak@gmail.com>
677
678         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i"
679         variable.  Use defined names instead of magic constants for REX SSE
680         registers.
681
682 2009-03-01  Richard Guenther  <rguenther@suse.de>
683
684         PR tree-optimization/39331
685         * omp-low.c (lower_send_shared_vars): Do not receive new
686         values for the reference of DECL_BY_REFERENCE parms or results.
687
688 2009-03-01  Jan Hubicka  <jh@suse.cz>
689
690         PR debug/39267
691         * tree.h (BLOCK_NONLOCALIZED_VARS, BLOCK_NUM_NONLOCALIZED_VARS,
692         BLOCK_NONLOCALIZED_VAR): New macros.
693         (tree_block): Add nonlocalized_vars.
694         * dwarf2out.c (gen_formal_parameter_die, gen_variable_die,
695         gen_decl_die): Add origin argument.  Allow generation of die with
696         origin at hand only.
697         (gen_member_die, gen_type_die_with_usage, force_decl_die,
698         declare_in_namespace, gen_namescpace_die, dwarf2out_decl): Update use
699         of gen_*.
700         (gen_block_die): Fix checking for unused blocks.
701         (process_scope_var): Break out from .... ; work with origins only.
702         (decls_for_scope) ... here; process nonlocalized list.
703         (dwarf2out_ignore_block): Look for nonlocalized vars.
704         * tree-ssa-live.c (remove_unused_scope_block_p): Look for nonlocalized
705         vars.
706         (dump_scope_block): Dump them.
707         * tree-inline.c (remap_decls): Handle nonlocalized vars.
708         (remap_block): Likewise.
709         (can_be_nonlocal): New predicate.
710         (copy_bind_expr, copy_gimple_bind): Update use of remap_block.
711
712 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
713
714         * configure: Regenerate.
715
716 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
717
718         * optc-gen.awk: No need to duplicate option flags twice.
719         Reuse help texts for duplicate options which do not have any.
720
721         * gcc.c (display_help): Document --version.
722
723         * gcc.c (main): If print_help_list and verbose_flag, ensure
724         driver output comes before subprocess output.
725
726         * optc-gen.awk: Assign all remaining fields to help string,
727         space-separated, for multi-line help in *.opt.
728
729         * doc/invoke.texi (Warning Options): -Wsync-nand is C/C++ only.
730         -Wno-pedantic-ms-format is for MinGW targets only.
731
732         * doc/options.texi (Option file format): Fix bad indentation,
733         restoring dropped sentence.
734
735 2009-02-28  Jan Hubicka  <jh@suse.cz>
736
737         * tree-inline.c (tree_function_versioning): Output debug info.
738
739 2009-02-28  Jan Hubicka  <jh@suse.cz>
740
741         PR debug/39267
742         * tree-inline.c (setup_one_parameter): Do not copy propagate
743         arguments when not optimizing.
744
745 2009-02-28  H.J. Lu  <hongjiu.lu@intel.com>
746
747         PR target/39327
748         * config/i386/sse.md (avx_addsubv8sf3): Correct item bits.
749         (avx_addsubv4df3): Likewise.
750         (*avx_addsubv4sf3): Likewise.
751         (sse3_addsubv4sf3): Likewise.
752         (*avx_addsubv2df3): Likewise.
753         (sse3_addsubv2df3): Likewise.
754         (avx_unpckhps256): Correct item selectors.
755         (avx_unpcklps256): Likewise.
756         (avx_unpckhpd256): Likewise.
757         (avx_unpcklpd256): Likewise.
758
759 2009-02-28  Jan Hubicka  <jh@suse.cz>
760
761         * tree-inline.c (expand_call_inline): Avoid duplicate declarations of
762         static vars.
763         (copy_arguments_for_versioning): If var is declared don't declare it.
764         (tree_function_versioning): First setup substitutions and then copy
765         args.
766
767 2009-02-27  Jan Hubicka  <jh@suse.cz>
768
769         PR debug/39267
770         * cgraph.h (varpool_output_debug_info): Remove.
771         * cgraphunit.c (varpool_output_debug_info): Remove.
772         * dwarf2out.c (deferred_locations_struct): New struct
773         (deferred_locations): New type.
774         (deferred_locations_list): New static var.
775         (deffer_location): New function.
776         (gen_variable_die): Use it.
777         (decls_for_scope): Output info on local static vars.
778         (dwarf2out_finish): Process deferred locations.
779         * varpool.c (varpool_output_debug_info): Remove.
780
781 2009-02-27  Jan Hubicka  <jh@suse.cz>
782
783         PR debug/39267
784         * tree.h (TREE_PROTECTED): Fix comment.
785         (BLOCK_HANDLER_BLOCK): Remove.
786         (struct tree_block): Remove handler_block add body_block.
787         (inlined_function_outer_scope_p): New.
788         (is_body_block): Remove.
789         * dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
790         * dwarf2out.c (is_inlined_entry_point): Remove.
791         (add_high_low_attributes): Use inlined_function_outer_scope_p.
792         (gen_block_die): Use is_inlined_entry_point check.  Remove body block
793         code.
794         * langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
795         * gimplify.c (gimplify_expr): Gimplify body blocks.
796         * tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper
797         block with multiple subblocks.
798         (dump_scope_block): Prettier output; dump more flags and info.
799         (dump_scope_blocks): New.
800         (remove_unused_locals): Use dump_scope_blocks.
801         * tree-flow.h (dump_scope_blocks): Declare.
802         * tree-cfg.c (execute_build_cfg): Dump scope blocks.
803         * stmt.c (is_body_block): Remove.
804         * tree-inline.c (remap_block): Copy BODY_BLOCK info.
805         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
806
807 2009-02-27  Sebastian Pop  <sebastian.pop@amd.com>
808
809         PR middle-end/39308
810         * graphite.c (graphite_loop_normal_form): Do not call 
811         number_of_iterations_exit from a gcc_assert.
812
813 2009-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
814
815         * gcc/config/s390/s390.c: (s390_swap_cmp): Look for conditional
816         jumps if COND is NULL.
817         (find_cond_jump): New function.
818         (s390_z10_optimize_cmp): Handling for reg-reg compares added.
819         * gcc/config/s390/s390.md: Remove z10_cobra attribute value.
820
821 2009-02-26  Uros Bizjak  <ubizjak@gmail.com>
822
823         * config/alpha/alpha.h (alpha_expand_mov): Return false if
824         force_const_mem returns NULL_RTX.
825
826 2009-02-26  Jan Hubicka  <jh@suse.cz>
827
828         PR debug/39267
829         * cgraph.h (varpool_output_debug_info): Remove.
830         * cgraphunit.c (varpool_output_debug_info): Remove.
831         * dwarf2out.c (deferred_locations_struct): New struct
832         (deferred_locations): New type.
833         (deferred_locations_list): New static var.
834         (deffer_location): New function.
835         (gen_variable_die): Use it.
836         (decls_for_scope): Output info on local static vars.
837         (dwarf2out_finish): Process deferred locations.
838         * varpool.c (varpool_output_debug_info): Remove.
839
840 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
841
842         PR rtl-optimization/39241
843         * jump.c (rtx_renumbered_equal_p): Remove 2 superfluous calls
844         to subreg_offset_representable_p.
845
846 2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
847
848         * regmove.c (regmove_optimize): Conform to struct rtl_opt_pass
849         execute function prototype.  Get f and nregs from max_reg_num
850         and get_insns.  Remove the first backward pass as it's dead,
851         guard the forward pass by flag_expensive_optimizations.
852         (rest_of_handle_regmove): Delete.
853         (pass_regmove): Replace it with regmove_optimize.
854
855 2009-02-25  Martin Jambor  <mjambor@suse.cz>
856
857         PR tree-optimization/39259
858         * tree-inline.c (initialize_cfun): Remove asserts for calls_setjmp and
859         calls_alloca function flags.
860         (copy_bb): Set calls_setjmp and alls_alloca function flags if such
861         calls are detected.
862
863 2009-02-25  Paolo Bonzini  <bonzini@gnu.org>
864
865         * regmove.c (discover_flags_reg, flags_set_1, mark_flags_life_zones,
866         flags_set_1_rtx, flags_set_1_set): Delete.
867         (regmove_optimize): Do not call mark_flags_life_zones.
868
869 2009-02-24  Julian Brown  <julian@codesourcery.com>
870
871         PR target/35965
872         * config/arm/arm.c (require_pic_register): Only set
873         cfun->machine->pic_reg once per function.
874
875 2009-02-24  Sandra Loosemore  <sandra@codesourcery.com>
876
877         * doc/invoke.texi (Link Options): Document an easier way to pass
878         options that take arguments to the GNU linker using -Xlinker and -Wl.
879
880 2009-02-24  Steve Ellcey  <sje@cup.hp.com>
881
882         PR target/33785
883         * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
884
885 2009-02-24  Richard Guenther  <rguenther@suse.de>
886
887         PR debug/39285
888         * dwarf2out.c (gen_enumeration_type_die): Handle CONST_DECLs.
889
890 2009-02-24  Richard Guenther  <rguenther@suse.de>
891             Zdenek Dvorak  <ook@ucw.cz>
892
893         PR tree-optimization/39233
894         * tree-ssa-loop-ivopts.c (add_candidate_1): Do not except pointers
895         from converting them to a generic type.
896
897 2009-02-23  Sebastian Pop  <sebastian.pop@amd.com>
898
899         PR tree-optimization/39260
900         * graphite.c (harmful_stmt_in_bb): Stop a SCoP when the basic block
901         contains a condition with a real type.
902         (build_scop_conditions_1): Conditions are always last_stmt of a bb.
903
904 2009-02-23  Jason Merrill  <jason@redhat.com>
905
906         PR c++/38880
907         * varasm.c (initializer_constant_valid_p) [PLUS_EXPR]: Check
908         narrowing_initializer_constant_valid_p.
909         (narrowing_initializer_constant_valid_p): Don't return 
910         null_pointer_node for adding a pointer to itself.
911
912 2009-02-23  Jan Hubicka  <jh@suse.cz>
913
914         PR c/12245
915         * ggc.h (htab_create_ggc): Use ggc_free to free hashtable when
916         resizing.
917
918 2009-02-23  Jan Hubicka  <jh@suse.cz>
919
920         PR tree-optimization/37709
921         * tree.c (block_ultimate_origin): Move here from dwarf2out.
922         * tree.h (block_ultimate_origin): Declare.
923         * dwarf2out.c (block_ultimate_origin): Move to tree.c
924         * tree-ssa-live.c (remove_unused_scope_block_p):
925         Eliminate blocks containig no instructions nor live variables nor
926         nested blocks.
927         (dump_scope_block): New function.
928         (remove_unused_locals): Enable removal of dead blocks by default;
929         enable dumping at TDF_DETAILS.
930
931 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
932
933         * config/i386/i386.c (classify_argument): Don't allow COImode
934         and OImode.
935         (function_arg_advance_32): Don't allow OImode.
936         (function_arg_32): Likewise.
937         (function_value_32): Likewise.
938         (return_in_memory_32): Likewise.
939         (function_arg_64): Remove OImode comment.
940
941 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
942
943         PR target/39261
944         * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
945         ix86_expand_vector_set for V4DImode in 64bit mode only.
946         (ix86_expand_vector_init_one_var): Likewise.
947
948 2009-02-21  Sebastian Pop  <sebastian.pop@amd.com>
949
950         * graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
951
952 2009-02-21  Richard Sandiford  <rdsandiford@googlemail.com>
953
954         PR bootstrap/39257
955         * loop-iv.c: Revert last change.
956         * emit-rtl.c: Likewise.
957
958 2009-02-21  H.J. Lu  <hongjiu.lu@intel.com>
959
960         PR target/39256
961         * config/i386/i386.c (type_natural_mode): Remove an extra
962         space in the warning message.
963         (function_value_32): Handle 32-byte vector modes.
964         (return_in_memory_32): Likewise.
965
966 2009-02-21  Richard Sandiford  <rdsandiford@googlemail.com>
967
968         * loop-iv.c (truncate_value): New function.
969         (iv_subreg, get_iv_value, iv_number_of_iterations): Use it instead
970         of lowpart_subreg.
971         (lowpart_subreg): Move to...
972         * emit-rtl.c: ...here.
973
974 2009-02-21  Danny Smith  <dannysmith@users.sourceforge.net>
975
976         * config/i386/winnt.c (i386_pe_asm_output_aligned_decl_common): Revert
977         accidental and undocumented change at revision 140860.
978
979 2009-02-21  Joseph Myers  <joseph@codesourcery.com>
980
981         * config/arm/arm.c (arm_gimplify_va_arg_expr): Update prototype to
982         take gimple_seq * arguments.
983         (arm_mangle_type): Use CONST_CAST_TREE on type argument passed to
984         types_compatible_p langhook.
985
986 2009-02-20  Mark Mitchell  <mark@codesourcery.com>
987             Joseph Myers  <joseph@codesourcery.com>
988
989         * config/arm/arm.c (arm_builtin_va_list): New function.
990         (arm_expand_builtin_va_start): Likewise.
991         (arm_gimplify_va_arg_expr): Likewise.
992         (TARGET_BUILD_BUILTIN_VA_LIST): Define.
993         (TARGET_BUILD_BUILTIN_VA_START): Likewise.
994         (TARGET_BUILD_BUILTIN_VA_ARG_EXPR): Likewise.
995         (va_list_type): New variable.
996         (arm_mangle_type): Mangle va_list_type appropriately.
997
998 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
999
1000         PR middle-end/39157
1001         * Makefile.in (loop-invariant.o): Depend on $(PARAMS_H).
1002         * params.h (LOOP_INVARIANT_MAX_BBS_IN_LOOP): Define.
1003         * params.def (loop-invariant-max-bbs-in-loop): New parameter.
1004         * opts.c (decode_options): Set loop-invariant-max-bbs-in-loop
1005         parameter to 1000 for -O1 by default.
1006         * doc/invoke.texi (loop-invariant-max-bbs-in-loop): Document new
1007         parameter.
1008         * loop-invariant.c: Include params.h.
1009         (move_loop_invariants): Don't call move_single_loop_invariants on
1010         very large loops.
1011
1012 2009-02-20  Jaka Mocnik  <jaka@xlab.si>
1013
1014         * calls.c (emit_library_call_value_1): Use slot_offset instead of
1015         offset when calculating bounds for indexing stack_usage_map.  Fixes
1016         a buffer overflow with certain target setups.
1017
1018 2009-02-20  Jakub Jelinek  <jakub@redhat.com>
1019
1020         PR target/39240
1021         * calls.c (expand_call): Clear try_tail_call if caller and callee
1022         disagree in promotion of function return value.
1023
1024 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
1025
1026         PR target/39175
1027         * c-common.c (c_determine_visibility): If visibility changed and
1028         DECL_RTL has been already set, call make_decl_rtl to update symbol
1029         flags.
1030
1031 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
1032
1033         PR c++/39188
1034         * varasm.c (assemble_variable): Don't check DECL_NAME when
1035         globalizing a variable.
1036
1037 2009-02-19  Joseph Myers  <joseph@codesourcery.com>
1038
1039         PR c/38483
1040         * builtins.c (gimplify_va_arg_expr): Evaluate the va_list
1041         expression before any __builtin_trap call.
1042         * c-typeck.c (build_function_call): Convert and check function
1043         arguments before generating a call to a trap.  Evaluate the
1044         function arguments before the trap.
1045
1046 2009-02-19  Uros Bizjak  <ubizjak@gmail.com>
1047
1048         PR target/39228
1049         * config/i386/i386.md (isinfxf2): Split from isinf<mode>2.
1050         (UNSPEC_FXAM_MEM): New unspec.
1051         (fxam<mode>2_i387_with_temp): New insn and split pattern.
1052         (isinf<mode>2): Use MODEF mode iterator.  Force operand[1] through
1053         memory using fxam<mode>2_i387_with_temp to remove excess precision.
1054
1055 2009-02-19  Richard Guenther  <rguenther@suse.de>
1056
1057         PR tree-optimization/39207
1058         PR tree-optimization/39074
1059         * tree-ssa-structalias.c (storedanything_id, var_storedanything,
1060         storedanything_tree): New.
1061         (do_ds_constraint): Simplify ANYTHING shortcutting.  Update
1062         the STOREDANYTHING solution if the lhs solution contains ANYTHING.
1063         (build_succ_graph): Add edges from STOREDANYTHING to all
1064         non-direct nodes.
1065         (init_base_vars): Initialize STOREDANYTHING.
1066         (compute_points_to_sets): Free substitution info after
1067         building the succ graph.
1068         (ipa_pta_execute): Likewise.
1069
1070         * tree-ssa-structalias.c (struct variable_info): Add may_have_pointers
1071         field.
1072         (do_ds_constraint): Do not add to special var or non-pointer
1073         field solutions.
1074         (type_could_have_pointers): Split out from ...
1075         (could_have_pointers): ... here.  For arrays use the element type.
1076         (create_variable_info_for): Initialize may_have_pointers.
1077         (new_var_info): Likewise.
1078         (handle_lhs_call): Make the HEAP variable unknown-sized.
1079         (intra_create_variable_infos): Use a type with pointers for
1080         PARM_NOALIAS, make it unknown-sized.
1081
1082 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1083
1084         PR target/39224
1085         * config/i386/i386.c (ix86_return_in_memory): Properly check ABI.
1086
1087 2009-02-18  Jason Merrill  <jason@redhat.com>
1088
1089         PR target/39179
1090         * tree-ssa-ccp.c (get_symbol_constant_value): Don't assume zero
1091         value if DECL_EXTERNAL.
1092         * tree-sra.c (sra_walk_gimple_assign): Likewise.
1093         * target.h (gcc_target::binds_local_p): Clarify "module".
1094         * tree.h (TREE_PUBLIC): Clarify "module".
1095
1096 2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>
1097
1098         PR target/38891
1099         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
1100         initialization for MS_ABI prior to the hunk of !TARGET_MMX.
1101
1102 2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1103
1104         PR target/39082
1105         * c.opt (Wabi): Support C and ObjC.
1106         (Wpsabi): New.
1107
1108         * c-opts.c (c_common_handle_option): Handle OPT_Wabi.
1109
1110         * config/i386/i386.c (classify_argument): Warn once about the ABI
1111         change when passing union with long double.
1112
1113         * doc/invoke.texi: Update -Wabi for warning psABI changes.
1114
1115 2009-02-18  Joseph Myers  <joseph@codesourcery.com>
1116
1117         PR c/35447
1118         * c-parser.c (c_parser_compound_statement): Always enter and leave
1119         a scope.
1120
1121 2009-02-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1122
1123         PR target/34587
1124         * config/darwin.h (SUPPORTS_INIT_PRIORITY): Define.
1125
1126 2009-02-18  Jakub Jelinek  <jakub@redhat.com>
1127
1128         PR tree-optimization/36922
1129         * tree-data-ref.c (initialize_matrix_A): Handle BIT_NOT_EXPR.
1130         * tree-scalar-evolution.c (interpret_rhs_expr, instantiate_scev_1):
1131         Likewise.
1132
1133 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
1134
1135         * config/mips/mips.c (mips_override_options): Set flag_dwarf2_cfi_asm
1136         to 0 for EABI64.
1137
1138 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
1139
1140         * config/mips/mips.md (type): Reclassify lui_movf as "unknown".
1141
1142 2009-02-17  Richard Sandiford  <rdsandiford@googlemail.com>
1143
1144         * config/mips/mips.c (mips_gimplify_va_arg_expr): Fix invalid
1145         tree sharing.
1146
1147 2009-02-17  Ruan Beihong  <ruanbeihong@gmail.com>
1148             Richard Sandiford  <rdsandiford@googlemail.com>
1149
1150         * config/mips/mips.c (CODE_FOR_loongson_biadd): Delete.
1151         * config/mips/loongson.md (reduc_uplus_<mode>): Rename to...
1152         (loongson_biadd): ...this.
1153
1154 2009-02-17  Richard Guenther  <rguenther@suse.de>
1155
1156         PR tree-optimization/39202
1157         * tree-ssa-structalias.c (do_structure_copy): Before collapsing
1158         a var make sure to follow existing collapses.
1159
1160 2009-02-17  Richard Guenther  <rguenther@suse.de>
1161
1162         PR middle-end/39214
1163         * langhooks.c (lhd_print_error_function): Check for NULL block.
1164
1165 2009-02-17  Richard Guenther  <rguenther@suse.de>
1166
1167         PR tree-optimization/39204
1168         * tree-ssa-pre.c (phi_translate_1): Lookup the value-number
1169         of the PHI arg.
1170
1171 2009-02-17  Uros Bizjak  <ubizjak@gmail.com>
1172
1173         * config/soft-fp/double.h: Update from glibc CVS.
1174
1175 2009-02-17  Richard Guenther  <rguenther@suse.de>
1176
1177         PR tree-optimization/39207
1178         * tree-ssa-structalias.c (find_what_p_points_to): Do not emit
1179         strict-aliasing warnings for pointers pointing to NULL.
1180
1181 2009-02-16  Joseph Myers  <joseph@codesourcery.com>
1182
1183         PR c/35446
1184         * c-parser.c (c_parser_braced_init): Call pop_init_level when
1185         skipping until next close brace.
1186
1187 2009-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1188
1189         PR target/37049
1190         * config/i386/i386.c (ix86_expand_push): Set memory alignment
1191         to function argument boundary.
1192
1193 2009-02-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
1194
1195         * config/picochip/picochip.md (lea_add): Allow any nonimmediate
1196         in the lea_add. Reload eventually constraints it properly.
1197         * config/picochip/constraints.md : Remove the target constraint
1198         "b", since it is not needed anymore.
1199
1200 2009-02-16  Jakub Jelinek  <jakub@redhat.com>
1201
1202         * gthr-dce.h: Uglify function parameter and local variable names.
1203         * gthr-gnat.h: Likewise.
1204         * gthr-mipssde.h: Likewise.
1205         * gthr-nks.h: Likewise.
1206         * gthr-posix95.h: Likewise.
1207         * gthr-posix.h: Likewise.
1208         * gthr-rtems.h: Likewise.
1209         * gthr-single.h: Likewise.
1210         * gthr-solaris.h: Likewise.
1211         * gthr-tpf.h: Likewise.
1212         * gthr-vxworks.h: Likewise.
1213         * gthr-win32.h: Likewise.
1214
1215 2009-02-15  H.J. Lu  <hongjiu.lu@intel.com>
1216
1217         PR target/39196
1218         * config/i386/i386.md: Restrict the new peephole2 to move
1219         between MMX/SSE registers.
1220
1221 2009-02-15  Richard Guenther  <rguenther@suse.de>
1222
1223         Revert
1224         2009-02-13  Richard Guenther  <rguenther@suse.de>
1225
1226         * configure.ac: Enable LFS.
1227         * configure: Re-generate.
1228         * config.in: Likewise.
1229
1230 2009-02-13  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1231
1232         * config/spu/spu_internals.h (spu_sr, spu_sra, spu_srqw,
1233         spu_srqwbyte, spu_srqwbytebc): Define.
1234         * config/spu/spu-builtins.def (spu_sr, spu_sra, spu_srqw,
1235         spu_srqwbyte, spu_srqwbytebc): New overloaded builtins.
1236         * config/spu/spu.md ("shrqbybi_<mode>", "shrqbi_<mode>",
1237         "shrqby_<mode>"): New insn-and-split patterns.
1238         * config/spu/spu.c (expand_builtin_args): Determine and return
1239         number of operands using spu_builtin_description data.
1240         (spu_expand_builtin_1): Use it.
1241
1242 2009-02-13  Steve Ellcey  <sje@cup.hp.com>
1243
1244         PR target/38056
1245         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Check
1246         TARGET_CONST_GP.
1247
1248 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1249
1250         PR target/39149
1251         * config/i386/i386.c (override_options): Correct warning
1252         messages for -malign-loops, -malign-jumps and -malign-functions.
1253
1254 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1255
1256         PR target/39152
1257         * config/i386/i386.md: Restrict the new peephole2 to move
1258         between the general purpose registers.
1259
1260 2009-02-13  H.J. Lu  <hongjiu.lu@intel.com>
1261
1262         PR target/39162
1263         * config/i386/i386.c (type_natural_mode): Add a new argument.
1264         Return the original mode and warn ABI change if vector size is 32byte.
1265         (function_arg_advance): Updated.
1266         (function_arg): Likewise.
1267         (ix86_function_value): Likewise.
1268         (ix86_return_in_memory): Likewise.
1269         (ix86_sol10_return_in_memory): Likewise.
1270         (ix86_gimplify_va_arg): Likewise.
1271         (function_arg_32): Don't warn ABX ABI change here.
1272         (function_arg_64): Likewise.
1273
1274 2009-02-13  Bernd Schmidt  <bernd.schmidt@analog.com>
1275
1276         * loop-iv.c (implies_p): In the final case, test that operands 0
1277         of the two comparisons match.
1278
1279         * config/bfin/bfin.c (find_prev_insn_start): New function.
1280         (bfin_optimize_loop): Use it in some cases instead of PREV_INSN.
1281         (find_next_insn_start): Move.
1282
1283 2009-02-13  Richard Guenther  <rguenther@suse.de>
1284
1285         * configure.ac: Enable LFS.
1286         * configure: Re-generate.
1287         * config.in: Likewise.
1288
1289 2009-02-13  Joseph Myers  <joseph@codesourcery.com>
1290
1291         PR c/35444
1292         * c-parser.c (c_parser_parms_list_declarator): Discard pending
1293         sizes on syntax error after some arguments have been parsed.
1294
1295 2009-02-12  Jakub Jelinek  <jakub@redhat.com>
1296
1297         * doc/invoke.texi (-fira): Remove.
1298
1299 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1300
1301         * caller-save.c: Replace regclass.c with reginfo.c in comments.
1302         * recog.c: Likewise.
1303         * rtl.h: Likewise.
1304
1305 2009-02-12  Uros Bizjak  <ubizjak@gmail.com>
1306
1307         * longlong.h (sub_ddmmss): New for ia64. Ported from GMP 4.2.
1308         (umul_ppmm): Likewise.
1309         (count_leading_zeros): Likewise.
1310         (count_trailing_zeros): Likewise.
1311         (UMUL_TIME): Likewise.
1312
1313 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1314
1315         * config.gcc (ia64*-*-linux*): Add ia64/t-fprules-softfp and
1316         soft-fp/t-softfp to tmake_file.
1317
1318         * config/ia64/ia64.c (ia64_soft_fp_init_libfuncs): New.
1319         (ia64_expand_compare): Use HPUX library for TFmode only for HPUX.
1320         (ia64_builtins) [IA64_BUILTIN_COPYSIGNQ, IA64_BUILTIN_FABSQ,
1321         IA64_BUILTIN_INFQ]: New.
1322         (ia64_init_builtins): Initialize __builtin_infq,
1323         __builtin_fabsq and __builtin_copysignq if not HPUX.
1324         (ia64_expand_builtin): Handle IA64_BUILTIN_COPYSIGNQ,
1325         IA64_BUILTIN_FABSQ and IA64_BUILTIN_INFQ.
1326
1327         * config/ia64/lib1funcs.asm (__divtf3): Define only if
1328         SHARED is defined.
1329         (__fixtfti): Likewise.
1330         (__fixunstfti): Likewise.
1331         (__floattitf): Likewise.
1332
1333         * config/ia64/libgcc-glibc.ver: New.
1334         * config/ia64/t-fprules-softfp: Likewise.
1335         * config/ia64/sfp-machine.h: Likewise.
1336
1337         * config/ia64/linux.h (LIBGCC2_HAS_TF_MODE): New.
1338         (LIBGCC2_TF_CEXT): Likewise.
1339         (TF_SIZE): Likewise.
1340         (TARGET_INIT_LIBFUNCS): Likewise.
1341
1342         * config/ia64/t-glibc (SHLINB_MAPFILES):
1343         Add $(srcdir)/config/ia64/libgcc-glibc.ver.
1344
1345 2009-02-12  H.J. Lu  <hongjiu.lu@intel.com>
1346
1347         * config/i386/i386.c (construct_container): Rewrite processing
1348         BLKmode with X86_64_SSE_CLASS.
1349
1350 2009-02-12  Paolo Bonzini  <bonzini@gnu.org>
1351
1352         PR target/39152
1353         * config/i386/i386.md: Replace simplify_replace_rtx with
1354         replace_rtx in the new peephole2.
1355
1356 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1357
1358         * doc/invoke.texi (Optimize Options): Stop claiming inlining and
1359         loop unrolling do not happen at -O2.
1360
1361 2009-02-12  Michael Matz  <matz@suse.de>
1362
1363         * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
1364
1365 2009-02-12  Jakub Jelinek  <jakub@redhat.com>
1366
1367         * dwarf2out.c (dwarf2out_finish): Force output of comp_unit_die
1368         for -g3.
1369
1370 2009-02-12  Ben Elliston  <bje@au.ibm.com>
1371
1372         * config/rs6000/rs6000.md (allocate_stack): Use _stack form of
1373         patterns when updating the back chain.  Missed in the 2009-02-10
1374         change.
1375
1376 2009-02-11  Janis Johnson  <janis187@us.ibm.com>
1377
1378         * doc/extend.texi (Decimal Floating Types): Update identifier of
1379         draft TR and list of missing support.
1380
1381 2009-02-11  Jakub Jelinek  <jakub@redhat.com>
1382
1383         PR middle-end/39154
1384         * gimplify.c (omp_notice_variable): If adding GOVD_SEEN
1385         bit to variable length decl's flags, add it also to its
1386         pointer replacement variable.
1387
1388 2009-02-11  Uros Bizjak  <ubizjak@gmail.com>
1389             Jakub Jelinek  <jakub@redhat.com>
1390
1391         PR target/39118
1392         * config/i386/i386.md (UNSPEC_MEMORY_BLOCKAGE): New constant.
1393         (memory_blockage): New expander.
1394         (*memory_blockage): New insn pattern.
1395         * config/i386/i386.c (ix86_expand_prologue): Use memory_blockage
1396         instead of general blockage at the end of function prologue when
1397         frame pointer is used to access red zone area.  Do not emit blockage
1398         when profiling, it is emitted in generic code.
1399         (ix86_expand_epilogue): Emit memory_blockage at the beginning of
1400         function epilogue when frame pointer is used to access red zone area.
1401
1402 2009-02-11  Paolo Bonzini  <bonzini@gnu.org>
1403
1404         PR target/38824
1405         * config/i386/i386.md: Add two new peephole2 to avoid mov followed
1406         by arithmetic with memory operands.
1407         * config/i386/predicates.md (commutative_operator): New.
1408
1409 2009-02-10  Janis Johnson  <janis187@us.ibm.com>
1410
1411         * doc/extend.texi (Fixed-Point Types): Break long paragraphs into
1412         bulleted lists.
1413
1414 2009-02-10  Eric Botcazou  <ebotcazou@adacore.com>
1415
1416         * alias.h (record_alias_subset): Declare.
1417         * alias.c (record_alias_subset): Make global.
1418
1419 2009-02-10  Nick Clifton  <nickc@redhat.com>
1420
1421         * tree-parloops.c: Change license to GPLv3.
1422         * ipa-struct-reorg.c: Change license to GPLv3.
1423         * ipa-struct-reorg.h: Change license to GPLv3.
1424
1425 2009-02-10  Steve Ellcey  <sje@cup.hp.com>
1426
1427         PR c/39084
1428         * c-decl.c (start_struct): Return NULL on error.
1429
1430 2009-02-10  Jakub Jelinek  <jakub@redhat.com>
1431
1432         PR middle-end/39124
1433         * cfgloopmanip.c (remove_path): Call remove_bbs after
1434         cancel_loop_tree, not before it.
1435
1436         PR target/39139
1437         * function.h (struct function): Add has_local_explicit_reg_vars bit.
1438         * gimplify.c (gimplify_bind_expr): Set it if local DECL_HARD_REGISTER
1439         VAR_DECLs were seen.
1440         * tree-ssa-live.c (remove_unused_locals): Recompute
1441         cfun->has_local_explicit_reg_vars.
1442         * tree-ssa-sink.c (statement_sink_location): Don't sink BLKmode
1443         copies or clearings if cfun->has_local_explicit_reg_vars.
1444
1445 2009-02-10  Uros Bizjak  <ubizjak@gmail.com>
1446
1447         PR target/39118
1448         * config/i386/i386.c (expand_prologue): Emit blockage at the end
1449         of function prologue when frame pointer is used to access
1450         red zone area.
1451
1452 2009-02-10  Richard Guenther  <rguenther@suse.de>
1453
1454         PR middle-end/39127
1455         * gimplify.c (gimple_regimplify_operands): Always look if
1456         we need to create a temporary.
1457
1458 2009-02-10  Richard Guenther  <rguenther@suse.de>
1459
1460         PR tree-optimization/39132
1461         * tree-loop-distribution.c (todo): New global var.
1462         (generate_memset_zero): Trigger TODO_rebuild_alias.
1463         (tree_loop_distribution): Return todo.
1464
1465 2009-02-10  H.J. Lu  <hongjiu.lu@intel.com>
1466
1467         PR target/39119
1468         * config/i386/i386.c (x86_64_reg_class): Remove X86_64_AVX_CLASS.
1469         (x86_64_reg_class_name): Removed.
1470         (classify_argument): Return 0 if bytes > 32.  Return 0 if the
1471         first one isn't X86_64_SSE_CLASS or any other ones aren't
1472         X86_64_SSEUP_CLASS when size > 16bytes.  Don't turn
1473         X86_64_SSEUP_CLASS into X86_64_SSE_CLASS if the preceded one
1474         is X86_64_SSEUP_CLASS.  Set AVX modes to 1 X86_64_SSE_CLASS
1475         and 3 X86_64_SSEUP_CLASS.
1476         (construct_container): Remove X86_64_AVX_CLASS.  Handle 4
1477         registers with 1 X86_64_SSE_CLASS and 3 X86_64_SSEUP_CLASS.
1478
1479 2009-02-10  Ben Elliston  <bje@au.ibm.com>
1480
1481         * config/rs6000/rs6000.md (allocate_stack): Always use an update
1482         form instruction to update the stack back chain word, even if the
1483         user has disabled the generation of update instructions.
1484         (movdi_<mode>_update_stack): New.
1485         (movsi_update_stack): Likewise.
1486         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Likewise,
1487         always use an update form instruction to update the stack back
1488         chain word.
1489
1490 2009-02-09  Sebastian Pop  <sebastian.pop@amd.com>
1491
1492         PR middle-end/38953
1493         * graphite.c (if_region_set_false_region): After moving a region in
1494         the false branch of a condition, remove the empty dummy basic block.
1495         (gloog): Remove wrong fix for PR38953.
1496
1497 2009-02-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
1498
1499         * config/spu/spu.c (array_to_constant): Fix (latent) wrong-code
1500         generation due to implicit sign extension.
1501
1502 2009-02-09  Eric Botcazou  <ebotcazou@adacore.com>
1503
1504         PR middle-end/38981
1505         * tree-ssa-coalesce.c (add_coalesce): Cap the costs of coalesce pairs
1506         at MUST_COALESCE_COST-1 instead of MUST_COALESCE_COST.
1507
1508 2009-02-09  Richard Guenther  <rguenther@suse.de>
1509
1510         PR middle-end/35202
1511         * convert.c (convert_to_real): Disable (float)fn((double)x)
1512         to fnf(x) conversion if errno differences may occur and
1513         -fmath-errno is set.
1514
1515 2009-02-07  Anatoly Sokolov  <aesok@post.ru>
1516
1517         * config/avr/avr.c (avr_mcu_t): Add ata6289 device.
1518         * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): (Ditto.).
1519         * config/avr/t-avr (MULTILIB_MATCHES): (Ditto.).
1520
1521 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1522
1523         PR c/35434
1524         * c-common.c (handle_alias_attribute): Disallow attribute for
1525         anything not a FUNCTION_DECL or VAR_DECL.
1526
1527 2009-02-06  Janis Johnson  <janis187@us.ibm.com>
1528
1529         PR c/39035
1530         * real.c (do_compare): Special-case compare of zero against
1531         decimal float value.
1532
1533 2009-02-06  Joseph Myers  <joseph@codesourcery.com>
1534
1535         PR c/36432
1536         * c-decl.c (grokdeclarator): Don't treat [] declarators in fields
1537         as indicating flexible array members unless the field itself is
1538         being declarared as the incomplete array.
1539
1540 2009-02-06  Jan Hubicka  <jh@suse.cz>
1541
1542         PR tree-optimization/38844
1543         * ipa-inline.c (try_inline): Stop inlining recursion when edge
1544         is already inlined.
1545
1546 2009-02-06  Richard Guenther  <rguenther@suse.de>
1547
1548         PR middle-end/38977
1549         * tree-cfg.c (need_fake_edge_p): Force a fake edge for
1550         fork because we may expand it as __gcov_fork.
1551
1552 2009-02-06  Nick Clifton  <nickc@redhat.com>
1553
1554         * config/m32c/m32c.h (PCC_BITFIELD_TYPE_MATTERS): Define to zero.
1555
1556 2009-02-06  Paolo Bonzini  <bonzini@gnu.org>
1557
1558         PR tree-optimization/35659
1559         * tree-ssa-sccvn.c (vn_constant_eq, vn_reference_eq, vn_nary_op_eq
1560         vn_phi_eq): Shortcut if hashcode does not match.
1561         (vn_reference_op_compute_hash): Do not call iterative_hash_expr for
1562         NULL operands.
1563         * tree-ssa-pre.c (pre_expr_hash): Look at hashcode if available,
1564         and avoid iterative_hash_expr.
1565         (FOR_EACH_VALUE_ID_IN_SET): New.
1566         (value_id_compare): Remove.
1567         (sorted_array_from_bitmap_set): Use FOR_EACH_VALUE_ID_IN_SET to
1568         sort expressions by value id.
1569
1570 2009-02-05  Kaz Kojima  <kkojima@gcc.gnu.org>
1571
1572         PR target/38991
1573         * config/sh/predicates.md (general_movsrc_operand): Don't check
1574         the subreg of system registers here.
1575
1576 2009-02-05  Jakub Jelinek  <jakub@redhat.com>
1577
1578         PR c++/39106
1579         * cgraphunit.c (cgraph_function_versioning): Clear also DECL_VIRTUAL_P
1580         on the copied decl.
1581
1582 2009-02-05  Paolo Bonzini  <bonzini@gnu.org>
1583
1584         PR rtl-optimization/39110
1585         * rtlanal.c (rtx_addr_can_trap_p_1): Shortcut unaligned
1586         addresses, not aligned ones.
1587
1588 2009-02-05  Daniel Berlin  <dberlin@dberlin.org>
1589             Richard Guenther  <rguenther@suse.de>
1590
1591         PR tree-optimization/39100
1592         * tree-ssa-structalias.c (do_ds_constraint): Actually do what the
1593         comment says and add edges.
1594
1595 2009-02-05  Joseph Myers  <joseph@codesourcery.com>
1596
1597         PR c/35435
1598         * c-common.c (handle_tls_model_attribute): Ignore attribute for
1599         non-VAR_DECLs without checking DECL_THREAD_LOCAL_P.
1600
1601 2009-02-04  Tobias Grosser  <grosser@fim.uni-passau.de> 
1602
1603         * graphite.c (bb_in_sese_p, sese_build_livein_liveouts_use,
1604         sese_build_livein_liveouts_bb, sese_build_livein_liveouts,
1605         register_bb_in_sese, new_sese, free_sese): Moved.
1606         (dot_scop_1, build_scop_loop_nests, build_loop_iteration_domains,
1607         outermost_loop_in_scop, build_scop_iteration_domain,
1608         expand_scalar_variables_ssa_name, get_vdef_before_scop,
1609         limit_scops): Use bb_in_sese_p instead of bb_in_scop_p.
1610         Use loop_in_sese_p instead of loop_in_scop_p.
1611         (new_graphite_bb, gloog): Do not initialize SCOP_BBS_B.
1612         (new_scop, free_scop): Remove SCOP_LOOP2CLOOG_LOOP and SCOP_BBS_B.
1613         (scopdet_basic_block_info): Fix bug in scop detection.
1614         (new_loop_to_cloog_loop_str, hash_loop_to_cloog_loop,
1615         eq_loop_to_cloog_loop): Remove.
1616         (nb_loops_around_loop_in_scop, nb_loop
1617         ref_nb_loops): Moved here...
1618         * graphite.h (ref_nb_loops): ... from here.
1619         (struct scop): Remove bbs_b bitmap and loop2cloog_loop.
1620         (loop_domain_dim, loop_iteration_vector_dim): Remove.
1621         (SCOP_BBS_B, bb_in_scop_p, loop_in_scop_p): Removed.
1622         * testsuite/gcc.dg/graphite/scop-19.c: New
1623
1624 2009-02-04  Paolo Bonzini  <bonzini@gnu.org>
1625             Hans-Peter Nilsson  <hp@axis.com>
1626
1627         PR rtl-optimization/37889
1628         * rtlanal.c (rtx_addr_can_trap_p_1): Add offset and size arguments.
1629         Move offset handling from PLUS to before the switch.  Use new
1630         arguments when considering SYMBOL_REFs too.
1631         (rtx_addr_can_trap_p): Pass dummy offset and size.
1632         (enum may_trap_p_flags): Remove.
1633         (may_trap_p_1): Pass size from MEM_SIZE.
1634
1635         PR rtl-optimization/38921
1636         * loop-invariant.c (find_invariant_insn): Use may_trap_or_fault_p.
1637         * rtl.h (may_trap_after_code_motion_p): Delete prototype.
1638         * rtlanal.c (may_trap_after_code_motion_p): Delete.
1639         (may_trap_p, may_trap_or_fault_p): Pass 0/1 as flags.
1640
1641 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1642
1643         AVX Programming Reference (January, 2009)
1644         * config/i386/sse.md (*vpclmulqdq): New.
1645
1646 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
1647
1648         PR tree-optimization/38977
1649         PR gcov-profile/38292
1650         * calls.c (special_function_p): Disregard __builtin_ prefix.
1651
1652 2009-02-04  Hariharan Sandanagobalane  <hariharan@picochip.com>
1653
1654         * config/picochip/picochip.c (GO_IF_LEGITIMATE_ADDRESS): Disallow
1655         non-indexable addresses even before reload.
1656
1657 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1658
1659         PR c/29129
1660         * c-decl.c (grokdeclarator): Mark [*] arrays in field declarators
1661         as having variable size.  Do not give an error for unnamed
1662         parameters with [*] declarators.  Give a warning for type names
1663         with [*] declarators and mark them as variable size.
1664         * c-parser.c (c_parser_sizeof_expression): Do not give an error
1665         for sizeof applied to [*] type names.
1666
1667 2009-02-03  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1668
1669         PR C++/36607
1670         * convert.c (convert_to_integer): Treat OFFSET_TYPE like INTEGER_TYPE.
1671
1672 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1673
1674         * gcc.c (process_command): Update copyright notice dates.
1675         * gcov.c (print_version): Likewise.
1676         * gcov-dump.c (print_version): Likewise.
1677         * mips-tfile.c (main): Likewise.
1678         * mips-tdump.c (main): Likewise.
1679
1680 2009-02-03  Joseph Myers  <joseph@codesourcery.com>
1681
1682         PR c/35433
1683         * c-typeck.c (composite_type): Set TYPE_SIZE and TYPE_SIZE_UNIT
1684         for composite type involving a zero-length array type.
1685
1686 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1687
1688         PR target/35318
1689         * function.c (match_asm_constraints_1): Skip over
1690         initial optional % in the constraint.
1691
1692         PR inline-asm/39059
1693         * c-parser.c (c_parser_postfix_expression): If fixed point is not
1694         supported, don't accept FIXED_CSTs.
1695         * c-decl.c (finish_declspecs): Error if fixed point is not supported
1696         and _Sat is used without _Fract/_Accum.  Set specs->type to
1697         integer_type_node for cts_fract/cts_accum if fixed point is not
1698         supported.
1699
1700 2009-02-02  Catherine Moore  <clm@codesourcery.com>
1701
1702         * sde.h (SUBTARGET_ARM_SPEC): Don't assemble -fpic code as -mabicalls.
1703
1704 2009-02-02  Richard Sandiford  <rdsandiford@googlemail.com>
1705
1706         * config/mips/mips.h (FILE_HAS_64BIT_SYMBOLS): New macro.
1707         (ABI_HAS_64BIT_SYMBOLS): Use it.
1708         (DWARF2_ADDR_SIZE): Use it instead of ABI_HAS_64BIT_SYMBOLS.
1709
1710 2009-02-02  Paul Brook  <paul@codesourcery.com>
1711
1712         * config/arm/arm.md (arm_addsi3): Add r/r/k alternative.
1713
1714 2009-02-02  Jakub Jelinek  <jakub@redhat.com>
1715
1716         PR inline-asm/39058
1717         * recog.h (asm_operand_ok): Add constraints argument.
1718         * recog.c (asm_operand_ok): Likewise.  If it is set, for digits
1719         recurse on matching constraint.
1720         (check_asm_operands): Pass constraints as 3rd argument to
1721         asm_operand_ok.  Don't look up matching constraint here.
1722         * stmt.c (expand_asm_operands): Pass NULL as 3rd argument
1723         to asm_operand_ok.
1724
1725 2009-02-02  Ben Elliston  <bje@au.ibm.com>
1726
1727         * doc/tm.texi (Storage Layout): Fix TARGET_ALIGN_ANON_BITFIELD and
1728         TARGET_NARROW_VOLATILE_BITFIELD macro names.
1729
1730 2009-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1731
1732         * doc/install.texi (hppa*-hp-hpux*): Update binutils and linker
1733         information.  Remove some obsolete information.  Reorganize.
1734
1735         * config/pa/fptr.c: Revert license to GPL 2.
1736         * config/pa/milli64.S: Likewise.
1737
1738 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1739
1740         PR target/38904
1741         * mkmap-flat.awk (END):  Use pe_dll command-line arg to pass
1742         LIBRARY name in, instead of hard-coding it.
1743         * config.gcc (i[34567]86-*-pe | i[34567]86-*-cygwin*):  Add an
1744         extra target make frag to tmake_files according to EH model.
1745         (i[34567]86-*-mingw* | x86_64-*-mingw*):  Likewise.
1746         * config/i386/t-dw2-eh, config/i386/t-sjlj-eh:  Add new target
1747         frags that define makefile variable EH_MODEL appropriately.
1748         * config/i386/cygming.h (DWARF2_UNWIND_INFO):  Add comment.
1749         * config/i386/cygwin.h (LIBGCC_EH_EXTN):  Define to nothing or
1750         to "-sjlj" according to type of EH configured.
1751         (LIBGCC_SONAME):  Concatenate it to shared library base name.
1752         * config/i386/mingw32.h (LIBGCC_EH_EXTN):  Define to "_dw2" or
1753         to "_sjlj" according to type of EH configured.
1754         (LIBGCC_SONAME):  Concatenate it to shared library base name.
1755         * config/i386/t-cygming (SHLIB_SONAME):  Use EH_MODEL.
1756         (SHLIB_LINK):  Add missing semicolon to if-else construct.
1757         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
1758         string value of "pe_dll" command-line option.
1759         * config/i386/t-cygwin (SHLIB_EH_EXTENSION):  New helper.
1760         (SHLIB_SONAME):  Use it when overriding t-cygming default.
1761         (SHLIB_IMPLIB):  Override t-cygming default.
1762         (SHLIB_MKMAP_OPTS):  Pass library name to mkmap-flat.awk as
1763         string value of "pe_dll" command-line option.
1764
1765 2009-01-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1766
1767         PR target/38952
1768         * config/i386/i386.c (ix86_builtin_setjmp_frame_value): New.
1769         (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Override default to point at it.
1770
1771 2009-01-31  Richard Guenther  <rguenther@suse.de>
1772
1773         PR tree-optimization/38937
1774         * tree-ssa-structalias.c (do_sd_constraint): Do not shortcut
1775         computing the transitive closure.
1776
1777 2009-01-30  Richard Guenther  <rguenther@suse.de>
1778
1779         PR tree-optimization/39041
1780         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1):
1781         Propagate variable indices only if the types match for this stmt.
1782
1783 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1784
1785         PR target/39013
1786         * c-decl.c (pop_scope): Set DECL_EXTERNAL for functions declared
1787         inline but never defined.
1788
1789 2009-01-30  Wolfgang Gellerich  <gellerich@de.ibm.com>
1790
1791         * config/s390/s390.md (*insv<mode>_reg_extimm): Removed.
1792         (*insv_h_di_reg_extimm): New insn.
1793         (*insv_l<mode>_reg_extimm): New insn.
1794
1795 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
1796
1797         * config/picochip/picochip.c (flag_conserve_stack): set
1798         PARAM_LARGE_STACK_FRAME and PARAM_STACK_FRAME_GROWTH to zero under
1799         fconserve-stack. Reduce call-overhead used by inliner.
1800
1801 2009-01-30  Hariharan Sandanagobalane  <hariharan@picochip.com>
1802
1803         PR/38157
1804         * common.opt (flag_conserve_stack): Initialised to zero.
1805
1806 2009-01-30  Kai Tietz  <kai.tietz@onevision.com>
1807
1808         PR/39002
1809         * config/i386/i386.c (ix86_can_use_return_insn_p): Check for nsseregs.
1810         (ix86_expand_epilogue): Take nsseregs in account to use proper restore
1811         method.
1812
1813 2009-01-29  H.J. Lu  <hongjiu.lu@intel.com>
1814
1815         * ira-color.c (allocno_reload_assign): Update comments.
1816         * regmove.c (regmove_optimize): Likewise.
1817
1818         * ra.h: Removed.
1819
1820 2009-01-29  Robert Millan  <rmh@aybabtu.com>
1821
1822         * gcc/config.gcc: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1823         * gcc/config/i386/kopensolaris-gnu.h: New file.  Undefine
1824         `MD_UNWIND_SUPPORT'.
1825         * gcc/config/kopensolaris-gnu.h: New file (based on kfreebsd-gnu.h).
1826
1827 2009-01-29  Kazu Hirata  <kazu@codesourcery.com>
1828
1829         PR tree-optimization/39007
1830         * tree-loop-distribution.c (generate_builtin): Use
1831         recompute_dominator to compute the immediate dominator of the
1832         basic block just after the loop.
1833
1834 2009-01-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1835
1836         * config/i386/sol2-10.h [!HAVE_AS_IX86_DIFF_SECT_DELTA]
1837         (ASM_OUTPUT_DWARF_PCREL): Define.
1838
1839 2009-01-29  Vladimir Makarov  <vmakarov@redhat.com>
1840
1841         * doc/tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.
1842         * doc/passes.texi: Remove entries about regclass, local-alloc, and
1843         global.  Modify entries about regmove and IRA.
1844
1845         * ra-conflict.c: Remove the file.
1846
1847         * reload.c (push_reload, find_dummy_reload): Remove flag_ira.
1848
1849         * tree-pass.h (pass_local_alloc, pass_global_alloc): Remove.
1850         (pass_regclass_init): Rename to pass_reginfo_init.
1851
1852         * cfgloopanal.c (estimate_reg_pressure_cost): Remove flag_ira.
1853
1854         * toplev.h (flag_ira): Remove.
1855
1856         * caller-save.c (setup_save_areas): Remove flag_ira.
1857
1858         * ira-color.c (ira_reuse_stack_slot, ira_mark_new_stack_slot): Ditto.
1859
1860         * global.c: Remove the file.
1861
1862         * opts.c: (decode_options): Remove flag_ira.
1863
1864         * hard-reg-set.h (losing_caller_save_reg_set): Remove.
1865
1866         * regmove.c: Modify file description.
1867         (find_use_as_address, try_auto_increment): Define them only if
1868         AUTO_INC_DEC is defined.
1869         (replacement_quality, replace_in_call_usage, fixup_match_1,
1870         stable_and_no_regs_but_for_p): Remove.
1871         (reg_set_in_bb): Make it static.
1872         (regmove_optimize): Remove flag_ira and code which worked for
1873         !flag_ira.
1874
1875         * local-alloc.c: Remove the file.
1876
1877         * common.opt (fira): Remove.
1878
1879         * ira.c: Include except.h.
1880         (eliminable_regset): Move from global.c.
1881         (mark_elimination): Ditto.  Remove flag_ira.
1882         (reg_renumber, struct equivalence, reg_equiv, equiv_mem,
1883         equiv_mem_modified, validate_equiv_mem_from_store,
1884         validate_equiv_mem, equiv_init_varies_p, equiv_init_movable_p,
1885         contains_replace_regs, memref_referenced_p, memref_used_between_p,
1886         no_equiv, recorded_label_ref): Move from local-alloc.c.
1887         (update_equiv_regs): Ditto.  Make it static.
1888         (print_insn_chain, print_insn_chains): Move it from global.c.
1889         (pseudo_for_reload_consideration_p): Ditto.  Remove flag_ira.
1890         (build_insn_chain): Ditto.  Make it static.
1891         (ra_init_live_subregs): Move from ra-conflict.c.  Make it static.
1892         Rename to init_live_subregs.
1893         (gate_ira): Remove flag_ira.
1894
1895         * regclass.c: Rename reginfo.c.  Change file description.
1896         (FORBIDDEN_INC_DEC_CLASSES): Remove.
1897         (reg_class_superclasses, forbidden_inc_dec_class, in_inc_dec): Remove.
1898         (init_reg_sets_1): Remove code for evaluation of
1899         reg_class_superclasses and losing_caller_save_reg_set.
1900         (init_regs): Remove init_reg_autoinc.
1901         (struct costs, costs, init_cost, ok_for_index_p_nonstrict,
1902         ok_for_base_p_nonstrict): Remove.
1903         (regclass_init): Rename to reginfo_init.  Don't initialize init_cost.
1904         (pass_regclass_init): Rename to pass_reginfo_init.  Modify
1905         corresponding entries.
1906         (dump_regclass, record_operand_costs, scan_one_insn,
1907         init_reg_autoinc, regclass, record_reg_classes, copy_cost,
1908         record_address_regs, auto_inc_dec_reg_p): Remove.
1909         (gt-regclass.h): Rename to gt-reginfo.h.
1910
1911         * rtl.h (dump_global_regs, retry_global_alloc,
1912         build_insn_chain, dump_local_alloc, update_equiv_regs): Remove.
1913
1914         * Makefile.in (RA_H): Remove.
1915         (OBJS-common): Remove global.o, local-alloc.o, and ra-conflict.o.
1916         Rename regclass.o to reginfo.o.
1917         (regclass.o): Rename to reginfo.o.  Rename gt-regclass.h to
1918         gt-reginfo.h.
1919         (global.o, local-alloc.o, ra-conflict.o): Remove entries.
1920         (GTFILES): Rename regclass.c to reginfo.c.
1921
1922         * passes.c (init_optimization_passes): Remove pass_local_alloc and
1923         pass_global_alloc.  Rename pass_regclass_init to pass_reginfo_init.
1924
1925         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
1926         count_spilled_pseudo, find_reg, alter_reg, delete_output_reload):
1927         Remove flag_ira.
1928         (finish_spills): Ditto.  Remove code for !flag_ira.
1929         
1930 2009-01-29  Kenneth Zadeck  <zadeck@naturalbridge.com>
1931
1932         PR middle-end/35854
1933         * doc/invoke.texi (rtl debug options): Complete rewrite.
1934         * auto-inc-dec.c (pass_inc_dec): Rename pass from "auto-inc-dec"
1935         to auto_inc_dec".
1936         * mode-switching.c (pass_mode_switching): Rename pass from
1937         "mode-sw" to "mode_sw".
1938         * except.c (pass_convert_to_eh_ranges): Rename pass from
1939         "eh-ranges" to "eh_ranges".
1940         * lower-subreg.c (pass_lower_subreg): Renamed pass from "subreg"
1941         to "subreg1".
1942                 
1943         
1944 2009-01-29  Andrey Belevantsev  <abel@ispras.ru>
1945             Alexander Monakov  <amonakov@ispras.ru>
1946
1947         PR middle-end/38857
1948         * sel-sched.c (count_occurrences_1): Check that *cur_rtx is a hard
1949         register.
1950         (move_exprs_to_boundary): Change return type and pass through
1951         should_move from move_op.  Relax assert.  Update usage ...
1952         (schedule_expr_on_boundary): ... here.  Use should_move instead of
1953         cant_move.
1954         (move_op_orig_expr_found): Indicate that insn was disconnected from
1955         stream.
1956         (code_motion_process_successors): Do not call after_merge_succs
1957         callback if original expression was not found when traversing any of
1958         the branches.
1959         (code_motion_path_driver): Change return type.  Update prototype.
1960         (move_op): Update comment.  Add a new parameter (should_move).  Update
1961         prototype.  Set *should_move based on indication provided by
1962         move_op_orig_expr_found.
1963
1964 2009-01-28  Pat Haugen  <pthaugen@us.ibm.com>
1965
1966         * doc/invoke.texi (avoid-indexed-addresses): Document new option.
1967         * config/rs6000/rs6000-protos.h (avoiding_indexed_address_p): Declare.
1968         * config/rs6000/rs6000.opt (avoid-indexed-addresses): New option.
1969         * config/rs6000/rs6000.c (rs6000_override_options): Default
1970         avoid-indexed-addresses on for Power6, off for everything else.
1971         (avoiding_indexed_address_p): New function.
1972         (rs6000_legitimize_address): Use it.
1973         (rs6000_legitimate_address): Likewise.
1974         * config/rs6000/rs6000.md (movXX_updateX): Likewise
1975
1976 2009-01-28  Kazu Hirata  <kazu@codesourcery.com>
1977
1978         PR tree-optimization/38997
1979         * tree-loop-distribution.c (generate_memset_zero): Use
1980         POINTER_PLUS_EXPR for a pointer addition.
1981
1982 2009-01-28  Andreas Krebbel  <krebbel1@de.ibm.com>
1983
1984         * config/s390/s390.md (bswap<mode>2): New pattern added.
1985
1986 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
1987
1988         * config/s390/s390.md (*tls_load_31): Added type attribute.
1989
1990 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
1991
1992         * config/s390/s390.md: Fix a few comments.
1993
1994 2009-01-28  Wolfgang Gellerich  <gellerich@de.ibm.com>
1995
1996         * config/s390/s390.md (*tmsi_reg): Fixed z10prop attribute.
1997         (*tm<mode>_full): Fixed z10prop attribute.
1998         (*tst<mode>_extimm): Fixed z10prop attribute.
1999         (*tst<mode>_cconly_extimm): Fixed z10prop attribute.
2000         (*tstqiCCT_cconly): Fixed z10prop attribute.
2001         (*cmpsi_ccu_zerohi_rlsi): Fixed z10prop attribute.
2002         (*movsi_larl): Fixed z10prop attribute.
2003         (*movsi_zarch): Fixed z10prop attribute.
2004         (*movsi_eas): Fixed z10prop attribute.
2005         (*movhi): Fixed z10prop attribute.
2006         (*movqi): Fixed z10prop attribute.
2007         (*movstrictqi): Fixed z10prop attribute.
2008         (*mov<mode>): Fixed z10prop attribute.
2009         (*movcc): Fixed z10prop attribute.
2010         (*sethighpartdi_64): Fixed z10prop attribute.
2011         (*zero_extendhi<mode>2_z10): Fixed z10prop attribute.
2012         (*negdi2_sign_cc): Fixed z10prop attribute.
2013         (*negdi2_sign): Fixed z10prop attribute.
2014         (*absdi2_sign_cc): Fixed z10prop attribute.
2015         (*absdi2_sign): Fixed z10prop attribute.
2016         (*negabsdi2_sign_cc): Fixed z10prop attribute.
2017         (*negabsdi2_sign): Fixed z10prop attribute.
2018         (*cmp_and_trap_signed_int<mode>): Fixed z10prop attribute.
2019         (*cmp_and_trap_unsigned_int<mode>): Fixed z10prop attribute.
2020         (doloop_si64): Fixed z10prop attribute.
2021         (doloop_si31): Fixed z10prop attribute.
2022         (doloop_long): Fixed z10prop attribute.
2023         (indirect_jump): Fixed z10prop attribute.
2024         (nop): Fixed z10prop attribute.
2025         (main_base_64): Fixed z10prop attribute.
2026         (reload_base_64): Fixed z10prop attribute.
2027
2028 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
2029
2030         PR rtl-optimization/38740
2031         * reorg.c (gate_handle_delay_slots): Avoid dbr scheduling
2032         if !optimize.
2033         * config/mips/mips.c (mips_reorg): Likewise.
2034
2035 2009-01-28  Richard Guenther  <rguenther@suse.de>
2036
2037         PR tree-optimization/38926
2038         * tree-ssa-pre.c (add_to_value): Assert we add only expressions
2039         with the correct value id to a value.
2040         (do_regular_insertion): Use the value number of edoubleprime
2041         for the value number of the expr.
2042
2043         Revert
2044         2008-08-21  Richard Guenther  <rguenther@suse.de>
2045
2046         * tree-ssa-pre.c (insert_into_preds_of_block): Before inserting
2047         a PHI ask VN if it is already available.
2048         * tree-ssa-sccvn.h (vn_phi_lookup): Declare.
2049         * tree-ssa-sccvn.c (vn_phi_lookup): Export.
2050
2051 2009-01-28  Jakub Jelinek  <jakub@redhat.com>
2052
2053         PR middle-end/38934
2054         * tree-vrp.c (extract_range_from_assert): For LE_EXPR and LT_EXPR
2055         set to varying whenever max has TREE_OVERFLOW set, similarly
2056         for GE_EXPR and GT_EXPR and TREE_OVERFLOW min.
2057
2058 2009-01-28  Richard Guenther  <rguenther@suse.de>
2059
2060         PR middle-end/38908
2061         * tree-ssa.c (warn_uninitialized_var): Do not warn for seemingly
2062         uninitialized aggregate uses in call arguments.
2063
2064 2009-01-28  Paolo Bonzini  <bonzini@gnu.org>
2065
2066         PR tree-optimization/38984
2067         * tree-ssa-structalias.c (get_constraints_for_1): Do not use
2068         the nothing_id variable if -fno-delete-null-pointer-checks.
2069
2070 2009-01-28  Uros Bizjak  <ubizjak@gmail.com>
2071
2072         PR target/38988
2073         * config/i386/i386.md (set_rip_rex64): Wrap operand 1 in label_ref.
2074         (set_got_offset_rex64): Ditto.
2075
2076 2009-01-27  H.J. Lu  <hongjiu.lu@intel.com>
2077
2078         PR target/38941
2079         * doc/extend.texi: Improve local variable with asm reg.
2080
2081 2009-01-27  Adam Nemet  <anemet@caviumnetworks.com>
2082
2083         * c.opt (Wpacked-bitfield-compat): Change init value to -1.
2084         * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat
2085         was not supplied then set warn_packed_bitfield_compat to the
2086         default value of 1.
2087         * stor-layout.c (place_field): Check warn_packed_bitfield_compat
2088         against 1.
2089
2090 2009-01-27  Richard Guenther  <rguenther@suse.de>
2091
2092         PR tree-optimization/38503
2093         * cfgexpand.c (expand_gimple_basic_block): Ignore
2094         GIMPLE_CHANGE_DYNAMIC_TYPE during expansion.
2095         * tree-ssa-structalias.c (set_uids_in_ptset): Do not prune
2096         variables that cannot have TBAA applied.
2097         (compute_points_to_sets): Do not remove GIMPLE_CHANGE_DYNAMIC_TYPE
2098         statements.
2099
2100 2009-01-27  Uros Bizjak  <ubizjak@gmail.com>
2101
2102         PR middle-end/38969
2103         * calls.c (initialize_argument_information): Do not wrap complex
2104         arguments in SAVE_EXPR.
2105
2106 2009-01-26  Andreas Tobler  <a.tobler@schweiz.org>
2107
2108         * config/t-vxworks (LIBGCC2_INCLUDES): Fix typo.
2109         (INSTALL_LIBGCC): Revert typo commit.
2110
2111 2009-01-26  Richard Guenther  <rguenther@suse.de>
2112
2113         PR tree-optimization/38745
2114         * tree-ssa-alias.c (update_alias_info_1): Exclude RESULT_DECL
2115         from special handling.
2116
2117 2009-01-26  Richard Guenther  <rguenther@suse.de>
2118
2119         PR tree-optimization/38745
2120         * tree-ssa.c (execute_update_addresses_taken): Do not include
2121         variables that cannot possibly be a register in not_reg_needs.
2122         Do not clear TREE_ADDRESSABLE on vars that may not become
2123         registers.
2124         * tree-ssa.c (update_alias_info_1): Include those in the set
2125         of addressable vars.
2126
2127 2009-01-26  Richard Guenther  <rguenther@suse.de>
2128
2129         PR middle-end/38851
2130         * Makefile.in (tree-ssa-dse.o): Add langhooks.h.
2131         * tree-ssa-dse.c: Include langhooks.h
2132         (execute_simple_dse): Remove stores with zero size.
2133
2134 2009-01-24  Jakub Jelinek  <jakub@redhat.com>
2135
2136         PR c/38957
2137         * c-typeck.c (c_finish_return): Handle POINTER_PLUS_EXPR the same way
2138         as PLUS_EXPR.
2139
2140 2009-01-24  Julian Brown  <julian@codesourcery.com>
2141
2142         * config/arm/t-linux-eabi (LIB2FUNCS_STATIC_EXTRA): Add
2143         config/arm/linux-atomic.c.
2144         * config/arm/linux-atomic.c: New.
2145
2146 2009-01-24  Eric Botcazou  <ebotcazou@adacore.com>
2147
2148         * config/sparc/linux.h (DBX_REGISTER_NUMBER): Delete.
2149         * config/sparc/linux64.h (DBX_REGISTER_NUMBER): Likewise.
2150         * config/sparc/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
2151
2152 2009-01-24  H.J. Lu  <hongjiu.lu@intel.com>
2153
2154         PR c/38938
2155         * c-opts.c (c_common_handle_option): Update warn_pointer_sign
2156         properly.
2157
2158 2009-01-24  Sebastian Pop  <sebastian.pop@amd.com>
2159
2160         PR tree-optimization/38953
2161         * graphite.c (graphite_verify): Add a call to verify_loop_closed_ssa.
2162         (scop_adjust_phis_for_liveouts): Initialize false_i to zero.
2163         (gloog): Split the exit of the scop when the scop exit is a loop exit.
2164         (graphite_transform_loops): Only call cleanup_tree_cfg if gloog
2165         changed the CFG.
2166
2167 2009-01-24  Paul Brook  <paul@codesourcery.com>
2168
2169         * config/arm/neon.md (neon_type): Move to arm.md.
2170         (neon_mov<VSTRUCT>): Add neon_type attribute.
2171         * config/arm/arm.md (neon_type): Move to here.
2172         (conds): Add "unconditioal" and use as default for NEON insns.
2173
2174 2009-01-24  Ben Elliston  <bje@au.ibm.com>
2175
2176         * bitmap.h (BITMAP_FREE): Eliminate `implicit conversion from
2177         void *' warning from -Wc++-compat.
2178         * Makefile.in (dominance.o-warn): Remove.
2179
2180 2009-01-23  Paolo Bonzini  <bonzini@gnu.org>
2181
2182         PR tree-optimization/38932
2183         * fold-const.c (fold_unary_ignore_overflow): New.
2184         * tree.h (fold_unary_ignore_overflow): Declare.
2185         * tree-ssa-ccp.c (ccp_fold): Use fold_unary_ignore_overflow.
2186         * tree-ssa-sccvn.c (visit_reference_op_load,
2187         simplify_unary_expression): Likewise.
2188
2189 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
2190
2191         * c-decl.c (finish_struct): Move code to set DECL_PACKED after
2192         DECL_BIT_FIELD is alreay known.  Also inherit packed for bitfields
2193         regardless of their type.
2194         * c-common.c (handle_packed_attribute): Don't ignore packed on
2195         bitfields.
2196         * c.opt (Wpacked-bitfield-compat): New warning option.
2197         * stor-layout.c (place_field): Warn if offset of a field changed.
2198         * doc/extend.texi (packed): Mention the ABI change.
2199         * doc/invoke.texi (-Wpacked-bitfield-compat): Document.
2200         (Warning Options): Add it to the list.
2201
2202 2009-01-22  H.J. Lu  <hongjiu.lu@intel.com>
2203
2204         * c-opts.c (c_common_post_options): Fix a typo in comments.
2205
2206 2009-01-22  Steve Ellcey  <sje@cup.hp.com>
2207
2208         PR middle-end/38615
2209         * gimplify.c (gimplify_init_constructor): Fix promotion of const
2210         variables to static.
2211         * doc/invoke.texi (-fmerge-all-constants): Update description.
2212
2213 2009-01-22  Uros Bizjak  <ubizjak@gmail.com>
2214
2215         PR target/38931
2216         * config/i386/i386.md (*movsi_1): Use type "mmx" for alternative 2.
2217         (*movdi_1_rex64): Use type "mmx" for alternative 5.
2218
2219 2009-01-22  Richard Earnshaw  <rearnsha@arm.com>
2220
2221         * arm.h (DATA_ALIGNMENT): Align structures, unions and arrays to
2222         a word boundary.
2223         (LOCAL_ALIGNMENT): Similarly.
2224
2225 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
2226             Joseph Myers  <joseph@codesourcery.com>
2227
2228         * config/arm/arm.c (all_architectures): Add iWMMXt2 entry.
2229         * config/arm/arm-cores.def: New ARM_CORE entry for iWMMXt2.
2230         * config/arm/arm-tune.md: Regenerate.
2231         * doc/invoke.texi (ARM Options): Document -mcpu=iwmmxt2 and
2232         -march=iwmmxt2.
2233
2234 2009-01-22  Mark Shinwell  <shinwell@codesourcery.com>
2235
2236         * config/arm/bpabi.h (SUBTARGET_EXTRA_ASM_SPEC): Bump EABI
2237         version number to five.
2238
2239 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
2240
2241         PR c++/38930
2242         * c-decl.c: (clone_underlying_type): Revert PR c++/26693 changes.
2243         * c-common.c (set_underlying_type): Likewise.
2244         (is_typedef_decl ): Likewise
2245         * tree.h: Likewise
2246         (set_underlying_type): Likewise.
2247         (is_typedef_type): Likewise.
2248
2249 2009-01-21  Vladimir Makarov  <vmakarov@redhat.com>
2250
2251         PR middle-end/38587
2252         * ira-color.c (coalesce_spill_slots): Don't coalesce allocnos
2253         crossing setjmps.
2254
2255 2009-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2256
2257         PR bootstrap/37660
2258         * config/i386/cygwin.h (SHARED_LIBGCC_SPEC):  New helper macro.
2259         (LIBGCC_SPEC):  Don't define.
2260         (REAL_LIBGCC_SPEC):  Define instead, using SHARED_LIBGCC_SPEC.
2261
2262 2009-01-21  Uros Bizjak  <ubizjak@gmail.com>
2263
2264         PR rtl-optimization/38879
2265         * alias.c (base_alias_check): Unaligned access via AND address can
2266         alias all surrounding object types except those with sizes equal
2267         or wider than the size of unaligned access.
2268
2269 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
2270
2271         PR c++/26693
2272         * c-decl.c: (clone_underlying_type): Move this ...
2273         * c-common.c (set_underlying_type): ... here.
2274         Also, make sure the function properly sets TYPE_STUB_DECL() on
2275         the newly created typedef variant type.
2276         (is_typedef_decl ): New entry point.
2277         * tree.h: Added a new member member_types_needing_access_check to
2278         struct tree_decl_non_common.
2279         (set_underlying_type): New entry point.
2280         (is_typedef_type): Likewise.
2281
2282 2009-01-21  Bingfeng Mei  <bmei@broadcom.com>
2283
2284         * alias.c (walk_mems_1, walk_mems_2, insn_alias_sets_conflict_p):
2285         Check whether two instructions have memory references that
2286         belong to conflicting alias sets.  walk_mems_1 and walk_mems_2
2287         are helper functions for traversing.
2288         * alias.h (insn_alias_sets_confilict_p): New prototypes.
2289         * ddg.c (add_inter_loop_mem_dep): Call insn_alias_sets_conflict_p
2290         not to draw dependency edge for instructions with non-conflicting
2291         alias sets.
2292
2293 2009-01-20  Joseph Myers  <joseph@codesourcery.com>
2294
2295         PR other/38758
2296         * longlong.h: Update copyright years.  Use soft-fp license notice.
2297         Sync __clz_tab declaration with glibc.
2298
2299 2009-01-20  Steve Ellcey  <sje@cup.hp.com>
2300
2301         PR target/30687
2302         * doc/extend.texi (syscall_linkage): New.
2303         (version_id): Modify.
2304
2305 2009-01-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2306             Richard Guenther  <rguenther@suse.de>
2307
2308         PR tree-optimization/38747
2309         PR tree-optimization/38748
2310         * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Disable the VCE
2311         conversion if the base address is an indirect reference and the
2312         aliasing sets could cause issues.
2313
2314 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
2315
2316         * common.opt (fgraphite, fgraphite-identity): Add comment for 
2317         explaining why these options are not documented.
2318
2319 2009-01-20  Sebastian Pop  <sebastian.pop@amd.com>
2320
2321         * graphite.c (stmt_simple_for_scop_p): Also handle cases when
2322         gimple_call_lhs is NULL.
2323
2324 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2325
2326         PR target/38868
2327         * emit-rtl.c (adjust_address_1): Make sure memref is never
2328         overwritten.
2329
2330 2009-01-20  Ben Elliston  <bje@au.ibm.com>
2331
2332         * libgcov.c (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
2333         const qualifier from arg parameter. Remove unnecessary cast to char *.
2334         * gcov-io.h (__gcov_execl, __gcov_execlp, __gcov_execle): Remove
2335         const qualifier from arg 2.
2336
2337 2009-01-19  Iain Sandoe  <iain.sandoe@sandoe-acoustics.co.uk>
2338
2339         * config/darwin.h: Add static-libgfortran to LINK_SPEC.
2340
2341 2009-01-19  Vladimir Makarov  <vmakarov@redhat.com>
2342
2343         PR c/38869
2344         * rtl.h (reinit_regs): New prototype.
2345         * regclass.c: Include ira.h.
2346         (reinit_regs): New.
2347         * Makefile.in (regclass.o): Add ira.h.
2348         * config/i386/i386.c (ix86_maybe_switch_abi): Use reinit_regs.
2349
2350 2009-01-18  H.J. Lu  <hongjiu.lu@intel.com>
2351
2352         PR target/38736
2353         * c-common.c (handle_aligned_attribute): Use
2354         ATTRIBUTE_ALIGNED_VALUE instead of BIGGEST_ALIGNMENT for
2355         default alignment value.
2356
2357         * c-cppbuiltin.c (c_cpp_builtins): Define __BIGGEST_ALIGNMENT__.
2358
2359         * defaults.h (ATTRIBUTE_ALIGNED_VALUE): New.
2360         * config/i386/i386.h (ATTRIBUTE_ALIGNED_VALUE): Likewise.
2361
2362         * doc/extend.texi: Update __attribute__ ((aligned)).  Document
2363         __BIGGEST_ALIGNMENT__.
2364
2365         * doc/tm.texi: Document ATTRIBUTE_ALIGNED_VALUE.
2366
2367 2009-01-18  Richard Guenther  <rguenther@suse.de>
2368
2369         PR tree-optimization/38819
2370         * tree-flow.h (operation_could_trap_helper_p): Declare.
2371         * tree-eh.c (operation_could_trap_helper_p): Export.
2372         * tree-ssa-sccvn.h (vn_nary_may_trap): Declare.
2373         * tree-ssa-sccvn.c (vn_nary_may_trap): New function.
2374         * tree-ssa-pre.c (insert_into_preds_of_block): Check if we
2375         are about to insert a possibly trapping instruction and fail
2376         in this case.
2377
2378 2009-01-18  Andreas Schwab  <schwab@suse.de>
2379
2380         * doc/install.texi (Configuration): Remove obsolete paragraph
2381         about use of --with-gnu-ld with --with-gnu-as.
2382
2383 2009-01-18  Kazu Hirata  <kazu@codesourcery.com>
2384
2385         * doc/extend.texi, doc/gimple.texi, doc/invoke.texi,
2386         doc/md.texi, doc/sourcebuild.texi, doc/tm.texi: Fix typos.
2387         Follow spelling conventions.
2388
2389 2009-01-18  Ben Elliston  <bje@au.ibm.com>
2390
2391         * bitmap.c (bitmap_obstack_alloc_stat): Adjust cast to eliminate
2392         C++ warning about implicit conversion from void * to struct
2393         bitmap_head_def *.
2394         (bitmap_obstack_free): Likewise for bitmap_element *.
2395         * Makefile.in (bitmap.o-warn): Remove.
2396
2397 2009-01-17  Dave Korn  <dave.korn.cygwin@gmail.com>
2398
2399         * Makefile.in (BACKENDLIBS):  Reorder to match dependencies.
2400
2401 2009-01-17  Sebastian Pop  <sebastian.pop@amd.com>
2402             Tobias Grosser  <tobi.grosser@amd.com>
2403
2404         * graphite.c (graphite_trans_scop_block): Do not block single
2405         nested loops.
2406
2407 2009-01-16  Alexandre Oliva  <aoliva@redhat.com>
2408
2409         * ebitmap.h (ebitmap_iter_init): Initialize all fields.
2410         * ipa-struct-reorg.c (gen_struct_type): Replace known-true
2411         test with assertion.
2412
2413 2009-01-16  Richard Guenther  <rguenther@suse.de>
2414
2415         PR tree-optimization/38835
2416         PR middle-end/36227
2417         * fold-const.c (fold_binary): Remove PTR + INT -> (INT)(PTR p+ INT)
2418         and INT + PTR -> (INT)(PTR p+ INT) folding.
2419         * tree-ssa-address.c (create_mem_ref): Properly use POINTER_PLUS_EXPR.
2420
2421 2009-01-16  Adam Nemet  <anemet@caviumnetworks.com>
2422
2423         PR target/38554
2424         * expmed.c (expand_shift): With SHIFT_COUNT_TRUNCATED, don't lift
2425         the subreg from a lowpart subreg if it is also casting the value.
2426
2427 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
2428             Tobias Grosser  <tobi.grosser@amd.com>
2429
2430         * graphite.c (compare_prefix_loops): New.
2431         (build_scop_canonical_schedules): Rewritten.
2432         (graphite_transform_loops): Move build_scop_canonical_schedules
2433         after build_scop_iteration_domain.
2434
2435 2009-01-16  Sebastian Pop  <sebastian.pop@amd.com>
2436             Tobias Grosser  <tobi.grosser@amd.com>
2437
2438         * graphite.c (add_conditions_to_domain): Add the loops to 
2439         the dimension of the iteration domain.  Do copy the domain
2440         only when it exists.
2441         (build_scop_conditions_1): Do not call add_conditions_to_domain.
2442         (add_conditions_to_constraints): New.
2443         (can_generate_code_stmt, can_generate_code): Removed.
2444         (gloog): Do not call can_generate_code.
2445         (graphite_transform_loops): Call add_conditions_to_constraints
2446         after building the iteration domain.
2447
2448 2009-01-16  Jakub Jelinek  <jakub@redhat.com>
2449
2450         PR tree-optimization/38789
2451         * tree-ssa-threadedge.c
2452         (record_temporary_equivalences_from_stmts_at_dest): Ignore calls to
2453         __builtin_constant_p.
2454
2455 2009-01-16  Kenneth Zadeck  <zadeck@naturalbridge.com>
2456
2457         * dce.c (delete_unmarked_insns): Reversed the order that insns are
2458         examined before deleting them.
2459         
2460 2009-01-16  Richard Earnshaw  <rearnsha@arm.com>
2461
2462         * function.c (aggregate_value_p): Correctly extract the function
2463         type from CALL_EXPR_FN lookup.
2464
2465 2009-01-16  Hariharan Sandanagobalane  <hariharan@picochip.com>
2466
2467         * config/picochip/picochip.c (picochip_override_options): Revert
2468         CFI asm flag disable commited previously.
2469
2470 2009-01-15  Sebastian Pop  <sebastian.pop@amd.com>
2471             Tobias Grosser  <tobi.grosser@amd.com>
2472             Jan Sjodin  <jan.sjodin@amd.com>
2473
2474         * graphite.c (scan_tree_for_params): On substractions negate
2475         all the coefficients of the term.
2476         (clast_to_gcc_expression_red): New.  Handle reduction expressions
2477         of more than two operands.
2478         (clast_to_gcc_expression): Call clast_to_gcc_expression_red.
2479         (get_vdef_before_scop): Handle also the case of default definitions.
2480
2481 2009-01-15  Richard Sandiford  <rdsandiford@googlemail.com>
2482
2483         * caller-save.c (add_used_regs_1, add_used_regs): New functions.
2484         (insert_one_insn): Use them instead of REG_DEAD and REG_INC notes.
2485         Also use them when walking CALL_INSN_FUNCTION_USAGE.
2486
2487 2009-01-15  H.J. Lu  <hongjiu.lu@intel.com>
2488             Joey Ye  <joey.ye@intel.com>
2489
2490         PR middle-end/37843
2491         * cfgexpand.c (expand_stack_alignment): Don't update stack
2492         boundary nor check incoming stack boundary here.
2493         (gimple_expand_cfg): Update stack boundary and check incoming
2494         stack boundary here.
2495
2496 2009-01-15  Kenneth Zadeck  <zadeck@naturalbridge.com>
2497
2498         * dce.c (find_call_stack_args, delete_unmarked_insns): Fixed comments.
2499         
2500 2009-01-14  Jakub Jelinek  <jakub@redhat.com>
2501
2502         PR rtl-optimization/38245
2503         * calls.c (expand_call): Add stack arguments to
2504         CALL_INSN_FUNCTION_USAGE even for pure calls (when
2505         ACCUMULATE_OUTGOING_ARGS) and even for args partially passed
2506         in regs and partially in memory or BLKmode arguments.
2507         (emit_library_call_value_1): Add stack arguments to
2508         CALL_INSN_FUNCTION_USAGE even for pure calls (when
2509         ACCUMULATE_OUTGOING_ARGS).
2510         * dce.c: Include tm_p.h.
2511         (find_call_stack_args): New function.
2512         (deletable_insn_p): Call it for CALL_P insns.  Add ARG_STORES
2513         argument.
2514         (mark_insn): Call find_call_stack_args for CALL_Ps.
2515         (prescan_insns_for_dce): Walk insns backwards in bb rather than
2516         forwards.  Allocate and free arg_stores bitmap if needed, pass it
2517         down to deletable_insn_p, don't mark stores set in arg_stores
2518         bitmap, clear the bitmap at the beginning of each bb.
2519         * Makefile.in (dce.o): Depend on $(TM_P_H).
2520
2521 2009-01-14  Michael Meissner  <gnu@the-meissners.org>
2522
2523         PR target/22599
2524         * config/i386/i386.c (print_operand): Add tests for 'D', 'C', 'F', 'f'
2525         to make sure the insn is a conditional test (bug 22599).  Reformat a
2526         few long lines.
2527
2528 2009-01-14  Sebastian Pop  <sebastian.pop@amd.com>
2529
2530         PR middle-end/38431
2531         * graphite.c (get_vdef_before_scop, scop_adjust_vphi): New.
2532         (scop_adjust_phis_for_liveouts): Call scop_adjust_vphi.
2533         (gloog): Do not call cleanup_tree_cfg.
2534         (graphite_transform_loops): Call cleanup_tree_cfg after all 
2535         scops have been code generated.
2536
2537 2009-01-14  Basile Starynkevitch  <basile@starynkevitch.net>
2538         * doc/gty.texi (Invoking the garbage collector): Added new node
2539         and section documenting ggc_collect.
2540
2541 2009-01-14  Richard Guenther  <rguenther@suse.de>
2542
2543         PR tree-optimization/38826
2544         PR middle-end/38477
2545         * tree-ssa-structalias.c (emit_alias_warning): Emit the pointer
2546         initialization notes only if we actually emitted a warning.
2547         (intra_create_variable_infos): Add constraints for a result decl
2548         that is passed by hidden reference.
2549         (build_pred_graph): Mark all related variables non-direct on
2550         address-taking.
2551
2552 2009-01-14  Nick Clifton  <nickc@redhat.com>
2553
2554         * ira-conflicts.c: Include addresses.h for the definition of
2555         base_reg_class.
2556         (ira_build_conflicts): Use base_reg_class instead of BASE_REG_CLASS.
2557         * Makefile.in: Add a dependency of ira-conflicts.o on addresses.h.
2558
2559 2009-01-13  Vladimir Makarov  <vmakarov@redhat.com>
2560
2561         PR target/38811
2562         * Makefile.in (ira-lives.o): Add except.h.
2563
2564         * ira-lives.c: Include except.h.
2565         (process_bb_node_lives): Process can_throw_internal.
2566
2567 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
2568
2569         PR rtl-optimization/38774
2570         * combine.c (simplify_set): When undoing cc_use change, don't do
2571         PUT_CODE on the newly created comparison, but instead put back the
2572         old comparison.
2573
2574 2009-01-13  Joseph Myers  <joseph@codesourcery.com>
2575
2576         * doc/invoke.texi (ARM Options): Update lists of -mcpu and -march
2577         values.  Remove duplicate arm8 entry.
2578
2579 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2580
2581         PR tree-optimization/38786
2582         * graphite.c (expand_scalar_variables_ssa_name): New, outlined from
2583         the SSA_NAME case of expand_scalar_variables_expr.
2584         Set the type of an expression to the type of its assign statement.
2585         (expand_scalar_variables_expr): Also gather the scalar computation
2586         used to index the memory access.  Do not pass loop_p.
2587         Fix comment.  Stop recursion on tcc_constant or tcc_declaration.
2588         (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr
2589         the gimple_stmt_iterator where it inserts new code.
2590         Do not pass loop_p.
2591         (copy_bb_and_scalar_dependences): Do not pass loop_p.
2592         (translate_clast): Update call to copy_bb_and_scalar_dependences.
2593
2594 2009-01-13  Sebastian Pop  <sebastian.pop@amd.com>
2595
2596         * graphite.h (debug_value): Removed.
2597         * graphite.c (debug_value): Removed.
2598
2599 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
2600
2601         * config/arm/arm.c (output_move_double): Don't synthesize thumb-2
2602         ldrd/strd with two 32-bit instructions.
2603
2604 2009-01-13  Richard Earnshaw  <rearnsha@arm.com>
2605
2606         * config/arm/arm.c (struct processors): Pass for speed down into
2607         cost helper functions.
2608         (const_ok_for_op): Handle COMPARE and inequality nodes.
2609         (arm_rtx_costs_1): Rewrite.
2610         (arm_size_rtx_costs): Update prototype.
2611         (arm_rtx_costs): Pass speed down to helper functions.
2612         (arm_slowmul_rtx_costs): Rework cost calculations.
2613         (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise.
2614         (arm_9e_rtx_costs): Likewise.
2615
2616 2009-01-13  Uros Bizjak  <ubizjak@gmail.com>
2617
2618         * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit
2619         relocations of local symbols wider than UNITS_PER_WORD are not valid.
2620         (alpha_legitimize_address): Do not split local symbols wider than
2621         UNITS_PER_WORD into HIGH/LO_SUM parts.
2622
2623 2009-01-13  Danny Smith  <dannysmith@users.sourceforge.net>
2624
2625         PR bootstrap/38580
2626         * gcc.c (process_command): Replace call to execvp with calls
2627         to pex_one and exit.
2628
2629 2009-01-03  Anatoly Sokolov  <aesok@post.ru>
2630
2631         PR target/29141
2632         * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm.
2633         * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add
2634         variant for devices with 3-byte PC.
2635         (__tablejump_elpm__) : New.
2636
2637 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2638
2639         PR c/32041
2640         * c-parser.c (c_parser_postfix_expression): Allow `->' in
2641         offsetof member-designator, handle it as `[0].'.
2642
2643 2009-01-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2644
2645         * pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk
2646         function when not using named sections on targets with named sections
2647         if branch distance is less than 262132.
2648
2649 2009-01-12  Richard Earnshaw  <rearnsha@arm.com>
2650
2651         * combine.c (combine_instructions):  Recompute
2652         optimize_this_for_speed_p  for each BB in the main combine loop.
2653
2654 2009-01-12  Tomas Bily  <tbily@suse.cz>
2655
2656         PR middlend/38385
2657         * tree-loop-distribution.c (prop_phis): New function.
2658         (generate_builtin): Call prop_phis.
2659         * testsuite/gcc.dg/tree-ssa/pr38385.c: New file.
2660
2661 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2662
2663         PR tree-optimization/38807
2664         * tree-ssa-reassoc.c (remove_visited_stmt_chain): Don't look at
2665         gimple_visited_p unless stmt is GIMPLE_ASSIGN.
2666
2667 2009-01-11  Adam Nemet  <anemet@caviumnetworks.com>
2668
2669         * expmed.c (store_bit_field_1): Properly truncate the paradoxical
2670         subreg of op0 to the original op0.
2671
2672 2009-01-11  Laurent GUERBY  <laurent@guerby.net>
2673
2674         * doc/sourcebuild.texi (Source Tree): Move up intl and fixinc.
2675         
2676 2009-01-11  Markus Schoepflin  <markus.schoepflin@comsoft.de>
2677
2678         PR debug/7055
2679         * gcc/mips-tfile.c (parse_def): Fix parsing of def strings
2680         starting with digits.
2681
2682 2009-01-10  Jakub Jelinek  <jakub@redhat.com>
2683
2684         PR target/38695
2685         * config/arm/arm.c (arm_is_long_call_p): Don't call
2686         arm_function_in_section_p if decl isn't a FUNCTION_DECL.
2687
2688 2009-01-09  Steven Bosscher  <steven@gcc.gnu.org>
2689
2690         * regrename.c (regrename_optimize): Fix dumping.
2691         (find_oldest_value_reg): Preserve REG_POINTER.
2692         (copy_hardreg_forward_1): Likewise.
2693
2694 2009-01-09  Diego Novillo  <dnovillo@google.com>
2695
2696         * gimple.h (struct gimple_statement_base) <uid>: Document
2697         the restrictions on its use.
2698         (gimple_uid): Tidy.
2699         (gimple_set_uid): Tidy.
2700
2701 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2702
2703         * config/i386/i386.c (ix86_expand_movmem, ix86_expand_setmem): Add
2704         zero guard even if align_bytes != 0 and count is smaller than
2705         size_needed.
2706
2707 2009-01-09  Vladimir Makarov  <vmakarov@redhat.com>
2708
2709         PR rtl-optimization/38495
2710         * ira-emit.c (print_move_list, ira_debug_move_list): New functions.
2711         (add_range_and_copies_from_move_list): Print all added ranges.
2712         Add ranges to memory optimized destination.
2713
2714 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2715
2716         PR target/38686
2717         PR target/38708
2718         * config/i386/i386.c (override_options): Reject
2719         -mstringop-strategy=rep_8byte with -m32.
2720         (ix86_expand_movmem): For size_needed == 1 set epilogue_size_needed
2721         to 1.  Do count comparison against epilogue_size_needed at compile
2722         time even when count_exp was constant forced into register.  For
2723         size_needed don't jump to epilogue, instead just avoid aligning
2724         and invoke the body algorithm.  If need_zero_guard, add zero guard
2725         even if count is non-zero, but smaller than size_needed + number of
2726         bytes that could be stored for alignment.
2727         (ix86_expand_setmem): For size_needed == 1 set epilogue_size_needed
2728         to 1.  If need_zero_guard, add zero guard even if count is non-zero,
2729         but smaller than size_needed + number of bytes that could be stored
2730         for alignment.  Compare size_needed with epilogue_size_needed instead
2731         of desired_align - align, don't adjust size_needed, pass
2732         epilogue_size_needed to the epilogue expanders.
2733
2734         PR c/35742
2735         * c-pretty-print.c (pp_c_expression): Handle GOTO_EXPR like BIND_EXPR.
2736
2737 2009-01-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2738
2739         * pa.c (last_address): Change to unsigned.
2740         (update_total_code_bytes): Change argument to unsigned.  Don't
2741         check if insn addresses are set.
2742         (pa_output_function_epilogue): Set last_address to UINT_MAX if insn
2743         addresses are not set.
2744         (pa_asm_output_mi_thunk): Handle wrap when updating last_address.
2745
2746 2009-01-09  Nick Clifton  <nickc@redhat.com>
2747
2748         * config/sh/symbian.c: Replace uses of DECL_INLINE with
2749         DECL_DECLARED_INLINE_P.
2750
2751 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2752
2753         PR middle-end/38347
2754         * dojump.c (do_jump_by_parts_zero_rtx): Use mode instead of
2755         GET_MODE (op0) in operand_subword_force calls.
2756
2757         PR middle-end/38771
2758         * fold-const.c (fold_unary): For COMPOUND_EXPR and COND_EXPR,
2759         fold_convert arg0 operands to TREE_TYPE (op0) first.
2760
2761 2009-01-08  Vladimir Makarov  <vmakarov@redhat.com>
2762
2763         * params.def (ira-max-conflict-table-size): Decrease default value
2764         to 1000.
2765
2766 2009-01-08  Jakub Jelinek  <jakub@redhat.com>
2767
2768         PR tree-optimization/37031
2769         * lambda-code.c (lambda_collect_parameters): Call pointer_set_destroy
2770         on parameter_set.
2771         (build_access_matrix): Reserve correct size for AM_MATRIX vector,
2772         allocate it using gc instead of heap, use VEC_quick_push instead of
2773         VEC_safe_push.
2774         * graphite.c (build_access_matrix): Allocate AM_MATRIX vector using gc
2775         instead of heap, use VEC_quick_push instead of VEC_safe_push.
2776         * tree-data-ref.h (struct access_matrix): Change matrix to gc
2777         allocated vector from heap allocated.
2778         * lambda.h: Add DEF_VEC_ALLOC_P for gc allocated lambda_vector.
2779         * tree-loop-linear.c (linear_transform_loops): Allocate nest
2780         vector only after perfect_loop_nest_depth call.
2781
2782 2009-01-08  Sebastian Pop  <sebastian.pop@amd.com>
2783             Jan Sjodin  <jan.sjodin@amd.com>
2784
2785         PR tree-optimization/38559
2786         * graphite.c (debug_value, copy_constraint,
2787         swap_constraint_variables, scale_constraint_variable, ): New.
2788         (get_lower_bound, get_upper_bound): Removed.
2789         (graphite_trans_bb_strip_mine): Clean up this code that works
2790         only for constant number of iterations.  Fully copy upper and
2791         lower bound constraints, not only the constant part of them.
2792         * graphite.h (debug_value): Declared.
2793
2794 2009-01-08  Ira Rosen  <irar@il.ibm.com>
2795
2796         PR tree-optimization/37194
2797         * tree-vect-transform.c (vect_estimate_min_profitable_iters):
2798         Don't add the cost of cost model guard in prologue to scalar 
2799         outside cost in case of known number of iterations.
2800
2801 2009-01-07  Nathan Froyd  <froydnj@codesourcery.com>
2802             Alan Modra  <amodra@bigpond.net.au>
2803
2804         * config/rs6000/rs6000.c (rs6000_legitimize_address): Check for
2805         non-word-aligned REG+CONST addressing.
2806
2807 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
2808
2809         PR target/38706
2810         * config/alpha/alpha.c (alpha_end_function): For TARGET_ABI_OSF, call
2811         free_after_compilation when outputting a thunk.
2812         (alpha_output_mi_thunk_osf): Assert that we are processing a thunk.
2813         Do not call free_after_compilation here.
2814
2815 2009-01-07  Uros Bizjak  <ubizjak@gmail.com>
2816
2817         * config/i386/i386.c (ix86_target_string): Use ARRAY_SIZE.
2818         (ix86_valid_target_attribute_inner_p): Ditto.
2819
2820 2009-01-07  Jan Sjodin  <jan.sjodin@amd.com>
2821
2822         PR tree-optimization/38492
2823         PR tree-optimization/38498
2824         * tree-check.c (operator_is_linear, scev_is_linear_expression): New.
2825         * tree-chrec.h (scev_is_linear_expression): Declared.
2826         * graphite.c (graphite_cannot_represent_loop_niter): New.
2827         (scopdet_basic_block_info): Call graphite_cannot_represent_loop_niter.
2828         (graphite_loop_normal_form): Use gcc_assert.
2829         (scan_tree_for_params): Use CASE_CONVERT.
2830         (phi_node_is_iv, bb_contains_non_iv_scalar_phi_nodes): New.
2831         (build_scop_conditions_1): Call bb_contains_non_iv_scalar_phi_nodes.
2832         Use gcc_assert.  Discard scops that contain unhandled cases.
2833         (build_scop_conditions): Return a boolean status for unhandled cases.
2834         (strip_mine_profitable_p): Print the loop number, not its depth.
2835         (is_interchange_valid): Pass the depth of the loop nest, don't
2836         recompute it wrongly.
2837         (graphite_trans_bb_block): Same.
2838         (graphite_trans_bb_block): Print tentative of loop blocking.
2839         (graphite_trans_scop_block): Do not print that the loop has been
2840         blocked.
2841         (graphite_transform_loops): Do not handle scops that contain condition
2842         scalar phi nodes.
2843
2844 2009-01-07  H.J. Lu  <hongjiu.lu@intel.com>
2845
2846         AVX Programming Reference (December, 2008)
2847         * config/i386/avxintrin.h (_mm256_stream_si256): New.
2848         (_mm256_stream_pd): Likewise.
2849         (_mm256_stream_ps): Likewise.
2850
2851         * config/i386/i386.c (ix86_builtins): Add IX86_BUILTIN_MOVNTDQ256,
2852         IX86_BUILTIN_MOVNTPD256 and IX86_BUILTIN_MOVNTPS256.
2853         (ix86_special_builtin_type): Add VOID_FTYPE_PV4DI_V4DI.
2854         (bdesc_special_args): Add __builtin_ia32_movntdq256,
2855         __builtin_ia32_movntpd256 and __builtin_ia32_movntps256.
2856         (ix86_init_mmx_sse_builtins): Handle VOID_FTYPE_PV4DI_V4DI.
2857         (ix86_expand_special_args_builtin): Likewise.
2858
2859         * config/i386/sse.md (AVXMODEDI): New.
2860         (avx_movnt<mode>): Likewise.
2861         (avx_movnt<mode>): Likewise.
2862         (<sse>_movnt<mode>): Remove AVX support.
2863         (sse2_movntv2di): Likewise.
2864
2865 2009-01-07  Richard Guenther  <rguenther@suse.de>
2866
2867         PR middle-end/38751
2868         * fold-const.c (extract_muldiv): Remove obsolete comment.
2869         (fold_plusminus_mult_expr): Undo MINUS_EXPR
2870         to PLUS_EXPR canonicalization for the canonicalization.
2871
2872 2009-01-07  Gerald Pfeifer  <gerald@pfeifer.com>
2873
2874         * doc/install.texi (alpha*-dec-osf*): Remove note on 32-bit
2875         hosted cross-compilers generating less efficient code.
2876
2877 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
2878
2879         * function.h (rtl_data): Add a dbr_scheduled_p field.
2880         * reorg.c (dbr_schedule): Set it.
2881         (gate_handle_delay_slots): Check it.
2882         * config/mips/mips.c (mips_base_delayed_branch): Delete.
2883         (mips_reorg): Check flag_delayed_branch instead of
2884         mips_base_delayed_branch.
2885         (mips_override_options): Don't set mips_base_delayed_branch
2886         or flag_delayed_branch.
2887
2888 2009-01-06  Richard Sandiford  <rdsandiford@googlemail.com>
2889
2890         PR rtl-optimization/38426.
2891         * ira.c (ira): Set current_function_is_leaf earlier.
2892
2893 2009-01-06  Jakub Jelinek  <jakub@redhat.com>
2894
2895         PR rtl-optimization/38722
2896         * combine.c (try_combine): Don't modify PATTERN (i3) and notes
2897         too early, only set a flag and modify after last possible
2898         undo_all point.
2899
2900 2009-01-06  Janis Johnson  <janis187@us.ibm.com>
2901
2902         PR c/34252
2903         * ginclude/float.h: Rename DECnn_DEN to DECnn_SUBNORMAL_MIN.
2904         * real.c (decimal_single_format): Correct values of emin and emax.
2905         (decimal_double_format): Ditto.
2906         (decimal_quad_format): Ditto.
2907         * c-cppbuiltin.c (builtin_define_decimal_float_constants): Adjust
2908         computation of DECnn_MIN and DECnn_MAX for corrected values of
2909         emin and emax.  Define __DECnn_SUBNORMAL_MIN__ instead of
2910         __DECnn_MIN__, and adjust its computation for the corrected value
2911         of emin.
2912
2913 2009-01-06  Jan Hubicka  <jh@suse.cz>
2914
2915         PR target/38744
2916         * config/i386/i386.c (ix86_expand_call): Use ARRAY_SIZE.
2917
2918 2009-01-06  Gerald Pfeifer  <gerald@pfeifer.com>
2919
2920         * doc/contrib.texi (Contributors): Slightly adjust the end note.
2921         Add Robert Clark to the list of testers.
2922
2923 2009-01-06  Jan Hubicka  <jh@suse.cz>
2924             Kai Tietz  <kai.tietz@onevision.com>
2925
2926         * config/i386/i386.md (*msabi_syvabi): Add SSE regs clobbers.
2927         * config/i386/i386.c (ix86_expand_call): Add clobbers.
2928
2929 2009-01-06  Jan Hubicka  <jh@suse.cz>
2930             Kai Tietz  <kai.tietz@onevision.com>
2931
2932         * config/i386/i386.h (CONDITIONAL_CALL_USAGE): SSE regs are not used
2933         for w64 ABI.
2934         * config/i386/i386.c (struct ix86_frame): Add padding0 and nsseregs.
2935         (ix86_nsaved_regs): Count only general purpose regs.
2936         (ix86_nsaved_sseregs): New.
2937         (ix86_compute_frame_layout): Update nsseregs; set preferred alignment
2938         to 16 for w64; compute padding and size of sse reg save area.
2939         (ix86_emit_save_regs, ix86_emit_save_regs_using_mov): Save only
2940         general purpose regs.
2941         (ix86_emit_save_sse_regs_using_mov): New.
2942         (ix86_expand_prologue): Save SSE regs if needed.
2943         (ix86_emit_restore_regs_using_mov): Use only general purpose regs.
2944         (ix86_emit_restore_sse_regs_using_mov): New.
2945         (ix86_expand_epilogue): Save SSE regs if needed.
2946
2947 2009-01-06  Jan Hubicka  <jh@suse.cz>
2948             Kai Tietz  <kai.tietz@onevision.com>
2949
2950         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Enable for MSABI
2951         * config/i386/i386.c (init_cumulative_args): Disallow calls of MSABI
2952         functions when accumulate outgoing args is off.
2953
2954 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2955
2956         PR bootstrap/38742
2957         * ira-color.c (ira_reuse_stack_slot): Check ENABLE_IRA_CHECKING
2958         before using pseudos_have_intersected_live_ranges_p.
2959
2960         * ira-int.h (ira_assert): Always define.
2961
2962 2009-01-06  H.J. Lu  <hongjiu.lu@intel.com>
2963
2964         AVX Programming Reference (December, 2008)
2965         * config/i386/avxintrin.h (_mm_permute2_pd): Removed.
2966         (_mm256_permute2_pd): Likewise.
2967         (_mm_permute2_ps): Likewise.
2968         (_mm256_permute2_ps): Likewise.
2969         * config/i386/i386.md (UNSPEC_VPERMIL2): Likewise.
2970         * config/i386/sse.md (avx_vpermil2<mode>3): Likewise.
2971
2972         * config/i386/i386.c (ix86_builtins): Remove
2973         IX86_BUILTIN_VPERMIL2PD, IX86_BUILTIN_VPERMIL2PS,
2974         IX86_BUILTIN_VPERMIL2PD256 and IX86_BUILTIN_VPERMIL2PS256.
2975         (ix86_builtin_type): Remove V8SF_FTYPE_V8SF_V8SF_V8SI_INT,
2976         V4DF_FTYPE_V4DF_V4DF_V4DI_INT, V4SF_FTYPE_V4SF_V4SF_V4SI_INT
2977         and V2DF_FTYPE_V2DF_V2DF_V2DI_INT.
2978         (bdesc_args): Remove __builtin_ia32_vpermil2pd,
2979         __builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256 and
2980         __builtin_ia32_vpermil2ps256.
2981         (ix86_init_mmx_sse_builtins): Updated.
2982         (ix86_expand_args_builtin): Likewise.
2983
2984 2009-01-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2985
2986         * pa.c (output_call): Relocate non-jump insns in the delay slot of
2987         long absolute calls when generating PA 2.0 code.
2988
2989 2009-01-05  Vladimir Makarov  <vmakarov@redhat.com>
2990
2991         PR rtl-optimization/38583
2992         * params.h (IRA_MAX_CONFLICT_TABLE_SIZE): New macro.
2993
2994         * params.def (ira-max-conflict-table-size): New.
2995
2996         * doc/invoke.texi (ira-max-conflict-table-size): Decribe.
2997         
2998         * ira.h (ira_conflicts_p): New external definition.
2999         
3000         * ira-conflicts.c (build_conflict_bit_table): Do not build too big
3001         table.  Report this.  Return result of building.
3002         (ira_build_conflicts): Use ira_conflicts_p.  Check result of
3003         building conflict table.
3004
3005         * ira-color.c (fast_allocation): Use num instead of ira_allocnos_num.
3006         (ira_color): Use ira_conflicts_p.
3007         
3008         * global.c: Include ira.h.
3009         (pseudo_for_reload_consideration_p, build_insn_chain): Use
3010         ira_conflicts_p.
3011
3012         * Makefile.in (global.o): Add ira.h.
3013         
3014         * ira-build.c (mark_all_loops_for_removal,
3015         propagate_some_info_from_allocno): New.
3016         (remove_unnecessary_allocnos): Call
3017         propagate_some_info_from_allocno.
3018         (remove_low_level_allocnos): New.
3019         (remove_unnecessary_regions): Add parameter.  Call
3020         mark_all_loops_for_removal and remove_low_level_allocnos.  Pass
3021         parameter to remove_unnecessary_regions.
3022         (ira_build): Remove all regions but root if the conflict table was
3023         not built.  Update conflict hard regs for allocnos crossing calls.
3024
3025         * ira.c (ira_conflicts_p): New global.
3026         (ira): Define and use ira_conflicts_p.
3027
3028         * reload1.c (compute_use_by_pseudos, reload, count_pseudo,
3029         count_spilled_pseudo, find_reg, alter_reg, finish_spills,
3030         emit_input_reload_insns, delete_output_reload): Use ira_conflicts_p.
3031         
3032 2009-01-06  Ben Elliston  <bje@au.ibm.com>
3033
3034         * gengtype-lex.l (YY_NO_INPUT): Define.
3035
3036 2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3037
3038         PR c/34911
3039         * c-common.c (handle_vector_size_attribute): Also reject
3040         BOOLEAN_TYPE types.
3041
3042 2009-01-05  Sebastian Pop  <sebastian.pop@amd.com>
3043
3044         PR tree-optimization/38492
3045         * graphite.c (rename_map_elt, debug_rename_elt,
3046         debug_rename_map_1, debug_rename_map, new_rename_map_elt,
3047         rename_map_elt_info, eq_rename_map_elts,
3048         get_new_name_from_old_name, bb_in_sese_p): Moved around.
3049         (sese_find_uses_to_rename_use): Renamed sese_build_livein_liveouts_use.
3050         (sese_find_uses_to_rename_bb): Renamed sese_build_livein_liveouts_bb.
3051         (sese_build_livein_liveouts): New.
3052         (new_sese, free_sese): New.
3053         (new_scop): Call new_sese.
3054         (free_scop): Call free_sese.
3055         (rename_variables_from_edge, rename_phis_end_scop): Removed.
3056         (register_old_new_names): Renamed register_old_and_new_names.
3057         (register_scop_liveout_renames, add_loop_exit_phis,
3058         insert_loop_close_phis, struct igp,
3059         default_liveout_before_guard, add_guard_exit_phis,
3060         insert_guard_phis, copy_renames): New.
3061         (translate_clast): Call insert_loop_close_phis and insert_guard_phis.
3062         (sese_add_exit_phis_edge): Renamed scop_add_exit_phis_edge.
3063         (rewrite_into_sese_closed_ssa): Renamed scop_insert_phis_for_liveouts.
3064         (scop_adjust_phis_for_liveouts): New.
3065         (gloog): Call scop_adjust_phis_for_liveouts.
3066
3067         * graphite.h (struct sese): Documented.  Added fields liveout,
3068         num_ver and livein.
3069         (SESE_LIVEOUT, SESE_LIVEIN, SESE_LIVEIN_VER, SESE_NUM_VER): New.
3070         (new_sese, free_sese, sese_build_livein_liveouts): Declared.
3071         (struct scop): Added field liveout_renames.
3072         (SCOP_LIVEOUT_RENAMES): New.
3073
3074 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
3075
3076         PR tree-optimization/38510
3077         * graphite.c (recompute_all_dominators): Call mark_irreducible_loops.
3078         (translate_clast): Call recompute_all_dominators before
3079         graphite_verify.
3080         (gloog): Call recompute_all_dominators before graphite_verify.
3081
3082 2009-01-05  Harsha Jagasia  <harsha.jagasia@amd.com>
3083             Jan Sjodin  <jan.sjodin@amd.com>
3084
3085         PR tree-optimization/38500
3086         * graphite.c (create_sese_edges): Call fix_loop_structure after
3087         splitting blocks.
3088
3089 2009-01-05  Joel Sherrill  <joel.sherrill@oarcorp.com>
3090
3091         * config.gcc: Add m32r*-*-rtems*.
3092         * config/m32r/rtems.h: New file.
3093
3094 2009-01-05  Ben Elliston  <bje@au.ibm.com>
3095
3096         * Makefile.in (.po.gmo): Use mkinstalldirs, not test -d || mkdir.
3097         (.po.pox): Likewise.
3098         (po/gcc.pot): Likewise.
3099
3100 2009-01-04  David S. Miller  <davem@davemloft.net>
3101
3102         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
3103         (STARTING_FRAME_OFFSET): Always set to zero.
3104
3105 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
3106
3107         * tree.def (LSHIFT_EXPR, RSHIFT_EXPR): Add commentary.
3108         * tree-cfg.c (verify_gimple_assign_binary): Allow shifts of
3109         fixed-point types, and vectors of the same.
3110
3111 2009-01-04  Richard Sandiford  <rdsandiford@googlemail.com>
3112
3113         * config/mips/sync.md (*mb_barrier): Rename to...
3114         (*memory_barrier): ...this.
3115
3116 2009-01-04  Jonathan Wakely  <jwakely.gcc@gmail.com>
3117
3118         * doc/extend.texi (Function Attributes): Move @cindex after @item
3119         for 'artificial' and 'flatten'. Fix grammar for 'externally_visible'
3120         and put in alphabetical order. Fix 'target' name and put in order.
3121         * doc/invoke.texi (-Wstrict-null-sentinel, -fipa-matrix-reorg): Fix
3122         typos.
3123
3124 2009-01-04  Uros Bizjak  <ubizjak@gmail.com>
3125
3126         * config/s390/s390.md (UNSPEC_MB): Rename from UNSPECV_MB.
3127         (memory_barrier): Expand as unspec instead of unspec_volatile.
3128         Remove mem:BLK from insn operands.  Use Pmode scratch register.
3129         (*memory_barrier): Define as unspec instead of unspec_volatile.
3130         Use (match_dup 0) as input operand.
3131
3132         * config/sparc/sparc.md (UNSPEC_MEMBAR): Rename from UNSPECV_MEMBAR.
3133         * config/sparc/sync.md (memory_barrier): Expand as unspec instead of
3134         unspec_volatile.  Remove mem:BLK from insn operands.  Use Pmode
3135         scratch register.  Remove operand 1.
3136         (*stbar): Define as unspec instead of unspec_volatile.
3137         Use (match_dup 0) as input operand, remove (const_int 8).
3138         (*membar): Define as unspec instead of unspec_volatile.
3139         Use (match_dup 0) as input operand, remove input operand 2.
3140
3141         * config/xtensa/xtensa.md (UNSPEC_MEMW): Rename from UNSPECV_MEMW.
3142         (memory_barrier): Expand as unspec instead of unspec_volatile.
3143         Remove mem:BLK from insn operands.  Use Pmode scratch register.
3144         (*memory_barrier): Define as unspec instead of unspec_volatile.
3145         Use (match_dup 0) as input operand.
3146
3147         * config/ia64/sync.md (memory_barrier): Redefine as expander pattern.
3148         Remove mem:BLK from insn operands.  Use Pmode scratch register.
3149         Set volatile flag on operand 0.
3150         (*memory_barrier): New insn pattern.
3151
3152         * config/rs6000/sync.md (memory_barrier): Remove mem:BLK from
3153         insn operands.
3154         (*memory_barrier): Use (match_dup 0) as input operand.
3155
3156         * config/mips/sync.md (memory_barrier): Redefine as expander pattern.
3157         Remove mem:BLK from insn operands.  Use Pmode scratch register.
3158         Set volatile flag on operand 0.
3159         (*mb_internal): New insn pattern.
3160
3161         * config/alpha/sync.md (*memory_barrier): Rename from *mb_internal.
3162
3163 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
3164
3165         PR middle-end/38586
3166         * function.c (struct temp_slot): Move to the section of the file
3167         that deals with temp slots.  Remove field 'address'.
3168         (temp_slot_address_table): New hash table of address -> temp slot.
3169         (struct temp_slot_address_entry): New struct, items for the table.
3170         (temp_slot_address_compute_hash, temp_slot_address_hash,
3171         temp_slot_address_eq, insert_temp_slot_address): Support functions
3172         for the new table.
3173         (find_temp_slot_from_address): Rewrite to use the new hash table.
3174         (remove_unused_temp_slot_addresses): Remove addresses of temp
3175         slots that have been made available.
3176         (remove_unused_temp_slot_addresses_1): Call-back for htab_traverse,
3177         worker function for remove_unused_temp_slot_addresses.
3178         (assign_stack_temp_for_type): Don't clear the temp slot address list.
3179         Add the temp slot address to the address -> temp slot map.
3180         (update_temp_slot_address): Update via insert_temp_slot_address.
3181         (free_temp_slots): Call remove_unused_temp_slot_addresses.
3182         (pop_temp_slots): Likewise.
3183         (init_temp_slots): Allocate the address -> temp slot map, or empty
3184         the map if it is already allocated.
3185         (prepare_function_start): Initialize temp slot processing.
3186
3187 2009-01-04  Steven Bosscher  <steven@gcc.gnu.org>
3188
3189         PR middle-end/38584
3190         * cfgexpand.c (estimate_stack_frame_size): Simplify the estimate:
3191         Calculate the size of all stack vars assuming no packing of stack
3192         vars will happen, replacing a quadratic algorithm with a linear one.
3193
3194 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
3195
3196         PR target/38707
3197         * expmed.c (store_bit_field_1): Don't modify op0 if movstrict insn
3198         can't be used.
3199
3200 2009-01-03  Diego Novillo  <dnovillo@google.com>
3201
3202         * doc/contrib.texi: Update contributions.
3203
3204 2009-01-03  Jakub Jelinek  <jakub@redhat.com>
3205
3206         PR c++/38705
3207         * builtins.c (fold_builtin_memory_op): Give up if either operand
3208         is volatile.  Set srctype or desttype to non-qualified version
3209         of the other type.
3210
3211         PR c/38700
3212         * builtins.c (fold_builtin_expect): Only check DECL_WEAK for VAR_DECLs
3213         and FUNCTION_DECLs.
3214
3215 2009-01-02  Kenneth Zadeck  <zadeck@naturalbridge.com>
3216
3217         PR rtl-optimization/35805
3218         * df-problems.c (df_lr_finalize): Add recursive call to resolve lr
3219         problem if fast dce is able to remove any instructions.
3220         * dce.c (dce_process_block): Fix dump message.
3221         
3222 2009-01-02  Mark Mitchell  <mark@codesourcery.com>
3223
3224         PR 33649
3225         * tree-ssa-pre.c (compute_antic): Correct loop bounds.
3226
3227 2009-01-02  Jakub Jelinek  <jakub@redhat.com>
3228
3229         PR middle-end/38690
3230         * tree-flow.h (op_code_prio, op_prio): New prototypes.
3231         * tree-pretty-print.c (op_code_prio): New function.
3232         (op_prio): No longer static.  Use op_code_prio.
3233         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs):
3234         Use op_prio and op_code_prio to determine if () should be
3235         printed around operand(s) or not.
3236
3237         * gimple-pretty-print.c (dump_unary_rhs, dump_binary_rhs,
3238         dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
3239         dump_gimple_label, dump_gimple_try, dump_symbols, dump_gimple_phi,
3240         dump_gimple_mem_ops, dump_bb_header, dump_bb_end, pp_cfg_jump): Use
3241         pp_character instead of pp_string for single letter printing.
3242
3243 2009-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
3244
3245         * doc/extend.texi: Fix '#pragma GCC option' typo.
3246
3247 2009-01-02  Richard Guenther  <rguenther@suse.de>
3248
3249         * doc/install.texi (--enable-checking): Mention different
3250         default for stage1.
3251         (--enable-stage1-checking): Document.
3252
3253 2009-01-01  Andrew Pinski  <pinskia@gmail.com>
3254
3255         PR middle-end/30142
3256         * tree-cfg.c (verify_expr): Add INDIRECT_REF case.  Change MODIFY_EXPR
3257         case to be an error.
3258
3259 2009-01-02  Ben Elliston  <bje@au.ibm.com>
3260
3261         * config/fp-bit.h (pack_d): Constify argument.
3262         * config/fp-bit.c (makenan): Constify return type. Remove casts.
3263         (isnan): Constify argument.
3264         (isinf): Likewise.
3265         (iszero): Likewise.
3266         (pack_d): Likewise.
3267         (_fpadd_parts): Constify return type.
3268         (_fpmul_parts): Likewise.
3269         (_fpdiv_parts): Likewise.
3270
3271 2009-01-01  Jakub Jelinek  <jakub@redhat.com>
3272
3273         PR c/36489
3274         * c-typeck.c (add_pending_init): Add IMPLICIT argument.  Only
3275         warn about overwriting initializer with side-effects or
3276         -Woverride-init if !IMPLICIT.
3277         (output_init_element): Likewise.  Pass IMPLICIT down to
3278         add_pending_init.
3279         (process_init_element): Add IMPLICIT argument.  Pass it down
3280         to output_init_element.
3281         (push_init_element, pop_init_level, set_designator): Adjust
3282         process_init_element callers.
3283         (set_nonincremental_init, set_nonincremental_init_from_string):
3284         Adjust add_pending_init callers.
3285         (output_pending_init_elements): Adjust output_init_element callers.
3286         * c-tree.h (process_init_element): Adjust prototype.
3287         * c-parser.c (c_parser_initelt, c_parser_initval): Adjust
3288         process_init_element callers.