1. 16 Jan, 2016 3 commits
    • Fix logic bug in Cilk Plus array expansion · 203484bb
      gcc/cp/ChangeLog:
      
      	* cp-array-notation.c (cp_expand_cond_array_notations): Return
      	error_mark_node only if find_rank failed, not if it was
      	successful.
      
      gcc/testsuite/ChangeLog:
      
      	* c-c++-common/cilk-plus/AN/an-if.c: Check that the original
      	dump does not contain an error_mark_node.
      	* c-c++-common/cilk-plus/CK/pr60469.c: Likewise.
      	* c-c++-common/cilk-plus/AN/fn_ptr-2.c: New xfail'd test.
      
      From-SVN: r232462
      Patrick Palka committed
    • re PR c++/68936 (ICE: tree check: expected call_expr, have target_expr in… · aa2500e9
      re PR c++/68936 (ICE: tree check: expected call_expr, have target_expr in build_min_non_dep_call_vec, at cp/tree.c:2744)
      
      Fix PR c++/68936
      
      gcc/cp/ChangeLog:
      
      	PR c++/68936
      	* tree.c (build_min_non_dep_call_vec): Don't retain the
      	KOENIG_LOOKUP_P flag of the non-dependent expression that's
      	been built.
      	(build_min_non_dep_op_overload): Instead, do it here.
      
      gcc/testsuite/ChangeLog:
      
      	PR c++/68936
      	* g++.dg/template/pr68936.C: New test.
      
      From-SVN: r232461
      Patrick Palka committed
    • Daily bump. · 22c8388f
      From-SVN: r232460
      GCC Administrator committed
  2. 15 Jan, 2016 37 commits