1. 03 Jul, 2003 6 commits
    • expr.c (do_store_flag): Remove special case folding for single bit tests. · 7960bf22
      	* expr.c (do_store_flag): Remove special case folding for
      	single bit tests.  Instead call back into the commonized folder
      	routine.
      	* fold-const.c (fold_single_bit_test): New function, mostly
      	extracted from do_store_flag, with an additional case extracted
      	from fold.
      	(fold): Call fold_single_bit_test appropriately.
      	* tree.h (fold_single_bit_test): Prototype.
      
      From-SVN: r68867
      Jeff Law committed
    • * misc.c (save_argv): Make const. · b9add449
      From-SVN: r68866
      Neil Booth committed
    • gcse.c: Fix misspelling. · 0e8a66de
      	* gcse.c: Fix misspelling.
      	* line-map.c: Likewise.
      	* config/dsp16xx/dsp16xx.h: Likewise.
      
      From-SVN: r68865
      Matt Kraai committed
    • system.h: Include filenames.h. · 3dce1408
      	* system.h: Include filenames.h.
      	(IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
      	(DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
      	define based on HAVE_DOS_BASED_FILE_SYSTEM.
      	* config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
      	* config/i386/xm-mingw32.h: Don't define
      	HAVE_DOS_BASED_FILE_SYSTEM,
      	DIR_SEPARATOR, or DIR_SEPARATOR_2.
      	* doc/hostconfig.texi: Update to match.
      
      	* cppfiles.c, gcc.c, gensupport.c, protoize.c,
      	config/i386/cygwin.h:
      	Use IS_ABSOLUTE_PATH throughout.
      	* gcc.c (DIR_UP): Delete, unused.
      	* protoize.c (IS_SAME_PATH): Define in terms of
      	FILENAME_CMP.
      	(is_abspath): Delete.
      java:
      	* jcf-path.c: Don't default-define PATH_SEPARATOR nor
      	DIR_SEPARATOR.
      	Use FILENAME_CMP.
      	* jcf-write.c: Don't default-define DIR_SEPARATOR.
      	* jcf.h: Delete COMPARE_FILENAMES definition.
      
      From-SVN: r68863
      Zack Weinberg committed
    • pex-win32.c (fix_argv): Ensure that the executable pathname uses Win32 backslashes. · bacb96b2
      2003-07-02  Danny Smith  <dannysmith@users.source.forge.net>
      
      	* pex-win32.c (fix_argv): Ensure that the executable pathname
      	uses Win32 backslashes.
      	(pexecute): Cast away constness when assigning *errmsg_arg.
      
      From-SVN: r68862
      Danny Smith committed
    • Daily bump. · cac4a1a5
      From-SVN: r68860
      GCC Administrator committed
  2. 02 Jul, 2003 31 commits
  3. 01 Jul, 2003 3 commits