1. 20 Jun, 2005 1 commit
  2. 19 Jun, 2005 17 commits
  3. 18 Jun, 2005 19 commits
  4. 17 Jun, 2005 3 commits
    • re PR c++/17413 (local classes as template argument) · fad86f7a
      2005-06-17  Geoffrey Keating  <geoffk@apple.com>
      
      	PR c++/17413
      	* pt.c (type_unification_real): Apply template type deduction even
      	to procedure parameters that are not dependent on a template
      	parameter.
      
      Index: testsuite/ChangeLog
      2005-06-17  Geoffrey Keating  <geoffk@apple.com>
      
      	PR c++/17413
      	* g++.dg/template/local5.C: New.
      
      From-SVN: r101141
      Geoffrey Keating committed
    • tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use… · 9498a22f
      tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use initialize_original_copy_tables and free_original_copy_tables.
      
              * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use
              initialize_original_copy_tables and free_original_copy_tables.
              (vect_do_peeling_for_alignment): Likewise.
      
      From-SVN: r101140
      Richard Henderson committed
    • [multiple changes] · d5f261c1
      2005-06-17  Paolo Carlini  <pcarlini@suse.de>
      
              Port from libstdcxx_so_7-branch:
      	2005-01-12  Christopher Jefferson <chris@bubblescope.net>
      
      	* include/bits/stl_function.h (mem_fun_t, const_mem_fun_t,
      	mem_fun_ref_t, const_mem_fun_ref_t, mem_fun1_t, const_mem_fun1_t,
      	mem_fun1_ref_t, const_mem_fun1_ref_t): Remove overloads for void
      	return type, just an old HP/SGI workaround.
      	* testsuite/20_util/functional/binders.cc: Move to...
      	* testsuite/20_util/functional/binders/3113.cc: ...here.
      	* testsuite/20_util/functional/binders/1.cc: New.
      
      From-SVN: r101139
      Paolo Carlini committed