1. 23 Jan, 2016 6 commits
    • PR c++/58109 - alignas() fails to compile with constant expression · 69da7802
      PR c++/58109 - alignas() fails to compile with constant expression
      PR c++/69022 - attribute vector_size ignored with dependent bytes
          
      gcc/testsuite/ChangeLog:
      2016-01-23  Martin Sebor  <msebor@redhat.com>
          
      	PR c++/58109
      	PR c++/69022
      	* g++.dg/cpp0x/alignas5.C: New test.
      	* g++.dg/ext/vector29.C: Same.
          
      gcc/cp/ChangeLog:
      2016-01-23  Martin Sebor  <msebor@redhat.com>
          
      	PR c++/58109
      	PR c++/69022
      	* decl2.c (is_late_template_attribute): Handle dependent argument
       	to attribute align and attribute vector_size.
      
      From-SVN: r232766
      Martin Sebor committed
    • tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the"… · 6af801f5
      tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the" with "the" in the comments.
      
      	* tree-ssanames.c (release_free_names_and_compact_live_names): Replace
      	"the the" with "the" in the comments.
      	* ipa-devirt.c (build_type_inheritance_graph,
      	update_type_inheritance_graph): Likewise.
      	* tree.c (build_function_type_list_1): Likewise.
      	* cfgloopmanip.c (scale_loop_profile): Likewise.
      	* tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
      	* gimple-ssa-split-paths.c
      	(find_block_to_duplicate_for_splitting_paths): Likewise.
      	* tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
      	* expr.c (convert_move): Likewise.
      	* var-tracking.c (vt_stack_adjustments): Likewise.
      	* tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
      	* tree-vrp.c (test_for_singularity): Likewise.
      
      From-SVN: r232765
      Jakub Jelinek committed
    • tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR directly… · 5958f9e2
      tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR directly instead of building a temporary tree.
      
      	* tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
      	directly instead of building a temporary tree.
      
      From-SVN: r232764
      Jakub Jelinek committed
    • re PR bootstrap/69434 (bootstrap failed with --with-arch=corei7 --with-cpu=corei7) · bc0cbd52
      	PR bootstrap/69434
      	* genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
      	remove <algorithm> include.
      
      From-SVN: r232763
      Jakub Jelinek committed
    • chkp-strlen-2.c: Define _GNU_SOURCE. · da17300a
      	* gcc.target/i386/chkp-strlen-2.c: Define _GNU_SOURCE.
      	* gcc.target/i386/chkp-strlen-4.c: Move the definition of
      	_GNU_SOURCE from compile flags to the source.
      	* gcc.target/i386/chkp-stropt-12.c: Ditto.
      	* gcc.target/i386/chkp-stropt-16.c: Ditto.
      	* gcc.target/i386/chkp-stropt-4.c: Ditto.
      	* gcc.target/i386/chkp-stropt-8.c: Ditto.
      
      From-SVN: r232762
      Uros Bizjak committed
    • Daily bump. · 87e877d7
      From-SVN: r232760
      GCC Administrator committed
  2. 22 Jan, 2016 27 commits
  3. 21 Jan, 2016 7 commits