1. 16 Feb, 2002 11 commits
    • locale_facets.tcc: Add pragma GCC system_header. · 3b794528
      
      2002-02-16   Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_facets.tcc: Add pragma GCC system_header.
      	* include/bits/fstream.tcc: Same.
      	* include/bits/sstream.tcc: Same.
      	* include/bits/ostream.tcc: Same.
      	* include/bits/istream.tcc: Same.
      	* include/bits/streambuf.tcc: Same.
      	* include/bits/basic_ios.tcc: Same.
      	* include/bits/basic_string.tcc: Same.
      
      From-SVN: r49809
      Benjamin Kosnik committed
    • Fix typo. · 7303604f
      From-SVN: r49808
      Richard Kenner committed
    • alpha.md (*movsi_nt_vms_nofix): Was *movesi_nt_vms; now only if !TARGET_FIX. · 1a42b072
      	* config/alpha/alpha.md (*movsi_nt_vms_nofix): Was *movesi_nt_vms;
      	now only if !TARGET_FIX.
      	(*movsi_nt_vms_fix): New pattern.
      
      From-SVN: r49807
      Richard Kenner committed
    • alpha.c: Implement null frame procedure types on VMS. · c2ea1ac6
      	* config/alpha/alpha.c: Implement null frame procedure types on VMS.
      	(alpha_procedure_type): Replaces alpha_is_stack_procedure.
      	(alpha_sa_mask, alpha_sa_size): Reflect above change.
      	(alpha_pv_save_size, alpha_expand_prologue): Likewise.
      	(alpha_start_function, alpha_expand_epilogue): Likewise.
      	(unicosmk_gen_dsib): Likewise.
      
      From-SVN: r49806
      Douglas B Rupp committed
    • * gcc.dg/decl-1.c: Update, new test. · 7f311f63
      From-SVN: r49804
      Neil Booth committed
    • decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs, remove incorrect comment. · 8d6e459d
      cp:
      	* decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
      	remove incorrect comment. Move #if 0'd code to common path. Use
      	IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
      testsuite:
      	* g++.dg/abi/bitfield1.C: New test.
      	* g++.dg/abi/bitfield2.C: New test.
      
      From-SVN: r49803
      Nathan Sidwell committed
    • Daily bump. · 45356ea2
      From-SVN: r49802
      GCC Administrator committed
    • std_iosfwd.h: Don't guard typedefs with _GLIBCPP_USE_WCHAR_T · b4cce253
      
      2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/std/std_iosfwd.h: Don't guard typedefs with
      	_GLIBCPP_USE_WCHAR_T
      	* include/bits/stringfwd.h: Same.
      
      From-SVN: r49800
      Benjamin Kosnik committed
    • locale.cc (moneypunct_byname): Remove definitions. · c7bbe0c4
      
      2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* src/locale.cc (moneypunct_byname): Remove definitions.
      	* include/std/std_streambuf.h (streambuf::operator=): Return.
      
      From-SVN: r49799
      Benjamin Kosnik committed
    • Tune for size. · a32e3c09
      
      
      2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	Tune for size.
      	* src/string-inst.cc (string::_Rep::_S_terminal): Remove redundant
      	explicit instantiation.
      	(string::_Rep::_S_max_size): Same.
      	* include/bits/basic_string.tcc: Add extern explicit
      	instantiations for string, wstring.
      	* include/bits/basic_ios.tcc: Add extern explicit instantiations
      	for ios, wios.
      	* include/bits/streambuf.tcc: Same, for streambuf, wstreambuf.
      	* include/bits/istream.tcc: Same, for istream, wistream.
      	* include/bits/ostream.tcc: Same for ostream, wostream, iostream,
      	wiostream.
      	* include/bits/sstream.tcc: Same, for stringbuf, wstringbuf,
      	istringstream, wistringstream, ostringstream, wostringstream,
      	stringstream, wstringstream.
      	* include/bits/fstream.tcc: Same, for filebuf, wfilebuf, ifstream,
      	wifstream, ofstream, wofstream, fstream, wfstream.
      	* src/misc-inst.cc: Correct comments.
      	Add iomanip instantiations for wide streams.
      	* include/std/std_iomanip.h: Same.
      	* include/bits/locale_facets.tcc: Same.
      
      	* include/std/std_streambuf.h: Correct
      	_GLIBCPP_FULLY_COMPLIANT_HEADERS guard.
      	* include/std/std_sstream.h: Same.
      	* include/std/std_ostream.h: Same.
      	* include/std/std_istream.h: Same.
      	* include/std/std_fstream.h: Same.
      
      	* include/std/std_streambuf.h: Add definitions for private copy
      	ctor and assignment operator.
      	* include/std/std_istream.h: Remove declared but undefined copy
      	ctor and assignment operator. This is taken care of in ios_base,
      	so adding it in the derived class as well is superfluous.
      	* include/std/std_ostream.h: Same.
      
      	* include/bits/basic_ios.h (basic_ios::clear): Don't inline.
      	* include/bits/basic_ios.tcc (basic_ios::clear): Move definition here.
      
      From-SVN: r49798
      Benjamin Kosnik committed
  2. 15 Feb, 2002 13 commits
  3. 14 Feb, 2002 16 commits