1. 11 Jan, 2007 8 commits
    • predicates.md (mcore_general_movesrc_operand): Accept CONSTs. · 6e3a343d
      * config/mcore/predicates.md (mcore_general_movesrc_operand): Accept CONSTs.
        (mcore_general_movdst_operand): Do not accept CONST_INTs.
        (mcore_arith_K_S_operand): Run the test for the S constraint not the test for the M constraint.
        (mcore_addsub_operand): Do not accept integer values that are larger than 32 bits.
      * config/mcore/mcore.md: Remove unused constraints from split.
        (andsi3): Use HOST_WIDE_INT instead of int to hold an INTVAL.
        (addsi3): Likewise.
        (allocate_stack): Likewise.
      * config/mcore/mcore.c (mcore_print_operand): Restrict output of P operands to 32 bits.
        (mcore_const_costs): Use HOST_WIDE_INT instead of int to hold an INTVAL.
        (mcore_and_cost, mcore_modify_comparison, const_ok_for_mcore,
         mcore_const_ok_for_inline, mcore_const_trick_uses_not,
         try_constant_tricks, mcore_num_ones, mcore_num_zeros,
         mcore_output_bclri, mcore_output_andn, output_inline_const,
         mcore_output_move, mcore_output_movedouble): Likewise.
        (mcore_output_cmov): Use CONST_OK_FOR_M and CONST_OK_FOR_N.
        (output_inline_const): Likewise.
        (output_inline_const): Fix format strings used in sprintf statements.
      * config/mcore/mcore-protos.h: Update prototypes for changed functions in mcore.c.
      * config/mcore/mcore.h (CONST_OK_FOR_I): Cast values to HOST_WIDE_INT and not int.
        (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_L, CONST_OK_FOR_M,
         CONST_OK_FOR_N): Likewise.
        (LEGITIMATE_CONSTANT_P): Also check CONSTANT_P.
        (GO_IF_LEGITIMATE_INDEX): Use HOST_WIDE_INT instead of int to hold an INTVAL.
      
      From-SVN: r120669
      Nick Clifton committed
    • simplify.c: Update copyright to 2007. · 4d499824
      * simplify.c: Update copyright to 2007.
      * scanner.c: Same.
      
      From-SVN: r120668
      Brooks Moses committed
    • re PR fortran/30430 (Memory corruption in the module search path code) · 1bc23383
      	PR fortran/30430
      	* scanner.c (gfc_release_include_path): Free gfc_option.module_dir
      	only once!
      
      From-SVN: r120667
      Francois-Xavier Coudert committed
    • re PR c++/28999 (ICE on invalid use of typename) · 50ef2c18
      	PR c++/28999
      	* decl.c (make_typename_type): If the qualified name is not a
      	type, issue an error.
      	* parser.c (cp_parser_elaborated_type_specifier): Fix comment
      	formatting.
      
      From-SVN: r120663
      Mark Mitchell committed
    • 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 10 commits