This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/12996] ICE trying to compile an entire jar file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]