1. 08 May, 2000 1 commit
  2. 07 May, 2000 1 commit
  3. 06 May, 2000 2 commits
  4. 05 May, 2000 1 commit
  5. 04 May, 2000 1 commit
  6. 03 May, 2000 2 commits
  7. 02 May, 2000 1 commit
  8. 01 May, 2000 1 commit
  9. 30 Apr, 2000 1 commit
  10. 29 Apr, 2000 1 commit
  11. 28 Apr, 2000 1 commit
  12. 27 Apr, 2000 1 commit
  13. 26 Apr, 2000 1 commit
  14. 25 Apr, 2000 1 commit
  15. 24 Apr, 2000 1 commit
  16. 23 Apr, 2000 1 commit
  17. 22 Apr, 2000 1 commit
  18. 21 Apr, 2000 1 commit
  19. 20 Apr, 2000 1 commit
  20. 19 Apr, 2000 1 commit
  21. 18 Apr, 2000 2 commits
    • cccp.c, [...]: Removed. · 86702e31
      	* cccp.c, cexp.y, cexp.c, cccp.1: Removed.
      
      	* configure.in: Delete --disable-cpplib option and all
      	references to cpp_main.
      	* configure: Regenerate.
      	* Makefile.in: Remove all references to CCCP, CCCP_OBJS,
      	@cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o,
      	cccp.o, cccp, or cppmain.  Link cppmain.o straight to
      	cpp$(exeext).  Add --no-headers to makeinfo command line when
      	generating INSTALL.  Install and uninstall cpp.1 manpage, not
      	cccp.1.
      	* install.texi: Delete all references to cexp.y/cexp.c.
      	Delete ancient instructions for compiling GCC on 3b1.
      	* INSTALL: Regenerate.
      
      	* cppfiles.c, cpplib.h, jump.c, protoize.c, c-lex.c,
      	ch/decl.c, ch/lex.c, cp/lex.c, f/lex.c, mips/t-ecoff,
      	mips/t-elf, mips/t-r3900: Remove references to cccp.c.
      	* convex.h, fx80.h, m68k.h, pdp11.h, contrib/gcc_update,
      	f/g77install.texi: Remove references to	cexp.c/cexp.y.
      	* xm-linux.h, xm-os2.h, romp.h: Remove definition of BSTRING,
      	which is no longer tested anywhere.
      
      	* po/POTFILES.in: Remove cccp.c and cexp.c.  Comment out
      	alpha/vms-tramp.asm.
      
      From-SVN: r33238
      Zack Weinberg committed
    • Daily bump. · 44c01391
      From-SVN: r33224
      Jeff Law committed
  22. 17 Apr, 2000 1 commit
  23. 16 Apr, 2000 1 commit
  24. 15 Apr, 2000 2 commits
  25. 14 Apr, 2000 1 commit
  26. 13 Apr, 2000 1 commit
  27. 12 Apr, 2000 2 commits
  28. 11 Apr, 2000 1 commit
  29. 10 Apr, 2000 1 commit
  30. 09 Apr, 2000 1 commit
  31. 08 Apr, 2000 1 commit
  32. 07 Apr, 2000 1 commit
  33. 06 Apr, 2000 2 commits
    • Daily bump. · edea3682
      From-SVN: r32964
      Jeff Law 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
  34. 05 Apr, 2000 1 commit