1. 18 Sep, 2012 6 commits
    • Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def. · 6889a650
      2012-09-18  Florian Weimer  <fweimer@redhat.com>
      
      	* Makefile.in (BASIC_BLOCK_H): Add cfg-flags.def.
      
      From-SVN: r191420
      Florian Weimer committed
    • statistics.h (CXX_MEM_STAT_INFO): New define. · 73804b12
      2012-09-18  Richard Guenther  <rguenther@suse.de>
      
      	* statistics.h (CXX_MEM_STAT_INFO): New define.
      	* gimple.h (gimple_build_assign_with_ops_stat,
      	gimple_build_assign_with_ops, gimple_build_assign_with_ops3):
      	Turn into an overload of the function gimple_build_assign_with_ops.
      	* gimple.c (gimple_build_assign_with_ops_stat): Rename to ...
      	(gimple_build_assign_with_ops): ... this.
      	* tree-ssa-loop-im.c (move_computations_stmt): Adjust.
      	* tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
      	* tree-vect-data-refs.c (vect_permute_store_chain): Likewise.
      	(vect_permute_load_chain): Likewise.
      	* tree-vect-generic.c (expand_vector_divmod): Likewise.
      	* tree-vect-patterns.c (vect_recog_dot_prod_pattern): Likewise.
      	(vect_recog_divmod_pattern): Likewise.
      	(vect_recog_mixed_size_cond_pattern): Likewise.
      	(adjust_bool_pattern): Likewise.
      	* tree-vect-slp.c (vect_create_mask_and_perm): Likewise.
      	* tree-vect-stmts.c (vectorizable_operation): Likewise.
      	(permute_vec_elements): Likewise.
      	(vectorizable_load): Likewise.
      
      From-SVN: r191415
      Richard Guenther committed
    • Fix libbacktrace bootstrap with gcc 4.4 · c0558468
      	* fileline.c: Include <stdlib.h>.
      	* mmap.c: Likewise.
      
      From-SVN: r191414
      Rainer Orth committed
    • PR other/54411: integer overflow in objalloc_alloc · ed770de9
      2012-09-18  Florian Weimer  <fweimer@redhat.com>
      
      	PR other/54411
      	* objalloc.h (objalloc_alloc): Do not use fast path on wraparound.
      
      2012-09-18  Florian Weimer  <fweimer@redhat.com>
      
      	PR other/54411
      	* objalloc.c (_objalloc_alloc): Add overflow check covering
      	alignment and CHUNK_HEADER_SIZE addition.
      
      From-SVN: r191413
      Florian Weimer committed
    • re PR c++/54575 (ICE with std::vector::insert and -std=c++11) · 4d399987
      	PR c++/54575
      	* pt.c (instantiate_alias_template): New.
      	(tsubst): Use it.
      	(push_access_scope): Allow TYPE_DECL.
      
      From-SVN: r191412
      Jason Merrill committed
    • Daily bump. · 342ebbda
      From-SVN: r191411
      GCC Administrator committed
  2. 17 Sep, 2012 27 commits
  3. 16 Sep, 2012 7 commits