1. 27 Dec, 2003 3 commits
    • ResolutionSyntax.java, [...]: Fixed typo (s/then/than/). · 5bd1d00e
      2003-12-27  Michael Koch  <konqueror@gmx.de>
      
      	* javax/print/attribute/ResolutionSyntax.java,
      	javax/print/attribute/SetOfIntegerSyntax.java,
      	javax/print/attribute/Size2DSyntax.java,
      	javax/print/attribute/standard/Copies.java,
      	javax/print/attribute/standard/JobImpressions.java,
      	javax/print/attribute/standard/JobMediaSheets.java,
      	javax/print/attribute/standard/NumberOfDocuments.java,
      	javax/print/attribute/standard/NumberOfInterveningJobs.java,
      	javax/print/attribute/standard/PagesPerMinute.java,
      	javax/print/attribute/standard/PagesPerMinuteColor.java,
      	javax/print/attribute/standard/QueuedJobCount.java:
      	Fixed typo (s/then/than/).
      
      From-SVN: r75171
      Michael Koch committed
    • i386-interix.h: Remove uses of "register" specifier in declarations of arguments and local... · 8d531ab9
      	* config/i386/i386-interix.h: Remove uses of "register"
      	specifier in declarations of arguments and local variables.
      	* config/i386/i386.c: Likewise.
      	* config/i386/i386elf.h: Likewise.
      	* config/i386/ptx4-i.h: Likewise.
      	* config/i386/sysv4.h: Likewise.
      
      From-SVN: r75170
      Kazu Hirata committed
    • Daily bump. · 632e19ec
      From-SVN: r75047
      GCC Administrator committed
  2. 26 Dec, 2003 10 commits
  3. 25 Dec, 2003 12 commits
  4. 24 Dec, 2003 9 commits
  5. 23 Dec, 2003 6 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