1. 09 Sep, 1999 7 commits
    • Makefile.in (cppexp.o): Depend on cpphash.h. · fc009f96
      	* Makefile.in (cppexp.o): Depend on cpphash.h.
      	* cppexp.c (cpp_lex): Handle `defined (xxx)' for poisoned xxx.
      	Include cpphash.h.
      	* cpphash.c (special_symbol): Handle plain `xxx' for poisoned xxx.
      	* cpplib.c (do_define): Generalise to handle poisoned definitions,
      	redefining poisoned identifiers, etc.
      	(do_undef): Don't allow poisoned identifiers to be undefined.
      	(do_pragma): Add #pragma poison.
      	(do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
      
      	* cccp.c: Add T_POISON node type.
      	(special_symbol): Handle `defined(xxx)' and plain `xxx' for
      	poisoned xxx.
      	(do_define): Generalise to handle poisoned definitions,
      	redefining poisoned identifiers, etc.
      	(do_undef): Don't allow poisoned identifiers to be undefined.
      	(do_pragma): Add #pragma poison.
      	(do_xifdef): Handle `#ifdef xxx' for poisoned xxx.
      
      	* c-pragma.c (handle_pragma_token): Ignore #pragma poison.
      	* c-pragma.h: Add ps_poison state.  We now always have generic
      	pragmas.
      
      From-SVN: r29224
      Geoff Keating committed
    • cp-tree.h (lang_decl_flags): Remove permanent_attr. · d60f72ae
      	* cp-tree.h (lang_decl_flags): Remove permanent_attr.
      	Remove next.
      	(LANG_DECL_PERMANENT): Remove.
      	* decl.c (duplicate_decls): Don't mess about with obstacks trying
      	to free memory.
      	(lang_mark_tree): Mark DECL_LANG_SPECIFIC.
      	* lex.c (free_lang_decl_chain): Remove.
      	(build_lang_decl): Don't use obstacks.
      	(retrofit_lang_decl): Likewise.
      	(copy_lang_decl): Likewise.
      
      From-SVN: r29223
      Mark Mitchell committed
    • ggc.h (ggc_alloc): New function. · 37b31aef
      	* ggc.h (ggc_alloc): New function.
      	(ggc_mark): Likewise.
      	* ggc-simple.c (ggc_any): New structure.
      	(ggc_status): Add anys.
      	(n_anys_collected): New variable.
      	(ggc_alloc): Define.
      	(ggc_mark): Likewise.
      	(ggc_collect): Collect the anys.
      
      From-SVN: r29222
      Mark Mitchell committed
    • cp-tree.h (saved_scope): Remove old_binding_level and function_decl. · fc0e7bf5
      	* cp-tree.h (saved_scope): Remove old_binding_level and
      	function_decl.  Tidy up.
      	* decl.c (mark_saved_scope): Don't set them.
      	(maybe_push_to_top_level): Clear memory.
      
      From-SVN: r29221
      Mark Mitchell committed
    • decl.c (layout_var_decl): Change prototype. · c82dbd95
      	* decl.c (layout_var_decl): Change prototype.  Don't complete
      	types for external objects.
      	(check_initializer): Likewise.  Tidy.
      	(initialize_local_var): Complete types here.
      	(cp_finish_decl): Not here.  Reorganize a little.
      	(grokvardecl): Don't complete types here.
      
      From-SVN: r29220
      Mark Mitchell committed
    • * xmemdup.c: Include sys/types.h. · 33c5ddcd
      From-SVN: r29218
      Kaveh R. Ghazi committed
  2. 08 Sep, 1999 33 commits