1. 28 Apr, 2003 6 commits
    • re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions and… · 772f8889
      re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions and multiple inheritance)
      
      	PR c++/10506
      	* method.c (use_thunk): Decrement immediate_size_expand.
      
      	PR c++/10503
      	* cp-tree.h (DECL_VAR_MARKED_P): New macro.
      	(DECL_MAYBE_TEMPLATE): Remove.
      	* class.c (fixed_type_or_null): Avoid infinite recursion.
      
      	PR c++/10506
      	* g++.dg/init/new6.C: New test.
      
      	PR c++/10503
      	* g++.dg/init/ref6.C: New test.
      
      From-SVN: r66150
      Mark Mitchell committed
    • std_fstream.h (basic_filebuf): _M_pback_destroy to _M_destroy_pback. · aa438e8f
      
      2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/std/std_fstream.h (basic_filebuf): _M_pback_destroy to
      	_M_destroy_pback. _M_pback_create to
      	_M_create_pback. _M_underflow_common to
      	_M_underflow. _M_really_overflow to _M_overflow.
      	* include/bits/fstream.tcc: Same.
      	* src/fstream.cc: Same.
      	* include/std/std_streambuf.h (basic_streambuf): _M_in_cur_move to
      	_M_move_in_cur.  _M_out_cur_move to _M_move_out_cur.
      	* include/bits/streambuf.tcc: Same.
      	* include/bits/fstream.tcc: Same.
      	* include/bits/sstream.tcc: Same.
      
      From-SVN: r66149
      Benjamin Kosnik committed
    • expr.c (expand_expr <COMPLEX_CST, [...]): Always call output_constant_def, use… · afc6aaab
      expr.c (expand_expr <COMPLEX_CST, [...]): Always call output_constant_def, use its result instead of TREE_CST_RTL (exp).
      
              * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
              output_constant_def, use its result instead of TREE_CST_RTL (exp).
              Can assume it has the form (mem (symbol_ref ".LCxxx")).
              (expand_expr <COMPONENT_REF>): Can always just extract the
              relevant field of a CONSTRUCTOR.
              (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
              ARRAY_RANGE_REF>): Make control flow explicit.
              * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
              an INTEGER_CST.
      
      From-SVN: r66148
      Zack Weinberg committed
    • locale_classes.h (locale::_Impl): Change _M_names from fixed size array. · 73c4dcc6
      
      2003-04-27  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/locale_classes.h (locale::_Impl): Change _M_names
      	from fixed size array.
      	(locale): Change _S_categories as well.
      	Formatting tweaks.
      	* include/bits/locale_facets.tcc: Tweak.
      	* config/locale/gnu/c_locale.cc: Assign _S_categories.
      	* config/locale/generic/c_locale.cc: Same.
      	* src/locale.cc: Tweak.
      	* src/globals.cc: Change facet_name to name_vec, add names_c.
      	* src/localename.cc: Use them.
      	(locale::_Impl::~_Impl): Destroy _M_names.
      	(locale::_Impl::_Impl): Create _M_names.
      
      From-SVN: r66147
      Benjamin Kosnik committed
    • Makefile.tpl: Clean $(BUILD_SUBDIR). · 0c227849
      	* Makefile.tpl: Clean $(BUILD_SUBDIR).
      	* Makefile.in: Regenerated.
      
      From-SVN: r66145
      Daniel Jacobowitz committed
    • Daily bump. · cfd22864
      From-SVN: r66144
      GCC Administrator committed
  2. 27 Apr, 2003 8 commits
  3. 26 Apr, 2003 19 commits
  4. 25 Apr, 2003 7 commits