or in
check_inner_circular_reference
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wmahan at gmail do
--- Additional Comments From wmahan at gmail dot com 2005-09-01 19:18
---
I think I found the root of the problem. In 3.4.x, make_class() in java/class.c
looks like this:
type = make_node (RECORD_TYPE);
TYPE_BINFO (type) = make_tree_vec (BINFO_ELTS
--- Additional Comments From wmahan at gmail dot com 2005-08-31 16:23
---
I guess that is a bug in my test case. I didn't notice because it compiles fine
with gcc 4.0.1 when A.class and A$AInt.class are not present.
The problem seems to be that when check_inner_circular_reference
lt compiling inner interfaces
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wmahan at gmail dot com
--- Additional Comments From wmahan at gmail dot com 2005-08-29 06:02
---
Done. I expected a bug to already have been reported about this, but I couldn't
find one. Thanks for the fast response!
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23617
--- Additional Comments From wmahan at gmail dot com 2005-08-29 04:53
---
Created an attachment (id=9611)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9611&action=view)
Possible fix for gcc/java/zextract.c against latest CVS
--
http://gcc.gnu.org/bugzilla/show_bug
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wmahan at gmail dot com
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=23617
--- Additional Comments From wmahan at gmail dot com 2005-08-28 22:18
---
Hi, I submitted a different patch to the upstream FastJar sources at
http://sourceforge.net/tracker/index.php?func=detail&aid=1275036&group_id=426&atid=300426
before I noticed this bug. (It doesn