[Bug java/19285] Interfaces not initialized by static field access

2005-05-10 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-10 21:03 --- Fix checked in. -- What|Removed |Added Status|ASSIGNED|RESOL

[Bug java/19285] Interfaces not initialized by static field access

2005-05-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-09 14:00 --- Subject: Bug 19285 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-09 13:50:01 Modified files: gcc/java : Change

[Bug java/19285] Interfaces not initialized by static field access

2005-05-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-09 13:48 --- Subject: Bug 19285 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-09 13:34:33 Modified files: libjava/java/lang: Clas

[Bug java/19285] Interfaces not initialized by static field access

2005-05-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-09 13:41 --- Subject: Bug 19285 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-09 13:32:30 Modified files: libjava: Change

[Bug java/19285] Interfaces not initialized by static field access

2005-04-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-29 18:43 --- Subject: Bug 19285 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-29 18:43:25 Modified files: gcc/java : builtins.c Log message: 200

[Bug java/19285] Interfaces not initialized by static field access

2005-04-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-29 18:42 --- Subject: Bug 19285 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-29 18:42:50 Modified files: gcc/java : java-tree.h expr.c decl.c class.c con

[Bug java/19285] Interfaces not initialized by static field access

2005-04-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-29 18:35 --- Subject: Bug 19285 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-29 18:35:37 Modified files: libjava: prims.cc link.cc ChangeLog l

[Bug java/19285] Interfaces not initialized by static field access

2005-04-21 Thread aph at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org | Status|NEW

[Bug java/19285] Interfaces not initialized by static field access

2005-01-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-06 14:21 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug java/19285] Interfaces not initialized by static field access

2005-01-05 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-01-06 02:56 --- This is somewhat related to PR 18868, which has to do with field lookup in this situation. For the interpreter this seems simple to fix. For indirect-dispatch, the init-class call needs to somehow use the rea

[Bug java/19285] Interfaces not initialized by static field access

2005-01-05 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-01-06 02:19 --- gij also fails to execute this bytecode: $ gij Test Exception in thread "main" java.lang.IncompatibleClassChangeError: field Test.foo was not found. at Test.main (Test.java:5) -- http://gcc.gnu.org/bug