[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-26 16:20 --- Reopening since this is only fixed on the mainline, this should also be fixed for 4.0.1. -- What|Removed |Added -

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-26 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-04-26 14:54 --- I've verified this fix in the RPMs in Fedora rawhide (4.0.0-1). I'm not sure if this counts as a verification from gcc's standpoint, though. I'll mark as FIXED but feel free to change if I need to verify on HE

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-19 Thread aph at gcc dot gnu dot org
--- Additional Comments From aph at gcc dot gnu dot org 2005-04-19 12:33 --- Should be fixed by 2005-04-18 Andrew Haley <[EMAIL PROTECTED]> * java-except.h (struct eh_range.handler): Remove unused field. (handle_nested_ranges): Remove function declaration. (sa

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-08 Thread aph at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aph at gcc dot gnu dot org |dot org | Status|NEW

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-04-05 20:15 --- Could you attach the ecj-generated bytecode for this file? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20768

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-04-05 18:33 --- Confirmed. There seems to be something unique about the exception table generated by ecj which confuses gcj. Note that this happens both with or without optimization. -- What|Removed

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread overholt at redhat dot com
-- What|Removed |Added CC||bkonrath at redhat dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20768

[Bug java/20768] Bytecode -> native code doesn't handle exception properly

2005-04-05 Thread overholt at redhat dot com
--- Additional Comments From overholt at redhat dot com 2005-04-05 18:12 --- Created an attachment (id=8537) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8537&action=view) Test case (boiled down from something we're seeing with Ecilpse) -- http://gcc.gnu.org/bugzilla/show_bug