--- Comment #3 from tromey at gcc dot gnu dot org 2007-01-09 20:47 ---
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.
--
t
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-09
13:58 ---
I looked and I don't see this as being a duplicate of the existing inner class
bug reports.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19841
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-09
13:52 ---
Confirmed, here is a self contained example (which shows easier where the
problem is):
class T
{
private int state;
}
public class SSS {
int state = 0;
public class Selector extends T {
public void