1. 20 Apr, 2012 23 commits
  2. 19 Apr, 2012 14 commits
  3. 18 Apr, 2012 3 commits
    • fix accidentally checked-in assert. · 809e5f82
      From-SVN: r186580
      Steven Bosscher committed
    • targhooks.c (default_case_values_threshold): Fix code style nit. · 0cd2402d
      gcc/
      	* targhooks.c (default_case_values_threshold): Fix code style nit.
      
      	* stmt.c (add_case_node, expand_case): Move logic to remove/reduce
      	case range and type folding from here...
      	* gimplify.c (gimplify_switch_expr): ... to here.  Expect NULL_TREE
      	type, as documented in tree.def
      
      fortran/
      	* trans-decl.c (gfc_trans_entry_master_switch): Build SWITCH_EXPR
      	with NULL_TREE type instead of void_type_node.
      	* trans-io.c (io_result): Likewise.
      	* trans-stmt.c (gfc_trans_integer_select,
      	gfc_trans_character_select): Likewise.
      
      go/
      	* go-gcc.cc (Gcc_backend::switch_statement): Build SWITCH_EXPR
      	with NULL_TREE type instead of void_type_node.
      
      From-SVN: r186579
      Steven Bosscher committed
    • cgraph.h (verify_symtab, [...]): Declare. · 474ffc72
      	* cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):
      	Declare.
      	* cgraphunit.c (verify_cgraph_node): Verify symtab base; do not verify 
      	cgraph hash and same comdat groups.
      	(cgraph_optimize); Verify symbol table.
      	* ipa.c (cgraph_remove_unreachable_nodes): Verify symbol table.
      	(dissolve_same_comdat_group_list): Work on symtab nodes.
      	(function_and_variable_visibility): Dissolve variable same comdat group
      	lists, too.
      	* symtab.c: Include timevar.h
      	(verify_symtab_base, verify_symtab_node, verify_symtab): New functions.
      
      From-SVN: r186578
      Jan Hubicka committed