[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native

2007-12-18 Thread aph at gcc dot gnu dot org
--- Comment #6 from aph at gcc dot gnu dot org 2007-12-18 14:06 --- Subject: Bug 27643 Author: aph Date: Tue Dec 18 14:06:15 2007 New Revision: 131036 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=131036 Log: 2007-12-18 Andrew Haley <[EMAIL PROTECTED]> PR java/27643

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native

2007-01-25 Thread tromey at gcc dot gnu dot org
--- Comment #5 from tromey at gcc dot gnu dot org 2007-01-25 23:59 --- Works in svn trunk. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native

2006-05-24 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-05-24 17:23 --- I have a patch I'm testing. -- tromey at gcc dot gnu dot org changed: What|Removed |Added A

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native

2006-05-22 Thread rmathew at gcc dot gnu dot org
--- Comment #3 from rmathew at gcc dot gnu dot org 2006-05-22 08:56 --- OK, I was able to reproduce this. My problem was that I had a "--disable-checking" build. If the order of the class files is "PipeImpl.class VMPipe.class", I get an error; if the order is the other way around, I don'

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native

2006-05-18 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2006-05-18 16:01 --- I was able to reproduce yesterday; but I'm updating and rebuilding just to be sure. The bug is dependent on the order in which the .class files are read. -- tromey at gcc dot gnu dot org changed: What

[Bug java/27643] ICE in java_mark_cni_decl_local compiling bytecode->native

2006-05-18 Thread rmathew at gcc dot gnu dot org
--- Comment #1 from rmathew at gcc dot gnu dot org 2006-05-18 07:36 --- I'm not able to reproduce this problem with the current mainline (2006-05-18). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27643