OSDN Git Service

2010-12-09 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2010-12-09  Richard Guenther  <rguenther@suse.de>
2
3         * ira.c (ira): Do not call finish_subregs_of_mode.
4         * ira-costs.c (finish_costs): Call finish_subregs_of_mode.
5
6 2010-12-09  Richard Guenther  <rguenther@suse.de>
7
8         * rtl.h (invalid_mode_change_p): Adjust prototype.
9         * reginfo.c (invalid_mode_change_p): Remove from argument.
10         * ira-costs.c (print_allocno_costs): Adjust callers.
11         (find_costs_and_classes): Likewise.
12
13 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
14
15         * config/s390/s390.md (*mov<mode>cc): Change lgoc and stgoc to
16         locg and stocg even in comment.
17         (sync_old_<atomic><mode>): Give mode to UNSPEC_VOLATILE.
18
19         PR target/41082
20         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Use stvx
21         instead of stve*x.
22         (altivec_expand_stv_builtin): For op0 use mode of operand 1 instead
23         of operand 0.
24         * config/rs6000/altivec.md (VI_scalar): New mode attr.
25         (altivec_stve<VI_char>x, *altivec_stvesfx): Use scalar instead of
26         vector mode for operand 0, put operand 1 into UNSPEC.
27
28 2010-12-09  Yao Qi  <yao@codesourcery.com>
29
30         * config/arm/arm.c (arm_preferred_rename_class): Implement targethook
31         PREFERRED_RENAME_CLASS.
32
33 2010-12-08  Ian Lance Taylor  <iant@google.com>
34
35         * doc/sourcebuild.texi (Front End): Remove reference to
36         snapshot-README and snapshot-index.html.
37
38 2010-12-08  Ian Lance Taylor  <iant@google.com>
39
40         * doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs
41         to update_web_docs_svn.
42         (Front End): Likewise.
43
44 2010-12-08  Iain Sandoe <iains@gcc.gnu.org>
45
46         gcc/config.gcc (with_cpu): Default i[34567]86-*-darwin* and
47         x86_64-*-darwin* to with_cpu:-core2.
48         gcc/config/i386/mmx.md (*mov<mode>_internal_rex64): Replace movq
49         with movd for darwin assembler.
50         gcc/config/i386/sse.md (*vec_concatv2di_rex64_sse4_1): Ditto.
51         (*vec_concatv2di_rex64_sse): Ditto.
52
53 2010-12-08  Richard Guenther  <rguenther@suse.de>
54             Sebastian Pop  <sebastian.pop@amd.com>
55
56         PR tree-optimization/45230
57         PR tree-optimization/45231
58         PR tree-optimization/45370
59         * sese.c (rename_uses): Returns a bool.  Call
60         recompute_tree_invariant_for_addr_expr only on the RHS of a
61         GIMPLE_ASSIGN.
62         (graphite_copy_stmts_from_block): Call fold_stmt_inplace when
63         rename_uses returns true.
64         * tree-ssa-copy.c (replace_exp): Add a comment about calling
65         fold_stmt_inplace after replace_exp.
66
67 2010-12-08  Mike Stump  <mikestump@comcast.net>
68
69         PR debug/46749
70         * config/darwin.h (COLLECT_RUN_DSYMUTIL): Add.
71         (DSYMUTIL_SPEC): Use `linker' flags instead to handle lto better.
72         * config/darwin9.h (COLLECT_RUN_DSYMUTIL): Add.
73         (DSYMUTIL_SPEC): Use `linker' flags instead to handle lto better.
74         * collect2.c (post_ld_pass): Add.
75         (process_args): Add.
76         (maybe_run_lto_and_relink): Call post_ld_pass after ld.
77         (main): Likewise.  Call process_args.
78
79 2010-12-08  Jakub Jelinek  <jakub@redhat.com>
80
81         PR middle-end/46844
82         * regrename.c (check_new_reg_p): Add ATTRIBUTE_UNUSED to reg
83         parameter.
84
85 2010-12-08  Richard Earnshaw  <rearnsha@arm.com>
86
87         PR target/46631
88         * arm.c (thumb2_reorg): Also try to reduce <commutative_op> Rd, Rn, Rd
89         into a 16-bit instruction.
90
91 2010-12-08  Michael Meissner  <meissner@linux.vnet.ibm.com>
92
93         PR middle-end/42694
94         * builtins.c (expand_builtin_pow_root): Don't optimize pow(x,y)
95         where y is 0.25, 1./6., or 0.75 if the target does not have a sqrt
96         instruction, but do optimize if y is 0.5 or 1./3. since that
97         changes an expensive call into a cheaper one.
98
99 2010-12-08  Richard Guenther  <rguenther@suse.de>
100
101         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Use a shift
102         instead of a division to divide by BITS_PER_UNIT.
103
104 2010-12-08  Richard Guenther  <rguenther@suse.de>
105
106         * gimplify.c (gimple_tree_eq): Assert hashes are equal only
107         when checking is enabled.
108
109 2010-12-07  Andrey Belevantsev  <abel@ispras.ru>
110
111         PR target/43603
112         * haifa-sched.c (sched_create_recovery_edges): Update
113         dominator info.
114         * sel-sched-ir.c (maybe_tidy_empty_bb): Update dominator info
115         after deleting an empty block.
116         (tidy_control_flow): Also verify dominators.
117         (sel_remove_bb): Update dominator info after removing a block.
118         (sel_redirect_edge_and_branch_force): Assert that no unreachable
119         blocks will be created. Update dominator info.
120         (sel_redirect_edge_and_branch): Update dominator info when
121         basic blocks do not become unreachable.
122         (sel_remove_loop_preheader): Update dominator info. 
123
124 2010-12-07  Richard Guenther  <rguenther@suse.de>
125
126         * tree-vect-data-refs.c (vect_create_addr_base_for_vector_ref):
127         Reset alignment information.
128         (bump_vector_ptr): Likewise.
129
130 2010-12-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
131
132         PR middle-end/46671
133         PR target/46685
134         * config/pa/pa.c (pa_function_section): New function.
135         (TARGET_ASM_FUNCTION_SECTION): Define.
136
137 2010-12-07  Ian Lance Taylor  <iant@google.com>
138             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
139
140         PR bootstrap/46810
141         * configure.ac: Disable AC_MSG_ERROR while looking for the C++
142         preprocessor.
143         * configure: Rebuild.
144
145 2010-12-07  Paul Koning  <ni1d@arrl.net>
146
147         * config/pdp11/pdp11.c (output_addr_const_pdp11): Output negative
148         values with sign rather than as unsigned.
149
150 2010-12-07  Paul Koning  <ni1d@arrl.net>
151
152         * config/pdp11/pdp11.c (TARGET_ASM_FUNCTION_SECTION): Define.
153         (pdp11_function_section): New function.
154
155 2010-12-07  Joseph Myers  <joseph@codesourcery.com>
156
157         * config/mcore/mcore.c Don't include assert.h.
158         (layout_mcore_frame, handle_structs_in_regs): Use gcc_assert.
159         * config/spu/spu.c: Don't include assert.h.
160         (spu_sms_res_mii): Use gcc_assert.
161
162 2010-12-07  Sebastian Pop  <sebastian.pop@amd.com>
163
164         PR tree-optimization/42327
165         * tree-data-ref.c (omega_setup_subscript): Call build_int_cst
166         instead of using integer_minus_one_node.
167
168 2010-12-07  Nathan Froyd  <froydnj@codesourcery.com>
169
170         PR c++/45330
171         * params.def (CXX_MAX_NAMESPACES_FOR_DIAGNOSTIC_HELP): New parameter.
172         * doc/invoke.texi (cxx-max-namespaces-for-diagnostic-help): Document.
173
174 2010-12-07  Richard Guenther  <rguenther@suse.de>
175
176         PR tree-optimization/46832
177         * tree-ssa-math-opts.c (execute_optimize_widening_mul): Check
178         that the call has a lhs.
179
180 2010-12-07  Yao Qi  <yao@codesourcery.com>
181
182         * Makefile.in: Add $(TARGET_H) to the regrename.o rule.
183         * regrename.c (struct du_head): Add new element length.
184         (sort_du_head, get_element, merge, merge_sort_comparison):
185         New functions of merge sort implementation to du_head list.
186         (regrename_optimize): Sort du_head linked list by length.
187         Iterate registers in a preferred-register-first order.
188         Move some code to ...
189         (check_new_reg_p): here.  New function.
190         (create_new_chain):  Initialize length.
191         (scan_rtx_reg): Increase length for non-debug insns.
192         * target.def: New hook preferred_rename_class.
193         * targhook.c (default_preferred_rename_class): New.
194         * targhook.h: Declare it.
195         * doc/tm.texi.in: New hook TARGET_PREFERRED_RENAME_CLASS.
196         * doc/tm.texi: Regenerate.
197
198 2010-12-07  Jakub Jelinek  <jakub@redhat.com>
199
200         PR debug/46799
201         * tree-parloops.c (separate_decls_in_region): Use UNKNOWN_LOCATION
202         instead of BUILTINS_LOCATION.
203         (create_loop_fn): Add LOC argument, pass it to build_decl instead of
204         BUILTINS_LOCATION.
205         (create_parallel_loop): Add LOC argument, use it for OMP clauses
206         and GIMPLE_*OMP* statements.
207         (gen_parallel_loop): Determine locus for the parallel loop, pass it
208         to create_loop_fn and create_parallel_loop.
209         * cfgexpand.c (gimple_expand_cfg): For builtin functions, call
210         set_curr_insn_source_location (UNKNOWN_LOCATION).
211
212 2010-12-07  Joern Rennecke  <amylaar@spamcop.net>
213             Richard Guenther  <rguenther@suse.de>
214
215         PR target/46737
216         * config/bfin/bfin.c (BB_AUX_INDEX): Cast to intptr_t.
217         (bfin_reorder_loops): Change type of index to intptr_t.
218
219 2010-12-07  Richard Guenther  <rguenther@suse.de>
220
221         PR tree-optimization/46726
222         * tree-inline.c (estimate_num_insns): Special case pow (x, 2.0).
223
224 2010-12-07  Richard Guenther  <rguenther@suse.de>
225
226         * tree-ssa-math-opts.c (execute_optimize_widening_mul): Unlink
227         virtual operands.
228
229 2010-12-07  Nicola Pero  <nicola.pero@meta-innovation.com>
230
231         * c-parser.c (c_parser_typeof_specifier): Removed special
232         treatment of objc_volatilized attribute for Objective-C.
233
234 2010-12-06  Vladimir Makarov  <vmakarov@redhat.com>
235
236         * ira.c (update_equiv_regs): Prohibit move insns if
237         pressure-sensitive scheduling was done.
238
239 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
240
241         * c-parser.c (c_parser_for_statement): Use c_fully_fold() instead
242         of c_process_expr_stmt() for the iterating and collection
243         expressions of an Objective-C fast enumeration loop.
244
245 2010-12-06  Jakub Jelinek  <jakub@redhat.com>
246
247         PR debug/45997
248         * dwarf2out.c (modified_type_die): If both is_const_type and
249         is_volatile_type is set, start with DW_TAG_const_type or
250         DW_TAG_volatile_type depending on where we get qualified type
251         in the recursive call.
252
253         PR target/43897
254         * config/ia64/ia64.c (rtx_needs_barrier): Handle asm CLOBBER
255         as a store into that register.
256
257         PR tree-optimization/46528
258         PR debug/46338
259         * profile.c (branch_prob): Make sure last is never set to a debug
260         stmt.
261
262         PR debug/46771
263         * reginfo.c (init_subregs_of_mode): Don't call find_subregs_of_mode
264         on DEBUG_INSNs.
265
266         PR rtl-optimization/46777
267         * cfglayout.c (duplicate_insn_chain): Avoid duplicating
268         also barrier after tablejump.
269
270 2010-12-06  Joern Rennecke  <amylaar@spamcop.net>
271             Richard Henderson  <rth@redhat.com>
272
273         PR target/46740
274         * config/vax/vax.c (vax_output_int_move): Fold #if into if.
275
276 2010-12-06  Eric Botcazou  <ebotcazou@adacore.com>
277
278         * config/sparc/sol2.h (PUSHSECTION_FORMAT): Redefine unconditionally.
279         * config/sparc/sol2-gas.h (PUSHSECTION_FORMAT): Redefine.
280
281 2010-12-06  Joern Rennecke  <amylaar@spamcop.net>
282
283         PR target/46735
284         * config/frv/predicates.md (gpr_or_int12_operand): Use IN_RANGE.
285         (gpr_fpr_or_int12_operand, gpr_or_int10_operand): Likewise.
286         (int12_operand, int_2word_operand, uint16_operand): Likewise.
287         (fpr_or_int6_operand, int6_operand, int5_operand): Likewise.
288         (uint5_operand, uint4_operand): Likewise.
289         * config/frv/frv.h (IN_RANGE_P): Delete.
290         (GPR_P, FPR_P, CC_P, ICC_P, FCC_P, CR_P, ICR_P, FCR_P): Use IN_RANGE.
291         (ACC_P, ACCG_P, SPR_P, CONST_OK_FOR_I, CONST_OK_FOR_J): Likewise.
292         (CONST_OK_FOR_L, CONST_OK_FOR_M, CONST_OK_FOR_N): Likewise.
293         (CONST_OK_FOR_P): Likewise.
294         * config/frv/frv.md (*movqicc_internal2_int): Likewise.
295         (*movqicc_internal2_float, *movhicc_internal2_int): Likewise.
296         (*movhicc_internal2_float, *movsicc_internal2_int): Likewise.
297         (*movsicc_internal2_float, casesi): Likewise.
298         * config/frv/frv.c (frv_frame_offset_rtx): Likewise.
299         (frv_asm_output_mi_thunk, frv_legitimate_address_p_1): Likewise.
300         (frv_emit_movsi, output_move_single, frv_emit_cond_move): Likewise.
301         (frv_split_cond_move, frv_rtx_costs): Likewise.
302
303         PR target/46739
304         * config/mmix/mmix.c (mmix_intval): Split shift count.
305
306 2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
307
308         * config/i386/i386.c (m_COREI7): New.
309         (initial_ix86_tune_features): Turn on
310         X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL and
311         X86_TUNE_SSE_UNALIGNED_STORE_OPTIMAL for Core i7.
312
313 2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>
314
315         * config.gcc: Allow corei7-avx for --with-arch/--with-cpu.
316
317         * config/i386/driver-i386.c (host_detect_local_cpu): Support
318         Sandy Bridge.
319
320         * config/i386/i386.c (override_options): Handle "corei7-avx".
321
322         * doc/invoke.texi: Document corei7-avx.
323
324 2010-12-06  Richard Guenther  <rguenther@suse.de>
325
326         PR tree-optimization/46806
327         * tree-ssa-copyrename.c (copy_rename_partition_coalesce): Do not
328         coalesce different types.
329
330 2010-12-06  Richard Guenther  <rguenther@suse.de>
331
332         PR tree-optimization/46785
333         * tree-vect-loop.c (vect_is_simple_reduction_1): Also allow
334         call statements as operand definition.
335
336 2010-12-06  Mingjie Xing  <mingjie.xing@gmail.com>
337
338         * doc/tm.texi.in: Fix typo.
339         * doc/tm.texi: Regenerate.
340
341 2010-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
342
343         * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]: Fix typo in
344         last change.
345
346 2010-12-06  Nicola Pero  <nicola.pero@meta-innovation.com>
347
348         * c-family/c-common.h: Removed the declarations of all the objc_
349         callbacks, and moved them into c-objc.h.  Removed
350         objc_ivar_visibility_kind and moved it into c-objc.h.
351         * c-family/c-objc.h: New file.
352         * c-family/c-common.c: Include c-objc.h.
353         * c-family/c-format.c: Same change.
354         * c-family/stub-objc.c: Same change.
355         * c-decl.c: Include c-family/c-objc.h.
356         * c-parser.c: Same change.
357         * c-typeck.c: Same change.
358         * c-config-lang.in (gtfiles): Added c-family/c-objc.h.
359         * Makefile.in (c-decl.o): Depend on c-family/c-objc.h.
360         (c-parser.o): same change.
361         (c-typeck.o): Same change.
362         (c-family/c-format.o): Same change.
363         (c-family/stub-objc.o): Same change.
364         (c-family/c-common.o): Same change.
365         (PLUGIN_HEADERS): Added c-family/c-objc.h.
366
367 2010-12-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
368
369         * config.gcc [hppa[12]*-*-hpux10*, hppa[12]*-*-hpux11*]:  Ignore
370         --with-dwarf2 option.
371
372 2010-12-03  Jan Hubicka  <jh@suse.cz>
373
374         * lto-streamer-in.c (input_cfg): Fix pasto.
375
376 2010-12-03  Jan Hubicka  <jh@suse.cz>
377
378         * ipa.c (cgraph_externally_visible_p): Do not localize builtins
379         and functions with user asm defined names.
380         (varpool_externally_visible_p): Do not localize vars with user
381         asm defined names.
382
383 2010-12-03  Jan Hubicka  <jh@suse.cz>
384
385         * dwarf2asm.c (dw2_output_indirect_constant_1): Set DECL_ASSEMBLER_NAME
386         to prevent mangling with lto frontend.
387
388 2010-12-03  Jan Hubicka  <jh@suse.cz>
389
390         * Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.
391         * lto-cgraph.c (merge_profile_summaries): Fix thinko.
392
393 2010-12-03  Jan Hubicka  <jh@suse.cz>
394
395         PR tree-optimization/46760
396         * cgraph.c (cgraph_create_node): Initialize count_materialization_scale.
397         * cgraph.h (struct cgraph_node): Add count_materialization_scale.
398         * lto-cgraph.c (lto_output_edge): Fix assert.
399         (lto_output_node): Output count_materialization_scale.
400         (output_profile_summary): Output only runs and sum_max.
401         (input_node): Input count_materialization_scale.
402         (input_profile_summary): Read data into file specific gcov summary.
403         (merge_profile_summaries): New function.
404         (input_cgraph): Update call of input_profile_summary;
405         call merge_profile_summaries.
406         * lto-streamer-in.c (input_cfg): Add count_materialization_scale arg;
407         rescale counts at read in.
408         (intput_bb): Likewise.
409         (input_function): Update call of input_bb.
410         (lto_read_body): Update call of input_cfg.
411         * lto-streamer.h: Inlclude gcov-io.h
412         (lto_file_decl_data): Add gcov_ctr_summary.
413
414 2010-12-03  Dave Korn  <dave.korn.cygwin@gmail.com>
415
416         * doc/tm.texi.in (Cond. Exec. Macros): Rename node from this ...
417         (Cond Exec Macros): ... to this.
418         * doc/tm.texi: Regenerate.
419
420 2010-12-03  Jason Merrill  <jason@redhat.com>
421
422         PR debug/46123
423         * dwarf2out.c (gen_tagged_type_die): Don't put local types in
424         a declaration DIE.
425
426 2010-12-03  Nathan Froyd  <froydnj@codesourcery.com>
427
428         * config/arm/arm.c (arm_legitimate_index_p): Split
429         VALID_NEON_QREG_MODE and VALID_NEON_DREG_MODE cases.  Permit
430         slightly larger constants in the latter case.
431         (thumb2_legitimate_index_p): Likewise.
432
433 2010-12-03  Joseph Myers  <joseph@codesourcery.com>
434
435         * common.opt (N, Q, Qn, Qy, Z, n, r, s, t): New options.
436         * gcc.c (cc1_options): Add %{Qy:}.
437
438 2010-12-03  Joseph Myers  <joseph@codesourcery.com>
439
440         * gcc.c (LINK_COMMAND_SPEC): Don't handle -A, -d or -m.
441         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
442         * config/i386/djgpp.h (LINK_COMMAND_SPEC): Likewise.
443
444 2010-12-03  Alexander Monakov  <amonakov@ispras.ru>
445
446         PR rtl-optimization/45354
447         * sel-sched-ir.c (jump_leads_only_to_bb_p): Rename to ...
448         (bb_has_removable_jump_to_p): This.  Update all callers. Make static.
449         Allow BBs ending with a conditional jump.  Forbid EDGE_CROSSING jumps.
450         * sel-sched-ir.h (jump_leads_only_to_bb_p): Delete prototype.
451
452 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
453
454         * basic-block.h (struct edge_prediction): Remove forward
455         declaration.
456         * tree-flow.h (struct edge_prediction): Move from here...
457         * predict.c (struct edge_prediction): ...to here.
458         * cselib.h (struct elt_list): Move from here...
459         * cselib.c (struct elt_list): ...to here.
460
461 2010-12-02  Ian Lance Taylor  <iant@google.com>
462
463         * gcc.c (default_compilers): Add entry for ".go".
464         * common.opt: Add -static-libgo as a driver option.
465         * doc/install.texi (Configuration): Mention libgo as an option for
466         --enable-shared.  Mention go as an option for --enable-languages.
467         * doc/invoke.texi (Overall Options): Mention .go as a file name
468         suffix.  Mention go as a -x option.
469         * doc/frontends.texi (G++ and GCC): Mention Go as a supported
470         language.
471         * doc/sourcebuild.texi (Top Level): Mention libgo.
472         * doc/standards.texi (Standards): Add section on Go language.
473         Move references for other languages into their own section.
474         * doc/contrib.texi (Contributors): Mention that I contributed the
475         Go frontend.
476
477 2010-12-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
478
479         * tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.
480         (const_call_expr_arg_iterator_d): Likewise.
481         (expanded_location): Likewise.
482         * c-tree.h (struct c_arg_tag_d): Likewise.
483         * dwarf2out.c (struct cfa_loc): Likewise.
484         (struct skeleton_chain_struct): Likewise.
485         * except.c (struct ttypes_filter): Likewise.
486         * cselib.h (struct cselib_val_struct): Likewise.
487         (elt_loc_list): Likewise.
488         (elt_list): Likewise.
489         * varasm.c (struct addr_const): Likewise.
490         * tree-flow.h (struct edge_prediction): Likewise.
491         (struct int_tree_map): Likewise.
492         (struct _edge_var_map): Likewise.
493
494 2010-12-02  H.J. Lu  <hongjiu.lu@intel.com>
495
496         PR target/46768
497         * config/i386/i386.c (initial_ix86_tune_features): Turn on
498         X86_TUNE_INTER_UNIT_MOVES for Core 2 and Core i7.
499
500 2010-12-02  H.J. Lu  <hongjiu.lu@intel.com>
501
502         * config.gcc: Allow corei7 for --with-arch=/--with-cpu=.
503
504 2010-12-02  Ian Lance Taylor  <iant@google.com>
505
506         * configure.ac: AC_DEFINE ENABLE_BUILD_WITH_CXX.  Check for C++
507         header files unordered_map, tr1/unordered_map, and ext/hash_map.
508         * configure, config.in: Rebuild.
509
510 2010-11-02  Eric Botcazou  <ebotcazou@adacore.com>
511
512         PR target/46685
513         * config/sparc/sparc.c (can_use_mov_pic_label_ref): New predicate.
514         (sparc_expand_move): Call it to decide whether to emit the special
515         mov{si,di}_pic_label_ref patterns.
516         (sparc_legitimize_pic_address): Call it to decide whether to emit
517         the regular PIC sequence for labels.  Fix long line.
518         (sparc_file_end): Set is_thunk for the PIC helper.
519
520 2010-12-02  Eric Botcazou  <ebotcazou@adacore.com>
521
522         * tree.c (build_range_type_1): Do not SET_TYPE_STRUCTURAL_EQUALITY
523         for a non-shared type.
524
525 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
526
527         PR middle-end/45297
528         * tree-scalar-evolution.c (interpret_rhs_expr): Handle ADDR_EXPR
529         with MEM_REFs as POINTER_PLUS_EXPR.
530
531 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
532
533         * config/i386/linux.h, config/m32r/linux.h, config/m68k/linux.h,
534         config/sparc/linux.h, config/sparc/linux64.h: Remove comments
535         mentioning /lib/elf.
536
537 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
538
539         * config/bfin/bfin.h (LINK_SPEC): Remove %{b}.
540         * config/frv/frv.h (LINK_SPEC): Remove %{b}.
541         * config/i386/netware.h (LINK_SPEC): Remove %{b}.
542         * config/i386/nto.h (LINK_SPEC): Remove %{b}.
543         * config/lm32/uclinux-elf.h (LINK_SPEC): Remove %{b}.
544         * config/sol2.h (LINK_SPEC): Remove %{b}.
545         * config/svr4.h (LINK_SPEC): Remove %{b}.
546
547 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
548
549         * config/i386/freebsd.h (LINK_SPEC): Cut long comment.
550         * config/i386/linux.h (LINK_SPEC): Cut long comment.
551         * config/i386/netware.h (LINK_SPEC): Remove %{V}.
552         * config/m32r/linux.h (LINK_SPEC): Cut long comment.
553         * config/m68k/linux.h (LINK_SPEC): Cut long comment.
554         * config/sparc/linux.h (LINK_SPEC): Cut long comment.
555         (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
556         * config/sparc/linux64.h (LINK_SPEC): Cut long comment.
557         (ASM_SPEC): Remove %{V} and %{v:%{!V:-V}}.
558         * config/sparc/netbsd-elf.h (ASM_SPEC): Remove %{V} and
559         %{v:%{!V:-V}}.
560
561 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
562
563         * gcc.c (trad_capable_cpp, default_compilers): Don't handle
564         -ftraditional.
565
566 2010-12-02  Joseph Myers  <joseph@codesourcery.com>
567
568         * config/alpha/freebsd.h (LINK_SPEC): Don't handle -Wl,.
569         * config/bfin/bfin.h (ASM_SPEC): Don't handle -Wa,.
570         * config/frv/frv.h (ASM_SPEC): Don't handle -Wa,.
571         * config/lm32/uclinux-elf.h (LINK_SPEC): Don't handle -Wl,.
572         * config/microblaze/microblaze.h (LINK_SPEC): Don't handle -Wl,.
573         * config/mn10300/linux.h (ASM_SPEC): Don't handle -Wa,.
574         * config/pa/pa-linux.h (ASM_SPEC): Don't handle -Wa,.
575         * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Don't handle -Wa,.
576         * config/rs6000/linux64.h (ASM_SPEC_COMMON): Don't handle -Wa,.
577         * config/rs6000/sysv4.h (LINK_SPEC): Don't handle -Wl,.
578         * config/rs6000/vxworks.h (ASM_SPEC): Don't handle -Wa,.
579         * config/sol2.h (ASM_SPEC): Don't handle -Wa,.
580         * config/sparc/linux.h (ASM_SPEC): Don't handle -Wa,.
581         * config/sparc/linux64.h (ASM_SPEC): Don't handle -Wa,.
582         * config/sparc/sp-elf.h (ASM_SPEC): Don't handle -Wa,.
583         * config/sparc/sysv4.h (ASM_SPEC): Don't handle -Wa,.
584         * config/svr4.h (SVR4_ASM_SPEC): Don't handle -Wa,.
585         * config/vxworks.h (VXWORKS_LINK_SPEC): Don't handle -Wl,.
586
587 2010-12-02  Paul Koning  <ni1d@arrl.net>
588
589         * config/pdp11/pdp11.c (output_jump): Map unsigned to signed
590         opcodes if CC_NO_OVERFLOW is set.
591         (notice_update_cc_on_set): Correct setting of CC0 as a side
592         effect; set CC_NO_OVERFLOW for cases where C flag is not
593         meaningful.
594
595 2010-12-02  Ian Lance Taylor  <iant@google.com>
596
597         * doc/install.texi (Configuration): Update default for
598         --with-boot-ldflags.
599
600 2010-12-02  Nathan Froyd  <froydnj@codesourcery.com>
601
602         PR c/45062
603         * c-decl.c (grokparms): Set arg_info->parms to NULL_TREE when
604         !funcdef_flag.
605
606 2010-12-02  Sebastian Pop  <sebastian.pop@amd.com>
607
608         PR tree-optimization/45199
609         * tree-data-ref.c (mem_write_stride_of_same_size_as_unit_type_p): New.
610         (stores_zero_from_loop): Call
611         mem_write_stride_of_same_size_as_unit_type_p.
612         * tree-data-ref.h (stride_of_unit_type_p): New.
613         * tree-loop-distribution.c (generate_memset_zero): Simplified.
614         Call stride_of_unit_type_p.
615         (build_rdg_partition_for_component): Do not call
616         rdg_flag_similar_memory_accesses when
617         flag_tree_loop_distribute_patterns is set.
618
619 2010-12-02  Richard Guenther  <rguenther@suse.de>
620
621         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Disregard
622         sign-changing conversions for induction detection.
623
624 2010-12-02  Richard Guenther  <rguenther@suse.de>
625
626         PR tree-optimization/46723
627         * tree-vect-loop.c (get_initial_def_for_induction): Strip
628         conversions from the induction evolution and apply it to
629         the result instead.
630         * tree-vect-stmts.c (vect_get_vec_def_for_operand): Handle
631         assigns for induction defs.
632
633 2010-12-02  Richard Guenther  <rguenther@suse.de>
634
635         * value-prof.c (gimple_ic): Use stmt_ends_bb_p to detect
636         the case we need to split the edge and not the block.
637
638 2010-12-02  Bernd Schmidt  <bernds@codesourcery.com>
639
640         DFA model for Core 2 and Core i7 scheduling.
641
642         * config/i386/core2.md: New DFA model for Core 2 and Core i7.
643         * config/i386/i386.c (ix86_option_override_internal): Update entries
644         for Core 2 and Core i7.
645         (ix86_issue_rate): Set issue rate to 3 [be realistic].
646         * config/i386/i386.md: Include "core2.md".
647         (define_attr cpu): Add "corei7".
648
649 2010-12-02  Maxim Kuvyrkov  <maxim@codesourcery.com>
650
651         Define tuning for Core 2 and Core i7.
652
653         * config/i386/i386-c.c (ix86_target_macros_internal): Update.
654         * config/i386/i386.c (core2_cost): Delete, use generic costs instead.
655         (m_CORE2): Replace with m_CORE2_{32,64}.
656         (m_CORE2I7{,_32,_64}): New macros.
657         (m_GENERIC32, m_GENERIC64): Update.
658         (initial_ix86_tune_features, x86_accumulate_outgoing_args,)
659         (x86_arch_always_fancy_math_387): Set m_CORE2I7_32 iff m_GENERIC32 and
660         set m_CORE2I7_64 iff m_GENERIC64.
661         (processor_target_table): Use generic costs for Core 2 and Core i7.
662         (ix86_option_override_internal): Update entries for Core 2 and Core i7.
663         (ix86_issue_rate): Remove entry for Core 2.
664         (ia32_multipass_dfa_lookahead, ix86_sched_init_global): Update.
665         * config/i386/i386.h (TARGET_CORE2_32, TARGET_CORE2_64): New macros.
666         (TARGET_CORE2): Update.
667         (PROCESSOR_CORE2_32, PROCESSOR_CORE2_64): New constants.
668         (PROCESSOR_CORE2): Remove.
669
670 2010-12-02  Richard Guenther  <rguenther@suse.de>
671
672         * lto-streamer.h (LTO_major_version): Bump to 2.
673
674 2010-12-02  Richard Guenther  <rguenther@suse.de>
675
676         PR lto/44871
677         * gimple.c (canonical_type_hash_cache): New hashtable.
678         (gimple_type_hash): Make a wrapper around ...
679         (gimple_type_hash_1): ... this.  Take gtc_mode argument.
680         (gimple_canonical_type_hash): Likewise.
681         (gtc_visit): Take a gtc_mode argument.
682         (gimple_types_compatible_p_1): Likewise. Do not compare struct
683         tag names or field names when computing canonical types.
684         (gimple_types_compatible_p): Adjust.
685         (visit): Take a gtc_mode argument.
686         (iterative_hash_gimple_type): Likewise.  Do not hash struct tag
687         names or field names when computing hashes of canonical types.
688         (gimple_register_canonical_type): Use gimple_canonical_type_hash
689         for the hash.
690         (print_gimple_types_stats): Dump stats of canonical_type_hash_cache.
691         (free_gimple_type_tables): Free canonical_type_hash_cache.
692
693 2010-12-02  Richard Guenther  <rguenther@suse.de>
694             Ira Rosen  <irar@il.ibm.com>
695
696         PR tree-optimization/46663
697         * tree-vect-patterns.c (vect_recog_pow_pattern): Check that
698         FUNCTION_DECL exists and that it's a builtin.
699
700 2010-12-02  Jie Zhang  <jie@codesourcery.com>
701
702         PR middle-end/46674
703         * varasm.c (compute_visible_aliases): Handle user set
704         assembler name.
705
706 2010-12-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
707
708         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
709         thinko regarding setting -mno-<xxx> debug switches.
710         (rs6000_rtx_costs): Add FMA.  Delete old rtl based FMA costs.
711
712 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
713
714         * intl.c: Don't include tm.h.
715         * Makefile.in (intl.o): Don't depend on $(TM_H).
716
717 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
718
719         * graphite-sese-to-poly.c (analyze_drs_in_stmts): Fix set but
720         unused warning.
721         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
722
723 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
724
725         * graphite-sese-to-poly.c (analyze_drs): Removed.
726         (build_scop_drs): Do not call analyze_drs.
727         (analyze_drs_in_stmts): New.
728         (insert_stmts): New.
729         (insert_out_of_ssa_copy): Call analyze_drs_in_stmts.
730         (insert_out_of_ssa_copy_on_edge): Same.
731         (rewrite_close_phi_out_of_ssa): Call insert_stmts.
732         (rewrite_phi_out_of_ssa): Same.
733         (rewrite_cross_bb_scalar_dependence): Same.
734         (split_reduction_stmt): Move data references in the new basic blocks.
735         (translate_scalar_reduction_to_array_for_stmt): Call insert_stmts.
736
737 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
738
739         * sese.c (rename_uses): Do not handle ADDR_EXPR in LHS of assignments.
740
741 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
742
743         PR middle-end/45297
744         * graphite-poly.c (new_poly_bb): Returns a poly_bb_p.  Do not take
745         the reduction bool in parameter.  Clear PBB_IS_REDUCTION.  Set GBB_PBB.
746         * graphite-poly.h (new_poly_bb): Update declaration.
747         (gbb_from_bb): Moved here...
748         (pbb_from_bb): New.
749         * graphite-sese-to-poly.c (var_used_in_not_loop_header_phi_node):
750         Removed.
751         (graphite_stmt_p): Removed.
752         (try_generate_gimple_bb): Returns a gimple_bb_p.  Do not pass in
753         sbitmap reductions.  Always build a gimple_bb_p.  Do not call
754         new_poly_bb.
755         (build_scop_bbs_1): Do not pass in sbitmap reductions.
756         (build_scop_bbs): Same.
757         (gbb_from_bb): ... from here.
758         (add_conditions_to_constraints): Moved up.
759         (analyze_drs): New.
760         (build_scop_drs): Call analyze_drs.  Remove all the PBBs that do
761         not contain data references.
762         (new_pbb_from_pbb): New.
763         (insert_out_of_ssa_copy_on_edge): Call new_pbb_from_pbb after a
764         block is split.
765         (rewrite_close_phi_out_of_ssa): Update call to
766         insert_out_of_ssa_copy_on_edge.
767         (rewrite_reductions_out_of_ssa): Now static.
768         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
769         (split_pbb): New.
770         (split_reduction_stmt): Call split_pbb.
771         (translate_scalar_reduction_to_array): Pass in the scop, do not
772         pass in the sbitmap reductions.
773         (rewrite_commutative_reductions_out_of_ssa_close_phi): Same.
774         (rewrite_commutative_reductions_out_of_ssa_loop): Same.
775         (rewrite_commutative_reductions_out_of_ssa): Same.
776         (build_poly_scop): Call build_scop_bbs,
777         rewrite_commutative_reductions_out_of_ssa,
778         rewrite_reductions_out_of_ssa, and
779         rewrite_cross_bb_scalar_deps_out_of_ssa.  Move build_scop_drs
780         before scop_to_lst.
781         * graphite-sese-to-poly.h (rewrite_commutative_reductions_out_of_ssa):
782         Removed declaration.
783         (rewrite_reductions_out_of_ssa): Same.
784         (rewrite_cross_bb_scalar_deps_out_of_ssa): Same.
785         (build_scop_bbs): Same.
786         * graphite.c (graphite_transform_loops): Do not initialize reductions.
787         Do not call build_scop_bbs,
788         rewrite_commutative_reductions_out_of_ssa,
789         rewrite_reductions_out_of_ssa, and
790         rewrite_cross_bb_scalar_deps_out_of_ssa.
791         * sese.h (struct gimple_bb): Add field pbb.
792         (GBB_PBB): New.
793
794 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
795
796         * graphite-sese-to-poly.c (handle_scalar_deps_crossing_scop_limits):
797         New.
798         (rewrite_cross_bb_scalar_deps): Pass in the scop.  Call
799         handle_scalar_deps_crossing_scop_limits.
800         (rewrite_cross_bb_scalar_deps_out_of_ssa): Create an empty BB
801         after the scop.  Update call to rewrite_cross_bb_scalar_deps.
802
803 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
804
805         * sese.c (rename_uses): Call recompute_tree_invariant_for_addr_expr
806         when replacing a constant in an ADDR_EXPR.
807
808 2010-12-01  Sebastian Pop  <sebastian.pop@amd.com>
809
810         * graphite-blocking.c (lst_do_strip_mine_loop): Extra parameter
811         for the stride.
812         (lst_do_strip_mine): Same.
813         (scop_do_strip_mine): Same.
814         * graphite-poly.c (apply_poly_transforms): Update call to
815         scop_do_strip_mine.
816         * graphite-poly.h (scop_do_strip_mine): Update declaration.
817
818 2010-12-01  Jan Hubicka  <jh@suse.cz>
819
820         * tree.c (build_common_builtin_nodes): Do not initialize
821         BUILT_IN_PROFILE_FUNC_ENTER and BUILT_IN_PROFILE_FUNC_EXIT.
822         * builtins.c (expand_builtin_profile_func): Remove.
823         (expand_builtin): Do not handle BUILT_IN_PROFILE_FUNC_ENTER and
824         BUILT_IN_PROFILE_FUNC_EXIT.
825         * builtins.def (profile_func_enter, profile_func_exit): Remove stubs.
826         (__cyg_profile_func_enter, __cyg_profile_func_exit): New.
827         * gimplify.c (gimplify_function_tree): Reorganize code calling
828         profiling functions.
829
830 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
831
832         * opts.c: Expand comment on tm.h include.
833
834 2010-12-01  Yao Qi  <yao@codesourcery.com>
835
836         * config/arm/predicates.md ("vfp_register_operand"): Return true for
837         VFP_D0_D7_REGS classes.
838
839 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
840
841         * common.opt (flag_stack_check): New Variable entry.
842         (fcompare-debug-second): Use Var.
843         * flags.h (flag_compare_debug, flag_stack_check): Remove.
844         * opts.c (flag_compare_debug): Remove.
845         (common_handle_option): Don't handle OPT_fcompare_debug_second.
846         Set opts->x_flag_stack_check for OPT_fstack_check_.
847         * toplev.c (flag_stack_check): Remove.
848
849 2010-12-01  Joseph Myers  <joseph@codesourcery.com>
850
851         * common.opt (main_input_filename, main_input_basename,
852         main_input_baselength): New Variable entries.  From toplev.c.
853         * final.c (output_quoted_string): Move from toplev.c.
854         * output.h (output_quoted_string): Move from toplev.h.
855         * opts-global.c (read_cmdline_options): Use gcc_options pointer to
856         access main_input_filename, main_input_baselength and
857         main_input_basename.
858         * targhooks.c: Include intl.h and opts.h.
859         (option_affects_pch_p, default_get_pch_validity): Move from
860         toplev.c.
861         * targhooks.h (option_affects_pch_p, default_get_pch_validity):
862         Move from toplev.h.
863         * toplev.c (main_input_filename, main_input_basename,
864         main_input_baselength): Move to common.opt.
865         (output_quoted_string): Move to final.c.
866         (warn_deprecated_use): Move to tree.c.
867         (option_affects_pch_p, default_get_pch_validity,
868         pch_option_mismatch, default_pch_valid_p): Move to targhooks.c.
869         * toplev.h (skip_leading_substring): Move to tree-dump.c.
870         (warn_deprecated_use): Move to tree.h.
871         (output_quoted_string): Move to output.h.
872         (main_input_filename, main_input_basename, main_input_baselength):
873         Move to common.opt.
874         (default_get_pch_validity, default_pch_valid_p): Move to
875         targhooks.c.
876         * tree-dump.c (skip_leading_substring): Move from toplev.h.
877         * tree.c (warn_deprecated_use): Move from toplev.c.
878         * tree.h (warn_deprecated_use): Move from toplev.h.
879         * c-typeck.c, config/alpha/alpha.c, config/arc/arc.c,
880         config/arm/arm.c, config/avr/avr.c, config/bfin/bfin.c,
881         config/cris/cris.c, config/crx/crx.c, config/fr30/fr30.c,
882         config/frv/frv.c, config/h8300/h8300.c, config/ia64/ia64.c,
883         config/iq2000/iq2000.c, config/lm32/lm32.c, config/m32c/m32c.c,
884         config/m32r/m32r.c, config/m68hc11/m68hc11.c, config/m68k/m68k.c,
885         config/mcore/mcore.c, config/mep/mep.c,
886         config/microblaze/microblaze.c, config/mips/mips.c,
887         config/mmix/mmix.c, config/mn10300/mn10300.c,
888         config/moxie/moxie.c, config/pa/pa.c, config/pdp11/pdp11.c,
889         config/picochip/picochip.c, config/s390/s390.c,
890         config/score/score.c, config/sh/sh.c, config/sparc/sparc.c,
891         config/spu/spu.c, config/stormy16/stormy16.c, config/v850/v850.c,
892         config/vax/vax.c, config/xtensa/xtensa.c, gimple-low.c,
893         graphite-sese-to-poly.c, plugin.c, tree-cfg.c, tree-inline.c,
894         varasm.c, xcoffout.c: Don't include toplev.h.
895         * Makefile.in (c-typeck.o, tree-inline.o, tree-cfg.o,
896         gimple-low.o, graphite-sese-to-poly.o, targhooks.o, plugin.o,
897         varasm.o, xcoffout.o): Update dependencies.
898         * config/arm/t-arm (arm.o): Update dependencies.
899         * config/spu/t-spu-elf (spu.o): Update dependencies.
900
901 2010-12-01  Richard Guenther  <rguenther@suse.de>
902
903         PR tree-optimization/46730
904         * value-prof.c (gimple_ic): Always generate a separate merge BB.
905
906 2010-11-30  Ian Lance Taylor  <iant@google.com>
907
908         * config/i386/linux.h (ASM_SPEC): Pass -v as -v, not -V.  Remove
909         all of %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}.
910         * config/i386/linux64.h (ASM_SPEC): Likewise.
911         * config/i386/mingw-w64.h (ASM_SPEC): Likewise.
912         * config/i386/sol2-10.h (ASM_SPEC) [USE_GAS]: Likewise.
913         * config/i386/vxworks.h (ASM_SPEC): Likewise.
914         * config/i386/x86-64.h (ASM_SPEC): Likewise.
915         * config/i386/sol2.h (ASM_SPEC): Remove %{Wa,*:%*}.
916         * config/i386/sol2-10.h (ASM_SPEC) [!USE_GAS]: Likewise.
917
918 2010-11-30  Nicola Pero  <nicola.pero@meta-innovation.com>
919
920         * c-decl.c (finish_function): Call objc_finish_function in
921         Objective-C.
922         * c-typeck.c (convert_for_assignment): Do not call
923         objc_type_quals_match().
924
925 2010-11-30  Richard Guenther  <rguenther@suse.de>
926
927         PR tree-optimization/46722
928         * tree-ssa-math-opts.c (convert_mult_to_fma): Get multiplication
929         operands as arguments.
930         (execute_optimize_widening_mul): Also handle power of two as
931         multiplication.
932
933 2010-11-30  Dave Korn  <dave.korn.cygwin@gmail.com>
934
935         PR middle-end/46709
936         * cgraphunit.c (process_function_and_variable_attributes): Fix
937         cut'n'pasteo.
938
939 2010-11-30  Joseph Myers  <joseph@codesourcery.com>
940
941         * hwint.c:  New.  Extracted from toplev.c.
942         * hwint.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
943         Move from toplev.h.
944         * toplev.c (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
945         Move to hwint.c.
946         * toplev.h (clz_hwi, ctz_hwi, ffs_hwi, exact_log2, floor_log2):
947         Move to hwint.h.
948         * builtins.c, combine.c, config/i386/winnt.c, double-int.c,
949         explow.c, expmed.c, fold-const.c, ggc-page.c, ggc-zone.c, ifcvt.c,
950         ipa-struct-reorg.c, ira-color.c, matrix-reorg.c, omp-low.c,
951         real.c, recog.c, reload.c, rtlanal.c, simplify-rtx.c,
952         stor-layout.c, tree-dfa.c, tree-ssa-alias.c,
953         tree-ssa-loop-niter.c, tree-vect-data-refs.c,
954         tree-vect-loop-manip.c, tree-vect-loop.c, tree-vect-stmts.c,
955         tree-vrp.c: Don't include toplev.h.
956         * genattrtab.c, genconditions.c, genemit.c, genextract.c,
957         genoutput.c, genpeep.c, genpreds.c, genrecog.c: Don't include
958         toplev.h in generated output.
959         * Makefile.in (OBJS-common): Add hwint.o.
960         Dependencies for above files changed to remove toplev.h.
961         (hwint.o): New.
962         (insn-attrtab.o, insn-emit.o, insn-extract.o, insn-output.o,
963         insn-peep.o, insn-preds.o, insn-recog.o): Don't depend on
964         toplev.h.
965         * config/i386/t-cygming (winnt.o): Don't depend on toplev.h.
966         * config/i386/t-interix (winnt.o): Don't depend on toplev.h.
967
968 2010-11-30  Richard Guenther  <rguenther@suse.de>
969
970         PR tree-optimization/46717
971         * value-prof.c (gimple_ic): Preserve EH edges of the indirect
972         call.  Manually create EH edges for the direct call and update
973         target PHI nodes.
974
975 2010-11-30  Joseph Myers  <joseph@codesourcery.com>
976
977         * diagnostic-core.h: Include bversion.h.
978         * toplev.h: Don't include input.h or bversion.h.
979         (parse_optimize_options): Don't declare here.
980         * alias.c, auto-inc-dec.c, c-aux-info.c, c-convert.c, c-parser.c,
981         caller-save.c, cfg.c, cfganal.c, cfgbuild.c, cfgcleanup.c,
982         combine-stack-adj.c, config/arm/pe.c, config/darwin-c.c,
983         config/host-darwin.c, config/i386/host-cygwin.c,
984         config/i386/host-mingw32.c, config/i386/msformat-c.c,
985         config/i386/netware.c, config/i386/nwld.c,
986         config/i386/winnt-cxx.c, config/i386/winnt-stubs.c,
987         config/ia64/ia64-c.c, config/m32c/m32c-pragma.c,
988         config/mep/mep-pragma.c, config/microblaze/microblaze-c.c,
989         config/rs6000/host-darwin.c, config/rs6000/rs6000-c.c,
990         config/score/score3.c, config/score/score7.c,
991         config/sh/symbian-base.c, config/sh/symbian-c.c,
992         config/sh/symbian-cxx.c, config/sol2-c.c, config/sol2.c,
993         config/v850/v850-c.c, config/vxworks.c, convert.c, cppbuiltin.c,
994         cselib.c, dbgcnt.c, ddg.c, dfp.c, dominance.c, emit-rtl.c,
995         fixed-value.c, fwprop.c, ggc-common.c, gimple.c, gimplify.c,
996         graphite-blocking.c, graphite-clast-to-gimple.c,
997         graphite-dependences.c, graphite-flattening.c,
998         graphite-interchange.c, graphite-poly.c,
999         graphite-scop-detection.c, graphite.c, haifa-sched.c,
1000         implicit-zee.c, integrate.c, ipa-pure-const.c, ipa-reference.c,
1001         ira-build.c, ira-conflicts.c, ira-costs.c, ira-lives.c, jump.c,
1002         lists.c, loop-doloop.c, loop-iv.c, lto-cgraph.c, lto-compress.c,
1003         lto-opts.c, lto-section-in.c, lto-section-out.c,
1004         lto-streamer-out.c, lto-symtab.c, modulo-sched.c, optabs.c,
1005         params.c, postreload-gcse.c, postreload.c, predict.c, profile.c,
1006         regcprop.c, reginfo.c, regmove.c, reorg.c, resource.c,
1007         sched-deps.c, sched-ebb.c, sched-rgn.c, sdbout.c,
1008         sel-sched-dump.c, sel-sched-ir.c, sese.c, stmt.c, targhooks.c,
1009         tree-cfgcleanup.c, tree-mudflap.c, tree-nomudflap.c,
1010         tree-object-size.c, tree-outof-ssa.c, tree-phinodes.c,
1011         tree-profile.c, tree-sra.c, tree-ssa-ccp.c, tree-ssa-coalesce.c,
1012         tree-ssa-live.c, tree-ssa-loop-prefetch.c, tree-ssa-loop.c,
1013         tree-ssa-operands.c, tree-ssa-structalias.c, tree-ssa-uninit.c,
1014         tree-vect-patterns.c, value-prof.c, var-tracking.c, web.c: Don't
1015         include toplev.h.
1016         * Makefile.in (TOPLEV_H): Remove.  All uses changed to use
1017         toplev.h.  Dependencies for above files and c-family files changed
1018         to remove $(TOPLEV_H) or toplev.h.
1019         (C_TREE_H): Don't include $(TOPLEV_H).
1020         (DIAGNOSTIC_CORE_H): Use $(INPUT_H) instead of input.h.  Add
1021         bversion.h.
1022         * config/arm/t-pe, config/arm/t-wince-pe, config/i386/t-cygming,
1023         config/ia64/t-ia64, config/mep/t-mep, config/score/t-score-elf,
1024         config/t-darwin, config/t-sol2,
1025         config/t-vxworks, config/v850/t-v850, config/v850/t-v850e:
1026         Dependencies for above files changed to remove $(TOPLEV_H) or
1027         toplev.h.
1028
1029 2010-11-30  Richard Guenther  <rguenther@suse.de>
1030
1031         PR lto/44986
1032         * gcc.c (main): Use the first input with a compiler as infile
1033         for link spec processing.
1034
1035 2010-11-30  Richard Guenther  <rguenther@suse.de>
1036
1037         PR lto/45949
1038         * cgraphunit.c (ipa_passes): Stop after errors from
1039         small IPA passes.
1040
1041 2010-11-30  Mingjie Xing  <mingjie.xing@gmail.com>
1042
1043         * gcc-plugin.h: Include coretypes.h.
1044         * Makefile.in (FUNCTION_H): Add hard-reg-set.h.
1045
1046 2010-11-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1047
1048         * ggc-zone.c (ggc_pch_read): Fix conditional compilation.
1049         * ggc-none.c (ggc_internal_alloc_zone_stat)
1050         (ggc_internal_cleared_alloc_zone_stat): New.
1051
1052 2010-11-29  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
1053
1054         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Check
1055         TARGET_SINGLE_PIC_BASE for RS6000_PIC_OFFSET_TABLE_REGNUM.
1056         (rs6000_emit_prologue): Don't set PIC register if
1057         TARGET_SINGLE_PIC_BASE.
1058         * config/rs6000/rs6000.opt (msingle-pic-base): New option.
1059         * doc/invoke.texi (msingle-pic-base): Document.
1060
1061 2010-11-29  H.J. Lu  <hongjiu.lu@intel.com>
1062
1063         PR driver/46712
1064         * exec-tool.in (id): New.
1065         Check and export LT_RCU_$id instead of LT_RCU.
1066
1067 2010-11-29  Zdenek Dvorak  <rakdver@kam.uniff.cz>
1068
1069         PR tree-optimization/46675
1070         * tree-ssa-loop-niter.c (split_to_var_and_offset): Avoid overflow
1071         in offset calculation.
1072
1073 2010-11-29  Jan Hubicka  <jh@suse.cz>
1074
1075         * collect2.c (main): Do not imply verbose output with
1076         LTO and linker plugin.
1077
1078 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
1079
1080         * dwarf2out.c (print_die): Print the address of the current DIE or
1081         of any DIE referenced by the current one.
1082
1083 2010-11-29  Dodji Seketeli  <dodji@redhat.com>
1084
1085         PR debug/46101
1086         * dwarf2out.c (lookup_type_die_strip_naming_typedef): New
1087         function.
1088         (scope_die_for, gen_type_die_for_member): Replace uses of
1089         lookup_type_die with use of lookup_type_die_strip_naming_typedef.
1090
1091 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
1092
1093         * config/darwin.c (darwin_mergeable_string_section): Remove blank line.
1094         (darwin_asm_declare_object_name): Correct spelling.
1095         (darwin_output_aligned_bss): Likewise.
1096
1097 2010-11-29  Iain Sandoe  <iains@gcc.gnu.org>
1098             Mike Stump  <mrs@gcc.gnu.org>
1099
1100         PR target/26427
1101         PR target/33120
1102         PR testsuite/35710
1103         * config/i386/darwin.h (ASM_OUTPUT_COMMON): Remove
1104         (ASM_OUTPUT_LOCAL): Likewise.
1105         * config/darwin-protos.h (darwin_asm_declare_object_name): New.
1106         (darwin_output_aligned_bss): Likewise.
1107         (darwin_asm_output_aligned_decl_local): Likewise.
1108         (darwin_asm_output_aligned_decl_common): Likewise.
1109         (darwin_use_anchors_for_symbol_p): Likewise.
1110         * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Remove.
1111         (TARGET_ASM_OUTPUT_ANCHOR): Define.
1112         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
1113         (DARWIN_SECTION_ANCHORS): Set to 1.
1114         * config/darwin.c (emit_aligned_common): New var.
1115         (darwin_init_sections): Check that the Darwin private zero-size section
1116         marker is in range.
1117         (darwin_text_section): Check for zero-sized objects.
1118         (darwin_mergeable_string_section): Likewise.
1119         (darwin_mergeable_constant_section): Likewise.
1120         (machopic_select_section): Adjust to check for zero-sized objects.
1121         Assert that OBJC meta data are non-zero sized.
1122         (darwin_asm_declare_object_name): New.
1123         (darwin_asm_declare_constant_name): Adjust for zero-sized
1124         object sections.
1125         (BYTES_ZFILL): Define.
1126         (darwin_emit_weak_or_comdat): New.
1127         (darwin_emit_local_bss): New.
1128         (darwin_emit_common): New.
1129         (darwin_output_aligned_bss): New.
1130         (darwin_asm_output_aligned_decl_common): New.
1131         (darwin_asm_output_aligned_decl_local): New.
1132         (darwin_file_end): Disable subsections_via_symbols when section
1133         anchoring is active.
1134         (darwin_asm_output_anchor): Re-enable.
1135         (darwin_use_anchors_for_symbol_p): New.
1136         (darwin_override_options): Check for versions that can emit
1137         aligned common.  Update usage of flags to current.
1138         * config/darwin-sections.def: Update comments and flags for
1139         non-anchor sections.  zobj_const_section, zobj_data_section,
1140         zobj_bss_section, zobj_const_data_section: New.
1141         * config/darwin.h (ASM_DECLARE_OBJECT_NAME): Redefine.
1142         (ASM_OUTPUT_ALIGN): Make whitespace output consistent.
1143         (L2_MAX_OFILE_ALIGNMENT): Define.
1144         (ASM_OUTPUT_ALIGNED_BSS): Define.
1145         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Define.
1146         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
1147         (SECTION_NO_ANCHOR): Define.
1148         (TARGET_ASM_OUTPUT_ANCHOR) Define with a default of NULL.
1149         (DARWIN_SECTION_ANCHORS): Define with a default of 0.
1150
1151 2010-11-29  Joseph Myers  <joseph@codesourcery.com>
1152
1153         * system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
1154         Include <signal.h>, <sys/mman.h>, <sys/resource.h> and <sys/times.h>.
1155         (O_BINARY, SIGCHLD, MAP_FAILED, MAP_ANONYMOUS, kill):
1156         Conditionally define.
1157         (GET_ENVIRONMENT): Poison.
1158         * configure.ac: Don't test for mincore.
1159         * configure: Regenerate.
1160         * config.in: Regenerate.
1161         * collect2-aix.c: Don't include <sys/mman.h>.
1162         * collect2.c: Don't include <signal.h>.
1163         (SIGCHLD): Don't define.
1164         (prefix_from_env): Use getenv instead of GET_ENVIRONMENT.
1165         * config/alpha/alpha.c: Include "splay-tree.h" instead of
1166         <splay-tree.h>.
1167         * config/arm/arm.c (arm_target_help): Use getenv instead of
1168         GET_ENVIRONMENT.
1169         * config/avr/driver-avr.c: Don't include <stdlib.h>.
1170         * config/frv/frv.c: Don't include <ctype.h>.
1171         * config/host-darwin.c: Don't include <sys/mman.h>.
1172         * config/host-hpux.c: Don't include <sys/mman.h> or <unistd.h>.
1173         (MAP_FAILED): Don't define.
1174         * config/host-linux.c: Don't include <sys/mman.h> or <limits.h>.
1175         * config/host-solaris.c: Don't include <sys/mman.h>.
1176         * config/i386/cygming.h: Don't include <stdio.h>.
1177         * config/i386/driver-i386.c: Don't include <stdlib.h>.
1178         * config/i386/host-cygwin.c: Don't include <sys/mman.h>.
1179         * config/iq2000/iq2000.c: Don't include <signal.h>.
1180         * config/m32c/m32c-pragma.c: Don't include <stdio.h>.
1181         * config/m68hc11/m68hc11.c: Don't include <stdio.h>.
1182         * config/mep/mep-pragma.c: Don't include <stdio.h>.
1183         * config/microblaze/microblaze.c: Don't include <signal.h>.
1184         * config/mips/mips.c: Don't include <signal.h>.
1185         * config/rs6000/host-darwin.c: Don't include <signal.h>.
1186         * cppdefault.c (cpp_relocated): Use getenv instead of GET_ENVIRONMENT.
1187         * defaults.h (GET_ENVIRONMENT): Don't define.
1188         * et-forest.h: Don't include <ansidecl.h> or <stddef.h>.
1189         * gcc.c: Don't include <signal.h>, <sys/mman.h> or <sys/types.h>.
1190         (SIGCHLD, MAP_FAILED, kill): Don't define.
1191         (process_command): Use getenv instead of GET_ENVIRONMENT.
1192         * genhooks.c: Don't include <string.h>.
1193         * ggc-common.c: Don't include <sys/resource.h>, <sys/mman.h> or
1194         <sys/types.h>.
1195         (MAP_FAILED): Don't define.
1196         * ggc-page.c Don't include <sys/mman.h>.
1197         (MAP_ANONYMOUS, MAP_FAILED): Don't define.
1198         * ggc-zone.c: Don't include <sys/mman.h>.
1199         (MAP_ANONYMOUS, MAP_FAILED): Don't define.
1200         * graph.c: Include "config.h" instead of <config.h>.
1201         * incpath.c (add_env_var_paths): Use getenv instead of GET_ENVIRONMENT.
1202         * lto-wrapper.c: Don't include <errno.h>, <signal.h> or "libiberty.h".
1203         (SIGCHLD, kill): Don't define.
1204         * mips-tfile.c: Don't include <signal.h>.
1205         * opts.c: Don't include <signal.h> or <sys/resource.h>.
1206         (print_specific_help): Use getenv instead of GET_ENVIRONMENT.
1207         * passes.c: Don't include <signal.h>, <sys/resource.h> or
1208         <sys/times.h>.
1209         * sparseset.h: Don't include <assert.h>.
1210         * timevar.c: Don't include <sys/times.h> or <sys/resource.h>.
1211         * tlink.c: Don't include "libiberty.h".
1212         * toplev.c: Don't include <signal.h> or <sys/times.h>.
1213         * tree-mudflap.c: Include "demangle.h" instead of <demangle.h>.
1214         * tree-switch-conversion.c: Don't include <signal.h>.
1215         * vmsdbgout.c: Don't include <errno.h> or <string.h>.
1216
1217 2010-11-29  Nicola Pero  <nicola.pero@meta-innovation.com>
1218
1219         * c-parser.c (c_parser_objc_try_catch_statement): Renamed to
1220         c_parser_objc_try_catch_finally_statement for consistency with the
1221         C++ parser.  Parse @catch(...) and pass NULL_TREE to
1222         objc_begin_catch_clause() in that case.  Improved error recovery.
1223         Reorganized code to be almost identical to
1224         cp_parser_objc_try_catch_finally_statement.
1225
1226 2010-11-29  Joern Rennecke  <amylaar@spamcop.net>
1227
1228         PR tree-optimization/46621
1229         * gimple.h: Don't include tm.h or hard-reg-set.h .
1230         * Makefile.in (GIMPLE_H): Remove $(TM_H).
1231
1232         PR bootstrap/44756
1233         * cppbuiltin.c: Include target.h .
1234         (define_builtin_macros_for_type_sizes):
1235         Use targetm.float_words_big_endian.
1236
1237 2010-11-27  Jan Hubicka  <jh@suse.cz>
1238
1239         * dwarf2out.c (dwarf2out_begin_function): Set cold_text_section
1240         and output cold_text_section_label.
1241         (dwarf2out_init): Don't do that there.
1242         (dwarf2out_finish): Handle cold section end label only if cold
1243         section was used.
1244
1245 2010-11-27  Eric Botcazou  <ebotcazou@adacore.com>
1246
1247         * tree-nested.c (remap_vla_decls): Fully expand value expressions of
1248         VLA variables.
1249
1250 2010-11-27  Richard Guenther  <rguenther@suse.de>
1251
1252         * gimple.c (gimple_assign_copy_p): Use gimple_assign_single_p.
1253         (gimple_assign_ssa_name_copy_p): Likewise.
1254         (gimple_assign_unary_nop_p): Use is_gimple_assign.
1255         (is_gimple_cast): Remove.
1256         (gimple_assign_single_p): Move ...
1257         * gimple.h (gimple_assign_single_p): ... here.
1258         (is_gimple_cast): Remove.
1259         (gimple_assign_rhs_code): Simplify.
1260         * gimple-fold.c (gimple_fold_builtin): Use CONVERT_EXPR_P
1261         instead of is_gimple_cast.
1262         * ipa-type-escape.c (look_for_casts): Likewise.
1263
1264 2010-11-26  Joseph Myers  <joseph@codesourcery.com>
1265
1266         * doc/options.texi (Enum, EnumValue): Document new record types.
1267         (Enum): Document new option flag.
1268         * opt-functions.awk
1269         * optc-gen.awk: Handle enumerated option arguments.
1270         * opth-gen.awk: Handle enumerated option arguments.
1271         * opts-common.c (enum_arg_ok_for_language, enum_arg_to_value,
1272         enum_value_to_arg): New.
1273         (decode_cmdline_option): Handle enumerated arguments.
1274         (read_cmdline_option): Handle CL_ERR_ENUM_ARG.
1275         (set_option, option_enabled, get_option_state): Handle CLVC_ENUM.
1276         * opts.c (print_filtered_help, print_specific_help): Take
1277         lang_mask arguments.
1278         (print_filtered_help): Handle printing values of enumerated
1279         options.  Print possible arguments for enumerated options.
1280         (print_specific_help): Update call to print_filtered_help.
1281         (common_handle_option): Update calls to print_specific_help.  Use
1282         value rather than arg for OPT_fdiagnostics_show_location_.  Don't
1283         handle OPT_ffp_contract_, OPT_fexcess_precision_,
1284         OPT_fvisibility_, OPT_ftls_model_, OPT_fira_algorithm_ or
1285         OPT_fira_region_ here.
1286         * opts.h (enum cl_var_type): Add CLVC_ENUM.
1287         (struct cl_option): Add var_enum.
1288         (CL_ENUM_CANONICAL, CL_ENUM_DRIVER_ONLY, struct cl_enum_arg,
1289         struct cl_enum, cl_enums, cl_enums_count): New.
1290         (CL_ERR_ENUM_ARG): Define.
1291         (CL_ERR_NEGATIVE): Update value.
1292         (enum_value_to_arg): Declare.
1293         * common.opt (flag_ira_algorithm, flag_ira_region,
1294         flag_fp_contract_mode, flag_excess_precision_cmdline,
1295         default_visibility, flag_tls_default): Remove Variable entries.
1296         (help_enum_printed): New Variable.
1297         (fdiagnostics-show-location=): Use Enum.  Add associated
1298         SourceInclude, Enum and EnumValue entries.
1299         (fexcess-precision=, ffp-contract=, fira-algorithm=, fira-region=,
1300         ftls-model=, fvisibility=): Use Enum, Var and Init.  Add
1301         associated Enum and EnumValue entries.
1302
1303 2010-11-26  Joern Rennecke  <amylaar@spamcop.net>
1304
1305         PR target/46623
1306         * config/microblaze/microblaze.c (microblaze_block_move_straight):
1307         Use XALLOCAVEC.
1308         (microblaze_option_override): Don't use C++ style comments.
1309         (save_restore_insns): Remove unused variable base_offset.
1310         (microblaze_expand_prologue): Remove unused variable insn.
1311         (microblaze_secondary_reload): Adjust type to match target.h .
1312         (microblaze_elf_in_small_data_p): Move declarations to start of block.
1313         (microblaze_expand_move): Likewise.
1314         * config/microblaze/microblaze.h (LARGE_INT):
1315         Avoid signed / unsigned comparisons.
1316         (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
1317         (ASM_FORMAT_PRIVATE_NAME): Make format specifier match printed data.
1318         (ASM_FINISH_DECLARE_OBJECT): Likewise.  Constify name.
1319
1320 2010-11-26  Michael Matz  <matz@suse.de>
1321
1322         * tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.
1323
1324         * passes.c (init_optimization_passes): Remove superfluous
1325         copy-prop pass.
1326
1327 2010-11-26  Richard Guenther  <rguenther@suse.de>
1328
1329         PR lto/46648
1330         * gimple.c (gtc_visit): Do not return true for members of an
1331         SCC still being processed but the current lattice value of
1332         the member.  Treat SCC members comparison state as lattice,
1333         starting at equal, eventually dropping to unequal.
1334         (gimple_types_compatible_p_1): Likewise.
1335
1336 2010-11-26  Richard Guenther  <rguenther@suse.de>
1337
1338         PR middle-end/46559
1339         * dwarf2out.c (dwarf2out_finish): Use comp_unit_die as root
1340         for location list processing.
1341
1342 2010-11-26  Richard Guenther  <rguenther@suse.de>
1343
1344         PR lto/46560
1345         * cgraph.c (cgraph_clone_edge): Clone call_stmt dependent
1346         flags manually.
1347
1348 2010-11-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1349
1350         * config/s390/s390.c (print_operand_address): Replace assert with
1351         error message.
1352         (print_operand): Replace assertions, gcc_unreachable and
1353         fatal_insn with error messages.
1354
1355 2010-11-26  Richard Guenther  <rguenther@suse.de>
1356
1357         PR tree-optimization/46665
1358         * tree-ssa-structalias.c (pt_solution_set_var): Use DECL_PT_UID.
1359
1360 2010-11-26  Ian Bolton  <ian.bolton@arm.com>
1361
1362         * config/arm/arm.c (arm_option_override): enable loop array
1363         prefetching at -O3 for suitable targets, and configure params.
1364         * config/arm/arm-protos.h (struct tune_params): Add fields for
1365         configuring loop array prefetching.
1366
1367 2010-11-26  Christian Borntraeger  <borntraeger@de.ibm.com>
1368
1369         * config/s390/2817.md (z196_crack): Add z196_g3 as possible slot.
1370
1371 2010-11-26  Richard Guenther  <rguenther@suse.de>
1372
1373         PR tree-optimization/46664
1374         * tree-affine.c (aff_combination_to_tree): Add rest last.
1375
1376 2010-11-26  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
1377
1378         PR target/33637
1379         * configure.ac: Accept extra arguments for AS_FOR_TARGET,
1380         LD_FOR_TARGET, NM_FOR_TARGET, OBJDUMP_FOR_TARGET.
1381         * configure: Regenerated.
1382         * exec-tool.in: Not quoting command, may have extra arguments.
1383
1384 2010-11-26  Richard Guenther  <rguenther@suse.de>
1385
1386         PR tree-optimization/46528
1387         PR debug/46338
1388         * profile.c (branch_prob): Do not split blocks based on locations
1389         from debug statements.
1390
1391 2010-11-26  Jakub Jelinek  <jakub@redhat.com>
1392
1393         PR middle-end/46647
1394         * builtins.c (fold_builtin_memset): Check c is INTEGER_CST instead
1395         of host_integerp check.  Use TREE_INT_CST_LOW instead of tree_low_cst.
1396
1397         PR bootstrap/45700
1398         * tree.h (build1_stat_loc, build2_stat_loc, build3_stat_loc,
1399         build4_stat_loc, build5_stat_loc, build6_stat_loc): New inlines.
1400         (build1_loc, build2_loc, build3_loc, build4_loc, build5_loc,
1401         build6_loc): Define.
1402         * fold-const.c (protected_set_expr_location_unshare): New inline.
1403         (fold_convert_loc, pedantic_non_lvalue_loc): Use it.
1404         (negate_expr, associate_trees, non_lvalue_loc, omit_one_operand_loc,
1405         pedantic_omit_one_operand_loc, omit_two_operands_loc,
1406         fold_truth_not_expr, invert_truthvalue_loc, make_bit_field_ref,
1407         optimize_bit_field_compare, make_range, fold_range_test, fold_truthop,
1408         build_fold_addr_expr_with_type_loc, fold_unary_loc, fold_binary_loc,
1409         fold_indirect_ref_1, build_fold_indirect_ref_loc): Use builN_loc
1410         instead of buildN followed by SET_EXPR_LOCATION or
1411         protected_set_expr_location.
1412         (fold_build1_stat_loc, fold_build2_stat_loc, fold_build3_stat_loc):
1413         Use buildN_stat_loc instead of buildN_stat followed by
1414         SET_EXPR_LOCATION.
1415
1416 2010-11-26  Basile Starynkevitch  <basile@starynkevitch.net>
1417
1418         * Makefile.in (s-tm-texi): Remove spurous tab.
1419
1420 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1421
1422         PR debug/46258
1423         * tree-cfg.c (replace_uses_by): Don't mark BBs as altered on
1424         debug stmts.
1425
1426 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1427
1428         * toplev.c (finalize): Add no_backend parameter.  Don't finish
1429         passes when preprocessing only.  Adjust...
1430         (do_compile): ... caller.
1431
1432 2010-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1433
1434         * config/pa/pa.md (negdf2): Condition on !flag_signed_zeros instead of
1435         flag_unsafe_math_optimizations.
1436         (negsf2): Likewise.
1437         Move fnegabs related patterns together.  Only use fmpynfadd instruction
1438         to negate a multiply if !flag_signed_zeros is true.
1439
1440 2010-11-25  Uros Bizjak  <ubizjak@gmail.com>
1441
1442         * gengtype-state.c (read_state_structures): Initialize "previous".
1443
1444 2010-11-25  Basile Starynkevitch  <basile@starynkevitch.net>
1445             Jeremie Salvucci  <jeremie.salvucci@free.fr>
1446
1447         * gengtype-state.c: Add new file.
1448
1449         * gengtype.c (type count): New variable.
1450         (new_structure, find_param_structure, create_pointer)
1451         (create_array): Use it to set state_number in types.
1452         (dump_everything): Improve comment.
1453         (main): Call read_state and write_state. Print type_count.
1454
1455         * gengtype.h (type_lineloc): New function.
1456         (read_state, write_state): New declarations.
1457
1458         * Makefile.in (GENGTYPE_FLAGS): New variable.
1459         (s-gtype): Run gengtype twice and generate gtype.state.
1460         (build/gengtype-state.o): New rule.
1461         (build/gengtype$(build_exeext)): Link gengtype-state.o.
1462         (mostlyclean): Update comment.  Remove gtype.state.
1463
1464 2010-11-25  Jakub Jelinek  <jakub@redhat.com>
1465
1466         PR middle-end/46637
1467         * combine.c (try_combine): When substing i2dest for i2src, pass
1468         1 as last argument even if
1469         i0_feeds_i1_n && i1_feeds_i2_n && i0dest_in_i0src.
1470
1471 2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
1472
1473         PR middle-end/46647
1474         * builtins.c (target_char_cast): Check INTEGER_CST instead of
1475         host_integerp.  Replace tree_low_cst with TREE_INT_CST_LOW.
1476
1477 2010-11-25  Joseph Myers  <joseph@codesourcery.com>
1478
1479         * target.def (supports_split_stack, except_unwind_info): Take
1480         gcc_options parameters.
1481         * targhooks.c (default_except_unwind_info,
1482         dwarf2_except_unwind_info, sjlj_except_unwind_info): Take
1483         gcc_options parameters.
1484         * targhooks.h (default_except_unwind_info,
1485         dwarf2_except_unwind_info, sjlj_except_unwind_info): Update
1486         prototypes.
1487         * doc/tm.texi.in (TARGET_IRA_COVER_CLASSES,
1488         TARGET_HAVE_NAMED_SECTIONS, TARGET_UNWIND_TABLES_DEFAULT):
1489         Document that hooks must not be modified.
1490         (TARGET_EXCEPT_UNWIND_INFO): Refer to opts argument.
1491         * doc/tm.texi: Regenerate.
1492         * defaults.h (STACK_OLD_CHECK_PROTECT, STACK_CHECK_PROTECT): Pass
1493         &global_options to targetm.except_unwind_info.
1494         * dwarf2out.c (dwarf2out_do_frame, dwarf2out_do_cfi_asm,
1495         dwarf2out_begin_prologue, dwarf2out_frame_init,
1496         dwarf2out_frame_finish, dwarf2out_assembly_start): Pass
1497         &global_options to targetm.except_unwind_info.
1498         * except.c (init_eh, finish_eh_generation,
1499         gate_convert_to_eh_region_ranges,
1500         output_one_function_exception_table): Pass &global_options to
1501         targetm.except_unwind_info.
1502         * expr.c (build_personality_function): Pass &global_options to
1503         targetm.except_unwind_info.
1504         * function.c (expand_function_end): Pass &global_options to
1505         targetm.except_unwind_info.
1506         * hooks.c (hook_bool_bool_gcc_optionsp_false): New.
1507         * hooks.h (hook_bool_bool_gcc_optionsp_false): Declare.
1508         * opts.c (finish_options): Pass opts to targetm.except_unwind_info
1509         and targetm.supports_split_stack.  Remove assertions about opts
1510         and opts_set.
1511         (common_handle_option): Remove assertions about opts, opts_set and dc.
1512         * tree-tailcall.c (suitable_for_tail_call_opt_p): Pass
1513         &global_options to targetm.except_unwind_info.
1514         * tree.c (build_common_builtin_nodes: Pass &global_options to
1515         targetm.except_unwind_info.
1516         * config/arm/arm.c (arm_except_unwind_info): Add gcc_options parameter.
1517         (arm_compute_func_type, arm_expand_prologue, thumb_pushpop,
1518         thumb1_expand_prologue, thumb1_output_function_prologue,
1519         arm_unwind_emit, arm_output_fn_unwind): Update calls to
1520         arm_except_unwind_info.
1521         * config/i386/i386.c (ix86_supports_split_stack): Add gcc_options
1522         parameter.
1523         * config/ia64/ia64.c (ia64_except_unwind_info): Add gcc_options
1524         parameter.
1525         (ia64_output_function_prologue, ia64_add_bundle_selector_before,
1526         ia64_reorg, ia64_asm_unwind_emit): Update calls to
1527         ia64_except_unwind_info.
1528         * config/pa/pa.c (pa_option_override): Pass &global_options to
1529         targetm.except_unwind_info.
1530         * config/picochip/picochip-protos.h (picochip_except_unwind_info):
1531         Remove prototype.
1532
1533 2010-11-25  Kai Tietz  <kai.tietz@onevision.com>
1534
1535         * cgraphunit.c (process_function_and_variable_attributes):
1536         Mark dllexport-ed function/variables as needed.
1537         * ipa.c (cgraph_externally_visible_p): Make dllexport-ed
1538         as externally visible.
1539
1540 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
1541
1542         PR rtl-optimization/46585
1543         * sel-sched-ir.c (return_regset_to_pool): Verify that RS is not NULL.
1544         (vinsn_init): Skip computation of dependencies for local NOPs.
1545         (vinsn_delete): Don't try to free regsets for local NOPs.
1546         (setup_nop_and_exit_insns): Change definition of nop_pattern.
1547
1548 2010-11-25  Alexander Monakov  <amonakov@ispras.ru>
1549
1550         PR rtl-optimization/46602
1551         * sel-sched-ir.c (maybe_tidy_empty_bb): Move checking ...
1552         (tidy_control_flow): Here.
1553
1554 2010-11-25  Joern Rennecke  <amylaar@spamcop.net>
1555             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1556
1557         PR bootstrap/45888
1558         * Makefile.in (s-tm-texi): Remove \r occurences from tmp-tm.texi.
1559         Fix target.def pathname in timestamp comparison.
1560
1561 2010-11-24  Richard Henderson  <rth@redhat.com>
1562
1563         * config/ia64/predicates.md (pmpyshr_operand): New.
1564         * config/ia64/ia64.c (ia64_expand_unpack): New.
1565         (ia64_expand_widen_mul_v4hi): New.
1566         (ia64_expand_widen_sum): Update for pattern renames.
1567         (ia64_expand_dot_prod_v8qi): Likewise.
1568         * config/ia64/ia64-protos.h: Update.
1569         * config/ia64/vect.md (vecwider): New mode attribute.
1570         (vec_widen_umult_lo_v8qi, vec_widen_umult_hi_v8qi): New.
1571         (vec_widen_smult_lo_v8qi, vec_widen_smult_hi_v8qi): New.
1572         (pmpyshr2, pmpyshr2_u): New.
1573         (vec_widen_smult_lo_v4hi, vec_widen_smult_hi_v4hi): New.
1574         (vec_widen_umult_lo_v4hi, vec_widen_umult_hi_v4hi): New.
1575         (mulv2si3): New.
1576         (vec_pack_ssat_v4hi): Rename from pack2_sss.
1577         (vec_pack_usat_v4hi): Rename from *pack2_uss.
1578         (vec_pack_ssat_v2si): Rename from pack4_sss.
1579         (vec_interleave_lowv8qi): Rename from unpack1_l, use the correct
1580         vec_select operation.
1581         (vec_interleave_highv8qi): Similarly.
1582         (mux1_alt): Rename from *mux1_alt.
1583         (vec_extract_evenv8qi, vec_extract_oddv8qi): New.
1584         (vec_interleave_lowv4hi): Rename from unpack2_l.
1585         (vec_interleave_highv4hi): Rename from unpack2_h.
1586         (mix2_r): Rename from *mix2_r.
1587         (mix2_l): Similarly.
1588         (vec_extract_evenodd_helper): New.
1589         (vec_extract_evenv4hi, vec_extract_oddv4hi): New.
1590         (vec_interleave_lowv2si): Rename from *unpack4_l.
1591         (vec_interleave_highv2si): Rename from *unpack4_h.
1592         (vec_extract_evenv2si, vec_extract_oddv2si): New.
1593         (vec_interleave_lowv2sf): Rename from fmix_r.
1594         (vec_interleave_highv2sf): Rename from *fmix_l.
1595         (vec_extract_evenv2sf, vec_extract_oddv2sf): New.
1596         (vec_unpacku_lo_<VECINT12>, vec_unpacku_hi_<VECINT12>): New.
1597         (vec_unpacks_lo_<VECINT12>, vec_unpacks_hi_<VECINT12>): New.
1598         (vec_pack_trunc_v4hi, vec_pack_trunc_v2si): New.
1599
1600 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
1601
1602         * targhooks.c (default_except_unwind_info): Remove
1603         MUST_USE_SJLJ_EXCEPTIONS case.
1604         * config/h8300/h8300.h (MUST_USE_SJLJ_EXCEPTIONS): Delete.
1605         * config/h8300/h8300.c (TARGET_EXCEPT_UNWIND_INFO): Define.
1606         * doc/tm.texi.in (MUST_USE_SJLJ_EXCEPTIONS): Delete.
1607         * doc/tm.texi: Regenerate.
1608         * system.h (MUST_USE_SJLJ_EXCEPTIONS): Poison.
1609
1610 2010-11-24  Nathan Froyd  <froydnj@codesourcery.com>
1611
1612         * cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
1613         __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
1614         * config/dfp-bit.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
1615         * doc/cpp.texi (__FLOAT_WORD_ORDER__): Document.
1616         * system.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Poison.
1617
1618 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
1619
1620         PR target/46519
1621         * config/i386/i386.c (ix86_expand_call): Don't check
1622         TREE_THIS_VOLATILE.
1623
1624 2010-11-24  H.J. Lu  <hongjiu.lu@intel.com>
1625
1626         PR target/46519
1627         * config/i386/i386.c (upper_128bits_state): New.
1628         (block_info_def): Remove upper_128bits_set and done.  Add state,
1629         referenced, count, processed and rescanned.
1630         (check_avx256_stores): Updated.
1631         (move_or_delete_vzeroupper_2): Updated. Handle deleted BB_END.
1632         Call note_stores only if needed.  Set referenced and count.
1633         (move_or_delete_vzeroupper_1): Updated.  Set rescan_vzeroupper_p.
1634         (rescan_move_or_delete_vzeroupper): New.
1635         (move_or_delete_vzeroupper):  Process and rescan all all basic
1636         blocks instead of predecessor blocks of all exit points.
1637         (ix86_option_override_internal): Enable vzeroupper optimization
1638         only for -fexpensive-optimizations and not optimizing for size.
1639         (use_avx256_p): Removed.
1640         (init_cumulative_args): Don't set use_avx256_p.
1641         (ix86_function_arg): Likewise.
1642         (ix86_expand_move): Likewise.
1643         (ix86_expand_vector_move_misalign): Likewise.
1644         (ix86_local_alignment): Likewise.
1645         (ix86_minimum_alignment): Likewise.
1646         (ix86_expand_epilogue): Don't check use_avx256_p when generating
1647         vzeroupper.
1648         (ix86_expand_call): Likewise.
1649
1650         * config/i386/i386.h (machine_function): Remove use_vzeroupper_p
1651         and use_avx256_p.  Add rescan_vzeroupper_p.
1652
1653 2010-11-24  Joseph Myers  <joseph@codesourcery.com>
1654
1655         * toplev.c: Include <signal.h>.
1656
1657 2010-11-24  Richard Guenther  <rguenther@suse.de>
1658
1659         PR lto/43218
1660         * lto-symtab.c (lto_cgraph_replace_node): Mark edges with
1661         conflicting function signatures as non-inlineable.
1662
1663 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
1664
1665         PR rtl-optimization/46614
1666         * sched-deps.c (NON_FLUSH_JUMP_KIND, NON_FLUSH_JUMP_P): Define.
1667          (deps_analyze_insn): Mark JUMP_INSNs in
1668         last_pending_memory_flush that weren't added through
1669         flush_pending_lists with NON_FLUSH_JUMP_KIND.
1670         (sched_analyze_2, sched_analyze_insn): Check NON_FLUSH_JUMP_P
1671         on INSN_LIST instead of JUMP_P check on its operand.
1672         * sched-rgn.c (concat_INSN_LIST): Copy over REG_NOTE_KIND.
1673
1674 2010-11-24  Richard Guenther  <rguenther@suse.de>
1675
1676         * lto-streamer-in.c (input_gimple_stmt): Use types_compatible_p.
1677
1678 2010-11-24  Richard Guenther  <rguenther@suse.de>
1679
1680         PR lto/46606
1681         * lto-streamer-in.c (input_gimple_stmt): When we cannot find
1682         a FIELD_DECL that is type correct issue a warning and fixup
1683         with a VIEW_CONVERT_EXPR.
1684
1685 2010-11-24  Basile Starynkevitch  <basile@starynkevitch.net>
1686
1687         * doc/invoke.texi (Options for Debugging Your Program or GCC):
1688         Explain static numbering of dump files.
1689
1690 2010-11-24  Joseph Myers  <joseph@codesourcery.com>
1691
1692         * common.opt (user_vect_verbosity_level): New Variable entry.
1693         (ftree-vectorizer-verbose=): Mark as UInteger.
1694         * flag-types.h (enum vect_verbosity_levels): Move from enum
1695         verbosity_levels in tree-vectorizer.h.
1696         * opts.c: Don't include tree.h.
1697         (vect_set_verbosity_level): Move from tree-vectorizer.c.  Use
1698         gcc_options parameter; take integer option argument.
1699         (common_handle_option): Update call to vect_set_verbosity_level.
1700         * tree-vectorizer.c (user_vect_verbosity_level): Remove.
1701         (vect_set_verbosity_level): Move to opts.c.
1702         (vect_verbosity_level, vect_print_dump_info): Update for change of
1703         enum name.
1704         * tree-vectorizer.h (enum verbosity_levels): Move to flag-types.h.
1705         (vect_print_dump_info): Update for change of enum name.
1706         * tree.h (vect_set_verbosity_level): Remove.
1707         * Makefile.in (opts.o): Update dependencies.
1708
1709 2010-11-24  Jakub Jelinek  <jakub@redhat.com>
1710
1711         PR middle-end/46629
1712         * cfgexpand.c (maybe_cleanup_end_of_block): Test NEXT_INSN (insn)
1713         instead of insn with any_condjump_p.
1714
1715 2010-11-24  Mingjie Xing  <mingjie.xing@gmail.com>
1716
1717         * config/mips/loongson.md: Change the description comment of the file
1718         and update the copyright years.
1719         (define_insn "<u>div<mode>3): Add loongson3a support.
1720         (define_insn "<u>mod<mode>3"): Likewise.
1721         * config/mips/mips.md: Rename mul<mode>3_mul3_ls2ef to
1722         mul<mode>3_mul3_loongson.
1723         (define_expand "mul<mode>3"): Add TARGET_LOONGSON_3A.
1724         (define_insn "mul<mode>3_mul3_loongson"): Add loongson3a support.
1725
1726 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
1727
1728         * common.opt (initial_max_fld_align, flag_debug_asm,
1729         flag_dump_rtl_in_asm, flag_dump_all_passed, rtl_dump_and_exit,
1730         flag_print_asm_name, graph_dump_format, help_printed,
1731         help_columns, flag_opts_finished): New Variable entries.
1732         (fdbg-cnt-list, fdbg-cnt=, fdebug-prefix-map=, frandom-seed,
1733         frandom-seed=): Mark deferred.
1734         (fsched-verbose=): Use UInteger and Var.
1735         * flags.h (set_struct_debug_option, flag_print_asm_name,
1736         rtl_dump_and_exit, flag_debug_asm, flag_dump_rtl_in_asm,
1737         graph_dump_format): Don't declare here.
1738         * haifa-sched.c (sched_verbose_param, fix_sched_param): Remove.
1739         * opts-global.c: Include dbgcnt.h and debug.h.
1740         (decode_options): Pass location to finish_options.
1741         (handle_common_deferred_options): Check flag_dump_all_passed.
1742         Handle OPT_fdbg_cnt_, OPT_fdbg_cnt_list, OPT_fdebug_prefix_map_,
1743         OPT_frandom_seed and OPT_frandom_seed_.  Don't assert on
1744         OPT_fstack_limit.
1745         * opts.c: Don't include toplev.h, dbgcnt.h or debug.h.
1746         (set_struct_debug_option): Add location_t parameter.  Update
1747         recursive call.  Use error_at.
1748         (default_options_optimization): Use error_at.
1749         (finish_options): Add location_t parameter.  Use
1750         opts->x_flag_opts_finished instead of first_time_p.  Use
1751         opts->x_optimize instead of optimize.  Use error_at.  Pass
1752         location to inform.
1753         (print_filtered_help): Use opts->x_help_printed to track what
1754         options have been printed.
1755         (print_specific_help): Use opts->x_help_columns to track number of
1756         columns.
1757         (common_handle_option): Pass locations and gcc_options pointers to
1758         more functions.  Use warning_at instead of fnotice and warning.
1759         Don't handle OPT_fdbg_cnt_, OPT_fdbg_cnt_list or
1760         OPT_fdebug_prefix_map_.  Use error_at.  Set
1761         opts->x_initial_max_fld_align; don't set maximum_field_alignment.
1762         Don't handle OPT_frandom_seed or OPT_frandom_seed_.  Don't handle
1763         OPT_fsched_verbose_.
1764         (handle_param): Add location_r parameter.  Use error_at.
1765         (set_debug_level): Add location_r parameter.  Use error_at and
1766         warning_at.
1767         (setup_core_dumping): Add diagnostic_context parameter.
1768         (decode_d_option): Add gcc_options, location_t and
1769         diagnostic_context parameters and use them instead of global
1770         state.  Use warning_at.
1771         (enable_warning_as_error): Use error_at.
1772         * opts.h (finish_options): Update prototype.
1773         (set_struct_debug_option): Declare here.
1774         * rtl.h (fix_sched_param): Remove.
1775         * stor-layout.c (initial_max_fld_align): Remove.
1776         * toplev.c (rtl_dump_and_exit, flag_print_asm_name,
1777         graph_dump_format, flag_debug_asm, flag_dump_rtl_in_asm): Remove.
1778         (process_options): Set maximum_field_alignment.
1779         * tree.h (initial_max_fld_align) Don't declare here.
1780         * Makefile.in (opts.o, opts-global.o): Update dependencies.
1781
1782 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
1783
1784         * flag-types.h (struct visibility_flags): Don't declare here.
1785         * flags.h (strip_off_ending, fast_math_flags_set_p,
1786         fast_math_flags_struct_set_p): Declare here.
1787         (visibility_options): Don't declare here.
1788         * opts-common.c (option_enabled, get_option_state): Move from
1789         opts.c.
1790         * opts-global.c: Include diagnostic.h instead of
1791         diagnostic-core.h.  Include tree.h, langhooks.h, lto-streamer.h
1792         and toplev.h.
1793         (const_char_p, ignored_options, in_fnames, num_in_fnames,
1794         write_langs, complain_wrong_lang, postpone_unknown_option_warning,
1795         print_ignored_options, unknown_option_callback,
1796         post_handling_callback, lang_handle_option, add_input_filename,
1797         read_cmdline_options, initial_lang_mask, init_options_once,
1798         decode_cmdline_options_to_array_default_mask,
1799         set_default_handlers, decode_options): Move from opts.c.
1800         (print_ignored_options): Use warning_at instead of saving and
1801         restoring input_location.
1802         * opts.c: Include <signal.h> and <sys/resource.h>.  Include rtl.h
1803         instead of expr.h.  Don't include langhooks.h, except.h or
1804         lto-streamer.h.  Add more comments on includes.
1805         (strip_off_ending, setup_core_dumping, decode_d_option): Move from
1806         toplev.c.
1807         (visibility_options): Move to c-family/c-common.c.
1808         (const_char_p, ignored_options, in_fnames, num_in_fnames,
1809         write_langs, complain_wrong_lang, postpone_unknown_option_warning,
1810         print_ignored_options, unknown_option_callback,
1811         post_handling_callback, lang_handle_option, add_input_filename,
1812         read_cmdline_options, initial_lang_mask, init_options_once,
1813         decode_cmdline_options_to_array_default_mask,
1814         set_default_handlers, decode_options): Move to opts-global.c.
1815         (target_handle_option, default_options_optimization,
1816         finish_options, common_handle_option): Remove static.
1817         (option_enabled, get_option_state): Move to opts-common.c.
1818         * opts.h (common_handle_option, target_handle_option,
1819         finish_options, default_options_optimization): Declare.
1820         * toplev.c: Don't include <signal.h> or <sys/resource.h>.
1821         (setup_core_dumping, strip_off_ending, decode_d_option): Move to
1822         opts.c.
1823         * toplev.h (strip_off_ending, decode_d_option,
1824         fast_math_flags_set_p, fast_math_flags_struct_set_p): Don't
1825         declare here.
1826         * Makefile.in (opts.o, opts-global.o): Update dependencies.
1827
1828 2010-11-23  Dave Korn  <dave.korn.cygwin@gmail.com>
1829
1830         PR driver/42690
1831         * gcc.c (LINK_COMMAND_SPEC): Remove hard-coded pass-through plugin
1832         options, replace by call of pass-through-libs spec function to process
1833         link_gcc_c_sequence spec.
1834         (lto_libgcc_spec): Delete variable.
1835         (static_specs[]): Remove related entry.
1836         (static_spec_functions[]): Add new entry for pass-through-libs.
1837         (main): Don't generate deleted lto_libgcc_spec.
1838         (pass_through_libs_spec_func): New function to implement the new
1839         pass-through-libs spec function.
1840         * doc/invoke.texi (pass-through-libs): Document new spec function.
1841
1842 2010-11-23  Joseph Myers  <joseph@codesourcery.com>
1843
1844         * doc/options.texi (Warning, Optimization): Document.
1845
1846 2010-11-23  Jan Hubicka  <jh@suse.cz>
1847
1848         * tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.
1849         (tree_decl_with_vis): Add implicit_section_name_p.
1850         * targhooks.h (default_function_section): Declare.
1851         * target.def (function_section): New hook.
1852         * defaults.h (HOT_TEXT_SECTION_NAME,
1853         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
1854         * predict.c (choose_function_section): Remove.
1855         (estimate_bb_frequencies): Do not use choose_function_section.
1856         * coretypes.h (enum node_frequency): Move here from cgraph.h
1857         * cgraph.h (enum node_frequency): Remove.
1858         * varasm.c (initialize_cold_section_name, unlikely_text_section,
1859         unlikely_text_section_p): Remove.
1860         (named_subsection_entry): New structure.
1861         (get_text_section): New function.
1862         (default_function_section): New function.
1863         (function_section_1): Break out from ...; handle profile info.
1864         (function_section): ... here.
1865         (unlikely_text_section): Remove.
1866         (unlikely_text_section_p): Use function_section_1.
1867         (assemble_start_function): Do not initialize cold section.
1868         (default_section_type_flags): Do not special case cold subsection.
1869         (switch_to_section): Likewise.
1870         * output.h (get_text_section): Define.
1871         * config/i386/winnt.c: Do not special case cold section.
1872         * config/darwin-protos.h (darwin_function_section): Declare.
1873         * config/microblaze/microblaze.h (HOT_TEXT_SECTION_NAME,
1874         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
1875         * config/ia64/hpux.h (HOT_TEXT_SECTION_NAME,
1876         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
1877         (TARGET_ASM_FUNCTION_SECTION): Define to ia64_hpux_function_section.
1878         * config/ia64/ia64.c (ia64_hpux_function_section): New function.
1879         * config/darwin.c (machopic_select_section): Use
1880         darwin_function_section.
1881         (darwin_function_section): New function.
1882         * config/darwin.h (HOT_TEXT_SECTION_NAME,
1883         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Remove.
1884         (TARGET_ASM_FUNCTION_SECTION): Define.
1885         * system.h (HOT_TEXT_SECTION_NAME,
1886         UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Poison.
1887
1888 2010-11-23  Iain Sandoe  <iains@gcc.gnu.org>
1889
1890         * config/darwin.h (LINK_COMMAND_SPEC_A): Use %(link_gcc_c_sequence).
1891         LINK_GCC_C_SEQUENCE_SPEC: Define new macro.
1892
1893 2010-11-23  Jakub Jelinek  <jakub@redhat.com>
1894
1895         PR middle-end/46499
1896         * cfgexpand.c (maybe_cleanup_end_of_block): Remove also BARRIERs
1897         following unconditional jumps.
1898
1899 2010-11-23  Richard Guenther  <rguenther@suse.de>
1900
1901         * doc/md.texi (386 constraints): Clarify A constraint documentation.
1902
1903 2010-11-23  Basile Starynkevitch  <basile@starynkevitch.net>
1904             Jeremie Salvucci  <jeremie.salvucci@free.fr>
1905
1906         * gengtype.c (enum typekind, struct options)
1907         (struct nested_ptr_data, struct pair, NUM_PARAM)
1908         (enum gc_used_num, struct type, UNION_P, UNION_OR_STRUCT_P):
1909         Move to gengtype.h.
1910         (string_type, scalar_nonchar, scalar_nonchar, scalar_char):
1911         Remove static, add zero state_number.
1912         (typedefs, structures, param_structs, variables): Remove static.
1913         (create_option): Remove.
1914         (create_string_option, create_type_option, create_nested_option):
1915         New functions.
1916         (create_nested_ptr_option): Use create_nested_option.
1917         (note_variable, adjust_field_rtx_def, adjust_field_type): Call the
1918         new create*option functions.
1919         (process_gc_options): Adjust for discriminated option.
1920         (output_mangled_typename): Handle TYPE_NONE.
1921         (walk_type): Test option kinds.
1922         (write_types_process_field): Handle TYPE_NONE and TYPE_ARRAY.
1923         (write_func_for_structure, write_type, write_local, write_root)
1924         (write_roots, note_def_vec, dump_options): Adjust for
1925         discriminated option.
1926
1927         * gengtype.h (typedefs, structures, param_structs, variables
1928         enum typekind): Move from gengtype.c
1929         (enum option_kind): New discriminating enumeration.
1930         (struct options): Becomes discriminated.
1931         (struct nested_ptr_data): Nove from gengtype.c
1932         (create_string_option, create_type_option, create_nested_option)
1933         (create_nested_ptr_option): New functions
1934         (struct pair, enum_gc_used_enum, NUM_PARAM, struct type, UNION_P)
1935         (UNION_OR_STRUCT_P): Move from gengtype.c
1936
1937         * gengtype-parse.c (str_optvalue_opt, type_optvalue, option): Make
1938         discriminated options.
1939
1940 2010-11-23  Richard Guenther  <rguenther@suse.de>
1941
1942         * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid doing work
1943         twice.  Avoid re-allocating the ops vector all the time.
1944
1945 2010-11-23  Richard Guenther  <rguenther@suse.de>
1946
1947         * tree-ssa-alias.c (refs_may_alias_p_1): Avoid calls to
1948         is_gimple_min_invariant, group tree code checks to allow
1949         combining them.
1950         (stmt_may_clobber_ref_p_1): Check for SSA_NAME instead
1951         of is_gimple_reg.
1952
1953 2010-11-23  Eric Botcazou  <ebotcazou@adacore.com>
1954
1955         * config.gcc (sparc*-*-*): Reorder.
1956
1957 2010-11-23  Basile Starynkevitch  <basile@starynkevitch.net>
1958
1959         * gengtype.c (header_dot_h_frul, source_dot_c_frul):
1960         Remove ENABLE_CHECKING around DBGPRINTF.
1961
1962 2010-11-22  Joseph Myers  <joseph@codesourcery.com>
1963
1964         * common.opt (exit_after_options, write_symbols, debug_info_level,
1965         use_gnu_debug_info_extensions): New Variable entries.
1966         (fprofile-dir=): Use Var.
1967         * flag-types.h (enum debug_info_level): Rename to enum
1968         debug_info_levels.
1969         * flags.h (write_symbols, debug_info_level,
1970         use_gnu_debug_info_extensions): Remove declarations.
1971         * opts.c (exit_after_options, write_symbols, debug_info_level): Remove.
1972         (set_struct_debug_option): Make static variables const.
1973         (use_gnu_debug_info_extensions): Remove.
1974         (set_debug_level, print_filtered_help, print_specific_help,
1975         fast_math_flags_set_p): Take gcc_options parameters and use them
1976         in place of global variables.
1977         (print_filtered_help): Make new_help non-static.
1978         (print_specific_help): Update call to print_filtered_help.
1979         (common_handle_option): Update calls to print_specific_help.  Use
1980         gcc_options structure for more settings.  Make --help table
1981         const.  Don't handle OPT_fprofile_dir_ here.  Update calls to
1982         set_debug_level.
1983         * toplev.c (profile_data_prefix): Remove.
1984         * toplev.h (profile_data_prefix, exit_after_options): Remove
1985         declarations.
1986         (fast_math_flags_set_p): Update prototype.
1987         * cppbuiltin.c (define_builtin_macros_for_compilation_flags):
1988         Update call to fast_math_flags_set_p.
1989
1990 2010-11-22  Richard Henderson  <rth@redhat.com>
1991
1992         PR target/46434
1993         * config/crx/crx.c (crx_addr_reg): Rename from crx_addr_reg_p;
1994         return the address register extracted.
1995         (crx_decompose_address): Update the extracted address register.
1996
1997 2010-11-22  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
1998
1999         PR driver/43335
2000         * gcc.c (main): Don't crash when lto-wrapper program is not found.
2001
2002 2010-11-22  Joern Rennecke  <amylaar@spamcop.net>
2003
2004         PR target/46608
2005         * config/picochip/picochip.c (picochip_secondary_reload): Make static.
2006         * config/picochip/picochip-protos.h: Don't include "target.h" .
2007         (picochip_secondary_reload): Don't declare.
2008
2009         PR target/46613
2010         * config/m32c/m32c-protos.h (m32c_conditional_register_usage): Declare.
2011         * config/m32c/m32c.c (m32c_conditional_register_usage): No longer
2012         static.
2013
2014 2010-11-22  H.J. Lu  <hongjiu.lu@intel.com>
2015
2016         PR bootstrap/46609
2017         * gengtype.c (header_dot_h_frul): Check ENABLE_CHECKING.
2018         (source_dot_c_frul): Likewise.
2019
2020 2010-11-22  Basile Starynkevitch  <basile@starynkevitch.net>
2021
2022         * gimple-pretty-print.c (dump_bb_header): Add check for cfun.
2023
2024 2010-11-22  Paolo Bonzini  <bonzini@gnu.org>
2025
2026         PR bootstrap/44970
2027         * Makefile.in (fwprop.o) Add sparseset.h.
2028         * fwprop.c: Include sparseset.h
2029         (struct find_occurrence_data, find_occurrence_callback,
2030         find_occurrence): Remove.
2031         (active_defs, active_defs_check, register_active_defs,
2032         update_df_init, update_uses): New.
2033         (update_df): Rewrite.
2034         (try_fwprop_subst, forward_propagate_asm): Add calls to
2035         update_df_init and update_df.
2036         (fwprop_init): Allocate active_defs and active_defs_check.
2037         (fwprop_done): Free them.
2038         (fwprop, fwprop_addr): Adjust comments.
2039         * df.h (df_uses_create): Declare.
2040         * df-scan.c (df_install_ref_incremental): Break out of df_ref_create.
2041         (df_ref_create): Return result of df_ref_create_structure directly.
2042         (df_ref_create_structure): Call df_install_ref_incremental when
2043         no collection_rec is passed.
2044         (df_ref_record): Do not create multiword hard reg info when no
2045         collection_rec is passed.
2046         (df_uses_create): New.
2047
2048 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
2049
2050         PR middle-end/43057
2051         * fold-const.c (pedantic_non_lvalue_loc): Unshare x before
2052         setting location.
2053
2054 2010-11-22  Richard Guenther  <rguenther@suse.de>
2055
2056         * gimple-fold.c (maybe_fold_reference): When canonicalizing
2057         MEM_REFs, preserve volatileness.
2058         * cgraphbuild.c (mark_address): Properly check for FUNCTION_DECL
2059         addresses.
2060
2061 2010-11-22  Richard Guenther  <rguenther@suse.de>
2062
2063         * tree-ssa-ccp.c (get_base_constructor): Remove superfluous breaks.
2064
2065 2010-11-22  Alexander Monakov  <amonakov@ispras.ru>
2066
2067         PR rtl-optimization/45652
2068         * alias.c (get_reg_base_value): New.
2069         * rtl.h (get_reg_base_value): Add prototype.
2070         * sel-sched.c (init_regs_for_mode): Use it.  Don't use registers with
2071         non-null REG_BASE_VALUE for renaming.
2072
2073 2010-11-22  Jeremie Salvucci  <jeremie.salvucci@free.fr>
2074             Basile Starynkevitch  <basile@starynkevitch.net>
2075
2076         * gengtype.c: Include xregex.h and obstack.h
2077         Added comments about role of get_output_file_with_visibility and
2078         our regexpr machinery.
2079         (frul_actionrout_t, struct file_rule_st): New.
2080         (hader_dot_h_frul, source_dot_c_frul): New functions.
2081         (NULL_REGEX,  NULL_FRULACT): New.
2082         (files_rules): New.
2083         (matching_file_name_substitute): New function.
2084         (get_output_file_with_visibility): Updated comments and rewritten
2085         to use the new files_rules machinery.
2086
2087         * Makefile.in (XREGEX_H): Added variable.
2088         (build/gengtype.o): Added dependencies for xregex.h and obstack.h
2089
2090 2010-11-21  Nathan Froyd  <froydnj@codesourcery.com>
2091
2092         * system.h (FUNCTION_ARG_BOUNDARY): Really poison.
2093
2094 2010-11-21  Nathan Froyd  <froydnj@codesourcery.com>
2095
2096         * target.def (conditional_register_usage): Define.
2097         * reginfo.c (init_reg_sets_1): Call
2098         targetm.conditional_register_usage.
2099         * system.h (CONDITIONAL_REGISTER_USAGE): Poison.
2100         * doc/tm.texi.in (CONDITIONAL_REGISTER_USAGE): Adjust language
2101         for making it a hook.
2102         * doc/tm.texi: Regenerate.
2103         * config/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2104         * config/alpha/alpha.c (alpha_conditional_register_usage): ...here.
2105         New function.
2106         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2107         * config/arc/arc.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2108         * config/arc/arc.c (arc_conditional_register_usage): ...here.
2109         New function.
2110         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2111         * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2112         * config/arm/arm.c (arm_conditional_register_usage): ...here.
2113         New function.
2114         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2115         * config/bfin/bfin.h (CONDITIONAL_REGISTER_USAGE): Delete.
2116         * config/bfin/bfin-protos.h (conditional_register_usage): Delete.
2117         * config/bfin/bfin.c (conditional_register_usage): Move code into...
2118         (bfin_conditional_register_usage): ...here.  New function.
2119         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2120         * config/cris/cris.h (CONDITIONAL_REGISTER_USAGE): Delete.
2121         * config/cris/cris-protos.h (cris_conditional_register_usage): Delete.
2122         * config/cris/cris.c (cris_conditional_register_usage): Make static.
2123         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2124         * config/fr30/fr30.h (FIXED_REGISTERS): Adjust comment.
2125         * config/frv/frv.h (CONDITIONAL_REGISTER_USAGE): Delete.
2126         * config/frv/frv-protos.h (frv_conditional_register_usage): Delete.
2127         * config/frv/frv.c (frv_conditional_register_usage): Make static.
2128         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2129         * config/h8300/h8300.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2130         * config/h8300/h8300.c (h8300_conditional_register_usage): ...here.
2131         New function.
2132         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2133         * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Delete.
2134         * config/i386/i386-protos.h (ix86_conditional_register_usage): Delete.
2135         * config/i386/i386.c (ix86_conditional_register_usage): Make static.
2136         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2137         * config/m32c/m32c.h (CONDITIONAL_REGISTER_USAGE): Delete.
2138         * config/m32c/m32c-protos.h (m32c_conditional_register_usage): Delete.
2139         * config/m32c/m32c.c (m32c_conditional_register_usage): Make static.
2140         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2141         * config/m32r/m32r.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2142         * config/m32r/m32r.c (m32r_conditional_register_usage): ...here.
2143         New function.
2144         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2145         * config/m68hc11/m68hc11.h (CONDITIONAL_REGISTER_USAGE): Delete.
2146         * config/m68hc11/m68hc11-protos.h (m68hc11_conditional_register_usage):
2147         Delete.
2148         * config/m68hc11/m68hc11.c (m68hc11_conditional_register_usage): Make
2149         static.
2150         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2151         * config/mep/mep.h (CONDITIONAL_REGISTER_USAGE): Delete.
2152         * config/mep/mep-protos.h (mep_conditional_register_usage): Delete.
2153         * config/mep/mep.c (mep_conditional_register_usage): Make static.
2154         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2155         * config/mips/mips.h (CONDITIONAL_REGISTER_USAGE): Delete.
2156         * config/mips/mips-protos.h (mips_conditional_register_usage): Delete.
2157         * config/mips/mips.c (mips_conditional_register_usage): Make static.
2158         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2159         * config/mmix/mmix.h (CONDITIONAL_REGISTER_USAGE): Delete.
2160         * config/mmix/mmix-protos.h (mmix_conditional_register_usage): Delete.
2161         * config/mmix/mmix.c (mmix_conditional_register_usage): Make static.
2162         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2163         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2164         * config/mn10300/mn10300.c (mn10300_conditional_register_usage):
2165         ...here.  New function.
2166         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2167         * config/pa/pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2168         * config/pa/pa64-regs.h (CONDITIONAL_REGISTER_USAGE): ...with this...
2169         * config/pa/pa.c (pa_conditional_register_usage): ...here.
2170         New function.
2171         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2172         * config/pdp11/pdp11.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2173         * config/pdp11/pdp11.c (pdp11_conditional_register_usage): ...here.
2174         New function.
2175         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2176         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Delete.
2177         * config/rs6000/rs6000-protos.h (rs6000_conditional_register_usage):
2178         Delete.
2179         * config/rs6000/rs6000.c (rs6000_conditional_register_usage): Make
2180         static.
2181         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2182         * config/rx/rx.h (CONDITIONAL_REGISTER_USAGE): Delete.
2183         * config/rx/rx-protos.h (rx_conditional_register_usage): Delete.
2184         * config/rx/rx.c (rx_conditional_register_usage): Make static.
2185         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2186         * config/s390/s390.h (CONDITIONAL_REGISTER_USAGE): Delete.
2187         * config/s390/s390-protos.h (s390_conditional_register_usage): Delete.
2188         * config/s390/s390.c (s390_conditional_register_usage): Make static.
2189         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2190         * config/score/score.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2191         * config/score/score.c (score_conditional_register_usage): ...here.
2192         New function.
2193         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2194         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2195         * config/sh/sh.c (sh_conditional_register_usage): ...here.
2196         New function.
2197         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2198         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2199         * config/sparc/sparc.c (sparc_conditional_register_usage): ...here.
2200         New function.
2201         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2202         * config/spu/spu.h (CONDITIONAL_REGISTER_USAGE): Delete.
2203         * config/spu/spu-protos.h (spu_conditional_register_usage): Delete.
2204         * config/spu/spu.c (spu_conditional_register_usage): Make static.
2205         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2206         * config/v850/v850.h (CONDITIONAL_REGISTER_USAGE): Move logic...
2207         * config/v850/v850.c (v850_conditional_register_usage): ...here.
2208         New function.
2209         (TARGET_CONDITIONAL_REGISTER_USAGE): Define.
2210
2211 2010-11-21  Jan Hubicka  <jh@suse.cz>
2212             Dominique d'Humieres <dominiq@lps.ens.ft>
2213
2214         PR target/46510
2215         * tree-emutls.c (get_emutls_init_templ_addr, new_emutls_decl): Do not
2216         finalize external decls.
2217
2218 2010-11-21  Joseph Myers  <joseph@codesourcery.com>
2219
2220         * system.h (strerror): Poison.
2221
2222 2010-11-21  Richard Henderson  <rth@redhat.com>
2223
2224         * config/ia64/ia64.c (ia64_expand_builtin): Use the correct mode
2225         for infq/huge_valq.
2226
2227 2010-11-21  Richard Henderson  <rth@redhat.com>
2228
2229         PR rtl-optimization/46571
2230         * gcse.c (hash_scan_set): Use next_nonnote_nondebug_insn.
2231         (compute_hash_table_work): Use NONDEBUG_INSN_P.
2232
2233 2010-11-21  Paul Koning  <ni1d@arrl.net>
2234
2235         * config/mips/pdp11.md (negsi2): Fix wrong code.
2236
2237 2010-11-21  Paul Koning  <ni1d@arrl.net>
2238
2239         * config/mips/pdp11.c (pdp11_legitimate_address_p): New function.
2240         * config/mips/pdp11.h (GO_IF_LEGITIMATE_ADDRESS): Delete.
2241
2242 2010-11-21  Eric Botcazou  <ebotcazou@adacore.com>
2243
2244         * config/mips/mips.c (machine_function): Rename load_label_length to
2245         load_label_num_insns.
2246         (mips_load_label_length): Rename to...
2247         (mips_load_label_num_insns): ...this.  Adjust to first renaming.
2248         (mips_adjust_insn_length): Adjust to second renaming.  Fix thinko.
2249
2250 2010-11-21  Uros Bizjak  <ubizjak@gmail.com>
2251
2252         PR target/46533
2253         * config/alpha/predicates.md (direct_call_operand): Return false
2254         for !TARGET_SMALL_TEXT targets.
2255
2256 2010-11-20  Joseph Myers  <joseph@codesourcery.com>
2257
2258         * doc/tm.texi.in (HANDLE_SYSV_PRAGMA,
2259         HANDLE_PRAGMA_PACK_PUSH_POP): Remove.
2260         (HANDLE_PRAGMA_PACK_WITH_EXPANSION): Don't refer to HANDLE_SYSV_PRAGMA.
2261         * doc/tm.texi: Regenerate.
2262         * system.h (HANDLE_PRAGMA_PACK_PUSH_POP, HANDLE_SYSV_PRAGMA,
2263         HANDLE_PRAGMA_WEAK): Poison.
2264         * config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Don't define.
2265         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2266         * config/alpha/osf5.h (HANDLE_SYSV_PRAGMA): Don't define.
2267         * config/alpha/vms.h (HANDLE_SYSV_PRAGMA): Don't define.
2268         * config/arm/arm.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2269         * config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
2270         * config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2271         * config/darwin.h (HANDLE_SYSV_PRAGMA): Don't define.
2272         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2273         * config/elfos.h (HANDLE_SYSV_PRAGMA): Don't define.
2274         * config/freebsd.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2275         * config/frv/frv.h (HANDLE_SYSV_PRAGMA): Don't define.
2276         * config/i386/cygming.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2277         * config/i386/djgpp.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2278         * config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Don't define.
2279         (HANDLE_PRAGMA_WEAK): Don't undefine.
2280         * config/i386/netware.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2281         * config/i386/vxworks.h (HANDLE_SYSV_PRAGMA): Don't define.
2282         * config/ia64/hpux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2283         * config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Don't define.
2284         * config/interix.h (HANDLE_SYSV_PRAGMA): Don't define.
2285         (HANDLE_PRAGMA_WEAK): Don't undefine.
2286         * config/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2287         * config/m32r/linux.h (HANDLE_SYSV_PRAGMA): Don't define.
2288         (HANDLE_PRAGMA_PACK): Don't undefine.
2289         * config/m32r/m32r.h (HANDLE_SYSV_PRAGMA): Don't undefine.
2290         * config/mep/mep.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2291         * config/mips/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2292         * config/mips/sde.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2293         * config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Don't define.
2294         * config/netbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
2295         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2296         * config/openbsd.h (HANDLE_SYSV_PRAGMA): Don't define.
2297         * config/pa/pa-hpux.h (HANDLE_SYSV_PRAGMA): Don't define.
2298         (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2299         * config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Don't define.
2300         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2301         * config/rx/rx.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2302         * config/score/elf.h (HANDLE_SYSV_PRAGMA): Don't define.
2303         * config/spu/spu.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2304         * config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Don't define.
2305         * config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Don't define.
2306
2307 2010-11-20  Eric Botcazou  <ebotcazou@adacore.com>
2308
2309         PR target/31100
2310         * config/sparc/sparc.h (ASM_OUTPUT_ALIGN_WITH_NOP): Move to...
2311         * config/sparc/sol2.h (ASM_OUTPUT_ALIGN_WITH_NOP): ...here.
2312         * config/sparc/sol2-gas.h (ASM_OUTPUT_ALIGN_WITH_NOP): Undefine.
2313
2314 2010-11-20  Jan Hubicka  <jh@suse.cz>
2315
2316         * cgraph.c (ld_plugin_symbol_resolution_names): New.
2317         (dump_cgraph_node): Dump resolution.
2318         * cgraph.h (ld_plugin_symbol_resolution_names): Declare.
2319         (cgraph_comdat_can_be_unshared_p): Dclare.
2320         * lto-streamer-out.c (produce_symtab): Use
2321         cgraph_comdat_can_be_unshared_p.
2322         * ipa.c (cgraph_address_taken_from_non_vtable_p): New function.
2323         (cgraph_comdat_can_be_unshared_p): New function based on logic
2324         in cgraph_externally_visible_p.
2325         (cgraph_externally_visible_p): Use it.
2326         (varpool_externally_visible_p): Virtual tables can be unshared.
2327         * varpool.c (dump_varpool_node): Dump resolution.
2328
2329 2010-11-20  Jan Hubicka  <jh@suse.cz>
2330
2331         * stmt.c (lshift_cheap_p): Support properly optimize_insn_for_speed_p.
2332
2333 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2334
2335         PR other/46202
2336         * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM): New variables.
2337         (AR_FOR_TARGET, RANLIB_FOR_TARGET, STRIP_FOR_TARGET): Fix
2338         shell quoting.
2339         (STRIP_FOR_TARGET): Look for in-tree strip under name strip-new.
2340         (install-strip): New target.
2341         (STRIPPROG): New variable, exported if STRIP is set.
2342         * doc/install.texi (Final install): Minor markup and code style
2343         fixes.  Document install-strip target.
2344
2345 2010-11-20  Paul Koning  <ni1d@arrl.net>
2346
2347         * config/pdp11/pdp11-protos.h (pdp11_initial_elimination_offset,
2348         pdp11_regno_reg_class): New functions.
2349         * config/pdp11/pdp11.md (define_constants): Add register numbers.
2350         * config/pdp11/pdp11.c (pdp11_regno_reg_class,
2351         pdp11_sp_frame_offset, pdp11_initial_elimination_offset): New
2352         functions.
2353         * config/pdp11/pdp11.h (FIXED_REGISTERS, CALL_USED_REGISTERS): Add
2354         frame pointer and argument pointer pseudo-registers.
2355         (ARG_POINTER_REGNUM): Define.
2356         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Add frame pointer and
2357         argument pointer.
2358         (FIRST_PARM_OFFSET): Update for argument pointer.
2359         (INITIAL_FRAME_POINTER_OFFSET): Delete.
2360         (ELIMINABLE_REGS, INITIAL_ELIMINATION_OFFSET): New macros.
2361         (REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_INDEX_P, REGISTER_NAMES): Add
2362         frame pointer and argument pointer.
2363
2364 2010-11-20  Jakub Jelinek  <jakub@redhat.com>
2365
2366         PR debug/46561
2367         * tree-parloops.c (try_create_redunction_list): Ignore debug stmts
2368         when looking for immediate uses.
2369
2370         PR tree-optimization/45830
2371         * stmt.c (expand_switch_using_bit_tests_p): New function.
2372         (expand_case): Use it.
2373         * tree.h (expand_switch_using_bit_tests_p): New prototype.
2374         * tree-switch-conversion.c (struct switch_conv_info): Add
2375         bit_test_uniq, bit_test_count and bit_test_bb fields.
2376         (check_range): Fix a comment.
2377         (check_process_case): Compute bit_test_uniq and bit_test_count.
2378         (create_temp_arrays): Use XCNEWVEC, merge 3 arrays into one
2379         allocation.
2380         (free_temp_arrays): Use XDELETEVEC, adjust for the 3 arrays merging.
2381         (constructor_contains_same_values_p): Use FOR_EACH_VEC_ELT.
2382         (array_value_type): New function.
2383         (build_one_array): Use it, if it returned different type,
2384         fold_convert all constructor fields and convert back to the
2385         wider type in the generated code.
2386         (process_switch): Initialize bit_test_uniq, bit_test_count and
2387         bit_test_bb fields.  Don't optimize if expand_switch_using_bit_tests_p
2388         returned true.
2389
2390 2010-11-19  Michael Matz  <matz@suse.de>
2391
2392         PR tree-optimization/46077
2393         * tree-chrec.c (eq_evolutions_p): Accept some expressions.
2394
2395 2010-11-19  Anatoly Sokolov  <aesok@post.ru>
2396
2397         * config/mn10300/mn10300.h (OUTPUT_ADDR_CONST_EXTRA): Remove.
2398         * config/mn10300/mn10300.c (mn10300_asm_output_addr_const_extra): New
2399         function.
2400         (TARGET_ASM_OUTPUT_ADDR_CONST_EXTRA): Define.
2401
2402 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
2403
2404         * mode-switching.c (optimize_mode_switching): Use
2405         FOR_BB_INSNS instead of open-coded loop.
2406         * cfgrtl.c (redirect_branch_edge): Ditto.
2407
2408 2010-11-19  Joern Rennecke  <amylaar@spamcop.net>
2409
2410         PR target/46436
2411         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Split shift count
2412         to accomodate 32 bit HOST_WIDE_INT.
2413         (m68hc11_emit_logical): Remove unused variable insn.
2414         (m68hc11_check_z_replacement) <CLOBBER>: Set this_insn_uses_ix and
2415         this_insn_uses_iy before use.
2416
2417         PR target/46434
2418         * config/crx/crx.c (crx_expand_epilogue): Remove unused variable.
2419
2420 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
2421
2422         PR c/46547
2423         * c-tree.h (in_late_binary_op): Move to c-family/c-common.h.
2424         * c-typeck.c (in_late_binary_op): Move to c-family/c-common.c.
2425
2426 2010-11-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
2427
2428         * doc/extend.texi (Function attributes): Document PowerPC target
2429         attributes that are supported.
2430         (Pragmas): Document that PowerPC now supports target pragmas.
2431
2432         * doc/options.texi (TargetVariable): Document TargetVariable,
2433         HeaderInclude, and SourceInclude.
2434
2435         * doc/invoke.texi (-mfused-madd): Document that -mfused-madd is
2436         mapped to -ffp-contract=fast, and -mno-fused-madd is mapped to
2437         -ffp-contract=off.
2438
2439         * optc-gen.awk: Add support for TargetVariable, HeaderInclude, and
2440         SourceInclude directives.  Fix a cut+paste error with target save
2441         enum variables.  Sort enums in the structures after ints and
2442         before shorts.
2443         * opth-gen.awk: Ditto.
2444
2445         * configure.ac: Add support for HeaderInclude and SourceInclude option
2446         directives to add the appropriate files to the dependency lists.
2447         * configure: Regenerate.
2448         * Makefile.in (OPTIONS_H_EXTRA): New variable for HeaderInclude.
2449         (OPTIONS_C_EXTRA): New variable for SourceInclude.
2450         (OPTIONS_H): Add $(OPTIONS_H_EXTRA).
2451         (options.o): Add $(OPTIONS_C_EXTRA) dependency.
2452         (gcc-options.o): Ditto.
2453         * opt-include.awk: New awk script to handle HeaderInclude and
2454         TargetInclude.
2455
2456         * config/rs6000/aix.opt (-mxl-compat): Mark option as Save so it
2457         gets saved in the target options.
2458         * config/rs6000/linux64.opt (-mprofile-kernel): Ditto.
2459         * config/rs6000/sysv4.opt (-mbit-align): Ditto.
2460         (-mprototype): Ditto.
2461         (-mbit-word): ditto.
2462         (-mregnames): Ditto.
2463         (-msecure-plt): Ditto.
2464         (-mbss-plt): Ditto.
2465         * config/rs6000/rs6000.opt (-mpowerpc-gpopt): Ditto.
2466         (-mpowerpc-gfxopt): Ditto.
2467         (-mmfcrf): Ditto.
2468         (-mpopcntb): Ditto.
2469         (-mfprnd): Ditto.
2470         (-mcmpb): Ditto.
2471         (-mmmfpgpr): Ditto.
2472         (-maltivec): Ditto.
2473         (-mhard-dfp): Ditto.
2474         (-mmulhw): Ditto.
2475         (-mdlmzb): Ditto.
2476         (-mmultiple): Ditto.
2477         (-mstring): Ditto.
2478         (-mpopcntd): Ditto.
2479         (-mfriz): Ditto.
2480         (-mvsx): Ditto.
2481         (-mno-update): Ditto.
2482         (-mavoid-indexed-addresses): Ditto.
2483         (-mtls-markers): Ditto.
2484         (-msched-epilog): Ditto.
2485         (-msched-prolog): Ditto.
2486         (-maix-struct-return): Ditto.
2487         (-msvr4-struct-return): Ditto.
2488         (-mxl-compat): Ditto.
2489         (-mrecip-precision): Ditto.
2490         (-mfp-in-toc): Ditto.
2491         (-msum-in-toc): Ditto.
2492         (-mvrsave): Ditto.
2493         (-mblock-move-inline-limit=): Ditto.
2494         (-misel): Ditto.
2495         (-mpaired): Ditto.
2496         (-mlongcall): Ditto.
2497         (-mgen-cell-microcode): Ditto.
2498         (-mwarn-cell-microcode): Ditto.
2499         (-mwarn-altivec-long): Ditto.
2500         (-mprioritize-restricted-insns=): Ditto.
2501         (-msingle-float): Ditto.
2502         (-mdouble-float): Ditto.
2503         (-msimple-fpu): Ditto.
2504         (-mxilinx-fpu): Ditto.
2505         * config/rs6000/aix64.opt (-mpe): Ditto.
2506
2507         * config/rs6000/rs6000.opt (HeaderInclude): Include rs6000-opts.h.
2508         (rs6000_cpu): Move variable to be a target variable.  Rename
2509         cmodel to rs6000_current_cmodel because of macro conflict.  Merge
2510         -mdebug=<xxx> variables into a single int.
2511         (rs6000_always_hint): Ditto.
2512         (rs6000_sched_groups): Ditto.
2513         (rs6000_align_branch_targets): Ditto.
2514         (rs6000_sched_costly_dep): Ditto.
2515         (rs6000_sched_insert_nops): Ditto.
2516         (rs6000_long_double_type_size): Ditto.
2517         (rs6000_ieeequad): Ditto.
2518         (rs6000_altivec_abi): Ditto.
2519         (rs6000_spe): Ditto.
2520         (rs6000_spe_abi): Ditto.
2521         (rs6000_float_gprs): Ditto.
2522         (rs6000_darwin64_abi): Ditto.
2523         (can_override_loop_align): Ditto.
2524         (rs6000_sdata): Ditto.
2525         (rs6000_tls_size): Ditto.
2526         (rs6000_current_abi): Ditto.
2527         (rs6000_traceback): Ditto.
2528         (rs6000_alignment_flags): Ditto.
2529         (rs6000_current_cmodel): Ditto.
2530         (rs6000_recip_control): Ditto.
2531         (rs6000_cpu_index): Ditto.
2532         (rs6000_tune_index): Ditto.
2533         (rs6000_debug): Ditto.
2534         (rs6000_target_flags_explict): Ditto.
2535
2536         * config/rs6000/rs6000-protos.h (rs6000_pragma_target_parse): Add
2537         declaration.
2538
2539         * config/rs6000/linux64.h (rs6000_current_cmode): Rename from
2540         cmodel.  Change all uses.
2541
2542         * config/rs6000/rs6000.c (rs6000_always_hint): Move to
2543         rs6000.opt.  Combine -mdebug=<xxx> variables into a single int.
2544         Rename cmodel to rs6000_current_cmodel.
2545         (rs6000_sched_groups): Ditto.
2546         (rs6000_align_branch_targets): Ditto.
2547         (rs6000_sched_costly_dep): Ditto.
2548         (rs6000_sched_insert_nops): Ditto.
2549         (rs6000_long_double_type_size): Ditto.
2550         (rs6000_ieeequad): Ditto.
2551         (rs6000_altivec_abi): Ditto.
2552         (rs6000_spe): Ditto.
2553         (rs6000_spe_abi): Ditto.
2554         (rs6000_float_gprs): Ditto.
2555         (rs6000_darwin64_abi): Ditto.
2556         (can_override_loop_align): Ditto.
2557         (rs6000_sdata): Ditto.
2558         (rs6000_tls_size): Ditto.
2559         (rs6000_current_abi): Ditto.
2560         (rs6000_traceback): Ditto.
2561         (rs6000_alignment_flags): Ditto.
2562         (rs6000_current_cmodel): Ditto.
2563         (rs6000_recip_control): Ditto.
2564         (rs6000_cpu_index): Ditto.
2565         (rs6000_tune_index): Ditto.
2566         (rs6000_debug): Ditto.
2567         (rs6000_target_flags_explict): Ditto.
2568         (rs6000_sched_insert_nops_str): Make static.
2569         (rs6000_sched_costly_dep_str): Ditto.
2570         (rs6000_recip_name): Ditto.
2571         (rs6000_abi_name): Ditto.
2572         (rs6000_sdata_name): Ditto.
2573         (enum rs6000_traceback_name): Move to rs6000-opts.h.
2574         (rs6000_parse_tls_size_option): Delete.
2575         (rs6000_valid_attribute_p): New function for target attributes and
2576         pragmas.
2577         (rs6000_function_specific_save): Ditto.
2578         (rs6000_function_specific_restore): Ditto.
2579         (rs6000_function_specific_print): Ditto.
2580         (rs6000_can_inline_p): Ditto.
2581         (rs6000_set_current_function): Ditto.
2582         (rs6000_inner_target_options): Ditto.
2583         (rs6000_debug_target_options): Ditto.
2584         (rs6000_pragma_target_parse): Ditto.
2585         (TARGET_OPTION_VALID_ATTRIBUTE_P): Define target hooks for target
2586         attributes and pragmas.
2587         (TARGET_OPTION_SAVE): Ditto.
2588         (TARGET_OPTION_RESTORE): Ditto.
2589         (TARGET_OPTION_PRINT): Ditto.
2590         (TARGET_CAN_INLINE_P): Ditto.
2591         (TARGET_SET_CURRENT_FUNCTION): Ditto.
2592         (POWER_MASKS): Move to file level scope from the
2593         rs6000_option_override_internal function.
2594         (POWERPC_MASKS): Ditto.
2595         (ISA_*_MASKS): Ditto.
2596         (struct rs6000_ptt): Ditto.
2597         (processor_target_table): Ditto.
2598         (rs6000_cpu_name_lookup): Map cpu name to an index in
2599         processor_target_table.
2600         (rs6000_debug_reg_global): Print more information on processor
2601         options for -mdebug=reg.
2602         (rs6000_init_hard_regno_mode_ok): Add support for target
2603         attributes and pragmas.  Merge all -mdebug=<xxx> fields into one.
2604         Allow -mdebug=val1,val2.  Rename cmodel variable.
2605         (rs6000_option_override_internal): Ditto.
2606         (rs6000_option_override): Ditto.
2607         (rs6000_handle_option): Ditto.
2608         (rs6000_conditional_register_usage): Add debug trace message.
2609         (struct rs6000_opt_mask): New for target attribute/pragma support.
2610         (rs6000_opt_masks): Ditto.
2611         (struct rs6000_opt_var): Ditto.
2612         (rs6000_opt_vars): Ditto.
2613         (rs6000_previous_function): Ditto.
2614
2615         * config/rs6000/rs6000.h (top level): Include rs6000-opts.h if it
2616         wasn't already included.
2617         (enum rs6000_cmodel): Move to rs6000-opts.h or rs6000.opt.
2618         (enum processor_type): Ditto.
2619         (rs6000_cpu): Ditto.
2620         (enum fpu_type_t): Ditto.
2621         (fpu_type): Ditto.
2622         (enum rs6000_dependence_cost): Ditto.
2623         (enum rs6000_nop_insertion): Ditto.
2624         (enum group_termination): Ditto.
2625         (rs6000_long_double_type_size): Ditto.
2626         (rs6000_ieeequad): Ditto.
2627         (rs6000_altivec_abi): Ditto.
2628         (rs6000_spe_abi): Ditto.
2629         (rs6000_spe): Ditto.
2630         (rs6000_float_gprs): Ditto.
2631         (rs6000_alignment_flags): Ditto.
2632         (rs6000_sched_insert_nops): Ditto.
2633         (enum rs6000_vector): Ditto.
2634         (enum rs6000_abi): Ditto.
2635         (rs6000_current_opt): Ditto.
2636         (rs6000_debug_*): Delete.
2637         (MASK_DEBUG*): Combine -mdebug=xxxx into one int.
2638         (TARGET_DEBUG*): Ditto.
2639
2640         * config/rs6000/rs6000-opts.h: New header file to define the enums
2641         that are used in target variables that are now defined in rs6000.opt.
2642
2643         * config/rs6000/sysv4.h (enum rs6000_sdata_type): Move to
2644         rs6000-opts.h.
2645         (rs6000_sdata): Ditto.
2646         (rs6000_abi_name): Delete.
2647         (rs6000_sdata_name): Ditto.
2648         (rs6000_tls_size_string): Ditto.
2649
2650 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
2651
2652         * common.opt (debug_struct_ordinary, debug_struct_generic): New
2653         Variable entries.
2654         * dwarf2out.c (matches_main_base, dump_struct_debug, DUMP_GSTRUCT,
2655         should_emit_struct_debug): Move from opts.c.
2656         * flag-types.h (enum debug_struct_file): Move from opts.c.
2657         * flags.h (should_emit_struct_debug): Remove.
2658         (base_of_path): Declare.
2659         (set_struct_debug_option): Add gcc_options parameter.
2660         * optc-gen.awk, opth-gen.awk: Handle array variables.
2661         * opts.c (enum debug_struct_file, debug_struct_ordinary,
2662         debug_struct_generic): Remove.
2663         (set_struct_debug_option): Add gcc_options parameter.
2664         (base_of_path): Remove static.
2665         (main_input_basename, main_input_baselength, matches_main_base,
2666         dump_struct_debug, DUMP_GSTRUCT, should_emit_struct_debug):
2667         Remove.
2668         * toplev.c (main_input_basename, main_input_baselength): Define
2669         here.
2670         * toplev.h (main_input_basename, main_input_baselength): Declare
2671         here.
2672
2673 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
2674
2675         * common.opt (flag_instrument_functions_exclude_functions,
2676         flag_instrument_functions_exclude_files): New Variable definitions.
2677         * flags.h (flag_instrument_functions_exclude_p): Don't declare.
2678         * gimplify.c (char_p): Declare type and vectors.
2679         (flag_instrument_functions_exclude_p): Moved from opts.c.  Make static.
2680         * opts.c (flag_instrument_functions_exclude_functions,
2681         flag_instrument_functions_exclude_files): Remove.
2682         (add_comma_separated_to_vector): Take void **.
2683         (flag_instrument_functions_exclude_p): Move to gimplify.c.
2684         (common_handle_option): Use options structure for
2685         -finstrument-functions-exclude- options.
2686
2687 2010-11-19  Joseph Myers  <joseph@codesourcery.com>
2688
2689         * doc/options.texi (Var): Document effects of Defer.
2690         (Defer): Document.
2691         * opt-functions.awk (var_type, var_set): Handle deferred options.
2692         * opts-common.c (set_option): Handle CLVC_DEFER.
2693         * common.opt (fcall-saved-, fcall-used-, fdump-, ffixed-,
2694         fplugin=, fplugin-arg-, fstack-limit, fstack-limit-register=,
2695         fstack-limit-symbol=): Mark as deferred.
2696         * opts.c: Don't include rtl.h, ggc.h, output.h, tree-pass.h or
2697         plugin.h.
2698         (print_filtered_help): Don't report state of CLVC_DEFER options.
2699         (common_handle_option): Move code for OPT_fcall_used_,
2700         OPT_fcall_saved_, OPT_fdump_, OPT_ffixed_, OPT_fplugin_,
2701         OPT_fplugin_arg_, OPT_fstack_limit, OPT_fstack_limit_register_ and
2702         OPT_fstack_limit_symbol_ to opts-global.c.
2703         (option_enabled, get_option_state): Handle CLVC_DEFER.
2704         * opts.h: Include vec.h.
2705         (enum cl_var_type): Add CLVC_DEFER.
2706         (cl_deferred_option): Define type and vectors.
2707         (handle_common_deferred_options): Declare.
2708         * opts-global.c: New.
2709         * toplev.c (toplev_main): Call handle_common_deferred_options
2710         * Makefile.in (OPTS_H): Include $(VEC_H).
2711         (OBJS-common): Include opts-global.o.
2712         (opts.o): Update dependencies.
2713         (opts-global.o): Add dependencies.
2714
2715 2010-11-19  Nicola Pero  <nicola.pero@meta-innovation.com>
2716
2717         * c-parser.c (c_parser_objc_protocol_definition): Pass attributes
2718         to objc_declare_protocols.
2719
2720 2010-11-19  Richard Guenther  <rguenther@suse.de>
2721
2722         PR lto/45789
2723         * lto-streamer-out.c (lto_output_ts_common_tree_pointers): For
2724         IDENTIFIERs do not stream TREE_TYPE.
2725         * lto-streamer-in.c (lto_input_ts_common_tree_pointers): Likewise.
2726
2727 2010-11-19  Christian Borntraeger  <borntraeger@de.ibm.com>
2728
2729         * config/s390/s390.c (s390_function_arg_integer): Handle NULLPTR_TYPE.
2730
2731 2010-11-19  Jakub Jelinek  <jakub@redhat.com>
2732
2733         PR target/45870
2734         * dwarf2out.c (const_ok_for_output_1): Don't complain about
2735         non-delegitimized TLS UNSPECs.
2736
2737 2010-11-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2738             Ian Lance Taylor  <iant@google.com>
2739
2740         * config/darwin-c.c (darwin_additional_format_types): Export.
2741
2742 2010-11-18  Paul Koning  <ni1d@arrl.net>
2743
2744         * config/pdp11/pdp11.h (FIRST_PARM_OFFSET): Fix case of no frame
2745         pointer.
2746
2747 2010-11-18  Paul Koning  <ni1d@arrl.net>
2748
2749         * config/pdp11/pdp11.md (abshi2): Delete TARGET_ABSHI_BUILTIN.
2750         * config/pdp11/pdp11.c (TARGET_DEFAULT_TARGET_FLAGS): Ditto.
2751         * config/pdp11/pdp11.opt (-mabshi): Delete.
2752
2753 2010-11-19  Mingjie Xing  <mingjie.xing@gmail.com>
2754
2755         * resource.h (struct resources): Fix typo in the comment.
2756
2757 2010-11-19  Uros Bizjak  <ubizjak@gmail.com>
2758
2759         PR target/46546
2760         * config/i386/i386.c (ix86_reorg): Call compute_bb_for_insn.
2761
2762 2010-11-18  Richard Henderson  <rth@redhat.com>
2763
2764         PR middle-end/46515
2765         * function.c (maybe_copy_prologue_epilogue_insn): Rename from
2766         maybe_copy_epilogue_insn; handle prologue insns as well.
2767         * rtl.h, cfglayout.c: Update for rename.
2768         * recog.c (peep2_attempt): Copy prologue/epilogue data for
2769         RTX_FRAME_RELATED_P insns.
2770
2771 2010-11-18  Jakub Jelinek  <jakub@redhat.com>
2772
2773         PR middle-end/46534
2774         * builtins.c (fold_builtin_printf): Don't copy and modify string
2775         before build_string_literal, instead modify what
2776         build_string_literal returned.
2777
2778 2010-11-18  Nathan Froyd  <froydnj@codesourcery.com>
2779
2780         PR c/33193
2781         * c-typeck.c (build_unary_op): Call build_real_imag_expr for
2782         REALPART_EXPR and IMAGPART_EXPR.
2783
2784 2010-11-18  Richard Guenther  <rguenther@suse.de>
2785
2786         PR tree-optimization/46172
2787         * tree-vect-loop-manip.c (remove_dead_stmts_from_loop): New
2788         function.
2789         (slpeel_tree_peel_loop_to_edge): Call it.
2790
2791 2010-11-18  Jeff Law  <law@redhat.com>
2792
2793         PR middle-end-optimization/46297
2794         * postreload.c (reload_combine_note_store): Deal with embedded
2795         side effects in MEM expressions.
2796
2797 2010-11-18  Richard Guenther  <rguenther@suse.de>
2798
2799         PR lto/45089
2800         * dwarf2out.c (add_AT_die_ref): Work around LTO losing types
2801         when checking is not enabled.
2802
2803 2010-11-18  Richard Guenther  <rguenther@suse.de>
2804
2805         PR lto/46525
2806         * gimple.c (gimple_register_type): Update TYPE_MAIN_VARIANT of
2807         type leaders.
2808         (gimple_register_canonical_type): Also cache the canoncial type
2809         for non type leaders.
2810
2811 2010-11-18  Richard Guenther  <rguenther@suse.de>
2812
2813         * lto-wrapper.c (run_gcc): Fix -flto=N parsing.
2814
2815 2010-11-18  Alexander Monakov  <amonakov@ispras.ru>
2816
2817         PR middle-end/46518
2818         * sel-sched-ir.c (init_expr): Use the correct type for
2819         target_available.
2820         * sel-sched.c (fill_vec_av_set): Use explicitly signed char type.
2821
2822 2010-11-17  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
2823
2824         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Support -fpic
2825         as well as -mrelocatable at the same time.
2826
2827 2010-11-17  Quentin Neill  <quentin.neill.gnu@gmail.com>
2828
2829         PR target/46422
2830         * config/i386/bmiintrin.h (__lzcnt_u16, __lzcnt_u32, __lzcnt_u64):
2831         Call the clz builtin.
2832
2833 2010-11-17  Dinar Temirbulatov <dtemirbulatov@gmail.com>
2834             Steve Ellcey  <sje@cup.hp.com>
2835
2836         PR middle-end/31490
2837         * varasm.c (categorize_decl_for_section): Ignore reloc_rw_mask
2838         if section attribute used.
2839
2840 2010-11-17  Jan Hubicka  <jh@suse.cz>
2841
2842         * builtins.c (expand_builtin_mathfn_2, expand_builtin_mathfn): Do not
2843         expand errno setting variant when optimizing for size.
2844
2845 2010-11-17  Eric Botcazou  <ebotcazou@adacore.com>
2846
2847         * postreload.c (reload_combine): Call control_flow_insn_p only once.
2848         Reverse backward loop.  Fix formatting issues.
2849
2850 2010-11-17  Paolo Bonzini  <bonzini@gnu.org>
2851
2852         * c-parser.c (c_token_is_qualifier,
2853         c_parser_next_token_is_qualifier): New.
2854         (c_parser_declaration_or_fndef, c_parser_struct_declaration):
2855         Improve error message on specs->tagdef_seen_p.
2856         (c_parser_struct_or_union_specifier): Improve error recovery.
2857         (c_parser_declspecs): Move exit condition on C_ID_ID early.
2858         Reorganize exit condition for C_ID_TYPENAME/C_ID_CLASSNAME
2859         using c_parser_next_token_is_qualifier; extend it to cover
2860         a ctsk_tagdef typespec and !typespec_ok in general.
2861
2862 2010-11-17  Richard Guenther  <rguenther@suse.de>
2863
2864         * value-prof.c (gimple_divmod_fixed_value_transform): Update the stmt.
2865         (gimple_mod_pow2_value_transform): Likewise.
2866         (gimple_mod_subtract_transform): Likewise.
2867
2868 2010-11-17  Richard Guenther  <rguenther@suse.de>
2869
2870         PR lto/46504
2871         * gimple.c (gimple_register_canonical_type): Make sure to only
2872         make type leaders canonical types.
2873
2874 2010-11-17  Michael Matz  <matz@suse.de>
2875
2876         * timevar.def (TV_IPA_OPT, TV_EARLY_LOCAL, TV_OPTIMIZE,
2877         TV_POSTRELOAD, TV_REMOVE_UNUSED, TV_ADDRESS_TAKEN, TV_TODO,
2878         TV_VERIFY_LOOP_CLOSED, TV_VERIFY_RTL_SHARING,
2879         TV_REBUILD_FREQUENCIES, TV_REPAIR_LOOPS): New.
2880         * tree-into-ssa.c (rewrite_into_ssa): Don't push/pop timevar here ...
2881         (pass_build_ssa): ... but here.
2882         * cgraphbuild.c (pass_rebuild_cgraph): Use timevar.
2883         * tree-ssa-loop-manip.c (verify_loop_closed_ssa): Use timevar.
2884         * tree-emutls.c (pass_ipa_lower_emutls): Ditto.
2885         * df-core.c (pass_df_initialize_opt, pass_df_initialize_no_opt): Ditto.
2886         * predict.c (rebuild_frequencies): Ditto.
2887         * tree-vectorizer.c (pass_ipa_increase_alignment): Ditto.
2888         * emit-rtl.c (verify_rtl_sharing): Ditto.
2889         * tree-cfgcleanup.c (repair_loop_structures): Ditto.
2890         * tree-ssa-live.c (remove_unused_locals): Ditto.
2891         * cfglayout.c (pass_into_cfg_layout, pass_outof_cfg_layout): Ditto.
2892         * tree-ssa.c (pass_early_warn_uninitialized,
2893         execute_update_addresses_taken, pass_update_address_taken): Ditto.
2894         * tree-optimize.c (pass_all_optimizations, pass_early_local_passes,
2895         pass_cleanup_cfg_post_optimizing, tree_rest_of_compilation): Ditto.
2896         * passes.c (pass_postreload, execute_todo): Ditto.
2897         * tree-ssanames.c (pass_release_ssa_names): Ditto.
2898
2899 2010-11-17  Joseph Myers  <joseph@codesourcery.com>
2900
2901         * doc/invoke.texi (-dy): Remove.
2902         * langhooks-def.h (lhd_do_nothing_i): Don't declare.
2903         (LANG_HOOKS_PARSE_FILE): Define to lhd_do_nothing.
2904         * langhooks.c (lhd_do_nothing_i): Remove.
2905         * langhooks.h (lang_hooks.parse_file): Take no arguments.
2906         * toplev.c (set_yydebug): Remove.
2907         (compile_file): Update call to lang_hooks.parse_file.
2908         (decode_d_option): Don't handle -dy.
2909
2910 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
2911
2912         PR rtl-optimization/46440
2913         * combine.c (update_cfg_for_uncondjump): When changing
2914         an indirect jump into unconditional jump, remove BARRIERs
2915         from bb's footer.
2916
2917 2010-11-17  Joseph Myers  <joseph@codesourcery.com>
2918
2919         * opts.c (target_handle_option): Do not assert that loc ==
2920         UNKNOWN_LOCATION.
2921
2922 2010-11-17  Jakub Jelinek  <jakub@redhat.com>
2923             Richard Guenther  <rguenther@suse.de>
2924
2925         PR middle-end/45838
2926         * tree-ssa-alias.c (ref_maybe_used_by_call_p_1,
2927         call_may_clobber_ref_p_1): Return true for __sync_* and some
2928         OpenMP builtins that act as threading barriers.
2929
2930 2010-11-17  Richard Guenther  <rguenther@suse.de>
2931
2932         PR tree-optimization/46498
2933         * tree-ssa-dce.c (perform_tree_ssa_dce): Compute dominator info.
2934
2935 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
2936
2937         * config/xtensa/xtensa.c (function_arg_boundary): Really rename to...
2938         (xtensa_function_arg_boundary): ...this.
2939         * config/picochip/pichochip.c (picochip_function_arg_boundary): Fix
2940         thinko in declaration.
2941         (picochip_function_arg, picochip_arg_partial_bytes): Pass proper
2942         number of parameters to picochip_function_arg_boundary.
2943         (picochip_arg_advance): Likewise.
2944
2945 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
2946
2947         PR target/46512
2948         * config/pa/pa.c (pa_function_arg_boundary): Move TYPE_SIZE accesses
2949         under check for type.
2950
2951 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
2952
2953         * ifcvt.c (dead_or_predicable): Fix typo.
2954
2955 2010-11-16  Richard Henderson  <rth@redhat.com>
2956
2957         * config.gcc [s390*-*] (extra_options): Add fused-madd.opt.
2958         * config/s390/s390.opt (mfused-madd): Remove.
2959         * config/s390/s390.c (s390_rtx_costs): Handle FMA.
2960         (TARGET_DEFAULT_TARGET_FLAGS): Remove MASK_FUSED_MADD.
2961         * config/s390/s390.md (fma<DSF>4): Rename from *fmadd<DSF>; use FMA.
2962         (fms<DSF>4): Rename from *fmsub<DSF>; use FMA.
2963
2964 2010-11-16  Richard Henderson  <rth@redhat.com>
2965
2966         * config.gcc [powerpc*, rs6000*] (extra_options): Add fused-madd.opt.
2967         * config/rs6000/rs6000.opt (mfused-madd): Remove.
2968         * config/rs6000/altivec.md (altivec_vmaddfp): Remove.
2969         (*altivec_vmaddfp_1): Remove.
2970         (*altivec_fmav4sf4): Rename from altivec_vmaddfp_2; use FMA.
2971         (altivec_mulv4sf3): Expand to FMA directly.
2972         (*altivec_vnmsubfp): Rename from altivec_vnmsubfp.
2973         (*altivec_vnmsubfp_1, *altivec_vnmsubfp_2): Remove.
2974         * config/rs6000/paired.md (paired_madds0): Use FMA.
2975         (paired_madds1): Likewise.
2976         (*paired_madd): Rename from paired_madd; use FMA.
2977         (*paired_msub, *paired_nmadd, *paired_nmsub): Similarly.
2978         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Do not
2979         consider TARGET_FUSED_MADD wrt rs6000_recip_control.
2980         (bdesc_3arg): Update CODE_FOR_* for pattern renames.
2981         (rs6000_emit_madd): Use fma_optab.
2982         (rs6000_emit_msub): Use fms_optab.
2983         (rs6000_emit_nmsub): Expand the FMA pattern directly.
2984         * config/rs6000/rs6000.md (FMA_F): New mode iterator.
2985         (*fmasf4_fpr): Rename from fmasf4_fpr.
2986         (*nfmasf4_fpr): Rename from *fnmasf4_fpr.
2987         (*nfmssf4_fpr): Rename from *fnmssf4_fpr.
2988         (*fmaddsf4_powerpc, *fmaddsf4_power, *fmsubsf4_powerpc): Remove.
2989         (*fmsubsf4_power, *fnmaddsf4_powerpc_1, *fnmaddsf4_powerpc_2): Remove.
2990         (*fnmaddsf4_power_1, *fnmaddsf4_power_2, *fnmsubsf4_powerpc_1): Remove.
2991         (*fnmsubsf4_powerpc_2, *fnmsubsf4_power_1, *fnmsubsf4_power_2): Remove.
2992         (*fmadf4_fpr): Rename from fmadf4_fpr.
2993         (*nfmadf4_fpr): Rename from *fnmadf4_fpr.
2994         (*nfmsdf4_fpr): Rename from *fnmsdf4_fpr.
2995         (*fmadddf4_fpr, *fmsubdf4_fpr, *fnmadddf4_fpr_1): Remove.
2996         (*fnmadddf4_fpr_2, *fnmsubdf4_fpr_1, *fnmsubdf4_fpr_2): Remove.
2997         (fmasf4, fmadf4): Macroize into...
2998         (fma<FMA_F>4): ... here.
2999         (fms<FMA_F>4, fnma<FMA_F>4, fnms<FMA_F>4): New.
3000         (nfma<FMA_F>4, nfms<FMA_F>4): New.
3001         * config/rs6000/vector.md (mul<VEC_F>3): Do not depend on
3002         TARGET_FUSED_MADD.
3003         * config/rs6000/vsx.md (vsx_fmadd<VSX_B>4): Remove.
3004         (*vsx_fmadd<mode>4_1): Remove.
3005         (vsx_fmsub<mode>4, *vsx_fmsub<mode>4_1): Remove.
3006         (vsx_fnmadd<mode>4_1, vsx_fnmadd<mode>4_2): Remove.
3007         (vsx_fnmsub<mode>4_1, vsx_fnmsub<mode>4_2): Remove.
3008         (*vsx_fma<mode>4): Rename from vsx_fmadd<mode>4_2.
3009         (*vsx_fms<mode>4): Rename from vsx_fmsub<mode>4_2.
3010         (*vsx_nfma<mode>4): Rename from vsx_fnmadd<mode>4.
3011         (*vsx_nfms<mode>4): Rename from vsx_fnmsub<mode>4.
3012
3013 2010-11-16  Richard Henderson  <rth@redhat.com>
3014
3015         * config/pa/pa.md (fmadf4): Rename from unnamed; use FMA.
3016         (fmasf4, fnmadf4, fnmasf4): Likewise.
3017         (unnamed plus+mult insns and splitters): Delete.
3018
3019 2010-11-16  Richard Henderson  <rth@redhat.com>
3020
3021         * config/spu/spu.md (fma<VSF>4): Rename from fma_<VSF>.
3022         (fnma<VSF>4): Rename from fnms_<VSF>.
3023         (fms<VSF>4): Rename from fms_<VSF>.
3024         (fma<VDF>4): Rename from fma_<VDF>.
3025         (fms<VDF>4): Rename from fms_<VDF>.
3026         (nfma<VDF>4): Rename from fnma_<VDF>.
3027         (nfms<VDF>4): Rename from fnms_<VDF>.
3028         (fnma<VDF>4, fnms<VDF>4): New expanders.
3029         (floatunsdisf2): Update for the renames.
3030         (*div<VSF>3_fast, *div<VSF>3_adjusted): Likewise.
3031         * config/spu/spu-builtins.def: Update CODE_FOR_* for the renames.
3032
3033 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
3034
3035         PR rtl-optimization/46490
3036         * combine.c (expand_compound_operation): Fix thinko.
3037
3038 2010-11-16  Richard Henderson  <rth@redhat.com>
3039
3040         PR target/46470
3041         * recog.c (peep2_attempt): Convert frame-related info when possible.
3042         (peep2_fill_buffer): Allow frame-related insns into the buffer.
3043         (peephole2_optimize): Allow peep2_attempt to fail.
3044
3045 2010-11-16  Eric Botcazou  <ebotcazou@adacore.com>
3046
3047         PR rtl-optimization/46315
3048         * rtl.h (remove_reg_equal_equiv_notes_for_regno): Declare.
3049         * rtlanal.c (remove_reg_equal_equiv_notes_for_regno): New function
3050         extracted from...
3051         * dce.c (delete_corresponding_reg_eq_notes): ...here.  Rename into...
3052         (remove_reg_equal_equiv_notes_for_defs): ...this.
3053         (delete_unmarked_insns): Adjust to above renaming.
3054         * ifcvt.c (dead_or_predicable): Remove REG_EQUAL and REG_EQUIV notes
3055         referring to registers set in the insns being moved, if any.
3056
3057         * df-core.c (df_ref_dump): New function extracted from...
3058         (df_refs_chain_dump): ...here.  Call it.
3059         (df_regs_chain_dump): Likewise.
3060         * df-problems.c (df_chain_dump): Print 'e' for uses in notes.
3061         * df-scan.c (df_scan_start_dump): Likewise.  Fix long line.
3062
3063 2010-11-16  Andreas Schwab  <schwab@linux-m68k.org>
3064
3065         PR rtl-optimization/46395
3066         * postreload.c (reload_combine): Invalidate register use
3067         information on all control flow insns.
3068
3069         * config/m68k/m68k.c (m68k_delegitimize_address): Also expect
3070         LABEL_REF in UNSPEC operand.
3071
3072 2010-11-16  Jan Hubicka  <jh@suse.cz>
3073
3074         * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;
3075         when !flag_toplevel_reorder do not remove unless variable is
3076         COMDAT or ARTIFICIAL.
3077         * ipa.c (varpool_can_remove_if_no_refs): ... here.
3078         (cgraph_remove_unreachable_nodes): Only analyzed nodes needs to stay.
3079         * cgraphunit.c (cgraph_analyze_functions): Dump varpool, too.
3080         * varpool.c (decide_is_variable_needed): Do not handle visibility
3081         issues.
3082         (varpool_finalize_decl): Likewise.
3083         (varpool_remove_unreferenced_decls): Use varpool_mark_needed_node;
3084         update outdated comment on DECL_RTL_SET_P check.
3085
3086 2010-11-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3087
3088         * config/sol2.h (NM_FLAGS): Define.
3089         * doc/tm.texi.in (Macros for Initialization, NM_FLAGS): Document.
3090         * doc/tm.texi: Update.
3091
3092 2010-11-16  Nick Clifton  <nickc@redhat.com>
3093
3094         * config/v850/v850.md (maddsf4): Rename to fmasf4 and use fma rtx_code.
3095         (msubsf4): Rename to fmssf4, and use fma.
3096         (nmaddsf4): Rename to fnmasf4 and use fma.
3097         (nmsubsf4): Rename to fnmssf4 and use fma.
3098
3099 2010-11-16  Joern Rennecke  <amylaar@spamcop.net>
3100
3101         PR target/44762
3102         * config/score/score3.c (score3_return_in_memory): Constify arguments.
3103         (score3_in_small_data_p, score3_function_value): Likewise.
3104         (score3_trampoline_init): Use LCT_NORMAL.
3105         (score3_print_operand): Initialize code as UNKNOWN.
3106         * config/score/predicates.md (score_load_multiple_operation):
3107         Remove unused variable.
3108         (score_store_multiple_operation): Likewise.
3109         * config/score/score7.c (score7_return_in_memory): Constify arguments.
3110         (score7_in_small_data_p, score7_function_value): Likewise.
3111         (score7_trampoline_init): Use LCT_NORMAL.
3112         (score7_print_operand): Initialize code as UNKNOWN.
3113         * config/score/score3.h (score3_return_in_memory): Update prototype.
3114         (score3_in_small_data_p, score3_function_value): Likewise.
3115         * config/score/score-protos.h (score_function_value): Likewise.
3116         * config/score/score7.h (score7_return_in_memory): Update prototype.
3117         (score7_in_small_data_p, score7_function_value): Likewise.
3118         * config/score/score.c (TARGET_PROMOTE_PROTOTYPES): Constify.
3119         (score_return_in_memory, score_pass_by_reference): Constify arguments.
3120         (score_output_mi_thunk, score_function_prologue): Don't return a value.
3121         (score_function_epilogue, score_in_small_data_p): Likewise.
3122         (score_option_override, score_asm_trampoline_template): Likewise.
3123         (score_trampoline_init, score_print_operand): Likewise.
3124         (score_print_operand_address, score_prologue): Likewise.
3125         (score_epilogue, score_call, score_call_value): Likewise.
3126         (score_movsicc, score_movdi, score_zero_extract_andi): Likewise.
3127         (score_function_arg_advance): Likewise. Make static.
3128         (score_asm_file_end): Mark parameter value with ATTRIBUTE_UNUSED.
3129         (score_function_arg, score_legitimate_address_p): Make static.
3130         (score_function_value): Mark parameter func with ATTRIBUTE_UNUSED.
3131         * config/score/score.h (REGNO_REG_CLASS): Cast value to enum reg_class.
3132         * config/score/score-conv.h (UIMM_IN_RANGE, SIMM_IN_RANGE):
3133         Allow (W) == HOST_BITS_PER_WIDE_INT.
3134
3135         PR java/46386
3136         * config/pdp11/t-pdp11 (java/constants.o-warn): Remove.
3137         * config/t-pnt16-warn (java/constants.o-warn): Likewise.
3138
3139 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
3140
3141         * config/arc/arc.c: Delete pasto.
3142         * config/pa/pa.c (pa_function_arg_boundary): Add missing comparison.
3143
3144 2010-11-16  Anatoly Sokolov  <aesok@post.ru>
3145
3146         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS,
3147         PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
3148         * config/mn10300/mn10300.c (TARGET_PREFERRED_RELOAD_CLASS,
3149         TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
3150         (mn10300_preferred_reload_class,
3151         mn10300_preferred_output_reload_class): New functions.
3152
3153 2010-11-16  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3154
3155         * gensupport.c (MNEMONIC_ATTR_NAME, MNEMONIC_HTAB_SIZE): New macros.
3156         (htab_eq_string, add_mnemonic_string, gen_mnemonic_setattr)
3157         (mnemonic_htab_callback, gen_mnemonic_attr): New functions.
3158         (init_rtx_reader_args_cb): Invoke gen_mnemonic_attr.
3159
3160 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
3161
3162         * builtins.c (std_gimplify_va_arg_expr): Use
3163         targetm.calls.function_arg_boundary.
3164         * function.c (assign_parms, locate_and_pad_parm): Likewise.
3165         * calls.c (struct arg_data): Update comment.
3166         * defaults.h (FUNCTION_ARG_BOUNDARY): Delete.
3167         * target.def (function_arg_boundary): Define.
3168         * targhooks.h (default_function_arg_boundary): Declare.
3169         * targhooks.c (default_function_arg_boundary): Define.
3170         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Use
3171         TARGET_FUNCTION_ARG_BOUNDARY.
3172         (FUNCTION_ARG_BOUNDARY): Delete.
3173         (TARGET_FUNCTION_ARG_BOUNDARY): New.
3174         * doc/tm.texi: Regenerate.
3175         * system.h (FUNCTION_ARG_BOUNDARY): Poison.
3176         * config/arc/arc.h (FUNCTION_ARG_BOUNDARY): Delete.
3177         * config/arc/arc.c (arc_function_arg_boundary): Define.
3178         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3179         * config/arm/arm.h (FUNCTION_ARG_BOUNDARY): Delete.
3180         * config/arm/arm-protos.h (arm_needs_doubleword_align): Delete.
3181         * config/arm/arm.c (arm_needs_doubleword_align): Make static.
3182         (arm_function_arg_boundary): Define.
3183         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3184         * config/frv/frv.h (FUNCTION_ARG_BOUNDARY): Delete.
3185         * config/frv/frv-protos.h (frv_function_arg_boundary): Delete.
3186         * config/frv/frv.c (frv_function_arg_boundary): Make static.
3187         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3188         * config/i386/i386.h (FUNCTION_ARG_BOUNDARY): Delete.
3189         * config/i386/i386-protos.h (ix86_function_arg_boundary): Delete.
3190         * config/i386/i386.c (ix86_function_arg_boundary): Make static.
3191         (ix86_compat_function_arg_boundary): Take and return unsigned int.
3192         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3193         * config/ia64/ia64.h (FUNCTION_ARG_BOUNDARY): Delete.
3194         * config/ia64/ia64-protos.h (ia64_function_arg_boundary): Delete.
3195         * config/ia64/ia64.c (ia64_function_arg_boundary): Make static.
3196         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3197         * config/m32c/m32c.h (FUNCTION_ARG_BOUNDARY): Delete.
3198         * config/m32c/m32c.c (m32c_function_arg_boundary): Define.
3199         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3200         * config/m32r/m32r.h (FUNCTION_ARG_BOUNDARY): Delete.
3201         * config/mcore/mcore.h (FUNCTION_ARG_BOUNDARY): Delete.
3202         * config/mcore/mcore.c (mcore_function_arg_boundary): Define.
3203         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3204         * config/mips/mips.h (FUNCTION_ARG_BOUNDARY): Delete.
3205         * config/mips/mips-protos.h (mips_function_arg_boundary): Delete.
3206         * config/mips/mips.c (mips_function_arg_boundary): Make static.
3207         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3208         * config/pa/pa.h (FUNCTION_ARG_BOUNDARY): Delete.
3209         * config/pa/pa.c (pa_function_arg_boundary): Define.
3210         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3211         * config/picochip/picochip.h (FUNCTION_ARG_BOUNDARY): Delete.
3212         * config/picochip/picochip-protos.h
3213         (picochip_get_function_arg_boundary): Delete.
3214         * config/picochip/picochip.c (picochip_get_function_arg_boundary):
3215         Rename to...
3216         (picochip_function_arg_boundary): ...this.  Make static.
3217         (picochip_function_arg, picochip_arg_partial_bytes): Adjust.
3218         (picochip_arg_advance): Adjust.
3219         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3220         * config/rs6000/rs6000.h (FUNCTION_ARG_BOUNDARY): Delete.
3221         * config/rs6000/rs6000-protos.h (function_arg_boundary): Delete.
3222         * config/rs6000/rs6000.c (function_arg_boundary): Rename to...
3223         (rs6000_function_arg_boundary): ...this.  Make static.
3224         (rs6000_parm_start, rs6000_gimplify_va_arg): Adjust.
3225         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3226         * config/rx/rx.h (FUNCTION_ARG_BOUNDARY): Delete.
3227         * config/rx/rx.c (rx_function_arg_boundary): Define.
3228         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3229         * config/sparc/sparc.h (FUNCTION_ARG_BOUNDARY): Delete.
3230         * config/sparc/sparc.c (sparc_function_arg_boundary): Define.
3231         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3232         * config/xtensa/xtensa.h (FUNCTION_ARG_BOUNDARY): Delete.
3233         * config/xtensa/xtensa-protos.h (function_arg_boundary): Delete.
3234         * config/xtensa/xtensa.c (function_arg_boundary): Rename to...
3235         (xtensa_function_arg_boundary): ...this.  Make static.
3236         (TARGET_FUNCTION_ARG_BOUNDARY): Define.
3237
3238 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
3239
3240         * expr.c (alignment_for_piecewise_move): New function.
3241         (widest_int_mode_for_size): New function.
3242         (move_by_pieces, move_by_pieces_ninsns): Call them.
3243         (can_store_by_pieces, store_by_pieces_1): Likewise.
3244
3245 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
3246
3247         * gcc.c (char_p): Define.  Define a VEC of it.
3248         (n_linker_options, n_assembler_options, n_preprocessor_options):
3249         Delete.
3250         (linker_options, assembler_options, preprocessor_options): Convert
3251         to a VEC.
3252         (add_preprocessor_option): Adjust.
3253         (add_assembler_option): Adjust.
3254         (add_linker_option): Adjust.
3255         (do_specs_vec): New function.
3256         (do_spec_1): Call it.  Adjust for new types.
3257
3258 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
3259
3260         * Makefile.in (bitmap.o, ebitmap.o, et-forest.o): Update dependencies.
3261         (sreal.o, statistics.o, stringpool.o): Likewise.
3262
3263 2010-11-16  Richard Guenther  <rguenther@suse.de>
3264
3265         PR tree-optimization/44545
3266         * tree-ssa-reassoc.c (linearize_expr_tree): Possibly throwing
3267         statements are not reassociatable.
3268         (reassociate_bb): Likewise.
3269
3270 2010-11-16  Nathan Froyd  <froydnj@codesourcery.com>
3271
3272         * bitmap.c: Delete unnecessary includes.
3273         * ebitmap.c: Likewise.
3274         * et-forest.c: Likewise.
3275         * sreal.c: Likewise.
3276         * statistics.c: Likewise.
3277         * stringpool.c: Likewise.
3278         * double-int.c: Add comment for inclusion of tm.h.
3279
3280 2010-11-16  Richard Guenther  <rguenther@suse.de>
3281
3282         * tree-ssa-sccvn.c (visit_unary_op): Rename to ...
3283         (visit_nary_op): ... this.
3284         (visit_binary_op): Remove.
3285         (visit_use): Adjust and handle GIMPLE_TERNARY_RHS.
3286
3287 2010-11-16  Richard Guenther  <rguenther@suse.de>
3288
3289         PR middle-end/45172
3290         * tree-eh.c (cleanup_empty_eh_unsplit): Avoid creating duplicate edges.
3291
3292 2010-11-16  Nick Clifton  <nickc@redhat.com>
3293
3294         * config/rx/rx.c (rx_is_ms_bitfield_layout): Return false if the
3295         record is packed.
3296
3297 2010-11-15  Richard Henderson  <rth@redhat.com>
3298
3299         * fold-const.c (operand_equal_for_comparison_p): Handle FMA_EXPR,
3300         WIDEN_MULT_PLUS_EXPR, WIDEN_MULT_MINUS_EXPR, VEC_COND_EXPR and
3301         DOT_PROD_EXPR.
3302
3303 2010-11-15  Richard Henderson  <rth@redhat.com>
3304
3305         * config/mn10300/mn10300.md (fmasf4, fmssf4, fnmasf4, fnmssf4): Rename
3306         from fmaddsf4, fmsubsf4, fnmaddsf4, fnmsubsf4 respectively.  Use
3307         fma rtx_code.
3308
3309 2010-11-15  Richard Henderson  <rth@redhat.com>
3310
3311         * config/frv/frv.md (fmasf4, fmssf4): Rename from *muladdsf4
3312         and *mulsubsf4 respectively.  Use fma rtx_code.
3313
3314 2010-11-15  Joseph Myers  <joseph@codesourcery.com>
3315
3316         * gcc.c: Include "vec.h".
3317         (argbuf): Make into a VEC.
3318         (argbuf_length, argbuf_index): Remove.
3319         (alloc_args, clear_args, store_arg, execute, insert_wrapper,
3320         do_spec, do_self_spec, do_spec_1, eval_spec_function, main,
3321         compare_debug_dump_opt_spec_function: Use VEC interfaces on argbuf.
3322         * Makefile.in (GCC_OBJS): Add vec.o and ggc-none.o.
3323         (gcc.o): Depend on $(VEC_H).
3324
3325 2010-11-15  Richard Henderson  <rth@redhat.com>
3326
3327         * loop-unroll.c (analyze_insn_to_expand_var): Accept accumulation
3328         via FMA if unsafe math.
3329         (insert_var_expansion_initialization): Handle FMA.
3330         (combine_var_copies_in_loop_exit): Likewise.
3331
3332 2010-11-15  Richard Henderson  <rth@redhat.com>
3333
3334         * config.gcc [ia64-*] (extra_options): Add fused-madd.opt.
3335         * config/ia64/ia64.opt: Remove mfused-madd.
3336         * config/ia64/ia64.c (ia64_rtx_costs): Handle FP MULT, PLUS, FMA.
3337         * config/ia64/vms.h (TARGET_DEFAULT): Remove MASK_FUSED_MADD.
3338         * config/ia64/vms64.h (TARGET_DEFAULT): Likewise.
3339         * config/ia64/ia64.h (TARGET_DEFAULT): Likewise.
3340         * config/ia64/hpux.h (TARGET_DEFAULT): Likewise.
3341         * config/ia64/vect.md (addv2sf3, subv2sf3): Generate FMA.
3342         (*addv2sf3_1, *addv2sf3_2, *subv2sf3_1, *subv2sf3_2): Remove.
3343         (fmav2sf4): Rename from fpma; use FMA code.
3344         (fmsv2sf4): Rename from fpms; use FMA code.
3345         (fnmav2sf4): Rename from *fpnma; use FMA code.
3346         * config/ia64/ia64.md (MODE_SDF): New iterator.
3347         (suffix): New mode attribute.
3348         (*maddsf4, *msubsf4, *nmaddsf4): Remove.
3349         (fmssf4): Rename from *fmssf4.
3350         (fnmasf4): Rename from *nfmasf4.
3351         (*madddf4, *madddf4_trunc, *msubdf4, *msubdf4_trunc): Remove.
3352         (*nmadddf4, *nmadddf4_truncsf): Remove.
3353         (fmsdf4): Rename from *fmsdf4.
3354         (fnmadf4): Rename from *nfmadf4.
3355         (*fmadf_trunc_sf, *fmsdf_trunc_sf, *fnmadf_trunc_sf): New.
3356         (*maddxf4, *maddxf4_truncsf, *maddxf4_truncdf): Remove.
3357         (*msubxf4, *msubxf4_truncsf, *msubxf4_truncdf): Remove.
3358         (*nmaddxf4, *nmaddxf4_truncsf, *nmaddxf4_truncdf): Remove.
3359         (fmsxf4): Rename from *fmsxf4.
3360         (fnmaxf4): Rename from *nfmaxf4.
3361         (*fmaxf_trunc_<MODE_SDF>, *fmsxf_trunc_<MODE_SDF>): New.
3362         (*fnmaxf_trunc_<MODE_SDF>): New.
3363
3364 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
3365
3366         PR tree-optimization/46461
3367         * tree-ssa-forwprop.c (simplify_builtin_call): Ensure ptr1 is
3368         a gimple val.
3369
3370 2010-11-15  Ian Lance Taylor  <iant@google.com>
3371
3372         * godump.c: New file.
3373         * common.opt (fdump-go-spec=): New option.
3374         * tree.h: Add comments for TYPE_SYMTAB_ADDRESS and friends.
3375         (TYPE_SYMTAB_IS_ADDRESS, TYPE_SYMTAB_IS_POINTER): Define.
3376         (TYPE_SYMTAB_IS_DIE): Define.
3377         (struct tree_type): Change GTY for symtab field to use
3378         TYPE_SYMTAB_IS_ADDRESS and friends and to use a debug_hooks field
3379         to pick the union field.
3380         * debug.h (struct gcc_debug_hooks): Add tree_type_symtab_field.
3381         (dump_go_spec_init): Declare.
3382         * toplev.c (process_options): Handle flag_dump_go_spec.
3383         * debug.c: Include "tree.h".
3384         (do_nothing_debug_hooks): Set tree_type_symtab_field.
3385         * dwarf2out.c (dwarf2_debug_hooks): Likewise.
3386         * dbxout.c (dbx_debug_hooks): Likewise.
3387         (xcoff_debug_hooks): Likewise.
3388         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
3389         * sdbout.c (sdb_debug_hooks): Likewise.  Do not define if
3390         SDB_DEBUGGING_INFO is not defined.
3391         * doc/invoke.texi (Option Summary): Mention -fdump-go-spec.
3392         (Overall Options): Document -fdump-go-spec.
3393         * Makefile.in (OBJS-common): Add godump.o.
3394         (debug.o): Add dependency on $(TREE_H).
3395         (godump.o): New target.
3396         (GTFILES): Add $(srcdir)/godump.c.
3397
3398 2010-11-15  Jakub Jelinek  <jakub@redhat.com>
3399
3400         PR debug/46095
3401         * config/i386/i386.c (pro_epilogue_adjust_stack): Instead of
3402         marking r11 set RTX_FRAME_RELATED_P if offset is too large for
3403         style < 0, add REG_FRAME_RELATED_EXPR.