public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/1266: Several bugs in optimization
@ 2000-12-20 12:24 zastai
  0 siblings, 0 replies; only message in thread
From: zastai @ 2000-12-20 12:24 UTC (permalink / raw)
  To: java-gnats

>Number:         1266
>Category:       java
>Synopsis:       Several bugs in optimization
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:18:29 PST 2000
>Closed-Date:    
>Last-Modified:  
>Originator:     zastai@hotmail.com
>Release:        gcj 2.95.2
>Organization:
>Environment:
i386-pc-msdosdjgpp
>Description:
 * If libgcj.a is built with optimization, gij and jv-convert won't link:
   Affected files:
    java/lang/Class.java
     -> if -O3 or higher is used, hackTrampoline and checkMemberAccess are no
        longer present in the object file.
     Probable cause: -O3 turns on -finline-functions, and the Java compiler
      treats incorrectly inlines them.
    java/util/GregorianCalendar.java
    java/util/TimeZone.java
    java/util/zip/ZipEntry.java
     -> These miss LJv0, LJv1, ... entries if optimizing; -O0 is required.
   <This bug has also been submitted to the gcc-bugs list>
>How-To-Repeat:
Try to build the affected files with optimization.
>Fix:

>Release-Note:
>Audit-Trail:

Formerly PR gcj/248

>Unformatted:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-12-20 12:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:24 java/1266: Several bugs in optimization zastai

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