1. 06 Apr, 2000 8 commits
    • cp-tree.h (instantiate_decl): Change prototype. · 16d53b64
      	* cp-tree.h (instantiate_decl): Change prototype.
      	* decl2.c (mark_used): Adjust call.
      	* optimize.c (inlinable_function_p): Adjust handling of templates.
      	* pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
      	(do_type_instantiation): Likewise.
      	(instantiate_decl): Defer more templates.
      	(instantiate_pending_templates): Adjust logic to handle inline
      	friend functions.
      
      From-SVN: r32959
      Mark Mitchell committed
    • class.c (decl_hash): Prototype removed. · 256172c4
      2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      
      	* class.c (decl_hash): Prototype removed.
      	(decl_compare): Likewise.
      
      (Fixes a warning problem.)
      
      From-SVN: r32958
      Alexandre Petit-Bianco committed
    • final.c (final): Use xcalloc to allocate line_note_exists. · bedda2da
      	* final.c (final): Use xcalloc to allocate line_note_exists.
      	* function.c (free_after_compilation): Free the temp_slots.
      	(assign_stack_temp_for_type): Use xmalloc to allocate temp_slots.
      	(combine_temp_slot): Free temp_slots when they get combined.
      	(purge_addressof): Fix typo in comment.
      	* stmt.c (mark_goto_fixup): Mark the fixup itself.
      	(expand_fixup): Allocate the fixup with ggc_alloc_obj.
      
      	* ggc.h: Include varray.h.
      	(ggc_pending_trees): Declare.
      	(ggc_mark_tree_children): Remove declaration.
      	(ggc_mark_tree): Just push unmarked trees on ggc_pending_trees.
      	* ggc-common.c (ggc_pending_trees): New variable.
      	(ggc_mark_roots): Call ggc_mark_trees.
      	(ggc_mark_tree_children): Rename to ggc_mark_trees.  Process all
      	the ggc_pending_trees.
      	* Makefile.in (GGC_H): New variable.  Use it throughout in place
      	of ggc.h.
      
      	* Makefile.in (GGC_H): New variable.  Use it throughout in place
      	of ggc.h.
      
      	* call.c: Don't include obstack.h.  Include ggc.h.
      	(obstack_chunk_alloc): Don't define.
      	(obstack_chunk_free): Likewise.
      	(add_candidate): Allocate the z_candidate with ggc_alloc_obj.
      	* decl.c (push_switch): Use xmalloc to allocate the cp_switch.
      	(pop_switch): Free it.
      
      	* decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
      
      	* dump.c (dequeue_and_dump): Don't try to print the bit_position
      	if we don't have a DECL_FIELD_OFFSET.
      
      	* Makefile.in (GGC_H): Add varray.h.
      
      From-SVN: r32956
      Mark Mitchell committed
    • re GNATS gcj/164 (compiler permits "volatile final" variables) · e0fc4118
      	* parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
      	* parse.y (check_modifiers_consistency): Check for final/volatile
      	clash.  Fixes PR gcj/164.
      
      From-SVN: r32955
      Tom Tromey committed
    • configure: Rebuilt. · 24969f07
      	* configure: Rebuilt.
      	* configure.in: Recognize --enable-java-awt.
      	(AWT): New conditional.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (toolexeclib_LTLIBRARIES): Build libgcjawt.la if
      	requested.
      	(libgcjawt_la_SOURCES): New macro.
      	(EXTRA_libgcjawt_la_SOURCES): Likewise.
      	(libgcjawt_la_DEPENDENCIES): Likewise.
      	(libgcjawt_la_LIBADD): Likewise.
      	(libgcjawt_la_LDFLAGS): Likewise.
      	(libgcj.zip): Depend on cond_java_awt_source_files
      	(cond_awt_java_source_files): New macro.
      	(MOSTLYCLEANFILES): Added awto_files.
      	(awto_files): New macro.  Use where javao_files used.
      	(nat_headers): Use cond_awt_java_source_files.
      
      From-SVN: r32954
      Tom Tromey committed
    • Recognize d30v-elf as d30v-unknown-elf · 76b78517
      From-SVN: r32952
      Michael Meissner committed
    • * splay-tree.c (splay_tree_remove): New. · dc17cc7b
      From-SVN: r32949
      Richard Henderson committed
    • * splay-tree.h (splay_tree_remove): Declare. · aa5a5f02
      From-SVN: r32948
      Richard Henderson committed
  2. 05 Apr, 2000 28 commits
  3. 04 Apr, 2000 4 commits