public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "tromey at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug java/17587] New: [4.0.0 regression] Mauve's UnicodeBase.java fails to compile
Date: Tue, 21 Sep 2004 16:07:00 -0000	[thread overview]
Message-ID: <20040921160732.17587.tromey@gcc.gnu.org> (raw)

cvs trunk gcj gets ICE while compiling UnicodeBase.java
from Mauve.  To see this you must edit the mauve-libgcj
file and comment out the line referring to the unicode
tests.

CLASSPATH=.:../mauve gcj -fassume-compiled -g -O2 -c -o
gnu/testlet/java/lang/Character/UnicodeBase.o
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java: In class
`gnu.testlet.java.lang.Character.UnicodeBase':
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java: In method
`gnu.testlet.java.lang.Character.UnicodeBase.performTests()':
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:617: warning: The
method `isJavaLetter' in class `java.lang.Character' has been deprecated.
                Character.isJavaLetter(i))
                            ^
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:620: warning: The
method `isJavaLetter' in class `java.lang.Character' has been deprecated.
                            (Character.isJavaLetter(i)? "javaletter" :
                                         ^
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:626: warning: The
method `isJavaLetter' in class `java.lang.Character' has been deprecated.
            if ((Character.isJavaLetter(i) || Character.isDigit(i) ||
                             ^
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:628: warning: The
method `isJavaLetterOrDigit' in class `java.lang.Character' has been deprecated.
                Character.isJavaLetterOrDigit(i)
                            ^
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:632: warning: The
method `isJavaLetterOrDigit' in class `java.lang.Character' has been deprecated.
                            (Character.isJavaLetterOrDigit(i) ?
                                         ^
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:639: warning: The
method `isSpace' in class `java.lang.Character' has been deprecated.
                  i == '\f')) != Character.isSpace(i))
                                             ^
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:642: warning: The
method `isSpace' in class `java.lang.Character' has been deprecated.
                            (Character.isSpace(i) ? "space" : "non-space"));
                                         ^
7 warnings
../mauve/gnu/testlet/java/lang/Character/UnicodeBase.java:326: internal compiler
error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: [4.0.0 regression] Mauve's UnicodeBase.java fails to
                    compile
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17587


             reply	other threads:[~2004-09-21 16:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-21 16:07 tromey at gcc dot gnu dot org [this message]
2004-09-21 16:08 ` [Bug java/17587] " tromey at gcc dot gnu dot org
2004-09-21 18:02 ` [Bug java/17587] [4.0 " pinskia at gcc dot gnu dot org
2004-09-21 19:08 ` tromey at gcc dot gnu dot org
2004-09-21 19:16 ` [Bug tree-optimization/17587] " pinskia at gcc dot gnu dot org
2004-09-21 19:22 ` tromey at gcc dot gnu dot org
2004-09-21 19:49 ` pinskia at gcc dot gnu dot org
2004-09-21 19:54 ` pinskia at gcc dot gnu dot org
2004-09-22  1:02 ` dberlin at gcc dot gnu dot org
2004-09-22 23:50 ` cvs-commit at gcc dot gnu dot org
2004-09-22 23:50 ` dberlin at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040921160732.17587.tromey@gcc.gnu.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).