[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2005-01-18 Thread mmitchel at gcc dot gnu dot org
--- Additional Comments From mmitchel at gcc dot gnu dot org 2005-01-19 07:21 --- Java bugs are not showstoppers; removing target milestone. -- What|Removed |Added Target

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-16 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2004-12-16 18:14 --- Andrew agreed to look at this. -- What|Removed |Added AssignedTo|unassigned at gcc

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-03 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2004-12-03 23:25 --- I've looked into this a little. Apparently we are getting to this line in resolve_inner_class: local_super = do_resolve_class (NULL, local_super, NULL, NULL); with local_super: (gdb) pt

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-03 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-02 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-02 20:40 --- Created an attachment (id=7664) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7664action=view) testcase The java files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||rejects-valid Target Milestone|--- |4.0.0

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-02 20:57 --- Confirmed, werid. -- What|Removed |Added Status|UNCONFIRMED