1. 17 Nov, 2004 4 commits
  2. 16 Nov, 2004 33 commits
  3. 15 Nov, 2004 3 commits
    • Makefile.am: Remove -no-dependencies. · 88f862a9
      2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Remove -no-dependencies.
      	* Makefile.in: Regenerate.
      
      From-SVN: r90702
      Kelley Cook committed
    • streambuf.tcc (__copy_streambufs): Provide a generic version of the function... · 2bf8accc
      2004-11-15  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/streambuf.tcc (__copy_streambufs): Provide
      	a generic version of the function, not using the protected
      	members of basic_streambuf.
      	* include/std/std_streambuf.h (__copy_streambufs): Declare
      	optimized specializations for char and wchar_t.
      	* src/streambuf.cc: New file, define the latter.
      	* src/Makefile.am: Add.
      	* src/Makefile.in: Regenerate.
      
      From-SVN: r90701
      Paolo Carlini committed
    • cp-gimplify.c: Include pointer-set.h · e09a5d62
      2004-11-15  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * cp-gimplify.c: Include pointer-set.h
              (cp_genericize_r): Use pointer_sets instead of a hashtable.
              Also instert the new statement for CLEANUP_STMT.
              (cp_genericize): Use pointer_sets instead of a hashtable.
              * Make-lang.in (cp-gimplify.o): Depend on pointer-set.h.
      
      From-SVN: r90699
      Andrew Pinski committed