public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/17380] New: Regression ICE on valid code...
@ 2004-09-09 18:15 daney at gcc dot gnu dot org
  2004-09-09 18:17 ` [Bug java/17380] " daney at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: daney at gcc dot gnu dot org @ 2004-09-09 18:15 UTC (permalink / raw)
  To: gcc-bugs

]$ 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-09-23 16:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-09 18:15 [Bug java/17380] New: Regression ICE on valid code daney at gcc dot gnu dot org
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

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).