[Bug java/2499] Class members should be inherited from implemented interfaces

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2007-01-09 20:43 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. --

[Bug java/2499] Class members should be inherited from implemented interfaces

2005-08-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-27 20:46 --- Another testcase for the same issue: interface I { interface Inner {} } class Test implements I { void test(Inner i) { } } Which comes from PR 23596. -- http://gcc.gnu.org/bugzilla/show_

[Bug java/2499] Class members should be inherited from implemented interfaces

2005-08-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-27 20:45 --- *** Bug 23596 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug java/2499] Class members should be inherited from implemented interfaces

2005-08-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-10 23:55 --- And now it just rejects it. -- What|Removed |Added Keywords|ice-on-valid-code