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/15321] New: Binary Compatibility: gcj reads dependent classes


On the gcj-abi-2-dev-branch, gcj tries to open class files on which a class
depends.  If it fails to find these files a warning is generated.

There is a flag to control this behaviour, flag_verify_invocations.  If this
flag is set to zero, gcj should neither try to open these files nor issue any
warnings.
However, there is no code to set or clear this flag.

With -findirect-dispatch, this flag should default to zero.

-- 
           Summary: Binary Compatibility: gcj reads dependent classes
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aph at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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