]> gcc.gnu.org Git - gcc.git/log
gcc.git
14 years agore PR c++/44909 ([C++0x] Copy constructors implicitly deleted)
Jason Merrill [Thu, 15 Jul 2010 20:45:35 +0000 (16:45 -0400)]
re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)

PR c++/44909
* call.c (add_function_candidate): If we're working on an implicit
declaration, don't consider candidates that won't match.
* typeck.c (same_type_ignoring_top_level_qualifiers_p): Now a fn.
* cp-tree.h (same_type_ignoring_top_level_qualifiers_p): Adjust.

Revert:
* cp-tree.h (struct lang_type_class): Add has_user_opeq.
(TYPE_HAS_USER_OPEQ): New.
* decl.c (grok_special_member_properties): Set it.
* class.c (add_implicitly_declared_members): Don't lazily declare
constructors/operator= if a base or member has a user-declared one.
(check_bases_and_members, check_bases): Adjust.
(check_field_decls, check_field_decl): Adjust.

From-SVN: r162233

14 years agoDisable float tests for __SPU__ targets due to lack of signed zero:
Ulrich Weigand [Thu, 15 Jul 2010 19:32:37 +0000 (19:32 +0000)]
Disable float tests for __SPU__ targets due to lack of signed zero:

* c-c++-common/torture/complex-sign-add.c (check_add_float).
* c-c++-common/torture/complex-sign-sub.c (check_sub_float).
* c-c++-common/torture/complex-sign-mul.c (check_mul_float).
* c-c++-common/torture/complex-sign-mul-one.c (check_mul_float).
* c-c++-common/torture/complex-sign-mul-minus-one.c (check_mul_float).
* c-c++-common/torture/complex-sign-mixed-add.c (check_add_float).
* c-c++-common/torture/complex-sign-mixed-sub.c (check_sub_float).
* c-c++-common/torture/complex-sign-mixed-mul.c (check_mul_float).
* c-c++-common/torture/complex-sign-mixed-div.c (check_div_float).

From-SVN: r162232

14 years agotree.h (enum tree_index): Add TI_INTEGER_THREE.
Anatoly Sokolov [Thu, 15 Jul 2010 18:47:23 +0000 (22:47 +0400)]
tree.h (enum tree_index): Add TI_INTEGER_THREE.

* tree.h (enum tree_index): Add TI_INTEGER_THREE.
(integer_three_node): Add.
* tree.c (build_common_tree_nodes_2): Use integer_type_node insead of
NULL_TREE in build_int_cst calls. Initialize the integer_three_node.
* builtins.c (expand_builtin_prefetch): Use common tree nodes instead
of call build_int_cst.
* tree-ssa-sccvn.c (copy_reference_ops_from_ref): Ditto.
* tree-ssa-loop-ivopts.c (idx_find_step): Ditto.
(find_interesting_uses_address): Ditto.
* tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Ditto.
* tree-eh.c (lower_eh_constructs_2): Ditto.
* tree-vect-loop.c (get_initial_def_for_induction): Ditto.
* c-typeck.c (really_start_incremental_init, push_init_level): Ditto.
* expmed.c (expand_divmod): Ditto.
* tree-mudflap.c (mx_register_decls): Ditto.
* varasm.c (array_size_for_constructor): Ditto.
* tree-ssa-loop-prefetch.c (issue_prefetch_ref): Ditto.
* c-parser.c (c_parser_postfix_expression): Ditto.

/cp
* decl.c (integer_three_node): Remove.
(cxx_init_decl_processing): Do not initialize the integer_three_node.
* cp-tree.h (integer_three_node): Remove.

From-SVN: r162230

14 years agopostreload.c (last_label_ruid, [...]): New static variables.
Bernd Schmidt [Thu, 15 Jul 2010 17:07:17 +0000 (17:07 +0000)]
postreload.c (last_label_ruid, [...]): New static variables.

* postreload.c (last_label_ruid, first_index_reg, last_index_reg):
New static variables.
(reload_combine_recognize_pattern): New static function, broken out
of reload_combine.
(reload_combine): Use it.  Only initialize first_index_reg and
last_index_reg once.

From-SVN: r162228

14 years agoFinish zeroing out the current function status after building cdtor.
Richard Henderson [Thu, 15 Jul 2010 16:38:16 +0000 (09:38 -0700)]
Finish zeroing out the current function status after building cdtor.

From-SVN: r162227

14 years agotrans.h (gfc_string_to_single_character): New prototype.
Jakub Jelinek [Thu, 15 Jul 2010 16:09:48 +0000 (18:09 +0200)]
trans.h (gfc_string_to_single_character): New prototype.

* trans.h (gfc_string_to_single_character): New prototype.
* trans-expr.c (string_to_single_character): Renamed to ...
(gfc_string_to_single_character): ... this.  No longer static.
(gfc_conv_scalar_char_value, gfc_build_compare_string,
gfc_trans_string_copy): Adjust callers.
* config-lang.in (gtfiles): Add fortran/trans-stmt.c.
* trans-stmt.c: Include ggc.h and gt-fortran-trans-stmt.h.
(select_struct): Move to toplevel, add GTY(()).
(gfc_trans_character_select): Optimize SELECT CASE
with character length 1.

* gfortran.dg/select_char_2.f90: New test.

From-SVN: r162226

14 years agolto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats for broken...
Jan Hubicka [Thu, 15 Jul 2010 16:01:33 +0000 (18:01 +0200)]
lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats for broken gold.

* lto-symtab.c (lto_symtab_resolve_symbols): Remove hack handling comdats
for broken gold.
(lto_sy mtab_merge_decls_1): Set used_from_object_file correctly.

From-SVN: r162225

14 years ago* tree.h (TREE_RTL_OPERAND_CHECK): Delete.
Nathan Froyd [Thu, 15 Jul 2010 15:57:23 +0000 (15:57 +0000)]
* tree.h (TREE_RTL_OPERAND_CHECK): Delete.

From-SVN: r162224

14 years agotree.h (DECL_CHAIN): Define.
Nathan Froyd [Thu, 15 Jul 2010 14:31:28 +0000 (14:31 +0000)]
tree.h (DECL_CHAIN): Define.

gcc/
* tree.h (DECL_CHAIN): Define.
* alias.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* c-decl.c: Likewise.
* c-parser.c: Likewise.
* c-typeck.c: Likewise.
* cfgexpand.c: Likewise.
* cgraph.c: Likewise.
* cgraphunit.c: Likewise.
* combine.c: Likewise.
* config/alpha/alpha.c: Likewise.
* config/arm/arm.c: Likewise.
* config/frv/frv.c: Likewise.
* config/i386/i386.c: Likewise.
* config/i386/winnt-cxx.c: Likewise.
* config/ia64/ia64.c: Likewise.
* config/iq2000/iq2000.c: Likewise.
* config/mep/mep.c: Likewise.
* config/mips/mips.c: Likewise.
* config/pa/som.h: Likewise.
* config/rs6000/rs6000.c: Likewise.
* config/s390/s390.c: Likewise.
* config/sh/sh.c: Likewise.
* config/sh/symbian-cxx.c: Likewise.
* config/sparc/sparc.c: Likewise.
* config/spu/spu.c: Likewise.
* config/stormy16/stormy16.c: Likewise.
* config/vxworks.c: Likewise.
* config/xtensa/xtensa.c: Likewise.
* coverage.c: Likewise.
* dbxout.c: Likewise.
* dwarf2out.c: Likewise.
* emit-rtl.c: Likewise.
* expr.c: Likewise.
* function.c: Likewise.
* gimple-low.c: Likewise.
* gimple-pretty-print.c: Likewise.
* gimplify.c: Likewise.
* integrate.c: Likewise.
* ipa-inline.c: Likewise.
* ipa-prop.c: Likewise.
* ipa-split.c: Likewise.
* ipa-struct-reorg.c: Likewise.
* ipa-type-escape.c: Likewise.
* langhooks.c: Likewise.
* lto-cgraph.c: Likewise.
* omp-low.c: Likewise.
* stor-layout.c: Likewise.
* tree-cfg.c: Likewise.
* tree-complex.c: Likewise.
* tree-dfa.c: Likewise.
* tree-dump.c: Likewise.
* tree-inline.c: Likewise.
* tree-mudflap.c: Likewise.
* tree-nested.c: Likewise.
* tree-object-size.c: Likewise.
* tree-pretty-print.c: Likewise.
* tree-sra.c: Likewise.
* tree-ssa-live.c: Likewise.
* tree-ssa-loop-niter.c: Likewise.
* tree-ssa-math-opts.c: Likewise.
* tree-ssa-reassoc.c: Likewise.
* tree-ssa-sccvn.c: Likewise.
* tree-ssa-structalias.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vrp.c: Likewise.
* tree.c: Likewise.
* var-tracking.c: Likewise.
* varasm.c: Likewise.

gcc/ada/
* gcc-interface/decl.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* gcc-interface/trans.c: Likewise.
* gcc-interface/utils.c: Likewise.
* gcc-interface/utils2.c: Likewise.

gcc/c-family/
* c-common.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* c-format.c: Likewise.

gcc/cp/
* cp-tree.h: Carefully replace TREE_CHAIN with DECL_CHAIN.
* call.c: Likewise.
* class.c: Likewise.
* cp-gimplify.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* init.c: Likewise.
* mangle.c: Likewise.
* name-lookup.c: Likewise.
* optimize.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.

gcc/fortran/
* f95-lang.c: Carefully replace TREE_CHAIN with DECL_CHAIN.
* trans-common.c: Likewise.
* trans-decl.c: Likewise.
* trans-types.c: Likewise.
* trans.c: Likewise.

gcc/java/
* java-tree.h: Carefully replace TREE_CHAIN with DECL_CHAIN.
* boehm.c: Likewise.
* class.c: Likewise.
* decl.c: Likewise.
* expr.c: Likewise.
* jcf-parse.c: Likewise.
* typeck.c: Likewise.
* verify-glue.c: Likewise.

gcc/objc/
* objc-act.c: Carefully replace TREE_CHAIN with DECL_CHAIN.

gcc/testsuite/
* g++.dg/plugin/attribute_plugin.c: Carefully replace TREE_CHAIN
with DECL_CHAIN.

From-SVN: r162223

14 years agoFix ChangeLog to mention last commit to transfer.c
Jerry DeLisle [Thu, 15 Jul 2010 13:39:11 +0000 (13:39 +0000)]
Fix ChangeLog to mention last commit to transfer.c

From-SVN: r162222

14 years agore PR fortran/44936 ([OOP] Generic TBP not resolved correctly at compile time)
Janus Weil [Thu, 15 Jul 2010 13:36:28 +0000 (15:36 +0200)]
re PR fortran/44936 ([OOP] Generic TBP not resolved correctly at compile time)

2010-07-15  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44936
* resolve.c (resolve_typebound_generic_call): Resolve generic
non-polymorphic type-bound procedure calls to the correct specific
procedure.
(resolve_typebound_subroutine): Remove superfluous code.

2010-07-15  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44936
* gfortran.dg/typebound_generic_9.f03: New.

From-SVN: r162221

14 years agore PR target/44877 (C++ compiler can no longer compile dealII for VSX/Altivec vectori...
Ulrich Weigand [Thu, 15 Jul 2010 12:37:03 +0000 (12:37 +0000)]
re PR target/44877 (C++ compiler can no longer compile dealII for VSX/Altivec vectorization)

PR target/44877
* config/spu/spu.c (spu_expand_builtin_1): Allow references
(as well as pointers) as argument to mask_for_load builtins.

From-SVN: r162220

14 years agore PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)
Daniel Kraft [Thu, 15 Jul 2010 12:23:47 +0000 (14:23 +0200)]
re PR fortran/44709 (BLOCK and GOTO/EXIT/CYCLE)

2010-07-15  Daniel Kraft  <d@domob.eu>

PR fortran/44709
* trans.h (struct gfc_wrapped_block): New struct.
(gfc_start_wrapped_block), (gfc_add_init_cleanup): New methods.
(gfc_finish_wrapped_block): New method.
(gfc_init_default_dt): Add new init code to block rather than
returning it.
* trans-array.h (gfc_trans_auto_array_allocation): Use gfc_wrapped_block
(gfc_trans_dummy_array_bias): Ditto.
(gfc_trans_g77_array): Ditto.
(gfc_trans_deferred_array): Ditto.
* trans.c (gfc_add_expr_to_block): Call add_expr_to_chain.
(add_expr_to_chain): New method based on old gfc_add_expr_to_block.
(gfc_start_wrapped_block), (gfc_add_init_cleanup): New methods.
(gfc_finish_wrapped_block): New method.
* trans-array.c (gfc_trans_auto_array_allocation): use gfc_wrapped_block
(gfc_trans_g77_array), (gfc_trans_dummy_array_bias): Ditto.
(gfc_trans_deferred_array): Ditto.
* trans-decl.c (gfc_trans_dummy_character): Ditto.
(gfc_trans_auto_character_variable), (gfc_trans_assign_aux_var): Ditto.
(init_intent_out_dt): Ditto.
(gfc_init_default_dt): Add new init code to block rather than
returning it.
(gfc_trans_deferred_vars): Use gfc_wrapped_block to collect all init
and cleanup code and put it all together.

From-SVN: r162219

14 years agosparc-signal.h: Renamed to ...
Rainer Orth [Thu, 15 Jul 2010 12:03:54 +0000 (12:03 +0000)]
sparc-signal.h: Renamed to ...

* include/sparc-signal.h: Renamed to ...
* include/solaris-signal.h: ... this.
* configure.ac: Use it on any *-*-solaris2* target.
* configure: Regenerate.
* configure.host (i?86-*-solaris2*): Set can_unwind_signal=yes.
* Makefile.am (prims.lo): Add -fno-omit-frame-pointer to AM_CXXFLAGS.
* Makefile.in: Regenerate.

From-SVN: r162217

14 years agore PR tree-optimization/44946 (ICE: in get_constraint_for_component_ref, at tree...
Richard Biener [Thu, 15 Jul 2010 11:17:37 +0000 (11:17 +0000)]
re PR tree-optimization/44946 (ICE: in get_constraint_for_component_ref, at tree-ssa-structalias.c:3184)

2010-07-15  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44946
* tree-ssa-structalias.c (get_constraint_for_component_ref): Deal
with accessing only padding properly.

* gcc.c-torture/compile/pr44946.c: New testcase.

From-SVN: r162216

14 years agoipa.c (function_and_variable_visibility): Variables marked as used should not be...
Jan Hubicka [Thu, 15 Jul 2010 11:03:03 +0000 (13:03 +0200)]
ipa.c (function_and_variable_visibility): Variables marked as used should not be localized.

* ipa.c (function_and_variable_visibility): Variables marked as used should
not be localized.

From-SVN: r162215

14 years agocgraph.c: Include lto-streamer.h
Jan Hubicka [Thu, 15 Jul 2010 10:01:07 +0000 (12:01 +0200)]
cgraph.c: Include lto-streamer.h

* cgraph.c: Include lto-streamer.h
(change_decl_assembler_name): Work when assembler name hash is at place.
(cgraph_make_decl_local): When localizing COMDAT symbol at WPA stage, be
sure to rename it to avoid name clash.
* ipa.c (cgraph_externally_visible_p, function_and_variable_visibility):
Localize hidden symbols only when locally defined.

From-SVN: r162211

14 years agore PR fortran/40206 ([gfortran] Incorrect warning with -Wuninitialized)
Jakub Jelinek [Thu, 15 Jul 2010 07:52:51 +0000 (09:52 +0200)]
re PR fortran/40206 ([gfortran] Incorrect warning with -Wuninitialized)

PR fortran/40206
* trans-stmt.c (gfc_trans_character_select): Always use NULL for high
in CASE_LABEL_EXPR and use NULL for low for the default case.

* gfortran.dg/select_char_3.f90: New test.

From-SVN: r162209

14 years agotrans.h (gfc_build_compare_string): Add CODE argument.
Jakub Jelinek [Thu, 15 Jul 2010 07:50:04 +0000 (09:50 +0200)]
trans.h (gfc_build_compare_string): Add CODE argument.

* trans.h (gfc_build_compare_string): Add CODE argument.
* trans-intrinsic.c (gfc_conv_intrinsic_strcmp): Pass OP to
gfc_build_compare_string.
* trans-expr.c (gfc_conv_expr_op): Pass CODE to
gfc_build_compare_string.
(string_to_single_character): Rename len variable to length.
(gfc_optimize_len_trim): New function.
(gfc_build_compare_string): Add CODE argument.  If it is EQ_EXPR
or NE_EXPR and one of the strings is string literal with LEN_TRIM
bigger than the length of the other string, they compare unequal.

From-SVN: r162208

14 years agoi386.h (SHIFT_COUNT_TRUNCATED): Expand comment.
Uros Bizjak [Thu, 15 Jul 2010 06:09:38 +0000 (08:09 +0200)]
i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.

* config/i386/i386.h (SHIFT_COUNT_TRUNCATED): Expand comment.

From-SVN: r162206

14 years agobuiltins.c (expand_builtin_init_trampoline): If -Wtrampolines make a warning.
Magnus Granberg [Thu, 15 Jul 2010 05:46:36 +0000 (05:46 +0000)]
builtins.c (expand_builtin_init_trampoline): If -Wtrampolines make a warning.

2010-07-15  Magnus Granberg  <zorry@gentoo.org>
    Kevin F. Quinn  <kevquinn@gentoo.org>

        * builtins.c (expand_builtin_init_trampoline): If
-Wtrampolines make a warning.
* common.opt:   Add -Wtrampolines.
        * doc/invoke.texi:      Add -Wtrampolines.
testsuite/
        * gcc.dg/Wtrampolines.c: New.

Co-Authored-By: Kevin F. Quinn <kevquinn@gentoo.org>
From-SVN: r162205

14 years agore PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")
Jerry DeLisle [Thu, 15 Jul 2010 03:42:29 +0000 (03:42 +0000)]
re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")

2010-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/44934
* gfortran.dg/endfile_2.f90: Fix to unformatted file type.

From-SVN: r162204

14 years agore PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")
Jerry DeLisle [Thu, 15 Jul 2010 03:40:56 +0000 (03:40 +0000)]
re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")

2010-07-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/44934
* io/file_pos.c (st_endfile): Correctly set unit flags for form.

From-SVN: r162203

14 years agocortex-a8.md (cortex_a8_load_store_2): Reserve cortex_a8_issue_ls.
Jie Zhang [Thu, 15 Jul 2010 02:07:53 +0000 (02:07 +0000)]
cortex-a8.md (cortex_a8_load_store_2): Reserve cortex_a8_issue_ls.

* config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
cortex_a8_issue_ls.

From-SVN: r162201

14 years agocygwin.h (LIBGCJ_SONAME): Update.
Dave Korn [Thu, 15 Jul 2010 01:45:51 +0000 (01:45 +0000)]
cygwin.h (LIBGCJ_SONAME): Update.

* config/i386/cygwin.h (LIBGCJ_SONAME): Update.
* config/i386/mingw32.h (LIBGCJ_SONAME): Likewise.

From-SVN: r162200

14 years agoDaily bump.
GCC Administrator [Thu, 15 Jul 2010 00:16:58 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r162199

14 years agoshared_ptr.xml: Update.
Jonathan Wakely [Wed, 14 Jul 2010 20:11:09 +0000 (20:11 +0000)]
shared_ptr.xml: Update.

2010-07-14  Jonathan Wakely  <jwakely.gcc@gmail.com>

* doc/xml/manual/shared_ptr.xml: Update.
* doc/html/*: Regenerate.

From-SVN: r162193

14 years agotrans-array.c (gfc_conv_section_upper_bound): Remove
Mikael Morin [Wed, 14 Jul 2010 19:19:57 +0000 (19:19 +0000)]
trans-array.c (gfc_conv_section_upper_bound): Remove

2010-07-14  Mikael Morin  <mikael@gcc.gnu.org>

* trans-array.c (gfc_conv_section_upper_bound): Remove
(gfc_conv_section_startstride): Don't set the upper bound in the
vector subscript case.
(gfc_conv_loop_setup): Don't use gfc_conv_section_upper_bound

From-SVN: r162191

14 years agospu.c (reg_names): Remove prototype.
Ulrich Weigand [Wed, 14 Jul 2010 18:17:13 +0000 (18:17 +0000)]
spu.c (reg_names): Remove prototype.

* config/spu/spu.c (reg_names): Remove prototype.
(call_used_regs): Likewise.

From-SVN: r162190

14 years agore PR c++/44810 (FAIL: g++.dg/torture/pr36745.C)
Jason Merrill [Wed, 14 Jul 2010 17:01:15 +0000 (13:01 -0400)]
re PR c++/44810 (FAIL: g++.dg/torture/pr36745.C)

PR c++/44810
* g++.dg/torture/pr36745.C: Avoid undefined behavior.

From-SVN: r162189

14 years agoinit.c (sort_mem_initializers): Rename "field_type" to "ctx".
Jason Merrill [Wed, 14 Jul 2010 17:01:03 +0000 (13:01 -0400)]
init.c (sort_mem_initializers): Rename "field_type" to "ctx".

* init.c (sort_mem_initializers): Rename "field_type" to "ctx".
(build_field_list): Cache field type.

From-SVN: r162188

14 years agoImplement C++0x unrestricted unions (N2544)
Jason Merrill [Wed, 14 Jul 2010 17:00:51 +0000 (13:00 -0400)]
Implement C++0x unrestricted unions (N2544)

Implement C++0x unrestricted unions (N2544)
* class.c (check_field_decl): Loosen union handling in C++0x.
* method.c (walk_field_subobs): Split out from...
(synthesized_method_walk): ...here.  Set msg before loops.
(process_subob_fn): Check for triviality in union members.
* init.c (sort_mem_initializers): Splice out uninitialized
anonymous unions and union members.
(push_base_cleanups): Don't automatically destroy anonymous unions
and union members.

From-SVN: r162187

14 years agocygming-crtend.c (__FRAME_END__): Replace attribute "unused" with attribute "used".
Dave Korn [Wed, 14 Jul 2010 16:54:14 +0000 (16:54 +0000)]
cygming-crtend.c (__FRAME_END__): Replace attribute "unused" with attribute "used".

* config/i386/cygming-crtend.c (__FRAME_END__): Replace attribute
"unused" with attribute "used".
(__JCR_END__): Likewise.
* config/i386/cygming-crtbegin.c (__EH_FRAME_BEGIN__): Add missing
"used" attribute.
(__JCR_LIST__): Replace attribute "unused" with attribute "used".

From-SVN: r162186

14 years agolto-streamer-in.c (maybe_fixup_handled_component): Remove.
Richard Guenther [Wed, 14 Jul 2010 16:29:22 +0000 (16:29 +0000)]
lto-streamer-in.c (maybe_fixup_handled_component): Remove.

2010-07-14  Richard Guenther  <rguenther@suse.de>

* lto-streamer-in.c (maybe_fixup_handled_component): Remove.
(maybe_fixup_decls): Likewise.
(input_gimple_stmt): Do not fixup anything.
* lto-streamer-out.c (output_gimple_stmt): Make sure all
non-automatic variable uses are wrapped inside a MEM_REF.

From-SVN: r162185

14 years agopasses.c (rest_of_decl_compilation): Do not call
Richard Henderson [Wed, 14 Jul 2010 16:22:06 +0000 (09:22 -0700)]
passes.c (rest_of_decl_compilation): Do not call

        * passes.c (rest_of_decl_compilation): Do not call
        * assemble_variable for functions.
        * varasm.c (assemble_variable): Remove early exit for functions;
        assert that we're given a variable.

From-SVN: r162184

14 years agocortex-a8.md (cortex_a8_alu): Don't use cortex_a8_default when neon_type is not none.
Jie Zhang [Wed, 14 Jul 2010 15:37:44 +0000 (15:37 +0000)]
cortex-a8.md (cortex_a8_alu): Don't use cortex_a8_default when neon_type is not none.

* config/arm/cortex-a8.md (cortex_a8_alu): Don't use
cortex_a8_default when neon_type is not none.

From-SVN: r162182

14 years agolower-subreg.c (subreg_context): New static bitmap.
Bernd Schmidt [Wed, 14 Jul 2010 15:17:28 +0000 (15:17 +0000)]
lower-subreg.c (subreg_context): New static bitmap.

* lower-subreg.c (subreg_context): New static bitmap.
(decompose_multiword_subregs): Allocate and free it.
(find_decomposable_subregs): Set a bit in it for a register that
occurs in a subreg that changes mode but not size.
(can_decompose_p): Test it instead of non_decomposable_context.

From-SVN: r162181

14 years agore PR middle-end/44824 (internal compiler error: verify_stmts failed)
Richard Guenther [Wed, 14 Jul 2010 12:19:16 +0000 (12:19 +0000)]
re PR middle-end/44824 (internal compiler error: verify_stmts failed)

2010-07-14  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/44824
* tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Use
is_gimple_mem_ref_addr.
(tree_ssa_forward_propagate_single_use_vars): Do not propagate
non-decl_address_invariant_p addresses.

From-SVN: r162177

14 years agoreload.c (find_reloads): Revert code to penalize small register classes that was...
Bernd Schmidt [Wed, 14 Jul 2010 11:07:17 +0000 (11:07 +0000)]
reload.c (find_reloads): Revert code to penalize small register classes that was brought in with the IRA...

* reload.c (find_reloads): Revert code to penalize small register
classes that was brought in with the IRA merge.

From-SVN: r162176

14 years agotree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF as base of ARRAY_REFs.
Richard Guenther [Wed, 14 Jul 2010 09:52:01 +0000 (09:52 +0000)]
tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF as base of ARRAY_REFs.

2010-07-14  Richard Guenther  <rguenther@suse.de>

* tree-ssa-ccp.c (fold_const_aggregate_ref): Handle MEM_REF
as base of ARRAY_REFs.

From-SVN: r162175

14 years agore PR target/44930 (another problem with line break in output with -fverbose-asm)
Richard Guenther [Wed, 14 Jul 2010 09:06:34 +0000 (09:06 +0000)]
re PR target/44930 (another problem with line break in output with -fverbose-asm)

2010-07-14  Richard Guenther  <rguenther@suse.de>

PR middle-end/44930
* tree-pretty-print.c (do_niy): Do not print a newline.

From-SVN: r162174

14 years agore PR fortran/44925 ([OOP] C_LOC with CLASS pointer)
Janus Weil [Wed, 14 Jul 2010 08:09:05 +0000 (10:09 +0200)]
re PR fortran/44925 ([OOP] C_LOC with CLASS pointer)

2010-07-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44925
* gfortran.h (gfc_is_data_pointer): Remove prototype.
* dependency.c (gfc_is_data_pointer): Make it static.
* intrinsic.texi: Update documentation on C_LOC.
* resolve.c (gfc_iso_c_func_interface): Fix pointer and target checks
and add a check for polymorphic variables.

2010-07-14  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44925
* gfortran.dg/c_loc_tests_15.f90: New.

From-SVN: r162169

14 years agoira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_iterator.
Bernd Schmidt [Wed, 14 Jul 2010 01:56:32 +0000 (01:56 +0000)]
ira-int.h (ira_object_conflict_iterator): Rename from ira_allocno_conflict_iterator.

* ira-int.h (ira_object_conflict_iterator): Rename from
ira_allocno_conflict_iterator.
(ira_object_conflict_iter_init): Rename from
ira_allocno_conflict_iter_init, second arg changed to
* ira.c (check_allocation): Use FOR_EACH_OBJECT_CONFLICT rather than
FOR_EACH_ALLOCNO_CONFLICT.
* ira-color.c (assign_hard_reg, push_allocno_to_stack)
setup_allocno_left_conflicts_size, coalesced_allocno_conflict_p,
ira_reassign_conflict_allocnos, ira_reassign_pseudos): Likewise.
* ira-conflicts.c (print_allocno_conflicts): Likewise.

From-SVN: r162168

14 years agoira-int.h (struct live_range): Rename allocno member to object and change type to...
Bernd Schmidt [Wed, 14 Jul 2010 01:55:02 +0000 (01:55 +0000)]
ira-int.h (struct live_range): Rename allocno member to object and change type to ira_object_t.

* ira-int.h (struct live_range): Rename allocno member to object and change
type to ira_object_t.
(struct ira_object): New member live_ranges.
(struct ira_allocno): Remove member live_ranges.
(ALLOCNO_LIVE_RANGES): Remove.
(OBJECT_LIVE_RANGES): New macro.
(ira_create_live_range, ira_copy_live_range_list,
ira_merge_live_range_list, ira_live_ranges_intersect_p,
ira_finish_live_range, ira_finish_live_range_list): Adjust declarations.
* ira-build.c (ira_create_object): Initialize live ranges here.
(ira_create_allocno): Not here.
(ira_create_live_range): Rename from ira_create_allocno_live_range, arg
changed to ira_object_t, all callers changed.
(copy_live_range): Rename from copy_allocno_live_range, all callers
changed.
(ira_copy_live_range_list): Rename from ira_copy_allocno_live_range_list,
all callers changed.
(ira_merge_live_ranges): Rename from ira_merge_allocno_live_range_list,
all callers changed.
(ira_live_ranges_intersect_p): Rename from
ira_allocno_live_ranges_intersect_p, all callers changed.
(ira_finish_live_range): Rename from ira_finish_allocno_live_range, all
callers changed.
(ira_finish_live_range_list): Rename from
ira_finish_allocno_live_range_list, all callers changed.
(change_object_in_range_list): Rename from change_allocno_in_range_list,
last arg changed to ira_object_t, all callers changed.
(finish_allocno): Changed to expect live ranges in the allocno's object.
(move_allocno_live_ranges, copy_allocno_live_ranges,
update_bad_spill_attribute, setup_min_max_allocno_live_range_point,
ira_flattening, ira_build): Likewise.
* ira-color.c (allocnos_have_intersected_live_ranges_p,
slot_coalesced_allocno_live_ranges_intersect,
setup_slot_coalesced_allocno_live_ranges, fast_allocation): Likewise.
* ira-conflicts.c (build_conflict_bit_table): Likewise.
* ira-emit.c (add_range_and_copies_from_move_list): Likewise.
* ira-lives.c (make_allocno_born, update_allocno_pressure_excess_length,
make_allocno_dead, create_start_finish_chains,
remove_some_program_points_and_update_live_ranges,
ira_debug_live_range_list): Likewise.

From-SVN: r162167

14 years agoira-int.h (struct ira_object): New.
Bernd Schmidt [Wed, 14 Jul 2010 01:53:35 +0000 (01:53 +0000)]
ira-int.h (struct ira_object): New.

* ira-int.h (struct ira_object): New.
(ira_object_t): New typedef.  Add DEF_VEC_P and DEF_VEC_ALLOC_P
for it.
(struct ira_allocno): Remove members min, max,
conflict_allocno_array, conflict_id, conflict_allocno_array_size,
conflict_allocnos_num and conflict_vec_p.  Add new member object.
(OBJECT_CONFLICT_ARRAY, OBJECT_CONFLICT_VEC_P,
OBJECT_NUM_CONFLICTS, OBJECT_CONFLICT_ARRAY_SIZE,
OBJECT_CONFLICT_HARD_REGS, OBJECT_TOTAL_CONFLICT_HARD_REGS,
OBJECT_MIN, OBJECT_MAX, OBJECT_CONFLICT_ID): Renamed from
ALLOCNO_CONFLICT_ALLOCNO_ARRAY, ALLOCNO_CONFLICT_VEC_P,
ALLOCNO_CONFLICT_ALLOCNOS_NUM, ALLOCNO_CONFLICT_ALLOCNO_ARRAY_SIZE,
ALLOCNO_CONFLICT_HARD_REGS, ALLOCNO_TOTAL_CONFLICT_HARD_REGS)
ALLOCNO_MIN, ALLOCNO_MAX, and ALLOCNO_CONFLICT_ID; now operate on
an ira_object_t rather than ira_allocno_t.  All uses changed.
(ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
contains a vector of ira_object_t; all uses changed.
(ira_objects_num): Declare variable.
(ira_create_allocno_object): Declare function.
(ira_conflict_vector_profitable_p): Adjust prototype.
(ira_allocate_conflict_vec): Renamed from
ira_allocate_allocno_conflict_vec; first arg now ira_object_t.
(ira_allocate_object_conflicts): Renamed from
ira_allocate_allocno_conflicts; first arg now ira_object_t.
(struct ira_object_iterator): New.
(ira_object_iter_init, ira_object_iter_cond, FOR_EACH_OBJECT): New.
(ira_allocno_conflict_iterator): Renamed member allocno_conflict_vec_p
to conflict_vec_p.  All uses changed.
(ira_allocno_conflict_iter_init, ira_allocno_conflict_iter_cond):
Changed to take into account that conflicts are now tracked for
objects.
* ira-conflicts.c (OBJECTS_CONFLICT_P): Renamed from
CONFLICT_ALLOCNO_P.  Args changed to accept ira_object_t.  All
uses changed.
(allocnos_conflict_p): New static function.
(collected_conflict_objects): Renamed from collected_allocno_objects;
now a vector of ira_object_t.  All uses changed.
(build_conflict_bit_table): Changed to take into account that
conflicts are now tracked for objects.
(process_regs_for_copy, propagate_copies, build_allocno_conflicts)
(print_allocno_conflicts, ira_build_conflicts): Likewise.
* ira-color.c (assign_hard_reg, setup_allocno_available_regs_num)
setup_allocno_left_conflicts_size, allocno_reload_assign,
fast_allocation): Likewise.
* ira-lives.c (make_hard_regno_born, make_allocno_born)
process_single_reg_class_operands, process_bb_node_lives): Likewise.
* ira-emit.c (modify_move_list, add_range_and_copies_from_move_list):
Likewise.
* ira-build.c (ira_objects_num): New variable.
(ira_object_id_map): Renamed from ira_conflict_id_allocno_map; now
contains a vector of ira_object_t; all uses changed.
(ira_object_id_map_vec): Corresponding change.
(object_pool): New static variable.
(initiate_allocnos): Initialize it.
(finish_allocnos): Free it.
(ira_create_object, ira_create_allocno_object, create_allocno_objects):
New functions.
(ira_create_allocno): Don't set members that were removed.
(ira_set_allocno_cover_class): Don't change conflict hard regs.
(merge_hard_reg_conflicts): Changed to take into account that
conflicts are now tracked for objects.
(ira_conflict_vector_profitable_p, ira_allocate_conflict_vec,
allocate_conflict_bit_vec, ira_allocate_object_conflicts,
compress_conflict_vecs, remove_low_level_allocnos, ira_flattening,
setup_min_max_allocno_live_range_point, allocno_range_compare_func,
setup_min_max_conflict_allocno_ids, ):  Likewise.
((add_to_conflicts): Renamed from add_to_allocno_conflicts, args changed
to ira_object_t; all callers changed.
(ira_add_conflict): Renamed from ira_add_allocno_conflict, args changed
to ira_object_t, all callers changed.
(clear_conflicts): Renamed from clear_allocno_conflicts, arg changed
to ira_object_t, all callers changed.
(conflict_check, curr_conflict_check_tick): Renamed from
allocno_conflict_check and curr_allocno_conflict_check_tick; all uses
changed.
(compress_conflict_vec): Renamed from compress_allocno_conflict_vec,
arg changed to ira_object_t, all callers changed.
(create_cap_allocno): Call ira_create_allocno_object.
(finish_allocno): Free the corresponding object.
(sort_conflict_id_map): Renamed from sort_conflict_id_allocno_map; all
callers changed.  Adjusted for dealing with objects.
(ira_build): Call create_allocno_objects after ira_costs.  Adjusted for
dealing with objects.
* ira.c (ira_bad_reload_regno_1): Adjusted for dealing with objects.

From-SVN: r162166

14 years agoDaily bump.
GCC Administrator [Wed, 14 Jul 2010 00:17:57 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r162165

14 years agotrans-expr.c (string_to_single_character): Also optimize string literals containing...
Jakub Jelinek [Tue, 13 Jul 2010 22:56:29 +0000 (00:56 +0200)]
trans-expr.c (string_to_single_character): Also optimize string literals containing a single char followed only by spaces.

* trans-expr.c (string_to_single_character): Also optimize
string literals containing a single char followed only by spaces.
(gfc_trans_string_copy): Remove redundant string_to_single_character
calls.

From-SVN: r162161

14 years agotrans-decl.c (gfc_build_intrinsic_function_decls, [...]): Mark functions as DECL_PURE...
Jakub Jelinek [Tue, 13 Jul 2010 22:55:20 +0000 (00:55 +0200)]
trans-decl.c (gfc_build_intrinsic_function_decls, [...]): Mark functions as DECL_PURE_P or TREE_READONLY.

* trans-decl.c (gfc_build_intrinsic_function_decls,
gfc_build_builtin_function_decls): Mark functions as
DECL_PURE_P or TREE_READONLY.

From-SVN: r162160

14 years agore PR c++/44909 ([C++0x] Copy constructors implicitly deleted)
Jason Merrill [Tue, 13 Jul 2010 22:23:49 +0000 (18:23 -0400)]
re PR c++/44909 ([C++0x] Copy constructors implicitly deleted)

PR c++/44909
* cp-tree.h (struct lang_type_class): Add has_user_opeq.
(TYPE_HAS_USER_OPEQ): New.
* decl.c (grok_special_member_properties): Set it.
* class.c (add_implicitly_declared_members): Don't lazily declare
constructors/operator= if a base or member has a user-declared one.
(check_bases_and_members, check_bases): Adjust.
(check_field_decls, check_field_decl): Adjust.
* method.c (synthesized_method_walk): Initialize check_vdtor.

From-SVN: r162159

14 years agore PR c++/44540 (ICE: in add_substitution, at cp/mangle.c:386 with -fkeep-inline...
Jason Merrill [Tue, 13 Jul 2010 22:23:38 +0000 (18:23 -0400)]
re PR c++/44540 (ICE: in add_substitution, at cp/mangle.c:386 with -fkeep-inline-functions)

PR c++/44540
* mangle.c (write_type): Canonicalize.
(canonicalize_for_substitution): Retain cv-quals on FUNCTION_TYPE.
(write_CV_qualifiers_for_type): Ignore them in abi>=5.

From-SVN: r162158

14 years agoFix date.
Joern Rennecke [Tue, 13 Jul 2010 21:56:28 +0000 (22:56 +0100)]
Fix date.

From-SVN: r162157

14 years agore PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)
Joern Rennecke [Tue, 13 Jul 2010 21:55:57 +0000 (21:55 +0000)]
re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)

gcc:
PR other/44874
* tree-dump.c (dump_options): Add enumerate_locals entry.
Add TDF_NOID exclusion to all entry.
* tree-dump.h (dump_enumerated_decls): Declare.
* tree-pretty-print.c (dump_generic_node): For TDF_NOID,
Don't display type uid.
(print_declaration): Don't crash on TREE_TYPE (t) == 0.
* tree-pass.h (TDF_ENUMERATE_LOCALS): Define.
* tree-ssa-live.c: Include gimple.h.
(numbered_tree_d): New struct.
(numbered_tree): New typedef.
(DEF_VEC_O (numbered_tree): New.
(DEF_VEC_ALLOC_O (numbered_tree, heap)): Likewise.
(compare_decls_by_uid, dump_enumerated_decls_push): New functions.
(dump_enumerated_decls): Likewise.
* tree-optimize.c (execute_cleanup_cfg_post_optimizing): If comparing
debug info and flag_dump_final_insns, call dump_enumerated_decls.
* tree-cfg.c (dump_function_to_file): Call dump_enumerated_decls.
* Makefile.in (tree-ssa-live.o): Depend on $(GIMPLE_H).
gcc/testsuite:
PR other/44874
PR debug/44832
* c-c++-common/pr44832.c: New test.

From-SVN: r162156

14 years agoMakefile.am: Edit pdf rules.
Benjamin Kosnik [Tue, 13 Jul 2010 20:19:38 +0000 (20:19 +0000)]
Makefile.am: Edit pdf rules.

2010-07-13  Benjamin Kosnik  <bkoz@redhat.com>

* doc/Makefile.am: Edit pdf rules.
(doc-man, doc-pdf, doc-html): Expand default rules.
* doc/Makefile.in: Regenerate.
* doc/doxygen/user.cfg.in: Update to Doxygen 1.7.1.

From-SVN: r162151

14 years agoexpmed.h (MAX_BITS_PER_WORD): Move to...
Richard Sandiford [Tue, 13 Jul 2010 19:48:58 +0000 (19:48 +0000)]
expmed.h (MAX_BITS_PER_WORD): Move to...

gcc/
* expmed.h (MAX_BITS_PER_WORD): Move to...
* defaults.h (MAX_BITS_PER_WORD): ...here.

From-SVN: r162150

14 years agoh8300.c (h8300_init_once): Default to -fstrict_volatile_bitfields.
DJ Delorie [Tue, 13 Jul 2010 19:43:30 +0000 (15:43 -0400)]
h8300.c (h8300_init_once): Default to -fstrict_volatile_bitfields.

* config/h8300/h8300.c (h8300_init_once): Default to
-fstrict_volatile_bitfields.

* config/sh/sh.c (sh_override_options): Default to
-fstrict_volatile_bitfields.

* config/rx/rx.c (rx_option_override): New.

* config/m32c/m32c.c (m32c_override_options): Default to
-fstrict_volatile_bitfields.

From-SVN: r162149

14 years agotree.h (build_function_call_expr): Delete.
Nathan Froyd [Tue, 13 Jul 2010 18:46:25 +0000 (18:46 +0000)]
tree.h (build_function_call_expr): Delete.

gcc/
* tree.h (build_function_call_expr): Delete.
(build_call_expr_loc_array): New function.
(build_call_expr_loc_vec): New function.
* tree-flow.h (struct omp_region): Change type of ws_args field
to a VEC.
* builtins.c (build_function_call_expr): Delete.
(build_call_expr_loc_array): New function.
(build_call_expr_loc): Call it.  Use XALLOCAVEC.
(build_call_expr): Likewise.
(build_call_expr_loc_vec): New function.
* cgraphunit.c (build_cdtor): Call build_call_expr instead of
build_function_call_expr.
* expr.c (emutls_var_address): Likewise.
* varasm.c (emutls_common_1): Likewise.
* omp-low.c (expand_omp_atomic_mutex): Likewise.
(expand_omp_taskreg): Adjust for new type of region->ws_args.
(get_ws_args_for): Return a VEC instead of a tree.
(expand_parallel_call): Call build_call_expr_loc_vec instead of
build_function_call_expr.
* stor-layout.c (self_referential_size): Likewise.

gcc/fortran/
* trans-decl.c (build_entry_thunks): Call build_call_expr_loc_vec
instead of build_function_call_expr.
* trans-intrinsic.c (gfc_conv_intrinsic_sr_kind): Likewise.

From-SVN: r162148

14 years agore PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotations...
Tobias Burnus [Tue, 13 Jul 2010 17:26:02 +0000 (19:26 +0200)]
re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotations for noclobber/noescape arguments)

2010-07-13  Tobias Burnus  <burnus@net-b.de>
            Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/43665
        * trans.h (gfc_build_library_function_decl_with_spec): New
        prototype.
        * trans-decl.c (gfc_build_library_function_decl_with_spec):
        Removed static.
        * trans-io (gfc_build_io_library_fndecls): Add "fn spec"
        annotations.

Co-Authored-By: Daniel Franke <franke.daniel@gmail.com>
From-SVN: r162147

14 years agore PR bootstrap/44458 (Bootstrap fails on arm_float_words_big_endian implicit declara...
Laurent GUERBY [Tue, 13 Jul 2010 15:59:20 +0000 (15:59 +0000)]
re PR bootstrap/44458 (Bootstrap fails on arm_float_words_big_endian implicit declaration when Ada on arm-linux)

2010-07-13  Laurent GUERBY  <laurent@guerby.net>

        PR bootstrap/44458
        * gcc-interface/targtyps.c: Include tm_p.h.
        * gcc-interface/Make-lang.in: Update dependencies.

From-SVN: r162146

14 years agore PR objc/44488 (objc test inconsistencies w/ / w/out --enable-build-with-cxx)
Iain Sandoe [Tue, 13 Jul 2010 15:20:21 +0000 (15:20 +0000)]
re PR objc/44488 (objc test inconsistencies w/ / w/out --enable-build-with-cxx)

PR objc/44488
* lib/objc-torture.exp (objc-set-runtime-options): Base runtime list
on the target.  Make sure that we can assemble the emitted asm when
the test type is 'compile'.

From-SVN: r162144

14 years agore PR testsuite/44701 (PR44492 fix broke gcc.target/powerpc/asm-es-2.c)
Jakub Jelinek [Tue, 13 Jul 2010 14:03:49 +0000 (16:03 +0200)]
re PR testsuite/44701 (PR44492 fix broke gcc.target/powerpc/asm-es-2.c)

PR testsuite/44701
* recog.c (constrain_operands): Allow side-effects in memory
operands if either < or > constraint is used, rather than if
both < and > is used.

From-SVN: r162142

14 years agore PR c++/36960 (Reference variable in virtually inherited base corrupted under optim...
Richard Guenther [Tue, 13 Jul 2010 13:31:26 +0000 (13:31 +0000)]
re PR c++/36960 (Reference variable in virtually inherited base corrupted under optimization)

2010-07-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36960
* g++.dg/torture/pr36960.C: New testcase.

From-SVN: r162141

14 years agore PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotations...
Daniel Franke [Tue, 13 Jul 2010 13:20:52 +0000 (09:20 -0400)]
re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotations for noclobber/noescape arguments)

2010-07-13  Daniel Franke  <franke.daniel@gmail.com>
            Tobias Burnus  <burnus@net-b.de>

        PR fortran/43665
        * trans-decl.c (gfc_build_intrinsic_function_decls): Add
        noclobber/noescape annotations to function calls.
        (gfc_build_builtin_function_decls): Likewise.

Co-Authored-By: Tobias Burnus <burnus@net-b.de>
From-SVN: r162140

14 years agore PR c++/44908 (SFINAE vs pointer to member via virtual base)
Paolo Carlini [Tue, 13 Jul 2010 11:47:58 +0000 (11:47 +0000)]
re PR c++/44908 (SFINAE vs pointer to member via virtual base)

cp/
2010-07-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/44908
* call.c (convert_like_real): Adjust convert_ptrmem call, pass
complain argument.
* typeck.c (get_delta_difference): Update prototype, add a
tsubst_flags_t parameter; update get_delta_difference_1 calls and
add checks for error_mark_node.
(get_delta_difference_1): Update prototype, add a tsubst_flags_t
parameter; update lookup_base call.
(build_ptrmemfunc): Update prototype, add a tsubst_flags_t
parameter; update get_delta_difference call and add check for
error_mark_node.
(convert_ptrmem): Update prototype, add a tsubst_flags_t
parameter; update get_delta_difference call and add check for
error_mark_node;  update build_ptrmemfunc call.
(build_static_cast_1): Adjust convert_ptrmem call.
(expand_ptrmemfunc_cst): Adjust get_delta_difference call.
(cp_build_unary_op): Adjust build_ptrmemfunc call.
* cvt.c (cp_convert_to_pointer, convert_force): Adjust convert_ptrmem
and build_ptrmemfunc calls.
* cp-tree.h: Update build_ptrmemfunc and convert_ptrmem prototypes.

testsuite/
2010-07-13  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/44908
* g++.dg/template/sfinae21.C: New.
* g++.dg/template/sfinae22.C: Likewise.

From-SVN: r162138

14 years agore PR middle-end/44911 (line breaks in asm comments break assembly with -fverbose...
Richard Guenther [Tue, 13 Jul 2010 11:18:50 +0000 (11:18 +0000)]
re PR middle-end/44911 (line breaks in asm comments break assembly with -fverbose-asm)

2010-07-13  Richard Guenther  <rguenther@suse.de>

PR middle-end/44911
* tree-pretty-print.c (dump_generic_node): Use TDF_SLIM for
MEM_REF pointer type dumping.  Avoid recursing for TYPE_DECLs
without name.

From-SVN: r162137

14 years agopr44683.x: New.
Kaz Kojima [Tue, 13 Jul 2010 10:43:52 +0000 (10:43 +0000)]
pr44683.x: New.

* gcc.c-torture/execute/pr44683.x: New.
* gcc.dg/torture/builtin-cproj-1.c: Add dg-add-options ieee.

From-SVN: r162136

14 years agore PR target/44761 (sh.md warnings)
Kaz Kojima [Tue, 13 Jul 2010 10:41:15 +0000 (10:41 +0000)]
re PR target/44761 (sh.md warnings)

PR target/44761
* mode-switching.c (optimize_mode_switching): Add ATTRIBUTE_UNUSED
to variable emited.
* config/sh/sh.c (sh_expand_epilogue): Remove unused variable.
* config/sh/sh.md (symGOT_load): Likewise.
(symDTPOFF2reg): Likewise.
(symTPOFF2reg): Likewise.

From-SVN: r162135

14 years agoexpmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
Ramana Radhakrishnan [Tue, 13 Jul 2010 09:48:58 +0000 (09:48 +0000)]
expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.

2010-07-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
* expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c

From-SVN: r162133

14 years agosol2-unwind.h (x86_64_fallback_frame_state): Correct explanation.
Rainer Orth [Tue, 13 Jul 2010 09:10:09 +0000 (09:10 +0000)]
sol2-unwind.h (x86_64_fallback_frame_state): Correct explanation.

* config/i386/sol2-unwind.h (x86_64_fallback_frame_state): Correct
explanation.
Find ucontext_t * on Solaris 11.
(x86_fallback_frame_state): Handle Solaris 9 multi-threaded pattern.
Handle new Solaris 11 __sighndlr patterns.

From-SVN: r162129

14 years agore PR debug/44901 (-fcompare-debug failure for tree-predcom.c)
Jakub Jelinek [Tue, 13 Jul 2010 06:59:56 +0000 (08:59 +0200)]
re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)

PR debug/44901
* vec.h (VEC_block_remove): Fix comment.
* tree-ssa-live.c (remove_unused_locals): Don't use
VEC_unordered_remove on local_decls, instead replace a single
vector element in each iteration if at least one element had
to be removed and VEC_truncate at the end.
* omp-low.c (expand_omp_taskreg): Likewise.

From-SVN: r162126

14 years agore PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)
Janus Weil [Tue, 13 Jul 2010 06:57:17 +0000 (08:57 +0200)]
re PR fortran/44434 ([OOP] ICE in in gfc_add_component_ref)

2010-07-13  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44434
PR fortran/44565
PR fortran/43945
PR fortran/44869
* gfortran.h (gfc_find_derived_vtab): Modified prototype.
* class.c (gfc_build_class_symbol): Modified call to
'gfc_find_derived_vtab'.
(add_proc_component): Removed, moved code into 'add_proc_comp'.
(add_proc_comps): Renamed to 'add_proc_comp', removed treatment of
generics.
(add_procs_to_declared_vtab1): Removed unnecessary argument 'resolved'.
Removed treatment of generics.
(copy_vtab_proc_comps): Removed unnecessary argument 'resolved'.
Call 'add_proc_comp' instead of duplicating code.
(add_procs_to_declared_vtab): Removed unnecessary arguments 'resolved'
and 'declared'.
(add_generic_specifics,add_generics_to_declared_vtab): Removed.
(gfc_find_derived_vtab): Removed unnecessary argument 'resolved'.
Removed treatment of generics.
* iresolve.c (gfc_resolve_extends_type_of): Modified call to
'gfc_find_derived_vtab'.
* resolve.c (resolve_typebound_function,resolve_typebound_subroutine):
Removed treatment of generics.
(resolve_select_type,resolve_fl_derived): Modified call to
'gfc_find_derived_vtab'.
* trans-decl.c (gfc_get_symbol_decl): Ditto.
* trans-expr.c (gfc_conv_derived_to_class,gfc_trans_class_assign):
Ditto.
* trans-stmt.c (gfc_trans_allocate): Ditto.

2010-07-13  Janus Weil  <janus@gcc.gnu.org>

PR fortran/44434
PR fortran/44565
PR fortran/43945
PR fortran/44869
* gfortran.dg/dynamic_dispatch_1.f03: Fixed invalid test case.
* gfortran.dg/dynamic_dispatch_2.f03: Ditto.
* gfortran.dg/dynamic_dispatch_3.f03: Ditto.
* gfortran.dh/typebound_call_16.f03: New.
* gfortran.dg/typebound_generic_6.f03: New.
* gfortran.dg/typebound_generic_7.f03: New.
* gfortran.dg/typebound_generic_8.f03: New.

From-SVN: r162125

14 years agore PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)
Jerry DeLisle [Tue, 13 Jul 2010 02:16:29 +0000 (02:16 +0000)]
re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)

2010-07-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/37077
* gfortran.dg/char4_iunit_1.f03: New test.

From-SVN: r162124

14 years agore PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)
Jerry DeLisle [Tue, 13 Jul 2010 02:12:08 +0000 (02:12 +0000)]
re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)

2010-07-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/37077
* io/read.c: Fix comment.
* io/io.h (is_char4_unit): New macro.
* io/unit.c (get_internal_unit): Call new function open_internal4.
* io/unix.c (mem_alloc_r4): New function. (mem_alloc_w4): New function.
(mem_read4): New function, temporary stub. (mem_write4): New function.
(open_internal4): New function to set stream pointers to use the new
mem functions.
* io/transfer.c (write_block): Use new mem_alloc_w4 to access internal
units of kind=4.
* io/unix.h: Add prototypes for open_internal4, mem_alloc_w4, and
mem_alloc_r4.
* io/write.c (memset4): New helper function. (memcpy4): New helper
function. (write_default_char4): Use new helper functions.
(write_a): Likewise. (write_l): Likewise. (write_boz): Likewise.
(write_decimal): Likewise. (write_x): Likewise.
(write_integer): Likewise.
* io/write_float.def (output_float): Add code blocks to handle internal
unit kind=4 output utilizing gfc_char4_t pointers. (write_infnan): Use
new helper functions. (OUTPUT_FLOAT_FMT_G): Update this macro likewise.

From-SVN: r162123

14 years agore PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)
Jerry DeLisle [Tue, 13 Jul 2010 02:07:48 +0000 (02:07 +0000)]
re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)

2010-07-12  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/37077
* trans-io.c (build_dt): Set common.unit to flag chracter(kind=4)
internal unit.

From-SVN: r162122

14 years agoc-decl.c (finish_function): Fix typo in comment.
Manuel López-Ibáñez [Tue, 13 Jul 2010 01:40:22 +0000 (01:40 +0000)]
c-decl.c (finish_function): Fix typo in comment.

2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* c-decl.c (finish_function): Fix typo in comment.

From-SVN: r162121

14 years agoSilence gcc warning on min_regno.
H.J. Lu [Tue, 13 Jul 2010 00:51:43 +0000 (00:51 +0000)]
Silence gcc warning on min_regno.

2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>

PR bootstrap/44921
* postreload.c (move2add_use_add3_insn): Silence gcc warning
on min_regno.

From-SVN: r162120

14 years agoDaily bump.
GCC Administrator [Tue, 13 Jul 2010 00:17:03 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r162119

14 years agotree-vrp.c (simplify_bit_ops_using_ranges): New function.
Jakub Jelinek [Mon, 12 Jul 2010 22:11:27 +0000 (00:11 +0200)]
tree-vrp.c (simplify_bit_ops_using_ranges): New function.

* tree-vrp.c (simplify_bit_ops_using_ranges): New function.
(simplify_stmt_using_ranges): Use it.

* gcc.dg/tree-ssa/vrp53.c: New test.

From-SVN: r162115

14 years agospu.h (struct spu_builtin_description): Remove FNDECL member.
Ulrich Weigand [Mon, 12 Jul 2010 21:06:06 +0000 (21:06 +0000)]
spu.h (struct spu_builtin_description): Remove FNDECL member.

* config/spu/spu.h (struct spu_builtin_description): Remove FNDECL
member.  Do not mark as GTY(()).
* config/spu/spu.c (spu_builtins): Remove FNDECL initializer elements.
(spu_builtin_decls): New static variable.
(spu_builtin_decl): Use it instead of spu_builtins[].fndecl.
(spu_init_builtins): Likewise.
(spu_builtin_mul_widen_even): Likewise.
(spu_builtin_mul_widen_odd): Likewise.
(spu_builtin_mask_for_load): Likewise.
(spu_builtin_vec_perm): Likewise.
* config/spu/spu-c.c: Include "target.h".
(spu_resolve_overloaded_builtin): Call targetm.builtin_decl instead
of using spu_builtins[].fndecl.

From-SVN: r162114

14 years agore PR c++/44907 (SFINAE vs ambiguous base (the real one ;))
Paolo Carlini [Mon, 12 Jul 2010 19:59:31 +0000 (19:59 +0000)]
re PR c++/44907 (SFINAE vs ambiguous base (the real one ;))

/cp
2010-07-12  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/44907
* call.c (build_temp): Add tsubst_flags_t complain parameter;
adjust build_special_member_call call, pass complain.
(convert_like_real): Adjust build_temp call, pass complain.

/testsuite
2010-07-12  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/44907
* g++.dg/template/sfinae19.C: New.
* g++.dg/template/sfinae20.C: Likewise.

From-SVN: r162113

14 years agomips.c (mips_override_options): Make -mflip-mips16 imply -minterlink-mips16.
Richard Sandiford [Mon, 12 Jul 2010 19:09:35 +0000 (19:09 +0000)]
mips.c (mips_override_options): Make -mflip-mips16 imply -minterlink-mips16.

gcc/
* config/mips/mips.c (mips_override_options): Make -mflip-mips16
imply -minterlink-mips16.

From-SVN: r162112

14 years agomips.h (mips16_globals): Declare.
Richard Sandiford [Mon, 12 Jul 2010 19:04:36 +0000 (19:04 +0000)]
mips.h (mips16_globals): Declare.

gcc/
* config/mips/mips.h (mips16_globals): Declare.
(SWITCHABLE_TARGET): Define.
* config/mips/mips.c: Include target-globals.h.
(mips16_globals): New variable.
(mips_set_mips16_mode): Use save_target_globals and
restore_target_globals instead of target_reinit.

From-SVN: r162111

14 years agoreginfo.c (init_reg_sets): Don't zero globals here.
Richard Sandiford [Mon, 12 Jul 2010 19:04:21 +0000 (19:04 +0000)]
reginfo.c (init_reg_sets): Don't zero globals here.

gcc/
* reginfo.c (init_reg_sets): Don't zero globals here.  Update comment
to say that the function can be called more than once.
* target-globals.c (save_target_globals): Call init_reg_sets.

From-SVN: r162110

14 years agoMakefile.in (bb-reorder.o, [...]): Depend on bb-reorder.h
Richard Sandiford [Mon, 12 Jul 2010 19:04:11 +0000 (19:04 +0000)]
Makefile.in (bb-reorder.o, [...]): Depend on bb-reorder.h

gcc/
* Makefile.in (bb-reorder.o, target-globals.o): Depend on bb-reorder.h
* bb-reorder.h: New file.
* bb-reorder.c (default_target_bb_reorder): New variable.
(this_target_bb_reorder): New conditional variable.
(uncond_jump_length): Redefine as a macro.
* target-globals.h (this_target_bb_reorder): Declare.
(target_globals): Add a bb_reorder field.
(restore_target_globals): Copy the bb_reorder field to
this_target_bb-reorder.
* target-globals.c: Include bb-reorder.h.
(default_target_globals): Initialize the bb_reorder field.
(save_target_globals): Likewise.

From-SVN: r162109

14 years agoMakefile.in (gcse.o, [...]): Depend on gcse.h..
Richard Sandiford [Mon, 12 Jul 2010 19:04:03 +0000 (19:04 +0000)]
Makefile.in (gcse.o, [...]): Depend on gcse.h..

gcc/
* Makefile.in (gcse.o, target-globals.o): Depend on gcse.h..
* gcse.h: New file.
* gcse.c: Include gcse.h.
(default_target_gcse): New variable.
(this_target_gcse): New conditional variable.
(can_copy): Redefine as a macro.
(can_copy_init_p): New macro.
(can_copy_p): Remove can_copy_init_p.
* target-globals.h (this_target_gcse): Declare.
(target_globals): Add a gcse field.
(restore_target_globals): Copy the gcse field to
this_target_gcse.
* target-globals.c: Include gcse.h.
(default_target_globals): Initialize the gcse field.
(save_target_globals): Likewise.

From-SVN: r162108

14 years agoira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs and...
Richard Sandiford [Mon, 12 Jul 2010 19:03:50 +0000 (19:03 +0000)]
ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs and...

gcc/
* ira-int.h (target_ira_int): Add x_ira_prohibited_mode_move_regs
and x_ira_prohibited_mode_move_regs_initialized_p.
(ira_prohibited_mode_move_regs): Redefine as a macro.
* ira.c (ira_prohibited_mode_move_regs): Delete.
(ira_prohibited_mode_move_regs_initialized_p): Redefine as a macro.

From-SVN: r162107

14 years agoreload.h (target_reload): Add x_cached_reg_save_code and x_cached_reg_restore_code.
Richard Sandiford [Mon, 12 Jul 2010 19:03:43 +0000 (19:03 +0000)]
reload.h (target_reload): Add x_cached_reg_save_code and x_cached_reg_restore_code.

gcc/
* reload.h (target_reload): Add x_cached_reg_save_code and
x_cached_reg_restore_code.
* caller-save.c (cached_reg_save_code, cached_reg_restore_code):
Redefine as macros.

From-SVN: r162106

14 years agoMakefile.in (target-globals.o): Depend on builtins.h.
Richard Sandiford [Mon, 12 Jul 2010 19:03:35 +0000 (19:03 +0000)]
Makefile.in (target-globals.o): Depend on builtins.h.

gcc/
* Makefile.in (target-globals.o): Depend on builtins.h.
* builtins.h: New file.
* builtins.c: Include builtins.h.
(default_target_builtins): New variable.
(this_target_builtins): New conditional variable.
(apply_args_mode, apply_result_mode): Redefine as macros.
* target-globals.h (this_target_builtins): Declare.
(target_globals): Add a builtins field.
(restore_target_globals): Copy the builtins field to
this_target_builtins.
* target-globals.c: Include builtins.h.
(default_target_globals): Initialize the builtins field.
(save_target_globals): Likewise.

From-SVN: r162105

14 years agogcc/
Richard Sandiford [Mon, 12 Jul 2010 19:03:25 +0000 (19:03 +0000)]
gcc/
* expmed.h (alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST)
(algorithm, alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved
from expmed.c.
(target_expmed): Add x_alg_hash and x_alg_hash_used_p.
(alg_hash, alg_hash_used_p): New macros.
* expmed.c (init_expmed): Clear alg_hash if reinitializing.
(alg_code, mult_cost, MULT_COST_LESS, CHEAPER_MULT_COST, algorithm)
(alg_hash_entry, NUM_ALG_HASH_ENTRIES, alg_hash): Moved to expmed.h.

From-SVN: r162104

14 years agoira-int.h (target_ira_int): Add x_max_struct_costs_size...
Richard Sandiford [Mon, 12 Jul 2010 19:03:15 +0000 (19:03 +0000)]
ira-int.h (target_ira_int): Add x_max_struct_costs_size...

gcc/
* ira-int.h (target_ira_int): Add x_max_struct_costs_size, x_init_cost,
x_temp_costs, x_op_costs, x_this_op_costs and x_cost_classes.
* ira-costs.c (max_struct_costs_size, init_cost, temp_costs, op_costs)
(this_op_costs, costs_classes): Redefine as macros.
(record_reg_classes): Don't take op_costs as a parameter.
(record_operand_costs): Likewise.  Update calls to record_reg_classes.
(scan_one_insn): Update call to record_operand_costs.

From-SVN: r162103

14 years agoMakefile.in (target-globals.o): Depend on $(IRA_INT_H).
Richard Sandiford [Mon, 12 Jul 2010 19:03:06 +0000 (19:03 +0000)]
Makefile.in (target-globals.o): Depend on $(IRA_INT_H).

gcc/
* Makefile.in (target-globals.o): Depend on $(IRA_INT_H).
* ira-int.h (ira_max_nregs, ira_important_class_nums): Delete.
(target_ira_int): New structure.
(default_target_ira_int): Declare.
(this_target_ira_int): Declare as a variable or define as a macro.
(ira_reg_mode_hard_regset, ira_register_move_cost)
(ira_may_move_in_cost, ira_may_move_out_cost, ira_class_subset_p)
(ira_non_ordered_class_hard_regs, ira_class_hard_reg_index)
(prohibited_class_mode_regs, ira_important_classes_num)
(ira_important_classes, ira_reg_class_intersect)
(ira_reg_classes_intersect_p, ira_reg_class_super_classes)
(ira_reg_class_union): Redefine as macros.
* ira.h (target_ira): New structure.
(default_target_ira): Declare.
(this_target_ira): Declare as a variable or define as a macro.
(ira_available_class_regs, ira_hard_regno_cover_class)
(ira_reg_class_cover_size, ira_reg_class_cover, ira_class_translate)
(ira_reg_class_nregs, ira_memory_move_cost, ira_class_hard_regs)
(ira_class_hard_regs_num): Redefine as macros.
* ira.c (default_target_ira, default_target_ira_int): New variables.
(this_target_ira, this_target_ira_int): New conditional variables.
(ira_reg_mode_hard_regset, ira_memory_move_cost)
(ira_register_move_cost, ira_may_move_in_cost, ira_may_move_out_cost)
(ira_class_subset_p): Delete.
(no_unit_alloc_regs): Redefine as a macro.
(ira_class_hard_regs, ira_non_ordered_class_hard_regs)
(ira_class_hard_regs_num, ira_class_hard_reg_index)
(ira_available_class_regs): Delete.
(alloc_reg_class_subclasses): Redefine as a macro.
(ira_reg_class_cover_size, ira_reg_class_cover)
(ira_important_classes_num, ira_important_classes)
(ira_important_class_nums, ira_class_translate): Delete.
(cover_class_order): Document the variable's lifetime.
(reorder_important_classes): Don't set ira_important_class_nums.
(ira_reg_class_intersect, ira_reg_classes_intersect_p)
(ira_reg_class_super_classes, ira_reg_class_union)
(ira_hard_regno_cover_class, ira_reg_class_nregs, ira_max_nregs):
Delete.
(setup_reg_class_nregs): Don't set ira_max_regs.
(prohibited_class_mode_regs): Delete.
* target-globals.h (this_target_ira, this_target_ira_int): Declare.
(target_globals): Add ira and ira_int fields.
(restore_target_globals): Copy the ira field to this_target_ira
and the ira_int field to this_target_ira_int.
* target-globals.c: Include ira-int.h.
(default_target_globals): Initialize the ira and ira_int fields.
(save_target_globals): Likewise.

From-SVN: r162102

14 years agoMakefile.in (target-globals.o): Depend on $(CFGLOOP_H).
Richard Sandiford [Mon, 12 Jul 2010 19:02:55 +0000 (19:02 +0000)]
Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).

gcc/
* Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).
* cfgloop.h (target_cfgloop): New structure.
(default_target_cfgloop): Declare.
(this_target_cfgloop): Declare as a variable or define as a macro.
(target_avail_regs, target_clobbered_regs, target_res_regs)
(target_reg_cost, target_spill_cost): Redefine as macros.
* cfgloopanal.c (default_target_cfgloop): New variable.
(this_target_cfgloop): New conditional variable.
(target_avail_regs, target_clobbered_regs, target_res_regs)
(target_reg_cost, target_spill_cost): Delete.
* target-globals.h (this_target_cfgloop): Declare.
(target_globals): Add a cfgloop field.
(restore_target_globals): Copy the cfgloop field to
this_target_cfgloop.
* target-globals.c: Include cfgloop.h.
(default_target_globals): Initialize the cfgloop field.
(save_target_globals): Likewise.

From-SVN: r162101

14 years agoregs.h (target_regs): Add x_direct_load, x_direct_store and x_float_extend_from_mem.
Richard Sandiford [Mon, 12 Jul 2010 18:55:57 +0000 (18:55 +0000)]
regs.h (target_regs): Add x_direct_load, x_direct_store and x_float_extend_from_mem.

gcc/
* regs.h (target_regs): Add x_direct_load, x_direct_store and
x_float_extend_from_mem.
(direct_load, direct_store, float_extend_from_mem): New macros.
* expr.c (direct_load, direct_store, float_extend_from_mem): Delete.

From-SVN: r162100

14 years agoMakefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
Richard Sandiford [Mon, 12 Jul 2010 18:55:48 +0000 (18:55 +0000)]
Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).

gcc/
* Makefile.in (LIBFUNCS_H): Add $(HASHTAB_H).
(target-globals.o): Depend on $(LIBFUNCS_H).
* libfuncs.h: Include hashtab.h.
(libfunc_entry): Moved from optabs.c.
(target_libfuncs): New structure.
(default_target_libfuncs): Declare.
(this_target_libfuncs): Declare as a variable or define as a macro.
(libfunc_table): Redefine as a macro.
* optabs.c (default_target_libfuncs): New variable.
(this_target_libfuncs): New conditional variable.
(libfunc_table): Delete.
(libfunc_entry): Moved to optabs.h.
(libfunc_hash): Redefine as a macro.
(hash_libfunc, eq_libfunc): Fix comments.
(init_optabs): Use libfunc_hash to detect cases where the function
has already been called.  Clear the hash table instead of
recreating it.
* target-globals.h (this_target_libfuncs): Declare.
(target_globals): Add a libfuncs field.
(restore_target_globals): Copy the libfuncs field to
this_target_libfuncs.
* target-globals.c: Include libfuncs.h.
(default_target_globals): Initialize the libfuncs field.
(save_target_globals): Likewise.

From-SVN: r162099

14 years agoMakefile.in (LIBFUNCS_H): New variable.
Richard Sandiford [Mon, 12 Jul 2010 18:55:34 +0000 (18:55 +0000)]
Makefile.in (LIBFUNCS_H): New variable.

gcc/
* Makefile.in (LIBFUNCS_H): New variable.  Use instead of libfuncs.h
in all dependency lists.

From-SVN: r162098

14 years agoMakefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
Richard Sandiford [Mon, 12 Jul 2010 18:54:35 +0000 (18:54 +0000)]
Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).

gcc/
* Makefile.in (target-globals.o): Depend on $(EXPR_H) and $(OPTABS_H).
* optabs.h (target_optabs): New structure.
(default_target_optabs): Declare.
(this_target_optabs): Declare as a variable or define as a macro.
(optab_table, convert_optab_table, direct_optab_table): Redefine
as macros.
* optabs.c (default_target_optabs): New variable.
(this_target_optabs): New conditional variable.
(optab_table, convert_optab_table, direct_optab_table): Delete.
* target-globals.h (this_target_optabs): Declare.
(target_globals): Add a optabs field.
(restore_target_globals): Copy the optabs field to
this_target_optabs.
* target-globals.c: Include expr.h and optabs.h.
(default_target_globals): Initialize the optabs field.
(save_target_globals): Likewise.

From-SVN: r162097

14 years agoflags.h (target_flagstate): Add x_flag_excess_precision.
Richard Sandiford [Mon, 12 Jul 2010 18:54:26 +0000 (18:54 +0000)]
flags.h (target_flagstate): Add x_flag_excess_precision.

gcc/
* flags.h (target_flagstate): Add x_flag_excess_precision.
(flag_excess_precision): Redefine as a macro.
* toplev.c (flag_excess_precision): Delete.

From-SVN: r162096

14 years agodefaults.h (MAX_MOVE_MAX, [...]): Define if not defined.
Richard Sandiford [Mon, 12 Jul 2010 18:54:17 +0000 (18:54 +0000)]
defaults.h (MAX_MOVE_MAX, [...]): Define if not defined.

gcc/
* defaults.h (MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Define if not defined.
* libgcc2.c (MIN_UNITS_PER_WORD): Delete.
* hard-reg-set.h (target_hard_regs): Add x_no_caller_save_reg_set.
(no_caller_save_reg_set): Redefine as a macro.
* reload.h (target_reload): Add x_caller_save_initialized_p and
x_regno_save_mode.
(caller_save_initialized_p): Redefine as a macro.
* caller-save.c (caller_save_initialized_p, no_caller_save_reg_set)
(MAX_MOVE_MAX, MIN_UNITS_PER_WORD): Delete.
(regno_save_mode): Redefine as a macro.

From-SVN: r162095

14 years agoMakefile.in (expmed.o, [...]): Depend on expmed.h.
Richard Sandiford [Mon, 12 Jul 2010 18:54:08 +0000 (18:54 +0000)]
Makefile.in (expmed.o, [...]): Depend on expmed.h.

gcc/
* Makefile.in (expmed.o, target-globals.o): Depend on expmed.h.
* expmed.h: New file.
* expmed.c (default_target_costs): New variable.
(this_target_costs): New conditional variable.
(sdiv_pow2_cheap, smod_pow2_cheap, zero_cost, add_cost, neg_cost)
(shift_cost, shiftadd_cost, shiftsub0_cost, shiftsub1_cost, mul_cost)
(sdiv_cost, udiv_cost, mul_widen_cost, mul_highpart_cost): Delete.
* target-globals.h (this_target_expmed): Declare.
(target_globals): Add a expmed field.
(restore_target_globals): Copy the expmed field to
this_target_expmed.
* target-globals.c: Include expmed.h.
(default_target_globals): Initialize the expmed field.
(save_target_globals): Likewise.

From-SVN: r162094

14 years agoMakefile.in (target-globals.o): Depend on reload.h.
Richard Sandiford [Mon, 12 Jul 2010 18:53:59 +0000 (18:53 +0000)]
Makefile.in (target-globals.o): Depend on reload.h.

gcc/
* Makefile.in (target-globals.o): Depend on reload.h.
* reload.h (target_reload): New structure.
(default_target_reload): Declare.
(this_target_reload): Declare as a variable or define as a macro.
(indirect_symref_ok, double_reg_address_ok): Redefine as macros.
* reload1.c (default_target_reload): New variable
(this_target_reload): New conditional variable.
(indirect_symref_ok, double_reg_address_ok): Delete.
(spill_indirect_levels): Redefine as a macro.
* target-globals.h (this_target_reload): Declare.
(target_globals): Add a reload field.
(restore_target_globals): Copy the reload field to
this_target_reload.
* target-globals.c: Include hard-reg-set.h.
(default_target_globals): Initialize the reload field.
(save_target_globals): Likewise.

From-SVN: r162093

14 years agortl.h (target_rtl): Add x_static_reg_base_value.
Richard Sandiford [Mon, 12 Jul 2010 18:53:49 +0000 (18:53 +0000)]
rtl.h (target_rtl): Add x_static_reg_base_value.

gcc/
* rtl.h (target_rtl): Add x_static_reg_base_value.
* alias.c (static_reg_base_value): Redefine as a macro.

From-SVN: r162092

This page took 0.117992 seconds and 5 git commands to generate.