------- 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 foo() { state = 42; } } }
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |rejects-valid Last reconfirmed|0000-00-00 00:00:00 |2005-02-09 13:52:05 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19841