This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16653] New: incompatible type on stack
- From: "mwteng at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2004 06:22:45 -0000
- Subject: [Bug java/16653] New: incompatible type on stack
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
When try running the binary, its failed with ...
org.apache.xercs.parsers.XML11Configuration::configureXML11Pipeline(()V):
incompatible type on stack ...
The way in which the application is built are:
(1) convert two required xml parser jar to object for linking...
e.g. gcj -c -O2 xmlParserAPIs.jar
(2) compile the application source and link with those libraries.
e.g. gcj -O2 --main=Main Main.java xmlParserAPIs.o xercesImpl.o
BTW, I could like to know how to submit a complete report for investigation.
Regards,
Meng Wah
Teng.MengWah@illation.com.sg
--
Summary: incompatible type on stack
Product: gcc
Version: 3.4.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: mwteng at hotmail dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org,mwteng at hotmail dot com,tromey at gcc dot gnu
dot org
GCC build triplet: RedHat 9
GCC host triplet: RedHat 9
GCC target triplet: RedHat 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16653