1. 28 Feb, 2014 3 commits
  2. 27 Feb, 2014 11 commits
  3. 26 Feb, 2014 17 commits
    • correct bug number · 3e17cad2
      From-SVN: r208187
      Alan Modra committed
    • re PR target/57935 (ICE in rs6000_secondary_reload_inner:15181, type = load) · 3157b879
      	PR target/57935
      	* reload1.c (emit_input_reload_insns): When reload_override_in,
      	set old to rl->in_reg when rl->in_reg is a subreg.
      
      From-SVN: r208186
      Alan Modra committed
    • re PR c++/30301 (Invalid static member of anonymous class or union diagnosed too late) · 4be3d4fa
      	PR c++/30301
      	* g++.dg/parse/unnamed2.C: New.
      
      From-SVN: r208185
      Jason Merrill committed
    • re PR c++/60347 (r208153 breaks Firefox build) · c3439626
      	PR c++/60347
      	PR lto/53808
      	* class.c (clone_function_decl): Don't note_vague_linkage_fn.
      	* init.c (build_vtbl_address): Do it here.
      
      From-SVN: r208184
      Jason Merrill committed
    • re PR c++/59231 (gcc misses [-Werror=sign-compare] when inside a template) · ca7e759d
      	PR c++/59231
      	PR c++/11586
      	PR c++/14710
      	PR c++/57132
      gcc/
      	* c-common.c (shorten_compare): Don't check
      	c_inhibit_evaluation_warnings.
      gcc/cp/
      	* pt.c (struct warning_sentinel): New.
      	(tsubst_copy_and_build): Use it instead of
      	c_inhibit_evaluation_warnings.
      
      From-SVN: r208183
      Jason Merrill committed
    • regex.tcc (match_results<>::format, [...]): Update __out after calling std::copy. · 91bb5cd9
      2014-02-26  Tim Shen  <timshen91@gmail.com>
      
      	* include/bits/regex.tcc (match_results<>::format,
      	regex_replace<>): Update __out after calling std::copy.
      	* testsuite/28_regex/algorithms/regex_replace/char/dr2213.cc:
      	Add testcase.
      	* testsuite/28_regex/match_results/format.cc: Likewise.
      
      From-SVN: r208179
      Tim Shen committed
    • re PR c++/54440 ([c++11] g++ prematurely applying rule that a template parameter… · b0ff7fe1
      re PR c++/54440 ([c++11] g++ prematurely applying rule that a template parameter pack cannot be followed by a template parameter)
      
      	PR c++/54440
      	* pt.c (get_template_parm_index): New.
      	(fixed_parameter_pack_p_1, fixed_parameter_pack_p): New.
      	(process_template_parm): Allow bare packs in template template
      	parm template parms.
      	(coerce_template_parameter_pack): Handle fixed template template
      	parm packs and fixed packs not at the end of the parm list.
      	(coerce_template_parms): Handle template parm packs not at the end
      	of the parm list.
      	(gen_elem_of_pack_expansion_instantiation): Handle a decl expansion.
      
      From-SVN: r208178
      Jason Merrill committed
    • re PR c++/60182 (g++ segfault within template expansion using "using" aliasing) · f3417723
      	PR c++/60182
      	* pt.c (unify): Ignore alias templates when deducing a template
      	template parameter.
      
      From-SVN: r208177
      Jason Merrill committed
    • re PR c++/60345 (r208159 causes Firefox build error) · 1bd3ed56
      	PR c++/60345
      	* g++.dg/conversion/ref1.C: New.
      
      From-SVN: r208176
      Jason Merrill committed
    • re PR c++/60345 (r208159 causes Firefox build error) · 2f75f515
      	PR c++/60345
      	Revert:
      	DR 1571
      	* call.c (reference_binding): Recurse on user-defined conversion.
      	(convert_like_real) [ck_ref_bind]: Explain cv-qual mismatch.
      
      From-SVN: r208175
      Jason Merrill committed
    • re PR bootstrap/60343 (r208155 breaks bootstrap) · bb750f4f
      2014-02-26  Richard Biener  <rguenther@suse.de>
      
      	PR bootstrap/60343
      	* lra-assigns.c (spill_for): Avoid mixed-sign comparison.
      
      From-SVN: r208170
      Richard Biener committed
    • predicates.md (const1256_operand): Remove. · 22c8aab3
      gcc/
      	* common/config/i386/predicates.md (const1256_operand): Remove.
      	(const2356_operand): New.
      	(const_1_to_2_operand): Remove.
      	* config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
      	(*avx512pf_gatherpf<mode>sf_mask): Ditto.
      	(*avx512pf_gatherpf<mode>sf): Ditto.
      	(avx512pf_gatherpf<mode>df): Ditto.
      	(*avx512pf_gatherpf<mode>df_mask): Ditto.
      	(*avx512pf_gatherpf<mode>df): Ditto.
      	(avx512pf_scatterpf<mode>sf): Ditto.
      	(*avx512pf_scatterpf<mode>sf_mask): Ditto.
      	(*avx512pf_scatterpf<mode>sf): Ditto.
      	(avx512pf_scatterpf<mode>df): Ditto.
      	(*avx512pf_scatterpf<mode>df_mask): Ditto.
      	(*avx512pf_scatterpf<mode>df): Ditto.
      	* common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
      
      gcc/testsuite/
      	* common/config/i386/predicates.md (const1256_operand): Remove.
      	(const2356_operand): New.
      	(const_1_to_2_operand): Remove.
      	* config/i386/sse.md (avx512pf_gatherpf<mode>sf): Change hint value.
      	(*avx512pf_gatherpf<mode>sf_mask): Ditto.
      	(*avx512pf_gatherpf<mode>sf): Ditto.
      	(avx512pf_gatherpf<mode>df): Ditto.
      	(*avx512pf_gatherpf<mode>df_mask): Ditto.
      	(*avx512pf_gatherpf<mode>df): Ditto.
      	(avx512pf_scatterpf<mode>sf): Ditto.
      	(*avx512pf_scatterpf<mode>sf_mask): Ditto.
      	(*avx512pf_scatterpf<mode>sf): Ditto.
      	(avx512pf_scatterpf<mode>df): Ditto.
      	(*avx512pf_scatterpf<mode>df_mask): Ditto.
      	(*avx512pf_scatterpf<mode>df): Ditto.
      	* common/config/i386/xmmintrin.h (_mm_hint): Add _MM_HINT_ET0.
      
      From-SVN: r208169
      Ilya Tocar committed
    • gcc/ · 260d3642
      	* config/i386/avx512fintrin.h (_mm512_testn_epi32_mask),
      	(_mm512_mask_testn_epi32_mask), (_mm512_testn_epi64_mask),
      	(_mm512_mask_testn_epi64_mask): Move to ...
      	* config/i386/avx512cdintrin.h: Here.
      	* config/i386/i386.c (bdesc_args): Change MASK_ISA for testnm.
      	* config/i386/sse.md (avx512f_vmscalef<mode><round_name>): Remove %.
      	(avx512f_scalef<mode><mask_name><round_name>): Ditto.
      	(avx512f_testnm<mode>3<mask_scalar_merge_name>): Change conditon to
      	TARGET_AVX512F from TARGET_AVX512CD.
      
      gcc/testsuite/
      	* gcc.target/i386/avx512cd-vptestnmd-1.c: Change into ...
      	* gcc.target/i386/avx512f-vptestnmd-1.c: This.
      	* gcc.target/i386/avx512cd-vptestnmq-1.c: Change into ...
      	* gcc.target/i386/avx512f-vptestnmq-1.c: This.
      	* gcc.target/i386/avx512cd-vptestnmd-2.c: Change into ...
      	* gcc.target/i386/avx512f-vptestnmd-2.c: This.
      	* gcc.target/i386/avx512cd-vptestnmq-2.c: Change into ...
      	* gcc.target/i386/avx512f-vptestnmq-2.c: This.
      
      From-SVN: r208168
      Ilya Tocar committed
    • re PR ipa/60327 (xalanbmk and dealII ICE in ipa-inline-analysis.c:3555) · 477145c8
      2014-02-26  Richard Biener  <rguenther@suse.de>
      
      	PR ipa/60327
      	* ipa.c (walk_polymorphic_call_targets): Properly guard
      	call to inline_update_overall_summary.
      
      From-SVN: r208167
      Richard Biener committed
    • re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and… · a3afdbb8
      re PR tree-optimization/60280 (gcc.target/arm/ivopts.c and gcc.target/arm/ivopts-2.c failed caused by preserving loop structure.)
      
      
      	PR target/60280
      	* tree-cfgcleanup.c (tree_forwarder_block_p): Protect loop
      	preheaders and latches only if requested.  Fix latch if it
      	is removed.
      	* tree-ssa-dom.c (tree_ssa_dominator_optimize): Set
      	LOOPS_HAVE_PREHEADERS.
      
      	PR target/60280
      	* gnat.dg/renaming5.adb: Change to two expected gotos.
      	* gcc.dg/tree-ssa/pr21559.c: Change back to three expected
      	jump threads.
      	* gcc.dg/tree-prof/update-loopch.c: Check two "Invalid sum"
      	messages for removed basic block.
      	* gcc.dg/tree-ssa/ivopt_1.c: Fix unreliable scanning string.
      	* gcc.dg/tree-ssa/ivopt_2.c: Ditto.
      	* gcc.dg/tree-ssa/ivopt_3.c: Ditto.
      	* gcc.dg/tree-ssa/ivopt_4.c: Ditto.
      
      From-SVN: r208165
      Bin Cheng committed
    • builtins.c (expand_builtin_thread_pointer): Create a new target when the target is NULL. · b8a542c6
      2014-02-25  Andrew Pinski  <apinski@cavium.com>
      
      	* builtins.c (expand_builtin_thread_pointer): Create a new target
      	when the target is NULL.
      
      From-SVN: r208163
      Andrew Pinski committed
    • Daily bump. · fa5d9965
      From-SVN: r208162
      GCC Administrator committed
  4. 25 Feb, 2014 9 commits