public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
From: "bojan at antonovic dot com" <gcc-bugzilla@gcc.gnu.org>
To: java-prs@gcc.gnu.org
Subject: [Bug java/18212] nativ compilation with multiple jars fails / gives internal compiler error
Date: Fri, 29 Oct 2004 14:20:00 -0000	[thread overview]
Message-ID: <20041029142010.20334.qmail@sourceware.org> (raw)
In-Reply-To: <20041028221045.18212.bojan@antonovic.com>


------- 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


  parent reply	other threads:[~2004-10-29 14:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-28 22:10 [Bug java/18212] New: " bojan at antonovic dot com
2004-10-29 13:08 ` [Bug java/18212] " pinskia at gcc dot gnu dot org
2004-10-29 14:20 ` bojan at antonovic dot com [this message]
2004-11-08 16:29 ` bojan at antonovic dot com
2004-12-01 21:59 ` tromey at gcc dot gnu dot org
2005-01-31  6:54 ` pinskia at gcc dot gnu dot org
2005-03-07 17:11 ` bojan at antonovic dot com
2005-03-07 19:21 ` bojan at antonovic dot com
2005-03-09 14:37 ` rmathew at gcc dot gnu dot org
2005-03-09 14:40 ` rmathew at gcc dot gnu dot org
2005-04-16 22:03 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041029142010.20334.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=java-prs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).