1. 23 Aug, 1998 3 commits
    • iomanip.h: Use __extension__ for `extern' explicit template instantiations. · 03d0f4af
      	* iomanip.h: Use __extension__ for `extern' explicit template
      	instantiations.
      	* sinst.cc: Don't explicitly instantiation string_char_traits<char>.
      	* cinst.cc: Likewiwse, for complex<float>, complex<double>,
      	complex<long double>.
      	* extend.texi: Remove description of extension to explicit
      	instantiation that is now endorsed by standard C++.
      	* decl2.c (grok_array_decl): Add comment.
      	(mark_used): Don't instantiate an explicit instantiation.
      	* friend.c (make_friend_class): Remove bogus comment.  Fix check
      	for partial specializations.
      	* pt.c (check_explicit_specialization): Don't
      	SET_DECL_EXPLICIT_INSTANTIATION here.
      	(mark_decl_instantiated): Or here.
      	(do_decl_instantiation): Do it here, instead.  Add checks for
      	duplicate explicit instantiations, etc.  Tidy.
      	(do_type_instantiation): Likewise.
      	(instantiate_decl): Improve comments.  Complain about explicit
      	instantiations where no definition is available.
      	* cp-tree.h (ansi_null_node): Remove.
      	* call.c (build_over_call): Warn about converting NULL to an
      	arithmetic type.
      	* cvt.c (build_expr_type_conversion): Likewise.  Use
      	null_ptr_cst_p instead of expanding it inline.
      	* decl.c (ansi_null_node): Remove.
      	(init_decl_processing): Make null_node always have integral type.
      	* except.c (build_throw): Warn about converting NULL to an
      	arithmetic type.
      	* lex.c (init_parse): Remove handling of ansi_null_node.
      	* pt.c (type_unification_real): Don't convert NULL to void* type.
      	* typeck.c (build_binary_op_nodefault): Fix NULL warnings.
      	(convert_for_assignment): Warn about converting NULL to an
      	arithmetic type.
      	(convert_for_initialization): Likewise.
      
      From-SVN: r21915
      Mark Mitchell committed
    • arc.c (arc_initialize_pic): Remove. · 5d7045be
      	* config/arc/arc.c (arc_initialize_pic): Remove.
      	* config/arc/arc.h (INITIALIZE_PIC): Similarly, this routine does
      	nothing on any platform and is invoked by no-one, it does not even
      	appear in the documentation.
      	* config/sparc/sparc.h (INITIALIZE_PIC): Likewise.
      	* config/sparc/sparc.c (initialize_pic): Likewise.
      	(find_addr_reg): Remove this as well, no longer referenced after
      	my rewrite.
      
      From-SVN: r21914
      David S. Miller committed
    • Daily bump. · 4da4d9d0
      From-SVN: r21912
      Jeff Law committed
  2. 22 Aug, 1998 9 commits
  3. 21 Aug, 1998 10 commits
  4. 20 Aug, 1998 18 commits