1. 27 Dec, 2003 2 commits
  2. 26 Dec, 2003 10 commits
  3. 25 Dec, 2003 12 commits
  4. 24 Dec, 2003 9 commits
  5. 23 Dec, 2003 7 commits
    • gcc-dg.exp (dg-require-profiling): New function. · b8ee7f02
      	* lib/gcc-dg.exp (dg-require-profiling): New function.
      	* lib/target-supports.exp (check_profiling_available): Likewise.
      	* g++.dg/bprob/bprob.exp: Use check_profiling_available.
      	* g77.dg/bprob/bprob.exp: Likewise.
      	* gcc.misc-tests/bprob.exp: Likewise.
      	* g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
      	* gcc.dg/20021014-1.c: Likewise.
      	* gcc.dg/nest.c: Likewise.
      
      From-SVN: r74995
      Mark Mitchell committed
    • java1.C: Use -fdollars-in-identifiers when compiling. · 7bd35dac
      	* g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
      	compiling.
      	* g++.dg/lookup/java2.C: Likewise.
      	* gcc.dg/cpp/lexident.c: Likewise.
      
      From-SVN: r74992
      Mark Mitchell committed
    • * config/ns32k/ns32k.c: Convert to ISO-C. · bfb26edd
      From-SVN: r74989
      Kazu Hirata committed
    • 2003-12-23 Guilhem Lavaux <guilhem@kaffe.org> · 692fb023
      	* java/io/ObjectInputStream.java
      	(getField): Handle transient and non persistent fields.
      	(readClassDescriptor): Better error handling, use the right
      	class loader.
      	(readFields): Fields marked as not present in the stream
      	or not to be set are not read and set.
      	* java/io/ObjectInputStream.java
      	(readFields): Changed implementation of GetField.
      	(readClassDescriptor): Documented.
      	* java/io/ObjectOutputStream.java
      	(writeClassDescriptor): Added condition when to write class super
      	class information.
      
      From-SVN: r74985
      Guilhem Lavaux committed
    • 20020604-1.c: XFAIL on H8 if -mn is given. · f2073745
      	* gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
      	given.
      	* gcc.c-torture/compile/961203-1.c: Likewise.
      	* gcc.c-torture/compile/980506-1.c: Likewise.
      
      From-SVN: r74981
      Kazu Hirata committed
    • ia64.c (ia64_va_arg): Pass pointer for variable-sized type through convert_memory_address. · 4c494a15
      gcc:
      	* config/ia64/ia64.c (ia64_va_arg): Pass pointer for
      	variable-sized type through convert_memory_address.
      	(ia64_in_small_data_p): Always return false for FUNCTION_DECLs.
      
      gcc/testsuite:
      	* lib/gcc-dg.exp (dg-prune-output): New annotation.
      	(additional_prunes): New global.
      	(gcc-dg-prune): Handle additional per-test pruning.
      	(dg-test): Clear additional_prunes between tests.
      
      	* gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
      	dg-prune-output to avoid spurious failures from assembler
      	complaining about nonexistent WAW violations.
      	* gcc.c-torture/compile/981223-1.c: Remove dg-options line.
      	Use dg-prune-output to avoid spurious failures from assembler
      	warning about Itanium B-step errata.
      
      From-SVN: r74980
      Zack Weinberg committed
    • GtkChoicePeer.java (postItemEvent): Rename to... · baba70d0
      2003-12-22  Fernando Nasser  <fnasser@redhat.com>
      
              * gnu/java/awt/peer/gtk/GtkChoicePeer.java (postItemEvent): Rename to...        (choicePostItemEvent): Change signature to more specific String object.
              * java/awt/Choice.java (add): Generate ItemEvent for the first item
              added.
              (insert): Generate ItemEvent if insertion caused
              selection to change.
              (remove): Generate ItemEvent if removal cause selection to change.
              (removeAll): Change algorithm to prevent generation of ItemEvents.
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c
              (connect_choice_item_selectable_hook): Change argument type.
              Fix argument value.
              Make sure resources are feed by registering callback.
              (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_append): Adjust call to the
              above function.
              (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_add): Ditto.
              (item_activate): Ditto.
              (Java_gnu_java_awt_peer_gtk_GtkChoicePeer_remove): Destroy removed
              menuitem.
              (item_removed): New function.  Free resources.
              * jni/gtk-peer/gtkpeer.h (item_event_hook_info): Change member type and
              name.
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c
              (Java_gnu_java_awt_peer_gtk_GtkMainThread_gtkInit): Obtain MethodID for
              choicePostItemEvent.
      
      From-SVN: r74979
      Fernando Nasser committed