1. 04 Dec, 2013 5 commits
    • longlong.h: New file. · b21fbbd2
      include/
      	* longlong.h: New file.
      
      libgcc/
      	* longlong.h: Delete (moved to include/).
      
      libquadmath/
      	* Makefile.am (AM_CPPFLAGS): Define.
      	* Makefile.in: Regenerate.
      	* printf/gmp-impl.h: Remove path from longlong.h include.
      
      From-SVN: r205659
      Richard Sandiford committed
    • re PR tree-optimization/59355 (ICE: SIGSEGV in hash_table::find_slot_with_hash()… · a88bf705
      re PR tree-optimization/59355 (ICE: SIGSEGV in hash_table::find_slot_with_hash() with -fno-devirtualize)
      
      	PR tree-optimization/59355
      	* ipa-devirt.c (gate_ipa_devirt): Return false if
      	!flag_devirtualize.
      	* opts.c (common_handle_option): Fix comment spelling.
      
      	* g++.dg/ipa/pr59355.C: New test.
      
      From-SVN: r205656
      Jakub Jelinek committed
    • gimple-ssa-strength-reduction.c: Include tree-affine.h. · 96d75a2c
      gcc/
      
      	* gimple-ssa-strength-reduction.c: Include tree-affine.h.
      	(name_expansions): New static variable.
      	(alt_base_map): Ditto.
      	(get_alternative_base): New function.
      	(find_basis_for_candidate): For CAND_REF, optionally call
      	find_basis_for_base_expr with the returned value from
      	get_alternative_base.
      	(record_potential_basis): Add new parameter 'base' of type 'tree';
      	add an assertion of non-NULL base; use base to set node->base_expr.
      	(alloc_cand_and_find_basis): Update; call record_potential_basis
      	for CAND_REF with the returned value from get_alternative_base.
      	(replace_refs): Dump details on the replacing.
      	(execute_strength_reduction): Call pointer_map_create for
      	alt_base_map; call free_affine_expand_cache with &name_expansions.
      
      gcc/testsuite/
      
      	* gcc.dg/tree-ssa/slsr-39.c: Update.
      	* gcc.dg/tree-ssa/slsr-41.c: New test.
      
      From-SVN: r205655
      Yufeng Zhang committed
    • runtime: Use pthread_sigmask instead of sigprocmask. · 50312b2f
      From-SVN: r205652
      Ian Lance Taylor committed
    • Daily bump. · 49248404
      From-SVN: r205651
      GCC Administrator committed
  2. 03 Dec, 2013 22 commits
  3. 02 Dec, 2013 13 commits