From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13402 invoked by alias); 23 Mar 2005 19:38:10 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 13260 invoked by uid 48); 23 Mar 2005 19:38:06 -0000 Date: Wed, 23 Mar 2005 19:38:00 -0000 Message-ID: <20050323193806.13259.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050323182431.20606.overholt@redhat.com> References: <20050323182431.20606.overholt@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/20606] ICE in make_edges, at cfgbuild.c:327 on x86_64 (with O2 - not with no optimizations) X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg02750.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-23 19:38 ------- (In reply to comment #2) > Why is computed_jump_p (insn) not returning true? Actually it is the following insn: (jump_insn 169 222 170 19 (set (pc) (reg:DI 0 ax)) 515 {*indirect_jump_rtx64} (nil) (insn_list:REG_LABEL 172 (nil))) Which is a computed goto but at this point we have a REG_LABEL which causes computed_jump_p to return false. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20606