From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5391 invoked by alias); 18 Jun 2005 01:49:37 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 5371 invoked by uid 48); 18 Jun 2005 01:49:36 -0000 Date: Sat, 18 Jun 2005 01:49:00 -0000 Message-ID: <20050618014936.5370.qmail@sourceware.org> From: "mckinlay at redhat dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20041023004958.18119.csm@gnu.org> References: <20041023004958.18119.csm@gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18119] Private inner class is visible when it shouldn't be X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00792.txt.bz2 List-Id: ------- Additional Comments From mckinlay at redhat dot com 2005-06-18 01:49 ------- GCJ actually has the resolution order correct here. The problem is that a.A.B is not visible from b.C, because its a private class. Instead of an error, however, GCJ needs to resolve to the visible class b.B instead. I'm testing a patch. -- What |Removed |Added ---------------------------------------------------------------------------- Summary|GCJ imports inner classes |Private inner class is |too eagarly |visible when it shouldn't be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18119