[Bug libgcj/21785] [regression] ClassNotFound during deserialization

2005-05-27 Thread bonniot at users dot sf dot net
-- What|Removed |Added OtherBugsDependingO||20169 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21785

[Bug libgcj/20169] Serialization: readResolve does not work

2005-05-27 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-05-27 15:05 --- The new behaviour is caused by PR21785, which currently masks this bug. -- What|Removed |Added

[Bug libgcj/21785] New: [regression] ClassNotFound during deserialization

2005-05-27 Thread bonniot at users dot sf dot net
0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bonniot at users dot sf dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu

[Bug libgcj/20169] Serialization: readResolve does not work

2005-05-27 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-05-27 09:47 --- FYI, my patch for solving this bug in classpath is https://savannah.gnu.org/patch/index.php?func=detailitem&item_id=3893 My copyright assignment is on its way... I cannot comment on the current behav

[Bug java/18362] [4.0 Regression] internal compiler error: in size_binop, at fold-const.c:1598

2005-03-05 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-03-05 21:02 --- Verified. The patch works for me. (I can't really set to verified since I'm not the original submitter) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18362

[Bug libgcj/20169] Serialization: readResolve does not work

2005-03-02 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-03-02 22:11 --- Submitting the mauve testcases, with a classpath patch on the way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20169

[Bug java/5537] Error compiling simple bytecode with jsr

2005-03-01 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-03-02 00:11 --- What's the take on this bug? Can indirect-dispatch be made the default in the foreseable future? Can the old verifier be fixed? I'm now running nightly builds of gcj on the Nice compiler tests

[Bug libgcj/20169] Serialization: readResolve does not work

2005-02-25 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-26 01:35 --- After some investigation, I think I understand what is going wrong. It seems like readResolve is only called if it is declared in the deserialized object's class. However, it should also be searched f

[Bug java/20215] gcj does not accept classes with same name fields

2005-02-25 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-25 19:50 --- Created an attachment (id=8285) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8285&action=view) Testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20215

[Bug java/20215] New: gcj does not accept classes with same name fields

2005-02-25 Thread bonniot at users dot sf dot net
same name fields Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bonniot at users dot sf dot net 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=20215

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2005-02-23 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-23 17:40 --- I tried the patched gcj on the whole jar (containing the Nice compiler), and this error does not occur (nor any other, yay!). As far as I can tell, Andrew's patch fixes this bug. -- http://gcc.gn

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2005-02-23 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-23 17:10 --- Patch works for me on the small testcase (N.jar). I'll try on the whole jar when I get the chance. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18362

[Bug java/20056] [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-23 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-23 16:06 --- I verified the bytecode testcase now passes. Thanks for the fix! (is it final now?) -- What|Removed |Added

[Bug java/20169] New: Serialization: readResolve does not work

2005-02-23 Thread bonniot at users dot sf dot net
: bonniot at users dot sf dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC host triplet: i386-debian-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20169

[Bug java/20056] [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-18 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-19 02:35 --- Since bytecode classes cannot be put in the testsuite at the moment, here is a Java source that, when first compiled to bytecode, exercises this bug during the bytecode->native compilation, still w

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2005-02-18 Thread bonniot at users dot sf dot net
-- What|Removed |Added CC||bonniot at users dot sf dot ||net http://gcc.gnu.org/bugzilla

[Bug java/18362] internal compiler error: in size_binop, at fold-const.c:1598

2005-02-18 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-18 16:48 --- Created an attachment (id=8228) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8228&action=view) testcase This is a 6K jar that exhibits the same behaviour: $ /usr/lib/gcc-snapshot/

[Bug java/20056] [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-18 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-18 14:53 --- Created an attachment (id=8226) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8226&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20056

[Bug java/20056] New: [4.0 regression] 'verification failed: incompatible type on stack' with --indirect-dispatch

2005-02-18 Thread bonniot at users dot sf dot net
roduct: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bonniot at users dot sf dot net CC: gcc-bugs at gcc dot gnu d

[Bug java/20044] Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-17 23:49 --- Created an attachment (id=8219) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8219&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20044

[Bug java/20044] New: Wrong method call semantics (maybe instanceof/invokespecial)

2005-02-17 Thread bonniot at users dot sf dot net
erity: critical Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bonniot at users dot sf dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org GCC host triplet: i386-debian-

[Bug java/20031] [4.0 regression] ICE on missing files

2005-02-17 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-17 16:57 --- I forgot, here is the output I get: /usr/lib/gcc-snapshot/bin/gcj -d classes -C pkg/A.java pkg/B.java /usr/lib/gcc-snapshot/bin/gcj classes/pkg/B.class jc1: internal compiler error: Segmentation fault

[Bug java/20031] [4.0 regression] ICE on missing files

2005-02-17 Thread bonniot at users dot sf dot net
--- Additional Comments From bonniot at users dot sf dot net 2005-02-17 16:55 --- Created an attachment (id=8215) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8215&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20031

[Bug java/20031] New: [4.0 regression] ICE on missing files

2005-02-17 Thread bonniot at users dot sf dot net
sing files Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bonniot at users dot sf dot net CC: gcc-bugs