[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-08-16 Thread bero at arklinux dot org
--- Comment #2 from bero at arklinux dot org 2006-08-16 21:12 --- Updating summary to reflect there's an easier test case than "compile ecj" -- bero at arklinux dot org changed: What|Removed |Added --

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-10 Thread jsm28 at gcc dot gnu dot org
-- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28754

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-10 23:44 --- I bet this is the same problem as PR 28663. Also there is no makefile in the tarball so there is no way to test anything here. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-11 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-09-11 15:08 --- I tried to look at this today but the test is missing a main method (I could work around the lack of a Makefile, but this is more serious...) -- tromey at gcc dot gnu dot org changed: What|Removed

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-11 Thread bero at arklinux dot org
--- Comment #5 from bero at arklinux dot org 2006-09-11 23:00 --- Created an attachment (id=12229) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12229&action=view) Real test case Oops, must have attached the wrong file, that was the test case for a much older problem (PR24598, whi

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-11 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2006-09-11 23:26 --- Thanks for the updated test. It fails for me if I compile it to .class with ecj, but not if I compile it to .class with gcj. The difference is in the qualification of the reference to SUFFIX_CLASS in test2 .. ecj ge

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2006-09-12 15:55 --- Fix checked in. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Status|AS

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2006-09-12 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-09-12 15:55 --- Subject: Bug 28754 Author: tromey Date: Tue Sep 12 15:55:07 2006 New Revision: 116890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116890 Log: PR java/28754: * expr.c (expand_java_field_op):

[Bug java/28754] [4.2 regression] java.lang.nullPointerException while accessing final static members of an interface

2007-01-03 Thread aph at gcc dot gnu dot org
--- Comment #9 from aph at gcc dot gnu dot org 2007-01-03 14:24 --- Subject: Bug 28754 Author: aph Date: Wed Jan 3 14:23:48 2007 New Revision: 120396 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120396 Log: 2007-01-03 Andrew Haley <[EMAIL PROTECTED]> PR java/28754