1. 09 Feb, 2002 2 commits
  2. 08 Feb, 2002 27 commits
  3. 07 Feb, 2002 11 commits
    • adaint.c (__gnat_to_gm_time): First arg is int, not time_t. · 21e09952
              * adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
              * adaint.h (__gnat_to_gm_time): Update prototype.
      
      From-SVN: r49596
      Richard Henderson committed
    • crtn.asm: Cleanup #ifdefs. · b137f9fc
      2002-02-07  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/crtn.asm: Cleanup #ifdefs.
      
      Add ChangeLog entry for previous patch that didn't seem to make it.
      
      From-SVN: r49595
      Eric Christopher committed
    • re PR fortran/5473 (ICE on BESJN(integer*8,real)) · d3dac0ae
      2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
      
      	PR fortran/5473
      	* g77.dg/pr5473.f: Now dg-error.  Add additional cases.
      
      From-SVN: r49594
      David Billinghurst committed
    • Fix for string-opt-7 failure on rs6000 -maix64. · 768070a0
      From-SVN: r49593
      Tom Rix committed
    • new2.C: Arrange for allocated memory to be sufficiently aligned for integers. · ff9ea967
              * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
              to be sufficiently aligned for integers.
      
      From-SVN: r49592
      Richard Henderson committed
    • Rename instantiate_type_flags to tsubst_flags_t & expand use. · c2ea3a40
      	* cp-tree.h (instantiate_type_flags): Rename to ...
      	(tsubst_flags_t): ... here. Rename itf_complain to tf_error,
      	add tf_warning flag.
      	(instantiate_type): Adjust prototype.
      	(tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
      	do_type_instantiation, cp_build_qualified_type_real): Likewise.
      	cp_build_qualified_type: Adjust.
      	* class.c (instantiate_type): Adjust parameter. Rename itf_* to
      	tf_*.
      	* call.c (standard_conversion): Rename itf_* to tf_*.
      	(reference_binding): Likewise.
      	(convert_like_real): Likewise.
      	* cvt.c (cp_convert_to_pointer): Likewise.
      	(convert_to_reference): Likewise.
      	* decl.c (lookup_namespace_name): Use tf_* flags.
      	(make_typename_type): Likewise.
      	(grokdeclarator): Likewise.
      	* pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
      	(coerce_template_template_parms, convert_template_argument,
      	coerce_template_parms, maybe_get_template_decl_from_type_decl,
      	lookup_template_class, tsubst_friend_function, tsubst_friend_class,
      	instantiate_class_template, tsubst_template_arg_vector,
      	tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
      	tsubst_decl, tsubst_arg_types, tsubst_function_type,
      	tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
      	instantiate_template, fn_type_unification,
      	resolve_overloaded_unification, verify_class_unification,
      	unify, get_bindings_real, do_type_instantiation,
      	regenerate_decl_from_template, instantiate_decl,
      	tsubst_initializer_list, tsubst_enum,
      	get_mostly_instantiated_function_type,
      	invalid_nontype_parm_type_p): Likewise.
      	* tree.c (cp_build_qualified_type_real): Likewise.
      	* typeck.c (build_binary_op): Rename itf_* to tf_*.
      	(build_ptrmemfunc): Likewise.
      	(convert_for_assignment): Likewise.
      
      From-SVN: r49591
      Nathan Sidwell committed
    • basic_ios.tcc (basic_ios::narrow): Add default value. · 3ab57fab
      
      2002-02-07  Benjamin Kosnik  <bkoz@redhat.com>
                  Wolfgang Bangerth  <wolfgang.bangerth@iwr.uni-heidelberg.de>
      
      	* include/bits/basic_ios.tcc (basic_ios::narrow): Add default value.
      	(basic_ios::widen): Same.
      
      Co-Authored-By: Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
      
      From-SVN: r49590
      Benjamin Kosnik committed
    • re PR c++/109 (g++ 2.95.2 can't handle dependent friend member functions) · d5614afb
      cp:
      	PR c++/109
      	* decl.c (grokdeclarator): Allow friend declarations from
      	dependant types.
      	* decl2.c (handle_class_head): Don't push into template parm contexts.
      	* pt.c (push_template_decl_real): Template parm contexts are never
      	being defined.
      testsuite:
      	* g++.dg/template/friend4.C: New test.
      
      From-SVN: r49589
      Nathan Sidwell committed
    • gcj.texi (Input Options): --CLASSPATH does not suppress system path. · 5d65aeb7
      	* gcj.texi (Input Options): --CLASSPATH does not suppress system
      	path.
      
      From-SVN: r49588
      Tom Tromey committed
    • money_get_members_char.cc: Add comment, tidy up. · a092e4eb
      2002-02-07  Paolo Carlini  <pcarlini@unitus.it>
      
      	* testsuite/22_locale/money_get_members_char.cc:
      	Add comment, tidy up.
      	(test01): more "en_HK" tests (without showbase).
      	* testsuite/22_locale/money_get_members_wchar_t.cc: Ditto.
      
      From-SVN: r49587
      Paolo Carlini committed
    • natThrowable.cc: Updated copyright. · 85ea93b3
      	* java/lang/natThrowable.cc: Updated copyright.
      	* java/io/natFileWin32.cc: Updated copyright.
      	* java/io/natFileDescriptorWin32.cc: Updated copyright.
      	* win32-threads.cc: Updated copyright.
      	* name-finder.cc: Updated copyright.
      	* include/name-finder.h: Updated copyright.
      
      From-SVN: r49586
      Tom Tromey committed