public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "daney at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug java/17380] New: Regression ICE on valid code...
Date: Thu, 09 Sep 2004 18:15:00 -0000	[thread overview]
Message-ID: <20040909181504.17380.daney@gcc.gnu.org> (raw)

]$ gcj -g -Wall  -O3 -I/home/test35/bin/../include -Wno-redundant-modifiers
--encoding=ISO-8859-1 --classpath src  -c src/c/ProblemIsHere.java
src/c/ProblemIsHere.java: In class `c.ProblemIsHere$IA':
src/c/ProblemIsHere.java: In method `c.ProblemIsHere$IA.render(f.AW)':
src/c/ProblemIsHere.java:106: error: Can't access protected method
`g.BP.isSelected' from `c.ProblemIsHere$IA'.
               if(m_p.isSelected(this)) {
                     ^
src/c/ProblemIsHere.java: In class `c.ProblemIsHere':
src/c/ProblemIsHere.java: In method `<clinit>()':
src/c/ProblemIsHere.java:15: error: final field `hourName' may not have been
initialized
src/c/ProblemIsHere.java:178: error: final field `labelWidth' may not have been
initialized
src/c/ProblemIsHere.java:1: 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.


The first error is bogus as Sun's javac, eclipse 3.0 and GCJ 3.3.1 all compile
it with no complaints.

This works with GCJ-3.3.1

Testcase to follow.

-- 
           Summary: Regression ICE on valid code...
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, diagnostic
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: daney at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


             reply	other threads:[~2004-09-09 18:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-09 18:15 daney at gcc dot gnu dot org [this message]
2004-09-09 18:17 ` [Bug java/17380] " daney at gcc dot gnu dot org
2004-09-10 16:54 ` [Bug java/17380] [4.0.0 Regression] Bad diagnostic and " daney at gcc dot gnu dot org
2004-09-15  1:29 ` reichelt at gcc dot gnu dot org
2004-09-22 21:41 ` tromey at gcc dot gnu dot org
2004-09-23  0:36 ` pinskia at gcc dot gnu dot org
2004-09-23 16:21 ` cvs-commit at gcc dot gnu dot org
2004-09-23 16:21 ` cvs-commit at gcc dot gnu dot org
2004-09-23 16:23 ` tromey 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=20040909181504.17380.daney@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).