1. 03 Sep, 2007 17 commits
  2. 02 Sep, 2007 8 commits
  3. 01 Sep, 2007 6 commits
    • arm.c, [...]: Fix comment typos. · 15dc95cb
      	* config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
      	config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
      	ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
      	sched-deps.c, sched-int.h, system.h, target.h,
      	tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
      	tree.def: Fix comment typos.
      
      From-SVN: r128016
      Kazu Hirata committed
    • m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove. · 8785d88c
      	* config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.
      	(override_options): Turn on -mstrict-align on non-ColdFire
      	targets.
      	* config/m68k/m68k.h (BIGGEST_ALIGNMENT): Update a comment.
      
      From-SVN: r128015
      Kazu Hirata committed
    • c-common.c (const_strip_array_types): Delete. · 75547801
      	* c-common.c (const_strip_array_types): Delete.
      	* c-common.h (const_strip_array_types): Likewise.
      	* emit-rtl.c (const_next_insn, const_previous_insn,
      	const_next_nonnote_insn, const_prev_nonnote_insn,
      	const_next_real_insn, const_prev_real_insn,
      	const_next_active_insn, const_prev_active_insn, const_next_label,
      	const_prev_label): Delete.
      	* gimple-low.c (block_may_fallthru): Use expr_last.
      	* jump.c (reversed_comparison_code_parts): Use prev_nonnote_insn.
      	* rtl.h (const_previous_insn, const_next_insn,
      	const_prev_nonnote_insn, const_next_nonnote_insn,
      	const_prev_real_insn, const_next_real_insn,
      	const_prev_active_insn, const_next_active_insn, const_prev_label,
      	const_next_label): Delete.
      	* rtlanal.c (keep_with_call_p): Use next_nonnote_insn.
      	* system.h (CONST_CAST): Update comment.
      	* tree-cfg.c (tree_can_merge_blocks_p): Use last_stmt.
      	(const_first_stmt, const_last_stmt): Delete.
      	(tree_block_ends_with_condjump_p): Use last_stmt.
      	* tree-flow.h (const_first_stmt, const_last_stmt): Delete.
      	* tree-iterator.c (const_expr_first, const_expr_last,
      	const_expr_only): Delete.
      	* tree.c (const_lookup_attribute): Likewise.
      	(attribute_list_contained): Use lookup_attribute.
      	* tree.h (const_lookup_attribute, const_expr_first,
      	const_expr_last, const_expr_only): Delete.
      	
      cp:
      	* tree.c (pod_type_p, zero_init_p): Use strip_array_types.
      	* typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
      	Likewise.
      
      From-SVN: r128014
      Kaveh R. Ghazi committed
    • tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_VOLATILE. · b65e51a8
      2007-09-01  Richard Guenther  <rguenther@suse.de>
      
      	* tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE
      	instead of TREE_THIS_VOLATILE.
      	* tree-ssa-operands.c (add_virtual_operand): Do not set
      	has_volatile_ops.  Do not check s_ann for NULL.
      	(get_indirect_ref_operands): Likewise.
      	(get_expr_operands): Likewise.  For all reference trees
      	set has_volatile_ops based on TREE_THIS_VOLATILE.  Also
      	check base of reference for TREE_THIS_VOLATILE.
      
      From-SVN: r128012
      Richard Guenther committed
    • tree-cfg.c (verify_gimple_expr): Fix check for conversions between integral types. · 9822c455
      2007-09-01  Richard Guenther  <rguenther@suse.de>
      
      	* tree-cfg.c (verify_gimple_expr): Fix check for conversions
      	between integral types.  Also allow conversions between
      	pointer types.
      
      From-SVN: r128011
      Richard Guenther committed
    • Daily bump. · 72e8c304
      From-SVN: r128008
      GCC Administrator committed
  4. 31 Aug, 2007 9 commits