1. 13 Jun, 2000 1 commit
    • [multiple changes] · 088eb5a2
      
      2000-06-12  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	* bits/locale_facets.h (ctype<wchar_t>): Remove unnecessary data
      	members.
      	* src/locale.cc: Add cwchar include here. Remove incorrect
      	definitions, and stub them out.
      	* config/generic/ctype.cc (ctype): Remove ctype<wchar_t> bits.
      	* config/solaris/solaris2.7/ctype.cc (ctype): Same.
      	* config/solaris/solaris2.5/ctype.cc (ctype): Same.
      	* config/newlib/ctype.cc: Same.
      	* config/gnu-linux/ctype.cc: Same.
      	* config/bsd/ctype.cc: Same.
      	* config/aix/ctype.cc: Same.
      
      2000-06-12  Branko Cibej  <branko.cibej@hermes.si>
      
              * config/solaris/solaris2.6/ctype.cc (do_toupper, do_tolower): Use
              towupper and towlower to convert wide characters.
      
      From-SVN: r34511
      Benjamin Kosnik committed
  2. 12 Jun, 2000 13 commits
  3. 11 Jun, 2000 13 commits
  4. 10 Jun, 2000 4 commits
  5. 09 Jun, 2000 9 commits
    • ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,… · f8a83ee3
      ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument, never clear returned memory.
      
      toplevel:
      	* ggc-none.c, ggc-simple.c, ggc-page.c (ggc_alloc_obj): Rename
      	it ggc_alloc, drop second argument, never clear returned memory.
      	* ggc-common.c (ggc_alloc_string): Use ggc_alloc.
      	(ggc_alloc_cleared): New.
      	* ggc.h: Prototype ggc_alloc and ggc_alloc_cleared, not
      	ggc_alloc_obj.  Remove ggc_alloc macro.
      	(ggc_alloc_rtx, ggc_alloc_rtvec, ggc_alloc_tree): Use ggc_alloc.
      
      	* rtl.c (rtvec_alloc): Clear the vector always.
      	(rtx_alloc): Clear the first word always.  Remove dirty
      	obstack tricks (this routine is no longer a bottleneck).
      	* tree.c (make_node): Clear the new node always.
      	(make_tree_vec): Likewise.
      	(tree_cons): Clear the common structure always.
      	(build1): Likewise; also, clear TREE_COMPLEXITY.
      	* gengenrtl.c: Use puts wherever possible.  Remove extra
      	newlines.
      	(gendef): Clear the first word of an RTX in the generator
      	function, irrespective of ggc_p.  Initialize '0' slots to
      	NULL.
      	(genlegend): Don't generate obstack_alloc_rtx routine, just a
      	thin wrapper macro around obstack_alloc.
      
      	* stmt.c (expand_fixup): Use ggc_alloc.
      	* c-typeck.c (add_pending_init): Use ggc_alloc.
      	* emit-rtl.c (init_emit_once): Clear CONST_DOUBLE_CHAIN(tem).
      	* varasm.c (immed_double_const): Set CONST_DOUBLE_MEM(r) to
      	const0_rtx when it is created.
      	(immed_real_const_1): Set CONST_DOUBLE_CHAIN(r) to NULL_RTX if
      	we are not in a function.
      
      	* tree.c (tree_class_check_failed): Make second arg an int.
      	* tree.h: Update prototype.
      
      cp:
      	* call.c (add_candidate): Use ggc_alloc_cleared.
      	* decl.c (lookup_label): Likewise.
      	* lex.c (retrofit_lang_decl): Likewise.
      
      From-SVN: r34478
      Zack Weinberg committed
    • cp-demangle.c (demangle_operator_name): Add spaces before names beginning with a letter... · fe06b696
      	* cp-demangle.c (demangle_operator_name): Add spaces before
      	names beginning with a letter: delete, delete[], new, new[],
      	sizeof.
      	(demangle_special_name): Handle TF <type> and TJ <type>.
      
      From-SVN: r34477
      Zack Weinberg committed
    • Revert last patch · e2d0a11c
      From-SVN: r34476
      Mark Mitchell committed
    • tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT of an error_type_node. · e7cd085f
      * tree.h (VOID_TYPE_P): Don't look at the TYPE_MAIN_VARIANT
      of an error_type_node.
      
      From-SVN: r34475
      Geoffrey Keating committed
    • Revert last patch · 4d8a1dd6
      From-SVN: r34474
      Mark Mitchell committed
    • * config/avr/avr.c (asm_output_section_name): bugfix. · bb779a52
      From-SVN: r34473
      Denis Chertykov committed
    • cp-tree.h (cp_tree_index): Remove Java types. · 97a69409
      	* cp-tree.h (cp_tree_index): Remove Java types.
      	(java_fundamental_type_kind): New enumeration type.
      	(java_fundamental_types): New array.
      	* class.c (push_lang_context): Use java_fundamental_types.
      	* decl.c (java_fundamental_types): Define it.
      	(initialize_java_fundamental_types): New function.
      	(init_decl_processing): Call it
      	* mangle.c (integer_type_codes): Make it const.
      	(java_fundamental_type_codes): New variable.
      	(write_source_name_from_string): New function.
      	(write_identifier): Constify.
      	(write_builtin_type): Handle Java types.  Use same_type_p for type
      	comparison.
      
      From-SVN: r34472
      Mark Mitchell committed
    • revert mangling patch · 669ec2b4
      From-SVN: r34471
      Jason Merrill committed
    • timevar.def: Add TV_EXPAND. · ea11ca7e
              * timevar.def: Add TV_EXPAND.
              * timevar.c (timevar_print): Update timing information.
              * calls.c (try_to_integrate): Push to TV_INTEGRATION for inlining.
      
              * stmt.c (expand_return): Check for error_mark_node.
      
      cp/:
              * semantics.c (expand_body): Push to TV_EXPAND.
              * optimize.c (optimize_function): Push to TV_INTEGRATION.
              * decl.c (start_function): Always call announce_function.
      
              * tinfo2.cc: Just declare abort.
      
      From-SVN: r34470
      Jason Merrill committed