From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20353 invoked by alias); 29 Oct 2004 14:20:11 -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 20337 invoked by alias); 29 Oct 2004 14:20:10 -0000 Date: Fri, 29 Oct 2004 14:20:00 -0000 Message-ID: <20041029142010.20334.qmail@sourceware.org> From: "bojan at antonovic dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20041028221045.18212.bojan@antonovic.com> References: <20041028221045.18212.bojan@antonovic.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00268.txt.bz2 List-Id: ------- Additional Comments From bojan at antonovic dot com 2004-10-29 14:19 ------- Subject: Re: nativ compilation with multiple jars fails / gives internal compiler error pinskia at gcc dot gnu dot org wrote: >------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-29 13:08 ------- >This is most likely the same as PR 11117. > >Could you attach all three jar files? > > > You have them in the attachment. Because they're renamed, the real compilation calls for the classes of X are: working: gcj --classpath=A.jar:B.jar:. --main=ProcessorOptimizer.Main ProcessorOptimizer/*.class ProcessorOptimizer/*/*.class A.jar B.jar crashing: gcj -o x.exec --classpath=A.jar:B.jar:. --main=ProcessorOptimizer.Main ProcessorOptimizer/*.class ProcessorOptimizer/*/*.class A.jar B.jar crashing: gcj -o x.exec --classpath=A.jar:B.jar:X.jar:. --main=ProcessorOptimizer.Main ProcessorOptimizer/*.class ProcessorOptimizer/*/*.class A.jar B.jar The last crashing one is new. working: gcj --classpath=A.jar:B.jar:. --main=ProcessorOptimizer.Main X.jar A.jar B.jar failing: gcj -o x.exec --classpath=A.jar:B.jar:. --main=ProcessorOptimizer.Main X.jar A.jar B.jar failing: gcj -o x.exec --classpath=B.jar:A.jar:. --main=ProcessorOptimizer.Main X.jar A.jar B.jar The last failing one is new. I have tested this calls. I hope _I_ made no bug in the bug report! :) Bojan ------- Additional Comments From bojan at antonovic dot com 2004-10-29 14:20 ------- Created an attachment (id=7428) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7428&action=view) ------- Additional Comments From bojan at antonovic dot com 2004-10-29 14:20 ------- Created an attachment (id=7429) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7429&action=view) ------- Additional Comments From bojan at antonovic dot com 2004-10-29 14:20 ------- Created an attachment (id=7430) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7430&action=view) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18212