[Bug middle-end/20648] [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force

2005-03-28 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-03-28 21:57 --- Test case, thanks to Tom Tromey: T.java: public class T { int field; public void test(int f) { synchronized (this) { if (field != 0) throw new IllegalStateException();

[Bug middle-end/20648] [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force

2005-03-27 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-03-27 18:14 --- Triggered by this patch from PR15242: 2005-02-01 Steven Bosscher [EMAIL PROTECTED] PR optimization/15242 * params.def (PARAM_MAX_GOTO_DUPLICATION_INSNS): New param. * basic-block.h

[Bug middle-end/20648] [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force

2005-03-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org

[Bug middle-end/20648] [4.1 regression] ICE in cfg_layout_redirect_edge_and_branch_force

2005-03-26 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-26 18:25 --- Roger told me he saw the same thing. This is a middle-end bug. -- What|Removed |Added