[Bug middle-end/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-09-02 Thread kkojima at gcc dot gnu dot org
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-03 00:40 --- I'll try the patch. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23706

[Bug middle-end/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-09-02 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-03 00:36 --- I am going to reduce this, just for fun. I am also going to apply the testcase for PR 23676 so it will be tested without enabling libjava. -- What|Removed |Added -

[Bug middle-end/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-09-02 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-09-03 00:27 --- The true problem is in optimize_mode_switching. The code about line 605 that inserts code around (but not on) abnormal edges, is incorrect. This is immediately obvious in this case because the emit_insn_after

[Bug middle-end/23706] [4.1 Regression] ICE in rtl_verify_flow_info_1

2005-09-02 Thread kkojima at gcc dot gnu dot org
--- Additional Comments From kkojima at gcc dot gnu dot org 2005-09-02 23:33 --- Created an attachment (id=9655) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9655&action=view) testcase cc1plus -fnon-call-exceptions interpret.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2