platform/upstream/gcc.git
14 years agoMove changelog entry to correct ChangeLog.
Maxim Kuvyrkov [Tue, 1 Jun 2010 09:59:06 +0000 (09:59 +0000)]
Move changelog entry to correct ChangeLog.

From-SVN: r160097

14 years agoacinclude.m4, [...]: Support Bionic C library.
Maxim Kuvyrkov [Tue, 1 Jun 2010 09:54:08 +0000 (09:54 +0000)]
acinclude.m4, [...]: Support Bionic C library.

* acinclude.m4, configure.host: Support Bionic C library.
* configure: Regenerate.
* config/os/bionic/ctype_base.h, config/os/bionic/ctype_inline.h,
* config/os/bionic/ctype_noincline.h, config/os/bionic/os_defines.h:
New files, based on config/os/newlib/*.

From-SVN: r160096

14 years agot-linux-androideabi: New.
Maxim Kuvyrkov [Tue, 1 Jun 2010 09:52:10 +0000 (09:52 +0000)]
t-linux-androideabi: New.

* config/arm/t-linux-androideabi: New.
* config.gcc (arm*-*-linux-androideabi): Include multilib configuration.

From-SVN: r160095

14 years agotree-inline.c (estimate_num_insns): For stdarg functions look into call statement...
Jan Hubicka [Tue, 1 Jun 2010 09:36:21 +0000 (11:36 +0200)]
tree-inline.c (estimate_num_insns): For stdarg functions look into call statement to count cost of argument passing.

* tree-inline.c (estimate_num_insns): For stdarg functions look
into call statement to count cost of argument passing.

From-SVN: r160094

14 years ago2010-06-01 Kai Tietz
Kai Tietz [Tue, 1 Jun 2010 08:13:24 +0000 (10:13 +0200)]
2010-06-01  Kai Tietz

        * config/i386.c (ix86_output_addr_vec_elt): Make LPREFIX
        argument for fprintf.
        (ix86_output_addr_diff_elt): Likewise.
        (x86_function_profiler): Likewise.
        * config/cygming.h (LOCAL_LABEL_PREFIX): Fix
        for x64 no-underscore.
        (LPREFIX): Likewise.
        (ASM_GENERATE_INTERNAL_LABEL): Likewise.

From-SVN: r160093

14 years agoDaily bump.
GCC Administrator [Tue, 1 Jun 2010 00:17:22 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r160092

14 years agogfortran.texi: Fix typos in description of variable-format- expressions.
Steven G. Kargl [Mon, 31 May 2010 20:29:05 +0000 (20:29 +0000)]
gfortran.texi: Fix typos in description of variable-format- expressions.

2010-05-31  Steven G. Kargl  <kargl@gcc.gnu.org>

* fortran/gfortran.texi:  Fix typos in description of variable-format-
expressions.

From-SVN: r160086

14 years agore PR fortran/36928 (array temporary for interleaving assignment with non-constant...
Thomas Koenig [Mon, 31 May 2010 20:22:10 +0000 (20:22 +0000)]
re PR fortran/36928 (array temporary for interleaving assignment with non-constant start values)

2010-05-31  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/36928
* dependency.c (gfc_check_section_vs_section):  Check
for interleaving array assignments without conflicts.

2010-05-31  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/36928
* gfortran.dg/dependency_27.f90:  New test.
* gfortran.dg/array_assign_1.F90:  New test.

From-SVN: r160085

14 years agore PR target/44338 (-mno-fused-madd causes FAIL: gcc.target/i386/sse-23.c (internal...
Jakub Jelinek [Mon, 31 May 2010 19:42:07 +0000 (21:42 +0200)]
re PR target/44338 (-mno-fused-madd causes FAIL: gcc.target/i386/sse-23.c (internal compiler error))

PR target/44338
* config/i386/sse.md (fma4i_fmadd<mode>4256, fma4i_fmsub<mode>4256,
fma4i_fnmadd<mode>4256, fma4i_fnmsub<mode>4256, fma4i_fmadd<mode>4,
fma4i_fmsub<mode>4, fma4i_fnmadd<mode>4, fma4i_fnmsub<mode>4,
fma4i_vmfmadd<mode>4, fma4i_vmfmsub<mode>4, fma4i_vmfnmadd<mode>4,
fma4i_vmfnmsub<mode>4, fma4i_fmaddsubv8sf4, fma4i_fmaddsubv4df4,
fma4i_fmaddsubv4sf4, fma4i_fmaddsubv2df4, fma4i_fmsubaddv8sf4,
fma4i_fmsubaddv4df4, fma4i_fmsubaddv4sf4, fma4i_fmsubaddv2df4):
Guard only with TARGET_FMA4 instead of TARGET_FMA4 &&
TARGET_FUSED_MADD.

* gcc.target/i386/sse-24.c: New test.

From-SVN: r160083

14 years agore PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers warning)
Jonathan Wakely [Mon, 31 May 2010 18:41:33 +0000 (18:41 +0000)]
re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers warning)

2010-05-31  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/43820
* include/bits/shared_ptr_base.h: Require complete type.
* include/tr1/shared_ptr.h: Likewise.
* testsuite/20_util/shared_ptr/cons/43820.cc: New.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820.cc: New.

From-SVN: r160082

14 years ago* tree.h (tree_range_check_failed): Declare noreturn.
Jan Hubicka [Mon, 31 May 2010 16:57:03 +0000 (18:57 +0200)]
* tree.h (tree_range_check_failed): Declare noreturn.

From-SVN: r160081

14 years agogimple.c (gimple_call_builtin_p): New function.
Jan Hubicka [Mon, 31 May 2010 16:25:35 +0000 (16:25 +0000)]
gimple.c (gimple_call_builtin_p): New function.

* gimple.c (gimple_call_builtin_p): New function.
* gimple.h (gimple_call_builtin_p): Declare.
* tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
to exit.
(execute_warn_function_return): BUILT_IN_RETURN is return.
(split_critical_edges): Return edges are not critical.
(is_ctrl_altering_stmt): Builtin_in_return is altering.
(gimple_verify_flow_info): Handle built_in_return.
(execute_warn_function_return): Handle built_in_return.
* ipa-pure-const.c (check_call): Ignore builtin_return.

* gcc.dg/builtin-apply4.c: Compile with -Wmissing-return.

From-SVN: r160079

14 years agogimple.c (gimple_call_builtin_p): New function.
Jan Hubicka [Mon, 31 May 2010 16:13:24 +0000 (18:13 +0200)]
gimple.c (gimple_call_builtin_p): New function.

* gimple.c (gimple_call_builtin_p): New function.
* gimple.h (gimple_call_builtin_p): Declare.
* tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
to exit.
(execute_warn_function_return): BUILT_IN_RETURN is return.
(split_critical_edges): Return edges are not critical.
(is_ctrl_altering_stmt): Builtin_in_return is altering.
(gimple_verify_flow_info): Handle built_in_return.
(execute_warn_function_return): Handle built_in_return.
* ipa-pure-const.c (check_call): Ignore builtin_return.

* gcc.dg/builtin-apply4.c: Compile with -Wmissing-return.

From-SVN: r160078

14 years agore PR middle-end/44337 (ICE: in expand_assignment, at expr.c:4276)
Jakub Jelinek [Mon, 31 May 2010 15:42:10 +0000 (17:42 +0200)]
re PR middle-end/44337 (ICE: in expand_assignment, at expr.c:4276)

PR middle-end/44337
* expr.c (expand_assignment): Don't store anything for out-of-bounds
array accesses with non-MEM.

* gcc.dg/pr44337.c: New test.

From-SVN: r160076

14 years agore PR tree-optimization/44182 (-fcompare-debug failure (length) with -O1)
Jakub Jelinek [Mon, 31 May 2010 15:38:35 +0000 (17:38 +0200)]
re PR tree-optimization/44182 (-fcompare-debug failure (length) with -O1)

PR tree-optimization/44182
* tree-inline.c (copy_edges_for_bb): Don't split bb if a stmt that
newly needs to end a bb is followed by debug stmts, instead return
true from the function at the end.
(maybe_move_debug_stmts_to_successors): New function.
(copy_cfg_body): Call it if copy_edges_for_bb returned true.

* g++.dg/debug/pr44182.C: New test.

From-SVN: r160074

14 years agobasic_string.h (front, back): Add.
Paolo Carlini [Mon, 31 May 2010 14:14:42 +0000 (14:14 +0000)]
basic_string.h (front, back): Add.

2010-05-31  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/basic_string.h (front, back): Add.
* include/debug/string: Adjust.
* include/ext/vstring.h (front, back): Tweak the implementation
to follow more closely the letter of the specs.
* testsuite/21_strings/basic_string/element_access/char/
front_back.cc: New.
* testsuite/21_strings/basic_string/element_access/wchar_t/
front_back.cc: Likewise.
* config/abi/pre/gnu.ver: Export new symbols.
* testsuite/util/testsuite_abi.cc: Adjust.
* configure.ac: Bump minor version to 6:15:0.
* configure: Regenerate.

From-SVN: r160071

14 years agore PR target/44161 (__attribute__((__target__)) resets pic flag causing spurious...
Kai Tietz [Mon, 31 May 2010 14:06:41 +0000 (14:06 +0000)]
re PR target/44161 (__attribute__((__target__)) resets pic flag causing spurious warnings)

2010-05-31  Kai Tietz  <kai.tietz@onevision.com>

PR target/44161
* config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Handle
flag_pic.

From-SVN: r160070

14 years agocgraphunit.c (cgraph_decide_is_function_needed): Really return false for nested funct...
Eric Botcazou [Mon, 31 May 2010 11:43:31 +0000 (11:43 +0000)]
cgraphunit.c (cgraph_decide_is_function_needed): Really return false for nested functions in non-optimized compilation.

* cgraphunit.c (cgraph_decide_is_function_needed): Really return false
for nested functions in non-optimized compilation.

From-SVN: r160068

14 years agotree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.
Richard Guenther [Mon, 31 May 2010 11:01:32 +0000 (11:01 +0000)]
tree-ssa-structalias.c (find_func_aliases): Handle BUILT_IN_RETURN.

2010-05-31  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (find_func_aliases): Handle
BUILT_IN_RETURN.

From-SVN: r160067

14 years agoobjc-act.c (synth_module_prologue): Use build_function_type_list instead of build_fun...
Nathan Froyd [Mon, 31 May 2010 02:20:16 +0000 (02:20 +0000)]
objc-act.c (synth_module_prologue): Use build_function_type_list instead of build_function_type.

* objc-act.c (synth_module_prologue): Use build_function_type_list
instead of build_function_type.
(build_module_initializer_routine): Likewise.
(build_next_objc_exception_stuff): Likewise.
(build_objc_exception_stuff): Likewise.

From-SVN: r160066

14 years agoDaily bump.
GCC Administrator [Mon, 31 May 2010 00:17:10 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r160065

14 years ago* predict.c (maybe_hot_edge_p): Calls to functions called once is cold.
Jan Hubicka [Sun, 30 May 2010 23:36:18 +0000 (01:36 +0200)]
* predict.c (maybe_hot_edge_p): Calls to functions called once is cold.

From-SVN: r160061

14 years agogfortran.h (CLASS_DATA): New macro for accessing the $data component of a class conta...
Janus Weil [Sun, 30 May 2010 21:56:11 +0000 (23:56 +0200)]
gfortran.h (CLASS_DATA): New macro for accessing the $data component of a class container.

2010-05-30  Janus Weil  <janus@gcc.gnu.org>

* gcc/fortran/gfortran.h (CLASS_DATA): New macro for accessing the
$data component of a class container.
* gcc/fortran/decl.c (attr_decl1): Use macro CLASS_DATA.
* gcc/fortran/expr.c (gfc_check_pointer_assign,gfc_check_assign_symbol,
gfc_has_ultimate_allocatable,gfc_has_ultimate_pointer): Ditto.
* gcc/fortran/interface.c (matching_typebound_op): Ditto.
* gcc/fortran/match.c (gfc_match_allocate, gfc_match_deallocate): Ditto.
* gcc/fortran/parse.c (parse_derived): Ditto.
* gcc/fortran/primary.c (gfc_match_varspec, gfc_variable_attr,
gfc_expr_attr): Ditto.
* gcc/fortran/resolve.c (resolve_structure_cons, find_array_spec,
resolve_deallocate_expr, resolve_allocate_expr, resolve_select_type,
resolve_fl_var_and_proc, resolve_typebound_procedure,
resolve_fl_derived): Ditto.
* gcc/fortran/symbol.c (gfc_type_compatible): Restructured.
* gcc/fortran/trans-array.c (structure_alloc_comps): Use macro
CLASS_DATA.
* gcc/fortran/trans-decl.c (gfc_get_symbol_decl,
gfc_trans_deferred_vars): Ditto.
* gcc/fortran/trans-stmt.c (gfc_trans_allocate): Ditto.

From-SVN: r160060

14 years agore PR middle-end/42975 (eh-cleanup should be able to clear DECL_FUNCTION_PERSONALITY)
Richard Guenther [Sun, 30 May 2010 19:52:53 +0000 (19:52 +0000)]
re PR middle-end/42975 (eh-cleanup should be able to clear DECL_FUNCTION_PERSONALITY)

2010-05-30  Richard Guenther  <rguenther@suse.de>

PR lto/42975
* tree-eh.c (execute_cleanup_eh_1): Copy from execute_cleanup_eh.
(execute_cleanup_eh): Clear DECL_FUNCTION_PERSONALITY if it is
no longer needed.

From-SVN: r160059

14 years agodarwin.c (output_objc_section_asm_op): Add comment.
Iain Sandoe [Sun, 30 May 2010 16:43:45 +0000 (16:43 +0000)]
darwin.c (output_objc_section_asm_op): Add comment.

2010-05-30  Iain Sandoe  <iains@gcc.gnu.org>

    * config/darwin.c (output_objc_section_asm_op): Add comment.
    (name_needs_quotes): Add '_' to list of valid comment chars.
    (machopic_output_function_base_name): Remove unneeded quotes.
    (darwin_encode_section_info): Adjust asm whitespace.
    * config/i386/darwin.h (ASM_OUTPUT_COMMON): Adjust asm tabs.
    (ASM_OUTPUT_LOCAL): Ditto.
    * config/rs6000/darwin.h (ASM_OUTPUT_COMMON): Ditto.
    * config/darwin.h (GLOBAL_ASM_OP): Ditto.
    * config/darwin9.h (ASM_OUTPUT_ALIGNED_COMMON): Ditto.

From-SVN: r160058

14 years agors6000.c (rs6000_output_function_entry): Use RS6000_OUTPUT_BASENAME unconditionally.
Eric Botcazou [Sun, 30 May 2010 15:46:03 +0000 (15:46 +0000)]
rs6000.c (rs6000_output_function_entry): Use RS6000_OUTPUT_BASENAME unconditionally.

* config/rs6000/rs6000.c (rs6000_output_function_entry): Use
RS6000_OUTPUT_BASENAME unconditionally.
(rs6000_output_function_epilogue): Likewise.

From-SVN: r160057

14 years agotoplev.c (wrapup_global_declaration_2): Avoid creation of new varpool nodes
Jan Hubicka [Sun, 30 May 2010 15:39:37 +0000 (17:39 +0200)]
toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool nodes

* toplev.c (wrapup_global_declaration_2): Avoid creation of new varpool
nodes

From-SVN: r160056

14 years agotree-cfg.c (verify_gimple_assign_single): Implement verification for COND_EXPR rhs.
Richard Guenther [Sun, 30 May 2010 15:26:53 +0000 (15:26 +0000)]
tree-cfg.c (verify_gimple_assign_single): Implement verification for COND_EXPR rhs.

2010-05-30  Richard Guenther  <rguenther@suse.de>

* tree-cfg.c (verify_gimple_assign_single): Implement
verification for COND_EXPR rhs.

From-SVN: r160055

14 years agocgraph.h (cgraph_dump_file): Declare.
Jan Hubicka [Sun, 30 May 2010 13:42:23 +0000 (15:42 +0200)]
cgraph.h (cgraph_dump_file): Declare.

* cgraph.h (cgraph_dump_file): Declare.
* cgraphunit.c (cgraph_dump_file): Export.
* ipa.c (dump_cgraph_node_set, dump_varpool_node_set): Be less
verbose.

* lto.c (promote_var, promote_fn, lto_wpa_write_files): Dump
partitioning decisions.

From-SVN: r160053

14 years agodwarf2out.c (reference_to_unused, [...]): Avoid creating of new varool nodes.
Jan Hubicka [Sun, 30 May 2010 12:27:18 +0000 (14:27 +0200)]
dwarf2out.c (reference_to_unused, [...]): Avoid creating of new varool nodes.

* dwarf2out.c (reference_to_unused,
premark_types_used_by_global_vars_helper): Avoid creating of new
varool nodes.

From-SVN: r160052

14 years agocgraph.h (cgraph_node_cannot_return, [...]): New functions.
Jan Hubicka [Sun, 30 May 2010 12:19:15 +0000 (14:19 +0200)]
cgraph.h (cgraph_node_cannot_return, [...]): New functions.

* cgraph.h (cgraph_node_cannot_return,
cgraph_edge_cannot_lead_to_return): New functions.
* cgraph.c (cgraph_node_cannot_return,
cgraph_edge_cannot_lead_to_return): Use them.
* ipa-pure-const.c (pure_const_names): New static var.
(check_call): Handle calls not leading to return.
(pure_const_read_summary): Dump info read.
(propagate): Dump info about propagation process; ignore side
effects of functions not leading to exit; fix handling of
pure functions.

From-SVN: r160051

14 years agoi386.c (pro_epilogue_adjust_stack): Use EBP for tail call epilogues.
Jan Hubicka [Sun, 30 May 2010 12:14:49 +0000 (14:14 +0200)]
i386.c (pro_epilogue_adjust_stack): Use EBP for tail call epilogues.

* config/i386/i386.c (pro_epilogue_adjust_stack): Use EBP
for tail call epilogues.

From-SVN: r160050

14 years agodecl.c (gnat_to_gnu_entity): Reuse the TYPE_DECL of the equivalent type instead of...
Eric Botcazou [Sun, 30 May 2010 12:01:55 +0000 (12:01 +0000)]
decl.c (gnat_to_gnu_entity): Reuse the TYPE_DECL of the equivalent type instead of building a new one.

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Task_Type>: Reuse the
TYPE_DECL of the equivalent type instead of building a new one.

From-SVN: r160049

14 years agodecl.c (gnat_to_gnu_entity): Adjust warning message.
Eric Botcazou [Sun, 30 May 2010 10:38:00 +0000 (10:38 +0000)]
decl.c (gnat_to_gnu_entity): Adjust warning message.

* gcc-interface/decl.c (gnat_to_gnu_entity): Adjust warning message.
Fix nits in comments.
* gcc-interface/misc.c (gnat_init_gcc_eh): Likewise.
* gcc-interface/trans.c (gigi): Likewise.
(Attribute_to_gnu): Likewise.
(Case_Statement_to_gnu): Likewise.
(gnat_to_gnu): Adjust warning message.
* gcc-interface/utils.c (create_var_decl_1): Fix nits in comments.
(build_vms_descriptor32): Likewise.

From-SVN: r160048

14 years agopasses.c (ipa_write_optimization_summaries_1, [...]): Initilalize dump files.
Jan Hubicka [Sun, 30 May 2010 10:16:54 +0000 (12:16 +0200)]
passes.c (ipa_write_optimization_summaries_1, [...]): Initilalize dump files.

* passes.c (ipa_write_optimization_summaries_1, ipa_write_summaries_2,
ipa_read_summaries_1, ipa_read_optimization_summaries_1): Initilalize dump
files.

From-SVN: r160047

14 years agoipa.c (cgraph_remove_unreachable_node): Walk references of correct node...
Jan Hubicka [Sun, 30 May 2010 08:21:41 +0000 (10:21 +0200)]
ipa.c (cgraph_remove_unreachable_node): Walk references of correct node...

* ipa.c (cgraph_remove_unreachable_node): Walk references of correct node;
remove references in node we no longer keep in cgrpah but need body
of.

From-SVN: r160046

14 years agocp-tree.h (cp_build_function_call_nary): Declare.
Nathan Froyd [Sun, 30 May 2010 03:03:14 +0000 (03:03 +0000)]
cp-tree.h (cp_build_function_call_nary): Declare.

* cp-tree.h (cp_build_function_call_nary): Declare.
* typeck.c (cp_build_function_call_nary): Define.
* decl.c (register_dtor_fn): Use it instead of
cp_build_function_call.
(cxx_maybe_build_cleanup): Likewise.
* decl2.c (generate_ctor_or_dtor_function): Likewise.
* except.c (do_get_exception_ptr): Likewise.
(do_begin_catch): Likewise.
(do_allocate_exception): Likewise.
(do_free_exception): Likewise.
(build_throw): Likewise.  Use cp_build_function_call_vec instead
of cp_build_function_call.
(do_end_catch): Likewise.

From-SVN: r160045

14 years agoDaily bump.
GCC Administrator [Sun, 30 May 2010 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r160044

14 years ago* cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.
Jan Hubicka [Sun, 30 May 2010 00:04:53 +0000 (02:04 +0200)]
* cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.

From-SVN: r160040

14 years ago* except.c: Include tm.h.
Steven Bosscher [Sat, 29 May 2010 23:42:19 +0000 (23:42 +0000)]
* except.c: Include tm.h.

From-SVN: r160039

14 years agore PR target/44165 (5/15/2010 snapshot build failure on hppa Linux)
John David Anglin [Sat, 29 May 2010 22:24:59 +0000 (22:24 +0000)]
re PR target/44165 (5/15/2010 snapshot build failure on hppa Linux)

PR target/44165
* config/pa/pa32-linux.h (CTOR_LIST_BEGIN): Mark __CTOR_LIST__ as used.

From-SVN: r160038

14 years agoconfigure.ac: Add multilib support for gmp.
Mike Stump [Sat, 29 May 2010 20:54:18 +0000 (20:54 +0000)]
configure.ac: Add multilib support for gmp.

* configure.ac: Add multilib support for gmp.  Proper -I and -L
flags for gmp are added.
* configure: Regenerate.

From-SVN: r160037

14 years agotree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka [Sat, 29 May 2010 20:31:45 +0000 (22:31 +0200)]
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.

* tree-vrp.c (debug_value_range, debug_all_value_ranges,
debug_asserts_for, debug_all_asserts): Annotate with DEBUG_FUNCTION.
* tree-into-ssa.c (debug_decl_set, debug_defs_stack, debug_currdefs,
debug_tree_ssa, debug_tree_ssa_stats, debug_def_blocks,
debug_names_replaced_by, debug_update_ssa): Likewise.
* sbitmap.c (debug_sbitmap): Likewise.
* genrecog.c (debug_decision, debug_decision_list): Likewise.
* tree-pretty-print.c (debug_generic_expr, debug_generic_stmt,
debug_tree_chain): Likewise.
* tree-loop-distribution.c (debug_rdg_partitions): Likewise.
* cgraph.c (debug_cgraph_node, debug_cgraph): Likewise.
* optabs.c  (debug_optab_libfuncs): Likewise.
(verify_loop_closed_ssa): Likewise.
* value-prof.c (verify_histograms): Likewise.
* reload.c (debug_reload_to_stream, debug_reload): Likewise.
* bitmap.c (debug_bitmap_file, debug_bitmap, bitmap_print): Likewise.
* cfghooks.c (verify_flow_info): Likewise.
* fold-const.c (debug_fold_checksum): Likewise.
* omp-low.c (debug_omp_region, debug_all_omp_regions): Likewise.
* cfg.c (debug_regset, debug_flow_info, debug_bb, debug_bb_n):
Likewise.
* omega.c (debug_omega_problem): Likewise.
* cgraphunit.c (verify_cgraph_node, verify_cgraph): Likewise.
* tree-ssa-ccp.c (debug_lattice_value): Likewise.
* dominance.c (verify_dominators, debug_dominance_info,
debug_dominance_tree): Likewise.
* df-core.c (df_insn_uid_debug, df_insn_debug, df_insn_debug_regno,
* df_regno_debug, df_ref_debug,
debug_df_insn, debug_df_reg, debug_df_regno, debug_df_ref,
debug_df_defno, debug_df_useno, debug_df_chain): Likewise.
* tree-ssa-dom.c (debug_dominator_optimization_stats): Likewise.
* sel-sched.c (debug_state): Likewise.
* tree-ssa-alias.c (debug_alias_info, debug_points_to_info_for): Likewise.
* cfganal.c (print_edge_list, verify_edge_list): Likewise.
* dwarf2out.c (debug_dwarf_die, debug_dwarf): Likewise.
* tree-eh.c (verify_eh_edges, verify_eh_dispatch_edge): Likewise.
* gimple-pretty-print.c (debug_gimple_stmt, debug_gimple_seq): Likewise.
* c-pretty-print.c (debug_c_tree): Likewise.
* sel-sched-dump.c (debug_insn_rtx, debug_vinsn, debug_expr, debug_insn
debug_av_set, debug_lv_set, debug_ilist, debug_blist, debug_insn_vector,
debug_hard_reg_set, debug_mem_addr_value): Likewise.
* ebitmap.c (debug_ebitmap): Likewise.
* function.c (debug_find_var_in_block_tree): Likewise.
* print-rtl.c (debug_rtx): Likewise.
(debug_rtx_count): Likewise.
(debug_rtx_list, debug_rtx_range, debug_rtx_find): Likewise.
* stor-layout.c (debug_rli): Likewise.
* ipa.c (debug_cgraph_node_set, debug_varpool_node_set): Likewise.
* tree-data-ref.c (debug_data_references, debug_data_dependence_relations,
debug_data_reference, debug_data_dependence_relation, debug_rdg_vertex,
debug_rdg_component, debug_rdg): Likewise.
* tree-affine.c (debug_aff): Likewise.
* tree-dfa.c (debug_referenced_vars, debug_variable, debug_dfa_stats): Likewise.
* except.c (debug_eh_tree, verify_eh_tree): Likewise.
* emit-rtl.c (verify_rtl_sharing): Likewise.
* tree-ssa-pre.c (debug_pre_expr, debug_bitmap_set,
debug_value_expressions): Likewise.
* tree-ssa-live.c (debug_scope_block, debug_scope_blocks): Likewise.
* sese.c (debug_rename_map, debug_ivtype_map): Likewise.
* print-tree.c (debug_tree, debug_vec_tree): Likewise.
* cfglayout.c (verify_insn_chain): Likewise.
* graphite-clast-to-gimple.c (debug_clast_name_indexes,
debug_clast_stmt, debug_generated_program): Likewise.
* ggc-page.c (debug_print_page_list): Likewise.
* tree-ssa-ter.c (debug_ter): Likewise.
* graphite-dependences.c (debug_pddr): Likewise.
* sched-deps.c (debug_ds): Likewise.
* tree-ssa.c (verify_ssa): Likewise.
* graphite-poly.c (debug_scattering_function, debug_iteration_domain,
debug_scattering_functions, debug_iteration_domains, debug_pdr,
debug_pdrs, debug_pbb_domain, debug_pbb, debug_scop_context, debug_scop,
debug_cloog, debug_scop_params, debug_lst): Likewise.
* tree-inline.c (debug_find_tree): Likewise.
* graphite-ppl.c (debug_ppl_linear_expr, debug_ppl_polyhedron_matrix,
debug_ppl_powerset_matrix): Likewise.
* var-tracking.c (debug_dv): Likewise.
* system.h (DEBUG_FUNCTION, DEBUG_VARIABLE): Define.
* cfgloop.c (verify_loop_structure): Likewise.
* plugin.c (dump_active_plugins, debug_active_plugins): Likewise.
* c-common.c (verify_sequence_points): Likewise.
* sched-rgn.c (debug_regions, debug_region, debug_candidate,
debug_candidates, debug_rgn_dependencies): Likewise.
* tree-ssa-structalias.c (debug_constraint, debug_constraints,
* debug_constraint_graph, debug_solution_for_var,
debug_sa_points_to_info): Likewise.
* sched-vis.c (debug_insn_slim, debug_bb_slim, debug_bb_n_slim):
Likewie.
* tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
debug_loops, debug_loop, debug_loop_num): Likewise.
* passes.c (debug_pass): Likewise.
(dump_properties): Likewise; add cfglayout property.
(debug_properties): Likewise.
* tree-ssa-reassoc.c (debug_ops_vector): Likewise.
* varpool.c (debug_varpool): Likewise.
* regcprop.c (debug_value_data): Likewise.
* tree-ssa-operands.c (verify_imm_links, debug_immediate_uses,
debug_immediate_uses_for): Likewise.

From-SVN: r160036

14 years agore PR bootstrap/44315 (Circular build/gencondmd.o <- insn-flags.h dependency dropped)
H.J. Lu [Sat, 29 May 2010 20:26:12 +0000 (20:26 +0000)]
re PR bootstrap/44315 (Circular build/gencondmd.o <- insn-flags.h dependency dropped)

2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/44315
* Makefile.in (build/gencondmd.o): Remove TM_H := $(GTM_H).
Filter out insn-flags.h.

From-SVN: r160035

14 years agocgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.
Jan Hubicka [Sat, 29 May 2010 19:43:37 +0000 (21:43 +0200)]
cgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.

* cgraph.h (struct varpool_node_set_def,
struct cgraph_node_set_def): Remove unused AUX pointer.
(cgraph_node_set_nonempty_p, varpool_node_set_nonempty_p): Use
VEC_empty macro.

* lto.c (bitmap vector): Remove.
(lto_cgraph_node_sets,  lto_varpool_node_sets): Remove.
(ltrans_partition_def): New structure.
(ltrans_partition): New type and VECtor.
(new_partition): New function.
(add_cgraph_node_to_partition): New function.
(lto_1_to_1_map): Reorganize for partitions.
(lto_add_inline_clones): Remove.
(lto_add_all_inlinees): Remove.
(lto_promote_cross_file_statics): Use partitions.
(cmp_partitions): New function.
(lto_wpa_write_files): Do not call lto_add_all_inlinees;
use partitions; output files sorted by size.

From-SVN: r160034

14 years agore PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)
Jan Hubicka [Sat, 29 May 2010 18:04:02 +0000 (20:04 +0200)]
re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)

PR middle-end/44324

From-SVN: r160033

14 years agolto-streamer.c (cached_bp): New global variable.
Richard Guenther [Sat, 29 May 2010 17:39:56 +0000 (17:39 +0000)]
lto-streamer.c (cached_bp): New global variable.

2010-05-29  Richard Guenther  <rguenther@suse.de>

* lto-streamer.c (cached_bp): New global variable.
(bitpack_create): Return the cached bitpack, if available.
(bitpack_delete): Clear and cache the bitpack, if appropriate.
(bp_pack_value): Remove redundant asserts.

From-SVN: r160032

14 years agoDon't use unshare_expr when not necessary.
Sebastian Pop [Sat, 29 May 2010 17:14:31 +0000 (17:14 +0000)]
Don't use unshare_expr when not necessary.

2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/44306
* gcc.dg/tree-ssa/pr44306.c: New.

* tree-if-conv.c (is_true_predicate): New.
(is_predicated): Use is_true_predicate.
(add_to_predicate_list): Same.  Do not use unshare_expr.
(add_to_dst_predicate_list): Same.

From-SVN: r160031

14 years agoDo not use annotations on edges in if-conversion.
Sebastian Pop [Sat, 29 May 2010 17:14:17 +0000 (17:14 +0000)]
Do not use annotations on edges in if-conversion.

2010-05-29  Sebastian Pop  <sebastian.pop@amd.com>

* tree-if-conv.c (add_to_dst_predicate_list): Do not use the ->aux
field on edges.
(predicate_bbs): Same.
(clean_predicate_lists): Same.
(find_phi_replacement_condition): Do not AND the predicate from
edge->aux.

From-SVN: r160030

14 years agoAdd a missing `\'.
H.J. Lu [Sat, 29 May 2010 15:05:30 +0000 (08:05 -0700)]
Add a missing `\'.

2010-05-29  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/44315
* Makefile.in (build/gencondmd.o): Add a missing `\'.

From-SVN: r160029

14 years agore PR target/44261 (Multiplying -1 by NaN is not valid.)
John David Anglin [Sat, 29 May 2010 14:16:11 +0000 (14:16 +0000)]
re PR target/44261 (Multiplying -1 by NaN is not valid.)

PR target/44261
config/pa/pa.md (negdf2_slow, negsf2_slow): New patterns.
(negdf2): Adjust expander pattern and use negdf2_slow.
(negsf2): Likewise.

From-SVN: r160027

14 years agocp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
Nathan Froyd [Sat, 29 May 2010 14:04:17 +0000 (14:04 +0000)]
cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.

* cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
(struct cp_declarator): Move id_loc field up.

From-SVN: r160026

14 years agobasic-block.h (struct control_flow_graph): Move last_label_uid field up.
Nathan Froyd [Sat, 29 May 2010 14:03:31 +0000 (14:03 +0000)]
basic-block.h (struct control_flow_graph): Move last_label_uid field up.

* basic-block.h (struct control_flow_graph): Move last_label_uid field up.
* df.h (struct df_base_ref): Move regno field up.
* dwarf2out.c (struct dw_fde_struct): Move funcdef_number field down.
* expr.h (struct separate_ops): Move location field up.
* optabs.h (struct optab_d): Move libcall_basename field down.
* config/i386/i386.c (struct ix86_frame): Move red_zone_size up.
* config/i386/i386.h (struct machine_function): Convert call_abi field
into a bitfield.  Move cfa field to the end of the structure.

From-SVN: r160025

14 years ago* varpool.c (varpool_get_node): Fix lookup.
Jan Hubicka [Sat, 29 May 2010 13:04:50 +0000 (15:04 +0200)]
* varpool.c (varpool_get_node): Fix lookup.

From-SVN: r160024

14 years ago* config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.
Steven Bosscher [Sat, 29 May 2010 11:31:50 +0000 (11:31 +0000)]
* config/t-darwin (darwin-c.o): Remove C_TREE_H dependency.

From-SVN: r160023

14 years agospu-protos.h: Do not include rtl.h.
Steven Bosscher [Sat, 29 May 2010 11:29:21 +0000 (11:29 +0000)]
spu-protos.h: Do not include rtl.h.

* config/spu/spu-protos.h: Do not include rtl.h.  Protect
RTL specific prototypes with #ifdef RTX_CODE.
* config/spu/spu-c.c: Include c-common.h instead of c-tree.h.
* config/spu/t-spu-elf: Fix dependencies.

From-SVN: r160022

14 years agoReflow.
Mike Stump [Sat, 29 May 2010 08:59:43 +0000 (08:59 +0000)]
Reflow.

From-SVN: r160021

14 years agoMakefile.in (build/gencondmd.o): Be sure to use GTM_H instead of TM_H when building...
Mike Stump [Sat, 29 May 2010 08:46:01 +0000 (08:46 +0000)]
Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of TM_H when building to avoid dependency loops.

* Makefile.in (build/gencondmd.o): Be sure to use GTM_H instead of
TM_H when building to avoid dependency loops.

From-SVN: r160020

14 years agocgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body...
Jan Hubicka [Sat, 29 May 2010 08:17:36 +0000 (10:17 +0200)]
cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body...

* cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body;
not the whole node for masters of materialized clones.

From-SVN: r160019

14 years ago* config/rs6000/rs6000-c.c: Remove c-tree.h include.
Mike Stump [Sat, 29 May 2010 07:39:59 +0000 (07:39 +0000)]
* config/rs6000/rs6000-c.c: Remove c-tree.h include.

From-SVN: r160018

14 years agoAdd missing part of previous commit.
Jan Hubicka [Sat, 29 May 2010 07:32:24 +0000 (07:32 +0000)]
Add missing part of previous commit.

From-SVN: r160017

14 years agocgraph.c (clone_function_name): Take SUFFIX argument; export.
Jan Hubicka [Sat, 29 May 2010 07:31:11 +0000 (09:31 +0200)]
cgraph.c (clone_function_name): Take SUFFIX argument; export.

* cgraph.c (clone_function_name): Take SUFFIX argument; export.
(cgraph_create_virtual_clone): Take SUFFIX argument; udpate
use of clone_function_name.
* cgraph.h (cgraph_create_virtual_clone,
cgraph_function_versioning): update prototypes.
(clone_function_name): Declare.
* ipa-cp.c (ipcp_insert_stage): Update call of
cgraph_create_virtual_clone.
* omp-low.c (create_omp_child_function_name): Use
cgraph_create_virtual_clone.
* cgraphunit.c (cgraph_copy_node_for_versioning): Fix edges updating.
(cgraph_function_versioning): Take SUFFIX argument; produce new name
and make decl local.

* gcc.dg/tree-ssa/ipa-cp-1.c: Update testcase.

From-SVN: r160016

14 years agoFix long lines
Eric Botcazou [Sat, 29 May 2010 05:48:10 +0000 (05:48 +0000)]
Fix long lines

From-SVN: r160015

14 years agoDaily bump.
GCC Administrator [Sat, 29 May 2010 00:17:43 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r160014

14 years agovec.h: Include statistics.h
Steven Bosscher [Sat, 29 May 2010 00:14:50 +0000 (00:14 +0000)]
vec.h: Include statistics.h

gcc/ChangeLog:
* vec.h: Include statistics.h
* Makefile.in: Introduce VEC_H.  Replace all vec.h dependencies
with VEC_H.

lto/ChangeLog:
* Make-lang.in: Replace vec.h dependency with VEC_H.

From-SVN: r160010

14 years agoc-lex.c: Do not include c-tree.h.
Steven Bosscher [Fri, 28 May 2010 23:47:05 +0000 (23:47 +0000)]
c-lex.c: Do not include c-tree.h.

* c-lex.c: Do not include c-tree.h.
* c-pretty-print.c: Likewise.
* c-opts.c: Likewise.
* c-gimplify.c: Likewise.
* c-common.c: Likewise.
* c-dump.c: Likewise.  Include c-common.h.

From-SVN: r160008

14 years agoc-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including diagnostic...
Steven Bosscher [Fri, 28 May 2010 23:15:55 +0000 (23:15 +0000)]
c-common.h (GCC_DIAG_STYLE): Define earlier in the file, before including diagnostic-core.h.

gcc/ChangeLog:
* c-common.h (GCC_DIAG_STYLE): Define earlier in the file,
before including diagnostic-core.h.
(c_cpp_error): New prototype moved from c-tree.h.
Use ATTRIBUTE_GCC_DIAG instead of ATTRIBUTE_GCC_CDIAG.
* c-tree.h (ATTRIBUTE_GCC_CDIAG): Remove define.
(pedwarn_c90, perwarn_c99): Use ATTRIBUTE_GCC_DIAG instead.
(c_cpp_error): Prototype moved to c-common.h.
* Makefile.in: Update dependency for C_COMMON_H.

cp/ChangeLog:
* cp-tree.h (ATTRIBUTE_GCC_CXXDIAG): Remove.  Require that
this file is included before c-common.h.  Define GCC_DIAG_STYLE
before including diagnostic-core.h and toplev.h.
(pedwarn_cxx98): Use ATTRIBUTE_GCC_DIAG.
* pt.c: Include cp-tree.h before c-common.h.

From-SVN: r160007

14 years agoc-common.h: Add FIXME for awkward split of c_register_addr_space.
Steven Bosscher [Fri, 28 May 2010 23:13:18 +0000 (23:13 +0000)]
c-common.h: Add FIXME for awkward split of c_register_addr_space.

gcc/ChangeLog:
* c-common.h: Add FIXME for awkward split of c_register_addr_space.
* c-common.c (c_register_addr_space): Remove here.
* c-decl.c (c_register_addr_space): Re-add here.

cp/ChangeLog:
* tree.c (c_register_addr_space): Add stub.

From-SVN: r160006

14 years ago* config/darwin-c.c: Remove c-tree.h include.
Mike Stump [Fri, 28 May 2010 22:55:02 +0000 (22:55 +0000)]
* config/darwin-c.c: Remove c-tree.h include.

From-SVN: r160005

14 years agogcc.c: Include diagnostic.h.
Joseph Myers [Fri, 28 May 2010 22:48:36 +0000 (23:48 +0100)]
gcc.c: Include diagnostic.h.

* gcc.c: Include diagnostic.h.
(error_count): Remove.  All users changed to use errorcount.
(programname): Remove.  All users changed to use progname.
(fancy_abort, internal_error, fatal_error, error, warning, inform,
fnotice): Remove.
(execute): Don't include "Internal error" and bug reporting
information in argument of internal_error call.
(process_command): Don't increment error_count after calling
perror_with_name.
(input_filename): Rename to gcc_input_filename.  All users
changed.
(main): Call diagnostic_initialize.  Register delete_temp_files
with atexit.  Use seen_error to test for errors.
* gcc.h: Include diagnostic-core.h.
(fatal_error, error, warning): Remove.
* Makefile.in (GCC_H): Add $(DIAGNOSTIC_CORE_H).
(GCC_OBJS): Add diagnostic.o, pretty-print.o and input.o.
(gcc.o): Update dependencies.

From-SVN: r160004

14 years agoira.c (ira_bad_reload_regno, [...]): New functions.
Jeff Law [Fri, 28 May 2010 22:19:22 +0000 (16:19 -0600)]
ira.c (ira_bad_reload_regno, [...]): New functions.

* ira.c (ira_bad_reload_regno, ira_build_reload_regno_1): New functions.
* ira.h (ira_bad_reload_regno): Declare
* reload1.c (allocate_reload_reg): Use ira_bad_reload_regno.

From-SVN: r160001

14 years agoira-color.c (update_curr_costs): Free updated hard reg costs.
Jeff Law [Fri, 28 May 2010 22:06:40 +0000 (16:06 -0600)]
ira-color.c (update_curr_costs): Free updated hard reg costs.

* ira-color.c (update_curr_costs): Free updated hard reg costs.
(ira_reassign_conflict_allocnos): Remove bogus asserts.
(allocno_reload_assign): Likewise.

From-SVN: r160000

14 years agoFix erroneous duplication.
Ian Lance Taylor [Fri, 28 May 2010 21:48:47 +0000 (21:48 +0000)]
Fix erroneous duplication.

From-SVN: r159999

14 years agostl_vector.h (vector<>::data): Fix return type in c++0x mode.
Paolo Carlini [Fri, 28 May 2010 21:47:07 +0000 (21:47 +0000)]
stl_vector.h (vector<>::data): Fix return type in c++0x mode.

2010-05-28  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/stl_vector.h (vector<>::data): Fix return type
in c++0x mode.
* testsuite/23_containers/vector/requirements/dr438/
assign_neg.cc: Adjust dg-error line number.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Likewise.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Likewise.

From-SVN: r159998

14 years agooptions.c (gfc_handle_option): Fix handling of -fno-whole-file.
Tobias Burnus [Fri, 28 May 2010 21:11:42 +0000 (23:11 +0200)]
options.c (gfc_handle_option): Fix handling of -fno-whole-file.

2010-05-28  Tobias Burnus  <burnus@net-b.de>

        * options.c (gfc_handle_option): Fix handling of
        -fno-whole-file.

From-SVN: r159997

14 years agotree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat.
Nathan Froyd [Fri, 28 May 2010 19:49:22 +0000 (19:49 +0000)]
tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat.

* tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of
build1_stat.

From-SVN: r159995

14 years agore PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning: ‘fv.mode...
Richard Guenther [Fri, 28 May 2010 18:49:51 +0000 (18:49 +0000)]
re PR lto/44312 (lto-streamer-in.c: In function ‘lto_read_tree’: warning: ‘fv.mode’ is used uninitialized in this function)

2010-05-28  Richard Guenther  <rguenther@suse.de>

PR lto/44312
* lto-streamer-in.c (unpack_ts_fixed_cst_value_fields):
Stream fixed-point constants mode.
(unpack_ts_type_value_fields): Fix width of TYPE_MODE
and TYPE_PRECISION.
* lto-streamer-out.c (pack_ts_fixed_cst_value_fields):
Stream fixed-point constants mode.
(pack_ts_function_decl_value_fields): Fix width of TYPE_MODE
and TYPE_PRECISION.

From-SVN: r159993

14 years agoWhen niter may be zero, return a COND_EXPR with the may_be_zero condition.
Sebastian Pop [Fri, 28 May 2010 18:42:15 +0000 (18:42 +0000)]
When niter may be zero, return a COND_EXPR with the may_be_zero condition.

2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>

* tree-scalar-evolution.c (set_nb_iterations_in_loop): Inlined in the
only place it was called from.
(number_of_latch_executions): Do not return chrec_dont_know when the
may_be_zero is a runtime condition: instead, return a COND_EXPR
including the may_be_zero condition.
* cfgloop.h (struct loop): Add a note on COND_EXPRs to the comment
of nb_iterations.
* tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Handle
COND_EXPRs.

* gcc.dg/vect/vect-outer-fir-lb.c: Un-XFAIL-ed.

From-SVN: r159992

14 years agoDon't generate COND_EXPRs for degenerate_phi_result.
Sebastian Pop [Fri, 28 May 2010 18:42:06 +0000 (18:42 +0000)]
Don't generate COND_EXPRs for degenerate_phi_result.

2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>

* tree-if-conv.c (replace_phi_with_cond_gimple_assign_stmt): Don't
generate COND_EXPRs for degenerate_phi_result.

From-SVN: r159991

14 years agoCheck the if-convertibility of phi nodes in non predicated BBs.
Sebastian Pop [Fri, 28 May 2010 18:38:06 +0000 (18:38 +0000)]
Check the if-convertibility of phi nodes in non predicated BBs.

2010-05-28  Sebastian Pop  <sebastian.pop@amd.com>

PR middle-end/44293
* tree-if-conv.c (if_convertible_loop_p): Check the
if-convertibility of phi nodes in non predicated BBs.

From-SVN: r159990

14 years agore PR objc/44125 (const-str-9 fails.)
Mike Stump [Fri, 28 May 2010 18:33:45 +0000 (18:33 +0000)]
re PR objc/44125 (const-str-9 fails.)

PR objc/44125
* objc.dg/const-str-9.m: Remove static.

From-SVN: r159989

14 years ago* objc.dg/stret-2.m: Fix to use more than 4 bytes.
Mike Stump [Fri, 28 May 2010 17:53:56 +0000 (17:53 +0000)]
* objc.dg/stret-2.m: Fix to use more than 4 bytes.

From-SVN: r159988

14 years ago* gcc.c (error, warning, inform): Remove duplicate ": " in output.
Joseph Myers [Fri, 28 May 2010 17:34:11 +0000 (18:34 +0100)]
* gcc.c (error, warning, inform): Remove duplicate ": " in output.

From-SVN: r159987

14 years agore PR driver/15303 (When gcc sees an unrecognized option, the exit status indicates...
Joseph Myers [Fri, 28 May 2010 17:28:57 +0000 (18:28 +0100)]
re PR driver/15303 (When gcc sees an unrecognized option, the exit status indicates success)

PR driver/15303
* gcc.c (inform, warning, inform): New functions.
(fatal_ice): Rename to internal_error; change cmsgid parameter to
gmsgid.  All callers changed.
(notice): Rename to fnotice; add parameter fp.  All callers
changed.
(fatal_error): Rename to fatal_signal.  All users changed.
(fatal): Rename to fatal_error; change cmsgid parameter to
gmsgid.  All callers changed.
(process_command): Use warning instead of error for warnings.
(end_going_arg): Don't use _() around argument of error.
(do_spec_1): Use inform for message from %n specs.  Use warning
instead of error for warnings.
(main): Use inform for comparison messages.  Use warning for
message about unused linker input.
(error): Increment error_count.  Print "error: ".
* gcc.h (fatal): Change to fatal_error.
(warning): Declare.
* config/darwin-driver.c (darwin_default_min_version): Use warning
instead of fprintf for warnings.
* cppspec.c (lang_specific_driver): Use fatal_error instead of
fatal.

cp:
* g++spec.c (lang_specific_driver): Use fatal_error instead of
fatal.

fortran:
* gfortranspec.c (append_arg, lang_specific_driver): Use
fatal_error instead of fatal.  Use warning instead of fprintf for
warnings.

java:
* jvspec.c (lang_specific_driver): Use fatal_error instead of
fatal.  Use warning instead of error for warnings.

From-SVN: r159986

14 years ago* expr.c (get_symbol_table_index): Add spaces in expression.
Nathan Froyd [Fri, 28 May 2010 17:11:15 +0000 (17:11 +0000)]
* expr.c (get_symbol_table_index): Add spaces in expression.

From-SVN: r159984

14 years agothumb2.md (*thumb2_addsi3_compare0): New.
Julian Brown [Fri, 28 May 2010 16:07:33 +0000 (16:07 +0000)]
thumb2.md (*thumb2_addsi3_compare0): New.

gcc/
* config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
(*thumb2_addsi3_compare0_scratch): New.
* config/arm/constraints.md (Pv): New.
* config/arm/arm.md (*addsi3_compare0): Remove FIXME comment. Use
for ARM mode only.
(*addsi3_compare0_scratch): Likewise.

From-SVN: r159983

14 years agoipa-reference.c (add_static_var): Remove redundant all_module_statics check.
Jan Hubicka [Fri, 28 May 2010 15:56:16 +0000 (17:56 +0200)]
ipa-reference.c (add_static_var): Remove redundant all_module_statics check.

* ipa-reference.c (add_static_var): Remove redundant all_module_statics check.
(ipa_reference_write_optimization_summary): Call is_proper_for_analysis only
on local statics.

From-SVN: r159982

14 years agoconfig.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.
Iain Sandoe [Fri, 28 May 2010 15:11:08 +0000 (15:11 +0000)]
config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.

2010-05-28  Iain Sandoe  <iains@gcc.gnu.org>

        * config.gcc (*-*-darwin*): Adjust t-make fragments for Darwin.

From-SVN: r159979

14 years agore PR bootstrap/44314 (Powerpc64-unknown-linux-gnu bootstrap broken)
Maxim Kuvyrkov [Fri, 28 May 2010 15:03:23 +0000 (15:03 +0000)]
re PR bootstrap/44314 (Powerpc64-unknown-linux-gnu bootstrap broken)

PR bootstrap/44314
* config/alpha/linux.h, config/rs6000/linux.h, config/rs6000/linux64.h
(OPTION_GLIBC): Define.

From-SVN: r159978

14 years agore PR debug/41048 (bad DW_AT_data_member_location from g++)
Jakub Jelinek [Fri, 28 May 2010 13:46:46 +0000 (15:46 +0200)]
re PR debug/41048 (bad DW_AT_data_member_location from g++)

PR debug/41048
* dwarf2out.c (double_int_type_size_in_bits): New function.
(round_up_to_align): Change first argument and return value to
double_int.
(field_byte_offset): Work internally on double_ints.

From-SVN: r159975

14 years agojava-tree.h (method_entry): Declare.
Nathan Froyd [Fri, 28 May 2010 13:41:55 +0000 (13:41 +0000)]
java-tree.h (method_entry): Declare.

* java-tree.h (method_entry): Declare.  Declare VECs containing it.
(struct lang_type): Change type of otable_methods, atable_methods, and
itable_methods to VECs.  Fix comment for atable_methods.
(emit_symbol_table): Take a VEC instead of a tree.
(get_symbol_table_index): Take a VEC * instead of a tree *.
* class.c (add_table_and_syms): Take a VEC instead of a tree.
(emit_symbol_table): Update for changed parameter type.
* expr.c (get_symbol_table_index): Likewise.

From-SVN: r159974

14 years agore PR target/43636 (ICE in extract_insn, at recog.c:2103)
Jakub Jelinek [Fri, 28 May 2010 13:35:56 +0000 (15:35 +0200)]
re PR target/43636 (ICE in extract_insn, at recog.c:2103)

PR target/43636
* builtins.c (expand_movstr): Use a temporary pseudo instead
of target even when target is not NULL and not const0_rtx, but
fails movstr predicate.
* config/m32c/blkmov.md (movstr): Add predicate to first operand.

* gcc.c-torture/compile/pr43636.c: New test.

From-SVN: r159972

14 years agore PR objc++/23616 (obj-c++.dg/try-catch-[29].mm (objc exceptions are broken) fails...
Iain Sandoe [Fri, 28 May 2010 13:16:44 +0000 (13:16 +0000)]
re PR objc++/23616 (obj-c++.dg/try-catch-[29].mm (objc exceptions are broken) fails with the GNU Runtime)

PR ObjC++/23616
* obj-c++.dg/try-catch-2.mm: Adjust xfail.
* obj-c++.dg/try-catch-9.mm: Ditto.

From-SVN: r159971

14 years agofinal.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).
Joseph Myers [Fri, 28 May 2010 13:03:31 +0000 (14:03 +0100)]
final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).

* final.c (rest_of_clean_state): Use %m in errors instead of
strerror (errno).
* gengtype.c (read_input_list, close_output_files): Use xstrerror
instead of strerror.
* toplev.c (process_options): Use %m in errors instead of strerror
(errno).
* tree-dump.c (dump_begin): Use %m in errors instead of strerror
(errno).

fortran:
* cpp.c (gfc_cpp_init_0): Use xstrerror instead of strerror.
* module.c (write_char, gfc_dump_module, gfc_use_module): Use
xstrerror instead of strerror.

lto:
* lto-coff.c (coff_errmsg): Remove.
(lto_coff_begin_section_with_type, lto_obj_append_data): Use %m in
errors instead of coff_errmsg (-1).
* lto-macho.c (mach_o_errmsg): Remove.
(lto_obj_begin_section, lto_obj_append_data): Use %m in errors
instead of mach_o_errmsg (-1).
* lto.c (read_cgraph_and_symbols): Use %m in errors instead of
xstrerror (errno).

From-SVN: r159969

14 years agoi386.c (ix86_fn_abi_va_list): Make static.
Uros Bizjak [Fri, 28 May 2010 12:59:32 +0000 (14:59 +0200)]
i386.c (ix86_fn_abi_va_list): Make static.

* config/i386/i386.c (ix86_fn_abi_va_list): Make static.
(ix86_canonical_va_list_type): Make static.  Add declaration.
(ix86_enum_va_list): Make static.  Reindent.
* config/i386/i386-protos.h (ix86_fn_abi_va_list): Remove declaration.
(ix86_canonical_va_list_type): Ditto.
(ix86_enum_va_list): Ditto.

From-SVN: r159968

14 years agolto-wrapper.c (run_gcc): With -save-temps generate a user-visible ltrans filename.
Richard Guenther [Fri, 28 May 2010 12:48:54 +0000 (12:48 +0000)]
lto-wrapper.c (run_gcc): With -save-temps generate a user-visible ltrans filename.

2010-05-28  Richard Guenther  <rguenther@suse.de>

* lto-wrapper.c (run_gcc): With -save-temps generate a
user-visible ltrans filename.  Fixup ltrans unit numbering.

lto/
* lto.c (prefix_name_with_star): Removed.
(strip_extension): Likewise.
(get_filename_for_set): Likewise.
(lto_write_ltrans_list): Fold into ...
(lto_wpa_write_files): ... this.  Name LTRANS units
by suffixing the ltrans output list filename.
(do_whole_program_analysis): Adjust.

From-SVN: r159967

14 years agoc-common.c (c_common_nodes_and_builtins): Replace use of TARGET_ENUM_VA_LIST by targe...
Kai Tietz [Fri, 28 May 2010 11:58:35 +0000 (11:58 +0000)]
c-common.c (c_common_nodes_and_builtins): Replace use of TARGET_ENUM_VA_LIST by target hook enum_va_list.

2010-05-28  Kai Tietz  <kai.tietz@onevision.com>

        * c-common.c (c_common_nodes_and_builtins): Replace use
        of TARGET_ENUM_VA_LIST by target hook enum_va_list.
        * config/i386/i386.c (TARGET_ENUM_VA_LIST_P): Hook
        to ix86_enum_va_list.
        * config/i386/i386.h (TARGET_ENUM_VA_LIST): Removed.
        * doc/tm.texi (TARGET_ENUM_VA_LIST): Removed.
        (TARGET_ENUM_VA_LIST_P): Add hook description.
        * target-def.h (TARGET_ENUM_VA_LIST_P): Added.
        * target.h (gcc_target): Add enum_va_list hook.

From-SVN: r159966

14 years agore PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)
Kai Tietz [Fri, 28 May 2010 11:19:41 +0000 (11:19 +0000)]
re PR bootstrap/44299 (Bootstrap broken for cygwin and mingw targets)

2010-05-28  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/44299
        * config/i386/t-cygming: Adjust header dependencies for winnt-cxx.c.
        * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Remove undefine.
        * config/i386/winnt.c (IN_GCC_FRONTEND): Likewise.

From-SVN: r159965

14 years agore PR target/44266 (stack frame lacks parameter save area)
Alan Modra [Fri, 28 May 2010 08:57:16 +0000 (18:27 +0930)]
re PR target/44266 (stack frame lacks parameter save area)

PR target/44266
* config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Use
emit_library_call machinery to set up __tls_get_addr calls.

From-SVN: r159963

14 years agos390.md (movqi): Fix typo ('*' -> '#').
Andreas Krebbel [Fri, 28 May 2010 07:39:10 +0000 (07:39 +0000)]
s390.md (movqi): Fix typo ('*' -> '#').

2010-05-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md (movqi): Fix typo ('*' -> '#').

From-SVN: r159960