1. 25 Dec, 2010 1 commit
  2. 24 Dec, 2010 12 commits
  3. 23 Dec, 2010 20 commits
  4. 22 Dec, 2010 7 commits
    • Don't crash on invalid call to append. · 7838059f
      From-SVN: r168187
      Ian Lance Taylor committed
    • Don't crash on index into erroneous map. · 7cfc62ba
      From-SVN: r168185
      Ian Lance Taylor committed
    • Correctly handle tuple assignment to _ at global scope. · 8332d80e
      From-SVN: r168184
      Ian Lance Taylor committed
    • In libobjc/: 2010-12-22 Nicola Pero <nicola.pero@meta-innovation.com> · 0bfe3fa1
      In libobjc/:
      2010-12-22  Nicola Pero  <nicola.pero@meta-innovation.com>
      
      	* init.c (duplicate_classes): New.
      	(__objc_exec_class): Initialize duplicate_classes.
      	(__objc_create_classes_tree): Ignore classes in the
      	duplicate_classes table.
      	(__objc_call_load_callback): Same.
      	(__objc_init_class): If a duplicate class is found, add it to
      	duplicate_classes instead of aborting.  Return YES if the class is
      	not a duplicate, and NO if it is.
      	* objc-private/runtime.h (__objc_init_class): Updated prototype.
      
      From-SVN: r168183
      Nicola Pero committed
    • Fix PR47019: parameters of a SCoP are SCEV analyzable. · 9be8ba7e
      2010-12-22  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR tree-optimization/47019
      	* sese.h (scev_analyzable_p): Parameters of a SCoP are SCEV analyzable.
      
      	* gfortran.dg/graphite/pr47019.f: New.
      
      From-SVN: r168182
      Sebastian Pop committed
    • c-aux-info.c (gen_formal_list_for_type): Use prototype_p. · f4da8dce
      gcc/
      	* c-aux-info.c (gen_formal_list_for_type): Use prototype_p.
      	* c-decl.c (diagnose_arglist_conflict): Likewise.
      	(diagnose_mismatched_decls, merge_decls): Likewise.
      	(c_builtin_function, c_builtin_function_ext_scope): Likewise.
      	(start_decl, start_function): Likewise.
      	* c-tree.h (C_DECL_ISNT_PROTOTYPED): Likewise.
      	* config/ia64/ia64.h (INIT_CUMULATIVE_ARGS): Likewise.
      	* config/mep/mep.c (mep_validate_interrupt): Likewise.
      	* config/pa/pa.h (INIT_CUMULATIVE_ARGS): Likewise.
      	* config/rs6000/rs6000.c (init_cumulative_args): Likewise.
      	* config/sh/sh.c (sh_init_cumulative_args): Likewise.
      	* config/sparc/sparc.c (init_cumulative_args): Likewise.
      	* dwarf2out.c (add_prototyped_attribute): Likewise.
      	(gen_subprogram_die): Likewise.
      	* ipa-type-escape.c (check_function_parameter_and_return_types):
      	Likewise.
      	(check_call): Likewise.
      	* tree-ssa.c (useless_type_conversion_p): Likewise.
      
      gcc/ada/
      	* gcc-interface/utils.c (handle_nonnull_attribute): Use prototype_p.
      	(handle_sentinel_attribute): Likewise.
      
      gcc/c-family/
      	* c-common.c (handle_nonnull_attribute, handle_sentinel_attribute):
      	Use prototype_p.
      
      gcc/cp/
      	* decl.c (decls_match, duplicate_decls): Use prototype_p.
      	* pt.c (push_template_decl_real): Likewise.
      
      gcc/lto/
      	* lto-lang.c (handle_nonnull_attribute, handle_sentinel_attribute):
      	Use prototype_p.
      
      gcc/objc/
      	* objc-act.c (next_sjlj_build_enter_and_setjmp): Use prototype_p.
      
      From-SVN: r168181
      Nathan Froyd committed