This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/15321] New: Binary Compatibility: gcj reads dependent classes
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 May 2004 15:41:30 -0000
- Subject: [Bug java/15321] New: Binary Compatibility: gcj reads dependent classes
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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