1. 24 May, 2003 8 commits
  2. 23 May, 2003 28 commits
  3. 22 May, 2003 4 commits
    • std_fstream.h (_S_pback_size): Remove definition. · d7ccc917
      2003-05-22  Paolo Carlini  <pcarlini@unitus.it>
      
      	* include/std/std_fstream.h (_S_pback_size): Remove definition.
      	(_M_create_pback(), _M_destroy_pback()): Simplify for a single-char
      	pback buffer.
      	* include/bits/fstream.tcc (_S_pback_size): Remove declaration.
      	* testsuite/27_io/basic_filebuf/3.cc: Remove explicit instantiation
      	of _S_pback_size for systems with no COMDAT or weak support.
      	* testsuite/27_io/basic_filebuf/seekoff/10132-2.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/seekpos/10132-3.cc: Likewise.
      	* testsuite/27_io/basic_filebuf/underflow/10096.cc: Likewise.
      	* testsuite/27_io/basic_fstream/3.cc: Likewise.
      	* testsuite/27_io/basic_ifstream/3.cc: Likewise.
      	* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc: Likewise.
      	* testsuite/27_io/basic_ofstream/3.cc: Likewise.
      	* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Likewise.
      	* testsuite/27_io/basic_streambuf/3.cc: Likewise.
      
      From-SVN: r67102
      Paolo Carlini committed
    • config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the default. · 5f875c8f
      	* config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
      	default.
      
      From-SVN: r67101
      Mike Stump committed
    • calls.c (expand_call): If the arg block is going to grow downward... · d892f288
      * calls.c (expand_call): If the arg block is going to grow
      downward, we need argblock to point to the top of the block,
      not the bottom.
      
      From-SVN: r67099
      DJ Delorie committed
    • expr.c (expand_expr, [...]): Put into memory if constant and… · f59700f9
      expr.c (expand_expr, [...]): Put into memory if constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
      
      	* expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
      	constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
      
      From-SVN: r67098
      Richard Kenner committed