This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/16113] [3.5 Regression] ICE: Segmentation fault when compiling bytecode with debugging info and try/catch


------- Additional Comments From aph at gcc dot gnu dot org  2004-06-22 12:25 -------
Yes, all the calls to the front end expanders should be removed.
Most of this can be achieved simply by deleting java_expand_expr().

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.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16113


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]