1. 04 Apr, 2015 2 commits
    • re PR tree-optimization/64909 (Missed vectorization with bdver1) · 30c5a937
      2015-04-04  Richard Biener  <rguenther@suse.de>
      
      	PR tree-optimization/64909
      	PR tree-optimization/65660
      	* tree-vectorizer.h (vect_get_known_peeling_cost): Adjust
      	to take a cost vector for scalar iteration cost.
      	(vect_get_single_scalar_iteration_cost): Likewise.
      	* tree-vect-loop.c (vect_get_single_scalar_iteration_cost):
      	Compute the scalar iteration cost into a cost vector.
      	(vect_get_known_peeling_cost): Use the scalar cost vector to
      	account for the cost of the peeled iterations.
      	(vect_estimate_min_profitable_iters): Likewise.
      	* tree-vect-data-refs.c (vect_peeling_hash_get_lowest_cost):
      	Likewise.
      
      From-SVN: r221866
      Richard Biener committed
    • Daily bump. · 0da0c47d
      From-SVN: r221865
      GCC Administrator committed
  2. 03 Apr, 2015 11 commits
  3. 02 Apr, 2015 14 commits
  4. 01 Apr, 2015 8 commits
    • re PR c++/56100 (spurious -Wshadow warning with local variable in template class) · b4d5e41f
      /cp
      2015-04-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/56100
      	* pt.c (instantiating_current_function_p): New.
      	* name-lookup.c (pushdecl_maybe_friend_1): Use it.
      	* cp-tree.h (instantiating_current_function_p): Declare.
      
      /testsuite
      2015-04-01  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/56100
      	* g++.dg/warn/Wshadow-8.C: New.
      	* g++.dg/warn/Wshadow-9.C: Likewise.
      	* g++.dg/warn/Wshadow-10.C: Likewise.
      	* g++.dg/warn/Wshadow-11.C: Likewise.
      
      From-SVN: r221814
      Paolo Carlini committed
    • sync.md (UNSPEC_MOVA): Remove. · 35238bb5
      	* config/i386/sync.md (UNSPEC_MOVA): Remove.
      	(atomic_load<mode>): Change operand 0 predicate to
      	nonimmediate_operand and fix up the destination when needed.
      	Use UNSPEC_LDA.
      	(atomic_loaddi_fpu): Use UNSPEC_LDA.
      	(atomic_store<mode>): Change operand 1 predicate to
      	nonimmendate_operand and move the source to register when needed.
      	Use UNSPEC_STA.
      	(atomic_store<mode>_1): Use UNSPEC_STA.
      	(atomic_storedi_fpu): Change operand 1 to nonimmediate_operand.
      	Fix moves from memory operand.  Use UNSPEC_STA.
      
      From-SVN: r221811
      Uros Bizjak committed
    • re PR c++/65646 (ICE in invalid syntax) · f87cb0b7
      	PR c++/65646
      	* decl.c (grokvardecl): Don't call check_explicit_specialization
      	for non-template members of a class template.
      
      From-SVN: r221810
      Jason Merrill committed
    • expmed.c (strict_volatile_bitfield_p): Check that the access will not cross a MODESIZE boundary. · b6dd42a9
      gcc:
      2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * expmed.c (strict_volatile_bitfield_p): Check that the access will
              not cross a MODESIZE boundary.
              (store_bit_field, extract_bit_field): Added assertions in the
              strict volatile bitfields code path.
      
      testsuite:
      2015-04-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
      
              * gcc.dg/pr23623.c: Added aligned attribute.
              * gcc.dg/20141029-1.c: Likewise.
              * gcc.dg/20150306-1.c: New test.
      
      From-SVN: r221809
      Bernd Edlinger committed
    • re PR middle-end/65554 (ICE: verify_gimple failed) · 14e51ef2
      	PR c++/65554
      	* class.c (finish_struct): Require that the second field of a
      	user-defined initializer_list be of size type.
      
      	* g++.dg/cpp0x/initlist93.C: New test.
      	* g++.dg/cpp0x/initlist94.C: New test.
      
      From-SVN: r221808
      Marek Polacek committed
    • re PR target/65624 (ICE in aarch64-builtins.c when expanding 4-argument aarch64 intrinsic.) · 0ff2bf46
      2015-04-01  Max Ostapenko  <m.ostapenko@partner.samsung.com>
      
      	PR target/65624
      
      	gcc/
      	* config/aarch64/aarch64-builtins.c (aarch64_simd_expand_builtin): Increase
      	args array size by one to avoid buffer overflow.
      
      	gcc/testsuite/
      	* gcc.target/aarch64/pr65624.c: New test.
      
      From-SVN: r221807
      Max Ostapenko committed
    • lto-cgraph.c (lto_output_node, [...]): Stream split_part. · 41f669d8
      
      	* lto-cgraph.c (lto_output_node, input_overwrite_node): Stream
      	split_part.
      	* ipa-inline.c (edge_badness): Add wrapper penalty.
      	(sum_callers): Move up.
      	(inline_small_functions): Set single_caller.
      	* ipa-inline.h (inline_summary): Add single_caller.
      	* ipa-split.c (split_function): Set split_part.
      	(cgraph_node::create_clone): Do not shadow decl; copy split_part.
      	* cgraph.h (cgraph_node): Add split_part.
      
      	* gcc.dg/ipa/inlinehint-4.c: New testcase.
      
      From-SVN: r221806
      Jan Hubicka committed
    • Daily bump. · 9fd542c6
      From-SVN: r221805
      GCC Administrator committed
  5. 31 Mar, 2015 5 commits