1. 06 Jan, 2014 23 commits
  2. 05 Jan, 2014 4 commits
  3. 04 Jan, 2014 5 commits
  4. 03 Jan, 2014 8 commits
    • re PR c++/58950 (Missing "statement has no effect") · 5c67ba02
      2014-01-03  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR c++/58950
      gcc/cp/
      	* cvt.c (convert_to_void): Handle VEC_PERM_EXPR and VEC_COND_EXPR.
      gcc/testsuite/
      	* g++.dg/pr58950.C: New file.
      
      From-SVN: r206325
      Marc Glisse committed
    • re PR c++/58567 (ICE with invalid loop variable in template using openmp) · 54a990d3
      2014-01-03  Tobias Burnus  <burnus@net-b.de>
      
              PR c++/58567
              * pt.c (tsubst_omp_for_iterator): Early return for
              * error_mark_node.
      
      
      2014-01-03  Tobias Burnus  <burnus@net-b.de>
      
              PR c++/58567
              * g++.dg/gomp/pr58567.C: New.
      
      From-SVN: r206322
      Tobias Burnus committed
    • re PR tree-optimization/59651 (Vectorizer failing to spot dependence causes… · 82d89471
      re PR tree-optimization/59651 (Vectorizer failing to spot dependence causes incorrect code generation.)
      
      2014-01-03  Bingfeng Mei <bmei@broadcom.com>
      
      	PR tree-optimization/59651
      	* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): 
      	Address	range for negative step should be added by TYPE_SIZE_UNIT.
      
      	PR tree-optimization/59651
      	* gcc.dg/torture/pr59651.c: New test.
      	* gcc.dg/vect/pr59651.c: Ditto.
      
      From-SVN: r206319
      Bingfeng Mei committed
    • m68k.c (handle_move_double): Handle pushes with overlapping registers also for… · e864837a
      m68k.c (handle_move_double): Handle pushes with overlapping registers also for registers other than the...
      
      * config/m68k/m68k.c (handle_move_double): Handle pushes with
      overlapping registers also for registers other than the stack
      pointer.
      
      From-SVN: r206317
      Andreas Schwab committed
    • re PR other/59661 (documentation: __builtin_FUNCTION / _FILE listed as returning int) · 56a34230
      	PR other/59661
      	* doc/extend.texi: Fix the return value of __builtin_FUNCTION and
      	__builtin_FILE.
      
      From-SVN: r206315
      Marek Polacek committed
    • re PR target/59625 (asm goto and TARGET_FOUR_JUMP_LIMIT) · 3bcdbd50
      	PR target/59625
      	* config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider
      	asm goto as jump.
      
      	* gcc.target/i386/pr59625.c: New test.
      
      From-SVN: r206314
      Jakub Jelinek committed
    • Core DR 1442 PR c++/59165 · cdc23b1b
      /cp
      2014-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	Core DR 1442
      	PR c++/59165
      	* parser.c (cp_parser_perform_range_for_lookup): Don't pass true
      	as include_std to perform_koenig_lookup.
      	(cp_parser_postfix_expression): Adjust.
      	* pt.c (tsubst_copy_and_build): Likewise.
      	* semantics.c (perform_koenig_lookup): Remove bool parameter.
      	(omp_reduction_lookup): Adjust.
      	* name-lookup.c (lookup_arg_dependent_1): Remove bool parameter.
      	(lookup_arg_dependent): Likewise.
      	(lookup_function_nonclass): Adjust.
      	* name-lookup.h: Adjust declaration.
      	* cp-tree.h: Likewise.
      
      /testsuite
      2014-01-03  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	Core DR 1442
      	PR c++/59165
      	* g++.dg/cpp0x/range-for28.C: New.
      	* g++.dg/cpp0x/range-for3.C: Update.
      
      From-SVN: r206313
      Paolo Carlini committed
    • i386.md (MODE_SIZE): New mode attribute. · 039eee3f
      	* config/i386/i386.md (MODE_SIZE): New mode attribute.
      	(push splitter): Use <P:MODE_SIZE> instead of
      	GET_MODE_SIZE (<P:MODE>mode).
      	(lea splitter): Use <MODE_SIZE> instead of GET_MODE_SIZE (<MODE>mode).
      	(mov -1, reg peephole2): Likewise.
      	* config/i386/sse.md (*mov<mode>_internal,
      	<sse>_storeu<ssemodesuffix><avxsizesuffix>,
      	<sse2_avx_avx512f>_storedqu<mode>, <sse>_andnot<mode>3,
      	*<code><mode>3, *andnot<mode>3<mask_name>,
      	<mask_codefor><code><mode>3<mask_name>): Likewise.
      	* config/i386/subst.md (mask_mode512bit_condition,
      	sd_mask_mode512bit_condition): Likewise.
      
      From-SVN: r206312
      Jakub Jelinek committed