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/13214] New: GCJ uses surprsingly long to compile included example


I have larger programs that compile much more quickly.

\thisiscool-gcc-3.4\gcc-3.4\bin\gcj   test.jar -o test --
main=com.cyviz.xyzmodem.StackImpl

Also there is an issue with the app, it runs fine w/JRE, but does not run when 
compile w/GCJ:

Exception in thread "main" java.lang.Error: US-ASCII (java.lang.ClassNotFoundExc
eption: gnu.gcj.convert.Output_ASCII not found in [file:.\, core:/])
   at 0x0097600e (Unknown Source)
   at 0x00976502 (Unknown Source)
   at 0x0097d2b4 (Unknown Source)
   at 0x00938027 (Unknown Source)
   at 0x009393d3 (Unknown Source)
   at 0x0093904e (Unknown Source)
   at 0x00938fac (Unknown Source)
   at 0x00938f55 (Unknown Source)
   at 0x00928177 (Unknown Source)
   at 0x009a8d6e (Unknown Source)
   at 0x009a2d50 (Unknown Source)
   at 0x00974727 (Unknown Source)
   at 0x00974807 (Unknown Source)
   at 0x004012ea (Unknown Source)
   at 0x00401209 (Unknown Source)
   at 0x00401234 (Unknown Source)
   at 0x7c5987e3 (Unknown Source)

-- 
           Summary: GCJ uses surprsingly long to compile included example
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: oyvind dot harboe at zylin dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13214


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