1. 28 May, 1999 4 commits
  2. 27 May, 1999 12 commits
  3. 26 May, 1999 17 commits
  4. 25 May, 1999 7 commits
    • Revert accidental checkin. · 212cf333
      From-SVN: r27152
      Jeff Law committed
    • output.h (STRIP_NAME_ENCODING): Provide default definition. · 98577d03
              * output.h (STRIP_NAME_ENCODING): Provide default definition.
              * dwarf2out.c (ASM_NAME_TO_STRING): Use STRIP_NAME_ENCODING.
      
      From-SVN: r27151
      Jeffrey A Law committed
    • Delete vestigial FFECOM_FASTER_ARRAY_REFS · b962215a
      From-SVN: r27149
      Craig Burley committed
    • [multiple changes] · dc4e6ccf
      Tue May 25 15:06:13 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
              * parse.y (patch_assignment): Save the rhs before using it as an
              argument to _Jv_CheckArrayStore.
      Tue May 25 11:23:59 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* lex.c (java_parse_doc_section): Fixed `tag' buffer size.
      Mon May 24 13:26:00 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
              * lex.c (java_lex): Accepts `+' or `-' after the beginning of a
              floating point litteral only when the exponent indicator has been
              parsed.
      
      From-SVN: r27147
      Alexandre Petit-Bianco committed
    • Fix 19990525-0.f · 47d98fa2
      From-SVN: r27145
      Craig Burley committed
    • class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to intialize a vtable. · 3ebc5c52
      	* class.c (finish_vtbls): Copy BINFO_VIRTUALs before using it to
      	intialize a vtable.
      	* cp-tree.h (NAMESPACE_LEVEL): Reformat.
      	(lang_decl_flags): Document MEMFUNC_POINTER_TO.  Save four bytes
      	by combining TEMPLATE_INFO and LEVEL into a single union.
      	(DECL_TEMPLATE_INFO): Reformat.
      	(DECL_SAVED_TREE): Document.
      	(DECL_TEMPLATE_INJECT): Remove.
      	* class.c (finish_struct): Remove code to deal with
      	DECL_TEMPLATE_INJECT.
      	* decl.c (maybe_process_template_type_declaration): Handle all new
      	types in templates uniformly.
      	* method.c (bulid_overload_identifier): Use CP_DECL_CONTEXT, not
      	DECL_CONTEXT.
      	* pt.c (lookup_template_class): Inject template instantiations of
      	forward-declarations.
      	(instantiate_class_template): Remove code processing
      	DECL_TEMPLATE_INJECT.
      	* pt.c (lookup_template_class): Tweak lookup to find member
      	templates.
      	* pt.c (tsubst_expr, case ASM_STMT): Don't tsubst into
      	ASM_CV_QUAL.
      	* semantics.c (finish_asm_stmt): Make strings permanent if they're
      	used in a template.
      
      From-SVN: r27144
      Mark Mitchell committed
    • Fix dumb mistakes. · c9b2595a
      From-SVN: r27143
      Jeff Law committed