1. 27 Dec, 2010 4 commits
  2. 26 Dec, 2010 9 commits
    • In gcc/testsuite/: 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com> · 8c893dd0
      In gcc/testsuite/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/gnu-api-2-class.m: Xfail the test on Apple Darwin m64.
      	* objc.dg/gnu-api-2-ivar.m: Same.
      	* objc.dg/gnu-api-2-method.m: Same.
      	* objc.dg/gnu-api-2-objc.m: Same.
      	* objc.dg/gnu-api-2-object.m: Same.
      	* objc.dg/gnu-api-2-protocol.m: Same.
      	* obj-c++.dg/gnu-api-2-class.mm: Same.
      	* obj-c++.dg/gnu-api-2-ivar.mm: Same.
      	* obj-c++.dg/gnu-api-2-method.mm: Same.
      	* obj-c++.dg/gnu-api-2-objc.mm: Same.
      	* obj-c++.dg/gnu-api-2-object.mm: Same.
      	* obj-c++.dg/gnu-api-2-protocol.mm: Same.
      
      From-SVN: r168256
      Nicola Pero committed
    • tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE, compare… · f2f04486
      tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE, compare TYPE_MAIN_VARIANTs of types.
      
      2010-12-26  Martin Jambor  <mjambor@suse.cz>
      
      	* tree.c (get_binfo_at_offset): Use BINFO_TYPE instead of TREE_TYPE,
      	compare TYPE_MAIN_VARIANTs of types.
      
      From-SVN: r168255
      Martin Jambor committed
    • In gcc/testsuite/: 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com> · b992d9b0
      In gcc/testsuite/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/pr44509.m: New.
      
      In gcc/objc/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
      
      In gcc/objcp/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* config-lang.in (gtfiles): Added c-family/c-cppbuiltin.c.
      
      From-SVN: r168254
      Nicola Pero committed
    • In gcc/testsuite/: 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com> · 029b98c8
      In gcc/testsuite/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/gnu-api-2-class.m: Updated the test to work with the
      	Apple runtime as well.
      	* obj-c++.dg/gnu-api-2-class.mm: Same change.
      	* objc.dg/gnu-api-2-ivar.m: Same change.
      	* obj-c++.dg/gnu-api-2-ivar.mm: Same change.
      	* objc.dg/gnu-api-2-method.m: Same change.
      	* obj-c++.dg/gnu-api-2-method.mm: Same change.
      	* objc.dg/gnu-api-2-objc.m: Same change.
      	* obj-c++.dg/gnu-api-2-objc.mm: Same change.
      	* objc.dg/gnu-api-2-object.m: Same change.
      	* obj-c++.dg/gnu-api-2-object.mm: Same change.
      	* objc.dg/gnu-api-2-property.m: Same change.
      	* obj-c++.dg/gnu-api-2-property.mm: Same change.
      	* objc.dg/gnu-api-2-protocol.m: Same change.
      	* obj-c++.dg/gnu-api-2-protocol.mm: Same change.
      
      	* objc.dg/gnu-api-2-objc.m: Also, fixed test for
      	objc_disposeClassPair not to create a new class pair with the same
      	name as an existing class, and to test that the class pair is
      	created correctly.
      	* obj-c++.dg/gnu-api-2-objc.mm: Same change.
      
      From-SVN: r168252
      Nicola Pero committed
    • In libobjc/: 2010-12-26 Nicola Pero <nicola.pero@meta-innovation.com> · fa539f51
      In libobjc/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* init.c (create_tree_of_subclasses_inherited_from): Use
      	class_superclass_of_class instead of assuming a class is
      	unresolved when it could be resolved.  Tidied up code.
      	(__objc_tree_insert_class): Enhanced DEBUG_PRINTF.
      	(objc_tree_insert_class): Tidied up loop; return immediately upon
      	inserting a class.
      	(__objc_exec_class): Do not set __objc_class_tree_list.
      	
      In gcc/testsuite/:
      2010-12-26  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* objc.dg/special/special.exp: Added load-category-2 and
      	load-category-3 tests.
      	* objc.dg/special/load-category-2.h: New.
      	* objc.dg/special/load-category-2.m: New.
      	* objc.dg/special/load-category-2a.m: New.
      	* objc.dg/special/load-category-3.h: New.
      	* objc.dg/special/load-category-3.m: New.
      	* objc.dg/special/load-category-3a.m: New.
      
      From-SVN: r168251
      Nicola Pero committed
    • * sv.po: Update. · f8a64a9a
      From-SVN: r168250
      Joseph Myers committed
    • ChangeLog: Fix formatting issues and remove duplicate entries. · c5b6bcb9
      	* ChangeLog: Fix formatting issues and remove duplicate entries.
      	* testsuite/ChangeLog: Ditto.
      
      From-SVN: r168249
      Uros Bizjak committed
    • Daily bump. · d7630b67
      From-SVN: r168248
      GCC Administrator committed
  3. 25 Dec, 2010 4 commits
  4. 24 Dec, 2010 12 commits
  5. 23 Dec, 2010 11 commits
    • In libobjc/: 2010-12-23 Nicola Pero <nicola.pero@meta-innovation.com> · e99776d8
      In libobjc/:
      2010-12-23  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* init.c (create_tree_of_subclasses_inherited_from): Updated
      	DEBUG_PRINTF messages.
      	(__objc_tree_insert_class): Same.
      	(__objc_send_load_using_method_list): Same.
      	(__objc_send_load): Same.
      	(__objc_exec_class): Same.  In particular, do not print the module
      	name since it is no longer used.
      	* sendmsg.c (__objc_send_initialize): Added DEBUG_PRINTFs for
      	tracking +initialize calls.
      	(__objc_update_dispatch_table_for_class): Added DEBUG_PRINTFs for
      	tracking updates of dispatch tables.
      	(__objc_install_dispatch_table_for_class): Same.
      
      From-SVN: r168215
      Nicola Pero committed
    • Fix PR46758: Do not use int_cst_value. · bd29eba2
      2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
      	    Richard Guenther  <rguenther@suse.de>
      
      	PR tree-optimization/46758
      	* graphite-sese-to-poly.c (scan_tree_for_params_right_scev): Use
      	tree_int_to_gmp instead of int_cst_value.
      	(scan_tree_for_params_int): Same.
      	(scan_tree_for_params): Same.
      	(pdr_add_data_dimensions): Use ppl_set_inhomogeneous_tree.
      
      	* gcc.dg/graphite/run-id-pr46758.c: New.
      
      Co-Authored-By: Richard Guenther <rguenther@suse.de>
      
      From-SVN: r168211
      Sebastian Pop committed
    • Fix PR47002: memory leaks. · 01be8516
      2010-12-23  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR tree-optimization/47002
      	* tree-data-ref.c (compute_data_dependences_for_loop): Pass in a
      	pointer to the loop_nest.
      	(analyze_all_data_dependences): Initialize and free the loop_nest.
      	(free_dependence_relations): Do not free loop_nest.
      	(build_rdg): Pass in the loop_nest, datarefs, and dependence_relations.
      	(free_rdg): Also free the data on edges.
      	* tree-data-ref.h (build_rdg): Update declaration.
      	(compute_data_dependences_for_loop): Same.
      	* tree-if-conv.c (if_convertible_loop_p_1): Pass in the loop_nest.
      	(if_convertible_loop_p): Allocate and free loop_nest.
      	* tree-loop-distribution.c (rdg_flag_loop_exits): Free conds.
      	(free_rdg_components): VEC_free components.
      	(distribute_loop): Update call to build_rdg.  Allocate and free
      	loop_nest, datarefs, and dependence_relations.
      	* tree-loop-linear.c (linear_transform_loops): Allocate and free
      	loop_nest.
      	* tree-parloops.c (loop_parallel_p): Same.
      	* tree-predcom.c (tree_predictive_commoning_loop): Same.
      	* tree-vect-data-refs.c (vect_analyze_data_refs): Pass to
      	compute_data_dependences_for_loop a pointer to LOOP_VINFO_LOOP_NEST.
      	* tree-vect-loop.c (new_loop_vec_info): Initialize LOOP_VINFO_LOOP_NEST.
      	(destroy_loop_vec_info): Free LOOP_VINFO_MAY_ALIAS_DDRS and
      	LOOP_VINFO_LOOP_NEST.
      	* tree-vect-slp.c (destroy_bb_vec_info): Call free_data_refs and
      	free_dependence_relations.
      	* tree-vectorizer.h (struct _loop_vec_info): Add a field loop_nest.
      	(LOOP_VINFO_LOOP_NEST): New.
      
      From-SVN: r168210
      Sebastian Pop committed
    • ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even when not checking. · f5333fe8
      2010-12-23  Martin Jambor  <mjambor@suse.cz>
      
      	* ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even
      	when not checking.
      
      From-SVN: r168209
      Martin Jambor committed
    • * configure: Regenerate. · 539b4d11
      From-SVN: r168208
      Hariharan Sandanagobalane committed
    • re PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCATE: Segfault) · 5235ddbc
      2010-12-23  Mikael Morin  <mikael@gcc.gnu.org>
      
      	PR fortran/46978
      	* gfortran.dg/transpose_intrinsic_func_call_1.f90: New test.
      
      From-SVN: r168207
      Mikael Morin committed
    • re PR fortran/46978 (TRANSPOSE with RESHAPE and ALLOCATE: Segfault) · 2b63684b
      2010-12-23  Mikael Morin  <mikael.morin@gcc.gnu.org>
      
      	PR fortran/46978
      	Revert part of revision 164112
      	* trans-array.c (gfc_trans_create_temp_array):
      	Set loop n'th upper bound from (possibly transposed) array's dim bounds.
      
      From-SVN: r168206
      Mikael Morin committed
    • configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for --eh-frame-hdr. · 6961669f
      	* configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for
      	--eh-frame-hdr.
      	Check for working Sun ld version.
      	(HAVE_LD_EH_FRAME_HDR): Adapt comment.
      	(glibc_header_dir): Set only once.
      	Rename to ...
      	(target_header_dir): ... this.
      	Adapt users.
      	(gcc_cv_target_dl_iterate_frame_hdr): Check on *-*-solaris2*.
      	(TARGET_DL_ITERATE_PHDR): Define if present.
      	* configure: Regenerate.
      	* config.in: Likewise.
      	* config/t-sol2 (LIB2ADDEH, LIB2ADDEHDEP): Define.
      	* crtstuff.c (USE_PT_GNU_EH_FRAME): Define for recent Solaris 11
      	with linker support and dl_iterate_phdr.
      	* unwind-dw2-fde-glibc.c (USE_PT_GNU_EH_FRAME): Likewise.
      	(_Unwind_IteratePhdrCallback) [PT_SUNW_UNWIND]: Also accept
      	PT_SUNW_UNWIND .eh_frame_hdr sections.
      	[CRT_GET_RFIB_DATA && __i386__ && __sun__ && __svr4__]: Add
      	load_base to data->dbase.
      	[CRT_GET_RFIB_DATA && __x86_64__ && __sun__ && __svr4__]: Handle
      	64-bit Solaris 10+/x86.
      	* config/sol2-gld.h [TARGET_DL_ITERATE_PHDR && HAVE_LD_EH_FRAME_HDR]
      	(LINK_EH_SPEC): Define.
      
      From-SVN: r168204
      Rainer Orth committed
    • Makefile.in (libobjc$(libsuffix).la): Link with -Wc,-shared-libgcc. · 1d439e6c
      	* Makefile.in (libobjc$(libsuffix).la): Link with -Wc,-shared-libgcc.
      	(libobjc_gc$(libsuffix).la): Likewise.
      
      From-SVN: r168203
      Rainer Orth committed
    • Fix typos in the manual. · 2b0d3573
      gcc/:
      	* doc/extend.texi (Function Attributes, Volatiles): Fix typos.
      	* doc/install.texi (Prerequisites, Specific): Likewise.
      	* doc/invoke.texi (C Dialect Options, Debugging Options)
      	(Optimize Options, MicroBlaze Options)
      	(RS/6000 and PowerPC Options, RX Options, Code Gen Options):
      	Likewise.
      	* doc/objc.texi (Method signatures)
      	(Fast enumeration protocol): Likewise.
      	* doc/tm.texi.in (Run-time Target, Register Arguments)
      	(Scheduling, Macros for Initialization, Misc): Likewise.
      	* doc/tm.texi: Renerate.
      
      From-SVN: r168202
      Ralf Wildenhues committed
    • In gcc/: 2010-12-23 Nicola Pero <nicola.pero@meta-innovation.com> · 939e4075
      In gcc/:
      2010-12-23  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* doc/objc.texi (Modern GNU Objective-C runtime API): Mention that
      	reference documentation for functions in the API is in the header
      	files.
      	(Messaging with the GNU Objective-C runtime, Dynamically
      	registering methods, Forwarding hook): New sections.
      
      From-SVN: r168200
      Nicola Pero committed