From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1290 invoked by alias); 22 Jun 2004 12:25:57 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 1268 invoked by uid 48); 22 Jun 2004 12:25:56 -0000 Date: Tue, 22 Jun 2004 13:02:00 -0000 Message-ID: <20040622122556.1267.qmail@sourceware.org> From: "aph at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040621125932.16113.bonniot@users.sf.net> References: <20040621125932.16113.bonniot@users.sf.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/16113] [3.5 Regression] ICE: Segmentation fault when compiling bytecode with debugging info and try/catch X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00238.txt.bz2 List-Id: ------- 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