1. 23 Jun, 2003 11 commits
  2. 22 Jun, 2003 24 commits
  3. 21 Jun, 2003 5 commits
    • safe-ctype.h (HC_UNKNOWN, [...]): New #defines. · 7468e0b5
      include:
      	* safe-ctype.h (HC_UNKNOWN, HC_ASCII, HC_EBCDIC, HOST_CHARSET):
      	New #defines.
      libiberty:
      	* safe-ctype.c: Separate out EOF==-1 check.  Use HOST_CHARSET
      	for charset determination.
      gcc:
      	* aclocal.m4 (gcc_AC_C_CHARSET): Delete.
      	* configure.in: Don't use gcc_AC_C_CHARSET.
      	* configure, config.in: Regenerate.
      	* config/i370/i370.c, config/i370/i370.h: Use
      	(HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
      	instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
      
      From-SVN: r68317
      Zack Weinberg committed
    • Makefile.in: Update. · de32c0cb
      	* Makefile.in: Update.
      	* common.opt: New switches.
      	* opts.c: Include diagnostic.h.
      	(common_handle_option): Handle new switches.
      	* toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
      	flag_if_conversion2, flag_delete_null_pointer_checks,
      	flag_rerun_cse_after_loop): Make extern.
      	(flag_dummy): New.
      	(f_options): Update to use flag_dummy for moved options.
      	(decode_f_option): Some switches moved to opts.c.
      	* toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
      	flag_if_conversion2, flag_delete_null_pointer_checks,
      	flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
      	flag_tracer, flag_thread_jumps, flag_unroll_loops,
      	flag_unroll_all_loops, flag_unswitch_loops): New.
      f:
      	* lang.opt: Add -fpreprocessed.
      	* top.c (ffe_handle_option): Handle it.
      
      From-SVN: r68315
      Neil Booth committed
    • re PR c++/10784 (Warning about choosing custom operator over copy constructor… · 25abc0a5
      re PR c++/10784 (Warning about choosing custom operator over copy constructor cannot be turned off (and it's useless in the first place))
      
      cp/
              PR c++/10784
              * call.c (joust): Warn about choosing conversion sequence only if
              -Wconversion.
      
      testsuite/
              * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion option.
              * g++.old-deja/g++.other/conv7.C: Likewise
              * g++.old-deja/g++.other/overcnv2.C: Likewise.
              * g++.old-deja/g++.other/overload14.C: Likewise.
      
      From-SVN: r68312
      Gabriel Dos Reis committed
    • 2003-06-21 Michael Koch <konqueror@gmx.de> · cff5cdc8
      	* java/io/File.java
      	(static): Load javaio lib if existing (only in classpath).
      	(File): Revised documentation to show the correct argument name.
      	(createTempFile): Partly merged with classpath.
      	(compareTo): Simplified.
      	(lastModified): Throw exception if time < 0.
      	(deleteOnExit): Revised documentation.
      
      From-SVN: r68310
      Michael Koch committed
    • PC c++/10864 · 84cc377e
      	PC c++/10864
      	* call.c (op_error): Tidy.
      	* error.c (dump_expr): Properly format 'T()' when T is an
      	aggregate type.
      
      From-SVN: r68309
      Gabriel Dos Reis committed