diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-05-07 16:41:11 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-05-07 16:41:11 +0000 |
commit | 109257e923f29b022dfe68f673e9bb703f4e814d (patch) | |
tree | 6a952c8af077950f90225e7c3c45721e81ec19d4 /libjava/mauve-libgcj | |
parent | 1040ca3d1ff3d406850e417cc1d628f74c122b42 (diff) | |
download | gcc-109257e923f29b022dfe68f673e9bb703f4e814d.tar.gz |
mauve-libgcj: Don't omit Utf8Encoding or StringTest.
* mauve-libgcj: Don't omit Utf8Encoding or StringTest.
Comment out FieldPosition, ParsePosition, and SimpleDateFormat
again (oops).
From-SVN: r26827
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r-- | libjava/mauve-libgcj | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj index 24c50af9f0f..727968dcbf7 100644 --- a/libjava/mauve-libgcj +++ b/libjava/mauve-libgcj @@ -4,21 +4,20 @@ JDK1.1 !java.applet !java.awt !java.beans -!java.io.Utf8Encoding java.lang.Character.classify12 java.lang.String.hash -# StringTest includes a test for NullPointerException, which we don't -# handle. -!java.lang.String.StringTest !java.math !java.net !java.rmi !java.security !java.sql java.text.StringCharacterIterator.iter -java.text.FieldPosition.Test -java.text.ParsePosition.Test -java.text.SimpleDateFormat.getAndSet2DigitYearStart +# FIXME: can't enable these until we eliminate compiler bug. +# (The bug is in javac, not gcj, so this really has to wait until +# we can compile mauve with gcj -C.) +# java.text.FieldPosition.Test +# java.text.ParsePosition.Test +# java.text.SimpleDateFormat.getAndSet2DigitYearStart !java.text.ACIAttribute !java.text.AttributedCharacterIterator !java.text.resources |