From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25928 invoked by alias); 18 Oct 2005 16:38:13 -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 25912 invoked by uid 48); 18 Oct 2005 16:38:13 -0000 Date: Tue, 18 Oct 2005 16:38:00 -0000 Message-ID: <20051018163813.25911.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/17021] libgcj verifier resolves classes too eagerly In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "thebohemian at gmx dot net" X-SW-Source: 2005-q4/txt/msg00155.txt.bz2 List-Id: ------- Comment #7 from thebohemian at gmx dot net 2005-10-18 16:38 ------- Created an attachment (id=10019) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10019&action=view) new version of compatible I added a check which looks whether the LHS of an expression is java.lang.Object. If this is the case we do not have to look what the RHS actually is. (This change will be part of the final patch.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17021