1. 11 Jan, 2007 4 commits
    • tree-vrp.c (remove_range_assertions): Release defs. · ca15e365
      	* tree-vrp.c (remove_range_assertions): Release defs.
      	* tree-ssa-loop-ivopts.c (rmeove_statement): Likewise.
      	* tree-ssa-dom.c (remove_stmt_or_phi): Likewise.
      
      From-SVN: r120662
      Jan Hubicka committed
    • Daily bump. · f226b320
      From-SVN: r120660
      GCC Administrator committed
    • *.h: New files. · a6ec9397
      	* gnu/gcj/xlib/*.h: New files.
      	* gnu/awt/xlib/*.h: Likewise.
      	* classpath/lib/gnu/gcj/xlib: New class files.
      	* classpath/lib/gnu/awt/xlib: Likewise.
      
      From-SVN: r120655
      Tom Tromey committed
    • Readd missing chunks from r116332: · eee96b1b
      2007-01-10  Matthias Klose  <doko@debian.org> 
       
              Readd missing chunks from r116332: 
       
              * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro. 
              * resource/Makefile.am (loggingdir): Define to 
              toolexeclibdir. 
              (securitydir): Likewise. 
              * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR. 
              Set default nativeexeclibdir using toolexeclibdir. 
       
              Readd missing chunks from r115839: 
       
              * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS): 
              Add -avoid-version. 
              * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version. 
       
              * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in, 
              examples/Makefile.in, external/Makefile.in, 
              external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in, 
              external/sax/Makefile.in, external/w3c_dom/Makefile.in, 
              include/Makefile.in, lib/Makefile.in, native/Makefile.in, 
              native/fdlibm/Makefile.in, native/jawt/Makefile.in, 
              native/jni/Makefile.in, native/jni/classpath/Makefile.in, 
              native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in 
              native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in, 
              native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in, 
              native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in, 
              native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in, 
              native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in, 
              native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in, 
              tools/Makefile.in: Regenerate
      
      From-SVN: r120654
      Matthias Klose committed
  2. 10 Jan, 2007 22 commits
  3. 09 Jan, 2007 12 commits
  4. 08 Jan, 2007 2 commits
    • tree.h (force_fit_type_double): Export. · b8fca551
      2007-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* tree.h (force_fit_type_double): Export.
      	(force_fit_type): Remove.
      	* fold-const.c (force_fit_type_double): New function.
      	(force_fit_type): Remove.
      	(int_const_binop): Use it.
      	(fold_convert_const_int_from_int): Likewise.
      	(fold_convert_const_int_from_real): Likewise.
      	(fold_div_compare): Likewise.
      	(fold_sign_changed_comparison): Likewise.
      	(fold_unary): Likewise.
      	(fold_negate_const): Likewise.
      	(fold_abs_const): Likewise. 
      	(fold_not_const): Likewise.
      	* c-common.c (shorten_compare): Use force_fit_type_double.
      	* convert.c (convert_to_pointer): Likewise.
      
      From-SVN: r120597
      Richard Guenther committed
    • tree.h (build_int_cst_wide_type): Export. · 2ac7cbb5
      2007-01-08  Richard Guenther  <rguenther@suse.de>
      
      	* tree.h (build_int_cst_wide_type): Export.
      	* tree.c (build_int_cst_wide_type): New function.
      	(build_int_cst_wide): Fix comment.
      	* builtins.c (fold_builtin_object_size): Use build_int_cst
      	to build -1 or 0 of the correct type.  Use fit_double_type
      	to check for overflow.
      	* fold-const.c (optimize_bit_field_compare): Use build_int_cst_type
      	to build the mask.
      	(decode_field_reference): Likewise.
      	(all_ones_mask_p): Likewise.
      	(native_interpret_int): Use build_int_cst_wide_type.
      	(fold_binary): Use build_int_cst_type to build an all-ones
      	value.
      	* stor-layout.c (set_sizetype): Use build_int_cst_wide_type.
      
      	java/
      	* lex.c (do_java_lex): Use build_int_cst_wide_type.
      	* jcf-parse.c (get_constant): Likewise.
      
      	cp/
      	* cvt.c (cp_convert_to_pointer): Use build_int_cst_type.
      
      	ada/
      	* cuintp.c (build_cst_from_int): Use built_int_cst_type.
      	* trans.c (gnat_to_gnu): Likewise.
      
      From-SVN: r120596
      Richard Guenther committed