1. 01 May, 2001 8 commits
    • bitmap.c: Change NULL_PTR to NULL or "(rtx*)0". · 6496a589
      	* bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".
      	* c-common.c: Likewise.
      	* c-decl.c: Likewise.
      	* combine.c: Likewise.
      	* rs6000.c: Likewise.
      	* except.c: Likewise.
      	* explow.c: Likewise.
      	* expr.c: Likewise.
      	* fold-const.c: Likewise.
      	* function.c: Likewise.
      	* gcc.c: Likewise.
      	* gcse.c: Likewise.
      	* integrate.c: Likewise.
      	* loop.c: Likewise.
      	* objc/objc-act.c: Likewise.
      	* recog.c: Likewise.
      	* reg-stack.c: Likewise.
      	* reload.c: Likewise.
      	* reload1.c: Likewise.
      	* simplify-rtx.c: Likewise.
      	* stmt.c: Likewise.
      	* varasm.c: Likewise.
      
      From-SVN: r41722
      Kaveh R. Ghazi committed
    • call.c (build_new_op): Convert args from reference here. · 4b48a93e
      cp:
      	* call.c (build_new_op): Convert args from reference here.
      	(build_conditional_expr): Don't convert here.
      testsuite:
      	* g++.old-deja/g++.pt/ref4.C: New test.
      
      From-SVN: r41721
      Nathan Sidwell committed
    • spew.c (last_token_id): New static variable. · 1bcea8d7
      cp:
      	* spew.c (last_token_id): New static variable.
      	(read_token): Set it here.
      	(yyerror): Use it here.
      
      From-SVN: r41719
      Nathan Sidwell committed
    • diagnostic.def: New file. · d0e66dbb
            * diagnostic.def: New file.
            * diagnostic.h (diagnostic_t): New enum.
            * Makefile.in (diagnostic.o): Depend on diagnostic.def
      
      From-SVN: r41717
      Gabriel Dos Reis committed
    • Daily bump. · 048de5ad
      From-SVN: r41716
      GCC Administrator committed
    • tsystem.h: Test only POSIX for availability of string.h and time.h. · 34f4f3a5
      	* tsystem.h: Test only POSIX for availability of string.h
      	and time.h.
      	* config.gcc (all systems): If USG appeared in xm_defines,
      	change it to POSIX.  If both USG and POSIX appeared, just
      	delete USG. Remove unnecessary quotes around xm_defines
      	settings.
      	(m68k-crds-unos*): Don't #define unos - tested nowhere.
      	(m68k-apple-aux*): Don't #define AUX - tested nowhere.
      	(alpha*-*-linux*ecoff*, powerpc-*-linux*libc1,
      	powerpc-*-linux*): No need to set xm_defines - handled by
      	global settings for *-*-linux*.
      
      From-SVN: r41714
      Zack Weinberg committed
    • dbxout.c, [...]: Always include gstab.h, not system stab.h. · 7719ffbf
      	* dbxout.c, mips-tfile.c, config/mips/mips.c, xcoffout.c:
      	Always include gstab.h, not system stab.h.  Don't provide
      	default definitions of N_CATCH or N_OPT.  Always use the
      	gstab.h variant of STAB_CODE_TYPE.
      	* final.c: Don't include stab.h/gstab.h at all, or provide
      	defaults for N_SLINE and N_SOL.
      
      	* xcoffout.c: Can assume N_MAIN, N_DSLINE, N_BSLINE, N_BINCL,
      	N_EINCL, N_EXCL, N_M2C, N_SCOPE, N_CATCH, and N_OPT are
      	available.
      	* sdbout.c: Always include gsyms.h instead of system syms.h.
      
      	* configure.in: No need to check for stab.h.
      	* configure, config.in: Regenerate.
      	* Makefile.in (final.o): Don't depend on gstab.h.
      
      From-SVN: r41713
      Zack Weinberg committed
    • extend.texi: Improve documentation of volatile asms. · e71b34aa
      	* extend.texi: Improve documentation of volatile asms.
      
      	* c-tree.texi: Fix thinko.
      	* gcc.texi: Likewise.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r41712
      Mark Mitchell committed
  2. 30 Apr, 2001 16 commits
  3. 29 Apr, 2001 7 commits
  4. 28 Apr, 2001 9 commits