1. 04 Nov, 2002 9 commits
  2. 03 Nov, 2002 5 commits
    • re PR middle-end/8408 (simple legal c program ice in fixup_var_refs_1, at function.c:1938) · 0b40e88e
              PR middle-end/8408
              * genrecog.c (preds): Handle ADDRESSOF.
              (validate_pattern): Mark it as an lvalue.
      	* gcc.c-torture/compile/20021103-1.c: New.
      
      From-SVN: r58774
      Eric Botcazou committed
    • AlreadyConnectedException.java: Extend IllegalStateException, per spec. · 7189ea29
      	* java/nio/channels/AlreadyConnectedException.java: Extend
      	IllegalStateException, per spec.
      
      From-SVN: r58773
      Tom Tromey committed
    • GNU Classpath merge. · de36f65d
      2002-10-31  Stephen Crawley  <crawley@dstc.edu.au>
      
      	* java/lang/Double.java (valueOf): Return new Double(parseDouble(s)).
      
      2002-10-31  Wu Gansha <gansha.wu@intel.com>:
      
              * java/util/ArrayList.java (readObject, writeObject): Only read/write
              size items.
      
      2002-10-31  Wu Gansha <gansha.wu@intel.com>:
      
              * java/io/DataInputStream.java (convertFromUTF): Give StringBuffer an
              initial estimated size to avoid enlarge buffer frequently.
      
      2002-10-31  Wu Gansha <gansha.wu@intel.com>:
      
      	* java/lang/reflect/Proxy.java (ProxyType): Set loader to System
      	ClassLoader when null.
      	(ProxyType.hashCode): Loader null check no longer needed.
      	(ProxyType.sameTypes): New method.
      	(ProxyType.equals): Use new method.
      
      2002-10-31  Mark Wielaard  <mark@klomp.org>
      
              * java/net/URLDecoder.java (decode): Initialize Stringbuffer size to
      	length of String.
      	* java/net/URLEncoder.java (encode): Likewise.
      
      2002-10-31  Mark Wielaard  <mark@klomp.org>
      
      	* java/util/zip/ZipInputStream.java (getNextEntry): Throw IOException
      	when stream is closed.
      	(closeEntry): Likewise.
      	(read): Likewise.
      	* java/util/zip/ZipOutputStream.java (putNextEntry): Throw
      	ZipException when no entry active.
      	(closeEntry): Likewise.
      	(write): Likewise.
      
      From-SVN: r58772
      Mark Wielaard committed
    • Daily bump. · c33c471b
      From-SVN: r58771
      GCC Administrator committed
    • initexc.java (fail): Static initializers must be able to complete normally. · 863d115f
      	* libjava.lang/initexc.java (fail): Static initializers must be
      	able to complete normally.  From Eric Blake.
      
      From-SVN: r58765
      Tom Tromey committed
  3. 02 Nov, 2002 22 commits
  4. 01 Nov, 2002 4 commits
    • freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__. · 8df91177
      2002-11-01  David O'Brien  <obrien@FreeBSD.org>
      	* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Define __arch64__.
      	(TRANSFER_FROM_TRAMPOLINE): Reformat.
      	Add comment.
      
      Approved by:  Mark Mitchell <mark@codesourcery.com>
                    Message-ID: <15490000.1036182355@warlock.codesourcery.com>
      
      From-SVN: r58730
      David O'Brien committed
    • * config/h8300/h8300.h (CAN_ELIMINATE): Simplify. · 616dc555
      From-SVN: r58729
      Kazu Hirata committed
    • * config/h8300/h8300.h (OPTIMIZATION_OPTIONS): New. · 25a533a0
      From-SVN: r58728
      Toshiyasu Morita committed
    • ia64.h (MASK_INLINE_DIV_LAT): Remove. · dcffbade
      	* config/ia64/ia64.h (MASK_INLINE_DIV_LAT): Remove.
      	(MASK_INLINE_DIV_THR): Remove.
      	(TARGET_INLINE_DIV_LAT): Remove.
      	(TARGET_INLINE_DIV_THR): Remove.
      	(TARGET_INLINE_DIV): Remove.
      	(MASK_INLINE_FLOAT_DIV_LAT): New macro.
      	(MASK_INLINE_FLOAT_DIV_THR): New macro.
      	(MASK_INLINE_INT_DIV_LAT): New macro.
      	(MASK_INLINE_INT_DIV_THR): New macro.
      	(TARGET_INLINE_FLOAT_DIV_LAT): New macro.
      	(TARGET_INLINE_FLOAT_DIV_THR): New macro.
      	(TARGET_INLINE_INT_DIV_LAT): New macro.
      	(TARGET_INLINE_INT_DIV_THR): New macro.
      	(TARGET_INLINE_FLOAT_DIV): New macro.
      	(TARGET_INLINE_INT_DIV): New macro.
      	* config/ia64/ia64.md (divsi3): Change to use new macros.
      	(modsi3): Ditto.
      	(udivsi3): Ditto.
      	(umodsi3): Ditto.
      	(divsi3_internal): Ditto.
      	(divdi3): Ditto.
      	(moddi3): Ditto.
      	(udivdi3): Ditto.
      	(umoddi3): Ditto.
      	(divdi3_internal_lat): Ditto.
      	(divdi3_internal_thr): Ditto.
      	(divsf3): Ditto.
      	(divsf3_internal_lat): Ditto.
      	(divsf3_internal_thr): Ditto.
      	(divdf3): Ditto.
      	(divdf3_internal_lat): Ditto.
      	(divdf3_internal_thr): Ditto.
      	(divtf3): Ditto.
      	(divtf3_internal_lat): Ditto.
      	(divtf3_internal_thr): Ditto.
      	* config/ia64/ia64.c (ia64_override_options): Change
      	to check new macros for conflicts in settings.
      	* doc/invoke.texi (-minline-divide-min-latency): Remove.
      	(-minline-divide-max-throughput): Remove.
      	(-minline-float-divide-min-latency): New.
      	(-minline-float-divide-max-throughput): New.
      	(-minline-int-divide-min-latency): New.
      	(-minline-int-divide-max-throughput): New.
      
      From-SVN: r58727
      Steve Ellcey committed