This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/12996] ICE trying to compile an entire jar file
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2003 22:10:03 -0000
- Subject: [Bug java/12996] ICE trying to compile an entire jar file
- References: <20031110174928.12996.bruno@clisp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2003-11-10 22:09 -------
I spoke too soon; this one isn't my fault.
Instead it looks like our support for compiling a .java file
and a .jar file on the same command line is a bit weak.
Another workaround, perhaps more palatable, is to compile
each .java and .jar file separately to .o files, then link
them together.
--
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|tromey at gcc dot gnu dot |unassigned at gcc dot gnu
|org |dot org
Status|ASSIGNED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12996