1. 14 Jun, 2007 14 commits
  2. 13 Jun, 2007 15 commits
  3. 12 Jun, 2007 11 commits
    • weak1.C: Suppress on Darwin. · 5d006428
      	* g++.dg/warn/weak1.C: Suppress on Darwin.
      	* g++.dg/other/unused1.C: Accept tabs or spaces in assembly.
      
      From-SVN: r125659
      Geoffrey Keating committed
    • df-scan.c (df_get_exit-block_use_set): Always add the stack pointer to the exit block use set. · b718216c
      2007-06-12 Seongbae Park <seongbae.park@gmail.com>
      
             * df-scan.c (df_get_exit-block_use_set): Always add the stack pointer
             to the exit block use set.
             * gcse.c (cpro_jump): Don't emit barrier in cfglayout mode.
             * config/sparc/sparc.c (sparc_check_64): Check df != NULL.
      
      From-SVN: r125658
      Seongbae Park committed
    • opts.c (common_handle_option): Handle new option -fdbg-cnt-list. · 0a090f42
      
      2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
      
      	* opts.c (common_handle_option): Handle new option -fdbg-cnt-list.
      	* dbgcnt.c (dbg_cnt_set_limit_by_name): Return value
      	to indicate an error.
      	(dbg_cnt_process_single_pair, dbg_cnt_list_all_counters): New functions
      	(dbg_cnt_process_opt): Print an error on a bad argument.
      	* dbgcnt.h (dbg_cnt_list_all_counters): New function declaration.
      	* common.opt (-fdbg-cnt-list): New.
      	* doc/invoke.texi (-fdbg-cnt-list,-fdbg-cnt=): New.
      
      From-SVN: r125657
      Seongbae Park committed
    • tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything flag on ref-all pointers. · 773a7861
      	* tree-ssa-alias.c (finalize_ref_all_pointers): Clear pt_anything
      	flag on ref-all pointers.
      
      From-SVN: r125656
      Eric Botcazou committed
    • re PR middle-end/31579 (ICE when compiling attached code) · 4543943a
      2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR middle-end/31579
              * expr.c (expand_expr_addr_expr_1): Call expand_expr
              for the offset with the modifier as EXPAND_INITIALIZER
              if the modifier is EXPAND_INITIALIZER.
              (expand_expr_real_1 <case INTEGER_CST>): Don't force to
              a register if we had an overflow.
      
      2007-06-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
      
              PR middle-end/31579
               * g++.dg/torture/pr31579.C: New testcase.
      
      From-SVN: r125655
      Andrew Pinski committed
    • real.c (real_isfinite): New. · 4c8c70e0
      	* real.c (real_isfinite): New.
      	(real_sqrt): Use it.
      	* real.h (real_isfinite): New.
      	* builtins.c: Use it.
      
      From-SVN: r125654
      Kaveh R. Ghazi committed
    • re PR libstdc++/29286 (placement new does not change the dynamic type as it should) · 058dcc25
      ./:	PR libstdc++/29286
      	* tree.def: Add CHANGE_DYNAMIC_TYPE_EXPR.
      	* tree.h (CHANGE_DYNAMIC_TYPE_NEW_TYPE): Define.
      	(CHANGE_DYNAMIC_TYPE_LOCATION): Define.
      	(DECL_NO_TBAA_P): Define.
      	(struct tree_decl_common): Add no_tbaa_flag field.
      	* tree-ssa-structalias.c (struct variable_info): Add
      	no_tbaa_pruning field.
      	(new_var_info): Initialize no_tbaa_pruning field.
      	(unify_nodes): Copy no_tbaa_pruning field.
      	(find_func_aliases): Handle CHANGE_DYNAMIC_TYPE_EXPR.
      	(dump_solution_for_var): Print no_tbaa_pruning flag.
      	(set_uids_in_ptset): Add no_tbaa_pruning parameter.  Change all
      	callers.
      	(compute_tbaa_pruning): New static function.
      	(compute_points_to_sets): Remove CHANGE_DYNAMIC_TYPE_EXPR nodes.
      	Call compute_tbaa_pruning.
      	* tree-ssa-alias.c (may_alias_p): Test no_tbaa_flag for pointers.
      	* gimplify.c (gimplify_expr): Handle CHANGE_DYNAMIC_TYPE_EXPR.
      	* gimple-low.c (lower_stmt): Likewise.
      	* tree-gimple.c (is_gimple_stmt): Likewise.
      	* tree-ssa-operands.c (get_expr_operands): Likewise.
      	* tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Likewise.
      	* tree-inline.c (estimate_num_insns_1): Likewise.
      	(copy_result_decl_to_var): Likewise.
      	* expr.c (expand_expr_real_1): Likewise.
      	* tree-pretty-print.c (dump_generic_node): Likewise.
      	* tree-inline.c (copy_decl_to_var): Copy DECL_NO_TBAA_P flag.
      	* omp-low.c (omp_copy_decl_2): Likewise.
      	* print-tree.c (print_node): Print DECL_NO_TBAA_P flag.
      	* doc/c-tree.texi (Expression trees): Document
      	CHANGE_DYNAMIC_TYPE_EXPR.
      cp/:
      	PR libstdc++/29286
      	* init.c (avoid_placement_new_aliasing): New static function.
      	(build_new_1): Call it.
      testsuite/:
      	PR libstdc++/29286
      	* g++.dg/init/new16.C: New test.
      	* g++.dg/init/new17.C: New test.
      	* g++.dg/init/new18.C: New test.
      	* g++.dg/init/new19.C: New test.
      
      Co-Authored-By: Daniel Berlin <dberlin@dberlin.org>
      
      From-SVN: r125653
      Ian Lance Taylor committed
    • fold-const.c (fold_binary): Guard (X-X) -> 0 transformation with !HONOR_NANS and !HONOR_INFINITIES. · 52a39a4c
      	* fold-const.c (fold_binary): Guard (X-X) -> 0 transformation
      	with !HONOR_NANS and !HONOR_INFINITIES.
      	* simplify-rtx.c (simplify_binary_operation_1): Likewise.
      
      From-SVN: r125652
      Kaveh R. Ghazi committed
    • MAINTAINERS (Various Maintainer): Fix typo. · 1c2abe5e
      2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
      
      	* MAINTAINERS (Various Maintainer): Fix typo.
      
      From-SVN: r125651
      Seongbae Park committed
    • reorder changelog entries · fc78ca2b
      From-SVN: r125650
      Dirk Mueller committed
    • gcov.c: Comments updated. · 1a9075e2
      	* gcov.c: Comments updated.
      	(source_info): Add file_time field.
      	(source_index): New variable.
      	(mutiple_files): New variable.
      	(generate_results): New function extracted from process_file.
      	(process_file): Save and restore chain of functions, generate
      	results and free structures only if not merging results.
      	(release_structures): File names are now freed in create_file_names
      	(create_file_names): Free previous file names.
      	(find_source): File date is now read here and modifications in
      	source files is checked here.
      	(read_graph_file): Only reverse order of functions for the current
      	object file.
      	(make_gcov_file_name): Do not generate long names if input_name is
      	NULL.
      	(output_lines): If merging results do not display graph, data and 
      	runs informations.
      	Checking source file modification is done in find_source.
      
      	* doc/gcov.texi: Append an s to sourcefile.
      
      From-SVN: r125649
      Tristan Gingold committed