This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16113] [3.5 Regression] ICE: Segmentation fault when compiling bytecode with debugging info and try/catch
- From: "rmathew at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2004 13:54:44 -0000
- Subject: [Bug java/16113] [3.5 Regression] ICE: Segmentation fault when compiling bytecode with debugging info and try/catch
- References: <20040621125932.16113.bonniot@users.sf.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rmathew at gcc dot gnu dot org 2004-06-22 13:54 -------
Proposed patch is here:
http://gcc.gnu.org/ml/java-patches/2004-q2/msg00743.html
(In reply to comment #8)
> Yes, all the calls to the front end expanders should be removed.
> Most of this can be achieved simply by deleting java_expand_expr().
I did that and it didn't create any problems:
http://gcc.gnu.org/ml/java-patches/2004-q2/msg00744.html
> There are a few cases that need to be rewritten for tree-SSA. resource.c, for
> example. Also, emit_register_classes() should be converted. These still work
> because the old interface to the back end still works, kinda sorta.
I've created PR16138 to help us track this issue.
--
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16113