1. 10 Feb, 2014 4 commits
    • pr33426-ivdep-3.cc: Require vect_int_mult as well. · 04ea60cb
      	* g++.dg/vect/pr33426-ivdep-3.cc: Require vect_int_mult as well.
      	* g++.dg/vect/pr33426-ivdep-4.cc: Likewise.
      
      From-SVN: r207652
      Eric Botcazou committed
    • avx512fintrin.h (_mm512_storeu_epi64): Removed. · cf73ee60
      gcc/
      	* config/i386/avx512fintrin.h (_mm512_storeu_epi64): Removed.
      	(_mm512_loadu_epi32): Renamed into...
      	(_mm512_loadu_si512): This.
      	(_mm512_storeu_epi32): Renamed into...
      	(_mm512_storeu_si512): This.
      	(_mm512_maskz_ceil_ps): Removed.
      	(_mm512_maskz_ceil_pd): Ditto.
      	(_mm512_maskz_floor_ps): Ditto.
      	(_mm512_maskz_floor_pd): Ditto.
      	(_mm512_floor_round_ps): Ditto.
      	(_mm512_floor_round_pd): Ditto.
      	(_mm512_ceil_round_ps): Ditto.
      	(_mm512_ceil_round_pd): Ditto.
      	(_mm512_mask_floor_round_ps): Ditto.
      	(_mm512_mask_floor_round_pd): Ditto.
      	(_mm512_mask_ceil_round_ps): Ditto.
      	(_mm512_mask_ceil_round_pd): Ditto.
      	(_mm512_maskz_floor_round_ps): Ditto.
      	(_mm512_maskz_floor_round_pd): Ditto.
      	(_mm512_maskz_ceil_round_ps): Ditto.
      	(_mm512_maskz_ceil_round_pd): Ditto.
      	(_mm512_expand_pd): Ditto.
      	(_mm512_expand_ps): Ditto.
      	* config/i386/i386.c (ix86_builtins): Remove
      	IX86_BUILTIN_EXPANDPD512_NOMASK, IX86_BUILTIN_EXPANDPS512_NOMASK.
      	(bdesc_args): Ditto.
      	* config/i386/predicates.md (const1256_operand): New.
      	(const_1_to_2_operand): Ditto.
      	* 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.
      	(avx512f_expand<mode>): Removed.
      	(<shift_insn><mode>3<mask_name>): Change predicate type.
      
      testsuite/gcc/
      	* gcc.target/i386/avx512f-vexpandpd-1.c: Update intrinsics.
      	* gcc.target/i386/avx512f-vexpandps-1.c: Ditto.
      	* gcc.target/i386/avx512f-vexpandpd-2.c: Ditto.
      	* gcc.target/i386/avx512f-vexpandps-2.c: Ditto.
      	* gcc.target/i386/avx512f-vmovdqu32-1: Ditto.
      	* gcc.target/i386/avx512f-vmovdqu32-2: Ditto.
      	* gcc.target/i386/avx512f-vmovdqu64-1: Ditto.
      	* gcc.target/i386/avx512f-vmovdqu64-2: Ditto.
      	* gcc.target/i386/avx512f-vpcmpd-2.c: Ditto.
      	* gcc.target/i386/avx512f-vpcmpq-2.c: Ditto.
      	* gcc.target/i386/avx512f-vpcmupd-2.c: Ditto.
      	* gcc.target/i386/avx512f-vpcmupq-2.c: Ditto.
      	* gcc.target/i386/avx512f-vrndscalepd-1.c: Ditto.
      	* gcc.target/i386/avx512f-vrndscaleps-1.c: Ditto.
      	* gcc.target/i386/avx512f-vrndscalepd-2.c: Ditto.
      	* gcc.target/i386/avx512f-vrndscaleps-2.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf0dpd-1.c: Update parameters.
      	* gcc.target/i386/avx512pf-vgatherpf0dps-1.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf0qpd-1.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf0qps-1.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf1dpd-1.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf1dps-1.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf1qpd-1.c: Ditto.
      	* gcc.target/i386/avx512pf-vgatherpf1qps-1.c: Ditto.
      	* gcc.target/i386/avx512f-vpsrad-2.c: Initialize 64 bits.
      	* gcc.target/i386/avx512f-vpslld-2.c: Ditto.
      	* gcc.target/i386/avx512f-vpsrld-2.c: Ditto.
      
      Co-Authored-By: Ilya Tocar <ilya.tocar@intel.com>
      
      From-SVN: r207651
      Kirill Yukhin committed
    • pr59984.c: Require effective target vect_simd_clones. · 5cf0b7b7
      	* gcc.dg/vect/pr59984.c: Require effective target
      	vect_simd_clones.
      
      From-SVN: r207650
      Jakub Jelinek committed
    • Daily bump. · 2253d27d
      From-SVN: r207649
      GCC Administrator committed
  2. 09 Feb, 2014 4 commits
    • re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with… · 68b1c5e1
      re PR fortran/57522 ([F03] ASSOCIATE construct creates array descriptor with incorrect stride for derived type array component)
      
      2014-02-09  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/57522
      	* resolve.c (resolve_assoc_var): Set the subref_array_pointer
      	attribute for the 'associate-name' if necessary.
      	* trans-stmt.c (trans_associate_var): If the 'associate-name'
      	is a subref_array_pointer, assign the element size of the
      	associate variable to 'span'.
      
      2014-02-09  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/57522
      	* gfortran.dg/associated_target_5.f03 : New test
      
      From-SVN: r207646
      Paul Thomas committed
    • re PR fortran/59026 (ELEMENTAL procedure with VALUE arguments emits wrong code) · 56c78e5c
      2014-02-09  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/59026
      	* trans-expr.c (gfc_conv_procedure_call): Pass the value of the
      	actual argument to a formal argument with the value attribute
      	in an elemental procedure.
      
      2014-02-09  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/59026
      	* gfortran.dg/elemental_by_value_1.f90 : New test
      
      From-SVN: r207645
      Paul Thomas committed
    • baseline_symbols.txt: New file. · 5a47e4c5
      libstdc++-v3/
      	* config/abi/post/mips64-linux-gnu/32/baseline_symbols.txt: New file.
      	* config/abi/post/mips64-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/post/mips64-linux-gnu/64/baseline_symbols.txt: Likewise.
      
      From-SVN: r207643
      Richard Sandiford committed
    • Daily bump. · fcd4d553
      From-SVN: r207641
      GCC Administrator committed
  3. 08 Feb, 2014 8 commits
  4. 07 Feb, 2014 24 commits