1. 19 Dec, 2009 6 commits
    • Fix PR c++/42225, take 2 · e96ce650
      gcc/cp/ChangeLog:
      	PR c++/42225
      	* pt.c (push_template_decl_real): Set DECL_CONTEXT of template type
      	parms to their containing template decl.
      	* typeck.c (comp_template_parms_position): Split this from
      	structural_comptypes.
      	(incompatible_template_type_parms_p): Renamed
      	incompatible_dependent_typedefs_p into this. Change the function to
      	handle comparison between TEMPLATE_TYPE_PARMs only.
      	(structural_comptypes): Use comp_template_parms_position in
      	TEMPLATE_TEMPLATE_PARM and BOUND_TEMPLATE_TEMPLATE_PARM cases.
      	Use incompatible_template_type_parms_p in TEMPLATE_TYPE_PARM case.
      	* mangle.c (decl_mangling_context): Template type parms don't have
      	a mangling context.
      	* tree.c (cp_set_underlying_type): Set type structural equality
      	only for TEMPLATE_TYPE_PARMs.
      
      gcc/testsuite/ChangeLog:
      	PR c++/42225
      	* g++.dg/template/typedef26.C: New test.
      
      From-SVN: r155363
      Dodji Seketeli committed
    • re PR lto/42401 (wrong-code with -flto) · b0ce048a
      2009-12-19  Richard Guenther  <rguenther@suse.de>
      
      	PR lto/42401
      	* lto-streamer-out.c (tree_is_indexable): Local statics
      	are indexable.
      	(lto_output_tree_ref): Adjust assert.
      
      	* g++.dg/lto/20091219_0.C: New testcase.
      
      From-SVN: r155361
      Richard Guenther committed
    • re PR tree-optimization/42108 (50% performance regression) · d0ca0bcb
      2009-12-19  Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/42108
      	* tree-ssa-sccvn.c (last_vuse_ptr): New variable.
      	(vn_reference_lookup_2): Update last seen VUSE.
      	(vn_reference_lookup_3): Avoid updating last seen VUSE after
      	translating.
      	(visit_reference_op_load): Use last seen VUSE from the first
      	lookup when entering into the table.
      
      	* gfortran.dg/pr42108.f90: New testcase.
      
      From-SVN: r155360
      Richard Guenther committed
    • Increase clock resolution for system_clock_8. · a8572b62
      From-SVN: r155359
      Janne Blomqvist committed
    • Makefile.in (PLUGIN_HEADERS): Add more headers. · 2a5e9d16
              * Makefile.in (PLUGIN_HEADERS): Add more headers.
      
              * tree-pass.h (GCC_PASS_LISTS): Define.
              (PASS_LIST_NO_all_lowering_passes): New enumeration value.
              (PASS_LIST_NO_all_small_ipa_passes): Likewise.
              (PASS_LIST_NO_all_regular_ipa_passes): Likewise.
              (PASS_LIST_NO_all_lto_gen_passes): Likewise.
              (PASS_LIST_NO_all_passes): Likewise.
              (PASS_LIST_NUM): Likewise.
              (gcc_pass_lists): Declare.
              * passes.c (gcc_pass_lists): Define.
      
      From-SVN: r155354
      Joern Rennecke committed
    • Daily bump. · dedf9c63
      From-SVN: r155353
      GCC Administrator committed
  2. 18 Dec, 2009 11 commits
  3. 17 Dec, 2009 22 commits
    • dwarf2out.c (loc_descriptor): For SYMBOL_REFs and LABEL_REFs use… · 1d6a3234
      dwarf2out.c (loc_descriptor): For SYMBOL_REFs and LABEL_REFs use DW_OP_addr+DW_OP_stack_value instead of...
      
      	* dwarf2out.c (loc_descriptor): For SYMBOL_REFs and LABEL_REFs
      	use DW_OP_addr+DW_OP_stack_value instead of DW_OP_implicit_value.
      	(add_const_value_attribute): For CONST_STRING, SYMBOL_REFs and
      	LABEL_REFs use DW_OP_addr+DW_OP_stack_value DW_AT_location instead of
      	DW_AT_const_value.
      
      	* gcc.dg/debug/dwarf2/const-1.c: Don't expect DW_AT_const_value,
      	but instead DW_AT_location with DW_OP_addr+DW_OP_stack_value.  Add
      	-gno-strict-dwarf -fno-merge-debug-strings to dg-options.
      	* g++.dg/debug/dwarf2/const1.C: Likewise.
      	* g++.dg/debug/dwarf2/template-params-3.C: Likewise.
      	* g++.dg/debug/dwarf2/template-func-params-3.C: Likewise.
      
      From-SVN: r155327
      Jakub Jelinek committed
    • re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433) · cbdd7479
      	PR debug/41679
      	* var-tracking.c (count_uses): Count MO_VAL_USE of original
      	MO_VAL_SET value for COND_EXEC.
      	(add_stores): Handle conditional stores.
      
      From-SVN: r155324
      Alexandre Oliva committed
    • re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433) · 951d4497
      	PR debug/41679
      	* var-tracking.c (use_type): Remove indirection from loc.
      	(count_uses): Dereference incoming loc early.
      	(add_uses): Dereference incoming loc early.
      
      From-SVN: r155323
      Alexandre Oliva committed
    • re PR debug/41679 (internal compiler error: in loc_cmp, at var-tracking.c:2433) · 00ee9f44
      	PR debug/41679
      	* var-tracking.c (add_stores): Avoid value mode mismatch for
      	promoted declarations.
      
      	* gcc.target/arm/pr41679.c: New.
      
      From-SVN: r155322
      Alexandre Oliva committed
    • re PR tree-optimization/42386 (ICE in ipcp_iterate_stage, at ipa-cp.c:766) · 3fd54fb0
      	PR c++/42386
      	* ipa.c (function_and_variable_visibility): Clear same_comdat_group
      	links of DECL_EXTERNAL nodes.
      
      	* g++.dg/opt/dtor3.C: New test.
      
      From-SVN: r155321
      Jakub Jelinek committed
    • rtl.texi (Vector Operations): Clarify vec_select result mode. · a0274eae
      2009-12-17  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/rtl.texi (Vector Operations): Clarify vec_select result mode.
      
      From-SVN: r155320
      Sandra Loosemore committed
    • bpabi-v6m.S (test_div_by_zero): New macro. · 0c23e1be
      	gcc/
      	* config/arm/bpabi-v6m.S (test_div_by_zero): New macro.
      	(aeabi_ldivmod, aeabi_uldivmod): Use above macro.
      	* config/arm/bpabi.S (test_div_by_zero): New macro.
      	(aeabi_ldivmod, aeabi_uldivmod): Use above macro.
      	* config/arm/lib1funcs.asm (ARM_LDIV0): Tail-call int div-by-zero
      	handler for EABI. Add signed/unsigned argument, pass correct value
      	to that handler.
      	(THUMB_LDIV0): Same, for Thumb.
      	(DIV_FUNC_END): Add signed argument.
      	(WEAK): New macro (for EABI).
      	(__udivsi3, __umodsi3): Add unsigned argument to DIV_FUNC_END. For
      	__udivsi3, add entry point which skips division-by-zero test.
      	(__divsi3, __modsi3): Add signed argument to DIV_FUNC_END.
      	(__aeabi_uidivmod, __aeabi_idivmod): Check for division by zero.
      	Call __udivsi3 or __divsi3 via entry points which skip
      	division-by-zero tests.
      	(__div0): Rename to __aeabi_idiv0, __aeabi_ldiv0 for EABI, and
      	declare those names weak.
      
      From-SVN: r155319
      Julian Brown committed
    • re PR target/42377 (libstdc++.dll.a misses a definition of std::string::reserve) · ce7611f2
      	PR target/42377
      	* config/abi/pre/gnu.ver: Adjust mangled function signatures to permit
      	LLP64 sizetypes throughout.
      
      From-SVN: r155318
      Dave Korn committed
    • re PR middle-end/42397 (FAIL: gfortran.dg/lto/20091028-2… · e100f395
      re PR middle-end/42397 (FAIL: gfortran.dg/lto/20091028-2 f_lto_20091028-2_0.o-f_lto_20091028-2_1.o link, internal compiler error)
      
      2009-12-17  Richard Guenther  <rguenther@suse.de>
      
      	PR middle-end/42397
      	* builtins.c (get_object_alignment): Properly deal with
      	a CONST_DECL base.
      	* expr.c (emit_block_move_hints): Assert the alignment makes
      	sense.
      
      From-SVN: r155316
      Richard Guenther committed
    • * ada/acats/run_all.sh: Strip comments from norun.lst · 3c35a1a7
      From-SVN: r155314
      Arnaud Charlet committed
    • re PR target/32280 (_mm_srli_si128, heinous code for some shifts) · fe6ae2da
      	PR target/32280
      	* config/i386/i386-modes.def (V1TI): New vector mode.
      	* config/i386/i386.h (VALID_SSE_REG_MODE): Add V1TImode.
      	(SSE_REG_MODE_P): Ditto.
      	* config/i386/sse.md (SSEMODE16): New mode iterator.
      	(AVXMODE16): Ditto.
      	(avxvecmode): Handle V1TI mode.
      	(*avx_mov<mode>_internal): Use AVXMODE16 instead of AVXMODE.
      	(mov<mode>): Use SSEMODE16 instead of SSEMODE.
      	(*mov<mode>_internal): Ditto.
      	(push<mode>1): Ditto.
      	(movmisalign<mode>): Ditto.
      	(sse2_ashlv1ti): Rename from sse2_ashlti.
      	(sse2_lshrv1ti): Rename from sse2_lshrti.
      	(*avx_ashlv1ti): Rename from *avx_ashlti and move from i386.md.
      	(*avx_lshrv1ti): Rename from *avx_lshrti and move from i386.md.
      	(vec_shl_<mode>): Convert operands to V1TImode and use V1TI shift.
      	(vec_shr_<mode>): Ditto.
      	(*sse2_mulv4si3): Update for renamed sse2_ashlv1ti3.
      	(udot_prodv4si): Ditto.
      	* config/i386/i386.c (classify_argument): Handle V1TImode.
      	(function_arg_advance_32): Ditto.
      	(function_arg_32): Ditto.
      	(ix86_expand_sse4_unpack): Convert operands to V1TImode and update
      	for renamed gen_sse2_lshrv1ti3.
      	(ix86_expand_args_builtin) <V2DI_FTYPE_V2DI_INT_CONVERT>: Set rmode
      	to V1TImode.
      	(struct builtin_description) <__builtin_ia32_pslldqi128>: Update
      	for renamed sse2_ashlv1ti3.
      	<__builtin_ia32_psrldqi128>: Update for renamed sse2_lshrv1ti3.
      	
      	Revert:
      	2007-06-11  Uros Bizjak  <ubizjak@gmail.com>
      
      	PR target/32280
      	* config/i386/sse.md ("sse2_ashlti", "sse2_lshrti3"): Move ...
      	* config/i386/i386.md ("sse2_ashlti", "sse2_lshrti3"): ... to here.
      
      testsuite/ChangeLog:
      
      	PR target/32280
      	* gcc.target/i386/pr32280-1.c: New test.
      
      From-SVN: r155312
      Uros Bizjak committed
    • objc-act.c (objc_substitute_decl, [...]): Update build_indirect_ref calls. · bcff5c1e
      2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
      
      	* objc-act.c (objc_substitute_decl, build_ivar_reference,
      	get_super_receiver): Update build_indirect_ref calls.
      
      From-SVN: r155311
      Shujing Zhao committed
    • re PR target/42372 (Regrename reuses non-dead register) · 0f727c82
      	PR target/42372
      	* arm.md (pic_add_dot_plus_eight): Change output constraint from
      	update to write.
      
      From-SVN: r155310
      Richard Earnshaw committed
    • rs6000-c.c (altivec_resolve_overloaded_builtin): Update build_indirect_ref calls. · 4cdec952
      2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
      
      	* config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
      	Update build_indirect_ref calls.
      
      From-SVN: r155309
      Shujing Zhao committed
    • re PR libstdc++/42198 ([C++0x] Using std::thread without -pthread causes immediate crash) · 45ed58a8
      2009-12-17  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/42198
      	* src/thread.cc (thread::_M_start_thread): Throw system_error
      	immediately if the thread system is inactive.
      
      From-SVN: r155308
      Paolo Carlini committed
    • forward-1.x: XFAIL for -fgnu-runtime on x86_64-*-darwin*... · 19c006ff
          * objc/execute/forward-1.x: XFAIL for -fgnu-runtime on
          x86_64-*-darwin*, powerpc*-*-darwin* and alpha*-*-linux* targets.
      
      From-SVN: r155307
      Uros Bizjak committed
    • PR libstdc++/21772 part 2 · 53179144
      2009-12-16  Benjamin Kosnik  <bkoz@redhat.com>
      
      	PR libstdc++/21772 part 2
      	* doc/xml/manual/test.xml: Add documentation about testing details.
      	* testsuite/util/exception/safety.h: New. Functor objects for
      	testing C++0x container classes.
      	* testsuite/util/testsuite_container_traits.h: Add traits.
      
      	* testsuite/23_containers/list/requirements/exception/
      	basic.cc: New.
      	generation_prohibited.cc: New.
      	propagation_consistent.cc: New.
      
      From-SVN: r155306
      Benjamin Kosnik committed
    • re PR fortran/42144 ([OOP] deferred TBPs do not work) · ccfd7296
      gcc/fortran/
      2009-12-17 Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/42144
      	* trans-expr.c (select_class_proc): Skip abstract base types.
      
      gcc/testsuite/
      2009-12-17  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/42144
      	* gfortran.dg/dynamic_dispatch_6.f03: New test.
      
      From-SVN: r155305
      Janus Weil committed
    • sync.md (IMODE): Remove mode iterator. · ca43f0ef
      	* config/i386/sync.md (IMODE): Remove mode iterator.
      	(modesuffix): Remove mode attribute.
      	(modeconstraint): Ditto.
      	(immconstraint): Ditto.
      	(*sync_compare_and_swap<mode>): Use SWI mode iterator instead of
      	IMODE mode iterator, imodesuffix mode attribute instead of modesuffix,
      	<r> mode attribute instead of modeconstraint and <i> mode attribute
      	instead of immconstraint.
      	(sync_double_compare_and_swap<mode>): Ditto.
      	(sync_old_add<mode>): Ditto.
      	(sync_lock_test_and_set<mode>): Ditto.
      	(sync_add<mode>): Ditto.
      	(sync_sub<mode>): Ditto.
      	(sync_and<mode>): Ditto.
      	(sync_ior<mode>): Ditto.
      	(sync_xor<mode>): Ditto.
      	(sync_<code><mode>): Macroize insn pattern from
      	sync_{and,ior,xor}<mode> using any_logic code iterator.
      
      From-SVN: r155304
      Uros Bizjak committed
    • call.c (build_over_call, [...]): Update cp_build_indirect_ref calls. · 7ad86035
      2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
      
      	* call.c (build_over_call, build_java_interface_fn_ref): Update
      	cp_build_indirect_ref calls.
      	* typeck2.c (build_m_component_ref): Likewise.
      
      From-SVN: r155303
      Shujing Zhao committed
    • re PR c/40885 (build_indirect_ref i18n problems) · dd865ef6
      2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
      
      	PR c/40885
      	* c-common.h (ref_operator): New type.
      	(build_indirect_ref): Adjust prototype with new argument.
      	* c-typeck.c (build_indirect_ref): Accept ref_operator as argument and
      	emit the diagnostics for easy translation.
      	(build_array_ref): Update calls to build_indirect_ref.
      	* c-omp.c (c_finish_omp_atomic): Likewise.
      	* c-parser.c (c_parser_unary_expression,
      	c_parser_postfix_expression_after_primary): Likewise.
      
      cp/
      2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
      
      	* typeck.c (build_indirect_ref): Update the argument.
      	(build_x_indirect_ref): Likewise.
      	(cp_build_indirect_ref): Update the argument and emit the diagnostics
      	for easy translation.
      	(build_class_member_access_expr, build_array_ref,
      	get_member_function_from_ptrfunc): Update calls.
      	* cp-tree.h (build_x_indirect_ref, cp_build_indirect_ref): Update
      	prototypes.
      	* call.c (build_new_op, convert_like_real, build_x_va_arg,
      	build_over_call): Update calls.
      	* class.c (build_base_path, build_simple_base_path, build_vfn_ref):
      	Likewise.
      	* decl.c (start_preparsed_function): Likewise.
      	* except.c (expand_start_catch_block, build_throw): Likewise.
      	* init.c (emit_mem_initializers, expand_virtual_init,
      	expand_virtual_init, build_new_1, build_vec_init, build_delete,
      	build_vec_delete): Likewise.
      	* parser.c (cp_parser_unary_expression): Likewise.
      	* pt.c (tsubst_copy_and_build): Likewise.
      	* rtti.c (build_headof, get_tinfo_decl_dynamic, get_typeid): Likewise.
      	* semantics.c (finish_non_static_data_member, thisify_lambda_field):
      	Likewise.
      	* tree.c (build_dummy_object, stabilize_expr): Likewise.
      	* typeck2.c (build_x_arrow): Likewise.
      
      testsuite/
      2009-12-17  Shujing Zhao  <pearly.zhao@oracle.com>
      
      	* g++.old-deja/g++.mike/net31.C: Make expected dg-error strings
      	explicit.
      	* g++.old-deja/g++.bugs/900213_02.C: Likewise.
      	* g++.old-deja/g++.bugs/900215_02.C: Likewise.
      
      From-SVN: r155302
      Shujing Zhao committed
    • Daily bump. · 3d34d0a0
      From-SVN: r155301
      GCC Administrator committed
  4. 16 Dec, 2009 1 commit